/*网站css开始*/

body {
    font-size: 14px;
    line-height: 26px;
    color: #333;
    font-family: "Microsoft YaHei", sans-serif, Arial, Verdana, Helvetica;
    background: #fff;
    max-width: 640px;
    margin: 0px auto;
    width: 100%;
    overflow-x: hidden;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
form,
fieldset,
input,
textarea,
blockquote,
table,
td,
tr,
th,
thead,
tbody {
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto !important;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pad20 {
    padding: 20px 0;
}

.pad15 {
    padding: 15px 0;
}

.pub_w {
    padding: 0 10px;
    display: block;
    overflow: hidden;
}

.clearfix {
    display: block;
    overflow: hidden;
}

.clear {
    clear: both;
}

.view .viewbox .title,
.view .viewbox .info {
    text-align: center;
}

.view .viewbox .title h2 {
    font-size: 16px;
}

.view .boxoff {
    height: 10px;
    overflow: hidden;
    clear: both;
    background: url(../images/ico_boxoff.gif) left 15px repeat-x;
    padding-top: 10px;
    margin-bottom: 20px;
}

.view .handle {
    display: block;
    overflow: hidden;
    font-size: 16px;
    padding-bottom: 25px;
}

.view .context ul li:first-child {
    float: left;
}

.view .context ul li:last-child {
    float: right;
    text-align: right;
}

.content img {
    max-width: 100%;
    height: auto;
}

.page,
.page ul {
    width: 100%;
    float: left;
    overflow: hidden;
}

.page ul li {
    width: auto;
    padding: 0;
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin: 10px 3px;
    border: 1px solid #E9E9E9;
    font-size: 14px;
}

.page ul li.thisclass,
.page ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
    background-color: #F8F8F8;
    padding: 2px 4px 2px;
    font-weight: bold;
}

.page ul li a {
    float: left;
    padding: 2px 4px 2px;
    color: #555;
    display: block;
}

.breadcrumb {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #999;
    position: relative;
    margin-bottom: 15px;
}

.breadcrumb span,
.breadcrumb span a {
    font: 14px/40px microsoft yahei;
    color: #999;
}

.btmnav {
    background: #c69f66;
    padding: 10px 0 6px 0;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
}

.btmnav ul {
    height: 0px;
}

.btmnav ul li {
    float: left;
    width: 25%;
    text-align: center;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.btmnav ul li img {
    width: 20px;
    height: 20px;
}

.btmnav ul li span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: Microsoft YaHei;
    line-height: 22px;
}

footer {
    margin: 20px 0px 58px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

footer .footer-left {
    float: left;
}

footer .footer-right {
    float: right;
}

footer .wechat {
    border-bottom: 1px dashed #999;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

footer .wechat ul,
footer .row {
    display: block;
    overflow: hidden;
}

footer .wechat ul li {
    float: left;
    width: 29%;
    padding: 0 2%;
}

footer .powered {
    text-align: center;
    padding-bottom: 10px;
    clear: both;
}

#slider {
    width: 100%;
    position: relative;
}

.responsive {
    width: 100%;
    height: auto;
}

.controls li {
    top: 50%;
    margin-top: -30px;
    position: absolute;
    margin-top: -33px;
}

.controls li:nth-child(1) {
    left: 0;
}

.controls li:nth-child(2) {
    right: 0;
}

.pagination {
    left: 40%!important;
    bottom: 20px!important;
}

.pagination li {
    margin-right: 12px;
    float: left;
    cursor: pointer;
    width: 34px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    display: inline-block;
}

.pagination li.active {
    background-color: #c69f66;
}

.header {
    width: 100%;
    background: url(../images/index_top2.png) repeat-x;
    position: relative;
    overflow: hidden;
}

.headerimg1 {
    display: block;
    float: left;
    width: 60%;
}

.headerimg1 img {
    width: 100%;
    padding-top: 2px;
}

.headerimg2 {
    display: block;
    float: left;
    width: 40%;
}

.headerimg2 img {
    width: 100%;
}

.ggbf {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.ggbf dl {
    float: left;
    width: 25%;
    background: #bbace3;
    color: #fff;
    height: 93.75px;
}

.ggbf dl a {
    color: #fff;
}

.ggbf dl dt {
    padding-top: 15px;
}

.ggbf dl dt img {
    display: block;
    margin: 0 auto;
    width: 44px;
}

.ggbf dl dd {
    width: 100%;
    text-align: center;
}

.ggbf dl:nth-child(2) {
    background: #a7dcce;
}

.ggbf dl:nth-child(3) {
    background: #e5dba3;
}

.ggbf dl:nth-child(4) {
    background: #accde2;
}

.ggbf dl:nth-child(5) {
    background: #e2adad;
}

.ggbf dl:nth-child(6) {
    background: #c5dc9c;
}

.ggbf dl:nth-child(7) {
    background: #e9b7e4;
}

.ggbf dl:nth-child(8) {
    background: #90dccb;
}

.jndaiyun_lxhmj ul li {
    text-align: center;
    margin-bottom: 20px;
}

.jndaiyun_dyys ul.ysul li:nth-child(odd) {
    width: 48%;
    float: left;
    margin-bottom: 4%;
    margin-right: 4%;
    text-align: center;
}

.jndaiyun_dyys ul.ysul li:nth-child(even) {
    width: 48%;
    float: left;
    margin-bottom: 4%;
    text-align: center;
}

.jndaiyun_dyys ul.ysul li img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 106px!important;
}

.jndaiyun_dyys ul.ysul li h2 {
    color: #666;
    font: 14px/24px microsoft yahei;
    font-weight: 600;
}

.jndaiyun_dyys ul.ysul li h2 a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.jndaiyun_dyys ul.ysul li p {
    color: #666;
    font: 12px/20px microsoft yahei;
    padding: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.jndaiyun_dyzx ul.zxul li {
    width: 100%;
    border-bottom: 1px dashed #f1ece6;
    padding: 10px 0;
}

.jndaiyun_dyzx ul.zxul li .newspic {
    float: left;
    margin: 5px;
    border-radius: 5px;
    width: 35%;
}

.jndaiyun_dyzx ul.zxul li .newspic img {
    border-radius: 5px;
    width: 124px;
    height: 75px!important;
}

.jndaiyun_dyzx ul.zxul li .newsfont {
    float: right;
    width: 55%;
    padding-left: 10px;
}

.jndaiyun_dyzx ul.zxul li .newsfont h3 {
    color: #585858;
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.jndaiyun_dyzx ul.zxul li .newsfont span {
    float: left;
}

.jndaiyun_dyzx ul.zxul li .newsfont .newsicon {
    display: block;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
}

.jndaiyun_dyzx ul.zxul li .newsfont .newsicon1 {
    background: url(../images/news_icon_01.png) no-repeat 0 6px;
    background-size: 12%;
}

.jndaiyun_dyzx ul.zxul li .newsfont i {
    color: #585858;
    float: left;
    padding-left: 20px;
    font-size: 12px;
    font-style: normal;
}

.jndaiyun_zsal ul.ysul li img {
    display: block;
    width: 100%;
    height: 128px!important;
}

.jndaiyun_dytc ul.ysul li img {
    display: block;
    width: 100%;
    height: 117px!important;
}

.d_h2 {
    color: #666;
    font: bold 20px/25px Microsoft YaHei;
    text-align: right;
}

.d_h3 {
    color: #999;
    font: normal 18px/22px Consolas;
    text-align: right;
    margin-bottom: 15px;
}