html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
a{text-decoration:none;outline:none;}
a:hover,a:active,a:focus{text-decoration:none;outline:none;}

input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}



#m_demo{overflow:hidden;width:100%;margin:0 auto;padding-top:20px;}
#m_indemo {float: left;width:800%}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%}
#demo1 {float: left;}
#demo2 {float: left;}


.w1200{max-width: 1230px;margin: 0 auto;padding-left: 15px;padding-right: 15px;}
.fl{float: left;}
.fr{float: right;}

.top_head{
    position: relative;
}
.head1{
    width: 100%;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 99;
}
.head1 .logo{
    margin-top: 30px;
    float: left;
}
.head1 .logo img{
    max-width: 100%;
}
.head-right{
    position: relative;
    float: right;
    width: 75%;
    padding-top: 40px;
}
.head-right .top_contact{
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
}
.ss{
    background: #f4f4f4;
    height: 80px;
}
.ss .hotkey{
    font-size: 14px;
    line-height: 80px;
    float: left;
}
.ss .hotkey span{
    font-weight: bold;
    color: #333;
    font-size: 16px;
}
.ss .hotkey a{
    color: #333;
    margin-right: 30px;
}
.ss #formsearch{
    width: 300px;
    height: 36px;
    background: url(../images/ss.png) no-repeat center;
    float: right;
    margin-top: 22px;
}
.ss #formsearch input{
    line-height: 36px;
    outline: none;
    border: none;
    background: none;
}
.ss #formsearch #keyword{
    width: 250px;
    padding-left: 20px;
    font-size: 14px;
    color: #cacaca;
}
.ss #formsearch #s_btn{
    width: 44px;
}

.ss #formsearch input::-webkit-input-placeholder {
    color: #cacaca;
}
.ss #formsearch input::-moz-input-placeholder {
    color: #cacaca;
}
.ss #formsearch input::-ms-input-placeholder {
    color: #cacaca;
}



@media (max-width: 990px) {
    body{
        padding-top: 60px;
    }
}


