@font-face {
  font-family: "pingfang";
  src: url(../fonts/PingFang\ Medium.ttf);
}

@font-face {
  font-family: "bebas";
  src: url(../fonts/BEBAS.ttf);
}

@font-face {
  font-family: "pmzd";
  src: url(../fonts/pmzd.ttf);
}

figure.image{
   width: 100%;
}
figure.image img {
  max-width: 100%;
}

figure.image-style-align-center {
  margin: 0 auto;
}

figure.image-style-align-center img {
  display: block;
  margin: 0 auto;
}

.xnews-2 p {
  line-height: 2;
  font-size: 16px;
   text-indent: 24px;
}

/* --------------------------------

Primary style

-------------------------------- */

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


body {
  font-size: 100%;
  font-family: "pingfang", sans-serif;
  color: #333;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-thumb {
  background-color: #1e398b;
}

a {
  color: #999;
  text-decoration: none;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #fff;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
}

/* --------------------------------

Main components

-------------------------------- */
/*--清除浮动
-------------------------------------------*/




.s05 {
  animation-duration: 1s !important;
  -webkit-animation-delay: .5s !important;
}

.s1 {
  animation-duration: 1s !important;
  -webkit-animation-delay: 1s !important;
}

.s1 {
  animation-duration: 1s !important;
  -webkit-animation-delay: 1.5s !important;
}

.s2 {
  animation-duration: 1s !important;
  -webkit-animation-delay: 2s !important;
}




.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  clear: both;
  zoom: 1;
}

html,
body {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto !important;
  flex-shrink: 0;
  display: inline-block;
  transition: all .5s;
}


.index-1 {
  position: relative;
  z-index: 5;
}

.swiper-container1 {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(255, 255, 255, 0);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.mp4-box {
  position: relative;
  overflow: hidden;
  font-size: 0;
  width: 100%;
}

.mp4-box video {
  display: block;
  vertical-align: top;
  vertical-align: bottom;
}

.mp4-text {
  position: absolute;
  max-width: 800px;
  z-index: 6;
  left: 10rem;
  top: calc((100% - 362px) / 2);
  text-align: left;
  color: #fff;
  font-family: "pmzd";

}


.swiper-container8 .swiper-wrapper .xslt-box {
  padding: 15px 0;
}

.mp4-text a {
  width: 168px;
  line-height: 48px;
  display: block;
  text-align: center;
  color: #ffffff80;
  border: solid 1px #ffffff50;
  font-size: 16px;
  margin-top: 2rem;
  transition: all .5s;
  font-family: "pingfang";

}

.mp4-text a span {
  padding-left: 2rem;
}

.mp4-text a:hover {
  background-color: #1e398b;
  color: #fff;
}

.mp4-text h1 {
  position: relative;
  font-size: 26px;
  line-height: 64px;
  font-family: "pingfang";
  letter-spacing: 12px;
}

.mp4-text h1 span:nth-of-type(1) {
  font-family: "pmzd";
  font-size: 46px;
  font-style: oblique;
  margin: 0 7px;
  color: #e61e1e;
}


.mp4-text h1 i {
  color: #e61e1e;
  font-weight: 600;
}

.mp4-text h1::after {
  position: absolute;
  content: "";
  right: -30px;
  width: 80px;
  height: 1px;
  background-color: #fff;
  top: 32px;
  display: none;
}

.mp4-text h2 {
  font-size: 110px;
  line-height: 100px;
  letter-spacing: 40px;
  font-style: oblique;
}

.mp4-text h3 {
  font-size: 24px;
  line-height: 46px;
  font-family: "pingfang";
  letter-spacing: 2px;
  padding-left: 20px;
  position: relative;
}

.mp4-text h3:nth-of-type(1) {
  margin-top: 1rem;
}

.mp4-text h3::after {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
}

.mp4-text h3 span {
  font-weight: 600;
  font-size: 28px;
}

.bn-2,
.bn-1 {
  position: relative !important;
  background-color: #ffffff80;
  font-size: 16px;
  float: left;
  left: 0 !important;
  right: 0 !important;
  padding: 0 20px;
  transition: all .5s;
}


.banner-box .swiper-container .swiper-wrapper .swiper-slide-active .mp4-box img {
  /* -webkit-animation-name: scaleDraw; */
  /*关键帧名称*/
  /* -webkit-animation-timing-function: ease-in-out; */
  /*动画的速度曲线*/
  /* -webkit-animation-iteration-count: infinite; */
  /*动画播放的次数*/
  /* -webkit-animation-duration: 6s; */
  /*动画所花费的时间*/
}

@keyframes scaleDraw {

  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform: scale(1);
    /*开始为原始大小*/
  }

  100% {
    transform: scale(1.08);
  }
}

.bn-2::after {
  font-size: 16px !important;
  color: #fff;
}

.bn-1::after {
  font-size: 16px !important;
  color: #fff;
}

.bn-2:hover,
.bn-1:hover {
  background-color: #1e398b;
}

.an-1 {
  position: absolute;
  left: 10rem;
  bottom: 20%;
}

.bn-2::after,
.bn-1::after {
  font-size: 16px !important;
  color: #fff;
}

.bt-box>p {
  font-size: 16px;
  color: #999;
  line-height: 26px;
  margin-top: 2rem;
}

.bt-box h2 p {
  font-size: 32px;
  font-weight: 600;
  color: #f3f3f3;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -10px;
  z-index: 1;
}

.bt-box h2 span {
  position: relative;
  z-index: 6;
}

.bt-box h2 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 1rem;
  position: relative;
  color: #333;
  z-index: 6;
}

.bt-box {
  text-align: center;
}

