.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.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;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/MISANS-REGULAR.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/MiSans-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  src: url('../fonts/MISANS-LIGHT.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr";
  src: url('../fonts/Montserrat-Regular.otf');
  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: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
.regular {
  font-family: "regular";
}
.medium {
  font-family: "medium";
}
.mm {
  font-family: "mm";
}
.light {
  font-family: "light";
}
.mr {
  font-family: "mr";
}
.mb {
  font-family: "mb";
}
.en_light {
  font-family: "en_light";
}
.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;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.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;
}
body.shadow,
body.front.shadow {
  padding-top: 1.2rem;
}
.shadow .header-wrapper {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.shadow .header-wrapper .logo-box a img {
  display: none;
}
.shadow .header-wrapper .logo-box a img.on {
  display: block;
}
.shadow .header-wrapper .pc-nav-box ul li > a {
  color: #010101;
}
.shadow .header-wrapper .pc-nav-box ul li > a:hover {
  color: #005aa2;
}
.shadow .header-wrapper .pc-nav-box ul li.on > a,
.shadow .header-wrapper .pc-nav-box ul li.active > a {
  color: #005aa2;
  background-image: url(../img/line.jpg);
}
.shadow .header-wrapper .search {
  background-image: url(../img/search2.png);
}
.shadow .header-wrapper .nav-icon span {
  background-color: #005aa2;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  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;
}
.header-wrapper.scroll > .box-container {
  height: 0.7rem;
}
.header-wrapper.scroll > .box-container .pc-nav-box li > a {
  height: 0.7rem;
  line-height: 0.7rem;
}
.header-wrapper.scroll .pc-nav-box .child {
  top: 0.7rem;
}
.header-wrapper.scroll .language .caption {
  height: 0.7rem;
  line-height: 0.7rem;
}
.header-wrapper.shadow,
.header-wrapper.on {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.header-wrapper.shadow .logo-box a img,
.header-wrapper.on .logo-box a img {
  display: none;
}
.header-wrapper.shadow .logo-box a img.on,
.header-wrapper.on .logo-box a img.on {
  display: block;
}
.header-wrapper.shadow .pc-nav-box ul li > a,
.header-wrapper.on .pc-nav-box ul li > a {
  color: #333;
}
.header-wrapper.shadow .pc-nav-box ul li > a:hover,
.header-wrapper.on .pc-nav-box ul li > a:hover {
  color: #005aa2;
}
.header-wrapper.shadow .pc-nav-box ul li.on > a,
.header-wrapper.on .pc-nav-box ul li.on > a,
.header-wrapper.shadow .pc-nav-box ul li.active > a,
.header-wrapper.on .pc-nav-box ul li.active > a {
  color: #005aa2;
  background-image: url(../img/line.jpg);
}
.header-wrapper.shadow .search,
.header-wrapper.on .search {
  background-image: url(../img/search2.png);
}
.header-wrapper.shadow .nav-icon span,
.header-wrapper.on .nav-icon span {
  background-color: #005aa2;
}
.header-wrapper.shadow .language .caption,
.header-wrapper.on .language .caption {
  color: #333;
  background-image: url(../img/lang2.png);
}
.header-wrapper.shadow .language .caption i,
.header-wrapper.on .language .caption i {
  background-image: url(../img/idown2.png);
}
.header-wrapper .top {
  position: relative;
  z-index: 10;
  background-color: #005aa2;
}
.header-wrapper .top .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 */
  justify-content: flex-end;
  height: 0.38rem;
  align-items: center;
}
.header-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;
  align-items: center;
  height: 1rem;
  position: relative;
  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;
}
.header-wrapper .logo-box {
  width: 1.17rem;
}
.header-wrapper .logo-box a {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box a img {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box a img.on {
  display: none;
}
.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;
}
.header-wrapper .search {
  z-index: 10;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../img/search.png);
}
.header-wrapper .language {
  position: relative;
  margin-left: 0.3rem;
}
.header-wrapper .language.on .caption:after {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .language.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);
  z-index: 10;
}
.header-wrapper .language .caption {
  color: #fff;
  font-family: "mr";
  cursor: pointer;
  background-image: url(../img/lang.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  line-height: 1rem;
  background-size: 14px;
}
.header-wrapper .language .caption i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  width: 15px;
  height: 8px;
  background-image: url(../img/idown.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-wrapper .list {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  text-align: center;
  width: 1.2rem;
  margin-left: -0.6rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  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;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.header-wrapper .list:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  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;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.header-wrapper .list a {
  position: relative;
  z-index: 1;
  font-family: "medium";
  display: block;
  line-height: 0.4rem;
  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;
  padding: 0 0.16rem;
  border-bottom: 1px solid #eee;
}
.header-wrapper .list a:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.header-wrapper .list a:hover {
  color: #005aa2;
}
.pc-nav-box {
  margin-right: 1rem;
  flex: 1;
}
.pc-nav-box ul {
  width: 100%;
  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 */
  list-style-type: none;
  justify-content: center;
  margin-bottom: 0;
}
.pc-nav-box ul li {
  position: relative;
  text-align: center;
  margin-right: 0.66rem;
}
.pc-nav-box ul li:last-child {
  margin-right: 0;
}
.pc-nav-box ul li:hover .nav {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.pc-nav-box ul li:hover .child {
  display: block;
}
.pc-nav-box ul li:hover .child .item {
  opacity: 1;
  visibility: visible;
  animation: fadeInUp50 1.5s ease;
}
.pc-nav-box ul li:last-child {
  margin-right: 0;
}
.pc-nav-box ul li > a {
  position: relative;
  display: block;
  font-size: var(--fs18);
  color: #fff;
  height: 1rem;
  line-height: 1rem;
  background-image: url(../img/line2.jpg);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 100% 100%;
  transition: color 0.3s ease, background-size 0.7s ease;
}
.pc-nav-box ul li:hover > a,
.pc-nav-box ul li.on a {
  color: #fff;
  background-size: 100% 2px;
  background-position: 0 100%;
}
.pc-nav-box ul li.on > a,
.pc-nav-box ul li.active > a {
  color: #fff;
}
.pc-nav-box ul .nav {
  position: absolute;
  width: 2rem;
  top: 100%;
  left: 50%;
  margin-left: -1rem;
  z-index: 100;
  background: #fff;
  font-size: 0;
  text-align: center;
  transition: top 0.5s ease;
  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;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.pc-nav-box ul .nav a {
  position: relative;
  display: block;
  font-size: var(--fs16);
  color: #333;
  line-height: 24px;
  padding: 0.1rem 0.1rem;
  border-bottom: 1px solid #f7f8f9;
  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;
}
.pc-nav-box ul .nav a:last-child {
  border-bottom: none;
}
.pc-nav-box ul .nav a:hover,
.pc-nav-box ul .nav a.on {
  color: #005aa2;
}
.pc-nav-box .child {
  position: fixed;
  left: 0;
  top: 1rem;
  z-index: 30;
  width: 100%;
  background: #fff;
  padding: 0.56rem 0 0.72rem;
  display: none;
  transition: top 0.35s ease;
  -webkit-transition: top 0.35s ease;
  -moz-transition: top 0.35s ease;
  -ms-transition: top 0.35s ease;
  -o-transition: top 0.35s ease;
  border-top: 1px solid #f7f8f9;
}
.pc-nav-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pc-nav-box .box-container .item {
  text-align: left;
  opacity: 0;
  visibility: hidden;
}
.pc-nav-box .item:hover .title {
  color: #42b5e9;
}
.pc-nav-box .title,
.pc-nav-box .children 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;
}
.pc-nav-box .title {
  display: block;
  position: relative;
  font-size: var(--fs18);
  line-height: 0.4rem;
  padding-left: 0.44rem;
}
.pc-nav-box .title img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.03rem;
  height: 0.34rem;
  z-index: 10;
}
.pc-nav-box .children {
  padding-left: 0.44rem;
}
.pc-nav-box .children a {
  display: block;
  font-size: var(--fs14);
  color: #666;
  line-height: 0.3rem;
}
.pc-nav-box .children a:hover {
  color: #42b5e9;
}
.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;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.48rem 0;
  display: none;
  border-top: 1px solid #eee;
  transition: top 0.3s ease;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  /* input placeholder  */
}
.search-form.scroll {
  top: 0.7rem;
}
.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 #eee;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: var(--fs16);
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: var(--fs16);
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: var(--fs16);
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: var(--fs16);
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: var(--fs16);
}
.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: #005aa2;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.link {
  font-size: 0;
  margin-right: 0.24rem;
}
.link a {
  position: relative;
  font-size: var(--fs14);
  padding-right: 0.16rem;
  margin-right: 0.16rem;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  color: #fff;
}
.link a:hover {
  text-decoration: underline;
  color: #fff;
}
.link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 1px;
  height: 13px;
  background: #fff;
}
.link a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.link a:last-child:after {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header-wrapper:hover {
    background: #fff;
  }
  .header-wrapper:hover .logo-box a img {
    display: none;
  }
  .header-wrapper:hover .logo-box a img.on {
    display: block;
  }
  .header-wrapper:hover .pc-nav-box li:hover > a {
    color: #005aa2;
  }
  .header-wrapper:hover .pc-nav-box li.on > a {
    color: #005aa2;
  }
  .header-wrapper:hover .pc-nav-box li > a {
    color: #333;
    background-image: url(../img/line.jpg);
  }
  .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
  .header-wrapper:hover .language .caption {
    color: #333;
    background-image: url(../img/lang2.png);
  }
  .header-wrapper:hover .language .caption i {
    background-image: url(../img/idown2.png);
  }
  .header-wrapper .language:hover .caption i {
    transform: rotateX(180deg);
  }
  .header-wrapper .language: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);
    z-index: 10;
  }
}
@media screen and (max-width: 1600px) {
  .pc-nav-box {
    margin: 0 0.8rem 0 1.8rem;
  }
  .pc-nav-box ul li {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .pc-nav-box ul li {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .pc-nav-box ul li {
    margin-right: 0.3rem;
  }
}
@media screen and (max-width: 1004px) {
  body.front.shadow {
    padding-top: 1.6rem;
  }
  .header-wrapper.scroll > .box-container {
    height: 1rem;
  }
  .header-wrapper.scroll > .box-container .pc-nav-box li > a {
    height: 1rem;
    line-height: 1rem;
  }
  .header-wrapper.scroll .language .caption {
    height: 1rem;
    line-height: 1rem;
  }
  .header-wrapper > .box-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: 24%;
  }
  .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;
  }
  .header-wrapper .search {
    position: relative;
    width: 0.3rem;
    height: 0.3rem;
  }
  .header-wrapper .language {
    margin-right: 0.3rem;
  }
  .header-wrapper .language .caption {
    font-size: 11px;
    background-size: 0.24rem;
    padding-left: 0.4rem;
  }
  .header-wrapper .language .caption i {
    margin-left: 6px;
    width: 12px;
    height: 6px;
  }
  .header-wrapper .list {
    width: 1.8rem;
    margin-left: -0.9rem;
    padding: 0.12rem 0;
  }
  .header-wrapper .list a {
    font-size: 12px;
    line-height: 0.6rem;
  }
  .link {
    margin-right: 0.3rem;
  }
  .link a {
    font-size: 11px;
    line-height: 20px;
  }
  .link a:after {
    height: 10px;
  }
  .pc-nav-box,
  .footer-nav-box {
    display: none;
  }
}
@media screen and (max-width: 1004px) {
  .nav-icon span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 4px 0px;
    border-radius: 10px;
    transition: all ease 0.5s;
  }
  .nav-icon span:nth-child(2) {
    width: 15px;
  }
  .nav-icon span:nth-child(3) {
    width: 20px;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
  }
  .nav-icon.on span:nth-child(2) {
    display: none;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(134deg);
    margin-top: -6px;
    width: 25px;
  }
  .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.scroll {
    top: 1rem;
  }
  .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: #005aa2;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #005aa2;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
  }
  .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 {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 0.3rem;
    height: 100%;
    right: 0.3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/m-down.png);
    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.on > a {
    font-weight: 700;
    color: #005aa2;
  }
  .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.scroll {
    top: 1rem;
  }
  .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 {
  position: relative;
  padding: 0.94rem 0 0.4rem;
  background: #f4f4f4;
}
.footer-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/logobg.png) no-repeat right bottom;
  background-size: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.1;
}
.footer-wrapper .box-container {
  position: relative;
  z-index: 10;
}
.footer-wrapper ul {
  list-style-type: none;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a,
.footer-wrapper .contact li {
  font-size: var(--fs14);
  color: #999;
}
.footer-wrapper .copyright {
  line-height: 24px;
  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: #005aa2;
}
.footer-wrapper .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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.58rem;
}
.footer-wrapper .qrcode {
  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-radius: 8px;
  padding: 6px;
}
.footer-wrapper .qrcode img {
  display: block;
  width: 1.06rem;
}
.footer-wrapper .qrcode p {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  margin-left: 16px;
}
.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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box li > a {
  font-size: var(--fs16);
  color: #000;
  font-family: "medium";
  line-height: 0.3rem;
  margin-bottom: 0.11rem;
}
.footer-nav-box li > a:hover {
  color: #005aa2;
}
.footer-nav-box a {
  display: block;
  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-nav-box .nav a {
  font-size: var(--fs14);
  line-height: 0.28rem;
  color: #666;
}
.footer-nav-box .nav a:hover {
  color: #005aa2;
}
.links {
  font-size: 0;
  margin-top: 2px;
}
.links a {
  position: relative;
  font-size: var(--fs14);
  padding-right: 12px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
  color: #999;
  line-height: 24px;
  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;
}
.links a:hover {
  color: #005aa2;
}
.links a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 1px;
  height: 13px;
  background: #999;
}
.links a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.links a:last-child:after {
  display: none;
}
.gotop {
  position: fixed;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #dedede;
  border-radius: 50%;
  right: 0.5rem;
  bottom: 30%;
  z-index: 20;
  display: none;
}
.gotop:before,
.gotop:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  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;
}
.gotop:before {
  z-index: 8;
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
  opacity: 0;
  visibility: hidden;
  background: #005aa2;
}
.gotop:after {
  z-index: 10;
  background-image: url(../img/gotop.png);
  background-repeat: no-repeat;
  background-size: 0.18rem;
  background-position: center center;
}
.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;
}
.cookie-box {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 30;
  width: 100%;
  background: #fff;
  padding: 0.24rem 0 0.34rem;
  transition: all 1.6s ease;
  -webkit-transition: all 1.6s ease;
  -moz-transition: all 1.6s ease;
  -ms-transition: all 1.6s ease;
  -o-transition: all 1.6s ease;
  display: none;
}
.cookie-box.on {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8rem);
  -webkit-transform: translateY(8rem);
  -moz-transform: translateY(8rem);
  -ms-transform: translateY(8rem);
  -o-transform: translateY(8rem);
}
.cookie-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cookie-box h5 {
  margin-bottom: 0.1rem;
  font-size: var(--fs18);
  color: #000;
  line-height: 0.3rem;
  font-family: "medium";
}
.cookie-box .desc {
  font-size: var(--fs14);
  color: #999;
  line-height: 24px;
}
.cookie-box .left {
  width: 70.31%;
}
.cookie-box .right {
  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;
}
.cookie-box .right a {
  font-size: var(--fs16);
  color: #005aa2;
  min-width: 1.6rem;
  line-height: 0.5rem;
  height: 0.52rem;
  background-color: #fff;
  border-radius: 26px;
  border: solid 1px #005aa2;
  padding: 0 0.2rem;
  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;
}
.cookie-box .right a.on,
.cookie-box .right a:hover {
  background-color: #005aa2;
  color: #fff;
}
.cookie-box .right a.on {
  margin-right: 0.2rem;
}
@media screen and (min-width: 1004px) {
  .gotop: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);
  }
  .gotop:hover:after {
    background-image: url(../img/gotop2.png);
    background-color: #005aa2;
  }
}
@media screen and (max-width: 1600px) {
  .footer-wrapper {
    padding-top: 0.8rem;
  }
}
@media screen and (max-width: 1004px) {
  .footer-wrapper {
    padding: 0.8rem 0;
  }
  .footer-wrapper:before {
    background-size: 80%;
  }
  .footer-wrapper .copyright {
    line-height: 20px;
  }
  .footer-wrapper .bottom {
    position: relative;
    flex-flow: wrap;
    margin-top: 0;
    flex-direction: column-reverse;
  }
  .footer-wrapper .qrcode {
    display: block;
    padding: 0;
    width: 2rem;
    border: none;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .footer-wrapper .qrcode img {
    width: 100%;
    margin: 0 auto 0.12rem;
  }
  .footer-wrapper .qrcode p {
    font-size: var(--fs14);
    line-height: 18px;
    margin-left: 0;
  }
  .footer-wrapper .copyright {
    margin: 0.16rem auto;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .contact {
    padding-right: 2.5rem;
  }
  .footer-wrapper .contact li {
    margin-bottom: 4px;
  }
  .footer-wrapper .contact li:last-child {
    margin-bottom: 0;
  }
  .links a {
    font-size: var(--fs14);
    padding-right: 12px;
    margin-right: 12px;
    line-height: 20px;
  }
  .links a:after {
    height: 10px;
  }
  .gotop {
    width: 0.6rem;
    height: 0.6rem;
    right: 0.3rem;
    bottom: 10%;
  }
  .gotop:after {
    background-size: 0.24rem;
  }
  .gotop.on:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .gotop.on:after {
    background-image: url(../img/gotop2.png);
    background-color: #005aa2;
  }
  .cookie-box {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    padding: 0.48rem 0;
  }
  .cookie-box .box-container {
    display: block;
  }
  .cookie-box h5 {
    font-size: var(--fs20);
    margin-bottom: 0.14rem;
    line-height: 0.4rem;
  }
  .cookie-box .desc {
    font-size: var(--fs15);
    line-height: 20px;
  }
  .cookie-box .left {
    width: 100%;
  }
  .cookie-box .right {
    margin-top: 0.5rem;
    justify-content: center;
  }
  .cookie-box .right a {
    font-size: var(--fs14);
    min-width: 2rem;
    line-height: 0.68rem;
    height: 0.7rem;
    padding: 0 0.3rem;
  }
  .cookie-box .right a.on {
    margin-right: 0.3rem;
  }
}
.index-banner-wrapper {
  position: relative;
}
.index-banner-wrapper .swiper-container-initialized .swiper-slide-active h4,
.index-banner-wrapper .swiper-container-initialized .swiper-slide-active .desc,
.index-banner-wrapper .swiper-container-initialized .swiper-slide-active .learn {
  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 .swiper-container-initialized .swiper-slide-active 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 .swiper-container-initialized h4,
.index-banner-wrapper .swiper-container-initialized .desc,
.index-banner-wrapper .swiper-container-initialized .learn {
  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.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .index-banner-swiper h4,
.index-banner-wrapper .index-banner-swiper .desc {
  width: 80%;
}
.index-banner-wrapper .index-banner-swiper h4 {
  font-size: 0.6rem;
  color: #fff;
  line-height: 0.7rem;
  transition-delay: 0.3s;
  font-family: "medium";
}
.index-banner-wrapper .index-banner-swiper .desc {
  font-size: var(--fs36);
  line-height: 0.4rem;
  color: #fff;
  transition-delay: 0.6s;
  margin-top: 0.15rem;
  text-align: left;
}
.index-banner-wrapper .index-banner-swiper .learn {
  transition-delay: 0.8s;
  margin-top: 0.6rem;
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  position: relative;
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  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 .video video {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: left top;
}
.index-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;
}
.index-banner-wrapper .swiper-pagination {
  display: block;
  bottom: 0.33rem;
  font-size: 0;
  text-align: left;
  padding: 0 calc((100% - 15.36rem) / 2);
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  margin: 0 0.16rem;
  border: none;
  opacity: 0.5;
  background: none;
  width: auto;
  height: auto;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i {
  width: 1.7rem;
  opacity: 1;
  visibility: visible;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i:after {
  opacity: 1;
  visibility: visible;
  animation: line 4s linear forwards;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet i {
  position: relative;
  width: 0;
  height: 2px;
  display: inline-block;
  z-index: 9;
  vertical-align: middle;
  top: -1px;
  margin-left: 0.15rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet i:after {
  display: inline-block;
  content: "";
  height: 2px;
  position: absolute;
  left: 0 ;
  top: 0;
  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;
  width: 0;
  z-index: 10;
  background: #42b5e9;
}
.index-banner-wrapper .mouse {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 10;
  bottom: 0.34rem;
  cursor: pointer;
}
.index-banner-wrapper .mouse .icon {
  width: 0.16rem;
  height: 0.28rem;
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/mouse.png);
  animation: mouseAni 1.4s linear infinite;
}
.index-banner-wrapper .mouse p {
  font-size: var(--fs14);
  color: #fff;
  line-height: 24px;
  margin-top: 0.07rem;
}
@keyframes line {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes mouseAni {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0.1rem);
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    -o-transform: translateY(0.1rem);
  }
}
.page-banner-wrapper {
  position: relative;
  overflow: hidden;
}
.page-banner-wrapper.nobg:before {
  display: none;
}
.page-banner-wrapper.animated h1,
.page-banner-wrapper.animated h2,
.page-banner-wrapper.animated .brief,
.page-banner-wrapper.animated .group {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.page-banner-wrapper:before {
  content: "";
  width: 100%;
  height: 2rem;
  background: url(../img/ibannerbg.png) no-repeat left bottom;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.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,
.page-banner-wrapper .brief,
.page-banner-wrapper .group {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.page-banner-wrapper h1,
.page-banner-wrapper h2 {
  color: #fff;
  font-size: 0.6rem;
  letter-spacing: 2px;
  line-height: 0.7rem;
  font-family: "medium";
  transition-delay: 0.5s;
}
.page-banner-wrapper .brief {
  font-size: var(--fs36);
  color: #fff;
  line-height: 0.48rem;
  margin-top: 0.1rem;
  transition-delay: 0.7s;
}
.page-banner-wrapper .group {
  margin-top: 0.4rem;
  transition-delay: 0.7s;
}
.page-banner-wrapper .group .learn {
  margin-right: 0.2rem;
}
.page-banner-wrapper .group .learn:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    background-color: #fff;
    width: 100%;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    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: var(--fs16);
    line-height: 0.7rem;
    text-align: center;
    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;
    margin-right: 1.08rem;
    font-family: "medium";
  }
  .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: #005aa2;
  }
  .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: 2px;
    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-color: #005aa2;
    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;
  }
}
@media screen and (max-width: 1600px) {
  .page-nav-wrapper .nav > a {
    margin-right: 0.9rem;
  }
  .index-banner-wrapper .swiper-pagination {
    padding: 0 calc((100% - 14rem) / 2);
  }
}
@media screen and (max-width: 1440px) {
  .page-nav-wrapper .nav > a {
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 1366px) {
  .page-nav-wrapper .nav > a {
    margin-right: 0.7rem;
  }
}
@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;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .page-nav-box {
    overflow-x: auto;
    width: 100%;
  }
  .page-nav-wrapper .nav {
    width: auto;
    overflow: auto;
    margin: 0.4rem auto 0;
    padding: 0 0.3rem;
    white-space: nowrap;
    text-align: center;
  }
  .page-nav-wrapper .nav a {
    display: inline-block;
    font-size: var(--fs16);
    line-height: 0.6rem;
    margin-right: 24px;
    color: #545454;
    border-bottom: 3px solid transparent;
  }
  .page-nav-wrapper .nav a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav a.on {
    color: #333;
    border-color: #005aa2;
  }
  .page-banner-wrapper:before {
    background-position: left bottom;
    background-size: contain;
    height: 1rem;
  }
  .page-banner-wrapper img {
    height: 4rem;
    object-fit: cover;
  }
  .page-banner-wrapper .info {
    padding-top: 1.2rem;
  }
  .page-banner-wrapper.nobg .info {
    padding-top: 0.6rem;
  }
  .page-banner-wrapper h1,
  .page-banner-wrapper h2 {
    font-size: var(--fs20);
    line-height: 0.44rem;
    letter-spacing: 1px;
  }
  .page-banner-wrapper .brief {
    font-size: 11px;
    line-height: 0.36rem;
    margin-top: 3px;
  }
  .page-banner-wrapper .group {
    margin-top: 0.2rem;
  }
  .page-banner-wrapper .group .learn {
    min-width: 1.1rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 10px;
  }
  .index-banner-wrapper .swiper-container-initialized .swiper-slide.swiper-slide-active h4,
  .index-banner-wrapper .swiper-container-initialized .swiper-slide.swiper-slide-active .desc {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-banner-wrapper .swiper-container-initialized .swiper-slide h4,
  .index-banner-wrapper .swiper-container-initialized .swiper-slide .desc {
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
  }
  .index-banner-wrapper .index-banner-swiper h4 {
    font-size: var(--fs28);
    line-height: 0.48rem;
  }
  .index-banner-wrapper .index-banner-swiper .desc {
    font-size: var(--fs18);
    line-height: 0.36rem;
  }
  .index-banner-wrapper .index-banner-swiper .learn {
    margin-top: 0.48rem;
  }
  .index-banner-wrapper .index-banner-swiper .info {
    padding-top: 0.6rem;
  }
  .index-banner-wrapper .swiper-slide img {
    height: 6rem;
    object-fit: cover;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.4rem;
    padding: 0 0.3rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    font-size: 16px;
    margin: 0 0.2rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i {
    width: 0.6rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet i {
    margin-left: 0.2rem;
  }
  .index-banner-wrapper .mouse {
    bottom: 0.3rem;
  }
  .index-banner-wrapper .mouse .icon {
    width: 0.36rem;
    height: 0.36rem;
  }
  .index-banner-wrapper .mouse p {
    font-size: 0.2rem;
    line-height: 20px;
    margin-top: 0.12rem;
  }
}
.index-box-1 {
  padding-top: 1.2rem;
  background: url(../img/indexbg.jpg) no-repeat bottom center;
  background-size: 100%;
}
.index-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;
}
.index-box-1 .page-title-box {
  margin-bottom: 0.36rem;
}
.index-box-1 .info {
  width: 44.01%;
  padding-top: 0.6rem;
}
.index-box-1 .pic {
  width: 40%;
}
.index-box-1 .content {
  font-size: var(--fs18);
  line-height: 0.3rem;
  font-family: "medium";
  margin-bottom: 0.83rem;
  height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-box-1 .caption {
  font-size: var(--fs30);
  line-height: 0.36rem;
  font-weight: 700;
  margin-bottom: 0.26rem;
}
.index-box-1 .learn:last-child {
  margin-left: 0.1rem;
}
.learn {
  display: inline-block;
  min-width: 1.2rem;
  height: 0.5rem;
  line-height: 0.48rem;
  border-radius: 6px;
  border: solid 1px #005aa2;
  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;
  font-size: var(--fs16);
  color: #005aa3;
  text-align: center;
  padding: 0 0.1rem;
}
.learn.white {
  border-color: #fff;
  color: #fff;
}
.learn.white:hover {
  border-color: #005aa2;
  background-color: #005aa2;
}
.learn:hover {
  color: #fff;
  background-color: #005aa2;
}
.learn:hover i {
  width: 0.18rem;
  margin-left: 0.1rem;
}
.learn i {
  display: inline-block;
  width: 0;
  height: 0.18rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-image: url(../img/right.png);
  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-2.index-box-2 {
  background: url(../img/indexbg2.jpg) no-repeat top center;
  background-size: 100%;
  padding: 1.2rem 0 1.32rem;
}
.about-wrapper-2.index-box-2 .data li {
  text-align: left;
  padding-left: 0;
}
.index-box-3 {
  background: url(../img/index2bg.jpg) fixed no-repeat top center;
  background-size: cover;
}
.index-box-3 .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;
}
.index-box-3 .left {
  width: 2.2rem;
}
.index-box-3 .page-title-box {
  margin-bottom: 0.34rem;
}
.index-box-3 .brief {
  font-size: var(--fs18);
  line-height: 0.3rem;
  font-family: "medium";
  margin-bottom: 0.93rem;
}
.index-box-3 .right {
  width: 75.26%;
}
.index-box-3 .right 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 */
}
.index-box-3 .right li {
  width: 33.33%;
}
.index-box-3 .right 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 .right li:hover .title,
.index-box-3 .right li:hover .desc {
  color: #fff;
}
.index-box-3 .right li:hover .info {
  background-color: #005aa2;
}
.index-box-3 .right li:hover .info:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box-3 .right li:nth-child(even) a {
  flex-direction: column-reverse;
}
.index-box-3 .right 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 */
  flex-flow: wrap;
}
.index-box-3 .right .info {
  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;
  overflow: hidden;
  background-color: #fff;
  padding: 0.52rem 0.56rem 0.52rem 0.6rem;
}
.index-box-3 .right .info:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/libg.png) no-repeat right bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  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;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
}
.index-box-3 .right .title,
.index-box-3 .right .desc {
  position: relative;
  z-index: 1;
  transition: color 0.34s ease;
  -webkit-transition: color 0.34s ease;
  -moz-transition: color 0.34s ease;
  -ms-transition: color 0.34s ease;
  -o-transition: color 0.34s ease;
}
.index-box-3 .right .title {
  font-size: var(--fs24);
  color: #000;
  font-weight: 700;
  margin-bottom: 0.18rem;
}
.index-box-3 .right .desc {
  font-size: var(--fs18);
  color: #999;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 1.8rem;
}
.index-box-3 .pic img,
.index-box-3 .info {
  height: 3.6rem;
}
.index-box-3 .pic img {
  object-fit: cover;
}
.index-box-4 {
  position: relative;
  padding: 2rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-box-4 .pic video {
  display: block;
  width: 100%;
}
.index-box-4 .pic img {
  display: none;
}
.index-box-4 .info {
  position: relative;
  left: calc((100% - 15.36rem) / 2);
  top: 0;
  z-index: 10;
  width: 4.14rem;
  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-box-4 .page-title-box {
  margin-bottom: 0.3rem;
}
.index-box-4 .page-title-box h2 {
  margin-bottom: 0.2rem;
}
.index-box-4 .inner {
  width: 100%;
}
.index-box-4 .brief {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  text-align: justify;
  margin-bottom: 1.1rem;
}
.index-box-5 {
  position: relative;
  padding-bottom: 2.6rem;
  overflow: hidden;
}
.index-box-5 .main {
  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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 10;
}
.index-box-5 .page-title-box h2 {
  margin-bottom: 0.06rem;
}
.index-box-5 .page-title-box .desc {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #625f5e;
}
.index-box-5 .item {
  display: none;
}
.index-box-5 .left {
  position: relative;
  width: 19.8%;
  margin-left: calc((100% - 15.36rem) / 2);
}
.index-box-5 .cat-box {
  font-size: 0;
}
.index-box-5 .cat-box ul {
  list-style-type: none;
}
.index-box-5 .cat-box li {
  margin-bottom: 0.14rem;
}
.index-box-5 .cat-box li:last-child {
  margin-bottom: 0;
}
.index-box-5 .cat-box li.on a {
  color: #005aa2;
}
.index-box-5 .cat-box li.on a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-5 .cat-box a {
  display: inline-block;
  font-size: var(--fs18);
  color: #000;
  line-height: 0.3rem;
  padding-bottom: 0.04rem;
  position: relative;
}
.index-box-5 .cat-box a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #005aa2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.index-box-5 .right {
  width: 62.5%;
}
.index-box-5 .swiper-slide:hover .title {
  color: #005aa2;
}
.index-box-5 .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);
}
.index-box-5 .pic {
  border-radius: 0px 0.3rem 0px 0.3rem;
}
.index-box-5 .pic img {
  height: 3rem;
  object-fit: cover;
}
.index-box-5 .info {
  padding-right: 0.8rem;
  margin-top: 0.25rem;
}
.index-box-5 .title {
  font-size: var(--fs22);
  color: #000;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.6rem;
  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;
}
.index-box-5 .time {
  font-size: var(--fs16);
  color: #999;
  font-family: "medium";
  line-height: 24px;
  margin-top: 0.34rem;
}
.index-box-5 .btns {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.index-box-5 .btns a {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border: solid 1px #e1e1e1;
  vertical-align: top;
  border-radius: 50%;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.index-box-5 .btns a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  background-size: 7px;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-box-5 .btns a:hover circle {
  stroke: #005aa2;
  -webkit-animation: stroke-dash 2000ms linear, stroke-color 8000ms steps(2);
  animation: stroke-dash 2000ms linear, stroke-color 8000ms steps(2);
}
.index-box-5 .btns .prev {
  margin-right: 20px;
}
.index-box-5 .btns .prev:hover:before {
  background-image: url(../img/i-prev2.png);
}
.index-box-5 .btns .prev:before {
  background-image: url(../img/i-prev.png);
}
.index-box-5 .btns .next:before {
  background-image: url(../img/i-next.png);
}
.index-box-5 .btns .next:before:hover:before {
  background-image: url(../img/i-next2.png);
}
.index-box-5 .svg {
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 10;
}
.index-box-5 circle {
  fill: transparent;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 301.59289, 0;
}
.index-box-5 .wave {
  position: absolute;
  margin-left: -25%;
  width: 200%;
  height: 90%;
  bottom: -20%;
  z-index: 0;
}
@-webkit-keyframes stroke-dash {
  from {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }
}
@keyframes stroke-dash {
  from {
    stroke-dasharray: 0, 301.59289;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 301.59289, 0;
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes stroke-color {
  from {
    stroke: #005aa2;
  }
}
@keyframes stroke-color {
  from {
    stroke: #005aa2;
  }
}
@media screen and (min-width: 1004px) {
  .index-box-5 .cat-box li:hover a {
    color: #005aa2;
  }
  .index-box-5 .cat-box li:hover a:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@media screen and (max-width: 1004px) {
  .index-box-4 .info {
    left: calc((100% - 14rem) / 2);
  }
  .index-box-5 .left {
    margin-left: calc((100% - 14rem) / 2);
  }
}
@media screen and (max-width: 1004px) {
  .index-box-1 {
    padding-top: 1rem;
  }
  .index-box-1 .box-container {
    display: block;
  }
  .index-box-1 .page-title-box {
    margin-bottom: 0.4rem;
  }
  .index-box-1 .info {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0.4rem;
  }
  .index-box-1 .pic {
    width: 100%;
    margin-top: 0.6rem;
  }
  .index-box-1 .content {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-bottom: 0.6rem;
    height: auto;
  }
  .index-box-1 .caption {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-bottom: 0.2rem;
  }
  .learn {
    min-width: 2rem;
    height: 0.78rem;
    line-height: 0.72rem;
    font-size: var(--fs15);
    padding: 0 0.2rem;
  }
  .learn:hover i {
    width: 0.24rem;
    margin-left: 0.2rem;
  }
  .learn i {
    height: 0.24rem;
  }
  .about-wrapper-2.index-box-2 {
    padding: 1rem 0 1.2rem;
  }
  .index-box-3 {
    background-attachment: inherit;
  }
  .index-box-3 .box-container {
    display: block;
  }
  .index-box-3 .left {
    position: relative;
    width: 100%;
  }
  .index-box-3 .page-title-box {
    margin-bottom: 0.48rem;
  }
  .index-box-3 .brief {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-bottom: 0.48rem;
  }
  .index-box-3 .right {
    width: 100%;
  }
  .index-box-3 .right ul {
    display: block;
  }
  .index-box-3 .right li {
    width: 100%;
  }
  .index-box-3 .right li:nth-child(even) a {
    flex-direction: row-reverse;
  }
  .index-box-3 .right 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 .right .pic {
    width: 55%;
  }
  .index-box-3 .right .info {
    width: 45%;
    height: auto;
    padding: 0.48rem 0.3rem;
  }
  .index-box-3 .right .title {
    font-size: var(--fs18);
    margin-bottom: 0.12rem;
  }
  .index-box-3 .right .desc {
    font-size: var(--fs15);
    line-height: 0.4rem;
    height: 2.4rem;
  }
  .index-box-3 .pic img {
    height: 100%;
  }
  .index-box-3 .learn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .index-box-4 {
    padding: 0;
    background: none!important;
  }
  .index-box-4 .pic video,
  .index-box-4 .pic img {
    height: 6rem;
    object-fit: cover;
  }
  .index-box-4 .pic img {
    display: block;
  }
  .index-box-4 .info {
    left: 0;
    width: 80%;
    height: 100%;
    padding: 0 0.3rem;
    position: absolute;
  }
  .index-box-4 .brief {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-bottom: 0.6rem;
  }
  .index-box-5 {
    padding-bottom: 2rem;
  }
  .index-box-5 .main {
    display: block;
  }
  .index-box-5 .page-title-box h2 {
    margin-bottom: 0.1rem;
  }
  .index-box-5 .page-title-box .desc {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .index-box-5 .left {
    width: 100%;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  .index-box-5 .cat-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 */
  }
  .index-box-5 .cat-box li {
    margin-bottom: 0;
    margin-right: 0.3rem;
  }
  .index-box-5 .cat-box li:last-child {
    margin-right: 0;
  }
  .index-box-5 .cat-box a {
    line-height: 0.54rem;
  }
  .index-box-5 .right {
    width: 100%;
    margin-top: 0.6rem;
  }
  .index-box-5 .pic img {
    height: auto;
  }
  .index-box-5 .swiper-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .index-box-5 .info {
    padding-right: 0.6rem;
    margin-top: 0.4rem;
  }
  .index-box-5 .title {
    font-size: var(--fs18);
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .index-box-5 .time {
    line-height: 20px;
    margin-top: 0.2rem;
  }
  .index-box-5 .btns {
    right: 0.3rem;
    left: auto;
  }
  .index-box-5 .btns a {
    width: 30px;
    height: 30px;
  }
  .index-box-5 .btns a:before {
    background-size: 6px;
  }
  .index-box-5 .btns .prev {
    margin-right: 0.2rem;
  }
  .index-box-5 svg {
    width: 30px;
    height: 30px;
  }
  .index-box-5 circle {
    cx: 15;
    cy: 15;
    r: 14;
  }
  .index-box-5 .wave {
    margin-left: -70%;
  }
}
.padding {
  padding: 1rem 0;
}
.mt {
  margin-top: 1rem;
}
.page-title-box {
  margin-bottom: 0.4rem;
}
.page-title-box.txt-center .line {
  margin-left: auto;
  margin-right: auto;
}
.page-title-box.white h1,
.page-title-box.white h2 {
  color: #fff;
}
.page-title-box.white .line {
  background: #fff;
}
.page-title-box h1,
.page-title-box h2 {
  font-size: var(--fs48);
  color: #000;
  line-height: 0.6rem;
  font-weight: 700;
  margin-bottom: 0.22rem;
}
.page-title-box .line {
  width: 0.9rem;
  height: 0.06rem;
  background: #005aa2;
}
.pagetop {
  margin-bottom: 0.54rem;
}
.page-brief {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  font-family: "medium";
  text-align: center;
  width: 7.66rem;
  margin: 0 auto;
}
.page-brief.max {
  width: 100%;
  text-align: left;
}
.w226 {
  width: 2.26rem;
}
.w1224 {
  width: calc(100% - 3.12rem);
}
.category-box .caption {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
  font-family: "medium";
  margin-bottom: 0.15rem;
}
.category-box .item {
  margin-bottom: 0.5rem;
}
.category-box .item:last-child {
  margin-bottom: 0;
}
.category-box .child {
  font-size: 0;
}
.category-box .child a {
  display: block;
  font-size: var(--fs16);
  color: #666;
  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;
  background-image: url(../img/jicon-r.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right center;
}
.category-box .child a.on {
  color: #005aa2;
  background-image: url(../img/jicon-r2.png);
}
.category-box .child span {
  position: relative;
  display: inline-block;
  line-height: 0.36rem;
}
.category-box .child span:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #005aa2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  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;
}
.schoolJob-wrapper-1 .page-title-box {
  display: none;
}
.schoolJob-wrapper-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;
}
.schoolJob-wrapper-1 .main > .top {
  margin-bottom: 0.1rem;
  background-image: linear-gradient(-90deg, #42b5e9 0%, #005aa2 100%), linear-gradient(#005aa2, #005aa2);
  background-blend-mode: normal, normal;
}
.schoolJob-wrapper-1 .main > .top div {
  color: #fff;
  font-size: var(--fs24);
}
.schoolJob-wrapper-1 .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;
  height: 0.8rem;
  background-color: #dde3e7;
  border-radius: 8px;
  align-items: center;
  padding: 0 0.4rem 0 0.48rem;
}
.schoolJob-wrapper-1 .top .btn {
  width: 0.8rem;
}
.schoolJob-wrapper-1 .top .name {
  width: 19.75%;
}
.schoolJob-wrapper-1 .top .apartment {
  width: 15.74%;
}
.schoolJob-wrapper-1 .top .address {
  width: 19.33%;
}
.schoolJob-wrapper-1 .top .time {
  width: 17.95%;
}
.schoolJob-wrapper-1 .top div {
  font-weight: 700;
}
.schoolJob-wrapper-1 .item {
  background: #f5f7f8;
  margin-bottom: 0.1rem;
  border-radius: 8px;
}
.schoolJob-wrapper-1 .item:last-child {
  margin-bottom: 0;
}
.schoolJob-wrapper-1 .item .top {
  cursor: pointer;
  overflow: hidden;
}
.schoolJob-wrapper-1 .item .top div {
  font-size: var(--fs18);
  line-height: 0.3rem;
}
.schoolJob-wrapper-1 .item .top div span {
  display: none;
}
.schoolJob-wrapper-1 .top.on .btn {
  color: #005aa2;
}
.schoolJob-wrapper-1 .top.on .btn i {
  border-color: #005aa2;
  background-image: url(../img/jicon-d2.png);
}
.schoolJob-wrapper-1 .btn {
  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;
}
.schoolJob-wrapper-1 .btn i {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  border: solid 2px #c6d4de;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/jicon-r3.png);
  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;
}
.schoolJob-wrapper-1 .detail {
  display: none;
  padding: 0.5rem 0.5rem 0.8rem;
}
.schoolJob-wrapper-1 .caption {
  font-size: var(--fs18);
  font-weight: 700;
  line-height: 18px;
  padding-left: 10px;
  border-left: 2px solid #005aa2;
  color: #005aa2;
  margin-bottom: 0.14rem;
}
.schoolJob-wrapper-1 .content {
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin-bottom: 0.42rem;
}
.schoolJob-wrapper-1 .email {
  display: inline-block;
  min-width: 3.35rem;
  line-height: 0.6rem;
  border-radius: 8px;
  border: solid 2px rgba(0, 90, 163, 0.5);
  text-align: center;
  font-size: var(--fs16);
  color: #005aa2;
  font-family: "medium";
  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;
  padding: 0 0.2rem;
}
.schoolJob-wrapper-1 .email:hover {
  background: #005aa2;
  color: #fff;
}
.schoolJob-wrapper-2 {
  min-height: 4rem;
  background: url(../img/jobbg.jpg) fixed no-repeat center center;
  background-size: cover;
  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;
}
.schoolJob-wrapper-2 .box-container {
  text-align: center;
}
.schoolJob-wrapper-2 h2 {
  color: #fff;
  font-size: var(--fs48);
  font-weight: 700;
  line-height: 0.6rem;
}
.schoolJob-wrapper-2 .more {
  display: inline-block;
  min-width: 1.55rem;
  line-height: 0.56rem;
  border-radius: 8px;
  border: solid 2px rgba(255, 255, 255, 0.5);
  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;
  font-size: var(--fs16);
  color: #fff;
  font-family: "medium";
  margin-top: 0.2rem;
  padding: 0 0.2rem;
}
.schoolJob-wrapper-2 .more:hover {
  background-color: #005aa2;
  border-color: #005aa2;
}
.concept-wrapper-1 {
  overflow: hidden;
  position: relative;
  background: url(../img/conceptbg.jpg) repeat-x left bottom;
}
.concept-wrapper-1 .box-container {
  position: relative;
  z-index: 10;
}
.concept-wrapper-1 .swiper-slide {
  width: 23.82%;
  background-color: #fff;
  border-radius: 10px;
  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;
  padding: 0.36rem 0.4rem;
  height: auto;
}
.concept-wrapper-1 .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/conceptbg2.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.56s ease;
  -webkit-transition: opacity 0.56s ease;
  -moz-transition: opacity 0.56s ease;
  -ms-transition: opacity 0.56s ease;
  -o-transition: opacity 0.56s ease;
}
.concept-wrapper-1 .swiper-slide:after {
  content: "";
  width: 100%;
  height: 0.54rem;
  background: url(../img/conceptbg.png) no-repeat right bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.56s ease;
  -webkit-transition: all 0.56s ease;
  -moz-transition: all 0.56s ease;
  -ms-transition: all 0.56s ease;
  -o-transition: all 0.56s ease;
  transform: translateX(0.5rem);
  -webkit-transform: translateX(0.5rem);
  -moz-transform: translateX(0.5rem);
  -ms-transform: translateX(0.5rem);
  -o-transform: translateX(0.5rem);
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.12s;
}
.concept-wrapper-1 .swiper-slide:hover:before {
  opacity: 1;
  visibility: visible;
}
.concept-wrapper-1 .swiper-slide:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.concept-wrapper-1 .swiper-slide:hover .title,
.concept-wrapper-1 .swiper-slide:hover .desc {
  color: #fff;
}
.concept-wrapper-1 .swiper-slide:hover .line {
  background-color: #fff;
}
.concept-wrapper-1 .swiper-slide * {
  position: relative;
  z-index: 10;
}
.concept-wrapper-1 .title {
  font-size: var(--fs24);
  color: #000;
  font-weight: 700;
  line-height: 0.3rem;
}
.concept-wrapper-1 .title,
.concept-wrapper-1 .desc {
  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;
}
.concept-wrapper-1 .line {
  width: 22px;
  height: 2px;
  background-color: #005aa2;
  margin: 0.16rem 0 0.26rem;
  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;
}
.concept-wrapper-1 .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  font-family: "medium";
}
.concept-wrapper-1 .swiper-pagination-progressbar {
  height: 0.08rem;
  position: relative;
  width: 100%;
  margin-top: 0.6rem;
}
.concept-wrapper-1 .swiper-pagination-progressbar:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 4px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  margin-top: -1px;
}
.concept-wrapper-1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  height: 100%;
  z-index: 1;
  background-color: #005aa2;
  width: 100%;
  transform-origin: left center;
}
.concept-wrapper-1 .canvas {
  height: 6rem;
  position: absolute;
  left: 0;
  bottom: -3.5rem;
  width: 100%;
  z-index: 0;
  opacity: 0.5;
}
.concept-wrapper-1 .i-prev,
.concept-wrapper-1 .i-next {
  margin-top: -0.5rem;
  background-color: #eaf1f9;
}
.concept-wrapper-1 .page-brief {
  position: relative;
}
.concept-wrapper-1 .page-brief.animated:before {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.concept-wrapper-1 .page-brief:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(244, 248, 251, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 2.5s;
}
.concept-wrapper-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;
  position: relative;
}
.concept-wrapper-2 ul:after {
  content: "";
  width: 0.66rem;
  height: 2.84rem;
  background: url(../img/line.png) no-repeat center center;
  position: absolute;
  left: 96%;
  top: 0.5rem;
  z-index: 10;
  background-size: 100%;
}
.concept-wrapper-2 li {
  position: relative;
  text-align: center;
  width: 16.66%;
  padding: 0 0.3rem;
  margin-top: 0.76rem;
  cursor: pointer;
}
.concept-wrapper-2 li:nth-child(-n+6):after {
  transform: none;
}
.concept-wrapper-2 li:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1.26rem;
  right: -0.63rem;
  height: 1rem;
  background-image: url(../img/angle.png);
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotateY(180deg);
}
.concept-wrapper-2 li:hover .icon:before {
  animation: iconAni 1s ease;
}
.concept-wrapper-2 li:hover .title {
  color: #005aa2;
}
.concept-wrapper-2 .icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin: 0 auto;
}
.concept-wrapper-2 .icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  background-color: #e8f0f7;
  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;
}
.concept-wrapper-2 .icon img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.concept-wrapper-2 .title {
  font-size: var(--fs24);
  color: #000;
  font-weight: 700;
  line-height: 0.3rem;
  margin: 0.2rem auto 0.06rem;
  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;
}
.concept-wrapper-2 p {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  min-height: 48px;
}
.concept-wrapper-3 {
  background-color: #f6f6f6;
}
.concept-wrapper-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);
}
.concept-wrapper-3 .swiper-btn {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  background-size: 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;
  border-radius: 50%;
}
.concept-wrapper-3 .swiper-btn:hover {
  background-color: #005aa2;
}
.concept-wrapper-3 .prev {
  left: 13.5%;
  background-image: url(../img/c-prev2.png);
}
.concept-wrapper-3 .prev:hover {
  background-image: url(../img/c-prev.png);
}
.concept-wrapper-3 .next {
  right: 13.5%;
  background-image: url(../img/c-next2.png);
}
.concept-wrapper-3 .next:hover {
  background-image: url(../img/c-next.png);
}
.concept-wrapper-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;
}
.concept-wrapper-4 li {
  position: relative;
  text-align: center;
  width: 23.82%;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #c6d4de;
  margin-right: 1.5473%;
  margin-top: 1.5473%;
  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;
  padding: 0.64rem;
}
.concept-wrapper-4 li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.concept-wrapper-4 li img {
  display: block;
  margin: 0 auto;
  width: 0.6rem;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.concept-wrapper-4 li p {
  font-size: var(--fs24);
  color: #000;
  font-weight: 700;
  line-height: 0.3rem;
  margin-top: 0.4rem;
}
@keyframes iconAni {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}
.msg-wrapper .page-title-box {
  display: none;
}
.msg-wrapper .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;
  align-items: flex-start;
}
.msg-wrapper .pic {
  width: 42.18%;
  border-radius: 10px;
}
.msg-wrapper .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);
}
.msg-wrapper .form {
  width: 50%;
  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;
  flex-flow: wrap;
}
.msg-wrapper .form > .label {
  margin-bottom: 0.07rem;
}
.msg-wrapper .form > p {
  margin-bottom: 0.3rem;
}
.msg-wrapper .form .label,
.msg-wrapper .form p {
  width: 100%;
  line-height: 24px;
}
.msg-wrapper .form i {
  display: inline-block;
  font-size: var(--fs18);
  color: #ee0202;
  margin-right: 2px;
}
.msg-wrapper .form p {
  font-size: var(--fs16);
  color: #666;
}
.msg-wrapper .label {
  display: block;
  margin-bottom: 0.15rem;
  font-size: var(--fs18);
}
.msg-wrapper .group {
  position: relative;
  width: 49.22%;
  margin-bottom: 1.56%;
  /* input placeholder  */
}
.msg-wrapper .group:nth-child(4) {
  margin-top: 0.52rem;
}
.msg-wrapper .group:nth-child(-n+2) {
  margin-top: 0;
}
.msg-wrapper .group.max {
  width: 100%;
  margin-right: 0;
}
.msg-wrapper .group .caption,
.msg-wrapper .group .text {
  font-size: var(--fs16);
  color: #999;
  padding-left: 0.2rem;
  width: 100%;
  border: solid 1px #e4e4e4;
}
.msg-wrapper .group ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--fs16);
  font-size: #999;
}
.msg-wrapper .group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--fs16);
  font-size: #999;
}
.msg-wrapper .group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--fs16);
  font-size: #999;
}
.msg-wrapper .group :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--fs16);
  font-size: #999;
}
.msg-wrapper .group .caption,
.msg-wrapper .group .text {
  line-height: 0.58rem;
  height: 0.6rem;
}
.msg-wrapper .group .text {
  padding-right: 0.2rem;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.msg-wrapper .group .text:focus {
  border-color: #005aa2;
}
.msg-wrapper .group .caption {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.5rem;
  background-color: #fff;
}
.msg-wrapper .group .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.msg-wrapper .group .caption:after {
  content: "";
  display: block;
  width: 0.19rem;
  height: 100%;
  background: url(../img/m-down.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 0.2rem;
  top: 0;
  z-index: 10;
}
.msg-wrapper .group .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  background: #fff;
  max-height: 3.66rem;
  overflow-y: auto;
  display: none;
  border: 1px solid #e4e4e4;
  border-top: none;
}
.msg-wrapper .group .list a {
  display: block;
  font-size: var(--fs16);
  color: #999;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e4e4e4;
}
.msg-wrapper .group .list a:hover,
.msg-wrapper .group .list a.on {
  color: #005aa2;
}
.msg-wrapper .group .list a:last-child {
  border-bottom: none;
}
.msg-wrapper .group p {
  margin-bottom: 0.05rem;
}
.msg-wrapper .radiobox input {
  display: none;
}
.msg-wrapper .radiobox input:checked + label i {
  background-image: url(../img/on.png);
}
.msg-wrapper .radiobox label {
  display: inline-block;
  line-height: 24px;
  cursor: pointer;
  font-size: var(--fs16);
  color: #666;
  margin-right: 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;
}
.msg-wrapper .radiobox label:last-child {
  margin-right: 0;
}
.msg-wrapper .radiobox label:hover {
  color: #005aa2;
}
.msg-wrapper .radiobox i {
  background-image: url(../img/off.png);
}
.msg-wrapper .radiobox i,
.msg-wrapper .agreement i {
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 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;
  margin-right: 0.08rem;
}
.msg-wrapper .agreement {
  width: 100%;
  margin: 0.11rem 0 0.46rem;
}
.msg-wrapper .agreement input {
  display: none;
}
.msg-wrapper .agreement input:checked + label i {
  background-color: #005aa2;
  border-color: #005aa2;
}
.msg-wrapper .agreement label,
.msg-wrapper .agreement a {
  font-size: var(--fs16);
  color: #999;
  cursor: pointer;
  line-height: 24px;
}
.msg-wrapper .agreement 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;
}
.msg-wrapper .agreement a:hover {
  color: #005aa2;
}
.msg-wrapper .agreement i {
  border-radius: 3px;
  border: solid 1px #d2d2d2;
}
.msg-wrapper .submit {
  position: relative;
  overflow: hidden;
  width: 2.1rem;
  line-height: 0.5rem;
  border-radius: 5px;
  text-align: center;
  font-size: var(--fs16);
  color: #fff;
  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;
}
.msg-wrapper .submit:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005aa2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 5px;
  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;
}
.msg-wrapper .submit span {
  position: relative;
  z-index: 10;
}
.contact-wrapper {
  background: url(../img/contactbg.jpg) no-repeat center bottom;
  background-size: cover;
}
.contact-wrapper .page-title-box {
  display: none;
}
.contact-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;
}
.contact-wrapper .list li {
  width: 31.25%;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px #dcdcdc;
  border-radius: 10px;
  margin-right: 3.125%;
  margin-top: 3.125%;
  position: relative;
  overflow: hidden;
}
.contact-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);
}
.contact-wrapper .list li:hover h6 {
  color: #005aa2;
}
.contact-wrapper .list .pic img {
  height: 3.18rem;
  object-fit: cover;
}
.contact-wrapper .info {
  padding: 0.28rem 0.2rem 0.46rem;
}
.contact-wrapper h6 {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.36rem;
  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;
  font-weight: 700;
  margin-bottom: 0.2rem;
  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;
}
.contact-wrapper h6 a {
  display: inline-block;
  font-size: var(--fs16);
  color: #005aa2;
  font-weight: 500;
  margin-left: 0.1rem;
  background: url(../img/local.png) no-repeat right center;
  background-size: 13px;
  padding-right: 0.18rem;
}
.contact-wrapper h6 a:hover {
  font-weight: 700;
}
.contact-wrapper .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  min-height: 1.5rem;
}
.news-box .title {
  font-size: var(--fs24);
  color: #020404;
  line-height: 0.3rem;
  margin: 0.24rem auto 0.2rem;
  max-height: 0.6rem;
}
.news-box .time {
  font-size: var(--fs18);
  color: #999;
}
.news-box .time span {
  font-size: var(--fs36);
  color: #020404;
  line-height: 0.3rem;
  display: inline-block;
  font-family: "mm";
  margin-right: 4px;
}
.news-box .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.news-wrapper-1 {
  padding-bottom: 0!important;
}
.news-wrapper-1 .swiper-container {
  background-color: #f8f8f8;
  border-radius: 10px;
}
.news-wrapper-1 .swiper-slide {
  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-1 .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);
}
.news-wrapper-1 .swiper-slide:hover .title {
  color: #005aa2;
}
.news-wrapper-1 .pic,
.news-wrapper-1 .title,
.news-wrapper-1 .time,
.news-wrapper-1 .desc {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.news-wrapper-1 .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-wrapper-1 .time {
  transition-delay: 0.05s;
}
.news-wrapper-1 .desc {
  transition-delay: 0.1s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.9rem;
}
.news-wrapper-1 .pic {
  width: 50%;
}
.news-wrapper-1 .info {
  width: 50%;
  padding: 0.8rem 1rem 0.8rem 0.8rem;
}
.news-wrapper-1 .title,
.news-wrapper-1 .time,
.news-wrapper-1 .desc {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.news-wrapper-1 .swiper-slide-active .title,
.news-wrapper-1 .swiper-slide-active .time,
.news-wrapper-1 .swiper-slide-active .desc,
.news-wrapper-1 .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.news-wrapper-1 .swiper-pagination {
  display: block;
  bottom: 0.74rem;
  font-size: 0;
  padding: 0 0.8rem;
  width: 50%;
  text-align: left;
}
.news-wrapper-1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 11px;
  width: 10px;
  height: 10px;
  border: none;
  background: #d4d4d4;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.news-wrapper-1 .swiper-pagination .swiper-pagination-bullet:link,
.news-wrapper-1 .swiper-pagination .swiper-pagination-bullet:visited,
.news-wrapper-1 .swiper-pagination .swiper-pagination-bullet:active,
.news-wrapper-1 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.news-wrapper-1 .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.news-wrapper-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #005aa2;
}
.news-wrapper-2 {
  margin-top: 0.5rem;
  padding-top: 0;
}
.news-wrapper-2 ul {
  list-style-type: none;
}
.news-wrapper-2 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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
.news-wrapper-2 li:before {
  content: "";
  width: 100%;
  height: calc(100% - .8rem);
  position: absolute;
  top: 0.4rem;
  left: 0;
  z-index: 0;
  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;
  background: rgba(0, 90, 162, 0.1);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
.news-wrapper-2 li:hover:before {
  opacity: 1;
  visibility: visible;
}
.news-wrapper-2 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-2 li:hover .title {
  color: #005aa2;
}
.news-wrapper-2 .pic,
.news-wrapper-2 .info {
  position: relative;
  z-index: 1;
}
.news-wrapper-2 .pic {
  width: 24.088%;
  border-radius: 10px;
}
.news-wrapper-2 .info {
  width: 72.013%;
}
.news-wrapper-2 .title,
.news-wrapper-2 .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-wrapper-2 .title {
  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;
}
.news-filter {
  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 */
  /* input placeholder  */
}
.news-filter .group {
  position: relative;
  margin-right: 0.2rem;
}
.news-filter .caption,
.news-filter .text {
  font-size: var(--fs16);
  color: #9f9f9f;
  padding-left: 0.2rem;
  width: 100%;
  border: solid 1px #e4e4e4;
}
.news-filter ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--fs16);
  font-size: #9f9f9f;
}
.news-filter :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--fs16);
  font-size: #9f9f9f;
}
.news-filter ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--fs16);
  font-size: #9f9f9f;
}
.news-filter :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--fs16);
  font-size: #9f9f9f;
}
.news-filter .caption,
.news-filter .text {
  line-height: 0.46rem;
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 25px;
  border: solid 2px #eeeeee;
}
.news-filter .text {
  width: 4.23rem;
  padding-right: 0.2rem;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.news-filter .text:focus {
  border-color: #005aa2;
}
.news-filter .caption {
  width: 183px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.5rem;
}
.news-filter .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.news-filter .caption:after {
  content: "";
  display: block;
  width: 0.19rem;
  height: 100%;
  background: url(../img/n-down.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 0.2rem;
  top: 0;
  z-index: 10;
}
.news-filter .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  background: #fff;
  max-height: 3rem;
  overflow-y: auto;
  display: none;
  border: 2px solid #eeeeee;
}
.news-filter .list a {
  display: block;
  font-size: var(--fs16);
  color: #999;
  line-height: 0.5rem;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
}
.news-filter .list a:hover,
.news-filter .list a.on {
  color: #005aa2;
}
.news-filter .list a:last-child {
  border-bottom: none;
}
.news-filter .submit {
  display: block;
  min-width: 1.23rem;
  padding: 0 0.3rem;
  color: #fff;
  font-size: var(--fs16);
  line-height: 0.5rem;
  background-color: #005aa2;
  border-radius: 25px;
  text-align: center;
}
.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 .top h1 {
  font-size: var(--fs40);
  color: #000;
  font-family: "medium";
  line-height: 0.48rem;
}
.newsinfo-wrapper .other {
  font-size: 0;
  margin-top: 0.05rem;
}
.newsinfo-wrapper .other span,
.newsinfo-wrapper .other a {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
}
.newsinfo-wrapper .other span {
  display: inline-block;
  margin-right: 0.24rem;
}
.newsinfo-wrapper .other span:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .left {
  width: 62.5%;
}
.newsinfo-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  padding: 0.52rem 0;
  border-bottom: 1px solid #ededed;
}
.newsinfo-wrapper .right {
  width: 29.3%;
}
.newsinfo-wrapper .right ul {
  list-style-type: none;
}
.newsinfo-wrapper .right .caption {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
  font-family: "medium";
  margin-bottom: 0.2rem;
}
.newsinfo-wrapper .right li {
  position: relative;
  padding: 0.3rem 0;
  border-bottom: 1px solid #ececec;
}
.newsinfo-wrapper .right li:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #005aa2;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}
.newsinfo-wrapper .right li:first-child {
  padding-top: 0;
}
.newsinfo-wrapper .right li:last-child {
  border-bottom: none;
}
.newsinfo-wrapper .right li:last-child:after {
  display: none;
}
.newsinfo-wrapper .right li:hover .title {
  color: #005aa2;
}
.newsinfo-wrapper .right li:hover:after {
  width: 100%;
}
.newsinfo-wrapper .right .title {
  font-size: var(--fs18);
  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: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
}
.newsinfo-wrapper .right p {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  margin-top: 0.04rem;
}
.newsinfo-wrapper .relative-btn {
  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;
  margin-top: 0.4rem;
}
.newsinfo-wrapper .relative-btn a {
  font-size: var(--fs16);
  color: #666;
  line-height: 30px;
  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;
}
.newsinfo-wrapper .relative-btn a:hover {
  color: #005aa2;
}
.newsinfo-wrapper .relative-btn a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  vertical-align: middle;
  top: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.newsinfo-wrapper .relative-btn .prev i,
