﻿/*----- Common css ------*/

.fl {
    float: left;
}
.fr {
    float: right;
}
.di {
    _display: inline;
}
.fwn {
    font-weight: normal;
}
.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}

@font-face {
    font-family: "Source Sans";
    src: url("../fonts/Source Han Sans CN Regular.woff2") format("woff2"),
       url("../fonts/Source Han Sans CN Regular.woff") format("woff"),
       url("../fonts/Source Han Sans CN Regular.ttf") format("truetype"),
       url("../fonts/Source Han Sans CN Regular.eot") format("embedded-opentype"),
       url("../fonts/Source Han Sans CN Regular.svg") format("svg"),
       url("../fonts/Source Han Sans CN Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cu';
    src: url('../fonts/avantga20.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.container2{
    max-width: 1458px;
    width: 94%;
    margin:0 auto;
}
.sitemp{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}
.site{
    height: 71px;
    line-height:70px;
    border-bottom: 1px solid #e5e5e5;
}
.site a{
    font-size:14px;
    color: #555;
    margin:0 15px;
/*    font-family: "Source Sans";*/
}
.site a:first-child{
    margin:0 15px 0 0;
}
.site a:last-child{
    margin:0 0 0 15px;
}
.site a:hover{
    color: #6cbe03;
}
.n_banner_text{
    position: absolute;
    left: 0;
    top:50%;
    margin-top: -155px;
    width: 100%;
    font-family: "Source Sans";
}
.n_banner_text .text{
    float: right;
    max-width: 670px;
}
.n_banner_text h3{
    font-size:60px;
    color:#333;
    line-height:1em;
    font-weight: normal;
}
.n_banner_text p{
    font-size:16px;
    color: #666;
    padding:28px 0;
    position: relative;
    margin-bottom:65px;
}
.n_banner_text p:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 50px;
    height: 2px;
    background:#6cbe03;
}
.n_banner_text a{
    display: block;
    width: 200px;
    line-height: 68px;
    height: 68px;
    border-radius: 50px;
    background:#6cbe03;
    font-size:16px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: linear-gradient(120deg, #6cbe03 40%, #6cbe03 80%);
}
.n_banner_text a:hover {
    box-shadow: 0 0 10px #6cbe03; 
}

.sidebar-modal #myModal2.modal{
    transition-delay: 1s;   
    transition: all 1s ease-out;
    height:0;
    /*opacity: 0;*/
}
.sidebar-modal #myModal2.modal.show{
    opacity: 1;
    display: inline;
    transition: all 1s;
    z-index: 99999;
    height:100%;
    left:0;
    background:rgba(0,0,0,.4);
    width: 100%;
    transition-delay: 1s;
}
.sidebar-modal .modal.right.fade.show .modal-dialog{
    right: 0px;
}

@media(max-width: 1600px){
    .n_banner_text{
        margin-top:-110px;
    }
    .n_banner_text h3{
        font-size:40px;
    }
    .n_banner_text p{
        font-size:15px;
        padding: 25px 0;
        margin-bottom: 20px;
    }
    .n_banner_text a {
        width: 160px;
        line-height: 50px;
        height: 50px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .n_banner_text{
        margin-top:-80px;
    }
    .n_banner_text .text{
        max-width: 50%;
    }    
    .n_banner_text h3{
        font-size:30px;
    }
    .n_banner_text p{
        font-size:14px;
        padding: 20px 0;
        margin-bottom: 0px;
    }
    .n_banner_text a {
        width: 140px;
        line-height: 42px;
        height: 42px;
        font-size:15px;
    }
    .container2{
        width: 96%;
    }
}
@media(max-width: 992px){
    .n_banner_text{
        margin-top:-50px;
    }
    .n_banner_text .text{
        max-width: 50%;
    }    
    .n_banner_text h3{
        font-size:24px;
    }
    .n_banner_text p{
        padding: 10px 0;
    }
    .n_banner_text a {
        width: 140px;
        line-height: 42px;
        height: 42px;
        font-size:14px;
        display: none;
    }   
    .sitemp{
        display: none;
    }
}
@media(max-width: 768px){
    header .container2{
        width: 100%;
    }

}

@media(max-width: 640px){
    .n_banner{
        margin-top:46px;
    }  
    .n_banner_text{
        margin-top:-55px;
    }
    .n_banner_text .text{
        width: 50%;
    }
    .n_banner_text h3 {
        font-size: 16px;
    } 
    .n_banner_text p{
        /*display: none;*/
        height:110px;
        line-height:16px;
        font-size:12px;
        overflow:hidden;
        padding:2px 0;
    } 
    .y_banner{
        background:#f5f8ff;
    }
    .y_banner .img{
        display:none;
    }
    .y_banner .n_banner_text {
        top: 30px;
        margin-top: 0px;
        z-index: 9999;
    }
    .y_banner .n_banner_text .text{
        width:100%;
        max-width:100%;
    }
    .y_banner .n_banner_text h3 {
        line-height:2em;
    }
    .y_banner .n_banner_text p{
        height:100%;
        line-height:2em;
        font-size:14px;
    }
}


#yjf1{
    position: relative;

}
.yjf1{
    display: none;

    position: relative;
/*    padding:120px 0 130px;*/
}
.yjf1:before{
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 3;
}
.yjf1 img{
    opacity: 0;
}
.yjf1 .font{
    position: absolute;
    top:120px;
    left:12%;
    z-index: 9;
    max-width: 30%;
}
.yjf1 .font strong {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
    font-size: 46px;
    color: #6cbe03;
    padding-bottom: 5px;
    display: block;
    font-weight: bold;
    font-family: "cu";
}
.yjf1 .font p {
    font-size: 18px;
    color: #cdcdcc;
    line-height:30px;
}
.yjf1li{
    position: absolute;
    bottom:130px;
    left:12%;
    z-index: 10;
    max-width: 38%;
}
.yjf1li ul{
    display: flex;
}
.yjf1li ul li{
    
}
.yjf1li ul li:nth-child(2){
    margin:0 20px;
}
.yjf1li ul li strong{
    display: block;
    font-size: 70px;
    color: #fff;    
}
.yjf1li ul li span{
    color: #cdcdcc;
    font-size: 16px;    
}
.yjf1li ul li.on strong{
    color: #6cbe03;  
}
.yjf1li ul li.on span{
    color: #6cbe03;  
}

@media(max-width: 1600px){
    .yjf1 .font{
        top:50px;
        left:4%;
        max-width: 42%;
    }
    .yjf1 .font strong {
        margin-bottom: 20px;
        width: 100%;
        font-size: 32px;
        color: #6cbe03;
    }
    .yjf1 .font p{
        font-size:16px;
    }
    .yjf1li{
        left:4%;
        max-width: 45%;
        bottom:50px;
    }
    .yjf1li ul li strong{
        font-size:50px;
    }
    .yjf1li ul li span{
        font-size:15px;
    }

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .yjf1 .font{
        top:30px;
        left:2%;
        max-width: 46%;
    }
    .yjf1 .font strong {
        margin-bottom: 15px;
        font-size: 26px;
    }
    .yjf1 .font p{
        font-size:15px;
    }
    .yjf1li{
        left:2%;
        max-width: 47%;
        bottom:30px;
    }
    .yjf1li ul li strong{
        font-size:40px;
    }
    .yjf1li ul li span{
        font-size:14px;
    }    
}
@media(max-width: 992px){
    .yjf1:before{
        width: 100%;
    }
    .yjf1 .font{
        max-width: 96%;
    }
    .yjf1 .font strong {
        margin-bottom: 0px;
        font-size: 22px;
    }
    .yjf1li {
        max-width: 96%;
        bottom: 20px;
    }
    .yjf1li ul li strong{
        font-size:32px;
    }
}
@media(max-width: 768px){

}
@media(max-width: 640px){
    .yjf1{
        padding:80px 0;
    }
    .yjf1 .font{
        top:20px;
    }  
    .yjf1 .font p {
        font-size: 14px;
        line-height:2em;
    }  
}

#yjf2{
    background:#f4f7fe;
    padding:105px 0 135px;
}
#yjf2 .container{

}
h2.n_title1{
    text-align:center;
    font-size: 40px;
    color: #6cbe03;
    line-height:1em;
}
h2.n_title1 span:first-child{
    margin-right:35px; 
}
h2.n_title1 span:last-child{
    margin-left:35px; 
}
#yjf2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:110px;
    padding:0 100px;
}
#yjf2 ul li{
    width: 48%;
    transition: all 0.4s ease-out;
    position: relative;
    top: 0;
    border-radius: 10px;
    overflow: hidden;
    background:#fff;
}
#yjf2 ul li:last-child{
    margin-left: 4%;
}
#yjf2 ul li .img{
    overflow: hidden;
}
#yjf2 ul li .img img{
    transition: all 0.6s ease-out;
}
#yjf2 ul li .text{
    padding:45px 75px 55px;
    text-align:center;
}
#yjf2 ul li .text h3{
    font-size:30px;
    color: #6cbe03;
    line-height:1em;
    padding-bottom: 36px;
    position: relative;
    margin-bottom:25px;
}
#yjf2 ul li .text h3:before{
    content:'';
    width: 50px;
    height: 1px;
    background:#6cbe03;
    position: absolute;
    left:50%;
    margin-left:-25px;
    bottom:0;
}
#yjf2 ul li .text p{
    font-size:16px;
    color: #808080;
}
#yjf2 ul li .text a{
    display: block;
    width: 60px;
    height: 60px;
    line-height:60px;
    background:url(../images/jia.png) no-repeat center #6cbe03;
    border-radius: 30px;
    margin:65px auto 0;
    transition: all 0.5s ease-out;
}
#yjf2 ul li:hover{
    top:-25px;
    transition: all 0.4s;
}
#yjf2 ul li:hover .img img{
    transform: scale(1.1);
    transition: all 0.6s;
}
#yjf2 ul li:hover .text a{
    width: 230px;
    transition: all 0.5s;
}