.index-2 {
  padding: 8rem 0;
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.a-1 {
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
}

.a-2 {
  margin: 0 auto;
  max-width: 1600px;
  padding-left: 15px;
  padding-right: 15px;
}

.b-1 {
  padding: 100px 0;
}

.w50 {
  width: 50%;
}

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

.b-2 {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.pr-1 {
  overflow: hidden;
  margin-top: 4rem;
}

.ry-box {
  background-color: #1e398b;
  padding: 2rem 0;
  position: relative;
  z-index: 5;
}

.ry-box .a-2 ul {
  display: flex;
  flex-wrap: wrap;

}

.ry-box .a-2 ul li {
  flex-shrink: 0;
  width: 25%;
  border-bottom: 1px #ffffff1f solid;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-right: 1px #ffffff1f solid;
}

.ry-box .a-2 ul li:nth-of-type(4) {
  border-right: none;
}

.ry-box .a-2 ul li:nth-of-type(5) {
  border-bottom: none;
}

.ry-box .a-2 ul li:nth-of-type(6) {
  border-bottom: none;
}

.ry-box .a-2 ul li:nth-of-type(7) {
  border-bottom: none;
}

.ry-box .a-2 ul li:nth-of-type(8) {
  border-bottom: none;
  border-right: none;
}

.ry-box .a-2 ul li .ry-1 {
  display: flex;
  width: 176px;
  flex-wrap: wrap;
  margin: 0 auto;
}

.ry-box .a-2 ul li p {
  display: flex;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  align-items: center;
}

.ry-box .a-2 ul li .ry-img {
  max-width: 39px;
  margin-right: 10px;
  height: auto;
  padding: 2px;
}

/* 产品中心 */
.cp-box {
  background-color: #f5f5f5;
  padding: 2rem;
  transition: all .5s;
}

.cp-box:hover {
  background-color: #ccc;
}

.cp-box:hover .cp-gd .gd-y div:nth-of-type(2) {
  background-color: #e61e1e;
}

.cp-box:hover .cp-gd .gd-y div:nth-of-type(1) {
  background-color: #ccc;
}

.cp-box:hover .cp-gd p {
  color: #333;
}

.cp-img {
  margin-top: 5rem;
}

.cp-text {
  text-align: left;
}

.cp-text h1 {
  font-size: 18px;
  font-weight: 600;
  color: #444;
}

.cp-text h2 {
  font-size: 16px;
  color: #999;
  margin-top: .5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.gd-y {
  display: flex;
  flex-wrap: wrap;
  float: right;
}

.cp-gd {
  margin-top: 5rem;
}

.cp-gd p {
  font-size: 14px;
  text-align: left;
  float: left;
}

.gd-y>div {
  width: 12px;
  height: 12px;
  border: solid 1px #999;
  border-radius: 6px;
  margin-left: 8px;
  transition: all .5s;
}

.gd-y>div:nth-of-type(1) {
  background-color: #1e398b;
}

.cp-qh {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 2rem;
}

.cp-qh .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.cp-qh .swiper-pagination-bullet-active {
  background-color: #e61e1e;
}

.wz-box {
  height: auto !important;
}

/* 营销中心 */
.index-3 {
  padding: 8rem 0;
  background-color: #f5f5f5;
  position: relative;
  z-index: 5;
}

.yx-box {
  display: flex;
  flex-wrap: wrap;
}

.yx-l {
  width: 28.5%;
}

.yx-r {
  width: 71.5%;
}

.yx-r img {
  opacity: 1;
}

.su-box li {
  list-style: none;
  width: 50%;
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px dashed rgb(195, 195, 195);
}

.su-box li:nth-of-type(4),
.su-box li:nth-of-type(3) {
  border-bottom: none;
}

.yx-l h1 {
  font-size: 32px;
  line-height: 58px;
  font-weight: 600;
}

.su-box li p {
  font-size: 48px;
  font-family: "bebas";
  color: #e61e1e;
}

.su-box li h2 {
  font-size: 16px;
  color: #333;
  margin-top: 1.5rem;
}

.su-box li p span {
  font-size: 20px;
  position: relative;
  top: -26px;
}


.su-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.yx-r ul {
  position: relative;
}

.yx-r ul li {
  position: absolute;

}

.yx-r ul li:nth-of-type(1) {
  bottom: 28%;
  right: 9%;
}

.yx-r ul li>h1 {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #1e398b;
  margin: 0 auto;
  position: relative;
}

.yx-r ul li>h1::after {
  position: absolute;
  content: "";
  background-color: #1e398b;
  opacity: .4;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  left: -4px;
  top: -4px;
  animation: scale 1.5s infinite;

}

.yx-r ul li>h1::before {
  position: absolute;
  content: "";
  background-color: #1e398b;
  opacity: .2;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  left: -8px;
  top: -8px;
  animation: scale2 1.5s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: .4
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: .2;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.yx-r ul li>p {
  font-size: 14px;
  margin-top: 1rem;
}

.yx-r ul li:nth-of-type(2) {
  top: 36%;
  right: 20%;
}

.yx-r ul li:nth-of-type(6) p,
.yx-r ul li:nth-of-type(5) p,
.yx-r ul li:nth-of-type(4) p,
.yx-r ul li:nth-of-type(3) p,
.yx-r ul li:nth-of-type(2) p {
  margin-top: 0;
  margin-bottom: .8rem;
}

.yx-r ul li:nth-of-type(3) {
  top: 32%;
  right: 25%;
}

.yx-r ul li:nth-of-type(4) {
  top: 17%;
  left: 12%;
}

.yx-r ul li:nth-of-type(5) {
  top: 28%;
  left: 47%;
}

.yx-r ul li:nth-of-type(6) {
  top: 36%;
  right: 34%;
}


.yx-text {
  background-color: #1e398b;
  border-radius: 4px;
  padding: 20px;
  color: #fff;
}

.yx-text h1 {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}

.yx-dz p {
  font-size: 14px;
  margin-top: 10px;
}

.yx-dz p span {
  margin-right: 8px;
}

/* 企业文化 */
.index-4 {
  background-color: #333;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  position: relative;
  z-index: 5;
}

.wh-bj li {
  list-style: none;
}

.wh-box {
  display: flex;
  flex-wrap: wrap;
}

.wh-box .wh-img {
  width: 78%;
}



.swiper-container4 .swiper-slide {
  background: #ffffff00;
}

.wh-text ul li {
  list-style: none;
}



.desktop-wrapper {
  width: 100%;
  display: block;
  position: relative;
}

.desktop-wrapper .container {
  position: relative;
  z-index: 6;
}

.desktop-wrapper .options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
}

.desktop-wrapper .options .option:nth-of-type(1) {
  border-left: solid 1px #ffffff45;
}

.desktop-wrapper .options .option h1 {
  font-size: 24px;
  width: 100%;
  line-height: 32px;
  position: relative;
  color: #fff;
}

.desktop-wrapper .options .option h1::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #fff;
  left: 0;
  bottom: -20px;
}

.desktop-wrapper .options .option p {
  font-size: 16px;
  width: 100%;
  margin-top: 3rem;
  color: #fff;
  font-weight: 400;
}

.desktop-wrapper .options .option {
  position: relative;
  overflow: hidden;
  width: calc(100% / 4);
  height: 85vh;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-right: solid 1px #ffffff17;
}

.zr-text {
  margin-left: 20px;
  margin-top: 14rem;
}

.gd-box {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #ffffffe0;
  margin-top: 6rem;
  position: relative;
  transition: all .5s;
}

.gd-box::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  background: #fff;
  top: 49%;
  left: calc(50% - 10px);
}

.gd-box::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #fff;
  top: calc(50% - 10px);
  left: 50%;
}

.desktop-wrapper .options .option .banner-dt {
  display: none;
}

