/*头部样式*/
header{
    background:#fff;
    position: fixed;
    left:0;
    width: 100%;
    z-index:9999999;

}
.head{
    height: 90px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}
.head .wrap{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.logo{
    float: left;
}
.logo img{
    max-width: 200px;
}
.logo .img2{
    display: none;
}
.head_r{
    display: flex;
    align-items:center;
}
.language{
    padding-left: 28px;
    padding-right: 15px;
    position: relative;
    line-height: 90px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
}
.language:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 20px;
    height: 100%;
    background:url(../images/language.gif) no-repeat center;
    background-size: 20px;
}
.language:after{
    content:'';
    position: absolute;
    right:0;
    top:0;
    width: 11px;
    height: 100%;
    background:url(../images/down2.png) no-repeat center;
} 
.language:hover .language_a{
    display: block;
}
.language_a{
    position: absolute;
    top:90px;
    left:0;
    width: 100%;
    background:#fff;
    display: none;
    padding:10px 0;
}  
.language_a a{
    display: block;
    line-height: 2em;
    text-align: center;
    font-weight: normal;
} 
.nav{
    display: flex;
}
.nav li{
    margin-right: 54px;
    position: relative;
}
.nav li:last-child{
    margin-right: 0;
}
.nav li:nth-child(1),.nav li:nth-child(3),.nav li:nth-child(5),.nav li:nth-child(6),.nav li:nth-child(7){
    position: relative;
}
.nav li a{
    display: block;
    font-size: 17px;
    color: #222;
    text-align: center;
    font-weight: bold;
    color: #333;
    line-height: 90px;
    position: relative;
}
.nav li a.a1:after{
    content:'';
    width: 0%;
    height: 2px;
    background:#017d41;
    position: absolute;
    left:50%;
    bottom:0;
    transition:all 0.5s ease-out;
}
.nav li:hover a.a1:after{
    width: 100%;
    left:0;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:90px;
    left:-20%;
    z-index: 999;
    background-color: #fff;
    width: 140%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #666;  
    line-height: 1.4; 
    font-weight: normal; 
    padding:5px 0;
}
.nav li .b_nav a:hover{
    color: #017d41;
}
.nav li .b_nav2.case_sort{

    background:#fff;
}
.nav li .b_nav2 .wrap{
    max-width: 1010px;
    margin:50px auto 50px;
}
.nav li .b_nav2 a{
    line-height: 34px;
}
.nav li .b_nav2 a:hover{
    color: #fff;
    background:#017d41;
}
.nav li .b_nav3{
    width: 150px;
    left:50%;
    margin-left: -75px;
    padding:10px 0;
}
.nav li .b_nav3 a:hover{
    color: #017d41;
}
.nav li .b_nav1{
    padding:50px 0;
}
.nav_p{
    display: flex;
    flex-wrap: wrap;
}
.nav li .nav_p dl{
    display: flex;
    flex-wrap: wrap;
    width: 32%;
    margin-right: 2%;
    margin-bottom:15px;
    padding:25px 50px;
    /*background:#f1f1f1;*/
    background: #017d41;
}
.nav li .nav_p dl:nth-child(3n){
    margin-right: 0;
}
.nav li .nav_p dl dt{
    width: calc(100% - 115px);
    text-align: left;
}
.nav li .nav_p dl dt a.a{
    font-size: 26px;
    /*color: #1a1a1a;*/
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom:20px;
    text-align: left;
    font-weight: bold;
}
.nav li .nav_p dl dt a.b{
    display: block;
    font-size:15px;
    /*color: #4c4c4c;*/
    color: #fff;
    position: relative;
    padding-left: 12px;
    text-align: left;
    font-weight: normal;
    font-family: "微软雅黑";
}
.nav li .nav_p dl dt a.b:before{
    content:'';
    position: absolute;
    top:15px;
    left:0;
    width: 5px;
    height: 1px;
    background:#fff;
}
.nav li .nav_p dl dt a.b:hover{
    /*color: #017d41;*/
    text-decoration: underline;
}
/*.nav li .nav_p dl dt a.b:hover:before{*/
/*    background:#017d41;*/
/*}*/
.nav li .nav_p dl dd{
    width: 115px;
}

header.on{
    background:none;
}
header.on .head{
    border-bottom: 1px solid transparent;
}
header.on .logo .img1{
    display: none;
}
header.on .logo .img2{
    display: inline-block;
}
header.on .nav li a{
    color: #fff;
}
header.on .h_tel{
    color: #fff;
}
header.on .ss{
    background:url(../images/ss.png) no-repeat center;
    background-size: contain;
}
header.on .language{
    color: #fff;
}
header.on .language:before{
    background:url(../images/language_h.gif) no-repeat center;
    background-size: 20px;
}
header.on .language:after{
    background:url(../images/down.png) no-repeat center;
}
header.on:hover{
    background: #fff;
}
header.on:hover .logo .img1{
    display: inline-block;
}
header.on:hover .logo .img2{
    display: none;
}
header.on:hover .nav li a{
    color: #333;
}
header.on:hover .h_tel{
    color: #333;
}
header.on:hover .ss{
    background:url(../images/ss2.png) no-repeat center;
}
header.on:hover .language{
    color: #333;
}
header.on:hover .language:before{
    background:url(../images/language.gif) no-repeat center;
    background-size: 20px;
}
header.on:hover .language:after{
    background:url(../images/down2.png) no-repeat center;
}
.wrap{
    width: 85%;
    max-width: 1500px;
    margin:0 auto;
}
/*#index_banner .swiper-slide:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../images/banner_bg.png);
}*/
#index_banner,#index_banner .swiper-slide,#index_banner .swiper-slide .bg {
    display: block;
    height: 100vh;
    width: 100%;
}
#index_banner .swiper-slide{
    overflow:hidden;
}
#index_banner .swiper-slide.swiper-slide .bg img{
    opacity: 0; 
}
#index_banner .swiper-slide.swiper-slide-active .bg{
    transform: scale(1.1)!important; 
    transition: all 4s ease-out !important;       
}
.banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;    
    color: #fff;
}
.banner_text .wrap{
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.6s ease-out;
}
#index_banner .swiper-slide-active .banner_text .wrap{
    transform: translateX(0px);
    opacity: 1;    
}
.banner_text .p1{

}
.banner_text .p2{
    font-size:46px;
    line-height: 1;
    margin:40px 0 92px;
}
.banner_text a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 42px;
    border-radius: 4px;
    border:1px solid rgba(255,255,255,.6);
    font-size:14px;
    color: #fff;
}
.banner_text a i{
    display: block;
    width: 17px;
    height: 17px;
    background:url(../images/more.png) no-repeat center;
    margin-left: 7px;
}
.banner_text a:hover{
    background:#017d41;
    border:1px solid #017d41;
}
#index_banner .swiper-pagination{
    width: 12px;
    height: 100%;
    left:70px;
/*    left:calc(100% - 70px);*/
    display: flex;
    flex-direction: column;
    justify-content: center;

}
#index_banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background:#fff;
    position: relative;
    margin:0 0 32px;
    opacity: 1;
}
#index_banner .swiper-pagination-bullet:last-child{
    margin-bottom: 0;
}
#index_banner .swiper-pagination-bullet-active:after{
    content:'';
    position: absolute;
    left:-6px;
    top:-6px;
    width: 22px;
    height: 22px;
    border:1px solid #fff;
    border-radius: 50%;
}
#index_banner .swiper-pagination-bullet-active{

}
#index_banner .img2{
    display: none;
}
@media(max-width: 1600px){
    .banner_text .p2{
        font-size:42px;
    }
    .banner_text a{
        width:200px;
    }
    .nav li{
        margin-right:40px;
    }
    .nav li .nav_p dl{
        padding: 20px 30px;
    }
    .nav li .nav_p dl dt a.a{
        font-size:22px;
    }
    .nav li .nav_p dl dt a.b{
        font-size:13px;
    }
    .nav li .nav_p dl dt a.b:before{
        top:12px;
    }
    #index_banner .swiper-pagination{
        left:30px;
    }
}
@media(max-width: 1440px){
    .nav li{
        margin-right:30px;
    }   
    .nav li a{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .banner_text .p2 {
        font-size: 36px;
        margin: 25px 0 50px;
    }
    .nav li .nav_p dl dt a.a{
        font-size:20px;
    }

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

}
@media(max-width: 1199px){
    #index_banner, #index_banner .img1{
        height:auto;
    }
    .nav li .nav_p dl dt a.a{
        font-size:16px;
    }
    .nav li .nav_p dl dt a.b{
        font-size:13px;
    }
}
@media(max-width: 1024px){
    .head{
        /*padding:0 5%;*/
    }
    .wrap{
        width:90%;
    } 
    .logo img{
        max-width: 160px;
    }
    .banner_text .p1 img{
        max-height:30px;
    }
    .banner_text .p2 {
        font-size: 32px;
        margin: 20px 0 35px;
    }
}
@media(max-width: 991px){
    .head_r{
        display:none;
    }
    .head{
        height:50px;
    }
}
@media(max-width: 820px){
    #index_banner,#index_banner .swiper-slide,#index_banner .swiper-slide .bg {
        height: 65vh;
    }
    .nav,.head_r{
        display: none;
    }
    .head{
        height:70px;
    }
    .banner_text a{
        width:190px;
    }
    .section_scroll{
        bottom:18px;
    }
}
@media(max-width: 640px){
    .head{
        height:60px;
    }
    .head .wrap{
        height:100%;
    }
    #index_banner,#index_banner .swiper-slide,#index_banner .swiper-slide .bg {
        height: 55vh;
    }
    .logo{
        width: 40%;
    }
    .logo img{
        max-width: 135px;
    }
    #index_banner, #index_banner .img1{
        height:auto;
    }
    #index_banner .img1,#index_banner video{
        display:none;
    }
    #index_banner .img2{
        display:block;
    }
    .banner_text .p1 img {
        max-height: 25px;
    }
    .banner_text .p2 {
        font-size: 22px;
        margin: 15px 0 25px;
    }
    #index_banner .swiper-pagination{
        display:none;
    } 
}


/*搜索*/
.show{
    display: block!important;
}
.search{
    height: 100%;
    /*display: none;*/
}
.ss{
    cursor: pointer;
    margin:0 31px 0 146px;
}
.ss img:nth-child(1){
    display: none;
}
.ss img:nth-child(2){
    display: inline-block;
}
header.on .ss img:nth-child(1){
    display: block;
}
header.on .ss img:nth-child(2){
    display: none;
}
header.on:hover .ss img:nth-child(1){
    display: none;
}
header.on:hover .ss img:nth-child(2){
    display: block;
}
.h_search{
    position: fixed;
    left: 0;
    top: 80px;
    width: 100%;
    height: 160px;
    border-top: 1px solid #dfdede;
    z-index: 99;
    background: #fff;
    display: none;
    transition: top 0.36s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
}
.h_search_c{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#formsearch{
    width: 690px;
    padding: 8px;
    border-bottom: 1px solid #dfdede;
    display: flex;
    align-items: center;
}
#keyword{
    outline: none;
    border:none;
    width: calc(100% - 30px);
    height: 26px;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    padding: 3px 0;
    padding-right: 12px;
}
#s_btn{
    width: 50px;
    height: 40px;
    background: url(../images/ss.png) no-repeat center #fff;
    font-size:16px;
    color: #153d8c;
    line-height: 40px;
    border:none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}
.search:hover #formsearch{
    display: flex;
}
.search_ts{
    position: absolute;
    top:42px;
    left:0;
    width: 100%;
    background: #153d8c;
    border: 1px solid #dbdbdb;
    display: none;
    z-index: 999;
}
.search_ts ul{
    color: #333333;
    display: block;
    outline: none;
    cursor: default;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #153d8c153d8c;    
}
.search_ts ul li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:0 10px;
    line-height: 1.2;
    height: 30px;
    font-size:12px;
    color: #333;
    cursor: pointer;
}
.search_ts ul li a:hover{
    background: #fafafa;
}
.tag_total{
    font-size: 20px;
    color: #333;
}
@media(max-width:1600px){
    .ss {
        margin: 0 30px 0 90px;
    }
    .h_search{
        top:80px;
    } 
}
@media(max-width:1280px){
    .ss {
        margin: 0 30px 0 50px;
    }
    #keyword{
        font-size:14px;
    }
    #s_btn{
        font-size:12px;
    }
}
@media(max-width:1130px){
    .ss {
        margin: 0 20px 0 30px;
    }
    .search{
        margin-right:10px;
    }
    #formsearch{
        padding:3px 8px;
    }
    .ss img{
        width:16px;
    }
}
@media(max-width:991px){
    .search{
        margin-right:10px;
    }

    #s_btn{
        font-size:12px;
    }
}
@media(max-width:767px){
    .h_search{
        height: auto;
        padding:15px 0;
    }
    .h_search_c {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        width: 100%;
    }
    #formsearch {
        width: 88%;
        margin: 0 auto;
    }
    #s_btn{
        line-height: 32px;
        height: 32px;
    }
}
@media(max-width:640px){
    .h_search{
        top:60px;
    }
}