@media(max-width: 1600px){
    #yjf2{
        padding:80px 0;
    }
    h2.n_title1{
        font-size:32px;
    }
    h2.n_title1 span:first-child{
        margin-right:25px; 
    }
    h2.n_title1 span:last-child{
        margin-left:25px; 
    }
    #yjf2 ul {
        margin-top: 60px;
        padding: 0 50px;
    }
    #yjf2 ul li .text {
        padding: 30px 30px;
    }
    #yjf2 ul li .text h3 {
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    #yjf2 ul li .text p{
        font-size:15px;
    }
    #yjf2 ul li .text a {
        margin: 30px auto 0;
        width: 50px;
        height: 50px;
        line-height:50px;
        background-size: 22px 22px;
    } 
    #yjf2 ul li .text a img{
        width: 22px;
    }  
    #yjf2 ul li:hover{
        top:-15px;
    }
    #yjf2 ul li:hover .text a{
        width: 120px;
    }
}
@media(max-width: 1440px){
    h2.n_title1{
        font-size:30px;
    }    
}
@media(max-width: 1259px){
    #yjf2{
        padding:60px 0;
    } 
    #yjf2 ul {
        margin-top: 50px;
        padding: 0 0px;
    } 
    h2.n_title1 {
        font-size: 24px;
    }  
    #yjf2 ul li .text {
        padding: 30px 20px;
    }
    #yjf2 ul li .text h3{
        font-size:22px;
    }


}
@media(max-width: 992px){

    #yjf2 ul li .text {
        padding: 20px 10px;
    }
    #yjf2 ul li .text h3 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }  
    #yjf2 ul li .text p {
        font-size: 14px;
    }

}
@media(max-width: 768px){
    #yjf2 {
        padding: 45px 0;
    }    
}
@media(max-width: 640px){
    #yjf2 {
        padding: 30px 0 15px;
    }
    h2.n_title1 {
        font-size: 20px;
    }
    h2.n_title1 span:first-child{
        margin-right:15px; 
    }
    h2.n_title1 span:last-child{
        margin-left:15px; 
    }
    #yjf2 ul {
        margin-top: 35px;
    }
    #yjf2 ul li{
        width: 100%;
        margin-bottom:15px;
    } 
    #yjf2 ul li:last-child {
        margin-left: 0%;
    } 
    #yjf2 ul li .text a {
        margin: 15px auto 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background-size: 18px 18px;
    } 
    #yjf2 ul li .text h3{
        font-size:16px;
    }
    #yjf2 ul li .text p{
        line-height:2em;
    }
    #yjf2 ul li .text a img {
        width: 18px;
        opacity: 0;
    } 
}

#yjf3{
    padding:95px 0 115px;
    background:#fff;
}
.yjf3{
    margin-top:55px;
    position: relative;
}
.yjf3_l{
    width: 42.5%;
    float: left;
    /*position: relative;*/
}
.yjf3_l .swiper-pagination {
    position: absolute;
    bottom: 0px;
    color: #333;
    z-index: 9999;
    /*width: 50%;*/
    left: 42.5%;
    font-size: 26px;
    height: 65px;
    line-height: 65px;
    width: 19.2%;
}
.yjf3_l .swiper-pagination .swiper-pagination-current{
    color:#6cbe03;
}
.yjf3_r{
    width: 57.5%;
    float: right;
    position: relative;
    padding-bottom: 65px;
}

.yjf3_r .swiper-slide{
    position: relative;

}
.yjf3_r .swiper-slide:before{
    content:'';
    background:rgba(108,190,3,.9);
    width: 0%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    color: #fff;
    opacity: 0;
    z-index: 99;
    transition: all 0.6s ease-out;
}
.yjf3_r .swiper-slide .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 100;
    opacity: 0;
    transition: all 0.6s ease-out;
}
.yjf3_r .swiper-slide .text p{
    color: #fff;
    padding:0 35px;
    text-align: left;
    font-size:18px;
}

.yjf3_r .swiper-slide:hover:before{
    opacity: 1;
    width: 100%;
    transition: all 0.6s;
}
.yjf3_r .swiper-slide:hover .text{
    opacity: 1;
    transition: all 0.6s;
}
.yjf3_r .swiper-slide-thumb-active:before{
    opacity: 1;
    width: 100%;
}
.yjf3_r .swiper-slide-thumb-active .text{
    opacity: 1;
}
.yjf3_r .swiper-slide-duplicate .text{
    opacity: 0;
}
.yjf3_r .swiper-slide-duplicate:before{
    opacity: 0;
    width: 0%;
}
.yjf3_r .swiper-slide-duplicate-active .text{
    opacity: 0;
}
.yjf3_r .swiper-slide-duplicate-active:before{
    opacity: 0;
    width: 0%;
}

.yjf3_l .swiper-button-next{
    width: 19.2%;
    top: calc(100% - 65px);
    right: 0;
    margin-top:0;
    opacity: 1!important;
    outline: none;
    background:url(../images/left2.png) no-repeat center #f4f7fe;
    transform: rotate(-180deg);
    line-height:65px;
    height: 65px;
    cursor: pointer;
    z-index: 9999;
}
.yjf3_l .swiper-button-next:hover{
    background:url(../images/right2_h.png) no-repeat center #6cbe03;
    transform: rotate(0deg);    
}
.yjf3_l .swiper-button-prev{
    width: 19.2%;
    left: 61.7%;
    top: calc(100% - 65px);
    margin-top: 0;
    opacity: 1!important;
    outline: none;
    background:url(../images/left2.png) no-repeat center #f4f7fe;
    line-height:65px;
    height: 65px;
    z-index: 9999;
}
.yjf3_l .swiper-button-prev:hover{
    background:url(../images/right2_h.png) no-repeat center #6cbe03;
    transform: rotate(-180deg);
}

@media(max-width: 1600px){
    #yjf3 {
        padding: 80px 0;
    }
    .yjf3_r .swiper-slide .text p {
        padding: 0 25px;
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    #yjf3 {
        padding: 60px 0;
    }    
    .yjf3_l .swiper-pagination{
        bottom:10px;
        font-size:22px;
    }
    .yjf3_r .swiper-slide .text p {
        padding: 0 15px;
        font-size: 15px;
    }
    .yjf3_r .swiper-button-next,.yjf3_r .swiper-button-prev{
        display: none;
    }
}
@media(max-width: 992px){
    #yjf3 {
        padding: 40px 0;
    }    
    .yjf3_l .swiper-pagination{
        bottom:10px;
        font-size:20px;
    }
    .yjf3_r .swiper-slide .text p {
        padding: 0 10px;
        font-size: 14px;
    }    
}
@media(max-width: 768px){
    .yjf3 {
        margin-top: 40px;
    }    
}
@media(max-width: 640px){
    #yjf3 {
        padding: 30px 0;
    }
    .yjf3 {
        margin-top: 30px;
    }
    .yjf3_l{
        width: 100%;
        float: none;
        position:relative;
    }
    .yjf3_l .swiper-pagination{
        display: none;
    }
    .yjf3_r{
        width: 100%;
        float: none;
        padding-bottom: 0px;
    }
    .yjf3_r .swiper-slide .text p {
        padding: 0 5px;
        font-size: 12px;
        line-height:1.6em;
    }
}

#yjf4{
    padding:90px 0 110px;
    background:#f4f7fe;
}
#yjf4 .n_title1{
    margin-bottom:60px;
}
#yjf4 .gallery-top{

}
#yjf4 .gallery-top .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
#yjf4 .gallery-top .swiper-slide .img{
    width: 61%;
}
#yjf4 .gallery-top .swiper-slide .text{
    width: 39%;
    padding: 0 3%;
    background:#fff;
}
#yjf4 .gallery-top .swiper-slide .text h3{
    font-size:36px;
    color: #6cbe03;
    padding:95px 0 35px;
    line-height:1em;
    font-weight: normal;
}
#yjf4 .gallery-top .swiper-slide .text .cont{

}
#yjf4 .gallery-top .swiper-slide .text .cont ul{

}
#yjf4 .gallery-top .swiper-slide .text .cont ul li{
    display: flex;
    border-bottom: 1px solid #dcdcdc;
}
#yjf4 .gallery-top .swiper-slide .text .cont ul li span{
    display: inline-block;
    width: 25%;
    text-align: center;
    font-size:16px;
    padding:15px 0;
}
#yjf4 .gallery-top .swiper-slide .text .cont ul li span:first-child{
    color: #333;
}
#yjf4 .gallery-top .swiper-slide .text .cont ul li:first-child{
    background:#6cbe03;   
    border-radius: 15px; 
}
#yjf4 .gallery-top .swiper-slide .text .cont ul li:first-child span{
    color: #fff;
}
#yjf4 .gallery-top .swiper-slide .text .cont table{
    width: 100%;
}
#yjf4 .gallery-top .swiper-slide .text .cont table tr{
    border-bottom: 1px solid #dcdcdc;
}
#yjf4 .gallery-top .swiper-slide .text .cont table tr td{
    width: 25%;
    text-align: center;
    font-size:16px;
    padding:15px 0;
    color: #333;
}
#yjf4 .gallery-top .swiper-slide .text .cont table tr:nth-child(2) td:nth-child(3){
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.yjf4_xia{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.yjf4_xia_l{
    width: 61%;
}
#yjf4 .gallery-thumbs{

}
#yjf4 .gallery-thumbs .swiper-slide{
    text-align: center;
    font-size:20px;
    color: #4c4c4c;
    line-height:115px;
    position: relative;
    background:#f5f5f5;
}
#yjf4 .gallery-thumbs .swiper-slide:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    height: 2px;
    background:#dcdcdc;
    z-index: 999;
}
#yjf4 .swiper-slide-thumb-active{
    color: #6cbe03;
    background:#fff;
}
#yjf4 .gallery-thumbs .swiper-slide-thumb-active:before{
    width: 100%;
    height: 4px;
    background:#6cbe03;
}

