@charset "utf-8";
@font-face {
  font-family: "Montserrat-Light";
  src: url('../font/Montserrat-Light-6.otf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url('../font/Montserrat-Regular-8.otf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url('../font/Montserrat-Medium-7.otf');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url('../font/Montserrat-Bold-3.otf');
  font-style: normal;
  font-display: swap;
}
.ones-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.twos-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.picture {
  /*position: relative;*/
  overflow: hidden;
  /*z-index: 10;*/
}
.picture img {
  transition: all 1.8s ease-in-out;
}
.each-item:hover .picture img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  zoom: 1.1 \9;
}
/*flex 布局*/
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.flex-hc {
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-zBetween {
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-zEnd {
  -webkit-box-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-zStart {
  -webkit-box-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-ac {
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-cStart {
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-cEnd {
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-cBaseline {
  -webkit-box-align: baseline;
  -moz-align-items: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.flex-cStretch {
  -webkit-box-align: stretch;
  -moz-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex-zTopBottom {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-zBottomTop {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-zLeftRight {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-zRightLeft {
  -webkit-box-pack: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-shrink {
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-center {
  -webkit-align-content: center;
  align-content: center;
}
.flex-start {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex-end {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.flex-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}
.flex-container {
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex_bd {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw / 19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat-Light", "Microsoft YaHei", "HarmonyOS_Sans_SC_Regular", "PingFang SC";
}
@media screen and (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}
/*@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 7.5);
  }
}*/

body {
  min-height: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
  font-family: "Montserrat-Light", "Microsoft YaHei", "HarmonyOS_Sans_SC_Regular", "PingFang SC";
}
@media screen and (max-width: 1580px) {
  body {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 1580px) and screen and (max-width: 1900px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) and screen and (max-width: 1580px) {
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 1580px) and screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: .28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.overflow {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.contain {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1260px) {
  .contain {
    width: 90%;
  }
}
.bg-color {
  background-color: #fff;
}
.pt60 {
  padding-top: 0.6rem;
}
@media screen and (max-width: 991px) {
  .pt60 {
    padding-top: 0.8rem;
  }
}
.pt80 {
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .pt80 {
    padding-top: 0.8rem;
  }
}
.pb80 {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 0.8rem;
  }
}
.pt90 {
  padding-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .pt90 {
    padding-top: 1rem;
  }
}
.pb90 {
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .pb90 {
    padding-bottom: 1rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .pt100 {
    padding-top: 1rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 1rem;
  }
}
.pt120 {
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pt120 {
    padding-top: 1rem;
  }
}
.pb120 {
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .pb120 {
    padding-bottom: 1rem;
  }
}
.pt150 {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pt150 {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .pt150 {
    padding-top: 1.2rem;
  }
}
.pb150 {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pb150 {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .pb150 {
    padding-bottom: 1.2rem;
  }
}
.pb170 {
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .pb170 {
    padding-bottom: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .pb170 {
    padding-bottom: 1.5rem;
  }
}
.font12 {
  font-size: 0.12rem;
}
@media screen and (max-width: 1900px) {
  .font12 {
    font-size: 12px;
  }
}
.font14 {
  font-size: 0.14rem;
}
@media screen and (max-width: 1900px) {
  .font14 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .font14 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .font14 {
    font-size: 14px;
  }
}
.font15 {
  font-size: 0.15rem;
}
@media screen and (max-width: 1900px) {
  .font15 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1580px) {
  .font15 {
    font-size: 14px;
  }
}
.font16 {
  font-size: 0.16rem;
}
@media screen and (max-width: 1900px) {
  .font16 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .font16 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .font16 {
    font-size: 14px;
  }
}
.font18 {
  font-size: 0.18rem;
}
@media screen and (max-width: 1900px) {
  .font18 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .font18 {
    font-size: 16px;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .font20 {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .font20 {
    font-size: .28rem;
  }
}
.font22 {
  font-size: 0.22rem;
}
@media screen and (max-width: 1260px) {
  .font22 {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .font22 {
    font-size: .3rem;
  }
}
.font24 {
  font-size: .24rem;
}
@media screen and (max-width: 1580px) {
  .font24 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .font24 {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .font24 {
    font-size: .32rem;
  }
}
.font26 {
  font-size: .26rem;
}
@media screen and (max-width: 1260px) {
  .font26 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .font26 {
    font-size: .34rem;
  }
}
.font28 {
  font-size: 0.28rem;
}
@media screen and (max-width: 1260px) {
  .font28 {
    font-size: .34rem;
  }
}
@media screen and (max-width: 480px) {
  .font28 {
    font-size: .36rem;
  }
}
.font32 {
  font-size: .32rem;
}
@media screen and (max-width: 1260px) {
  .font32 {
    font-size: .38rem;
  }
}
@media screen and (max-width: 480px) {
  .font32 {
    font-size: .4rem;
  }
}
.font36 {
  font-size: .36rem;
}
@media screen and (max-width: 1260px) {
  .font36 {
    font-size: .42rem;
  }
}
@media screen and (max-width: 480px) {
  .font36 {
    font-size: .44rem;
  }
}
.font44 {
  font-size: .44rem;
}
@media screen and (max-width: 1260px) {
  .font44 {
    font-size: .5rem;
  }
}
@media screen and (max-width: 480px) {
  .font44 {
    font-size: .52rem;
  }
}
.font46 {
  font-size: .46rem;
}
@media screen and (max-width: 1260px) {
  .font46 {
    font-size: .52rem;
  }
}
@media screen and (max-width: 480px) {
  .font46 {
    font-size: .54rem;
  }
}
.font48 {
  font-size: .48rem;
}
@media screen and (max-width: 1260px) {
  .font48 {
    font-size: .54rem;
  }
}
@media screen and (max-width: 480px) {
  .font48 {
    font-size: .56rem;
  }
}
.font56 {
  font-size: .56rem;
}
@media screen and (max-width: 1260px) {
  .font56 {
    font-size: .62rem;
  }
}
@media screen and (max-width: 480px) {
  .font56 {
    font-size: .64rem;
  }
}
.font64 {
  font-size: .64rem;
}
.font66 {
  font-size: .66rem;
}
.com48 {
  font-family: "Montserrat-Medium";
  font-size: .48rem;
}
@media screen and (max-width: 1260px) {
  .com48 {
    font-size: .54rem;
  }
}
@media screen and (max-width: 480px) {
  .com48 {
    font-size: .56rem;
  }
}
.com46 {
  font-family: "Montserrat-Medium";
  font-size: .46rem;
}
@media screen and (max-width: 1260px) {
  .com46 {
    font-size: .52rem;
  }
}
@media screen and (max-width: 480px) {
  .com46 {
    font-size: .54rem;
  }
}
.com44 {
  font-family: "Montserrat-Medium";
  font-size: .44rem;
}
@media screen and (max-width: 1260px) {
  .com44 {
    font-size: .5rem;
  }
}
@media screen and (max-width: 480px) {
  .com44 {
    font-size: .52rem;
  }
}
.com36 {
  font-family: "Montserrat-Medium";
  font-size: .36rem;
}
@media screen and (max-width: 1260px) {
  .com36 {
    font-size: .42rem;
  }
}
@media screen and (max-width: 480px) {
  .com36 {
    font-size: .44rem;
  }
}
.com32 {
  font-size: .32rem;
}
@media screen and (max-width: 1260px) {
  .com32 {
    font-size: .38rem;
  }
}
@media screen and (max-width: 480px) {
  .com32 {
    font-size: .4rem;
  }
}
.com24 {
  font-family: "Montserrat-Light";
  font-size: .24rem;
}
@media screen and (max-width: 1580px) {
  .com24 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .com24 {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .com24 {
    font-size: .32rem;
  }
}
.com18 {
  font-family: "Montserrat-Light";
  font-size: 0.18rem;
}
@media screen and (max-width: 1900px) {
  .com18 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .com18 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .com18 {
    font-size: 16px;
  }
}
.com16 {
  font-size: 0.16rem;
  font-family: "Montserrat-Light";
}
@media screen and (max-width: 1900px) {
  .com16 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .com16 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .com16 {
    font-size: 14px;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-text1 * {
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
  text-align: center;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #df0000;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-5.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-3.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-6.png) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-4.png) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#interval {
  height: 0.9rem;
}
@media screen and (max-width: 991px) {
  #interval {
    height: 60px;
  }
}
.public-btn {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 .2rem;
  min-width: 2.05rem;
  height: 0.52rem;
  border-radius: 0.26rem;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Montserrat-Light";
  font-size: 0.18rem;
  text-transform: uppercase;
  background: linear-gradient(to right, #003f91, #009ddf);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .public-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .public-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .public-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .public-btn {
    padding: 0 .3rem;
    min-width: 2.4rem;
    height: 0.64rem;
    border-radius: 0.32rem;
  }
}
@media screen and (max-width: 480px) {
  .public-btn {
    height: 0.7rem;
    border-radius: 0.35rem;
  }
}
.public-btn:hover {
  color: #ffffff;
}
.public-btn:hover:before {
  background: #FFFFFF;
  left: 125%;
}
.public-btn:hover:after {
  background: #FFFFFF;
  left: 128%;
}
.public-btn:before {
  content: '';
  position: absolute;
  top: 50%;
  min-width: calc(480px);
  min-height: calc(480px);
  background-color: transparent;
  animation-name: wave-animation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 1s linear;
  opacity: .3;
  left: -35px;
  border-radius: 35%;
  animation-duration: 10s;
}
.public-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  min-width: calc(480px);
  min-height: calc(480px);
  background-color: transparent;
  animation-name: wave-animation;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transition: all 1s linear;
  left: -10px;
  opacity: .5;
  border-radius: 37%;
  animation-duration: 10s;
}
.public-btn:after:after {
  background: #FFFFFF;
  left: 128%;
}
.public-btn i {
  display: inline-block;
  margin-left: 0.08rem;
  width: 0.16rem;
  height: 0.11rem;
  background: url(../images/icon3.png) center no-repeat;
  background-size: 100% auto;
}
@keyframes wave-animation {
  0% {
    transform: translate(0, -50%) rotateZ(0deg);
  }
  50% {
    transform: translate(-2%, -50%) rotateZ(180deg);
  }
  100% {
    transform: translate(0, -50%) rotateZ(360deg);
  }
}
.commonbtn {
  font-size: 0.22rem;
  color: #fa9f1a;
  font-family: "Montserrat-Regular";
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .commonbtn {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .commonbtn {
    font-size: .3rem;
  }
}
.commonbtn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.1rem;
  width: 0.32rem;
  height: 0.32rem;
  background: -webkit-linear-gradient(to right, #fa9f1a, #ffca7c);
  background: linear-gradient(to right, #fa9f1a, #ffca7c);
  border-radius: 3px;
}
@media screen and (max-width: 991px) {
  .commonbtn i {
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.15rem;
  }
}
.commonbtn i img {
  max-width: 62.5%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.commonbtn:hover {
  color: #fa9f1a;
  text-decoration: none;
}
.commonbtn:hover i img {
  transform: rotate(-30deg);
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 15;
  width: 100%;
}
.header .box {
  padding-left: 2.03125%;
  padding-right: 2.03125%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .header .box {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.header .box .logo {
  display: flex;
  align-items: center;
}
.header .box .logo a {
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .header .box .logo a {
    height: 60px;
  }
}
.header .box .logo a img {
  max-width: 1.7rem;
}
@media screen and (max-width: 991px) {
  .header .box .logo a img {
    max-width: 2.2rem;
  }
}
.header .box .logo a img.ic2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .box .nav {
    display: none;
  }
}
.header .box .nav ul {
  padding: 0;
}
.header .box .nav ul li {
  position: relative;
  padding: 0 0.36rem;
  list-style: none;
}
@media screen and (max-width: 1260px) {
  .header .box .nav ul li {
    padding: 0 0.28rem;
  }
}
.header .box .nav ul li.productcolumn {
  position: static;
}
.header .box .nav ul li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.9rem;
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  font-size: 0.14rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .header .box .nav ul li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .header .box .nav ul li > a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .nav ul li > a {
    font-size: 14px;
  }
}
.header .box .nav ul li:hover > a {
  color: #fa9f1a;
}
.header .box .nav ul li.on > a {
  color: #fa9f1a;
}
.header .box .nav ul li .navcell {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.12rem 0;
  min-width: 1.6rem;
  background: #ffffff;
  box-shadow: 10px 0px 30px rgba(0, 0, 0, 0.05);
}
.header .box .nav ul li .navcell a {
  display: block;
  text-align: center;
  color: #003f91;
  font-family: "Montserrat-Light";
  font-size: 0.14rem;
  line-height: 1.7;
  white-space: nowrap;
  padding: 0.05rem 0.25rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .header .box .nav ul li .navcell a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .header .box .nav ul li .navcell a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header .box .nav ul li .navcell a {
    font-size: 14px;
  }
}
.header .box .nav ul li .navcell a:hover {
  color: #fa9f1a;
}
.header .box .headright .head_search .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background: linear-gradient(to right, #003f91, #009ddf);
}
@media screen and (max-width: 991px) {
  .header .box .headright .head_search .icon {
    width: 30px;
    height: 30px;
  }
}
.header .box .headright .head_search .icon img {
  width: 40%;
}
.header .search-form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f8f8f8;
  text-align: center;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 10px -13px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .header .search-form {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
.header .search-form.active {
  opacity: 1;
  visibility: visible;
}
.header .search-form .form-body {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 90%;
  border: 1px solid #eee;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border-radius: 0.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .header .search-form .form-body {
    width: 90%;
  }
}
.header .search-form .form-body input {
  width: 6rem;
  height: 0.54rem;
  font-size: 0.16rem;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 1900px) {
  .header .search-form .form-body input {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .header .search-form .form-body input {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body input {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body input {
    height: 0.64rem;
  }
}
@media screen and (max-width: 767px) {
  .header .search-form .form-body input {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 480px) {
  .header .search-form .form-body input {
    height: 0.7rem;
  }
}
.header .search-form .form-body .icon {
  line-height: 1;
  margin-right: 0.2rem;
  flex-shrink: 0;
  width: 0.2rem;
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body .icon {
    width: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .header .search-form .form-body .icon {
    width: 0.28rem;
  }
}
.header .search-form .form-body .icon img {
  max-width: 100%;
}
.header .search-form .form-body .close {
  width: 0.2rem;
  cursor: pointer;
  margin-left: 0.2rem;
  flex-shrink: 0;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .header .search-form .form-body .close {
    width: 0.24rem;
  }
}
@media screen and (max-width: 480px) {
  .header .search-form .form-body .close {
    width: 0.28rem;
  }
}
.header .search-form .form-body .close img {
  max-width: 100%;
}
.header .phone-toggle {
  margin-left: 20px;
  user-select: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 991px) {
  .header .phone-toggle {
    display: block;
  }
}
.header .phone-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 5px;
  transition: all 0.45s ease;
}
.header .phone-toggle span:last-of-type {
  margin-bottom: 0;
}
.header.white {
  background: #FFFFFF;
}
.header.white::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.header.white .box .logo a img.ic1 {
  display: none;
}
.header.white .box .logo a img.ic2 {
  display: inline-block;
}
.header.white .box .nav ul li a {
  color: #003f91;
}
.header.white .box .nav ul li:hover > a {
  color: #fa9f1a;
}
.header.white .box .nav ul li.on > a {
  color: #fa9f1a;
}
.header.white .box .headright .btns {
  background: #333333;
}
.header.white .phone-toggle span {
  background-color: #000000;
}
.header.whitebg {
  background: #FFFFFF;
}
.header.whitebg::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.header.whitebg .box .logo a img.ic1 {
  display: none;
}
.header.whitebg .box .logo a img.ic2 {
  display: inline-block;
}
.header.whitebg .box .nav ul li a {
  color: #003f91;
}
.header.whitebg .box .nav ul li:hover > a {
  color: #fa9f1a;
}
.header.whitebg .box .nav ul li.on > a {
  color: #fa9f1a;
}
.header.whitebg .box .headright .btns {
  background: #333333;
}
.header.whitebg .phone-toggle span {
  background-color: #000000;
}
.header.blacktext {
  background: #FFFFFF;
}
.header.blacktext::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ebebeb;
}
.header.blacktext .box .logo a img.ic1 {
  display: none;
}
.header.blacktext .box .logo a img.ic2 {
  display: inline-block;
}
.header.blacktext .box .nav ul li a {
  color: #003f91;
}
.header.blacktext .box .nav ul li:hover > a {
  color: #fa9f1a;
}
.header.blacktext .box .nav ul li.on > a {
  color: #fa9f1a;
}
.header.blacktext .box .headright .btns {
  background: #333333;
}
.header.blacktext .phone-toggle span {
  background-color: #000000;
}
.mbox .header {
  background: #ffffff;
}
.m-nav {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 99;
  background-color: #FFFFFF;
  overflow-y: scroll;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m-nav > ul {
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
}
.m-nav > ul > li {
  position: relative;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  list-style: none;
  border-bottom: #e5e5e5 solid 1px;
}
.m-nav > ul > li a {
  display: block;
  font-family: "Montserrat-Light";
  line-height: 1.7;
  color: #003f91;
  font-size: 17px;
  padding: 14px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle {
  position: relative;
  display: block;
  font-family: "Montserrat-Light";
  line-height: 1.7;
  color: #003f91;
  font-size: 17px;
  padding: 14px 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle a {
  display: inline-block;
  padding: 0;
}
.m-nav > ul > li .headtitle i {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  background: url(../images/icon31.png) center no-repeat;
  background-size: 8px auto;
  transition: all 0.4s ease;
}
.m-nav > ul > li .headtitle.on {
  color: #fa9f1a;
}
.m-nav > ul > li .headtitle.on i {
  background: url(../images/icon31.png) center no-repeat;
  background-size: 8px auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m-nav > ul > li ul {
  display: none;
  padding-left: 20px;
  border-top: #e5e5e5 solid 1px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.m-nav > ul > li ul li {
  list-style: none;
}
.m-nav > ul > li ul li a {
  display: block;
  font-family: "Montserrat-Light";
  font-size: 16px;
  padding: 7px 0px;
}
.m-nav > ul > li ul li:hover > a {
  color: #fa9f1a;
}
.m-nav > ul > li ul li ul li ul li a {
  font-size: 14px;
}
.m-nav > ul > li:hover > a {
  color: #fa9f1a;
}
.mbox .header .box .logo a img.ic1 {
  display: none;
}
.mbox .header .box .logo a img.ic2 {
  display: inline-block;
}
.mbox .header .box .headright .btns {
  background: #333333;
}
.mbox .m-nav {
  height: calc(100vh - 60px);
}
.mbox .phone-toggle span {
  background-color: #000000;
}
.mbox .phone-toggle span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.mbox .phone-toggle span:nth-child(2) {
  display: none;
}
.mbox .phone-toggle span:nth-child(3) {
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  .phone-toggle {
    display: none !important;
  }
}
.footer {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .footer_logo {
  padding-bottom: 2.34375%;
}
@media screen and (max-width: 991px) {
  .footer .footer_logo {
    padding-bottom: 30px;
  }
}
.footer .footer_logo a img {
  max-width: 4rem;
}
@media screen and (max-width: 991px) {
  .footer .footer_logo a img {
    max-width: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_logo a img {
    max-width: 3.2rem;
  }
}
.footer .box {
  padding-top: 4.23%;
  padding-bottom: 6.51041666666667%;
  border-top: rgba(204, 204, 204, 0.2) solid 1px;
}
@media screen and (max-width: 991px) {
  .footer .box {
    padding-top: 30px;
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
}
.footer .box .footer_info {
  max-width: 600px;
}
@media screen and (max-width: 1900px) {
  .footer .box .footer_info {
    width: 41%;
    max-width: 41%;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer_info {
    max-width: 100%;
    width: 100%;
  }
}
.footer .box .footer_info .subtitle {
  padding-bottom: 0.3rem;
  font-family: "Montserrat-Light";
  color: #fffefe;
  font-size: 0.22rem;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer_info .subtitle {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer_info .subtitle {
    font-size: .3rem;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer_info .subtitle {
    padding-bottom: 20px;
  }
}
.footer .box .footer_info .text {
  border-top: rgba(204, 204, 204, 0.2) solid 1px;
  padding: 0.3rem 0 0;
}
@media screen and (max-width: 991px) {
  .footer .box .footer_info .text {
    padding: 20px 0 0;
  }
}
.footer .box .footer_info .text li {
  align-items: flex-start;
  list-style: none;
  font-family: "Montserrat-Light";
  font-size: 0.16rem;
  line-height: 1.7;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1900px) {
  .footer .box .footer_info .text li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .footer .box .footer_info .text li {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer_info .text li {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer_info .text li {
    margin-bottom: 0.15rem;
  }
}
.footer .box .footer_info .text li .sp1 {
  min-width: 100px;
  flex-shrink: 0;
  color: #fffefe;
  padding-right: 0.1rem;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
}
.footer .box .footer_info .text li .sp1 img {
  display: inline-block;
  margin-right: 0.08rem;
  width: 0.2rem;
}
.footer .box .footer_info .text li .sp2 {
  flex: 1;
  overflow: hidden;
  color: rgba(255, 254, 254, 0.7);
}
.footer .box .footer_info .text li .sp2 a {
  color: rgba(255, 254, 254, 0.7);
}
.footer .box .footer-nav {
  display: flex;
  flex-direction: column;
  row-gap: 0.1rem;
  max-width: 22.2%;
}
@media screen and (max-width: 1580px) {
  .footer .box .footer-nav {
    max-width: 27%;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-nav {
    width: 100%;
    max-width: 100%;
    margin-top: 5%;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0.15rem;
    column-gap: 0.4rem;
  }
}
.footer .box .footer-nav a {
  font-family: "Montserrat-Regular";
  font-size: 0.28rem;
  color: #fffefe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-nav a {
    font-size: .34rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .box .footer-nav a {
    font-size: .36rem;
  }
}
.footer .box .footer-nav a:hover {
  color: #fa9f1a;
}
.footer .box .footer-subscribe {
  width: 16.92708333333333%;
}
@media screen and (max-width: 1580px) {
  .footer .box .footer-subscribe {
    width: 20%;
  }
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-subscribe {
    width: 24%;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-subscribe {
    width: 100%;
    margin-top: 25px;
  }
}
.footer .box .footer-subscribe .title {
  font-family: "Montserrat-Regular";
  font-size: 0.28rem;
  color: #fffefe;
}
@media screen and (max-width: 1260px) {
  .footer .box .footer-subscribe .title {
    font-size: .34rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .box .footer-subscribe .title {
    font-size: .36rem;
  }
}
.footer .box .footer-subscribe .text {
  color: rgba(255, 254, 254, 0.7);
  font-family: "Montserrat-Light";
  font-size: 0.16rem;
  line-height: 1.7;
  margin-top: 0.1rem;
}
@media screen and (max-width: 1900px) {
  .footer .box .footer-subscribe .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .footer .box .footer-subscribe .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-subscribe .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-subscribe .text {
    margin-top: 0.15rem;
  }
}
.footer .box .footer-subscribe .layui-form {
  margin-top: 0.2rem;
  border: rgba(204, 204, 204, 0.2) solid 1px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .footer .box .footer-subscribe .layui-form {
    margin-top: 0.25rem;
  }
}
.footer .box .footer-subscribe .layui-form .input {
  flex: 1;
  overflow: hidden;
  background: none;
  border: none;
  outline: none;
  font-family: "Montserrat-Light";
  color: #fffefe;
  font-size: 0.14rem;
  padding: 0 0.12rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .footer .box .footer-subscribe .layui-form .input {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .footer .box .footer-subscribe .layui-form .input {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-subscribe .layui-form .input {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footer .box .footer-subscribe .layui-form .input {
    padding: 0 0.3rem;
  }
}
.footer .box .footer-subscribe .layui-form .input::-webkit-input-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.2);
}
.footer .box .footer-subscribe .layui-form .input::-moz-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.2);
}
.footer .box .footer-subscribe .layui-form .input:-moz-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.2);
}
.footer .box .footer-subscribe .layui-form .input:-ms-input-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.2);
}
.footer .box .footer-subscribe .layui-form .icon {
  width: 0.45rem;
  height: 0.43rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  .footer .box .footer-subscribe .layui-form .icon {
    width: 0.6rem;
    height: 0.58rem;
  }
}
@media screen and (max-width: 480px) {
  .footer .box .footer-subscribe .layui-form .icon {
    width: 0.75rem;
    height: 0.7rem;
  }
}
.footer .box .footer-subscribe .layui-form .icon img {
  max-width: 46.7%;
}
.footer .footerbottom {
  padding: 0.35rem 0;
  border-top: rgba(204, 204, 204, 0.1) solid 1px;
}
@media screen and (max-width: 991px) {
  .footer .footerbottom {
    padding: 25px 0px 20px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.footer .footerbottom .copylink {
  font-size: 0.14rem;
  color: rgba(255, 254, 254, 0.5);
  line-height: 1.7;
}
@media screen and (max-width: 1900px) {
  .footer .footerbottom .copylink {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .footer .footerbottom .copylink {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .copylink {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .copylink {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.footer .footerbottom .copylink a {
  color: rgba(255, 254, 254, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .footerbottom .copylink a:hover {
  color: #FFFFFF;
}
.footer .footerbottom .copylink .poweredBy {
  margin-left: 0.4rem;
  color: rgba(255, 254, 254, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .copylink .poweredBy {
    display: block;
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
}
.footer .footerbottom .copylink .poweredBy a {
  color: rgba(255, 254, 254, 0.5);
}
.footer .footerbottom .copylink .poweredBy:hover {
  color: #FFFFFF;
}
.footer .footerbottom .copylink .poweredBy:hover a {
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .footer-share {
    margin-bottom: 20px;
  }
}
.footer .footerbottom .footer-share ul {
  column-gap: 4px;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .footer-share ul {
    column-gap: 15px;
  }
}
.footer .footerbottom .footer-share ul li {
  position: relative;
  list-style: none;
}
.footer .footerbottom .footer-share ul li a {
  display: inline-block;
  text-align: center;
}
.footer .footerbottom .footer-share ul li a img {
  max-height: 0.19rem;
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .footer-share ul li a img {
    max-height: 28px;
  }
}
.footer .footerbottom .footer-share ul li .qrcode {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  width: 1.03rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 991px) {
  .footer .footerbottom .footer-share ul li .qrcode {
    width: 96px;
  }
}
.footer .footerbottom .footer-share ul li .qrcode .img {
  overflow: hidden;
  background-color: #FFFFFF;
}
.footer .footerbottom .footer-share ul li .qrcode .img img {
  width: 100%;
}
.footer .footerbottom .footer-share ul li .qrcode .sjx {
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 8px;
  border-color: #FFFFFF transparent transparent transparent;
}
.footer .footerbottom .footer-share ul li:hover .qrcode {
  opacity: 1;
  visibility: visible;
}
.one-section {
  position: relative;
}
.media-preview {
  position: absolute;
  right: 3.541666666666667vw;
  bottom: 3.125vw;
  z-index: 12;
  padding: 0.1rem;
  background: #ffffff;
  border-radius: 0.1rem;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 1260px) {
  .media-preview {
    right: 5%;
    bottom: 8%;
  }
}
.media-preview .playbtn {
  position: relative;
  width: 2.46rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .media-preview .playbtn {
    width: 2.8rem;
  }
}
.media-preview .playbtn .video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-preview .playbtn img {
  display: block;
  width: 100%;
}
.media-preview .playbtn .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.22rem;
}
@media screen and (max-width: 1260px) {
  .media-preview .playbtn .icon {
    width: 0.32rem;
  }
}
.media-preview .playbtn .icon img {
  display: block;
  width: 100%;
}
.lunbotu {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lunbotu .swiper-wrapper .swiper-slide {
  position: relative;
}
.lunbotu .swiper-wrapper .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lunbotu .swiper-wrapper .swiper-slide > img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .lunbotu .swiper-wrapper .swiper-slide .i-banner .box {
    width: 100%;
  }
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .headline {
  color: #FFFFFF;
  line-height: 1.2;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .text {
  margin-top: 0.1rem;
  color: #FFFFFF;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btn {
  margin-top: 0.35rem;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .btn .public-btn {
  background: #fa9f1a;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .img {
  margin-top: 0.54rem;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.lunbotu .swiper-wrapper .swiper-slide .i-banner .box .img img {
  max-width: 100%;
}
.lunbotu .button-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 231px;
  height: 28px;
  margin: auto;
  background: url(../images/banner_button_bg.png) center no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1260px) {
  .lunbotu .button-box {
    padding-bottom: 0.1rem;
  }
}
.lunbotu .button-box .swiper-pagination {
  position: relative;
  margin-top: 0;
  transform: none;
  display: flex;
  align-items: flex-end;
}
.lunbotu .button-box .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  opacity: 0.3;
  background: #ffffff;
}
.lunbotu .button-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.lunbotu .button-box .swiper-button-prev {
  position: static;
  margin-top: 0;
  width: 12px;
  height: 12px;
  background: url(../images/icon1.png) center no-repeat;
  background-size: 7px auto;
  margin-right: 12px;
}
.lunbotu .button-box .swiper-button-next {
  position: static;
  margin-top: 0;
  width: 12px;
  height: 12px;
  background: url(../images/icon2.png) center no-repeat;
  background-size: 7px auto;
  margin-left: 12px;
}
.comment {
  position: relative;
  width: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .comment {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .comment {
    width: 90%;
  }
}
.comment .swiper-wrapper {
  align-items: stretch;
}
.comment .swiper-wrapper .swiper-slide {
  left: -0.8rem;
  z-index: 1;
  opacity: 1 !important;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
  height: auto;
}
.comment .swiper-wrapper .swiper-slide.swiper-slide-prev {
  left: -0.4rem;
  z-index: 2;
  opacity: 1 !important;
}
.comment .swiper-wrapper .swiper-slide.swiper-slide-next {
  left: 0.4rem;
  z-index: 4;
  opacity: 0 !important;
}
.comment .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
  left: 1.2rem;
  opacity: 0 !important;
}
.comment .swiper-wrapper .swiper-slide.swiper-slide-active {
  left: 0;
  z-index: 3;
  opacity: 1 !important;
}
.comment .swiper-wrapper .swiper-slide.swiper-slide-active .item .text {
  opacity: 1;
}
.comment .swiper-wrapper .swiper-slide::before {
  display: none;
}
.comment .swiper-wrapper .swiper-slide .item {
  display: flex;
  align-items: flex-start;
}
.comment .swiper-wrapper .swiper-slide .item .icon {
  flex-shrink: 0;
  margin-right: 0.12rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  padding: 0.02rem;
  overflow: hidden;
  box-sizing: border-box;
  background: #FFFFFF;
}
.comment .swiper-wrapper .swiper-slide .item .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.comment .swiper-wrapper .swiper-slide .item .text {
  flex: 1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding-right: 0.8rem;
  box-sizing: border-box;
}
.comment .swiper-wrapper .swiper-slide .item .text .start {
  display: flex;
  align-items: center;
}
.comment .swiper-wrapper .swiper-slide .item .text .remark {
  margin-top: 0.05rem;
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  font-size: 0.14rem;
  text-align: left;
}
@media screen and (max-width: 1900px) {
  .comment .swiper-wrapper .swiper-slide .item .text .remark {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .comment .swiper-wrapper .swiper-slide .item .text .remark {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .comment .swiper-wrapper .swiper-slide .item .text .remark {
    font-size: 14px;
  }
}
.mImg {
  display: none;
}
@media screen and (max-width: 991px) {
  .mImg {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .pImg {
    display: none;
  }
}
.obanner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}
.obanner > img {
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .obanner > img {
    height: 48vh;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .obanner > img {
    height: 60vh;
  }
}
.obanner .bannerImg {
  display: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.obanner .bannerTitle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
}
.obanner .bannerTitle .box {
  text-align: center;
}
.obanner .bannerTitle .box .headline {
  line-height: 1.2;
  color: #ffffff;
  text-transform: uppercase;
}
.obanner .bannerTitle .box .text {
  color: #ffffff;
  line-height: 1.7;
  margin-top: 0.1rem;
  margin-left: auto;
  margin-right: auto;
}
.index_data {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.index_data .box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .index_data .box {
    display: block;
  }
}
.index_data .box .sphere {
  position: relative;
  width: 54.6875%;
}
@media screen and (max-width: 991px) {
  .index_data .box .sphere {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .index_data .box .sphere {
    width: 120%;
    margin-left: -10%;
  }
}
.index_data .box .sphere .img img {
  width: 112.8571428571429%;
  max-width: 112.8571428571429%;
  margin-left: -12.85714286%;
}
@media screen and (max-width: 991px) {
  .index_data .box .sphere .img img {
    width: 112%;
    max-width: 112%;
    margin-left: -6%;
  }
}
.index_data .box .sphere .img img.ic2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 112.8571428571429%;
  max-width: 112.8571428571429%;
  display: block;
  object-fit: cover;
  mix-blend-mode: screen;
}
.index_data .box .sphere .sphere_text {
  position: absolute;
  left: 19%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28.125vw;
  height: 28.125vw;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .index_data .box .sphere .sphere_text {
    left: 25.6%;
    width: 51.30208333333333vw;
    height: 51.30208333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .index_data .box .sphere .sphere_text {
    width: 62vw;
    height: 62vw;
  }
}
.index_data .box .sphere .sphere_text ul {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
.index_data .box .sphere .sphere_text ul li {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-transform: translateY(5.21vw);
  transform: translateY(5.21vw);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .index_data .box .sphere .sphere_text ul li {
    -webkit-transform: translateY(12vw);
    transform: translateY(12vw);
  }
}
.index_data .box .sphere .sphere_text ul li.on {
  -webkit-transform: translateY(-5.21vw);
  transform: translateY(-5.21vw);
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 991px) {
  .index_data .box .sphere .sphere_text ul li.on {
    -webkit-transform: translateY(-12vw);
    transform: translateY(-12vw);
  }
}
.index_data .box .sphere .sphere_text ul li.active {
  position: relative;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  z-index: 10;
  visibility: visible;
  opacity: 1;
}
.index_data .box .sphere .sphere_text ul li .item {
  text-align: center;
}
.index_data .box .sphere .sphere_text ul li .item .t1 {
  font-family: "Montserrat-Regular";
  color: #FFFFFF;
  font-size: .66rem;
  line-height: 1.2;
}
.index_data .box .sphere .sphere_text ul li .item .t2 {
  font-family: "Montserrat-Regular";
  color: #FFFFFF;
  font-size: .26rem;
}
@media screen and (max-width: 1260px) {
  .index_data .box .sphere .sphere_text ul li .item .t2 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .index_data .box .sphere .sphere_text ul li .item .t2 {
    font-size: .34rem;
  }
}
.index_data .box .sphere .sphere_text ul li .item .t3 {
  margin-top: 0.15rem;
  font-family: "Montserrat-Regular";
  color: #FFFFFF;
  font-size: 0.18rem;
}
@media screen and (max-width: 1900px) {
  .index_data .box .sphere .sphere_text ul li .item .t3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .index_data .box .sphere .sphere_text ul li .item .t3 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .index_data .box .sphere .sphere_text ul li .item .t3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .index_data .box .sphere .sphere_text ul li .item .t3 {
    margin-top: 0.05rem;
  }
}
.index_data .box .description {
  position: relative;
  width: 44.270833333333333333%;
  padding-top: 5.21vw;
  padding-bottom: 5.73vw;
  padding-right: 10%;
  box-sizing: border-box;
  min-height: 54.58vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .index_data .box .description {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1.2rem;
    padding-bottom: 0.4rem;
  }
}
.index_data .box .description::before {
  content: '';
  position: absolute;
  left: -15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  .index_data .box .description::before {
    display: none;
  }
}
.index_data .box .description .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .title .headline,
.index_data .box .description .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .text {
  background-size: 100% 100%;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .btn .commonbtn span {
  background-size: 100% 100%;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .item .btn .commonbtn span::before {
  width: 100%;
  transition: all 0.8s ease-in-out;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .title .headline,
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .text,
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .commonbtn span {
  display: initial;
  background: rgba(255, 255, 255, 0.6) -webkit-linear-gradient(left, #fa9f1a, #fa9f1a) no-repeat 0 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 0 100%;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .title {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Montserrat-Bold";
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .title .headline {
  transition: all 0.8s ease-in-out;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .title .headline span {
  font-weight: bold;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .btn {
  margin-top: 0.25rem;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .btn .commonbtn {
  text-decoration: none;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .btn .commonbtn span {
  position: relative;
  transition: all 0.8s ease-in-out;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .btn .commonbtn span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fa9f1a;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .imgbox {
  margin: 0.5rem auto;
  border-radius: 10px;
  overflow: hidden;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .imgbox img {
  display: block;
  width: 100%;
}
.index_data .box .description .swiper .swiper-wrapper .swiper-slide .item .text {
  color: rgba(255, 255, 255, 0.6);
  transition: all 1.2s ease-in-out;
}
.index_data .box .progress-container {
  position: absolute;
  left: 19%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 31.25vw;
  height: 31.25vw;
  margin-left: -1.5625vw;
  z-index: 12;
}
@media screen and (max-width: 991px) {
  .index_data .box .progress-container {
    left: 24.6%;
    width: 56.640625vw;
    height: 56.640625vw;
  }
}
@media screen and (max-width: 767px) {
  .index_data .box .progress-container {
    left: 24.5%;
    width: 68vw;
    height: 68vw;
  }
}
.index_data .box .progress-container .progress-circle {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.index_data .box .progress-container .progress-circle .progress-bg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: transparent;
  stroke-width: 1px;
}
.index_data .box .progress-container .progress-circle .progress-bar {
  fill: none;
  stroke: #faa324;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-dasharray: 565.48;
  stroke-dashoffset: 565.48;
  transition: stroke-dashoffset 0.3s ease;
}
.index_data .box .progress-container .progress-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_data .box .progress-container .progress-dots .progress-dot {
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  background: #cccccc;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.index_data .box .progress-container .progress-dots .progress-dot:last-child {
  background: -webkit-linear-gradient(to right, #fa9f1a, #ffca7c);
  background: linear-gradient(to right, #fa9f1a, #ffca7c);
}
.index_data .box .progress-container .progress-dots .progress-dot.on {
  background: -webkit-linear-gradient(to right, #fa9f1a, #ffca7c);
  background: linear-gradient(to right, #fa9f1a, #ffca7c);
}
.index_data .box .progress-container .progress-dots .progress-dot.active {
  background: -webkit-linear-gradient(to right, #fa9f1a, #ffca7c);
  background: linear-gradient(to right, #fa9f1a, #ffca7c);
}
.index_advantage {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0.7rem;
  }
}
.index_advantage .box.item-swiper .item-wrapper {
  display: flex;
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper .item-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    transition-property: transform;
    box-sizing: content-box;
  }
}
.index_advantage .box.item-swiper .item-wrapper .item-slide {
  position: relative;
  width: 19%;
  margin-right: 1.3%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide {
    width: 100%;
    height: auto;
    margin-right: 0%;
    display: block;
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .index_advantage .box.item-swiper .item-wrapper .item-slide.swiper-slide-active {
    display: block;
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .index_advantage .box.item-swiper .item-wrapper .item-slide.swiper-slide-active .img img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 992px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide.active {
    width: 39.1%;
  }
  .index_advantage .box.item-swiper .item-wrapper .item-slide.active::before {
    background: -webkit-linear-gradient(to bottom, rgba(1, 63, 145, 0), #013f91);
    background: linear-gradient(to bottom, rgba(1, 63, 145, 0), #013f91);
  }
  .index_advantage .box.item-swiper .item-wrapper .item-slide.active .textbox .headline {
    font-size: .66rem;
  }
  .index_advantage .box.item-swiper .item-wrapper .item-slide.active .textbox .text {
    opacity: 1;
    max-height: inherit;
  }
  .index_advantage .box.item-swiper .item-wrapper .item-slide.active .textbox .btn {
    opacity: 1;
    max-height: inherit;
    margin-top: 0.3rem;
    margin-bottom: 3.125vw;
  }
}
.index_advantage .box.item-swiper .item-wrapper .item-slide:nth-child(4n) {
  margin-right: 0;
}
.index_advantage .box.item-swiper .item-wrapper .item-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(250, 160, 27, 0) 50%, #faa01b 100%);
  background: linear-gradient(to bottom, rgba(250, 160, 27, 0) 50%, #faa01b 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide::before {
    background: -webkit-linear-gradient(to bottom, rgba(1, 63, 145, 0), #013f91);
    background: linear-gradient(to bottom, rgba(1, 63, 145, 0), #013f91);
  }
}
.index_advantage .box.item-swiper .item-wrapper .item-slide .img {
  position: relative;
  width: 31.25vw;
  height: 40.625vw;
}
@media screen and (max-width: 1260px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .img {
    width: 35.15625vw;
    height: 45.703125vw;
  }
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .img {
    width: 100%;
    height: 100%;
  }
}
.index_advantage .box.item-swiper .item-wrapper .item-slide .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  min-width: 100%;
  width: auto;
  max-width: initial;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .img img {
    position: static;
    -webkit-transform: translate(0%, 0%) scale(1.2);
    transform: translate(0%, 0%) scale(1.2);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
}
.index_advantage .box.item-swiper .item-wrapper .item-slide .textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  min-height: 9vw;
  box-sizing: border-box;
  padding: 0 10%;
}
@media screen and (max-width: 1260px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .textbox {
    min-height: 13vw;
  }
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .textbox {
    min-height: 1vw;
    padding: 0 8%;
    bottom: 6%;
  }
}
.index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .serial {
  font-size: 0.18rem;
  color: #FFFFFF;
  font-family: "Montserrat-Bold";
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1900px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .serial {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .serial {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .serial {
    font-size: 16px;
  }
}
.index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .serial i {
  display: inline-block;
  margin-left: 0.05rem;
  width: 0.8rem;
  height: 0.08rem;
  background: #FFFFFF;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .serial i {
    margin-left: 5px;
  }
}
.index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .headline {
  width: 100%;
  font-family: "Montserrat-Medium";
  font-size: .26rem;
  color: #FFFFFF;
  line-height: 1.05;
  margin-bottom: 0.2rem;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .headline {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .headline {
    font-size: .34rem;
  }
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .headline {
    font-size: .66rem;
  }
}
.index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .text {
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .text {
    opacity: 1;
    max-height: 100%;
  }
}
.index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .btn {
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper .item-wrapper .item-slide .textbox .btn {
    opacity: 1;
    max-height: 100%;
    margin-top: 0.25rem;
  }
}
.index_advantage .box.item-swiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 991px) {
  .index_advantage .box.item-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .index_advantage .box.item-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    opacity: 1;
    background: #ffffff;
  }
  .index_advantage .box.item-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fa9f1a;
  }
}
.ginger {
  color: #fa9f1a !important;
}
.about_banner {
  position: relative;
}
.about_banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .about_banner > img {
    min-height: 100vh;
  }
}
.about_banner .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.about_banner .box .title {
  max-width: 52.3vw;
  width: 100%;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .about_banner .box .title {
    max-width: 1000px;
  }
}
.about_banner .box .title .headline {
  color: #fa9f1a;
  line-height: 1.2;
}
.about_banner .box .title .text {
  margin-top: 0.4rem;
  color: #FFFFFF;
}
.about_banner .box .about-tab {
  margin-top: 5.5%;
}
@media screen and (max-width: 991px) {
  .about_banner .box .about-tab {
    margin-top: 8%;
  }
}
.about_banner .box .about-tab ul {
  position: relative;
  display: inline-flex;
  min-width: 48.645vw;
  padding: 0.45rem 0;
  box-sizing: border-box;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.3), transparent 100%);
}
@media screen and (max-width: 991px) {
  .about_banner .box .about-tab ul {
    min-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .about_banner .box .about-tab ul {
    width: 100%;
  }
}
.about_banner .box .about-tab ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.3), transparent 100%);
}
.about_banner .box .about-tab ul::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.3), transparent 100%);
}
.about_banner .box .about-tab ul li {
  position: relative;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0.4rem;
}
@media screen and (max-width: 767px) {
  .about_banner .box .about-tab ul li {
    width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .about_banner .box .about-tab ul li {
    padding: 0 0.2rem;
  }
}
.about_banner .box .about-tab ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 5%;
  width: 1px;
  height: 90%;
  background: rgba(255, 255, 255, 0.2);
}
.about_banner .box .about-tab ul li:last-child::before {
  display: none;
}
.about_banner .box .about-tab ul li a {
  display: inline-block;
}
.about_banner .box .about-tab ul li a .icon img {
  max-width: 0.45rem;
}
.about_banner .box .about-tab ul li a .sp {
  margin-top: 0.06rem;
  font-family: "Montserrat-Light";
  color: #fffefe;
}
.common-nav {
  position: relative;
  z-index: 12;
  background: #013f92;
}
@media screen and (min-width: 992px) {
  .common-nav .contain {
    width: 100%;
  }
}
.common-nav .contain ul {
  padding: 0;
  gap: 0.15rem;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .common-nav .contain ul {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .common-nav .contain ul {
    /* 修改滚动条的整体大小 */
    /* 修改滚动条的轨道样式 */
    /* 修改滚动条的滑块样式 */
    /* 修改滑块的 hover 样式 */
  }
  .common-nav .contain ul::-webkit-scrollbar {
    width: 0.06rem;
    /* 垂直滚动条的宽度 */
    height: 0.06rem;
    /* 水平滚动条的高度 */
  }
  .common-nav .contain ul::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
    /* 轨道背景颜色 */
  }
  .common-nav .contain ul::-webkit-scrollbar-thumb {
    background: #fa9f1a;
    /* 滑块背景颜色 */
  }
  .common-nav .contain ul::-webkit-scrollbar-thumb:hover {
    background: #fa9f1a;
    /* 当鼠标悬停时滑块的颜色 */
  }
}
.common-nav .contain ul li {
  list-style: none;
}
.common-nav .contain ul li a,
.common-nav .contain ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.4rem;
  height: 0.6rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  font-family: "Montserrat-Medium";
  color: #FFFFFF;
  font-size: 0.16rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .common-nav .contain ul li a,
  .common-nav .contain ul li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .common-nav .contain ul li a,
  .common-nav .contain ul li span {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .common-nav .contain ul li a,
  .common-nav .contain ul li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .common-nav .contain ul li a,
  .common-nav .contain ul li span {
    height: 0.75rem;
  }
}
@media screen and (max-width: 480px) {
  .common-nav .contain ul li a,
  .common-nav .contain ul li span {
    height: 45px;
  }
}
.common-nav .contain ul li.on a,
.common-nav .contain ul li.on span {
  background: #fa9f1a;
}
.common-nav .contain ul li:hover a,
.common-nav .contain ul li:hover span {
  background: #fa9f1a;
}
.bgcolor {
  background: #0f315a;
}
.about .contain {
  display: flex;
  flex-direction: column;
  gap: 3.125vw;
}
@media screen and (max-width: 991px) {
  .about .contain {
    gap: 0.4rem;
  }
}
.about .contain .box {
  width: 100%;
  padding-top: 1.2rem;
  margin-top: -1.2rem;
}
.about .contain .box:nth-child(even) .item {
  flex-direction: row-reverse;
}
.about .contain .box .item {
  padding: 1.953125%;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 3.90625%;
  background: #ffffff;
}
.about .contain .box .item:nth-child(even) {
  flex-direction: row-reverse;
}
.about .contain .box .item:last-child {
  margin-bottom: 0%;
}
@media screen and (max-width: 991px) {
  .about .contain .box .item {
    flex-wrap: wrap;
    padding: 0.4rem;
  }
}
.about .contain .box .item .img {
  width: 48.85%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .about .contain .box .item .img {
    width: 100%;
  }
}
.about .contain .box .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .contain .box .item .text {
  width: 48.85%;
  padding: 3.4% 2.7%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .about .contain .box .item .text {
    width: 100%;
    padding: 0.4rem 0 0;
  }
}
.about .contain .box .item .text .icon {
  flex-shrink: 0;
}
.about .contain .box .item .text .icon img {
  max-width: 0.45rem;
}
@media screen and (max-width: 991px) {
  .about .contain .box .item .text .icon img {
    max-width: 30px;
  }
}
.about .contain .box .item .text .title {
  margin-top: 0.1rem;
  margin-bottom: 10%;
  flex-shrink: 0;
  color: #003f91;
}
@media screen and (max-width: 991px) {
  .about .contain .box .item .text .title {
    margin-bottom: 0.2rem;
  }
}
.about .contain .box .item .text .txt {
  flex-grow: 1;
  display: flex;
  align-items: center;
  color: #333333;
  line-height: 1.6;
}
.contact_infor .textbox .headline {
  color: #FFFFFF;
  font-family: "Montserrat-Bold";
  text-align: center;
  line-height: 1.2;
}
.contact_infor .textbox .text {
  margin-top: 0.4rem;
  font-family: "Montserrat-Light";
  line-height: 1.7;
  color: #FFFFFF;
  text-align: center;
}
.contact_infor .imgbox {
  position: relative;
  width: 100%;
  padding-bottom: 44.27083333333333%;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 0.5rem;
}
.contact_infor .imgbox img,
.contact_infor .imgbox iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact_infor .info {
  margin-top: 0.4rem;
}
.contact_infor .info ul {
  padding: 0;
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .contact_infor .info ul {
    gap: 0.3rem;
  }
}
.contact_infor .info ul li {
  list-style: none;
  padding: 0.35rem 0.3rem;
  box-sizing: border-box;
  background: #113f75;
  border-radius: 10px;
  min-width: calc((100% - 0.6rem) / 4);
}
.contact_infor .info ul li:last-child {
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact_infor .info ul li {
    flex: auto;
    width: 100%;
    padding: 0.4rem;
  }
}
.contact_infor .info ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.35rem;
  border-radius: 50%;
  background: #fc9613;
}
@media screen and (max-width: 991px) {
  .contact_infor .info ul li .icon {
    margin-right: 0.25rem;
  }
}
.contact_infor .info ul li .icon img {
  max-width: 35%;
}
.contact_infor .info ul li .t1 {
  display: flex;
  align-items: center;
  min-height: 0.7rem;
  color: #FFFFFF;
  font-size: 0.18rem;
  font-family: "Montserrat-Regular";
}
@media screen and (max-width: 1900px) {
  .contact_infor .info ul li .t1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .contact_infor .info ul li .t1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .contact_infor .info ul li .t1 {
    font-size: 16px;
  }
}
.contact_infor .info ul li .t2 {
  display: flex;
  align-items: center;
  min-height: 0.7rem;
  color: #FFFFFF;
  font-size: 0.14rem;
  font-family: "Montserrat-Light";
}
@media screen and (max-width: 1900px) {
  .contact_infor .info ul li .t2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .contact_infor .info ul li .t2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .contact_infor .info ul li .t2 {
    font-size: 14px;
  }
}
#contact-form {
  padding-top: 1rem;
  margin-top: -1rem;
}
.contact-form {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-form .title .headline {
  color: #FFFFFF;
  font-family: "Montserrat-Bold";
  text-align: center;
  line-height: 1.2;
}
.contact-form .box {
  margin-top: 0.5rem;
}
.contact-form .box .layui-form .layui-form-item {
  width: 100%;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.contact-form .box .layui-form .layui-form-item.buttonbox {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item.buttonbox {
    margin-top: 0.4rem;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block {
  width: 100%;
  margin-left: 0;
}
.contact-form .box .layui-form .layui-form-item .layui-input-block.fourth {
  width: calc((100% - 0.6rem) / 3);
  margin-right: 0.2rem;
}
.contact-form .box .layui-form .layui-form-item .layui-input-block.fourth:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block.fourth {
    flex: none;
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .contact-form .box .layui-form .layui-form-item .layui-input-block.fourth:nth-child(4n) {
    margin-right: 0.3rem;
  }
  .contact-form .box .layui-form .layui-form-item .layui-input-block.fourth:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block.fourth {
    width: 100%;
    margin-right: 0 !important;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input {
  width: 100%;
  padding: 0 0.2rem;
  height: 0.6rem;
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  font-size: 0.16rem;
  border: rgba(255, 255, 255, 0.33) solid 1px;
  background: none;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 1900px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input {
    padding: 0 0.3rem;
    height: 0.72rem;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input::-webkit-input-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.3);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input::-moz-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.3);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input:-moz-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.3);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-input:-ms-input-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.3);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea {
  width: 100%;
  padding: 0.2rem;
  height: 1.25rem;
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  font-size: 0.16rem;
  border: rgba(255, 255, 255, 0.33) solid 1px;
  background: none;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 1900px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea {
    padding: 0.3rem;
    height: 2.5rem;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea::-webkit-input-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.3);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea::-moz-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.3);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea:-moz-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.3);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-textarea:-ms-input-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.3);
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.1rem;
  height: 0.6rem;
  border-radius: 0.3rem;
  font-family: "Montserrat-Regular";
  color: #FFFFFF;
  font-size: 0.22rem;
  background: #fc9613;
}
@media screen and (max-width: 1260px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-btn {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-btn {
    font-size: .3rem;
  }
}
@media screen and (max-width: 1260px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-btn {
    min-width: 3rem;
    height: 0.6rem;
    border-radius: 0.35rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-btn {
    min-width: 2.4rem;
    height: 0.75rem;
    border-radius: 0.4rem;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select .layui-edge {
  right: 0.2rem;
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select dl {
  top: 100%;
  padding: 0;
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd {
  line-height: 0.4rem;
}
@media screen and (max-width: 991px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd {
    line-height: 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  .contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd {
    line-height: 0.7rem;
  }
}
.contact-form .box .layui-form .layui-form-item .layui-input-block .layui-form-select dl dd.layui-this {
  background: #fc9613;
}
@media screen and (max-width: 767px) {
  .story .contain {
    width: 100%;
  }
  .story .contain .wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.story .contain .wrap {
  text-align: center;
}
.story .contain .wrap .headline {
  font-family: "Montserrat-Medium";
  color: #003f8f;
  line-height: 1.2;
}
.story .contain .wrap .text {
  max-width: 90%;
  margin-top: 0.1rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat-Light";
  color: #333333;
}
@media screen and (max-width: 991px) {
  .story .contain .wrap .text {
    max-width: 100%;
    margin-top: 10px;
  }
}
.story .contain .box {
  margin-top: 5.208%;
  border-top: #003f91 solid 4px;
  padding-top: 4.6875%;
}
@media screen and (max-width: 991px) {
  .story .contain .box {
    margin-top: 7%;
    padding-top: 7%;
    border-top: #003f91 solid 3px;
  }
}
.story .contain .box .subtit {
  text-align: center;
  color: #003f91;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
}
.story .contain .box .thumbsbox {
  position: relative;
  overflow: hidden;
}
.story .contain .box .thumbsbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.06rem;
  width: 100%;
  height: 1px;
  background: #cccccc;
}
.story .contain .box .swiper {
  position: relative;
  width: 100%;
}
.story .contain .box .swiper.largeSlider {
  padding-top: 2.6%;
  padding-bottom: 5.6%;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.largeSlider {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 6%;
    padding-bottom: 9%;
  }
}
@media screen and (max-width: 767px) {
  .story .contain .box .swiper.largeSlider {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.story .contain .box .swiper.largeSlider .swiper-wrapper {
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper {
    align-items: flex-start;
  }
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide.swiper-slide-prev {
  z-index: 1;
  transform: translateX(21%);
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: translateX(0%);
  }
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide.swiper-slide-next {
  z-index: 1;
  transform: translateX(-22%);
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateX(0%);
  }
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 5;
  transform: scale(1);
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide.swiper-slide-active .item {
  background: #FFFFFF;
  box-shadow: 0 0.05rem 0.6rem rgba(0, 0, 0, 0.1);
  transform: scale(1);
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide.swiper-slide-active .item::before {
  display: none;
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide.swiper-slide-active .item .year::before {
  width: 100%;
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide.swiper-slide-active .item .event {
  transform: translateY(0);
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide.swiper-slide-active .item .event .text .t1 {
  color: #003e8f;
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item {
  position: relative;
  padding: 0.35rem 0.4rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 15px;
  min-height: 3.6rem;
  background: #f1f2f4;
  transform: scale(0.7);
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .year {
  position: relative;
  font-family: "Montserrat-Bold";
  color: #003f91;
  font-size: .36rem;
  padding-bottom: 0.15rem;
  margin-bottom: 0.24rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .year {
    font-size: .42rem;
  }
}
@media screen and (max-width: 480px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .year {
    font-size: .44rem;
  }
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .year {
    padding-bottom: 15px;
    margin-bottom: 24px;
  }
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .year::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #003f8f;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event {
  display: flex;
  align-items: flex-start;
  transform: translateY(-0.15rem);
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event {
    flex-wrap: wrap;
  }
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .img {
  width: 37.5%;
  margin-right: 5%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .img {
    width: 100%;
    margin-right: 0;
  }
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .img img {
  display: block;
  width: 100%;
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .text {
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .text {
    width: 100%;
    flex: auto;
    margin-top: 0.5rem;
  }
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .text .t1 {
  font-family: "Montserrat-Regular";
  color: #000000;
  font-size: 0.28rem;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1260px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .text .t1 {
    font-size: .34rem;
  }
}
@media screen and (max-width: 480px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .text .t1 {
    font-size: .36rem;
  }
}
.story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .text .t2 {
  margin-top: 0.06rem;
  font-family: "Montserrat-Light";
  font-size: 0.14rem;
  color: #666666;
}
@media screen and (max-width: 1900px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .text .t2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .text .t2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .text .t2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.largeSlider .swiper-wrapper .swiper-slide .item .event .text .t2 {
    margin-top: 6px;
  }
}
.story .contain .box .swiper .swiper-button-next,
.story .contain .box .swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 0.54rem;
  height: 0.54rem;
  margin-top: calc(-0.27rem - 1.5%);
  z-index: 10;
  cursor: pointer;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .story .contain .box .swiper .swiper-button-next,
  .story .contain .box .swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.story .contain .box .swiper .swiper-button-next,
.story .contain .box .swiper .swiper-container-rtl .swiper-button-prev {
  background: #82bf34 url(../images/icon31a.png) center no-repeat;
  background-size: 22.223% auto;
  right: 21.7448%;
  left: auto;
}
@media screen and (max-width: 1260px) {
  .story .contain .box .swiper .swiper-button-next,
  .story .contain .box .swiper .swiper-container-rtl .swiper-button-prev {
    right: 12%;
  }
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper .swiper-button-next,
  .story .contain .box .swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}
.story .contain .box .swiper .swiper-button-next.swiper-button-disabled,
.story .contain .box .swiper .swiper-container-rtl .swiper-button-prev.swiper-button-disabled {
  background: #FFFFFF url(../images/icon31.png) center no-repeat;
  background-size: 22.223% auto;
  opacity: 1;
}
.story .contain .box .swiper .swiper-button-prev,
.story .contain .box .swiper .swiper-container-rtl .swiper-button-next {
  background: #82bf34 url(../images/icon30a.png) center no-repeat;
  background-size: 22.223% auto;
  left: 21.7448%;
  right: auto;
}
@media screen and (max-width: 1260px) {
  .story .contain .box .swiper .swiper-button-prev,
  .story .contain .box .swiper .swiper-container-rtl .swiper-button-next {
    left: 12%;
  }
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper .swiper-button-prev,
  .story .contain .box .swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
}
.story .contain .box .swiper .swiper-button-prev.swiper-button-disabled,
.story .contain .box .swiper .swiper-container-rtl .swiper-button-next.swiper-button-disabled {
  background: #FFFFFF url(../images/icon30.png) center no-repeat;
  background-size: 22.223% auto;
  opacity: 1;
}
.story .contain .box .swiper.thumbsSlider {
  width: 1.5rem;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.thumbsSlider {
    width: 100px;
  }
}
.story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide {
  width: 1.5rem;
  min-height: 70px;
  cursor: pointer;
}
.story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide.swiper-slide-active .item::before {
  border-color: #003f8f;
}
.story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide.swiper-slide-active .item .year {
  font-family: "Montserrat-Regular";
  font-size: .36rem;
  color: #003f91;
}
@media screen and (max-width: 1260px) {
  .story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide.swiper-slide-active .item .year {
    font-size: .42rem;
  }
}
@media screen and (max-width: 480px) {
  .story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide.swiper-slide-active .item .year {
    font-size: .44rem;
  }
}
.story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: block;
  margin: auto;
  width: 0.18rem;
  height: 0.12rem;
  background: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide .item::after {
    width: 16px;
    height: 10px;
  }
}
.story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide .item::before {
  content: '';
  display: block;
  margin: auto;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #FFFFFF;
  border: #dddddd solid 0.03rem;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide .item::before {
    width: 10px;
    height: 10px;
    border: #dddddd solid 2px;
  }
}
.story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide .item .year {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0.42rem;
  font-family: "Montserrat-Light";
  color: #666666;
  font-size: 0.14rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide .item .year {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide .item .year {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .story .contain .box .swiper.thumbsSlider .swiper-wrapper .swiper-slide .item .year {
    font-size: 14px;
  }
}
.mainnew .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .mainnew .swiper {
    padding-bottom: 0.6rem;
  }
}
.mainnew .swiper .item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.mainnew .swiper .item .img {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .mainnew .swiper .item .img {
    border-radius: 10px;
  }
}
.mainnew .swiper .item .img img {
  display: block;
  width: 100%;
}
.mainnew .swiper .item .text {
  position: absolute;
  bottom: 3.125vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 52.083%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .mainnew .swiper .item .text {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin-top: 0.4rem;
    text-align: left;
  }
}
.mainnew .swiper .item .text .headline {
  color: #FFFFFF;
  line-height: 1.2;
}
.mainnew .swiper .item .text .txt {
  color: #FFFFFF;
  margin-top: 0.15rem;
}
.mainnew .swiper .item .text .more {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  margin-top: 0.3rem;
  font-size: 0.12rem;
}
@media screen and (max-width: 1900px) {
  .mainnew .swiper .item .text .more {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .mainnew .swiper .item .text .more {
    justify-content: flex-start;
  }
}
.mainnew .swiper .item .text .more span {
  display: inline-block;
}
.mainnew .swiper .item .text .more i {
  display: inline-block;
  margin-left: 0.1rem;
  width: 4px;
  height: 7px;
  background: url(../images/icon21.png) center no-repeat;
  background-size: 100% auto;
}
.mainnew .swiper .swiper-button-next,
.mainnew .swiper .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 7.5vw;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 22% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .mainnew .swiper .swiper-button-next,
  .mainnew .swiper .swiper-button-prev {
    bottom: auto;
    top: 16.5vw;
    width: 42px;
    height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .mainnew .swiper .swiper-button-next,
  .mainnew .swiper .swiper-button-prev {
    top: 16vw;
  }
}
@media screen and (max-width: 480px) {
  .mainnew .swiper .swiper-button-next,
  .mainnew .swiper .swiper-button-prev {
    top: 13vw;
  }
}
.mainnew .swiper .swiper-button-next,
.mainnew .swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/icon23.png);
  right: 17.5%;
  left: auto;
}
@media screen and (max-width: 991px) {
  .mainnew .swiper .swiper-button-next,
  .mainnew .swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}
.mainnew .swiper .swiper-button-prev,
.mainnew .swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/icon22.png);
  left: 17.5%;
  right: auto;
}
@media screen and (max-width: 991px) {
  .mainnew .swiper .swiper-button-prev,
  .mainnew .swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
}
.mainnew .swiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 991px) {
  .mainnew .swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .mainnew .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    opacity: 1;
    background: #ffffff;
  }
  .mainnew .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fa9f1a;
  }
}
.newlist .box {
  padding-bottom: 4.5%;
}
@media screen and (max-width: 991px) {
  .newlist .box {
    padding-bottom: 0.6rem;
  }
}
.newitem {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.newitem:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .newitem {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .newitem:nth-child(3n) {
    margin-right: 4%;
  }
  .newitem:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .newitem {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.newitem.white .text .headline {
  font-size: .26rem;
  color: #ffffff;
}
@media screen and (max-width: 1260px) {
  .newitem.white .text .headline {
    font-size: .32rem;
  }
}
@media screen and (max-width: 480px) {
  .newitem.white .text .headline {
    font-size: .34rem;
  }
}
.newitem.white .text .date {
  color: rgba(255, 255, 255, 0.5);
}
.newitem.white .text .txt {
  color: rgba(255, 255, 255, 0.5);
}
.newitem:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.newitem:hover .text .headline {
  color: #fa9f1a;
}
.newitem .img {
  position: relative;
  width: 100%;
  padding-bottom: 68.563%;
  border-radius: 10px;
  overflow: hidden;
}
.newitem .img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.newitem .text {
  padding: 0.25rem 0;
}
@media screen and (max-width: 991px) {
  .newitem .text {
    padding-top: 0.35rem;
    padding-bottom: 0;
  }
}
.newitem .text .headline {
  font-family: "Montserrat-Medium";
  font-size: 0.22rem;
  color: #353e65;
  line-height: 1.25;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1260px) {
  .newitem .text .headline {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .newitem .text .headline {
    font-size: .3rem;
  }
}
.newitem .text .subtitle {
  margin-top: 0.1rem;
  color: #666666;
  font-size: 0.16rem;
  line-height: 1.4;
  font-family: "Montserrat-Regular";
}
@media screen and (max-width: 1900px) {
  .newitem .text .subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .newitem .text .subtitle {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .newitem .text .subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .newitem .text .subtitle {
    margin-top: 6px;
  }
}
.newitem .text .date {
  margin-top: 0.1rem;
  color: #666666;
  font-size: 0.14rem;
  font-family: "Montserrat-Light";
}
@media screen and (max-width: 1900px) {
  .newitem .text .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .newitem .text .date {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .newitem .text .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .newitem .text .date {
    margin-top: 6px;
  }
}
.newitem .text .txt {
  margin-top: 0.2rem;
  color: #666666;
  font-size: 0.14rem;
  font-family: "Montserrat-Light";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1900px) {
  .newitem .text .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .newitem .text .txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .newitem .text .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .newitem .text .txt {
    margin-top: 10px;
  }
}
.newitem .text .more {
  margin-top: 0.2rem;
}
@media screen and (max-width: 991px) {
  .newitem .text .more {
    margin-top: 10px;
  }
}
.newitem .text .more span {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat-Light";
  color: #003f91;
  font-size: 0.12rem;
}
@media screen and (max-width: 1900px) {
  .newitem .text .more span {
    font-size: 12px;
  }
}
.newitem .text .more span i {
  display: inline-block;
  margin-left: 0.08rem;
  width: 4px;
  height: 7px;
  background: url(../images/icon64.png) center no-repeat;
  background-size: 100% auto;
}
.events .box {
  margin-bottom: 0.2rem;
}
.events .box .newitem {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.events .box .newitem:nth-child(3n) {
  margin-right: 2%;
}
.events .box .newitem:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .events .box .newitem {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .events .box .newitem:nth-child(3n) {
    margin-right: 4%;
  }
  .events .box .newitem:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .events .box .newitem {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}
.events .box .newitem .img .subtit {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 0.7rem 0.3rem 0.3rem;
  color: #FFFFFF;
  font-size: 0.16rem;
  background: linear-gradient(to bottom, rgba(0, 63, 145, 0) 0, rgba(0, 63, 145, 0.8) 100%);
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .events .box .newitem .img .subtit {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .events .box .newitem .img .subtit {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .events .box .newitem .img .subtit {
    font-size: 14px;
  }
}
.page {
  width: 100%;
  text-align: center;
}
.page .page-list {
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.page .page-list span,
.page .page-list a {
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 .1rem;
  min-width: .4rem;
  height: .4rem;
  border-radius: 3px;
  margin-bottom: .1rem;
  margin-right: .1rem;
  text-align: center;
  font-family: "Montserrat-Light";
  font-size: 0.15rem;
  color: #999999;
  background-color: #FFFFFF;
  border: rgba(0, 0, 0, 0.1) solid 1px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1900px) {
  .page .page-list span,
  .page .page-list a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1580px) {
  .page .page-list span,
  .page .page-list a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .page .page-list span,
  .page .page-list a {
    min-width: .5rem;
    height: .5rem;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .page .page-list span,
  .page .page-list a {
    min-width: .56rem;
    height: .56rem;
    margin-bottom: .1rem;
    margin-right: .1rem;
    font-size: 12px;
  }
}
.page .page-list span:last-child,
.page .page-list a:last-child {
  margin-right: 0;
}
.page .page-list span:hover,
.page .page-list a:hover {
  color: #FFFFFF;
  background: #003f91;
  border: #003f91 solid 2px;
}
.page .page-list span.fyprev,
.page .page-list a.fyprev {
  background: #FFFFFF url(../images/icon24.png) center no-repeat;
  background-size: 15.7895% auto;
}
.page .page-list span.fyprev.disabled,
.page .page-list a.fyprev.disabled {
  pointer-events: none;
}
.page .page-list span.fyprev:hover,
.page .page-list a.fyprev:hover {
  background: #003f91 url(../images/icon24a.png) center no-repeat;
  background-size: 15.7895% auto;
}
.page .page-list span.fynext,
.page .page-list a.fynext {
  background: #FFFFFF url(../images/icon25.png) center no-repeat;
  background-size: 15.7895% auto;
}
.page .page-list span.fynext.disabled,
.page .page-list a.fynext.disabled {
  pointer-events: none;
  background: none;
}
.page .page-list span.fynext:hover,
.page .page-list a.fynext:hover {
  background: #003f91 url(../images/icon25a.png) center no-repeat;
  background-size: 15.7895% auto;
}
.page .page-list span.on,
.page .page-list a.on {
  color: #FFFFFF;
  background: #003f91;
  border: #003f91 solid 2px;
}
.page .page-list span {
  min-width: 0.3rem;
  background: none;
}
.page .page-list span.els {
  color: #999999;
  font-size: .24rem;
}
@media screen and (max-width: 1580px) {
  .page .page-list span.els {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .page .page-list span.els {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .page .page-list span.els {
    font-size: .32rem;
  }
}
.page .page-list span:hover {
  background: none;
}
.newinfo .wrap .contain .title {
  overflow: hidden;
}
.newinfo .wrap .contain .title .headline {
  font-family: "Montserrat-Bold";
  font-size: .64rem;
  line-height: 1.1;
  background: linear-gradient(90deg, #003f91, #009ddf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.newinfo .wrap .contain .title .source-link {
  display: flex;
  align-items: flex-start;
  font-family: "Montserrat-Medium";
  color: #333333;
  font-size: 0.18rem;
  margin-top: 0.24rem;
}
@media screen and (max-width: 1900px) {
  .newinfo .wrap .contain .title .source-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .newinfo .wrap .contain .title .source-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .newinfo .wrap .contain .title .source-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .newinfo .wrap .contain .title .source-link {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 991px) {
  .newinfo .wrap .contain .title .source-link {
    margin-top: 20px;
  }
}
.newinfo .wrap .contain .title .source-link .sp1 {
  flex-shrink: 0;
  margin-right: 0.18rem;
}
@media screen and (min-width: 992px) {
  .newinfo .wrap .contain .title .source-link .sp1 {
    margin-right: 0.9375vw;
  }
}
@media screen and (max-width: 991px) {
  .newinfo .wrap .contain .title .source-link .sp1 {
    margin-right: 10px;
  }
}
.newinfo .wrap .contain .title .source-link .sp2 {
  flex: 1;
  overflow: hidden;
  color: #333333;
  word-break: break-word;
}
.newinfo .wrap .contain .title .date {
  margin-top: 0.15rem;
  row-gap: 0.3rem;
  column-gap: 0.15rem;
  font-family: "Montserrat-Medium";
  color: #333333;
  font-size: 0.18rem;
}
@media screen and (max-width: 1900px) {
  .newinfo .wrap .contain .title .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .newinfo .wrap .contain .title .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .newinfo .wrap .contain .title .date {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .newinfo .wrap .contain .title .date {
    margin-top: 0.78125vw;
    row-gap: 1.5625vw;
    column-gap: 0.78125vw;
  }
}
@media screen and (max-width: 991px) {
  .newinfo .wrap .contain .title .date {
    margin-top: 12px;
    row-gap: 0.1rem;
    column-gap: 0.16rem;
  }
}
.newinfo .wrap .contain .backbtn {
  flex-shrink: 0;
  margin-left: 5%;
}
@media screen and (max-width: 991px) {
  .newinfo .wrap .contain .backbtn {
    display: none;
  }
}
.newinfo .wrap .contain .backbtn a {
  font-family: "Montserrat-Regular";
  color: #999999;
  font-size: 0.14rem;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .newinfo .wrap .contain .backbtn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .newinfo .wrap .contain .backbtn a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .newinfo .wrap .contain .backbtn a {
    font-size: 14px;
  }
}
.newinfo .wrap .contain .backbtn a i {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/icon65.png) center no-repeat;
  background-size: 100% auto;
  transition: all 0.5s ease;
}
.newinfo .wrap .contain .backbtn a span {
  display: inline-flex;
  align-items: center;
}
.newinfo .wrap .contain .backbtn a:hover {
  color: #003f91;
}
.newinfo .wrap .contain .backbtn a:hover i {
  background: url(../images/icon66.png) center no-repeat;
  background-size: 100% auto;
}
.newinfo .content {
  margin-top: 2.6%;
  display: flex;
  flex-direction: column;
  row-gap: 0.9rem;
}
@media screen and (min-width: 992px) {
  .newinfo .content {
    row-gap: 4.6875vw;
  }
}
@media screen and (max-width: 991px) {
  .newinfo .content {
    margin-top: 5%;
    row-gap: 0.6rem;
  }
}
.newinfo .content .imgbox {
  width: 100%;
  overflow: hidden;
}
.newinfo .content .imgbox img {
  display: block;
  width: 100%;
}
.newinfo .content .box {
  font-family: "Montserrat-Light";
  color: #666666;
  font-size: .36rem;
}
@media screen and (max-width: 1260px) {
  .newinfo .content .box {
    font-size: .42rem;
  }
}
@media screen and (max-width: 480px) {
  .newinfo .content .box {
    font-size: .44rem;
  }
}
@media screen and (max-width: 991px) {
  .newinfo .content .box {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 991px) and screen and (max-width: 1260px) {
  .newinfo .content .box {
    font-size: .34rem;
  }
}
@media screen and (max-width: 991px) and screen and (max-width: 480px) {
  .newinfo .content .box {
    font-size: .36rem;
  }
}
.newinfo .content .box .contain {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (min-width: 992px) {
  .newinfo .content .box .contain {
    row-gap: 2.60416667vw;
  }
}
.newinfo .content .box .text {
  font-family: "Montserrat-Bold";
  color: #333333;
  font-size: .48rem;
}
@media screen and (max-width: 1260px) {
  .newinfo .content .box .text {
    font-size: .54rem;
  }
}
@media screen and (max-width: 480px) {
  .newinfo .content .box .text {
    font-size: .56rem;
  }
}
@media screen and (max-width: 991px) {
  .newinfo .content .box .text {
    font-size: .36rem;
  }
}
@media screen and (max-width: 991px) and screen and (max-width: 1260px) {
  .newinfo .content .box .text {
    font-size: .42rem;
  }
}
@media screen and (max-width: 991px) and screen and (max-width: 480px) {
  .newinfo .content .box .text {
    font-size: .44rem;
  }
}
.newinfo .content .box .desc {
  font-family: "Montserrat-Light";
  color: #666666;
  font-size: .36rem;
}
@media screen and (max-width: 1260px) {
  .newinfo .content .box .desc {
    font-size: .42rem;
  }
}
@media screen and (max-width: 480px) {
  .newinfo .content .box .desc {
    font-size: .44rem;
  }
}
@media screen and (max-width: 991px) {
  .newinfo .content .box .desc {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 991px) and screen and (max-width: 1260px) {
  .newinfo .content .box .desc {
    font-size: .34rem;
  }
}
@media screen and (max-width: 991px) and screen and (max-width: 480px) {
  .newinfo .content .box .desc {
    font-size: .36rem;
  }
}
.newinfo .content .box .desc img{
	display: block;
	width: 100%;
	height: auto;
}
.newinfo .content .box .additem {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.newinfo .content .box .additem .img {
  width: 100%;
  overflow: hidden;
}
.newinfo .content .box .additem .img img {
  display: block;
  width: 100%;
}
.newinfo .content .box .additem .txt {
  margin-top: 0.3rem;
  font-family: "Montserrat-Light";
  color: #333333;
  font-size: .24rem;
}
@media screen and (max-width: 1580px) {
  .newinfo .content .box .additem .txt {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .newinfo .content .box .additem .txt {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .newinfo .content .box .additem .txt {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .newinfo .content .box .additem .txt {
    font-size: 14px;
  }
}
.liveinfo .wrap .contain .title .headline {
  font-family: "Montserrat-Bold";
  font-size: .64rem;
  line-height: 1.1;
  background: linear-gradient(90deg, #003f91, #009ddf);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.liveinfo .wrap .contain .title .subtitle {
  font-family: "Montserrat-Bold";
  color: #333333;
  font-size: .32rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 1260px) {
  .liveinfo .wrap .contain .title .subtitle {
    font-size: .38rem;
  }
}
@media screen and (max-width: 480px) {
  .liveinfo .wrap .contain .title .subtitle {
    font-size: .4rem;
  }
}
.liveinfo .wrap .contain .title .date {
  margin-top: 0.15rem;
  gap: 0.3rem;
  font-family: "Montserrat-Medium";
  color: #333333;
  font-size: 0.18rem;
}
@media screen and (max-width: 1900px) {
  .liveinfo .wrap .contain .title .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .liveinfo .wrap .contain .title .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .liveinfo .wrap .contain .title .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .liveinfo .wrap .contain .title .date {
    margin-top: 12px;
  }
}
.liveinfo .content {
  margin-top: 2.6%;
}
@media screen and (max-width: 991px) {
  .liveinfo .content {
    margin-top: 5%;
  }
}
.liveinfo .content .desc {
  font-family: "Montserrat-Light";
  color: #666666;
  font-size: 0.22rem;
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .liveinfo .content .desc {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .liveinfo .content .desc {
    font-size: .3rem;
  }
}
.liveinfo .content .desc img {
  max-width: 100%;
}
.related-news .headline {
  font-family: "Montserrat-Bold";
  color: #FFFFFF;
  font-size: .56rem;
  line-height: 1.2;
}
@media screen and (max-width: 1260px) {
  .related-news .headline {
    font-size: .62rem;
  }
}
@media screen and (max-width: 480px) {
  .related-news .headline {
    font-size: .64rem;
  }
}
.related-news .box {
  margin-top: 3.2%;
}
@media screen and (max-width: 991px) {
  .related-news .box {
    margin-top: 6%;
  }
}
.related-news .box .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .related-news .box .swiper {
    padding-bottom: 0.7rem;
  }
}
.related-news .box .swiper .swiper-wrapper {
  align-items: stretch;
}
.related-news .box .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.related-news .box .swiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 991px) {
  .related-news .box .swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .related-news .box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    opacity: 1;
    background: #ffffff;
  }
  .related-news .box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fa9f1a;
  }
}
.sustainability .box .text {
  font-family: "Montserrat-Light";
  color: #333333;
}
.sustainability .box .text img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.sustainability .box .wrap {
  margin-top: 2%;
  gap: 0.3rem;
}
@media screen and (max-width: 991px) {
  .sustainability .box .wrap {
    margin-top: 7%;
    gap: 0.4rem;
  }
}
.sustainability .box .wrap .item {
  width: calc((100% - 0.3rem) / 2);
}
.sustainability .box .wrap .item.w100 {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .sustainability .box .wrap .item {
    width: 100%;
  }
}
.sustainability .box .wrap .item:hover .textbox .subtit {
  color: #fa9f1a;
}
.sustainability .box .wrap .item a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.sustainability .box .wrap .item .imgbox {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.sustainability .box .wrap .item .imgbox.c-play {
  cursor: pointer;
}
.sustainability .box .wrap .item .imgbox a {
  display: block;
  width: 100%;
}
.sustainability .box .wrap .item .imgbox a > img {
  display: block;
  width: 100%;
}
.sustainability .box .wrap .item .imgbox > img {
  display: block;
  width: 100%;
}
.sustainability .box .wrap .item .imgbox .icon {
  position: absolute;
  left: 0.4rem;
  bottom: 0.3rem;
  width: 0.33rem;
  cursor: pointer;
}
.sustainability .box .wrap .item .imgbox .icon img {
  display: block;
  width: 100%;
}
.sustainability .box .wrap .item .textbox {
  margin-top: 0.3rem;
}
@media screen and (max-width: 991px) {
  .sustainability .box .wrap .item .textbox {
    margin-top: 0.35rem;
  }
}
.sustainability .box .wrap .item .textbox a {
  display: block;
  width: 100%;
}
.sustainability .box .wrap .item .textbox .subtit {
  font-family: "Montserrat-Medium";
  font-size: .24rem;
  color: #003f91;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .sustainability .box .wrap .item .textbox .subtit {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .sustainability .box .wrap .item .textbox .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .sustainability .box .wrap .item .textbox .subtit {
    font-size: .32rem;
  }
}
.sustainability .box .wrap .item .textbox .txt {
  margin-top: 0.1rem;
  font-family: "Montserrat-Light";
  color: #333333;
  font-size: 0.18rem;
}
@media screen and (max-width: 1900px) {
  .sustainability .box .wrap .item .textbox .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .sustainability .box .wrap .item .textbox .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .sustainability .box .wrap .item .textbox .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .sustainability .box .wrap .item .textbox .txt {
    margin-top: 8px;
  }
}
.certificate {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.certificate .textbox .text {
  max-width: 55vw;
  color: #FFFFFF;
  font-family: "Montserrat-Regular";
  line-height: 1.7;
}
@media screen and (max-width: 1900px) {
  .certificate .textbox .text {
    max-width: 1056px;
  }
}
.certificate .box {
  position: relative;
  margin-top: 15.625%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .certificate .box {
    flex-wrap: wrap;
  }
}
.certificate .box .lside {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .certificate .box .lside {
    position: static;
    width: 100%;
  }
}
.certificate .box .lside .headline {
  line-height: 1.2;
  color: #fa9f1a;
  font-family: "Montserrat-Bold";
}
.certificate .box .lside .cert-menu {
  margin-top: 8%;
}
@media screen and (max-width: 1580px) {
  .certificate .box .lside .cert-menu {
    margin-top: 4%;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .lside .cert-menu {
    margin-top: 0.3rem;
  }
}
.certificate .box .lside .cert-menu ul {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .certificate .box .lside .cert-menu ul {
    display: flex;
    gap: 0.4rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
.certificate .box .lside .cert-menu ul li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 5px;
}
.certificate .box .lside .cert-menu ul li.active span {
  padding-left: 0.3rem;
  color: #fa9f1a;
}
.certificate .box .lside .cert-menu ul li.active span::before {
  left: 0;
}
.certificate .box .lside .cert-menu ul li span {
  position: relative;
  font-family: "Montserrat-Regular";
  color: #ffffff;
  font-size: .24rem;
  line-height: 1.7;
  cursor: pointer;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1580px) {
  .certificate .box .lside .cert-menu ul li span {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .certificate .box .lside .cert-menu ul li span {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .certificate .box .lside .cert-menu ul li span {
    font-size: .32rem;
  }
}
.certificate .box .lside .cert-menu ul li span::before {
  content: '';
  position: absolute;
  left: -0.18rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.18rem;
  height: 2px;
  background: #fa9f1a;
  transition: all 0.5s ease;
}
.certificate .box .lside .cert-menu ul li span:hover {
  color: #fa9f1a;
}
.certificate .box .rside {
  width: 52.6%;
  min-height: 3.56rem;
}
@media screen and (min-width: 992px) {
  .certificate .box .rside {
    min-height: 18.49vw;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .rside {
    margin-top: 0.4rem;
    padding-bottom: 60px;
    width: 100%;
  }
}
.certificate .box .rside .item {
  display: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .certificate .box .rside .item {
    padding-left: 0;
  }
}
.certificate .box .rside .item.active {
  display: block;
}
.certificate .box .rside .item .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.certificate .box .rside .item .swiper .swiper-wrapper {
  align-items: stretch;
}
.certificate .box .rside .item .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.certificate .box .rside .item .swiper .swiper-wrapper .swiper-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: #5facfb solid 1px;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  background: #FFFFFF;
}
.certificate .box .rside .item .swiper .swiper-wrapper .swiper-slide .img img {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.certificate .box .swiper-button-next,
.certificate .box .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  border: rgba(255, 255, 255, 0.5) solid 1px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) {
  .certificate .box .swiper-button-next,
  .certificate .box .swiper-button-prev {
    top: 50%;
    bottom: auto;
    margin-top: -0.21rem;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .swiper-button-next,
  .certificate .box .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: -60px;
  }
}
.certificate .box .swiper-button-next,
.certificate .box .swiper-container-rtl .swiper-button-prev {
  background: url(../images/icon33.png) center no-repeat;
  background-size: 19% auto;
  right: auto;
  left: 0.6rem;
}
@media screen and (min-width: 992px) {
  .certificate .box .swiper-button-next,
  .certificate .box .swiper-container-rtl .swiper-button-prev {
    right: -0.64rem;
    left: auto;
  }
}
@media screen and (max-width: 991px) {
  .certificate .box .swiper-button-next,
  .certificate .box .swiper-container-rtl .swiper-button-prev {
    left: 56px;
  }
}
.certificate .box .swiper-button-next.swiper-button-disabled,
.certificate .box .swiper-container-rtl .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.certificate .box .swiper-button-prev,
.certificate .box .swiper-container-rtl .swiper-button-next {
  background: url(../images/icon32.png) center no-repeat;
  background-size: 19% auto;
  left: 0;
  right: auto;
}
@media screen and (min-width: 992px) {
  .certificate .box .swiper-button-prev,
  .certificate .box .swiper-container-rtl .swiper-button-next {
    left: -0.64rem;
    right: auto;
  }
}
.certificate .box .swiper-button-prev.swiper-button-disabled,
.certificate .box .swiper-container-rtl .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.about_advantages .headline {
  text-align: center;
  color: #003f91;
  font-family: "Montserrat-Medium";
  line-height: 1.2;
}
.about_advantages .box {
  margin-top: 3.125%;
}
@media screen and (max-width: 991px) {
  .about_advantages .box {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .about_advantages .box.aitem-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0.6rem;
  }
}
.about_advantages .box.aitem-swiper .aitem-wrapper {
  display: flex;
}
@media screen and (max-width: 991px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    transition-property: transform;
    box-sizing: content-box;
  }
}
.about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide {
  position: relative;
  width: 18.39930555555556%;
  margin-right: 2%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide {
    width: 100%;
    height: auto;
    margin-right: 0%;
    display: block;
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide.swiper-slide-active {
    display: block;
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide.swiper-slide-active .img img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (min-width: 992px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide.active {
    width: 38.80208333333333%;
  }
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide.active .text .t1 {
    color: #fa9f1a;
  }
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide.active .text .t2 {
    opacity: 1;
    max-height: inherit;
  }
}
.about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide:nth-child(4n) {
  margin-right: 0;
}
.about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide::before {
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
}
.about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .img {
  position: relative;
  width: 31.04166666666667vw;
  height: 26.14583333333333vw;
}
@media screen and (max-width: 1260px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .img {
    width: 35.15625vw;
    height: 29.61147231543623vw;
  }
}
@media screen and (max-width: 991px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .img {
    width: 100%;
    height: 100%;
  }
}
.about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  min-width: 100%;
  width: auto;
  max-width: initial;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .img img {
    position: static;
    -webkit-transform: translate(0%, 0%) scale(1.2);
    transform: translate(0%, 0%) scale(1.2);
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
}
.about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .text {
  position: absolute;
  left: 0;
  bottom: 0.36rem;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .text {
    padding: 0 8%;
    bottom: 6%;
  }
}
.about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .text .t1 {
  font-family: "Montserrat-Medium";
  font-size: .24rem;
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 0.16rem;
}
@media screen and (max-width: 1580px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .text .t1 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .text .t1 {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .text .t1 {
    font-size: .32rem;
  }
}
.about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .text .t2 {
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  font-size: 0.14rem;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .text .t2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .text .t2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .text .t2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .about_advantages .box.aitem-swiper .aitem-wrapper .aitem-slide .text .t2 {
    opacity: 1;
    max-height: 100%;
  }
}
.about_advantages .box.aitem-swiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 991px) {
  .about_advantages .box.aitem-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .about_advantages .box.aitem-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    opacity: 1;
    background: #003f91;
  }
  .about_advantages .box.aitem-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fa9f1a;
  }
}
.backbone {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.backbone .headline {
  text-align: center;
  color: #fa9f1a;
  font-family: "Montserrat-Medium";
  line-height: 1.2;
}
.backbone .box {
  margin-top: 3.26%;
}
@media screen and (max-width: 991px) {
  .backbone .box {
    margin-top: 0.5rem;
  }
}
.backbone .box .lside {
  width: 49.0234375%;
  min-height: 52.1vw;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .backbone .box .lside {
    width: 100%;
  }
}
.backbone .box .lside .text {
  flex-grow: 1;
  font-family: "Montserrat-Light";
  color: #ffffff;
  line-height: 2;
}
.backbone .box .lside .img {
  flex-shrink: 0;
  margin-top: 0.4rem;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.backbone .box .lside .img img {
  display: block;
  width: 100%;
}
.backbone .box .rside {
  position: relative;
  width: 48.17708333333333%;
  border-radius: 10px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: #003f91 solid 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.backbone .box .rside .mapimg {
  position: relative;
  z-index: 2;
  display: block;
  width: 79.45945945945946%;
  margin: auto;
}
.backbone .box .rside .mapimg > img {
  display: block;
  width: 100%;
  opacity: 0;
}
.backbone .box .rside .mapimg .group {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.backbone .box .rside .mapimg .group img {
  display: block;
  width: 100%;
  transform-origin: center;
  transition: all 0.4s ease;
}
.backbone .box .rside .mapimg .group .text {
  position: absolute;
  width: 13.02vw;
  padding: 0.25rem;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside .mapimg .group .text {
    width: 36vw;
  }
}
@media screen and (max-width: 480px) {
  .backbone .box .rside .mapimg .group .text {
    width: 40vw;
    padding: 0.25rem 0.15rem;
  }
}
.backbone .box .rside .mapimg .group .text .title {
  text-align: center;
  font-family: "Montserrat-Medium";
  font-size: 1vw;
  color: #fa9f1a;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside .mapimg .group .text .title {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .backbone .box .rside .mapimg .group .text .title {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .backbone .box .rside .mapimg .group .text .title {
    font-size: 3.2vw;
  }
}
.backbone .box .rside .mapimg .group .text dl dd {
  list-style: none;
  text-align: center;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside .mapimg .group .text dl dd {
    margin-bottom: 0.15rem;
  }
}
.backbone .box .rside .mapimg .group .text dl dd .t1 {
  font-size: 1.25vw;
  font-family: "Montserrat-Medium";
  color: #003f91;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside .mapimg .group .text dl dd .t1 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .backbone .box .rside .mapimg .group .text dl dd .t1 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 480px) {
  .backbone .box .rside .mapimg .group .text dl dd .t1 {
    font-size: 3.5vw;
  }
}
.backbone .box .rside .mapimg .group .text dl dd .t2 {
  font-size: 0.73vw;
  font-family: "Montserrat-Light";
  color: #333333;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside .mapimg .group .text dl dd .t2 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .backbone .box .rside .mapimg .group .text dl dd .t2 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 480px) {
  .backbone .box .rside .mapimg .group .text dl dd .t2 {
    font-size: 2.7vw;
  }
}
.backbone .box .rside .mapimg .group .popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
.backbone .box .rside .mapimg .group .popup.m1 .text {
  right: -1.5vw;
  top: 4vw;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside .mapimg .group .popup.m1 .text {
    right: -8vw;
  }
}
.backbone .box .rside .mapimg .group .popup.m2 .text {
  right: 0;
  top: 8vw;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside .mapimg .group .popup.m2 .text {
    right: -6vw;
    top: 12vw;
  }
}
.backbone .box .rside .mapimg .group .popup.m3 .text {
  right: 0;
  top: 12vw;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside .mapimg .group .popup.m3 .text {
    right: -6vw;
    top: 20vw;
  }
}
.backbone .box .rside .mapimg .group .popup.m4 .text {
  left: 0;
  top: 22vw;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside .mapimg .group .popup.m4 .text {
    left: -6vw;
    top: 54vw;
  }
}
.backbone .box .rside .mapimg .group .popup.m5 .text {
  left: 2vw;
  bottom: 6vw;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside .mapimg .group .popup.m5 .text {
    left: -6vw;
  }
}
.backbone .box .rside .mapimg .group .popup.active {
  z-index: 5;
}
.backbone .box .rside .mapimg .group .popup.active .text {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.backbone .box .rside .mapimg .group .popup.active > img {
  transform: scale(1.15);
}
.backbone .box .rside .mapimg #chartdiv {
  position: absolute;
  left: -2px;
  top: -4px;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform-origin: center;
  transition: all 0.4s ease;
}
.backbone .box .rside ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.backbone .box .rside ul li {
  position: absolute;
}
.backbone .box .rside ul li.a1 {
  top: 8.333333vw;
  left: 0;
  width: 55.13%;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside ul li.a1 {
    top: 23vw;
  }
}
.backbone .box .rside ul li.a1 .text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 62.745%;
  min-height: 5.729vw;
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .backbone .box .rside ul li.a1 .text {
    width: 60%;
  }
}
.backbone .box .rside ul li.a2 {
  top: 14.48vw;
  right: 0;
  width: 67.568%;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside ul li.a2 {
    top: 38vw;
  }
}
.backbone .box .rside ul li.a2 .text {
  display: flex;
  align-items: center;
  width: 73.6%;
  min-height: 7.03125vw;
}
@media screen and (max-width: 1260px) {
  .backbone .box .rside ul li.a2 .text {
    width: 60%;
  }
}
.backbone .box .rside ul li.a3 {
  top: 21.459vw;
  left: 0;
  width: 71%;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside ul li.a3 {
    top: 56vw;
  }
}
.backbone .box .rside ul li.a3 .text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 53.5%;
  min-height: 8.854vw;
  text-align: center;
}
@media screen and (max-width: 1260px) {
  .backbone .box .rside ul li.a3 .text {
    width: 45%;
  }
}
.backbone .box .rside ul li.a4 {
  top: 26.98vw;
  left: 0;
  width: 87.5%;
}
@media screen and (max-width: 1260px) {
  .backbone .box .rside ul li.a4 {
    top: 32vw;
  }
}
@media screen and (max-width: 991px) {
  .backbone .box .rside ul li.a4 {
    top: 76vw;
  }
}
.backbone .box .rside ul li.a4 .text {
  width: 19.4%;
  min-height: 5.73vw;
  margin-top: 6.5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.backbone .box .rside ul li.a5 {
  right: 0;
  bottom: 0;
  width: 77%;
}
.backbone .box .rside ul li.a5 .text {
  width: 21.15%;
  min-height: 6vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .backbone .box .rside ul li.a5 .text {
    min-height: 13vw;
  }
}
@media screen and (max-width: 767px) {
  .backbone .box .rside ul li.a5 .text {
    min-height: 10vw;
  }
}
.backbone .box .rside ul li .text {
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  font-size: 0.14rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1900px) {
  .backbone .box .rside ul li .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .backbone .box .rside ul li .text {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .backbone .box .rside ul li .text {
    font-size: 14px;
  }
}
.metro-duct .headline {
  text-align: center;
  color: #003f91;
  line-height: 1.2;
}
.metro-duct .box {
  margin-top: 1.3%;
}
@media screen and (max-width: 991px) {
  .metro-duct .box {
    margin-top: 0.25rem;
  }
}
.metro-duct .box .text {
  color: #333333;
  line-height: 2;
  font-family: "Montserrat-Regular";
}
.metro-duct .box .picture {
  margin-top: 5%;
  row-gap: 0.3rem;
}
@media screen and (max-width: 991px) {
  .metro-duct .box .picture {
    row-gap: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .metro-duct .box .picture {
    row-gap: 0.3rem;
  }
}
.metro-duct .box .picture .item {
  width: 23.5%;
  margin-right: 2%;
  border-radius: 10px;
  overflow: hidden;
}
.metro-duct .box .picture .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .metro-duct .box .picture .item {
    width: 48%;
    margin-right: 4%;
  }
  .metro-duct .box .picture .item:nth-child(4n) {
    margin-right: 4%;
  }
  .metro-duct .box .picture .item:nth-child(2n) {
    margin-right: 0;
  }
}
.metro-duct .box .picture .item img {
  display: block;
  width: 100%;
}
.service {
  background: url(../images/img60.jpg) center no-repeat;
  background-size: cover;
}
.service .headline {
  text-align: center;
  color: #fa9f1a;
  line-height: 1.2;
}
.service .box {
  margin-top: 3%;
}
@media screen and (max-width: 991px) {
  .service .box {
    margin-top: 0.5rem;
  }
}
.service .box .item {
  margin-bottom: 3.90625%;
}
.service .box .item:last-child {
  margin-bottom: 0;
}
.service .box .item:nth-child(odd) .text {
  padding-left: 4.2%;
}
.service .box .item:nth-child(even) {
  flex-direction: row-reverse;
}
.service .box .item:nth-child(even) .text {
  padding-right: 4.2%;
}
@media screen and (max-width: 991px) {
  .service .box .item {
    flex-wrap: wrap;
    margin-bottom: 7%;
  }
  .service .box .item:nth-child(odd) .text {
    padding-left: 0;
  }
  .service .box .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .service .box .item:nth-child(even) .text {
    padding-right: 0;
  }
}
.service .box .item .img {
  width: 49.0234375%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .service .box .item .img {
    width: 100%;
  }
}
.service .box .item .img img {
  display: block;
  width: 100%;
}
.service .box .item .text {
  width: 49.0234375%;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  min-height: 17vw;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .service .box .item .text {
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0;
  }
}
.service .box .item .text .t1 {
  font-size: .24rem;
  color: #fa9f1a;
  font-family: "Montserrat-Medium";
  margin-bottom: 0.24rem;
}
@media screen and (max-width: 1580px) {
  .service .box .item .text .t1 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .service .box .item .text .t1 {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .service .box .item .text .t1 {
    font-size: .32rem;
  }
}
.service .box .item .text .t2 {
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 1900px) {
  .service .box .item .text .t2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .service .box .item .text .t2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .service .box .item .text .t2 {
    font-size: 16px;
  }
}
.value .headline {
  text-align: center;
  color: #003f91;
  line-height: 1.2;
}
.value .box {
  margin-top: 0.5rem;
}
.value .box .item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 2.083333%;
}
@media screen and (max-width: 991px) {
  .value .box .item {
    margin-bottom: 0.3rem;
  }
}
.value .box .item:last-child {
  margin-bottom: 0;
}
.value .box .item::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.value .box .item .img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .value .box .item .img img {
    min-height: 240px;
    object-fit: cover;
  }
}
.value .box .item .text {
  position: absolute;
  left: 0;
  bottom: 2.6vw;
  z-index: 5;
  width: 100%;
  padding: 0 3.65%;
  box-sizing: border-box;
  overflow: hidden;
}
.value .box .item .text .subtit {
  font-family: "Montserrat-Medium";
  color: #FFFFFF;
  font-size: .24rem;
}
@media screen and (max-width: 1580px) {
  .value .box .item .text .subtit {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .value .box .item .text .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .value .box .item .text .subtit {
    font-size: .32rem;
  }
}
.value .box .item .text .desc {
  max-width: 1000px;
  width: 100%;
  margin-top: 0.15rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}
@media screen and (max-width: 1900px) {
  .value .box .item .text .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .value .box .item .text .desc {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .value .box .item .text .desc {
    font-size: 14px;
  }
}
.job-openings .wrap {
  position: relative;
  z-index: 5;
}
.job-openings .wrap .layui-row {
  display: flex;
  width: 46.875%;
  margin: auto;
}
@media screen and (max-width: 1580px) {
  .job-openings .wrap .layui-row {
    width: 54%;
  }
}
@media screen and (max-width: 1260px) {
  .job-openings .wrap .layui-row {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .job-openings .wrap .layui-row {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .job-openings .wrap .layui-row {
    width: 100%;
    flex-wrap: wrap;
  }
}
.job-openings .wrap .layui-row .selection {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .job-openings .wrap .layui-row .selection {
    width: 100%;
  }
}
.job-openings .wrap .layui-row .selection .layui-form-select .layui-input {
  padding-left: 0.2rem;
  padding-right: 0.4rem;
  height: 0.6rem;
  font-family: "Montserrat-Light";
  color: #ffffff;
  font-size: 0.14rem;
  border: rgba(255, 255, 255, 0.1) solid 1px;
  border-radius: 10px 0 0 10px;
  background: #003f91;
}
@media screen and (max-width: 1900px) {
  .job-openings .wrap .layui-row .selection .layui-form-select .layui-input {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .job-openings .wrap .layui-row .selection .layui-form-select .layui-input {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .job-openings .wrap .layui-row .selection .layui-form-select .layui-input {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .job-openings .wrap .layui-row .selection .layui-form-select .layui-input {
    border-radius: 10px;
    padding-left: 0.3rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .job-openings .wrap .layui-row .selection .layui-form-select .layui-input {
    height: 0.75rem;
  }
}
.job-openings .wrap .layui-row .selection .layui-form-select .layui-input:focus {
  box-shadow: none;
  border: rgba(255, 255, 255, 0.1) solid 1px !important;
}
.job-openings .wrap .layui-row .selection .layui-form-select .layui-input:hover {
  border: rgba(255, 255, 255, 0.1) solid 1px !important;
}
.job-openings .wrap .layui-row .selection .layui-form-select .layui-edge {
  border: none !important;
  right: 0.2rem;
  width: 9px;
  height: 6px;
  background: url(../images/icon34.png) center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .job-openings .wrap .layui-row .selection .layui-form-select .layui-edge {
    right: 0.3rem;
  }
}
.job-openings .wrap .layui-row .selection .layui-form-select dl {
  top: 0.6rem;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .job-openings .wrap .layui-row .selection .layui-form-select dl {
    top: 0.75rem;
  }
}
.job-openings .wrap .layui-row .selection .layui-form-select dl dd {
  font-family: "Montserrat-Light";
  font-size: 0.14rem;
  line-height: 1.5;
  padding: 0.1rem 0.2rem;
}
@media screen and (max-width: 1900px) {
  .job-openings .wrap .layui-row .selection .layui-form-select dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .job-openings .wrap .layui-row .selection .layui-form-select dl dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .job-openings .wrap .layui-row .selection .layui-form-select dl dd {
    font-size: 14px;
  }
}
.job-openings .wrap .layui-row .selection .layui-form-select dl dd.layui-this {
  color: #FFFFFF;
  background: #fa9f1a;
}
.job-openings .wrap .layui-row .selection .layui-form-select dl dt {
  font-family: "Montserrat-Light";
  font-size: 0.14rem;
  line-height: 1.5;
  padding: 0.1rem 0.2rem;
}
@media screen and (max-width: 1900px) {
  .job-openings .wrap .layui-row .selection .layui-form-select dl dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .job-openings .wrap .layui-row .selection .layui-form-select dl dt {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .job-openings .wrap .layui-row .selection .layui-form-select dl dt {
    font-size: 14px;
  }
}
.job-openings .wrap .layui-row .selection .layui-form-select.layui-form-selected .layui-edge {
  margin-top: -3px;
}
.job-openings .wrap .layui-row .layui-search {
  flex: 1;
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .job-openings .wrap .layui-row .layui-search {
    flex: auto;
    width: 100%;
    margin-top: 0.3rem;
  }
}
.job-openings .wrap .layui-row .layui-search::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 46%;
  background: var(--colore9e);
}
.job-openings .wrap .layui-row .layui-search .layui-input {
  flex: 1;
  padding: 0 0.3rem;
  height: 100%;
  box-sizing: border-box;
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  font-size: 0.14rem;
  border-left: none;
  border-right: none;
  border-top: rgba(255, 255, 255, 0.1) solid 1px;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  background: #113f75;
}
@media screen and (max-width: 1900px) {
  .job-openings .wrap .layui-row .layui-search .layui-input {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .job-openings .wrap .layui-row .layui-search .layui-input {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .job-openings .wrap .layui-row .layui-search .layui-input {
    font-size: 14px;
  }
}
.job-openings .wrap .layui-row .layui-search .layui-input:focus {
  box-shadow: none;
  border-left: none !important;
  border-right: none !important;
  border-top: rgba(255, 255, 255, 0.1) solid 1px !important;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px !important;
}
.job-openings .wrap .layui-row .layui-search .layui-input:hover {
  border-left: none !important;
  border-right: none !important;
  border-top: rgba(255, 255, 255, 0.1) solid 1px !important;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px !important;
}
@media screen and (max-width: 767px) {
  .job-openings .wrap .layui-row .layui-search .layui-input {
    height: 0.6rem;
    border-radius: 10px 0 0 10px;
    border-left: rgba(255, 255, 255, 0.1) solid 1px;
  }
  .job-openings .wrap .layui-row .layui-search .layui-input:focus {
    border-left: rgba(255, 255, 255, 0.1) solid 1px !important;
  }
  .job-openings .wrap .layui-row .layui-search .layui-input:hover {
    border-left: rgba(255, 255, 255, 0.1) solid 1px !important;
  }
}
@media screen and (max-width: 480px) {
  .job-openings .wrap .layui-row .layui-search .layui-input {
    height: 0.75rem;
    padding-right: 0.1rem;
  }
}
.job-openings .wrap .layui-row .layui-search .layui-input::-webkit-input-placeholder {
  font-family: "Montserrat-Light";
  color: #999999;
}
.job-openings .wrap .layui-row .layui-search .layui-input:-moz-placeholder {
  font-family: "Montserrat-Light";
  color: #999999;
}
.job-openings .wrap .layui-row .layui-search .layui-input::-moz-placeholder {
  font-family: "Montserrat-Light";
  color: #999999;
}
.job-openings .wrap .layui-row .layui-search .layui-input:-ms-input-placeholder {
  font-family: "Montserrat-Light";
  color: #999999;
}
.job-openings .wrap .layui-row .layui-search .layui-btn {
  width: 1.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fa9f1a;
  border-radius: 0px 10px 10px 0px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .job-openings .wrap .layui-row .layui-search .layui-btn {
    width: 0.9rem;
  }
}
.job-openings .wrap .layui-row .layui-search .layui-btn img {
  width: 17.5%;
}
@media screen and (max-width: 480px) {
  .job-openings .wrap .layui-row .layui-search .layui-btn img {
    width: 0.25rem;
  }
}
.job-openings .box {
  margin-top: 3.125%;
  margin-bottom: 3.125%;
}
@media screen and (max-width: 991px) {
  .job-openings .box {
    margin-top: 0.5rem;
    margin-bottom: 8%;
    overflow-x: auto;
  }
}
@media screen and (max-width: 767px) {
  .job-openings .box {
    margin-bottom: 0.7rem;
  }
}
.job-openings .box .heading {
  border-top: #fa9f1a solid 1px;
  padding-left: 2.8%;
  padding-right: 2.8%;
  box-sizing: border-box;
  font-family: "Montserrat-Bold";
  color: #fa9f1a;
  font-size: 0.16rem;
  min-height: 0.85rem;
}
@media screen and (max-width: 1900px) {
  .job-openings .box .heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .job-openings .box .heading {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .job-openings .box .heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .job-openings .box .heading {
    min-width: 800px;
    display: none;
  }
}
.job-openings .box .content {
  padding-left: 2.8%;
  padding-right: 2.8%;
  box-sizing: border-box;
  border: rgba(255, 255, 255, 0.1) solid 1px;
  border-radius: 10px;
  overflow: hidden;
  background: #113f75;
}
@media screen and (max-width: 991px) {
}
.job-openings .box .content .item {
  width: 100%;
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  font-size: 0.18rem;
  line-height: 1.25;
  min-height: 0.9rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .job-openings .box .content .item {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .job-openings .box .content .item {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .job-openings .box .content .item {
    font-size: 16px;
  }
}
.job-openings .box .content .item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .job-openings .box .content .item {
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-right: 0.4rem;
    row-gap: 0.2rem;
  }
}
.job-openings .box .s1 {
  width: 0.6rem;
  font-family: "Montserrat-Bold";
  color: rgba(153, 153, 153, 0.1);
  font-size: 0.22rem;
}
@media screen and (max-width: 1260px) {
  .job-openings .box .s1 {
    font-size: .26rem;
  }
}
@media screen and (max-width: 991px) {
  .job-openings .box .s1 {
    font-size: .3rem;
  }
}
@media screen and (max-width: 991px) {
  .job-openings .box .s1 {
    flex-shrink: 0;
  }
}
.job-openings .box .s2 {
  padding-left: 0.2rem;
  width: 19.7%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .job-openings .box .s2 {
    width: 35%;
    flex-shrink: 0;
    padding-left: 0;
  }
}
.job-openings .box .s3 {
  padding-left: 0.2rem;
  width: 23.8%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .job-openings .box .s3 {
    width: calc(65% - 0.6rem);
    overflow: hidden;
  }
}
.job-openings .box .s4 {
  padding-left: 0.2rem;
  width: 23.4%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .job-openings .box .s4 {
    width: calc(35% + 0.6rem);
    padding-left: 0.6rem;
  }
}
.job-openings .box .s5 {
  padding-left: 0.2rem;
  flex: 1;
  box-sizing: border-box;
}
.job-openings .box .icon {
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
  width: 0.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .job-openings .box .icon {
    position: absolute;
    right: 0;
    width: 0.4rem;
    height: 0.4rem;
    padding-left: 0;
    padding-right: 0.1rem;
    justify-content: flex-end;
  }
}
.job-openings .box .icon img {
  opacity: 0.5;
  width: 0.08rem;
}
@media screen and (max-width: 991px) {
  .job-openings .box .icon img {
    width: 7px;
  }
}
.location {
  padding-top: 24px;
}
.location .box {
  padding-bottom: 15px;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
.location .box span,
.location .box a {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  font-size: 0.14rem;
  margin: 0 0.05rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1900px) {
  .location .box span,
  .location .box a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .location .box span,
  .location .box a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .location .box span,
  .location .box a {
    font-size: 14px;
  }
}
.location .box a img {
  display: inline-block;
  margin-right: 0.05rem;
}
.location .box a.on {
  display: block;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.location .box a:hover {
  color: #fa9f1a;
}
.jobinfo .title {
  padding-bottom: 3%;
  border-bottom: rgba(248, 248, 248, 0.1) solid 0.04rem;
}
@media screen and (max-width: 991px) {
  .jobinfo .title {
    padding-bottom: 0.35rem;
  }
}
.jobinfo .title .headline {
  font-family: "Montserrat-Bold";
  font-size: .32rem;
  color: #fa9f1a;
  line-height: 1.2;
}
@media screen and (max-width: 1260px) {
  .jobinfo .title .headline {
    font-size: .38rem;
  }
}
@media screen and (max-width: 480px) {
  .jobinfo .title .headline {
    font-size: .4rem;
  }
}
.jobinfo .title .txt {
  display: flex;
  gap: 0.3rem;
  margin-top: 0.16rem;
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  font-size: 0.16rem;
}
@media screen and (max-width: 1900px) {
  .jobinfo .title .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .jobinfo .title .txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .jobinfo .title .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .jobinfo .title .txt {
    margin-top: 0.3rem;
  }
}
.jobinfo .box {
  margin-top: 6.25%;
}
@media screen and (max-width: 991px) {
  .jobinfo .box {
    flex-wrap: wrap;
    margin-top: 0.5rem;
  }
}
.jobinfo .box .content {
  order: 1;
  width: 65.625%;
  padding: 0.4rem 0.16rem 0.4rem 0.5rem;
  border-radius: 10px;
  overflow: hidden;
  background: #113f75;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .jobinfo .box .content {
    width: 100%;
    padding: 0.4rem 0.16rem 0.4rem 0.4rem;
  }
}
.jobinfo .box .content .text {
  padding-right: 0.34rem;
  max-height: 35vw;
  overflow-y: auto;
  /* 修改滚动条的整体大小 */
  /* 修改滚动条的轨道样式 */
  /* 修改滚动条的滑块样式 */
  /* 修改滑块的 hover 样式 */
}
@media screen and (max-width: 991px) {
  .jobinfo .box .content .text {
    padding-right: 0.24rem;
    max-height: 60vh;
  }
}
.jobinfo .box .content .text::-webkit-scrollbar {
  width: 0.04rem;
  /* 垂直滚动条的宽度 */
  height: 0.04rem;
  /* 水平滚动条的高度 */
}
.jobinfo .box .content .text::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  /* 轨道背景颜色 */
}
.jobinfo .box .content .text::-webkit-scrollbar-thumb {
  background: #fa9f1a;
  /* 滑块背景颜色 */
}
.jobinfo .box .content .text::-webkit-scrollbar-thumb:hover {
  background: #fa9f1a;
  /* 当鼠标悬停时滑块的颜色 */
}
.jobinfo .box .content .text .item {
  margin-bottom: 7%;
}
@media screen and (max-width: 991px) {
  .jobinfo .box .content .text .item {
    margin-bottom: 0.4rem;
  }
}
.jobinfo .box .content .text .item:last-child {
  margin-bottom: 0;
}
.jobinfo .box .content .text .item .subtit {
  display: flex;
  align-items: center;
  font-family: "Montserrat-Bold";
  color: #ffffff;
  font-size: .24rem;
  padding-bottom: 0.15rem;
  border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}
@media screen and (max-width: 1580px) {
  .jobinfo .box .content .text .item .subtit {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .jobinfo .box .content .text .item .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .jobinfo .box .content .text .item .subtit {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .jobinfo .box .content .text .item .subtit {
    padding-bottom: 15px;
  }
}
.jobinfo .box .content .text .item .subtit img {
  display: inline-block;
  margin-right: 0.1rem;
  max-width: 0.24rem;
}
@media screen and (max-width: 991px) {
  .jobinfo .box .content .text .item .subtit img {
    margin-right: 10px;
    max-width: 20px;
  }
}
.jobinfo .box .content .text .item .subtit span {
  flex: 1;
  overflow: hidden;
}
.jobinfo .box .content .text .item .desc {
  margin-top: 0.3rem;
  font-family: "Montserrat-Light";
  color: #FFFFFF;
  font-size: 0.18rem;
  line-height: 1.7;
}
@media screen and (max-width: 1900px) {
  .jobinfo .box .content .text .item .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .jobinfo .box .content .text .item .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .jobinfo .box .content .text .item .desc {
    font-size: 16px;
  }
}
.jobinfo .box .content .text .item .desc ul {
  padding-left: revert;
}
.jobinfo .box .content .text .item .desc ul li {
  list-style: inherit;
  margin-bottom: 10px;
}
.jobinfo .box .related {
  order: 2;
  width: 32%;
  padding: 3.90625%;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .jobinfo .box .related {
    width: 100%;
    margin-top: 0.6rem;
    order: 3;
    padding: 0.4rem;
  }
}
.jobinfo .box .related .subheading {
  font-family: "Montserrat-Medium";
  color: #f3f9fe;
  font-size: .24rem;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
@media screen and (max-width: 1580px) {
  .jobinfo .box .related .subheading {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .jobinfo .box .related .subheading {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .jobinfo .box .related .subheading {
    font-size: .32rem;
  }
}
@media screen and (max-width: 991px) {
  .jobinfo .box .related .subheading {
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.jobinfo .box .related .text a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.18rem 0;
  font-family: "Montserrat-Regular";
  color: #FFFFFF;
  font-size: 0.16rem;
  padding-right: 0.2rem;
  background: url(../images/icon41.png) top 0.24rem right no-repeat;
  background-size: 0.08rem auto;
  border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
@media screen and (max-width: 1900px) {
  .jobinfo .box .related .text a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .jobinfo .box .related .text a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .jobinfo .box .related .text a {
    font-size: 14px;
  }
}
.jobinfo .putbtn {
  margin-top: 4.5%;
  display: flex;
  order: 3;
}
@media screen and (max-width: 991px) {
  .jobinfo .putbtn {
    order: 2;
    margin-top: 0.5rem;
  }
}
.jobinfo .putbtn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 0.63rem;
  border-radius: 10px;
  background: #f5841f;
  color: #ffffff;
  font-size: 0.16rem;
  font-family: "Montserrat-Regular";
}
@media screen and (max-width: 1900px) {
  .jobinfo .putbtn a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .jobinfo .putbtn a {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .jobinfo .putbtn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .jobinfo .putbtn a {
    height: 0.75rem;
  }
}
.jobinfo .putbtn a i {
  display: inline-block;
  width: 0.2rem;
  height: 0.06rem;
  margin-left: 0.1rem;
  background: url(../images/icon42.png) center no-repeat;
  background-size: 100% auto;
}
.trendpic .box {
  border-radius: 10px;
  overflow: hidden;
}
.trendpic .box img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.training .box .item {
  margin-bottom: 3.125%;
}
.training .box .item:nth-child(even) {
  flex-direction: row-reverse;
}
.training .box .item:last-child {
  margin-bottom: 0;
}
.training .box .item:hover .text .title {
  color: #003f91;
}
.training .box .item:hover .text .readmore a {
  color: #fa9f1a;
}
.training .box .item:hover .text .readmore a i {
  background: url(../images/icon44.png) center no-repeat;
  background-size: 100% auto;
}
.training .box .item:hover .img img {
  transform: scale(1.1);
}
@media screen and (max-width: 991px) {
  .training .box .item {
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
}
.training .box .item .img {
  width: 49.34895833333333%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .training .box .item .img {
    width: 100%;
  }
}
.training .box .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.training .box .item .text {
  width: 50.65104166666667%;
  padding: 1.63% 3.90625% 0;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .training .box .item .text {
    width: 100%;
    padding: 0.35rem 0 0;
  }
}
.training .box .item .text .title {
  color: #333333;
  transition: all 0.5s ease;
}
.training .box .item .text .desc {
  margin-top: 6%;
  font-family: "Montserrat-Light";
  color: #666666;
  font-size: 0.16rem;
}
@media screen and (max-width: 1900px) {
  .training .box .item .text .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .training .box .item .text .desc {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .training .box .item .text .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .training .box .item .text .desc {
    margin-top: 0.2rem;
  }
}
.training .box .item .text .readmore {
  margin-top: 6%;
}
@media screen and (max-width: 991px) {
  .training .box .item .text .readmore {
    margin-top: 0.2rem;
  }
}
.readmore {
  display: flex;
}
.readmore a {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat-Light";
  color: #29508e;
  font-size: 0.18rem;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .readmore a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .readmore a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .readmore a {
    font-size: 16px;
  }
}
.readmore a i {
  display: inline-block;
  margin-left: 0.1rem;
  width: 0.16rem;
  height: 0.11rem;
  background: url(../images/icon43.png) center no-repeat;
  background-size: 100% auto;
  transition: all 0.5s ease;
}
.readmore a:hover {
  color: #fa9f1a;
}
.readmore a:hover i {
  background: url(../images/icon44.png) center no-repeat;
  background-size: 100% auto;
}
.results.livebox .contain {
  border-top: none;
  padding-top: 0;
}
.results .contain {
  padding-top: 3.6%;
  border-top: #045ebf solid 1px;
}
@media screen and (max-width: 991px) {
  .results .contain {
    padding-top: 7%;
  }
}
.results .contain .headline {
  color: #003f91;
  line-height: 1.2;
}
.results .contain .wrap ul {
  padding: 0;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .results .contain .wrap ul {
    flex-wrap: wrap;
  }
}
.results .contain .wrap ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  list-style: none;
}
.results .contain .wrap ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .results .contain .wrap ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: flex-start;
  }
}
.results .contain .wrap ul li .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin: auto;
  border-radius: 50%;
  border: #fa9f1a solid 2px;
}
@media screen and (max-width: 1260px) {
  .results .contain .wrap ul li .icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  .results .contain .wrap ul li .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .results .contain .wrap ul li .icon {
    width: 0.8rem;
    height: 0.8rem;
    flex-shrink: 0;
    margin-right: 0.25rem;
    border: #fa9f1a solid 1px;
  }
}
.results .contain .wrap ul li .icon img {
  width: 41.66666666666667%;
}
.results .contain .wrap ul li .text {
  margin-top: 0.2rem;
  text-align: center;
  font-family: "Montserrat-Medium";
  font-size: .24rem;
  color: #003f91;
}
@media screen and (max-width: 1580px) {
  .results .contain .wrap ul li .text {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .results .contain .wrap ul li .text {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .results .contain .wrap ul li .text {
    font-size: .32rem;
  }
}
@media screen and (max-width: 767px) {
  .results .contain .wrap ul li .text {
    flex: 1;
    overflow: hidden;
    margin-top: 0;
    text-align: left;
    min-height: 0.8rem;
    display: flex;
    align-items: center;
  }
}
.results .contain .box {
  margin-top: 3.25%;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 991px) {
  .results .contain .box {
    margin-top: 6%;
    padding-bottom: 0.4rem;
  }
}
.programme .wrap .text {
  max-width: 60.4vw;
  margin: auto;
  font-family: "Montserrat-Light";
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .programme .wrap .text {
    max-width: 1160px;
  }
}
.programme .box {
  margin-top: 2%;
  margin-bottom: 3.90625%;
}
@media screen and (max-width: 991px) {
  .programme .box {
    margin-top: 5%;
    margin-bottom: 7%;
  }
}
.programme .box .item {
  padding-bottom: 3.90625%;
  padding-top: 3.90625%;
  border-bottom: rgba(204, 204, 204, 0.5) solid 1px;
}
@media screen and (max-width: 991px) {
  .programme .box .item {
    flex-wrap: wrap;
  }
}
.programme .box .item:hover .text .title {
  color: #003f91;
}
.programme .box .item:hover .text .readmore a {
  color: #fa9f1a;
}
.programme .box .item:hover .text .readmore a i {
  background: url(../images/icon44.png) center no-repeat;
  background-size: 100% auto;
}
.programme .box .item:hover .img img {
  transform: scale(1.1);
}
.programme .box .item .img {
  width: 49.34895833333333%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .programme .box .item .img {
    width: 100%;
  }
}
.programme .box .item .img img {
  display: block;
  width: 100%;
  transition: all 0.5s ease;
}
.programme .box .item .text {
  width: 50.65104166666667%;
  padding-left: 3.90625%;
  padding-right: 6.18%;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .programme .box .item .text {
    padding-right: 0%;
  }
}
@media screen and (max-width: 991px) {
  .programme .box .item .text {
    width: 100%;
    padding-top: 0.35rem;
    padding-left: 0;
  }
}
.programme .box .item .text .title {
  color: #333333;
  transition: all 0.5s ease;
}
.programme .box .item .text .desc {
  margin-top: 0.15rem;
  font-family: "Montserrat-Light";
  color: #666666;
  font-size: 0.16rem;
}
@media screen and (max-width: 1900px) {
  .programme .box .item .text .desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .programme .box .item .text .desc {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .programme .box .item .text .desc {
    font-size: 14px;
  }
}
.programme .box .item .text .refer {
  margin-top: 0.1rem;
}
.programme .box .item .text .refer ul {
  border-top: rgba(204, 204, 204, 0.5) solid 1px;
  padding: 0;
}
.programme .box .item .text .refer ul li {
  list-style: none;
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
  border-bottom: rgba(204, 204, 204, 0.5) solid 1px;
}
.programme .box .item .text .refer ul li .icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
@media screen and (max-width: 991px) {
  .programme .box .item .text .refer ul li .icon {
    margin-right: 10px;
  }
}
.programme .box .item .text .refer ul li .icon img {
  max-width: 13px;
}
.programme .box .item .text .refer ul li .txt {
  flex: 1;
  overflow: hidden;
  font-family: "Montserrat-Light";
  color: #666666;
}
.programme .box .item .text .refer ul li .txt .t1 {
  font-size: 0.16rem;
}
@media screen and (max-width: 1900px) {
  .programme .box .item .text .refer ul li .txt .t1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .programme .box .item .text .refer ul li .txt .t1 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .programme .box .item .text .refer ul li .txt .t1 {
    font-size: 14px;
  }
}
.programme .box .item .text .refer ul li .txt .t2 {
  font-size: 0.14rem;
}
@media screen and (max-width: 1900px) {
  .programme .box .item .text .refer ul li .txt .t2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .programme .box .item .text .refer ul li .txt .t2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .programme .box .item .text .refer ul li .txt .t2 {
    font-size: 14px;
  }
}
.programme .box .item .text .process {
  margin-top: 0.3rem;
}
.programme .box .item .text .process span {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat-Light";
  font-size: 0.14rem;
  color: #999999;
}
@media screen and (max-width: 1900px) {
  .programme .box .item .text .process span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  .programme .box .item .text .process span {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .programme .box .item .text .process span {
    font-size: 14px;
  }
}
.programme .box .item .text .process span.sp img {
  margin-right: 0.05rem;
}
@media screen and (max-width: 991px) {
  .programme .box .item .text .process span.sp img {
    margin-right: 5px;
  }
}
.programme .box .item .text .process span.arrow {
  margin: 0 0.15rem;
}
@media screen and (max-width: 991px) {
  .programme .box .item .text .process span.arrow {
    margin: 0 10px;
  }
}
.programme .box .item .text .process span.active {
  color: #29508e;
}
.programme .box .item .text .process span img {
  display: inline-block;
}
.programme .box .item .text .readmore {
  margin-top: 0.25rem;
}
.foreword .text {
  padding: 2.6% 4.8%;
  text-align: center;
  color: #FFFFFF;
  font-family: "Montserrat-Light";
  line-height: 1.7;
  background: url(../images/img78.png) center no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .foreword .text {
    padding: 0.4rem;
  }
}
.core-values .title {
  text-align: center;
}
.core-values .title .headline {
  font-family: "Montserrat-Regular";
  color: #003f91;
  line-height: 1.2;
}
.core-values .title .desc {
  max-width: 60.4vw;
  margin: 0.15rem auto 0;
  font-family: "Montserrat-Light";
  color: #333333;
}
@media screen and (max-width: 1900px) {
  .core-values .title .desc {
    max-width: 1160px;
  }
}
@media screen and (max-width: 991px) {
  .core-values .title .desc {
    margin-top: 10px;
  }
}
.core-values .atlas {
  margin-top: 2%;
}
@media screen and (max-width: 991px) {
  .core-values .atlas {
    margin-top: 0.4rem;
  }
}
.core-values .atlas .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.core-values .atlas .swiper .swiper-slide .img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.core-values .atlas .swiper .swiper-slide .img img {
  display: block;
  width: 100%;
}
.core-values .atlas .swiper .swiper-button-prev,
.core-values .atlas .swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -0.25rem;
  width: 0.5rem;
  height: 0.5rem;
}
.core-values .atlas .swiper .swiper-button-prev {
  left: 0.1rem;
  right: auto;
  background: url(../images/icon57.png) center no-repeat;
  background-size: 18% auto;
}
.core-values .atlas .swiper .swiper-button-next {
  left: auto;
  right: 0.1rem;
  background: url(../images/icon58.png) center no-repeat;
  background-size: 18% auto;
}
.core-values .box {
  margin-top: 4%;
  gap: 0.3rem;
}
@media screen and (max-width: 991px) {
  .core-values .box {
    margin-top: 0.5rem;
    gap: 0.4rem;
  }
}
.core-values .box .item {
  width: calc((100% - 0.6rem) / 3);
  border: rgba(204, 204, 204, 0.5) solid 1px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 3.5% 1.953125%;
  overflow: hidden;
  transition: all 0.5s ease;
}
.core-values .box .item.half {
  width: calc((100% - 0.3rem) / 2);
  background: #f8fbff;
}
@media screen and (max-width: 991px) {
  .core-values .box .item.half {
    width: 100%;
  }
}
.core-values .box .item:hover {
  background: #f2f7ff;
}
@media screen and (max-width: 991px) {
  .core-values .box .item {
    width: 100%;
    padding: 0.4rem;
  }
}
.core-values .box .item .icon img {
  max-width: 0.5rem;
}
.core-values .box .item .subtit {
  margin-top: 0.2rem;
  font-family: "Montserrat-Regular";
  color: #003f91;
}
.core-values .box .item .txt {
  margin-top: 0.2rem;
  color: #666666;
  font-family: "Montserrat-Light";
  word-break: break-word;
}
.core-values .textbox {
  margin-top: 2.6%;
}
@media screen and (max-width: 991px) {
  .core-values .textbox {
    margin-top: 0.5rem;
  }
}
.core-values .textbox .text {
  font-family: "Montserrat-Regular";
  color: #003f91;
  text-align: center;
  line-height: 1.2;
}
.governtext {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .governtext .box {
    flex-wrap: wrap;
  }
}
.governtext .box .img {
  width: 49%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .governtext .box .img {
    width: 100%;
  }
}
.governtext .box .img img {
  display: block;
  width: 100%;
}
.governtext .box .text {
  width: 49%;
  font-family: "Montserrat-Light";
  line-height: 1.7;
  color: #FFFFFF;
}
@media screen and (max-width: 991px) {
  .governtext .box .text {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.governtext .box .text > div {
  min-height: 2rem;
}
.principles .headline {
  text-align: center;
  color: #003f91;
  line-height: 1.2;
}
.principles .box {
  margin-top: 3.6%;
  gap: 0.3rem;
}
@media screen and (max-width: 991px) {
  .principles .box {
    margin-top: 0.5rem;
  }
}
.principles .box .item {
  width: calc((100% - 0.6rem) / 3);
}
@media screen and (max-width: 991px) {
  .principles .box .item {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .principles .box .item {
    width: 100%;
  }
}
.principles .box .item .text {
  width: 100%;
  height: 100%;
  border: #e5e5e5 solid 1px;
  padding: 9% 6%;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .principles .box .item .text {
    padding: 0.4rem;
  }
}
.principles .box .item .text .icon img {
  max-width: 0.45rem;
}
.principles .box .item .text .subtit {
  margin-top: 0.1rem;
  font-family: "Montserrat-Regular";
  color: #003f91;
}
@media screen and (max-width: 767px) {
  .principles .box .item .text .subtit {
    margin-top: 8px;
  }
}
.principles .box .item .text .desc {
  margin-top: 0.2rem;
  font-family: "Montserrat-Light";
  color: #666666;
}
@media screen and (max-width: 767px) {
  .principles .box .item .text .desc {
    margin-top: 12px;
  }
}
.principles .box .item .img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.principles .box .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oration .box {
  margin-bottom: 0.7rem;
}
.oration .box:nth-child(even) {
  flex-direction: row-reverse;
}
.oration .box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .oration .box {
    flex-wrap: wrap;
  }
}
.oration .box .imgbox {
  width: 49%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .oration .box .imgbox {
    width: 100%;
  }
}
.oration .box .imgbox img {
  display: block;
  width: 100%;
}
.oration .box .textbox {
  width: 49%;
  min-height: 5rem;
  padding-left: 2.34375%;
  padding-right: 2.34375%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .oration .box .textbox {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    margin-top: 0.4rem;
  }
}
.oration .box .textbox .text {
  font-family: "Montserrat-Light";
  color: #333333;
  line-height: 1.7;
}
.oration .box .textbox .source {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.35rem;
}
.oration .box .textbox .source span {
  display: inline-flex;
  align-items: flex-start;
  font-family: "Montserrat-Regular";
  color: #003f91;
  text-align: right;
  word-break: break-word;
}
.oration .box .textbox .source span::before {
  content: '';
  flex-shrink: 0;
  display: inline-block;
  margin-top: 0.15rem;
  margin-right: 0.35rem;
  width: 0.96rem;
  height: 1px;
  background: #003f91;
}
@media screen and (max-width: 991px) {
  .oration .box .textbox .source span::before {
    margin-top: 12px;
    margin-right: 25px;
    width: 45px;
  }
}
.leadership .box {
  gap: 0.3rem;
}
@media screen and (max-width: 991px) {
  .leadership .box {
    gap: 0.4rem;
  }
}
.leadership .box .item {
  width: calc((100% - 0.3rem) / 2);
  padding: 1.171875%;
  box-sizing: border-box;
  border-radius: 10px;
  background: #f8f8f8;
}
@media screen and (max-width: 1260px) {
  .leadership .box .item {
    padding: 0.3rem;
  }
}
@media screen and (max-width: 991px) {
  .leadership .box .item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .leadership .box .item {
    display: block;
  }
}
.leadership .box .item .imgbox {
  width: 44.7%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .leadership .box .item .imgbox {
    display: inline;
    float: left;
    margin-right: 0.2rem;
  }
}
.leadership .box .item .imgbox img {
  display: block;
  width: 100%;
}
.leadership .box .item .textbox {
  width: 48%;
  padding-top: 4.2%;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .leadership .box .item .textbox {
    display: inline;
    width: auto;
    padding-top: 0;
  }
}
.leadership .box .item .textbox .name {
  font-family: "Montserrat-Regular";
  color: #333333;
}
.leadership .box .item .textbox .status {
  font-family: "Montserrat-Light";
  color: #003f91;
}
.leadership .box .item .textbox .desc {
  margin-top: 0.35rem;
  font-family: "Montserrat-Light";
  color: #666666;
  line-height: 1.7;
}
@media screen and (max-width: 1260px) {
  .leadership .box .item .textbox .desc {
    margin-top: 0.2rem;
  }
}
.group-business .textbox {
  font-family: "Montserrat-Regular";
  color: #333333;
  font-size: 0.18rem;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  .group-business .textbox {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .group-business .textbox {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .group-business .textbox {
    font-size: 16px;
  }
}
.group-business .textbox .subtit {
  font-size: .24rem;
  color: #003f91;
}
@media screen and (max-width: 1580px) {
  .group-business .textbox .subtit {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .group-business .textbox .subtit {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .group-business .textbox .subtit {
    font-size: .32rem;
  }
}
.group-business .textbox a {
  display: inline-block;
  text-decoration: underline;
  font-family: "Montserrat-Medium";
  color: #003f91;
}
.group-business .box {
  margin-top: 3.2%;
}
.group-business .box .item {
  width: 49.35%;
  margin-right: 1.3%;
  margin-bottom: 3%;
}
.group-business .box .item:nth-child(2n) {
  margin-right: 0;
}
.group-business .box .item .img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.group-business .box .item .img img {
  display: block;
  width: 100%;
}
.group-business .box .item .text {
  margin-top: 0.25rem;
  text-align: center;
  font-size: .24rem;
  color: #003f91;
  font-family: "Montserrat-Medium";
}
@media screen and (max-width: 1580px) {
  .group-business .box .item .text {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .group-business .box .item .text {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .group-business .box .item .text {
    font-size: .32rem;
  }
}
.group-section1 .group-text {
  padding-top: 0.9rem;
  margin-top: -0.9rem;
}
.group-section1 .group-text .text {
  padding: 2.6% 4.8%;
  color: #FFFFFF;
  background: url(../images/img78.png) center no-repeat;
  background-size: cover;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .group-section1 .group-text .text {
    padding: 0.4rem;
  }
}
.group-section1 .group-text .text strong{
	display: inline-block;
	margin-bottom: 10px;
}
.group-section1 .group-text .text .words {
  color: #FFFFFF;
}
.group-text .text {
  font-family: "Montserrat-Light";
  color: #333333;
}
.group-text .text .words {
  font-family: "Montserrat-Regular";
  color: #003f91;
}
.group_title {
  text-align: center;
}
.group_title .t1 {
  font-family: "Montserrat-Regular";
  color: #003f91;
  font-size: .24rem;
}
@media screen and (max-width: 1580px) {
  .group_title .t1 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .group_title .t1 {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .group_title .t1 {
    font-size: .32rem;
  }
}
.group_title .t2 {
  margin-top: 0.2rem;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Montserrat-Light";
  font-size: 0.18rem;
  color: #666666;
}
@media screen and (max-width: 1900px) {
  .group_title .t2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .group_title .t2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .group_title .t2 {
    font-size: 16px;
  }
}
.group-box {
  margin-top: 2.6%;
  gap: 0.2rem;
}
@media screen and (max-width: 991px) {
  .group-box {
    margin-top: 0.5rem;
    gap: 0.4rem;
  }
}
.group-box .item {
  width: calc((100% - 0.6rem) / 4);
}
@media screen and (max-width: 991px) {
  .group-box .item {
    width: calc((100% - 0.4rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .group-box .item {
    width: 100%;
  }
}
.group-box .item .img {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.group-box .item .img img {
  display: block;
  width: 100%;
}
.group-box .item .text {
  margin-top: 0.24rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .group-box .item .text {
    margin-top: 0.35rem;
  }
}
.group-box .item .text .t1 {
  color: #003f91;
  font-size: .24rem;
  font-family: "Montserrat-Medium";
}
@media screen and (max-width: 1580px) {
  .group-box .item .text .t1 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .group-box .item .text .t1 {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .group-box .item .text .t1 {
    font-size: .32rem;
  }
}
.group-box .item .text .t2 {
  font-family: "Montserrat-Medium";
  color: #666666;
  font-size: 0.16rem;
}
@media screen and (max-width: 1900px) {
  .group-box .item .text .t2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .group-box .item .text .t2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .group-box .item .text .t2 {
    font-size: 14px;
  }
}
.group-photo {
  margin-top: 2.6%;
  padding-top: 2.6%;
  border-top: #cccccc solid 1px;
}
@media screen and (max-width: 991px) {
  .group-photo {
    margin-top: 6%;
    padding-top: 6%;
  }
}
.group-photo .text {
  text-align: center;
  font-size: .24rem;
  color: #003f91;
  font-family: "Montserrat-Medium";
}
@media screen and (max-width: 1580px) {
  .group-photo .text {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .group-photo .text {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .group-photo .text {
    font-size: .32rem;
  }
}
.group-photo .img {
  margin-top: 2%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .group-photo .img {
    margin-top: 6%;
  }
}
.group-photo .img img {
  display: block;
  width: 100%;
}
.group-wrap {
  margin-top: 2.34375%;
}
.group-wrap ul li {
  width: 24.025%;
  margin-right: 1.3%;
  margin-bottom: 1.3%;
  border: rgba(204, 204, 204, 0.5) solid 1px;
  padding: 3.90625% 1.953125%;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.group-wrap ul li:nth-child(4n) {
  margin-right: 0;
}
.group-wrap ul li .icon {
  width: 1.56rem;
  height: 1.56rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: #003f91;
}
.group-wrap ul li .icon img {
  max-width: 46.8%;
}
.group-wrap ul li .sp {
  margin-top: 0.5rem;
  font-family: "Montserrat-Light";
  color: #666666;
  font-size: 0.16rem;
}
@media screen and (max-width: 1900px) {
  .group-wrap ul li .sp {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .group-wrap ul li .sp {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .group-wrap ul li .sp {
    font-size: 14px;
  }
}
.group-section2 {
  background: #003f91;
}
@media screen and (max-width: 991px) {
  .group-section2 .box {
    flex-wrap: wrap;
  }
}
.group-section2 .box .imgbox {
  width: 33.46354166666667%;
  overflow: hidden;
  background: #ef8000;
}
@media screen and (max-width: 1260px) {
  .group-section2 .box .imgbox {
    width: 37%;
  }
}
@media screen and (max-width: 991px) {
  .group-section2 .box .imgbox {
    width: 100%;
  }
}
.group-section2 .box .imgbox img {
  display: block;
  width: 100%;
}
.group-section2 .box .textbox {
  width: 59.5%;
}
@media screen and (max-width: 991px) {
  .group-section2 .box .textbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.group-section2 .box .textbox ul {
  padding: 0;
}
.group-section2 .box .textbox ul li {
  list-style: none;
}
.group-section2 .box .textbox ul li:last-child .text {
  border-bottom: none;
  padding-bottom: 0;
}
.group-section2 .box .textbox ul li .icon {
  display: inline-block;
  margin-right: 4.3%;
}
.group-section2 .box .textbox ul li .icon img {
  max-width: 0.66rem;
}
.group-section2 .box .textbox ul li .text {
  flex: 1;
  overflow: hidden;
  margin-bottom: 0.24rem;
  padding-bottom: 0.24rem;
  border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}
@media screen and (max-width: 991px) {
  .group-section2 .box .textbox ul li .text {
    margin-bottom: 0.35rem;
    padding-bottom: 0.35rem;
  }
}
.group-section2 .box .textbox ul li .text .t1 {
  font-family: "Montserrat-Medium";
  color: #fa9f1a;
  font-size: .24rem;
}
@media screen and (max-width: 1580px) {
  .group-section2 .box .textbox ul li .text .t1 {
    font-size: .32rem;
  }
}
@media screen and (max-width: 1260px) {
  .group-section2 .box .textbox ul li .text .t1 {
    font-size: .28rem;
  }
}
@media screen and (max-width: 480px) {
  .group-section2 .box .textbox ul li .text .t1 {
    font-size: .32rem;
  }
}
.group-section2 .box .textbox ul li .text .t2 {
  margin-top: 0.1rem;
  font-family: "Montserrat-Regular";
  color: #ffffff;
  font-size: 0.16rem;
}
@media screen and (max-width: 1900px) {
  .group-section2 .box .textbox ul li .text .t2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1580px) {
  .group-section2 .box .textbox ul li .text .t2 {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .group-section2 .box .textbox ul li .text .t2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .group-section2 .box .textbox ul li .text .t2 {
    margin-top: 8px;
  }
}
.group-section3 .box .item {
  padding-top: 0.9rem;
  margin-top: -0.9rem;
}
@media screen and (max-width: 991px) {
  .group-section3 .box .item {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.group-section3 .box .item:nth-child(odd) .textbox {
  padding-left: 2.6%;
}
@media screen and (max-width: 991px) {
  .group-section3 .box .item:nth-child(odd) .textbox {
    padding-left: 0;
  }
}
.group-section3 .box .item:nth-child(even) {
  flex-direction: row-reverse;
}
.group-section3 .box .item:nth-child(even) .itembox {
  flex-direction: row-reverse;
}
.group-section3 .box .item:nth-child(even) .textbox {
  padding-right: 2.6%;
}
@media screen and (max-width: 991px) {
  .group-section3 .box .item:nth-child(even) .textbox {
    padding-right: 0;
  }
}
.group-section3 .box .item:last-child {
  margin-bottom: 0;
}
.group-section3 .box .item:last-child .itembox {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .group-section3 .box .item {
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
  }
}
.group-section3 .box .item .itembox {
  margin-bottom: 3.90625%;
}
@media screen and (max-width: 991px) {
  .group-section3 .box .item .itembox {
    flex-wrap: wrap;
    margin-bottom: 0.7rem;
  }
}
.group-section3 .box .item .imgbox {
  width: 49.34895833333333%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .group-section3 .box .item .imgbox {
    width: 100%;
  }
}
.group-section3 .box .item .imgbox .swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.group-section3 .box .item .imgbox .swiper .swiper-button-prev,
.group-section3 .box .item .imgbox .swiper .swiper-button-next {
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.24rem;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .group-section3 .box .item .imgbox .swiper .swiper-button-prev,
  .group-section3 .box .item .imgbox .swiper .swiper-button-next {
    width: 0.56rem;
    height: 0.56rem;
    margin-top: -0.28rem;
  }
}
@media screen and (max-width: 480px) {
  .group-section3 .box .item .imgbox .swiper .swiper-button-prev,
  .group-section3 .box .item .imgbox .swiper .swiper-button-next {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
  }
}
.group-section3 .box .item .imgbox .swiper .swiper-button-prev {
  background: #fa9f1a url(../images/icon30a.png) center no-repeat;
  background-size: 25% auto;
}
.group-section3 .box .item .imgbox .swiper .swiper-button-next {
  background: #fa9f1a url(../images/icon31a.png) center no-repeat;
  background-size: 25% auto;
}
.group-section3 .box .item .imgbox img {
  display: block;
  width: 100%;
}
.group-section3 .box .item .textbox {
  width: 49.34895833333333%;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .group-section3 .box .item .textbox {
    width: 100%;
    margin-top: 0.35rem;
  }
}
.group-section3 .box .item .textbox .headline {
  font-family: "Montserrat-Medium";
  color: #003f91;
  line-height: 1.2;
}
.group-section3 .box .item .textbox .desc {
  margin-top: 5%;
  font-family: "Montserrat-Light";
  color: #333333;
  font-size: 0.2rem;
}
@media screen and (max-width: 1580px) {
	.group-section3 .box .item .textbox .desc{
		font-size: 0.28rem;
	}
}
@media screen and (max-width: 1260px) {
	.group-section3 .box .item .textbox .desc{
		font-size: 0.26rem;
	}
}
@media screen and (max-width: 480px) {
	.group-section3 .box .item .textbox .desc{
		font-size: 0.3rem;
	}
}
@media screen and (max-width: 991px) {
  .group-section3 .box .item .textbox .desc {
    margin-top: 0.2rem;
  }
}
.search-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}
.search-banner > img {
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .search-banner > img {
    height: 48vh;
  }
}
@media screen and (max-width: 767px) {
  .search-banner > img {
    height: 60vh;
  }
}
.search-banner .box {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}
.search-banner .box .headline {
  color: #FFFFFF;
}
.search-banner .box .searchbox {
  margin-top: 0.25rem;
  max-width: 4.3rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox {
    max-width: 100%;
  }
}
.search-banner .box .searchbox .layui-form .layui-row {
  width: 100%;
  border: rgba(255, 255, 255, 0.4) solid 1px;
  box-sizing: border-box;
  border-radius: 0.4rem;
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input {
  flex: 1;
  color: #FFFFFF;
  font-size: 0.18rem;
  height: 0.58rem;
  border: none;
  outline: none;
  background: none;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 1900px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    font-size: 18px;
  }
}
@media screen and (max-width: 1580px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-input {
    height: 0.7rem;
    padding: 0 0.4rem;
    border-radius: 0.5rem;
  }
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input::-webkit-input-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input::-moz-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input:-moz-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-input:-ms-input-placeholder {
  font-family: "Montserrat-Light";
  color: rgba(255, 255, 255, 0.6);
}
.search-banner .box .searchbox .layui-form .layui-row .layui-btn {
  width: 1rem;
  background: #fa9f1a;
  border-radius: 0.3rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-btn {
    width: 1.25rem;
    height: 0.7rem;
    border-radius: 0.5rem;
  }
}
.search-banner .box .searchbox .layui-form .layui-row .layui-btn img {
  max-width: 18%;
}
@media screen and (max-width: 991px) {
  .search-banner .box .searchbox .layui-form .layui-row .layui-btn img {
    max-width: 22%;
  }
}
.search-result .prompt-text {
  font-family: "Montserrat-Medium";
  font-size: 0.2rem;
  color: #003f91;
  padding: 0.5rem 0;
}
@media screen and (max-width: 1260px) {
  .search-result .prompt-text {
    font-size: .24rem;
  }
}
@media screen and (max-width: 991px) {
  .search-result .prompt-text {
    font-size: .28rem;
  }
}
.search-result .prompt-text span {
  color: #fa9f1a;
}
.search-result .box {
  margin-bottom: 0.4rem;
}
.search-result .box .item {
  width: 32.5%;
  margin-right: 1.25%;
  margin-bottom: 1.25%;
}
.search-result .box .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .search-result .box .item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
  .search-result .box .item:nth-child(3n) {
    margin-right: 3%;
  }
  .search-result .box .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-result .box .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.4rem;
  }
}


@media screen and (min-width: 992px){
	.newinfo .wrap .contain,
	.newinfo .content .box .contain,
	.liveinfo .wrap .contain,
	.liveinfo .content .contain{
		  max-width: 1430px;
      width: 85.652%;
      padding: 0 8.5%;
      box-sizing: border-box;
	}
}
@media screen and (min-width: 1581px){
	.newinfo .content .box .desc,
	.liveinfo .content .desc{
		font-size: 18px;
	}
}
@media screen and (max-width: 1580px){
	.newinfo .content .box .desc,
	.liveinfo .content .desc{
		font-size: 16px;
	}
}