.index_product{
    padding:74px 0;
}
.index_t1{
    text-align: center;
}
.index_t1 h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1.2;
}
.index_product_list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 28px;
    margin-top:50px;
}
.index_product_list li{
    box-shadow: 0 0 10px #ccc;
    transition: all 0.4s ease-out;
}
.index_product_list li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.index_product_list li a .img{

}
.index_product_list li a p{
    height: 110px;
    line-height: 1.2;
    font-size:26px;
    color: #2F2F2F;
    padding:35px 44px;
    position: relative;
}
.index_product_list li a .hover-indicator{
    content:'';
    display: block;
    position: absolute;
    right: -110px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 110px 239px 110px;
    border-color: transparent transparent #017d41 transparent;
    pointer-events: none;
    -webkit-transform: translate3d(0, 170px, 0);
    -moz-transform: translate3d(0, 170px, 0);
    -ms-transform: translate3d(0, 170px, 0);
    -o-transform: translate3d(0, 170px, 0);
    transform: translate3d(0, 170px, 0);
    -webkit-transition: transform 200ms ease-in-out;
    -moz-transition: transform 200ms ease-in-out;
    -ms-transition: transform 200ms ease-in-out;
    -o-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition-delay: 100ms;
}
.index_product_list li a .hover-indicator:before{
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 140px;
    width: 33px;
    height: 20px;
    background-image: url(../images/arrow-icon.svg);
    background-size: 33px 20px;
/*    opacity: 0;*/
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
    -webkit-transition: all 250ms cubic-bezier(0.34, 1.56, 0.64, 1);
    -moz-transition: all 250ms cubic-bezier(0.34, 1.56, 0.64, 1);
    -ms-transition: all 250ms cubic-bezier(0.34, 1.56, 0.64, 1);
    -o-transition: all 250ms cubic-bezier(0.34, 1.56, 0.64, 1);
    transition: all 250ms cubic-bezier(0.34, 1.56, 0.64, 1);
    transition-delay: 300ms;
}
.index_product_list li:hover{
    transform:translateY(-20px);
}
.index_product_list li:hover a .hover-indicator{
    -webkit-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -ms-transform: translate3d(0, 60px, 0);
    -o-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0); 
}
.index_product_list li:hover a .hover-indicator:before{
    opacity: 1;
    -webkit-transform: translate3d(5px, 0px, 0px);
    -moz-transform: translate3d(5px, 0px, 0px);
    -ms-transform: translate3d(5px, 0px, 0px);
    -o-transform: translate3d(5px, 0px, 0px);
    transform: translate3d(5px, 0px, 0px);
}
a.more1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 15px;
    width: 170px;
    height: 42px;
    color: #fff;
    background:#017D41;
    border-radius: 4px;
    margin:0 auto;
}
a.more1 i{
    margin-left: 26px;
    display: inline-block;
    width: 20px;
    height: 100%;
    background:url(../images/more.png) no-repeat center;
}
a.more1:hover{
    box-shadow: 0 0 10px #017D41;
}
@media(max-width: 1600px){
    .index_t1 h2{
        font-size:36px;
    }
    .index_product_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 20px;
    }
    .index_product_list li a p{
        font-size:24px;
        height: 90px;
        padding:30px;
    }
}
@media(max-width: 1280px){
    .index_t1 h2{
        font-size:24px;
    }
}
@media(max-width: 1199px){
    .index_product_list li a p{
        font-size:20px;
        height: 80px;
        padding:20px;
    }
}
@media(max-width: 991px){

}
@media(max-width: 820px){
    .index_product{
        padding:55px 0;
    }
    .index_product_list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px 20px;
    }
    .index_product_list li a p{
        font-size:20px;
        height: auto;
        padding:15px;
    }
}
@media(max-width: 640px){
    .index_product{
        padding:40px 0;
    }
    .index_product_list {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px 20px;
        margin-top:30px;
    }
    .index_product_list li a p{
        font-size:16px;
        height: auto;
        padding:15px;
    }   
}


.index3{
    padding:145px 0;
    background:url(../images/index3_bg.jpg) no-repeat center;
    background-size: cover;
}
.index3_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index3_txt{
    width: 50%;
    max-width: 575px;
}
.index3_txt h2{
    font-size:26px;
    color: #1a1a1a;
    line-height: 1.3;
}
.index3_txt h2 span{
    color: #017D41;
}
.index3_txt .txt{
    font-size:18px;
    color: #666666;
    line-height: 1.6;
    margin:10px 0 30px;
}
a.more2{
    border:2px solid #017D41;
    color: #017D41;
    background:none;
    margin:0;
}
a.more2 i{
    background:url(../images/more1.png) no-repeat center;
}
a.more2:hover{
    color: #fff;
    background:#017D41;
}
a.more2:hover i{
    background:url(../images/more.png) no-repeat center;
}
.num_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 48%;
}
.num_list li{
/*    margin-right: 135px;*/
    width: 40%;
    margin-bottom:50px;
}
.num_list li:nth-child(4),.num_list li:nth-child(5),.num_list li:nth-child(6){
    margin-bottom:0px;
}
.num_list li:nth-child(3n){
    width: 20%;
}
.num_list li .p1{
   
}
.num_list li .p1 span{
    font-size:60px;
    color: #1a1a1a;
    line-height: 1;
    display: inline-block;
    font-family: "è‹¹æ–¹"; 
    font-weight: bold;
}
.num_list li .p1 sup{
    line-height: 1;
    color: #333333;
    font-size:16px;
    position: relative;
    top:-28px;
}
.num_list li .p2{
    
}
.index3_logo{
    margin-top:105px;
    display: flex;
    flex-wrap: wrap;
}
.index3_logo li{
    width: 18.4%;
    margin-right: 2%;
}
.index3_logo li:nth-child(5n){
    margin-right: 0;
}
@media(max-width: 1600px){
    .index3{
        padding:90px 0;
    }
    .index3_txt h2{
        font-size:28px;
    }
    .index3_txt .txt{
        font-size:15px;
    }
    .num_list li .p1 span{
        font-size:42px;
    }
    .num_list li .p1 sup{
        top:-20px;
    }
    .index3_logo{
        margin-top:80px;
    }
}
@media(max-width: 1280px){
    .index3{
        padding:70px 0;
    }
    .index3_txt h2 {
        font-size: 22px;
    }
    .index3_txt .txt{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    .num_list li .p2{
        font-size:12px;
    }
}
@media(max-width: 820px){
    .index3{
        padding:55px 0;
    }
    .index3_txt h2 {
        font-size: 18px;
    }
    .num_list li{
        margin-bottom:35px;
    }
    .num_list li .p1 span{
        font-size:32px;
    }
    .num_list li .p1 sup{
        top:-12px;
    }
    .index3_logo {
        margin-top: 50px;
    }

}
@media(max-width: 640px){
    .index3{
        padding:35px 0;
    }  
    .index3_txt{
        width:100%;
    }
    .num_list{
        width:100%;
        margin-top:30px;
    }
    .num_list li{
        margin-bottom:25px;
    }
    .num_list li:nth-child(2),.num_list li:nth-child(5) {
        width: 30%;
    }
    .num_list li:nth-child(3n) {
        width: 30%;
    }
    .num_list li .p1 span{
        font-size:26px;
    }
    .num_list li .p1 sup {
        top: -5px;
    }
    .index3_logo {
        margin-top: 30px;
    }
    .index3_logo li{
        width:32%;
        margin-bottom:10px;
    }
    .index3_logo li:nth-child(3n){
        margin-right:0;
    }
}


.index4{
    padding:88px 0 80px;
}
.news_list1{
    margin:54px 0 44px;
    display: flex;
    flex-wrap: wrap;
}
.news_list1 li{
    width: 32%;
    margin-right: 2%;
}
.news_list1 li:nth-child(3n){
    margin-right: 0;
}
.news_list1 li a{
    display: block;
    position: relative;
}
.news_list1 li a:before{
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 2px;
    background:#ccc;
    z-index:8;
}
.news_list1 li a:after{
    content:'';
    position: absolute;
    bottom: 0;
    left:0;
    width: 0%;
    height: 2px;
    background:#017D41;
    transition:all 0.5s ease-out;
    z-index:9;
}
.news_list1 li .img{

}
.news_list1 li .text{
    padding:20px 0 0;
}
.news_list1 li .text .p1{
    font-size:16px;
    color: #999999;
}
.news_list1 li .text h3{
    font-size:22px;
    color: #444444;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6;
    margin-bottom:40px;
}
.news_list1 li .text span{
    display: inline-block;
    font-size:16px;
    color: #666666;
    line-height: 40px;
}
.news_list1 li .text span i{
    display: inline-block;
    width: 16px;
    height: 10px;
    background:url(../images/more2.png) no-repeat center;
    margin-left: 14px;
}
.news_list1 li:hover .img img{
    transform:scale(1.1);
}
.news_list1 li:hover a:after{
    width: 100%;
}
.news_list1 li:hover .text span{
    color: #017D41;
}
.news_list1 li:hover .text span i{
    background:url(../images/more2_h.png) no-repeat center;    
}
@media(max-width: 1600px){
    .news_list1 li .text .p1{
        font-size:14px;
    }
    .news_list1 li .text h3{
        font-size:18px;
        margin-bottom: 25px;
    }
    .news_list1 li .text span{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .index4{
        padding:70px 0;
    }
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index4{
        padding:55px 0;
    }  
    .news_list1{
        margin: 35px 0 40px;
    }
    .news_list1 li .text h3{
        font-size:16px;
    }
}
@media(max-width: 640px){
    .index4{
        padding:35px 0;
    }  
    .news_list1 li{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
    }
}


.index5{
    padding:110px 0;
    background:url(../images/index5_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_t1 p{
    font-size:20px;
    color: #666666;
    line-height: 1.5;
    margin-top:18px;
}
.index5_c{
    margin-top:45px;
}
#c-banner2{
    padding-bottom:52px;
}
#c-banner2 .swiper-pagination{
    bottom: 0;
}
#c-banner2 .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border:1px solid #017D41;
    margin:0 6px;
    background:none;
    opacity: 1;
}
#c-banner2 .swiper-pagination .swiper-pagination-bullet-active{
    background:#017D41;
}
.index_bottom{
    padding:102px 0 82px;
}
.index_bottom_a{
    display: flex;
    justify-content: center;
    margin-top:56px;
}
.index_bottom_a a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 80px;
    background:#f0f0f0;
    margin-right: 54px;
    font-size:18px;
    color: #017D41;
    border-radius: 4px;
    overflow: hidden;
}
.index_bottom_a a:last-child{
    margin-right: 0;
}
.index_bottom_a a .img1{
    width: 40px;
    height: 40px;
}
.index_bottom_a a p{
/*    width: calc(100% - 40px);*/
    padding-left: 18px;
}
.index_bottom_a a p i{
    display: inline-block;
    margin-left: 12px;
}
.index_bottom_a a:nth-child(1) .img1{
    background:url(../images/b_icon1.png) no-repeat center;
}
.index_bottom_a a:nth-child(2) .img1{
    background:url(../images/b_icon2.png) no-repeat center;
}
.index_bottom_a a:hover{
    background:#017D41;
    color: #fff;
}
.index_bottom_a a:nth-child(1):hover .img1{
    background:url(../images/b_icon1_h.png) no-repeat center;
}
.index_bottom_a a:nth-child(2):hover .img1{
    background:url(../images/b_icon2_h.png) no-repeat center;
}
@media(max-width: 1600px){
    .index5{
        padding:90px 0;
    }
    .index_t1 p{
        font-size:15px;
    }
    .index_bottom_a a{
        font-size:16px;
    }
}
@media(max-width: 1280px){
    .index5,.index_bottom{
        padding:70px 0;
    }
    .index_t1 p{
        font-size:14px;
    }
    .index_bottom_a a{
        width:220px;
        height: 70px;
    }

}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .index5,.index_bottom{
        padding:55px 0;
    } 
    .index_bottom_a{
        margin-top:35px;
    }
    .index_bottom_a a:nth-child(1) .img1{
        background:url(../images/b_icon1.png) no-repeat center;
        background-size:30px;
    }
    .index_bottom_a a:nth-child(2) .img1{
        background:url(../images/b_icon2.png) no-repeat center;
        background-size:30px;
    }
    .index_bottom_a a p{
        padding-left:12px;
    }
}
@media(max-width: 640px){
    .index5,.index_bottom{
        padding:35px 0;
    } 
    .index_bottom_a a{
        width:170px;
        height: 60px;
        font-size:15px;
    }
    .index5_c{
        margin-top:30px;
    }
    .index_bottom_a {
        margin-top: 25px;
    }
    .index_bottom_a a{
        margin-right:20px;
        font-size:12px;
    }
    .index_bottom_a a p i{
        margin-left:3px;
    }
    .index_bottom_a a .img1{
        width:25px;
    }
    .index_bottom_a a:nth-child(1) .img1{
        background:url(../images/b_icon1.png) no-repeat center;
        background-size:25px;
    }
    .index_bottom_a a:nth-child(2) .img1{
        background:url(../images/b_icon2.png) no-repeat center;
        background-size:25px;
    }
}


