﻿/*头部样式*/
.head{
    /*padding-top:22px;*/
}
.container{
    max-width: 1500px;
    margin: 0 auto;
    width: 92%;
}
.head .container{
    display: flex;
    justify-content: space-between;
}
.logo{
    float: left;
    width: 38%;
    display: flex;
    align-items: center;
}
.logo img{
    max-height: 70px;
}

.nav{
    width: 62%;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nav li{
    float: left;
    /*width: 14.28%;*/
    position: relative;
    text-align: center;
}
.nav li a{
    display: inline-block;
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 95px;
    position: relative;
    padding:0 6px;
}
.nav li a:before{
    content:'';
    position: absolute;
    bottom:3px;
    left:0;
    width: 100%;
    height:2px;
    background:#008504;
    opacity: 0;
}
.nav li:hover a{
    color: #008504;
}
.nav li:hover a:before{
    opacity: 1;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:95px;
    left:-10%;
    z-index: 999;
    background-color: #fff;
    width: 120%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #333;  
    line-height: 2em;  
    display: block;
    padding:3px 12px;
    text-align: left;
}
.nav li:hover .b_nav a{
    color: #333;
}
.nav li:hover .b_nav a:before{
    opacity: 0;
}
.nav li .b_nav a:hover{
    color: #008504;
}
.nav li .b_nav2{
    width: 200%;
    left:-50%;
}
.menu-button{
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #008504;
    text-align: center;
    position: absolute;
    left:0;
    top:50px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
/*#swiper-container1 .swiper-slide{*/
/*    max-height: 600px;*/
/*    overflow: hidden;*/
/*}*/
#swiper-container1 video{
        width: 100%;
    height: 100%;
    object-fit: fill;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
#swiper-container1 .swiper-pagination{
    bottom: 35px;
}
#swiper-container1 .swiper-pagination span{
    width: 10px;
    height: 10px;
    background:#fff;
    opacity: 1;
    position: relative;
    margin:0 15px;
}
#swiper-container1 .swiper-pagination span.swiper-pagination-bullet-active:before{
    content:'';
    position: absolute;
    top:-4px;
    left:-4px;
    width: 16px;
    height: 16px;
    border:1px solid #008504;
    border-radius: 50%;
}
#swiper-container1 .swiper-pagination span.swiper-pagination-bullet-active{
    background:#008504;
}
@media(max-width: 1600px){
    .nav{
        width:65%;
    }
    .nav li a{
        font-size:16px;
    }
}
@media(max-width: 1440px){
    .nav li a{
        font-size:15px;
        line-height: 90px;
    } 
    .nav li .b_nav{
        top:90px;
    }   
    .logo img{
        max-height: 65px;
    }
}
@media(max-width: 1259px){
    .container{
        width: 94%;
    }
    .nav{
        width:70%;
    }
    .nav li a{
        line-height: 75px;
    }
    .nav li .b_nav{
        top:75px;
    }
    .logo img{
        max-height: 55px;
    }
}
@media(max-width: 1199px){
    .nav{
        width:78%;
    }
}
@media(max-width: 1024px){
    .head{
        /*padding-top:10px;*/
    }
    .logo{
        width: 18%;
    }
    .nav{
        width: 82%;
    }
    .nav li a{
        line-height: 52px;
    }
    .nav li .b_nav{
        top:52px;
    }
    .logo img{
        max-height: 45px;
    }
}
@media(max-width: 820px){
    .head {
        padding: 10px 0;
    }    
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    #swiper-container1 .swiper-pagination{
        bottom:10px;
    }
}
@media(max-width: 640px){
    .logo{
        width: 60%;
        float: none;
    }
    .menu-button{
        top:8px;
    }

}