.yjf4_xia_r{
    width: 38%;
    position: relative;
    background:#fff;
}
.yjf4_xia .swiper-next1{
    position: absolute;
    top:0;
    width: 40%;
    right: 0;
    background: url(../images/left2.png) no-repeat center;
    height: 100%;
    outline: none;
    transform: rotate(-180deg);
}
.yjf4_xia .swiper-prev1{
    position: absolute;
    top:0;
    width: 40%;
    left:0;
    background: url(../images/left2.png) no-repeat center;
    height: 100%;
    outline: none;    
}
.yjf4_xia .swiper-prev1:hover{
    background:url(../images/right2_h.png) no-repeat center #6cbe03;
    transform: rotate(-180deg); 
    cursor: pointer;
}
.yjf4_xia .swiper-next1:hover{
    background:url(../images/right2_h.png) no-repeat center #6cbe03;
    transform: rotate(0deg); 
    cursor: pointer;
}
#yjf5{
    padding:95px 0 100px;
    background:#fff;
}
#yjf5 ul{
    margin-top:65px;
    display: flex;
    flex-wrap: wrap;
    padding:0 200px;
}
#yjf5 ul li{
    width: 48%;
    background:#f4f7fe;
    border-radius: 10px;
    padding:70px 0;
    text-align: center;
    transition: all 0.6s ease-out;
}
#yjf5 ul li:last-child{
    margin-left:4%;
}
#yjf5 ul li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#yjf5 ul li img{
    display: block;
    margin:0 auto;
}
#yjf5 ul li img.img1{

}
#yjf5 ul li img.img2{
    display: none;
}
#yjf5 ul li:hover{
    background:#6cbe03;
    transition: all 0.6s;
    box-shadow: 0px 0px 15px #999;
}
#yjf5 ul li:hover img.img1{
    display: none;
}
#yjf5 ul li:hover img.img2{
    display: block;
}
@media(max-width: 1600px){
    #yjf4 {
        padding: 70px 0;
    }
    #yjf4 .gallery-top .swiper-slide .text {
        padding: 0 2%;
    }
    #yjf4 .gallery-top .swiper-slide .text h3 {
        font-size: 28px;
        padding: 40px 0 30px;
    }
    #yjf4 .gallery-top .swiper-slide .text .cont ul li span{
        font-size:15px;
    }
    #yjf4 .gallery-thumbs .swiper-slide {
        font-size: 18px;
        line-height: 80px;
    }
    #yjf5 {
        padding: 80px 0;
    }
    #yjf5 ul {
        margin-top: 50px;
        padding: 0 50px;
    }

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    #yjf4 {
        padding: 60px 0;
    } 
    #yjf4 .n_title1 {
        margin-bottom: 40px;
    }
    #yjf4 .gallery-top .swiper-slide .text h3 {
        font-size: 22px;
        padding: 25px 0 20px;
    }
    #yjf4 .gallery-top .swiper-slide .text .cont ul li span{
        padding:12px 0 ;
    }
    #yjf4 .gallery-thumbs .swiper-slide {
        font-size: 16px;
        line-height: 56px;
    }
    #yjf4 .gallery-thumbs .swiper-slide-thumb-active:before{
        height: 3px;
    }
    #yjf5 {
        padding: 60px 0;
    }
    #yjf5 ul {
        margin-top: 40px;
        padding: 0 0px;
    }   
}
@media(max-width: 992px){
    #yjf4 {
        padding: 50px 0;
    }  

    #yjf5 {
        padding: 50px 0;
    }   
}
@media(max-width: 768px){
    #yjf4 {
        padding: 40px 0;
    }  
    #yjf4 .n_title1 {
        margin-bottom: 30px;
    } 
    #yjf4 .gallery-top .swiper-slide .img{
        width: 100%;
    }
    #yjf4 .gallery-top .swiper-slide .text{
        width: 100%;
        opacity:0;
    }
    #yjf4 .gallery-top .swiper-slide-active .text{
        opacity:1;
    }
    #yjf4 .gallery-top .swiper-slide .text h3 {
        font-size: 18px;
        padding: 15px 0 15px;
    }

    #yjf4 .gallery-thumbs .swiper-slide {
        font-size: 14px;
        line-height: 42px;
    }
    .yjf4_xia_l,.yjf4_xia_r{
        width: 100%;
    }
    .yjf4_xia_r{
        height: 42px;
    }
    #yjf5 {
        padding: 40px 0;
    }  
    #yjf5 ul li{
        padding: 50px 10px;
    }
    
}
@media(max-width: 640px){
    #yjf4 {
        padding: 30px 0;
    } 
    #yjf4 .gallery-top .swiper-slide .text .cont ul li span {
        padding: 10px 0;
    }  
    #yjf5 {
        padding: 30px 0;
    } 
    #yjf5 ul {
        margin-top: 25px;
    }
    #yjf5 ul li{
        padding: 30px 0;
    } 
}



.header-area2{
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0px;
}
.header-area2 .logo .img2{
    display: none;
}
/*.header-area2.head1 {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
}*/
.header-area .logo .img1{
    display: none;
}
.header-area .logo .img2{
    display: block;
}
.header-area2 .navigation .navbar .navbar-nav  a{
    color: #fff!important;
}
.header-area2 .navigation .navbar .navbar-btns ul li a{
    color: #fff;
}
.n_banner_text2{
    margin-top:-100px;
}
.n_banner_text .text2{
    float: none;
}
.n_banner_text .text2 h3{
    color: #fff;
    font-size:44px;
}
.n_banner_text .text2 p{
    color: #fff;
    font-size:30px;
    padding: 20px 0;
}
.n_banner_text p:before{
    display: none;
}

@-webkit-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-5px);
    }
}
@-moz-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
             transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
             transform: translateY(-8px);
    }
}
@-o-keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
           transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        -o-transform: translateY(-8px);
           transform: translateY(-8px);
    }
}
@keyframes Tmouse {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
          -o-transform: translateY(0);
             transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
          -o-transform: translateY(-8px);
             transform: translateY(-8px);
    }
}
.main-scroll {
    font-size: 14px;
    padding-left: 40px;
    position: relative;
    color: #fff;
    height: 28px;
    line-height: 28px;
    margin: 80px 0 40px;
}
.main-scroll:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    left: 12px;
    top: 9px;
    background-color: #6cbe03;
    border-radius: 50%;
    z-index: 5;
    -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    -moz-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
      -o-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
         animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
.main-scroll:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 30px;
    border-radius: 50px;
    left: 5px;
    background-color: #fff;
    top: -4px;
    opacity: 0.8;
}
#about1{
    padding:90px 0 70px;
}
.about1_l{
    width: 50%;
    float: left;
}
.n_title2{

}
.n_title2 h3{
    font-size:50px;
    color: #6cbe02;
    position: relative;
    padding:80px 0 50px;
    line-height:1em;
/*    font-weight: normal;*/
}
.about1_l .n_title2 h3:before{
    content:'bolong';
    position: absolute;
    top:0;
    left:0;
    text-transform: uppercase;
    font-size:140px;
    color: #6cbe03;
    opacity: 0.2;
    line-height:1em;
}
.n_title2 h4{
    color: #4c4c4c;
    font-size:36px;
    font-weight: normal;
    padding-bottom: 22px;
    position: relative;
    margin-bottom:40px;
}
.n_title2 h4:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 70px;
    height: 2px;
    background:#6cbe03;
}
.about1_l_t{

}
.about1_l_t p{
    font-size:15px;
    color: #666666;
    line-height:36px;    
}
.about1_r{
    width: 45%;
    float: right;
    background:url(../images/a_bg1.png) no-repeat center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    padding:130px 90px;
}
.about1_r h3{
    font-size:26px;
    color: #ffffff;
    line-height:1em;
    font-weight: normal;
    padding-bottom: 27px;
    position: relative;
    margin-bottom:90px;
}
.about1_r h3:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 42px;
    height: 3px;
    background:#fff;
}
.about1_r ul{

}
.about1_r ul li{
    width: 50%;
    float: left;
    color: #fff;
}
.about1_r ul li:nth-child(1),.about1_r ul li:nth-child(2){
    padding-bottom: 35px;
    border:1px solid rgba(255,255,255,.2);
    border-top:none;

}
.about1_r ul li:nth-child(1){
    border-left:none;
}
.about1_r ul li:nth-child(2){
    border-right:none;
    border-left:none;
}
.about1_r ul li:nth-child(3){
    border-right:1px solid rgba(255,255,255,.2);
    padding-top:25px;
}
.about1_r ul li:nth-child(4){
    padding-top:25px;
}
.about1_r ul li .text{

}
.about1_r ul li .text span{
    font-size:60px;
    font-family: 'Impact';
    line-height:1.2em;
}
.about1_r ul li .text p{
    font-size:16px;
    opacity: 0.6;
    color: #fff;
}
.about1_r ul li:nth-child(2) .text,.about1_r ul li:nth-child(4) .text{
    padding-left: 70px;
}
#ab1{
    position: relative;    
}
.ab1{
    display: none;
    position: relative;
}
.ab1:before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background-color: #6cbe03;
    opacity: 0.9;
    z-index: 3;
}
.ab1 .font{
    position: absolute;
    top:120px;
    left:12%;
    z-index: 9;
    max-width: 30%;
}
.ab1 .font h3{
    position: relative;
    color: #fff;
    font-size:50px;
    margin-bottom:45px;
    z-index: 9;
    padding-top:75px;
}
.ab1 .font h3 span{
    color: #fff;
    font-size:20px;
    font-weight: normal;
    margin-left: 10px;
}
.ab1 .font h3 p{
    position: absolute;
    z-index: -1;
    text-transform: uppercase;
    font-size:50px;
    color: #8fc85f;
/*    opacity: 0.2;*/
    top:0;
    left:0;
    line-height:1em;
    font-weight: bold;
}

#ab1 .ab1:nth-child(1) .font h3:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
}
.ab1 .font p{
    color: #fff;
    font-size:16px;
    line-height:35px;
}
.ab1li{
    position: absolute;
    bottom: 80px;
    left: 12%;
    z-index: 10;
    max-width: 38%;
}
.ab1li ul{
    display: flex;    
}
.ab1li ul li{
    width: 155px;
    height:155px;

    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    border:none;
}
.ab1li ul li:nth-child(2){
    margin:0 30px;
}
.ab1li ul li .img{

}
.ab1li ul li p{
    font-size:18px;
    color: #ffffff;
    padding-top:5px;
}
.ab1li ul li.on{
    border:1px dashed #fff;    
}
.about_fzlc{
    background:url(../images/fzlc_bg.jpg) no-repeat center;
    background-size: cover;
}
.about_fzlc .n_title3{
    padding:105px 0 85px;
}
.about_fzlc .n_title3 span{
    font-size:26px;
    color: #242424;
    opacity: 0.2;
    line-height:1em;
    text-transform: uppercase;
    font-weight: bold;
}
.about_fzlc .n_title3 h3{
    font-size:36px;
    color: #6cbe02;
    font-weight: normal;
    line-height:1em;
    margin-top:10px;
}
.about_fzlc_content{
    position: relative;
    max-width: 680px;
    padding:10px 0 70px;
}
.about_fzlc_content:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 4px;
    height: 100%;
    background:#6cbe02;
}
.about_fzlc_content .text{
    padding-left: 4px;
    max-height: 390px;
    min-height: 100px;
    overflow-y: auto;
}
.about_fzlc_content .text p{
    position: relative;
    padding:15px 0 15px 25px;
    display: flex;
}
.about_fzlc_content .text p:before{
    content:'';
    position: absolute;
    left:0;
    top:25px;
    width: 10px;
    height: 4px;
    background:#6cbe02;
    opacity: 0.4;
}
.about_fzlc_content .text p strong{
    font-size:16px;
    color:#2f2f2f;
    margin-right: 20px;
    display: block;
}
.about_fzlc_content .text p em{
    font-style: normal;
    font-size:15px;
    color:#666;
    display: block;
    max-width: 563px;
}
.about_fzlc_content .text::-webkit-scrollbar {/*滚动条整体样式*/
    width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
    display: none;
}
.about_fzlc_content .text::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #6cbe02;
    display: none;
}
.about_fzlc_content .text::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
    display: none;
}
@keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}

