@charset "utf-8";

body {
  font-family: 'montserrat-light', "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
}

.color_wz{color: #008255;}
.bg_color_wz{background: #008255 ;}
.about_miss_ul {
  flex-direction: row;
  flex-wrap: wrap;
}

.about_miss_ul li {
  width: 50%;
  margin-top: 10px;
  font-family: 'montserrat-bold';
  font-weight: 900;
}

.about_miss_ul li:last-child {
  margin-top: 30px;
}

.ilcb_wrap_ri_bg {
  width: 20%;
  bottom: 0;
}




.ilcb_wrap_ri {
  padding-left: 15px;
}
.ilcb_wrap_le {
  padding-left: 90px;
}

.lihy_box1 .ilcb_wrap_le {
  padding-left: 20px;
}
.lihy_box1 .ilcb_wrap_ri {
  padding-left: 90px;
}
.resp_esg_ul {
  flex-wrap: wrap;
}

.ilcb_wrap_ri .resp_esg_ul_li {
  width: 50%;
  margin-top: 20px;
}

.resp_esg_ul_li.on .reul_sec {
  transform: translateX(-50%) translateY(60%);
}


/* 百叶窗部分样式 */
/* #slider {
  Z-INDEX: 1;
  WIDTH: 100%;
  background: #FFF;
  HEIGHT: 403px;
  OVERFLOW: hidden;
}

#slider .slide {
  Z-INDEX: 10;
  POSITION: absolute;
  background: #FFF;
  WIDTH: 100%;
  HEIGHT: 100%;
  OVERFLOW: hidden;
  TOP: 0;
  CURSOR: default;
  LEFT: 0;
  text-align: left;
}

#slider .slide img {
  width: 100%;
  height: 100%;
}

#slider .title {
  COLOR: #f80;
  FONT-SIZE: 1.2em;
  FONT-WEIGHT: bold;
  MARGIN-RIGHT: 1.5em;
  TEXT-DECORATION: none
}

#slider .text {
  POSITION: absolute;
  TEXT-ALIGN: justify;
  WIDTH: 100%;
  DISPLAY: none;
  FONT-FAMILY: verdana, arial, Helvetica, sans-serif;
  COLOR: #fff;
  FONT-SIZE: 0.9em;
  TOP: 100%;
  LEFT: 10px
}

#slider .diapo {
  POSITION: absolute;
  FILTER: alpha(opacity=100);
  VISIBILITY: visible;
  opacity: 1
}

#apDiv1 {
  Z-INDEX: 1;
  POSITION: absolute;
  BACKGROUND-COLOR: #000000;
  WIDTH: 820px;
  HEIGHT: 30px;
  OVERFLOW: hidden;
  TOP: 0px;
  LEFT: 0px
}

#apDiv2 {
  Z-INDEX: 3;
  POSITION: absolute;
  WIDTH: 860px;
  HEIGHT: 35px;
  OVERFLOW: hidden;
  TOP: 216px;
  LEFT: -429px
}

.pagenext {
  POSITION: relative;
  WIDTH: 820px;
  HEIGHT: 37px
} */
.inno_list_cont .inno_list_cont_box {
  padding: 0px 8.75% 0px;
}
.reul_box {
  position: relative;
  overflow: hidden;
}

.reul_box_tit {
  z-index: 2;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 16px;
  text-overflow: clip;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;

}

.reul_box .ys_imgbox_cover {
  position: relative;
}

.reul_box .ys_imgbox_cover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.lihy_cfw_ul {
  display: flex;
  margin: 0 -11px;
}

.lihy_cfw_ul_li {
  width: 16.65%;
  padding: 0 11px;
  transition: all .36s;
  transform: translateY(0px);
}

.lihy_cfw_ul_li:nth-of-type(2n) {
  /* transform: translateY(-30px) !important; */
  margin-top: 0px !important;
}

.lihy_cfw_ul_li.on {
  width: 33.32%;
}

.lihy_cfw_ul_li .reul_sec,.lihy_cfw_ul_li.on .reul_sec {
  transform: translateX(-50%) translateY(40%);
}
.lihy_cfw_ul_li.on .mod_text20{
  font-size: 24px;
}
.lihy_cfw_ul_li.on .reul_box .ys_imgbox_cover::after {
  opacity: 0;
}

.lihy_cfw_ul_li.on .reul_box .ys_imgbox_cover::before {
  opacity: 0;
}
.lihy_cfw_ul_li.on .reul_box .ys_imgbox_cover::after {
  transition: all .36s;
  opacity: 1;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.00) 0%, #008255 100%);
}

.lihy_cfw_ul_li .reul_box .ys_imgbox_cover::after {
  transition: all .36s;
  opacity: 1;
}

.lihy_cfw_ul_li .reul_box .ys_imgbox_cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .36s;
  background: rgba(0, 0, 0, 0.50);
  z-index: 1;
}