.index_product{
    padding:60px 0 90px;
}
.index_t1{
    text-align: center;
    margin-bottom: 30px;
}
.index_t1 h3{
    font-size:36px;
    color: #333;
    font-weight: normal;
    position: relative;
    line-height: 1em;
    padding-bottom:31px;
    margin-bottom:5px;
}
.index_t1 h3:before{
    content:'';
    position: absolute;
    left:50%;
    bottom:11px;
    width: 98px;
    height:1px;
    background:#008504;
    margin-left: -49px;
}
.index_t1 h3:after{
    content:'';
    position: absolute;
    left:50%;
    bottom:0px;
    width: 44px;
    height:1px;
    background:#008504;
    margin-left: -22px;
}
.index_t1 p{
    font-size:18px;
    color: #666;
    text-transform: uppercase;
}
.index_product_list{
    display: flex;
    flex-wrap: wrap;
}
.index_product_list li{
    height: 360px;
    width: 25%;
    /*background-size: cover!important;*/
}
/*.index_product_list li:nth-child(4),.index_product_list li:nth-child(5){*/
/*    width: 50%;*/
/*}*/
.index_product_list li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;  
    overflow:hidden;  
}
.index_product_list li a:before{
    content:'';
    position: absolute;
    left:0%;
    top:0%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.58);
}
.index_product_list li a .text1{
    position: absolute;
    top:0;
    left:0;   
    width: 100%;
    height: 100%; 
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index_product_list li a h3{
    font-size:32px;
    color: #fff;
    font-weight: normal;
}
.index_product_list li a h3 span{
    display: inline-block;
    position: relative;
}
.xian1:before{
    content:'';
    position: absolute;
    left:-72px;
    top:50%;
    margin-top:-0.5px;
    width: 52px;
    height: 1px;
    background:#fff;
}
.xian1:after{
    content:'';
    position: absolute;
    right:-72px;
    top:50%;
    margin-top:-0.5px;
    width: 52px;
    height: 1px;
    background:#fff;
}
.index_product_list li a .text{
    position: absolute;
    top: 200%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:#008504;
    transition: all 0.6s ease-out;
    color: #fff;
}
.index_product_list li a .text .img{
    margin-bottom:10px;
}
.index_product_list li a .text h4{
    font-size:32px;
    color: #fff;
    font-weight: normal;    
}
.index_product_list li a .text h4 span{
    display: inline-block;
    position: relative;    
}
.index_product_list li a .text p{
    font-size:16px;
    margin:10px 0 40px;
}
.index_product_list li a .text em{
    display: block;
    width: 28px;
    height:28px;
    background:url(../images/more1.png) no-repeat center;
    margin:0 auto;
}
.index_product_list li a:hover .text{
    top:0;
}


@media(max-width: 1600px){
    .index_t1 h3{
        font-size:26px;
    }
    .index_t1 h3:before{
        width: 70px;
        margin-left: -35px;
    }
    .index_t1 h3:after{
        width: 36px;
        margin-left: -18px;        
    }
    .index_t1 p{
        font-size:14px;
    }
    .index_product_list li a h3{
        font-size:24px;
    }
    .xian1:before {
        left: -50px;
        width: 32px;
    }
    .xian1:after {
        right: -50px;
        width: 32px;
    }
    .index_product_list li a .text .img img{
        height: 60px;
    }
    .index_product_list li a .text h4{
        font-size:24px;
    }
    .index_product_list li a .text p{
        font-size:15px;
        margin: 0px 0 30px;
    }
}
@media(max-width: 1440px){

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

}
@media(max-width: 1024px){
    .index_product {
        padding: 60px 0;
    }
    .index_t1 h3{
        font-size:22px;
    }
    .index_t1 h3:before{
        width: 50px;
        margin-left: -25px;
    }
    .index_t1 h3:after{
        width: 24px;
        margin-left: -12px;        
    }
    .index_product_list li{
        height: 300px;
    }
    .index_product_list li a h3{
        font-size:20px;
    }
    .xian1:before {
        left: -40px;
        width: 26px;
    }
    .xian1:after {
        right: -40px;
        width: 26px;
    }
    .index_product_list li a .text .img img{
        height: 50px;
    }
    .index_product_list li a .text h4{
        font-size:20px;
    }
    .index_product_list li a .text p{
        font-size:15px;
        margin: 0px 0 20px;
    }
}
@media(max-width: 768px){
    .index_product {
        padding: 30px 0;
    }
    .index_t1{
        margin-bottom:20px;
    }
    .index_t1 h3 {
        font-size: 20px;
        padding-bottom: 12px;
    }
    .index_t1 h3:before{
        display: none;
    }
    .index_product_list li{
        height:185px;
    }
    .index_product_list li a .text .img img {
        height: 40px;
    }
    .index_product_list li a h3{
        font-size:18px;
    }
    .index_product_list li a .text h4 {
        font-size: 18px;
    }
    .index_product_list li a .text p{
        font-size:14px;
        margin: 0px 0 15px;
    }
    .xian1:before {
        left: -30px;
        width: 20px;
    }
    .xian1:after {
        right: -30px;
        width: 20px;
    }
}
@media(max-width: 767px){
    .index_t1 p{
        font-size:13px;
    }
    .index_product_list li{
        width: 100%!important;
        height: 220px;
    }
    .index_product_list li a .text .img img {
        height: 35px;
    }
}






.index_about{
    padding:90px 0;
    background:url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}
.index_about .container{
    display: flex;
    flex-wrap: wrap;
}
.index_about .text{
    width: 53%;
    padding-top: 38px;
    padding-right: 120px;
}
.index_about .text .index_t2{
    color: #333;
}
.index_about .text .index_t2 h3{
    font-size:36px;
    font-weight: normal;
    position: relative;
    line-height: 1em;
    padding-bottom:15px;
}
.index_about .text .index_t2 h3:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 50px;
    height:1px;
    background:#008504;
}
.index_about .text .index_t2 p{
    font-size:18px;
}
.index_about .text .text1{
    padding:65px 0;
    font-size:22px;
    color: #333;
}
.index_about .text a{
    display: block;
    width: 200px;
    line-height: 58px;
    border-radius: 50px;
    border:1px solid #008504;
    color: #008504;
    text-align: center;
    font-size:20px;
    transition: all 0.6s ease-out;
} 
.index_about .text a:hover{
    letter-spacing: 2px;
}
.index_about .img{
    width: 47%;
    position: relative;
}
.video_tab{
    /*display: none;*/
}
.video_tab a{
    display: block;
}
.video_tabli{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    z-index: 9;
}
.video_tabli li{
    width: 50%;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    /*background: rgba(329,63,34,.5);*/
    cursor: pointer;
}
.video_tabli li.cur{
    background: url(../images/v_bg1.png) no-repeat center;  
}
@media(max-width: 1600px){
    .index_about .text .index_t2 h3{
        font-size:26px;
    }
    .index_about .text .index_t2 p{
        font-size:15px;
    }
    .index_about .text .text1 {
        padding: 50px 0;
        font-size: 18px;
    }
    .video_tabli li{
        line-height: 52px;
        font-size: 17px;
    }
}
@media(max-width: 1440px){
    .index_about .text .index_t2 p{
        font-size:14px;
    }
}
@media(max-width: 1259px){
    .index_about .text .text1 {
        padding: 30px 0;
        font-size: 16px;
    }
    .index_about .text a {
        width: 160px;
        line-height: 50px;
        font-size: 16px;
    }
}
@media(max-width: 1024px){
    .index_about {
        padding: 60px 0;
    }
    .index_about .text{
        padding-top: 20px;
        padding-right: 30px;    
    }
    .index_about .text .index_t2 h3 {
        font-size: 22px;
    }
}
@media(max-width: 768px){
    .index_about {
        padding: 30px 0;
    }
    .index_about .text .text1 {
        padding:15px 0;
        font-size: 14px;
    }
    .index_about .text a {
        width: 120px;
        line-height: 36px;
        font-size: 14px;
        border-radius: 36px;
    }
    .video_tabli li{
        line-height: 42px;
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .index_about .text {
        padding-top: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .index_about .text .index_t2 h3 {
        font-size: 20px;
    }
    .index_about .img {
        width: 100%;
        margin-top:15px;
    }
    .video_tabli li{
        line-height: 40px;
        font-size: 15px;
    }
}


.index_yfys{
    padding-top:70px;
}
.index_yfys_list{
    display: flex;
    flex-wrap: wrap;
}
.index_yfys_list li{
    width: 25%;
    height: 525px;
    background-size: cover!important;
}
.index_yfys_list li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    overflow:hidden;
}
.index_yfys_list li a h3{
    position: absolute;
    bottom:0%;
    left:0;
    width: 100%;
    font-size:26px;
    font-weight: normal;
    background:rgba(0,0,0,.66);
    padding:20px 0;
    text-align: center;
    transition: all 0.6s ease-out;
}
.index_yfys_list li a .text{
    position: absolute;
    top:150%;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background:rgba(0,0,0,.66);
    transition: all 0.6s ease-out;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:20px;
}
.index_yfys_list li a .text .img{
    
}
.index_yfys_list li a .text h4{
    font-size:26px;
    font-weight: normal;
    line-height: 1em;
    margin-top:32px;
}
.index_yfys_list li a .text .line1{
    width: 70px;
    height: 1px;
    background:#fff;
    margin:24px auto 28px;
}
.index_yfys_list li a .text p{
    font-size:18px;
}
.index_yfys_list li a:hover h3{
    opacity: 0;
}
.index_yfys_list li a:hover .text{
    top:0;
}
@media(max-width: 1600px){
    .index_yfys_list li a h3{
        font-size:20px;
        padding:10px 0;
    }
    .index_yfys_list li a .text h4{
        font-size:20px;
    }
    .index_yfys_list li a .text .line1 {
        margin: 18px auto 15px;
    }
    .index_yfys_list li a .text p {
        font-size: 15px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .index_yfys{
        padding-top:60px;
    }
    .index_yfys_list li{
        height: 400px;
    }
    .index_yfys_list li a h3{
        padding:5px 0;
        font-size:18px;
    }
    .index_yfys_list li a .text h4{
        font-size:18px;
    }
    .index_yfys_list li a .text .line1 {
        margin: 12px auto 10px;
    }
    .index_yfys_list li a .text p {
        font-size: 14px;
    }
}
@media(max-width: 1024px){
    .index_yfys_list li{
        height: 320px;
    }
    .index_yfys_list li a .text{
        padding:20px 10px;
    }
    .index_yfys_list li a h3,.index_yfys_list li a .text h4{
        font-size: 16px;
    }
}
@media(max-width: 768px){
    .index_yfys {
        padding-top: 30px;
    }
    .index_yfys_list li{
        height: 260px;
    }
}
@media(max-width: 767px){
    .index_yfys_list li{
        height: 220px;
        width: 100%;
    }
    .index_yfys_list li a .text .img img{
        height: 35px;
    }
    .index_yfys_list li a .text h4{
        margin-top:15px;
    }
    .index_yfys_list li a .text .line1 {
        width: 60px;
    }
    .index_yfys_list li a .text p{
        line-height: 1.8em;
    }
}


.index_news{
    padding-top:60px;
}
.index_news_l{
    width: 48%;
    float: left;
}
.index_t3{
    height: 95px;
}
.index_t3 h3{
    font-size:36px;
    font-weight: normal;
    color: #333;
    line-height: 1em;
}
.index_t3 p{
    font-size:72px;
    color: #000;
    opacity: .08;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
    margin-top:-30px;
}
#index_news .text{
    display: none;
}
.news_list1{

}
.news_list1 li{

}
.news_list1 li a{
    display: block;
    overflow:hidden;
    color: #fff;
    position: relative;
}
.news_list1 li .img{
    overflow:hidden;
}
.news_list1 li .img img{
    transition: all 0.6s ease-out;
}
.news_list1 li .text{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    background:rgba(0,0,0,.66);
    padding:20px 55px;
    z-index: 9;
}
.news_list1 li .text span{
    display: block;
    padding-left: 25px;
    font-size:16px;
    background:url(../images/date1.png) no-repeat left center;
}
.news_list1 li .text h3{
    font-size:24px;
    font-weight: normal;
    line-height: 1em;
    margin-top:10px;
}
.news_list1 li:hover .img img{
    transform: scale(1.05);
}
.index_news_r{
    width: 48%;
    float: right;
}
.tab1li{
    display: flex;
    justify-content: flex-end;
    height: 95px;
}
.tab1li li{
    margin-left: 70px;
}
.tab1li li:first-child{
    margin-left: 0;
}
.tab1li li a{
    font-size:24px;
    color: #333;
}
.tab1li li.cur a{
    color: #008504;
}
.tab1{
    display: none;
    box-shadow: 0px 0px 10px #ccc;
    border-top:5px solid #008504;
}
.tab1 ul{

}
.tab1 ul li{
    border-bottom: 1px solid #f1f1f1;
}
.tab1 ul li a{
    padding:25px 35px;
    display: flex;
    flex-wrap: wrap;
}
.tab1 ul li a .date1{
    width: 62px;
    text-align: right;
}
.tab1 ul li a .date1 span{
    font-size:22px;
    color: #008504;
    display: block;
    line-height: 1.6em;
}
.tab1 ul li a .date1 span:last-child{
    font-size:18px;
    color: #333;
}
.tab1 ul li a .text{
    padding-left: 55px;
    width: calc(100% - 62px);
}
.tab1 ul li a .text h3{
    font-size:24px;
    color: #333;
    font-weight: normal;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6em;
    margin-bottom:10px;
}
.tab1 ul li a .text p{
    font-size:16px;
    color: #666;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.tab1 ul li a:hover .text h3{
    color: #008504;
}
@media(max-width: 1600px){
    .index_t3 h3{
        font-size:26px;
    }
    .index_t3 p {
        font-size: 52px;
        margin-top: -15px;
    }
    .news_list1 li .text span{
        font-size:15px;
    }
    .news_list1 li .text h3{
        font-size:20px;
    }
    .tab1li li a{
        font-size:20px;
    }
    .tab1 ul li a .date1 span{
        font-size:18px;
    }
    .tab1 ul li a .date1 span:last-child{
        font-size:16px;
    }
    .tab1 ul li a .text h3{
        font-size:18px;
        margin-bottom:5px;
    }
    .tab1 ul li a .text p{
        font-size:15px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1259px){
    .index_t3 h3{
        font-size:22px;
    }
    .index_t3 p {
        font-size: 42px;
        margin-top: -15px;
    }
    .news_list1 li .text{
        padding: 10px 15px;
    }
    .news_list1 li .text span{
        font-size:14px;
    }
    .news_list1 li .text h3{
        font-size:16px;
    }
    .tab1li li a{
        font-size:18px;
    }
    .tab1 ul li a {
        padding: 15px 20px;
    }
    .tab1 ul li a .date1 span{
        font-size:16px;
    }
    .tab1 ul li a .date1 span:last-child{
        font-size:14px;
    }
    .tab1 ul li a .text {
        padding-left: 30px;
    }
    .tab1 ul li a .text h3{
        font-size:16px;
        margin-bottom:0px;
    }
    .tab1 ul li a .text p{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    .index_t3{
        height: 65px;
    }
    .tab1li{
        height: 65px;
    }
    .tab1 ul li a {
        padding: 12px 15px;
    }
    .tab1 ul li a .date1{
        width: 50px;
    }
    .tab1 ul li a .text {
        padding-left: 25px;
        width: calc(100% - 50px);
    }
}
@media(max-width: 768px){
    .index_news_l{
        width: 100%;
        float: none;
    }
    .index_t3 h3 {
        font-size: 20px;
    }
    .index_t3 p{
        font-size:32px;
    }
    .index_news_r{
        width: 100%;
        float: none;
        margin-top:15px;
    }
    .tab1li{
        justify-content: flex-start;
    }
    .tab1li li{
        margin-left: 30px;
    }
    .tab1li li a{
        line-height: 60px;
    }
}
@media(max-width: 767px){

}


.index_partner{
    padding:80px 0 75px;
}
.index_partners .swiper-slide{
    border:1px solid #f1f1f1;
}
.index_partners .swiper-slide img{

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

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

}
@media(max-width: 1259px){
    .index_partner {
        padding: 60px 0;
    }

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

}
@media(max-width: 768px){
    .index_partner {
        padding: 30px 0;
    }

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

}



/*页面底部*/

#footer {
    background:#eaeaea;
    color: #333;
}
#footer a {
    color: #333;
}
#footer a:hover {
    color: #008504;
    text-decoration: none;
}
.foot{
    padding:35px 0 30px;
    display: flex;
    flex-wrap: wrap;
}
.foot h3{
    font-size:24px;
    font-weight: normal;
    padding:40px 0 15px;
}
.f_about{
    width: 30%;
    font-size:18px;
}
.f_about img{
    display: inline-block;
    margin-bottom:15px;
}
.f_nav{
    width: calc(40% - 110px);
    padding:0 5%;
}
.f_nav ul{
    display: flex;
    flex-wrap: wrap;
}
.f_nav ul li{
    width: 50%;
}
.f_nav ul li a{
    font-size:18px;
    display: block;
    padding-left: 15px;
    background:url(../images/ft_icon1.png) no-repeat left center;
}
.f_contact{
    width: 30%;
}
.f_contact .text{

}
.f_contact .text p{
    font-size:18px;
    padding-left: 22px;
}
.f_contact .text p:nth-child(1){
    background:url(../images/fc_icon1.png) no-repeat left center;
}
.f_contact .text p:nth-child(2){
    background:url(../images/fc_icon2.png) no-repeat left center;
}
.f_contact .text p:nth-child(3){
    background:url(../images/fc_icon3.png) no-repeat left 10px;
}
.f_code{
    width: 110px;
}
.f_code .text{
    text-align: center;
}
.copyright {
    padding:10px 0;
    line-height: 24px;
    border-top:1px solid #d2d2d2;
}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}
@media(max-width: 1600px){
    .foot h3{
        font-size:20px;
    }
    .f_about,.f_nav ul li a,.f_contact .text p{
        font-size:16px;
    }
}
@media(max-width: 1440px){
    .foot h3{
        font-size:18px;
    }
    .f_about,.f_nav ul li a,.f_contact .text p{
        font-size:14px;
    }
}
@media(max-width: 1259px){
    .foot {
        padding: 25px 0;
    }
    .f_nav {
        padding: 0 3%;
    }
    .foot h3{
        padding: 0px 0 10px;
    }
}
@media(max-width: 1024px){

}
@media(max-width: 768px){
    .foot {
        padding: 25px 0 10px;
    }
    .f_nav,.f_code{
        display: none;
    }
    .f_about{
        width: 50%;
    }
    .f_contact{
        width: 50%;
        padding-left: 3%;
    }
}
@media(max-width: 767px){
    .f_about{
        width: 100%;
    }
    .f_about img{
        width: 30%;
    }
    .f_contact{
        width: 100%;
        padding-left: 0%;
        margin-top:15px;
    }
    .f_contact .text p:nth-child(3){
        background: url(../images/fc_icon3.png) no-repeat left 8px;
    }
    .foot h3{
        font-size:16px;
        padding-bottom:5px;
    }
    .copyright_l,.copyright_r{
        float: none;
        text-align: center;
    }
}


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



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 310px;
    background-size: cover!important;
    overflow:hidden;
}
.n_banner img {
    width: 100%;
    height: 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: 98;
    color: #fff;
}
.n_banner .text h3{
    font-size:36px;
    font-weight: normal;
    line-height: 1.6em;
}
.n_banner .text p{
    font-size:24px;
    text-transform: uppercase;
    line-height: 1.6;
}
.n_banner1{
    height: auto!important;
}
.sitemp {
/*    background:rgba(0,0,0,.5);*/
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size:15px;
/*    margin-top:-40px;*/
    position: relative;
    z-index: 99;
    margin-top:20px;
/*    margin-bottom:50px;*/
}
.sitemp .site{
    border-bottom: 1px dashed #d2d2d2;
    padding-left: 25px;
    background:url(../images/home.png) no-repeat left center;
}
.sitemp .site a{
    line-height: 40px;
    color: #333;
    font-size:15px;
}
#container{
    padding:50px 0;
}
.left {
    width: 18.5%;
    float: left;
}
.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    font-weight: normal;
    font-family: "微软雅黑";
    font-size: 30px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:#008504;
    padding:20px 0;
}
.left .box h3 span{
    font-size:18px;
    display: block;
    text-transform: uppercase;
    line-height: 1.6em;
}
.sort{

}
.sort li.layer1{

}
.sort li.layer1 a{
    display: block;
    line-height: 62px;
    background:#f3f3f3;
    font-size:20px;
    color: #333;
    margin-top:3px;
    text-indent:16px;
}
.sort li.layer1:hover a{
    color: #fff;
    background:#008504;
}
.sort li a.list_item{
    position: relative;
}
.sort li a.list_item:before{
    content:'+';
    position: absolute;
    right:20px;
    top:50%;
    margin-top:-12px;
    color: #333;
    font-size:24px;
    line-height: 1em;
    height: 24px;
    line-height: 24px;
    max-width: 24px;
}
.sort li:hover a.list_item:before{
    content:'-';
    color: #fff;
}
.sort li.layer1 .layer2{

}
.sort li.layer1 .layer2 a{
    font-size:18px;
    color: #666;
    line-height: 58px;
}
.sort li.layer1:hover .layer2 a{
    color: #666;
    background:#f3f3f3;
}
.sort li.layer1 .layer2 a:hover{
    color: #008504;
    background:#f3f3f3;
}