@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}
.mouseIco {
    border: 2px solid #6cbe02;
    width: 21px;
    height: 30px;
    display: block;
    margin: 0px auto;
    border-radius: 6px;
    position: relative;
    left: 35px;
    margin-left: 0;
    bottom: 67px;
    z-index: 900;
    top: 0;
    margin-top: 50px;
}
.mouseIco i {
    width: 3px;
    height: 7px;
    border-radius: 1px;
    display: block;
    background-color: #6cbe02;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 5px;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.about_ryzz{
    padding:80px 0;
}
.n_ryzz{
    margin-top:60px;
    padding:0 125px;
    position: relative;
}
.n_ryzz .swiper-slide{
    text-align: center;
}
.n_ryzz p{
    font-size:16px;
    color: #808080;
    padding-top:10px;
}
.n_ryzz .swiper-prev2{
    outline: none;
    width: 66px;
    height: 66px;
    line-height: 100px;
    text-align: center;
    transition: all 0.5s ease;
    background: url(../images/more1.png) no-repeat center #fff;
    border-radius: 50%;
    box-shadow: -5px 8px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 50%;
    margin-top: -40px;  
    position: absolute;
    left:0; 
    transform: rotate(-180deg);
    cursor: pointer;
}
.n_ryzz .swiper-prev2:hover{
    background:url(../images/more1_h.png) no-repeat center #5acc65;
}
.n_ryzz .swiper-next2{
    outline: none;
    width: 66px;
    height: 66px;
    line-height: 100px;
    text-align: center;
    transition: all 0.5s ease;
    background: url(../images/more1.png) no-repeat center #fff;
    border-radius: 50%;
    box-shadow: -5px 8px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    top: 50%;
    margin-top: -40px;  
    position: absolute;
    right:0;   
    cursor: pointer;
}
.n_ryzz .swiper-next2:hover{
    background:url(../images/more1_h.png) no-repeat center #5acc65;
}
@media(max-width: 1600px){
    .n_banner_text2 {
        margin-top: -40px;
    }
    .n_banner_text .text2 h3{
        font-size:32px;
    }   
    .n_banner_text .text2 p {
        font-size: 18px;
        padding: 10px 0;
    }
    .main-scroll {
        margin: 50px 0 20px;
    }
    .n_title2 h3{
        font-size:36px;
        padding: 50px 0 30px;
    }
    .about1_l .n_title2 h3:before{
        font-size:100px;
    }
    .n_title2 h4 {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .about1_l_t p{
        line-height:32px;
    }
    .about1_r {
        padding: 50px 30px;
        width: 48%;
    }
    .about1_r h3{
        font-size:22px;
        margin-bottom: 30px;
    }
    .about1_r ul li .text span{
        font-size:46px;
    }
    .about1_r ul li:nth-child(2) .text, .about1_r ul li:nth-child(4) .text {
        padding-left: 40px;
    }
    .ab1 .font{
        top:50px;
        left:5%;
        max-width: 40%;
    }
    .ab1 .font h3 {
        font-size: 36px;
        margin-bottom: 20px;
        padding-top: 50px;
    }
    .ab1 .font h3 p{
        font-size:36px;
    }
    .ab1 .font h3 span{
        font-size:16px;
    }
    .ab1 .font p {
        font-size: 15px;
        line-height: 30px;
    }
    .ab1li{
        bottom: 30px;
        left:5%;
    }
    .ab1li ul li {
        width: 140px;
        height: 140px;
    }
    .ab1li ul li p{
        font-size:16px;
    }
    .about_fzlc .n_title3 {
        padding: 80px 0 50px;
    }
    .about_fzlc .n_title3 span{
        font-size:20px;
    }
    .about_fzlc .n_title3 h3{
        font-size:30px;
    }
    .about_fzlc_content .text p {
        padding: 10px 0 10px 25px;
    }
    .about_fzlc_content .text p:before{
        top:22px;
    }
    .about_ryzz {
        padding: 70px 0;
    }
    .n_ryzz{
        padding:0 100px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .header-area2 .navigation .navbar .navbar-nav a{
        color:#404040!important;
    }
    .n_banner_text2 {
        margin-top: -0px;
    }
    .n_banner_text .text2 h3{
        font-size:26px;
    }   
    .n_banner_text .text2 p {
        font-size: 16px;
        padding: 5px 0;
    }
    .main-scroll{
        display: none;
    }
    #about1 {
        padding: 60px 0 ;
    }
    .about1_l .n_title2 h3:before{
        font-size:70px;
    }
    .n_title2 h3{
        font-size:28px;
        padding: 40px 0 15px;
    }
    .n_title2 h4 {
        font-size: 20px;
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
    .ab1 .font {
        top: 20px;
        left: 2%;
        max-width: 46%;
    }
    .ab1 .font h3 {
        font-size: 28px;
        margin-bottom: 10px;
        padding-top: 35px;
    }
    .ab1 .font h3 p {
        font-size: 30px;
    }
    .ab1li {
        bottom: 15px;
        left: 2%;
    }
    .ab1li ul li {
        width: 120px;
        height: 120px;
    }
    .ab1li ul li .img img{
        width: 40px;
    }
    .ab1li ul li p {
        font-size: 15px;
    }
    .ab1li ul li:nth-child(2) {
        margin: 0 15px;
    }

    .about_fzlc .n_title3 {
        padding: 60px 0 40px;
    }
    .about_fzlc_content {
        position: relative;
        max-width: 680px;
        padding: 10px 0 40px;
    }
    .about_fzlc_content .text p {
        padding: 5px 0 5px 25px;
    }
    .mouseIco{
        margin-top:30px;
    }
    .about_ryzz {
        padding: 50px 0;
    }
    .n_ryzz {
        padding: 0 80px;
        margin-top: 40px;
    }
    .n_ryzz .swiper-prev2,.n_ryzz .swiper-next2{
        width: 50px;
        height: 50px;
        margin-top:-30px;
    }
}
@media(max-width: 992px){
    #about1 {
        padding: 50px 0 ;
    } 
    .about1_l .n_title2 h3:before {
        font-size: 50px;
    }
    .n_title2 h3 {
        font-size: 24px;
        padding: 25px 0 15px;
    }
    .n_title2 h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .about1_l_t p {
        font-size:14px;
        line-height: 2em;
    }
    .ab1:before{
        width: 100%;
    }
    .ab1 .font {
        top: 15px;
        max-width: 96%;
    } 
    .ab1 .font h3{
        font-size:24px;
    }
    .ab1 .font h3 p {
        font-size: 26px;
    }
    .ab1 .font h3 span {
        font-size: 14px;
    }
    .ab1 .font p{
        font-size:14px;
        line-height:2em;
    } 
    .ab1li{
        max-width: 96%;
        bottom:10px;
    } 
    .ab1li ul li {
        width: 100px;
        height: 100px;
    }
    .ab1li ul li .img img {
        width: 36px;
    }
    .ab1li ul li p {
        font-size: 14px;
    }
    .about1_r h3{
        font-size:20px;
        padding-bottom: 20px;
    }
    .about1_r ul li:nth-child(1), .about1_r ul li:nth-child(2) {
        padding-bottom: 20px;
    }
    .about1_r ul li:nth-child(3){
        padding-top:20px;
    }
    .about1_r ul li:nth-child(4){
        padding-top:20px;
    }
    .about1_r ul li .text span {
        font-size: 36px;
    }
    .about_fzlc .n_title3 span {
        font-size: 16px;
    }
    .about_fzlc .n_title3 h3 {
        font-size: 26px;
        margin-top: 5px;
    }
    .about_ryzz {
        padding: 40px 0;
    }
    .n_ryzz {
        padding: 0 65px;
        margin-top: 30px;
    }
    .n_ryzz p{
        font-size:15px;
    }


}
@media(max-width: 768px){
    #about1 {
        padding: 40px 0 ;
    }  
    .about1_l{
        width: 100%;
        margin-bottom:15px;
    }   
    .about1_r{
        width: 100%;
        padding:30px 20px;
    }
    .about_ryzz {
        padding: 30px 0;
    }
}
@media(max-width: 640px){
    #about1 {
        padding: 30px 0 ;
    }  
    .n_banner_text2 {
        margin-top: -10px;
    }  
    .n_banner_text .text2 h3{
        font-size:20px;
    } 
    .n_banner_text .text2 p {
        font-size: 16px;
        padding: 5px 0;
    }
    .n_title2 h3 {
        font-size: 20px;
        padding: 20px 0 15px;
    }
    .about1_l .n_title2 h3:before {
        font-size: 36px;
    }
    .n_title2 h4:before{
        width: 40px;
    }
    .about1_r {
        padding: 20px 15px;
    }
    .about1_r h3{
        font-size:18px;
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
    .about1_r ul li:nth-child(2) .text, .about1_r ul li:nth-child(4) .text {
        padding-left: 30px;
    }
    .about1_r ul li:nth-child(1), .about1_r ul li:nth-child(2) {
        padding-bottom: 15px;
    }
    .about1_r ul li:nth-child(3),.about1_r ul li:nth-child(4) {
        padding-top: 15px;
    }
    .about1_r ul li .text span {
        font-size: 30px;
    }
    .about1_r ul li .text p{
        font-size:15px;
    }
    .ab1{
        background-size: cover!important;
        padding: 120px 0;
    }
    .ab1 .font h3 {
        font-size: 20px;
        padding-top: 25px;
    }
    .ab1 .font h3 p {
        font-size: 20px;
    }
    .ab1 .font h3 span{
        margin-left: 5px;
    }
    .ab1 .img img{
        opacity: 0;
    }
    .ab1li ul li {
        width: 95px;
        height: 95px;
    }
    .ab1li ul li .img img {
        width: 32px;
    }
    .about_fzlc .n_title3 {
        padding: 30px 0 20px;
    }
    .about_fzlc .n_title3 h3{
        font-size:22px;
    }
    .about_fzlc_content .text p strong{
        font-size:15px;
        margin-right: 10px;
    }
    .about_fzlc_content .text p em{
        font-size:14px;
        max-width: 78%;
        line-height:1.6em;
    }
    .mouseIco {
        margin-top: 15px;
    }
    .n_ryzz p {
        font-size: 14px;
        padding-top: 5px;
    }
}