.resp_esg_ul_li.on .reul_box .ys_imgbox_cover::before {
  opacity: 1;
}

.lihy_cfw_ul_li .ys_imgbox_cover .ys_imgbox_cover_img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}
/* .lihy_cfw_ul_li.on .reul_sec::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 18px;
  background: #008255;
  clip-path: polygon( 100% 0, 50% 100%,0 0); 
  bottom: -18px;

} */
@media screen and (max-width: 1680px) {
  .lihy_cfw_ul_li:nth-of-type(2n) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1560px) {
  .lihy_cfw_ul_li .reul_sec,.lihy_cfw_ul_li.on .reul_sec {
    transform: translateX(-50%) translateY(40%);
  }
 
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
  .lihy_cfw_ul_li.on {
    transform: translateY(-20px);
  }

  .resp_esg h2 {
    margin-bottom: 20px;
  }

  .lihy_cfw_ul_li {
    padding: 0 10px;
  }

  .lihy_cfw_ul {
    margin: 0 -10px;
  }

  .lihy_cfw_ul_li.on .reul_sec {
    transform: translateX(-50%) translateY(40%);
  }

  .lihy_cfw_ul_li.on {
    transform: translateY(0px);
  }

  .mxev_main .ys_nyban_title {
    top: 42%;
  }

  .lihy_cfw_ul_li.on {
    transform: translateY(0px);
  }
}