.right {
    width: 76%;
    float: right;
    padding-bottom: 10px;
}
.right .content {

}
@media(max-width: 1600px){
    #container{
        padding:30px 0;
    }
    .left .box h3{
        font-size: 26px;
        padding: 15px 0;
    }
    .left .box h3 span{
        font-size:16px;
    }
    .sort li.layer1 a {
        line-height: 56px;
        font-size: 18px;
        text-indent: 12px;
    }
    .sort li.layer1 .layer2 a {
        font-size: 16px;
        line-height: 50px;
    }
    .right{
        width: 78%;
    }
    .n_banner{
        height: 260px;
    }
    .n_banner .text h3{
        font-size:30px;
    }
    .n_banner .text p {
        font-size: 20px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .sitemp{
        margin-top:10px;
    }
    .sitemp .site,.sitemp .site a{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    .n_banner {
        height: 220px;
    }
    .left .box h3{
        font-size: 22px;
    }
    .left .box h3 span{
        font-size:15px;
    }    
}
@media(max-width: 768px){
    .n_banner {
        height: 200px;
    }
    .sitemp {
        margin-top: 0px;
    }
    #container{
        padding:30px 0;
    }
    .left .box h3{
        font-size: 20px;
        padding:12px 0;
    }
    .left .box h3 span{
        font-size:14px;
    }  
    .sort li.layer1 a {
        line-height: 46px;
        font-size: 16px;
    }
    .sort li.layer1 .layer2 a {
        font-size: 14px;
        line-height: 36px;
    } 
    .n_banner .text h3{
        font-size:24px;
    }
    .n_banner .text p {
        font-size: 16px;
    } 
    .sitemp {
        margin-top: 10px;
/*        margin-bottom:30px;*/
    }
}
@media(max-width: 767px){
    #container{
        padding:20px 0;
    }
    .n_banner{
        height: 140px;
    }  
    .n_banner .text h3{
        font-size:20px;
    }
    .n_banner .text p {
        font-size: 14px;
    }

    .left {
        width: 100%;
        float: none;
    }  
    .right {
        padding-left: 0px;
        width: 100%;
        float: none;
    }   
}


