@charset "UTF-8";
/*公共样式*/
*{
    padding: 0;
    margin: 0;
}
body {
    background: #f6f7fb;
    font-size: .16rem;
    color: #333;
    font-family: Microsoft yahei, sans-serif;
    text-decoration: none;
    min-width:1200px;font-weight:300
}

.p2{
    word-break: break-all;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    -webkit-line-clamp: 2;

    overflow: hidden;
}

li{
    list-style: none;
}

em {
    font-style: normal
}

i {
    font-style: normal
}



a{
    text-decoration: none;
    color: #333;
}

a:hover{
    color: #368f80;
}

.img2:hover {
    transform: scale(1.03);/* 放大1.03倍 */
}
.img2 {
    transition: all 0.6s;
}

.img1{
    width: 100%;
    transition: all 0.6s;
}

.img1:hover{
    transform: scale(1.1); /* 放大1.1倍 */
}


.c{
    clear: both;
}

input:focus {
    outline: none;
    }

.w1200{
    max-width: 1500px;
    width:94%;
    margin: 0 auto;
}
.w120_bj{height:100%; background: #fff;display: block;}

.w1280{
    width: 1280px;
    margin: 0 auto;
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?mhsopl');
    src:  url('../fonts/icomoon.eot?mhsopl#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?mhsopl') format('truetype'),
      url('../fonts/icomoon.woff?mhsopl') format('woff'),
      url('../fonts/icomoon.svg?mhsopl#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-phone:before {
    content: "\e942";
  }
  .icon-phone-hang-up:before {
    content: "\e943";
  }
  
.ititle{
    text-transform: uppercase;
    font-size: .48rem;
    color: #373c41;
}

.ititle em, .ititle i{
    display: block;
}

.ititle i{
    font-size: .32rem;
    font-weight: bold;
}

.h90{
    margin-top: .9rem;
}

.h40{
    margin-top: .4rem;
}
.h30{
    margin-top: .3rem;
}
  
.h20{
    margin-top: .2rem;
}

.p20{
    display: block;
    height: 2rem;
    width: 100%;
}

.p10{
    display: block;
    height: 1rem;
    width: 100%;
}
  

/* 首页样式 */
.header{ 
    width:100%;
    position: fixed; /* 使层固定在顶部 */
    top: 25px; /* 距离顶部0像素 */
     z-index: 1000; /* 确保层在顶部 */
    
}
.head{
    
    height: 0.8rem;
    line-height: 0.8rem;
    max-width: 1500px;
    width:94%;
    margin: 0 auto;
    padding: 0px; /* 内边距 */
    background-color: rgba(255, 255, 255, 1); /* 背景颜色 */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); /* 盒子阴影 */
   
     border-radius: 0px 30px 0px 30px;
     
}

.hlogo{
    display: block;
    float: left;
}

.hlogo img{
    width: 1.50rem;
    height: .55rem;
    vertical-align:middle; 
}


.hnav{
    display: block;
    float: right;
    margin-left: .3rem;
}
.hnav .on{background: #368f80; color: #fff;}
.hnav li{
    display: block;
    float: left;
    padding: 0 .25rem;
}

.hnav li.on a{
    color: #fff;
}

.hnav li:hover{
    background: #368f80;
}

.hnav li:hover a{
    color: #fff;
}

.htel{
    
    float: right;
    text-indent: 40px;
    background: url(../images/tel.png?121452) no-repeat left center;
    font-size: .18rem;
    margin-left: .6rem;
}

.htel span{
    color: #999;
    font-size: .16rem;
}

.iprotype{
    width: 1200px;
    margin: 0 auto;
    margin-top: .15rem;
}

.iprotype-jianzhu, .iprotype-shouji, .iprotype-weiyu{
    float: left;
    width: calc(33.33% - 0.1rem);
    margin-right: .15rem;
    position: relative;
    overflow: hidden;
}

.iprotype-weiyu{
    margin-right: 0;
}

.iprotype-jianzhu img, .iprotype-shouji img, .iprotype-weiyu img, .iprotype-qiche img, .iprotype-jiadian img{
    width: 100%;
}

.iprotype-qiche, .iprotype-jiadian{
    float: left;
    width: calc(50% - 0.075rem);
    margin-top: .10rem;
    position: relative;
    overflow: hidden;
}

.iprotype-qiche{
    margin-right:0.075rem ;
}

.iprotype-jiadian{
    margin-left:0.075rem ;
}
.banner{width:100%;}
.iprotype-jianzhu:hover .itypetxt, .iprotype-shouji:hover .itypetxt, .iprotype-weiyu:hover .itypetxt, .iprotype-qiche:hover .itypetxt, .iprotype-jiadian:hover .itypetxt{
    transform:translate(0,0);
    transition: all 0.5s ease-in-out;
}

.itypetxt{
    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    transition:all 0.6s ease;
    transform:translate(0,-100%);
}



.iprotype-qiche .itypetxt, .iprotype-jiadian .itypetxt{
    transition:all 0.6s ease;
    transform:translate(0,100%);
}

.itypetxt h1{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 0.5rem;
    display: block;
}
.itypetxt em{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: .2rem;
    line-height: 180%;
}



.irongyu{
    width: 100%;
    display: block;
}

.irongyu ul li{
    width: 16%;
    display: block;
    float: left;
    margin-left: 0.8%;
    overflow: hidden;
}

.irongyu ul {
    width: 100%;
    margin-top: 40px;
}


.irongyu ul li img{
    width: 100%;
}

.irongyu ul li:nth-child(1){
    margin-left: 0;
}

.irongyu ul li:nth-child(7){
    margin-left: 0;
}

.imore{
    width: 1.6rem;
    height: .4rem;
    border: 1px solid #dfdfdf;
    border-radius: 0.5rem;
    text-align: center;
    line-height: .4rem;
    margin: .3rem auto;
    position: relative;
}





.imore a{

    width: 100%;

    height: .4rem;

    line-height: .4rem;

    text-align: center;

    display: block;

}




.aimore:hover:after{ /*hover的时候给一个动画*/

    content: '了解更多+';

    width: 100%;

    height: .4rem;

    line-height: .4rem;

    background-color: #368f80;

    position:absolute;

    bottom: 0px;

    left: 50%;

    border: none;

    color: #fff;

    transform: translate(-50%);

    animation-name: anid;

    animation-duration:.8s;

    animation-fill-mode:forwards; /*动画停在最后100%时候的状态*/

    animation-direction:alternate;

}



@keyframes anid{ /*这个动画的意思就是宽度从0-100*/

    from{

        width: 0;
        border-radius: 0%;

    }

    to{

        width: 100%;
        border-radius: 0.5rem;

    }

}

.ichejian .swiper-container-ichejian img{
    position: relative;
}
.ichejian .swiper-container-ichejian .workcj{
    color: #fff;
    width: 100%;
    height: 46px;
    display: block;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 4px;
}

.ilicheng{
    position: relative;
}

.ilicheng .swiper-slide em, .ilicheng .swiper-slide i{
    display: block;
}

.ilicheng .swiper-slide em{
    font-size: .18rem;
    margin: .15rem 0;
}

.ilicheng .swiper-slide i{
    color: #368f80;
    font-size: .38rem;
    font-family: sans-serif;
    font-style: italic;
    margin-bottom: .2rem;
}

.ilicheng .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    left: 2% !important;
}

.swiper-pagination-licheng {
    text-align: left !important;
    margin-left: .15rem;
    margin-top: .4rem;
}

.ilicheng .swiper-pagination-clickable .swiper-pagination-bullet{
    margin: 0 28% 0 0 !important;
}

.ilicheng .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
    position: relative;
    background: #999 !important;
    opacity: 1 !important;
}

