@charset "utf-8";
/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
fieldset,img {
    border: 0;
}
input,textarea{outline: none;}
address,caption,cite,code,dfn,em,th,var {
    font-weight: normal;
    font-style: normal;
}
ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,q:after {
    content:"";
}
abbr,acronym {
    border: 0;
}
a{
    text-decoration: none;
}
img{
    border:none;
    vertical-align: middle;
}

body {font: normal 100% Microsoft YaHei,Helvetica, Arial,sans-serif;overflow-x: hidden;color: #333;}

.c {
    width: 1600px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

input, textarea {outline: none;background: none;border: none;}
.left{float: left;}
.right{float: right;}
a{font-size: 14px;line-height: 25px;}
p{font-size: 14px;line-height: 30px;}
span{font-size: 14px;}
a:hover{color: #088e95;text-decoration: none;}
.clear {clear: both;}
.hide{display: none;}
.show{display: block;}
.height10{height:10px;}
.height30{height:30px;}
.height20{height:20px;}
.height34{height:34px;}
.height40{height:40px;}
.height50{height:50px;}
.height60{height:60px;}
.height70{height:70px;}
.height80{height:80px;}
.height90{height:90px;}
.height95{height:95px;}
.height100{height:100px;}
.ff{background-color: #fff;overflow: hidden;}
.f8 {
    background: #f8f8f8;
    width: 100%;
}
input::-webkit-input-placeholder {color: #bbbbbb;}
input::-moz-placeholder { /* Mozilla Firefox 19+ */color: #bbbbbb;}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #bbbbbb;}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #bbbbbb;}
textarea::-webkit-input-placeholder {color: #bbbbbb;}

    textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #bbbbbb;
    }

    textarea:-moz-placeholder {  /* Mozilla Firefox 4 to 18 */
        color: #bbbbbb;
    }

    textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #bbbbbb;
    }

    @font-face {
        font-family:'FZDHTJW';
        src: url(/lib/Font-Awesome/font/FZDHTJW.TTF);
    }

    @font-face {
        font-family:'DINCOND';
        src: url(/lib/Font-Awesome/font/DINCOND-BLACK.OTF);
    }

/* 网站头部 */
.header {height: 165px;width: 100%;-webkit-transition: all ease .5s;
    transition: all ease .5s;min-width:1200px;z-index: 9998;background-color: #fff;
}
.header .header_mid{z-index: 9;width: 100%;margin: 0 auto;background-color: #fcfcfc;}
.header .header_mid .header_t{width: 100%;position: fixed;z-index: 999; height: 110px;background-color: #fff;}
.header .header_mid .header_t_l{float: left;}
.header .header_mid .header_t_l .h_l{line-height: 110px; float: left;}
.header .header_mid .header_t_l .hr{width: 1px;height: 50px;background-color: #eee;float: left;margin: 30px 30px;}
.header .header_mid .header_t_l .h_r{margin-top: 30px;float: left;}
.header .header_mid .header_t_l h2{font-size: 17.95px;color: #333;}
.header .header_mid .header_t_l h2 span{font-size: 17.95px;color: #088e95;font-weight: bold;}
.header .header_mid .header_t_l h3{font-size: 24.74px;color: #272626;font-weight: bold;}
.header .header_mid .header_t_r{float: right;line-height: 110px;}



.header .header_mid .header_t1{width: 100%;height: 165px;background-color: #2d7a5c;padding-top: 110px;}
.header .header_mid .header_t1 > ul{height: 55px;}
.header .header_mid .header_t1 > ul > li {float: left;width: 16.66%;text-align: center; position: relative;}
.header .header_mid .header_t1 > ul > li.active{background-color: #3ca37b;}
.header .header_mid .header_t1 > ul > li:hover em{display: none;}
.header .header_mid .header_t1 > ul > li.active em{display: none;}
.header .header_mid .header_t1 > ul > li > a {color: #fff;font-size: 17px;line-height: 55px;position: relative;z-index: 2;}
.header .header_mid .header_t1 > ul > li em{font-size:16px;color: #9a9a9a;float: right;line-height: 55px;}
.header .header_mid .header_t1 > ul > li > a > span {color: #fff;font-size: 12px;}
.header .header_mid .header_t1 > ul > li > ol{position: absolute;top:55px;left:-35px;z-index: 99;min-width: 170px;display: none;padding:0 10px;background: rgba(0,0,0,.6);}
.header .header_mid .header_t1 > ul > li > ol li{line-height: 45px;border-bottom: 1px solid #494949;}
.header .header_mid .header_t1 > ul > li > ol li a{color:#9a9a9a;font-size: 13px;}
.header .header_mid .header_t1 > ul > li:hover > ol{display: block;}
.header .header_mid .header_t1 > ul > li > ol li a:hover{color: #3ca37b;}
.header .header_mid .header_t1 > ul > li:hover a::after,.header_mid > ul > li.active a::after {width: 100%;}
.header .header_mid .header_t1 > ul > li:hover > a {color: #fff;}
.header .header_mid .header_t1 > ul > li.active > a {color: #fff;}
.header .header_mid .header_t1 > ul > li:after{
    content: '';
    position: absolute;
    height: 0;
    width: 100%;
    background: #3ca37b;
    background-size: 100% 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: height .5s;
    transition: height .5s;
    color: #fff;
    z-index: 1;
}
.header .header_mid .header_t1 > ul > li:hover:after{height:100%;color: #fff;z-index: 1;}



.header_mid .text1{width:34.75%;height: 50px; border-radius: 5px; float: left;margin-left: 26.25%; margin-top: 30px;border: 1px #e6e6e6 solid;}
.header_mid  .text1 input[type="text"]{
    box-sizing: border-box;
    font-size:14px;
    height: 50px;
    color:#666666;
    -web-kit-appearance:none;
    -moz-appearance: none;
    display:block;
    outline:0;
    padding-left: 20px;
    text-decoration:none;
    width:350px;
  }


  .header_mid  .text1 input[type="image"]{
    box-sizing: border-box;
    -web-kit-appearance:none;
    -moz-appearance: none;
    display:block;
    outline:0;
    text-decoration:none;
    margin-top: -50px;
    margin-right: 0px;
    float: right;
  }


.header_mid .sou{width: 30px;height: 50px;float: right;margin-top: -50px;margin-right: 20px;}
.header_mid .sou img{margin-top: -50px;}

.banner{position: relative;}
.banner .swiper-pagination-bullet{background: none;font-size: 19.5px;color: rgba(250,250,250,.6);margin: 0px 10px;}  
.banner .swiper-pagination-bullet-active{background: none;color: rgba(250,250,250,.8);}
.banner .swiper-pagination{text-align: right;padding-right: 8%;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0px 20px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 60px;}
.banner img{width: 100%;}


.i_list1{padding: 70px 0px 110px;}
.i_list1 h2{font-size: 34px;color: #333;text-align: center;}
.i_list1 h2 span{font-size: 34px;color: #236c4f;text-align: center;}
.i_list1 h3{font-size: 18px;color: #666;text-align: center;margin-top: 12px;}
.i_list1 h3 img{margin: 0px 10px;}
.i_list1 ul{margin-top: 50px;}
.i_list1 li{width: 25%;height: 330px;background-color: #257b59;float: left;padding-top: 65px;}
.i_list1 li:nth-child(2n){background-color: #2e8b66;}
.i_list1 li .tp{width: 100%;height: 66px;text-align: center;overflow: hidden;}
.i_list1 li .tp img{max-width: 100%;max-height: 100%;}
.i_list1 li .li_1{font-size: 26px;color: #fff;font-weight: bold;text-align: center;margin-top: 32px;}
.i_list1 li:nth-child(1) .li_1{font-size: 36px;margin-top: 27px;}
.i_list1 li p{font-size: 20px;color: #fff;text-align: center;margin-top: 12px;}
.i_list1 li p a{font-size: 20px;color: #fff;}

.i_list2{padding: 70px 0px 110px;background-color: #f8f8f8;}
.i_list2 h2{font-size: 34px;color: #333;text-align: center;}
.i_list2 h2 span{font-size: 34px;color: #236c4f;text-align: center;}
.i_list2 h3{font-size: 18px;color: #666;text-align: center;margin-top: 12px;}
.i_list2 h3 img{margin: 0px 10px;}
.i_list2 ul{margin-top: 65px;}
.i_list2 li{width: 23.5%;height: 467px;background-color: #fff; overflow: hidden; float: left;margin-right: 2%;overflow: hidden;}
.i_list2 li:nth-child(4n){margin-right: 0px;}
.i_list2 li .tp{width: 100%;height: 375px;padding: 10px; line-height: 375px;text-align: center;overflow: hidden;}
.i_list2 li .tp img{max-width: 100%;max-height: 100%; transition: all .5s;}
.i_list2 li p{width: 100%;height: 90px;border-top: 1px #eee solid; text-align: center;line-height: 90px;overflow: hidden;font-size: 18px;color: #333;}
.i_list2 li:hover p{color: #236c4f;border-top: 1px #236c4f solid;}
.i_list2 li:hover .tp img{transform: scale(1.1);transition: all 4s;}
.i_list2 li:hover{box-shadow: #ddd 0px 0px 10px 1px;}
.i_list2 .i_list2_c{position: relative;}
.i_list2 .swiper-container{padding: 20px 10px;}
.i_list2 .swiper-button-next,.i_list2 .swiper-button-prev{width: 40px;height: 40px;margin-top: 10px;}
.i_list2 .swiper-button-prev{background: url("../images/i_list2_l.png") no-repeat;left:-4%;}
.i_list2 .swiper-button-next{background: url("../images/i_list2_r.png") no-repeat;right:-4%;}
.i_list2 .swiper-button-next.swiper-button-disabled{background: url("../images/i_list2_r.png") no-repeat;opacity: 1;}
.i_list2 .swiper-button-prev.swiper-button-disabled{background: url("../images/i_list2_l.png") no-repeat;opacity: 1;}

.i_list3{padding: 60px 0px 110px;background-color: #fff;}
.i_list3 h2{font-size: 34px;color: #333;text-align: center;}
.i_list3 h2 span{font-size: 34px;color: #236c4f;text-align: center;}
.i_list3 h3{font-size: 18px;color: #666;text-align: center;margin-top: 12px;margin-bottom: 65px;}
.i_list3 h3 img{margin: 0px 10px;}
.i_list3 .i_list3_l{width: 49.75%;float: left;}
.i_list3 .i_list3_l .title{font-size: 28px;color: #333;}
.i_list3 .i_list3_l .title2{font-size: 17px;color: #666;line-height: 40px;margin-top: 25px;}
.i_list3 .i_list3_l .more{margin-top: 43px;}
.i_list3 .ab_hf{margin-top: 120px;}
.i_list3 .hf_1{float: left;margin-bottom: 85px;}
.i_list3 .hf_1:nth-child(1){width: 50%;}
.i_list3 .hf_1:nth-child(2){width: 50%;}
.i_list3 .hf_1:nth-child(3){width: 50%;}
.i_list3 .hf_1:nth-child(4){width: 50%;}
.i_list3 .hf_1 .left1{width: 6px;height: 62px;float: left;margin-top: 6px;}
.i_list3 .hf_1 .right1{width: calc(100% - 19px);float: right;}
.i_list3 .hf_1 .right1 h4{font-size: 30px;color: #277657;font-weight: bold;}
.i_list3 .hf_1 .right1 p{font-size: 19.87px;color: #666;margin-top: 10px;}
.i_list3 .i_list3_r{width: 44.625%;float: right;overflow: hidden;text-align: center;}
.i_list3 .i_list3_r img{max-width: 100%;}

.i_list4{padding: 60px 0px 110px;background-color: #f7f7f7;}
.i_list4 h2{font-size: 34px;color: #333;text-align: center;}
.i_list4 h2 span{font-size: 34px;color: #236c4f;text-align: center;}
.i_list4 .i_list4_t{text-align: center;margin-top: 38px;}
.i_list4 .i_list4_t span{padding: 15px 45px;cursor: pointer; background-color: #fff;font-size: 17px;color: #666;display: inline-block;margin-right: 18px;}
.i_list4 .i_list4_t span.active{background-color: #236c4f;color: #fff;}
.i_list4 .i_list4_c{margin-top: 67px;}
.i_list4 .i_list4_c ul{display: none;}
.i_list4 .i_list4_c ul:nth-child(1){display: block;}
.i_list4 .i_list4_c li{width: 32%;float: left;margin-right: 2%;}
.i_list4 .i_list4_c li:nth-child(3){margin-right: 0px;}
.i_list4 .i_list4_c li .tp{width: 100%;height: 370px;overflow: hidden;}
.i_list4 .i_list4_c li .tp img{width: 100%;height: 370px;transition: all .5s;}
.i_list4 .i_list4_c li:hover .tp img{transform: scale(1.1);transition: all 3s;}
.i_list4 .i_list4_c li .li_c{width: 100%;height: 182px;background-color: #fff;padding: 32px 6.6%;}
.i_list4 .i_list4_c li .li_c h3{font-size: 24px;color: #333;height: 26px;line-height: 26px;overflow: hidden;}
.i_list4 .i_list4_c li .li_c h4{font-size: 16px;color: #666;margin-top: 25px;}
.i_list4 .i_list4_c li .li_c p{font-size: 17px;color: #888;margin-top: 20px;height: 18px;line-height: 18px;overflow: hidden;}


.i_list5{width: 100%;height: 798px;background: url(../images/i_list5.png) no-repeat center center;}
.i_list5 h2{font-size: 42px;color: #fff;text-align: center;padding-top: 76px;}
.i_list5 ul{width: 68.75%;margin: 55px auto;}
.i_list5 li{width: 32%;height: 160px;border-radius: 10px;padding-top: 35px; background-color: rgba(255,255,255,.16);float: left;margin-right: 2%;}
.i_list5 li:nth-child(3){margin-right: 0px;}
.i_list5 li h3{font-size: 45px;color: #fff;font-weight: bold;text-align: center;}
.i_list5 li p{font-size: 18px;color: #fff;text-align: center;margin-top: 17px;}




















/* 首页轮播图 */
.banner1 .on_down{width:200px;height:auto;float:left;overflow:hidden}
.banner1 .on_down .icon{
  width: 23px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 11.23px;
  float: left;
  position: relative;
  z-index: 1;
}
.banner1 .on_down .icon i{
  width: 2px;
  height: 12px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: -12px;
  margin-left: -1px;
  border-radius: 2px;
  overflow: hidden;
  animation: down 1.5s linear infinite;
}
@keyframes down{0%,100%{height:12px;top:-11px;opacity:1}98%{height:4px;opacity:0;top:60%}99%{height:12px;opacity:0;top:-11px}}


.c-banner1 {
    background: #fff;
}
.c-banner1 .swiper-slide{
    position: relative;
    overflow: hidden;
}
.c-banner1 .swiper-slide img {
    width: 100%;
    /* height: 100vh; */
    object-fit: cover;
    -webkit-transition: all 7s;
    transition: all 7s;
    transform:scale(1.05,1.05);
    -webkit-transform:scale(1.05,1.05); 
}
.c-banner1 .swiper-slide .c-bg2 {
    display: none;
}
.c-banner1 .swiper-slide-active img{
  width: 100%;
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
}
.c-banner1 .swiper-slide .c-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    background: url(../images/mbl.png)repeat;
}
.c-banner1 .swiper-slide .c-wrap .c-title{
    font-size: 47px;
    color: #fff;
    font-weight: bold;
}

.c-banner1 .swiper-slide .c-wrap .c-title1{font-size: 9.7px;color: #fff;letter-spacing:6.5px;margin-top: 20px;}
.c-banner1 .swiper-slide .c-wrap .hr{margin-top: 40px;width: 67px;height: 3px;background: #fff;}
.c-banner1 .swiper-slide .c-wrap .c-title2{margin-top: 43px;font-size: 36px;color: rgba(255,255,255,.93);}
.c-banner1 .swiper-slide .c-wrap .c-title2 span{padding: 0 20px;}
.c-banner1 .swiper-pagination-bullet {opacity: 1;}
.c-banner1 .c-dot {position: absolute;bottom: 55px;left: 0;width: 100%;}
.c-banner1 .swiper-pagination{position: relative;text-align: left;}
.loading {margin: 0 10px;width: 17px;height: 17px;position: relative;border: 2px solid transparent;background: transparent;}
.loading.swiper-pagination-bullet-active {border-color: #c9c9c9;}
.loading .c-progress {position: absolute;width: 12px;height: 12px;background-color: #fff;border-radius: 50%;left: 4px;top: 3px;line-height: 120px;text-align: center;opacity:1;}
.loading.swiper-pagination-bullet-active .c-progress {background-color: none;width: 0px;height: 0px;}
.loading .left,.loading .right {opacity: 0;width: 10px;height: 17px;overflow: hidden;position: absolute;left: -2px;top: -2px;overflow: hidden;}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {opacity: 1;}
.loading .right {left: auto;right: -2px;top: -2px;}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 10px;
    height: 17px;
    border: 2px solid #08878e;
    border-radius: 8.5px 0 0 8.5px;
    border-right: 0;
}
    .loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 8.5px 8.5px 0;
    border: 2px solid #08878e;
    border-left: 0;
    }
    .loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-left1;
    }
    
    .loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 3.9s;
    /* animation-iteration-count: infinite; */
    animation-timing-function: linear;
    animation-name: spin-right1;
    }
    @keyframes spin-right1 {
    0% {
      transform: rotate(180deg);
    }
    50% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(360deg);
    }
    }
    
    @keyframes spin-left1 {
    0% {
      transform: rotate(180deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
    }
    @-webkit-keyframes c-zoom {
    0% {
      transform:scale(1,1);
      -webkit-transform:scale(1,1); 
    }
    100% {
      transform:scale(1.1,1.1);
      -webkit-transform:scale(1.1,1.1); 
    }
    }
    
    @keyframes c-zoom {
    0% {
      transform:scale(1,1);
      -webkit-transform:scale(1,1); 
    }
    100% {
      transform:scale(1.2,1.2);
      -webkit-transform:scale(1.2,1.2); 
    }
    }
    
.c-zoom {
   -webkit-animation-name: c-zoom;
   animation-name: c-zoom;
}




/* 首页关于我们 */
.i_about{width: 100%;padding: 100px 0px 103px; animation-duration: 3s;}
.i_about .left{width: 34.375%;float: left;}
.i_about .left h2{font-size: 42.26px;color: #06767c;font-family: 'FZDHTJW';}
.i_about .left h3{font-size: 20px;color: #666;}
.i_about .left h4{font-size: 32px;color: #666;line-height: 53px; margin-top: 45px;}
.i_about .left img{margin-top: 45px;}
.i_about .right{width: 51.875%;float: right;}
.i_about .right .right1{font-size: 18px;color: #666;line-height: 42px;}
.i_about .ab_hf{margin-top: 48px;}
.i_about .ab_hf .hf_1{width: 32%;height: 180px;float: left;margin-right: 2%;}
.i_about .ab_hf .hf_1 .hf_1_l{width: 2px;float: left;margin-top: 20px;}
.i_about .ab_hf .hf_1 .hf_1_r{width: calc(100% - 2px);float: right;padding-left: 10%;}
.i_about .ab_hf .hf_1:nth-child(3){margin-right: 0px;}
.i_about .ab_hf .hf_1 span{color: #06767c;font-size: 75px;float: left;font-weight: bold;}
.i_about .ab_hf .hf_1 em{float: left;margin-top: 60px;font-size: 16px;color: #0a7f85;padding-left: 5px;}
.i_about .ab_hf .hf_1 h3{font-size: 16px;color: #666;margin-top: 0px;}
.i_about .i_about_b{width: 100%;overflow: hidden;margin-top: 30px;}
.i_about .i_about_b .tp{width: 100%;overflow: hidden;}
.i_about .i_about_b img{max-width: 100%;}


/* 首页产品 */
.i_pro{padding: 73px 0px 85px;animation-duration: 3s;background-color: #f6f6f6;}
.i_pro h2{font-size: 40px;color: #333;font-weight: bold;text-align: center;}
.i_pro h2 span{font-size: 40px;color: #06767c;}
.i_pro .i_pro_t{text-align: center;margin-top: 38px;}
.i_pro .i_pro_t span{padding: 15px 45px;background-color: #fff;font-size: 19px;color: #666;display: inline-block;margin-right: 18px;}
.i_pro .i_pro_t span.active{background-color: #08878e;color: #fff;}
.i_pro .i_pro_list{margin-top: 60px;}
.i_pro .i_pro_list1{display: none;}
.i_pro .i_pro_list1:nth-child(1){display: block;}
.i_pro .i_pro_list1{position: relative;}
.i_pro .i_pro_list1 .swiper-container{padding: 10px;}
.i_pro .i_pro_list1 .tp{width: 100%;height: 450px;text-align: center;line-height: 450px; overflow: hidden; background-color: #fff;}
.i_pro .i_pro_list1 .tp img{width: 100%;height: 100%;transition: all .5s;}
.i_pro .i_pro_list1 .swiper-slide:hover .tp img{transform: scale(1.1);transition: all 3s;}
.i_pro .i_pro_list1 p{font-size: 18px;line-height: 98px;overflow: hidden; color: #333;text-align: center;width: 100%;height: 98px;background-color: #fff; }
.i_pro .i_pro_list1 .swiper-slide:hover p{color: #08878e;}
.i_pro .i_pro_list1 .swiper-container{padding: 10px 10px 75px;}
.i_pro .i_pro_list1 .swiper-pagination-bullet{width: 43px;height: 4px;border-radius: 0px; opacity: 1;margin: 0 7px;background: #bfbfbf;}
.i_pro .i_pro_list1 .swiper-pagination-bullet-active{width: 43px;height: 4px;opacity: 1;background: #08878e;}


.i_ys{padding: 80px 0px 85px;animation-duration: 3s;background-color: #fff;}
.i_ys h2{font-size: 40px;color: #333;font-weight: bold;text-align: center;}
.i_ys h2 span{font-size: 40px;color: #06767c;}
.i_ys h3{font-size: 18px;color: #666;text-align: center;margin-top: 25px;margin-bottom: 65px;}
.i_ys .i_ys_c{width: 100%;height: 800px;background: url(../images/i_ys_bj.jpg) no-repeat center center;position: relative;}
.i_ys .i_ys_c .i_ys_r{position: absolute;right: 0px;width: 50%;height: 800px;overflow: hidden;}
.i_ys .i_ys_c .i_ys_r .i_ys_r1{display: none;}
.i_ys .i_ys_c .i_ys_r .i_ys_r1:nth-child(1){display: block;}
.i_ys .i_ys_c .i_ys_r img{width: 100%;height: 800px;}

.i_ys .i_ys_c .i_ys_l{width: 43.75%;float: left;height: 572px; padding-top: 57px;}
.i_ys .i_ys_c .i_ys_l .i_ys_l1{display: none;}
.i_ys .i_ys_c .i_ys_l .i_ys_l1:nth-child(1){display: block;}
.i_ys .i_ys_c .i_ys_l .tp{width: 126px;height: 149px;float: left;}
.i_ys .i_ys_c .i_ys_l .tp img{width: 100%;height: 149px;}
.i_ys .i_ys_c .i_ys_l .right{width: calc(100% - 146px);float: right;}
.i_ys .i_ys_c .i_ys_l h4{font-size: 40px;color: #fff;font-weight: bold;padding-right: 36%;line-height: 54px;}
.i_ys .i_ys_c .i_ys_l .hr{width: 100%;height: 1px;background-color: rgba(255,255,255,.2);margin-top: 25px;}
.i_ys .i_ys_c .i_ys_l h5{font-size: 18px;color: #fff;line-height: 45px;margin-top: 50px;}

.i_ys .i_hf{margin-top: 40px;}
.i_ys .i_hf .hf_2{width: 32%;height: 180px;float: left;margin-right: 2%;}
.i_ys .i_hf .hf_2 .hf_1_l{width: 2px;float: left;margin-top: 20px;}
.i_ys .i_hf .hf_2 .hf_1_r{width: calc(100% - 2px);float: right;padding-left: 10%;}
.i_ys .i_hf .hf_2:nth-child(3){margin-right: 0px;}
.i_ys .i_hf .hf_2 span{color: #fff;font-size: 55.9px;float: left;font-weight: bold;}
.i_ys .i_hf .hf_2 em{float: left;margin-top: 38px;font-size: 19px;color: #fff;padding-left: 5px;font-weight: bold;}
.i_ys .i_hf .hf_2 p{font-size: 19px;color: #fff;line-height: 22px;}

.i_ys .i_ys_b{position: absolute;bottom: 77px;width: 100%;}
.i_ys ul{width: 100%;height: 150px; background-color: #fff;}
.i_ys li{width: 25%;font-size: 22px;color: #666; float: left;text-align: center;height: 150px;line-height: 150px;overflow: hidden;border-left: 1px rgba(0,0,0,.2) solid;}
.i_ys li:nth-child(1){border-left: none;}
.i_ys li img{margin-right: 26px;}
.i_ys li .img2{display: none;}

.i_ys li.active{background-color: #0a888f;color: #fff;}
.i_ys li.active .img1{display: none;}
.i_ys li.active .img2{display: inline;}


.i_news{padding: 98px 0px 85px;animation-duration: 3s;background-color: #fff;}
.i_news h2{font-size: 40px;color: #333;font-weight: bold;text-align: center;margin-bottom: 72px;}
.i_news h2 span{font-size: 40px;color: #06767c;}
.i_news .i_news_c{width: 48.1875%;float: left;overflow: hidden;}
.i_news .i_news_c:nth-child(3){float: right;}
.i_news .i_news_c1 .left{float: left;font-size: 24px;color: #333;font-weight: bold;}
.i_news .i_news_c1 .left .hr{width: 5px;height: 24px;background-color: #08878e;float: left;margin-right: 18px;margin-top: 3px;}
.i_news .i_news_c1 .more{float: right;font-size: 15px;color: #666;margin-top: 5px;}
.i_news .i_news_c .tp{width: 100%;overflow: hidden;margin-top: 40px;}
.i_news .i_news_c .tp img{width: 100%;}
.i_news ul{margin-top: 40px;}
.i_news li{width: 100%;height: 72px;line-height: 72px;border-top: 1px rgba(0,0,0,.1) solid;}
.i_news li .li_l{width: calc(100% - 105px);height: 72px;line-height: 72px; float: left;font-size: 18px;color: #666;overflow: hidden;}
.i_news li .li_r{width: 105px;float: right;font-size: 14px;height: 72px;line-height: 72px; color: #666;overflow: hidden;}
.i_news li .li_r img{margin-top: -5px;margin-right: 5px;}
.i_news li .li_r .img2{display: none;}
.i_news li:nth-child(1){border-top: none;}
.i_news li:hover .li_l{color: #08878e;}
.i_news li:hover .li_r .img1{display: none;}
.i_news li:hover .li_r .img2{display: inline;}































































/* 解决方案 */
.i_case{width: 100%;padding: 140px 0px;background-color: #f7f7f7;}
.i_case .c{position: relative;}
.i_case .i_case_l{width: 17%;float: left;overflow: hidden;}
.i_case h2{font-size: 50px;color: #333;font-family: 'DINCOND';}
.i_case h2 span{font-size: 50px;color: #00963c;font-family: 'DINCOND';}
.i_case .hr{width: 25px;height: 5px;background-color: #bfbfbf;margin-top: 20px;}
.i_case h3{font-size: 36px;color: #1c2b35;margin-top: 20px;}
.i_case .i_case_right{width: 82.5%;float: right;}
.i_case .swiper-button-next,.i_case .swiper-button-prev{width: 66px;height: 66px;}
.i_case .swiper-button-prev{background: url("../images/i_case_l1.png") no-repeat;left:0%;opacity: 1;margin-top: 195px;}
.i_case .swiper-button-next{background: url("../images/i_case_r1.png") no-repeat;left:0%;opacity: 1;margin-top: 100px;}
.i_case .swiper-button-prev.swiper-button-disabled{background: url("../images/i_case_l.png") no-repeat;left:0%;opacity: 1;margin-top: 195px;}
.i_case .swiper-button-next.swiper-button-disabled{background: url("../images/i_case_r.png") no-repeat;left:0%;opacity: 1;margin-top: 100px;}
.i_case .tp{width: 100%;height: 290px;overflow: hidden;}
.i_case .tp img{width: 100%;height: 290px;transition: all .5s;}
.i_case .i_case_c{width: 100%;height: 420px;background: url("../images/k.png") no-repeat center center;background-size: 100% 100%; overflow: hidden;padding: 50px 8%;}
.i_case .i_case_c h4{font-size: 26px;color: #333;font-weight: bold;}
.i_case .i_case_c p{font-size: 18px;color: #666;line-height: 40px;height: 120px;overflow: hidden;margin-top: 45px;}
.i_case .i_case_c .more{margin-top: 85px;}
.i_case .i_case_c .more .img2{display: none;}
.i_case .swiper-slide:hover .img1{display: none;}
.i_case .swiper-slide:hover .img2{display: inline;}

.i_case .swiper-slide:hover .tp img{transform: scale(1.1);transition: all 3s;}
.i_case .swiper-slide:hover .i_case_c h4{color: #00963c;}
.i_case .swiper-slide:hover .i_case_c p{color: #00963c;}
.i_case .more1{margin-top: -22px;}

/* 留言 */
.i_mess{width: 100%;height: 380px;background: url(../images/i_mess.png) no-repeat center;padding-top: 78px;animation-duration: 3s;background-size: 100% 100%;}
.i_mess .i_mess_r{width: 620px;float: right;max-width: 38.75%;}
.i_mess .i_mess_r h4{width: calc(100% - 210px);float: left;font-size: 15px;color: rgba(255,255,255,.55);margin-top: 16px;line-height: 20px;}
.i_mess .text1{width:48%;float: left;margin-right: 4%;background-color:#ffffff;margin-bottom: 20px;}
.i_mess .text1:nth-child(2){margin-right: 0px;}
.i_mess .text1 input[type="text"]{
    box-sizing: border-box;
    font-size:14px;
    height: 48px;
    border:0px solid #e6e6e6;
    color:#666666;
    -web-kit-appearance:none;
    -moz-appearance: none;
    display:block;
    outline:0;
    padding-left: 20px;
    text-decoration:none;
    width:100%;
    background-color:#ffffff;
  }
.i_mess .text1 input[type="text"]:focus{border:0px solid #2934d3;}
.i_mess .msg{
    font-size: 14px;
    background-color:#ffffff;
    width: 100%;
    height: 90px;
    padding: 20px;
    resize: none;
    margin-bottom: 25px;
}
.i_mess .msg:focus{outline-color:#00963c}
.i_mess textarea{color:#666666;}
.i_mess .submit1{width: 205px;height: 52px;float: right;}
.i_mess .submit1 input[type="submit"]{
    box-sizing: border-box;
    font-size:16px;
    height: 52px;
    border:0 solid #ffffff;
    color:#ffffff;
    -web-kit-appearance:none;
    -moz-appearance: none;
    display:block;
    outline:0;
    text-align: center;
    text-decoration:none;
    width:100%;
    line-height: 52px;
    background-color: #00963c;
    cursor: pointer;
}



.i_hz{padding: 110px 0px 90px; background:#fff;box-sizing: border-box; position: relative;max-width: 1920px; margin:0 auto; clear: both;overflow: hidden; }
.i_hz h2{font-size: 43px;color: #333;font-weight: bold;text-align: center;}
.i_hz h3{font-size: 18px;color: #666;text-align: center;margin-top: 20px;}
.i_hz .hr{width: 25px;height: 4px;background-color: #bfbfbf;margin: 30px auto 15px;}
.i_hza{ position: relative;width:84.4%;margin:0 auto; }
.i_hza .swiper-slide{opacity: .5; position: relative; }
.i_hza .swiper-slide img{width: 100%;display: block;}
.i_hza .swiper-slide.swiper-slide-active { opacity: 1;}
.i_hza .swiper-pagination{margin-top: 5px;}
.i_hza .swiper-pagination-bullet{width: 12px;height: 12px;background: #e9e9e9;border-radius: 6px;opacity: 1;margin: 0px 15px;}
.i_hza .swiper-pagination-bullet-active{width: 12px;height: 12px;background: #008836;}
.i_hza .swiper-container{padding: 0 0 90px;}
.i_hza .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0px 15px;}


/* 新闻中心 */
.i_list6{padding: 100px 0 80px;background-color: #f9f9f9;}
.i_list6 .i_list6_t .left1{float: left;width: 52%;}
.i_list6 .i_list6_t .left1 h2{font-size: 50px;color: #333;font-weight: bold;font-family: 'DINCOND';}
.i_list6 .i_list6_t .left1 h2 span{font-size: 50px;color: #00963c;font-weight: bold;font-family: 'DINCOND';}
.i_list6 .i_list6_t .left1 .hr{width: 25px;height: 4px;background-color: #bfbfbf;margin-top: 13px;}
.i_list6 .i_list6_t .left1 h3{font-size: 36px;color: #1c2b35;margin-top: 20px;}
.i_list6 .i_list6_t .right1{float: right;margin-top: 30px;}
.i_list6 .i_list6_t .right1 ul{margin-top: 80px;}
.i_list6 .i_list6_t .right1 li{float: left;cursor: pointer;line-height: 30px; height: 30px;font-size: 20px;color: #535353;text-align: center;margin-left: 88px;}
.i_list6 .i_list6_t .right1 li img{display: none;}
.i_list6 .i_list6_t .right1 li.active{font-size: 20px;font-weight: bold; color: #00963c;}
.i_list6 .i_list6_t .right1 li.active img{display: inline;}
.i_list6 .i_list6_t .right1 img{margin-left: 16px;}
.i_list6 .i_list6_t .right1 a .img2{display: none;}
.i_list6 .i_list6_t .right1 a:hover .img1{display: none;}
.i_list6 .i_list6_t .right1 a:hover .img2{display: inline;}
.i_list6 .i_list6_c{margin-top: 80px;position: relative;}
.i_list6 .i_list6_c1{display: none;}
.i_list6 .i_list6_c1:nth-child(1){display: block;}
.i_list6 .i_list6_c1 .swiper-slide{width: 100%;height: 617px;background-color: #fff;padding: 30px 2.5%;}
.i_list6 .i_list6_c1 .tp{width: 100%;height: 288px;overflow: hidden;}
.i_list6 .i_list6_c1 .tp img{width: 100%;height: 288px;transition: all .5s;}
.i_list6 .i_list6_c1 .title{font-size: 24px;color: #666;font-weight: bold;margin-top: 50px;height: 26px;line-height: 26px;overflow: hidden;}
.i_list6 .i_list6_c1 .time{font-size: 16px;color: #666;margin-top: 25px;height: 18px;line-height: 18px;overflow: hidden;}
.i_list6 .i_list6_c1 .title2{font-size: 16px;color: #666;margin-top: 25px;height: 70px;line-height: 35px;overflow: hidden;}
.i_list6 .i_list6_c1 .more{margin-top: 25px;}
.i_list6 .i_list6_c1 .more .img2{display: none;}
.i_list6 .i_list6_c1 .swiper-slide:hover .img1{display: none;}
.i_list6 .i_list6_c1 .swiper-slide:hover .img2{display: inline;}
.i_list6 .swiper-button-next,.i_list6 .swiper-button-prev{width: 41px;height: 41px;}
.i_list6 .swiper-button-prev.swiper-button-disabled{background: url("../images/i_news_l.png") no-repeat;left:-4%;opacity: 1;}
.i_list6 .swiper-button-next.swiper-button-disabled{background: url("../images/i_news_r.png") no-repeat;right:-4%;opacity: 1;}
.i_list6 .swiper-button-prev{background: url("../images/i_news_l.png") no-repeat;left:-4%;opacity: 1;}
.i_list6 .swiper-button-next{background: url("../images/i_news_r.png") no-repeat;right:-4%;opacity: 1;}
.i_list6 .i_list6_c1 .swiper-slide:hover .tp img{transform: scale(1.1);transition: all 3s;}
.i_list6 .i_list6_c1 .swiper-slide:hover .title{color: #00963c;}
.i_list6 .i_list6_c1 .swiper-slide:hover .tp .title{color: #00963c;}


    
/* 友情链接 */
.link p {font-size: 16px;color: #c1c1c1;}
.link p a {font-size: 14px;color: #c1c1c1;margin-right: 25px;}
.link p a:hover {color: #2d7a5c;}


/* 分页 */
.page p {text-align: center;line-height: 100px;}
.page p span, .page p a {padding: 10px 20px;font-size: 14px;color: #666666;border: 1px #e5e5e5 solid;margin-left: -5px;}
.page .current {color: #fff;padding: 10px 20px;background-color: #2d7a5c;border: 1px #e5e5e5 solid;}
.page p a:hover {color: #2d7a5c;padding: 10px 20px;background-color: #2d7a5c;}
.page p img{margin: -2px 10px 0px;}


.site_map h1 a{font-size:18px;color:#666;line-height:60px;padding-left:10px;}
.site_map li{width:270px;display:inline-block;line-height:40px;padding-left:10px;}
.site_map ul{border:1px solid #eee;min-height:50px;}
.site_map li a{font-size:14px;color:#666;line-height: 36px;}
.site_map,.site_map a{font-size:12px;color:#666;}


/* 底部 */
.footer{width: 100%;background-color: #1a1a1f;}
.footer .footer_1{width: 29.75%;float: left;overflow: hidden;margin-top: 80px;}
.footer .footer_1 .f_logo{width: 100%;overflow: hidden;margin-bottom: 50px;}
.footer .footer_1 .f_logo img{max-width: 100%;}
.footer .footer_1 li{margin-bottom: 30px;}
.footer .footer_1 li .li_l{width: 15px;float: left;}
.footer .footer_1 li .li_r{width: calc(100% - 25px);float: right;font-size: 16px;color: rgba(250,250,250,.4);line-height: 20px;}
 
.footer .footer_2{width: 30%; float: left;overflow: hidden;margin-top: 78px;}
.footer .footer_2 .tp{width: 100%;text-align: center;}
.footer .footer_2 .tp img{max-width: 100%;}
.footer .footer_2 p{font-size: 16px;color: rgba(250,250,250,.4);text-align: center;margin-top: 25px;}


.footer .footer_3{width: 40%; float: right;overflow: hidden;margin-top: 80px;}
.footer .footer_3 li{float: left;margin-right: 2%;width: 32%;}
.footer .footer_3 li:nth-child(3){width: 23.5%;margin-right: 0;}
.footer .footer_3 li h2{width: 100%;height: 20px;overflow: hidden;line-height: 20px;margin-bottom: 18px;margin-bottom: 30px;}
.footer .footer_3 li h2 a{font-size: 20px;color: rgba(250,250,250,.73);font-weight: bold; line-height: 20px;}
.footer .footer_3 li .hr{width: 27px;height: 3px;background-color: #1f7e58;margin-top: 18;margin-bottom: 20px;}
.footer .footer_3 li h3{width: 100%;overflow: hidden;margin-bottom: 17px;}
.footer .footer_3 li h3 a{font-size: 16px;color: rgba(250,250,250,.5);}
.footer .footer_3 li h2:hover a{color: #1f7e58;}
.footer .footer_3 li h3:hover a{color: #1f7e58;}

.footer_4{padding: 125px 0px 40px;}
.footer_4 .footer_4_l{width: 150px;float: left;font-size: 16px;color: #666;}
.footer_4 .footer_4_l img{margin-top: -12px;margin-right: 10px;}
.footer_4 .footer_4_r{width: calc(100% - 180px);float: right;}
.footer_4 .footer_4_r span{margin-right: 60px;}
.footer_4 .footer_4_r a{font-size: 16px;color: #666;line-height: 20px;}
.footer_4 .footer_4_r a:hover{color: #1f7e58;}

.footer_5{width: 100%;padding: 30px 0px; overflow: hidden;border-top: 1px rgba(255,255,255,.1) solid;}
.footer_5{font-size: 16px;color: rgba(250,250,250,.38);}
.footer_5 a{font-size: 16px;color: rgba(250,250,250,.38);}
.footer_5 a:hover{color: #1f7e58;}
.footer_5 img{float: right;margin-left: 2.5%;}
.footer_5 span{font-size: 16px;color: rgba(250,250,250,.38);float: right;}



.online_q {position: fixed;right: .25rem;bottom: 30%;z-index: 9999;transition:.5s;-webkit-transition:.5s;}

.online_q .btn2{width:55px; height:55px; cursor:pointer; position:relative; background-color: #091426;border-bottom: 1px rgba(255,255,255,.1) solid;  }

.online_q .btn-top{ padding:0; transition:.5s; overflow:hidden;}

.online_q .btn-top span{ background: #1f7e58 !important;}

.online_q .btn2 a{  font-size:12px; color:#fff;}

.online_q .btn2 p{font-size: 11px;color: #fff;text-align: center;line-height: 14px;}

.online_q .btn2 .tp{float:left;text-align: center; width:55px; height:30px; line-height: 30px; }

/* .online_q .btn2:nth-child(4) .tp{float:left;text-align: center; width:55px; height:55px; line-height: 55px; } */

.online_q .btn-tel .tp img{width: 24px;height: 24px;}

.online_q .btn-wx .tp img{width: 24px;height: 24px;}

.online_q .btn-wx1 .tp img{width: 24px;height: 24px;}

.online_q .btn2.btn-tel .btn-tel_a{
  width: 180px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 16px;
  position: absolute;
  z-index: 1;
  left: -185px;
  color: #fff;
  top: 0;
  z-index: 999999;
  background-color: #1f7e58;
  -webkit-transition: left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
  -o-transition: left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
  transition: left .3s ease-in-out .1s,opacity .3s ease-in-out .1s,visibility .3s;
  display: none;
}
.online_q .btn2.btn-tel:hover .btn-tel_a{display: block;}
.online_q .btn2.btn-tel:hover{background-color: #1f7e58;}

.online_q .btn2.btn-wx .btn-wx_a{
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  left: -160px;
  top: -95px;
  z-index: 999999;
  background-color: #fff;
  border: 1px #e6e6e6 solid;
  display: none;
}
.online_q .btn2.btn-wx .btn-wx_a img{
  max-width: 90%;
  max-height: 90%;
}

.online_q .btn2.btn-wx:hover .btn-wx_a{display: block;}
.online_q .btn2.btn-wx:hover{background-color: #1f7e58;}

.online_q .btn2.btn-wx1 .btn-wx1_a{
  width: 150px;
  height: 150px;
  line-height: 150px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  left: -160px;
  top: -95px;
  z-index: 999999;
  background-color: #fff;
  border: 1px #e6e6e6 solid;
  display: none;
}

.online_q .btn2.btn-wx1 .btn-wx1_a img{
  max-width: 90%;
  max-height: 90%;
}

.online_q .btn2.btn-wx1:hover .btn-wx1_a{display: block;}
.online_q .btn2.btn-wx1:hover{background-color: #1f7e58;}

.online_q .btn2.btn-top:hover{background-color: #1f7e58;}


@media screen and (max-width: 1700px) {

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

}
@media screen and (max-width: 1500px) {
    .i_list2{padding: 50px 0px 80px;background-color: #f8f8f8;}
    .i_list2 h2{font-size: 34px;color: #333;text-align: center;}
    .i_list2 h2 span{font-size: 34px;color: #236c4f;text-align: center;}
    .i_list2 h3{font-size: 18px;color: #666;text-align: center;margin-top: 12px;}
    .i_list2 h3 img{margin: 0px 10px;}
    .i_list2 ul{margin-top: 65px;}
    .i_list2 li{width: 23.5%;height: 350px;background-color: #fff; overflow: hidden; float: left;margin-right: 2%;overflow: hidden;}
    .i_list2 li:nth-child(4n){margin-right: 0px;}
    .i_list2 li .tp{width: 100%;height: 281px;padding: 10px; line-height: 281px;text-align: center;overflow: hidden;}
    .i_list2 li .tp img{max-width: 100%;max-height: 100%; transition: all .5s;}
    .i_list2 li p{width: 100%;height: 69px;border-top: 1px #eee solid; text-align: center;line-height: 69px;overflow: hidden;font-size: 18px;color: #333;}
    .i_list2 li:hover p{color: #236c4f;border-top: 1px #236c4f solid;}
    .i_list2 li:hover .tp img{transform: scale(1.1);transition: all 4s;}
    .i_list2 li:hover{box-shadow: #ddd 0px 0px 10px 1px;}
    .i_list2 .i_list2_c{position: relative;}
    .i_list2 .swiper-container{padding: 20px 10px;}
    .i_list2 .swiper-button-next,.i_list2 .swiper-button-prev{width: 40px;height: 40px;margin-top: 10px;}
    .i_list2 .swiper-button-prev{background: url("../images/i_list2_l.png") no-repeat;left:-4%;}
    .i_list2 .swiper-button-next{background: url("../images/i_list2_r.png") no-repeat;right:-4%;}
    .i_list2 .swiper-button-next.swiper-button-disabled{background: url("../images/i_list2_r.png") no-repeat;opacity: 1;}
    .i_list2 .swiper-button-prev.swiper-button-disabled{background: url("../images/i_list2_l.png") no-repeat;opacity: 1;}

    .i_list4 .i_list4_c ul:nth-child(1){display: block;}
    .i_list4 .i_list4_c li{width: 32%;float: left;margin-right: 2%;}
    .i_list4 .i_list4_c li:nth-child(3){margin-right: 0px;}
    .i_list4 .i_list4_c li .tp{width: 100%;height: 277.5px;overflow: hidden;}
    .i_list4 .i_list4_c li .tp img{width: 100%;height: 277.5px;transition: all .5s;}
    .i_list4 .i_list4_c li:hover .tp img{transform: scale(1.1);transition: all 3s;}
    .i_list4 .i_list4_c li .li_c{width: 100%;height: 182px;background-color: #fff;padding: 32px 6.6%;}
    .i_list4 .i_list4_c li .li_c h3{font-size: 22px;color: #333;height: 26px;line-height: 26px;overflow: hidden;}
    .i_list4 .i_list4_c li .li_c h4{font-size: 16px;color: #666;margin-top: 25px;}
    .i_list4 .i_list4_c li .li_c p{font-size: 17px;color: #888;margin-top: 20px;height: 18px;line-height: 18px;overflow: hidden;}

    .i_list5{width: 100%;height: 598.5px;background: url(../images/i_list5.png) no-repeat center center;}
    .i_list5 h2{font-size: 42px;color: #fff;text-align: center;padding-top: 76px;}
    .i_list5 ul{width: 68.75%;margin: 55px auto;}
    .i_list5 li{width: 32%;height: 160px;border-radius: 10px;padding-top: 35px; background-color: rgba(255,255,255,.16);float: left;margin-right: 2%;}
    .i_list5 li:nth-child(3){margin-right: 0px;}
    .i_list5 li h3{font-size: 40px;color: #fff;font-weight: bold;text-align: center;}
    .i_list5 li p{font-size: 18px;color: #fff;text-align: center;margin-top: 17px;}

}
@media screen and (max-width: 1400px) {
    .i_list1 li .li_1{font-size: 23px;color: #fff;font-weight: bold;text-align: center;margin-top: 32px;}
    .i_list1 li:nth-child(1) .li_1{font-size: 28px;margin-top: 27px;}

    .i_list2{padding: 50px 0px 80px;background-color: #f8f8f8;}
    .i_list2 h2{font-size: 34px;color: #333;text-align: center;}
    .i_list2 h2 span{font-size: 34px;color: #236c4f;text-align: center;}
    .i_list2 h3{font-size: 18px;color: #666;text-align: center;margin-top: 12px;}
    .i_list2 h3 img{margin: 0px 10px;}
    .i_list2 ul{margin-top: 40px;}
    .i_list2 li{width: 23.5%;height: 312px;background-color: #fff; overflow: hidden; float: left;margin-right: 2%;overflow: hidden;}
    .i_list2 li:nth-child(4n){margin-right: 0px;}
    .i_list2 li .tp{width: 100%;height: 250px;padding: 10px; line-height: 250px;text-align: center;overflow: hidden;}
    .i_list2 li .tp img{max-width: 100%;max-height: 100%; transition: all .5s;}
    .i_list2 li p{width: 100%;height: 62px;border-top: 1px #eee solid; text-align: center;line-height: 62px;overflow: hidden;font-size: 16px;color: #333;}
    .i_list2 li:hover p{color: #236c4f;border-top: 1px #236c4f solid;}
    .i_list2 li:hover .tp img{transform: scale(1.1);transition: all 4s;}
    .i_list2 li:hover{box-shadow: #ddd 0px 0px 10px 1px;}
    .i_list2 .i_list2_c{position: relative;}
    .i_list2 .swiper-container{padding: 20px 10px;}
    .i_list2 .swiper-button-next,.i_list2 .swiper-button-prev{width: 40px;height: 40px;margin-top: 10px;}
    .i_list2 .swiper-button-prev{background: url("../images/i_list2_l.png") no-repeat;left:-4%;}
    .i_list2 .swiper-button-next{background: url("../images/i_list2_r.png") no-repeat;right:-4%;}
    .i_list2 .swiper-button-next.swiper-button-disabled{background: url("../images/i_list2_r.png") no-repeat;opacity: 1;}
    .i_list2 .swiper-button-prev.swiper-button-disabled{background: url("../images/i_list2_l.png") no-repeat;opacity: 1;}

    .i_list4 .i_list4_c ul:nth-child(1){display: block;}
    .i_list4 .i_list4_c li{width: 32%;float: left;margin-right: 2%;}
    .i_list4 .i_list4_c li:nth-child(3){margin-right: 0px;}
    .i_list4 .i_list4_c li .tp{width: 100%;height: 247px;overflow: hidden;}
    .i_list4 .i_list4_c li .tp img{width: 100%;height: 247px;transition: all .5s;}
    .i_list4 .i_list4_c li:hover .tp img{transform: scale(1.1);transition: all 3s;}
    .i_list4 .i_list4_c li .li_c{width: 100%;height: 182px;background-color: #fff;padding: 32px 6.6%;}
    .i_list4 .i_list4_c li .li_c h3{font-size: 22px;color: #333;height: 26px;line-height: 26px;overflow: hidden;}
    .i_list4 .i_list4_c li .li_c h4{font-size: 16px;color: #666;margin-top: 25px;}
    .i_list4 .i_list4_c li .li_c p{font-size: 17px;color: #888;margin-top: 20px;height: 18px;line-height: 18px;overflow: hidden;}

    .i_list5{width: 100%;height: 520px;background: url(../images/i_list5.png) no-repeat center center;}
    .i_list5 h2{font-size: 42px;color: #fff;text-align: center;padding-top: 76px;}
    .i_list5 ul{width: 68.75%;margin: 55px auto;}
    .i_list5 li{width: 32%;height: 160px;border-radius: 10px;padding-top: 35px; background-color: rgba(255,255,255,.16);float: left;margin-right: 2%;}
    .i_list5 li:nth-child(3){margin-right: 0px;}
    .i_list5 li h3{font-size: 36px;color: #fff;font-weight: bold;text-align: center;}
    .i_list5 li p{font-size: 18px;color: #fff;text-align: center;margin-top: 17px;}

}