.yycj_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top:50px;
}
.yycj_li p{
    padding:7px 40px;
    font-size: 18px;
    color: #333;
    border:1px solid #dcdcdc;
    line-height: 1.6;
    border-radius: 5px;
    margin-right:40px;
    cursor: pointer;
}
.yycj_li p:last-child{
    margin-right: 0;
}
.yycj_li p.cur{
    background: #ffaf04;
    border:1px solid #ffaf04;
    color: #fff;
}
.yycj_tabs .yycj_tab{
    display: none;
}

@media(max-width:1600px){
    .yycj_li p{
        padding:7px 30px;
        font-size: 16px;
    }    
}
@media(max-width:1099px){
    .yycj_li p{
        padding:7px 20px;
        font-size: 15px;
    }    
}
@media(max-width:820px){
    .yycj_li{
        margin-top:35px;
    }
    .yycj_li p{
        margin-right:30px;
    }    
}
@media(max-width:640px){
    .yycj_li{
        margin-top:25px;
    }
    .yycj_li p{
        margin-right:15px;
        padding: 5px 15px;
        font-size: 14px;
    }  
}

#about1{
    padding-top:50px;
}
.about1{
    display: flex;
    flex-wrap: wrap;
}
.about1 .text{
    width: 61%;
    padding-right: 55px;
}
.about1 .text{
    width: 61%;
}
.about1 .text p{
    font-size:16px;
    color: #333;
}
.about1 .text p strong{
    font-size:26px;
    color: #333;
    font-weight: normal;
}
.about1 .text p em{
    font-style: normal;
    font-size: 20px;
    color: #333;
}
.about1 .img{
    width: 39%;
    font-size:16px;
    color:#333;
    text-align: center;
}
#about2{
    margin:60px 0 70px;
}
.about2{
    display: flex;
    flex-wrap: wrap;
}
.about2 .text{
    background:#f5f5f5;
    width: 50%;
}
.about2 .text .index_t1{
    max-width: 320px;
    padding:55px 0 40px;
    background:#008504;
}
.about2 .index_t1 h3,.about2 .index_t1 p{
    color: #fff;
}
.about2 .index_t1 h3:before,.about2 .index_t1 h3:after{
    background:#fff;
}
.about2 .text .text1{
    padding:40px 45px 0;
    font-size:18px;
    color: #333;
}
.about2 .img{
    width: 50%;
}
#about3{

}
.about3{

}
.about3 .index_t1{
    margin-bottom:40px;
}
#about4{
    margin:85px 0 65px;
    background:url(../images/about4_bg.jpg) no-repeat center;
    background-size: cover;
    padding:65px 0;
}
.about4{

}
.about4 .index_t1 h3,.about4 .index_t1 p{
    color: #fff;
}
.about4 .index_t1 h3:before,.about4 .index_t1 h3:after{
    background:#fff;
}
.about4_list{
    padding-top:40px;
    display: flex;
    flex-wrap: wrap;
}
.about4_list li{
    width: 30%;
    margin-right: 5%;
    color: #fff;
    text-align: center;
}
.about4_list li:nth-child(3){
    margin-right: 0%;
}
.about4_list li .img{

}
.about4_list li .img img{
    
}
.about4_list li h3{
    font-size:26px;
    font-weight: normal;
    padding:20px 0 25px;
}
.about4_list li p{
    font-size:16px;
}
#about5{
    margin:0px 0 65px;
}
#about6{
    padding:70px 0;
}
#about_hj,#about_ry{
    padding-bottom: 50px;
}
#about_ry p{
    text-align: center;
    margin-top:10px;
    font-size: 15px;
    line-height: 1.6;
}
#about7{
    padding:70px 0;
    background: #fafafa;
}
#partners{
    padding-bottom: 50px;
}
@media(max-width: 1600px){
    .about1 .text p strong{
        font-size:24px;
    }
    .about1 .text p{
        font-size:15px;
    }
    .about1 .text p em{
        font-size:17px;
    }
    .about1 .img{
        font-size:15px;
    }
    #about2{
        margin:50px 0;
    }
    .about2 .text .index_t1 {
        padding: 40px 0;
    }
    .about2 .text .text1 {
        padding: 50px 30px 10px;
        font-size: 17px;
    }
    .about3 .index_t1{
        margin-bottom:30px;
    }
    #about4 {
        margin: 50px 0;
        padding: 60px 0;
    }
    .about4_list li .img img{
        height: 100px;
    }
    .about4_list li h3 {
        font-size: 22px;
        padding: 20px 0;
    }
    .about4_list li p{
        font-size:15px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    .about1 .text{
        padding-right: 30px;
    }  
    .about1 .text p strong{
        font-size:20px;
    }
    .about1 .text p{
        font-size:14px;
    }
    .about1 .text p em{
        font-size:16px;
    } 
    .about2 .text .index_t1 {
        padding: 30px 0;
    }
    .about2 .text .text1 {
        padding: 20px 20px 10px;
        font-size: 16px;
    } 
    .about4_list li .img img{
        height: 80px;
    }
    .about4_list li h3 {
        font-size: 18px;
        padding: 12px 0;
    }
    .about4_list li p{
        font-size:14px;
    }
}
@media(max-width: 1024px){
    .about4_list{
        padding-top:20px;
    }     
}
@media(max-width: 768px){
    #about1 {
        padding-top: 30px;
    }
    #about2{
        margin:30px 0;
    } 
    .about2 .text .index_t1{
        max-width: 240px;
        padding:20px 0;
    }
    .about2 .text .text1 {
        padding: 0px 12px 15px;
        font-size: 15px;
    }
    .about3 .index_t1{
        margin-bottom:20px;
    } 
    #about4 {
        margin: 30px 0;
        padding: 30px 0;
    } 
    #about6,#about7{
        padding:50px 0;
    }
}
@media(max-width: 767px){
    .about1 .text {
        width: 100%;
        padding-right: 0;
    } 
    .about2 .text .index_t1 {
        max-width: 180px;
        padding: 15px 0;
    }
    .about2 .text .text1 {
        padding: 0px 10px 20px;
    }
    .about1 .img,.about2 .text,.about2 .img{
        width: 100%;
    }   
    .about4_list li{
        width: 100%;
        margin-bottom:25px;
    }
    .about4_list li .img img{
        height: 55px;
    }
    .about4_list li h3 {
        font-size: 16px;
        padding: 8px 0 5px;
    }
    #about6,#about7{
        padding:35px 0;
    }
}
@media(max-width: 640px){
    .about2 .text .index_t1 {
        max-width: 160px;
        padding: 10px 0 5px;
    }
}