.foot{
    background:#017D41;
    padding:102px 0 50px;
}
.foot .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_nav{
    display: flex;
    justify-content: space-between;
    width: calc(100% - 242px);
    padding-right: 15%;
}
.f_nav li{

}
.f_nav li a{
    font-size:22px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 32px;
}
.f_nav li .txt a{
    color: rgba(255,255,255,.8);
    font-size:14px;
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 0;
}
.f_nav li a:hover{
    color: rgba(255,255,255,1);
}
.foot_r{
    width: 242px;
}
.f_logo{
    text-align: right;
}
.f_logo img{
    max-width: 240px;
}
.f_code{
    display: flex;
    justify-content: space-between;
    margin-top:60px;
}
.f_code p{
    text-align: center;
    font-size:14px;
    padding-top:8px;
    color: #fff;
}
.copyright{
    background:#036737;
    color: rgba(255,255,255,.4);
    font-family: 'Arial';
}
.copyright a{
    color: rgba(255,255,255,.4);
    font-family: 'Arial';
}
.copyright a:hover{
    color: rgba(255,255,255,1);
}
.copyright .wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 65px;
}
/*.f_nav li:nth-child(4) .txt a:nth-child(2){*/
/*    display:none;*/
/*}*/
@media(max-width: 1600px){
    .foot{
        padding: 70px 0 20px;
    }
    .f_nav{
        padding-right:10%;
    }
    .f_nav li a{
        font-size:18px;
        margin-bottom: 20px;
    }
    .f_nav li .txt a{
        line-height:2em;
    }
    .f_code{
        margin-top:30px;
    }
    .f_code p{
        margin-top:6px;
    }
}
@media(max-width: 1280px){
    
}
@media(max-width: 1024px){
    .foot {
        padding: 50px 0 20px;
    }
    .f_nav{
        padding-right:5%;
    }   
    .f_nav li a{
        font-size:16px;
        margin-bottom: 10px;
    }
    .f_nav li:nth-child(4){
        display:none;
    }
}
@media(max-width: 820px){
    .foot {
        padding: 35px 0 20px;
    } 
    .f_nav{
        padding-right:2%;
    } 
    .f_nav li:nth-child(5){
        display:none;
    }
}
@media(max-width: 767px){
    .f_nav{
        display: none;
    }
    .f_logo{
        text-align:left;
    }
    .f_logo img{
        max-height:50px;
    }
}
@media(max-width: 640px){
    footer{
        margin-bottom: 58px;
    }
    .foot {
        padding: 20px 0 ;
    }
    .copyright .wrap{
        flex-wrap:wrap;
        height:auto;
        line-height:1.4;
        padding:10px 0;
        text-align:center;
    }
    .copyright_l{
        width:100%;
    }
    .copyright_r{
        width:100%;
    }
}


/*----- 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;
}



/*------------内页-------------------*/
.h90{
    width: 100%;
    height: 90px;
}
.n_banner {
    width: 100%;
    margin: 0 auto;
    height: 500px;
    position: relative;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_banner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    color: #fff;
}
.n_banner_text h3{
    font-size:46px;
    line-height: 1;
    margin-bottom:15px;
}
.n_banner_text p{
    font-size:22px;
}
.tag_total{
    font-size:24px;
    color: #333;
    margin-bottom: 30px;
}
@media(max-width: 1600px){
    .n_banner{
        height:350px;
    }
    .n_banner_text h3{
        font-size:32px;
    }
    .n_banner_text p{
        font-size:16px;
    }
}
@media(max-width: 1280px){

}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    .h90{
        height:70px;
    }
    .n_banner{
        height:300px;
    }
    .n_banner_text h3{
        font-size:26px;
        margin-bottom:10px;
    }
    .n_banner_text p{
        font-size:15px;
    }
}
@media(max-width: 640px){
    .n_banner{
        height:240px;
    }
    .n_banner_text h3{
        font-size:22px;
        margin-bottom:5px;
    }
}


/*关于*/
.about1{
    padding:90px 0 85px;
}
.a_t1{
    font-size:38px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1;
}
.about1 .text{
    margin-top:30px;
    font-size:17px;
    color: #252b3a;
    text-align: center;
    line-height: 1.8;
}
.about1 a.video_click{
    display: block;
    margin:75px auto 95px;
    position: relative;
    max-width: 1035px;
}
.a_player{
    position: absolute;
    top:50%;
    left:50%;
    width: 62px;
    height: 62px;
    margin: -31px 0 0 -31px;
}
.a_player_img{
    position: relative;
    z-index:8;
}
.a_player_img img{
    display: inline-block;
    position: relative;
    z-index:9;
}
.a_player_img:after{
    content:'';
    position: absolute;
    top:0%;
    left:0%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background:#fff;
    z-index:1;
    animation: videoDh 1.5s linear infinite;
}
@keyframes videoDh { 
    from {
        transform: scale(1, 1); 
        opacity: 0.6;
    } 
    to {
        transform: scale(1.8, 1.8); 
        opacity: 0;
    } 
}
.num_list2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:50px 75px;
    box-shadow: 0px 0px 10px #c9c9c9;
    border-radius: 6px;
}
.num_list2 li{
    
}
.num_list2 li .p1{

    color: #333333;
    line-height: 1;
}
.num_list2 li .p1 span{
    font-size:50px;
    font-family: "苹方";
    font-weight: bold;
}
.num_list2 li .p1 sup{
    display: inline-block;
    font-size:22px;
    position: relative;
    top:-22px;
}
.num_list2 li .p2{
    font-size:16px;
    color: #808080;
    margin-top:5px;
}
.about1_2{
    background:url(../images/about1_2_bg.jpg) no-repeat center;
    background-size: cover;
    padding:115px 0 105px;
}
.about1_2_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.about1_2_list li{
    background:#fff;
    width: 23.5%;
    margin-right: 2%;
    padding:62px 30px;
    text-align: center;
    border-radius: 6px;
}
.about1_2_list li:last-child{
    margin-right: 0;
}
.about1_2_list li .img1{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background:#f3f6fb;
    margin:0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about1_2_list li .img1:after{
    content:'';
    position: absolute;
    top:50%;
    left: 50%;
    width: 134px;
    height: 134px;
    border:1px dashed #017D41;
    margin:-67px 0 0 -67px;
    border-radius: 50%;
    animation: zq 8s linear infinite;
}
@keyframes zq { 
    from {
        transform: rotate(0deg);
    } 
    to {
        transform: rotate(360deg);
    } 
}
.about1_2_list li .text{

}
.about1_2_list li .text h3{
    font-size:28px;
    color: #333333;
    line-height: 1;
    padding-bottom:20px;
    position: relative;
    margin-top:48px;
    margin-bottom:22px;
}
.about1_2_list li .text h3:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    width: 40px;
    height: 2px;
    background:#dddddd;
    margin-left: -20px;
}
.about1_2_list li .text p{
    font-size:16px;
    color: #666666;
    line-height: 1.6;
}
.about1_2_list li:hover{
    background:#017D41;
}
.about1_2_list li:hover .img1{
    background:#fff;
}
.about1_2_list li:hover .img1:after{
    border:1px dashed #fff;    
}
.about1_2_list li:hover .text h3,.about1_2_list li:hover .text p{
    color:#fff;
}
.about1_3{
    background:#017D41;
    padding:90px 0;
}
.about1_3 .wrap{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding:30px 0;
}
.about1_3 .wrap:after{
    content:'';
    position: absolute;
    left:50%;
    top:0;
    width: 1px;
    height: 100%;
    background:rgba(255,255,255,.3);
}
.about1_3 dl{
    max-width: 50%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding-left: 182px;
}
.about1_3 dl dt{
    width: 100px;
}
.about1_3 dl dd{
    width: calc(100% - 100px);
}
.about1_3 dl dd h3{
    font-size:34px;
    line-height: 1;
    margin-bottom:8px;
}
.about1_3 dl dd p{
    font-size:22px;
}
.about1_4{
    padding:115px 0 130px;
}
.fzlc{
    margin-top:68px;
    position: relative;
}
.fzlc:before{
    content:'';
    position: absolute;
    top:165px;
    left:0;
    width: 100%;
    height: 1px;
    background:#ebebeb;
}
.fzlc .wrap{
    padding:0 45px;
    position: relative;
}
#c-banner3{

}
#c-banner3 .swiper-slide{

}
#c-banner3 .swiper-slide .img{
    width: 100%;
    height: 135px;
}
#c-banner3 .swiper-slide .text{
    text-align: center;
    margin-top:24px;
    padding-top:41px;
    position: relative;
}
#c-banner3 .swiper-slide .text:before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    border:3px solid #017D41;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:#fff;
}
#c-banner3 .swiper-slide .text h3{
    font-size:32px;
    color: #017D41;
    line-height: 1;
}
#c-banner3 .swiper-slide .text h4{
    font-size:18px;
    color: #1a1a1a;
    line-height:1;
    margin:26px 0 8px;
}
#c-banner3 .swiper-slide .text p{
    font-size:16px;
    color: #666666;
    line-height: 1.4;
}
#fzlc .swiper-button-prev,#fzlc .swiper-button-next{
    position: absolute;
    top:140px;
    width: 51px;
    height: 51px;
    opacity: 1;
    outline: none;
    cursor: pointer;
    margin-top:0;
}
#fzlc .swiper-button-prev{
    left:-98px;
    background:url(../images/left1.png) no-repeat center;
}
#fzlc .swiper-button-next{
    right:-98px;
    background:url(../images/right1.png) no-repeat center;
}
@media(max-width: 1600px){
    .a_t1{
        font-size:32px;
    }
    .about1 .text{
        font-size:15px;
    }
    .num_list2{
        padding:35px 50px;
    }
    .num_list2 li .p1 span {
        font-size: 36px;
    }
    .num_list2 li .p1 sup {
        font-size: 15px;
        top: -15px;
    }
    .num_list2 li .p2{
        font-size:15px;
    }
    .about1_2,.about1_4{
        padding:90px 0;
    }
    .about1_2_list li{
        padding:45px 20px;
    }
    .about1_2_list li .text h3 {
        font-size: 22px;
        padding-bottom: 16px;
        margin-top: 40px;
        margin-bottom: 16px;
    }
    .about1_2_list li .text p{
        font-size:15px;
    }
    .about1_3 dl{
        padding-left:120px;
    }
    .about1_3 dl dd h3{
        font-size:26px;
    }
    .about1_3 dl dd p {
        font-size: 16px;
    }
    #c-banner3 .swiper-slide .text h3{
        font-size:24px;
    }
    #c-banner3 .swiper-slide .text h4 {
        font-size: 16px;
        margin: 20px 0 8px;
    }
    #c-banner3 .swiper-slide .text p{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .about1,.about1_2,.about1_3,.about1_4{
        padding:70px 0;
    }
    .about1 .text,.num_list2 li .p2{
        font-size:14px;
    }
    .num_list2 li .p1 span{
        font-size:32px;
    }
    .about1_2_list li .text p {
        font-size: 14px;
    }
    .about1_3 .wrap{
        padding:20px 0;
    }
    .about1_3 dl {
        padding-left: 110px;
    }
    .about1_3 dl dd h3{
        font-size:22px;
    }
    .about1_3 dl dd p{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    .fzlc{
        margin-top:50px;
    }
    .fzlc .wrap{
        padding:0;
    }
    #fzlc .swiper-button-prev,#fzlc .swiper-button-next{
        display:none;
    }
}
@media(max-width: 820px){
    .about1,.about1_2,.about1_3,.about1_4{
        padding:55px 0;
    }
    .about1 a.video_click{
        margin:55px auto 55px;
    }
    .a_t1{
        font-size:26px;
    }
    .num_list2 {
        padding: 25px 30px;
    }
    .about1_2_list{
        margin-top:30px;
    }
    .about1_2_list li{
        padding:35px 15px 20px;
    }
    .about1_2_list li .img1{
        width:80px;
        height: 80px;
    }
    .about1_2_list li .img1:after{
        width:104px;
        height:104px;
        margin: -52px 0 0 -52px;
    }
    .about1_2_list li .img1 img{
        max-width:45px;
    }
    .num_list2 li .p2,.num_list2 li .p1 sup{
        font-size:12px;
    }
    .about1_3 .wrap:after{
        left:46%;
    }
    .about1_3 dl{
        padding-left:0;
    }

    .fzlc{
        margin-top:30px;
    }
}
@media(max-width: 640px){
    .about1,.about1_2,.about1_4{
        padding:35px 0;
    }
    .a_t1{
        font-size:22px;
    } 
    .about1 a.video_click{
        margin:35px auto 35px;
    }
    .num_list2{
        padding: 12px 20px;
    }
    .num_list2 li{
        width:33.333%;
        padding:8px 0;
    }
    .num_list2 li .p1 span{
        font-size:24px;
    }
    .num_list2 li .p1 sup {
        font-size: 14px;
        top: -10px;
    }
    .num_list2 li .p2{
        margin-top:0;
    }
    .about1_2_list li{
        width:49%;
        margin-bottom:15px;
    }
    .about1_2_list li:nth-child(2n){
        margin-right:0;
    }
    .about1_3{
        padding:5px 0;
    }
    .about1_3 .wrap:after{
        display:none;
    }
    .about1_3 dl{
        max-width:100%;
        width:100%;
        padding:10px 0;
    }
    .about1_3 dl dt{
        width:60px;
    }
    .about1_3 dl dt img{
        max-width:36px;
    }
    .about1_3 dl dd{
        width: calc(100% - 60px);
    }
    .about1_3 dl dd h3 {
        font-size: 20px;
    }
    .fzlc:before{
        top:130px;
    }
    #c-banner3 .swiper-slide .img{
        height:100px;
    }
    #c-banner3 .swiper-slide .text{
        padding-top:30px;
    }
    #c-banner3 .swiper-slide .text h3 {
        font-size: 18px;
    }
    #c-banner3 .swiper-slide .text h4 {
        margin: 15px 0 8px;
        font-size:15px;
    }
}

