@charset "utf-8";

/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}

.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}

@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }

  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }

  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }

  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }

  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }

  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }

  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

html {
  width: 100%;
}

@media screen and (min-width: 981px) {
  html {
    height: 100%;
  }
}

.banner-swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner-swiper ul li {
  overflow: hidden;
}

.banner-swiper ul li img {
  display: block;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.banner-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }

  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }

  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}

@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }

  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }

  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}

.banner-swiper .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.banner-swiper .page {
  line-height: 30px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner-swiper .page::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #333;
  opacity: 0.5;
  display: block;
  position: absolute;
  left: 50%;
  top: 5px;
}

.banner-swiper .page .banner-prev {
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

.banner-swiper .page .banner-prev::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 32px;
  background: url(../images/bl.png) 50% 50% no-repeat;
  margin-right: 16px;
}

.banner-swiper .page .banner-next {
  margin-left: 86px;
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}

.banner-swiper .page .banner-next::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 32px;
  background: url(../images/br.png) 50% 50% no-repeat;
  margin-left: 16px;
}

@media screen and (max-width: 980px) {
  .banner-swiper .banner-pagination {
    bottom: 30px;
  }

  .banner-swiper .banner-pagination i {
    font-size: 16px;
    line-height: 14px;
  }

  .banner-swiper .banner-pagination span {
    font-size: 12px;
    width: 40px;
    padding-top: 10px;
    margin-top: 10px;
    line-height: 12px;
  }

  .banner-swiper .banner-pagination span::before {
    width: 10px;
  }

  .banner-swiper ul {
    height: auto;
  }

  .banner-swiper ul li {
    height: auto;
  }

  .banner-swiper ul li img {
    height: auto;
  }
}

.banSlogn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  height: 100%;
}