.case_list{
    padding:70px 60px;
}
.case_list li{

}
.case_list li a{
    display: flex;
    flex-wrap: wrap;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom:30px;
    background:#ffffff;
    transition: all 0.6s ease-out;
}
.case_list li a .text{
    width: 50%;
    padding:75px 60px 40px;

}
.case_list li a .text span{
    font-size:16px;
    color: #808080;
    display: block;
}
.case_list li a .text h3{
    font-size:32px;
    color: #4c4c4c;
    margin:10px 0 15px;
}
.case_list li a .text p{
    font-size:18px;
    color: #6cbe03;
    font-weight: bold;
}
.case_list li a .text .cont{
    font-size:15px;
    color:#4c4c4c;
    line-height:30px;
    margin:15px 0 40px;
}
.case_list li a .text em{
    display: block;
    width: 45px;
    height: 46px;
    background:url(../images/more2.png) no-repeat center;
}
.case_list li a .img{
    width: 50%;
    overflow: hidden;
}
.case_list li a .img img{
    transition: all 0.6s ease-out;
}
.case_list li a:hover{
    box-shadow: 0px 10px 15px #999;
    background:#6cbe03;
    transition: all 0.6s;
}
.case_list li a:hover .text{

}
.case_list li a:hover .text span{
    color: #fff;
}
.case_list li a:hover .text h3{
    color: #fff;    
}
.case_list li a:hover .text p{
    color: #fff;    
}
.case_list li a:hover .text .cont{
    color: #fff;    
}
.case_list li a:hover .text em{
    background:url(../images/more2_h.png) no-repeat center;
}
.case_list li a:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.case_detail{
    margin-top:35px;
    padding:30px ;
    background:#fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
}
.case_detail_l{
    width: 50%;

}
.case_detail_l .gallery-top{
    margin-bottom:22px;
}
.case_detail_l .gallery-top .swiper-slide{
    text-align:center;
}
.case_detail_l .gallery-top .swiper-slide img{
    border-radius: 10px;    
}
.case_detail_l .gallery-thumbs .swiper-slide{
    /*border-radius: 8px;*/
}
.case_detail_l .gallery-thumbs .swiper-slide img{
    border-radius: 8px;
}
.case_detail_l .swiper-slide-thumb-active img{
    border:3px solid #6cbe03;
}
.case_detail_r{
    width: 50%;
    padding:35px 65px 0 85px;
}
.case_detail_r h1{
    font-size:32px;
    color: #565656;
    line-height:1em;
}
.case_detail_r ul{
    display: flex;
    flex-wrap: wrap;
    margin:45px 0 40px;
}
.case_detail_r ul li{
    width: 48%;
    padding:20px 28px;
    background:#6cbe03;
    border-radius: 5px;
    margin-bottom:14px;
    display: flex;
}
.case_detail_r ul li:nth-child(2n){
    margin-left: 4%;
}
.case_detail_r ul li .img{
    width: 40px;
    display: flex;
    align-items: center;
}
.case_detail_r ul li .text{
    margin-left: 22px;
}
.case_detail_r ul li .text p.p1{
    font-size:16px;
    opacity: 0.8;
    color: #fff;
    line-height:1.4em;
}
.case_detail_r ul li .text p.p2{
    font-weight: bold;
    font-size:20px;
    color: #fff;
    line-height:1.6em;
}
.case_detail_r .cont{

}
.case_detail_r .cont h4{
    font-size:16px;
    color: #565656;
/*    font-weight: normal;*/
    border-bottom: 1px dashed #565656;
    line-height:1em;
    padding:0 0 15px 0;
    margin-bottom:10px;
}
.case_detail_r .cont_t{
    font-size:16px;
    color:#808080;
    line-height:32px;
}
@media(max-width: 1600px){
    .case_list {
        padding: 40px 30px;
    }
    .case_list li a .text {
        padding: 40px 30px 30px;
    }
    .case_list li a .text span{
        font-size:15px;
    }
    .case_list li a .text h3{
        font-size:26px;
    }
    .case_list li a .text p{
        font-size:16px;
    }
    .case_list li a .text .cont {
        font-size: 14px;
        margin: 15px 0 25px;
    }
    .case_detail_l .gallery-top {
        margin-bottom: 20px;
    }
    .case_detail_l .swiper-slide-thumb-active {
        /*border: 3px solid #6cbe03;*/
    }
    .case_detail_r {
        padding: 20px 30px 0 30px;
    }
    .case_detail_r h1{
        font-size:26px;
    }
    .case_detail_r ul {
        margin: 30px 0 20px;
    }
    .case_detail_r ul li .text {
        margin-left: 18px;
    }
    .case_detail_r ul li .text p.p2{
        font-size:17px;
    }
    .case_detail_r .cont_t{
        font-size:15px;
        line-height:2em;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .case_list {
        padding: 30px 0px 15px;
    } 
    .case_list li a{
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .case_list li a .text {
        padding: 30px 25px;
    }  
    .case_list li a .text span {
        font-size: 14px;
    }
    .case_list li a .text h3 {
        font-size: 22px;
        margin: 10px 0 5px;
    }
    .case_list li a .text p {
        font-size: 15px;
    }
    .case_list li a .text .cont {
        line-height:2em;
        margin: 0px 0 20px;
    }
    .case_detail {
        margin-top: 25px;
        padding: 20px;
    }
    .case_detail_r h1 {
        font-size: 24px;
    }
    .case_detail_r ul {
        margin: 20px 0;
    }
    .case_detail_r ul li{
        padding:15px;
    }
    .case_detail_r ul li .text {
        margin-left: 15px;
    }
    .case_detail_r ul li .text p.p1{
        font-size:14px;
    }
    .case_detail_r ul li .text p.p2 {
        font-size: 16px;
    }
    .case_detail_r .cont_t{
        font-size:14px;
    }

}
@media(max-width: 992px){
    .case_list li a .text {
        padding: 20px 15px;
    }  
    .case_list li a .text h3{
        font-size:18px;
    }  
    .case_list li a .text .cont {

        margin: 0px 0 00px;
    }
    .case_list li a .text em{
        display: none;
    }
    .case_detail_r ul li .text p.p1{
        font-size:12px;
    }
    .case_detail_r ul li .text p.p2{
        font-size:14px;
    }
}
@media(max-width: 768px){
    .case_detail_l{
        width: 100%;
    }
    .case_detail_r{
        width: 100%;
        padding: 25px 0px 0;
    }
    .case_detail_r ul li {
        padding: 12px 10px;
    }
    .case_detail_r h1 {
        font-size: 22px;
    }

}
@media(max-width: 640px){
    .case_list {
        padding: 20px 0px 5px;
    }
    .case_list li a{
        border-radius: 15px;
        margin-bottom: 15px;
    }
    .case_list li a .text{
        width: 100%;
        padding: 15px;
    }
    .case_list li a .text h3{
        font-size:16px;
    } 
    .case_list li a .text .cont {
        margin: 0px 0 20px;
    } 
    .case_list li a .text em{
        display: block;
    }   
    .case_list li a .img{
        width: 100%;
    }
.case_detail {
    margin-top: 20px;
    padding: 15px 10px;
}
.case_detail_l .gallery-top {
    margin-bottom: 10px;
}
.case_detail_r h1 {
    font-size: 20px;
}
.case_detail_r ul {
    margin: 20px 0 10px;
}
.case_detail_r ul li{
    margin-bottom: 10px;
}
.case_detail_r ul li .text {
    margin-left: 10px;
}
.case_detail_r .cont h4{
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    font-size:15px;
}


}



.n_sort1{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    height: 80px;
    margin-top: -80px;

}
.sort{
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.sort li{
    flex: 1;
}
.sort li a{
    line-height:80px;
    height: 80px;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background:rgba(108,190,2,0.2);
    text-align:center;
}
.sort li a i{
    font-style: normal;
    position: relative;
    top:-3px;
    margin-right: 5px;
}
.sort li a:hover{
    background:rgba(108,190,2,1);
}
.sort li a.on{
    background:rgba(108,190,2,1);
}
.news_list{
    padding:15px 0 60px;
}
.news_list li{

}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    padding:50px 0 25px;
    border-bottom: 1px solid #dcdcdc;
}
.news_list li a .img{
    width: 30%;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.6s ease-out;
}
.news_list li a .text{
    width: 55%;
    padding:30px 5% 0;
}
.news_list li a .text h3{
    font-size:26px;
    color: #333;
    font-weight: normal;
}
.news_list li a .text p{
    font-size:14px;
    color: #808080;
    line-height:30px;
    padding:15px 0 30px;
}
.news_list li a .text em{
    display: inline-block;
    padding-left: 55px;
    background:url(../images/more2.png) no-repeat left center;
    height: 46px;
    line-height:46px;
    font-style: normal;
    font-size:14px;
    color: #666666;
}
.news_list li a .date{
    width: 15%;
    text-align: right;
}
.news_list li a .date span{
    display: block;
    font-size:60px;
    color: #cccccc;
    position: relative;
    line-height:1em;
    padding:35px 0 45px;
    margin-bottom:20px;
}
.news_list li a .date span:before{
    content:'';
    position: absolute;
    right: 0;
    bottom:0;
    width: 50px;
    height: 1px;
    background:#ccc;
}
.news_list li a .date p{
    font-size:20px;
    color: #cccccc;
}
.news_list li a:hover .img img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.news_list li a:hover .text h3{
    color: #6cbe02;
}
.news_list li a:hover .text em{
    color: #6cbe02;
    background:url(../images/more2_h2.png) no-repeat left center;
}
.news_detail{
    padding:90px 0 160px;
}
.news_detail_l{
    width: 72%;
    float: left;
}

.news_detail_l h1{
    font-size:32px;
    color: #333333;
    font-weight: normal;
    line-height:1em;
}
.info_title2{
    font-size:16px;
    color: #808080;
    padding:25px 0 50px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom:25px;
}
.info_title2 span{
    float: left;
}
.info_title2 span:nth-child(2){
    margin: 0 25px;
}
/*.bdsharebuttonbox{*/
/*    float: left;*/
/*}*/



.news_detail_l .content p{
    font-size:16px;
}
.news_detail .bdsharebuttonbox{
    margin-top:20px;
}
.news_detail .bdsharebuttonbox i{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 7px 5px 0 0;
    background: url(../images/share_icon.png) no-repeat;
}
.news_detail .bdsharebuttonbox a {
    display: block;
    float: left;
    margin: 0 6px 0 0;
    padding: 0;
    background: url(../images/share_icon.png) no-repeat -30px 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.news_detail .bdsharebuttonbox a.bds_tsina {
    background-position: -60px 0;
}
.news_detail .bdsharebuttonbox a.bds_qzone {
    background-position: -90px 0;
}
.news_detail .bdsharebuttonbox a.bds_douban {
    background-position: -120px 0;
}
.news_detail .bdsharebuttonbox a.bds_renren {
    background-position: -150px 0;
}
#bdshare_weixin_qrcode_dialog{
    height: 290px!important;
}

.news_bottom{
    margin-top:65px;
    padding-top:25px;
    border-top:1px dashed #dcdcdc;
}
.news_bottom .page{
    width: 80%;
    float: left;
    line-height:35px;
}
.news_bottom .page a:hover{
    color: #6cbe02;
}
.news_bottom a.back{
    float: right;
    display: block;
    width: 130px;
    line-height: 44px;
    height: 44px;
    background:#6cbe02;
    border-radius: 25px;
    font-size:14px;
    color: #fff;
    text-align: center;
    margin-top:10px;
}
.news_detail_r{
    width: 20%;
    float: right;
}
.news_detail_r h4{
    font-size:26px;
    color: #333333;
    line-height:1em;
    position: relative;
    border-left: 7px solid #6cbe02;
    padding-left: 17px;
    font-weight: normal;
}
.news_list5{
    margin-top:40px;
}
.news_list5 li a{
    display: block;
    margin-bottom:35px;
}
.news_list5 li a .img{
    border-radius: 8px;
    overflow: hidden;
}
.news_list5 li a .img img{
    transition: all 0.6s ease-out;
}
.news_list5 li a .text{
    padding-top:10px;
}
.news_list5 li a .text span{
    font-size:14px;
    color: #808080;
}
.news_list5 li a .text h3{
    font-weight: normal;
    font-size:16px;
    color:#4c4c4c;
    font-weight: normal;
}
.news_list5 li a:hover .img img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.news_list5 li a:hover .text h3{
    color: #6cbe02;
}
@media(max-width: 1600px){
    .news_list li a .text {
        padding: 20px 3% 0;
    }
    .news_list li a .text h3{
        font-size:22px;
    }
    .news_list li a .date span {
        font-size: 42px;
        padding: 20px 0 20px;
        margin-bottom: 15px;
    }
    .news_detail {
        padding: 50px 0 80px;
    }
    .news_detail_l h1{
        font-size:26px;
    }
    .info_title2 {
        font-size: 15px;
        padding: 15px 0 20px;
        margin-bottom: 20px;
    }
    .news_bottom {
        margin-top: 30px;
        padding-top: 15px;
    }
    .news_detail_r{
        width: 22%;
    }

}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .n_sort1 {
        height: 60px;
        margin-top: -60px;
        display: none;
    }
    .sort{
        width: 100%;
    }
    .sort li a{
        height: 60px;
        line-height:60px;
        font-size:17px;
    }
    .news_list li a{
        padding: 20px 0 15px;
    }
    .news_list li a .text {
        padding: 10px 2%;
    }
    .news_list li a .text h3 {
        font-size: 18px;
    }
    .news_list li a .text p {
        line-height: 2em;
        padding: 10px 0 15px;
    }
    .news_list li a .date span {
        font-size: 36px;
        padding: 15px 0 15px;
        margin-bottom: 10px;
    }
    .news_list li a .text em{
        background-size: 40px;
    }
    .news_detail {
        padding: 30px 0 50px;
    }
    .news_detail_l h1 {
        font-size: 22px;
    }
    .info_title2 {
        font-size: 14px;
        padding: 10px 0 15px;
        margin-bottom: 15px;
    }


}
@media(max-width: 1024px){
    .news_detail_l{
        width: 100%;
        float: none;
    }
    .news_detail_r{
        display: none;
    }
    .news_bottom {
        margin-top: 20px;
        padding-top: 15px;
    }
    .news_detail_l .content p{
        font-size:15px;
    }
}
@media(max-width: 992px){
    .n_sort1{
        margin-top:0;
        display:block;
    }
    .sort{
        border-radius:10px;        
    }
    .sort li a{
        color:#666;
    }
    .sort li a.on {
        color:#fff;
    }
    .news_list li a .img{
        width: 40%;
    }
    .news_list li a .text{
        width: 60%;
    }
    .news_list li a .date{
        display: none;
    }

}
@media(max-width: 768px){
    .news_list {
        padding: 15px 0 40px;
    }   
    .news_detail_l h1 {
        font-size: 18px;
    }
    .info_title2 {
        padding: 10px 0;
        margin-bottom: 10px;
    } 
    .news_bottom {
        margin-top: 10px;
        padding-top: 10px;
    }
    .news_bottom .page {
        width: 100%;
        float: none;
        line-height: 30px;
    }
    .news_bottom a.back{
        width: 110px;
        float: none;
        height: 40px;
        line-height:40px;
    }
    .info_title2 span:nth-child(2){
        margin: 0 8px;
    }

}
@media(max-width: 640px){
    .news_list {
        padding: 10px 0 20px;
    }
    .news_list li a {
        padding: 15px 0 5px;
    }
    .news_list li a .img{
        width: 100%;
        text-align: center;
    }
    .news_list li a .text{
        width: 100%;
    }   
    .news_list li a .text h3 {
        font-size: 16px;
    }
    .news_list li a .text p{
        padding:10px 0;
    } 
    .news_detail {
        padding: 20px 0 30px;
    }
    .news_detail_l h1{
        font-size:16px;
    }
}



/*job*/
.id-info {
 padding: 2.25rem 0;
}
.id-info .info {
 height: 10rem;
}
.id-info .con {
 width: 50%;
 height: 100%;
 padding-right: 4rem;
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.id-info .con h5 {
 color: #6cbe02;
 margin-bottom: 0.7rem;
 font-size:1rem;
 font-weight: 400;
}
.id-info .con p {
 color: #888;
 line-height: 1.8;
 font-size: 0.45rem;
}
.id-info .img {
 width: 50%;
 height: 100%;
}

.job_list{
    background-color: #f4f7fe;
    background-size: cover;  
    padding:2rem 0 1rem;
}
.job_list h4{
  font-weight: normal;
  font-size:26px;
  color: #6cbe02;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
.job_list h4:after{
  content:'';
  position: absolute;
  bottom:0;
  left:50%;
  width: 45px;
  height: 1px;
  margin-left: -27.5px;
  background:#47443d;
}
.school-wrap {
 padding-bottom: 2.5rem;
}
.school-wrap .list-title {
 width: 100%;
 height: 2rem;
 line-height: 2rem;
 background: #fff;
 color: #333;
 font-weight: bold;
 border-bottom: 1px solid #f1f1f1;
}
.school-wrap .list-title div{
     font-size: 0.4rem;   
}
.school-wrap .list-title .name {
 width: 18%;
 padding-left: 0.8rem;

}
.school-wrap .list-title .local {
 width: 14.6%;

}
.school-wrap .list-title .num {
 width: 14.6%;
}
.school-wrap .list-title .detail {
 width: 14.6%;
}
.school-wrap .list li .list-title {
 cursor: pointer;
 transition: all 0.3s ease 0s;
 height: 1.6rem;
 line-height: 1.6rem;
 color: #5d5d5d;
 font-weight: normal;
}
.school-wrap .list li .list-title .icon {
 right: 2.5rem;
 color: #505050;
}
.school-wrap .list li .list-title .icon i {
 width: 20px;
 height: 20px;
 background: url("../images/detail-add.png") no-repeat center center;
 background-size: contain;
 margin-left: 10px;
}
.school-wrap .list li .sub-wrap {
 padding: 1.5rem 0.8rem;
 position: relative;
 background: #fcfcfc;
 display: none;
}
.school-wrap .list li .sub-wrap h2 {
 color: #333;
 font-size: 0.5rem;
 margin-bottom: 1rem;
 font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con {
 padding-bottom: 1rem;
 margin-bottom: 1rem;
 border-bottom: 1px solid #e7edf5;
}
.school-wrap .list li .sub-wrap .sub-con h5 {
 margin-bottom: 0.5rem;
 color: #333;
 font-size: 0.45rem;
 font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con p {
 color: #505050;
 margin-bottom: 0.2rem;
}
.school-wrap .list li .sub-wrap .sub-con:last-child {
 border-bottom: none;
}
.school-wrap .list li .sub-wrap .apply {
 width: 3.75rem;
 height: 1.25rem;
 line-height: 1.25rem;
 text-align: center;
 color: #fff;
 font-size: 0.4rem;
 background: #6cbe02;
}
.school-wrap .list li.cur .icon {
 color: #6cbe02;
}
.school-wrap .list li.cur .icon i {
 width: 20px;
 height: 20px;
 background: url("../images/detail-less.png") no-repeat center center;
 background-size: contain;
 margin-left: 10px;
}

.dfj {
    display: flex;
    align-items: center;
    justify-content: center;
}
.poa {
    position: absolute;
}
.por {
    position: relative;
}
.dib {
    display: inline-block;
}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    
}
@media(max-width: 992px){
.id-info .info {
    height: auto;
}
    .id-info .con {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
    .id-info .img {
        width: 100%;
        height: 14rem;
        margin-top: 1rem;
    }
}
@media(max-width: 768px){
    .school-wrap{
        padding-bottom:1em;
    }
}
@media(max-width: 767px){
  .id-info{
    padding:0.6rem 0;
  }
  .job_list{
    padding:0.6rem 0 0;
  }
  .job_list h4{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  } 
    .id-info .img {
        height: 5rem;
        margin-top: 0.5rem;
    }
    .id-info .con h5 {
        margin:0;
        margin-bottom: 0.4rem;
        font-size: 0.44rem;
        line-height:1em;
    }
    .id-info .con p {
        font-size: 0.28rem;
    }
    .school-wrap .list-title{
        height: 1.4rem;
        line-height: 1.4rem;
    } 
    .school-wrap .list-title div{
        font-size: 0.28rem;    
    }
    .school-wrap .list li .list-title .icon span {
        display: none;
    } 
    .school-wrap .list-title .name {
        width: 30%;
        padding-left: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .school-wrap .list-title .local {
        width: 22%;
    }
    .school-wrap .list-title .num {
        width: 22%;
    } 
    .school-wrap .list li .list-title {
        height: 1.2rem;
        line-height: 1.2rem;
    }
    .school-wrap .list li .list-title .icon {
        right: 0.2rem;
        top: 0.35rem;
    }
    .school-wrap .list li .sub-wrap {
        padding: 0.3rem 0.2rem;
    }
    .school-wrap .list li .sub-wrap h2 {
        font-size: 0.36rem;
        margin-bottom: 0.4rem;
    }
    .school-wrap .list li .sub-wrap .sub-con {
        padding-bottom: 0.4rem;
        margin-bottom: 0.5rem;
    }
    .school-wrap .list li .sub-wrap .sub-con h5 {
        margin-bottom: 0.4rem;
        font-size: 0.32rem;
    }
    .school-wrap .list li .sub-wrap .sub-con p {
        margin-bottom: 0.1rem;
        font-size: 0.28rem;
    }
    .school-wrap .list li .sub-wrap .apply {
        width: 2.2rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.3rem;
    }
}


.zsjm1{
    background: #f7f7f7;
    padding:80px 0;
}
.zsjm1 .container2{
    display: flex;
    flex-wrap: wrap;
}
.zsjm1_l{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.zsjm1_l h3{
    font-size: 50px;
    color: #6cbe02;
}
.zsjm1_l h3 span{
    display: block;
    font-size: 60px;
    -webkit-text-stroke:1px #6cbe02;
    color: transparent;
    font-weight: normal;
    text-transform: uppercase;
}
.zsjm1_l img{
    transition: all 0.6s ease-out;
}
.zsjm1_l:hover img{
    transform: scale(1.1);
    transition: all 0.6s;
}
.zsjm1_r{
    width: 50%;   
    display: flex;
    flex-wrap: wrap;
}
.zsjm1_r1{
    width: 50%;
    overflow: hidden;
}
.zsjm1_r1 img{
    transition: all 0.6s ease-out;
}
.zsjm1_r2{
    width: 50%;
    padding:70px 50px 0;
    background: #fff;
}
.zsjm1_r2 h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
.zsjm1_r2 h3 span{
    font-size: 14px;
    color: #666;
    display: block;
    font-weight: normal;
    text-transform: Capitalize;
    padding-top: 5px;
}
.zsjm1_r2 p{
    font-size: 14px;
    color: #666;
    line-height: 2em;
} 
.zsjm1_r li{
    display: flex;
    flex-wrap: wrap;    
}
.zsjm1_r li:nth-child(1){
    flex-direction: row-reverse;
}
.zsjm1_r li:hover{
    
}
.zsjm1_r_1:hover .zsjm1_r1 img{
    transform: scale(1.1);
    transition: all 0.6s ease-out;
}
.zsjm1_r_1:hover .zsjm1_r2{
    background: #6cbe03;
}
.zsjm1_r_1:hover .zsjm1_r2 h3{
    color: #fff;
}
.zsjm1_r_1:hover .zsjm1_r2 span{
    color: #e5e5e5;
}
.zsjm1_r_1:hover .zsjm1_r2 p{
    color: #e5e5e5;    
}
.jmlc{
    padding:75px 0 65px;
}
.jmlc h2{
    font-size: 30px;
    color: #4c4c4c;
    text-align: center;
    font-weight: normal;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 65px;
}
.jmlc h2:after{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -35px;
    bottom:0;
    width: 70px;
    height: 2px;
    background: #6cbe02;
}
.jmlc ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.jmlc ul li{
    
}
.jmlc ul li .img{
    
}
.jmlc ul li p{
    font-size: 18px;
    color: #4c4c4c;
    text-align: center;
    padding-top: 25px;
    line-height: 1.6em;
}
.jmlc ul .jt_img{
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}
.jmlc ul .jt_img img{
    margin-top: -35px;
}
.jmlc ul .jt_img:last-child{
    display: none;
}
#liuyan2{
    margin-bottom: 65px;
}
#liuyan2 .container2{
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(175,145,96,.3);
    padding:65px 50px;
    background: #fff;
}
#liuyan2 .container2 h2{
    font-size: 26px;
    color: #4c4c4c;
    text-align: center;
    font-weight: normal;
}
#liuyan2 .container2 p{
    font-size: 16px;
    color: #999999;
    padding:15px 0 50px;
    text-align: center;
    font-weight: bold;
}
.message3{
    
}
.message3 ul{
    display: flex;
    flex-wrap: wrap;
}
.message3 li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 26px;
}
.message3 li:nth-child(3){
    margin-right: 0;
}
.message3 li:last-child{
    width: 100%;
}
.message3 li input{
    display: block;
    width: 100%;
    line-height: 52px;
    padding:0 10px;
    border-radius: 5px;
    border:1px solid #999;
}
.message3 li textarea{
    display: block;
    width: 100%;
    line-height: 40px;
    height: 132px;
    padding:6px 10px;
    border-radius: 5px;
    border:1px solid #999;    
}
.message3 .m3_btn input{
    display: block;
    margin:0 auto;
    width: 180px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: linear-gradient(120deg, #6cbe03 40%, #6cbe03 80%);
    border-radius: 8px;
    border: none;
    outline: none;
}
.message3 .m3_btn input:hover {
    color: #fff; 
    box-shadow: 0 0 16px #6cbe03;
}
@media(max-width:1600px){
    .zsjm1{
        padding:60px 0;
    }
    .zsjm1_l h3{
        font-size:36px;
    }
    .zsjm1_l h3 span{
        font-size:42px;
    }
    .zsjm1_r2 {
        padding: 50px 30px 0;
    }
    .zsjm1_r2 h3{
        font-size:16px;
    }
    .jmlc ul li p{
        padding-top:15px;
        font-size:16px;
    }
    #liuyan2 .container2{
        padding: 50px 30px;
    }
    #liuyan2 .container2 p{
        padding: 10px 0 30px;
    }
}
@media(max-width:1440px){
    .jmlc ul .jt_img{
        max-width:110px;
    }    
}
@media(max-width:1259px){
    .zsjm1{
        padding:50px 0;
    }
    .zsjm1_l h3{
        font-size:26px;
    }
    .zsjm1_l h3 span{
        font-size:32px;
    }
    .zsjm1_r2 {
        padding: 15px 10px 0;
    }
    .zsjm1_r2 h3{
        margin-bottom:10px;
    }
    .zsjm1_r2 p{
        line-height:1.6em;
    }
    #liuyan2 .container2{
        padding: 40px 15px;
    }
    .jmlc {
        padding: 60px 0;
    }
    .jmlc h2{
        font-size:26px;
        margin-bottom:50px;
    }
    .jmlc ul li{
        max-width:120px;
    }
    .jmlc ul .jt_img{
        max-width:80px;
    }
    .jmlc ul .jt_img img {
        margin-top: -50px;
    }
    .message3 li{
        margin-bottom:20px;
    }
    .message3 li input{
        line-height:42px;
        font-size:15px;
    }
}
@media(max-width:1024px){
    .jmlc {
        padding: 50px 0;
    }    
}
@media(max-width:768px){
    .zsjm1{
        padding:40px 0;
    }
    .zsjm1_l{
        width:100%;
    }
    .zsjm1_l h3{
        margin-bottom:30px;
        font-size:20px;
    }
    .zsjm1_l h3 span{
        font-size:26px;
    }
    .zsjm1_r{
        width:100%;
    }
    .jmlc {
        padding: 40px 0;
    }
    .jmlc ul li p{
        font-size:14px;
        padding-top:10px;
    }
    .jmlc ul li {
        max-width: 100px;
    }
    .jmlc ul .jt_img {
        max-width: 50px;
    }
}
@media(max-width:640px){
    .zsjm1{
        padding:30px 0;
    }
    .zsjm1_l h3{
        margin-bottom:20px;
        font-size:20px;
    }
    .zsjm1_l h3 span{
        font-size:20px;
    }
    .zsjm1_r1{
        width:100%;
    }
    .zsjm1_r2 {
        width:100%;
        padding: 15px 10px;
    }
    .zsjm1_r li:nth-child(1){
        flex-direction: row;
    }
    .jmlc {
        padding: 30px 0;
    } 
    .jmlc ul li {
        max-width: 90px;
    }
    .jmlc ul .jt_img {
        max-width: 40px;
    }
    #liuyan2 .container2 {
        padding: 25px 10px;
    }
    #liuyan2 .container2 h2{
        font-size:20px;
    }
    #liuyan2 .container2 p {
        padding: 5px 0 15px;
        font-size:13px;
        line-height:1.6em;
    }
    .message3 li{
        width:100%;
        margin-right:0;
        margin-bottom:10px;
    }
    .message3 .m3_btn input{
        margin: 20px auto 0;
        width:120px;
        line-height: 42px;
        height: 42px;
    }

}