@keyframes aboMs{0%{ opacity: 0;transform: translateY(20px);} 100%{opacity: 1;transform: translateY(0);}}
@-webkit-keyframes aboMs{0%{ opacity: 0;transform: translateY(20px);} 100%{opacity: 1;transform: translateY(0);}}
#about5{
    background:#f5f5f5;
    padding:55px 0;
}
.abolc-item { width: 100%; margin-top: 50px; position: relative; padding-top: 54px;min-height: 332px;}
.abolc-num {
    position: absolute;font-family: Arial;top: 0;left: 50%;transform: translateX(-50%);
    color: #eee;font-size: 180px;line-height: .8em;background: linear-gradient(to bottom,#999,#eee);
    -webkit-text-fill-color: transparent;background-clip: text;-webkit-background-clip: text;
    background: -ms-linear-gradient(to bottom,#999,#eee);
    background: -moz-linear-gradient(to bottom,#999,#eee);
    background: -webkit-linear-gradient(to bottom,#999,#eee);
    background: -o-linear-gradient(to bottom,#999,#eee);
}
.abolc-year {width: 100%;position: relative;}
.abolc-year .swiper-container {z-index: 3;padding: 12px 0;}
.abolc-year-link{width: 100%;text-align: center;height: 143px; position: relative; cursor: pointer;}
.swiper-slide-prev .abolc-year-link p,.swiper-slide-next .abolc-year-link p{top: -25%;transform: translateY(0)}
.abolc-year-link i{width: 143px;height: 143px;position: absolute;top: 0;left: 50%;z-index: 3;margin-left: -71px;}
.abolc-year-link i:before {position: absolute;width: 18px;height: 16px;content: "";background: url(../images/develop2.png);top: 50%;left: 50%;transform: translate(-50%,-50%);border-radius: 50%;}
.abolc-year-link i:after {position: absolute; width: 100%;height: 100%;content: "";background: url(../images/develop1.png) no-repeat center;top: 0;left: 0;transition: all .8s ease;transform: scale(0);opacity: 0;}
.abolc-year-link p {font-size: 20px;color: #555; z-index: 4; transition: all .1s ease; font-family: Arial; width: 100%; left: 0; position: absolute; top: 50%; transform: translateY(-50%); margin-top: 50px;}
.swiper-slide-active .abolc-year-link p {color: #fff;font-size: 24px;font-weight: 700;margin: 0 !important;}
.abolc-year-link:after {content: "";opacity: 0;position: absolute;width: 143px;height: 139px;left: 50%;margin-left: -71px;top: 0;background: url(../images/develop1.png) no-repeat center;animation: aboQq 3s linear infinite;}
.swiper-slide-active .abolc-year-link:after {opacity: 1;transition: all .1s ease}
.abouts .abolc-prev,.abouts .abolc-next {
    width: 42px;height: 42px;position: absolute;border-radius: 50%;background: #f1f1f1 url(../images/arrlft.png) no-repeat center;
    z-index: 4;top: 50%;margin-top: -21px;cursor: pointer;transition: all .4s ease;
    opacity: 1;
}
.abouts .abolc-prev {left: -1px;}
.abouts .abolc-next {right: -1px;transform: rotate(180deg);}
.abouts .abolc-prev:hover,.abouts .abolc-next:hover {background-image: url(../images/arrwhite.png);background-color: #515150;}
.abolc-year:after {content: "";position: absolute;z-index: 2;width: 100%;height: 2px;background: #515150;left: 0;top: 50%;margin-top: -1px;}
.abolc-wdbox {
    width: 100%;
    /*margin-top: 20px;*/
}
.abolc-wdbox li {width: 100%;display: none;}
.abolc-wdbox li.ontrue {display: block;}
.abolc-wd {width: 100%;transition: all 4s ease;opacity: 0;text-align: center;}
.abolc-wd p {font-size: 16px;color:#333; line-height: 2em;}
.abolc-wd p span{
    display: block;
    color: #008504;
    font-size: 18px;
    font-weight: bold;
}
.abolc-wdbox li.ontrue .abolc-wd {animation: aboMs 1s ease both .2s;}
.abolc-item .swiper-slide-active .abolc-year-link i:before{display: none;}

.abouts .swiper-button-next{
    position: absolute;
    left:-105px;
    width: 62px;
    height: 62px;
    margin-top:-31px;
    background:url(../images/left1.png) no-repeat center #f1f1f1;
    opacity: 1!important;
    border-radius: 50%;
}
.abouts .swiper-button-next:hover{
    background:url(../images/left1_h.png) no-repeat center #008504;    
}
.abouts .swiper-button-prev{
    position: absolute;
    right:-105px;
    width: 62px;
    height: 62px;
    margin-top:-31px;
    background:url(../images/right1.png) no-repeat center #f1f1f1;
    opacity: 1!important;
    left: auto;
    border-radius: 50%;
}
.abouts .swiper-button-prev:hover{
    background:url(../images/right1_h.png) no-repeat center #008504;    
}
@media(max-width:1600px){
    #about5{
        padding: 50px 0;
        margin: 0px 0 50px;
    }
    .abolc-num{
        font-size:150px;
    }
    .abolc-wd p{
        font-size:15px;
    }
    .abouts .swiper-button-next{
        left:0;
    }
    .abouts .swiper-button-prev{
        right:0;
    }
}
@media(max-width:1440px){
    
}
@media(max-width:1259px){

}
@media(max-width:1024px){
    .abolc-num{
        font-size:120px;
    }    
}
@media(max-width:768px){
    #about5{
        padding: 30px 0;
        margin: 0px 0 30px;
    }
    .abolc-item{
        margin-top:30px;
        padding-top:30px;
        min-height: 300px;
    }
    .abolc-num{
        font-size:100px;
    }
}
@media(max-width:767px){
    .abolc-num{
        font-size:80px;
    }
}
@media(max-width:640px){
    .abolc-num{
        font-size:60px;
    }
}


/*product*/

.sort2{
    background:rgba(0,0,0,.6);
    margin-top:-58px;
    position: relative;
    z-index: 99;
}
.sort2 ul{
    display: flex;
    flex-wrap: wrap;
}
.sort2 li{
    width: 18%;
}
.sort2 li a{
    display: block;
    line-height: 58px;
    font-size:20px;
    text-align: center;
    color: #fff;
}
.sort2 li a:hover{
    background:#008504;
}
.sort2 li.on a{
    background:#008504;
}
.tab2li{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:60px;
}
.tab2li li{
    cursor: pointer;
    text-align: center;
    margin:0 40px;
    width: 140px;
}
.tab2li li .img{
    width: 100%;
    line-height: 102px;
    height: 102px;
    border:1px solid #008504;
}
.tab2li li:nth-child(1) .img{
    background:url(../images/p_icon1.png) no-repeat center;
}
.tab2li li:nth-child(2) .img{
    background:url(../images/p_icon2.png) no-repeat center;
}
.tab2li li:nth-child(3) .img{
    background:url(../images/p_icon3.png) no-repeat center;
}
.tab2li li:nth-child(1):hover .img{
    background:url(../images/p_icon1_h.png) no-repeat center #008504;
}
.tab2li li:nth-child(2):hover .img{
    background:url(../images/p_icon2_h.png) no-repeat center #008504;
}
.tab2li li:nth-child(3):hover .img{
    background:url(../images/p_icon3_h.png) no-repeat center #008504;
}
.tab2li li:nth-child(1).cur .img{
    background:url(../images/p_icon1_h.png) no-repeat center #008504;
}
.tab2li li:nth-child(2).cur .img{
    background:url(../images/p_icon2_h.png) no-repeat center #008504;
}
.tab2li li:nth-child(3).cur .img{
    background:url(../images/p_icon3_h.png) no-repeat center #008504;
}
.tab2li li p{
    font-size:20px;
    color: #333;
    margin-top:5px;
}
.tab2{
    display: none;
    text-align: center;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
}
.product_list li{
    width: 22.75%;
    margin-right: 3%;
    margin-bottom:30px;
}
.product_list li:nth-child(4n){
    margin-right: 0;
}
.product_list li .img{
    display: block;
    overflow:hidden;
    border:1px solid #ccc;
}
.product_list li .img img{
    transition: all 0.6s ease-out;
}
.product_list li h3{
    font-size:16px;
    color: #333;
    padding-top:5px;
    /*display: none;*/
    text-align: center;
}
.product_list li:hover .img img{
    transform: scale(1.05);
}
@media(max-width:1600px){
    .sort2 li a,.tab2li li p{
        font-size:17px;
    }
}
@media(max-width:1280px){
    .product_list li{
        width: 23.5%;
        margin-right: 2%;
    }    
}
@media(max-width:1259px){
    .sort2{
        margin-top:-50px;
    }
    .sort2 .container{
        width: 100%;
    }
    .sort2 li a{
        line-height: 50px;
        font-size:15px;
    }
    .tab2li{
        margin-bottom:30px;
    }
    .tab2li li p{
        font-size:15px;
    }
}
@media(max-width:1024px){

}
@media(max-width:768px){
    .sort2 {
        margin-top: -40px;
    }
    .sort2 li{
        width: 20%;
    }
    .sort2 li a {
        line-height: 40px;
        font-size:14px;
    }
}
@media(max-width:767px){
    .tab2li li{
        width: 30%;
        margin:1.5%;
    }
    .tab2li li .img {
        line-height: 60px;
        height: 60px;
    }
    .tab2li li .img{
        background-size: 80px!important;
    }
    .tab2li li p {
        font-size: 14px;
    }
    .product_list li{
        width:49%;
        margin-bottom:20px;
    }
    .product_list li:nth-child(2n){
        margin-right:0;
    }
}


.product_detail{
    
}
.product_detail h1{
    font-size: 32px;
    color: #000;
    text-align: center;
    line-height: 1.4;
}
.product_detail .img{
    margin:30px 0;
    text-align: center;
}
.product_detail .title strong{
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    display: block;
}
.product_detail .content{
    margin-bottom: 30px;   
}
.p_detail{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;    
}
.p_detail table{
    width: 768px;
}
.p_detail table tr{
    border-top:1px solid #999;
    border-left:1px solid #999;
}
.p_detail table tr td{
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    padding:3px 5px;
}
@media(max-width:1600px){
    
}
@media(max-width:1280px){

}
@media(max-width:1099px){
    
}
@media(max-width:991px){
    .product_detail h1{
        font-size: 28px;
    } 
    .product_detail .img{
        margin:20px 0;
    }
    .product_detail .content{
        margin-bottom:20px;
    }
}
@media(max-width:820px){
    .product_detail .title strong{
        font-size:18px;
        margin-bottom:15px;
    }    
}
@media(max-width:640px){
    .product_detail h1{
        font-size: 26px;
    }  
    .p_sort {
        margin-top: -80px;
    }
    .p_sort li{
        width:33.333%;
    }
}




.left1{
    float: left;
    width: 18%;
    padding-right: 30px;
}
.sort3{
    position: relative;
    padding:20px 0;
}
.sort3:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 5px;
    height: 100%;
    background:#f3f3f3;
}
.sort3 li{

}
.sort3 li a{
    display: block;
    font-size:20px;
    color: #333;
    position: relative;
    padding:10px 0 10px 30px;
}
.sort3 li a:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 5px;
    height: 100%;
    background:#008504;  
    opacity: 0;  
}
.sort3 li:hover a{
    color: #008504;
}
.sort3 li:hover a:before{
    opacity: 1;
}
.sort3 li.on a{
    color: #008504;
}
.sort3 li.on a:before{
    opacity: 1;
}
.right1{
    float: right;
    width: 82%;
}
.yf1{

}
.yf1 h2{
    font-weight: normal;
    font-size:30px;
    color: #333;
    margin-bottom:40px;
    text-align: center;
}
.yf1_list{
    position: relative;
    padding:20px 0;
}
.line2{
    position: absolute;
    top:0;
    left:50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background:#cccccc;
}
.yf1_list:before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    margin-left: -8px;
    width: 16px;
    height: 14px;
    background:url(../images/jt1.png) no-repeat center;
}
.yf1_list li{
    position: relative;
    width: 50%;
    float: left;
    margin-bottom:50px;
}
.yf1_list li:before{
    content:'';
    position: absolute;
    top:50%;
    right:0;
    margin-top: -0.5px;
    width: 90px;
    height: 1px;
    background: #ccc;    
}
.yf1_list li:after{
    content:'';
    position: absolute;
    top:50%;
    right:90px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border:2px solid #ccc;
    border-radius: 50%;
}
.yf1_list li .text{
    padding: 0 130px 0 30%;
}
.yf1_list li .text h3{
    font-size:26px;
    color: #008504;
    font-weight: normal;
}
.yf1_list li .text p{
    font-size:18px;
    color: #666;
    line-height: 1.8em;  
}
.yf1_list li:nth-child(3){
    margin-top: 50px;
}
.yf1_list li:nth-child(2n){
    float: right;
}
.yf1_list li:nth-child(2n):before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    margin-top: -0.5px;
    width: 90px;
    height: 1px;
    background: #ccc;    
}
.yf1_list li:nth-child(2n):after{
    content:'';
    position: absolute;
    top:50%;
    left:90px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border:2px solid #ccc;
    border-radius: 50%;
}
.yf1_list li:nth-child(2n) .text{
    padding: 0 30% 0 130px;
}

.yf2 .img{
    text-align: center;
    margin:45px 0 40px;
}
.yf_list2{

}
.yf_list2 li{
    display: flex;
    flex-wrap: wrap;
    color: #333;
    padding-top:40px;
}
.yf_list2 li .yf_num{
    width: 80px;
    font-size:60px;
    color: #008504;
    line-height: 1em;
}
.yf_list2 li .text{
    width: calc(100% - 80px);
}
.yf_list2 li .text h3{
    font-size:26px;
    font-weight: normal;
}
.yf_list2 li .text p{
    font-size:18px;
}
.yf_list2 li .text p span{
    display: block;
    font-size:22px;
    margin:10px 0;
}
.yf2 table{
    border-top:2px solid #008504;
    border-left:1px solid #ccc;
    width: 100%;
}
.yf2 table tr{

}
.yf2 table tr td{
    border-bottom:1px solid #ccc;
    border-right:1px solid #ccc;
    text-align: center;
    padding:5px 0;
    color: #333;
    font-size:18px;
}
.yf2 table tr:nth-child(1) td{
    background:#fff0ee;
    font-size:24px;
}
.yf2 .table1{
    margin-bottom:50px;
}
.yf2 .table h4{
    font-size:30px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom:30px;
}
.yf3{

}
.yf3_1{
    margin-bottom:45px;
}
.yf3_1 p strong{
    font-size:24px;
    color: #333;
    font-weight: normal;
    display: block;
    margin-bottom:60px;
}
.yf3 .img{
    margin-top:45px;    
}
.yf3 .img p{
    margin-bottom:35px;
}
.yf4{

}
.yf4_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:40px;
}
.yf4_list li{
    color: #fff;
    width: 23.8%;
    margin-right: 1.6%;
    margin-bottom:35px;
    position: relative;
}
.yf4_list li:nth-child(4n){
    margin-right: 0;
}
.yf4_list li .img{
    overflow:hidden;
}
.yf4_list li .img img{
    transition: all 0.6s ease-out;
    width: 100%;
}
.yf4_list li .text{
    background:rgba(0,0,0,.8);
    position: absolute;
    width: 100%;
    bottom:0;
    left:0;
    transition: all 0.6s ease-out;
    opacity: 0;
}
.yf4_list li .text h3{
    font-size:20px;
    font-weight: normal;
    text-align: center;
    line-height: 48px;
}
.yf4_list li .text p{
    font-size:16px;
    display: none;
}
.yf4_list li:hover .img img{
    transform: scale(1.1);
}
.yf4_list li:hover .text{
    padding:0 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.yf4_list li:hover .text p{
    display: block;
}
@media(max-width:1600px){
    .sort3 {
        padding: 15px 0;
    }
    .sort3 li a {
        font-size: 17px;
        padding: 5px 0 5px 25px;
    }
    .yf1 h2{
        font-size:24px;
    }
    .yf1_list li{
        margin-bottom: 30px;
    }
    .yf1_list li .text {
        padding: 0 130px 0 10%;
    }
    .yf1_list li .text h3{
        font-size:20px;
    }
    .yf1_list li .text p{
        font-size:15px;
    }
    .yf1_list li:nth-child(3) {
        margin-top: 30px;
    }
    .yf1_list li:nth-child(2n) .text{
        padding: 0 10% 0 130px;
    }
    .yf2 table tr:nth-child(1) td{
        font-size:20px;
    }
    .yf2 table tr td{
        font-size:15px;
    }
    .yf2 .table h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .yf3_1 p strong {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .yf4_list{
        margin-top: 30px;
    }
    .yf4_list li .text h3{
        font-size:16px;
        line-height: 40px;
    }
    .yf4_list li .text p{
        font-size:14px;
    }
    .yf4_list li:hover .text{
        padding:0 15px;
    }
    .yf2 .img {
        text-align: center;
        margin: 40px 0;
    }
    .yf_list2 li{
        padding-top:25px;
    }
    .yf_list2 li .yf_num{
        font-size:42px;
    }
    .yf_list2 li .text h3{
        font-size:20px;
    }
    .yf_list2 li .text p{
        font-size:15px;
    }
}
@media(max-width:1440px){
    
}
@media(max-width:1259px){
    .sort3 li a {
        font-size: 15px;
        padding: 0px 0 0px 25px;
    }
    .yf1 h2{
        font-size:20px;
        margin-bottom: 30px;
    }
    .yf1_list li{
        margin-bottom: 20px;
    }
    .yf1_list li .text {
        padding: 0 130px 0 5%;
    }
    .yf1_list li .text h3{
        font-size:16px;
    }
    .yf1_list li .text p{
        font-size:14px;
    }
    .yf1_list li:nth-child(3) {
        margin-top: 20px;
    }
    .yf1_list li:nth-child(2n) .text{
        padding: 0 5% 0 130px;
    }
    .yf2 .table h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .yf3 .img p{
        margin-bottom:25px;
    }
    .yf4_list li{
        width: 32%;
        margin-right: 2%;
        margin-bottom:20px;
    }
    .yf4_list li:nth-child(4n){
        margin-right: 2%;
    }
    .yf4_list li:nth-child(3n){
        margin-right: 0;
    }
}
@media(max-width:1024px){
    .yf2 table tr:nth-child(1) td{
        font-size:17px;
    }
    .yf2 table tr td{
        font-size:14px;
    }
    .yf3_1 p strong {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .yf_list2 li{
        padding-top:20px;
    }
    .yf_list2 li .yf_num{
        font-size:32px;
        width: 60px;
    }
    .yf_list2 li .text{
        width: calc(100% - 60px);
    }
    .yf_list2 li .text h3{
        font-size:16px;
    }
    .yf_list2 li .text p{
        font-size:14px;
    }
}
@media(max-width:768px){
    .left1{
        padding-right: 20px;
    }
    .sort3 li a{
        padding-left: 20px;
    }
    .yf1 h2{
        font-size:18px;
        margin-bottom: 20px;
    }
    .yf1_list li:before{
        width: 50px;
    }
    .yf1_list li:after{
        right: 50px;
        margin-top: -6px;
        width: 10px;
        height: 10px;
        border: 1px solid #ccc;
    }
    .yf1_list li:nth-child(2n):before{
        width: 50px; 
    }
    .yf1_list li:nth-child(2n):after{
        left: 50px;
        margin-top: -6px;
        width: 10px;
        height: 10px;
        border: 1px solid #ccc;
    }
    .yf1_list li .text {
        padding: 0 80px 0 3%;
    }
    .yf1_list li:nth-child(2n) .text {
        padding: 0 3% 0 80px;
    }
    .yf2 table tr:nth-child(1) td{
        font-size:16px;
    }
    .yf2 table tr td{
        font-size:13px;
    }
    .yf2 .table1{
        margin-bottom:20px;
    }
    .yf2 .table h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .yf3 .img p{
        margin-bottom:15px;
    }
    .yf3_1 p strong {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .yf4_list {
        margin-top: 20px;
    }
    .yf4_list li{
        width: 49%;
        margin-right: 2%;
        margin-bottom:15px;
    }
    .yf4_list li:nth-child(3n){
        margin-right: 2%;
    }
    .yf4_list li:nth-child(2n){
        margin-right: 0;
    }
    .yf4_list li:hover .text{
        padding:0 5px;
    }
    .yf4_list li .text h3{
        font-size:14px;
    }
    .yf4_list li .text p{
        font-size:12px;
        line-height: 1.8em;
    }
    .yf2 .img {
        margin: 20px 0;
    }
    .yf_list2 li .text p{
        line-height: 1.8em;
    }
}
@media(max-width:767px){
    .left1{
        width: 100%;
        float:none;
        padding-right: 0;
    }
    .sort3{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px 0 20px;
    }
    .sort3:before{
        display: none;
    }
    .sort3 li{

    }
    .sort3 li a {
        font-size: 15px;
        padding: 0px 5px;
    }
    .sort3 li a:before{
        display: none!important;
    }
    .right1{
        width: 100%;
        float:none;
    }
    .yf1_list:before{
        left:0;
        margin-left: 0;
    }
    .line2 {
        left: 0%;
        margin-left: 7px;
    }
    .yf1_list li{
        width: 100%;
        float:none!important;
        margin-bottom:15px;
    }
    .yf1_list li:before{
        left:7px!important;
        width: 30px!important;
    }
    .yf1_list li:after {
        left: 37px!important;
    }
    .yf1_list li .text {
        padding: 0 0px 0 60px!important;
    }
    .yf1_list li:nth-child(3) {
        margin-top: 0px;
    }
    .yf_list2 li .yf_num{
        font-size:26px;
        width: 40px;
    }
    .yf_list2 li .text{
        width: calc(100% - 40px);
    }
}
@media(max-width:640px){
    .yf4_list li{
        width: 90%;
        margin-left:5%;
        margin-right:0!important;
    }
}


/*job*/
#job1{
    padding:105px 0 95px;
}
.title3{
    line-height: 1em;
    font-size:36px;
    color: #333;
    text-align:center;
    padding-bottom:18px;
    position: relative;
    margin-bottom:62px;
}
.title3:before{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -34px;
    width: 68px;
    height: 2px;
    background:#008504;
}
.job1 .img{
    text-align: center;
}
.job1 .text{
    font-size: 16px;
}
.job1 .text strong{
    font-size: 18px;
    color: #000;
    margin-top:15px;
    display: block;
}

#job2{
    padding:50px 0 60px;
}
.job2_t{
    display: flex;
    flex-wrap: wrap;
    background:#008504;
    margin-top:45px;
}
.job2_t li{
    width: 20%;
    font-size:20px;
    color: #fff;
    line-height: 60px;
    padding-left: 40px;
}
.job2{

}
.job2 li{
    border-bottom: 1px solid #e6e6e6;
}
.job2_t2{
    display: flex;
    flex-wrap: wrap;
}
.job2_t2 div{
    width: 20%;
    font-size:24px;
    color: #333;
    padding:20px 0 20px 40px;
}
.job2_c{
    display: none;
    background:#f5f5f5;
    padding:20px 80px;
    font-size:20px;
    color: #333;
}
.job2_c .text{

}
@media(max-width: 1600px){
    #job1 {
        padding: 60px 0;
    }
    .title3 {
        font-size: 26px;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }
    .job2_t li{
        font-size:18px;
        line-height: 52px;
        padding-left: 25px;
    }
    .job2_t2 div {
        font-size: 18px;
        padding: 15px 0 15px 25px;
    }
    .job2_c {
        padding: 15px 50px;
        font-size: 18px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .title3 {
        font-size: 24px;
        padding-bottom: 12px;
        margin-bottom: 30px;
    }
    .title3:before {
        margin-left: -25px;
        width: 50px;
    }
    #job1 {
        padding: 60px 0;
    }

    .job2_t li{
        font-size:17px;
        line-height: 52px;
        padding-left: 20px;
    }
    .job2_t2 div {
        font-size: 17px;
        padding: 15px 0 15px 20px;
    }
    .job2_c {
        padding: 15px 30px;
        font-size: 17px;
    } 
    #job2 {
        padding: 50px 0;
    }  
    .job2_t{
        margin-top:30px;
    } 
}
@media(max-width: 768px){
    #job1 {
        padding: 40px 0;
    }
    .title3 {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .title3:before {
        margin-left: -20px;
        width: 40px;
    }
    #job1 {
        padding: 40px 0;
    }

    #job2 {
        padding: 30px 0;
    }
    .job2_t li {
        font-size: 16px;
        line-height: 46px;
        padding-left: 15px;
    } 
    .job2_t2 div {
        font-size: 16px;
        padding: 10px 0 10px 15px;
    } 
    .job2_c {
        padding: 12px 15px;
        font-size: 16px;
    } 
}
@media(max-width: 767px){
    #job1 {
        padding: 30px 0;
    }
    .title3 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .job2_t {
        margin-top: 20px;
    }
    #job1 {
        padding: 20px 0;
    }

    #job2 {
        padding: 25px 0;
    }
    .job2_t li,.job2_t2 div{
        width: 33.33333%;
    }
    .job2_t li:nth-child(5),.job2_t li:nth-child(4),.job2_t2 div:nth-child(5),.job2_t2 div:nth-child(4){
        display: none;
    }
    .job2_t2 div{
        font-size:15px;
    }
    .job2_c {
        padding: 10px 10px;
        font-size: 14px;
    }
}