.desktop-wrapper .options .option.active {
  flex-grow: 10000;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.desktop-wrapper .options .option.active .banner-1 .bq-box {
  bottom: 65%;
  padding: 15px 10px 15px 75px;
  transition: all 1s;
  background-color: rgba(255, 255, 255, 0);
  display: block;
}

.desktop-wrapper .options .option.active .banner-1 .banner-dt {
  display: block;
  position: relative;
  z-index: 6;
}

.desktop-wrapper .options .option.active .banner-1 .bq-box img {
  max-width: 100% !important;
  transition: all 1s;
}

.desktop-wrapper .options .option.active .banner-1 .banner-2 {
  display: none;
}

.desktop-wrapper .options .option.active>div {
  z-index: 1;
}

.desktop-wrapper .options .option.active>div .info-wrapper {
  z-index: 999;
}

.desktop-wrapper .options .option.active>div .info-wrapper .title {
  font-size: 1.953rem;
  text-transform: uppercase;
  line-height: 1;
  opacity: 1;
  position: relative;
  margin: 0 0 .5rem;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.desktop-wrapper .options .option.active>div .info-wrapper .subtitle {
  color: white;
  font-size: .9rem;
  letter-spacing: .035rem;
  line-height: 1.125;
  margin: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.desktop-wrapper .options .option.active>div .info-wrapper .description {
  left: 0px;
  opacity: 1;
  margin-top: 1.5rem;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.desktop-wrapper .options .option.active>div .info-wrapper .description p {
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.desktop-wrapper .options .option.active>div .info-wrapper .ext-link {
  text-decoration: none;
  width: 6rem;
  color: #e9ecef;
  text-shadow: 1px 2px 4px rgba(33, 37, 41, 0.5);
  box-shadow: 2px 2px 4px rgba(33, 37, 41, 0.3);
  background: rgba(255, 255, 255, 0.1);
  padding: .35rem .75rem;
  position: relative;
  overflow: hidden;
  transition: all 0.2s linear 0s;
}

.desktop-wrapper .options .option.active>div .info-wrapper .ext-link:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  left: 0;
  bottom: 0;
  height: .15rem;
  background: rgba(255, 255, 255, 0.2);
}

.desktop-wrapper .options .option.active>div .info-wrapper .ext-link:hover {
  text-shadow: none;
  box-shadow: 3px 3px 8px rgba(33, 37, 41, 0.6);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.desktop-wrapper .options .option.active>div .info-wrapper .ext-link:hover:after {
  left: 0;
  width: 100%;
}

.desktop-wrapper .options .option.active>div:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active>div .icon-wrapper {
  display: flex;
  align-items: flex-start;
  align-content: baseline;
}

.desktop-wrapper .options .option.active>div .icon-wrapper .category-text {
  opacity: 1;
  display: initial;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active>div .icon-wrapper .category-icon:before {
  opacity: 1;
}

.desktop-wrapper .options .option:not(.active) {
  flex-grow: 1;
  /* filter: grayscale(70%); */
}

.desktop-wrapper .options .option:not(.active):hover {
  filter: grayscale(0%);
}

.desktop-wrapper .options .option:not(.active)>div .title,
.desktop-wrapper .options .option:not(.active)>div .subtitle,
.desktop-wrapper .options .option:not(.active)>div .description {
  opacity: 0;
}

.desktop-wrapper .options .option:not(.active)>div .icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
}

.desktop-wrapper .options .option:not(.active)>div .icon-wrapper .category-icon:before {
  opacity: .5;
}

.desktop-wrapper .options .option:not(.active)>div:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 3;
  opacity: .4;
}

.desktop-wrapper .options .zr:not(.active)>div:before {
  opacity: .6;
}



.desktop-wrapper .options .option>div {
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  position: relative;
}

.desktop-wrapper .options .option>div .banner-2 {
  opacity: .4;
  transition: all .5s;
}

.desktop-wrapper .options .zr>div .banner-2 {
  opacity: 1;
}

.desktop-wrapper .options .option>div .icon-wrapper .category-text {
  line-height: 40px;
  padding-left: .75rem;
  opacity: 0;
  display: none;
}

.desktop-wrapper .options .option>div .icon-wrapper .category-icon {
  display: flex;
  align-items: flex-start;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  box-shadow: 0 2px 9px rgba(33, 37, 41, 0.4);
}

.desktop-wrapper .options .option>div .icon-wrapper .category-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  -webkit-mask-image: url(../fonts/sports_biotech_icon.svg);
  mask-image: url(../fonts/sports_biotech_icon.svg);
  background-color: #fff;
  height: 20px;
  width: 21px;
}

.desktop-wrapper .options .option>div .icon-wrapper.sb .category-icon {
  background-color: #0DAFE0;
}

.desktop-wrapper .options .option>div .icon-wrapper.ce .category-icon {
  background-color: #f2501f;
}

.desktop-wrapper .options .option:hover .zr-text .gd-box {
  transform: rotate(180deg);
}

.desktop-wrapper .options .zr {
  background-color: rgb(0 0 0 / 30%);
  opacity: 1;
}

.bnner-imgqh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bnner-imgqh li {
  list-style: none;
  height: 100%;

}


.bnner-imgqh li:nth-of-type(1) {
  background: url(../img/wh-2.jpg) no-repeat 100%;
  background-attachment: fixed;
}

.bnner-imgqh li:nth-of-type(2) {
  background: url(../img/wh-3.jpg) no-repeat 100%;
  background-attachment: fixed;
}

.bnner-imgqh li:nth-of-type(3) {
  background: url(../img/wh-4.jpg) no-repeat 100%;
  background-attachment: fixed;
}

.bnner-imgqh li:nth-of-type(4) {
  background: url(../img/wh-5.jpg) no-repeat 100%;
  background-attachment: fixed;
}

.wh-bt {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  margin-top: 6rem;
}

.wh-bt h2 {
  color: #fff;
}

.wh-bt p {
  opacity: 0.2;
}

/* 新闻中心 */
.index-5 {
  padding: 8rem 0;
  background: url(../img/bg1.jpg) #fff;
  background-repeat: repeat;
  background-position: center;
  position: relative;
  z-index: 5;
}

.index-6 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: url(../img/foot.png) no-repeat 100% #edeff2;
}

.swiper-container4 {
  overflow: hidden;
  position: relative;
}

.news-box {
  color: #333;
  text-align: left;
  padding: 0 2rem;
}

.news-text h1 {
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-text p {
  font-size: 14px;
  margin-top: 1rem;
}

.news-img img {
  width: 100%;
}

.news-img {
  margin-top: 2rem;
}


.news-tx p {
  font-size: 16px;
  text-align: justify;
  line-height: 24px;
  height: 0;
  overflow: hidden;
  transition: all .5s;
  margin-top: 2rem;
}

.news-box {
  border-right: solid 1px #cccccc61;
}

.news-box:hover a .news-tx p {
  height: 96px;
}

.swiper-wrapper .news-hover:nth-of-type(1) .news-box {
  border-left: solid 1px #cccccc61;
}

.news-hover {
  height: 450px !important;
}

.news-box a>p {
  padding-left: 3rem;
  font-size: 14px;
  color: #333;
  position: relative;
  margin-top: 2rem;
}

.news-box a>p::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 38px;
  height: 1px;
  background-color: #333;
  left: 0;

}

.swiper-container4 {
  margin-top: 4rem;
}


.yc {
  height: 400px;
  position: relative;
  z-index: 0;
}

/* 底部 */
.foot-logobox {
  width: 65%;
}


.foot-logo {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0;
  border-bottom: solid 1px #b8bfd1;
}

.foot-logotext h1 {
  font-size: 18px;
  font-weight: 600;
  color: #1e398b;
  line-height: 28px;
}

.foot-logotext {
  padding-top: 5px;
  padding-left: 30px;
  margin-left: 30px;
  border-left: solid 1px #bcbdc0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.foot-logobox ul {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 0;
}

.foot-logobox ul li {
  width: 20%;
}

.foot-logobox ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #1e398b;
  display: block;
}

.index-6 .a-1 {
  display: flex;
}

.index-6 .a-1 a {
  color: #333;
  padding: 0 5px;
}

.bq-box .a-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.ewm-box {
  width: 35%;
  padding-left: 3rem;
  padding-top: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  border-left: solid 1px #b8bfd1;
}


.dh-box h1 {
  font-size: 18px;
  color: #1e398b;
  margin-bottom: 1rem;
}

.dh-box li {
  font-size: 14px;
  color: #1e398b;
  line-height: 38px;
}

.dh-box li p span {
  margin-right: 10px;
}


.dh-box {
  width: 70%;
}

.ewm {
  width: 30%;
}

.ewm {
  text-align: center;
  margin-top: 2rem;
}

.ewm p {
  margin-top: 1rem;
}

.bq-box {
  background-color: #afb1b3;
  line-height: 42px;
}

.wzjs {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.wzjs a {
  color: #666;
}

.bq-1 p {
  color: #666;
}


.bq-1 {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}


/* 内页banner样式 */
.xbanner-box {
  height: 34vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 6;
  background-size: 100% 100% !important;
}

.xbanner-text {
  width: 550px;
  text-align: center;
  position: relative;
}

.xbanner-text h1 {
  position: relative;
  z-index: 2;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.xbanner-text::after {
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  font-size: 64px;
  font-weight: 600;
  opacity: .2;
  display: none;
}

.dw-box {
  color: #fff;
  margin-top: 10px;
}

.dw-box a {
  color: #fff;
  margin: 0 5px;
  font-size: 16px;
}

.dw-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.xabout-bt {
  margin-left: 30px;
}


.xabout-bt h1 {
  font-size: 26px;
  font-weight: 1000;
  color: #333;
  line-height: 56px;
}

.xabout-bt img {
  max-width: 148px;
}

.xabout-bt h1 span {
  color: #1e398b;
}

.xabout-text {
  margin-top: 30px;
}

.xabout-text ul {
  margin-top: 4rem;
}

.xabout-text>p {
  font-size: 16px;
  line-height: 38px;
  text-indent: 24px;
  margin-top: 0rem;
  text-align: justify;
  padding-right: 50px;
  color: #666;
}

.xabout-img {
  margin-top: 3.2rem;
  height: 100%;
  cursor: pointer;
}

.xabout-img {
  position: relative;
  background-size: contain !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xabout-img .bf-box {
  position: relative;
}

.xabout-img .bf-box img {
  position: relative;
  z-index: 4;
}

.xabout-img .bf-box::after {
  position: absolute;
  content: "";
  top: -9px;
  left: -9px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 32px;
  z-index: 2;
  animation: dian1 2s infinite;
  -webkit-animation: dian1 2s infinite;
}

@keyframes dian1 {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: .5;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}


.xabout-img .bf-box::before {
  position: absolute;
  content: "";
  top: -22px;
  left: -23px;
  width: 74px;
  height: 74px;
  background-color: #fff;
  border-radius: 50px;
  z-index: 1;
  opacity: .6;
  animation: dian2 2s infinite;
  -webkit-animation: dian2 2s infinite;
}

@keyframes dian2 {
  0% {
    transform: scale(1);
    opacity: .6;
  }

  50% {
    transform: scale(1.1);
    opacity: .3;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.xc-mp4box {
  position: fixed;
  display: none;
  z-index: 99;
  width: 100%;
  height: calc(100% - 84px);
  bottom: 0;
  left: 0;
  background-color: rgb(30 57 139 / 80%);
}

.quote__block {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-1 {
  width: 1000px;
  height: auto
}

.video-1 video {
  width: 100%;
  margin-top: 65px;
}

.gb-an {
  width: 42px;
  height: 42px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.gb-an i {
  color: #1e398b;
}

.xabout-text ul li {
  width: 25%;
}

.xabout-text ul li h1 {
  font-family: "bebas";
  font-size: 32px;
  color: #1e398b;
}

.xabout-text ul li h1 span {
  position: relative;
  font-size: 14px;
  top: -18px;
  left: 6px;
}

.xabout-text ul li p {
  font-size: 16px;
  margin-top: 10px;
}

.xabout-btbox {
  background: url(../img/tmdt.png) no-repeat 100%;
}


.jyln-box {
  background: url(../img/lnbj.png) no-repeat 100%;
  background-attachment: fixed;
}


.jyln-box div ul li {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px;
  margin-right: 20px;
}

.jyln-box div ul li:nth-child(3) {
  margin-right: 0;
}

.jyln-box div ul li .ln-ioc {
  width: 148px;
  height: 148px;
  border: 10px solid #ffffffad;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  top: -104px;
}

.jyln-box div ul li .ln-ioc>div {
  background-color: #1e398b;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ln-text {
  position: relative;
  top: -50px;
}

.ln-text h1 {
  font-size: 24px;
  font-weight: 600;
}

.ln-text h1 span {
  color: #1e398b;
}

.ln-text p {
  font-size: 16px;
  text-align: justify;
  color: #666;
  line-height: 36px;
  margin-top: 2rem;
}

.jyln-box>div>h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 10rem;
}

.jyln-box {
  position: relative;
  z-index: 6;
}

.ln-img {
  margin: 20px 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.lc-bt h1 {
  font-size: 32px;
  font-weight: 600;
  color: #1e398b;
}

.lc-bt p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 1rem;
}

.fzlc-box {
  position: relative;
  background: url(../img/history_bg.png) no-repeat top center #fff;
  background-size: 1920px;
  z-index: 6;
}

.fzlc-box .a-1 {
  padding-bottom: 2.9rem;
}

.fz-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 15.1%;
}

.fz-qhbox {
  overflow: hidden;
  width: 85%;
}

.swiper-container5 {
  overflow: hidden;
  width: 100%
}

.swiper-container5 .swiper-wrapper .swiper-slide {
  background: #fff0 !important;
  position: relative;
  height: 450px;
  justify-content: flex-end;
  align-items: baseline;
}

.swiper-container5 .swiper-wrapper .swiper-slide:nth-child(even) .sjz-text {
  top: -31px;
}

.swiper-container5 .swiper-wrapper .swiper-slide:nth-child(even) .sjz-text::after {
  top: 0;
}

.sjz-text h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sjz-text {
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  height: 29%;
  padding-left: 20px;
  margin-left: 31px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left: dotted 2px #bcbdc0;
}

.xry-text p {
  font-size: 16px
}

.sjz-box {
  position: relative;
  z-index: 3;
  width: 90%;
  height: 100%;
}



.sjz-sz {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #384d8c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 36.5%;

}

.sjz-sz::after {
  position: absolute;
  content: "";
  width: 84px;
  height: 84px;
  border-radius: 42px;
  background-color: #1e398b;
  z-index: -1;
  opacity: 0;
  transition: all .5s;
}

.swiper-container5 .swiper-wrapper .swiper-slide:hover .sjz-box .sjz-sz::after {
  background-color: #8d9ac3;
  opacity: 1;
}

.swiper-container5 .swiper-wrapper .swiper-slide:hover .sjz-box .sjz-text {
  border-left: solid 2px #8d9ac3;
}

.swiper-container5 .swiper-wrapper .swiper-slide:hover .sjz-box .sjz-text::after {
  background: #1e398b;
}

.xwh-xc li {
  width: calc((100% - 60px) / 3);
  margin-left: 30px;
}

.xwh-xc {
  margin-top: 3rem;
}

.xwh-xc li:nth-child(1) {
  margin-left: 0;
}

.sjz-text {
  position: relative;
  top: 37%;
  padding-right: 20px;
  transition: all .5s;
}

.sjz-text::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cccccc;
  bottom: 0;
  left: -5px;
  transition: all .5s;
}

/* 荣誉资质 */
.xzzrz-box {
  background: url(../img/jsbg.719db4a.png) no-repeat top center;
  position: relative;
  z-index: 6;
}

.lc-bt {
  position: relative;
}

.xrz-an>div {
  position: relative;
  float: none !important;
  top: 0 !important;
  margin-top: 0 !important;
  left: 0;
  right: 0;
}

.xrz-bt .lc-bt {
  float: left;
}

.xrz-bt .xrz-an {
  float: right;
  margin-top: 40px;
}

.xrz-an .swiper-button-prev::after,
.xrz-an .swiper-button-next::after {
  font-size: 18px;
  color: #333;
  transition: all .5s;

}

.xrz-an .swiper-button-prev,
.xrz-an .swiper-button-next {
  padding: 25px;
  border: solid 1px #afb1b3;
  border-radius: 2px;
  margin-left: 20px;
  transition: all .5s;
}

.xrz-an .swiper-button-prev:hover,
.xrz-an .swiper-button-next:hover {
  background: #1e398b;
}


.xrz-an .swiper-button-prev:hover::after,
.xrz-an .swiper-button-next:hover::after {
  color: #fff;
}


.xzzrz-imgbox {
  overflow: hidden;
  margin-top: 3rem;
}


.xwh-box {
  position: relative;
  z-index: 6;
  background-color: #fff;
  background-image: -moz-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(250, 250, 250) 0%, rgb(255, 255, 255) 100%);
}

.xwh-box .lc-bt {
  text-align: center;
}

.xwh-yj {
  justify-content: space-between;
  margin-top: 3rem;
}

.xwh-yj li .xwh-img {
  background: url(../img/yj.png) no-repeat left top;
}

.xwh-yj li .xwh-img {
  height: 156px;
}

.xwh-yj li .xwh-img h1 {
  line-height: 140px;
  position: relative;
  left: 52px;
  font-size: 24px;
  font-weight: 600;
  color: #1e398b;
}

.xwh-yj li .xwh-img h1 span {
  font-size: 32px;
  font-weight: 600;

}


.xwh-yj li p {
  font-size: 16px;
  line-height: 42px;
}

/* 阶段 */
.xjd-bt h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #666;
  line-height: 64px;
}

.xjd-bt h1 span {
  color: #1e398b;
}

.xjd-xt {
  text-align: center;
  display: flex;
  justify-content: center;
}

.xjd-box {
  position: relative;
  z-index: 8;
  background-color: #fff;
}

.xjd-text ul {
  justify-content: space-between;
}

.xjd-text ul li {
  width: calc((100% - 100px) / 3);
  padding: 30px;
  background-color: #fafafa;
  border: solid 1px #ccc;
  border-bottom: 10px solid #1e398b;
}

.xjd-text ul li h1 {
  font-size: 24px;
  font-weight: 600;
  color: #1e398b;
  text-align: center;
  margin-top: 2rem;
}

.xjd-text ul li p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-indent: 24px;
  margin-top: 1.5rem;
  text-align: justify;
  height: 260px;
}

/* 内页导航 */
.swiper-container7 {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: -8;
}

.xnav-box {
  background-color: #fff;
  z-index: 8;
  position: relative;
}

.xnav-1 {
  position: relative;
  top: -50px;
}

.xnav-2 {
  line-height: 32px;
  padding: 30px 0;
  width: 100%;
  justify-content: center;
  position: relative;
  transition: all .5s;
}


.xnav-2 span {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #afb1b3;
  border-radius: 4px;
  position: relative;
  top: 20px;
  left: -20px;
  transition: all .5s;
}

.swiper-container7 .swiper-slide:hover .xnav-3 {
  display: flex;
}

.xnav-3 {
  display: none;
  position: absolute;
  top: 100px;
  z-index: 9;
  flex-direction: column;
  width: 100%;
  background: #fff;
}

.xnav-3 a {
  line-height: 3;
  font-size: 16px;
}

.swiper-container7 .swiper-slide {
  position: relative;
  width: 20%;
}

.swiper-container7 .swiper-slide::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  background-color: #c3c3c3;
  right: -1px;
  top: calc(50% - 10px);
}

.xnav-2:hover,
.xnav-2.active {
  color: #1e398b;
}

.xnav-2:hover span,
.xnav-2.active span {
  background-color: #1e398b;
}

.xproduct-box {
  background-color: #fff;
  position: relative;
  z-index: 6;
  padding-bottom: 6rem;
}

.xproduct-box>div>ul>li {
  margin-right: 10px;
  width: calc((100% - 30px) / 4);
  margin-bottom: 10px;
}

.xproduct-box div ul li:nth-child(8),
.xproduct-box div ul li:nth-child(4) {
  margin-right: 0;
}

.xproduct-box>div>ul>li>a {
  display: block;
}

.xproduct-fy {
  padding: 20px 0;
}

.gallery-top {
  width: 100%;
}

.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  border: solid 1px #b8bfd1;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: solid 1px #1e398b;
}