.about2{
    padding:95px 0 0;
}
.fuli{
    margin-top:125px;
    display: flex;
    flex-wrap: wrap;
}
.fuli li{
    background-color:#f6f9fc;
    width: 23.5%;
    margin-right: 2%;
    padding:108px 35px 50px;
    position: relative;
}
.fuli li:nth-child(4n){
    margin-right: 0;
}
.fuli li .img1{
    position: absolute;
    top: -76px;
    left: 50%;
    margin-left: -76px;
}
.fuli li h3{
    font-size: 28px;
    color: #1a1a1a;
    text-align: center;
    line-height: 1;
    padding-bottom: 18px;
    border-bottom: 1px solid #f1f2f3;
    margin-bottom: 18px;
}
.fuli li p{
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}
.about2_2{
    padding:105px 0 0;
}
#gstj{
    margin-top:40px;
    position: relative;
}
#gstj .swiper-button-prev,#gstj .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    opacity: 1;
    outline: none;
    cursor: pointer;
    margin-top: -25.5px;
    z-index: 9;
}

#gstj .swiper-button-prev{
    left:-82px;
    background:url(../images/left1.png) no-repeat center;
}
#gstj .swiper-button-next{
    right:-82px;
    background:url(../images/right1.png) no-repeat center;
}
#gstj p{
    position: absolute;
    left:0;
    bottom:25px;
    width: 100%;
    font-size:20px;
    color: #fff;
    line-height: 1.4;
    padding:0 52px;
}
.about2_3{
    padding:96px 0 80px;
}
#gshj{
    margin-top:58px;    
}
.about2_4 .wrap{
    background:#f0f0f0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:55px 0 40px;
    position: relative;
}
.about2_4 .wrap .img2{
    position: absolute;
    right: 0;
    bottom:0;
    z-index:7;
}
.about2_4 h2.a_t1{
    width: 28%;
}
.about2_4 .text{
    width: 72%;
    position: relative;
    z-index:9;
}
.about2_4 .text h3{
    font-size:20px;
    color: #333333;
    line-height: 1.6;
    margin-bottom:30px;
}
.about2_4 .text .txt{

}
.about2_4 .text .txt p{
    padding-left: 35px;
    position: relative;
    font-family: 'Arial';
}
.about2_4 .text .txt p:nth-child(1){
    background:url(../images/j_icon1.png) no-repeat 5px center;
}
.about2_4 .text .txt p:nth-child(2){
    background:url(../images/j_icon2.png) no-repeat 5px center;    
}
.about2_5{
    padding:110px 0 130px;
}
.job_list{
    margin-top:75px;
    display: flex;
    flex-wrap: wrap;
}
.job_list li.li1{
    width: 48%;
    margin-right: 2%;
    margin-bottom:20px;
    cursor: pointer;
}
.job_list li.li1:nth-child(2n){
    margin-right: 0;
}
.job1{
    background:#f0f0f0;
    display: flex;
    align-items: center;
}
.job1 .text{
    width: calc(100% - 120px);
    padding:15px 62px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.job1 .text .pp1{
    font-size:22px;
    color: #1a1a1a;
}
.job1 .text .pp2{
    font-size:14px;
    color: #666666;
    line-height: 1.6;
}
.job_more{
    width: 120px;
    height: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size:16px;
    color: #fff;
    background:#999999;
}
.job_more span{
    width: 100%;
    display: block;
}
.job_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(60,67,72,.5);  
    z-index:-8;
    opacity: 0; 
}
.job_list li.cur .job_bg{
    z-index:8;
    opacity: 1; 
}
.job2{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9999999;
    display: none;
    font-family: "Arial";
}
.job2 .cont{
    width: 100%;
    max-width: 1320px;
    margin:0 auto;
    min-height: 460px;
    background:#fff;
    position: relative;
    z-index:9;
    padding:40px 50px 45px;
}
.job2 .cont h3{
    font-size: 18px;
    color: #231815; 
}
.job2_c{
    display: flex;
    flex-wrap: wrap;
    padding-top:18px;
    border-top:2px solid #017d41 ;
    margin-top:20px;
}
.job2_c dl{
    width: 38%;
    margin-right: 2%;
}
.job2_c dl:nth-child(1){
    width: 20%;
}
.job2_c dl:last-child{
    margin-right: 0;
}
.job2_c dl dt{
    font-size: 14px;
    color: #231815;
}
.job2_c .p1{
    margin-top:22px;
}
.job2_c .p1 span{
    font-size: 14px;
    color: #231815;
}
.job2_c dl dd{

}
.apply{
    display: block;
    width: 132px;
    height: 46px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    background:#017d41 ;
    margin: 50px auto 0;
    cursor: pointer;
    display: none;
}
.apply:hover{
    color: #fff;
}
.job_list li.cur .job2{
    display: flex;
}
.message1{
    display: none;
    margin-top:35px;
}
.message1 ul{
    display: flex;
    flex-wrap: wrap;
}
.message1 ul li{
    width: calc(33.3333% - 10px);
    margin-bottom:15px;
    margin-right: 15px;
}
/*.message1 ul li:nth-child(2){
    margin-right: 15px;
}*/
.message1 ul li:nth-child(4){
    margin-right: 0;
}
.message1 ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message1 ul li input{
    outline: none;
    font-size: 14px;
    color: #b3b5b6;
    width: 100%;
    border:1px solid #d4d2d1;
    line-height: 46px;
    padding:0 14px;
    display: block;
}
.message1 ul li textarea{
    outline: none;
    font-size: 14px;
    color: #b3b5b6;
    width: 100%;
    border:1px solid #d4d2d1;
    line-height: 46px;
    height: 142px;
    padding:0 14px;
    font-family: "å¾®è½¯é›…é»‘";
    display: block;
}
.job2 .cont.cur .message1{
    display: block;
}
.mess_tn input{
    border:none;
    outline: none;
    display: block;
    width: 132px;
    height: 46px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    background:#017d41 ;
    margin: 30px auto 0;
    cursor: pointer;
}
.job_list li:hover .job_more,.job_list li.cur .job_more{
    background:#017D41;
}
@media(max-width: 1600px){
    .fuli{
        margin-top: 120px;
    }
    .fuli li{
        padding:100px 15px 30px;
    }
    .fuli li h3{
        font-size:22px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .fuli li p{
        font-size:15px;
    }
    #gstj p{
        bottom: 15px;
        font-size: 16px;
    }
    .about2_4 .text h3{
        font-size:16px;
    }
    .about2_5{
        padding:90px 0;
    }
    .job_list {
        margin-top: 50px;
    }
    .job1 .text{
        padding: 15px 40px;
        height:100px;
    }
    .job1 .text .pp1{
        font-size:18px;
    }
    .job_more{
        font-size:15px;
        height:100px;
    }
}
@media(max-width: 1280px){
    .about2,.about2_2{
        padding: 70px 0 0;
    }  
    .about2_5,.about2_3{
        padding:70px 0;
    }
    #gstj p{
        padding:0 30px;
    }
}
@media(max-width: 1024px){
    #gstj .swiper-button-prev,#gstj .swiper-button-next{
        display:none;
    }
    #gstj p{
        padding:0 20px;
        font-size:15px;
    }
}
@media(max-width: 820px){
    .about2,.about2_2,.about2_3{
        padding: 55px 0 0;
    }  
    .fuli{
        margin-top: 90px;
    }
    .fuli li{
        width:49%;
        margin-bottom:60px;
        padding: 70px 15px 20px;
    }
    .fuli li:nth-child(2n){
        margin-right:0;
    }
    .fuli li .img1 {
        width:100px;
        top: -50px;
        margin-left: -50px;
    }
    .fuli li h3 {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .about2_5{
        padding:55px 0;
    }
    #gstj,#gshj,.job_list{
        margin-top:30px;
    }
    .job1 .text {
        padding: 15px 20px;
    }
    .job2 .cont{
        padding:25px 20px;
    }
    .job2_c dl{
        width:100%!important;
        margin-right:0;
    }
}
@media(max-width: 640px){
    .about2,.about2_2,.about2_3{
        padding: 35px 0 0;
    }   
    .fuli {
        margin-top: 70px;
    }    
    .fuli li{
        width:100%;
        margin-right:0;
        margin-bottom:50px;
        padding: 55px 15px 20px;
    }
    .fuli li .img1 {
        width: 80px;
        top: -40px;
        margin-left: -40px;
    } 
    .about2_4 .wrap{
        width:100%;
        padding:20px 2%;
    }
    .about2_4 h2.a_t1{
        width:100%;
        margin-bottom:15px;
    }
    .about2_4 .text{
        width:100%;
    }
    .about2_4 .text h3 {
        font-size: 15px;
    }
    .about2_4 .wrap .img2{
        width:60%;
    }
    .about2_5{
        padding:35px 0;
    }
    .job_list li.li1{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
    }
    .job1 .text{
        width:calc(100% - 80px);
        height:80px;
    }
    .job1 .text .pp1 {
        font-size: 15px;
    }
    .job1 .text .pp2{
        font-size:13px;
    }
    .job_more{
        width:80px;
        height:80px;
    }
    .job2 .cont {
        padding: 20px 15px 20px 20px;
    }
    .job2_c{
        max-height: 450px;
        min-height:100px;
        overflow-y: auto;
        padding: 20px 10px 0 0;
        margin-top:12px;
    }
    .job2_c::-webkit-scrollbar {
        width: 3px;   
        height: 1px;
    }
    .job2_c::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #20477d;
    }
    .job2_c::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #fff;
    }
}

