.module-wrap {
  padding-bottom: 81px;
}
.module-wrap > h1 {
  text-align: center;
  font-size: 38px;
  font-family: Microsoft YaHei;
  color: #144499;
  padding:40px 0 39px;
  margin: unset;
  text-transform:uppercase;
}



.module-wrap > h1:after {
	position: absolute;
	content: '';
	width:30px;
	height: 2px;
	background: #144499;
	left: 50%;
	margin-left: -15px;
	bottom:86%;
}


@media screen and (max-width: 600px) {
  .module-wrap {
    padding-bottom: 40px;
  }
  .module-wrap > h1 {
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #144499;
    padding: 39px 0 20px;
    margin: unset;
  }
}


.brand-wrap {
  display: flex;
  align-items: center;
  padding: 30px 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.brand-wrap > li {
  color: #999999;
}
.brand-wrap > li > a {
  color: #4D4D4D;
}
@media screen and (max-width: 600px) {
  .brand-wrap {
    padding: 20px 0;
  }
  .brand-wrap > li {
    font-size: 12px;
  }
}


.banner-wrap {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.banner-wrap img {
  display: block;
}
.banner-wrap.active .left {
  opacity: 1;
  transform: translate(0, -50%);
}
.banner-wrap .left {
  color: #fff;
  opacity: 0;
  transform: translate(-400px, -50%);
  transition: transform .8s ease-in-out, opacity .3s ease;
  width: 50%;
  line-height: 1.8;
  top: 50%;
  position: absolute;
}
.banner-wrap .left h2 {
  margin-top: unset;
  margin-bottom: 26px;
  font-size: 48px;
  font-family: SourceHanSansSC;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 58px;
  letter-spacing: 2px;
  position: relative;
}
.banner-wrap .left h2:after {
  content: "";
  width: 70px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .banner-wrap .left h2:after {
    bottom: -10px;
    width: 35px;
    height: 2px;
  }
}
.banner-wrap .left small {
  font-size: 32px;
  font-family: SourceHanSansSC;
  font-weight: 400;
  color: #E6E6E6;
  line-height: 1.7;
}
.banner-wrap.active .right {
  opacity: 1;
  transform: translateX(0);
}
.banner-wrap .right {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transform: translateX(400px);
  transition: transform .8s ease-in-out, opacity .6s ease;
}
.banner-wrap .right p {
  margin: unset;
}
.banner-wrap .right img {
  /*height: 550px;*/
  max-height: 100%;
}
@media screen and (max-width: 600px) {
  .banner-wrap {
    height: 25vh;
  }
  .banner-wrap.active .right {
    opacity: 1;
    transform: translateX(50px);
  }
  .banner-wrap .left {
    width: 50%;
    line-height: 1.2;
  }
  .banner-wrap .left h2 {
    margin-top: unset;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .banner-wrap .left small {
    font-size: 12px;
  }
  .banner-wrap .right img {
    width: 110vw;
    /*height: 150px;*/
    object-fit: contain;
  }
  .banner-wrap.active .right {
    opacity: 1;
    transform: translate(0, -50%);
  }
  .banner-wrap .right {
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transform: translate(400px, -50%);
    transition: transform .8s ease-in-out, opacity .6s ease;
  }
}




.product-character-wrap .row {
  display: flex;
  flex-wrap: wrap;
}
.product-character-wrap .col {
  padding: 15px;
}
.product-character-wrap .col .wrap {
  /* height: 187px; */
  background: linear-gradient(to bottom, #F0F2F8, #FFFFFF);
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
  border-radius: 8px;
  display: flex;
  padding: 42px 30px 32px;
  transition: transform .3s ease;
  height: 100%;
}
.product-character-wrap .col .wrap:hover {
  transform: scale(1.05);
}
.product-character-wrap .col .wrap .icon {
  margin-right: 25px;
  transition: transform .3s ease;
}
.product-character-wrap .col .wrap:hover .icon {
  transform: scale(1.1);
}
.product-character-wrap .col .wrap:hover h3 {
  color: var( --main-color);
}
.product-character-wrap .col h3 {
  margin: unset;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  transition: color .3s ease;
}
.product-character-wrap .col p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .product-character-wrap .col {
    width: 100%;
  }
}




.app-scene-wrap .cover {
  overflow: hidden;
  border-radius: 8px;
}
.app-scene-wrap img {
  display: block;
  width: 100%;
}
.app-scene-wrap .row {
  display: flex;
  flex-wrap: wrap;
}
.app-scene-wrap .row .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.app-scene-wrap .row .wrap:hover .hover {
  transform: translateY(-30px);
}
.app-scene-wrap .hover {
  flex: 1;
  position: relative;
  width: 95%;
  margin: -20px auto 0;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.1);
  padding: 22px 22px 8px;
  transition: all .3s ease;
  border-radius: 8px;
}
.app-scene-wrap .row .wrap:hover  h3 {
  font-weight: 700;
  color: var(--main-color);
}
.app-scene-wrap .row .wrap:hover  h3::after {
  width: 60px;
}
.app-scene-wrap .hover h3 {
  margin: unset;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  position: relative;
}
.app-scene-wrap .hover h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 4px;
  background: var(--main-color);
  transition: all .3s ease;
}
.app-scene-wrap .hover p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .app-scene-wrap img {
    display: block;
    width: 100%;
  }
  .app-scene-wrap .row .col {
    padding: 7.5px 15px;
  }
  .app-scene-wrap .row .wrap:hover .hover {
    transform: unset;
  }
  .app-scene-wrap .hover {
    flex: 1;
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-shadow: unset;
    padding: 22px 22px 8px;
    transition: all .3s ease;
  }
  .app-scene-wrap .row .wrap:hover  h3 {
    font-weight: 700;
    color: var(--main-color);
  }
  .app-scene-wrap .row .wrap:hover  h3::after {
    width: 60px;
  }
  .app-scene-wrap .hover h3 {
    margin: unset;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
  }
  .app-scene-wrap .hover h3::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--main-color);
    transition: all .3s ease;
  }
  .app-scene-wrap .hover p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 2;
  }
}