@media screen and (max-width: 1199px) {
  .lihy_cfw_ul_li:nth-of-type(2n) {
    margin-top: 60px;
  }

  .reul_box .ys_imgbox_cover::before {
    opacity: 1;
  }

  .reul_box .ys_imgbox_cover::after {
    opacity: 0;
  }

  .reul_box .ys_imgbox_cover::before {
    background: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (max-width: 768px) {
  .lihy_cfw_ul_li:nth-of-type(2n) {
    margin-top: 0;
  }

  .resp_esg {
    padding-bottom: 80px;
  }

  .lihy_cfw_ul .slick-dots {
    bottom: -35px;
  }

  .lihy_cfw_ul .slick-dots li {
    width: 30px;
    height: 2px;
    border-radius: 0px;
    background: #ccc;
  }

  .lihy_cfw_ul .slick-dots li.slick-active {
    background: #073F43;
  }

  .lihy_cfw_ul {
    display: block;
  }

  .lihy_cfw_ul_li:nth-of-type(2n) {
    transform: translateY(0px) !important;
    margin-top: 0px !important;
  }
}

.lihy_cfw_reul_word{ width: 100%; padding-top:40px;position: relative; }
.lihy_cfw_reul_word::before{
  content: "";
  position: absolute;
  top: -1px;
  left: 15%;
  width: 36px;
  height: 18px;
  background: #008255;
  clip-path: polygon( 100% 0, 50% 100%,0 0); 
}

.lihy_cfw_reul_word .reul_word{ width: 100%; opacity: 0; padding-top: 0px;
  display: block;
  height: auto;
  padding-right: 10px;
  display: none;color: #666666;
}
.lihy_cfw_reul_word .reul_word p{color: #666666;}
.lihy_cfw_reul_word .on{ transition: all .36s; opacity:1 ;display: block; }
.active_word1::before{transition: all .36s;left: 15%;}
.active_word2::before{transition: all .36s;left: 30%;}
.active_word3::before{transition: all .36s;left: 48%;}
.active_word4::before{transition: all .36s;left: 65%;}
.active_word5::before{transition: all .36s;left: 83%;}




/* 左侧tab图片切换 */

.vertical-tab{
  font-family: 'Chivo', sans-serif;
  display: table;
}
.vertical-tab .nav-tabs{
  display: table-cell;
  width: 28%;
  min-width: 28%;
  vertical-align: top;
  border: none;
  border-right: 3px solid #e7e7e7;
}
.vertical-tab .nav-tabs li{
 float: none;
 vertical-align: top;
}
.vertical-tab .nav-tabs li a{
  color: #444;
  background: #fff;
  font-size: 18px;

  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 20px;
  margin: 0 0 1px 0;
  border: none;
  transition: all 0.3s ease 0s;
  
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
  color: #008255;
  background: #fff;
  border: none;
  font-weight: 700;
}

.vertical-tab .nav-tabs li a:after{
  content: "\f054";
  color: #008255;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  opacity: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -4px;
  z-index: 1;
  transition: all 0.3s ease 0.1s;
}
.vertical-tab .nav-tabs li a:after{
  content: "";
  background: #008255;
  width: 3px;
  height: 100%;
  transform: translateY(0);
  top: 0;
  right: 8px;
  transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li.active a:before{
  opacity: 1;
  right: -17px;
}
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li.active a:after{
  opacity: 1;
  right: -3px;
}
.vertical-tab .tab-content{
  color: #555;
  background-color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 23px;
  padding: 10px 15px 10px 25px;
  display: table-cell;
  position: relative;
}
.vertical-tab .tab-content h3{
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 479px){
  .vertical-tab .nav-tabs{
      display: block;
      width: 100%;
      border-right: none;
  }
  .vertical-tab .nav-tabs li a{
      padding: 7px 7px;
      margin: 0 0 18px 0;
  }
  .vertical-tab .nav-tabs li a:before,
  .vertical-tab .nav-tabs li a:after{
      transform: translateY(0) translateX(50%) rotate(90deg);
      right: 50%;
      top: auto;
      bottom:0;
  }
  .vertical-tab .nav-tabs li a:after{
      width: 50%;
      height: 3px;
      transform: translateY(0) translateX(50%) rotate(0);
  }
  .vertical-tab .nav-tabs li a:hover:before,
  .vertical-tab .nav-tabs li.active a:before{
      bottom: -22px;
      right: 50%;
  }
  .vertical-tab .nav-tabs li a:hover:after,
  .vertical-tab .nav-tabs li.active a:after{
      bottom: -2px;
      right: 50%;
  }
  .vertical-tab .tab-content{
      border-top: 3px solid #e7e7e7;
      display: block;
      padding: 20px 15px 10px;
  }
  .vertical-tab .tab-content h3{ font-size: 18px; }
}



/* service 页面 */
.std_btn_box{display: inline-block;}
.std_btn_box:first-child{margin-right: 15px;}
.std_btn_box2 { background: #008255; }
.std_btn_box2 .std_btn_text p{color: #FFF;}
.std_btn_box2:hover{ background: #FFF; }
.std_btn_box2:hover .std_btn_text p{color: #008255;}

.service-box .resp_esg{ background: #FFF;}
.service-box .resp_esg .std_title2,.service-box .resp_esg .resp_esg_word p{ text-align: left;}
.service-box .resp_esg .resp_esg_word{width: 100%;}
.lihy_box1 .ilcb_wrap {
  
  align-items: flex-start;
  margin-top:14px;
}

@media screen and (max-width: 1450px) {
  .reul_sec {
      bottom: 20px;
  }
}

.tab_word{ display: none; padding-right: 10rem;}
.lihy_box1 .active{display: block !important; opacity: 1;transition: all 0.5s ease;}/*visibility: visible !important;*/


.lihy_box1 h2 {
  text-align: center;
  color: #333;
  line-height: 1.2;
  margin-bottom: 26px;
  font-family: "montserrat-bold" !important;
}

.lihy_cfw_ul_li .reul_box_tit {
  width: calc(100%);
  
}
