.banner {
  width: 100%;
  position: relative;
}
.banner .swiper-pagination {
  position: absolute;
  z-index: 2;
  text-align: center;
  --swiper-theme-color: #fff;
}
.banner .swiper-pagination span {
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: 1;
}
.banner .swiper-button-next {
  right: 5%;
}
.banner .swiper-button-next::after {
  color: #fff;
}
.banner .swiper-button-prev {
  left: 5%;
}
.banner .swiper-button-prev::after {
  color: #fff;
}
.search {
  position: relative;
  z-index: 2;
  transform: translateY(-50%);
}
.search .wrap {
  border-radius: 8px;
  height: 140px;
  background-color: #0C32BF;
  overflow: hidden;
  box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.16);
  transform: skew(-13deg);
}
.search .wrap .box {
  height: 100%;
  align-items: center;
  transform: skew(13deg);
  padding-left: 93px;
  padding-right: 70px;
}
.search .lft a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 78px;
}
.search .lft a p {
  font-size: 18px;
  margin-top: 7px;
}
.search .lft a:last-child {
  margin-right: 0;
}
.search .lft a:hover img {
  transform: scale(1.05) translateY(-2px);
}
.search .rht {
  width: 578px;
  height: 60px;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #D8D8D8;
}
.search .rht div {
  font-size: 18px;
  color: #363D57;
  padding-left: 20px;
}
.search .rht div::before {
  content: url(../images/fdj.png);
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  transform: translateY(-1px);
}
.search .rht form {
  margin-left: 18px;
  width: 434px;
  border-left: 2px solid #D8D8D8;
  position: relative;
}
.search .rht form .ank {
  width: 75%;
  height: 24px;
  border: 0;
  padding-left: 18px;
  font-size: 18px;
  color: #333;
}
.search .rht form .ank::placeholder {
  font-size: 18px;
  color: #D8D8D8;
}
.search .rht form .sbmt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 95px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: 0;
  font-size: 20px;
  color: #fff;
  background: #FE6627;
  border-radius: 11px;
}
.hd_tit {
  text-align: center;
  font-weight: bold;
}
.hd_tit .cn {
  font-size: 36px;
  color: #363D57;
  position: relative;
  z-index: 1;
}
.hd_tit .cn span {
  color: #0C32BF;
}
.hd_tit .en {
  font-size: 72px;
  color: #E6EAF8;
}
.abt {
  margin-top: 7px;
  background: url(../images/abt_bg.png) no-repeat right top;
}
.abt .hd_tit {
  margin-bottom: 70px;
}
.abt .wrap {
  align-items: center;
}
.abt .lft {
  width: 510px;
  border-radius: 8px 8px 8px 8px;
  overflow: hidden;
}
.abt .lft .swiper-pagination span {
  background-color: #fff;
}
.abt .lft img {
  width: 100%;
}
.abt .rht {
  width: 628px;
}
.abt .rht .company {
  font-size: 28px;
  font-weight: bold;
}
.abt .rht .ct {
  margin-top: 20px;
  width: 586px;
  font-size: 16px;
  color: #363D57;
  line-height: 27px;
  letter-spacing: 1px;
}
.abt .rht .more {
  transition: 0.5s;
  margin-top: 50px;
  display: block;
  width: 138px;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #FE6627;
  text-align: center;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #FE6627;
  background: linear-gradient(to right, #FE6627, #FE6627) no-repeat;
  background: -webkit-linear-gradient(left, #FE6627, #FE6627) no-repeat;
  background-size: 0% 100%;
}
.abt .rht .more:hover {
  background-size: 100% 100%;
  color: #fff;
}
.abt .rht ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 65px;
}
.abt .rht ul li {
  text-align: center;
  margin-bottom: 40px;
}
.abt .rht ul li em {
  font-size: 46px;
  font-weight: bold;
  color: #0C32BF;
  position: relative;
}
.abt .rht ul li em::after {
  position: absolute;
  top: 0;
  right: -16px;
  content: '+';
  font-size: 24px;
  color: #0C32BF;
  font-weight: 400;
}
.abt .rht ul li sub {
  font-size: 16px;
  color: #363D57;
  position: relative;
  top: -5px;
  left: 1px;
}
.abt .rht ul li p {
  font-size: 16px;
  color: #363D57;
  margin-top: 4px;
}
.abt .rht ul li:nth-child(3),
.abt .rht ul li:nth-child(6) {
  width: 25%;
}
.abt .rht ul li:nth-child(2),
.abt .rht ul li:nth-child(5) {
  width: 54%;
}
.abt .rht ul li:last-child {
  position: relative;
  cursor: pointer;
}
.abt .rht ul li:last-child em::after {
  content: '';
}
.abt .rht ul li:last-child img {
  border: 1px solid #eee;
  display: none;
  position: absolute;
  left: 50%;
  bottom: 90px;
  transform: translateX(-50%);
}
.abt .rht ul li:nth-child(n+4) {
  margin-bottom: 0;
}
.prods {
  margin-top: 70px;
  padding-top: 96px;
  padding-bottom: 80px;
  background: url(../images/prods_bg.jpg) no-repeat center top;
}
.prods .wrap {
  position: relative;
}
.prods .wrap .swiper-button-next,
.prods .wrap .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
}
.prods .wrap .swiper-button-next::after,
.prods .wrap .swiper-button-prev::after {
  color: #CACFDF;
  font-size: 19px;
}
.prods header {
  margin-bottom: 75px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}
