.pull-left{ float: left!important;}
.gShow{
    opacity:0;
    transform:translate3d(0, 0, 0);
    animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    animation-iteration-count:1;
}
@keyframes mymove
{
    from {transform:translate3d(0, 100%, 0);opacity:0;}
    to {transform:translate3d(0, 0, 0);opacity:1;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
    from {transform:translate3d(0, 100%, 0);opacity:0;}
    to {transform:translate3d(0, 0, 0);opacity:1;}
}
/* topShow */
.topShow{
    opacity:0;
    transform:translate3d(0, 0, 0);
    animation-duration:1.2s;
    -webkit-animation-duration:1.2s;
    animation-iteration-count:1;
}
@keyframes topmove
{
    from {transform:translate3d(0, -100%, 0);opacity:0;}
    to {transform:translate3d(0, 0, 0);opacity:1;}
}

@-webkit-keyframes topmove /* Safari and Chrome */
{
    from {transform:translate3d(0, -100%, 0);opacity:0;}
    to {transform:translate3d(0, 0, 0);opacity:1;}
}
/* hdgShow */
.hdgShow{
    opacity:0;
    transform:translate3d(0, 0, 0);
    animation-duration:.3s;
    -webkit-animation-duration:.3s;
    animation-iteration-count:1;
}
@keyframes hdMymove
{
    from {transform:translate3d(0, 20%, 0);opacity:0;}
    to {transform:translate3d(0, 0, 0);opacity:1;}
}

@-webkit-keyframes hdMymove /* Safari and Chrome */
{
    from {transform:translate3d(0, 20%, 0);opacity:0;}
    to {transform:translate3d(0, 0, 0);opacity:1;}
}
/* scaleImg */
.scaleImg{
    overflow: hidden;
}
.scaleImg .img{
    filter: grayscale(100%);
}
.scaleImg img{
    transition-duration:.3s;
    display: block;
}
.scaleImg:hover img{
    transform: scale(1.1);
    filter: grayscale(0);
}
/* gChange */
.gChange{
    background: -webkit-linear-gradient(left, rgba(27, 98, 183, 1) , rgba(206, 34, 40, 1));
    background: -o-linear-gradient(right, rgba(27, 98, 183, 1), rgba(206, 34, 40, 1));
    background: -moz-linear-gradient(right, rgba(27, 98, 183, 1), rgba(206, 34, 40, 1));
    background: linear-gradient(to right, rgba(27, 98, 183, 1) , rgba(206, 34, 40, 1));

}


/* home */
.home>.container-fluid{
    padding-top: 80px;
    padding-bottom: 50px;
}
.home>.container-fluid>.tit{
    text-align: center;
}
.home>.container-fluid>.tit p:first-child{
    font-size:3.2rem;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color: #00703C;
}
.home>.container-fluid>.tit p:nth-child(2){
    font-size:2rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:#666;
}
.home>.container-fluid>.tits p:first-child{
    color: #fff;
}
.home>.container-fluid>.tits p:nth-child(2){
    color: rgba(246, 246, 246, .5);
}

.home .home_2{
    background: url("../images/index_18.jpg") no-repeat;
    background-size:100% 100%;
    padding-top: 60px;
}
.home .home_2 .tabs{
    text-align: center;
    margin-top: 30px;
}
.home .home_2 .tabs span:last-child{
    display:none;
}
.home .home_2 .tabs a{
    color: rgba(102, 102, 102, 1);
    margin: 0 15px;
    font-size: 1.8rem;
}
.home .home_2 .tabs a:hover{
    color: rgba(27, 98, 183, 1);
}
.home .home_2 .tabs .active{
    color: rgba(27, 98, 183, 1);
}
.home .home_2 .row{
  /*margin-top: 20px;*/
}
.home .home_2 #row2,.home .home_2 #row3,.home .home_2 #row4,.home .home_2 #row5{
    display: none;
}
.home .home_2 .row .left>div{
    padding: 30px;
    background-color: #fff;
    height: 513px;
}
.home .home_2 .row .left p{
    margin-top: 4%;
    font-size: 15px;
    font-weight: bold;
    color: #00703C;
}
.home .home_2 .row .left p:nth-child(3){
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    font-weight: 100;
    margin-top:8px;
    margin-bottom:8px;
}
.home .home_2 .row .left p:nth-child(4){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(161,160,160,1);
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}
.home .home_2 .row .right ul{
    padding: 15px;
    background-color: #fff;
}
.home .home_2 .row .right ul li{
    padding: 20px  0;
    border-top: 1px solid rgba(157, 157, 157, .2);
}
.home .home_2 .row .right ul li:first-child{
    border-top: 0;
}
.home .home_2 .row .right ul li .pull-left:first-child{
    width: 22%;
    text-align: center;
}
.home .home_2 .row .right ul li .pull-left:first-child p{
    color:rgba(102,102,102,1);
}
.home .home_2 .row .right ul li:hover .pull-left:first-child p{
    color:rgba(27,98,183,1);
}
.home .home_2 .row .right ul li .pull-left:first-child p:first-child{
    font-size:30px;
    font-family:Arial;
    font-weight:400;
    line-height:34px;
    margin-bottom: 5px;
    margin-top:5px;
}
.home .home_2 .row .right ul li .pull-left:first-child p:last-child{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:20px;
    opacity:0.8;
}
.home .home_2 .row .right ul li .pull-left:last-child{
    width: 78%;
}
.home .home_2 .row .right ul li .pull-left:last-child a{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(102,102,102,1);
    line-height:36px
}
.home .home_2 .row .right ul li .pull-left:last-child p{
    font-size:1.4rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(161,160,160,1);
    line-height:22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
}
.home .home_2 .row .right ul li:hover .pull-left:last-child a{
    color:rgba(27,98,183,1);
}
@media (max-width: 992px){
    .home .home_2{
        background-size: auto 100%;
    }
    .home .home_3 {
        background-size: auto 100%;
    }
    .home .home_6 .row>.clearfix .row>div:last-child{
        margin-left: 0px;
        width: 99.2%;
    }
    .home .home_4 .row>div:nth-child(2){
        margin-top: 0px;
    }
    .home .home_3> .row{
        padding-left: 15px;
        padding-right: 15px;
    }
    .home .home_3 .tabs .info .content>div:first-child{
        width: 100%;
        padding: 20px 15px;
        padding-bottom: 0;
    }
    .home .home_3 .tabs .info .content>div:last-child{
        width: 100%;
    }
    .home .home_3 .tabs .info .content>div:last-child img{
        width: 100%;
    }
    .home .home_3 .tabs .tit p{
        font-size: 1.4rem;
        height: 62px;
        line-height: 22px;
        padding-top: 10px;
    }
    .home .home_3 .tabs .mode{
        line-height: 30px;
        padding: 15px 5px;
        font-size: 1.4rem;
        height: 62px;
    }
    .home .home_3 .tabs .info .content>div:first-child p:first-child{
        font-size: 1.6rem;
    }
    .home .home_3 .tabs .info .content>div:first-child p:nth-child(2) {
        margin-top: 5px;
        line-height: 22px;
        font-size: 1.2rem;
    }
    .home .home_3 .tabs .info .content>div:first-child a {
        margin-top: 15px;
    }
    .home .home_3 .tabs .info .content>div:last-child{
        padding: 20px 15px;
    }
    .home .home_3 .tabs .info .content{
        height: auto;
    }
    .home .home_2 .row .left>div{
        height: auto;
    }
    .home>.container-fluid {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .home .home_4 {
        padding-bottom: 0;
    }
    .home>.container-fluid>.tit p:first-child{
        font-size:1.4rem;
    }
    .home>.container-fluid>.tit p:nth-child(2) {
        font-size:.9rem;
    }
    .home .home_1>.row {
        margin-top: 20px;
    }
    .home .home_1>.row .mode>div p:nth-child(2) {
        font-size: 1.6rem;
        margin-bottom: 5%;
    }
    .home .home_1>.row .mode>div p:nth-child(3){
        font-size: 1.2rem;
    }
    .home .home_1>.row .mode>div a {
        width: 70%;
        height: 30px;
        line-height: 30px;
    }
    .home .home_2 .tabs {
        margin-top: 15px;
    }
    .home .home_2 .tabs a {
        margin: 0 10px;
        font-size: 1.2rem;
    }
    .home .home_2 .row .left>div{
        padding:15px;
    }
    .home .home_2 .row .right{
        margin-top:15px;
    }
    .home .home_2 .row .right ul li .pull-left:last-child a {
        font-size: 15px;
        line-height: 28px;
    }
    .home .home_2 .row .right ul li .pull-left:last-child p {
        font-size: 14px;
        line-height: 18px;
    }
    .home .home_3>.tit>p:last-child {
        font-size: 1.4rem;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .home .home_4 .swiper-slide .info p:nth-child(1) {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .home .home_4 .swiper-slide .info p:nth-child(2) {
        line-height: 22px;
        font-size: 1.4rem;
    }
    .home .home_4 .swiper-slide .info a {
        line-height: 34px;
        width: 120px;
        margin-top: 15px;
    }
    .home .home_6 .row>.clearfix .row>div:last-child {
        padding: 20px 15px;
    }
    .home .home_6 form .button {
        line-height: 38px;
        width: 35%;
    }
    .home .home_5 .swiper-slide a{
        width: 22%;
        margin-right: 4%;
    }
    .home .home_5 .swiper-slide a:nth-of-type(6n){
        margin-right: 4%;
    }
    .home .home_5 .swiper-slide a:nth-of-type(4n){
        margin-right:0;
    }
    .home .home_5 .swiper-slide a:nth-child(5), .home .home_5 .swiper-slide a:nth-child(6){
        margin-top: 10%;
    }
    .home .home_5>.row{
        margin-right: -15px;
        margin-left: -15px;
    }
}


/*����ͼ*/
.focus{ position:relative; width:100%; margin-top: 15px}
.focus .jdwenb{  padding: 10px; background: #fff}
.focus .jdwenb dl dt{ font-size:15px; line-height: 40px;  color:#000; }
.focus .fPic{  width:100% }
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:40px; line-height:40px; background:rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#000000',endColorstr = '#000000')\9;  display:block;  text-align:left; }
.focus .shadow a{ text-decoration:none; color:#fff; font-size:16px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}
.focus .fcon img{ display:block;width:100%;  }
.focus .fbg{bottom:2.0rem; left:20px; position:absolute; height:21px; text-align:center; z-index: 200; }
.focus .fbg div{margin:30px auto 0;overflow:hidden;zoom:1;height:14px}
.focus .D1fBt a{position:relative; display:inline; width:4px; height:4px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:8px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:rgba(255, 255, 255, 0.2);-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;-o-transition: all 0.4s linear;transition: all 0.4s linear; }
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fff; width:20px; height:4px;}
.focus .D1fBt img{display:none}
.focus .D1fBt i{display:none; font-style:normal; }
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}
.focus .prev:hover{  background-position:0 0; }
.focus .next:hover{  background-position:-40px 0;}


/*footer*/
.footers{display: block; text-align: center; font-size: 14px; color: #ddd; background-color: #313131; overflow: hidden;}
.footers a{color: #fff; -webkit-transition: .3s; transition: .3s;}
.footers a:not(.disabled):active{color: rgba(255,255,255,.6);}
.footmain{display: block; padding: .5rem 1rem;}
.footers .itm{margin: 0 .8rem; display: inline-block;}
.footrow{margin: .2rem 0;}
.footqrcode{margin: 1rem 0 .5rem 0;}
.footqrcode_itm{display: inline-block; width: 6.5rem;}
.footqrcode_pic, .footqrcode_pic img{display: block; width:  6.5rem; height: 6.5rem;}
.footright{font-size:14px; }
.footright span{ display: block}
.footright a{color: rgba(255,255,255,.4);}
.footlink{display: block; padding: 1.5rem .5rem; background-color: #333; font-size: 1.2rem;}
.footlink a{display: inline-block;}
.footlink .spc{margin: 0 2px;}
.fd-nv{overflow: hidden;position: fixed;left: 0;right: 0;bottom: 0;z-index: 105;
    background-color: #38ab40;text-align: center;
}
.fd-nv li{float: left;width: 33.33%;}
.fd-nv li a{display: block;height: 40px;line-height: 40px;font-size: 14px;
    color: #fff;position: relative;
}
.fd-nv li a:after{content: '';position: absolute;right: 0;top: 50%;width: 1px;
    height: 14px;margin-top: -7px;background-color: rgba(255,255,255,.5);
}
.fd-nv li:last-child a:after{display: none;}
.fd-nv li a:before{content: '';width: 25px;height: 40px;
    display: inline-block;vertical-align: middle;margin-right: 5px;
    background-position: right center;background-repeat: no-repeat;
    -o-background-size: auto 25px;
    -ms-background-size: auto 25px;
    -moz-background-size: auto 25px;
    -webkit-background-size: auto 25px;
    background-size: auto 25px;
}
.fd-nv li:first-child a:before{background-image: url(../images/mo-fv1.png);}
.fd-nv li:nth-child(2) a:before{background-image: url(../images/mo-fv2.png);}
.fd-nv li:last-child a:before{background-image: url(../images/mo-fv3.png);}

.container{ background: #fff;}
.insideWrapper {
    padding: 0 15px;
}

.news .list>.clearfix{
    margin-bottom: 10px;
    margin-top:10px;
    padding-right: 15px;
    padding-left: 15px;
}
.news .list>.clearfix>img{
    width: 35%;
    object-fit: contain;
}
.news .list>.clearfix>div{
    width: 60%;
    padding-left: 15px;
}
.news .list>.clearfix>div a{
    color: rgba(69, 69, 69, 1);
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
}
.news .list>.clearfix>div p{ font-size: 14px}
.news .list>.clearfix>div p:nth-child(2){
    color:rgba(102, 102, 102, .4);

}
.news .list>.clearfix>div p:nth-child(3){
    color: rgba(102, 102, 102, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news .list>.clearfix:hover{
    box-shadow:1px 3px 18px 0px rgba(50,50,50,0.23);
}
.news .list>.clearfix:hover>div a{
    color: rgba(27, 98, 183, 1);
}

.title{text-align: center;padding: 15px 0;}
.news-detail .title { color: #333; text-align: center; padding: 15px 0; }

.news-detail .thumb { text-align: center; position: relative; }

.news-detail .date { font-family: "Montserrat"; color: #176bab; display: inline-block; vertical-align: top; line-height: 24px; padding-left: 27px; background: url(../images/newsIcon03.png) left center no-repeat; font-size: 16px; }

.news-detail .share { display: inline-block; vertical-align: top; margin-left: 30px; }

#news-share { line-height: 24px; color: #666; }

#news-share span { padding-right: 8px; font-size: 16px; }

#news-share a { width: 24px; height: 24px; display: inline-block; vertical-align: top; float: none; margin: 0; padding: 0; background-position: 0 0; }

#news-share .bds_weixin { background-image: url(../images/newsIcon04.png); }

#news-share .bds_tsina { background-image: url(../images/newsIcon05.png); }

.news-detail-article { color: #666; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; padding-top: 20px; padding-bottom: 30px; margin-top: 20px; line-height: 2; }

.news-detail-article img { width: auto !important; height: auto !important; max-width: 100%; }

.news-detail-page { padding-top: 15px; padding-bottom: 30px; }

.news-detail-page li { white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden; padding: 5px 0; }

.news-detail-page a { color: #808080; border-bottom: 1px solid #9d9d9d; }

.news-backlist { width: 125px; line-height: 40px; padding: 0 10px; font-size: 16px; color: #fff!important; background-color: #00703C; display: block; text-align: center; margin: 0 auto 30px; -webkit-border-radius: 30px; border-radius: 30px; }

.news-backlist a{ color: #fff!important;}


.contact-bg3{padding: 40px 0;}
.online{overflow: hidden;}
.online .item{box-sizing: border-box;margin: 10px 0;}
.online .item span ,.online-ly span{font-size: 16px;float: left; line-height: 40px}
.online .item .star{color: red;}
.item-right {float: right;width: 85%;}
.item-right input{width: 100%;border: 1px solid #eee;line-height: 40px;background: none;background: #F0F0F0;padding: 0 15px;box-sizing: border-box;}
.online-ly{margin: 0 auto;overflow: hidden;}
.online-ly .item .star{color: red;}
.online-ly textarea{width: 100%;background:#F0F0F0;border: 0;padding: 10px;}
.item-right2{ width: 85%;float: right;}
.item4-c{margin: 0 auto;text-align: center;}
.on1{background: #eee;padding: 10px 45px;border: 0;margin: 0 10px;}
.on2{background:#00703c;padding: 10px 45px;border: 0;color: #fff;margin: 25px 0;}
#map {
    height: 400px;
  
    margin-top:15px;

}

.contact-section { background-color: #fff; padding: 0px 20px; }

.contact-section li {padding: 15px 0 15px 50px;border-bottom: 1px solid #e7e7e7;background-position: left center;}

.contact-section li:last-child { border-bottom: none; }

.contact-section h4 { padding-bottom: 3px; }

.contact-section .desc { color: #666; }

.contact-section .address {    background-repeat: no-repeat; background-image: url(../images/indexIcon01.png); }

.contact-section .tel {    background-repeat: no-repeat; background-image: url(../images/contactIcon04.png); }

.contact-section .fax {    background-repeat: no-repeat; background-image: url(../images/contactIcon05.png); }

.contact-section .mail {    background-repeat: no-repeat;background-image: url(../images/contactIcon06.png);}

.contact-bd { display: none; }

.contact-bd:first-child { display: block; }