.banSlogn .slogan {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.banSlogn .slogan .pic {
  display: block;
  width: 140px;
  height: 110px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banSlogn .slogan .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banSlogn .slogan .cont {
  width: 190px;
  margin-left: 24px;
}

.banSlogn .slogan .cont .t1 {
  line-height: 1;
  font-size: 20px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}

.banSlogn .slogan .cont .t2 {
  line-height: 1;
  font-size: 16px;
  letter-spacing: 4px;
  color: #919191;
  margin-top: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.banSlogn .slogan:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.banSlogn .slogan:hover .cont .t1 {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.banSlogn .slogan:hover .cont .t2 {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

@media screen and (max-width: 1320px) {
  .banSlogn {
    margin-bottom: 4vh;
  }

  .banSlogn .slogan {
    padding: 5px;
  }

  .banSlogn .slogan .pic {
    width: 110px;
    height: 80px;
  }

  .banSlogn .slogan .cont {
    width: auto;
    padding-right: 10px;
    margin-left: 15px;
  }

  .banSlogn .slogan .cont .t1 {
    font-size: 18px;
  }

  .banSlogn .slogan .cont .t2 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 10px;
  }
}

.title a {
  display: block;
}

.title a em {
  display: block;
  font-size: 60px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 0.8;
}

.title a span {
  display: block;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  padding-top: 20px;
}

.product {
  background: url(../images/productBg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 120px;
}

.product .productHd {
  padding-top: 40px;
}

.product .productHd ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.product .productHd ul::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 39px;
  background: #333;
}

.product .productHd ul li {
  position: relative;
  z-index: 2;
}

.product .productHd ul li a i {
  display: table;
  width: auto;
  height: 78px;
  line-height: 78px;
  text-align: center;
  margin: 0 auto;
  padding: 0 5px;
  font-size: 30px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #707272;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productHd ul li a em {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 10px;
}

.product .productHd ul li.on a i {
  width: 78px;
  border-radius: 50%;
  background: #25559f;
  color: #fff;
  box-shadow: 0 0 10px rgba(37, 85, 159, 0.2);
}

.product .productHd ul li.on a em {
  color: #25559f;
  padding-top: 20px;
}

.product .productBd {
  padding-top: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product .productBd .productBdList {
  display: flex;
  justify-content: space-between;
  width: 94%;
}

.product .productBd .productBdList .productText {
  width: 41.6667%;
  height: 100%;
}

.product .productBd .productBdList .productText ul li {
  padding-top: 70px;
  padding-bottom: 70px;
}

.product .productBd .productBdList .productText ul li a {
  display: block;
  height: 100%;
}

.product .productBd .productBdList .productText ul li a i {
  font-weight: bold;
  color: #25559f;
  display: block;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productBd .productBdList .productText ul li a b {
  display: block;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  padding-top: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productBd .productBdList .productText ul li a span {
  display: block;
  font-size: 16px;
  margin-top: 37px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}

.product .productBd .productBdList .productText ul li a em {
  display: block;
  width: 200px;
  height: 52px;
  border-radius: 52px;
  background: #25559f;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  margin-top: 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productBd .productBdList .productText ul li a em::after {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  background: url(../images/productBdListMore.png) no-repeat center;
}

.product .productBd .productBdList .productText ul li a:hover i {
  color: #df0512;
}

.product .productBd .productBdList .productText ul li a:hover b {
  color: #25559f;
}

.product .productBd .productBdList .productText ul li a:hover em {
  transform: translateY(-10px);
}

.product .productBd .productBdList .productImg {
  width: 53.3%;
  position: relative;
}

.product .productBd .productBdList .productImg::before {
  content: "";
  width: 100%;
  height: 70%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  opacity: 1;
}

.product .productBd .productBdList .productImg::after {
  content: "";
  width: 95%;
  height: 80%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  opacity: 1;
}

.product .productBd .productBdList .productImg ul {
  position: relative;
  z-index: 3;
}

.product .productBd .productBdList .productImg ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.product .productBd .productBdList .productImg ul li a {
  display: block;
  position: relative;
  padding: 10px;
  margin-right: 10px;
  margin-left: 56px;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.product .productBd .productBdList .productImg ul li a i {
  position: relative;
  display: block;
  border-radius: 20px;
  padding: 39% 0;
  overflow: hidden;
}

.product .productBd .productBdList .productImg ul li a i img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productBd .productBdList .productImg ul li a i:hover img {
  transform: scale(1.1);
}

.product .productBd .productBdJt {
  width: 50px;
  height: 270px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}

.product .productBd .productBdJt .productBdJtl {
  width: 100%;
  height: 11px;
  display: block;
  background: url(../images/productBdJtl.png) no-repeat center;
  margin: 30px 0;
  cursor: pointer;
}

.product .productBd .productBdJt .productBdJtr {
  width: 100%;
  height: 11px;
  display: block;
  background: url(../images/productBdJtr.png) no-repeat center;
  margin: 30px 0;
  cursor: pointer;
}

.about {
  padding-bottom: 110px;
}

.about .aboutTop {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 90px;
  align-items: center;
}

.about .aboutTop .aboutText {
  width: 63.25%;
}

.about .aboutTop .aboutText p {
  margin-top: 40px;
  line-height: 36px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 108px;
}

.about .aboutTop .aboutText .aboutMore {
  display: flex;
  align-items: center;
  border: 1px solid #cccccc;
  width: fit-content;
  padding: 12px 32px;
  border-radius: 60px;
  margin-top: 40px;
  transition: 0.5s;
}

.about .aboutTop .aboutText .aboutMore span {
  font-size: 16px;
  display: block;
  line-height: 1;
  transition: 0.5s;
}

.about .aboutTop .aboutText .aboutMore i {
  margin-left: 12px;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/aboutMore.png) no-repeat center;
}

.about .aboutTop .aboutText .aboutMore:hover {
  background: #25559f;
}

.about .aboutTop .aboutText .aboutMore:hover span {
  color: #fff;
}

.about .aboutTop .aboutStrength {
  width: 20.875%;
}

.about .aboutTop .aboutStrength ul li {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  padding-bottom: 55px;
}

.about .aboutTop .aboutStrength ul li dd b {
  font-size: 60px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #25559f;
  font-weight: normal;
  line-height: 0.8;
}

.about .aboutTop .aboutStrength ul li dd em {
  font-size: 18px;
  color: #25559f;
  vertical-align: top;
  margin-left: 8px;
}

.about .aboutTop .aboutStrength ul li span {
  color: #666666;
  font-size: 18px;
}

.about .aboutImg {
  display: block;
  width: 100%;
  border-radius: 30px;
  margin-top: 25px;
}

.about .aboutImg #renderer-dom {
  display: block;
  position: relative;
  width: 100%;
}

.about .aboutImg img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  opacity: 0;
}

.about .aboutImg:hover img {
  transform: scale(1.1);
}

.about .aboutImg canvas {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
}

.application {
  background: url(../images/applicationBg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 104px;
  padding-bottom: 116px;
}

.application .applicationTop {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.application .applicationTop .applicationHd ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
}

.application .applicationTop .applicationHd ul li {
  padding: 0 30px;
}

.application .applicationTop .applicationHd ul li:last-child {
  padding-right: 0;
}

.application .applicationTop .applicationHd ul li:first-child {
  padding-left: 0;
}

.application .applicationTop .applicationHd ul li a {
  display: block;
  position: relative;
}

.application .applicationTop .applicationHd ul li a i {
  display: block;
  text-align: center;
  font-size: 30px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 0.8;
}

.application .applicationTop .applicationHd ul li a em {
  padding-top: 19px;
  padding-bottom: 14px;
  display: block;
  text-align: center;
  font-size: 16px;
}

.application .applicationTop .applicationHd ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #25559f;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.application .applicationTop .applicationHd ul li.on a i {
  font-weight: bold;
  color: #25559f;
}

.application .applicationTop .applicationHd ul li.on a em {
  font-weight: bold;
  color: #25559f;
}

.application .applicationTop .applicationHd ul li.on a::after {
  width: 100%;
}

.application .applicationBottom {
  display: flex;
  justify-content: space-between;
  padding-top: 85px;
  align-items: center;
}

.application .applicationBottom .applicationBottoml {
  margin-left: 42px;
  width: 56px;
  height: 56px;
  display: block;
  background: url(../images/applicationBottoml.png) no-repeat center;
  cursor: pointer;
}

.application .applicationBottom .applicationBottomr {
  margin-right: 42px;
  width: 56px;
  height: 56px;
  display: block;
  background: url(../images/applicationBottomr.png) no-repeat center;
  cursor: pointer;
}

.application .applicationBottom .applicationBottomCenter {
  width: 78.75%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
}

.application .applicationBottom .applicationBottomCenter ul li {
  display: flex;
  justify-content: space-between;
  padding: 40px 36px 50px 36px;
  align-items: center;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl {
  width: 32%;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl h4 a {
  font-weight: bold;
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl h4 a::before {
  content: "·";
  font-size: 24px;
  color: #25559f;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl p {
  font-size: 15px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 90px;
  margin-top: 28px;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl span {
  display: flex;
  gap: 15px 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl span a {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 8px 13px;
  border-radius: 50px;
  font-size: 15px;
  color: #666666;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl span a:hover {
  background: #25559f;
  color: #fff;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl .applicationMore {
  display: block;
  width: 200px;
  height: 52px;
  border-radius: 52px;
  background: #25559f;
  text-align: center;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  margin-top: 70px;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl .applicationMore::after {
  content: "";
  display: block;
  width: 100%;
  height: 46px;
  background: url(../images/productBdListMore.png) no-repeat center;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsr {
  width: 58.418%;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsr a {
  display: block;
  overflow: hidden;
  padding: 33% 0;
  position: relative;
  border-radius: 10px;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsr a img {
  display: block;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.application .applicationBottom .applicationBottomCenter ul li .applicationBottomsr a img:hover {
  border-radius: 20px;
}

.news {
  padding-top: 94px;
  padding-bottom: 115px;
}

.news .newsTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .newsTop .newsHd ul {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}

.news .newsTop .newsHd ul li {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  flex: 1;
  text-align: center;
}

.news .newsTop .newsHd ul li a {
  border-radius: 35px;
  line-height: 1;
  font-size: 18px;
  position: relative;
  padding: 14px 35px;
  border: 1px solid #7a7a7a;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsTop .newsHd ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 0px;
  background: url(../images/productBdListMore.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 31px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsTop .newsHd ul li.on a {
  color: #fff;
  background: #25559f;
  border-color: #25559f;
}

.news .newsTop .newsHd ul li.on::after {
  height: 44px;
}

.news .newsBottom {
  padding-top: 63px;
}

.news .newsBottom .swiper-slide {
  display: flex;
  justify-content: space-between;
}

.news .newsBottom .swiper-slide .newsBottomL {
  width: 63.4375%;
}

.news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter .newsBottomLCenterL {
  width: 51.72415%;
}

.news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter .newsBottomLCenterL a {
  display: block;
  width: 100%;
  padding: 35.715% 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter .newsBottomLCenterL a img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter .newsBottomLCenterR {
  width: 40%;
}

.news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter .newsBottomLCenterR a {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  height: 72px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter .newsBottomLCenterR p {
  margin: 50px 0;
  font-size: 15px;
  line-height: 28px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 84px;
}

.news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter .newsBottomLCenterR em {
  display: block;
  width: 30px;
  height: 4px;
  background: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter:hover .newsBottomLCenterL a img {
  transform: scale(1.1);
}

.news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter:hover .newsBottomLCenterR a {
  color: #25559f;
}

.news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter:hover .newsBottomLCenterR em {
  background: #df0512;
}

.news .newsBottom .swiper-slide .newsBottomR {
  width: 31.25%;
}

.news .newsBottom .swiper-slide .newsBottomR ul li {
  padding: 23px 0;
}

.news .newsBottom .swiper-slide .newsBottomR ul li a {
  display: flex;
  justify-content: space-between;
}

.news .newsBottom .swiper-slide .newsBottomR ul li a i {
  width: 26%;
  padding: 9.5% 0;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.news .newsBottom .swiper-slide .newsBottomR ul li a i img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBottom .swiper-slide .newsBottomR ul li a em {
  width: 69.6%;
}

.news .newsBottom .swiper-slide .newsBottomR ul li a em span {
  display: block;
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBottom .swiper-slide .newsBottomR ul li a em b {
  display: block;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsBottom .swiper-slide .newsBottomR ul li:nth-child(1) {
  padding-top: 0;
}

.news .newsBottom .swiper-slide .newsBottomR ul li:nth-child(2) {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.news .newsBottom .swiper-slide .newsBottomR ul li:nth-child(3) {
  padding-bottom: 0;
}

.news .newsBottom .swiper-slide .newsBottomR ul li:hover a i img {
  transform: scale(1.1);
}

.news .newsBottom .swiper-slide .newsBottomR ul li:hover a em span {
  color: #25559f;
}

.contant {
  background: url(../images/contant.jpg) no-repeat center;
  background-size: cover;
  padding-top: 126px;
  padding-bottom: 171px;
}

.contant b {
  display: block;
  width: 153px;
  height: 44px;
  background: #25559f;
  border-radius: 44px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  font-weight: 100;
}

.contant p {
  margin-top: 70px;
}

.contant p em {
  font-size: 45px;
  line-height: 72px;
  color: #fff;
  font-weight: bold;
  display: block;
}

.contant a {
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-weight: 100;
  margin-top: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contant a:hover {
  background: #df0512;
  border-color: #df0512;
}

@media (max-width: 980px) {
  .banner-swiper .page {
    display: none;
  }

  .product {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .title a em {
    text-align: center;
    font-size: 30px;
  }

  .title a span {
    text-align: center;
    font-size: 24px;
    padding-top: 10px;
  }

  .product .productHd ul {
    flex-wrap: wrap;
    gap: 10px;
  }

  .product .productHd ul li {
    width: calc(25% - 10px);
    height: auto;
    line-height: 1;
    background: #f2f2f2;
    padding: 8px;
    flex: auto;
  }

  .product .productHd ul li.on a i {
    width: auto;
    background: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #25559f;
    height: auto;
  }

  .product .productHd ul li a i {
    background: transparent;
  }

  .product .productHd ul li a em {
    padding-top: 0px;
    line-height: 1.5;
    font-size: 14px;
  }

  .product .productHd ul li.on a em {
    padding-top: 0px;
    line-height: 1.5;
  }

  .product .productHd ul li a i {
    line-height: 1.5;
    height: auto;
  }

  .product .productHd ul::after {
    display: none;
  }

  .product .productBd {
    padding-top: 30px;
    flex-wrap: wrap;
  }

  .product .productBd .productBdList .productText {
    width: 100%;
  }

  .product .productBd .productBdList {
    flex-wrap: wrap;
    width: 100%;
  }

  .product .productBd .productBdList .productText ul li {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .product .productBd .productBdList .productText ul li a b {
    font-size: 20px;
    padding-top: 10px;
  }

  .product .productBd .productBdList .productText ul li a span {
    margin-top: 24px;
  }

  .product .productBd .productBdList .productText ul li a em {
    display: none;
  }

  .product .productBd .productBdList .productImg::before {
    display: none;
  }

  .product .productBd .productBdList .productImg::after {
    display: none;
  }

  .product .productBd .productBdList .productImg ul li a {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    box-shadow: 0 0 0;
  }

  .product .productBd .productBdList .productImg {
    width: 100%;
  }

  .product .productBd .productBdJt {
    width: 100%;
    height: auto;
    justify-content: center;
    overflow: hidden;
    margin-top: 20px;
  }

  .product .productBd .productBdJt .productBdJtl {
    width: 50%;
    height: 40px;
    margin: 0;
    transform: rotate(-90deg);
  }

  .product .productBd .productBdJt .productBdJtr {
    width: 50%;
    height: 40px;
    margin: 10px 0;
    transform: rotate(-90deg);
  }

  .about {
    padding-bottom: 50px;
  }

  .about .aboutTop {
    padding-top: 50px;
    flex-wrap: wrap;
  }

  .about .aboutTop .aboutText {
    width: 100%;
  }

  .about .aboutTop .aboutStrength {
    width: 100%;
    margin-top: 30px;
  }

  .about .aboutTop .aboutStrength ul li dd b {
    font-size: 24px;
  }

  .about .aboutTop .aboutStrength ul li dd em {
    vertical-align: text-bottom;
  }

  .about .aboutTop .aboutStrength ul li {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about .aboutImg {
    border-radius: 10px;
  }

  .about .aboutTop .aboutText p {
    height: auto;
    -webkit-line-clamp: 6;
    text-indent: 2em;
    color: #666;
  }

  .application {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .application .applicationTop {
    flex-wrap: wrap;
  }

  .application .applicationTop .titles {
    width: 100%;
  }

  .application .applicationTop .applicationHd ul {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 10px 0;
  }

  .application .applicationTop .applicationHd ul li a::after {
    display: none;
  }

  .application .applicationTop .applicationHd ul li {
    padding: 0;
    width: 48%;
    background: #fff;
    padding: 10px 10px !important;
    border-radius: 10px;
  }

  .application .applicationTop .applicationHd ul li a i {
    display: none;
  }

  .application .applicationTop .applicationHd ul li a em {
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .application .applicationTop .applicationHd ul {
    border-bottom: 0;
  }

  .application .applicationBottom {
    padding-top: 30px;
  }

  .application .applicationBottom .applicationBottomCenter {
    width: 100%;
  }

  .application .applicationBottom .applicationBottoml {
    display: none;
  }

  .application .applicationBottom .applicationBottomr {
    display: none;
  }

  .application .applicationBottom .applicationBottomCenter ul li {
    padding: 15px;
    flex-wrap: wrap;
  }

  .application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl {
    width: 100%;
  }

  .application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl h4 a::before {
    display: none;
  }

  .application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl h4 a {
    font-size: 18px;
    margin-top: 10px;
    display: block;
  }

  .application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl span a {
    padding: 8px 10px;
  }

  .application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl p {
    margin-top: 18px;
  }

  .application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl .applicationMore {
    width: auto;
    height: auto;
    padding: 10px 20px;
    font-size: 14px;
    display: table;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .application .applicationBottom .applicationBottomCenter ul li .applicationBottomsl .applicationMore::after {
    display: none;
  }

  .application .applicationBottom .applicationBottomCenter ul li .applicationBottomsr {
    width: 100%;
  }

  .application .applicationBottom .applicationBottomCenter ul li .applicationBottomsr a img:hover {
    border-radius: 10px;
  }

  .news {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news .newsTop {
    flex-wrap: wrap;
  }

  .news .newsTop .title {
    width: 100%;
  }

  .news .newsTop .newsHd ul {
    gap: 0 10px;
    margin-top: 30px;
  }

  .news .newsTop .newsHd ul li::after {
    display: none;
  }

  .news .newsTop .newsHd ul li a {
    padding: 12px 17px;
    font-size: 16px;
    width: 100%;
    display: block;
  }

  .newsHd {
    width: 100%;
  }

  .news .newsBottom .swiper-slide .newsBottomL {
    width: 100%;
  }

  .news .newsBottom .swiper-slide {
    flex-wrap: wrap;
  }

  .news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter {
    flex-wrap: wrap;
  }

  .news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter .newsBottomLCenterL {
    width: 100%;
  }

  .news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter .newsBottomLCenterR {
    width: 100%;
  }

  .news .newsBottom {
    padding-top: 30px;
  }

  .news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter .newsBottomLCenterR a {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    height: 52px;
  }

  .news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter .newsBottomLCenterR p {
    margin-top: 10px;
    color: #666;
    margin-bottom: 20px;
  }

  .news .newsBottom .swiper-slide .newsBottomR {
    width: 100%;
  }

  .news .newsBottom .swiper-slide .newsBottomL .newsBottomLCenter .newsBottomLCenterR em {
    display: none;
  }

  .news .newsBottom .swiper-slide .newsBottomR ul li a em span {
    font-size: 16px;
  }

  .news .newsBottom .swiper-slide .newsBottomR ul li {
    padding: 10px 0;
  }

  .contant {
    padding: 50px 0;
  }

  .contant p em {
    text-align: center;
    font-size: 21px;
    line-height: 2;
  }

  .contant p {
    margin-top: 20px;
  }

  .contant b {
    margin: 0 auto;
  }

  .contant a {
    margin: 20px auto 0;
    display: table;
    width: auto;
    height: auto;
    line-height: inherit;
    padding: 5px 30px;
    font-size: 16px;
  }
}