.hs-box {
  background-color: #f5f5f5;
  width: 100%;
  /* background: url(../img/dlogo.png) no-repeat top right; */
}

.xcp-imgbox {
  padding: 60px;
  width: 575px;
}

.xcp-textbox {
  max-width: 508px;
  overflow: hidden;
  margin: 2rem 0;
  padding-left: 3rem;
  border-left: solid 1px #d9d9d9;
}

.xcp-img {
  padding: 10px;
}

.xcp-text h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.xcp-text {
  margin-top: 10px;
}

.xcp-text p {
  font-size: 16px;
  line-height: 32px;
}

.swiper-container8 {
  overflow: hidden;
}

.xcp-ck a {
  padding: 15px 30px;
  border: solid 1px #d9d9d9;
  margin-right: 20px;
  transition: all .5s;
}

.xcp-ck a span {
  margin-left: 6px;
}

.xcp-ck a:hover {
  background-color: #e61e1e !important;
  color: #fff;
}

.xcp-ck {
  margin-top: 2rem;
}

.xcp-ck a:nth-child(1) {
  background: #1e398b;
  color: #fff;
}

.tab-box li {
  padding: 16px 30px;
  /* border: solid 1px #ccc; */
  transition: all .5s;
  cursor: pointer;
}

.tab-box li:nth-child(4),
.tab-box li:nth-child(3),
.tab-box li:nth-child(1),
.tab-box li:nth-child(2) {
  border-right: none;
}