.prods header .cn {
  font-size: 36px;
}
.prods header .en {
  font-size: 72px;
  opacity: 0.1;
  transform: translateY(8px);
}
.prods .sw3 {
  width: 88%;
  margin: auto;
}
.prods .sw3 .swiper-slide {
  padding: 8px;
}
.prods .sw3 a {
  display: block;
  box-shadow: 0px 3px 8px 0px #CAD5FF;
  border-radius: 8px;
  overflow: hidden;
}
.prods .sw3 .txt {
  text-align: center;
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 30px;
  position: relative;
}
.prods .sw3 .txt .tit {
  font-size: 36px;
  font-weight: bold;
  color: #363D57;
  line-height: normal;
}
.prods .sw3 .txt .day {
  font-size: 18px;
  color: #363D57;
  margin-top: 3px;
}
.prods .sw3 .txt span {
  position: absolute;
  top: 42px;
  right: 0;
  width: 57px;
  height: 26px;
  line-height: 26px;
  background-color: #FE6627;
  border-top-left-radius: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.prods .bj {
  transition: 0.5s;
  display: block;
  margin: auto;
  margin-top: 60px;
  width: 196px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #FE6627;
  border-radius: 4px;
  font-size: 18px;
  color: #FE6627;
  text-align: center;
  background: linear-gradient(to right, #FE6627, #FE6627) no-repeat;
  background: -webkit-linear-gradient(left, #FE6627, #FE6627) no-repeat;
  background-size: 0% 100%;
}
.prods .bj:hover {
  background-size: 100% 100%;
  color: #fff;
}
.avd {
  padding-top: 55px;
  padding-bottom: 80px;
  background: url(../images/avd_bg.png) #F3FCFF no-repeat left 150px;
}
.avd ul {
  margin-top: 85px;
  justify-content: center;
}
.avd ul li {
  transition: 0.6s;
  width: 146px;
  margin-right: 2px;
  overflow: hidden;
  position: relative;
  transition: width 0.6s;
}
.avd ul li:last-child {
  margin-right: 0;
}
.avd ul li:nth-child(n+2) img {
  transform: translateX(-38%);
}
.avd ul li img {
  transition: 0.4s;
  opacity: 0.1;
}
.avd ul li .detail {
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
}
.avd ul li .detail .tit {
  font-size: 36px;
  font-weight: bold;
  width: max-content;
}
.avd ul li .detail hr {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 56px;
  height: 6px;
  background: #FE6627;
}
.avd ul li .detail p {
  width: 474px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
}
.avd ul li .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #363D57;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.avd ul li .num em {
  font-size: 48px;
  opacity: 0.6;
}
.avd ul li .num .tit {
  font-size: 24px;
  opacity: 0.6;
  margin-top: 30px;
  width: 48px;
  line-height: 34px;
}
.avd ul li.active {
  width: 569px;
}
.avd ul li.active img {
  opacity: 1;
}
.avd ul li.active:nth-child(n+2) img {
  transform: translateX(0);
}
.avd ul li.active .detail {
  opacity: 1;
}
.avd ul li.active .num {
  display: none;
}
.avd .bj {
  transition: 0.5s;
  display: block;
  margin: auto;
  margin-top: 60px;
  width: 196px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #FE6627;
  border-radius: 4px;
  font-size: 18px;
  color: #FE6627;
  text-align: center;
  background: linear-gradient(to right, #FE6627, #FE6627) no-repeat;
  background: -webkit-linear-gradient(left, #FE6627, #FE6627) no-repeat;
  background-size: 0% 100%;
}
.avd .bj:hover {
  background-size: 100% 100%;
  color: #fff;
}
.new_s {
  padding: 60px 0;
}
.new_s a {
  width: 30.8%;
}
.new_s a:hover .tit {
  color: #000;
}
.new_s .tit {
  font-size: 20px;
  font-weight: bold;
}
.new_s .ct {
  margin-top: 10px;
  font-size: 16px;
  color: rgba(54, 61, 87, 0.6);
  line-height: 22px;
}
.new_s time {
  font-size: 16px;
  color: #3D3D3D;
  display: block;
  margin-top: 6px;
}