.index-tlt1{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.index-tlt1 > h2{
    font-size: 30px;
    background: url(../images/line01.png) no-repeat center bottom;
    padding-bottom: 30px;
}
    /*.index-tlt1 > h3 {
        font-size: 20px;
        background: url(../images/line01.png) no-repeat center bottom;
        padding-bottom: 20px;
    }
    .index-tlt1 > h4 {
        font-size: 15px;
        background: url(../images/line01.png) no-repeat center bottom;
        padding-bottom: 20px;
    }*/
.index-tlt1 p{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-top: 10px;
}
.index-c1 {
    padding-bottom: 50px;
}
.index-c1 ul{
    font-size: 0;
}
.index-c1 ul li{
    width: 25%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 0 1%;
}
.index-c1 ul li .tlt h3{
    font-size: 24px;
    font-weight: bold;
    color: #029976;
}
.index-c1 ul li .tlt h4{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.index-c1 ul li .img{
    width: 140px;
    height: 140px;
    margin: 20px auto;
    position: relative;
    transition: .3s;
    border-radius: 50%;
    overflow: hidden;
}
.index-c1 ul li .img img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}
.index-c1 ul li .img .img1{
    opacity: 1;
}
.index-c1 ul li .img .img2{
    opacity: 0;
}
.index-c1 ul li:hover .img{
    box-shadow: 0 0 10px rgba(153,153,153,0.8);
}
.index-c1 ul li:hover .img .img1{
    opacity: 0;
}
.index-c1 ul li:hover .img .img2{
    opacity: 1;
}
.index-c1 ul li .info{
    font-size: 16px;
    color: #666;
}

@media (max-width: 1200px){
    .index-c1 ul li .tlt h3{
        font-size: 20px;
    }
    .index-c1 ul li .tlt h4{
        font-size: 12px;
    }
    .index-c1 ul li .info{
        font-size: 14px;
    }
    


}
@media (max-width: 990px){
    .index-tlt1{
        padding: 30px 0;
    }
    .index-tlt1 > h2{
        font-size: 24px;
    }
    .index-tlt1 p{
        font-size: 12px;
    }
    .index-c1 ul li .img{
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 768px){
    .index-c1 ul li{
        width: 50%;
        margin-bottom: 30px;
    }
    .index-c1 ul li .tlt h3{
        font-size: 16px;
    }
    .index-c1 ul li .info{
        font-size: 12px;
    }
    .index-c1 ul li .img{
        width: 100px;
        height: 100px;
    }
    .index-c1{
        padding-bottom: 20px;
    }

}


.index-c2{
    /*background: #f5f5f5;*/
    padding-bottom: 60px;
}
.index-c2 ul{
    font-size: 0;
}
.index-c2 ul li{
    display: inline-block;
    width: 24%;
    margin-right: 1.3333%;
    vertical-align: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.index-c2 ul li:last-child{
    margin-right: 0;
}
.index-c2 ul li a{
    display: block;
    padding: 20% 8%;
    text-align: center;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.5);*/
}
.index-c2 ul li h3{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.index-c2 ul li h4{
    font-size: 16px;
    color: #fff;
    line-height: 2.2;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.index-c2 ul li p{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-top: 15px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
height: 60px;
}
.index-c2 ul li a:hover{
    background: rgba(2,153,118,0.6);
}

@media (max-width: 1200px){
    .index-c2 ul li h3{
        font-size: 24px;
    }
    .index-c2 ul li h4{
        font-size: 14px;
    }
}
@media (max-width: 990px){
    .index-c2 ul li h3{
        font-size: 18px;
    }
    .index-c2 ul li h4{
        font-size: 13px;
    }
}
@media (max-width: 768px){
    .index-c2{
        padding-bottom: 40px;
    }
    .index-c2 ul li{
        width: 48%;
        margin: 0 1% 20px!important;
    }
}





.index-c3{
    margin-bottom: 20px;
}
.index-c3 ul li{
    margin-bottom: 35px;
}
.index-c3 ul li .cont{
    box-shadow: 0 5px 10px #ddd;
    background: #fff;
}
.index-c3 ul li .cont > a{
    display: block;
    position: relative;
}
.index-c3 ul li .cont > a img{
    width: 100%;
}
.index-c3 ul li .cont > a h3{
    font-size: 18px;
    color: #333;
    line-height: 3;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 9;
}
.index-c3 ul li .cont > a .info{
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: rgba(2,153,118,0.9);
    opacity: 0;
}
.index-c3 ul li .cont > a:hover .info{
    opacity: 1;
}
.index-c3 ul li .cont > a:hover h3{
    opacity: 0;
}
.index-c3 ul li .cont .sub{
    padding: 5% 8%;
    height: 128px;
    position: relative;
}
.index-c3 ul li .cont .sub a.aa{
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    padding-left: 15px;
    background: url(../images/jt.png) no-repeat left center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-c3 ul li .cont .sub a.aa:hover{
    color: #29a286;
}
.index-c3 ul li .cont .sub a.more{
    font-size: 18px;
    color: #29a286;
    position: absolute;
    bottom: 20px;
    right: 5%;
}

@media (max-width: 990px){
    .index-c3 ul li .cont > a h3{
        font-size: 14px;
    }
    .index-c3 ul li .cont > a .info{
        display: none;
    }
    .index-c3 ul li .cont .sub a.more{
        font-size: 14px;
    }
    .index-c3 ul li .cont > a:hover h3{
        opacity: 1;
    }
    .index-c3 ul li .cont .sub a.aa{
        font-size: 14px;
    }
}

.index-c4{
    padding-bottom: 50px;
}
.index-c4 ul li a{
    display: block;
    position: relative;
    box-shadow: 0 3px 5px rgba(51,51,51,0.2);
    overflow: hidden;
    padding-bottom: 78px;
    background: #fff;
}
.index-c4 ul li .img img{
    width: 100%;
}
.index-c4 ul li .wz{
    padding: 0 8% 20px;
    position: absolute;
    top: calc(100% - 78px);
    width:100%;/*add*/
}
.index-c4 ul li .wz h3{
    font-size: 18px;
    color: #333;
    line-height: 78px;
    text-align: center;
}
.index-c4 ul li .wz p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.index-c4 ul li a:hover .wz{
    background: #029976;
    bottom: 0;
    top: auto;
} 
.index-c4 ul li a:hover .wz h3{
    color: #fff;
}


@media (max-width: 768px){
    .index-c4{
        padding-bottom: 30px;
    }
    .index-c4 ul li{
        margin-bottom: 20px;
    }
    .index-c4 ul li .wz h3{
        font-size: 16px;
    }
}

.index-c5{
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}
.c5-1 .c5-1-left{
    width: 48%;
    float: left;
    padding-top: 20px;
}
.c5-1 .c5-1-left > h3{
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
}
.c5-1 .c5-1-left > h3 span{
    font-size: 30px;
}
.c5-1 .c5-1-left .jj{
    font-size: 16px;
    color: #333333;
    line-height: 2;
    padding: 5% 0 10%;
}
.c5-1 .c5-1-left a.more{
    display: block;
    width: 190px;
    height: 56px;
    border: 1px solid #999999;
    font-size: 18px;
    color: #000000;
    line-height: 54px;
    text-align: center;
}
.c5-1 .c5-1-right{
    width: 47%;
    float: right;
    box-shadow: 0 0 8px rgba(153,153,153,0.8);
}
.c5-1 .c5-1-right .c5-1-right-tu{
    overflow: hidden;
}
.c5-1 .c5-1-right .c5-1-right-tu img{
    width: 100%;
    transition: .5s;
}
.c5-1 .c5-1-right .c5-1-right-tu:hover img{
    transform: scale(1.1);
}
.c5-2{
    padding: 50px 0;
}
.c5-2 .c5-2-item{
    padding: 0 2%;
    text-align: center;
}
.c5-2 .c5-2-item img{
    width: 100%;
}

@media (max-width: 990px){
    .c5-1 .c5-1-left{
        padding-top: 0;
    }
    .c5-1 .c5-1-left > h3{
        font-size: 14px;
    }
    .c5-1 .c5-1-left > h3 span{
        font-size: 20px;
    }
    .c5-1 .c5-1-left .jj{
        padding: 20px 0;
        font-size: 14px;
    }
    .c5-1 .c5-1-left a.more{
        width: 140px;
        height: 45px;
        line-height: 43px;
        font-size: 15px;
    }
}

@media (max-width: 768px){
    .c5-1 .c5-1-left{
        width: 100%;
        float: none;
    }
    .c5-1 .c5-1-right{
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .c5-2{
        padding: 30px 0;
    }

}



.index-c6{
    padding-bottom: 10px;
}
.index-c6 ul li{
    margin-bottom: 44px;
}
.index-c6 ul li a{
    display: block;
    position: relative;
}
.index-c6 ul li .img{
    position: relative;
    padding-top: calc(83 / 110 * 100%);
    height: 0;
}
.index-c6 ul li .img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    margin: auto;
}
.index-c6 ul li .wz{
    background: #f5f5f5;
    padding: 5% 6%;
}
.index-c6 ul li .wz h3{
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-c6 ul li .wz p{
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 1.8;
}
.index-c6 ul li a::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #029976;
    transition: .5s;
}
.index-c6 ul li a:hover::after{
    width: 100%;
}

@media (max-width: 768px){
    .index-c6 ul li{
        margin-bottom: 20px;
    }
    .index-c6 ul li .wz h3{
        font-size: 16px;
    }
    .index-c6 ul li .wz p{
        font-size: 12px;
    }
}



.index-c7{
    background: #f5f5f5;
    padding-bottom: 80px;
}
.hzhb-list .hzhb-item{
    padding: 5px 5px;
    text-align: center;
}
.hzhb-list .hzhb-item img{
    max-width: 100%;
}
.hzhb-list .hzhb-item:hover img{
    display: block;
    box-shadow: 0 0 5px rgba(153,153,153,0.6);
}
@media (max-width: 768px){
    .index-c7{
        padding-bottom: 40px;
    }
}


.index-c8{
    padding-bottom: 60px;
}
.xw-list .xw-item{
    padding: 0 3%;
}
.xw-list .xw-item a{
    display: block;
}
.xw-list .xw-item a h3{
    font-size: 18px;
    color: #333333;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.xw-list .xw-item a .date{
    font-size: 12px;
    color: #999999;
    font-family: Arial;
    line-height: 3;
}
.xw-list .xw-item a .img{
    margin: 10px 0 15px;
}
.xw-list .xw-item a .info{
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.xw-list .xw-item a:hover h3{
    color: #029976;
}
@media (max-width: 768px){
    .index-c8{
        padding-bottom: 40px;
    }
    .xw-list .xw-item a h3{
        font-size: 14px;
    }
}


.footbg{
    background: #212121;
}
.foot1{
    padding-top: 50px;
    padding-bottom: 35px;
}
.foot1 .ff1{
    width: 40%;
    float: left;
    padding-right: 2%;
}
.foot1 .ff1 > h3{
    font-size: 18px;
    color: #fff;
    padding-bottom: 15px;
    background: url(../images/line02.png) no-repeat left bottom;
}
.foot1 .ff1 .flx{
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    line-height: 2.5;
    margin-top: 10px;
}

.foot1 .ff2{
    width: 30%;
    float: left;
}
.foot1 .ff2 > h3{
    font-size: 18px;
    color: #fff;
    padding-bottom: 15px;
    background: url(../images/line02.png) no-repeat left bottom;
}
.foot1 .ff2 .fnav{
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    line-height: 2.5;
    margin-top: 20px;
}
.foot1 .ff2 .fnav a{
    color: rgba(255,255,255,0.8);
}
.foot1 .ff2 .fnav a:hover{
    color: #fff;
}
.foot1 .ff3{
    width: 30%;
    margin-top: 20px;
    float: left;
}
.foot1 .ff3 ul li{
    width: 50%;
    padding: 0 3%;
    text-align: center;
    float: left;
}
.foot1 .ff3 ul li img{
    max-width: 100%;
}
.foot1 .ff3 ul li p{
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.foot2{
    padding-bottom: 10px;
}
.foot2 .yqlj{
    font-size: 14px;
    color: #a9a9a9;
    line-height: 2
}
.foot2 .yqlj a{
    color: #a9a9a9;
}
.foot2 .yqlj span{
    font-weight: bold;
}
.foot2 .k1{
    text-align: right;
    font-size: 14px;
    color: #a9a9a9;
    line-height: 2
}
.foot2 .k1 a{
    color:#a9a9a9;
}


.foot3{
    border-top: 1px solid #383838;
    padding: 10px 0;
    font-size: 14px;
    color: #a9a9a9;
    line-height: 2;
}
.foot3 a{
    color: #a9a9a9;
}
.foot3 a:hover{
    color: #fff;
}
.foot3 .fwzc{
    text-align: right
}

@media (max-width: 990px){
    .foot3{
        text-align: center;
    }
    .foot3 .fwzc{
        text-align: center
    }
}

@media (max-width: 768px){
    .foot1{
        padding: 30px 15px;
    }
    .foot1 .ff1{
        width: 100%;
        float: none;
    }
    .foot1 .ff2{
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    .foot1 .ff3{
        width: 100%;
        float: none;
    }

}



.sort{
    text-align: center;
    padding: 30px 0 50px;
    position: relative;
    
}
.sort > li{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.sort > li > a.linshi{
    color: #fff;
    background: #029976
}

.sort > li > a{
    display: block;
    padding: 0 30px;
    line-height: 42px;
    font-size: 16px;
    color: #676464;
    background: #f9f6f6;
}
.sort > li:hover > a{
    color: #fff;
    background: #029976
}
.sort > li .xypg-left-subnav{
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    display: none;
    z-index: 999;
    padding-top: 10px;
}
.sort > li .xypg-left-subnav > li{
    padding-bottom: 5px;
}
.sort > li .xypg-left-subnav > li > a{
    display: block;
    font-size: 13px;
    color: #333;
    line-height: 42px;
    padding: 0 20px;
    background: rgba(249,246,246,0.7);
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.sort > li .xypg-left-subnav > li > a:hover{
    background: #4db79f;
    color: #fff
}
.sort > li:hover .xypg-left-subnav{
    display: block
}

.ntlt{
    text-align: center;
    font-size: 30px;
    color: #676464
}
.ntlt span{
    font-size: 22px;
    color: #e2dfdf;
    display: block;
}
@media (max-width: 990px){
    .sort > li .xypg-left-subnav{
        display:none!important;
    }
    .sort > li{
        margin-bottom:10px;
    }
}

@media (max-width: 768px){
    .ntlt{
        font-size: 24px;
    }
    .ntlt span{
        font-size: 16px;
    }
    .sort > li > a{
        font-size:14px;
        padding: 0 15px;
    }
}


.news_list2{}
.news_list2 li{line-height:27px;position:relative;border-bottom:#dfe0e2 1px solid;margin-bottom:20px;margin-top: 20px;padding-bottom:20px;}
.news_list2 li a:hover{text-decoration:none;color:#029976;}
.news_list2 li h3 {font-size:14px;}
.news_list2 li div{line-height:24px;}


.xwfe {
    width: 32%;
    background: #efefef;
    padding: 10px;
    float: left;
}
.xwri {
    width: 70px;
    text-align: left;
    margin-left: 20px;
    float: left;
}
.xwri .yue {
    font: 400 24px/30px "Microsoft Yahei";
    color: #029976;
}
.xwri .rq {
    font: 400 14px/30px "Microsoft Yahei";
    color: #505050;
}
.xwfe .xwtu{
    width: calc(100% - 90px);
    float: left
}
.xwfe .xwtu img{
    width: 100%
}
.xwnei{
    width: 65%;
    float: right;
}
.xwnei h3 a{
    color: #333;
    font: 600 18px/37px "Microsoft Yahei";
    display: block;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.xwnei .info{
    font-size: 14px;
    color: #666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

@media (max-width: 768px){
    .xwfe{
        width:100%;
        float:none;
    }
    .xwnei{
        width:100%;
        float:none;
    }
    .xwnei h3 a{
        font-size:16px;
    }
}