.ilicheng .swiper-pagination-bullet::before {
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    border: 1px solid #ccc;
    border-radius: 25px;
    position: absolute;
    left: 8%;
    margin-left: -50%;
    transition: -50%;
    top: calc(50% - 14px);
}

.ilicheng .swiper-pagination-bullet::after {
    content: '';
    width: 1px;
    height: 38px;
    display: block;
    background: #ccc;
    border-radius: 25px;
    position: absolute;
    left: 48%;
    top: -300%;
}

.ilicheng .swiper-pagination-bullet-active {
    opacity: 1;
    background: #368f80 !important;
}

.ilicheng .swiper-pagination-bullet-active::before {
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    border: 1px solid #368f80;
    border-radius: 25px;
    position: absolute;
    left: 8%;
    margin-left: -50%;
    transition: -50%;
    top: calc(50% - 14px);
}
.ilicheng .swiper-pagination-bullet-active::after {
    content: '';
    width: 1px;
    height: 38px;
    display: block;
    background: #368f80;
    border-radius: 25px;
    position: absolute;
    left: 48%;
    top: -300%;
}

.ilicheng .swiper-pagination-licheng span.swiper-pagination-bullet:nth-child(4){
    margin-right: 0 !important;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(../images/left.png) no-repeat left center !important;
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-button-prev{
    width: 45px !important;
    height: 45px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(../images/right.png) no-repeat left center !important;
    right: 10px;
    left: auto;
}

.iline{
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: -10%;
    
}


.iabout{
    width: 100%;
    display: block;
    background: #fff url(../images/iaboutbg.jpg) no-repeat center top;
    height: 568px;
    padding-top: 50px;
    position: relative;
}

.iaboutl{
    width: 48%;
    display: block;
    float: left;
}

.iaboutr{
    width: 48%;
    display: block;
    float: right;
    margin-top: 0.2rem;
}

.ialtop{
    width: 100%;
    display: block;
}

.ialtop dl{
    width: 30%;
    display: block;
    float: left;
    background: #fff;
    margin: 0 1.5%;
    text-align: center;
}

.ialtop dl dt {
    padding-top: .32rem;
}

.ialtop dl .dd1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: .2rem;
    padding-top: .15rem;
    color: #368f80;
}

.ialtop dl .dd2 {
    font-size: 14px;
    color: #ccc;
    border-top: 1px solid #eee;
    border-width: 70%;
    text-align: center;
    padding:15px 0;
    width: 90%;
    margin: 0 auto;
}