.tab-box {
  width: 100%;
  position: relative;
  padding-top: 3rem;
}

.tab-box::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 1px;
  background: #ccc;
  bottom: 0;
}

.tab-box li.cur {
  background-color: #1e398b;
  color: #fff;
}

.tab-br div {
  display: block;
  padding: 20px;
}

.tab-br div.on {
  display: block;
}


.xxqnr-box,
.xgcp-box,
.xdetails-cp {
  background: #fff;
  z-index: 6;
  position: relative;
}

.xxqnr-box {
  padding-bottom: 3rem;
}

.xgcp-img {
  overflow: hidden;
}

.xg-img a div {
  background: #f5f5f5;
  padding: 30px 25px;
  overflow: hidden;
}

.xg-img a :hover img {
  transform: scale(1.1);
}

.xg-img a h1 {
  line-height: 32px;
  background-color: #1e398b;
  font-size: 16px;
  color: #fff;
}

.xgcp-box .a-1>h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 86px;
}

.xgcp-box {
  padding-bottom: 6rem;
}

.xnews-box1 li {
  position: relative;
  padding-right: 40px;
  display: none;
}

.xnews-box1 li.ds {
  display: block;
}

.xnews-box1 li .xnews-text {
  position: absolute;
  height: 200px;
  bottom: 0;
  left: 0;
  width: calc(100% - 40px);
  padding: 0 30px;
  background-image: linear-gradient(0deg, rgba(30, 57, 139, .9), rgba(30, 57, 139, 0));
}

