@charset "utf-8";

@font-face{
    font-family : 'MICROSOFTYAHEI-REGULAR';
    src: url('../module_public/fonts/MICROSOFTYAHEI-REGULAR.woff2');
    font-weight:REGULAR;
    font-style:normal;
}
@font-face{
    font-family : 'MICROSOFTYAHEI-BOLD';
    src: url('../module_public/fonts/MICROSOFTYAHEI-BOLD.woff2');
    font-weight:BOLD;
    font-style:normal;
}
@font-face{
    font-family : 'BUTLER-REGULAR';
    src: url('../module_public/fonts/BUTLER-REGULAR.woff2');
    font-weight:REGULAR;
    font-style:normal;
}




/* 组件ID */
#info_arc_1600_030_2702E0BA {
  font-size: 16px;
}

/* 组件样式 */
.info_arc_1600_030_2702E0BA {
  background: url(../images/infoarc16_30_cbg.png) no-repeat;
  background-position: center bottom;
  padding-bottom: 150px;
  margin-bottom: 40px;
}

/* 文字进入式下划线 */
.info_arc_1600_030_2702E0BA .titline i {
  display: inline;
  font-style: normal;
  position: relative;
  background-image: linear-gradient(#166742, #166742);
  background-position: right bottom;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 1s;
  font-weight: inherit;
}

.info_arc_1600_030_2702E0BA a:hover .titline i {
  background-position: left bottom;
  background-size: 100% 1px;
  font-weight: inherit;
  color: inherit;
}

.info_arc_1600_030_2702E0BA a:hover .titline {
  color: #166742;
}

.info_arc_1600_030_2702E0BA .infoarc16_30_wid {
  max-width: 1400px;
  margin: 0 auto;
}


.infoarc16_30_tit {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  /* height: 50px; */
  /* background: url(../images/infoarc16_30_titbg.png) no-repeat; */
  background-position: center center;
  margin-bottom: 40px;
}
.infoarc16_30_tit .i_title{
    width: 100%;
    justify-content: center;
}


.infoarc16_30_c {
  position: relative;
}

.infoarc16_30_c .slick-list {
  padding: 10.5% 0 !important;
}

.infoarc16_30_c ul li {
  transition: all .6s;
  transform-origin: center center;
  position: relative;
  z-index: 1;
  opacity: .4;
}

.infoarc16_30_c ul li a {
  display: block;
}

.infoarc16_30_c ul li a .modulepic {
  padding-top: 58%;
}

.infoarc16_30_c ul li.slick-active {
  transform: scale(1.6);
  z-index: 6;
  position: relative;
}

.infoarc16_30_c ul li.slick-active+li {
  transform: scale(2.2);
  z-index: 7;
  opacity: 0.8;
}

.infoarc16_30_c ul li.slick-current {
  transform: scale(2.8) !important;
  z-index: 9 !important;
  opacity: 1 !important;
}

.infoarc16_30_c ul li.slick-current+li {
  transform: scale(2.2) !important;
  z-index: 7 !important;
  opacity: 0.8 !important;
}

.infoarc16_30_c ul li.slick-current+li+li {
  transform: scale(1.6) !important;
  z-index: 3 !important;
  opacity: 0.3 !important;
}

.infoarc16_30_c ul li.slick-current+li+li+li {
  transform: scale(1) !important;
  z-index: 3 !important;
  position: relative;
}

.infoarc16_30_arrow {
  position: absolute;
  left: 68%;
  bottom: 0;
  width: 91px;
  height: 91px;
  background: url(../images/infoarc16_30_arrowbg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(50%);
}

.infoarc16_30_arrow div img {
  display: block;
}

.infoarc16_30_arrow div {
  width: 32px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.infoarc16_30_b {
  max-width: 750px;
  margin: 70px auto 0 auto;
}

.infoarc16_30_b ul li a {
  display: block;
}

.infoarc16_30_b ul li h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  color: #393939;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}

.infoarc16_30_b ul li p {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color: #727272;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
  margin-top: 15px;
}

@media screen and (max-width: 1400px) {
  .info_arc_1600_030_2702E0BA .infoarc16_30_wid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .infoarc16_30_tit div p {
    font-size: 14px !important;
  }

  .infoarc16_30_tit div h2 span {
    font-size: 24px !important;
  }

  .infoarc16_30_tit div h2 b {
    font-size: 24px !important;
  }

  .infoarc16_30_tit {
    justify-content: space-between;
    background-position: left center !important;
  }

  .info_arc_1600_030_2702E0BA {
    background-size: 100% auto !important;
    padding-bottom: 40px;
  }

  .infoarc16_30_b ul li h3 {
    font-size: 16px !important;
  }

  .infoarc16_30_arrow {
    width: 75px;
    height: 75px;
  }

  .infoarc16_30_c ul li.slick-current {
    transform: scale(3.2) !important;
  }

  .infoarc16_30_c .slick-list {
    padding: 13.5% 0 !important;
  }

  .infoarc16_30_tit a {
    font-size: 16px !important;
    min-width: 114px;
  }

  .infoarc16_30_b {
    margin-top: 50px;
  }
}



#info_arc_1600_030_2702E0BA .chg_01_png_bg {}

#info_arc_1600_030_2702E0BA .chg_02_tit {color: #1E47AF;font-weight:700;font-size:36px;font-family:'MICROSOFTYAHEI-BOLD';}

#info_arc_1600_030_2702E0BA .chg_20_tit {color: #1E47AF;font-weight:700;font-size:36px;font-family:'MICROSOFTYAHEI-BOLD';}

#info_arc_1600_030_2702E0BA .chg_03_tit {color: #888888;font-weight:400;font-size: 18px;/* font-family:'MICROSOFTYAHEI-REGULAR'; */text-transform : uppercase;}

#info_arc_1600_030_2702E0BA .chg_04::before {border-bottom:3px solid #005BAC;border-bottom-color:rgba(0,91,172,1.0);border-width: 3px;}

#info_arc_1600_030_2702E0BA .chg_05 {color: #9B9B9B;font-weight:400;font-size: 16px;/* font-family:'BUTLER-REGULAR'; */}

#info_arc_1600_030_2702E0BA .chg_06_png_bg {background:url(../images/infoarc16_24_more.png) no-repeat;background-position: center right;}

#info_arc_1600_030_2702E0BA .chg_07_png_bg {background:url(../images/infoarc16_30_cbg.png) no-repeat;background-position:center bottom;}

#info_arc_1600_030_2702E0BA .chg_08_png_bg {background:url(../images/infoarc16_30_arrowbg.png) no-repeat;background-size:100% 100%;}

#info_arc_1600_030_2702E0BA .chg_11 {color:rgba(57,57,57,1.0);font-weight:700;font-size:18px;font-family:'MICROSOFTYAHEI-BOLD';}

#info_arc_1600_030_2702E0BA .chg_12 {color:rgba(114,114,114,1.0);font-weight:400;font-size:14px;font-family:'MICROSOFTYAHEI-REGULAR';}