.ialcon{
    width: 100%;
    display: block;
    line-height: 180%;
    margin-top: 0.1rem;
}

.ialmore{
    width: 100%;
    height: .46rem;
    line-height: 0.46rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.ialmore a{
    color: #fff;
}


.imorel{
    width: 100%;
    height: .46rem;
    line-height: 0.46rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    margin-top: 0.1rem;
}





.imorel a{

    width: 100%;
    height: .46rem;
    line-height: 0.46rem;

    text-align: center;

    display: block;

}




.aimorel:hover:after{ /*hover的时候给一个动画*/

    content: '了解更多+';

    width: 100%;

    height: .46rem;

    line-height: .46rem;

    background-color: #368f80;

    position:absolute;

    bottom: 0px;

    left: 50%;

    border: none;

    color: #fff;

    transform: translate(-50%);

    animation-name: anis;

    animation-duration:.8s;

    animation-fill-mode:forwards; /*动画停在最后100%时候的状态*/

    animation-direction:alternate;

}



@keyframes anis{ /*这个动画的意思就是宽度从0-100*/

    from{

        width: 0;

    }

    to{

        width: 100%;
    }

}



.foot{
    width: 100%; 
    height: 4.15rem;
    display: block;
    background: url(../images/bj021.jpg)#313131 no-repeat center top; 
    color: #fff;
}

.indexcontact{
    width: 30%;
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    font-size: 16px;
    margin-top: .6rem;
}

.indexcontact dl h1{
    margin: 0;
    padding-bottom: 15px;
}

.indexcontact dl h1 img{
    width: 1.99rem;
    height: 0.67rem;
}

.indexcontact dl dd{
    text-align: left;
    text-indent: 28px;
    line-height: 180%;
    margin: 2px;
    margin-top: .15rem;
    color: #fff;
}

.footnav{
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: .6rem;

}







.footnav dl {
  display: block;
  float: left;
  margin-left: .6rem;
}

.footnav dl:nth-last-child(1) {
    margin-right: .6rem;
  }





.footnav dl dt {



    margin: 0 0 20px 0;



  }

.footnav dl dd{

    margin: 0px auto ;

    font-size: 16px;
    margin-top: .15rem;

}

.footnav dl dd a{
    color: #ccc;
}


.footnav dl dd a:hover{
    color: #fff;
}

.indexcode{
    display: block;
    float: right;
    text-align: center;
    color: #fff;
    width: 13%;
    margin-top: .6rem;
}

.indexcode img{
    width: 100%;
}

.indexcontact dl dd:nth-child(3){



    background: url(../images/add.png) no-repeat 1% center;



}



.indexcontact dl dd:nth-child(4){



    background: url(../images/tel1.png) no-repeat 1% center;



}



.indexcontact dl dd:nth-child(5){



    background: url(../images/email.png) no-repeat left center;



}



.indexcontact dl dd:nth-child(6){



    background: url(../images/fax.png) no-repeat left center;



}



.indexcontact dl dd:nth-child(7){



    background: url(../images/add.png) no-repeat left center;



}

.foottxt{
    width: 100%;
    height: .56rem;
    line-height: .56rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.foottxt em{
    display: block;
    float: right;
    text-align: right;
}

.about_con{background: #fff; padding-top:0.6rem; }
.about_conleft{width:300px;height:auto; float:left; overflow:hidden; font-size:40px; font-weight:400}
.about_conright{height:auto;line-height:40px; margin-left:300px; overflow:hidden;background: #fff; padding:10px 50px 20px 50px;color:#666;background: url(../images/aboutbg_r11.jpg) no-repeat right bottom;font-size:16px; }

.yinzer { height:auto; border:1px solid #dcdcdc; margin-top:40px;}
.yinzer li{ width: calc(25% - 1px); height:auto;line-height:40px; border-right:1px solid #dcdcdc; float:left; font:14px "Microsoft YaHei UI"; text-align:center; color:#232323; padding:10px 0px 10px 0px; font-weight:; }
.yinzer li:last-child{width: calc(25% - 0px); border:0;}
.yinzer li span{display:block; font:30px "Microsoft YaHei UI"; line-height:50px; }
.yinzer li .image-switcher{ display:block;}
.yinzer li .image-wrapper{ display:none;}
.yinzer li  img{  width:50px; height:53px;}
.yinzer li:hover .image-switcher{ display:none;}
.yinzer li:hover .image-wrapper{display:block;transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.yinzer li:hover{ background:#269176;color:#fff}




.yinz ul{ height:125px; border:1px solid #dcdcdc; margin-top:40px;}
.yinz li{ width: calc(25% - 1px); height:124px; border-right:1px solid #dcdcdc; float:left; position:relative; font:20px "Microsoft YaHei UI"; text-align:center; color:#232323; }
.yinz li:last-child{width: calc(25% - 0px); border:0;}
.yinz li h3{ width:50px; height:53px; }
.yinz li h3 em{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.yinz li h3 i{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.yinz li p{ width:150px; float:left; padding:25px 0 0 15px; text-align:center; font:18px "Microsoft YaHei UI"; color:#666;}
.yinz li p span{ display:block; font:22px "Microsoft YaHei UI"; font-weight:bold; color:#333;}
.yinz li p em{ font-size:38px;}
.yinz li h3 img{ display:block; width:50px; height:53px;}
.yinz li:hover{ background:#269176;}
.yinz li:hover p,.yinz li:hover p span{ color:#fff;}
.yinz li:hover h3 em{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.yinz li:hover h3 i{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.ty_ttda{margin:0 auto; text-align:center;font-weight:bold; font-size:35px; display:inherit; height:60px;line-height:60px;letter-spacing:0px; margin-top:10px;}
.tyttline {
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .ty_line {
    display: inline-block;
    width: 140px;
    height: 1px;
    background: #d0d4d9;
  }
  .ty_txt {
    color: #333;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin: 0px 30px ; font-weight:500;
  }
  
  .tyline_l{width:80px;height:2px;background: #4192e4;margin:0 auto; margin-top:10px; margin-bottom:30px; display: block;}

.join04 {
        padding: 0px 0 0;
        margin-bottom: 60px;
        margin-top: 20px;
    }
    
    .join04_01 {
        background: #f1f2f6;
        width: 100%;
        margin: 0px 0 0px;
        height: auto;
    }
    
    .join04 dl dt {
        width: 50%;
        line-height: 0;
        float: left;
        height: auto;
        overflow: hidden;
    }
    
    .join04 dl dt img {
        width: 100%;
        display: block;
    }
    
    .join04 dl dd {
        width: 36%;
        float: left;
        padding: .5rem 0 0 3%;
    }
    
    .join04 dl dd h5 {
        font-family: "Microsoft YaHei UI";
        color: #e9eaee;
        text-transform: uppercase;
        font-weight: normal;
    }
    
    .join04 dl dd h5 span {
        font: 65px "Microsoft YaHei UI";
        font-weight: bold;
    }
    
    .join04 dl dd h5 em {
        display: block;
        font-style: normal;
        font-size: 34px;
        position: relative;
        margin-top: -30px;
        color: #000;
        height: 45px;
        font-weight: bold;
    }
    
    .join04 dl dd h5 i {
        font-style: normal;
        display: block;
        font-size: 22px;
        color: #000;
        margin-top: 5px;
        margin-bottom: 40px;
    }
    
    .join04 dl dd p {
        font-size: 14px;
        color: #000;
        line-height:25px;
    }
    
    .join04_02 {
        background: #f1f2f6;
    }
    
    .join04_02 dl dt {
        float: right;
    }
    
    .join04_02 dl dd {
        padding-left: 10%;
    }
 .xm {
        height: 300px;
        margin-top: 55px;
    }
    
    .xm li {
        float: left;
        width: calc(33% - 24px);
        padding: 0 0px;
        margin-right: 32px;
        text-align: center;
        height: 274px;
        box-shadow: 0 0 20px #dfdfdf;
        margin-bottom: 35px;
        box-sizing: border-box;
         overflow: hidden;cursor: pointer;
       
    }
    
    .xm li:nth-child(3n) {
        margin-right: 0;
    }
    
    .xm li img {
        margin-top: 25px;
    }
    
    .xm li span {
        display: block;
        font-size: 24px;
        color: #222;
        margin: 20px 0;
    }
    
    .xm li p {
        padding: 5px 40px;
        font-size: 16px;
        
    }
    
    .xm li p:before {
        content: "";
        width: 50px;
        height: 2px;
        background: #269176;
        text-align: center;
        margin: 0px auto 20px;
        display: block;
    }
    
    .xm li:hover {
        border-top: 0px solid #269176;
    }
    .xm li .wenha{ display:block;padding: 0 10px;}
    .xm li .wenhb{ height: 274px;display:none;}
    .xm li:hover .wenha{ display:none}
    .xm li:hover .wenhb{ display:block;padding: 0 0px;transition: all 0.5s ease-in ;transition: all 0.5s ease-out ;}
    .xm li .wenhb img {
        margin-top: 0px;height:100%;
    }
    
    
.we1200{width:94%;max-width:1500px;margin:0 auto;}

.about_wh{padding:170px 0 0;background:#f7f7f7 url(../images/abou_5.jpg?4152) no-repeat center top; }
.about_wh .text{padding:5% 4% 6%;background:#fff;color:#666666;font-size:14px;line-height:32px;position:relative;z-index:9;}
.about_wh .text:before{content:"";position:absolute;top:0;left:-1%;width:100%;height:100%;background:#fff;z-index:-1;}
.about_wh .text .row{width:100%;overflow:hidden;background:#f5f5f5;margin-bottom:38px;}
.about_wh .text .row1{width:48%;float:left;}
.about_wh .text .row2{width:48%;float:right;}
.about_wh .text .row3{clear:both;}
.about_wh .text .row4{clear:both;}
.about_wh .text .row_l{float:left;width:162px;height:138px;background:#0f6f61;position:relative;}
.about_wh .text .row_l:before{content:"";position:absolute;left:99%;top:0;width:0;height:0;
		border-color:#0f6f61 transparent transparent #0f6f61;border-width:10px;border-style:solid;}
.about_wh .text .row_l h3{font-size:20px;color:#fff;font-weight:bold;padding:28px 0 20px 20px;}
.about_wh .text .row .img{position: absolute;right:15px;bottom:15px;}
.about_wh .text .row_r{margin-left:220px;height:138px;color:#666;font-size:16px;line-height:36px; display: table;}
.about_wh .text .row_r_nr{ display: table-cell;vertical-align:middle; padding-right:10px;}
.about_wh .text .row_r_nr .jufe{overflow: hidden;}
.about_wh .text .row_r_nr .jufe li{width:16%;float: left;}








/*内页样式*/
.m2menu {
    line-height: .6rem;
    height: .61rem;
    border-bottom: 1px solid #E6E6E6;
    background: #fff;
}

.container {
    padding: 0 0.15rem;
}

.m2menu_a {
    display: inline-block;
    margin-right: .5rem;
    font-size: 0.16rem;
    line-height: 0.60rem;
    letter-spacing: 1px;
    position: relative;
}

.m2menu_a span {
    width: 0.30rem;
    height: 0.30rem;
    margin-right: 0.05rem;
    display: inline-block;
    position: relative;
}

.m2menu_a:hover span img:nth-child(2), .m2menu_a.in span img:nth-child(2) {
    opacity: 1;
}

.m2menu_a span img:nth-child(2){
    opacity: 0;
}

.m2menu_a span img {
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translate(-50%);
    transition: all 0.5s ease-in-out;
}

.m2menu_a:hover:after, .m2menu_a.in:after {
    width: 100%;
    left: 0;
}
.m2menu_a:after {
    content: "";
    transition: all 0.5s ease-in-out;
    height: 0.04rem;
    width: 0%;
    left: 50%;
    background: #368f80;
    position: absolute;
    bottom: -1px;
}

.cabout{
    margin: .0rem auto;
}

.cabout_title{
	font-size: .36rem;
    line-height: .5rem;
    height: .5rem;
    letter-spacing: 2px;
    font-weight: 600;
}

.cabout_txt{
	font-size: 0.16rem;
    line-height: .32rem;
    margin-top: .25rem;
}


/*荣誉殿堂*/
.m2ryBmul li {
    width: calc(33.33% - 24px);
    float: left;
    padding: 0 12px;
    margin-top: 24px;
}

.m2ryBax {
    background: url(../images/m2ry_bbg.jpg) no-repeat center top;
    height: 420px;
    display: block;
    position: relative;
}

.m2ry_bImgx {
    width: 270px;
    height: 185px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.m2ry_bimg {
    width: 80%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    transform: translate(-50%,-50%);
    transition: all 0.5s ease-in-out;
}

.m2ry_bimg img {
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 999;
}

.m2ry_bsdx {
    position: absolute;
    left: 0;
    bottom: -35px;
    height: 35px;
    background-position: center bottom;
    background-size: 100% auto;
    width: 100%;
    transform: rotateX(180deg);
}

.m2ry_bsdx:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(247,247,247,0.7) 0%,#FCFCFC 90%);
    transform: rotate(180deg);
}

.ellipsis{
    text-align: center;
    width: 100%;
    display: block;
}

/*发展历程*/
.m2lcTopWpr {
    background: url(../images/m2ryMapBg.png) no-repeat center center;
    height: 572px;
}

.m2lcTopImgTxt {
    width: 1050px;
    margin: 0 auto;
    margin-top: 100px;
    height: 572px;
    position: relative;
    transition: all 0.5s ease-in-out;
    opacity: 1;
    visibility: visible;
}

.m2lcTopImg {
    width: 540px;
    height: 374px;
    display: block;
    float: left;
    overflow: hidden;
}

.m2lcTopImg i{
    display: block;
    float: left;
}


.m2lcTopImg em{
    font-size: .36rem;
    color: #368f80;
    float: right;
    display: block;
    transform: rotate(90deg);
    width: 50px;
    margin-top: 0.1rem;
    text-align: center;
    font-family: sans-serif, Arial, Helvetica;
}


.m2lcTopRx {
    position: absolute;
    right: 0;
    bottom: 15%;
    transform: translateY(-50%);
    width: 380px;
    height: 222px;
    padding: 0 50px;
    padding-top: 40px;
    background: url(../images/2_07.png) right top no-repeat;
    z-index: 100;
    overflow: hidden;
}

.m2lcTopRx h4 {
    font-size: 56px;
    color: #b5001f;
    line-height: 60px;
    display: block;
}
.m2lcRdes {
    font-size: 18px;
    line-height: 30px;
    color: #555;
    max-height: 150px;
    overflow-y: auto;
    margin-top: 15px;
    padding-right: 10px;
}


/*新闻样式*/
.m2nul li {
    padding: 40px 0px;
    border-bottom: 1px solid #E6E6E6;
}

.m2naBox {
    display: block;
    overflow: hidden;
}

.m2naBox .overflowHide {
    float: left;
    height: 270px;
    width: 480px;
    border-radius: 0.6em;
    position: relative;
    overflow: hidden;
}



.m2nRx {
    margin-left: 520px;
    padding-top: 30px;
}
.m2nRx strong {
    font-size: 30px;
    line-height: 50px;
    display: block;
    height: 50px;
    font-weight: normal;
    text-align: left;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.m2nRx p {
    font-size: 18px;
    line-height: 36px;
    display: block;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: normal;
    margin-top: 17px;
    color: #333;
    overflow: hidden;
}
.m2nfns {
    margin-top: 20px;
    line-height: 34px;
    height: 34px;
    color: #808080;
    font-size: 18px;
}
.m2nfns_s2 {
    font-size: 14px;
    display: inline-block;
    margin: 0px 30px;
}

.m2nfns_s3 {
    color: #368f80;
}



/*产品样式*/
.m2pubCon{ }
.m2proLx {
    width: 280px;
    float: left;
    background: #fff;
    padding: 0px 15px 15px 15px;
}
.m2proLsx {
    font-size: 16px;
    line-height: 64px;
    background: url(../images/m2pro_mico.png) no-repeat left 25px;
    padding-left: 32px;
    padding-bottom: 0.78vw;
    border-bottom: 1px solid #e6e6e6;
}
.m2prosxDl {
    padding: 1.56vw 0px;
    border-bottom: 1px solid #e6e6e6;
}


.m2prosxDl dt {
    line-height: 36px;
    height: 36px;
    font-size: 24px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
}

.m2prosxDl dt:after {
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}
.m2prosxDl dt:after {
    content: "";
    background: url(../images/m2pro_upAr.png) no-repeat center center;
    height: 5px;
    width: 9px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    right: 0px;
}

.m2proRx {
 margin-left:350px ;
   
}

.m2pro_rt {
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 2px;
    display: block;
}

.m2prolist {
    margin: 32px -15px 0px;
}
.m2prolist li {
    padding: 0px 15px;
    float: left;
    width: calc(33.33% - 30px);
}
.m2pro_aBox {
    display: block;
}

.m2pro_aBox .overflowHide {
    height: 300px;
}
.overflowHide {
    overflow: hidden;
    position: relative;
    z-index: 0;
    border: 1px solid #ccc;
}

.m2pro_aBm {
    padding: 1.77vw 20px 2.34vw;
}
.m2pro_aBm strong {
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
    display: block;
}
.m2pro_aBm p {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    height: 26px;
}


/*联系我们样式*/
.m2lxul1{}
.m2lxul1 li {
    text-align: center;
    float: left;
    width: 33.33%;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0.02vw;
    padding-bottom: 3.02vw;
     margin-top: 3.02vw;
    position: relative;
    display: block;
}

.m2lxul1 li span {
    display: inline-block;
    height: 72px;
    width: 72px;
    position: relative;
}

.m2lxul1 li span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.m2lxul1 li p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.m2lxul1 li:after {
    content: "";
    background: #E6E6E6;
    height: 120px;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.m2lxul1 li:nth-child(3n)::after {
    content: "";
    background: #E6E6E6;
    height: 0px;
    width: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/* 页码 */
.page {
	overflow: hidden; margin-bottom: 30px;
}
.page li{
	margin: 4px;
   	display: inline-block;
    float: left;
    /*padding: 0 10px;*/
    font-size: 16px;
    line-height: 1.6;
    color: #4a4947;
    border: 1px solid #4a4947;
}
.page  a {margin: 4px;
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;
    line-height: 1.6;
	color: #4a4947;border: 1px solid #4a4947;
}
.page span {margin: 4px;
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;
    line-height: 1.6;
		color: #fff;
    
	background-color: #4a4947;border: 1px solid #4a4947;
}
.page  a:hover {
border: 1px solid #4a4947;
	color: #fff;
    
	background-color: #4a4947;
}

.banner111 img{
  
    animation: zoomInOut 5s infinite;
  }
 
  @keyframes zoomInOut {
    0% {
      transform: scale(1.1);
    }
   
    100% {
      transform: scale(1);
    }
  }
.about_coner{margin:0 auto;line-height:40px;overflow: hidden;padding-bottom:20px;background-color: #fff;padding-top:20px;}
.about_coner p{ text-indent: 2em; font-weight:300}
.m-index-aboutus{padding-top:28px;padding-bottom:40px;}
.ul-listabus1{text-align:center;}
.ul-listabus1 li{display:inline-block;padding:0 30px;}
.ul-listabus1 .con{font-size:18px;color:#666;min-width:180px;}
.ul-listabus1 .top{margin-bottom:20px;}
.ul-listabus1 .top span{font-size:68px;font-family:Manrope3;font-weight:bold;color:#116f61;line-height:42px;background:linear-gradient(-59deg, #17a18c 0%, #116f61 98.7060546875%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}

.row-index-service{padding-top:30px;padding-bottom:0px;height:550px;}
.row-index-service .g-tit-f01{margin-bottom:40px;}
.ul-service{margin:0 -5px;overflow:hidden;}
.ul-service li{padding:0 5px;overflow:hidden;width:22.433%;height:530px;transition:all .5s linear;-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-ms-transition:all .5s linear;-o-transition:all .5s linear;float:left;}
.ul-service li.on{width:53%;}
.ul-service .inner{height:100%;position:relative;}
.ul-service .pic{height:100%;}
.ul-service .pic img{width:100%;height:100%;display:block;object-fit:cover;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;filter: brightness(70%);}
.ul-service .default{position:absolute;top:0;left:0;bottom:0;right:0;opacity:1;transition:opacity .3s;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-ms-transition:opacity .3s;-o-transition:opacity .3s;transition-delay:.5s;}
.ul-service .on .default{opacity:0;transition-delay:0;}
.ul-service h3{padding:0 10px;font-size:26px;font-weight:400;color:#FFFFFF;line-height:38px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%, -50%);-webkit-transform:translateY(-50%, -50%);-moz-transform:translateY(-50%, -50%);-ms-transform:translateY(-50%, -50%);-o-transform:translateY(-50%, -50%);text-align:center;}
.ul-service .cover{padding:0 100px 70px 60px;position:absolute;bottom:0;left:0;right:0;opacity:0;transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition-delay:.5s;}
.ul-service .on .cover{opacity:1;transition-delay:0;}
.ul-service .cover h4{margin-bottom:20px;font-size:30px;font-weight:bold;color:#FFFFFF;line-height:1.4;height:1.4em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ul-service .cover .desc{font-size:20px;font-weight:400;color:#FFFFFF;line-height:1.8;min-height:5.4em;display:-webkit-box;-webkit-line-clamp:6;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;}

.bgers {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  pointer-events: none;

  overflow: hidden;

}

.bgers img {

  width: 100%;

  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;

  position: relative;

  -webkit-animation: bgers 20s linear infinite;

          animation: bgers 20s linear infinite;

}
@keyframes bgers {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
.icon2 {

	background-size: cover;
	padding: 40px 0 100px 0;
	box-sizing: border-box;position: relative;overflow: hidden;
	 margin-top:20px ;
}
.icon2 .tit1 {
	color: #fff;
}
.icon2 .tit1 .em {
	color: #fff;
}

.cont-top-1er {
    text-align: center;  padding-top:35px;position: relative;
}

.cont-top-1er h2 {
    font-size: 0.4rem;
    margin-bottom: 0.3375rem;
    font-weight: 200;color: #fff;
}

.cont-top-1er>div {
    font-size: 0.2rem;
    margin-bottom: 45px;
    font-weight: 300;
    color: #f6f6f6;
    line-height:40px;
}



.icon2_lm{max-width:1500px;
	width: 95%;
	margin: 0 auto;
	padding-top: 20px;position: relative;}
	
.icon2_lm li{width:22%;line-height:60px; float:left; margin-right:3%; text-align:center; font-size:20px;   /* 鐎瑰苯鍙忛柅蹇旀 */
}	
.icon2_lm li p{ text-align:left; font-size:14px;line-height:25px;}
.icon2_lm li a{ display:inherit;background-color: rgba(255, 255, 255, 0.95); padding:25px 25px 25px 25px;transition: background-color 0.5s ease; }
.icon2_lm li a:hover{	color: #333;
	
	background-color: rgba(72, 72, 72, 0.7); color:#fff}
.icon2_lm li:nth-of-type(4){
	margin-right:0%; 
}
	.icotp{height:160px; overflow:hidden}
	.icotp img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.icon2_lm li:hover .icotp  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}
	
	.icon2 .moe{width:150px;height:40px;line-height:40px; margin:0 auto;text-align:center; margin-top:80px;position: relative;}
.icon2 .moe a{ font-size:16px; display:inherit;border:solid 1px #fff;border-radius: 10px;color: #333;color:#fff}
.icon2 .moe a:hover{background-color: #fff;color:#333}
.news{
	background-color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 0px;
	 margin-top:40px ;
}

.news_left{
	width: 540px;
	 position: absolute;
}
.news_left h6{
	padding-top: 25px;
	padding-bottom: 25px;
	color: #333333;
	font-size: 20px
}
.news_left p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	padding-bottom: 30px; font-weight: 400;
}
.news_left font{
	display: block;
	font-size: 13px;
	color: #666666;
}
.news_left font img{
	float: right;
}
.news_left a{
	display: block;
	padding: 20px;
	background-color: #fff;border-radius:10px;
}
.news_left a:hover h6{ font-weight:bold}
.news_left a:hover{
-moz-box-shadow:0px 5px 8px #aaa; -webkit-box-shadow:0px 5px 8px #aaa; box-shadow:0px 5px 8px #aaa; transition: all 0.5s ease-in ;transition: all 0.5s ease-out ;}

.news_right{
	margin-left:580px; 
}
.news_right a{
	display: block;
	padding-top: 35px;
	padding: 20px;
	height:auto;
	margin-bottom: 30px;
	background-color: #fff;border-radius:10px;
}
.news_right a h6{
	color: #333333;
	font-size: 20px;
	padding-bottom: 20px;
}
.news_right a h6 font{
	float: right;
	font-size: 12px;
	color: #999999;
}
.news_right a p{
	font-size: 14px;
	color: #666666;
	line-height:28px; font-weight: 300;
}
.news_right a:hover h6{
	color: #333; font-weight: bold;
}
.news_right a:hover{
	-moz-box-shadow:0px 5px 8px #aaa; -webkit-box-shadow:0px 5px 8px #aaa; box-shadow:0px 5px 8px #aaa; padding-left: 22px;transition: all 0.5s ease-in ;transition: all 0.5s ease-out ;

}
.news_box{
	padding-bottom: 10px;position: relative; margin-top:30px ;
}
.newstp{height:300px; overflow:hidden}
.newstp img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.news .news_left a:hover .newstp  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}
.newstpr{width:200px;height:120px; overflow:hidden; float:left; margin-right:20px;border-radius:5px;}
.newstpr img{overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.news .news_right a:hover .newstpr  img{    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);}
    
    .moreNews{
	display: block;
	margin-top: 38px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 14px;
	text-align: center;
	border: 1px solid #999999;
	line-height: 50px;
	border-radius: 25px;
	width: 205px;
}
.moreNews:hover{background-color: #333333;color:#fff}


footer{
	background-color: #313131;
	padding-top: 45px;
	padding-bottom: 30px;color: #8f8f8f;
}
footer a{color: #8f8f8f;}
footer a:hover{color: #fff;}
.footer_logo{float: left;width:250px;
	
}
.footer_logo p{
	color: #999999;
	font-weight: 300;
	font-size: 14px;
	padding-top: 15px;
	
}
.nav_footer{
	width: 77.8%;float: left;
}
.nav_footer li{ float: left;width:14%;
	/*text-align: center;*/
}
.nav_footer li a:nth-of-type(1){
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 10px; font-weight: 500;
}
.nav_footer li:nth-of-type(6){
    width:30%;
}
.nav_footer li .proA{
	color: #8f8f8f;
	font-size: 14px;
	display: block;
	padding-top: 15px;
}
.nav_footer li .proA:hover{
	color: #fff;
	font-size: 14px;
	display: block;
	padding-top: 15px;
}
.nav_footer li p{ 
	padding-top: 20px;
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	padding-left: 23px;
}
.nav_footer li p:nth-of-type(1){
	background: url(../images/add.png) no-repeat left 20px ;
}
.nav_footer li p:nth-of-type(3){
	background: url(../images/email.png) no-repeat left 20px ;
}
.nav_footer li p:nth-of-type(2){
	background: url(../images/tel1.png) no-repeat left 20px ;
}
.nav_footer li p:nth-of-type(4){
	background: url(../images/fax.png) no-repeat left 20px ;
}
.link{
    max-width:1500px;
	width: 95%;
	margin: 0 auto;
	padding-top: 25px;
	font-weight: 100;
	color: #666666;
	font-size: 14px;padding-bottom: 0px;
border-top: 1px solid #6d6d6d;  text-align: right;
	
}
.link font{ float:left}
.linkr{
	 max-width:1500px;
	width: 95%;
	margin: 0 auto;
	padding-top: 30px;
	font-weight: 100;
	color: #666666;
	font-size: 14px;
	padding-bottom: 20px;
}
.linkr a{ margin-right:10px;}
.linkr a:hover{color:#fff}


.in_pro01{display: flex;
  justify-content: space-between;}
.in_pro01  li{
     width: calc(50% - 15px);  
}
.in_pro01 .proimg{overflow: hidden;}
.in_pro01 .tit {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
}
.in_pro01 .tit .tit_left {
  font-size: 22px;
  float: left;
   font-weight: bold;
}
.in_pro01 .tit .tit_right {
  color: #999;
  float: right;
  font-family: 'D-DINCondensed';
  text-transform: uppercase;
   font-size: 12px; padding-top:10px;
}

.in_pro01 li img{
width:100%;
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.in_pro01 li:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}


.in_prodivss img{
width:100%;
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.in_prodivss:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.li_nav{width:100%;height:40px;line-height:40px; text-align: center; margin-top:30px}
.li_nav a{  margin-right:20px;border:1px solid #d0d4d9; padding:10px 20px 10px 20px;}
.li_nav a:hover{ background: #269176;color:#fff;border:1px solid #269176; font-size:300; }
.li_nav a.on{ background: #269176;color:#fff;border:1px solid #269176; }

.faqs{overflow: hidden;width:100%;height: 480px;margin:0 auto; margin-top:20px; margin-bottom:20px}
.khjz{}
.khjz ul{overflow:hidden;}
.khjz li{
width:270px;height:410px; float:left; line-height:40px; margin-right:30px; text-align: center;
}
.khjz .pic{height:370px; overflow:hidden}
.khjz .pic img{height:370px;}
.khjz .pic img{
 overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;}
.khjz .pic:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.hd{text-align:center;max-width: 1200px;width:100%; margin:0 auto;height:50px; margin-top:20px;}
.hd a{width:50px;height:45px;cursor:pointer; margin-left:20px;margin-right:20px;display:inline-table}
.next{background: url(../images/prev.png) no-repeat center center;   }
.prev{background: url(../images/nexter.png) no-repeat center center; }