.n_banner2{
    position: relative;
    width: 100%;
    background-size:0px!important;
}
.n_banner_text3{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -190px;
    width: 100%;
    font-family: "Source Sans";    
}
.n_banner_text3 .text{

}
.n_banner_text3 .text em{
    font-style: normal;
    color: #fff;
    display: block;
    font-size:32px;
}
.n_banner_text3 .text i{
    font-style: normal;
    color: #fff;
    display: block;
    font-size:16px;
    padding:10px 0 25px;
}
.n_banner_text3 .text p.p1{
    max-width: 470px;
    color: #fff;
    padding-left: 50px;
    background:url(../images/tel2.png) no-repeat left center;
    border-bottom: 1px dotted #fff;
    height: 50px;
    line-height:50px;
    font-size:28px;
}
.n_banner_text3 .text p.p1 span:last-child{
    margin-left: 35px;
}
.n_banner_text3 .text p.p2{
    padding:15px 0 30px;
    color: #fff;
    font-size:16px;
}
.n_banner_text3 .text ul{
    display: flex;
    flex-wrap: wrap;
}
.n_banner_text3 .text ul li{

}
.n_banner_text3 .text ul li a{
    display: inline-block;
    font-size:14px;
    color: #fff;
    height: 50px;
    line-height:50px;
    padding:0 18px;
    background:#6cbe03;
    border-radius: 8px;
    text-align:center;
}
.n_banner_text3 .text ul li a img{
    margin-right: 8px;
}
.n_banner_text3 .text ul li:nth-child(2){
    margin: 0 32px;
}
.n_contact{
    margin-bottom:65px;
    margin-top:-120px;
    position: relative;
    z-index: 9;
}
.n_contact ul{
    display: flex;
    flex-wrap: wrap;
}
.n_contact ul li{
    width: 32%;
    padding:60px 45px;
    border-radius: 10px;
    overflow: hidden;
    background: #f6f6f6;
}
.n_contact ul li h3{
    font-size:28px;
    color: #4c4c4c;
    font-weight: normal;
    margin-bottom:30px;
} 
.n_contact ul li .text{

}
.n_contact ul li .text p{
    padding-left: 35px;
    font-size:17px;
    color: #808080;
    line-height:36px;
}
.n_contact ul li .text p:nth-child(1){
    background:url(../images/nc4.png) no-repeat left center;
}
.n_contact ul li .text p:nth-child(2){
    background:url(../images/nc5.png) no-repeat left center;
}
.n_contact ul li .text p:nth-child(3){
    background:url(../images/nc6.png) no-repeat 2px center;
}
.n_contact ul li:hover{
    background:#6cbe03;
}
.n_contact ul li:hover h3{
    color: #fff;
}
.n_contact ul li:hover p{
    color: #fff;
}
.n_contact ul li:hover .text p:nth-child(1){
    background:url(../images/nc1.png) no-repeat left center;
}
.n_contact ul li:hover .text p:nth-child(2){
    background:url(../images/nc2.png) no-repeat left center;
}
.n_contact ul li:hover .text p:nth-child(3){
    background:url(../images/nc3.png) no-repeat 2px center;
}