.xnews-box1 li .xnews-text h1 {
  line-height: 42px;
  margin-top: 9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 600;
  color: #fff;

}

.xnews-sj {
  color: #333;
  font-family: "bebas";
  text-align: center;
  transition: all .5s;
}

.xnews-sj h1 {
  font-size: 36px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
}

.xnews-1 h2 {
  font-size: 16px;
  line-height: 2.5;
}

.xnews-sj {
  width: 10%;
}

.xnews-1 {
  width: 100%;
  color: #333;
  transition: all .5s;
}

.xnews-1 h1 {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xnews-1 p {
  color: #666;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  transition: all .5s;
}

.xnews-box2 li {
  background-color: #fafafa;
  padding: 30px;
  position: relative;
  transition: all .5s;
}

.xnews-box2 li.da {
  background-color: #1e398b;
}

.xnews-box2 li.da a .xnews-sj {
  color: #fff;
}

.xnews-box2 li.da a .xnews-1 p,
.xnews-box2 li.da a .xnews-1 {
  color: #fff;
}

.xnews-box2 li::after {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #ccc;
  bottom: 0;
}

.xnews-box2 li:nth-child(4)::after {
  display: none;
}

.xnews-tj {
  padding-bottom: 6rem;
  background-color: #fff;
  position: relative;
  z-index: 6;
}


.xnews-box3 {
  background-color: #fafafa;
  position: relative;
  z-index: 6;
  overflow: hidden;
}

.xnews-box3 .a-1 li {
  width: calc((100% - 120px) / 4);
  padding: 30px 15px;
  margin: 15px;
  border: solid 1px #c3c3c3;
  transition: all .5s;
}

.xnews-img img {
  width: 100%;
}

.xnews-box3 .a-1 li a h1 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 26px;
  transition: all .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xnews-box3 .a-1 li a p {
  color: #333;
  line-height: 24px;
  text-indent: 24px;
  margin-top: 2rem;
}

.xnews-img {
  margin-top: 1rem;
  overflow: hidden;
}


.xnews-box3 .a-1 li:hover {
  border: solid 1px #1e398b;
}

.xnews-box3 .a-1 li:hover a h1 {
  color: #1e398b;
}

.xnews-box3 .a-1 li:hover .xnews-img img {
  transform: scale(1.1);
}

.xnewsnr-1 ul {
  justify-content: center;
  border-bottom: solid 1px #e6e6e6;
}

.xnewsnr-1 h1 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: bold;
}

.xnewsnr-1 ul li {
  font-size: 14px;
  line-height: 48px;
  color: #666;
  margin-left: 10rem;
}

.xnewsnr-1 ul li span {
  margin-right: 8px;
}

.xnewsnr-1 ul li:nth-child(1) {
  margin-left: 0;
}

.xnewsnr-box {
  background-color: #fafafa;
  position: relative;
  z-index: 6;
  padding-bottom: 3rem
}

.xnewsnr-1 {
  background-color: #fff;
  padding: 60px 30px;
}

.xnews-2 {
  margin-top: 2rem;
}
.xnews-2 *{
  font-size: 16px !important;color: #333 !important;
}
.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pager li {
  border: solid 1px #ccc;
  border-left: none;
  transition: all .5s;
}

.pager li a {
  display: block;
  padding: 10px 15px;
}

.pager li:hover {
  background-color: #1e398b;
  color: #fff;
  border: solid 1px #1e398b;
}

.pager li:hover a {
  color: #fff;
  display: block;
}

.pager li:nth-child(1) {
  border-left: solid 1px #ccc;
}

.pager li.text {
  border: none;
  padding: 10px 0;
  margin-left: 10px;
}

.pager li.text:hover {
  background-color: #fff;
  color: #333;
}

.pager li.active {
  background-color: #1e398b;
  border: solid 1px #1e398b;
}

.fyoi {
  margin-top: 3rem;
}

.fyoi a {
  font-size: 16px;
}

.cpxq {
  position: relative;
  z-index: 6;
  background-color: #fafafa;
}

.xcontact-box {
  background-color: #fff;
  z-index: 6;
  position: relative;
}

.xcontact-box .b-1 {
  padding-top: 60px
}

