section .banner {
  height: 31.82rem;
  width: 100%;
  position: relative;
}
section .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .banner .txt {
  position: absolute;
  left: 13%;
  top: 50%;
  transform: translateY(-50%);
}
section .banner .txt h2 {
  font-size: 1.82rem;
  color: #fff;
  margin-bottom: 2.27rem;
}
section .banner .txt h2 span {
  position: relative;
  font-size: 1.82rem;
  color: #fff;
  margin-right: 1.5rem;
}
section .banner .txt h2 span::after {
  content: '';
  position: absolute;
  right: -1.14rem;
  top: -0.45rem;
  width: 0.91rem;
  height: 0.91rem;
  font-size: 1.09rem;
  color: #fff;
}
section .banner .txt h2 .rb::after {
  content: '®';
}
section .banner .txt h2 .tm {
  margin-right: 2.05rem;
}
section .banner .txt h2 .tm::after {
  content: 'TM';
}
section .banner .txt p {
  font-size: 0.73rem;
  line-height: 1.64rem;
  color: #fff;
  margin: 2.27rem 0 1.59rem;
}
section .banner .txt .zx {
  position: relative;
  width: 7.27rem;
  height: 1.82rem;
  border: 0.05rem solid #fff;
  display: inline-block;
  text-align: center;
  line-height: 1.82rem;
}
section .banner .txt .zx span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
}
section .banner .txt .zx::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  z-index: 1;
}
section .banner .txt .zx:hover span {
  color: #4b75fd;
}
section .banner .txt .zx:hover::after {
  width: 100%;
}
section .position {
  color: #666;
  height: 4.55rem;
  line-height: 3.18rem;
  padding-bottom: 1.36rem;
}
section .position > a:hover {
  color: #4974fd;
}
section .mb {
  display: none;
  width: 100%;
}
section .mb #m-pro-container {
  overflow: hidden;
  width: 100%;
}
section .mb #m-pro-container .swiper-slide {
  padding: 20px;
  width: auto;
}
section .mb #m-pro-container .swiper-slide a {
  font-size: 16px;
  color: #333333;
}
section .mb #m-pro-container .active a {
  color: #4974fd;
}
section .list-nav {
  width: 100%;
  height: 2.73rem;
  box-sizing: border-box;
}
section .list-nav ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.05rem solid #dcdcdc;
}
section .list-nav ul li {
  position: relative;
  line-height: 2.73rem;
  margin-right: 2.73rem;
  padding: 0 0.68rem;
  font-size: 0.82rem;
  color: #666;
}
section .list-nav ul li:last-child {
  margin-right: 0;
}
section .list-nav ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 0.05rem;
  background-color: #4974fd;
  transition: width 0.5s;
}
section .list-nav ul li:hover {
  color: #4974fd;
}
section .list-nav ul li:hover::after {
  width: 100%;
  transition: width 0.5s;
}
section .list-nav ul .active {
  color: #4974fd;
}
section .list-nav ul .active::after {
  width: 100%;
}
section .fixedNav {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0rem 0.27rem 1.09rem 0rem rgba(222, 227, 248, 0.35) !important;
  z-index: 9999;
}
section .fixedNav ul {
  border-bottom: 0.05rem solid transparent;
}
section .xtgs {
  text-align: center;
}
section .xtgs .gs-xq {
  font-size: 0.73rem;
  line-height: 1.36rem;
  margin-bottom: 2.73rem;
  padding: 0 16%;
}
section .xtgs img {
  margin: 0 auto;
}
section .hxys .container .box {
  display: flex;
  align-items: center;
  box-shadow: 0rem 0.23rem 0.73rem 0rem rgba(73, 116, 253, 0.1);
}
section .hxys .container .last {
  margin-right: 0;
}
section .hxys .container .txt {
  width: calc(100% - 6.5rem);
}
section .hxys .container .txt .ad-title {
  color: #000000;
  font-size: 0.91rem;
  margin-top: 1.59rem;
}
section .hxys .container .txt .en {
  position: relative;
  color: #999999;
  margin: 0.45rem 0 2.05rem;
  text-transform: uppercase;
}
section .hxys .container .txt .en::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.68rem;
  width: 1.45rem;
  height: 0.09rem;
  background-color: #4974fd;
}
section .hxys .container .txt .ad-b-t {
  font-size: 0.73rem;
  margin-bottom: 0.91rem;
  line-height: 1.59rem;
}
section .hxys .container .txt .ad-b-b {
  font-size: 0.73rem;
  line-height: 1.09rem;
  color: #999999;
}
section .hxys .container .txt span {
  font-size: 0.73rem;
  color: #4974fd;
}
section .hxys .container .img {
  width: 6.5rem;
}
section .hxys .container .img img {
  width: 100%;
  height: 7.14rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
section .hxys .container .t-jz {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1.36rem;
}
section .hxys .container .t-jz .box {
  width: 32%;
  height: 16.36rem;
  margin-right: 2%;
  padding: 0 1.59rem;
}
section .hxys .container .aoa .ad-b-t {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
}
section .hxys .container .b-jz {
  display: flex;
  justify-content: space-between;
}
section .hxys .container .b-jz .box {
  width: 49%;
  height: 11.36rem;
  margin-right: 2%;
  padding: 0 3.18rem 0 1.82rem;
}
section .hxys .container .last {
  margin-right: 0;
}
section .tech {
  background: url(../images/pro_ehigh_jssl_back.png) no-repeat center;
  background-size: cover;
  margin: 5.45rem 0;
  padding: 4.55rem 0 3.64rem;
}
section .tech .common_h {
  margin-top: 0;
}
section .tech .common_h p,
section .tech .common_h span,
section .tech .common_h h2 {
  color: #fff;
}
section .tech .container {
  display: flex;
  justify-content: space-between;
}
section .tech .container .box {
  width: 32%;
  background-color: #fff;
  text-align: center;
  padding: 1.59rem 2.27rem;
}
section .tech .container .box .img {
  width: 12.23rem;
  height: 10.55rem;
  margin: 0 auto;
}
section .tech .container .box .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .tech .container .box .txt {
  margin-top: 1.59rem;
}
section .tech .container .box .txt h2 {
  color: #000000;
  font-size: 1.09rem;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 1.36rem;
}
section .tech .container .box .txt p {
  font-size: 0.73rem;
  color: #666;
  line-height: 1.36rem;
}
section .cpjs .cp-container .swiper-wrapper {
  height: 100%;
  padding-bottom: 0.91rem;
  display: flex;
  align-items: center;
}
section .cpjs .cp-container .swiper-wrapper .swiper-slide {
  position: relative;
}
section .cpjs .cp-container .swiper-wrapper .swiper-slide:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 95%;
  background-color: #dcdcdc;
}
section .cpjs .cp-container .swiper-wrapper .swiper-slide:last-child:after {
  width: 0;
}
section .cpjs .cp-container .swiper-wrapper .list {
  width: 100%;
  height: 18.18rem;
  background-color: #f5f6f7;
  padding: 2.73rem 2.5rem;
  cursor: pointer;
}
section .cpjs .cp-container .swiper-wrapper .list .single {
  text-align: center;
}
section .cpjs .cp-container .swiper-wrapper .list .single .img {
  height: 6.82rem;
  margin-bottom: 4.77rem;
}
section .cpjs .cp-container .swiper-wrapper .list .single .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .cpjs .cp-container .swiper-wrapper .list .single p {
  font-size: 0.82rem;
  line-height: 1.59rem;
}
section .cpjs .cp-container .swiper-wrapper .list .detail {
  display: none;
}
section .cpjs .cp-container .swiper-wrapper .list .detail .describe h2 {
  position: relative;
  font-size: 0.73rem;
  color: #000000;
  margin-bottom: 0.91rem;
}
section .cpjs .cp-container .swiper-wrapper .list .detail .describe h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.36rem;
  width: 2.73rem;
  height: 0.09rem;
  background-color: #4974fd;
}
section .cpjs .cp-container .swiper-wrapper .list .detail .describe p {
  font-size: 0.68rem;
  color: #333333;
  line-height: 1.09rem;
  padding-bottom: 1.36rem;
  margin-bottom: 0.91rem;
  border-bottom: 0.05rem solid #dcdcdc;
}
section .cpjs .cp-container .swiper-wrapper .list .detail .params h2 {
  color: #666666;
  font-size: 0.73rem;
  margin-top: 0.91rem;
}
section .cpjs .cp-container .swiper-wrapper .list .detail .params p {
  margin-top: 0.45rem;
  line-height: 1.09rem;
}
section .cpjs .cp-container .swiper-button-next,
section .cpjs .cp-container .swiper-button-prev {
  --swiper-navigation-size: 0.64rem;
  --swiper-theme-color: #ccc;
  width: 1.82rem;
  height: 1.82rem;
  border-radius: 50%;
  border: 0.05rem solid #cccccc;
}
section .cpjs .cp-container .swiper-button-next:hover,
section .cpjs .cp-container .swiper-button-prev:hover {
  border: 0.05rem solid #4974fd;
  background-color: rgba(87, 126, 253, 0.1);
  --swiper-theme-color: #4974fd;
}
section .cpjs .cp-container .active {
  position: relative;
  height: 28.64rem !important;
}
section .cpjs .cp-container .active::after {
  width: 0;
}
section .cpjs .cp-container .active .list {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 21.36rem !important;
  height: 100% !important;
  background-color: #ffffff;
  box-shadow: 0px 6px 12px 0px rgba(2, 19, 35, 0.1);
  z-index: 1;
}
section .cpjs .cp-container .active .list .single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
section .cpjs .cp-container .active .list .single .img {
  margin-bottom: 0;
}
section .cpjs .cp-container .active .list .single .img img {
  width: auto;
}
section .cpjs .cp-container .active .list .single .b-text p {
  font-size: 0.91rem;
  color: #4974fd;
  font-weight: bold;
  white-space: nowrap;
}
section .cpjs .cp-container .active .list .detail {
  display: block !important;
}
section .cpjs .cp-container .active .slide-left {
  left: 0;
  transform: translate(0, -50%);
}
section .cpjs .cp-container .active .slide-right {
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}
section .cpjs .cp-container .pro-one {
  width: 100% !important;
}
section .cpjs .cp-container .pro-one .list {
  width: 100% !important;
  box-shadow: none;
}
section .cpjs .cp-container .aoa-one .swiper-slide {
  display: flex;
  align-items: center;
}
section .cpjs .cp-container .aoa-one .swiper-slide .single {
  text-align: left;
  flex-direction: row;
  margin-bottom: 1.36rem;
}
section .cpjs .cp-container .aoa-one .swiper-wrapper {
  padding-bottom: 0;
}
section .cpjs .cp-container .aoa-one .swiper-button-next,
section .cpjs .cp-container .aoa-one .swiper-button-prev {
  display: none;
}
section .cpjs .cp-container .aoa-one .list {
  padding: 0;
}
section .cpjs .cp-container .aoa-one .list .img img {
  width: auto !important;
}
section .cpjs .cp-container .aoa-one .active {
  height: auto !important;
}
section .cpjs .cp-container .aoa-one .active .list {
  position: static;
  transform: none;
}
section .cpjs .mb-cp {
  display: none;
}
section .cpjs .mb-cp .mb-container .cp-box {
  margin-bottom: 1.82rem;
}
section .cpjs .mb-cp .mb-container .cp-box .t-cp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.91rem;
  border-bottom: 0.05rem solid #dcdcdc;
  margin-bottom: 0.91rem;
}
section .cpjs .mb-cp .mb-container .cp-box .t-cp h2 {
  font-size: 0.91rem;
  margin-right: 0.91rem;
}
section .cpjs .mb-cp .mb-container .cp-box .t-cp .img {
  width: 6.82rem;
  height: 4.55rem;
}
section .cpjs .mb-cp .mb-container .cp-box .t-cp .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .cpjs .mb-cp .mb-container .cp-box .c-cp h2,
section .cpjs .mb-cp .mb-container .cp-box .b-cp h2 {
  font-size: 0.82rem;
  margin-bottom: 0.45rem;
}
section .cpjs .mb-cp .mb-container .cp-box .c-cp p,
section .cpjs .mb-cp .mb-container .cp-box .b-cp p {
  line-height: 1.6;
}
section .cpjs .mb-cp .mb-container .cp-box .c-cp {
  margin-bottom: 0.91rem;
}
section .yycj {
  margin-bottom: 5.45rem;
}
section .yycj .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section .yycj .container .box {
  position: relative;
  width: 49%;
  height: 17.27rem;
  margin-bottom: 1.5rem;
}
section .yycj .container .box2 {
  position: relative;
  width: 33%;
  height: 10.27rem;
  margin-bottom: 0.5rem;
}
section .yycj .container .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .yycj .container .box h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.09rem;
  color: #fff;
  z-index: 2;
  width: 100%;
}
section .yycj .container .box p {
  position: absolute;
  left: 50%;
  top: 68%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 22%;
  text-align: center;
  color: #fff;
  line-height: 1.36rem;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
section .yycj .container .box::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 0;
  height: 0;
  background-color: rgba(73, 116, 253, 0.6);
  z-index: 1;
}
section .yycj .container .box:hover::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
section .yycj .container .box:hover p {
  opacity: 1;
  top: 66%;
  transition: all 0.4s ease-in-out;
}
section .yycj .solve-yycj-three .box {
  width: 32.5%;
}
section .xtgs-aoa {
  background-color: #f8fafb;
  margin-top: 2.73rem;
  padding: 2.73rem 0;
}
section .xtgs-aoa .main_center {
  display: flex;
  justify-content: space-between;
}
section .xtgs-aoa .main_center .xtgs-aoa-item {
  flex: 1;
  padding: 1.82rem 0.91rem;
  background-color: #fff;
  margin-right: 2%;
}
section .xtgs-aoa .main_center .xtgs-aoa-item:last-child {
  margin-right: 0;
}
section .xtgs-aoa .main_center .xtgs-aoa-item .mb-aoa {
  display: none;
  font-size: 1.09rem;
  line-height: 1.36rem;
  margin-bottom: 1.36rem;
  font-weight: normal;
  text-align: center;
}
section .xtgs-aoa .main_center .xtgs-aoa-item .pic {
  height: 8.36rem;
}
section .xtgs-aoa .main_center .xtgs-aoa-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .xtgs-aoa .main_center .xtgs-aoa-item .txt {
  text-align: center;
  margin-top: 1.36rem;
}
section .xtgs-aoa .main_center .xtgs-aoa-item .txt h2 {
  font-size: 1.09rem;
  line-height: 1.36rem;
  margin-bottom: 1.36rem;
  font-weight: normal;
}
section .xtgs-aoa .main_center .xtgs-aoa-item .txt p {
  font-size: 0.73rem;
  color: #666;
  line-height: 1.36rem;
}
section .cpjs-aoa .cpjs-other {
  margin-top: 3.73rem;
}
section .cpjs-aoa .cpjs-other > h2 {
  text-align: center;
  font-size: 1.36rem;
  font-weight: normal;
}
section .cpjs-aoa .cpjs-other > h2 span {
  font-size: 0.91rem;
  color: #666;
}
section .cpjs-aoa .cpjs-aoa-conatiner {
  margin-top: 2.27rem;
}
section .cpjs-aoa .cpjs-aoa-conatiner .swiper-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
section .cpjs-aoa .cpjs-aoa-conatiner .swiper-wrapper .swiper-slide {
  position: relative;
  background-color: #f5f6f7;
  padding: 1.82rem 0;
}
section .cpjs-aoa .cpjs-aoa-conatiner .swiper-wrapper .swiper-slide:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 95%;
  background-color: #dcdcdc;
}
section .cpjs-aoa .cpjs-aoa-conatiner .swiper-wrapper .swiper-slide:last-child:after {
  width: 0;
}
section .cpjs-aoa .cpjs-aoa-conatiner .swiper-wrapper .swiper-slide .pic {
  height: 6.64rem;
  margin-bottom: 1.36rem;
}
section .cpjs-aoa .cpjs-aoa-conatiner .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .cpjs-aoa .cpjs-aoa-conatiner .swiper-wrapper .swiper-slide p {
  text-align: center;
}
section .cpjs-aoa .cpjs-aoa-conatiner .swiper-button-next,
section .cpjs-aoa .cpjs-aoa-conatiner .swiper-button-prev {
  --swiper-navigation-size: 14.08px;
  --swiper-theme-color: #ccc;
  width: 40.04px;
  height: 40.04px;
  border-radius: 50%;
  border: 1.1px solid #cccccc;
}
section .cpjs-aoa .cpjs-aoa-conatiner .swiper-button-next:hover,
section .cpjs-aoa .cpjs-aoa-conatiner .swiper-button-prev:hover {
  border: 1.1px solid #4974fd;
  background-color: rgba(87, 126, 253, 0.1);
  --swiper-theme-color: #4974fd;
}
section .cpjs-aoa #cpjs-eco-container .swiper-slide {
  background-color: #fff;
  padding: 0;
}
section .cpjs-aoa .mb-aoa-other {
  display: none;
}
section .aoa-yycj .container .box p {
  top: 70%;
  padding: 0 10%;
}
@media only screen and (max-width: 768px) {
  section .banner {
    height: 250px;
  }
  section .banner .txt {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
  }
  section .banner .txt h2 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  section .banner .txt h2 span {
    font-size: 18px;
  }
  section .banner .txt p {
    margin: 15px 0 10px;
  }
  section .position {
    height: auto;
    line-height: 1.8;
    padding: 5px 10px;
  }
  section .mb {
    display: block;
  }
  section .list-nav {
    padding-top: 10px;
    height: auto;
  }
  section .list-nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  section .list-nav ul li {
    width: 49%;
    margin-right: 2%;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    line-height: 35px;
  }
  section .list-nav ul li::after {
    width: 0;
    height: 0;
  }
  section .list-nav ul li:nth-child(2n) {
    margin-right: 0;
  }
  section .list-nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  section .list-nav ul .active {
    background-color: #4974fd;
    color: #fff;
  }
  section .list-nav ul .active::after {
    height: 0;
  }
  section .list-nav ul .active a {
    color: #fff;
  }
  section .xtgs .gs-xq {
    padding: 0;
  }
  section .hxys .container .t-jz {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  section .hxys .container .t-jz .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  section .hxys .container .b-jz {
    flex-wrap: wrap;
  }
  section .hxys .container .b-jz .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  section .hxys .container .b-jz .last {
    margin-bottom: 0;
  }
  section .tech {
    background-size: cover;
  }
  section .tech .container {
    flex-wrap: wrap;
  }
  section .tech .container .box {
    width: 100%;
    margin-bottom: 20px;
  }
  section .cpjs .cp-container {
    display: none;
  }
  section .cpjs .mb-cp {
    display: block;
  }
  section .yycj .container .box {
    width: 100%;
    height: auto;
  }
  section .yycj .container .box img {
    height: 250px;
  }
  section .yycj .container .box h2,
  section .yycj .container .box p {
    position: static;
    color: #333;
    transform: none;
  }
  section .yycj .container .box h2 {
    margin: 20px 0 10px;
  }
  section .yycj .container .box p {
    opacity: 1;
  }
  section .xtgs-aoa .main_center {
    flex-direction: column;
  }
  section .xtgs-aoa .main_center .xtgs-aoa-item {
    margin-bottom: 30px;
    margin-right: 0;
  }
  section .xtgs-aoa .main_center .xtgs-aoa-item .mb-aoa {
    display: block;
  }
  section .xtgs-aoa .main_center .xtgs-aoa-item .txt h2 {
    display: none;
  }
  section .cpjs-aoa .cpjs-aoa-conatiner {
    display: none;
  }
  section .cpjs-aoa .mb-aoa-other {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  section .cpjs-aoa .mb-aoa-other .mb-own-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  section .cpjs-aoa .mb-aoa-other .mb-own-item:nth-child(2n) {
    margin-right: 0;
  }
  section .cpjs-aoa .mb-aoa-other .mb-own-item .pic {
    height: 10rem;
    margin-bottom: 1.36rem;
  }
  section .cpjs-aoa .mb-aoa-other .mb-own-item .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  section .cpjs-aoa .mb-aoa-other .mb-own-item p {
    text-align: center;
  }
}