.n_contact ul li:nth-child(1) .text p:nth-child(2){
    background:url(../images/nc4.png) no-repeat left center;    
}
.n_contact ul li:nth-child(1):hover .text p:nth-child(2){
    background:url(../images/nc1.png) no-repeat left center;    
}

.n_contact ul li:first-child{

}
.n_contact ul li:nth-child(2){
     margin:0 2%;  

}
.n_contact ul li:last-child{
    display: flex;
    flex-wrap: wrap;
}
.n_contact ul li .text2{
    width: 51%;
}
.n_contact ul li .text2 h4{
    font-size:28px;
    color: #606061;
    padding:40px 0 15px;
}
.n_contact ul li .text2 h4 span{
    font-size:16px;
    font-weight: normal;
    margin-left: 10px;
}
.n_contact ul li .text2 em{
    font-style: normal;
    display: block;
    font-size:24px;
    color: #606061;
    line-height: 1em;    
}
.n_contact ul li .img{
    width: 49%;
}
.n_contact ul li:hover .text2 h4{
    color: #fff;
}
.n_contact ul li:hover .text2 h4 span{
    color: #fff;
}
.n_contact ul li:hover .text2 em{
    color: #fff;  
}
.n_map{
    height: 500px;
    overflow: hidden;
}
.n_map2{
    display: none;
}