.m1 {
  display: none;
}
.p1 {
  display: block;
}
@media screen and (max-width: 600px) {
  .m1 {
    display: block;
  }
  .p1 {
    display: none;
  }
}





.acs-wrap  > h2 {
  padding-bottom: 20px;
}
.acs-wrap  > small {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #808080;
  margin-bottom: 41px;
}
.acs-wrap .wrap {
  background: #FAFAFA;
  box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
}
.acs-wrap .tabs {
  display: flex;
  border-bottom: 1px solid #E6E6E6;
}
.acs-wrap .tabs li.active,
.acs-wrap .tabs li:hover {
  color: #005DD4;
  background: #FAFAFA;
}
.acs-wrap .tabs li {
  flex: 1;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333;
  line-height: 62px;
  background: #CEE3FF;
  transition: all .3s ease;
  cursor: pointer;
}
.acs-wrap .swiper-slide {
  padding: 30px 20px;
}
.acs-wrap .swiper-slide .desc {
  padding: 62px 15px 0 30px;
}
.acs-wrap .swiper-slide .cover img {
  max-width: 100%;
}
.acs-wrap .swiper-slide p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  /* font-weight: bold; */
  color: #333333;
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 600px) {
  .acs-wrap  > h2 {
    padding-bottom: 10px;
  }
  .acs-wrap > small {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.7;
    padding: 0 15px;
  }
  .acs-wrap .wrap {
    background: #FAFAFA;
    box-shadow: 4px 7px 20px 0px rgba(55,99,170,0.2);
  }
  .acs-wrap .tabs {
    display: block;
    border-bottom: 1px solid #E6E6E6;
  }
  .acs-wrap .tabs li.active,
  .acs-wrap .tabs li:hover {
    color: #333333;
    background: #FAFAFA;
  }
  .acs-wrap .tabs li {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 62px;
    background: #005DD4;
    transition: all .3s ease;
    cursor: pointer;
  }
  .acs-wrap .swiper-slide {
    padding: 30px 20px;
  }
  .acs-wrap .swiper-slide .desc {
    padding: 15px 5px 0px;
  }
  .acs-wrap .swiper-slide .cover {
    padding: unset;
  }
  .acs-wrap .swiper-slide .cover img {
    width: 100%;
  }
  .acs-wrap .swiper-slide p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    /* font-weight: bold; */
    color: #333333;
    margin: 0;
    padding-bottom: 10px;
  }
}