/*产品*/
.product_list01{
    position: relative;
    display: flex;
    flex-wrap:wrap;
}
.product_list01 li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 35px;
    padding:5px;
    border-radius: 10px; 
}
.product_list01 li:nth-child(3n){
    margin-right: 0;
}
.product_list01 li a{
    display: block;
    background: #ffffff;
    border-radius: 10px;  
/*    box-shadow: 0 0 6px rgba(204,204,204,.2);  */
/*}*/
/*.product_list01 li:hover a{ */
    box-shadow: 0 0 6px #ccc;  
    border:1px solid #017D41;
}
.product_list01 li .img{
    border-radius: 10px 10px 0 0;
    text-align: center;
    line-height: 300px;
    padding:20px 5%;
}
.product_list01 li .img img{
    /*max-height: 100%;*/
    max-width: 100%;
    border-radius: 4px;
    max-height: 260px;
}
.product_list01 li .text{
    padding:17px 27px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*background: url(../images/p_bg1.png) no-repeat center;*/
    /*background-size: cover;*/
    border-radius: 0 0 10px 10px;
    background: #017D41;
}
.product_list01 li .text .txt{
    width: calc(100% - 46px);
}
.product_list01 li .text .txt h3{
    font-size:20px;
    color: #fff;
    line-height: 1.4;
    /*margin-bottom:10px;*/
}
/*.product_list01 li:hover .text .txt h3{*/
/*    color: #017D41;*/
/*}*/
.product_list01 li .text .txt .txt2{
    font-size:14px;
    color: #999;
    line-height: 1.5;
    display: none;
}
.product_list01 li:hover .img img{
    transform:scale(1.05);
}
.index2_btn{
    width: 46px;
    height: 46px;
    border:2px solid #fff;
    border-radius: 50%;
    background: url(../images/more3.png) no-repeat center;
    position: relative;
}
.index2_btn:before,.index2_btn:after{    
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: -3px;
    left: -3px;
    opacity: 0;
}
.product_list01 li:hover .index2_btn:before{
    animation-delay: 0.6s;
}
.product_list01 li:hover .index2_btn:after{
    animation-delay: 0s; 
}
/*.product_list01 li:hover .index2_btn{*/
/*    border:2px solid #fff;*/
/*    background: url(../images/more3_h.png) no-repeat center;    */
/*}*/
.product_list01 li:hover .index2_btn:before,.product_list01 li:hover .index2_btn:after{
    animation: videoDh 1s linear infinite;
    opacity: 0.8;
}
@keyframes videoDh { 
    from {
        transform: scale(1, 1); 
        opacity: 0.8;
    } 
    to {
        transform: scale(1.6, 1.6); 
        opacity: 0;
    } 
} 
@media(max-width:1600px){
    .product_list01 li .img{
        line-height: 280px;
    }   
    .product_list01 li .img img{
        max-height: 240px;
    }
    .product_list01 li .text{
        padding: 15px 20px;
    }
    .product_list01 li .text .txt {
        width: calc(100% - 38px);
    }
    .product_list01 li .text .txt h3{
        font-size:17px;
    }
    .index2_btn,.index2_btn:before, .index2_btn:after{
        width:38px;
        height:38px;
    }
}
@media(max-width:1024px){
    .product_list01 li{
        margin-bottom: 25px;
    }
    .product_list01 li .img{
        line-height: 220px;
        padding:15px;
    }   
    .product_list01 li .img img{
        max-height: 190px;
    }
}
@media(max-width:820px){
    .product_list01 li{
        width: 49%;
        margin-bottom: 20px;
    }
    .product_list01 li:nth-child(3n) {
        margin-right: 2%;
    }
    .product_list01 li:nth-child(2n) {
        margin-right: 0;
    }
    .product_list01 li .text{
        padding: 12px 15px;
        height:80px;
    }
    .product_list01 li .text .txt {
        width: calc(100% - 32px);
    }
    .product_list01 li .text .txt h3{
        font-size:16px;
    }
    .index2_btn,.index2_btn:before, .index2_btn:after{
        width:32px;
        height:32px;
    }
}
@media(max-width:640px){
    .product_list01 li{
        width: 100%;
        margin-right: 0!important;
        margin-bottom: 15px;
    } 
    .product_list01 li .img{
        line-height: 200px;
        padding:15px;
    }   
    .product_list01 li .img img{
        max-height: 170px;
    }
    .product_list01 li .text{
        height:auto;
    }
    .product_list01 li .text .txt h3{
        font-size:15px;
    }
}

.n_product{
    background:#f0f0f0;
    padding:75px 0 115px;
}
/*.n_product2{*/
/*    padding:120px 0 0;    */
/*}*/
.n_product2 .index_product_list{
    margin-top:0;
}
.n_product_intro{
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom:75px;
}
.n_product_intro h2{
    font-size:44px;
}
.n_product_intro p{
    font-size:36px;
}
.sort_a{
    display: flex;
    flex-wrap: wrap;
}
.sort_a li{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding:65px 50px 50px 65px;
    width: 49%;
    margin-right: 2%;
    margin-bottom:40px;
    background:#ffffff;
}
.sort_a li:nth-child(2n){
    margin-right: 0;
}
.sort_a li .img{
    width: 31%;
}
.sort_a li .text{
    width: 69%;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    padding-right: 50px;
}
.sort_a li .text h3 a{
    font-size:38px;
    color: #1a1a1a;
    display: block;
    line-height: 1;
}
.sort_a li .text .txt{
    font-size:18px;
    color: #1a1a1a;
    line-height: 1.4;
    margin:20px 0;
}
.p_list1{
    display: flex;
    flex-wrap: wrap;
}
.p_list1 p{
    width: 50%;
}
.p_list1 a{
    display: inline-block;
    padding-left: 12px;
    position: relative;
    font-size:16px;
    color: #017d41 ;
    transition: all 0.3s ease-out;
}
.p_list1 a:before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 5px;
    height: 1px;
    background:#017d41 ;
}
.p_list1 a:hover{
    padding-left: 17px;
}
.sort_a li .text a.more1{
    margin:40px 0 0;
}

.p_sort{
    background:#f0f0f0;
    position: relative;
}
.p_sort li.layer1.on{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;    
}
.p_sort li a.list_item2{
    display: flex;
    padding:0 40px;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size:16px;
    color: #363636;
    height: 80px;
}
.p_sort li .layer2.on a.list_item2{
    color: #fff;
    background:#017d41 ;
}
.p_sort li .layer3{
    display: none;
    position: absolute;
    top:90px;
    left:0;
    width: 100%;
    padding-top:50px;
}
.p_sort li .layer3 a{
    display: block;
    padding:0 35px;
    line-height: 36px;
    font-size:15px;
    color: #333333;
}
.p_sort li .layer3 a.cur{
    color: #fff;
    background:#017d41 ;
    border-radius: 6px;
}
.p_sort li .layer2.on .layer3{
    display: flex;
    justify-content: center;
}
.n_product2{
    padding:120px 0 0;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    margin-bottom:90px;
    width: 31%;
    margin-right: 3.5%;
}
.product_list li:nth-child(3n){
    margin-right: 0;
}
.product_list li .text h3{
    font-size: 20px;
    color: #000;
    line-height: 1.4;
    text-align: center;
    margin-top:15px;
}
.product_list li .text .txt{
    /*margin:27px 0 40px;*/
    margin-top:20px;
}
.product_list li p{
    color: #333333;
    font-size:16px;
}
.product_list li .text a.more1{
    margin:0px;
}
.product_list li:hover a.img img{
    transform: scale(1.1);
}