@media(max-width: 1600px){
    .n_banner_text3{
        margin-top:-110px;
    }
    .n_banner_text3 .text em{
        font-size:26px;
    }
    .n_banner_text3 .text i {
        font-size: 15px;
        padding: 0px 0 10px;
    }
    .n_banner_text3 .text p.p1{
        font-size:24px;
    }
    .n_banner_text3 .text p.p2 {
        padding: 12px 0 20px;
        font-size: 15px;
    }
    .n_contact{
        margin-top:-80px;
    }
    .n_contact ul li {
        padding: 30px 25px;
    }
    .n_contact ul li h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .n_contact ul li .text p{
        font-size:15px;
    }
    .n_contact ul li .text2 h4 {
        font-size: 24px;
        padding: 25px 0 10px;
    }
    .n_contact ul li .text2 h4 span{
        font-size:15px;
    }
    .n_contact ul li .text2 em{
        font-size:18px;
    }
    .n_map{
        height: 350px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .n_contact{
        margin-top:20px;
        margin-bottom: 40px;
    }
    .n_contact ul li{
        background:#f7f7f7;
        padding: 25px 15px;
    }
    .n_contact ul li h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .n_contact ul li .text p{
        line-height:1.6em;
        padding:5px 0 5px 32px;
    }
    .n_map{
        height: 300px;
    }    
}
@media(max-width: 992px){
    .n_banner_text3 {
        margin-top: -40px;
    }
    .n_banner_text3 .text em {
        font-size: 22px;
    }
    .n_banner_text3 .text p.p1 {
        font-size: 20px;
        border:none;
        max-width: 100%;
    }
    .n_banner_text3 .text p.p2{
        display: none;
    }
    .n_banner_text3 .text ul{
        display: none;
    }
    .n_contact {
        margin-bottom: 20px;
    }
    .n_contact ul li{

        padding: 15px 10px;
    }
    .n_contact ul li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .n_contact ul li .text2 h4 span{
        display: block;
        margin-left: 0;
    }  
    .n_contact ul li .text p {
        font-size: 14px;
    }
    .n_contact ul li .text2 em {
        font-size: 15px;
    }  
    .n_map{
        height: 250px;
    } 
}
@media(max-width: 768px){
    .n_map{
        display:none;
    } 
    .n_map2{
        height:250px;
        display:block;
    }    
}
@media(max-width: 640px){
    .n_banner2{
        background-size: cover!important;
        padding: 70px 0 30px;
    }
    .n_banner2 img{
        display: none;
    }
    .n_banner_text3{
        position: relative;
        left:0;
        top:0;
        margin-top:0;
    }
    .n_banner_text3 .text em {
        font-size: 20px;
    }
    .n_banner_text3 .text i {
        font-size: 14px;
        padding: 0px 0 0px;
    }
    .n_banner_text3 .text p.p1{
        font-size:18px;
    }
    .n_banner_text3 .text p.p1 span:last-child {
        margin-left: 15px;
    }
    .n_contact {
        margin-bottom: 10px;
    }
    .n_contact ul li{
        width: 100%;
        margin-bottom: 10px;
    }  
    .n_contact ul li:nth-child(2){
         margin:0 0% 10px 0;  
    }
    .n_contact ul li .text2{
        padding-top:15px;
    }
    .n_contact ul li .text2 h4{
        font-size:20px;
    }
    .n_contact ul li .text2 h4 span {
        display: inline-block;
        margin-left: 10px;
    }
    .n_contact ul li .text2 em {
        font-size: 18px;
    }
    .n_map{
        height: 220px;
    }   
    .n_map2{
        height:220px;
    } 
}





h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0 80px;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:0px 12px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#6cbe03;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #6cbe03;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #6cbe03;
    vertical-align: middle;
    border: 1px solid #6cbe03; 
    color: #fff;padding: 0px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1259px){
    #gotop{
        display: none;
    }
    .pageController{
        margin: 1em 0 60px;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    /*footer{*/
    /*    margin-bottom:70px;*/
    /*}*/
    .pageController{
        margin: 1em 0 30px;
    }
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}



.new-float{
    position: fixed;right: -3px;
    top: 60%;
    z-index: 99999999;width: 77px;height: 374px;
    margin-top: -187px;
}
.new-float li{
    position: relative;width: 77px;
    height: 57px;margin-bottom: 1px;
    line-height: 20px;color: #fff;
    text-align: center;
}
.new-float li.hover{
    
}
.new-float li a{
    display: inline-block;color: #fff;
}
.new-float li a.tit{
    width: 77px;height: 56px;padding: 30px 10px 0 0;
    color: #fff;font-size: 12px;   
    box-sizing: border-box;
}
.new-float li p{
    position: relative;z-index: 2;
    height: 27px;
    padding-top: 30px;
    cursor: pointer;
}
.new-float li.fi{
    position: relative;
}
.new-float li.fi .img1{
    display: none;
    position: absolute;
    top:0;
    left: -168px;
    width: 162px;
}
.new-float li.fi .img1 img{
    
}
.new-float li.fi:hover .img1{
    display: block;
}
.new-float li.fi a{ 
    background:url(../images/on_line.png) no-repeat 0px 0px;
}
.new-float li.fxx a{
    background:url(../images/on_line2.png) no-repeat 0px -228px;    
}
.new-float li.tp a{
    background:url(../images/on_line.png) no-repeat 0px -171px;
}
.new-float li.th a{
    background:url(../images/on_line.png) no-repeat 0px -57px;
}
.new-float li.fo a.tit{
    background:url(../images/on_line.png) no-repeat 0px -114px;
}
.new-float li.fif p{
    background: url(../img/bg_float05.png) no-repeat;
}
.new-float li .tel{
    position: absolute;left: 75px;top: 0;z-index: 1;width: 184px;
    height: 56px;font: 24px/57px Arial;color: #fff; 
    background:#5b5b5b;cursor: pointer;
}
.new-float a.mof{
    display: inline-block;width: 78px;height: 71px;padding: 12px 11px 0 12px;
    margin-top: 10px;*margin-top: 7px;background:url(../images/on_line.png) no-repeat 0px -239px;
    font-size: 15px;line-height: 22px;color: #fff;
    
}


@media(max-width:1259px){

    .new-float{
        display:none!important;
    }
}
@media(max-width:640px){
    .m_none{
        display:none;
    }
}

.footer_nav{
    position: fixed;
    bottom:0;
    left: 0;
    width: 100%;
    background: #000;  
    padding:5px 0;  
    display: none;
    z-index: 999999999!important;
}
.footer-box{
    display: flex;
}
.footer-box li {
    flex: 1;  
    cursor: pointer;  
}
.footer-box li a{
    font-size: 14px;
    color:#fff;
    display: block;
    text-align: center;
}
.footer-box li img{
    width: 35px;
}
.footer-box li p{
    color: #fff;
}
@media(max-width:640px){
    .footer_nav{
        display: block;
    }
}