.newsinfo-wrapper .relative-btn .return i {
  margin-right: 10px;
}
.newsinfo-wrapper .relative-btn .prev:hover i {
  background-image: url(../img/iprev2.png);
}
.newsinfo-wrapper .relative-btn .prev i {
  background-image: url(../img/iprev.png);
}
.newsinfo-wrapper .relative-btn .return:hover i {
  background-image: url(../img/ilist2.png);
}
.newsinfo-wrapper .relative-btn .return i {
  background-image: url(../img/ilist.png);
}
.newsinfo-wrapper .relative-btn .next:hover i {
  background-image: url(../img/inext2.png);
}
.newsinfo-wrapper .relative-btn .next i {
  margin-left: 10px;
  background-image: url(../img/inext.png);
}
.maintenance-wrapper .page-title-box {
  display: none;
}
.maintenance-wrapper .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: 1.1rem;
}
.maintenance-wrapper .item:last-child {
  margin-bottom: 0;
}
.maintenance-wrapper .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.maintenance-wrapper .item:first-child {
  align-items: flex-start;
}
.maintenance-wrapper .pic {
  width: 50%;
  border-radius: 8px;
}
.maintenance-wrapper .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);
}
.maintenance-wrapper .info {
  width: 43.36%;
}
.maintenance-wrapper ul {
  list-style-type: none;
}
.maintenance-wrapper ul li {
  margin-bottom: 0.56rem;
}
.maintenance-wrapper ul li:last-child {
  margin-bottom: 0;
}
.maintenance-wrapper .title {
  font-size: var(--fs36);
  line-height: 0.48rem;
  color: #000;
  margin-bottom: 0.15rem;
}
.maintenance-wrapper .title img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block;
  height: 0.36rem;
  margin-right: 0.2rem;
  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;
}
.maintenance-wrapper .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.video-wrapper .page-title-box {
  display: none;
}
.video-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;
}
.video-wrapper .main li {
  position: relative;
  width: 48.04%;
  margin-top: 0.56rem;
  cursor: pointer;
}
.video-wrapper .main li:nth-child(-n+2) {
  margin-top: 0;
}
.video-wrapper .main 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);
}
.video-wrapper .main li:hover .pic:after {
  opacity: 0.5;
  visibility: visible;
}
.video-wrapper .main li:hover .play:before,
.video-wrapper .main li:hover .play:after {
  opacity: 1;
  visibility: visible;
}
.video-wrapper .main li:hover h6 {
  color: #005aa2;
}
.video-wrapper 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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
}
.video-wrapper .pic {
  position: relative;
  border-radius: 8px;
}
.video-wrapper .pic:after {
  background: #000;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 8px;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  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;
}
.video-wrapper .pic img {
  height: 3.3rem;
  object-fit: cover;
}
.video-wrapper .play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 0.68rem;
  height: 0.68rem;
  margin-top: -0.34rem;
  margin-left: -0.34rem;
}
.video-wrapper .play:before,
.video-wrapper .play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}
.video-wrapper .play:before {
  animation: iconScale2 2.4s linear infinite;
}
.video-wrapper .play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.video-wrapper .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;
}
.video-wrapper h6 {
  margin-top: 0.14rem;
  line-height: 0.3rem;
  font-family: "medium";
  font-size: var(--fs18);
  text-align: center;
  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;
}
@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;
  }
}
.mask,
.video-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.mask {
  width: 100%;
  z-index: 31;
  background-color: rgba(0, 0, 0, 0.66);
}
.video-modal {
  z-index: 32;
}
.video-modal.before {
  z-index: -1;
}
.video-modal .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 */
  align-items: center;
  width: 100%!important;
  height: 100%;
}
.video-modal .w1200 {
  text-align: center;
}
.video-modal .w1200 video {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  max-height: 80vh;
  width: auto;
}
.video-modal .box {
  position: relative;
  display: inline-block;
}
.video-modal .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -0.4rem;
  z-index: 10;
  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 .close:hover {
  transform: rotate(90deg);
}
.video-modal iframe {
  width: 12rem;
  height: 80vh;
}
.download-wrapper {
  background: url(../img/downloadbg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.download-wrapper .page-title-box {
  display: none;
}
.download-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;
}
.download-wrapper .main ul {
  list-style-type: none;
}
.download-wrapper .main 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;
  height: 0.8rem;
  margin-bottom: 0.2rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding-right: 0.8rem;
  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;
}
.download-wrapper .main li:hover {
  background-color: #005aa2;
  box-shadow: 0px 0px 15px 0px rgba(66, 181, 233, 0.14);
}
.download-wrapper .main li:hover .time,
.download-wrapper .main li:hover .download,
.download-wrapper .main li:hover .title {
  color: #fff;
}
.download-wrapper .main li:hover .download {
  background-image: url(../img/pdf2.png);
}
.download-wrapper .main li:last-child {
  margin-bottom: 0;
}
.download-wrapper .time {
  color: #999;
  font-family: "medium";
  width: 1.68rem;
  text-align: center;
}
.download-wrapper .time,
.download-wrapper .download,
.download-wrapper .title {
  line-height: 0.4rem;
  font-size: var(--fs18);
  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;
}
.download-wrapper .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: 1;
  padding-right: 0.6rem;
}
.download-wrapper .download {
  background-image: url(../img/pdf.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.3rem;
  padding-left: 0.4rem;
  color: #005aa2;
}
.service-wrapper {
  background: url(../img/servicebg.jpg) no-repeat center center;
  background-size: cover;
}
.service-wrapper .page-title-box {
  display: none;
}
.service-wrapper .page-brief {
  margin-bottom: 0.65rem;
}
.service-wrapper 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;
}
.service-wrapper li {
  width: 20%;
  padding: 0 0.3rem;
  text-align: center;
}
.service-wrapper li:hover .icon:before {
  animation: iconAni 1.2s ease infinite;
}
.service-wrapper li:hover .title {
  color: #005aa2;
}
.service-wrapper .icon {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  margin: 0 auto;
}
.service-wrapper .icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 90, 162, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.service-wrapper .icon img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
  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 .title {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.36rem;
  font-family: "medium";
  margin: 0.34rem auto 0.08rem;
  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;
}
.service-wrapper .brief {
  font-size: var(--fs14);
  color: #666;
  line-height: 24px;
}
.support-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;
}
.support-wrapper li {
  width: 31.38%;
  margin-top: 2.93%;
  margin-right: 2.93%;
}
.support-wrapper 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);
}
.support-wrapper li:hover .title {
  color: #005aa2;
}
.support-wrapper .pic {
  border-radius: 10px;
}
.support-wrapper .info {
  padding: 0 0.5rem;
}
.support-wrapper .title {
  font-size: var(--fs30);
  line-height: 0.36rem;
  font-weight: 700;
  text-align: center;
  margin: 0.26rem auto 0.08rem;
  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;
}
.support-wrapper .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  text-align: center;
}
.goodsinfo-wrapper {
  background: url(../img/goodsinfobg.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  padding: 0.76rem 0;
}
.goodsinfo-wrapper .box-container {
  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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goodsinfo-wrapper .pic {
  width: 50%;
  margin-top: 1rem;
}
.goodsinfo-wrapper .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);
}
.goodsinfo-wrapper .pic img {
  height: 80vh;
  object-fit: contain;
}
.goodsinfo-wrapper .info {
  position: relative;
  width: 43.49%;
  padding-top: 0.34rem;
}
.goodsinfo-wrapper .info > h1 {
  font-size: var(--fs48);
  color: #000;
  font-weight: 700;
  line-height: 0.6rem;
  margin-bottom: 0.06rem;
}
.goodsinfo-wrapper .caption {
  font-size: var(--fs18);
  color: #000;
  font-weight: 700;
  line-height: 0.3rem;
  margin-bottom: 4px;
}
.goodsinfo-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  margin-bottom: 0.26rem;
}
.goodsinfo-wrapper .content:last-child {
  margin-bottom: 0;
}
.goodsinfo-wrapper .brief {
  font-size: var(--fs18);
  color: #666;
  margin-bottom: 0.3rem;
}
.goodsinfo-wrapper .btns {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  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 */
}
.goodsinfo-wrapper .btns a {
  width: 0.52rem;
  height: 0.52rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.24rem;
  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;
}
.goodsinfo-wrapper .btns a::last-child {
  margin-right: 0;
}
.goodsinfo-wrapper .btns a:hover {
  background-color: #005aa2;
}
.goodsinfo-wrapper .prev {
  background-image: url(../img/gi-prev.png);
}
.goodsinfo-wrapper .prev:hover {
  background-image: url(../img/gi-prev2.png);
}
.goodsinfo-wrapper .return {
  background-image: url(../img/gi-list.png);
}
.goodsinfo-wrapper .return:hover {
  background-image: url(../img/gi-list2.png);
}
.goodsinfo-wrapper .next {
  background-image: url(../img/gi-next.png);
}
.goodsinfo-wrapper .next:hover {
  background-image: url(../img/gi-next2.png);
}
.goods-cat-box {
  position: relative;
  z-index: 20;
  margin-top: -0.35rem;
}
.goods-cat-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 */
  flex-flow: wrap;
}
.goods-cat-box a {
  width: 18.75%;
  padding: 0.3rem 0.3rem 0.18rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(67, 69, 70, 0.17);
  border-radius: 10px;
  text-align: center;
  margin-right: 1.5625%;
  margin-top: 1.5625%;
  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;
}
.goods-cat-box a.on {
  background-color: #005aa2;
}
.goods-cat-box a.on .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);
}
.goods-cat-box a.on .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);
}
.goods-cat-box a.on p {
  color: #fff;
}
.goods-cat-box .icon {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
  position: relative;
}
.goods-cat-box .icon img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  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;
}
.goods-cat-box .icon .on {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.35);
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -ms-transform: scale(1.35);
  -o-transform: scale(1.35);
}
.goods-cat-box p {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  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;
  margin-top: 0.12rem;
}
.goods-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;
}
.goods-wrapper ul {
  list-style-type: none;
}
.goods-wrapper .main .caption {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
  font-family: "medium";
  margin-bottom: 0.26rem;
}
.goods-wrapper .main .item {
  margin-bottom: 0.54rem;
}
.goods-wrapper .main .item:last-child {
  margin-bottom: 0;
}
.goods-wrapper .main 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;
}
.goods-wrapper .main li {
  position: relative;
  width: 33.33%;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.goods-wrapper .main li:hover a:after {
  visibility: visible;
  opacity: 0.8;
}
.goods-wrapper .main 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-wrapper .main li:hover .title {
  color: #fff;
}
.goods-wrapper .main li:hover .icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.goods-wrapper .main li:hover p {
  opacity: 0;
  visibility: hidden;
}
.goods-wrapper .main li a {
  display: block;
  position: relative;
  padding-bottom: 0.25rem;
}
.goods-wrapper .main li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-image: linear-gradient(to bottom, rgba(0, 57, 200, 0) 30%, #0039c8);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.goods-wrapper .main .pic img {
  height: 3.6rem;
  object-fit: contain;
}
.goods-wrapper .info {
  margin-top: 0.16rem;
  padding: 0 0.3rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
.goods-wrapper .title {
  font-size: var(--fs18);
  color: #181818;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "medium";
  margin-bottom: 0.13rem;
}
.goods-wrapper p {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: -0.15rem;
  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;
}
.goods-wrapper .icon {
  width: 0.34rem;
  height: 0.34rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icon.png);
  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;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.goodsinfo2-wrapper-1 {
  background: url(../img/goodsinfobg2.jpg) no-repeat center center;
  background-size: cover;
}
.goodsinfo2-wrapper-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;
  height: 100vh;
  align-items: center;
  position: relative;
}
.goodsinfo2-wrapper-1 .pic {
  width: 50%;
  margin-top: 1rem;
}
.goodsinfo2-wrapper-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);
}
.goodsinfo2-wrapper-1 .pic img {
  height: 80vh;
  object-fit: contain;
}
.goodsinfo2-wrapper-1 .info {
  width: 41.67%;
}
.goodsinfo2-wrapper-1 .info h1 {
  font-family: "light";
  font-size: var(--fs48);
  line-height: 0.6rem;
  color: #000;
  margin: 0.07rem auto 0.16rem;
}
.goodsinfo2-wrapper-1 .label {
  font-size: var(--fs48);
  color: #000;
  font-weight: 700;
  line-height: 0.48rem;
}
.goodsinfo2-wrapper-1 .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  min-height: 1.2rem;
  margin-bottom: 0.53rem;
}
.goodsinfo2-wrapper-1 .download {
  display: inline-block;
  min-width: 1.4rem;
  line-height: 0.5rem;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: var(--fs16);
  padding: 0 0.3rem;
  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;
  position: relative;
  overflow: hidden;
}
.goodsinfo2-wrapper-1 .download:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005aa2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 5px;
  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;
}
.goodsinfo2-wrapper-1 .download span {
  position: relative;
  z-index: 10;
}
.swiper-box:hover .i-prev,
.swiper-box:hover .i-next {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.goodsinfo2-wrapper-2 .swiper-slide {
  width: 23.83%;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #ddd8d3;
  height: auto;
  padding: 0.4rem 0.36rem;
  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;
}
.goodsinfo2-wrapper-2 .swiper-slide:hover {
  border-color: #005aa2;
}
.goodsinfo2-wrapper-2 ul {
  list-style-type: none;
}
.goodsinfo2-wrapper-2 .desc,
.goodsinfo2-wrapper-2 .desc li {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
}
.goodsinfo2-wrapper-2 .title {
  font-family: "medium";
  font-size: var(--fs24);
  line-height: 0.3rem;
  color: #000;
  margin-bottom: 0.26rem;
}
.goodsinfo2-wrapper-2 .title:after {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #005aa2;
  display: block;
  margin-top: 0.16rem;
}
.goodsinfo2-wrapper-2 .desc li {
  position: relative;
  padding-left: 15px;
}
.goodsinfo2-wrapper-2 .desc li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #005aa2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 10;
}
.goodsinfo2-wrapper-2 .swiper-pagination-progressbar {
  height: 0.08rem;
  position: relative;
  width: 100%;
  margin-top: 0.6rem;
}
.goodsinfo2-wrapper-2 .swiper-pagination-progressbar:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 4px;
  height: 2px;
  background-color: #e5e5e5;
  z-index: 0;
  margin-top: -1px;
}
.goodsinfo2-wrapper-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  height: 100%;
  z-index: 1;
  background-color: #005aa2;
  width: 100%;
  transform-origin: left center;
}
.goodsinfo2-wrapper-2 .i-next,
.goodsinfo2-wrapper-2 .i-prev {
  margin-top: -0.68rem;
}
.goodsinfo2-wrapper-3 table {
  width: 100%;
}
.goodsinfo2-wrapper-3 table.autoWidth td {
  width: auto;
}
.goodsinfo2-wrapper-3 table tr:nth-child(odd) {
  background: #f9f9f9;
}
.goodsinfo2-wrapper-3 table td {
  font-size: var(--fs16);
  color: #666;
  width: 50%;
  line-height: 0.3rem;
  padding: 0.06rem 0.2rem;
  text-align: center;
}
.goodsinfo2-wrapper-3 .content img {
  cursor: pointer;
}
.goodsinfo2-wrapper-4 .swiper-container-horizontal {
  border: 1px solid #eee;
  border-right: none;
}
.goodsinfo2-wrapper-4 .noSwiper .swiper-slide {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.goodsinfo2-wrapper-4 .noSwiper .swiper-slide:first-child {
  border-left: 1px solid #eee;
}
.goodsinfo2-wrapper-4 .noSwiper .swiper-btn {
  display: none;
}
.goodsinfo2-wrapper-4 .swiper-slide {
  width: 25%;
  border-right: 1px solid #eee;
}
.goodsinfo2-wrapper-4 .swiper-slide:hover a:after {
  visibility: visible;
  opacity: 0.8;
}
.goodsinfo2-wrapper-4 .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);
}
.goodsinfo2-wrapper-4 .swiper-slide:hover .title {
  color: #fff;
}
.goodsinfo2-wrapper-4 .swiper-slide:hover .icon {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.goodsinfo2-wrapper-4 .swiper-slide:hover p {
  opacity: 0;
  visibility: hidden;
}
.goodsinfo2-wrapper-4 .swiper-slide a {
  display: block;
  position: relative;
  padding-bottom: 0.25rem;
}
.goodsinfo2-wrapper-4 .swiper-slide a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-image: linear-gradient(to bottom, rgba(0, 57, 200, 0) 30%, #0039c8);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.goodsinfo2-wrapper-4 .pic img {
  height: 3.6rem;
  object-fit: contain;
}
.goodsinfo2-wrapper-4 .info {
  margin-top: 0.16rem;
  padding: 0 0.3rem;
  text-align: center;
  position: relative;
  z-index: 10;
}
.goodsinfo2-wrapper-4 .title {
  font-size: var(--fs18);
  color: #181818;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-family: "medium";
  margin-bottom: 0.13rem;
}
.goodsinfo2-wrapper-4 p {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: -0.15rem;
  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;
}
.goodsinfo2-wrapper-4 .icon {
  width: 0.34rem;
  height: 0.34rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icon.png);
  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;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.goodsinfo2-wrapper-4 .swiper-pagination {
  display: none;
}
.staff-wrapper-1 .page-brief {
  width: 8rem;
  color: #000;
  line-height: 0.3rem;
  position: relative;
}
.staff-wrapper-1 .page-brief.animated {
  animation: fadeInUp50 2s ease;
}
.staff-wrapper-1 .swiper-wrapper {
  transition-timing-function: linear!important;
}
.staff-wrapper-1 .swiper-slide {
  width: 25.1%;
}
.staff-wrapper-1 .swiper-slide:hover p {
  color: #005aa2;
}
.staff-wrapper-1 .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);
}
.staff-wrapper-1 .swiper-slide .pic {
  position: relative;
  border-radius: 8px;
}
.staff-wrapper-1 .swiper-slide .pic img {
  height: 3.42rem;
  object-fit: cover;
}
.staff-wrapper-1 .swiper-slide p {
  font-size: var(--fs18);
  margin-top: 0.14rem;
  line-height: 0.3rem;
  text-align: center;
  letter-spacing: 1px;
}
.staff-wrapper-1 .progress {
  margin-top: 0.54rem;
  background: none;
  border: none;
  outline: none;
  margin-bottom: 0;
  height: auto;
}
.staff-wrapper-1 .swiper-pagination {
  position: relative;
  flex: 1;
  height: 4px;
  background-color: #eaeaea;
}
.staff-wrapper-1 .swiper-pagination .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background-color: #005aa2;
  width: 100%;
  transform-origin: left center;
}
.staff-wrapper-1 .btn {
  display: none;
}
.staff-wrapper-1 .prev {
  background-image: url(../img/s-prev.png);
}
.staff-wrapper-1 .prev:hover {
  background-image: url(../img/s-prev2.png);
}
.staff-wrapper-1 .next {
  background-image: url(../img/s-next.png);
}
.staff-wrapper-1 .next:hover {
  background-image: url(../img/s-next2.png);
}
.video-box {
  position: relative;
  overflow: hidden;
}
.video-box: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);
}
.video-box.on .pic {
  opacity: 0;
  visibility: hidden;
}
.video-box.on .video {
  opacity: 1;
  visibility: visible;
}
.video-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.34rem;
  margin-top: -0.34rem;
  width: 0.68rem;
  height: 0.68rem;
  cursor: pointer;
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}
.video-box .play:before,
.video-box .play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  border: 0.04rem solid #fff;
  box-sizing: border-box;
}
.video-box .play:before {
  animation: iconScale2 2.4s linear infinite;
}
.video-box .play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.video-box .pic {
  position: relative;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  border-radius: 10px;
  background: #000;
}
.video-box .pic img {
  opacity: 0.7;
}
.video-box video {
  width: 100%;
}
.video-box .video {
  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;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  overflow: hidden;
}
.video-box .video video {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.scial-wrapper-1 .main {
  position: relative;
}
.scial-wrapper-1 .pic {
  width: 60.02%;
  position: relative;
}
.scial-wrapper-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);
}
.scial-wrapper-1 .info {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 50%;
  padding: 0.9rem 0.8rem 1rem 1rem;
  background-color: #f7f7f7;
}
.scial-wrapper-1 .title {
  font-size: var(--fs36);
  color: #000;
  font-weight: 700;
  line-height: 0.48rem;
  margin-bottom: 0.23rem;
}
.scial-wrapper-1 .desc {
  font-size: var(--fs18);
  color: #666;
  font-family: "light";
  line-height: 0.36rem;
  animation-delay: 0.35s;
}
.scial-wrapper-2 .pic,
.scial-wrapper-2 .video {
  border-radius: 0;
}
.scial-wrapper-2 .pic img {
  opacity: 1;
}
.scial-wrapper-2 .video-box:hover .pic img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.scial-wrapper-2 .video-box .video video {
  height: 100%;
  object-fit: cover;
}
.scial-wrapper-2 .info {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  width: 4.66rem;
  height: 2.84rem;
  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;
  align-items: center;
  align-content: center;
}
.scial-wrapper-2 .play {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 auto;
  width: 0.96rem;
  height: 0.96rem;
  background-image: url(../img/play2.png);
}
.scial-wrapper-2 .play:before {
  border: 1px dashed #fff;
  background: none;
  animation: iconRotate 6s linear infinite;
}
.scial-wrapper-2 .play:after {
  display: none;
}
.scial-wrapper-2 .title {
  text-align: center;
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.3rem;
  font-weight: 700;
  width: 100%;
  margin-top: 0.26rem;
}
@keyframes iconRotate {
  from {
    transform: rotate(1turn);
  }
}
.network-wrapper-1 {
  position: relative;
  z-index: 11;
}
.network-wrapper-1 .page-brief {
  margin-bottom: 0.4rem;
  position: relative;
}
.network-wrapper-1 .page-brief.animated:before {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.network-wrapper-1 .page-brief:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 2.5s;
}
.network-wrapper-1 .pic {
  position: relative;
}
.network-wrapper-1 .pic ul {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  list-style-type: none;
}
.network-wrapper-1 .pic li {
  position: absolute;
  z-index: 10;
}
.network-wrapper-1 .pic li:first-child {
  left: 40%;
  top: 39%;
}
.network-wrapper-1 .pic li:first-child .title {
  font-size: var(--fs18);
  font-weight: 700;
  color: #005aa2;
  padding-left: 30px;
}
.network-wrapper-1 .pic li:first-child .icon i {
  width: 20px;
  background-image: url(../img/local2.png);
}
.network-wrapper-1 .pic li:nth-child(2) {
  left: 40.7%;
  top: 13.5%;
}
.network-wrapper-1 .pic li:nth-child(3) {
  left: 27.2%;
  top: 7.7%;
}
.network-wrapper-1 .pic li:nth-child(4) {
  left: 19%;
  top: 14%;
}
.network-wrapper-1 .pic li:nth-child(5) {
  left: 21.2%;
  top: 17%;
}
.network-wrapper-1 .pic li:nth-child(6) {
  left: 20.5%;
  top: 19%;
}
.network-wrapper-1 .pic li:nth-child(6) .title {
  padding-left: 0;
  padding-right: 20px;
  left: auto;
  right: 0;
}
.network-wrapper-1 .pic li:nth-child(7) {
  left: 23%;
  top: 30%;
}
.network-wrapper-1 .pic li:nth-child(8) {
  left: 15.4%;
  top: 33%;
}
.network-wrapper-1 .pic li:nth-child(9) {
  left: 24.7%;
  top: 36%;
}
.network-wrapper-1 .pic li:nth-child(10) {
  left: 22.3%;
  top: 40%;
}
.network-wrapper-1 .pic li:nth-child(11) {
  left: 31%;
  top: 39%;
}
.network-wrapper-1 .pic li:nth-child(12) {
  left: 14%;
  top: 50%;
}
.network-wrapper-1 .pic li:nth-child(13) {
  left: 21%;
  top: 55%;
}
.network-wrapper-1 .pic li:nth-child(14) {
  left: 30.5%;
  top: 45%;
}
.network-wrapper-1 .pic li:nth-child(15) {
  left: 37.6%;
  top: 46%;
}
.network-wrapper-1 .pic li:nth-child(16) {
  left: 44.6%;
  top: 72%;
}
.network-wrapper-1 .pic li:nth-child(17) {
  left: 41%;
  top: 56.2%;
}
.network-wrapper-1 .pic li:nth-child(18) {
  left: 41.5%;
  top: 46%;
}
.network-wrapper-1 .pic li:nth-child(19) {
  left: 82.5%;
  top: 73%;
}
.network-wrapper-1 .pic li:nth-child(20) {
  left: 88%;
  top: 63.4%;
}
.network-wrapper-1 .pic li:nth-child(21) {
  left: 84%;
  top: 52%;
}
.network-wrapper-1 .pic li:nth-child(22) {
  left: 74%;
  top: 33%;
}
.network-wrapper-1 .pic li:nth-child(23) {
  left: 72.6%;
  top: 18.6%;
}
.network-wrapper-1 .icon {
  position: relative;
}
.network-wrapper-1 .icon:before,
.network-wrapper-1 .icon:after {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 10;
}
.network-wrapper-1 .icon:before {
  left: -3px;
  bottom: -4px;
  width: 20px;
  height: 8px;
  background: url(../img/dot1.png) no-repeat;
  background-size: contain;
  animation: circleFadeIn infinite 2s 0.3s ease;
}
.network-wrapper-1 .icon:after {
  width: 50px;
  height: 18px;
  background: url(../img/dot2.png) no-repeat;
  background-size: contain;
  left: -15px;
  bottom: -10px;
  animation: circleFadeIn infinite 2s ease;
  animation-delay: 0.6s;
}
.network-wrapper-1 .icon i {
  display: block;
  width: 13px;
  height: 28px;
  background-image: url(../img/local3.png);
  animation: iAni infinite 2s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.network-wrapper-1 .title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: var(--fs16);
  line-height: 28px;
  white-space: nowrap;
  padding-left: 20px;
}
.network-wrapper-1 .svg {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.network-wrapper-1 .svg path {
  stroke: #0562AF;
  stroke-dasharray: 2000;
  stroke-dashoffset: -2000;
  fill: transparent;
  animation: circle-draw 6s cubic-bezier(0.215, 0.61, 0.355, 1) infinite forwards;
}
@keyframes iAni {
  0% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
}
@keyframes circleFadeIn {
  0% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
.data-wrapper 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: center;
  list-style-type: none;
}
.data-wrapper li {
  text-align: center;
  width: 25%;
  padding: 0 0.3rem;
}
.data-wrapper .num,
.data-wrapper p {
  font-size: var(--fs18);
  line-height: 24px;
  color: #666;
}
.data-wrapper .num {
  position: relative;
  display: inline-block;
}
.data-wrapper .num span {
  font-size: var(--fs48);
  line-height: 0.4rem;
  color: #005aa2;
  font-weight: 700;
  display: inline-block;
  margin-right: 6px;
}
.data-wrapper .num i {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: #005aa2;
  font-size: var(--fs30);
  font-family: "mb";
}
.data-wrapper p {
  margin-top: 0.15rem;
}
.network-wrapper-2 {
  position: relative;
  padding: 0.78rem 0 1.48rem;
}
.network-wrapper-2:after {
  content: "";
  width: 100%;
  height: 6.12rem;
  background: url(../img/networkbg.jpg) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.network-wrapper-2 .box-container {
  position: relative;
  z-index: 10;
}
.research-wrapper-1 .page-title-box {
  margin-bottom: 0.8rem;
}
.research-wrapper-2 ul {
  position: relative;
  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;
}
.research-wrapper-2 li {
  position: relative;
  width: 32.03%;
  margin-right: 1.955%;
  margin-top: 1.955%;
  height: 100%;
}
.research-wrapper-2 li:nth-child(2) .desc {
  height: 6rem;
}
.research-wrapper-2 li:nth-child(4),
.research-wrapper-2 li:nth-child(5) {
  position: absolute;
  bottom: 0;
  z-index: 10;
  height: auto;
}
.research-wrapper-2 li:nth-child(4) {
  left: 0;
}
.research-wrapper-2 li:nth-child(5) {
  right: 0;
}
.research-wrapper-2 li:hover .info {
  opacity: 1;
  visibility: visible;
}
.research-wrapper-2 li:hover .info .desc,
.research-wrapper-2 li:hover .info .title {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.research-wrapper-2 li:hover > .title {
  opacity: 0;
  visibility: hidden;
}
.research-wrapper-2 li > .title {
  bottom: 0.25rem;
  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;
}
.research-wrapper-2 li > .title,
.research-wrapper-2 .info {
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0 0.32rem;
}
.research-wrapper-2 .info {
  top: 0;
  background: rgba(0, 90, 162, 0.9);
  height: 100%;
  border-radius: 10px;
  padding-top: 0.36rem;
  padding-bottom: 0.36rem;
  opacity: 0;
  visibility: hidden;
  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;
}
.research-wrapper-2 .info .title,
.research-wrapper-2 .info .desc {
  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.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;
}
.research-wrapper-2 .info .desc {
  transition-delay: 0.3s;
}
.research-wrapper-2 .title {
  font-size: var(--fs24);
  line-height: 0.3rem;
  color: #fff;
}
.research-wrapper-2 .pic {
  border-radius: 10px;
  position: relative;
}
.research-wrapper-2 .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/r-shadow.png) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.research-wrapper-2 .desc {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.3rem;
  padding-right: 0.1rem;
  margin-top: 0.17rem;
  overflow-y: auto;
  height: 2.1rem;
}
.research-wrapper-2 .desc::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.research-wrapper-2 .desc::-webkit-scrollbar-thumb {
  background-color: #005aa2;
}
.honor-wrapper-1 .list:before,
.honor-wrapper-1 ul:before,
.honor-wrapper-1 ul:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transform: translateY(0.3rem);
  -webkit-transform: translateY(0.3rem);
  -moz-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  -o-transform: translateY(0.3rem);
  opacity: 0;
  visibility: hidden;
}
.honor-wrapper-1 .list {
  position: relative;
}
.honor-wrapper-1 .list:before {
  z-index: 0;
  transition-delay: 0.2s;
  background-image: url(../img/honorbg.png);
}
.honor-wrapper-1 .list.animated:before,
.honor-wrapper-1 .list.animated ul:before,
.honor-wrapper-1 .list.animated ul:after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.honor-wrapper-1 .list .pic {
  position: relative;
  margin: 0 auto;
  overflow: inherit;
}
.honor-wrapper-1 .list .pic img {
  position: relative;
  z-index: 10;
  -webkit-box-reflect: below 2px -webkit-linear-gradient(transparent, transparent 70%, rgba(0, 0, 0, 0.15));
}
.honor-wrapper-1 ul {
  position: relative;
  list-style-type: none;
  z-index: 10;
  height: 7.54rem;
}
.honor-wrapper-1 ul:before {
  transition-delay: 0.4s;
  background-image: url(../img/honorbg2.png);
}
.honor-wrapper-1 ul:after {
  transition-delay: 0.6s;
  background-image: url(../img/honorbg3.png);
}
.honor-wrapper-1 ul li {
  text-align: center;
}
.honor-wrapper-1 ul li:not(:first-child) {
  position: absolute;
  z-index: 10;
}
.honor-wrapper-1 ul li:not(:first-child) .pic:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.honor-wrapper-1 ul li:nth-child(even) .pic:before {
  right: 0;
  background-image: url(../img/h-shadow-l.png);
  width: calc(100% + .53rem);
  height: 40.22%;
}
.honor-wrapper-1 ul li:nth-child(odd) .pic:before {
  left: 0;
  background-image: url(../img/h-shadow-r.png);
  width: calc(100% + .33rem);
  height: 37.77%;
}
.honor-wrapper-1 ul li:first-child {
  position: relative;
  width: 27.66%;
  z-index: 11;
  margin: 0 auto;
}
.honor-wrapper-1 ul li:first-child .info {
  margin-top: 0.19rem;
}
.honor-wrapper-1 ul li:first-child .title {
  font-size: 0.38rem;
  font-family: "medium";
  line-height: 0.48rem;
  margin-top: 0.07rem;
}
.honor-wrapper-1 ul li:nth-child(2),
.honor-wrapper-1 ul li:nth-child(3) {
  top: 0.55rem;
}
.honor-wrapper-1 ul li:nth-child(2) .title,
.honor-wrapper-1 ul li:nth-child(3) .title {
  margin-top: 7px;
}
.honor-wrapper-1 ul li:nth-child(4),
.honor-wrapper-1 ul li:nth-child(5) {
  top: 2.21rem;
}
.honor-wrapper-1 ul li:nth-child(6),
.honor-wrapper-1 ul li:nth-child(7) {
  bottom: 1.42rem;
}
.honor-wrapper-1 ul li:nth-child(8),
.honor-wrapper-1 ul li:nth-child(9) {
  bottom: 0;
}
.honor-wrapper-1 ul li:nth-child(8) .pic,
.honor-wrapper-1 ul li:nth-child(9) .pic {
  width: 2.69rem;
}
.honor-wrapper-1 ul li:nth-child(2) {
  left: 17.12%;
}
.honor-wrapper-1 ul li:nth-child(3) {
  right: 17.12%;
}
.honor-wrapper-1 ul li:nth-child(4) {
  left: 0.42rem;
}
.honor-wrapper-1 ul li:nth-child(5) {
  right: 0.42rem;
}
.honor-wrapper-1 ul li:nth-child(6) {
  left: 7.81%;
}
.honor-wrapper-1 ul li:nth-child(7) {
  right: 7.81%;
}
.honor-wrapper-1 ul li:nth-child(8) {
  left: 26.23%;
}
.honor-wrapper-1 ul li:nth-child(9) {
  right: 26.23%;
}
.honor-wrapper-1 ul li:nth-child(2) .pic {
  width: 1.63rem;
}
.honor-wrapper-1 ul li:nth-child(2) .pic:before {
  width: calc(100% + .34rem);
}
.honor-wrapper-1 ul li:nth-child(3) .pic {
  width: 1.56rem;
}
.honor-wrapper-1 ul li:nth-child(3) .pic:before {
  width: calc(100% + .28rem);
}
.honor-wrapper-1 ul li:nth-child(4) .pic {
  width: 1.97rem;
}
.honor-wrapper-1 ul li:nth-child(4) .pic:before {
  width: calc(100% + .4rem);
}
.honor-wrapper-1 ul li:nth-child(5) .pic {
  width: 1.91rem;
}
.honor-wrapper-1 ul li:nth-child(6) .pic {
  width: 2.23rem;
}
.honor-wrapper-1 ul li:nth-child(7) .pic {
  width: 2.17rem;
}
.honor-wrapper-1 ul li:nth-child(7) .pic:before {
  width: calc(100% + .34rem);
}
.honor-wrapper-1 ul li:nth-child(9) .pic:before {
  width: calc(100% + .44rem);
}
.honor-wrapper-1 .swiper-box {
  display: none;
}
.honor-wrapper-1 .tag {
  font-size: var(--fs36);
  line-height: 0.48rem;
  color: #000;
  border: none;
  background: none;
  margin-bottom: 0;
  margin: 0;
  padding: 0;
}
.honor-wrapper-1 .tag img {
  width: 0.34rem;
  margin: 0 0.11rem;
}
.honor-wrapper-1 .title {
  color: #000;
  font-size: var(--fs24);
  margin-top: 0.17rem;
}
.honor-wrapper-1 .time {
  font-size: var(--fs24);
  color: #000;
  font-family: "medium";
  line-height: 0.3rem;
  margin-top: 0.17rem;
}
.honor-wrapper-2 {
  background: url(../img/honorbg2.jpg) no-repeat fixed center center;
  background-size: cover;
}
.honor-wrapper-2 .brief {
  font-size: var(--fs18);
  color: #000;
  font-family: "medium";
  line-height: 0.3rem;
  margin-bottom: 0.35rem;
}
.honor-wrapper-2 .swiper-box {
  padding: 0.3rem 0;
}
.honor-wrapper-2 .swiper-slide {
  padding-left: 0.38rem;
  height: auto;
}
.honor-wrapper-2 .swiper-slide:before,
.honor-wrapper-2 .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
}
.honor-wrapper-2 .swiper-slide:before {
  width: 0.14rem;
  height: 0.14rem;
  background-color: #fff;
  border: solid 2px #005aa2;
  border-radius: 50%;
  box-sizing: border-box;
  left: 0;
  z-index: 1;
}
.honor-wrapper-2 .swiper-slide:after {
  left: calc((.14rem - 2px) / 2);
  width: 2px;
  height: 100%;
  background: url(../img/hline.png) no-repeat top center;
  background-size: 100%;
}
.honor-wrapper-2 .title {
  font-size: var(--fs30);
  color: #005aa2;
  line-height: 0.36rem;
  background: url(../img/prize2.png) no-repeat left center;
  background-size: 0.18rem;
  padding-left: 0.3rem;
  font-family: "medium";
  margin-bottom: 0.07rem;
}
.honor-wrapper-2 .desc {
  font-size: var(--fs16);
  line-height: 0.28rem;
}
.honor-wrapper-2 .swiper-btn {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
}
.honor-wrapper-2 .swiper-btn:hover {
  background-color: #005aa2;
}
.honor-wrapper-2 .prev {
  left: -0.78rem;
  background-image: url(../img/h-prev.png);
}
.honor-wrapper-2 .prev:hover {
  background-image: url(../img/h-prev2.png);
}
.honor-wrapper-2 .next {
  right: -0.78rem;
  background-image: url(../img/h-next.png);
}
.honor-wrapper-2 .next:hover {
  background-image: url(../img/h-next2.png);
}
.culture-wrapper .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 */
  align-items: center;
  position: relative;
}
.culture-wrapper .item:nth-child(odd) .info {
  left: calc((100% - 15.36rem) / 2);
}
.culture-wrapper .item:nth-child(even) .info {
  right: calc((100% - 15.36rem) / 2);
}
.culture-wrapper .info {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 6.46rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.culture-wrapper .title {
  font-size: var(--fs48);
  color: #005aa2;
  font-weight: 700;
}
.culture-wrapper .title img {
  height: 0.45rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0.14rem;
}
.culture-wrapper .brief {
  font-size: var(--fs24);
  color: #111315;
  font-family: "medium";
  line-height: 0.36rem;
  margin: 0.3rem auto 0.08rem;
}
.culture-wrapper .desc {
  font-size: var(--fs18);
  line-height: 0.3rem;
}
.about-wrapper-1 {
  background: url(../img/aboutbg.png) no-repeat bottom center;
  background-size: 100%;
}
.about-wrapper-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}
.about-wrapper-1 .page-title-box {
  display: none;
}
.about-wrapper-1 .info {
  width: 44.01%;
}
.about-wrapper-1 .since {
  font-size: var(--fs48);
  color: #005aa2;
  font-weight: 700;
  margin-bottom: 0.36rem;
  line-height: 0.6rem;
}
.about-wrapper-1 .info {
  padding-bottom: 1.4rem;
}
.about-wrapper-1 .pic {
  width: 50%;
}
.about-wrapper-1 .content {
  font-size: var(--fs14);
  line-height: 26px;
  color: #0d0d0d;
}
.about-wrapper-1 .caption {
  display: none;
}
.about-wrapper-2 {
  padding: 0.96rem 1.2rem;
  background: url(../img/aboutbg2.png) no-repeat top center;
  background-size: 100%;
}
.about-wrapper-2 .data .num i {
  position: relative;
  vertical-align: top;
}
.about-wrapper-2 .data .num span {
  font-size: 0.72rem;
  line-height: 0.6rem;
  font-weight: 500;
}
.about-wrapper-2 .data .num,
.about-wrapper-2 .data p {
  color: #0d0d0d;
  font-family: "medium";
  font-size: var(--fs16);
}
.about-wrapper-2 .data p {
  margin-top: 7px;
}
.history-wrapper {
  padding: 1rem 0 2.2rem;
  background: url(../img/historybg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.history-wrapper .swiper-container {
  padding: 2.1rem 0 3.4rem;
}
.history-wrapper .swiper-slide {
  cursor: pointer;
  width: 400px;
  height: 134px;
  text-align: center;
}
.history-wrapper .swiper-slide:nth-child(odd) {
  background: url(../img/zhou1.png) center;
}
.history-wrapper .swiper-slide:nth-child(odd) .dot {
  margin-top: 16px;
}
.history-wrapper .swiper-slide:nth-child(even) {
  background: url(../img/zhou2.png) center;
}
.history-wrapper .swiper-slide:nth-child(even) .inner {
  flex-direction: column-reverse;
  top: auto;
  bottom: -59px;
}
.history-wrapper .swiper-slide:nth-child(even) .dot {
  margin-bottom: 16px;
}
.history-wrapper .swiper-slide:hover {
  z-index: 11;
}
.history-wrapper .swiper-slide:hover .hidebox {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.history-wrapper .swiper-slide:last-child .hidebox {
  left: auto;
  right: 280px;
}
.history-wrapper .swiper-slide-active .dot i,
.history-wrapper .swiper-slide:hover .dot i {
  background-color: #005aa2;
}
.history-wrapper .swiper-slide-active .year,
.history-wrapper .swiper-slide:hover .year {
  color: #005aa2;
}
.history-wrapper .swiper-wrapper {
  z-index: 20;
}
.history-wrapper .inner {
  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;
  position: absolute;
  left: 0;
  z-index: 10;
  width: 100%;
  top: -59px;
}
.history-wrapper .year {
  font-size: var(--fs30);
  color: #999;
  font-family: "medium";
  width: 100%;
  line-height: 30px;
}
.history-wrapper .title {
  font-size: var(--fs48);
  color: #005aa2;
  font-weight: 700;
  line-height: 0.48rem;
  margin-bottom: 0.26rem;
  text-align: left;
}
.history-wrapper .desc {
  font-size: var(--fs16);
  color: #333;
  line-height: 24px;
  height: 192px;
  padding-right: 0.45rem;
  overflow-y: auto;
}
.history-wrapper .desc::-webkit-scrollbar {
  width: 2px;
  background-color: #66a3d4;
  border-radius: 4px;
}
.history-wrapper .desc::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
}
.history-wrapper .hidebox {
  width: 468px;
  background: url(../img/historyitembg.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  position: absolute;
  left: 280px;
  top: -180px;
  z-index: 10;
  padding: 0.35rem 0.2rem 0.2rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -ms-transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  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;
}
.history-wrapper .lines {
  position: absolute;
  top: 30%;
  left: -50%;
  right: -50%;
  height: 177px;
  background: url(../img/historybg.png) no-repeat center;
  animation: lineAni 20s linear infinite alternate;
  -webkit-animation: lineAni 20s linear infinite;
}
.history-wrapper .pic {
  margin-top: 0.4rem;
  border-radius: 10px;
}
.history-wrapper .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.history-wrapper .dot {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 90, 162, 0.1);
  border-radius: 50%;
  margin: 0 auto;
  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;
}
.history-wrapper .dot i {
  display: block;
  width: 53.33%;
  height: 53.33%;
  background-color: #fff;
  border: solid 3px #005aa2;
  border-radius: 50%;
  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;
}
.history-wrapper .prev,
.history-wrapper .next {
  position: absolute;
  z-index: 1;
  width: 0.7rem;
  height: 0.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 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;
}
.history-wrapper .prev {
  left: calc(50% - .85rem);
  background-image: url(../img/h_prev.png);
}
.history-wrapper .prev:hover {
  background-image: url(../img/h_prev2.png);
}
.history-wrapper .next {
  right: calc(50% - .85rem);
  background-image: url(../img/h_next.png);
}
.history-wrapper .next:hover {
  background-image: url(../img/h_next2.png);
}
@keyframes lineAni {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20%);
  }
}
@media screen and (min-width: 1004px) {
  .research-wrapper-2 li:nth-child(-n+3) {
    margin-top: 0;
  }
  .research-wrapper-2 li:last-child,
  .research-wrapper-2 li:nth-child(3n) {
    margin-right: 0;
  }
  .goods-cat-box a:hover {
    background-color: #005aa2;
  }
  .goods-cat-box a: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);
  }
  .goods-cat-box a: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);
  }
  .goods-cat-box a:hover p {
    color: #fff;
  }
  .goods-wrapper .main li:nth-child(-n+3) {
    border-top: 1px solid #eee;
  }
  .goods-wrapper .main li:nth-child(3n),
  .goods-wrapper .main li:last-child {
    border-right: 1px solid #eee;
  }
  .goods-cat-box a:nth-child(-n+5),
  .service-wrapper li:nth-child(-n+5) {
    margin-top: 0;
  }
  .goods-cat-box a:nth-child(5n),
  .service-wrapper li:nth-child(5n) {
    margin-right: 0;
  }
  .support-wrapper li:nth-child(-n+3) {
    margin-top: 0;
  }
  .support-wrapper li:nth-child(3n) {
    margin-right: 0;
  }
  .contact-wrapper li:nth-child(-n+3) {
    margin-top: 0;
  }
  .contact-wrapper li:nth-child(3n) {
    margin-right: 0;
  }
  .concept-wrapper-2 li:nth-child(-n+6) {
    margin-top: 0;
  }
  .concept-wrapper-2 li:nth-child(6n) {
    margin-right: 0;
  }
  .concept-wrapper-2 li:nth-child(6n):after {
    display: none;
  }
  .concept-wrapper-4 li:nth-child(-n+4) {
    margin-top: 0;
  }
  .concept-wrapper-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .category-box .child a:hover {
    color: #005aa2;
    background-image: url(../img/jicon-r2.png);
  }
  .category-box .child a:hover span:after {
    width: 100%;
  }
  .schoolJob-wrapper-1 .top.on:hover .btn i {
    background-color: #005aa2;
    background-image: url(../img/jicon-d.png);
  }
  .schoolJob-wrapper-1 .top:hover .btn {
    color: #005aa2;
  }
  .schoolJob-wrapper-1 .top:hover .btn i {
    border-color: #005aa2;
    background-color: #005aa2;
    background-image: url(../img/jicon-r5.png);
  }
}
@media screen and (max-width: 1600px) {
  .concept-wrapper-3 .prev {
    left: 13%;
  }
  .concept-wrapper-3 .next {
    right: 13%;
  }
  .concept-wrapper-4 li p {
    margin-top: 0.32rem;
  }
  .concept-wrapper-2 li {
    padding: 0 0.2rem;
  }
  .concept-wrapper-2 li:after {
    width: 1rem;
    right: -0.5rem;
  }
  .contact-wrapper .list .pic img {
    height: 2.86rem;
  }
  .contact-wrapper h6 {
    margin-bottom: 0.15rem;
  }
  .video-wrapper .pic img {
    height: 2.9rem;
  }
  .culture-wrapper .item:nth-child(odd) .info {
    left: calc((100% - 14rem) / 2);
  }
  .culture-wrapper .item:nth-child(even) .info {
    right: calc((100% - 14rem) / 2);
  }
  .index-box-1 .info {
    padding-top: 0.3rem;
  }
}
@media screen and (max-width: 1440px) {
  .padding {
    padding: 0.9rem 0;
  }
  .mt {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 1004px) {
  .padding {
    padding: 0.8rem 0;
  }
  .mt {
    margin-top: 0.8rem;
  }
  .page-title-box {
    margin-bottom: 0.6rem;
  }
  .page-title-box h1,
  .page-title-box h2 {
    font-size: var(--fs30);
    margin-bottom: 0.3rem;
  }
  .page-title-box .line {
    width: 0.8rem;
  }
  .w1224,
  .w226 {
    width: 100%;
  }
  .category-box {
    margin-bottom: 0.3rem;
  }
  .category-box .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .category-box .child {
    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;
  }
  .category-box .child a {
    display: inline-block;
    min-width: 1.1rem;
    border: 1px solid #eee;
    border-radius: 30px;
    background-image: none;
    padding: 0 0.2rem;
    line-height: 0.5rem;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: var(--fs14);
    text-align: center;
  }
  .category-box .child a:last-child {
    margin-right: 0;
  }
  .category-box .child a.on {
    background-image: none;
    background: #005aa2;
    color: #fff;
    border-color: #005aa2;
  }
  .category-box .child span {
    line-height: 0.4rem;
  }
  .category-box .child span:after {
    display: none;
  }
  .schoolJob-wrapper-1 .box-container {
    display: block;
  }
  .schoolJob-wrapper-1 .main > .top {
    display: none;
  }
  .schoolJob-wrapper-1 .top {
    position: relative;
    display: block;
    height: auto;
    border-radius: 8px;
    padding: 0.4rem;
  }
  .schoolJob-wrapper-1 .top .btn {
    width: auto;
    font-size: 0;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
  }
  .schoolJob-wrapper-1 .top .apartment,
  .schoolJob-wrapper-1 .top .address,
  .schoolJob-wrapper-1 .top .time,
  .schoolJob-wrapper-1 .top .name {
    width: 100%;
  }
  .schoolJob-wrapper-1 .item {
    margin-bottom: 0.3rem;
  }
  .schoolJob-wrapper-1 .item .top div {
    font-size: var(--fs16);
    line-height: 0.48rem;
    padding-right: 0.8rem;
  }
  .schoolJob-wrapper-1 .item .top div span {
    display: inline-block;
  }
  .schoolJob-wrapper-1 .item .top div.name {
    font-size: var(--fs18);
  }
  .schoolJob-wrapper-1 .item .top div.btn {
    padding-right: 0;
    font-size: 0;
  }
  .schoolJob-wrapper-1 .btn i {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: 0;
  }
  .schoolJob-wrapper-1 .detail {
    padding: 0.6rem 0.4rem;
  }
  .schoolJob-wrapper-1 .caption {
    margin-bottom: 0.18rem;
  }
  .schoolJob-wrapper-1 .content {
    line-height: 0.44rem;
    margin-bottom: 0.6rem;
  }
  .schoolJob-wrapper-1 .email {
    min-width: 3rem;
    font-size: var(--fs14);
    border-width: 1px;
  }
  .schoolJob-wrapper-2 {
    min-height: 3.6rem;
    background-attachment: inherit;
  }
  .schoolJob-wrapper-2 h2 {
    font-size: var(--fs30);
    line-height: 0.48rem;
  }
  .schoolJob-wrapper-2 .more {
    line-height: 0.8rem;
    border-width: 1px;
    margin-top: 0.4rem;
    min-width: 2.4rem;
  }
  .page-brief {
    width: 100%;
    margin: 0 auto;
  }
  .pagetop {
    margin-bottom: 0.6rem;
  }
  .concept-wrapper-1 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .concept-wrapper-1 .top {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .concept-wrapper-1 .swiper-container {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .concept-wrapper-1 .swiper-slide {
    width: 65%;
    padding: 0.6rem 0.48rem;
  }
  .concept-wrapper-1 .swiper-slide:after {
    height: 0.7rem;
  }
  .concept-wrapper-1 .title {
    font-size: var(--fs18);
    line-height: 0.44rem;
  }
  .concept-wrapper-1 .line {
    margin: 0.24rem 0 0.36rem;
  }
  .concept-wrapper-1 .canvas {
    height: 8rem;
    bottom: -5.5rem;
  }
  .concept-wrapper-2 ul {
    list-style-type: none;
  }
  .concept-wrapper-2 ul:after {
    display: none;
  }
  .concept-wrapper-2 li {
    width: 31%;
    margin-top: 0.48rem;
    margin-right: 3.5%;
    padding: 0;
  }
  .concept-wrapper-2 li:nth-child(-n+3) {
    margin-top: 0;
  }
  .concept-wrapper-2 li:nth-child(3n) {
    margin-right: 0;
  }
  .concept-wrapper-2 li:after {
    display: none;
  }
  .concept-wrapper-2 .title {
    font-size: var(--fs18);
    line-height: 0.44rem;
    margin: 0.3rem auto 0.08rem;
  }
  .concept-wrapper-2 p {
    font-size: 13px;
    line-height: 20px;
    min-height: 40px;
  }
  .concept-wrapper-3 .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.12rem;
  }
  .concept-wrapper-3 .prev {
    left: 5%;
  }
  .concept-wrapper-3 .next {
    right: 5%;
  }
  .concept-wrapper-4 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .concept-wrapper-4 li {
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0.48rem;
  }
  .concept-wrapper-4 li img {
    width: 0.7rem;
  }
  .concept-wrapper-4 li p {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-top: 0.3rem;
  }
  .msg-wrapper .main {
    display: block;
  }
  .msg-wrapper .pic {
    display: none;
  }
  .msg-wrapper .form {
    width: 100%;
  }
  .msg-wrapper .form > .label {
    margin-bottom: 0.1rem;
  }
  .msg-wrapper .form > p {
    margin-bottom: 0.4rem;
  }
  .msg-wrapper .label {
    font-size: var(--fs15);
  }
  .msg-wrapper .group {
    width: 49%;
    margin-bottom: 0.24rem;
    /* input placeholder  */
  }
  .msg-wrapper .group:nth-child(4) {
    margin-top: 0.2rem;
  }
  .msg-wrapper .group .caption,
  .msg-wrapper .group .text {
    font-size: var(--fs15);
    padding-left: 0.3rem;
  }
  .msg-wrapper .group .caption,
  .msg-wrapper .group .text {
    line-height: 0.8rem;
    height: 0.76rem;
  }
  .msg-wrapper .group .text {
    padding-right: 0.3rem;
  }
  .msg-wrapper .group ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: var(--fs15);
    font-size: #999;
  }
  .msg-wrapper .group :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--fs15);
    font-size: #999;
  }
  .msg-wrapper .group ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--fs15);
    font-size: #999;
  }
  .msg-wrapper .group :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: var(--fs15);
    font-size: #999;
  }
  .msg-wrapper .group .caption {
    padding-right: 0.6rem;
  }
  .msg-wrapper .group .caption:after {
    width: 0.22rem;
    right: 0.3rem;
  }
  .msg-wrapper .group .list {
    max-height: 4.16rem;
  }
  .msg-wrapper .group .list a {
    line-height: 0.8rem;
    padding: 0 0.3rem;
  }
  .msg-wrapper .group p {
    margin-bottom: 0.1rem;
  }
  .msg-wrapper .radiobox label {
    margin-right: 0.3rem;
    margin-bottom: 0.2rem;
  }
  .msg-wrapper .agreement label,
  .msg-wrapper .agreement a {
    font-size: var(--fs15);
  }
  .msg-wrapper .submit {
    width: 2.4rem;
    line-height: 0.8rem;
  }
  .contact-wrapper .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .contact-wrapper .list li:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .list .pic img {
    height: auto;
  }
  .contact-wrapper .info {
    padding: 0.48rem 0.4rem;
  }
  .contact-wrapper h6 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .contact-wrapper h6 a {
    font-size: var(--fs14);
    background-size: 11px;
    padding-right: 0.3rem;
  }
  .contact-wrapper .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    min-height: inherit;
  }
  .news-box .title {
    line-height: 0.48rem;
    margin: 0.24rem auto 0.2rem;
    max-height: 0.96rem;
    font-size: var(--fs22);
  }
  .news-box .time {
    font-size: var(--fs16);
  }
  .news-box .time span {
    font-size: var(--fs30);
    line-height: 0.4rem;
  }
  .news-box .desc {
    line-height: 0.44rem;
  }
  .news-wrapper-1 .swiper-slide {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .news-wrapper-1 .swiper-container {
    padding-bottom: 0.6rem;
  }
  .news-wrapper-1 .desc {
    height: 1.32rem;
  }
  .news-wrapper-1 .pic {
    width: 100%;
  }
  .news-wrapper-1 .info {
    width: 100%;
    padding: 0.6rem 0.48rem;
  }
  .news-wrapper-1 .swiper-pagination {
    bottom: 0.6rem;
    width: 100%;
    text-align: center;
  }
  .news-wrapper-1 .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .news-wrapper-2 li {
    display: block;
    padding: 0.6rem 0;
  }
  .news-wrapper-2 li:before {
    display: none;
  }
  .news-wrapper-2 li:first-child {
    padding-top: 0.3rem;
  }
  .news-wrapper-2 .pic {
    width: 100%;
  }
  .news-wrapper-2 .info {
    width: 100%;
    margin-top: 0.48rem;
  }
  .news-filter {
    display: block;
    /* input placeholder  */
  }
  .news-filter .group {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .news-filter .caption,
  .news-filter .text {
    font-size: var(--fs15);
    padding-left: 0.3rem;
  }
  .news-filter ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: var(--fs15);
    font-size: #9f9f9f;
  }
  .news-filter :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--fs15);
    font-size: #9f9f9f;
  }
  .news-filter ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--fs15);
    font-size: #9f9f9f;
  }
  .news-filter :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: var(--fs15);
    font-size: #9f9f9f;
  }
  .news-filter .caption,
  .news-filter .text {
    line-height: 0.8rem;
    height: 0.8rem;
  }
  .news-filter .text {
    width: 100%;
    padding-right: 0.3rem;
  }
  .news-filter .caption {
    width: 100%;
  }
  .news-filter .caption:after {
    width: 0.19rem;
    right: 0.3rem;
  }
  .news-filter .list {
    max-height: 3rem;
    border: 2px solid #eeeeee;
  }
  .news-filter .list a {
    font-size: var(--fs15);
    line-height: 0.8rem;
    padding: 0 0.3rem;
  }
  .news-filter .submit {
    display: inline-block;
    min-width: 1.6rem;
    width: 100%;
    padding: 0 0.3rem;
    font-size: var(--fs15);
    line-height: 0.76rem;
  }
  .newsinfo-wrapper .box-container {
    display: block;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs24);
    line-height: 0.6rem;
    margin-bottom: 0.12rem;
  }
  .newsinfo-wrapper .other {
    margin-top: 0.05rem;
  }
  .newsinfo-wrapper .other span,
  .newsinfo-wrapper .other a {
    font-size: var(--fs14);
    line-height: 20px;
  }
  .newsinfo-wrapper .other span {
    margin-right: 0.3rem;
  }
  .newsinfo-wrapper .left {
    width: 100%;
  }
  .newsinfo-wrapper .content {
    line-height: 0.44rem;
    padding: 0.6rem 0;
  }
  .newsinfo-wrapper .right {
    width: 100%;
    margin-top: 0.6rem;
  }
  .newsinfo-wrapper .right .caption {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .newsinfo-wrapper .right .title {
    font-size: var(--fs16);
    line-height: 20px;
    height: auto;
    max-height: 40px;
  }
  .newsinfo-wrapper .right p {
    font-size: var(--fs14);
    line-height: 20px;
    margin-top: 0.1rem;
  }
  .newsinfo-wrapper .relative-btn {
    margin-top: 0.6rem;
  }
  .newsinfo-wrapper .relative-btn a {
    font-size: var(--fs14);
    line-height: 24px;
  }
  .newsinfo-wrapper .relative-btn a i {
    width: 24px;
    height: 24px;
  }
  .newsinfo-wrapper .relative-btn .prev i,
  .newsinfo-wrapper .relative-btn .return i {
    margin-right: 10px;
  }
  .newsinfo-wrapper .relative-btn .next i {
    margin-left: 10px;
  }
  .maintenance-wrapper .item {
    display: block;
    margin-bottom: 0.8rem;
  }
  .maintenance-wrapper .pic {
    width: 100%;
  }
  .maintenance-wrapper .info {
    width: 100%;
    margin-top: 0.52rem;
  }
  .maintenance-wrapper ul li {
    margin-bottom: 0.48rem;
  }
  .maintenance-wrapper .title {
    font-size: var(--fs24);
  }
  .maintenance-wrapper .title img {
    height: 0.4rem;
  }
  .maintenance-wrapper .desc {
    line-height: 0.44rem;
  }
  .video-wrapper .box-container {
    display: block;
  }
  .video-wrapper .main li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.6rem;
  }
  .video-wrapper .main li:last-child {
    margin-bottom: 0;
  }
  .video-wrapper .pic img {
    height: auto;
  }
  .video-wrapper .play {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
  }
  .video-wrapper .play:before,
  .video-wrapper .play:after {
    border-width: 1px;
  }
  .video-wrapper h6 {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.3rem;
  }
  .video-modal .w1200 video {
    max-height: 90vh;
  }
  .video-modal .close {
    width: 0.36rem;
    height: 0.36rem;
    top: -0.6rem;
  }
  .video-modal iframe {
    width: 90vw;
    height: 40vh;
  }
  .download-wrapper .box-container {
    display: block;
  }
  .download-wrapper .main li {
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 0.3rem;
    padding: 0.34rem 0.4rem;
  }
  .download-wrapper .time {
    width: 100%;
    text-align: left;
  }
  .download-wrapper .time,
  .download-wrapper .download,
  .download-wrapper .title {
    line-height: 0.44rem;
  }
  .download-wrapper .title {
    width: 100%;
    padding-right: 1.2rem;
    -webkit-line-clamp: 2;
    max-height: 0.88rem;
  }
  .download-wrapper .download {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
    background-size: 0.32rem;
    padding-left: 0.44rem;
    font-size: var(--fs16);
  }
  .service-wrapper ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .service-wrapper li {
    width: 48%;
    padding: 0;
    margin-top: 0.6rem;
  }
  .service-wrapper li:nth-child(-n+2) {
    margin-top: 0;
  }
  .service-wrapper .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .service-wrapper .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .service-wrapper .brief {
    line-height: 20px;
  }
  .support-wrapper li {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }
  .support-wrapper li:last-child {
    margin-bottom: 0;
  }
  .support-wrapper .info {
    padding: 0 0.4rem;
  }
  .support-wrapper .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin: 0.5rem auto 0.12rem;
  }
  .goodsinfo-wrapper {
    height: auto;
    padding: 0.6rem 0 1rem;
  }
  .goodsinfo-wrapper .box-container {
    display: block;
  }
  .goodsinfo-wrapper .pic {
    width: 100%;
    margin-top: 0.5rem;
  }
  .goodsinfo-wrapper .pic img {
    height: 6rem;
  }
  .goodsinfo-wrapper .info {
    width: 100%;
    padding-top: 0.34rem;
  }
  .goodsinfo-wrapper .info > h1 {
    font-size: var(--fs40);
    margin-bottom: 0.12rem;
  }
  .goodsinfo-wrapper .caption {
    line-height: 0.4rem;
  }
  .goodsinfo-wrapper .content {
    line-height: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .goodsinfo-wrapper .brief {
    margin-bottom: 0.4rem;
  }
  .goodsinfo-wrapper .btns {
    position: static;
    justify-content: center;
    margin-top: 0.6rem;
  }
  .goodsinfo-wrapper .btns a {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.3rem;
  }
  .goods-cat-box {
    margin-top: 0.6rem;
  }
  .goods-cat-box .box-container {
    justify-content: center;
  }
  .goods-cat-box a {
    width: calc((100% - .4rem) / 3);
    border-radius: 10px;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .goods-cat-box a:nth-child(-n+3) {
    margin-top: 0;
  }
  .goods-cat-box a:last-child,
  .goods-cat-box a:nth-child(3n) {
    margin-right: 0;
  }
  .goods-cat-box p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    min-height: 0.72rem;
  }
  .goods-wrapper .category-box .child {
    justify-content: flex-start;
  }
  .goods-wrapper .box-container {
    display: block;
  }
  .goods-wrapper .main .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .goods-wrapper .main .item {
    margin-bottom: 0.6rem;
  }
  .goods-wrapper .main li {
    width: 50%;
  }
  .goods-wrapper .main li:nth-child(-n+2) {
    border-top: 1px solid #eee;
  }
  .goods-wrapper .main li:nth-child(2n),
  .goods-wrapper .main li:last-child {
    border-right: 1px solid #eee;
  }
  .goods-wrapper .main li a {
    padding-bottom: 0.25rem;
  }
  .goods-wrapper .main .pic img {
    height: 3.4rem;
  }
  .goods-wrapper p {
    font-size: var(--fs14);
    line-height: 18px;
  }
  .goods-wrapper .info {
    margin-top: 0.24rem;
    padding: 0 0.2rem;
  }
  .goods-wrapper .title {
    line-height: 0.44rem;
    font-size: var(--fs14);
  }
  .goods-wrapper .icon {
    width: 0.44rem;
    height: 0.44rem;
  }
  .goodsinfo2-wrapper-1 .box-container {
    flex-flow: wrap;
    flex-direction: column-reverse;
    height: auto;
    padding: 0.7rem 0.3rem 1.6rem;
  }
  .goodsinfo2-wrapper-1 .pic {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .goodsinfo2-wrapper-1 .pic img {
    height: 6rem;
  }
  .goodsinfo2-wrapper-1 .info {
    width: 100%;
  }
  .goodsinfo2-wrapper-1 .info h1 {
    font-size: var(--fs36);
    line-height: 0.48rem;
    margin: 0.2rem auto;
  }
  .goodsinfo2-wrapper-1 .label {
    font-size: var(--fs36);
    line-height: 0.48rem;
  }
  .goodsinfo2-wrapper-1 .brief {
    font-size: var(--fs16);
    line-height: 0.44rem;
    min-height: inherit;
    margin-bottom: 0.48rem;
  }
  .goodsinfo2-wrapper-1 .download {
    min-width: 1.6rem;
    line-height: 0.7rem;
    font-size: var(--fs14);
  }
  .goodsinfo2-wrapper-2 .box-container {
    padding: 0;
  }
  .goodsinfo2-wrapper-2 .page-title-box,
  .goodsinfo2-wrapper-2 .swiper-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .goodsinfo2-wrapper-2 .swiper-slide {
    width: 48%;
    padding: 0.6rem 0.48rem;
  }
  .goodsinfo2-wrapper-2 .desc,
  .goodsinfo2-wrapper-2 .desc li {
    font-size: var(--fs15);
    line-height: 20px;
  }
  .goodsinfo2-wrapper-2 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .goodsinfo2-wrapper-2 .title:after {
    margin-top: 0.2rem;
  }
  .goodsinfo2-wrapper-2 .desc li {
    padding-left: 15px;
  }
  .goodsinfo2-wrapper-2 .desc li:before {
    width: 4px;
    height: 4px;
    top: 8px;
  }
  .goodsinfo2-wrapper-2 .swiper-pagination-progressbar {
    height: 0.08rem;
    margin-top: 0.6rem;
  }
  .goodsinfo2-wrapper-3 table tr {
    padding: 0 0.4rem;
  }
  .goodsinfo2-wrapper-3 table td {
    font-size: var(--fs14);
    line-height: 0.4rem;
    padding: 0.12rem 0.2rem;
  }
  .goodsinfo2-wrapper-3 table td:nth-child(odd) {
    padding-left: 0.4rem;
  }
  .goodsinfo2-wrapper-4 .swiper-box:hover .i-prev,
  .goodsinfo2-wrapper-4 .swiper-box:hover .i-next {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .goodsinfo2-wrapper-4 .i-next {
    right: -0.3rem;
  }
  .goodsinfo2-wrapper-4 .i-prev {
    left: -0.3rem;
  }
  .goodsinfo2-wrapper-4 .i-next,
  .goodsinfo2-wrapper-4 .i-prev {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
  }
  .goodsinfo2-wrapper-4 .swiper-slide {
    width: 50%;
  }
  .goodsinfo2-wrapper-4 .pic img {
    height: 3.4rem;
  }
  .goodsinfo2-wrapper-4 p {
    font-size: var(--fs14);
    line-height: 18px;
  }
  .goodsinfo2-wrapper-4 .info {
    margin-top: 0.24rem;
    padding: 0 0.2rem;
  }
  .goodsinfo2-wrapper-4 .title {
    line-height: 0.44rem;
    font-size: var(--fs14);
  }
  .goodsinfo2-wrapper-4 .icon {
    width: 0.44rem;
    height: 0.44rem;
  }
  .staff-wrapper-1 .page-brief {
    line-height: 0.44rem;
    width: 100%;
  }
  .staff-wrapper-1 .swiper-slide {
    width: 60%;
  }
  .staff-wrapper-1 .swiper-slide .pic img {
    height: auto;
  }
  .staff-wrapper-1 .swiper-slide p {
    font-size: var(--fs16);
    margin-top: 0.24rem;
    line-height: 0.44rem;
  }
  .staff-wrapper-1 .progress {
    margin-top: 0.54rem;
  }
  .staff-wrapper-1 .btn a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .scial-wrapper-1 .pic {
    width: 100%;
  }
  .scial-wrapper-1 .info {
    position: static;
    width: 100%;
    padding: 0.6rem;
  }
  .scial-wrapper-1 .title {
    font-size: var(--fs24);
  }
  .scial-wrapper-1 .desc {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .scial-wrapper-2 .video-box .pic img {
    height: 4rem;
    object-fit: cover;
  }
  .scial-wrapper-2 .video-box .play {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: -0.3rem;
    margin-top: -0.3rem;
  }
  .network-wrapper-1 .page-brief {
    margin-bottom: 0.6rem;
  }
  .network-wrapper-1 .pic ul {
    display: none;
  }
  .network-wrapper-1 .svg {
    display: none;
  }
  .data-wrapper ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .data-wrapper li {
    width: 48%;
    padding: 0;
    margin-top: 0.6rem;
  }
  .data-wrapper li:nth-child(-n+2) {
    margin-top: 0;
  }
  .data-wrapper .num span {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .data-wrapper .num i {
    font-size: var(--fs24);
    top: -0.12rem;
    right: 4px;
  }
  .data-wrapper p {
    margin-top: 0.08rem;
  }
  .network-wrapper-2 {
    padding: 1rem 0 1.2rem;
  }
  .research-wrapper-1 .page-title-box {
    margin-bottom: 0.6rem;
  }
  .research-wrapper-1.data-wrapper li {
    width: 23%;
    margin-right: 2.66%;
    margin-top: 2.66%;
  }
  .research-wrapper-1.data-wrapper li:nth-child(4n) {
    margin-right: 0;
  }
  .research-wrapper-1.data-wrapper li:nth-child(-n+4) {
    margin-top: 0;
  }
  .research-wrapper-1.data-wrapper li p {
    margin-top: 0;
  }
  .research-wrapper-2 li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .research-wrapper-2 li:last-child {
    margin-bottom: 0;
  }
  .research-wrapper-2 li:nth-child(2) .desc {
    height: 5.7rem;
  }
  .research-wrapper-2 li:nth-child(4),
  .research-wrapper-2 li:nth-child(5) {
    position: relative;
  }
  .research-wrapper-2 li > .title {
    bottom: 0.4rem;
  }
  .research-wrapper-2 li > .title,
  .research-wrapper-2 .info {
    padding: 0 0.48rem;
  }
  .research-wrapper-2 .info {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .research-wrapper-2 .title {
    line-height: 0.48rem;
  }
  .research-wrapper-2 .desc {
    line-height: 0.4rem;
    padding-right: 0.14rem;
  }
  .honor-wrapper-1 .box-container {
    padding: 0;
  }
  .honor-wrapper-1 .list:before,
  .honor-wrapper-1 ul:before,
  .honor-wrapper-1 ul:after {
    display: none;
  }
  .honor-wrapper-1 .list {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .honor-wrapper-1 .swiper-box {
    display: block;
    margin-top: 0.6rem;
  }
  .honor-wrapper-1 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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: auto;
  }
  .honor-wrapper-1 ul li {
    margin-top: 0.6rem;
  }
  .honor-wrapper-1 ul li:not(:first-child) {
    display: none;
  }
  .honor-wrapper-1 ul li:nth-child(odd) .pic:before {
    display: none;
  }
  .honor-wrapper-1 ul li:first-child {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
  .honor-wrapper-1 ul li:first-child .info {
    margin-top: 0.24rem;
  }
  .honor-wrapper-1 ul li:first-child .title {
    font-size: var(--fs24);
    margin-top: 0.1rem;
  }
  .honor-wrapper-1 .tag {
    font-size: var(--fs30);
  }
  .honor-wrapper-1 .tag img {
    width: 0.48rem;
  }
  .honor-wrapper-1 .title {
    font-size: var(--fs20);
  }
  .honor-wrapper-1 .time {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .honor-wrapper-1 .swiper-slide {
    width: 240px;
    text-align: center;
  }
  .honor-wrapper-1 .swiper-slide.swiper-slide-active .info {
    opacity: 1;
    visibility: visible;
  }
  .honor-wrapper-1 .swiper-slide .info {
    opacity: 0;
    visibility: hidden;
    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;
  }
  .honor-wrapper-1 .swiper-btn {
    opacity: 1;
    visibility: visible;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 5px;
    border: none;
    top: 35%;
  }
  .honor-wrapper-1 .i-next,
  .honor-wrapper-1 .i-prev {
    transform: none;
  }
  .honor-wrapper-1 .i-prev {
    left: 0.2rem;
  }
  .honor-wrapper-1 .i-next {
    right: 0.2rem;
  }
  .honor-wrapper-2 .brief {
    line-height: 0.44rem;
    margin-bottom: 0.48rem;
  }
  .honor-wrapper-2 .swiper-box {
    padding: 0.4rem 0;
  }
  .honor-wrapper-2 .swiper-slide {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .honor-wrapper-2 .swiper-slide:before {
    width: 0.2rem;
    height: 0.2rem;
  }
  .honor-wrapper-2 .swiper-slide:after {
    left: calc((.2rem - 2px) / 2);
  }
  .honor-wrapper-2 .title {
    line-height: 0.48rem;
    background-size: 0.24rem;
    padding-left: 0.4rem;
    margin-bottom: 0.12rem;
  }
  .honor-wrapper-2 .desc {
    line-height: 0.44rem;
  }
  .honor-wrapper-2 .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .honor-wrapper-2 .prev {
    left: -0.3rem;
  }
  .honor-wrapper-2 .next {
    right: -0.3rem;
  }
  .culture-wrapper {
    padding-bottom: 0.8rem;
  }
  .culture-wrapper .item {
    display: block;
    padding-top: 0.8rem;
  }
  .culture-wrapper .info {
    position: static;
    width: 100%;
    transform: none;
    padding: 0.6rem 0.3rem 0;
  }
  .culture-wrapper .title {
    font-size: var(--fs30);
  }
  .culture-wrapper .title img {
    height: 0.6rem;
    margin-right: 0.2rem;
  }
  .culture-wrapper .brief {
    font-size: var(--fs20);
    line-height: 0.44rem;
  }
  .culture-wrapper .desc {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .about-wrapper-1 .main {
    display: block;
  }
  .about-wrapper-1 .page-title-box,
  .about-wrapper-1 .info {
    width: 100%;
  }
  .about-wrapper-1 .info {
    padding-bottom: 0.6rem;
  }
  .about-wrapper-1 .pic {
    width: 100%;
  }
  .about-wrapper-1 .content {
    line-height: 0.44rem;
    font-size: var(--fs16);
  }
  .about-wrapper-1 .caption {
    font-size: var(--fs24);
    line-height: 0.44rem;
    margin-bottom: 0.1rem;
  }
  .about-wrapper-2 {
    padding: 1rem 0;
  }
  .history-wrapper {
    padding: 1rem 0 2rem;
  }
  .history-wrapper .page-title-box {
    margin-bottom: 0.3rem;
  }
  .history-wrapper .swiper-container {
    padding: 0.6rem 0 1.2rem;
  }
  .history-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    z-index: 11;
  }
  .history-wrapper .swiper-slide:nth-child(odd) {
    background: none;
  }
  .history-wrapper .swiper-slide:nth-child(even) {
    background: none;
  }
  .history-wrapper .inner {
    display: none;
  }
  .history-wrapper .title {
    font-size: var(--fs48);
    color: #fff;
    font-weight: 700;
    line-height: 0.48rem;
    margin-bottom: 0.26rem;
    text-align: left;
  }
  .history-wrapper .desc {
    padding-right: 0.4rem;
  }
  .history-wrapper .hidebox {
    position: static;
    width: 85%;
    padding: 0.6rem 0.4rem;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .history-wrapper .lines {
    top: 30%;
    left: -50%;
    right: -50%;
    height: 140px;
  }
  .history-wrapper .pic {
    margin-top: 0.6rem;
  }
  .history-wrapper .prev,
  .history-wrapper .next {
    width: 0.7rem;
    height: 0.7rem;
    bottom: 0;
  }
  .history-wrapper .prev {
    left: calc(50% - .85rem);
  }
  .history-wrapper .next {
    right: calc(50% - .85rem);
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.7rem;
}
.pageNum a {
  display: inline-block;
  color: #6c6c6d;
  font-size: var(--fs16);
  vertical-align: middle;
  font-family: "medium";
  margin: 0 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 50%;
  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 {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
}
.pageNum .prev {
  background-image: url(../img/p-prev.png);
}
.pageNum .prev:hover {
  background-image: url(../img/p-prev2.png);
}
.pageNum .next {
  background-image: url(../img/p-next.png);
}
.pageNum .next:hover {
  background-image: url(../img/p-next2.png);
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #005aa2;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #005aa2;
  color: #fff;
  font-size: 12px;
}
.page-wrapper .page-title-box {
  display: none;
}
.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: #005aa2;
}
.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: 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;
  }
}
@-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 {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #005aa2;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
  }
}
@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;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.btnbg {
  background-color: #42b5e9;
  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; */
}
.desplode-circle {
  animation: desplode 0.5s forwards;
}
.explode-circle {
  animation: explode 0.5s forwards;
}
.learn .btnbg.desplode-circle {
  animation: desplode2 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-color: #005aa2;
  }
}
@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #005aa2;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@keyframes desplode2 {
  0% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
    background-color: #005aa2;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(42, 53, 80, 0.2);
  }
  100% {
    width: 800px;
    height: 800px;
    margin-left: -400px;
    margin-top: -400px;
    background-color: #005aa2;
  }
}
.i-prev,
.i-next {
  width: 0.6rem;
  height: 0.6rem;
  border: 2px solid #005aa2;
  background-size: 40%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  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;
  background-color: #fff;
}
.i-prev:hover,
.i-next:hover {
  background-color: #005aa2;
}
.i-prev {
  left: -0.3rem;
  transform: translateX(-0.8rem);
  -webkit-transform: translateX(-0.8rem);
  -moz-transform: translateX(-0.8rem);
  -ms-transform: translateX(-0.8rem);
  -o-transform: translateX(-0.8rem);
  background-image: url(../img/btn_l.png);
}
.i-prev:hover {
  background-image: url(../img/btn_l2.png);
}
.i-next {
  right: -0.3rem;
  transform: translateX(0.8rem);
  -webkit-transform: translateX(0.8rem);
  -moz-transform: translateX(0.8rem);
  -ms-transform: translateX(0.8rem);
  -o-transform: translateX(0.8rem);
  background-image: url(../img/btn_r.png);
}
.i-next:hover {
  background-image: url(../img/btn_r2.png);
}
@media screen and (max-width: 1024px) {
  .i-prev,
  .i-next {
    width: 0.8rem;
    height: 0.8rem;
    border-width: 1px;
  }
  .i-prev {
    left: 0;
  }
  .i-next {
    right: 0;
  }
}
.m-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.m-pop .pop-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.d-video01-pop {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12rem;
  height: 6rem;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.d-video01-pop .close {
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../img/d-close.png) center center no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  cursor: pointer;
  z-index: 10;
}
.d-video01-pop .fullPage {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 130px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  font-size: 14px;
  color: #00246e;
  text-align: center;
  background-color: #f2f2f2;
  cursor: pointer;
  z-index: 10;
}
.d-video01-pop .fullPage i {
  margin: -2px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(../images/d-fullPage.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.d-video01-pop video {
  display: block;
  width: 100%;
  height: 100%;
}
.d-video01-pop.hide:after {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.d-video01-pop.hide .play {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.d-video01-pop.hide .fullPage {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.d-video01-pop.hide .video-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.m-pop.fullPage .d-video01-pop {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.m-pop .pic-swiper {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.m-pop .pic-swiper.op0 {
  opacity: 0;
  pointer-events: none;
}
.m-pop .swiper-slide {
  overflow: hidden;
}
.m-pop .pic-swiper .swiper-slide .item-pic {
  padding-top: 154.59%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.m-pop .swiper-slide-active .title {
  opacity: 1;
  visibility: visible;
}
.m-pop .title {
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 18px;
  padding: 10px 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  font-size: var(--fs18);
  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;
}
.m-pop .pic-swiper .swiper-slide .item-pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.m-pop .swiper-box {
  position: relative;
}
.m-pop .swiper-box .swiper-btn {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 100;
  display: block;
}
.m-pop .swiper-box .swiper-prev {
  left: 0;
}
.m-pop .swiper-box .swiper-next {
  right: 0;
}
.m-pop .swiper-btn {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-size: 19px;
}
.m-pop .swiper-prev {
  background-image: url(../img/arrow-left.png);
}
.m-pop .swiper-next {
  background-image: url(../img/arrow-right.png);
  margin-left: 20px;
}
.m-pop .swiper-btn:hover {
  background-color: #00246e;
}
.m-pop .swiper-prev:hover {
  background-image: url(../img/arrow-left-on.png);
}
.m-pop .swiper-next:hover {
  background-image: url(../img/arrow-right-on.png);
}
@media screen and (max-width: 1024px) {
  .scial-wrapper-2 .video-box .play {
    margin: 0 auto;
  }
  .scial-wrapper-2 .title {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .d-video01-pop {
    width: 90%;
    height: 300px;
    border-radius: 15px;
  }
  .d-video01-pop .close {
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
  }
  .d-video01-pop .fullPage {
    right: 15px;
    bottom: 15px;
    width: 110px;
    height: 36px;
    line-height: 36px;
  }
  .d-video01-pop .fullPage i {
    margin-right: 4px;
    width: 16px;
    height: 16px;
  }
  .m-pop .swiper-btn {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
  }
  .m-pop .title {
    bottom: 0;
    font-size: var(--fs14);
    padding: 0 0.2rem;
  }
}
@keyframes circle-draw {
  0% {
    stroke-dashoffset: -2000;
  }
  40% {
    stroke-dashoffset: 0;
  }
  70% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 2000;
  }
}
html.act {
  height: 100vh;
  overflow: hidden;
}
.video-modal-wrapper {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 110;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.video-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;
}
.video-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;
}
.video-modal-wrapper.one.out .w1200 {
  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;
}
.video-modal-wrapper.one .w1200 {
  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;
}
.video-modal-wrapper .main {
  display: table-cell;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  vertical-align: middle;
}
.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 .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -0.4rem;
  z-index: 10;
  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 .close:hover {
  transform: rotate(90deg);
}
.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);
  }
}
.i-learn {
  display: inline-block;
  padding: 0 0.2rem;
  position: relative;
  min-width: 170px;
  line-height: 55px;
  background-image: url(../img/imore_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #005aa2;
  font-size: var(--fs16);
  overflow: hidden;
  z-index: 1;
  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;
}
.i-learn:hover {
  color: #fff;
}
.i-learn:hover:before {
  width: 100%;
}
.i-learn:hover svg path {
  stroke: #fff;
}
.i-learn:before {
  content: "";
  position: absolute;
  background-image: url(../img/imore_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0;
  height: 102%;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  transition: width 0.6s;
  z-index: -1;
}
.i-learn span {
  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;
  justify-content: center;
}
.i-learn .icon {
  margin-left: 0.12rem;
  line-height: 10px;
}
.i-learn svg {
  width: 20px;
}
.i-learn svg path {
  stroke: #005aa2;
}
.i-return {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 10;
  display: inline-block;
  width: 113px;
  line-height: 46px;
  backdrop-filter: blur(3px);
  text-align: center;
  background-image: url(../img/imore_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  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;
}
.i-return:hover {
  background-image: url(../img/imore_4.png);
}
.i-return:hover span {
  color: #fff;
  background-image: url(../img/i-return2.svg);
}
.i-return span {
  color: #005aa2;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  background-image: url(../img/i-return.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px;
  padding-left: 23px;
  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: 1004px) {
  .i-learn {
    min-width: 120px;
    line-height: 36px;
    font-size: 11px;
  }
  .i-learn svg {
    width: 12px;
  }
  .i-return {
    width: 100px;
    line-height: 32px;
    height: 32px;
    padding: 0;
    bottom: 0.5rem;
    left: 0.2rem;
    background-size: contain;
    background-position: center center;
  }
  .i-return span {
    font-size: 12px;
    background-size: 12px;
    padding-left: 20px;
  }
}