/*development*/
.development1{
    padding:55px 0;
}
.development2{
    max-width: 1280px;
    width: 92%;
    margin:0 auto;
}
h2.index_t4{
    font-size:30px;
    color: #333;
    padding-left: 25px;
    position: relative;
    line-height: 30px;
    font-weight: 500;
}
h2.index_t4:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    height: 30px;
    width: 6px;
    background:#008504;
}
.development1 .text{
    padding-left: 22px;
    color: #333;
}
.development1 .text p{
    font-size:16px;
}
.development1 .text p strong{
    display: block;
    font-weight: 500;
    font-size:24px;
    margin-top:35px;
}
.development1 .text p em{
    font-style: normal;
    font-size:20px;
    display: block;
    margin-top:5px;
}
.development_list{
    display: flex;
    flex-wrap: wrap;
}
.development_list li{
    width: 46.5%;
    margin-right: 7%;
    margin-bottom:38px;
    position: relative;
    cursor: pointer;
}
.development_list li:nth-child(2n){
    margin-right: 0;
}
.development_list li p{
    position: absolute;
    left:0;
    bottom:0;
    width: 100%;
    padding:5px 30px;
    background:rgba(0,0,0,.8);
    z-index: 9;
    color: #fff;
    font-size:18px;
    transition: all 0.6s ease-out;
}
.development_list li:hover p{
/*    top: 0;*/
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;   
}
.development2_2{
    background:url(../images/cx_bg1.jpg) no-repeat center;
    background-size: cover;
    padding:50px 0 65px;
    margin-bottom:60px;
}
.development2_2 h2{
    font-size:30px;
    color: #333;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
}
.development2_2 .text{
    padding:30px 0 50px;
    font-size:18px;
    color: #333;
    max-width: 970px;
    margin:0 auto;
    text-align: center;
}
.development2_2 ul{
    display: flex;
    flex-wrap: wrap;
}
.development2_2 ul li{
    text-align: center;
    width: 32%;
    margin-right: 2%;
}
.development2_2 ul li:nth-child(3){
    margin-right: 0;
}
.development2_2 ul li .img{
    
}
.development2_2 ul li .img img{

}
.development2_2 ul li p{
    max-width: 230px;
    margin: 30px auto 0;
    width: 100%;
    font-size: 20px;
    color: #333;
    line-height: 1.8em;
}
@media(max-width: 1600px){
    h2.index_t4{
        font-size:24px;
    }
    .development1 {
        padding: 50px 0;
    }
    .development1 .text p strong{
        font-size:20px;
        margin-top: 25px;
    }
    .development1 .text p{
        font-size:14px;
    }
    .development1 .text p em{
        font-size:17px;
    }
    .development_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .development_list li p{
        font-size:16px;
    }
    .development2_2 h2{
        font-size:26px;
    }
    .development2_2 .text {
        padding: 30px 0 50px;
        font-size: 16px;
    }
    .development2_2 ul li p {
        margin: 20px auto 0;
        font-size: 17px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1024px){
    .development1 .text p strong{
        font-size:18px;
        margin-top: 20px;
    }
    .development1 .text p{
        font-size:13px;
    }
    .development1 .text p em{
        font-size:15px;
    }
    .development_list li p{
        font-size:15px;
        padding: 5px 15px;
    }
    .development2_2 h2{
        font-size:24px;
    }
    .development2_2 .text {
        padding: 30px 0;
        font-size: 15px;
    }
    .development2_2 ul li p {
        margin: 15px auto 0;
        font-size: 16px;
    }
}
@media(max-width: 768px){
    .development1 {
        padding: 30px 0;
    }
    h2.index_t4{
        font-size:20px;
        padding-left: 20px;
    } 
    .development_list li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 20px;
    }   
    .development2_2{
        padding:30px 0;
        margin-bottom:30px;
    }
    .development2_2 h2{
        font-size:20px;
    }
    .development2_2 .text {
        padding: 25px 0 30px;
        font-size: 14px;
    }
    .development2_2 ul li p {
        margin: 10px auto 0;
        font-size: 15px;
    }
}
@media(max-width: 767px){
    h2.index_t4{
        font-size:18px;
        line-height: 20px;
    }
    h2.index_t4:before {
        height: 20px;
        width: 4px;
    }
    .development1 .text p strong{
        font-size:17px;
        margin-top:15px;
    }
    .development1 .text p{
        font-size:12px;
    }
    .development1 .text p em{
        font-size:14px;
    }
    .development_list li{
        width: 100%;
        margin-right: 0;
        margin-bottom:15px;
    }
    .development_list li p{
        font-size:14px;
        padding: 5px 10px;
        line-height: 1.8em;
    }
    .development2_2 h2{
        font-size:18px;
    }
    .development2_2 ul li{
        width: 48%;
        margin-bottom:15px;
    }
    .development2_2 ul li:nth-child(2n){
        margin-right: 0;
    }
    .development2_2 ul li .img img{
        height: 60px;
    }
    .development2_2 .text {
        padding: 15px 0;
    }
    .development2_2 ul li p {
        margin: 10px auto 0;
        font-size: 14px;
        max-width: 100%;
    }
}
@media(max-width: 640px){
    .development2_2 ul li .img img{
        height: 40px;
    }
}

