.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.bg {
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
}
.bg2 {
  background: linear-gradient(156deg, #abcd03, #094, #00a0e9);
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "me";
  src: url('/fonts/MONTSERRAT-HAIRLINE.OTF');
  font-weight: normal;
  font-style: normal;
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs26: 26px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
  --fs60: 60px;
}
html.act {
  height: 100vh;
  overflow: hidden;
}
@font-face {
  font-family: "light";
  src: url('/fonts/HarmonyOS_Sans_SC_Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('/fonts/HarmonyOS_Sans_SC_Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('/fonts/HarmonyOS_Sans_SC_Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "en_light";
  src: url('/fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('/fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "en_regular";
  src: url('/fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mm";
  src: url('/fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
.mb {
  font-family: "mb";
}
.light {
  font-family: "light";
}
.regular {
  font-family: "regular";
}
.medium {
  font-family: "medium";
}
.en_light {
  font-family: "en_light";
}
.en_regular {
  font-family: "en_regular";
}
.mm {
  font-family: "mm";
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.border .header-wrapper {
  background: #fff;
  position: sticky;
  border-bottom: 1px solid #f7f8f9;
}
.border .header-wrapper:before {
  background: #fff;
}
.border .header-wrapper .pc-nav-box li.on a,
.border .header-wrapper .pc-nav-box li:hover a,
.border .header-wrapper .pc-nav-box li.active a {
  color: #012a8b;
}
.border .header-wrapper .pc-nav-box li.on a:after,
.border .header-wrapper .pc-nav-box li:hover a:after,
.border .header-wrapper .pc-nav-box li.active a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.border .header-wrapper .pc-nav-box li a {
  color: #333;
}
.border .header-wrapper .logo-box .init {
  display: none;
}
.border .header-wrapper .logo-box .on {
  display: block;
}
.border .header-wrapper .search {
  background-image: url(/img/search2.png);
}
.border .header-wrapper .nav-icon span {
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
}
.border .header-wrapper .lang .caption {
  color: #333;
  background-image: url(/img/earth2.png);
}
.header-wrapper {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.header-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(/img/shadow.png) repeat-x left top;
  background-size: 100% 100%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper.scroll {
  top: -1rem;
}
.header-wrapper.scroll .hidenav-box {
  opacity: 0;
  visibility: hidden;
}
.header-wrapper.active,
.header-wrapper.on,
.header-wrapper.shadow {
  background: #fff;
}
.header-wrapper.active:before,
.header-wrapper.on:before,
.header-wrapper.shadow:before {
  background: #fff;
}
.header-wrapper.active .pc-nav-box li.on > a,
.header-wrapper.on .pc-nav-box li.on > a,
.header-wrapper.shadow .pc-nav-box li.on > a,
.header-wrapper.active .pc-nav-box li:hover > a,
.header-wrapper.on .pc-nav-box li:hover > a,
.header-wrapper.shadow .pc-nav-box li:hover > a,
.header-wrapper.active .pc-nav-box li.active > a,
.header-wrapper.on .pc-nav-box li.active > a,
.header-wrapper.shadow .pc-nav-box li.active > a {
  color: #012a8b;
}
.header-wrapper.active .pc-nav-box li.on > a:after,
.header-wrapper.on .pc-nav-box li.on > a:after,
.header-wrapper.shadow .pc-nav-box li.on > a:after,
.header-wrapper.active .pc-nav-box li:hover > a:after,
.header-wrapper.on .pc-nav-box li:hover > a:after,
.header-wrapper.shadow .pc-nav-box li:hover > a:after,
.header-wrapper.active .pc-nav-box li.active > a:after,
.header-wrapper.on .pc-nav-box li.active > a:after,
.header-wrapper.shadow .pc-nav-box li.active > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.header-wrapper.active .pc-nav-box li a,
.header-wrapper.on .pc-nav-box li a,
.header-wrapper.shadow .pc-nav-box li a {
  color: #4c4949;
}
.header-wrapper.active .logo-box .init,
.header-wrapper.on .logo-box .init,
.header-wrapper.shadow .logo-box .init {
  display: none;
}
.header-wrapper.active .logo-box .on,
.header-wrapper.on .logo-box .on,
.header-wrapper.shadow .logo-box .on {
  display: block;
}
.header-wrapper.active .search,
.header-wrapper.on .search,
.header-wrapper.shadow .search {
  background-image: url(/img/search2.png);
}
.header-wrapper.active .nav-icon span,
.header-wrapper.on .nav-icon span,
.header-wrapper.shadow .nav-icon span {
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
}
.header-wrapper.active .lang .caption,
.header-wrapper.on .lang .caption,
.header-wrapper.shadow .lang .caption {
  color: #333;
  background-image: url(/img/earth2.png);
}
.header-wrapper .box-container {
  position: relative;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1rem;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 1.9rem;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box .init {
  display: block;
}
.header-wrapper .logo-box .on {
  display: none;
}
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .search {
  cursor: pointer;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  overflow: hidden;
  margin-right: 0.48rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/img/search.png);
  background-size: 16px;
}
.header-wrapper .search.on {
  background-image: url(/img/search3.png);
}
.header-wrapper .lang {
  position: relative;
}
.header-wrapper .lang.on .caption {
  color: #012a8b;
  background-image: url(/img/earth3.png);
}
.header-wrapper .lang.on .list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.header-wrapper .lang .caption {
  padding-left: 0.32rem;
  background-image: url(/img/earth.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.2rem;
  font-size: 14px;
  line-height: 1rem;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "en_regular";
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.header-wrapper .lang .list {
  text-align: center;
  position: absolute;
  width: 1.1rem;
  left: 50%;
  top: 100%;
  z-index: 10;
  margin-left: -0.55rem;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.15rem 0;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  transform: translateY(-0.15rem);
  -webkit-transform: translateY(-0.15rem);
  -moz-transform: translateY(-0.15rem);
  -ms-transform: translateY(-0.15rem);
  -o-transform: translateY(-0.15rem);
  opacity: 0;
  visibility: hidden;
}
.header-wrapper .lang .list:before {
  content: "";
  border: 0.08rem solid transparent;
  position: absolute;
  left: 50%;
  top: -0.16rem;
  z-index: 10;
  border-bottom-color: #fff;
  margin-left: -0.08rem;
}
.header-wrapper .lang .list a {
  display: block;
  font-size: var(--fs16);
  color: #666;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  line-height: 0.3rem;
  margin-bottom: 0.12rem;
}
.header-wrapper .lang .list a:last-child {
  margin-bottom: 0;
}
.header-wrapper .lang .list a:hover {
  color: #012a8b;
}
.header-wrapper .lang .list a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.header-wrapper .lang span {
  background: url(/img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.pc-nav-box {
  flex: 1;
  margin: 0 1.1rem;
}
.pc-nav-box ul {
  list-style-type: none;
}
.pc-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: flex-end;
}
.pc-nav-box ul li {
  position: relative;
  margin-right: 0.74rem;
}
.pc-nav-box ul li:hover > a,
.pc-nav-box ul li.active > a {
  color: #012a8b;
}
.pc-nav-box ul li:hover > a:after,
.pc-nav-box ul li.active > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box ul li:hover .nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box ul li:last-child {
  margin-right: 0;
}
.pc-nav-box ul li > a {
  line-height: 1rem;
  font-size: 16px;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  position: relative;
  color: #fff;
  font-weight: 700;
}
.pc-nav-box ul li > a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: #012a8b;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.pc-nav-box a {
  display: block;
}
.pc-nav-box .nav {
  text-align: center;
  position: absolute;
  width: 2.4rem;
  left: 50%;
  top: 100%;
  z-index: 10;
  margin-left: -1.2rem;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  transform: translateY(-0.15rem);
  -webkit-transform: translateY(-0.15rem);
  -moz-transform: translateY(-0.15rem);
  -ms-transform: translateY(-0.15rem);
  -o-transform: translateY(-0.15rem);
  opacity: 0;
  visibility: hidden;
  padding: 0.2rem;
}
.pc-nav-box .nav:before {
  content: "";
  border: 0.1rem solid transparent;
  position: absolute;
  left: 50%;
  top: -0.2rem;
  z-index: 10;
  border-bottom-color: #fff;
  margin-left: -0.1rem;
}
.pc-nav-box .nav a {
  display: block;
  font-size: var(--fs16);
  color: #666;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  line-height: 26px;
  margin-bottom: 0.16rem;
}
.pc-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.pc-nav-box .nav a:hover {
  color: #012a8b;
}
.pc-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.pc-nav-box .nav span {
  background: url(/img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w960 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(/img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #012a8b;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
  .header-wrapper:hover {
    background: #fff;
  }
  .header-wrapper:hover:before {
    background: #fff;
  }
  .header-wrapper:hover .pc-nav-box li.on > a,
  .header-wrapper:hover .pc-nav-box li:hover > a,
  .header-wrapper:hover .pc-nav-box li.active > a {
    color: #012a8b;
  }
  .header-wrapper:hover .pc-nav-box li.on > a:after,
  .header-wrapper:hover .pc-nav-box li:hover > a:after,
  .header-wrapper:hover .pc-nav-box li.active > a:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .header-wrapper:hover .pc-nav-box li > a {
    color: #4c4949;
  }
  .header-wrapper:hover .logo-box .init {
    display: none;
  }
  .header-wrapper:hover .logo-box .on {
    display: block;
  }
  .header-wrapper:hover .search {
    background-image: url(/img/search2.png);
  }
  .header-wrapper:hover .search:hover {
    background-image: url(/img/search3.png);
  }
  .header-wrapper:hover .lang:hover .caption {
    color: #012a8b;
    background-image: url(/img/earth3.png);
  }
  .header-wrapper:hover .lang:hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .header-wrapper:hover .lang .caption {
    color: #333;
    background-image: url(/img/earth2.png);
  }
}
@media screen and (max-width: 1600px) {
  .header-wrapper .box-container {
    height: 0.9rem;
  }
  .header-wrapper .lang .caption,
  .pc-nav-box ul li > a {
    line-height: 0.9rem;
  }
  .search-form {
    top: 0.9rem;
  }
  .pc-nav-box ul li {
    margin-right: 0.64rem;
  }
  .footer-wrapper .logo-box img,
  .header-wrapper .logo-box {
    width: 1.8rem;
  }
}
@media screen and (max-width: 1004px) {
  .header-wrapper.scroll {
    top: -1.2rem;
  }
  .header-wrapper .box-container {
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: 36%;
  }
  .header-wrapper .search {
    display: none;
  }
  .header-wrapper .lang .caption {
    padding-left: 0.48rem;
    background-size: 0.3rem;
    line-height: 1.2rem;
  }
  .header-wrapper .lang .list {
    width: 1.4rem;
    margin-left: -0.7rem;
    padding: 0.2rem 0;
  }
  .header-wrapper .lang .list:before {
    border-width: 0.12rem;
    top: -0.2rem;
    margin-left: -0.12rem;
  }
  .header-wrapper .lang .list a {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .pc-nav-box {
    display: none;
  }
}
@media screen and (max-width: 1004px) {
  .nav-icon {
    font-size: 0;
    width: 0.48rem;
    height: 0.48rem;
    position: relative;
    margin-left: 0.3rem;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 100%;
    height: 0.04rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0.2rem;
    z-index: 10;
    border-radius: 2px;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -6px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #012a8b;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #012a8b;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #012a8b;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #012a8b;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
}
.footer-wrapper {
  padding: 1.2rem 0 0.6rem;
  background: #333;
}
.footer-wrapper .box-1,
.footer-wrapper .box-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .logo-box {
  display: inline-block;
  font-family: "medium";
  color: #fff;
  line-height: 0.3rem;
  font-size: var(--fs24);
  margin-bottom: 0.52rem;
}
.footer-wrapper .logo-box img {
  width: 1.9rem;
  margin-right: 0.2rem;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs16);
  color: #999999;
}
.footer-wrapper .copyright {
  line-height: 0.3rem;
  margin-top: 0.32rem;
  text-transform: uppercase;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .left {
  width: 34.375%;
}
.footer-wrapper .right {
  width: 60.42%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .right ul {
  width: 46%;
  list-style-type: none;
}
.footer-wrapper .right li {
  margin-bottom: 0.34rem;
}
.footer-wrapper .right li:last-child {
  margin-bottom: 0;
}
.footer-wrapper .right .title {
  font-family: "medium";
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #fff;
  margin-bottom: 0.07rem;
}
.footer-wrapper .right .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #999999;
  text-align: left;
}
.footer-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style-type: none;
}
.footer-nav-box li {
  width: 33.33%;
  padding-right: 0.2rem;
  margin-top: 0.6rem;
}
.footer-nav-box li:nth-child(-n+3) {
  margin-top: 0;
}
.footer-nav-box li > a {
  font-family: "medium";
  font-size: var(--fs18);
  color: #fff;
  margin-bottom: 0.2rem;
}
.footer-nav-box a {
  display: block;
  line-height: 0.3rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.footer-nav-box .nav a {
  display: block;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  font-size: 14px;
  color: #999;
}
.footer-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box .nav span {
  background: url(/img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.friendlink {
  position: relative;
  width: 2.7rem;
  margin-top: 0.84rem;
}
.friendlink .caption {
  cursor: pointer;
  line-height: 0.48rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 0 0.28rem;
  font-size: var(--fs16);
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.friendlink .list {
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10;
  width: 100%;
  background: #333;
  border: solid 1px rgba(255, 255, 255, 0.2);
  display: none;
  max-height: 5rem;
  overflow-y: auto;
  border-bottom: none;
}
.friendlink .list::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.friendlink .list::-webkit-scrollbar-thumb {
  background-color: #012a8b;
}
.friendlink .list a {
  display: block;
  padding: 0 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--fs16);
  font-family: "light";
  color: #666;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  line-height: 0.48rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.friendlink .list a:last-child {
  border-bottom: none;
}
.friendlink .list a:hover {
  color: #fff;
}
.shares ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style-type: none;
}
.shares li {
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.2rem;
  background-color: #383838;
  border-radius: 50%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.shares li:last-child {
  margin-right: 0;
}
.shares li.gotop {
  background-image: url(/img/gotop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
}
.shares li a {
  display: block;
  width: 100%;
  height: 100%;
}
.shares li:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.shares li img {
  width: 100%;
}
.shares .hidebox {
  position: absolute;
  left: 50%;
  bottom: 0.6rem;
  z-index: 10;
  margin-left: -0.6rem;
  width: 1.2rem;
  background: #fff;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.shares .hidebox:after {
  content: "";
  border: 5px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  z-index: 10;
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .shares li:hover {
    background-color: #012a8b;
  }
  .shares li:nth-child(1):hover {
    background-color: #1cb21c;
  }
  .shares li:nth-child(2):hover {
    background-color: #f00;
  }
}
@media screen and (max-width: 1600px) {
  .footer-wrapper {
    padding: 1.1rem 0 0.5rem;
  }
  .footer-nav-box li > a {
    margin-bottom: 0.1rem;
  }
  .footer-wrapper .right .desc {
    font-size: var(--fs15);
  }
  .footer-wrapper .right {
    width: 61%;
  }
  .footer-wrapper .right ul {
    width: 47%;
  }
  .footer-nav-box li {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer-wrapper {
    padding-top: 1rem;
  }
  .footer-wrapper .left {
    width: 37%;
  }
  .footer-wrapper .logo-box {
    margin-bottom: 0.44rem;
  }
}
@media screen and (max-width: 1004px) {
  .footer-wrapper {
    padding: 1rem 0 0.8rem;
  }
  .footer-wrapper .box-1,
  .footer-wrapper .box-2 {
    display: block;
  }
  .footer-wrapper .logo-box {
    line-height: 0.48rem;
    font-size: var(--fs20);
    margin-bottom: 0.3rem;
  }
  .footer-wrapper .logo-box img {
    width: 36%;
    margin-right: 0.3rem;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: 0.22rem;
  }
  .footer-wrapper .copyright {
    line-height: 0.4rem;
    margin-top: 0.4rem;
  }
  .footer-wrapper .left {
    width: 100%;
  }
  .footer-wrapper .right {
    width: 100%;
    display: block;
  }
  .footer-wrapper .right ul {
    width: 100%;
  }
  .footer-wrapper .right li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer-wrapper .right li.on .title:after {
    transform: rotate(45deg);
  }
  .footer-wrapper .right .title {
    font-size: var(--fs18);
    line-height: 0.4rem;
    margin-bottom: 0;
    padding: 0.34rem 0;
    position: relative;
  }
  .footer-wrapper .right .title:after {
    content: "";
    width: 0.26rem;
    height: 100%;
    background-image: url(/img/plus.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
  }
  .footer-wrapper .right .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: -0.1rem;
    padding-bottom: 0.34rem;
    display: none;
  }
  .footer-nav-box,
  .friendlink {
    display: none;
  }
  .shares {
    margin-top: 0.4rem;
  }
  .shares li {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.3rem;
  }
  .shares li.gotop {
    background-size: 12px;
  }
  .shares .hidebox {
    bottom: 0.7rem;
    margin-left: -0.7rem;
    width: 1.4rem;
    padding: 3px;
  }
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active a > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 1.8s ease;
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide a > img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide a > img.phone {
  display: none;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.index-banner-wrapper .title {
  color: #ffffff;
}
.index-banner-wrapper .info1 {
  text-align: center;
  top: 33.14%;
}
.index-banner-wrapper .info1 .title {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 0.8rem;
  letter-spacing: 0.16rem;
}
.index-banner-wrapper .info1 .title span {
  display: inline-block;
  margin-left: 0.4rem;
}
.index-banner-wrapper .info1 .en {
  font-family: "en_light";
  font-size: var(--fs40);
  line-height: 0.6rem;
  letter-spacing: 0.08rem;
  color: #fff;
  margin-top: 0.28rem;
}
.index-banner-wrapper .info1 .en span {
  margin-left: 0.6rem;
  display: inline-block;
}
.index-banner-wrapper .info2 {
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-banner-wrapper .info2 img {
  width: 25%;
}
.index-banner-wrapper .info2 .title {
  font-size: var(--fs60);
  line-height: 0.8rem;
  font-family: "medium";
  margin: 0.23rem auto 0.77rem;
}
.index-banner-wrapper .info3 {
  top: 31.76%;
}
.index-banner-wrapper .info3 .title {
  font-size: var(--fs60);
  line-height: 0.84rem;
  font-weight: 700;
}
.index-banner-wrapper .info3 .en {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.36rem;
  font-family: "me";
  text-transform: uppercase;
  margin-top: 0.24rem;
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  margin-top: -0.19rem;
  left: 50%;
  margin-left: -0.19rem;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 0.75rem;
  width: 100%;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.18rem;
  opacity: 1;
  background: #fff;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.page-banner-wrapper {
  position: relative;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.page-banner-wrapper h1,
.page-banner-wrapper h2 {
  font-weight: 700;
  font-size: var(--fs60);
  line-height: 0.8rem;
  color: #fff;
}
.page-banner-wrapper p {
  font-size: var(--fs30);
  line-height: 0.36rem;
  letter-spacing: 0.03rem;
  color: #ffffff;
  margin: 0.2rem auto 0.54rem;
  text-transform: uppercase;
  font-family: "en_regular";
}
.page-banner-wrapper .line {
  width: 0.5rem;
  height: 2px;
  background-color: #fff;
}
.padding,
.page-box {
  padding: 1.2rem 0;
}
.mt {
  margin-top: 1.2rem;
}
.breadcrumb-box {
  line-height: 0.8rem;
  position: relative;
  z-index: 20;
  width: 100%;
}
.breadcrumb-box:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.breadcrumb-box a,
.breadcrumb-box span,
.breadcrumb-box i {
  display: inline-block;
}
.breadcrumb-box a,
.breadcrumb-box span {
  font-size: var(--fs16);
}
.breadcrumb-box i {
  margin: 0 0.2rem;
}
.breadcrumb-box a {
  color: #333333;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.breadcrumb-box a:hover {
  color: #012a8b;
}
.breadcrumb-box span {
  font-weight: 700;
  color: #012a8b;
}
@media screen and (min-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    width: 100%;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    position: relative;
    z-index: 2;
    font-size: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: center;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    font-size: 16px;
    line-height: 0.8rem;
    text-align: center;
    flex: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a:last-child:after {
    display: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #012a8b;
    font-weight: 700;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.03rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background: linear-gradient(156deg, #abcd03, #094, #00a0e9);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .page-nav-wrapper .nav > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.15rem;
    z-index: 10;
    width: 1px;
    height: 0.3rem;
    background-color: #ddd;
  }
}
@media screen and (max-width: 1600px) {
  .padding,
  .page-box {
    padding: 1.1rem 0;
  }
  .mt {
    margin-top: 1.1rem;
  }
}
@media screen and (max-width: 1440px) {
  .padding,
  .page-box {
    padding: 1rem 0;
  }
  .mt {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #f4f4f4;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #012a8b;
    color: #fff;
    font-size: 0.26rem;
  }
  .page-nav-wrapper .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(/img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-wrapper .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-wrapper .nav a:first-child {
    border-top: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background: none;
  }
  .page-nav-wrapper .nav > a:after {
    display: none;
  }
  .page-banner-wrapper > img {
    height: 4rem;
    object-fit: cover;
  }
  .page-banner-wrapper .info {
    padding-top: 0.6rem;
  }
  .page-banner-wrapper h1,
  .page-banner-wrapper h2 {
    font-size: var(--fs30);
    line-height: 0.54rem;
  }
  .page-banner-wrapper p {
    font-size: var(--fs14);
    line-height: 0.34rem;
    letter-spacing: 0;
    margin: 0.16rem auto 0.36rem;
  }
  .page-banner-wrapper .line {
    width: 0.6rem;
  }
  .breadcrumb-box {
    line-height: 0.7rem;
  }
  .breadcrumb-box .box-container {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
  }
  .breadcrumb-box a,
  .breadcrumb-box span {
    font-size: 0.2rem;
  }
  .breadcrumb-box i {
    margin: 0 0.06rem;
  }
  .index-banner-wrapper .swiper-slide a > img.pc {
    display: none;
  }
  .index-banner-wrapper .swiper-slide a > img.phone {
    display: block;
  }
  .index-banner-wrapper .info1 {
    top: 28%;
  }
  .index-banner-wrapper .info1 .title {
    font-size: var(--fs60);
    line-height: 0.6rem;
    letter-spacing: 0.14rem;
  }
  .index-banner-wrapper .info1 .title span {
    margin-left: 0.2rem;
  }
  .index-banner-wrapper .info1 .en {
    font-size: var(--fs15);
    line-height: 0.4rem;
    letter-spacing: 0.05rem;
    margin-top: 0.28rem;
  }
  .index-banner-wrapper .info1 .en span {
    margin-left: 0.2rem;
  }
  .index-banner-wrapper .info2 {
    padding-bottom: 3rem;
  }
  .index-banner-wrapper .info2 .box-container {
    text-align: center;
  }
  .index-banner-wrapper .info2 img {
    width: 56%;
    margin: 0 auto;
  }
  .index-banner-wrapper .info3 .box-container {
    text-align: center;
  }
  .index-banner-wrapper .info3 .en {
    font-size: var(--fs14);
  }
  .index-banner-wrapper .index-more {
    margin: 0 auto;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 0.44rem;
    height: 0.44rem;
    margin-top: -0.22rem;
    margin-left: -0.22rem;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.8rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.24rem;
  }
}
.index-swiper .index-box-1 .caption,
.index-swiper .index-box-1 .index-title-box,
.index-swiper .index-box-1 .desc,
.index-swiper .index-box-1 .index-more,
.index-swiper .index-box-1 .play {
  transform: translateY(var(--set-top));
  opacity: var(--opacity);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.index-swiper .index-box-1 .index-title {
  transition-delay: 0.08s;
}
.index-swiper .index-box-1 .caption {
  transition-delay: 0.16s;
}
.index-swiper .index-box-1 .desc {
  transition-delay: 0.24s;
}
.index-swiper .index-box-1 .index-more,
.index-swiper .index-box-1 .play {
  transition-delay: 0.36s;
}
.index-swiper .index-box-2 .cats .info {
  transform: translateY(var(--set-top));
  opacity: var(--opacity);
  -webkit-transition: all 1.5s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.index-swiper .index-box-2 .cats li:nth-child(2) .info {
  transition-delay: 0.2s;
}
.index-swiper .index-box-2 .cats li:nth-child(3) .info {
  transition-delay: 0.3s;
}
.index-swiper .index-box-2 .cats li:nth-child(4) .info {
  transition-delay: 0.4s;
}
.index-swiper .index-box-2 .cats li:nth-child(5) .info {
  transition-delay: 0.5s;
}
.index-swiper .index-box-3 .left li,
.index-swiper .index-box-3 .right li,
.index-swiper .index-box-3 .index-title-box,
.index-swiper .index-box-3 .index-more {
  transform: translateY(var(--set-top));
  opacity: var(--opacity);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.index-swiper .index-box-3 .left li:nth-child(2) {
  transition-delay: 0.2s;
}
.index-swiper .index-box-3 .right li:nth-child(1) {
  transition-delay: 0.35s;
}
.index-swiper .index-box-3 .right li:nth-child(2) {
  transition-delay: 0.5s;
}
.index-swiper .index-box-3 .right li:nth-child(3) {
  transition-delay: 0.65s;
}
.index-swiper .index-more {
  line-height: 0.58rem;
  border-radius: 0.29rem;
}
.index-swiper .index-more:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.index-swiper .index-more i {
  display: inline-block;
  width: 0.14rem;
  height: 0.1rem;
  background-image: url(/img/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.1rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-swiper .index-more.white {
  color: #fff;
  background: none;
}
.index-swiper .index-more.white:before {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 0.29rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-swiper .index-more.white:hover:before {
  opacity: 0;
  visibility: hidden;
}
.index-swiper .index-swiper-pagination {
  display: block;
  font-size: 0;
  right: 0.38rem;
}
.index-swiper .index-swiper-pagination.active .swiper-pagination-bullet:before {
  background-color: #012a8b;
}
.index-swiper .index-swiper-pagination .swiper-pagination-bullet {
  display: block;
  position: relative;
  opacity: 1;
  background: none;
  margin: 0 0 0.2rem 0;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 4px;
  transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
}
.index-swiper .index-swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 4px;
}
.index-swiper .index-swiper-pagination .swiper-pagination-bullet:link,
.index-swiper .index-swiper-pagination .swiper-pagination-bullet:visited,
.index-swiper .index-swiper-pagination .swiper-pagination-bullet:active,
.index-swiper .index-swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.index-swiper .index-swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.index-swiper .index-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 0.5rem;
}
.index-swiper .index-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transform: scale3d(0.5, 1, 1);
}
.index .header-wrapper.active {
  background: transparent;
  box-shadow: none;
}
.index .header-wrapper.active:hover {
  background: #fff;
}
.index .header-wrapper.active:before {
  opacity: 0;
  visibility: hidden;
}
#idxSwiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#idxSwiper > div.swiper-wrapper > div.swiper-slide {
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow: hidden;
}
#idxSwiper > div.swiper-wrapper > div.swiper-slide.footer {
  overflow: visible;
}
#idxSwiper > div.swiper-wrapper > div.swiper-slide .idxOffset {
  --set-top: 100px;
  --set-left: -60px;
  --set-right: 60px;
  --opacity: 0;
}
#idxSwiper > div.swiper-wrapper > div.swiper-slide.active .idxOffset {
  --set-top: 0;
  --set-left: 0;
  --set-right: 0;
  --opacity: 1;
}
.index-title-box {
  margin-bottom: 0.78rem;
}
.index-title-box.white .en,
.index-title-box.white .title {
  color: #ffffff;
}
.index-title-box .en {
  font-family: "mb";
  font-size: var(--fs60);
  line-height: 0.6rem;
  text-transform: uppercase;
  color: #012a8b;
  margin-bottom: 2px;
}
.index-title-box .title {
  font-size: var(--fs30);
  line-height: 0.36rem;
}
.index-box-1 {
  position: relative;
}
.index-box-1 .pic img {
  height: 100vh;
  object-fit: cover;
}
.index-box-1 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding-bottom: 0.92rem;
}
.index-box-1 .caption,
.index-box-1 .desc {
  width: 5.7rem;
  color: #ffffff;
}
.index-box-1 .caption {
  font-weight: 700;
  font-size: var(--fs48);
  line-height: 0.6rem;
  margin-bottom: 0.36rem;
}
.index-box-1 .desc {
  line-height: 0.3rem;
  font-size: var(--fs16);
  letter-spacing: 1px;
  margin-bottom: 0.52rem;
  height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-box-1 .play {
  right: 20.52%;
  top: 29%;
  left: auto;
  margin: 0;
  width: 0.7rem;
  height: 0.7rem;
}
.index-box-1 .play:before,
.index-box-1 .play:after {
  background: rgba(255, 255, 255, 0.3);
  border: none;
}
.index-box-2 .cats {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.index-box-2 ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  height: 100%;
}
.index-box-2 ul li {
  position: relative;
  width: 20%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  margin-right: 1px;
  padding: 0 0.5rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-2 ul li.on {
  background: transparent;
}
.index-box-2 ul li.on:before {
  opacity: 0.95;
  visibility: visible;
}
.index-box-2 ul li.on .hidebox {
  height: 3.04rem;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.index-box-2 ul li:last-child {
  margin-right: 0;
}
.index-box-2 ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-2 .pic img {
  height: 100vh;
  object-fit: cover;
}
.index-box-2 .info {
  position: relative;
  z-index: 10;
  width: 100%;
}
.index-box-2 .icon {
  width: 0.6rem;
  margin: 0 auto;
}
.index-box-2 .title {
  font-size: var(--fs30);
  line-height: 0.48rem;
  color: #ffffff;
  margin: 0.75rem auto 0.12rem;
}
.index-box-2 .en {
  font-family: "en_regular";
  font-size: var(--fs16);
  line-height: 0.24rem;
  color: #ffffff;
}
.index-box-2 .hidebox {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  -webkit-transform: translateY(0.3rem);
  -moz-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  -o-transform: translateY(0.3rem);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-2 .brief {
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #fff;
  min-height: 1.44rem;
  margin: 0.5rem auto 0.6rem;
}
.index-box-2 .index-more {
  margin: 0 auto;
}
.index-box-2 .index-more:hover {
  background: #fff;
}
.index-box-2 .index-more:hover span {
  color: #012a8b;
}
.index-box-2 .index-more:hover i {
  background-image: url(/img/right2.png);
}
.index-box-3 {
  height: 100vh;
  background: url(/img/index3bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 1rem;
}
.index-box-3 .index-title-box {
  margin-bottom: 0.4rem;
}
.index-box-3 .box-container {
  position: relative;
}
.index-box-3 .index-more {
  position: absolute;
  right: 0;
  top: 0.14rem;
  z-index: 10;
}
.index-box-3.hideInfo .index-title-box,
.index-box-3.hideInfo .main,
.index-box-3.hideInfo .index-more {
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-3 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-3 .main ul {
  list-style-type: none;
}
.index-box-3 .main li:hover .title {
  color: #012a8b;
}
.index-box-3 .main .title {
  font-weight: 700;
  font-size: var(--fs24);
  line-height: 0.36rem;
  height: 0.72rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-3 .left {
  width: 65.1%;
}
.index-box-3 .left ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-3 .left li {
  width: 45%;
  margin-right: 5%;
  background-color: #ffffff;
}
.index-box-3 .left li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .left li:hover .imore {
  color: #012a8b;
}
.index-box-3 .left li .info {
  padding: 0.36rem 0.36rem 0.48rem;
}
.index-box-3 .left .desc {
  margin: 0.17rem auto 0.2rem;
}
.index-box-3 .left .time {
  color: #999;
}
.index-box-3 .pic img {
  height: 3.35rem;
  object-fit: cover;
}
.index-box-3 .right {
  width: 34.9%;
  padding: 0 0.42rem;
  background-color: #ffffff;
}
.index-box-3 .right li {
  padding: 0.26rem 0;
  border-bottom: 1px solid #efefef;
}
.index-box-3 .right li:last-child {
  border-bottom: none;
}
.index-box-3 .right .desc {
  margin: 0.07rem auto 0.15rem;
}
.index-box-3 .desc {
  font-size: var(--fs16);
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666666;
}
.index-box-3 .time {
  font-size: var(--fs16);
  line-height: 24px;
  color: #c5c5c5;
}
.index-box-3 .imore {
  margin-top: 0.36rem;
}
.imore {
  display: inline-block;
  font-size: var(--fs16);
  line-height: 24px;
  color: #999;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.imore:hover {
  color: #012a8b;
}
.imore:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.imore i {
  display: inline-block;
  width: 0.14rem;
  height: 0.1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/img/right2.png);
  position: relative;
  vertical-align: middle;
  top: -2px;
  margin-left: 0.12rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
@media screen and (max-width: 1600px) {
  .index-box-2 ul li {
    padding: 0 0.3rem;
  }
  .index-box-3 .left .desc {
    margin: 0.1rem auto 0.15rem;
  }
  .index-box-3 .imore {
    margin-top: 0.26rem;
  }
  .index-box-3 .left li .info {
    padding: 0.36rem;
  }
  .index-box-3 .pic img {
    height: 3.06rem;
  }
  .index-box-3 .right .desc {
    margin: 0.05rem auto 0.1rem;
  }
  .index-box-3 .right li {
    padding: 0.2rem 0;
  }
  .index-box-3 .right {
    padding: 0 0.36rem;
  }
  .index-box-3 .main .title {
    line-height: 0.32rem;
    height: 0.64rem;
  }
  .index-box-2 .title {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 1004px) {
  .index-title-box {
    margin-bottom: 0.6rem;
  }
  .index-title-box .en {
    font-family: "mb";
    font-size: 0.6rem;
  }
  .index-title-box .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .index-swiper .index-more {
    line-height: 0.7rem;
    border-radius: 0.35rem;
  }
  .index-swiper .index-more i {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.12rem;
  }
  .index-swiper .index-more.white:before {
    border-radius: 0.35rem;
  }
  .index-swiper .index-swiper-pagination {
    display: none!important;
  }
  .index-box-1 .info {
    top: 15%;
    height: auto;
    display: block;
    padding-bottom: 0;
  }
  .index-box-1 .box-container {
    text-align: center;
  }
  .index-box-1 .caption,
  .index-box-1 .desc {
    width: 100%;
  }
  .index-box-1 .caption {
    font-size: var(--fs40);
    margin-bottom: 0.4rem;
  }
  .index-box-1 .desc {
    line-height: 0.44rem;
    font-size: var(--fs15);
    margin-bottom: 0.6rem;
    height: inherit;
    text-align: center;
  }
  .index-box-1 .play {
    position: relative;
    right: 0;
    top: 0;
    width: 0.8rem;
    height: 0.8rem;
    margin: 2rem auto 0;
  }
  .index-box-1 .index-more {
    margin: 0 auto;
  }
  .index-box-2 .cats {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    padding: 0.6rem 0.3rem 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .index-box-2 ul {
    display: block;
    height: auto;
    width: 100%;
  }
  .index-box-2 ul li {
    width: 100%;
    background: none;
    margin-right: 0;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .index-box-2 ul li:before {
    display: none;
  }
  .index-box-2 ul li:last-child {
    margin-bottom: 0;
  }
  .index-box-2 ul li.on .info:before {
    opacity: 1;
    visibility: visible;
  }
  .index-box-2 ul li.on .info:after {
    opacity: 0;
    visibility: hidden;
  }
  .index-box-2 ul li .info {
    padding: 0.4rem 0.3rem;
    border-radius: 0.3rem;
  }
  .index-box-2 ul li .info:before,
  .index-box-2 ul li .info:after {
    border-radius: 0.3rem;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
  }
  .index-box-2 ul li .info:before {
    z-index: 2;
    background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
    background-blend-mode: normal, normal;
    opacity: 0;
    visibility: hidden;
  }
  .index-box-2 ul li .info:after {
    border: solid 1px rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    z-index: -1;
  }
  .index-box-2 ul li .info * {
    position: relative;
    z-index: 10;
  }
  .index-box-2 .icon {
    width: 0.7rem;
  }
  .index-box-2 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin: 0.2rem auto 0;
  }
  .index-box-2 .brief,
  .index-box-2 .en,
  .index-box-2 .hidebox {
    display: none;
  }
  .index-box-3 {
    padding-top: 1rem;
  }
  .index-box-3 .index-title-box {
    text-align: center;
  }
  .index-box-3 .index-more {
    position: relative;
    top: 0;
  }
  .index-box-3 .main {
    display: block;
  }
  .index-box-3 .main .title {
    font-size: var(--fs18);
    line-height: 0.42rem;
    height: 0.84rem;
  }
  .index-box-3 .left {
    width: 100%;
  }
  .index-box-3 .left ul {
    display: block;
  }
  .index-box-3 .left li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .index-box-3 .left li a {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
  }
  .index-box-3 .left li .info {
    width: 50%;
    padding: 0.36rem;
  }
  .index-box-3 .left li .pic {
    width: 50%;
  }
  .index-box-3 .left li .pic img {
    height: 100%;
    object-fit: cover;
  }
  .index-box-3 .left li .title {
    height: 1.26rem;
    -webkit-line-clamp: 3;
    margin-bottom: 0.3rem;
  }
  .index-box-3 .left .desc {
    display: none;
  }
  .index-box-3 .pic img {
    height: auto;
  }
  .index-box-3 .right {
    width: 100%;
  }
  .index-box-3 .right li {
    padding: 0.25rem 0;
    display: none;
  }
  .index-box-3 .right li:nth-child(-n+2) {
    display: block;
  }
  .index-box-3 .right .desc {
    margin: 0.07rem auto 0.15rem;
  }
  .index-box-3 .desc {
    font-size: var(--fs14);
    line-height: 20px;
    height: 40px;
  }
  .index-box-3 .time {
    font-size: var(--fs14);
    line-height: 20px;
  }
  .index-box-3 .imore {
    display: none;
  }
  .index-box-3 .index-more {
    margin: 0.48rem auto 0;
  }
  .imore {
    font-size: var(--fs14);
    line-height: 20px;
  }
  .imore i {
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.16rem;
  }
}
.page-title-box {
  margin-bottom: 0.6rem;
}
.page-title-box.center {
  text-align: center;
}
.page-title-box.center .line {
  margin-left: auto;
  margin-right: auto;
}
.page-title-box.animated .line {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.page-title-box.white .brief,
.page-title-box.white .title {
  color: #fff;
}
.page-title-box.white .line {
  background: #fff;
}
.page-title-box .title {
  font-weight: 700;
  font-size: var(--fs48);
  line-height: 0.6rem;
  margin-bottom: 0.24rem;
}
.page-title-box .line {
  width: 0.46rem;
  height: 2px;
  background: #cbcbcb;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition-delay: 0.2s;
}
.page-title-box .brief {
  font-size: var(--fs16);
  line-height: 0.3rem;
  font-family: initial;
  margin-top: 0.35rem;
}
.page-title-box p {
  font-family: "en_light";
  font-size: var(--fs20);
  line-height: 22px;
  color: #999;
}
.contact-wrapper {
  /* input placeholder  */
}
.contact-wrapper .box-1 .list {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.contact-wrapper .box-1 .item {
  position: relative;
  width: 23.76%;
  padding: 0.52rem 0.4rem 0.5rem;
  background-color: #f5f5f5;
  border-radius: 0.1rem;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  margin-right: 1.653%;
}
.contact-wrapper .box-1 .item:nth-child(-n+4) {
  margin-top: 0;
}
.contact-wrapper .box-1 .item:nth-child(4n) {
  margin-right: 0;
}
.contact-wrapper .box-1 .item:hover:before {
  opacity: 1;
  visibility: visible;
}
.contact-wrapper .box-1 .item:hover .title,
.contact-wrapper .box-1 .item:hover .contact,
.contact-wrapper .box-1 .item:hover .contact li {
  color: #fff;
}
.contact-wrapper .box-1 .item:hover .line {
  background: #fff;
}
.contact-wrapper .box-1 .item:hover:after {
  transform: translate(0px, 0px) scale(1);
}
.contact-wrapper .box-1 .item:hover .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
.contact-wrapper .box-1 .item:hover .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.contact-wrapper .box-1 .item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 0.1rem;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}
.contact-wrapper .box-1 .item:after {
  content: "";
  width: 63.13%;
  height: 0.76rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/img/contactbg.png);
  transform: translate(0.1rem, 0.1rem) scale(0.9);
  transition: all 0.65s ease;
  -webkit-transition: all 0.65s ease;
  -moz-transition: all 0.65s ease;
  -ms-transition: all 0.65s ease;
  -o-transition: all 0.65s ease;
}
.contact-wrapper .box-1 .item .info {
  position: relative;
  z-index: 10;
}
.contact-wrapper .box-1 .item .title,
.contact-wrapper .box-1 .item .contact,
.contact-wrapper .box-1 .item .contact li {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.contact-wrapper .box-1 .item .title {
  font-size: var(--fs30);
  line-height: 0.36rem;
  letter-spacing: 1px;
  margin: 0.37rem auto 0.2rem;
}
.contact-wrapper .box-1 .item .line {
  width: 0.3rem;
  height: 0.03rem;
  background-color: #cbcbcb;
  transition: background 0.35s ease;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
}
.contact-wrapper .box-1 .icon {
  position: relative;
  width: 0.71rem;
  height: 0.71rem;
}
.contact-wrapper .box-1 .icon img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.contact-wrapper .box-1 .icon .on {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  opacity: 0;
  visibility: hidden;
}
.contact-wrapper .box-1 .contact,
.contact-wrapper .box-1 .contact li {
  font-family: "light";
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666666;
}
.contact-wrapper .box-1 .contact {
  margin-top: 0.33rem;
}
.contact-wrapper .box-1 .contact li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.contact-wrapper .box-1 .contact li span:nth-child(2) {
  flex: 1;
}
.contact-wrapper .box-2 {
  background: url(/img/contactbg.jpg) no-repeat fixed center center;
  background-size: cover;
}
.contact-wrapper .box-2 .left {
  position: relative;
  width: 42.86%;
}
.contact-wrapper .box-2 .right {
  width: 51.42%;
}
.contact-wrapper .btn-box {
  position: relative;
}
.contact-wrapper .btn-box.phone {
  display: none;
}
.contact-wrapper .btn-box:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/submitbg.png) repeat-x left top;
  position: absolute;
  left: 0;
  bottom: calc(-100% - 1px);
  z-index: 10;
}
.contact-wrapper ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs14);
}
.contact-wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs14);
}
.contact-wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs14);
}
.contact-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs14);
}
.contact-wrapper .form {
  width: 83.33%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  padding: 0.64rem 0.8rem;
  margin: 0 auto;
}
.contact-wrapper .form .group > span,
.contact-wrapper .form .caption {
  font-size: var(--fs16);
  color: #222;
}
.contact-wrapper .group {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 0.32rem;
  padding-bottom: 0.06rem;
}
.contact-wrapper .group span {
  display: inline-block;
}
.contact-wrapper .caption {
  line-height: 24px;
  margin-bottom: 0.1rem;
}
.contact-wrapper .text {
  flex: 1;
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.contact-wrapper .msg {
  width: 100%;
  font-size: var(--fs16);
  height: 3.08rem;
  resize: none;
  line-height: 0.3rem;
  padding: 0.14rem 0.24rem;
  border: solid 1px #e5e5e5;
}
.contact-wrapper .submit {
  display: block;
  width: 100%;
  line-height: 0.56rem;
  background-image: linear-gradient(90deg, #0264de 0%, #08358d 100%), linear-gradient(#ffaa00, #ffaa00);
  background-blend-mode: normal, 
			normal;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-family: initial;
  font-size: var(--fs16);
  font-weight: 700;
}
.news-wrapper .recommend-box {
  margin-bottom: 1rem;
}
.news-wrapper .recommend-box a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.news-wrapper .recommend-box a:hover .more:after {
  animation: TopBtn 1.5s ease-out;
  -webkit-animation: TopBtn 1.5s ease-out;
}
.news-wrapper .recommend-box .pic {
  width: 39.06%;
}
.news-wrapper .recommend-box .info {
  flex: 1;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  background: #f2f2f2;
  padding: 0 1.2rem 0 1rem;
}
.news-wrapper .recommend-box .info:hover .title {
  color: #012a8b;
}
.news-wrapper .recommend-box .info .inner {
  width: 100%;
}
.news-wrapper .recommend-box .title {
  font-size: var(--fs28);
  line-height: 0.44rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  max-height: 0.88rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-wrapper .recommend-box .desc {
  font-size: var(--fs16);
  line-height: 0.32rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.64rem;
  margin: 0.12rem auto 0.48rem;
}
.news-wrapper .recommend-box .time {
  font-family: "mb";
  font-size: var(--fs30);
  line-height: 0.3rem;
  color: #000000;
  opacity: 0.25;
  margin-bottom: 0.27rem;
}
.news-wrapper .more {
  width: 0.58rem;
  height: 0.58rem;
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  border-radius: 50%;
  position: relative;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.news-wrapper .more:hover {
  box-shadow: 0 2px 30px rgba(3, 87, 201, 0.3);
}
.news-wrapper .more:hover:after {
  animation: TopBtn 1.5s ease-out;
  -webkit-animation: TopBtn 1.5s ease-out;
}
.news-wrapper .more:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/img/right3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.18rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.news-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.news-wrapper .list li {
  width: 31.12%;
  margin-right: 3.32%;
  margin-top: 0.74rem;
  list-style-type: none;
  background-color: #ffffff;
  box-shadow: 0px 5px 45px 0px rgba(0, 0, 0, 0.09);
}
.news-wrapper .list li:hover .desc,
.news-wrapper .list li:hover .title {
  color: #fff;
}
.news-wrapper .list li:hover .time {
  color: rgba(255, 255, 255, 0.4);
}
.news-wrapper .list li:hover .info:before {
  opacity: 1;
  visibility: visible;
}
.news-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .list li a {
  display: block;
}
.news-wrapper .list .pic img {
  height: 3.2rem;
  object-fit: cover;
}
.news-wrapper .list .info {
  position: relative;
  padding: 0.38rem 0.45rem 0.46rem;
}
.news-wrapper .list .info:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.news-wrapper .list .info > div {
  position: relative;
  z-index: 10;
}
.news-wrapper .list .title {
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--fs20);
  line-height: 0.3rem;
  color: #333333;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  height: 0.6rem;
}
.news-wrapper .list .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: rgba(0, 0, 0, 0.75);
  margin: 0.15rem auto 0;
}
.news-wrapper .list .time {
  font-family: "mb";
  font-size: var(--fs20);
  line-height: 0.3rem;
  color: #333333;
  opacity: 0.3;
}
.newsinfo-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsinfo-wrapper .left {
  width: 67.83%;
}
.newsinfo-wrapper .top {
  margin-bottom: 0.54rem;
}
.newsinfo-wrapper .top h1 {
  font-weight: 700;
  font-size: var(--fs36);
  line-height: 0.48rem;
  margin-bottom: 0.48rem;
}
.newsinfo-wrapper .other span {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ccc;
  font-family: "mb";
  margin-right: 0.18rem;
}
.newsinfo-wrapper .other span:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .other img,
.newsinfo-wrapper .other span {
  vertical-align: middle;
}
.newsinfo-wrapper .other img {
  position: relative;
  top: -2px;
  height: 0.18rem;
  margin-right: 0.08rem;
}
.newsinfo-wrapper .right {
  width: 24.04%;
}
.newsinfo-wrapper .right ul {
  list-style-type: none;
}
.newsinfo-wrapper .right li {
  padding-bottom: 0.44rem;
  margin-bottom: 0.44rem;
  border-bottom: 1px solid #f5f5f5;
}
.newsinfo-wrapper .right li:hover .title {
  color: #012a8b;
}
.newsinfo-wrapper .right .title {
  font-size: var(--fs24);
  line-height: 0.36rem;
  height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333333;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.newsinfo-wrapper .right .desc {
  font-size: var(--fs16);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.6rem;
  line-height: 0.3rem;
  color: #999999;
  margin: 0.04rem auto 0.14rem;
}
.newsinfo-wrapper .caption-box {
  margin-bottom: 0.35rem;
}
.newsinfo-wrapper .caption-box h5 {
  font-weight: 700;
  font-family: initial;
  font-size: var(--fs22);
  line-height: 0.34rem;
  color: #393435;
}
.newsinfo-wrapper .caption-box p {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-top: 0.05rem;
}
.newsinfo-wrapper .time {
  font-family: "en_light";
  font-size: var(--fs16);
  line-height: 24px;
  color: #012a8b;
  font-weight: 700;
}
.newsinfo-wrapper .content {
  font-family: initial;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #777777;
}
.newsinfo-wrapper .relative-box {
  margin-bottom: 0.42rem;
}
.newsinfo-wrapper .relative-box p {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 0.15rem;
}
.newsinfo-wrapper .relative-box p:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .relative-box p,
.newsinfo-wrapper .relative-box p a {
  font-size: var(--fs16);
}
.newsinfo-wrapper .relative-box p {
  color: #333;
}
.newsinfo-wrapper .relative-box p:hover a {
  color: #012a8b;
}
.newsinfo-wrapper .relative-box p a {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  max-width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newsinfo-wrapper .relative-box p span {
  color: #999;
}
.newsinfo-wrapper .share-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.newsinfo-wrapper .share-box a {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  position: relative;
  margin-right: 0.15rem;
}
.newsinfo-wrapper .share-box a:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .share-box a:hover .init {
  opacity: 0;
  visibility: hidden;
}
.newsinfo-wrapper .share-box a:hover .on {
  opacity: 1;
  visibility: visible;
}
.newsinfo-wrapper .share-box a img {
  display: block;
  width: 100%;
}
.newsinfo-wrapper .share-box a .on {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.newsinfo-wrapper .return {
  line-height: 0.5rem;
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  border-radius: 0.25rem;
  display: block;
  color: #fff;
  text-align: center;
  font-family: initial;
  font-size: var(--fs16);
  margin-top: 0.5rem;
}
.newsinfo-wrapper .return i {
  display: inline-block;
  width: 0.14rem;
  height: 0.12rem;
  background-image: url(/img/list.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.1rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.btn-hover {
  position: relative;
  overflow: hidden;
}
.btn-hover span {
  position: relative;
  z-index: 10;
}
.cate-box {
  text-align: center;
  margin-bottom: 0.6rem;
}
.cate-box a.on {
  color: #fff;
}
.cate-box a.on:before {
  opacity: 1;
  visibility: visible;
}
.cate-box a {
  position: relative;
  display: inline-block;
  min-width: 1.5rem;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  font-size: var(--fs16);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  padding: 0 0.2rem;
  margin-right: 0.1rem;
}
.cate-box a:last-child {
  margin-right: 0;
}
.cate-box a:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
.cate-box span {
  position: relative;
  z-index: 10;
}
.download-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style-type: none;
}
.download-wrapper .list li {
  width: 32.03%;
  margin-right: 1.955%;
  margin-top: 0.56rem;
}
.download-wrapper .list li:nth-child(-n+3) {
  margin-top: 0;
}
.download-wrapper .list li:nth-child(3n) {
  margin-right: 0;
}
.download-wrapper .list li:hover .pic:after {
  opacity: 0.7;
  visibility: visible;
}
.download-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.download-wrapper .list li:hover .icon {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.download-wrapper .list li:hover .title {
  color: #012a8b;
}
.download-wrapper .list .title {
  font-size: var(--fs20);
  line-height: 0.3rem;
  max-height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.26rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.download-wrapper .pic {
  position: relative;
}
.download-wrapper .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.download-wrapper .pic img {
  height: 2.86rem;
  object-fit: cover;
}
.download-wrapper .icon {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ffffff;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-family: initial;
  font-size: var(--fs14);
  padding-top: 0.18rem;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.3s;
  transform: translateY(-2rem);
  -webkit-transform: translateY(-2rem);
  -moz-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  -o-transform: translateY(-2rem);
  opacity: 0;
  visibility: hidden;
}
.download-wrapper .icon i {
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  margin: 0 auto 0.05rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/img/download.png);
}
.maintenance-wrapper ul {
  list-style-type: none;
}
.maintenance-wrapper li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  line-height: 0.8rem;
  background-color: #f7f7f7;
  position: relative;
  padding: 0 0.9rem 0 0.4rem;
  margin-bottom: 0.2rem;
}
.maintenance-wrapper li:last-child {
  margin-bottom: 0;
}
.maintenance-wrapper li:before {
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
.maintenance-wrapper li:hover:before {
  opacity: 1;
  visibility: visible;
}
.maintenance-wrapper li:hover .time {
  color: rgba(255, 255, 255, 0.7);
}
.maintenance-wrapper li:hover .title {
  color: #fff;
}
.maintenance-wrapper li:hover .title i {
  color: #fff;
  background-image: url(/img/cloud2.png);
}
.maintenance-wrapper li .title,
.maintenance-wrapper li .time {
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.maintenance-wrapper li .title {
  position: relative;
  font-size: 16px;
  color: #333;
  flex: 1;
  padding-right: 1.5rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.maintenance-wrapper li .title i {
  font-size: var(--fs16);
  line-height: 0.8rem;
  color: #999999;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  background-image: url(/img/cloud.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.26rem;
  padding-left: 0.36rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.maintenance-wrapper .time {
  font-family: "en_regular";
  font-size: 18px;
  width: 1.5rem;
  color: rgba(178, 180, 182, 0.8);
}
.service-wrapper .box-1 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.service-wrapper .box-1 .item {
  position: relative;
  width: 49.02%;
  min-height: 3rem;
  margin-top: 1.96%;
  background-color: #ffffff;
  box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.08);
  padding: 0.4rem 0.5rem;
  overflow: hidden;
}
.service-wrapper .box-1 .item:nth-child(-n+2) {
  margin-top: 0;
}
.service-wrapper .box-1 .item:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.service-wrapper .box-1 .item:hover .circle {
  opacity: 1;
}
.service-wrapper .box-1 .item:hover .circle:before {
  animation: kusan 2s infinite ease;
  -webkit-animation: kusan 2s infinite ease;
}
.service-wrapper .box-1 .item:hover .circle:after {
  animation: kusan2 1.5s infinite ease;
  -webkit-animation: kusan2 1.5s infinite ease;
}
.service-wrapper .box-1 .item:before {
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform-origin: left center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.service-wrapper .box-1 .item .title {
  font-weight: 700;
  font-size: var(--fs26);
  color: #000000;
  background: url(/img/circle.png) no-repeat left top 0.08rem;
  background-size: 0.3rem;
  line-height: 0.36rem;
  margin-bottom: 0.13rem;
  padding-left: 0.45rem;
}
.service-wrapper .box-1 .desc {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #666666;
}
.service-wrapper .box-1 .circle {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  bottom: -0.35rem;
  right: -0.3rem;
  transition: all 0.36s;
}
.service-wrapper .box-1 .circle:after {
  content: "";
  width: 130%;
  height: 130%;
  border-radius: 50%;
  border-width: 2px;
  border-color: rgba(8, 44, 126, 0.059);
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-wrapper .box-1 .circle:before {
  content: "";
  width: 173%;
  height: 173%;
  border-radius: 50%;
  border-width: 2px;
  border-color: rgba(8, 44, 126, 0.031);
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-wrapper .box-2 {
  background: #f6f7f8;
}
.service-wrapper .box-2 .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.8rem;
}
.service-wrapper .box-2 .item:last-child {
  margin-bottom: 0;
}
.service-wrapper .box-2 .item:nth-child(even) {
  flex-direction: row-reverse;
}
.service-wrapper .box-2 .item .title {
  font-weight: 700;
  font-size: var(--fs30);
  color: #012a8b;
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
}
.service-wrapper .box-2 .pic {
  width: 50%;
}
.service-wrapper .box-2 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.service-wrapper .box-2 .info {
  width: 41.66%;
}
.service-wrapper .box-2 .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.service-wrapper .box-2 .key {
  font-family: "me";
  font-size: 1.2rem;
  line-height: 1rem;
  margin-bottom: 0.46rem;
  background-image: -webkit-linear-gradient(80deg, rgba(2, 100, 222, 0.1), rgba(8, 53, 141, 0.7));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.service-wrapper .box-3 .swiper-container {
  padding: 0.3rem 0.3rem 0;
  margin: -0.3rem -0.3rem 0;
}
.service-wrapper .box-3 .swiper-slide {
  width: 5.4rem;
}
.service-wrapper .box-3 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.service-wrapper .box-3 .swiper-slide-active p {
  opacity: 1;
  visibility: visible;
}
.service-wrapper .box-3 .pic-box {
  background: #fff;
  padding: 0.1rem;
  overflow: hidden;
  border-radius: 0.1rem;
  box-shadow: 0px 6px 25px 0px rgba(51, 51, 51, 0.19);
}
.service-wrapper .box-3 p {
  font-size: var(--fs24);
  color: #333333;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  margin-top: 0.42rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.service-wrapper .box-3 .swiper-btn {
  width: 0.5rem;
  height: 0.5rem;
}
.service-wrapper .box-3 .prev {
  left: -0.63rem;
  background-image: url(/img/prev.png);
}
.service-wrapper .box-3 .prev:hover {
  background-image: url(/img/prev2.png);
}
.service-wrapper .box-3 .next {
  right: -0.63rem;
  background-image: url(/img/next.png);
}
.service-wrapper .box-3 .next:hover {
  background-image: url(/img/next2.png);
}
.device-wrapper ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.device-wrapper li {
  width: 31.51%;
  margin-right: 2.735%;
  margin-top: 2.735%;
  background-color: #ffffff;
  border: solid 1px #ddd;
  padding: 0.15rem 0.22rem 0.44rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.device-wrapper li:hover {
  border-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
.device-wrapper li:hover .title {
  color: #012a8b;
}
.device-wrapper li:hover .learn {
  color: #fff;
}
.device-wrapper li:hover .learn:after {
  opacity: 1;
  visibility: visible;
}
.device-wrapper li .title {
  font-weight: 700;
  font-size: var(--fs24);
  text-align: center;
  color: #333333;
  line-height: 0.36rem;
  margin: 0.16rem auto 0.36rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.36rem;
}
.device-wrapper .pic img {
  height: 3.54rem;
  object-fit: contain;
}
.learn {
  display: block;
  margin: 0 auto;
  width: 1.5rem;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  position: relative;
  text-align: center;
  font-size: var(--fs16);
  color: #666666;
  overflow: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.learn:hover {
  color: #fff;
}
.learn:before,
.learn:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.25rem;
}
.learn:before {
  box-sizing: border-box;
  z-index: 0;
  border: solid 1px #dddddd;
}
.learn:after {
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.learn .btnbg {
  z-index: 2;
}
.productionline-wrapper .box-1 .page-title-box {
  margin-bottom: 0.4rem;
}
.productionline-wrapper .box-1 .page-title-box .line {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.productionline-wrapper .box-1 .item {
  background: url(/img/index3bg.jpg) no-repeat center center;
  background-size: cover;
}
.productionline-wrapper .box-1 .item:nth-child(odd) .box-container {
  flex-direction: row-reverse;
}
.productionline-wrapper .box-1 .item:nth-child(even) {
  background: #fff;
}
.productionline-wrapper .box-1 .item:first-child .box-container {
  align-items: flex-start;
}
.productionline-wrapper .box-1 .item:first-child .line {
  display: none;
}
.productionline-wrapper .box-1 .item .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.productionline-wrapper .box-1 .video-box {
  position: relative;
  width: 48.83%;
}
.productionline-wrapper .box-1 .video-box.on .pic {
  display: none;
}
.productionline-wrapper .box-1 .video-box.on video {
  display: block;
}
.productionline-wrapper .box-1 .video-box video {
  width: 100%;
  display: none;
}
.productionline-wrapper .box-1 .video-box .pic {
  width: 100%;
  background: #000;
}
.productionline-wrapper .box-1 .video-box .pic img {
  opacity: 0.5;
}
.productionline-wrapper .box-1 .playIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.35rem;
  margin-left: -0.35rem;
}
.productionline-wrapper .box-1 .pic {
  width: 48.83%;
}
.productionline-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.productionline-wrapper .box-1 .info {
  width: 42.97%;
}
.productionline-wrapper .box-1 .desc {
  line-height: 0.3rem;
}
.productionline-wrapper .box-1 .desc ul {
  list-style-type: none;
}
.productionline-wrapper .box-1 .desc li {
  position: relative;
  margin-bottom: 0.06rem;
  padding-left: 0.2rem;
}
.productionline-wrapper .box-1 .desc li:last-child {
  margin-bottom: 0;
}
.productionline-wrapper .box-1 .desc li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #012a8b;
  position: absolute;
  left: 0;
  top: calc((.3rem - 4px) / 2);
  z-index: 1;
}
.productionline-wrapper .box-1 .desc,
.productionline-wrapper .box-1 .desc li {
  font-size: var(--fs16);
  color: #666666;
}
.productionline-wrapper .box-1 .index-more {
  margin-top: 0.72rem;
}
.productionline-wrapper .case-box {
  background-color: #f7f7f7;
}
.case-box .top {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.case-box .swiper-slide {
  width: 32.031%;
  margin-right: 1.9535%;
}
.case-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-box .swiper-slide:hover p {
  color: #012a8b;
}
.case-box .swiper-slide p {
  font-size: var(--fs20);
  line-height: 0.3rem;
  color: #333333;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  margin-top: 0.24rem;
}
.case-box .pic img {
  height: 2.86rem;
  object-fit: cover;
}
.case-box .item {
  display: none;
}
.case-box .index-more {
  margin: 0.74rem auto 0;
}
.index-more {
  width: 1.8rem;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  color: #fff;
  font-size: var(--fs16);
}
.case-wrapper .list ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.case-wrapper .list li {
  width: 32.031%;
  margin-top: 0.54rem;
  margin-right: 1.9535%;
}
.case-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-wrapper .list li:hover p {
  color: #012a8b;
}
.case-wrapper .list li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: var(--fs20);
  line-height: 0.3rem;
  margin-top: 0.25rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.case-wrapper .pic img {
  height: 2.86rem;
  object-fit: cover;
}
.caseinfo-wrapper {
  position: relative;
}
.caseinfo-wrapper:before {
  content: "";
  width: 100%;
  height: 61.65%;
  background: url(/img/cibg.jpg) no-repeat fixed center top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.caseinfo-wrapper .box-container {
  position: relative;
  z-index: 10;
}
.caseinfo-wrapper .swiper-slide:after {
  content: "";
  width: 100%;
  height: 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(/img/cibg.png) repeat-x left bottom;
}
.caseinfo-wrapper .swiper-pagination {
  display: block;
  bottom: 0.48rem;
  font-size: 0;
  text-align: center;
}
.caseinfo-wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.54rem;
  height: 3px;
  border-radius: 0px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.caseinfo-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.caseinfo-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.caseinfo-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.caseinfo-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.caseinfo-wrapper .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0 ;
  top: 0;
  z-index: 10;
  background: #fff;
}
.caseinfo-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation: line 4s linear forwards;
}
.swiperbtn {
  width: 0.42rem;
  height: 0.42rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
}
.swiperbtn:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.swiperbtn:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  border-radius: 50%;
}
.swiperbtn i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 10;
  transition: background 0.35 ease;
  -webkit-transition: background 0.35 ease;
  -moz-transition: background 0.35 ease;
  -ms-transition: background 0.35 ease;
  -o-transition: background 0.35 ease;
}
.swiperbtn.prev {
  left: -0.21rem;
}
.swiperbtn.prev:hover i {
  background-image: url(/img/prev4.png);
}
.swiperbtn.prev i {
  background-image: url(/img/prev3.png);
}
.swiperbtn.next {
  right: -0.21rem;
}
.swiperbtn.next:hover i {
  background-image: url(/img/next4.png);
}
.swiperbtn.next i {
  background-image: url(/img/next3.png);
}
.goodsinfo-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goodsinfo-wrapper .box-1 .content {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.goodsinfo-wrapper .box-1 .swiperbtn {
  width: 0.56rem;
  height: 0.56rem;
  transform: none;
  background-color: #f7f7f7;
  box-shadow: none;
}
.goodsinfo-wrapper .box-1 .swiperbtn.prev {
  top: 0;
  left: 50%;
  margin-left: -0.28rem;
}
.goodsinfo-wrapper .box-1 .swiperbtn.prev:hover i {
  background-image: url(/img/gi-up2.png);
}
.goodsinfo-wrapper .box-1 .swiperbtn.prev i {
  background-image: url(/img/gi-up.png);
}
.goodsinfo-wrapper .box-1 .swiperbtn.next {
  top: auto;
  left: 50%;
  right: auto;
  bottom: 0;
  margin-left: -0.28rem;
}
.goodsinfo-wrapper .box-1 .swiperbtn.next:hover i {
  background-image: url(/img/gi-down2.png);
}
.goodsinfo-wrapper .box-1 .swiperbtn.next i {
  background-image: url(/img/gi-down.png);
}
.goodsinfo-wrapper .info-box {
  width: 41.67%;
}
.goodsinfo-wrapper .pic-box {
  width: 52.6%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goodsinfo-wrapper .bigImg-swiper {
  width: calc(100% - 1.46rem);
  background-color: #f7f7f7;
  margin: 0;
}
.goodsinfo-wrapper .bigImg-swiper .swiper-slide-active img {
  opacity: 1;
  visibility: visible;
}
.goodsinfo-wrapper .bigImg-swiper img {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  mix-blend-mode: multiply;
}
.goodsinfo-wrapper .bigImg-swiper .swiper-pagination {
  display: none;
}
.goodsinfo-wrapper .thumb-box {
  position: relative;
  width: 1.12rem;
  padding: 0.84rem 0;
}
.goodsinfo-wrapper .thumb-box .swiper-container {
  height: 3.48rem;
}
.goodsinfo-wrapper .thumb-box .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goodsinfo-wrapper .thumb-box .swiper-slide.on .line_t,
.goodsinfo-wrapper .thumb-box .swiper-slide:hover .line_t,
.goodsinfo-wrapper .thumb-box .swiper-slide.on .line_b,
.goodsinfo-wrapper .thumb-box .swiper-slide:hover .line_b {
  width: 100%;
}
.goodsinfo-wrapper .thumb-box .swiper-slide.on .line_r,
.goodsinfo-wrapper .thumb-box .swiper-slide:hover .line_r,
.goodsinfo-wrapper .thumb-box .swiper-slide.on .line_l,
.goodsinfo-wrapper .thumb-box .swiper-slide:hover .line_l {
  height: 100%;
}
.goodsinfo-wrapper .thumb-box .swiper-slide img {
  cursor: pointer;
  height: 1.12rem;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.goodsinfo-wrapper .thumb-box span {
  position: absolute;
  background: #012a8b;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.goodsinfo-wrapper .thumb-box .line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.goodsinfo-wrapper .thumb-box .line_r {
  top: 0;
  right: 0;
  width: 2px;
  height: 0;
}
.goodsinfo-wrapper .thumb-box .line_b {
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
}
.goodsinfo-wrapper .thumb-box .line_l {
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
}
.goodsinfo-wrapper .btn-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: 0.48rem;
}
.goodsinfo-wrapper .btn-box a {
  margin: 0 0.3rem 0 0;
}
.goodsinfo-wrapper .btn-box a:last-child {
  margin-right: 0;
}
.goodsinfo-wrapper .btn-box a:hover {
  background: #012a8b;
  color: #fff;
}
.goodsinfo-wrapper .btn-box a:hover:before {
  border-color: #012a8b;
}
.goodsinfo-wrapper .box-2 {
  background: #f7f7f7;
}
.goodsinfo-wrapper .content table {
  width: 100%;
  border: solid 1px #bfbfbf;
}
.goodsinfo-wrapper .content table tr:nth-child(odd) th,
.goodsinfo-wrapper .content table tr:nth-child(odd) td {
  background-color: #e7e7ef;
}
.goodsinfo-wrapper .content table tr th,
.goodsinfo-wrapper .content table tr td {
  text-align: center;
  border: solid 1px #bfbfbf;
  line-height: 0.3rem;
  padding: 0.2rem 0.3rem;
  font-size: var(--fs16);
}
.goodsinfo-wrapper video {
  width: 100%;
}
.page-caption {
  position: relative;
  font-weight: 700;
  line-height: 0.36rem;
  font-size: var(--fs30);
  color: #012a8b;
  margin-bottom: 0.4rem;
  padding-left: 0.25rem;
}
.page-caption:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.03rem;
  z-index: 1;
  width: 0.06rem;
  height: 0.3rem;
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
}
.info-wrapper > div {
  padding: 0.8rem 0;
}
.info-wrapper > div:first-child {
  padding-top: 0;
}
.info-wrapper > div:nth-child(even) {
  background: #f7f7f7;
}
.info-wrapper .box-1 .page-title-box .line {
  display: none;
}
.info-wrapper .box-2 ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.info-wrapper .box-2 li {
  width: 47.39%;
  margin-top: 0.52rem;
}
.info-wrapper .box-2 li:nth-child(-n+2) {
  margin-top: 0;
}
.info-wrapper .box-2 li .title {
  line-height: 0.6rem;
  text-align: center;
  background: #fff;
  font-size: var(--fs18);
  margin-bottom: 0.3rem;
}
.info-wrapper .content {
  line-height: 0.3rem;
  margin-bottom: 0.5rem;
}
.info-wrapper .content:last-child {
  margin-bottom: 0;
}
.info-wrapper .content > ul > li {
  position: relative;
  list-style-type: none;
  padding-left: 0.15rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.info-wrapper .content > ul > li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #012a8b;
  position: absolute;
  left: 0;
  top: calc((.3rem - 4px) / 2);
  z-index: 1;
  border-radius: 50%;
}
.info-wrapper .content > ul > li b {
  color: #333;
}
.info-wrapper .content > ul > li > span {
  flex: 1;
}
.info-wrapper .content,
.info-wrapper .content > ul > li {
  font-size: var(--fs16);
  color: #666;
}
.info-wrapper .box-4.hasSwiper .swiperbtn {
  display: block;
}
.info-wrapper .box-4 .swiperbtn {
  display: none;
}
.info-wrapper .pic-swiper .swiper-slide {
  width: 32.03%;
  margin-right: 1.955%;
}
.info-wrapper .pic-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.info-wrapper .pic-swiper .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.info-wrapper .pic-swiper img {
  height: 2.86rem;
  object-fit: cover;
}
.video-box {
  position: relative;
}
.video-box:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-box img {
  transition-duration: 2s;
}
.play {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.35rem;
  margin-top: -0.35rem;
  z-index: 10;
  cursor: pointer;
}
.play.md {
  width: 0.8rem;
  height: 0.8rem;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
}
.play:before,
.play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.play:before {
  animation: iconScale2 2.4s linear infinite;
}
.play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.play i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/play.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  z-index: 10;
}
.line-wrapper > div:nth-child(even) {
  background: #f7f7f7;
}
.line-wrapper .box-1 {
  background: url(/img/index3bg.jpg) no-repeat center center;
  background-size: cover;
}
.line-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
.line-wrapper .box-1 .page-title-box {
  margin-bottom: 0.4rem;
}
.line-wrapper .box-1 .info {
  width: 45%;
}
.line-wrapper .box-1 .info > ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin: 0.7rem auto;
}
.line-wrapper .box-1 .info > ul > li {
  width: 33.33%;
  padding: 0 0.2rem;
}
.line-wrapper .box-1 .info > ul > li:hover img {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.line-wrapper .box-1 .info > ul > li img {
  display: block;
  width: 0.44rem;
  margin: 0 auto;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.line-wrapper .box-1 .info > ul > li p {
  text-align: center;
  font-size: var(--fs16);
  color: #313131;
  line-height: 0.3rem;
  margin-top: 0.14rem;
}
.line-wrapper .box-1 .content {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.line-wrapper .box-1 .pic {
  width: 48.82%;
}
.line-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.line-wrapper .box-1 .video-box {
  position: relative;
  width: 48.82%;
  background: #000;
}
.line-wrapper .box-1 .video-box img {
  opacity: 0.5;
}
.line-wrapper .box-1 .video-box.on .pic {
  display: none;
}
.line-wrapper .box-1 .video-box.on video {
  display: block;
}
.line-wrapper .box-1 .video-box video {
  width: 100%;
  display: none;
}
.line-wrapper .box-1 .video-box .pic {
  width: 100%;
}
.line-wrapper .box-1 .playIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.35rem;
  margin-left: -0.35rem;
}
.line-wrapper .box-3 {
  background: url(/img/index3bg.jpg) no-repeat center center !important;
  background-size: cover;
}
.line-wrapper .box-3 .swiper-container {
  padding: 0.3rem 0.3rem 0;
  margin: -0.3rem 0.3rem 0;
}
.line-wrapper .box-3 .swiper-slide {
  width: 11.2rem;
  z-index: 1;
}
.line-wrapper .box-3 .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.line-wrapper .box-3 .swiper-slide img {
  transition-duration: 2s;
}
.line-wrapper .box-3 .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
}
.line-wrapper .box-3 .swiper-slide.swiper-slide-active {
  z-index: 10;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.line-wrapper .box-3 .swiper-slide.swiper-slide-active:before {
  opacity: 0;
  visibility: hidden;
}
.line-wrapper .box-3 .swiperbtn {
  background-color: #f7f7f7;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
}
.line-wrapper .box-3 .swiperbtn.prev {
  left: -0.48rem;
}
.line-wrapper .box-3 .swiperbtn.prev:hover i {
  background-image: url(/img/prev6.png);
}
.line-wrapper .box-3 .swiperbtn.prev i {
  background-image: url(/img/prev5.png);
}
.line-wrapper .box-3 .swiperbtn.next {
  right: -0.48rem;
}
.line-wrapper .box-3 .swiperbtn.next:hover i {
  background-image: url(/img/next6.png);
}
.line-wrapper .box-3 .swiperbtn.next i {
  background-image: url(/img/next5.png);
}
.line-wrapper .box-3 .bottom {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 6.2rem;
  margin: 0.4rem auto 0;
}
.line-wrapper .box-3 .bottom p {
  font-size: var(--fs24);
  line-height: 0.5rem;
  color: #012a8b;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 0.48rem;
  text-align: center;
}
.goods-box.white li {
  background: #fff;
}
.goods-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.goods-box li {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 2%;
  text-align: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  border: solid 1px #dddddd;
}
.goods-box li:hover {
  border-color: #fff;
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
.goods-box li:hover p {
  color: #012a8b;
}
.goods-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-box li:hover .learn {
  color: #fff;
}
.goods-box li:hover .learn:before {
  opacity: 0;
  visibility: hidden;
}
.goods-box li:hover .learn:after {
  opacity: 1;
  visibility: visible;
}
.goods-box li a {
  display: block;
  padding: 0.16rem 0.16rem 0.3rem;
}
.goods-box .pic img {
  height: 2.4rem;
  object-fit: cover;
}
.goods-box p {
  font-size: var(--fs20);
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 0.36rem;
  font-weight: 700;
  font-family: initial;
  margin: 0.24rem auto 0.22rem;
}
.goods-box .learn {
  width: 1.4rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
}
@keyframes iconScale2 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes line {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.about-wrapper .box-1 {
  background: url(/img/index3bg.jpg) no-repeat center center;
  background-size: cover;
}
.about-wrapper .box-1 .content {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #333;
}
.about-wrapper .box-1 .list {
  margin-top: 0.7rem;
}
.about-wrapper .box-1 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style-type: none;
}
.about-wrapper .box-1 .list li {
  width: 16.66%;
  text-align: center;
  padding: 0 0.2rem;
}
.about-wrapper .box-1 .list li:hover img {
  transform: rotateY(180deg);
}
.about-wrapper .box-1 .list img {
  width: 0.6rem;
  margin: 0 auto;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.about-wrapper .box-1 .list p {
  font-size: var(--fs18);
  line-height: 24px;
  margin-top: 0.3rem;
}
.about-wrapper .video-box {
  margin-top: 0.78rem;
}
.about-wrapper .video-box .info {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}
.about-wrapper .video-box .title {
  font-size: var(--fs48);
  line-height: 0.48rem;
  color: #fff;
  margin-top: 0.26rem;
}
.about-wrapper .box-2 {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.about-wrapper .box-2 .page-title-box {
  margin-bottom: 0.83rem;
}
.about-wrapper .box-2 .content,
.about-wrapper .box-2 .brief {
  width: 5.7rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #ffffff;
}
.about-wrapper .box-2 .content {
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #ffffff;
}
.about-wrapper .box-2 .brief {
  font-size: var(--fs36);
  color: #fefefe;
  line-height: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.32rem;
}
.about-wrapper .box-2 .list {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.about-wrapper .box-2 .list ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-2 .list li {
  position: relative;
  cursor: default;
  width: 11.875%;
  background-color: rgba(8, 44, 126, 0.8);
  padding: 0.78rem 0.2rem 0.72rem;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.about-wrapper .box-2 .list li:last-child {
  border-right: none;
}
.about-wrapper .box-2 .list li:hover:before {
  height: 100%;
}
.about-wrapper .box-2 .list li:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.about-wrapper .box-2 .list li:hover .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
.about-wrapper .box-2 .list li:hover .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.about-wrapper .box-2 .list li:hover p {
  color: #333;
}
.about-wrapper .box-2 .list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.about-wrapper .box-2 p {
  position: relative;
  z-index: 5;
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0.2rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.about-wrapper .box-2 .icon {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  margin: 0 auto;
  z-index: 5;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.about-wrapper .box-2 .icon img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.about-wrapper .box-2 .icon .on {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
}
.about-wrapper .box-3 {
  background: #f5f5f5;
}
.about-wrapper .box-3 .cate-box a {
  font-size: var(--fs18);
}
.about-wrapper .box-3 .item {
  position: relative;
  display: none;
}
.about-wrapper .box-3 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-3 .swiper-slide p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #333333;
  text-align: center;
  margin-top: 0.26rem;
}
.about-wrapper .box-3 .picbox {
  background: url(/img/honorbg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 0.15rem;
}
.about-wrapper .box-3 .picbox img {
  height: 4.5rem;
  object-fit: contain;
}
.about-wrapper .box-3 .swiper-btn {
  width: 0.56rem;
  height: 0.56rem;
  margin-top: -0.28rem;
}
.about-wrapper .box-3 .swiper-btn.prev {
  left: -1.08rem;
  background-image: url(/img/a-prev.png);
}
.about-wrapper .box-3 .swiper-btn.prev:hover {
  background-image: url(/img/a-prev2.png);
}
.about-wrapper .box-3 .swiper-btn.next {
  right: -1.08rem;
  background-image: url(/img/a-next.png);
}
.about-wrapper .box-3 .swiper-btn.next:hover {
  background-image: url(/img/a-next2.png);
}
.about-wrapper .box-4 ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  justify-content: center;
  padding: 0 1rem;
}
.about-wrapper .box-4 li {
  width: 1.96rem;
  height: 2.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  background-image: url(/img/block.png);
  background-size: 100% 100%;
  margin-right: 1.78%;
  margin-top: -0.36rem;
}
.about-wrapper .box-4 li .pic {
  width: 100%;
}
.about-wrapper .box-4 li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-4 li:last-child {
  margin-right: 0;
}
.about-wrapper .box-4 li img {
  height: 1.4rem;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.playIcon {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  background-image: url(/img/play2.png);
  background-size: 11px;
}
.playIcon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/img/circle2.png);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  animation: circleAni 6s linear infinite;
}
@keyframes circleAni {
  100% {
    transform: rotate(1turn);
  }
}
@media screen and (min-width: 1004px) {
  .goods-box li:nth-child(-n+4) {
    margin-top: 0;
  }
  .goods-box li:nth-child(4n) {
    margin-right: 0;
  }
  .case-wrapper li:nth-child(-n+3),
  .device-wrapper li:nth-child(-n+3),
  .news-wrapper .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .case-wrapper li:nth-child(3n),
  .device-wrapper li:nth-child(3n),
  .news-wrapper .list li:nth-child(3n) {
    margin-right: 0;
  }
  .cate-box a.on:hover {
    color: #fff;
  }
  .cate-box a:hover {
    color: #012a8b;
  }
  .case-box .swiper-container,
  .case-box .swiper-wrapper {
    overflow: inherit;
  }
  .case-box .swiper-slide:last-child {
    margin-right: 0;
  }
  .info-wrapper .box-4.noSwiper .swiper-container,
  .info-wrapper .box-4.noSwiper .swiper-wrapper {
    overflow: inherit;
  }
  .about-wrapper .box-4 li:nth-child(-n+6) {
    margin-top: 0;
  }
  .about-wrapper .box-4 li:nth-child(50),
  .about-wrapper .box-4 li:nth-child(39),
  .about-wrapper .box-4 li:nth-child(6),
  .about-wrapper .box-4 li:nth-child(17),
  .about-wrapper .box-4 li:nth-child(28) {
    margin-right: 0;
  }
  .about-wrapper .box-4 li:nth-child(50) + li,
  .about-wrapper .box-4 li:nth-child(39) + li,
  .about-wrapper .box-4 li:nth-child(6) + li,
  .about-wrapper .box-4 li:nth-child(17) + li,
  .about-wrapper .box-4 li:nth-child(28) + li {
    margin-left: 1.78%;
  }
}
@media screen and (max-width: 1600px) {
  .contact-wrapper .box-1 .item {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  .contact-wrapper .box-1 .contact li span:nth-child(2) {
    max-width: 74%;
  }
  .contact-wrapper .box-1 .contact {
    margin-top: 0.28rem;
  }
  .newsinfo-wrapper .right .title {
    font-size: var(--fs22);
  }
  .news-wrapper .list .pic img {
    height: 3.06rem;
  }
  .news-wrapper .list .info {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .download-wrapper .pic img {
    height: 2.6rem;
  }
  .service-wrapper .box-3 .prev {
    left: -0.8rem;
  }
  .service-wrapper .box-3 .next {
    right: -0.8rem;
  }
  .device-wrapper .pic img {
    height: 3.07rem;
  }
  .case-box .pic img {
    height: 2.62rem;
  }
  .case-wrapper .pic img {
    height: 2.62rem;
  }
  .info-wrapper .pic-swiper img {
    height: 2.6rem;
  }
  .goods-box .pic img {
    height: 2.17rem;
  }
  .line-wrapper .box-3 .swiper-slide {
    width: 9.6rem;
  }
  .about-wrapper .box-4 ul {
    padding: 0 0.5rem;
  }
  .about-wrapper .box-3 .picbox img {
    height: 3.97rem;
  }
  .about-wrapper .box-3 .swiper-btn.prev {
    left: -0.9rem;
  }
  .about-wrapper .box-3 .swiper-btn.next {
    right: -0.9rem;
  }
  .about-wrapper .box-2 .list li {
    padding-top: 0.7rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-title-box .title {
    font-size: var(--fs30);
    line-height: 0.5rem;
  }
  .page-title-box .line {
    width: 0.5rem;
  }
  .page-title-box .brief {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-top: 0.24rem;
  }
  .page-title-box p {
    font-size: var(--fs18);
    line-height: 20px;
  }
  .contact-wrapper .box-1 .item {
    width: 100%;
    padding: 0.52rem 0.4rem 0.5rem;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .contact-wrapper .box-1 .item:after {
    height: 0.76rem;
  }
  .contact-wrapper .box-1 .item .title {
    font-size: var(--fs22);
    line-height: 0.48rem;
    margin: 0.48rem auto 0.1rem;
  }
  .contact-wrapper .box-1 .item .line {
    width: 0.44rem;
    height: 0.04rem;
  }
  .contact-wrapper .box-1 .icon {
    width: 0.84rem;
    height: 0.84rem;
  }
  .contact-wrapper .box-1 .contact,
  .contact-wrapper .box-1 .contact li {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .contact-wrapper .box-1 .contact {
    margin-top: 0.3rem;
  }
  .contact-wrapper .box-2 {
    background-attachment: inherit;
  }
  .contact-wrapper .box-2 .right,
  .contact-wrapper .box-2 .left {
    width: 100%;
  }
  .contact-wrapper .box-2 .right {
    margin-top: 0.2rem;
  }
  .contact-wrapper .btn-box {
    display: none;
    margin-top: 0.3rem;
  }
  .contact-wrapper .btn-box.phone {
    display: block;
  }
  .contact-wrapper .form {
    display: block;
    width: 100%;
    padding: 0.8rem 0.4rem;
  }
  .contact-wrapper .form .group > span,
  .contact-wrapper .form .caption {
    font-size: var(--fs15);
  }
  .contact-wrapper .group {
    margin-bottom: 0.32rem;
    padding-bottom: 0.06rem;
  }
  .contact-wrapper .text {
    font-size: var(--fs15);
    line-height: 0.48rem;
  }
  .contact-wrapper .msg {
    font-size: var(--fs15);
    line-height: 0.44rem;
    padding: 0.24rem 0.3rem;
  }
  .contact-wrapper .submit {
    line-height: 0.74rem;
    font-size: var(--fs15);
  }
  .news-wrapper .recommend-box {
    margin-bottom: 0.6rem;
  }
  .news-wrapper .recommend-box a {
    display: block;
  }
  .news-wrapper .recommend-box .pic,
  .news-wrapper .recommend-box .info {
    width: 100%;
  }
  .news-wrapper .recommend-box .info {
    padding: 0.6rem 0.4rem;
  }
  .news-wrapper .recommend-box .title {
    font-size: var(--fs22);
    line-height: 0.48rem;
    max-height: 0.96rem;
  }
  .news-wrapper .recommend-box .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    max-height: 0.88rem;
    margin: 0.12rem auto 0.48rem;
  }
  .news-wrapper .recommend-box .time {
    font-size: var(--fs20);
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .news-wrapper .more {
    width: 0.64rem;
    height: 0.64rem;
  }
  .news-wrapper .more:after {
    background-size: 0.24rem;
  }
  .news-wrapper .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .news-wrapper .list li:last-child {
    margin-bottom: 0;
  }
  .news-wrapper .list .pic img {
    height: auto;
  }
  .news-wrapper .list .info {
    padding: 0.48rem 0.4rem;
  }
  .news-wrapper .list .title {
    font-size: var(--fs20);
    line-height: 0.44rem;
    height: auto;
    max-height: 0.88rem;
  }
  .news-wrapper .list .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin: 0.12rem auto 0;
  }
  .news-wrapper .list .time {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .newsinfo-wrapper .box-container {
    display: block;
  }
  .newsinfo-wrapper .left {
    width: 100%;
  }
  .newsinfo-wrapper .top {
    margin-bottom: 0.48rem;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs28);
    line-height: 0.6rem;
    margin-bottom: 0.2rem;
  }
  .newsinfo-wrapper .other span {
    font-size: 12px;
    margin-right: 0.24rem;
  }
  .newsinfo-wrapper .other img {
    height: 0.3rem;
    margin-right: 0.14rem;
  }
  .newsinfo-wrapper .right {
    width: 100%;
    margin-top: 0.8rem;
  }
  .newsinfo-wrapper .right li {
    padding-bottom: 0.36rem;
    margin-bottom: 0.36rem;
  }
  .newsinfo-wrapper .right .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .newsinfo-wrapper .right .desc {
    font-size: var(--fs15);
    max-height: 0.88rem;
    line-height: 0.44rem;
    margin: 0.1rem auto 0.2rem;
  }
  .newsinfo-wrapper .caption-box {
    margin-bottom: 0.4rem;
  }
  .newsinfo-wrapper .caption-box h5 {
    font-weight: 700;
    font-family: initial;
    font-size: var(--fs22);
    line-height: 0.34rem;
    color: #393435;
  }
  .newsinfo-wrapper .caption-box p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 0.05rem;
  }
  .newsinfo-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .newsinfo-wrapper .relative-box p,
  .newsinfo-wrapper .relative-box p a {
    font-size: var(--fs15);
  }
  .newsinfo-wrapper .share-box a {
    width: 0.56rem;
    height: 0.56rem;
    margin-right: 0.24rem;
  }
  .newsinfo-wrapper .return {
    line-height: 0.76rem;
    border-radius: 0.38rem;
    font-size: var(--fs15);
    margin-top: 0.5rem;
  }
  .newsinfo-wrapper .return i {
    width: 0.2rem;
    height: 0.18rem;
    margin-left: 0.14rem;
  }
  .cate-box {
    margin-bottom: 0.48rem;
  }
  .cate-box a {
    min-width: 1.9rem;
    line-height: 0.7rem;
    border-radius: 0.35rem;
    font-size: var(--fs14);
    margin-right: 0.2rem;
    padding: 0 0.3rem;
  }
  .cate-box a:before {
    border-radius: 0.35rem;
  }
  .download-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .download-wrapper .list li {
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
    margin-top: 0.4rem;
  }
  .download-wrapper .list li:nth-child(3) {
    margin-top: 0.4rem;
  }
  .download-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.4rem;
    max-height: 0.8rem;
    margin-top: 0.2rem;
  }
  .download-wrapper .pic img {
    height: 1.84rem;
  }
  .download-wrapper .icon {
    line-height: 0.4rem;
    font-size: 0.2rem;
    padding-top: 0.14rem;
  }
  .download-wrapper .icon i {
    width: 0.22rem;
    height: 0.22rem;
    margin-bottom: 2px;
  }
  .maintenance-wrapper li {
    position: relative;
    display: block;
    line-height: 0.44rem;
    padding: 0.3rem 0.6rem 0.3rem 0.3rem;
    margin-bottom: 0.3rem;
  }
  .maintenance-wrapper li:before {
    z-index: -1;
  }
  .maintenance-wrapper li .title {
    position: static;
    font-size: var(--fs16);
    padding-right: 0.6rem;
  }
  .maintenance-wrapper li .title i {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0.3rem;
    font-size: 0;
    line-height: 0.44rem;
    background-size: 0.4rem;
    padding-left: 0.4rem;
  }
  .maintenance-wrapper .time {
    font-size: var(--fs16);
    width: 100%;
  }
  .service-wrapper .box-1 .item {
    width: 100%;
    min-height: 3.6rem;
    margin-top: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .service-wrapper .box-1 .item:last-child {
    margin-bottom: 0;
  }
  .service-wrapper .box-1 .item:before {
    height: 0.04rem;
  }
  .service-wrapper .box-1 .item .title {
    font-size: var(--fs24);
    background-size: 0.36rem;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .service-wrapper .box-1 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .service-wrapper .box-2 .item {
    display: block;
    margin-bottom: 0.7rem;
  }
  .service-wrapper .box-2 .item .title {
    font-size: var(--fs24);
    line-height: 0.44rem;
    margin-bottom: 0.1rem;
  }
  .service-wrapper .box-2 .pic {
    width: 100%;
  }
  .service-wrapper .box-2 .info {
    position: relative;
    width: 100%;
    padding-top: 0.5rem;
  }
  .service-wrapper .box-2 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .service-wrapper .box-2 .key {
    position: absolute;
    right: 0;
    top: 0.2rem;
    z-index: 1;
    font-size: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.3rem;
  }
  .service-wrapper .box-3 .box-container {
    padding: 0;
  }
  .service-wrapper .box-3 .swiper-container {
    padding: 0.3rem 0.3rem 0;
    margin: -0.3rem 0 0;
  }
  .service-wrapper .box-3 .swiper-slide {
    width: 4rem;
  }
  .service-wrapper .box-3 .pic-box {
    padding: 0.1rem;
  }
  .service-wrapper .box-3 p {
    font-size: var(--fs18);
    line-height: 0.44rem;
    margin-top: 0.3rem;
  }
  .service-wrapper .box-3 .swiper-btn {
    background-color: #fff;
    border-radius: 50%;
    margin-top: -0.12rem;
  }
  .service-wrapper .box-3 .prev {
    left: 0;
  }
  .service-wrapper .box-3 .next {
    right: 0;
  }
  .device-wrapper ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .device-wrapper li {
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0.4rem 0.25rem;
  }
  .device-wrapper li .title {
    font-size: var(--fs14);
    line-height: 0.44rem;
    margin: 0.1rem auto 0.2rem;
    height: 0.44rem;
  }
  .device-wrapper .pic img {
    height: 2.1rem;
  }
  .learn {
    width: 1.8rem;
    line-height: 0.64rem;
    border-radius: 0.32rem;
    font-size: 0.2rem;
  }
  .learn:before,
  .learn:after {
    border-radius: 0.32rem;
  }
  .productionline-wrapper .box-1 .item .box-container {
    display: block;
  }
  .productionline-wrapper .box-1 .pic,
  .productionline-wrapper .box-1 .video-box {
    width: 100%;
  }
  .productionline-wrapper .box-1 .info {
    width: 100%;
    margin-top: 0.6rem;
  }
  .productionline-wrapper .box-1 .desc {
    line-height: 0.44rem;
  }
  .productionline-wrapper .box-1 .desc li {
    margin-bottom: 0.08rem;
    padding-left: 0.3rem;
  }
  .productionline-wrapper .box-1 .desc li:after {
    width: 5px;
    height: 5px;
    top: calc((.44rem - 4px) / 2);
  }
  .productionline-wrapper .box-1 .desc,
  .productionline-wrapper .box-1 .desc li {
    font-size: var(--fs15);
  }
  .productionline-wrapper .box-1 .index-more {
    margin-top: 0.6rem;
  }
  .case-box .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .case-box .swiper-container,
  .case-box .top {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .case-box .top {
    display: block;
  }
  .case-box .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .case-box .swiper-slide p {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-top: 0.24rem;
  }
  .case-box .pic img {
    height: auto;
  }
  .case-box .index-more {
    margin-top: 0.6rem;
  }
  .case-box .swiper-container {
    padding-bottom: 0.6rem;
  }
  .case-box .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .case-box .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #012a8b;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .case-box .swiper-pagination .swiper-pagination-bullet:link,
  .case-box .swiper-pagination .swiper-pagination-bullet:visited,
  .case-box .swiper-pagination .swiper-pagination-bullet:active,
  .case-box .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .case-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #012a8b;
    width: 24px;
    border-radius: 30px;
  }
  .index-more {
    width: 2rem;
    line-height: 0.74rem;
    border-radius: 0.37rem;
    font-size: var(--fs14);
  }
  .caseinfo-wrapper:before {
    background-attachment: inherit;
  }
  .caseinfo-wrapper .swiper-slide:after {
    height: 1.6rem;
  }
  .caseinfo-wrapper .swiper-pagination {
    bottom: 0.3rem;
  }
  .caseinfo-wrapper .swiper-pagination .swiper-pagination-bullet {
    height: 2px;
  }
  .swiperbtn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .swiperbtn.prev {
    left: -0.3rem;
  }
  .swiperbtn.next {
    right: -0.3rem;
  }
  .case-wrapper .list li {
    width: 100%;
    margin-top: 0.6rem;
    margin-right: 0;
  }
  .case-wrapper .list li:nth-child(1) {
    margin-top: 0;
  }
  .case-wrapper .list li p {
    font-size: var(--fs18);
    line-height: 0.44rem;
    margin-top: 0.3rem;
  }
  .case-wrapper .pic img {
    height: auto;
  }
  .goodsinfo-wrapper .box-1 .box-container {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .goodsinfo-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .goodsinfo-wrapper .info-box {
    width: 100%;
    margin-top: 0.7rem;
  }
  .goodsinfo-wrapper .pic-box {
    width: 100%;
  }
  .goodsinfo-wrapper .bigImg-swiper {
    width: 100%;
  }
  .goodsinfo-wrapper .bigImg-swiper img {
    opacity: 1;
    visibility: visible;
  }
  .goodsinfo-wrapper .bigImg-swiper .swiper-pagination {
    display: block;
    bottom: 0.3rem;
    font-size: 0;
    text-align: center;
  }
  .goodsinfo-wrapper .bigImg-swiper .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 0.6rem;
    height: 2px;
    border-radius: 0px;
    opacity: 1;
    background: rgba(1, 42, 139, 0.15);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .goodsinfo-wrapper .bigImg-swiper .swiper-pagination .swiper-pagination-bullet:link,
  .goodsinfo-wrapper .bigImg-swiper .swiper-pagination .swiper-pagination-bullet:visited,
  .goodsinfo-wrapper .bigImg-swiper .swiper-pagination .swiper-pagination-bullet:active,
  .goodsinfo-wrapper .bigImg-swiper .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .goodsinfo-wrapper .bigImg-swiper .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0 ;
    top: 0;
    z-index: 10;
    background: #012a8b;
  }
  .goodsinfo-wrapper .bigImg-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    animation: line 4s linear forwards;
  }
  .goodsinfo-wrapper .thumb-box {
    display: none;
  }
  .goodsinfo-wrapper .content {
    overflow-x: auto;
  }
  .goodsinfo-wrapper .content table {
    width: 20rem;
  }
  .goodsinfo-wrapper .content table tr th,
  .goodsinfo-wrapper .content table tr td {
    line-height: 0.44rem;
    padding: 0.2rem 0.3rem;
    font-size: var(--fs15);
  }
  .page-caption {
    line-height: 0.48rem;
    font-size: var(--fs22);
    margin-bottom: 0.3rem;
    padding-left: 0.32rem;
  }
  .page-caption:before {
    top: 0.05rem;
    height: 0.36rem;
  }
  .info-wrapper > div {
    padding: 0.8rem 0;
  }
  .info-wrapper .box-2 li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.6rem;
  }
  .info-wrapper .box-2 li:last-child {
    margin-bottom: 0;
  }
  .info-wrapper .box-2 li .title {
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
  }
  .info-wrapper .content {
    line-height: 0.44rem;
    margin-bottom: 0.48rem;
  }
  .info-wrapper .content > ul > li {
    padding-left: 0.24rem;
    display: block;
    margin-bottom: 4px;
  }
  .info-wrapper .content > ul > li:last-child {
    margin-bottom: 0;
  }
  .info-wrapper .content > ul > li:before {
    width: 4px;
    height: 4px;
    top: calc((.44rem - 4px) / 2);
  }
  .info-wrapper .content > ul > li b {
    display: block;
  }
  .info-wrapper .content,
  .info-wrapper .content > ul > li {
    font-size: var(--fs15);
  }
  .info-wrapper .pic-swiper .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .info-wrapper .pic-swiper img {
    height: auto;
  }
  .play {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: -0.3rem;
    margin-top: -0.3rem;
  }
  .play.md {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: -0.3rem;
    margin-top: -0.3rem;
  }
  .line-wrapper .box-1 .box-container {
    display: block;
  }
  .line-wrapper .box-1 .info {
    width: 100%;
  }
  .line-wrapper .box-1 .info > ul {
    margin: 0.5rem auto;
  }
  .line-wrapper .box-1 .info > ul > li img {
    width: 0.6rem;
  }
  .line-wrapper .box-1 .info > ul > li p {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-top: 0.12rem;
  }
  .line-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .line-wrapper .box-1 .pic,
  .line-wrapper .box-1 .video-box {
    width: 100%;
    margin-top: 0.6rem;
  }
  .line-wrapper .box-1 .video-box .pic {
    margin-top: 0;
  }
  .line-wrapper .box-3 .box-container {
    padding: 0;
  }
  .line-wrapper .box-3 .swiper-container {
    padding: 0.3rem 0 0;
    margin: -0.3rem 0 0;
  }
  .line-wrapper .box-3 .swiper-slide {
    width: 80%;
  }
  .line-wrapper .box-3 .swiperbtn {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.4rem;
  }
  .line-wrapper .box-3 .swiperbtn.prev {
    left: 0.1rem;
  }
  .line-wrapper .box-3 .swiperbtn.next {
    right: 0.1rem;
  }
  .line-wrapper .box-3 .bottom {
    width: 100%;
    margin-top: 0.6rem;
    padding: 0 0.3rem;
  }
  .line-wrapper .box-3 .bottom p {
    font-size: var(--fs18);
    line-height: 0.6rem;
    padding: 0 0.3rem;
  }
  .goods-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-box li {
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .goods-box li:nth-child(-n+2) {
    margin-top: 0;
  }
  .goods-box li a {
    padding: 0.2rem 0.2rem 0.3rem;
  }
  .goods-box .pic img {
    height: auto;
  }
  .goods-box p {
    font-size: var(--fs14);
    line-height: 0.44rem;
  }
  .goods-box .learn {
    width: 1.8rem;
    line-height: 0.64rem;
    border-radius: 0.32rem;
  }
  .about-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .box-1 .list {
    margin-top: 0.5rem;
  }
  .about-wrapper .box-1 .list ul {
    flex-flow: wrap;
  }
  .about-wrapper .box-1 .list li {
    width: 33.33%;
    margin-top: 0.48rem;
    padding: 0 0.3rem;
  }
  .about-wrapper .box-1 .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .about-wrapper .box-1 .list img {
    width: 0.7rem;
  }
  .about-wrapper .box-1 .list p {
    font-size: var(--fs15);
    margin-top: 0.08rem;
  }
  .about-wrapper .video-box {
    margin-top: 0.6rem;
  }
  .about-wrapper .video-box .title {
    font-size: var(--fs20);
    margin-top: 0.3rem;
  }
  .about-wrapper .box-2 {
    height: auto;
    padding-bottom: 0!important;
    background-attachment: inherit;
  }
  .about-wrapper .box-2 .page-title-box {
    margin-bottom: 0.6rem;
  }
  .about-wrapper .box-2 .content,
  .about-wrapper .box-2 .brief {
    width: 100%;
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .about-wrapper .box-2 .content {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .about-wrapper .box-2 .brief {
    font-size: var(--fs22);
    margin-bottom: 0.24rem;
  }
  .about-wrapper .box-2 .list {
    position: static;
    margin-top: 1.2rem;
  }
  .about-wrapper .box-2 .list li {
    width: 16.66%;
    padding: 0.3rem 0.1rem;
  }
  .about-wrapper .box-2 p {
    -webkit-line-clamp: 2;
    font-size: 0.22rem;
    line-height: 0.4rem;
  }
  .about-wrapper .box-2 .icon {
    width: 0.44rem;
    height: 0.44rem;
  }
  .about-wrapper .box-3 .cate-box {
    margin-bottom: 0.18rem;
  }
  .about-wrapper .box-3 .cate-box a {
    font-size: var(--fs14);
    margin-bottom: 0.3rem;
  }
  .about-wrapper .box-3 .swiper-slide p {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }
  .about-wrapper .box-3 .picbox {
    padding: 0.22rem;
  }
  .about-wrapper .box-3 .picbox img {
    height: auto;
  }
  .about-wrapper .box-3 .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.44rem;
  }
  .about-wrapper .box-3 .swiper-btn.prev {
    left: -0.3rem;
  }
  .about-wrapper .box-3 .swiper-btn.next {
    right: -0.3rem;
  }
  .about-wrapper .box-4 ul {
    padding: 0 0.3rem;
    width: 6.68rem;
    margin: 0 auto;
  }
  .about-wrapper .box-4 li {
    width: 1.4rem;
    height: 1.6rem;
    margin-right: 0.16rem;
    margin-top: -0.26rem;
    display: none;
  }
  .about-wrapper .box-4 li:nth-child(-n+21) {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
  }
  .about-wrapper .box-4 li:nth-child(18),
  .about-wrapper .box-4 li:nth-child(11),
  .about-wrapper .box-4 li:nth-child(4) {
    margin-right: 0;
  }
  .about-wrapper .box-4 li:nth-child(18) + li,
  .about-wrapper .box-4 li:nth-child(11) + li,
  .about-wrapper .box-4 li:nth-child(4) + li {
    margin-left: 0.16rem;
  }
  .about-wrapper .box-4 li img {
    height: 1.04rem;
  }
}
.playIcon {
  width: 0.7rem;
  height: 0.7rem;
  background-size: 8px;
}
.modal-wrapper {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 110;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.modal-wrapper.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-wrapper.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-wrapper.one.out .w1200,
.modal-wrapper.one.out .close {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-wrapper.one .w1200,
.modal-wrapper.one .close {
  transform: scale(0);
  animation: mzoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(0);
  -webkit-animation: mzoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal-wrapper .main {
  display: table-cell;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  vertical-align: middle;
}
.modal-wrapper .close {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 10;
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  width: 0.8rem;
  height: 0.8rem;
  background-image: linear-gradient(90deg, #0d83ff 0%, #31def2 100%), linear-gradient(#114c42, #114c42);
  background-blend-mode: normal, 
			normal;
}
.modal-wrapper .close:hover svg {
  transform: rotate(90deg);
}
.modal-wrapper .close svg {
  width: 28px;
  height: 28px;
  margin: 0 auto;
  font-weight: 700;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.video-modal-wrapper .w1200 {
  text-align: center;
}
.video-modal-wrapper .w1200 video {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  max-height: 80vh;
  width: auto;
}
.video-modal-wrapper .box {
  position: relative;
  display: inline-block;
}
.video-modal-wrapper iframe {
  width: 12rem;
  height: 80vh;
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes mzoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/*·ÖÒ³*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 1rem;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  font-size: var(--fs14);
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background-color: #f2f2f2;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .btn {
  font-family: "ËÎÌå";
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #012a8b;
}
.pageNum .dot {
  line-height: 0.38rem;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #012a8b;
  color: #fff;
  font-size: 12px;
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.search-wrapper .result {
  margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: var(--fs16);
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #eee;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #eee;
}
.search-wrapper .list li:hover .title {
  color: #012a8b;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
  font-family: "mr";
}
@media screen and (max-width: 1600px) {
  .pageNum {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 1440px) {
  .pageNum {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-wrapper .content {
    line-height: 0.48rem;
  }
  .search-wrapper .result {
    margin-bottom: 0.3rem;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
  .modal-wrapper .close {
    right: 0.3rem;
    top: 0.3rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .modal-wrapper .close svg {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.imgScale {
  position: relative;
}
.imgScale:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.imgScale:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.idx_scrollbar {
  display: none!important;
  width: 20px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  pointer-events: none;
  --number-color: #FFF;
  --line-color: #FFF;
  --h-size: 0;
}
.idx_scrollbar .one {
  width: 100%;
  height: auto;
  text-align: center;
}
.idx_scrollbar .one .icon {
  width: 50%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  filter: brightness(0) invert(1);
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_scrollbar .one .number {
  opacity: 1;
}
.idx_scrollbar .line {
  width: 1px;
  height: 160px;
  margin: 10px auto;
  position: relative;
  z-index: 1;
}
.idx_scrollbar .line::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: var(--line-color);
  opacity: 0.2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_scrollbar .line::after {
  content: '';
  width: 100%;
  height: var(--h-size);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: var(--line-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_scrollbar .number {
  font-family: "en_regular";
  text-align: center;
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: var(--number-color);
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_scrollbar.active {
  --number-color: #041d2c;
  --line-color: #041d2c;
}
.idx_scrollbar.active .one .icon {
  filter: none;
}
@media (max-width: 990px) {
  .idx_scrollbar {
    display: none;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #012a8b;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs26: 24px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
    --fs60: 56px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs26: 0.24rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
    --fs60: 0.52rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 15px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs26: 0.4rem;
    --fs28: 0.42rem;
    --fs30: 0.44rem;
    --fs36: 0.46rem;
    --fs40: 0.48rem;
    --fs48: 0.5rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
.btnbg {
  background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
  background-blend-mode: normal, normal;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /* animation-timing-function: ease-in-out; */
}
.submit .desplode-circle {
  animation: desplode_white 0.5s forwards;
}
.submit .explode-circle {
  animation: explode_white 0.5s forwards;
}
.desplode-circle {
  animation: desplode 0.5s forwards;
}
.explode-circle {
  animation: explode 0.5s forwards;
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
    background-blend-mode: normal, normal;
  }
}
@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
    background-blend-mode: normal, normal;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@keyframes explode_white {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
    background-blend-mode: normal, normal;
  }
  100% {
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem;
    background-color: #fff;
  }
}
@keyframes desplode_white {
  0% {
    width: 6rem;
    height: 6rem;
    margin-left: -3rem;
    margin-top: -3rem;
    background-color: #fff;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-image: linear-gradient(90deg, #016cec 0%, #082c7e 100%);
    background-blend-mode: normal, normal;
  }
}
@keyframes TopBtn {
  0% {
    left: 0;
    opacity: 1;
  }
  35% {
    left: 50%;
    opacity: 0;
  }
  65% {
    left: -50%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes TopBtn {
  0% {
    left: 0;
    opacity: 1;
  }
  35% {
    left: 50%;
    opacity: 0;
  }
  65% {
    left: -50%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes kusan {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 173%;
    height: 173%;
  }
}
@keyframes kusan2 {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 130%;
    height: 130%;
  }
}
<!--ºÄÊ±1776115341.506Ãë-->