
/* html, body {
  width: 100%;
  overflow-x: hidden;
} */

.pl106 {
  padding-left: 106px;
}

.pr106 {
  padding-right: 106px;
}

.mt66 {
  margin-top: 66px;
}

.ml38 {
  margin-left: 38px;
}

.pb120 {
  padding-bottom: 120px;
}

.bgff,
.bgf {
  background-color: #fff;
}

.mr46 {
  margin-right: 46px;
}

.h270 {
  height: 270px;
}

.h300 {
  height: 300px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.pct24 {
  width: 24%;
}

.pct38 {
  width: 38%;
}

.pb80 {
  padding-bottom: 80px;
}

.pb180 {
  padding-bottom: 180px;
}

.pb150 {
  padding-bottom: 150px;
}


.mt-70 {
  margin-top: -70px;
}

.mb200 {
  margin-bottom: 200px;
}

.mr6 {
  margin-right: 6px;
}

.fwt400 {
  font-weight: 400;
}

.fwt500 {
  font-weight: 500;
}

.page {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
}


/* section_header */


.image-wrapper_logo {
  height: 100px;
  background: url(../img/index/image-wrapper_logo.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 682px;
  position: absolute;
  left: calc(-50% - 341px);
  right: 0;
  margin: auto;
  top: 0;
  z-index: 9;
}

.image_logo {
  width: 180px;
  height: 73px;
  margin: 14px 0 0 0;
  z-index: 9;
}

.section_header::before {
  content: "";
  display: block;
  height: 100px;
  background: url(../img/index/image-wrapper_logo.png) 100% no-repeat;
  background-size: 100% 100%;
  /* width: 682px; */
  width: 37%;
  position: absolute;
  /* left: calc(-50% - 341px); */
  /* right: 0;
  margin: auto; */
  top: 0;
  left: 0;
  right: unset;
  margin: unset;
  z-index: 9;

}

.section_header::after {
  content: "";
  display: block;
  width: 73%;
  height: 76px;
  background: #1a2c9e;
  position: absolute;
  right: -75%;
  top: 0;
  right: -2%;
  transform: skew(-17deg);


}


.section-wrapper_nav {
  align-items: center;
  height: 100%;
  z-index: 9;
}

.section_nav {
  height: 76px;
  /* padding-right: 28px; */
}

.section_nav {
  align-items: start;
  justify-content: space-between;
}

/* section_header end*/



/*** header-nav **/
.nav-item {
  position: relative;
}

.nav-item .bar {
  /* display: none; */
  background-color: rgba(255, 255, 255, 1);
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 33px;
  transform: translateX(-50%);
  transition: width .2s ease-out;
}

.nav-item:hover .bar {
  width: 100%;
  transition: width .3s ease;
}

.nav-item.active .bar {
  width: 100%;
}

.nav-item+.nav-item {
  margin-left: 38px;
}

.nav-item.active span {
  font-weight: 600;
}

/*** header-nav end **/





/* section_footer */
.section_footer {
  background: url(../img/index/section_footer_bg.png) 100% no-repeat;
  height: 200px;
  min-width: 1200px;
  background-position: center;
}

.section_footer > .flex-row {
  width: 1200px;
  margin: 0 auto;
}

.section_footer_part_left {
  /* height: 200px;
  background: url(../img/index/section_footer_part_left.png) 100% no-repeat;
  background-size: 100% 100%;
  width: 1181px;
  position: absolute;
  left: 0;
  top: 0; */
}

.box_footer_wrapper {
  margin: 30px 0 0;
  position: absolute;
  padding-left: 20px;
  padding-right: 20px;
  /* left: 50%;
  top: 0; */
  z-index: 9;
  /* transform: translateX(-50%); */
}

.box_footer_text {
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  white-space: nowrap;
  line-height: 20px;
}

.box_footer_text+.box_footer_text {
  margin-top: 10px;
}

.box_footer_text_group+.box_footer_text_group {
  margin-left: 110px;
}

/* section_footer end*/



.box_footer_text a {
  color: rgba(255, 255, 255, 1);
  width: auto;
  display: inline-block;
  position: relative;
}

.box_footer_text a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.box_footer_text:hover a::after {
  width: 100%;
  transition: all 0.3s ease;
}












/* 页面滚动动效 */
.section_header {
  /* background: #1a2c9e; */
  min-width: 1200px;
  /* background: transparent; */

  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  z-index: 9;
}

body.scroll .section_header {
  position: sticky;
  left: 0;
  width: 100%;
  z-index: 10000;
  top: 0;
  transform: translateY(-100px);
  transition: all .6s ease-in-out;
}

.up-active .section_header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  transform: translateY(0);
  transition: all .6s ease-in-out;
}

.transition {
  transition: all .6s ease-in-out;
}



/* .opacity0 {
  visibility: hidden;
} */

.wow { visibility: hidden; }

.group_hero {
  margin-top: -26px;
}










@media screen and (max-width: 1240px) {
  .auto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fixed-mask .fixed-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  

  .group_about .block_about_title {
    left: 0;
  }

  .group_grow .box_grow_item {
    width: 320px;
  }

  
  .group_corps .box_corp {
    height: 278px;
  }

  .layui-layer {
    left: 50%!important;
    transform: translateX(-50%)!important;
  }
}
