.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;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  src: url('../fonts/HarmonyOS_Sans_SC_Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "enlight";
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
.light {
  font-family: "light";
}
.medium {
  font-family: "medium";
}
.regular {
  font-family: "regular";
}
.mb {
  font-family: "mb";
}
.enlight {
  font-family: "enlight";
}
.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;
}
.index .header-wrapper:after {
  background: url(../img/shadow.png) repeat-x left top;
  background-size: 100% 100%;
}
.hborder .header-wrapper {
  border-bottom: 1px solid #eee;
}
.border .header-wrapper {
  position: sticky;
}
.border .header-wrapper:after {
  background: #fff;
}
.border .header-wrapper .logo-box .init {
  display: none;
}
.border .header-wrapper .logo-box .on {
  display: block;
}
.border .header-wrapper .pc-nav-box li > a {
  color: #333;
}
.border .header-wrapper .pc-nav-box li:hover > a,
.border .header-wrapper .pc-nav-box li.on > a {
  color: #fff;
}
.border .header-wrapper .search {
  background-image: url(../img/search2.png);
}
.border .header-wrapper .search:hover {
  background-image: url(../img/search3.png);
}
.border .header-wrapper .language .caption {
  background-image: url(../img/lang2.png);
}
.border .header-wrapper .language .caption:hover {
  background-image: url(../img/lang3.png);
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  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;
}
.header-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  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;
}
.header-wrapper.active {
  top: -1rem;
}
.header-wrapper .bgwhite {
  width: 100%;
  height: 100%;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 0.9rem;
  z-index: 0;
  display: none;
  box-shadow: 0 26px 30px rgba(0, 0, 0, 0.06);
}
.header-wrapper.shadow,
.header-wrapper.on {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper.shadow:after,
.header-wrapper.on:after {
  background: #fff;
}
.header-wrapper.shadow .logo-box .init,
.header-wrapper.on .logo-box .init {
  display: none;
}
.header-wrapper.shadow .logo-box .on,
.header-wrapper.on .logo-box .on {
  display: block;
}
.header-wrapper.shadow .pc-nav-box li > a,
.header-wrapper.on .pc-nav-box li > a {
  color: #333;
}
.header-wrapper.shadow .pc-nav-box li:hover > a,
.header-wrapper.on .pc-nav-box li:hover > a,
.header-wrapper.shadow .pc-nav-box li.on > a,
.header-wrapper.on .pc-nav-box li.on > a {
  color: #fff;
}
.header-wrapper.shadow .search,
.header-wrapper.on .search {
  background-image: url(../img/search2.png);
}
.header-wrapper.shadow .search:hover,
.header-wrapper.on .search:hover {
  background-image: url(../img/search3.png);
}
.header-wrapper.shadow .language .caption,
.header-wrapper.on .language .caption {
  background-image: url(../img/lang2.png);
}
.header-wrapper.shadow .language .caption:hover,
.header-wrapper.on .language .caption:hover {
  background-image: url(../img/lang3.png);
}
.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 */
  align-items: center;
  height: 0.9rem;
  position: relative;
  z-index: 10;
}
.header-wrapper .logo-box {
  width: 1.5rem;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .logo-box .init {
  display: block;
}
.header-wrapper .logo-box .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 */
}
.header-wrapper .language .caption,
.header-wrapper .search {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  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;
}
.header-wrapper .language {
  position: relative;
  margin-right: 0.47rem;
}
.header-wrapper .language:hover .list {
  transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.header-wrapper .language .caption {
  position: relative;
  background-image: url(../img/lang.png);
  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;
}
.header-wrapper .language .list {
  position: absolute;
  left: 50%;
  top: 120%;
  z-index: 10;
  width: 1.2rem;
  margin-left: -0.6rem;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  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;
  transform: rotateY(90deg);
}
.header-wrapper .language .list:before {
  content: "";
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  top: -12px;
  z-index: 10;
  margin-left: -6px;
}
.header-wrapper .language .list a {
  display: block;
  font-size: 15px;
  padding: 10px 15px;
  line-height: 24px;
  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;
}
.header-wrapper .language .list a:hover {
  color: #0078dc;
}
.header-wrapper .search {
  background-image: url(../img/search.png);
}
.header-wrapper .nav-icon {
  display: none;
}
.pc-nav-box {
  flex: 1;
  margin-right: 0.7rem;
}
.pc-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: flex-end;
}
.pc-nav-box ul:hover .nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box li {
  position: relative;
  width: 140px;
  margin-right: 0.1rem;
}
.pc-nav-box li:hover > a:before,
.pc-nav-box li.on > a:before {
  bottom: 0;
}
.pc-nav-box li > a {
  position: relative;
  font-size: 16px;
  color: #fff;
  padding: 0 0.1rem;
  line-height: 0.9rem;
  overflow: hidden;
  text-align: center;
}
.pc-nav-box li > a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #0078dc;
  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;
  bottom: -100%;
}
.pc-nav-box li > a span {
  position: relative;
  z-index: 10;
}
.pc-nav-box a {
  display: block;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.pc-nav-box ul {
  list-style-type: none;
}
.pc-nav-box .nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(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;
}
.pc-nav-box li {
  text-align: center;
}
.pc-nav-box .nav {
  padding: 27px 0 0.98rem;
}
.pc-nav-box .nav a {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  margin-bottom: 0.12rem;
}
.pc-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.pc-nav-box .nav a:hover {
  color: #0078dc;
}
.pc-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.pc-nav-box .nav span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0.9rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w960 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #0078dc;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (min-width: 1004px) {
  .header-wrapper:hover:after {
    background: #fff;
  }
  .header-wrapper:hover .logo-box .init {
    display: none;
  }
  .header-wrapper:hover .logo-box .on {
    display: block;
  }
  .header-wrapper:hover .pc-nav-box li:hover > a,
  .header-wrapper:hover .pc-nav-box li.on > a {
    color: #fff;
  }
  .header-wrapper:hover .pc-nav-box li > a {
    color: #333;
  }
  .header-wrapper:hover .pc-nav-box li > a:hover,
  .header-wrapper:hover .pc-nav-box li > a.on {
    color: #fff;
  }
  .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
  .header-wrapper:hover .search:hover {
    background-image: url(../img/search3.png);
  }
  .header-wrapper:hover .language .caption {
    background-image: url(../img/lang2.png);
  }
  .header-wrapper:hover .language .caption:hover {
    background-image: url(../img/lang3.png);
  }
}
@media screen and (max-width: 1600px) {
  .pc-nav-box {
    margin-right: 0.4rem;
  }
  .pc-nav-box .nav {
    padding-bottom: 0.7rem;
  }
}
@media screen and (max-width: 1440px) {
  .pc-nav-box li {
    width: 1.44rem;
    margin-right: 0;
  }
  .pc-nav-box li > a {
    line-height: 0.8rem;
  }
  .header-wrapper > .box-container {
    height: 0.8rem;
  }
  .search-form,
  .header-wrapper .bgwhite {
    top: 0.8rem;
  }
  .header-wrapper .language {
    margin-right: 0.36rem;
  }
  .header-wrapper .language .caption,
  .header-wrapper .search {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1004px) {
  .pc-nav-box {
    display: none;
  }
  .header-wrapper {
    position: sticky;
    background: #fff;
  }
  .header-wrapper:after {
    display: none;
  }
  .header-wrapper.active {
    top: -1.3rem;
  }
  .header-wrapper > .box-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 1.2rem;
    padding-right: 0;
  }
  .header-wrapper .logo-box {
    width: 2.4rem;
  }
  .header-wrapper .logo-box .init {
    display: none;
  }
  .header-wrapper .logo-box .on {
    display: block;
  }
  .header-wrapper .other-box {
    align-items: center;
  }
  .header-wrapper .language .caption {
    width: 0.4rem;
    height: 0.4rem;
    background-image: url(../img/lang2.png);
  }
  .header-wrapper .language {
    margin-right: 0.6rem;
  }
  .header-wrapper .language.on .list {
    transform: rotateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header-wrapper .language .list {
    width: 1.8rem;
    margin-left: -0.9rem;
    padding: 10px 0;
  }
  .header-wrapper .language .list a {
    padding: 4px 15px;
    line-height: 20px;
  }
  .header-wrapper .search {
    display: none;
  }
  .header-wrapper .nav-icon {
    display: block;
  }
}
@media screen and (max-width: 1004px) {
  .nav-icon {
    width: 1.2rem;
    height: 1.2rem;
    background: #0078dc;
  }
  .nav-icon span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 6px auto;
    border-radius: 10px;
    transition: all ease 0.5s;
    position: relative;
    top: 0.3rem;
  }
  .nav-icon.on span {
    top: 0.4rem;
  }
  .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: -8px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #0078dc;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #0078dc;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #0078dc;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #0078dc;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
}
.gotop {
  display: none;
}
.footer-wrapper {
  position: relative;
  background: #373737;
  padding: 0.95rem 0;
  z-index: 10;
}
.footer-wrapper .box-1,
.footer-wrapper .box-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .box-2 {
  margin-top: 0.55rem;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: 14px;
  color: #666;
}
.footer-wrapper .copyright {
  line-height: 24px;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .tel {
  font-size: var(--fs30);
  color: #fff;
  line-height: 0.36rem;
  font-weight: 700;
}
.footer-wrapper .other-box {
  text-align: right;
}
.footer-wrapper .other-box p {
  font-size: 14px;
  color: #a0a0a0;
  line-height: 24px;
  margin: 0.1rem auto 0.18rem;
}
.footer-wrapper .qrcode {
  width: 1.35rem;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0.35rem;
}
.footer-wrapper .qrcode p {
  display: none;
}
.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 */
  margin-top: 0.35rem;
  justify-content: flex-end;
}
.footer-wrapper .address {
  display: none;
}
.footer-nav-box {
  flex: 1;
  margin-right: 0.42rem;
}
.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;
  list-style-type: none;
}
.footer-nav-box li > a {
  font-family: "medium";
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #fff;
  margin-bottom: 0.25rem;
}
.footer-nav-box .nav a {
  font-size: 14px;
  color: #afafaf;
  line-height: 20px;
  margin-bottom: 0.1rem;
}
.footer-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box .nav span {
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.footer-nav-box a {
  display: block;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.friend-link {
  position: relative;
  width: 2.11rem;
  margin-right: 0.66rem;
  text-align: left;
}
.friend-link .caption {
  position: relative;
  cursor: pointer;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: var(--fs16);
  background-color: #474747;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 0.4rem 0 15px;
}
.friend-link .caption:after {
  content: "";
  width: 12px;
  height: 100%;
  background-image: url(../img/idown.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0.18rem;
  top: 0;
  z-index: 10;
}
.friend-link .list {
  font-size: 0;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 10;
  max-height: 2.89rem;
  overflow-y: auto;
  display: none;
  background-color: #474747;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.friend-link .list::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.friend-link .list::-webkit-scrollbar-thumb {
  background-color: #0078dc;
}
.friend-link .list a {
  display: block;
  font-size: var(--fs14);
  color: rgba(255, 255, 255, 0.9);
  line-height: 0.47rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  padding: 0 15px;
}
.friend-link .list a:hover {
  color: #fff;
}
.friend-link .list a:last-child {
  border-bottom: none;
}
.share {
  font-size: 0;
}
.share a {
  position: relative;
  display: inline-block;
  margin-right: 0.28rem;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
}
.share a:last-child {
  margin-right: 0;
}
.share a.on .icon {
  background-color: #0078dc;
}
.share a.on .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.share a .icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4f4b56;
  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;
}
.share a .icon img {
  display: block;
  width: 100%;
}
.share .hidebox {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.2rem);
  margin-left: -0.6rem;
  width: 1.2rem;
  background-color: #fff;
  padding: 3px;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  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.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;
}
.share .hidebox:after {
  content: "";
  border: 0.08rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: -0.16rem;
  margin-left: -0.08rem;
  z-index: 10;
  border-top-color: #fff;
}
.share .hidebox img {
  display: block;
  width: 100%;
}
.links {
  font-size: 0;
}
.links a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  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;
  font-size: 14px;
  color: #a0a0a0;
  margin-right: 0.36rem;
}
.links a:hover {
  color: #fff;
}
.links a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.links a:last-child {
  margin-right: 0;
}
.links span {
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .share a:hover .icon {
    background-color: #0078dc;
  }
  .share a:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media screen and (max-width: 1600px) {
  .friend-link {
    margin-right: 0.48rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer-wrapper {
    padding: 0.8rem 0;
  }
  .share a {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 1004px) {
  .gotop {
    display: block;
    text-align: center;
    width: calc(100% - 0.4rem);
    margin: 0 auto;
    font-size: var(--fs20);
    color: #fff;
    line-height: 1.2rem;
    font-family: "light";
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .gotop i {
    display: inline-block;
    width: 12px;
    height: 9px;
    background: url(../img/gotop.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 0.24rem;
  }
  .footer-wrapper {
    padding: 0 0 0.8rem;
  }
  .footer-wrapper .box-1,
  .footer-wrapper .box-2 {
    display: block;
  }
  .footer-wrapper .box-2 {
    margin-top: 0.64rem;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: 13px;
  }
  .footer-wrapper .copyright {
    text-align: center;
    margin-bottom: 0.14rem;
  }
  .footer-wrapper .tel {
    display: inline-block;
    line-height: 0.6rem;
    background: url(../img/tel.png) no-repeat left center;
    background-size: 0.34rem;
    padding-left: 0.6rem;
    margin: 0.5rem auto;
  }
  .footer-wrapper .other-box {
    text-align: center;
  }
  .footer-wrapper .other-box > p {
    display: none;
  }
  .footer-wrapper .qrcode {
    width: 2.2rem;
    margin: 0 auto 0.35rem;
  }
  .footer-wrapper .qrcode p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: block;
    margin-top: 0.16rem;
  }
  .footer-wrapper .bottom {
    display: block;
    text-align: center;
    margin-top: 0.5rem;
  }
  .footer-wrapper .address {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    text-align: center;
  }
  .links,
  .friend-link,
  .footer-nav-box {
    display: none;
  }
  .share a {
    margin-right: 0.5rem;
    width: 0.74rem;
    height: 0.74rem;
  }
  .share .hidebox {
    margin-left: -0.8rem;
    width: 1.6rem;
  }
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 1.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-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  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 .swiper-slide img.phone {
  display: none;
}
.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 .title {
  color: #fff;
  font-size: 0.72rem;
  line-height: 0.96rem;
  font-weight: 700;
}
.index-banner-wrapper .more {
  margin-top: 0.98rem;
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  margin-top: -0.19rem;
  left: 50%;
  margin-left: -0.19rem;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 0.65rem;
  width: 100%;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.18rem;
  opacity: 1;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.page-banner-wrapper {
  position: sticky;
  top: 0;
  z-index: 1;
}
.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 h2,
.page-banner-wrapper h1 {
  color: #fff;
  font-size: var(--fs48);
  line-height: 0.6rem;
  margin-bottom: 0.1rem;
}
.page-banner-wrapper .en {
  font-size: var(--fs24);
  color: #fff;
  font-family: "enlight";
  line-height: 0.3rem;
  text-transform: uppercase;
}
.page-banner-wrapper .line {
  width: 0.32rem;
  height: 0.03rem;
  background-color: #fff;
  border-radius: 2px;
  margin-top: 0.48rem;
}
.page-banner-wrapper .info2 {
  text-align: center;
}
.page-banner-wrapper .info2 h1 {
  font-size: 0.6rem;
  line-height: 0.8rem;
  font-weight: 700;
  margin-bottom: 0;
}
.page-banner-wrapper .info2 p {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.36rem;
  margin-bottom: 3px;
}
.page-banner-wrapper .breadcrumb {
  position: absolute;
  left: calc((100% - 15.36rem) / 2);
  top: 1.27rem;
  z-index: 10;
  margin-bottom: 0;
}
.more {
  display: inline-block;
  min-width: 1.5rem;
  height: 0.5rem;
  line-height: 0.46rem;
  border-radius: 0.25rem;
  text-align: center;
  font-size: var(--fs14);
  font-family: "mb";
  text-transform: uppercase;
  color: #fff;
  border: solid 2px #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;
}
.more:hover,
.more.on {
  background-color: #0078dc;
  border-color: #0078dc;
}
.more:hover i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
}
.more i {
  display: inline-block;
  width: 15px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/right.png);
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 0.16rem;
  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;
}
.page-box {
  position: relative;
  z-index: 10;
  background: #fff;
}
.padding,
.page-box {
  padding: 1.2rem 0;
}
.mt {
  margin-top: 1.2rem;
}
.pb {
  padding-bottom: 1.2rem;
}
.pt {
  padding-top: 1.2rem;
}
@media screen and (min-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    background-color: #f7f8f9;
    width: 100%;
  }
  .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(--fs18);
    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;
    padding: 0 0.2rem;
    line-height: 0.8rem;
    min-width: 1.7rem;
  }
  .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: #0078dc;
    background-color: #ffffff;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.04rem;
    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: #0078dc;
    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) {
  .index-banner-wrapper .title {
    font-size: 0.64rem;
  }
  .padding,
  .page-box {
    padding: 1.1rem 0;
  }
  .mt {
    margin-top: 1.1rem;
  }
  .pb {
    padding-bottom: 1.1rem;
  }
  .pt {
    padding-top: 1.1rem;
  }
  .page-banner-wrapper .breadcrumb {
    left: calc((100% - 14rem) / 2);
    top: 1.1rem;
  }
}
@media screen and (max-width: 1440px) {
  .index-banner-wrapper .title {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .padding,
  .page-box {
    padding: 1rem 0;
  }
  .mt {
    margin-top: 1rem;
  }
  .pb {
    padding-bottom: 1rem;
  }
  .pt {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1004px) {
  .more {
    min-width: 2rem;
    height: 0.7rem;
    line-height: 0.62rem;
    border-radius: 0.31rem;
    font-size: 12px;
  }
  .more i {
    width: 12px;
    margin-left: 0.16rem;
  }
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #f4f4f4;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #0078dc;
    color: #fff;
    font-size: 0.26rem;
  }
  .page-nav-wrapper .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-wrapper .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-wrapper .nav a:first-child {
    border-top: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background: none;
  }
  .page-nav-wrapper .nav > a:after {
    display: none;
  }
  .index-banner-wrapper .swiper-slide {
    text-align: center;
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .title {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .index-banner-wrapper .more {
    margin-top: 0.48rem;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 0.48rem;
    height: 0.48rem;
    margin-top: -0.24rem;
    margin-left: -0.24rem;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.65rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.24rem;
  }
  .page-banner-wrapper h2,
  .page-banner-wrapper h1 {
    font-size: var(--fs30);
    line-height: 0.48rem;
  }
  .page-banner-wrapper .en {
    font-size: var(--fs18);
    line-height: 0.4rem;
  }
  .page-banner-wrapper .line {
    width: 0.44rem;
    height: 0.04rem;
    margin-top: 0.32rem;
  }
  .page-banner-wrapper .info2 h1 {
    font-size: var(--fs36);
    line-height: 0.6rem;
  }
  .page-banner-wrapper .info2 p {
    font-size: var(--fs18);
  }
  .page-banner-wrapper .breadcrumb {
    display: none;
  }
}
.index-box-1 {
  position: relative;
}
.index-box-1 .left {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 9.6rem;
  background: url(../img/indexbg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 1.8rem;
  padding-left: calc((100% - 15.36rem) / 2);
}
.index-box-1 .cat {
  width: 3.84rem;
}
.index-box-1 .cat a {
  position: relative;
  display: block;
  font-size: var(--fs18);
  line-height: 0.65rem;
  padding: 0 0.5rem 0 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.index-box-1 .cat a.on {
  color: #fff;
  background: #0078dc;
}
.index-box-1 .cat a.on:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-box-1 .cat a:after {
  content: "";
  width: 6px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0.34rem;
  bottom: 0;
  z-index: 10;
  background-image: url(../img/right2.png);
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(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;
  opacity: 0;
  visibility: hidden;
}
.index-box-1 .right {
  width: 60%;
  position: absolute;
  right: 0;
  top: 1.8rem;
  z-index: 10;
}
.index-box-1 .pic {
  position: relative;
  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;
}
.index-box-1 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/indexbg.png) repeat-x left bottom;
}
.index-box-1 .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.index-box-1 .swiper-slide-active .info {
  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-1 .info {
  position: absolute;
  left: 0;
  bottom: 0.42rem;
  z-index: 10;
  width: 100%;
  padding: 0 1.92rem 0 0.6rem;
  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;
  transition-delay: 0.2s;
}
.index-box-1 .info p {
  width: 63%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.6rem;
}
.index-box-1 .info p,
.index-box-1 .info p a {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #fff;
}
.index-box-1 .info p a {
  background: url(../img/line2.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.index-box-1 .info p a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.index-box-1 .title {
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #fff;
  margin-bottom: 0.2rem;
}
.index-box-1 .index-more {
  position: absolute;
  top: 0.3rem;
  right: 1.92rem;
  z-index: 10;
}
.index-box-2 ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-2 li {
  width: 33.33%;
  text-align: center;
  cursor: pointer;
}
.index-box-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);
}
.index-box-2 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0.6rem 0.3rem;
}
.index-box-2 .title {
  font-size: var(--fs30);
  color: #fff;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box-2 .en {
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}
.index-box-3 .item {
  position: relative;
  margin-bottom: 1.9rem;
}
.index-box-3 .item.animated .pic,
.index-box-3 .item.animated .info {
  opacity: 1;
  visibility: visible;
}
.index-box-3 .item:last-child {
  margin-bottom: 0;
}
.index-box-3 .item:last-child .brief a {
  width: 100%;
}
.index-box-3 .item:last-child .brief a:nth-child(2) {
  margin-top: 0.23rem;
}
.index-box-3 .item:nth-child(even).animated .pic,
.index-box-3 .item:nth-child(even).animated .info {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-box-3 .item:nth-child(even) .info {
  right: auto;
  left: 0;
  transform: translateX(1.2rem);
  -webkit-transform: translateX(1.2rem);
  -moz-transform: translateX(1.2rem);
  -ms-transform: translateX(1.2rem);
  -o-transform: translateX(1.2rem);
}
.index-box-3 .item:nth-child(even) .pic {
  margin-right: 0;
  margin-left: auto;
  transform: translateX(-1.2rem);
  -webkit-transform: translateX(-1.2rem);
  -moz-transform: translateX(-1.2rem);
  -ms-transform: translateX(-1.2rem);
  -o-transform: translateX(-1.2rem);
}
.index-box-3 .item:nth-child(odd).animated .pic,
.index-box-3 .item:nth-child(odd).animated .info {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-box-3 .item:nth-child(odd) .info {
  transform: translateX(-1.2rem);
  -webkit-transform: translateX(-1.2rem);
  -moz-transform: translateX(-1.2rem);
  -ms-transform: translateX(-1.2rem);
  -o-transform: translateX(-1.2rem);
}
.index-box-3 .item:nth-child(odd) .pic {
  transform: translateX(1.2rem);
  -webkit-transform: translateX(1.2rem);
  -moz-transform: translateX(1.2rem);
  -ms-transform: translateX(1.2rem);
  -o-transform: translateX(1.2rem);
}
.index-box-3 .item.special:hover .info:before {
  background: #0078dc;
}
.index-box-3 .item.special:hover .page-title h2 {
  color: #fff;
}
.index-box-3 .item.special:hover .page-title .line {
  background: #fff;
}
.index-box-3 .item.special:hover .desc {
  color: #fff;
}
.index-box-3 .pic,
.index-box-3 .info {
  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;
  transition-delay: 0.3s;
}
.index-box-3 .pic {
  display: block;
  width: 70.3125%;
}
.index-box-3 .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);
}
.index-box-3 .info {
  width: 43.94%;
  position: absolute;
  right: 0;
  top: -0.9rem;
  z-index: 10;
  min-height: 6.7rem;
  padding: 0.9rem 0.72rem;
}
.index-box-3 .info:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-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;
}
.index-box-3 .desc,
.index-box-3 .brief {
  margin-bottom: 0.5rem;
}
.index-box-3 .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.index-box-3 .brief {
  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;
  padding-right: 0.2rem;
  overflow-y: auto;
  overflow-x: hidden;
  height: 1.66rem;
  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;
}
.index-box-3 .brief::-webkit-scrollbar {
  width: 2px;
}
.index-box-3 .brief::-webkit-scrollbar-track {
  background-color: #f2f2f2;
}
.index-box-3 .brief::-webkit-scrollbar-thumb {
  background-color: #0078dc;
}
.index-box-3 .brief a {
  position: relative;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  padding-bottom: 0.09rem;
  width: 44.92%;
  border-bottom: 1px solid #cfcfcf;
  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.23rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 0.2rem;
}
.index-box-3 .brief a:nth-child(-n+2) {
  margin-top: 0;
}
.index-box-3 .brief a:hover {
  color: #0078dc;
}
.index-box-3 .brief a:hover:before {
  width: 100%;
}
.index-box-3 .brief a: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);
}
.index-box-3 .brief a:before,
.index-box-3 .brief a:after {
  content: "";
  position: absolute;
  z-index: 10;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-box-3 .brief a:before {
  width: 0;
  height: 1px;
  background: #0078dc;
  left: 0;
  bottom: 0;
}
.index-box-3 .brief a:after {
  width: 6px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  top: 0;
  background-image: url(../img/right5.png);
  transform: translateX(-0.1rem);
  -webkit-transform: translateX(-0.1rem);
  -moz-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  -o-transform: translateX(-0.1rem);
  opacity: 0;
  visibility: hidden;
}
.index-box-3 .index-more:hover {
  border-color: #fff;
}
.index-more {
  display: inline-block;
  min-width: 1.5rem;
  line-height: 0.48rem;
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  border: solid 1px #0078dc;
  font-size: var(--fs14);
  padding: 0 0.2rem;
  color: #0078dc;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-more:hover {
  background-color: #0078dc;
  color: #fff;
}
.index-more:hover i {
  background-image: url(../img/right2.png);
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
}
.index-more.white {
  color: #0078dc;
  border-color: #fff;
}
.index-more.white:hover {
  color: #fff;
  border-color: #0078dc;
  background: #0078dc;
}
.index-more.white:hover i {
  background-image: url(../img/right2.png);
}
.index-more.white i {
  background-image: url(../img/right5.png);
}
.index-more.empty {
  color: #fff;
  background-color: transparent;
}
.index-more.empty i {
  background-image: url(../img/right2.png);
}
.index-more i {
  display: inline-block;
  width: 6px;
  height: 12px;
  background-image: url(../img/right5.png);
  vertical-align: middle;
  position: relative;
  top: -2px;
  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-left: 0.1rem;
}
.index-box-4 {
  background: url(../img/index4bg.jpg) no-repeat fixed center center;
  background-size: cover;
}
.index-box-4 .cat {
  text-align: center;
  margin-bottom: 0.4rem;
}
.index-box-4 .cat a {
  display: inline-block;
  position: relative;
  font-size: var(--fs24);
  color: #999;
  padding-bottom: 0.11rem;
  line-height: 0.3rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  letter-spacing: 2px;
  margin-right: 1.06rem;
}
.index-box-4 .cat a:last-child {
  margin-right: 0;
}
.index-box-4 .cat a.on {
  color: #0078dc;
}
.index-box-4 .cat a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-4 .cat a:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background: #0078dc;
  position: absolute;
  left: 0;
  bottom: 0;
  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;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.index-box-4 .item {
  display: none;
}
.index-box-4 .swiper-container {
  padding: 0 15px 0.85rem;
  margin: 0 -15px;
}
.index-box-4 .swiper-wrapper {
  justify-content: center;
}
.index-box-4 .swiper-slide {
  width: 15.625%;
}
.index-box-4 .pic {
  background-color: #ffffff;
  box-shadow: 0px 5px 25px 0px rgba(13, 26, 53, 0.1);
  border-radius: 5px;
}
.index-box-4 .pic img {
  height: 1.24rem;
  object-fit: contain;
}
.index-box-4 .swiper-pagination {
  display: block;
  bottom: 0.15rem;
  font-size: 0;
  z-index: 100;
}
.index-box-4 .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.2;
  background: #0078dc;
  margin: 0 13px;
  width: 15px;
  height: 15px;
  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;
}
.index-box-4 .swiper-pagination .swiper-pagination-bullet:link,
.index-box-4 .swiper-pagination .swiper-pagination-bullet:visited,
.index-box-4 .swiper-pagination .swiper-pagination-bullet:active,
.index-box-4 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.index-box-4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.index-box-5 {
  background-image: url(../img/index5bg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  min-height: 9.6rem;
  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;
  text-align: center;
}
.index-box-5 .brief {
  font-size: var(--fs22);
  line-height: 0.4rem;
  color: #fff;
  margin-bottom: 0.73rem;
}
.index-box-5 .brief,
.index-box-5 .data {
  width: 91.53%;
  margin-left: auto;
  margin-right: auto;
}
.index-box-5 .data {
  padding: 0 0.48rem;
}
.index-box-5 .data .icon {
  margin-bottom: 0.4rem;
}
.index-box-5 .index-more {
  margin-top: 0.52rem;
}
.index-box-6 {
  background: url(../img/index6bg.jpg) no-repeat fixed center center;
  background-size: cover;
}
.index-box-6 .box-container {
  position: relative;
}
.index-box-6 .swiper-slide {
  background: #fff;
  height: auto;
}
.index-box-6 .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-6 .swiper-slide:hover .title {
  color: #0078dc;
}
.index-box-6 .swiper-slide:hover .i-more {
  background-image: url(../img/more2.png);
}
.index-box-6 .pic img {
  height: 3rem;
  object-fit: cover;
}
.index-box-6 .info {
  padding: 0.34rem 0.3rem 0.36rem;
}
.index-box-6 .title {
  font-size: var(--fs22);
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.72rem;
  font-weight: 700;
  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-6 .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.1rem auto 0.3rem;
}
.index-box-6 .time {
  font-size: var(--fs18);
  line-height: 0.34rem;
  color: #ccc;
}
.index-box-6 .i-more {
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
  z-index: 10;
}
.index-box-6 .bottom {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.index-box-6 .btn {
  display: none;
}
.i-more {
  width: 0.51rem;
  height: 0.34rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/more.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;
}
.i-more:hover {
  background-image: url(../img/more2.png);
}
@media screen and (min-width: 1004px) {
  .index-box-4 .cat a:hover {
    color: #0078dc;
  }
  .index-box-4 .cat a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .index-box-6 .swiper-container,
  .index-box-6 .swiper-wrapper {
    overflow: inherit;
  }
  .index-box-6 .swiper-slide {
    width: calc((61.27% - .4rem) / 2);
    margin-right: 0.2rem;
  }
  .index-box-6 .swiper-slide:nth-child(-n+2) .pic {
    display: block;
  }
  .index-box-6 .swiper-slide:nth-child(3),
  .index-box-6 .swiper-slide:nth-child(4),
  .index-box-6 .swiper-slide:nth-child(5) {
    width: 38.73%;
    position: absolute;
    right: 0;
    z-index: 10;
    margin-right: 0;
    height: calc((100% - .4rem) / 3);
  }
  .index-box-6 .swiper-slide:nth-child(3) .desc,
  .index-box-6 .swiper-slide:nth-child(4) .desc,
  .index-box-6 .swiper-slide:nth-child(5) .desc {
    display: none;
  }
  .index-box-6 .swiper-slide:nth-child(3) .time,
  .index-box-6 .swiper-slide:nth-child(4) .time,
  .index-box-6 .swiper-slide:nth-child(5) .time {
    margin-top: 0.1rem;
  }
  .index-box-6 .swiper-slide:nth-child(3) .info,
  .index-box-6 .swiper-slide:nth-child(4) .info,
  .index-box-6 .swiper-slide:nth-child(5) .info {
    padding-left: 0.4rem;
  }
  .index-box-6 .swiper-slide:nth-child(3) {
    top: 0;
  }
  .index-box-6 .swiper-slide:nth-child(4) {
    top: calc((100% - .4rem) / 3 + .2rem);
  }
  .index-box-6 .swiper-slide:nth-child(5) {
    bottom: 0;
  }
  .index-box-6 .swiper-slide .pic {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .index-box-3 .info {
    min-height: 6rem;
  }
  .index-box-3 .info {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    top: -0.8rem;
  }
  .index-box-3 .brief {
    height: 1.5rem;
  }
  .index-box-3 .brief a {
    margin-top: 0.15rem;
  }
  .index-box-4 .pic img {
    height: 1.13rem;
  }
  .index-box-5 {
    min-height: 8.8rem;
  }
  .index-box-1 .left {
    height: 8.6rem;
    padding-top: 1.4rem;
    padding-left: calc((100% - 14rem) / 2);
  }
  .index-box-1 .right {
    top: 1.4rem;
  }
  .index-box-1 .cat a {
    line-height: 0.6rem;
  }
  .index-box-6 .pic img {
    height: 2.75rem;
  }
}
@media screen and (max-width: 1440px) {
  .index-box-5 {
    min-height: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .index-box-1 .page-title {
    text-align: center;
  }
  .index-box-1 .page-title .line {
    margin-left: auto;
    margin-right: auto;
  }
  .index-box-1 .left {
    width: 100%;
    height: auto;
    padding-top: 1.2rem;
    padding: 1.2rem 0.3rem 0.6rem;
  }
  .index-box-1 .cat {
    width: 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 */
    flex-flow: wrap;
  }
  .index-box-1 .cat a {
    width: calc((100% - .6rem) / 4);
    margin-right: 0.2rem;
    margin-top: 0.2rem;
    font-size: var(--fs14);
    line-height: 0.6rem;
    padding: 0 0.2rem;
    border: none;
    background: #fff;
    text-align: center;
  }
  .index-box-1 .cat a:nth-child(-n+4) {
    margin-top: 0;
  }
  .index-box-1 .cat a:nth-child(4n) {
    margin-right: 0;
  }
  .index-box-1 .cat a:after {
    display: none;
  }
  .index-box-1 .right {
    position: static;
    width: 100%;
    background: #0078dc;
  }
  .index-box-1 .pic:before {
    display: none;
  }
  .index-box-1 .info {
    position: relative;
    bottom: 0;
    padding: 0.6rem 0.3rem;
  }
  .index-box-1 .info p {
    width: 100%;
    height: 0.96rem;
  }
  .index-box-1 .info p,
  .index-box-1 .info p a {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .index-box-1 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .index-box-1 .index-more {
    display: none;
  }
  .index-box-2 ul {
    display: block;
  }
  .index-box-2 li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .index-box-2 li:last-child {
    margin-bottom: 0;
  }
  .index-box-2 .info {
    padding: 0.6rem 0.4rem;
  }
  .index-box-2 .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .index-box-2 .en {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-bottom: 0.1rem;
  }
  .index-box-3 .item {
    margin-bottom: 0.8rem;
  }
  .index-box-3 .item:nth-child(even).animated .pic,
  .index-box-3 .item:nth-child(even).animated .info {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-box-3 .item:nth-child(even) .info {
    transform: translateY(1.2rem);
    -webkit-transform: translateY(1.2rem);
    -moz-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    -o-transform: translateY(1.2rem);
  }
  .index-box-3 .item:nth-child(even) .pic {
    transform: translateY(1.2rem);
    -webkit-transform: translateY(1.2rem);
    -moz-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    -o-transform: translateY(1.2rem);
  }
  .index-box-3 .item:nth-child(odd).animated .pic,
  .index-box-3 .item:nth-child(odd).animated .info {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .index-box-3 .item:nth-child(odd) .info {
    transform: translateY(1.2rem);
    -webkit-transform: translateY(1.2rem);
    -moz-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    -o-transform: translateY(1.2rem);
  }
  .index-box-3 .item:nth-child(odd) .pic {
    transform: translateY(1.2rem);
    -webkit-transform: translateY(1.2rem);
    -moz-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    -o-transform: translateY(1.2rem);
  }
  .index-box-3 .item.special:hover .info:before {
    background: #0078dc;
  }
  .index-box-3 .item.special:hover .page-title h2 {
    color: #fff;
  }
  .index-box-3 .item.special:hover .page-title .line {
    background: #fff;
  }
  .index-box-3 .item.special:hover .desc {
    color: #fff;
  }
  .index-box-3 .pic {
    width: 100%;
  }
  .index-box-3 .info {
    width: calc(100% - 0.8rem);
    margin: -0.8rem auto 0;
    position: relative;
    top: 0;
    min-height: inherit;
    padding: 0.7rem 0.5rem;
    background-color: #0078dc;
    transition-delay: 0.3s;
  }
  .index-box-3 .info:before {
    display: none;
  }
  .index-box-3 .page-title {
    margin-bottom: 0.3rem;
  }
  .index-box-3 .page-title h2 {
    color: #fff;
  }
  .index-box-3 .page-title .line {
    display: none;
  }
  .index-box-3 .desc {
    font-size: var(--fs15);
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 1.92rem;
  }
  .index-box-3 .title {
    color: #fff;
  }
  .index-box-3 .brief {
    display: none;
  }
  .index-more {
    min-width: 2rem;
    line-height: 0.74rem;
    border-radius: 0.4rem;
    padding: 0 0.3rem;
  }
  .index-more i {
    width: 5px;
    height: 10px;
    margin-left: 0.22rem;
  }
  .index-box-4 {
    background-attachment: inherit;
  }
  .index-box-4 .cat {
    margin-bottom: 0.6rem;
  }
  .index-box-4 .cat a {
    font-size: var(--fs20);
    padding-bottom: 0.2rem;
    line-height: 0.44rem;
    margin-right: 0.6rem;
  }
  .index-box-4 .cat a:after {
    height: 0.04rem;
  }
  .index-box-4 .swiper-container {
    padding: 0 8px 1rem;
    margin: 0 -8px;
  }
  .index-box-4 .swiper-slide {
    width: 30%;
  }
  .index-box-4 .pic img {
    height: auto;
  }
  .index-box-4 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.2rem;
    width: 8px;
    height: 8px;
  }
  .index-box-5 {
    min-height: inherit;
    background-attachment: inherit;
  }
  .index-box-5 .brief {
    font-size: var(--fs18);
    line-height: 0.5rem;
    margin-bottom: 0.8rem;
  }
  .index-box-5 .brief,
  .index-box-5 .data {
    width: 100%;
  }
  .index-box-5 .data {
    padding: 0;
  }
  .index-box-5 .data .icon {
    margin-bottom: 0.3rem;
  }
  .index-box-5 .index-more {
    margin-top: 0.8rem;
  }
  .index-box-6 {
    background-attachment: inherit;
  }
  .index-box-6 .page-title {
    text-align: center;
  }
  .index-box-6 .page-title .line {
    margin-left: auto;
    margin-right: auto;
  }
  .index-box-6 .pic img {
    height: 4.4rem;
  }
  .index-box-6 .info {
    padding: 0.48rem 0.3rem;
  }
  .index-box-6 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    height: 0.96rem;
  }
  .index-box-6 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    height: 0.88rem;
    margin: 0.2rem auto 0.4rem;
  }
  .index-box-6 .time {
    font-size: var(--fs16);
    line-height: 0.56rem;
  }
  .index-box-6 .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 */
    justify-content: center;
    position: relative;
    margin-top: 0.6rem;
  }
  .index-box-6 .btn {
    display: block;
    width: 0.74rem;
    height: 0.74rem;
    border-radius: 0.32rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .index-box-6 .prev {
    margin-right: 0.3rem;
    background-image: url(../img/prev3.png);
  }
  .index-box-6 .prev:hover {
    background-image: url(../img/prev4.png);
  }
  .index-box-6 .next {
    margin-right: 0.6rem;
    background-image: url(../img/next3.png);
  }
  .index-box-6 .next:hover {
    background-image: url(../img/next4.png);
  }
  .i-more {
    width: 0.8rem;
    height: 0.56rem;
  }
}
.page-title {
  margin-bottom: 0.5rem;
}
.page-title.center {
  text-align: center;
}
.page-title.center .line {
  margin-left: auto;
  margin-right: auto;
}
.page-title.white h1,
.page-title.white h2 {
  color: #fff;
}
.page-title.white .line {
  background: #fff;
}
.page-title h1,
.page-title h2 {
  font-size: 0.42rem;
  line-height: 0.48rem;
  color: #000;
  font-weight: 700;
}
.page-title h3 {
  font-size: var(--fs36);
  line-height: 0.48rem;
  font-weight: 700;
}
.page-title h4 {
  font-size: var(--fs30);
  line-height: 0.4rem;
}
.page-title .label {
  font-size: var(--fs30);
  color: #999;
  line-height: 0.36rem;
  margin-top: 0.18rem;
}
.page-title .line {
  width: 0.33rem;
  height: 0.03rem;
  background-color: #0078dc;
  border-radius: 2px;
  margin-top: 0.25rem;
}
.contact-wrapper {
  position: relative;
  z-index: 10;
  background: #fff;
}
.contact-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .box-1 ul {
  list-style-type: none;
}
.contact-wrapper .box-1 li {
  font-size: var(--fs17);
}
.contact-wrapper .box-1 li span {
  font-size: var(--fs22);
}
.contact-wrapper .map {
  width: 54.16%;
  height: 5.5rem;
  position: relative;
  overflow: hidden;
}
.contact-wrapper .info {
  width: 40%;
}
.contact-wrapper .info h1 {
  font-family: "medium";
  font-size: var(--fs36);
  line-height: 0.48rem;
  margin-bottom: 0.36rem;
}
.contact-wrapper .contact li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  margin-bottom: 0.35rem;
}
.contact-wrapper .contact li:last-child {
  margin-bottom: 0;
}
.contact-wrapper .contact img {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #0078dc;
  border-radius: 50%;
  box-shadow: 0px 6px 10px 0px rgba(0, 120, 220, 0.2);
  margin-right: 0.4rem;
}
.contact-wrapper .box-2 {
  background: #f7f8f9;
}
.contact-wrapper .box-2 .pic {
  height: 7rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.contact-wrapper .box-2 .pic img {
  display: none;
}
.contact-wrapper .box-2 .box-container {
  margin-top: -2.66rem;
  position: relative;
  z-index: 10;
  background-color: #fff;
  border-radius: 0.8rem 0px 0.8rem 0px;
  padding: 1rem 1.04rem 1.1rem;
  text-align: center;
}
.contact-wrapper .form {
  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;
}
.contact-wrapper .form .group {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  background-color: #f8f8f8;
  width: calc((100% - .32rem) / 2);
  margin-top: 0.32rem;
  padding-left: 0.23rem;
  padding-right: 0.23rem;
}
.contact-wrapper .form .group:nth-child(-n+2) {
  margin-top: 0;
}
.contact-wrapper .form .group.max {
  width: 100%;
  align-items: flex-start;
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
}
.contact-wrapper .form .msg,
.contact-wrapper .form .text {
  width: 100%;
  flex: 1;
  background-color: #f8f8f8;
  margin-left: 0.2rem;
}
.contact-wrapper label {
  font-size: var(--fs16);
}
.contact-wrapper label i {
  font-size: 16px;
  color: #e01212;
}
.contact-wrapper .text {
  line-height: 0.65rem;
}
.contact-wrapper .msg {
  height: 1.84rem;
  resize: none;
}
.contact-wrapper .submit {
  min-width: 1.8rem;
  line-height: 0.5rem;
  background-color: #0078dc;
  text-align: center;
  border-radius: 0.25rem;
  color: #fff;
  padding: 0 0.2rem;
  display: inline-block;
  margin-top: 0.8rem;
}
.partner-wrapper {
  background: #fff url(../img/partnerbg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.partner-wrapper .swiper-box {
  position: relative;
}
.partner-wrapper .swiper-box:after,
.partner-wrapper .swiper-box:before {
  content: "";
  width: 2.3rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.partner-wrapper .swiper-box:before {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}
.partner-wrapper .swiper-box:after {
  right: 0;
  background: linear-gradient(-90deg, #fff, transparent);
}
.partner-wrapper .swiper-container {
  padding-bottom: 18px;
}
.partner-wrapper .swiper-container:first-child {
  padding-top: 20px;
}
.partner-wrapper .swiper-container:last-child {
  padding-bottom: 24px;
}
.partner-wrapper .swiper-box {
  margin-top: -20px;
}
.partner-wrapper .swiper-slide {
  cursor: pointer;
  width: 2.4rem;
  background: #fff;
  box-shadow: 0px 5px 25px 0px rgba(13, 26, 53, 0.1);
  border-radius: 5px;
}
.partner-wrapper .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);
}
.partner-wrapper .pic img {
  height: 1.24rem;
  object-fit: contain;
}
.breadcrumb {
  margin-bottom: 0.32rem;
}
.breadcrumb.white a {
  color: #fff;
}
.breadcrumb.white i {
  background-image: url(../img/right2.png);
}
.breadcrumb a {
  font-size: var(--fs16);
  line-height: 24px;
  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;
}
.breadcrumb a:hover {
  color: #0078dc;
}
.breadcrumb i,
.breadcrumb a {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb i {
  margin: 0 0.22rem;
  width: 6px;
  height: 12px;
  background-image: url(../img/right3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-caption {
  font-size: var(--fs24);
  line-height: 0.3rem;
  margin-bottom: 0.32rem;
}
.page-caption:after {
  content: "";
  display: block;
  width: 0.33rem;
  height: 0.03rem;
  background-color: #0078dc;
  border-radius: 2px;
  margin-top: 0.16rem;
}
.newsinfo-wrapper {
  position: relative;
  z-index: 10;
  background: #f7f8f9;
}
.newsinfo-wrapper.page-wrapper .top h1 {
  text-align: center;
  margin-bottom: 0;
}
.newsinfo-wrapper.page-wrapper .main:before {
  display: none;
}
.newsinfo-wrapper.page-wrapper .left {
  min-height: 5rem;
  margin: 0 auto;
}
.newsinfo-wrapper.page-wrapper .left:before {
  display: none;
}
.newsinfo-wrapper .top {
  padding: 0.4rem 0 0.5rem;
  background: url(../img/newsinfobg.jpg) fixed no-repeat center center;
  background-size: cover;
}
.newsinfo-wrapper .top h1 {
  font-size: var(--fs36);
  font-family: "medium";
  line-height: 0.48rem;
  color: #363636;
  margin-bottom: 0.28rem;
}
.newsinfo-wrapper .other {
  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;
}
.newsinfo-wrapper .share {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.newsinfo-wrapper .share span {
  font-size: var(--fs16);
  line-height: 0.4rem;
  color: #666;
  vertical-align: middle;
}
.newsinfo-wrapper .share a {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0;
  margin-left: 0.1rem;
  border-radius: 50%;
}
.newsinfo-wrapper .share a:hover {
  background-color: #0078dc;
}
.newsinfo-wrapper .share a:hover .init {
  opacity: 0;
  visibility: hidden;
}
.newsinfo-wrapper .share a:hover .on {
  opacity: 1;
  visibility: visible;
}
.newsinfo-wrapper .share img {
  display: block;
  width: 100%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.newsinfo-wrapper .share .on {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.newsinfo-wrapper .date {
  font-size: var(--fs18);
  line-height: 0.4rem;
  color: #ccc;
  padding-left: 0.27rem;
  background: url(../img/clock.png) no-repeat left center;
  background-size: 0.16rem;
}
.newsinfo-wrapper .content {
  font-size: var(--fs18);
  line-height: 0.36rem;
}
.newsinfo-wrapper .main,
.newsinfo-wrapper .left {
  position: relative;
}
.newsinfo-wrapper .main:before,
.newsinfo-wrapper .left:before {
  content: "";
  height: 1px;
  background: #e9e9e9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.newsinfo-wrapper .main:before {
  width: calc((100% - 15.36rem) / 2);
}
.newsinfo-wrapper .main .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 */
}
.newsinfo-wrapper .left {
  width: 73.44%;
  background: #fff;
  padding-top: 0.6rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.newsinfo-wrapper .left:before {
  width: 100%;
}
.newsinfo-wrapper .right {
  width: 26.56%;
  border-top: 0.05rem solid #0078dc;
  padding: 0.5rem 0.3rem;
}
.newsinfo-wrapper .right ul {
  list-style-type: none;
}
.newsinfo-wrapper .right li {
  margin-bottom: 0.32rem;
}
.newsinfo-wrapper .right li:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .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);
}
.newsinfo-wrapper .right li:hover .title {
  color: #0078dc;
}
.newsinfo-wrapper .right .title {
  font-size: var(--fs18);
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-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;
  margin-top: 0.14rem;
}
.newsinfo-wrapper .right .more {
  margin-top: 0.52rem;
}
.newsinfo-wrapper .relative-btn {
  margin-top: 0.3rem;
}
.newsinfo-wrapper .relative-btn p {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 95.23%;
  line-height: 0.55rem;
  background-color: #ffffff;
  border-radius: 0.26rem;
  border: solid 1px #fff;
  font-size: var(--fs14);
  color: #666;
  padding: 0 0.5rem;
  margin-bottom: 0.2rem;
  transition: border 0.35s ease;
  -webkit-transition: border 0.35s ease;
  -moz-transition: border 0.35s ease;
  -ms-transition: border 0.35s ease;
  -o-transition: border 0.35s ease;
  margin-left: auto;
  margin-right: 0;
}
.newsinfo-wrapper .relative-btn p:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .relative-btn p:hover {
  border-color: #0078dc;
}
.newsinfo-wrapper .relative-btn p:hover a {
  color: #0078dc;
}
.newsinfo-wrapper .relative-btn p:hover b {
  color: #333;
}
.newsinfo-wrapper .relative-btn p a {
  font-size: var(--fs16);
  color: #666;
  max-width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-left: 0.2rem;
}
.newsinfo-wrapper .relative-btn p a,
.newsinfo-wrapper .relative-btn p b {
  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;
}
.learn {
  display: inline-block;
  min-width: 1.5rem;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  text-align: center;
  padding: 0 0.2rem;
}
.learn.on {
  background: #0078dc;
  color: #fff;
}
.learn:hover i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
}
.learn i {
  display: inline-block;
  width: 6px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/iright.png);
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 0.16rem;
  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;
}
.news-wrapper .first-box {
  margin-bottom: 0.8rem;
}
.news-wrapper .first-box a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.news-wrapper .first-box a:hover .title {
  color: #0078dc;
}
.news-wrapper .first-box a: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 .first-box .pic,
.news-wrapper .first-box .info {
  width: 50%;
}
.news-wrapper .first-box .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  background: url(../img/newsbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 0 1.6rem 0 1.2rem;
}
.news-wrapper .first-box .inner {
  width: 100%;
}
.news-wrapper .first-box .title {
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 0.8rem;
}
.news-wrapper .first-box .desc {
  -webkit-line-clamp: 3;
  height: 0.9rem;
  margin: 0.15rem auto 0.52rem;
}
.news-wrapper .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
  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-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;
}
.news-wrapper li {
  width: 30.6%;
  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-top: 0.6rem;
  margin-right: 4.1%;
}
.news-wrapper li:hover {
  background-color: #f7f8f9;
}
.news-wrapper li:hover .title {
  color: #0078dc;
}
.news-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);
}
.news-wrapper li .title {
  line-height: 0.3rem;
  height: 0.6rem;
  font-size: var(--fs20);
  margin: 0.22rem auto 0.14rem;
}
.news-wrapper li .pic img {
  height: 2.65rem;
  object-fit: cover;
}
.news-wrapper .desc {
  font-size: var(--fs16);
  color: #999;
  height: 0.6rem;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-wrapper .time {
  font-size: var(--fs30);
  line-height: 0.3rem;
  color: #bababa;
  margin-bottom: 0.22rem;
}
.news-wrapper .info {
  padding: 0 0.2rem 0.32rem;
  position: relative;
  z-index: 10;
}
.news-wrapper .date {
  width: 1.25rem;
  line-height: 0.4rem;
  color: #fff;
  background-color: #0078dc;
  text-align: center;
  font-size: var(--fs16);
  margin-top: -0.2rem;
}
.cat-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.cat-box a {
  width: 24.09%;
  line-height: 0.8rem;
  background-color: rgba(0, 120, 220, 0.1);
  border-radius: 0.1rem;
  text-align: center;
  font-size: var(--fs24);
  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;
}
.cat-box a.on {
  background-color: #0078dc;
  color: #fff;
}
.service-wrapper {
  padding-bottom: 0!important;
}
.service-wrapper .info {
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  z-index: 10;
  width: 100%;
}
.service-wrapper .swiper-slide:hover .pic img {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}
.service-wrapper .swiper-slide-active ul 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 */
  animation: 0.8s ease fadeInUp50;
}
.service-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;
}
.service-wrapper ul li {
  width: 18.23%;
  height: 0.7rem;
  margin-right: 2.2125%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.35rem;
  margin-top: 0.2rem;
  text-align: center;
  align-items: center;
  justify-content: 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;
  display: none;
}
.service-wrapper ul li:hover {
  background: #0078dc;
}
.service-wrapper ul li:hover a {
  color: #fff;
}
.service-wrapper ul li a {
  font-size: var(--fs16);
  line-height: 24px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
  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;
}
.solution-wrapper {
  position: relative;
  z-index: 10;
  background: #fff;
}
.solution-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.solution-wrapper .box-1 .info {
  width: 40.49%;
  padding-top: 0.3rem;
}
.solution-wrapper .box-1 .pic {
  width: 51.75%;
}
.solution-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.solution-wrapper .box-2 {
  background: url(../img/solutionbg.jpg) fixed no-repeat center center;
  background-size: cover;
}
.solution-wrapper .box-2 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;
}
.solution-wrapper .box-2 li {
  width: 18.22%;
  margin-right: 2.225%;
  margin-top: 2.225%;
  background-color: #fcfcfc;
  border-radius: 0.1rem;
  text-align: center;
  transition: all 0.34s ease;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
}
.solution-wrapper .box-2 li:hover {
  background-color: #0078dc;
}
.solution-wrapper .box-2 li:hover .icon .init {
  opacity: 0;
  visibility: hidden;
}
.solution-wrapper .box-2 li:hover .icon .on {
  opacity: 1;
  visibility: visible;
}
.solution-wrapper .box-2 li:hover p {
  color: #fff;
}
.solution-wrapper .box-2 li a {
  display: block;
  padding: 0.5rem 0.2rem 0.22rem;
}
.solution-wrapper .box-2 .icon {
  position: relative;
  width: 0.42rem;
  margin: 0 auto;
}
.solution-wrapper .box-2 .icon img {
  display: block;
  width: 100%;
  transition: all 0.34s ease;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
}
.solution-wrapper .box-2 .icon .on {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.solution-wrapper .box-2 p {
  font-size: var(--fs16);
  line-height: 24px;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.18rem;
}
.goods-detail {
  background: url(../img/sibg.jpg) no-repeat fixed center center;
  background-size: cover;
}
.goods-detail .page-title {
  margin-bottom: 0.32rem;
}
.goods-detail .item {
  position: relative;
  margin-bottom: 0.8rem;
}
.goods-detail .item:last-child {
  margin-bottom: 0;
}
.goods-detail .item:nth-child(even) .pic {
  margin-right: 0;
  margin-left: auto;
}
.goods-detail .item:nth-child(even) .info {
  left: 0;
  right: auto;
}
.goods-detail .info {
  position: absolute;
  right: 0;
  top: 0.64rem;
  width: 50%;
  height: calc(100% - 1.28rem);
  background-color: #ffffff;
  box-shadow: 0px 20px 50px 0px rgba(0, 44, 80, 0.1);
  padding: 0.8rem 0.86rem 0.4rem;
}
.goods-detail .pic {
  width: 59.9%;
}
.goods-detail .pic:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.goods-detail ul {
  list-style-type: none;
}
.goods-detail .desc,
.goods-detail .desc li {
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.goods-detail .desc li {
  padding-left: 0.23rem;
  position: relative;
}
.goods-detail .desc li:before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #0078dc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.11rem;
  z-index: 10;
}
.solutioninfo-wrapper {
  position: relative;
  background: #fff;
  z-index: 10;
}
.solutioninfo-wrapper .box-2 .pic {
  position: relative;
  text-align: center;
  background: #000;
}
.solutioninfo-wrapper .box-2 .pic:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.solutioninfo-wrapper .box-2 .pic.on .play,
.solutioninfo-wrapper .box-2 .pic.on img {
  display: none;
}
.solutioninfo-wrapper .box-2 .pic.on video {
  display: block;
}
.solutioninfo-wrapper .box-2 .pic img {
  opacity: 0.66;
}
.solutioninfo-wrapper .box-2 video {
  width: 100%;
  display: none;
  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;
}
.solutioninfo-wrapper .play {
  display: inline-block;
  min-width: 1.5rem;
  line-height: 0.5rem;
  border-radius: 0.25rem;
  text-align: center;
  border: solid 1px #ffffff;
  font-size: var(--fs20);
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  margin-top: -0.25rem;
  z-index: 10;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  padding: 0 0.2rem;
}
.solutioninfo-wrapper .play:hover {
  background-color: #0078dc;
  border-color: #0078dc;
}
.solutioninfo-wrapper .play i {
  display: inline-block;
  width: 11px;
  height: 15px;
  background-image: url(../img/play.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.15rem;
}
.solutioninfo-wrapper .box-3 {
  background: #f4f5f7;
}
.solutioninfo-wrapper .box-3 .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;
}
.solutioninfo-wrapper .btns {
  font-size: 0;
}
.solutioninfo-wrapper .btns a {
  display: inline-block;
  width: 0.57rem;
  height: 0.57rem;
  border-radius: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 4px 4px 15px 0px rgba(51, 51, 51, 0.11);
  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;
}
.solutioninfo-wrapper .prev {
  margin-right: 0.2rem;
  background-image: url(../img/prev.png);
}
.solutioninfo-wrapper .prev:hover {
  background-image: url(../img/prev2.png);
}
.solutioninfo-wrapper .next {
  background-image: url(../img/next.png);
}
.solutioninfo-wrapper .next:hover {
  background-image: url(../img/next2.png);
}
.goods-box {
  position: relative;
}
.goods-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style-type: none;
}
.goods-box .swiper-slide,
.goods-box li {
  width: 31.9%;
  text-align: center;
}
.goods-box .swiper-slide:hover .pic img,
.goods-box li:hover .pic img {
  opacity: 0.3;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-box .swiper-slide:hover .imore,
.goods-box li:hover .imore {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
.goods-box .swiper-slide:hover p,
.goods-box li:hover p {
  color: #0078dc;
}
.goods-box .swiper-slide a,
.goods-box li a {
  display: block;
}
.goods-box li {
  margin-top: 0.45rem;
  margin-right: 2.15%;
}
.goods-box .pic {
  position: relative;
  background-color: #0078dc;
}
.goods-box .pic img {
  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;
}
.goods-box p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-top: 0.24rem;
  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;
}
.imore {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  z-index: 10;
  min-width: 1.46rem;
  line-height: 0.42rem;
  border: solid 2px #fff;
  display: inline-block;
  padding: 0 0.2rem;
  font-size: var(--fs14);
  color: #fff;
  text-transform: uppercase;
  font-family: "enlight";
  font-weight: 700;
  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;
}
.imore:hover {
  background-color: #fff;
  color: #0078dc;
}
.info-wrapper {
  background: #fff;
  position: relative;
  z-index: 10;
}
.info-wrapper ul {
  list-style-type: none;
}
.info-wrapper .box-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.info-wrapper .box-1 li {
  width: 47.85%;
  margin-top: 4.3%;
  text-align: center;
}
.info-wrapper .box-1 li:nth-child(-n+2) {
  margin-top: 0;
}
.info-wrapper .box-1 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);
}
.info-wrapper .box-1 p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-top: 0.23rem;
}
.info-wrapper .box-3 .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 */
  flex-direction: row-reverse;
  margin-bottom: 0.8rem;
}
.info-wrapper .box-3 .item:last-child {
  margin-bottom: 0;
}
.info-wrapper .box-3 .item:nth-child(even) {
  flex-direction: inherit;
}
.info-wrapper .box-3 .item: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);
}
.info-wrapper .box-3 .info {
  width: 49.35%;
  padding: 0.5rem 0.85rem;
  box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.info-wrapper .box-3 .pic {
  width: 50.65%;
}
.info-wrapper .box-3 .pic img {
  height: 100%;
  object-fit: cover;
}
.info-wrapper .box-3 .caption {
  font-size: var(--fs30);
  line-height: 0.36rem;
  margin-bottom: 0.27rem;
}
.info-wrapper .box-3 .desc,
.info-wrapper .box-3 .desc li {
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.info-wrapper .box-3 .desc li {
  padding-left: 0.2rem;
  position: relative;
  margin-bottom: 0.06rem;
}
.info-wrapper .box-3 .desc li:last-child {
  margin-bottom: 0;
}
.info-wrapper .box-3 .desc li:before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: #0078dc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.11rem;
  z-index: 10;
}
.series-wrapper {
  background: #fff;
  position: relative;
  z-index: 10;
}
.series-wrapper .box-1 {
  height: 250vh;
  width: 100%;
}
.series-wrapper .box-1 .main {
  height: 100vh;
  position: sticky;
  left: 0;
  top: 0;
  overflow: hidden;
  background: url(../img/seriesbg.jpg) no-repeat center center;
  background-size: cover;
}
.series-wrapper .box-1 .pic {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
}
.series-wrapper .box-1 .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.series-wrapper .box-1 .box-container {
  opacity: 0;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
}
.series-wrapper .box-1 .info {
  width: 38.93%;
  padding: 0.75rem 0.4rem 0.8rem;
  background-color: #fff;
}
.series-wrapper .box-1 .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.36rem;
}
.series-wrapper .content,
.series-wrapper table td {
  font-size: var(--fs16);
  font-family: "medium";
}
.series-wrapper table {
  width: 100%;
}
.series-wrapper table tr:first-child td {
  border-top: none;
}
.series-wrapper table tr:last-child td {
  border-bottom: none;
}
.series-wrapper table td {
  border: 2px solid #fff;
  background: #f9f9f9;
  text-align: center;
  line-height: 22px;
  padding: 0.1rem;
}
.series-wrapper table td:last-child {
  border-right: none;
}
.series-wrapper table td:first-child {
  border-left: none;
}
.series-wrapper .box-3 {
  background: #f1f1f1;
}
.series-wrapper .box-3 ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.series-wrapper .box-3 li {
  width: 48.046%;
  background-color: #f7f7f7;
  margin-top: 0.8rem;
}
.series-wrapper .box-3 li:nth-child(-n+2) {
  margin-top: 0;
}
.series-wrapper .box-3 li:hover a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.series-wrapper .box-3 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);
}
.series-wrapper .box-3 li:hover .ibtn {
  color: #0078dc;
}
.series-wrapper .box-3 li:hover .ibtn i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  background-image: url(../img/right5.png);
}
.series-wrapper .box-3 li a {
  display: block;
  position: relative;
}
.series-wrapper .box-3 li a:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0078dc;
  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: 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;
}
.series-wrapper .box-3 .info {
  text-align: center;
  padding: 0.38rem 0.3rem;
}
.series-wrapper .box-3 .title {
  font-size: var(--fs18);
  font-family: "medium";
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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;
}
.series-wrapper .box-3 .ibtn {
  margin-top: 0.1rem;
}
.ibtn {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
}
.ibtn.white {
  color: #fff;
}
.ibtn.white i {
  background-image: url(../img/right2.png);
}
.ibtn i {
  display: inline-block;
  width: 6px;
  height: 12px;
  background-image: url(../img/right4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  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;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 0.12rem;
}
.online {
  display: inline-block;
  min-width: 1.8rem;
  line-height: 0.46rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: solid 2px #0078dc;
  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 0.2rem;
  text-align: center;
  margin-top: 0.76rem;
  font-size: var(--fs16);
  color: #0078dc;
}
.online:hover {
  background: #0078dc;
  color: #fff;
}
.about-wrapper {
  position: relative;
  background: #fff;
  z-index: 10;
}
.about-wrapper .box-1 .about .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;
}
.about-wrapper .box-1 .info {
  width: 41.99%;
}
.about-wrapper .box-1 .info h1 {
  font-size: var(--fs30);
  line-height: 0.45rem;
  color: #0078dc;
  margin-bottom: 0.23rem;
}
.about-wrapper .box-1 .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.about-wrapper .box-1 .pic {
  width: 50%;
}
.about-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .data,
.about-wrapper .box-2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-wrapper .data {
  min-height: 4rem;
  padding: 1rem 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 */
  align-items: center;
}
.about-wrapper .data li {
  padding-left: 1.07rem;
}
.about-wrapper .data .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.about-wrapper .box-2 ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-2 li {
  width: 31.38%;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.1rem;
  margin-right: 2.93%;
  text-align: center;
  padding: 0.98rem 0.4rem 0.55rem;
}
.about-wrapper .box-2 li:last-child {
  margin-right: 0;
}
.about-wrapper .box-2 li:hover .icon {
  transform: rotateY(180deg);
}
.about-wrapper .box-2 li .page-title {
  margin: 0.34rem auto;
}
.about-wrapper .box-2 li .page-title .line {
  margin-top: 0.14rem;
}
.about-wrapper .box-2 .icon {
  width: 0.42rem;
  display: block;
  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;
}
.about-wrapper .box-2 p {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  min-height: 0.6rem;
}
.about-wrapper .box-3 {
  padding-bottom: 0!important;
}
.about-wrapper .box-3 .swiper-box {
  padding-left: 1.22rem;
}
.about-wrapper .box-3 .swiper-container {
  padding-left: 0.72rem;
  padding-right: 0.72rem;
  padding-bottom: 28px;
}
.about-wrapper .box-3 .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-3 .picbox {
  background: url(../img/honorbg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 0.13rem;
}
.about-wrapper .box-3 .pic img {
  height: 3.92rem;
  object-fit: contain;
}
.about-wrapper .box-3 p {
  font-size: var(--fs16);
  color: #999;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 0.08rem;
}
.about-wrapper .box-3 .swiper-scrollbar {
  height: 0.14rem;
  background: #d9d9d9;
  border-radius: 0;
  left: 0;
  width: 100%;
}
.about-wrapper .box-3 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0078dc;
  border-radius: 0;
}
.about-wrapper .tips {
  font-size: var(--fs16);
  color: #999;
  background: url(../img/honorbg.png) repeat-x left top;
  background-size: 100% 100%;
  line-height: 1.2rem;
  margin-top: -3px;
  padding-left: 0.72rem;
}
.about-wrapper .tips img {
  margin-left: 0.16rem;
}
.data ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  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;
}
.data li {
  position: relative;
}
.data li:hover .icon {
  transform: rotateY(180deg);
}
.data .icon {
  height: 0.6rem;
  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;
}
.data p {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.13rem;
}
.data .num {
  color: #fff;
  font-weight: 700;
  font-size: var(--fs48);
}
.data .num span {
  font-size: 0.72rem;
  line-height: 0.6rem;
  display: inline-block;
}
@media screen and (min-width: 1004px) {
  .goods-box li:nth-child(-n+3),
  .news-wrapper li:nth-child(-n+3) {
    margin-top: 0;
  }
  .goods-box li:nth-child(3n),
  .news-wrapper li:nth-child(3n) {
    margin-right: 0;
  }
  .solution-wrapper .box-2 li:nth-child(-n+5),
  .service-wrapper li:nth-child(-n+5) {
    margin-top: 0;
  }
  .solution-wrapper .box-2 li:nth-child(5n),
  .service-wrapper li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1600px) {
  .contact-wrapper .contact li {
    margin-bottom: 0.3rem;
  }
  .contact-wrapper .box-2 .pic {
    height: 6rem;
  }
  .partner-wrapper .pic img {
    height: 0.94rem;
  }
  .newsinfo-wrapper .main:before {
    width: calc((100% - 14rem) / 2);
  }
  .news-wrapper li {
    margin-top: 0.5rem;
  }
  .news-wrapper .first-box .info {
    padding: 0 1.4rem 0 1rem;
  }
  .solution-wrapper .box-2 li a {
    padding-top: 0.4rem;
  }
  .info-wrapper .box-3 .desc li {
    margin-bottom: 0;
  }
  .series-wrapper .box-1 .info {
    width: 43%;
    padding-bottom: 0.7rem;
  }
  .online {
    margin-top: 0.54rem;
  }
  .about-wrapper .box-2 li {
    padding-top: 0.8rem;
  }
  .about-wrapper .box-3 .pic img {
    height: 3.08rem;
  }
  .about-wrapper .tips {
    line-height: 1.1rem;
  }
  .news-wrapper li .pic img {
    height: 2.44rem;
  }
}
@media screen and (max-width: 1440px) {
  .contact-wrapper .box-2 .pic {
    height: 5rem;
  }
  .news-wrapper .first-box .info {
    padding: 0 1.2rem 0 0.9rem;
  }
  .about-wrapper .tips {
    line-height: 1rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-title {
    margin-bottom: 0.6rem;
  }
  .page-title h1,
  .page-title h2 {
    font-size: var(--fs30);
  }
  .page-title .line {
    width: 0.44rem;
    height: 0.04rem;
    margin-top: 0.36rem;
  }
  .page-title h3 {
    font-size: var(--fs22);
  }
  .page-title .label {
    font-size: var(--fs24);
    line-height: 0.44rem;
  }
  .contact-wrapper .box-1 .box-container {
    display: block;
  }
  .contact-wrapper .map {
    width: 100%;
    height: 4.4rem;
    margin-top: 0.6rem;
  }
  .contact-wrapper .info {
    width: 100%;
  }
  .contact-wrapper .info h1 {
    font-size: var(--fs24);
    margin-bottom: 0.4rem;
  }
  .contact-wrapper .contact li {
    margin-bottom: 0.24rem;
    font-size: var(--fs16);
  }
  .contact-wrapper .contact li span {
    font-size: var(--fs18);
  }
  .contact-wrapper .contact img {
    width: 0.46rem;
    height: 0.46rem;
    margin-right: 0.3rem;
  }
  .contact-wrapper .box-2 .pic {
    height: auto;
    background: none;
    transform: translateY(1rem);
    -webkit-transform: translateY(1rem);
    -moz-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
  }
  .contact-wrapper .box-2 .pic.animated {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .contact-wrapper .box-2 .pic img {
    display: block;
  }
  .contact-wrapper .box-2 .box-container {
    margin-top: 0.6rem;
    padding: 0.8rem 0.3rem;
    width: calc((100% - .6rem));
  }
  .contact-wrapper .form .group {
    width: 100%;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-top: 0.2rem;
  }
  .contact-wrapper .form .group:nth-child(2) {
    margin-top: 0.2rem;
  }
  .contact-wrapper .form .group.max {
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }
  .contact-wrapper .form .msg,
  .contact-wrapper .form .text {
    margin-left: 0.3rem;
  }
  .contact-wrapper label {
    font-size: var(--fs16);
  }
  .contact-wrapper label i {
    font-size: 16px;
    color: #e01212;
  }
  .contact-wrapper .text {
    line-height: 1rem;
  }
  .contact-wrapper .msg {
    height: 2.4rem;
  }
  .contact-wrapper .submit {
    min-width: 2.6rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
    padding: 0 0.3rem;
    margin-top: 0.6rem;
  }
  .partner-wrapper .swiper-container {
    padding-bottom: 8px;
  }
  .partner-wrapper .swiper-container:first-child {
    padding-top: 15px;
  }
  .partner-wrapper .swiper-container:last-child {
    padding-bottom: 15px;
  }
  .partner-wrapper .swiper-box {
    margin-top: -15px;
  }
  .partner-wrapper .swiper-slide {
    width: 3rem;
  }
  .partner-wrapper .pic img {
    height: 1rem;
  }
  .breadcrumb {
    margin-bottom: 0.24rem;
  }
  .breadcrumb a {
    font-size: var(--fs14);
    line-height: 20px;
  }
  .breadcrumb i {
    width: 5px;
    margin: 0 0.14rem;
  }
  .page-caption {
    font-size: var(--fs22);
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .page-caption:after {
    width: 0.44rem;
    height: 0.04rem;
  }
  .newsinfo-wrapper .top {
    padding: 0.4rem 0 0.6rem;
    background-attachment: inherit;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs22);
    margin-bottom: 0.34rem;
  }
  .newsinfo-wrapper .share a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .newsinfo-wrapper .share span {
    font-size: var(--fs14);
  }
  .newsinfo-wrapper .date {
    line-height: 0.44rem;
    padding-left: 0.4rem;
    background-size: 0.24rem;
    font-size: var(--fs14);
  }
  .newsinfo-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .newsinfo-wrapper .main:before,
  .newsinfo-wrapper .left:before {
    display: none;
  }
  .newsinfo-wrapper .main .box-container {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .newsinfo-wrapper .left {
    width: 100%;
    padding-top: 0.8rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .newsinfo-wrapper .right {
    width: 100%;
    margin-top: 0.6rem;
    border: none;
  }
  .newsinfo-wrapper .right li {
    margin-bottom: 0.5rem;
  }
  .newsinfo-wrapper .right .title {
    font-size: var(--fs16);
    line-height: 0.44rem;
    max-height: 0.88rem;
    margin-top: 0.3rem;
  }
  .newsinfo-wrapper .right .more {
    margin-top: 0.6rem;
  }
  .newsinfo-wrapper .relative-btn {
    margin-top: 0.48rem;
  }
  .newsinfo-wrapper .relative-btn p {
    width: 100%;
    line-height: 0.48rem;
    border-radius: 0.4rem;
    margin-bottom: 0.3rem;
    padding: 0;
    border: none;
  }
  .newsinfo-wrapper .relative-btn p a {
    max-width: 75%;
  }
  .learn {
    min-width: 2.2rem;
    line-height: 0.76rem;
    border-radius: 0.38rem;
    padding: 0 0.3rem;
    font-size: var(--fs14);
  }
  .learn i {
    width: 5px;
    margin-left: 0.24rem;
  }
  .news-wrapper .first-box {
    margin-bottom: 0.6rem;
  }
  .news-wrapper .first-box a {
    display: block;
  }
  .news-wrapper .first-box .pic,
  .news-wrapper .first-box .info {
    width: 100%;
  }
  .news-wrapper .first-box .info {
    padding: 0.56rem 0.4rem;
  }
  .news-wrapper .first-box .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    height: 0.96rem;
  }
  .news-wrapper .first-box .desc {
    height: 0.96rem;
    margin: 0.12rem auto 0.48rem;
  }
  .news-wrapper li {
    width: 100%;
    margin-top: 0.4rem;
    margin-right: 0;
  }
  .news-wrapper li:first-child {
    margin-top: 0;
  }
  .news-wrapper li .title {
    line-height: 0.48rem;
    height: 0.96rem;
    margin: 0.24rem auto 0.24rem;
  }
  .news-wrapper li .pic img {
    height: auto;
  }
  .news-wrapper .desc {
    font-size: var(--fs15);
    height: 0.88rem;
    line-height: 0.44rem;
  }
  .news-wrapper .time {
    font-size: var(--fs20);
    line-height: 0.4rem;
    margin-bottom: 0.12rem;
  }
  .news-wrapper .info {
    padding: 0 0.3rem 0.48rem;
  }
  .news-wrapper .date {
    width: 2rem;
    line-height: 0.76rem;
    font-size: var(--fs15);
    margin-top: -0.4rem;
  }
  .cat-box {
    margin-bottom: 0.48rem;
  }
  .cat-box a {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    height: 0.8rem;
    line-height: 0.36rem;
    font-size: var(--fs14);
    padding: 0 0.1rem;
  }
  .cat-box a span {
    width: 100%;
  }
  .service-wrapper .pic img {
    height: 5rem;
    object-fit: cover;
  }
  .service-wrapper .info {
    bottom: 0.6rem;
  }
  .service-wrapper ul li {
    width: 32%;
    height: 0.7rem;
    margin-right: 2%;
    margin-top: 2%;
    display: none;
  }
  .service-wrapper ul li:nth-child(-n+15) {
    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 */
  }
  .service-wrapper ul li:nth-child(-n+3) {
    margin-top: 0;
  }
  .service-wrapper ul li:nth-child(3n) {
    margin-right: 0;
  }
  .service-wrapper ul li a {
    font-size: 10px;
    line-height: 14px;
    max-height: 28px;
  }
  .solution-wrapper .box-1 .box-container {
    display: block;
  }
  .solution-wrapper .box-1 .info {
    width: 100%;
    padding-top: 0;
  }
  .solution-wrapper .box-1 .pic {
    width: 100%;
    margin-top: 0.6rem;
  }
  .solution-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .solution-wrapper .box-2 {
    background-attachment: inherit;
  }
  .solution-wrapper .box-2 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .solution-wrapper .box-2 li {
    width: 48%;
    margin-right: 0;
    margin-top: 4%;
  }
  .solution-wrapper .box-2 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .solution-wrapper .box-2 li a {
    display: block;
    padding: 0.5rem 0.2rem 0.22rem;
  }
  .solution-wrapper .box-2 .icon {
    width: 0.6rem;
  }
  .solution-wrapper .box-2 p {
    font-size: var(--fs14);
    line-height: 20px;
    height: 40px;
    margin-top: 0.24rem;
  }
  .goods-detail {
    background-attachment: inherit;
  }
  .goods-detail .page-title {
    margin-bottom: 0.4rem;
  }
  .goods-detail .item {
    margin-bottom: 0.3rem;
  }
  .goods-detail .info {
    width: 100%;
    position: static;
    height: auto;
    padding: 0.8rem 0.5rem;
  }
  .goods-detail .pic {
    width: 100%;
  }
  .goods-detail .desc,
  .goods-detail .desc li {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .goods-detail .desc li {
    padding-left: 0.4rem;
  }
  .goods-detail .desc li:before {
    width: 0.1rem;
    height: 0.1rem;
    top: 0.17rem;
  }
  .solutioninfo-wrapper .box-2 .pic {
    position: relative;
    text-align: center;
    background: #000;
  }
  .solutioninfo-wrapper .box-2 .pic:hover img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
  }
  .solutioninfo-wrapper .box-2 .pic.on .play,
  .solutioninfo-wrapper .box-2 .pic.on img {
    display: none;
  }
  .solutioninfo-wrapper .box-2 .pic.on video {
    display: block;
  }
  .solutioninfo-wrapper .box-2 .pic img {
    opacity: 0.66;
  }
  .solutioninfo-wrapper .box-2 video {
    width: 100%;
    display: none;
    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;
  }
  .solutioninfo-wrapper .play {
    min-width: 2.2rem;
    line-height: 0.7rem;
    font-size: var(--fs16);
    border-radius: 0.35rem;
  }
  .solutioninfo-wrapper .play i {
    width: 8px;
    height: 10px;
    margin-left: 0.24rem;
  }
  .solutioninfo-wrapper .btns a {
    width: 0.64rem;
    height: 0.64rem;
  }
  .solutioninfo-wrapper .prev {
    margin-right: 0.2rem;
  }
  .goods-box .swiper-slide,
  .goods-box li {
    width: 100%;
  }
  .goods-box p {
    font-size: var(--fs16);
    margin-top: 0.4rem;
  }
  .goods-box li {
    margin-bottom: 0.3rem;
  }
  .goods-box li:last-child {
    margin-bottom: 0;
  }
  .imore {
    min-width: 2rem;
    line-height: 0.64rem;
  }
  .info-wrapper .box-1 li {
    width: calc((100% - .2rem) / 2);
    margin-top: 0.5rem;
  }
  .info-wrapper .box-1 p {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-top: 0.2rem;
  }
  .info-wrapper .box-3 .item {
    display: block;
    margin-bottom: 0.3rem;
  }
  .info-wrapper .box-3 .info {
    width: 100%;
    padding: 0.8rem 0.5rem;
  }
  .info-wrapper .box-3 .pic {
    width: 100%;
  }
  .info-wrapper .box-3 .caption {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-bottom: 0.2rem;
  }
  .info-wrapper .box-3 .desc,
  .info-wrapper .box-3 .desc li {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .info-wrapper .box-3 .desc li {
    padding-left: 0.4rem;
  }
  .info-wrapper .box-3 .desc li:before {
    width: 0.1rem;
    height: 0.1rem;
    top: 0.17rem;
  }
  .series-wrapper .box-1 {
    height: 120vh;
  }
  .series-wrapper .box-1 .pic img {
    object-position: top center;
  }
  .series-wrapper .box-1 .info {
    width: 100%;
    padding: 0.8rem 0.4rem;
  }
  .series-wrapper .box-1 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .series-wrapper .content,
  .series-wrapper table td {
    font-size: var(--fs15);
  }
  .series-wrapper .content {
    overflow-x: auto;
  }
  .series-wrapper table {
    width: 21rem;
  }
  .series-wrapper table td {
    border: 2px solid #fff;
    line-height: 20px;
    padding: 0.2rem;
  }
  .series-wrapper .box-3 li {
    width: 100%;
    margin-top: 0.3rem;
  }
  .series-wrapper .box-3 li:nth-child(2) {
    margin-top: 0.3rem;
  }
  .series-wrapper .box-3 li a:after {
    height: 2px;
  }
  .series-wrapper .box-3 .info {
    padding: 0.48rem 0.4rem;
  }
  .series-wrapper .box-3 .title {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .series-wrapper .box-3 .ibtn {
    margin-top: 0.16rem;
  }
  .ibtn {
    font-size: var(--fs14);
  }
  .ibtn i {
    width: 5px;
    height: 10px;
  }
  .online {
    min-width: 2.2rem;
    line-height: 0.64rem;
    margin-top: 0.48rem;
    border-radius: 0.32rem;
    font-size: var(--fs15);
  }
  .about-wrapper .box-1 .about .box-container {
    display: block;
  }
  .about-wrapper .box-1 .info {
    width: 100%;
  }
  .about-wrapper .box-1 .info h1 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.16rem;
  }
  .about-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .box-1 .pic {
    width: 100%;
    margin-top: 0.6rem;
  }
  .about-wrapper .data,
  .about-wrapper .box-2 {
    background-attachment: inherit;
  }
  .about-wrapper .data {
    min-height: 5rem;
  }
  .about-wrapper .data li {
    padding-left: 0;
  }
  .about-wrapper .data .icon {
    position: static;
  }
  .about-wrapper .box-2 ul {
    display: block;
  }
  .about-wrapper .box-2 li {
    width: 100%;
    margin-right: 0;
    padding: 0.8rem 0.6rem;
    margin-bottom: 0.3rem;
  }
  .about-wrapper .box-2 li:last-child {
    margin-bottom: 0;
  }
  .about-wrapper .box-2 li .page-title {
    margin: 0.4rem auto;
  }
  .about-wrapper .box-2 li .page-title .line {
    margin-top: 0.36rem;
  }
  .about-wrapper .box-2 .icon {
    width: 0.6rem;
  }
  .about-wrapper .box-2 p {
    font-size: var(--fs16);
    line-height: 0.44rem;
    min-height: 0.88rem;
  }
  .about-wrapper .box-3 .swiper-box {
    padding-left: 0.3rem;
  }
  .about-wrapper .box-3 .swiper-container {
    padding-left: 0;
    padding-right: 0.4rem;
    padding-bottom: 28px;
  }
  .about-wrapper .box-3 .picbox {
    padding: 0.16rem;
  }
  .about-wrapper .box-3 .pic img {
    height: 3.76rem;
  }
  .about-wrapper .box-3 p {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }
  .about-wrapper .box-3 .swiper-scrollbar {
    height: 0.1rem;
  }
  .about-wrapper .tips {
    font-size: var(--fs14);
    line-height: 1.2rem;
    margin-top: -3px;
    padding-left: 0.3rem;
  }
  .about-wrapper .tips img {
    margin-left: 0.2rem;
    width: 0.3rem;
  }
  .data .icon {
    height: 0.7rem;
    margin-bottom: 0.2rem;
  }
  .data p {
    font-size: var(--fs15);
    line-height: 0.4rem;
    margin-top: 0.1rem;
  }
  .data .num {
    font-size: var(--fs30);
  }
  .data .num span {
    font-size: var(--fs48);
    line-height: 0.48rem;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.6rem;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border-radius: 50%;
  background-color: #f2f2f2;
  text-align: center;
  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 .dot {
  line-height: 0.38rem;
}
.pageNum .btn {
  font-family: "宋体";
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #0078dc;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #0078dc;
  color: #fff;
  font-size: 12px;
}
.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: #0078dc;
}
.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;
}
@media screen and (max-width: 1004px) {
  .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;
  }
}
.imgScale {
  position: relative;
}
.imgScale:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.imgScale:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
@-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: #0078dc;
  }
}
@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;
  }
}