.xlx-iocbox ul {
  background-color: #fafafa;
  height: 100%;
}

.xlx-iocbox ul li {
  width: 50%;
  height: 33.333%;
  text-align: center;
  padding: 30px 0;
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}

.xlx-iocbox ul li:nth-child(6),
.xlx-iocbox ul li:nth-child(4),
.xlx-iocbox ul li:nth-child(2) {
  border-right: none;
}

.xlx-iocbox ul li:nth-child(6),
.xlx-iocbox ul li:nth-child(5) {
  border-bottom: none;
}

.xlx-ioc h1 {
  font-size: 16px;
  line-height: 42px;
}

.xcontact-box>div>h1 {
  font-size: 24px;
  font-weight: 600;
  color: #1e398b;
  text-align: center;
  line-height: 82px;
}

.cpxq-box {
  background: #fafafa;
  position: relative;
  z-index: 6;
}

.contact-box h1 {
  font-size: 24px;
  font-weight: 600;
  color: #1e398b;
  text-align: center;
  line-height: 52px;
  margin-bottom: 3rem;
}

footer,
.ly-box {
  width: 100%;
}

footer {
  position: relative;
  z-index: -1;
}

.input {
  padding: 0 20px;
  width: 50%;
}

.input input {
  width: 100%;
  border: none;
  font-size: 16px;
  line-height: 42px;
  color: #ccc;
  padding: 10px 20px;
}

form {
  width: 100%;
  justify-content: center;
}

.textarea {
  width: 100%;
  padding: 20px;
}

.textarea input {
  width: 100%;
  border: none;
  font-size: 16px;
  line-height: 42px;
  padding: 10px 20px;
}

.textarea textarea {
  border: none;
  width: 100%;
  font-size: 16px;
  color: #ccc;
  padding: 10px 20px;
  height: 200px;
}

.swiper-no-swiping .submit {
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  background: #1e398b;
  padding: 0 30px;
  width: 100%;
  cursor: pointer;
}

.x-map {
  overflow: hidden;
}

.xabout-box {
  padding-bottom: 4rem;
  overflow: hidden;
  width: 100%
}

.xabout-box>.flex-box {
  overflow: hidden;
}

.xry-box {
  width: 100% !important;
  position: relative;
}

.cfhj-box {
  padding: 3rem 0;
  background: #fafafa;
  padding-bottom: 8rem
}

.xry-box p {
  width: 100%;
  margin-top: 6px
}

.xry-ioc {
  max-width: 14px;
}