.p_sort2{

}
.p_sort2 .layer2{
    display: none;
    background:#f0f0f0;
    position: relative;
/*    display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
}
.p_sort2 .layer2 a{
    display: flex;
    padding:0 40px;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size:16px;
    color: #363636;
    height: 80px;
}
.p_sort2 li.on .layer2{
    display: flex;
}
.p_sort2 .layer2 a.cur{
    color: #fff;
    background:#017d41 ;
}
.pd1{
    padding:82px 0 87px;
}
.pd1 .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.pd1_l{
    /*width: 51%;*/
    display: flex;
    flex-wrap: wrap;
    width: 49%;
}
/*.img_left{*/
/*    width: calc(100% - 140px);*/
/*    padding-right:18px;*/
/*}*/
.img_left p{
    display: none;
}
.img_right{

}
.img_right p{
    width: 140px;
    padding:5px;
    border:1px solid #cccccc; 
    margin-bottom:10px;   
}
.img_right p.cur{
    border:1px solid #017d41 ;    
}
.img_right p:nth-child(4).img_right p:last-child{
    margin-bottom:0;
}
.pd1_r{
    /*width: 42%;*/
    width: 49%;
    
}
.pd1_r h2{
    font-size:40px;
    color: #017d41 ;
    line-height: 1;
    margin-top:40px;
}
.pd1_r h3{
    font-size:26px;
    color: #1a1a1a;
    line-height: 1.4;
    margin-top:15px;
}
.pd_more{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /*padding:40px 0 52px;*/
    /*border-bottom: 2px solid #1a1a1a;*/
    padding:40px 0 0;
}
.pd_more a{
    /*margin:0 28px 0 0;*/
    margin:0;
}
.pd1_r .txt{
    margin-top:27px;
}
.pd1_r .txt p{
    border-bottom: 1px solid #ebebeb;
    padding:15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background:url(../images/gou2.png) no-repeat 20px center;
}
.pd1_r .txt p strong{
    padding-left: 68px;
    font-size:16px;
    color: #017d41 ;
    font-weight: normal;
    width: 34%;
    line-height: 1.2;
}
.pd1_r .txt p em{
    width: 66%;
    line-height: 1.2;
    font-size:14px;
    color: #4c4c4c;
    font-style: normal;
}
.p_table1{
    margin-top:20px;
}
.p_table1 table{
    /*border-right: 1px solid #e0e0e0;*/
    width: 100%;    
}
.p_table1 table tr td{
    /*border-left: 1px solid #e0e0e0;  */
    border-bottom: 1px solid #e0e0e0;
    /*text-align: center;*/
    font-size:14px;
    color: #333333;
    padding:5px 5px;
    /*height: 60px;*/
}
/*.p_table1 table tr:nth-child(1){*/
/*    background:#017d41;*/
/*}*/
/*.p_table1 table tr:nth-child(1) td{*/
/*    color: #fff;*/
/*    font-size:16px;*/
/*    line-height: 1.2;*/
/*}*/
.pd2{

}
.pd2_li{
    display: flex;
    justify-content: center;
}
.pd2_li li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 20%;
    font-size:18px;
    color: #333333;
    background:#ededed;
    cursor: pointer;
}
.pd2_li li.cur{
    color: #fff;
    background:#017d41 ;
}
.pd2_cont{
    padding:60px 0;
}
.pd2_cont .pd2_tab{
    display: none;

}
.pd2_tab1{
    font-size:18px;
    color: #333;
}
.pd_t1{
    font-size:26px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
    margin-bottom:38px;
}
.pd2_tab .c_list3{
    margin:0;
}
.p_table_c,.p_table1{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
/*}*/
/*.pd2_tab2 .p_table_c{*/
       
}
.pd2_tab table{
    border-right: 1px solid #e0e0e0;
    min-width: 1000px;
        width: 100%;
}
.pd2_tab table tr td{
    border-left: 1px solid #e0e0e0;  
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    font-size:16px;
    color: #333333;
    height: 60px;
}
.pd2_tab table tr:nth-child(2n+1){
    background:#f0f0f0;
}
.pd2_tab table tr:nth-child(1){
    background:#017d41 ;
}
.pd2_tab table tr:nth-child(1) td{
    color: #fff;
    font-size:18px;
    line-height: 1.2;
}
.pd_t2{
    margin-top:75px;
}
.pd2_tab5 a{
    display: inline-block;
    padding-left: 40px;
    background:url(../images/download1.png) no-repeat left center;
    font-size:26px;
    color: #333;
    margin-bottom:15px;
}
.product_detail1,.product_detail2,.product_detail3,.product_detail4,.product_detail5{
    border-bottom: 2px solid #e0e0e0;
    padding:80px 0;
}
.product_detail .c_t1{
    text-align: center;
    margin-bottom: 45px;
}
.product_detail1{
    text-align: center;
}
.product_detail .product_detail1 .c_t1{
    margin-bottom: 0;
}
.product_detail1 .p1{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.product_detail1 .p1 span{
    color: #017d41 ;
}
.product_detail1 .txt{
    font-size: 22px;
}
.p_hx_list{
    display: flex;
    flex-wrap: wrap;
}
.p_hx_list li{
    width: 48%;
    margin-right: 4%;
    padding: 65px 80px 35px 90px;
    box-shadow: 0px 0px 10px rgba(31,142,131,.2);
    border-radius: 15px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.p_hx_list li:nth-child(2n){
    margin-right: 0;
}
.p_hx_list li .img1{
    width: 70px;
}
.p_hx_list li .text{
    width: calc(100% - 70px);
    padding-left: 30px;
}
.p_hx_list li .text h3{
    font-size: 20px;
    color: #000;
}
.p_hx_list li .text p{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-top:5px;
}
.p_hx_list li:hover{
    background: #f9f9f9;
}
.product_detail6{
    padding:80px 0;    
}
.product_detail6 .about1_2_list{
    margin-top:0!important;
}
.product_detail2_table table{
    border-top:1px solid #999;
    border-left:1px solid #999;
}
.product_detail2_table table tr td{
    border-bottom:1px solid #999;
    border-right:1px solid #999; 
    padding:10px;
    line-height: 1.5;
    font-size: 14px;
    color: #000;
}
.product_detail2_table table tr:nth-child(1) td{
    font-size: 18px;
    color: #017d41 ;
    text-align: center;
}
@media(max-width: 1600px){
    .n_product_intro{
        margin-bottom:60px;
    }
    .n_product_intro h2{
        font-size:32px;
    }
    .n_product_intro p {
        font-size: 26px;
    }
    .sort_a li{
        margin-bottom:30px;
    }
    .sort_a li .text h3 a{
        font-size:26px;
    }
    .sort_a li .text .txt{
        font-size:15px;
    }
    .p_list1 a{
        font-size:15px;
    }
    .n_product2{
        padding:90px 0 0;
    }
    .p_sort li a.list_item2{
        height:60px;
    }
    .p_sort li .layer3{
        top:60px;
        padding-top: 25px;
    }
    .product_list li{
        margin-bottom:50px;
    }
    .product_list li .text h3{
        font-size:17px;
    }
    .product_list li .text .txt {
        margin: 20px 0 0px;
    }
    .product_list li p{
        font-size:14px;
    }
    .img_left {
        width: calc(100% - 100px);
    }
    .img_right p{
        width:100px;
    }
    .pd1_r h2{
        font-size: 26px;
        margin-top: 15px;        
    }
    .pd1_r h3{
        font-size: 20px;
        margin-top: 10px;
    }
    .pd_more{
        padding: 25px 0 0px;
    }
    .pd1_r .txt p{
        padding: 10px 0;
    }
    .pd1_r .txt p strong{
        font-size:15px;
    }
    .pd2_li li{
        height:60px;
        font-size:16px;
    }
    .pd2_cont{
        padding:40px 0;
    }
    .pd2_tab1{
        font-size:15px;
    }
    .pd_t1{
        font-size:22px;
    }
    .pd2_tab table tr:nth-child(1) td {
        color: #fff;
        font-size: 16px;
    }
    .pd2_tab table tr td{
        font-size:14px;
        height:50px;
    }
    .c_list3 li h3,.c_list3 li h3 a{
        font-size:18px;
    }
    .c_list3 li p{
        font-size:14px;
    }
    .pd2_tab5 a{
        font-size:22px;
    }
    .product_detail .c_t1{
        margin-bottom: 35px;
        font-size:32px;
    }
    .product_detail1 .p1{
        font-size: 16px;
    }
    .p_hx_list li .text p{
        font-size:15px;
    }
}
@media(max-width: 1280px){
    .n_product{
        padding:70px 0;
    } 
    .n_product_intro{
        margin-bottom:40px;
    }
    .n_product_intro h2{
        font-size:26px;
    }
    .n_product_intro p {
        font-size: 20px;
    }
    .sort_a li{
        margin-bottom:20px;
        padding: 50px 30px;
    }
    .sort_a li .text h3 a{
        font-size:22px;
    }
    .sort_a li .text .txt{
        font-size:14px;
    }
    .p_list1 a{
        font-size:14px;
    }
    .n_product2{
        padding:70px 0 0;
    }
    .p_sort li .layer3 a{
        padding:0 20px;
    }
    .p_sort li .layer3{
        padding-top: 15px;
    }
    .product_list li{
        margin-bottom:30px;
    }
    .product_list li .text .txt {
        margin: 20px 0 25px;
    }
    .pd1{
        padding:70px 0;
    }
    .product_detail1,.product_detail2,.product_detail3,.product_detail4,.product_detail5,.product_detail6{
        padding:70px 0;
    }
    .product_detail .c_t1{
        font-size:28px;
    }
}
@media(max-width: 1024px){
    .sort_a li{
        margin-bottom:20px;
        padding: 30px 30px;
    }
    .sort_a li .text{
        padding-right:15px;
    }
    .p_sort2 .layer2 a{
        padding: 0 20px;
        height:50px;
        font-size:15px;
    }
}
@media(max-width: 820px){
    .n_product{
        padding:55px 0;
    } 
    .n_product2{
        padding:55px 0 0;
    }
    .n_product_intro{
        margin-bottom:30px;
    }
    .n_product_intro h2{
        font-size:22px;
    }
    .n_product_intro p {
        font-size: 18px;
    }
    .sort_a li{
        padding: 25px 15px;
    }
    .sort_a li .text h3 a{
        font-size:22px;
    }
    .sort_a li .text .txt{
        font-size:14px;
    }
    .p_list1 a{
        font-size:13px;
    }
    .sort_a li .text a.more1 {
        margin: 25px 0 0;
    }
    .p_sort li .layer3{
        flex-wrap:wrap;
    }
    .p_sort li .layer3 a{
        padding:0 15px;
        font-size:14px;
    }
    .product_list li {
        width: 32%;
        margin-right: 2%;
        margin-bottom:20px;
    }
    .product_list li .text .txt {
        margin: 15px 0 20px;
    }
    .pd1{
        padding:55px 0;
    }
    .pd1_l{
        width:100%;
    }
    .pd1_r{
        width:100%;
        margin-top:20px;
    }
    .pd2_tab5 a {
        font-size: 18px;
    }
    .product_detail1,.product_detail2,.product_detail3,.product_detail4,.product_detail5,.product_detail6{
        padding:55px 0;
    }
    .product_detail .c_t1{
        font-size:24px;
    }
    .p_hx_list li{
        width:100%;
        margin-right:0;
        margin-bottom:15px;
        padding:20px;
    }
    .p_hx_list li .img1 {
        width: 50px;
    }
    .p_hx_list li .text{
        width:calc(100% - 50px);
        padding-left: 20px;
    }
    .p_hx_list li .text h3{
        font-size:18px;
    }
    .product_detail2_table table tr td{
        font-size:13px;
        padding:5px;
    }
    .product_detail2_table table tr:nth-child(1) td{
        font-size:16px;
    }
}
@media(max-width: 640px){
    .n_product{
        padding:35px 0;
    }
    .n_product2{
        padding:35px 0 0;
    }
    .n_product_intro h2{
        font-size:20px;
    }
    .n_product_intro p {
        font-size: 15px;
        margin-top:5px;
    }
    .sort_a li{
        width:100%;
        margin-right:0;
    }
    .p_sort li a.list_item2 {
        height: 50px;
    }
    .p_sort li .layer3 {
        padding-top: 10px;
        top:50px;
    }
    .p_sort li .layer3 a{
        padding:0 12px;
        font-size:13px;
        line-height:28px;
    }
    .product_list li {
        width: 49%;
    }
    .product_list li:nth-child(3n){
        margin-right: 2%;
    }
    .product_list li:nth-child(2n){
        margin-right: 0;
    }
    .pd1{
        padding:35px 0;
    }
    .img_left {
        width: calc(100% - 70px);
    }
    .img_right p{
        width:70px;
        margin-bottom: 6px;
    }
    .pd1_r h2 {
        font-size: 20px;
    }
    .pd1_r h3 {
        font-size: 15px;
    }
    .pd2 .wrap{
        width:100%;
    }
    .pd2_li li {
        height: 45px;
        font-size: 14px;
    }
    .pd2_cont {
        padding: 20px 5%;
    }
    .pd_t1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .pd2_tab table tr:nth-child(1) td{
        font-size:15px;
    }
    .c_list3 li{
        width:49%;
        margin-bottom:15px;
    }
    .c_list3 li:nth-child(2n){
        margin-right:0;
    }
    .c_list3 li h3 a,.case_list li h3 {
        font-size: 16px;
    }
    .pd2_tab5 a {
        font-size: 16px;
        padding-left: 30px;
        background: url(../images/download1.png) no-repeat left center;
        background-size:22px;
    }
    .p_sort2 .layer2 a{
        padding: 0 7px;
        height:40px;
        font-size:14px;
    }
    .product_detail1,.product_detail2,.product_detail3,.product_detail4,.product_detail5{
        padding:30px 0;
    }
    .product_detail6{
        padding:30px 0 10px;
    }
    .product_detail .c_t1{
        margin-bottom: 25px;
        font-size:20px;
    }
    .product_detail1 .p1{
        font-size: 14px;
    }
    .product_detail1 .txt{
        font-size: 16px;
    }
    .p_hx_list li .text h3{
        font-size:16px;
    }
    .p_hx_list li .text p{
        margin-top:0;
        font-size:14px;
    }
    .product_detail2_table table tr:nth-child(1) td{
        font-size:15px;
    }
}
@media(max-width: 460px){
    .product_list li,.c_list3 li {
        width: 100%;
        margin-right:0!important;
    }  
    .pd1_r .txt p {
        background: url(../images/gou2.png) no-repeat 10px center;
    }
    .pd1_r .txt p strong{
        padding-left:45px;
        font-size:14px;
    }
    .pd1_r .txt p em{
        font-size:13px;
    }
    .img_left {
        width: calc(100% - 60px);
    }
    .img_right p{
        width:60px;
        margin-bottom: 5px;
    }

}



/*案例*/
.n_case{

}


@media(max-width: 1600px){

}
@media(max-width: 1280px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    
}
@media(max-width: 640px){
    
}



.n_news{
    padding:105px 0;
}
.news_list{

}
.news_list li{
    margin-bottom:36px;
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 10px rgba(22,105,178,.12);
}
.news_list li a .img{
    width: 480px;
}
.news_list li a .text{
    width: calc(100% - 480px);
    padding:20px 55px 20px 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_list li a .text .txt{
    width: calc(100% - 90px);
    padding-right: 50px;
    max-width: 615px;
}
.news_list li a .text h3{
    font-size:26px;
    line-height: 1;
    color: #017D41;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_intro{
    font-size:16px;
    color: #808080;
    line-height: 1.6;
    margin:15px 0 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list li a .text i{
    font-style: normal;
}
.news_list li a .text .date1{
    width: 90px;
    text-align: center;
}
.news_list li a .text .date1 .p1{
    font-size:36px;
    color: #333333;
    font-family: "Impact";
    line-height: 1.4;
}
.news_list li a .text .date1 .p2{
    font-size:20px;
    color: #999999;
}
.news_list li a .text .more {
	width: 194px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #DBDBDB;
	border-radius: 22px;
	transition: all 0.5s;
}

.news_list li a .text .more span {
	display: inline-block;
	padding-right: 36px;
	color: #333333;
	background: url(../images/more01.png)no-repeat right center;
	transition: all 0.5s;
}

.news_list li a:hover {
	background-color: #fff;
	box-shadow: 0 3px 50px rgba(4, 38, 161, 0.1);
}

.news_list li a:hover .text .more {
	border-color: transparent;
	background-color: #017D41;
}
.news_list li a:hover .text .more span {
	color: #fff;
	background-image: url(../images/more02.png);
}
.news_detail{
    padding:50px 0 105px;

}
.news_detail .wrap{
    padding:80px 150px;
    background:#f5f5f5;
}
.news_detail h1{
    font-size:36px;
    color: #1a1a1a;
    line-height: 1.2;
    text-align: center;
    margin-bottom:15px;
}
.info_title{
    text-align: center;
    font-size: 16px;
    color: #999999;
    padding-bottom: 40px;
    border-bottom:1px solid #ccc;
    font-family: "Arial";
    /*margin-bottom: 15px;*/
}
.info_title span{
    font-family: "Arial";    
}
.news_detail .content{
    font-size:16px;
    color: #333333;
    margin-bottom:55px;
    padding:45px 0 105px;
    border-bottom:1px solid #ccc;
}
.news_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_bottom .page{
    width: calc(100% - 180px);
    padding-right: 30px;
}
a.back{
    width: 180px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    color: #017d41 ;
    border:1px solid #017d41 ;
    border-radius: 6px;
}
a.back i{
    display: block;
    font-style: normal;
    width: 26px;
    height: 19px;
    background:url(../images/back.png) no-repeat center;
    margin-right: 25px;
}
a.back:hover{
    background:#fff;
}
.page{
    font-size: 18px;
    color: #1a1a1a;    
}
.page a{
    font-size: 18px;
    color: #1a1a1a;     
}
.page a:hover{
    color: #017d41 ;
}

@media(max-width: 1600px){
    .n_news {
        padding: 90px 0;
    }
    .news_list li a .text{
        padding:20px 50px 20px 50px;
    }
    .news_list li a .text h3{
        font-size:20px;
    }
    .news_intro{
        font-size:14px;
        margin: 15px 0 30px;
    }
    .news_list li a .text .date1 .p1{
        font-size:30px;
    }
    .news_detail {
        padding: 50px 0 75px;
    }
    .news_detail .wrap{
        padding:50px 100px;
    }
    .news_detail h1{
        font-size:26px;
    }
    .info_title {
        font-size: 14px;
        padding-bottom: 25px;
        margin-bottom: 0px;
    }
    .news_detail .content {
        font-size: 15px;
        margin-bottom: 35px;
        padding: 30px 0 75px;
    }
    .page,.page a{
        font-size:15px;
    }
	.news_list li a .text .more{
		width: 150px;
		height: 36px;
		line-height:34px;
	}
}
@media(max-width: 1280px){
    .n_news {
        padding: 70px 0;
    }  
    .news_list li a .img{
        width:350px;
    }
    .news_list li a .text {
        width:calc(100% - 350px);
        padding: 20px 35px;
    }
    .news_list li a .text .txt{
        padding-right:25px;
    }
    .news_detail {
        padding: 50px 0;
    }
    .news_detail .wrap{
        padding:35px 60px;
    }
    .news_detail h1{
        font-size:22px;
    }
    .info_title {
        padding-bottom: 15px;
    }
    .news_detail .content {
        margin-bottom: 30px;
        padding: 30px 0;
    }
    .page,.page a{
        font-size:14px;
    }
    a.back {
        width: 180px;
        height: 46px;
        font-size: 13px;
    }
    a.back i{
        margin-right:15px;
    }
	.news_list li a .text .more{
		width: 125px;
	}
}
@media(max-width: 1024px){
    .news_list li a .text .more{
        display:none;
    }
}
@media(max-width: 820px){
    .n_news {
        padding: 55px 0;
    }
    .news_list li{
        margin-bottom:20px;
    }
    .news_list li a .text .txt{
        width:100%;
        padding-right:0;
    }
    .news_intro {
        margin: 10px 0 20px;
    }
    .news_list li a .text h3{
        font-size:16px;
    }
    .news_list li a .text .date1{
        display:none;
    }
    .news_detail {
        padding: 45px 0;
    }
    .news_detail .wrap{
        padding:25px 30px;
    }
    .news_detail h1{
        font-size:20px;
    }
    .info_title {
        padding-bottom: 12px;
    }
    .news_detail .content {
        margin-bottom: 20px;
        padding: 20px 0;
    }
    .news_bottom .page{
        width:100%;
        padding-right:0;
        margin-bottom:10px;
    }
}
@media(max-width: 640px){
    .n_news {
        padding: 35px 0;
    } 
    .news_list li{
        margin-bottom:15px;
    }
    .news_list li a .img{
        width:100%;
    }
    .news_list li a .text{
        width:100%;
        padding:20px;
    }
    .news_detail {
        padding: 30px 0;
    }
    .news_detail .wrap{
        padding:20px 20px;
    }
    .news_detail h1{
        font-size:18px;
    }

}


/*联系*/
.n_contact{

}


@media(max-width: 1600px){

}
@media(max-width: 1280px){
    
}
@media(max-width: 1024px){
    
}
@media(max-width: 820px){
    
}
@media(max-width: 640px){
    
}

/*留言*/
.message{
    padding:105px 0 110px;
    background:#f0f3f7;
}
.message h2{
    font-size:40px;
    color: #1a1a1a;
    line-height: 1.3;
    font-family: "puhui65";
    margin-bottom: 40px;
}
.message ul{
    display: flex;
    flex-wrap: wrap;
}
.message ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 25px;
}
.message ul li:nth-child(2n){
    margin-right: 0;
}
.message ul li:last-child{
    margin-right: 0;
    width: 100%;
    margin-bottom:0;
}
.message ul li input{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 60px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
}
.message ul li textarea{
    width: 100%;
    background:#fff;
    padding:0 25px;
    font-size:18px;
    color: #808080;
    line-height: 60px;
    height: 180px;
    border:none;
    outline: none;
    border-radius: 4px;
    display: block;
    font-family: "puhui55";
}
.msgbtn{
    width: 160px;
    height: 60px;
    font-size:18px;
    color: #fff;
    background:#009fe8;
    border-radius: 6px;
    display: flex;
    align-items:center;
    justify-content: center;
    margin:50px auto 0;
    border:none;
    outline: none;
    cursor: pointer;
}
@media(max-width: 1600px){
    .message h2{
        font-size:32px;
    }
    .message ul li{
        margin-bottom: 15px;
    }
    .message ul li input {
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
    .message ul li textarea{
        padding: 0px 20px;
        font-size: 16px;
        line-height: 50px;
        height: 200px;        
    }
}
@media(max-width: 1280px){
    .message{
        padding:75px 0;
    }
}
@media(max-width: 1099px){   
    .message h2{
        font-size:28px;
    }
}
@media(max-width: 991px){
    .message ul li input {
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }
    .message ul li textarea{
        padding: 0px 15px;
        font-size: 14px;
        line-height: 40px;
        height: 160px;        
    }   
}
@media(max-width: 820px){
    .message{
        padding:50px 0;
    } 
    .message h2{
        font-size:24px;
    }
}
@media(max-width: 640px){
    .message{
        padding:35px 0;
    }
    .message h2{
        font-size:20px;
        margin-bottom: 25px;
    }
    .message ul li{
        margin-bottom: 10px;
    }
    .message ul li textarea{
        height: 120px;
    }
    .msgbtn {
        width: 120px;
        height: 50px;
        font-size: 17px;
        margin: 30px auto 0;
    }
}
@media(max-width: 460px){
    .message ul li{
        width: 100%;
        margin-right: 0;
    }
}


/*#job3{
    background:#f1f1f1;
    padding:100px 0 130px;
}
#job3 h2{
    text-align: center;
    font-size:44px;
    color: #333333;
    line-height: 1;
    margin-bottom: 42px;
}
.job_list{

}
.job_list li{
    background:#ffffff;
    margin-bottom: 10px;
}
.job_top{
    padding:0 60px;    
}
.job_t{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    cursor: pointer;
}
.job_list li.on .job_t{
    border-bottom:1px solid #e0e0e0;
}
.j1{
   width: 31%;    
}
.j_name{
    font-size:20px;
    color: #333333;
    font-weight: bold;
}
.j_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 32px 0;
    width: 45%;
}
.j_c p{
    font-size:16px;
    color: #999999;
    padding-left: 24px;
}
.j_c p:nth-child(1){
    background:url(../images/job_ico1.png) no-repeat left center;
}
.j_c p:nth-child(2){
    background:url(../images/job_ico2.png) no-repeat left center;
}
.j_c p:nth-child(3){
    background:url(../images/job_ico3.png) no-repeat left center;
}
.j_c p:nth-child(4){
    background:url(../images/job_ico4.png) no-repeat left center;
}
.j_date{
    width: 24%;
    float: right;
    font-size:16px;
    color: #999999;
    text-align: right;
}
.j_date span{
    display: inline-block;
}
.job_t i{
    display: block;
    width: 14px;
    height: 30px;
    background:url(../images/j_down.png) no-repeat center;
}

.job_list li .j_cont{
    display: none;
    padding:70px 60px;
    transition: all 0.6s ease-out;
}
.j_cont1{
    display: flex;
    flex-wrap: wrap;
}
.j_cont1 h3{
    font-size:16px;
    color: #333;
    width: 95px;
}
.j_cont1_c{
    font-size:15px;
    color: #666666;
    width: calc(100% - 95px);
}
.j_cont2{
    margin:40px 0 110px;
}
.j_contact{
    background: #f2f2f2;
    color: #5b5b5b;
    border-radius: 6px;
}
.j_contact p{
    padding:0 40px;
    line-height: 64px;
    float: left;
    font-size:14px;
    color: #5b5b5b;
    font-family: "微软雅黑";
}
.j_contact a{
    display: block;
    float: right;
    width: 205px;
    line-height: 64px;
    background:#4d4d4d;
    font-size:18px;
    color: #fff;
    font-family: "puhui85";
    text-align:center;
    border-radius: 6px;
}
.job_list li.on .j_cont{
    display: block;
}
.job_list li.on .j_date img{
    transform:rotate(-180deg);
}


@media(max-width: 1600px){
    #job3 h2{
        font-size:36px;
    }

    .job_top{
        padding:0 40px;
    }
    .j_c{
        padding:25px 0;
    }
    .job_list li .j_cont{
        padding:50px 40px;
    }
    .j_cont2 {
        margin: 30px 0 70px;
    }
    .j_contact p{
        line-height: 50px;
        padding: 0 30px;
    }
    .j_contact a{
        line-height: 50px;
        width: 180px;
    }
}
@media(max-width: 1280px){
    #job3 h2{
        font-size:32px;
    }
    .job_top{
        padding:0 30px;
    }
    .j_c{
        padding:15px 0;
    }
    .job_list li .j_cont{
        padding:40px 30px;
    }
    .j_cont2 {
        margin: 20px 0 40px;
    }
    .j_contact p{
        padding: 0 20px;
    }    
}
@media(max-width: 1024px){
    #job3 h2{
        font-size:28px;
    }

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

    #job3{
        padding:75px 0;
    }
    .job_top {
        padding: 0 20px;
    }
    .j_name{
        font-size:16px;
    }
    .j_c p,.j_date{
        font-size:14px;
    }  
    .j_c p{
        padding: 0 20px;
    }  
    .job_list li .j_cont {
        padding: 30px 20px;
    }    
}
@media(max-width: 767px){
    #job3{
        padding:50px 0;
    }
    #job3 h2{
        margin-bottom: 25px;
        font-size: 22px;
    }
    .job_list li{
        margin-bottom: 12px;
    }
    .job_top {
        padding: 0 10px;
    }
    .j_name{
        padding:5px 0;
        width: 76%;
    }
    .j_c,.j_c p{
        display: none;
    }
    .j_cont1 h3{
        width: 100%;
        font-size:15px;
    }
    .j_cont1_c{
        width: 100%;
        font-size:14px;
    }
    .job_list li .j_cont {
        padding: 20px 10px;
    }
    .j_contact{
        padding:15px 0 0;
    }
    .j_contact p{
        width: 100%;
        line-height: 2em;
        float: none;
    }
    .j_contact a{
        float: none;
        margin:15px auto 0;
        line-height: 42px;
        width: 120px;
        font-size:15px;
    }    
}*/


.about4{
    padding:65px 0;
}
.about4 .wrap,.about_contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about4 h2.a_t1{
    margin-bottom: 25px;
}
.n_contact1 .text{
    /*margin-top:30px;*/
}
.about4 .text{
    width: 50%;
    /*padding-top:15px;*/
}
.about4 .text h2.a_t1{
    margin-bottom:54px;
    text-align: left;
}
.about4 .text dl{
    background:#017D41;
    max-width: 530px;
    /*height: 160px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding:30px 38px;
    margin-bottom:10px;
    position: relative;
}
.about4 .text dl dt{
    font-size:24px;
    color: #ffffff;  
    width: 100%;  
}
.about4 .text dl dd{
    font-size:16px;
    color: #fff;
    opacity: 0.7;
    width: 100%;  
    font-family: 'Arial';
} 
.about4 .text dl .img2{
    position: absolute;
    right:12px;
    bottom:12px;
}
.about4 .img{
    width: 55%;
    margin-right: -5%;
}
.about4 .img dl{
    position: relative;
    max-width: 1297px;
    width: 100%;
    margin:0 auto;
    /* z-index: 1; */
}
.about4 .img dt{
    position: relative;
    z-index: -9;
}
.about4 .img dd{
    position: absolute;
    cursor: pointer;
    z-index: 8;
}
.about4 .img dd:hover .img1{
    z-index: 99;
}
.about4 .img dd:hover .txt{
    z-index: 98;
}
.about4 .img dd:hover .cont{
    z-index: 97;
}
.about4 .img dd .img1{
    position: relative;
    z-index: -6;
}
.about4 .img dd .img1 img{
    position: relative;
    z-index: -48;
    display: block;
    max-width: 15px;
}
.about4 .img dd .txt{
    /*position: relative;*/
    /*z-index: 7;*/
}
.about4 .img dd .cont{
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 8;
    width: 120px;
    height: 42px;
    background: url(../images/map_icon3.png) no-repeat left center;
    background-size: contain;
    line-height: 42px;
    padding-left: 0px;
    font-size: 14px;
    color: #4c4c4c;
    display: none;
}
.about4 .img dd .cont .img2{
    margin-right: 6px;
    display: none;
}
.about4 .img dd .cont p{
    font-size:12px;
    text-align: center;
}
.about4 .img dd .cont{
    display: flex;
    justify-content: center;
}
.about4 .img dd.dd2 .cont{
    flex-direction: row-reverse;
    left: -105px;  
    background: url(../images/map_icon3-2.png) no-repeat right center;
    background-size: contain;
    padding-left: 0px;
    padding-right: 0px;
}
.about4 .img dd.dd2 .cont .img2{
    margin-right: 0;
    margin-left: 6px;
}
.about4 .img dl dd.dd1{
    top: 45%;
    left: 78%;
    /*z-index: -8;*/
}
.about4 .img dl dd.dd2{
    top: 42%;
    left: 78%;
    /*z-index: -8;*/
}
.about4 .img dl dd.dd3{
    top: 38%;
    left: 78%;
    /*z-index: -8;*/
}
.about4 .img dl dd.dd4{
    top: 49%;
    left: 19%;
    /*z-index: -8;*/
}
.about4 .img dl dd.dd5{
    top: 58%;
    left: 77%;
    /*z-index: -8;*/
}
.about4 .img dl dd.dd6{
    top: 29%;
    left: 54%;
    /*z-index: -8;*/
}

.message2{
    padding:10px 0 120px;
}
.message2 .a_t1{
    text-align: left;
}
.message2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:54px;
}
.message2 ul li{
    margin-bottom:15px;
    width: 32%;
    margin-right: 2%;
}
.message2 ul li:nth-child(3){
    margin-right: 0;
}
.message2 ul li:last-child{
    width: 100%;
    margin-right: 0;
}
.message2 ul li input{
    outline: none;
    font-size: 16px;
    color: #808080;
    width: 100%;
    border: none;
    line-height: 74px;
    height: 74px;
    padding: 0 20px;
    display: block;
    background:#f0f0f0;
    border-radius: 6px; 
}
.message2 ul li textarea{
    outline: none;
    font-size: 16px;
    color: #808080;
    width: 100%;
    height: 120px;
    border: none;
    line-height: 74px;
    padding: 0 20px;
    display: block;
    background:#f0f0f0;
    border-radius: 6px; 
}
.mess_tn2 input{
    border: none;
    outline: none;
    display: block;
    width: 160px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #125a99;
    margin: 30px auto 0;
    cursor: pointer; 
    border-radius: 6px;   
}
@media(max-width: 1600px){
    .about4 .text h2.a_t1 {
        margin-bottom: 35px;
    }
    .about4 .text dl{
        padding: 30px 30px;
    }
    .about4 .text dl dt{
        font-size:18px;
    }
    .about4 .text dl dd{
        font-size:14px;
    }
    .message2{
        padding:30px 0 90px;
    }
    .message2 ul li input{
        line-height:45px;
        height:45px;
        font-size:15px;
    }
    .message2 ul li textarea{
        line-height:45px;
        font-size:15px;        
    }
}
@media(max-width: 1280px){
    .about4 .text dl{
        padding: 25px 25px;
    }
    .about4 .img{
        width:50%;
        display:flex;
        align-items:center;
    }
    .message2 ul{
        margin-top:35px;
    }    
}
@media(max-width: 1024px){
    .about4 .text{
        /*padding-top: 15px;*/
    }
    .about4 .text dl{
        /*height:140px;*/
    }
}
@media(max-width: 820px){
    .about4 {
        padding: 55px 0;
    }
    .about4 .wrap h2.a_t1 {
        margin-bottom: 20px;
    }
    .about4 .text dl{
        padding: 20px 20px;
    }
    .message2 {
        padding: 30px 0 70px;
    }
    .message2 .a_t1{
        font-size:20px;
    }

}
@media(max-width: 640px){
    .about4 {
        padding: 40px 0;
    }
    .about4 .text{
        width:100%;
    }
    .about4 .img{
        width:100%;
        margin-right:0;
    }
    .about4 .text dl {
        /*height: 120px;*/
        padding: 10px 15px;
    }
    .about4 .text dl dt {
        font-size: 16px;
    }
    .about4 .text dl dd {
        font-size: 13px;
    }
    .message2 {
        padding: 30px 0 35px;
    }
    .message2 ul li{
        width:100%;
        margin-right:0;
        margin-bottom:12px;
    }
    .mess_tn2 input{
        width: 140px;
        height: 45px;
        font-size: 15px;
        margin: 15px auto 0;
    }
    .about4 .img dd .txt{
        display:none;
    }
}



.album_sort{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background:#f0f0f0;
}
.album_sort a{
    display: flex;
    padding:0 40px;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
    font-size:16px;
    color: #363636;
    height: 80px;
    text-align: center;
}
.album_sort a:hover,.album_sort a.on{
    background:#017D41;
    color: #fff;
}
.n_main1{
    padding:66px 0 35px;
}
.album_list{

}
.album_list li{
    display: flex;
    flex-wrap: wrap;
    margin-bottom:25px;
    background:#f5f5f5;
    padding:30px 120px;
}
.album_list li a.img{
    display: block;
    position: relative;
    width: 40%;
}
.album_list li a.img img{
    width: 100%;
    height: 100%;
}
.album_list li a.img:after{
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 61px;
    height: 61px;
    background:url(../images/play-icon.png) no-repeat center;
    margin:-30.5px 0 0 -30.5px;
}
.album_list li .text{
    padding:20px 0px 20px 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}
.album_list li .text h3{
    font-size:24px;
    color: #333333;
}
.album_list li .text .txt{
    font-size:16px;
    color: #808080;
    line-height: 1.6;
    margin:10px 0 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.album_list li:hover a.img img{
    transform:scale(1.1);
}
.album_list li:hover .text h3{
    color: #017D41;
}
.album_list li:hover .text a{
    color: #fff;
    background:#017D41;
}
.album_list li:hover .text a i{
    background: url(../images/more.png) no-repeat center;
}
.bottom_logo{
    box-shadow: 0 0 10px #eee;
    margin-bottom:56px;
    padding:30px 70px;
    display: flex;
/*    flex-wrap: wrap;*/
    justify-content: space-between;
    display: none!important;
}
.bottom_logo li{
    text-align: center;
}
.bottom_logo li .img1{
    line-height: 50px;
}
.bottom_logo li p{
    font-size:14px;
    color: #252b3a;
    margin-top:5px;
}
@media(max-width: 1600px){
    .album_sort a{
        height: 60px;
        padding: 0 30px;
    }
    .bottom_logo{
        margin-bottom:40px;
        padding:25px 40px;        
    }
    .album_list li{
        padding:25px 90px;
    }
    .album_list li .text{
        padding:20px 0px 20px 70px;
    }
    .album_list li .text h3{
        font-size:22px;
    }
    .album_list li .text .txt{
        font-size:14px;
    }
}
@media(max-width: 1280px){
    .n_main1 {
        padding: 55px 0 20px;
    }    
}
@media(max-width: 1024px){
    .album_list li{
        padding:25px 50px;
    }
    .album_list li .text{
        padding:20px 0 20px 50px;
    }
    .album_list li .text h3{
        font-size:20px;
    }
    .album_list li .text .txt{
        margin: 5px 0 20px;
        -webkit-line-clamp: 3;
    }    
}
@media(max-width: 820px){
    .album_sort a{
        max-width:40%;
        padding:0 20px;
        font-size:15px;
        height:45px;
    }
    .album_list li{
        padding:25px 30px;
    }
    .album_list li .text{
        padding:20px 0 20px 35px;
    }
    .bottom_logo{
        margin-bottom:30px;
        padding:20px 30px;        
    }
    .bottom_logo .img1 img{
        max-height:50px;
    }
    .bottom_logo li p{
        font-size:12px;
    }
    
}
@media(max-width: 640px){
    .album_sort a{
        padding:0 15px;
        font-size:14px;
    }  
    .bottom_logo{
        padding:20px 20px;  
        flex-wrap:wrap;
    }
    .bottom_logo li{
        width:33.33333%;
    }
    .album_list li{
        padding:20px;
    }
    .album_list li a.img{
        width:100%;
    }
    .album_list li .text{
        padding:20px 0px 0;
        width:100%;
    }
    .album_list li .text h3 {
        font-size: 16px;
    }
    .album_sort2 a{
        max-width:100%!important;
    }
}
@media(max-width: 640px){
    .album_sort a{
        padding:0 5px;
        font-size:13px;
    }  
}


h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.online-server{
    position: fixed;
    right: 18px;
    bottom: 10%;
    width: 48px;
    background-color: #ffffff;
    border-radius: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 13%);
}
.online-server a{
    display: block;
    width: 100%;
    height: 48px;
    border-radius: 50%;
    color: #000;
    position: relative;
    cursor: pointer;
}
.online-server a p{
    position: absolute;
    width: 200px;
    left:-205px;
    top:4px;
    line-height: 40px;
    padding:0 10px 0 40px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    border-radius: 6px;
    background: url(../images/r_i1_h2.png) no-repeat 10px center #00a2e7;
    display: none;
}
.online-server a:hover p{
    opacity: 1;
    display: block;
}
.online-server a:nth-child(1){
    background: url(../images/r_i1.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(1):hover{
    background: url(../images/r_i1_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2){
    background: url(../images/r_i2.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(2):hover{
    background: url(../images/r_i2_h.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3){
    background: url(../images/r_i3.png) no-repeat center;
    background-size: 27px;
}
.online-server a:nth-child(3):hover{
    background: url(../images/r_i3_h.png) no-repeat center;
    background-size: 27px;
}
/*2025右侧浮动栏*/
.right_fixed{
    position: fixed;
    top: calc(45%);
    transform:translateY(-50%);
    right: 20px;
    margin: auto 0;
    max-width: 100% !important;
    width:54px;
    background:#ECE8DD;
    border-radius: 50px;
    z-index: 9999;
}
.right_fixed dl{
    width:100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: relative;
}
.right_fixed dl dt{
    padding:10px 2px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.right_fixed dl:first-child dt{
    border-radius: 50px 50px 8px 8px;
}
.right_fixed dl:last-child dt{
    border-radius: 8px 8px 50px 50px;    
}
.right_fixed dl dt:hover{
    background:#fff;
}
/*.right_fixed dl:last-child dt:hover{
    background:none;
}*/
.right_fixed dl dt img{
    max-width: 30px;
    max-height: 30px;
}
.right_fixed dl dt p{
    font-size: 10px;
    line-height: 1.6;
    color: #333333;
    width: 100%;
    text-align: center;
    cursor: default;
}
.right_fixed dl dd{
    position: absolute;
    top: 50%;
    right: 100%;
    padding-right: 18px;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(10px) translateY(-50%);
    opacity: 0;
    transition: all .5s;
    z-index: 99999;
}
.right_fixed dl:hover dd{
    visibility: visible;
    pointer-events: all;
    transform: translateX(0) translateY(-50%);
    opacity: 1;    
}
.right_fixed_box{
    position: relative;
    z-index: 1;
    width: 220px;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 19px 10px rgba(22, 44, 112, .05);
    border-radius: 8px;
    padding: 12px 15px ;
}
.right_fixed_box:after{
    content: "";
    position: absolute;
    right: calc(-16px / 1.414 / 2);
    top: 50%;
    z-index: -1;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
}
.right_fixed_box2{
    width: 156px;
    padding:15px;
}
.right_fixed_tel a{
    font-size:18px;
    color: #333;
    font-weight: 700;
}
.right_fixed_code{

}
.right_fixed_code img{
    max-width: 106px;
}
@media(max-width: 1600px){
    .right_fixed{
        right:10px;
    }
    .online-server{
        right:5px;
    }
}
@media(max-width: 1099px){
    .right_fixed{
        display: none;
        right:0;
    }
}
@media(max-width: 991px){
    .online-server{
        display: none!important;
    }
}
@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#2b70bb;color:#fff; text-decoration:none;border:#2b70bb 1px solid;}
.pageController .currPage {background-color: #2b70bb;color:#fff;border:#2b70bb 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: #2b70bb;
    vertical-align: middle;
    border: 1px solid #2b70bb; 
    color: #fff;padding: 5px 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: #017D41;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding:8px 0 0;
}
.m_f_fixed a img{
    width: 22px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
}


/*客服1*/
.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;
    }
}


/* 右侧浮窗 客服2 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 9;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 60px;
    height: 60px;
    flex: 0 0 60px;
    transition: all .5s;
    position: relative;
    z-index:9;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
    z-index:8;
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #ffaf04;
    background: #ffaf04;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 60px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}


/*客服3*/
.Fast_contact {
    height: 265px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -132.5px;
    z-index: 97
}

.Fast_contact ul li.onlineservice_li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #d9d9d9;
}

.Fast_contact ul > li.onlineservice_li > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-top: 10px;
}

.Fast_contact ul > li:hover .onlineservice_tips {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.onlineService_qq {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_form {
    background-image: url("../images/fastForm.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.Fast_contact ul > li.onlineservice_li > a.onlineService_tel {
    width: 30px;
    height: 30px;
    background-image: url("../images/fastPhone.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.onlineService_whatsApp {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -139px;
}

.onlineService_email {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -111px;
}

.onlineService_skype {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -28px;
}

.onlineService_wechat {
    background-image: url("../images/Fast.png");
    background-repeat: no-repeat;
    background-position: 0 -266px;
}

.for_wechat span {
    display: block;
    text-align: center;
}

.onlineservice_tips {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 58px;
    top: 6px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.onlineservice_tips li {
    width: auto;
    height: auto;
    white-space: nowrap;
}

.onlineservice_tips li a {
    display: block;
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    color: #737578;
    font-size: 15px;
}

.onlineservice_tips li a.for_wechat {
    height: auto;
}

.onlineservice_tips li a.for_wechat img {
    max-width: 240px;
}

.onlineservice_tips li a:hover {
    text-decoration: underline;
}

.onlineservice_tips:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
@media(max-width:1220px){
    .Fast_contact{
        display:none;
}