/*news*/
.news_list{

}
.news_list li{
    margin-bottom:32px;
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    padding:35px;
    border:1px solid #d0d0d0;
}
.news_list li a .img{
    width: 284px;
    overflow:hidden;
}
.news_list li a .img img{
    transition: all 0.6s ease-out;
}
.news_list li a .text{
    width: calc(100% - 284px);
    padding-left: 40px;
}
.news_list li a .text h3{
    font-size:24px;
    color: #333;
    line-height: 56px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li a .text p{
    font-size:16px;
    color: #666;
    margin:15px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_list li a .text span{
    font-size:18px;
    color: #fff;
    display: block;
    width: 140px;
    height: 48px;
    line-height: 48px;
    background:#008504;
    text-align: center;
    float: right;
}
.news_list li a:hover{
    border-color: #008504;
}
.news_list li a:hover .img img{
    transform: scale(1.1);
}
.news_list li a:hover .text h3{
    color:#008504;
}
.news_detail .content{
    font-size:16px;
    margin-bottom:15px;
}
@media(max-width: 1600px){
    .news_list li a .text span{
        font-size:14px;
        width: 100px;
        height: 42px;
        line-height: 42px;

    }
}
@media(max-width: 1440px){
    .news_list li a .text p {
        margin: 30px 0;
    }    
}
@media(max-width: 1259px){
    .news_list li a{
        padding: 20px;
    }
    .news_list li a .text h3{
        font-size:20px;
        line-height: 1em;
    }
}
@media(max-width: 1024px){
    .news_list li a .text p {
        margin: 20px 0;
    }    
}
@media(max-width: 768px){
    .news_list li {
        margin-bottom: 20px;
    }
    .news_list li a {
        padding: 15px;
    }
    .news_list li a .img{
        width: 40%;
    }
    .news_list li a .text {
        width: calc(100% - 40%);
        padding-left: 15px;
    }
    .news_list li a .text h3 {
        font-size: 18px;
    }
    .news_list li a .text p {
        margin: 10px 0;
        line-height: 1.6em;
    } 
    .news_list li a .text span{
        font-size:14px;
        float: none;
    }
    .news_detail .content{
        font-size:15px;
    }
}
@media(max-width: 640px){
    .news_list li {
        margin-bottom: 15px;
    }
    .news_list li a {
        padding: 10px;
    }
    .news_list li a .text h3 {
        font-size: 16px;
    }
    .news_list li a .text p {
        margin: 5px 0;
        font-size:14px;
        -webkit-line-clamp: 2;
    }
    .news_list li a .text span{
        font-size:12px;
        width: 70px;
        height: 30px;
        line-height: 30px;
    } 
}




/*contact*/

.n_contact{
    padding:58px 0 85px;
}
.n_contact .container{
    display: flex;
    flex-wrap: wrap;
}
#contact1{
    width: 43.5%;
    background:#008504;
    color: #fff;
    padding:42px 80px 20px 55px;
}
.title4{
    font-weight: normal;
}
.title4 p{
    font-size:30px;
    line-height: 1em;
    padding-bottom:16px;
    margin-bottom:5px;
    position: relative;
}
.title4 p:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 46px;
    height:1px;
    background:#fff;
}
.title4 span{
    font-size:16px;  
    display: block; 
    text-transform: uppercase; 
}
#contact1 ul{

}
#contact1 ul li{
    margin-top:15px;
    padding:20px 0 20px 72px;
    border-bottom: 1px solid #fff;
}
#contact1 ul li:last-child{
    border:none;
}
#contact1 ul li p{
    font-size:16px;
}
#contact1 ul li span{
    font-size:24px;
    line-height: 1.4em;
}
#n_map{
    width: 56.5%;
}
/**/
.foot_message{
    padding:75px 0 125px 0;
    background: url(../images/message_bg.jpg) no-repeat;
    background-size: cover;
}
.foot_message .container{
    padding:0 50px;
    position: relative;
}
.foot_message_title{
/*    text-align: center;*/
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}
.foot_message_title p{
    font-size: 18px;
    padding-top: 5px;
}
.message1{

}   
.message1 ul{
    display: flex;
}
.message1 ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 32px;
}
.message1 ul li:last-child{
    margin-right: 0;
}
.message1 ul li input{
    width: 100%;
    background: #fff;
    line-height: 45px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    border:none;
}
.message1 .mess_content{
    width: 100%;
}
.message1 .mess_content textarea{
    height: 90px;
    line-height: 45px;
    text-indent: 15px;
    font-size: 14px;
    color: #666;
    width: 100%;    
    border: none;
    padding:0;
    font-family: '微软雅黑';
}
.message1 .mess_btn input.msgbtn{
    display: block;
    width: 160px;
    line-height: 50px;
    background-color: #008504;
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top:20px;
    right:50px;
    border: none;
}
@media(max-width: 1600px){
    #contact1{
        padding: 30px 40px;
    }
    .title4 p{
        font-size: 24px;
    }
    #contact1 ul li {
        margin-top: 10px;
        padding: 15px 0 15px 66px;
        border-bottom: 1px solid #fff;
    }
    #contact1 ul li span{
        font-size:20px;
    }
}
@media(max-width: 1440px){
    .foot_message .container{
        padding:0;
    } 
    .message1 .mess_btn input.msgbtn{
        right:0%;
    }   
}
@media(max-width: 1259px){


}
@media(max-width: 1024px){
    .n_contact {
        padding: 50px 0;
    }
    #contact1{
        padding: 30px 20px;
    }
    .title4 p{
        font-size: 24px;
    }
    #contact1 ul li {
        margin-top: 10px;
        padding: 15px 0 15px 66px;
        border-bottom: 1px solid #fff;
    }
    #contact1 ul li span{
        font-size:17px;
    } 
    .foot_message{
        padding:60px 0;
    }   
    .message1 .mess_btn input.msgbtn{
        top:10px;
    }
}
@media(max-width: 768px){
    .n_contact {
        padding: 30px 0;
    }
    #contact1 {
        padding: 15px 10px;
    }
    .title4 p {
        font-size: 20px;
    }
    .title4 span{
        font-size:14px;
    }
    #contact1 ul li {
        padding: 10px 0 10px 45px;
        background-size: 30px!important;
    }
    #contact1 ul li p {
        font-size: 15px;
    }
    #contact1 ul li span {
        font-size: 16px;
    }
    #n_map{
        height: 360px;
        overflow:hidden;
    }
    .foot_message{
        background-size: cover;
        padding:30px 0;
    }
    .message1 .mess_btn input.msgbtn{
        position: relative;
        left:0;
        top:0px;
        margin-top: 20px;
    }  
    .foot_message_title{
        font-size:24px;
    }  
    .foot_message_title p{
        font-size:16px;
        padding-top: 0;
    }
    .message1 ul li{
        margin-bottom:15px;
    }
}
@media(max-width: 767px){
    .n_contact {
        padding: 20px 0;
    }
    #contact1{
        width: 100%;
    }
    .title4 p {
        font-size: 18px;
    }
    #contact1 ul li {
        padding: 6px 0 6px 40px;
        background-size: 26px!important;
    }
    #n_map{
        width: 100%;
        height: 250px;
    }
    .foot_message_title{
        font-size: 18px;
        margin-bottom:15px;
    }
    .foot_message_title p{
        font-size: 12px;
        padding-top: 5px;
    }
    .message1 ul{
        flex-wrap: wrap;
    }
    .message1 ul li{
        width: 100%;
        margin:0 0 10px 0;
    } 
    .message1 .mess_btn input.msgbtn {
        width: 110px;
        line-height: 42px;
        font-size: 16px;
        margin-top:10px;
    }   
}






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

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

.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:#008504;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #008504;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #008504;
    vertical-align: middle;
    border: 1px solid #008504; 
    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: #008504;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

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


.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;
    }
}


/* 右侧浮窗 */

#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: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    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: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

#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);
}

#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: 70px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #ffaf04;
}

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


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


/*video click*/
.video_click {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden;
}

.cboxOverlay {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.colorbox {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background: #ffffff;
    z-index: 10001;
    display: none;
}

.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("../images/closeVideo.png") no-repeat center;
    cursor: pointer;
}

.colorbox iframe {
    width: 100%;
    height: 100%;
}