.xry-tb {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.xry-box6 {
  margin-bottom: 3rem
}

.xry-text {
  color: #333
}

.xry-text h1 {
  font-size: 16px;
  font-weight: 600;
  color: #1e398b;
}

.xry-box6 li {
  width: calc(100% / 4);
  margin-bottom: 2rem
}

.xry-box .swiper-container5 {
  margin: 0 40px;
  overflow: hidden;
  width: calc(100% - 80px);
  background: url(../img/ry-xt.png)no-repeat #fff;
  background-position: 0 44%;
}

.ry-lbox::after,
.ry-rbox::after {
  font-size: 16px !important;
  color: #888;
  transition: all .5s;
}

.ry-lbox,
.ry-rbox {
  width: 40px !important;
  height: 40px !important;
  background: #fff;
  border-radius: 20px;
  border: solid 1px #888;
  top: 44.5% !important;
  transition: all .5s;
}

.ry-lbox {
  left: 0 !important;
}

.ry-rbox {
  right: 0 !important;
}

.ry-lbox:hover,
.ry-rbox:hover {
  background-color: #384d8c;
}

.ry-lbox:hover::after,
.ry-rbox:hover::after {
  color: #fff;
}

@media only screen and (max-width: 1440px) {
  .foot-logobox {
    width: 60%;
  }

  .ewm-box {
    width: 40%;
  }
}

@media only screen and (max-width: 1200px) {
  .mp4-text {
    left: 0;
    transform: scale(.75);
  }

  .yx-l {
    width: 100%;
  }

  .yx-r {
    width: 100%;
  }

  .su-box li {
    width: 25%;
  }

  .su-box li:nth-of-type(4),
  .su-box li:nth-of-type(3) {
    border-bottom: 1px dashed rgb(195, 195, 195);
  }

  .su-box {
    margin-top: 0rem;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .mp4-text {
    left: 0;
    transform: scale(.5);
  }

  .yx-r ul li:nth-of-type(1) {
    bottom: 0;
  }

  .foot-logobox ul {
    display: none;
  }

  .index-6 .a-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    line-height: 30px;
  }

  .foot-logobox {
    width: 100%;
  }

  .ewm-box {
    width: 100%;
  }

  .yc {
    height: 400px;
  }

  .foot-logo {
    padding: 0;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .foot-logo p {
    display: flex;
    align-items: center;
  }

  .foot-logo img {
    height: 50px !important;
  }

  .foot-logotext {
    padding: 0;
    border-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .foot-logotext h1 {
    font-size: 16px;
    line-height: 1.5;
  }

  .ewm-box {
    height: 240px;
    border-left: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bq-box {
    height: 60px;
  }

  .dh-box {
    width: auto;
  }

  .ewm {
    margin: 0 15px;
    width: auto;
  }
}


@media only screen and (max-width: 640px) {
  .mp4-box video {
    min-height: 45vh;
    object-fit: cover;
  }

  .mp4-text {
    left: 10vw;
    top: 80px;
    transform: scale(1);
  }

  .mp4-text h1 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 5px;
  }

  .mp4-text h1 span,
  .mp4-text h1 i {
    font-size: 18px !important;
    line-height: 2 !important;
    color: #fff !important;
    font-family: "pingfang" !important;
    letter-spacing: 5px !important;
    font-style: inherit !important;
    margin: 0 !important;
    font-weight: 400 !important;
  }

  .mp4-text h2 {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 15px;
  }

  .mp4-text h3 {
    display: none;
  }

  .ry-box .a-2 ul li {
    width: 50%;
  }

  .ry-box .a-2 ul li .ry-1 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .ry-box .a-2 ul li .ry-1 img {
    width: 25px;
  }

  .ry-box .a-2 ul li .ry-1 p {
    letter-spacing: -1px;
  }

  .ry-box .a-2 ul li p {
    font-size: 12px;
  }

  .ry-box .a-2 ul li:nth-child(2n) {
    border-right: 0px !important;
  }

  .ry-box .a-2 ul li:nth-of-type(5),
  .ry-box .a-2 ul li:nth-of-type(6) {
    border-bottom: 1px #ffffff1f solid;
  }

  .su-box li p {
    font-size: 24px;
  }

  .su-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .su-box li {
    width: auto;
  }

  .su-box li h2 {
    font-size: 12px;
  }

  .su-box li p span {
    font-size: 12px;
    top: -12px;
  }

  .yx-r ul li:nth-of-type(1) {
    bottom: -150px;
    right: 0;
    width: 100%;
  }

  .yx-r {
    margin-bottom: 130px;
  }

  .yx-text h1 {
    text-align: left;
  }

  .index-4 .a-1 {
    padding: 0;
  }

  .zr-text {
    margin-left: 0;
  }

  .desktop-wrapper .options .option h1 {
    font-size: 14px;
    text-align: center;
  }

  .desktop-wrapper .options .option p {
    font-size: 12px;
    line-height: 2;
    text-align: center;
    height: 72px;
  }

  .desktop-wrapper .options .option h1::after {
    left: calc(50% - 24px);
  }

  .gd-box {
    margin: 45px auto;
  }

  .dh-box h1 {
    display: none;
  }

  .dh-box li {
    font-size: 12px;
    line-height: 2;
  }

  .ewm {
    width: 90px;
  }

  .ewm p {
    margin-top: 0;
    font-size: 12px;
    line-height: 1;
  }

  .foot-logo img {
    height: 30px !important;
  }

  .foot-logotext h1 {
    font-size: 14px;
    line-height: 1.5;
  }

  .index-6 .a-1 {
    justify-content: center;
    text-align: center;
    font-size: 12px;
  }

  .yx-r ul li>p {
    display: none;
  }
}

/* 内页 */
@media only screen and (max-width: 1600px) {


  .xwh-yj.flex-box {
    justify-content: space-evenly !important;
  }

  .xnews-box1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1440px) {
  .fz-qhbox {
    width: 100%;
  }

  .xnews-box2 li {
    padding: 15px 30px;
  }

  .xnews-1 h1 {
    font-size: 16px;
  }

  .xnews-1 h2 {
    font-size: 14px;
    line-height: 2.5;
  }

  .xnews-1 p {
    font-size: 12px;
  }

  .hs-box {
    background-size: 100% 100%;
  }

  .xcp-imgbox {
    width: 450px;
  }
}

@media only screen and (max-width: 1200px) {
  .xbanner-box {
    height: 200px;
    background-size: contain !important;
  }

  .xabout-box>.flex-box .w50 {
    width: 100%;
  }

  .xabout-img {
    height: 63vw;
  }

  .hs-box {
    background-size: 70% 100%;
    background-color: #f5f5f5;
  }

}

@media only screen and (max-width: 992px) {
  .xry-box6 li {
    padding: 0 15px;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .xwh-yj li {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .xwh-yj li .xwh-img {
    height: 160px;
    width: 160px;
    background-size: 100% 100%;
  }

  .xwh-yj li .xwh-img h1 {
    font-size: 18px;
  }

  .swiper-container7 .swiper-slide {
    width: 25%;
  }

  .xnews-tj .a-1 .w50 {
    width: 100%;
  }

  .xnews-box1 {
    max-width: 500px;
    margin: 0px auto;
    margin-bottom: 30px;
  }

  .xnews-box1 li {
    padding-right: 0;
  }

  .xnews-box3 .a-1 li a p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}

@media only screen and (max-width: 720px) {
  .xproduct-box>div>ul>li {
    margin-right: 0;
    width: calc((100% - 30px) / 2);
    margin-bottom: 10px;
  }

  .xnews-box3 .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .xnews-box3 .a-1 li {
    width: calc((100% - 60px) / 2);
  }
}


@media only screen and (max-width: 640px) {
  .xnewsnr-1 h1 {
    line-height: 2;
  }

  .xabout-btbox img {
    max-height: 60px;
  }

  .xabout-bt {
    margin-left: 15px;
  }

  .b-1 {
    padding: 60px 0;
  }

  .xnav-box .xnav-1 {
    padding: 0;
  }

  .swiper-container7 .swiper-slide {
    width: 20%;
  }

  .xnav-2 {
    font-size: 12px;
    padding: 15px 0;
  }

  .xnav-2 span {
    display: none;
  }

  .xabout-bt h1 {
    font-size: 16px;
  }

  .xabout-bt img {
    max-width: 120px;
  }

  .xabout-text>p {
    padding-right: 0;
  }

  .xry-box6 li {
    width: calc(100% / 2);
  }

  .xabout-text ul li {
    width: 50%;
    margin: 15px 0;
  }

  .cfhj-box {
    padding: 0;
    padding-bottom: 30px;
  }

  .xry-text {
    width: 100%;
  }

  .xry-text p {
    font-size: 14px;
    line-height: 1.5;
  }

  .xzzrzImgbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .xzzrzImgbox .xzzrz-img {
    width: 30%;
  }

  .xwh-yj li .xwh-img {
    height: 140px;
    width: 140px;
  }

  .xwh-yj li .xwh-img h1 span {
    font-size: 26px;
  }

  .xwh-yj li .xwh-img h1 {
    font-size: 16px;
  }

  .xwh-yj li p {
    font-size: 12px;
  }

  .xwh-yj li .xwh-img h1 {
    left: 20px;
  }

  .swiper-container10 .xzzrz-img {
    width: 100%;
  }

  .sjz-text {
    padding: 0;
    padding-left: 15px;
    font-size: 12px;
    line-height: 1.5;
  }

  .xcp-imgbox {
    width: 100%;
    padding: 30px;
  }

  .xcp-textbox {
    padding-left: 1rem;
    border-left: 0;
  }

  .hs-box {
    background: #f5f5f5;
  }

  .tab-box {
    display: flex;
    flex-wrap: nowrap;
  }

  .tab-box li {
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .xxqnr-box .a-1 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .xnews-box3 .a-1 li {
    width: calc((100% - 20px) / 2);
    margin: 5px;
  }

  .xnews-tj {
    padding-bottom: 3rem;
  }

  .pagination .page-link {
    padding: 5px 5px !important;
    font-size: 12px;
  }

  .xnewsnr-1 {
    padding: 60px 10px;
  }

  .xnewsnr-1 ul {
    display: flex;
    justify-content: space-around;
    border-bottom: solid 1px #e6e6e6;
  }

  .xnewsnr-1 ul li {
    font-size: 12px;
    margin: 0 !important;
  }

  input.input1 {
    width: calc(50% - 5px);
  }

  .xlx-box .w50 {
    width: 100%;
  }

  .x-map .map {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
  }

  .x-map .map .raw-html-embed {
    width: 800px;
    height: 600px;
    position: relative;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -300px;
  }
}

body {
  overflow-x: hidden;
  min-height: auto !important;
  min-width: auto !important;
}

.xproduct-box .flex-box {
  display: flex;
  flex-wrap: wrap;
}

.xproduct-box>div>ul>li {
  margin: 10px 4px;
}

.x-map .map {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.x-map .map .raw-html-embed {
  width: 800px;
  position: relative;
  left: 50%;
  margin-left: -400px;
}


/* 新加 */
.nav-item.dropdown:hover .dropdown_menu {
  display: block !important;
}
