<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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: 14rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/MISANS-NORMAL.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/MiSans-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "en_light";
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "en_regular";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
.mb {
  font-family: "mb";
}
.regular {
  font-family: "regular";
}
.medium {
  font-family: "medium";
}
.en_light {
  font-family: "en_light";
}
.en_regular {
  font-family: "en_regular";
}
.mm {
  font-family: "mm";
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs26: 26px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.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 {
  position: fixed;
  background: transparent;
}
.index .header-wrapper.shadow,
.index .header-wrapper.on,
.index .header-wrapper.active {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.index .header-wrapper.shadow .lang .caption,
.index .header-wrapper.on .lang .caption,
.index .header-wrapper.active .lang .caption {
  background-image: url(../img/lang.png);
  color: #000;
}
.index .header-wrapper.shadow .search,
.index .header-wrapper.on .search,
.index .header-wrapper.active .search {
  background-image: url(../img/search.png);
}
.index .header-wrapper.shadow .search.on,
.index .header-wrapper.on .search.on,
.index .header-wrapper.active .search.on {
  background-image: url(../img/search2.png);
}
.index .header-wrapper.shadow .logo-box .init,
.index .header-wrapper.on .logo-box .init,
.index .header-wrapper.active .logo-box .init {
  display: none;
}
.index .header-wrapper.shadow .logo-box .on,
.index .header-wrapper.on .logo-box .on,
.index .header-wrapper.active .logo-box .on {
  display: block;
}
.index .header-wrapper.shadow .pc-nav-box ul li a,
.index .header-wrapper.on .pc-nav-box ul li a,
.index .header-wrapper.active .pc-nav-box ul li a {
  color: #000;
}
.index .header-wrapper.shadow .pc-nav-box ul li:hover a,
.index .header-wrapper.on .pc-nav-box ul li:hover a,
.index .header-wrapper.active .pc-nav-box ul li:hover a,
.index .header-wrapper.shadow .pc-nav-box ul li.on a,
.index .header-wrapper.on .pc-nav-box ul li.on a,
.index .header-wrapper.active .pc-nav-box ul li.on a,
.index .header-wrapper.shadow .pc-nav-box ul li.active a,
.index .header-wrapper.on .pc-nav-box ul li.active a,
.index .header-wrapper.active .pc-nav-box ul li.active a {
  color: #003592;
}
.index .header-wrapper.shadow .pc-nav-box ul li:hover a:after,
.index .header-wrapper.on .pc-nav-box ul li:hover a:after,
.index .header-wrapper.active .pc-nav-box ul li:hover a:after,
.index .header-wrapper.shadow .pc-nav-box ul li.on a:after,
.index .header-wrapper.on .pc-nav-box ul li.on a:after,
.index .header-wrapper.active .pc-nav-box ul li.on a:after,
.index .header-wrapper.shadow .pc-nav-box ul li.active a:after,
.index .header-wrapper.on .pc-nav-box ul li.active a:after,
.index .header-wrapper.active .pc-nav-box ul li.active a:after {
  opacity: 1;
  visibility: visible;
}
.index .header-wrapper.shadow .nav-icon.on span,
.index .header-wrapper.on .nav-icon.on span,
.index .header-wrapper.active .nav-icon.on span {
  background: #003592;
}
.index .header-wrapper.shadow .nav-icon span,
.index .header-wrapper.on .nav-icon span,
.index .header-wrapper.active .nav-icon span {
  background: #333;
}
.index .header-wrapper .lang .caption {
  background-image: url(../img/lang3.png);
  color: #fff;
}
.index .header-wrapper .search {
  background-image: url(../img/search3.png);
}
.index .header-wrapper .logo-box .init {
  display: block;
}
.index .header-wrapper .logo-box .on {
  display: none;
}
.index .pc-nav-box ul li a {
  color: #fff;
}
.index .pc-nav-box ul li.on a {
  color: #fff;
}
.index .pc-nav-box ul li.on a:after {
  opacity: 0;
  visibility: hidden;
}
.index .nav-icon span {
  background: #fff;
}
.header-wrapper {
  position: sticky;
  z-index: 50;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0 0.5rem;
  width: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper.scroll {
  top: -1.2rem;
}
.header-wrapper.scroll .hidenav-box {
  opacity: 0;
  visibility: hidden;
}
.header-wrapper .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;
  height: 1rem;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 1.11rem;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box .init {
  display: none;
}
.header-wrapper .logo-box .on {
  display: block;
}
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .lang {
  position: relative;
  margin-right: 0.5rem;
}
.header-wrapper .lang .caption {
  cursor: pointer;
  background-size: 0.2rem;
  padding-left: 0.3rem;
  background-image: url(../img/lang.png);
  background-position: center left;
  background-repeat: no-repeat;
  font-size: 18px;
  color: #000;
  font-family: "en_light";
  line-height: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  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 .lang .list {
  position: absolute;
  left: 50%;
  margin-left: -0.6rem;
  width: 1.2rem;
  top: 100%;
  z-index: 10;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 0.1rem 0;
  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.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;
}
.header-wrapper .lang .list:before {
  content: "";
  border: 6px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -12px;
  z-index: 10;
}
.header-wrapper .lang .list a {
  font-size: var(--fs16);
  line-height: 0.3rem;
  display: block;
  text-transform: uppercase;
  font-family: "en_light";
  margin-bottom: 0.05rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  font-weight: 700;
}
.header-wrapper .lang .list a:last-child {
  margin-bottom: 0;
}
.header-wrapper .lang .list a:hover {
  color: #003592;
}
.header-wrapper .search {
  cursor: pointer;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../img/search.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.header-wrapper .search.on {
  background-image: url(../img/search2.png);
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.pc-nav-box {
  flex: 1;
  margin: 0 1rem;
}
.pc-nav-box ul {
  list-style-type: none;
}
.pc-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.pc-nav-box ul li {
  margin-right: 0.9rem;
}
.pc-nav-box ul li.on a,
.pc-nav-box ul li:hover a,
.pc-nav-box ul li.active a {
  color: #003592;
}
.pc-nav-box ul li.on a:after,
.pc-nav-box ul li:hover a:after,
.pc-nav-box ul li.active a:after {
  background-size: 100% 2px;
  background-position: 0 100%;
}
.pc-nav-box ul li.on a {
  font-weight: 700;
}
.pc-nav-box ul li:last-child {
  margin-right: 0;
}
.pc-nav-box ul li a {
  line-height: 1rem;
  font-size: var(--fs18);
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  position: relative;
  display: block;
}
.pc-nav-box ul li a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 2px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.hidenav-box {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
}
.hidenav-box ul {
  list-style-type: none;
}
.hidenav-box .child {
  display: none;
  padding: 0.5rem 0;
  background: #fff;
  border-top: 1px solid #ededf1;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.03);
}
.hidenav-box a {
  display: inline-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;
}
.hidenav-box .item li a,
.hidenav-box .nav a {
  font-size: var(--fs16);
  line-height: initial;
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease, color 0.7s ease;
}
.hidenav-box .item li a:hover,
.hidenav-box .nav a:hover {
  color: #003592;
  background-size: 100% 1px;
  background-position: 0 100%;
}
.hidenav-box .item li a {
  color: #666;
}
.hidenav-box .goods .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;
}
.hidenav-box .goods .item {
  width: 25%;
  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: flex-start;
  padding: 0 0.2rem 0 0.4rem;
  border-right: 1px solid #ededf1;
  min-height: 1.52rem;
}
.hidenav-box .goods .item:last-child {
  border-right: none;
}
.hidenav-box .goods .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);
}
.hidenav-box .goods .item:hover .cat {
  color: #003592;
}
.hidenav-box .goods .item li {
  line-height: 0.3rem;
  margin-bottom: 4px;
}
.hidenav-box .goods .item li:last-child {
  margin-bottom: 0;
}
.hidenav-box .goods .item a {
  line-height: 24px;
}
.hidenav-box .goods .pic {
  display: block;
  width: 1.2rem;
}
.hidenav-box .goods .cat {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #000;
  margin-bottom: 0.1rem;
}
.hidenav-box .goods .info {
  margin-left: 0.2rem;
  flex: 1;
}
.hidenav-box .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 */
  flex-flow: wrap;
}
.hidenav-box .about .item {
  width: 22%;
  margin-right: 4%;
  margin-top: 0.6rem;
  min-height: 1.8rem;
}
.hidenav-box .about .item:nth-child(-n+4) {
  margin-top: 0;
}
.hidenav-box .about .item:nth-child(4n) {
  margin-right: 0;
}
.hidenav-box .about .cat {
  position: relative;
  display: block;
  font-size: var(--fs16);
  line-height: 0.3rem;
  padding-bottom: 0.1rem;
  font-family: "medium";
  border-bottom: 1px solid #dddddd;
}
.hidenav-box .about .cat:hover {
  color: #003592;
}
.hidenav-box .about .cat:hover svg {
  fill: #003592;
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.hidenav-box .about svg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 8px;
  top: 0.08rem;
  height: 13px;
  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;
}
.hidenav-box .about ul {
  margin-top: 0.2rem;
}
.hidenav-box .about li {
  line-height: 0.3rem;
}
.hidenav-box .nav {
  text-align: center;
}
.hidenav-box .nav a {
  font-family: "medium";
  margin-right: 0.48rem;
}
.hidenav-box .nav a:last-child {
  margin-right: 0;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w960 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #003592;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.idx_scrollbar {
  width: 20px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  pointer-events: none;
  --number-color: #FFF;
  --line-color: #FFF;
  --h-size: 0;
}
.idx_scrollbar .one {
  width: 100%;
  height: auto;
  text-align: center;
}
.idx_scrollbar .one .icon {
  width: 50%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
  filter: brightness(0) invert(1);
  overflow: hidden;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_scrollbar .one .number {
  opacity: 1;
}
.idx_scrollbar .line {
  width: 1px;
  height: 160px;
  margin: 10px auto;
  position: relative;
  z-index: 1;
}
.idx_scrollbar .line::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: var(--line-color);
  opacity: 0.2;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_scrollbar .line::after {
  content: '';
  width: 100%;
  height: var(--h-size);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: var(--line-color);
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_scrollbar .number {
  font-family: "en_regular";
  text-align: center;
  width: 100%;
  height: auto;
  font-size: var(--font14);
  color: var(--number-color);
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.idx_scrollbar.active {
  --number-color: #041d2c;
  --line-color: #041d2c;
}
.idx_scrollbar.active .one .icon {
  filter: none;
}
@media (max-width: 990px) {
  .idx_scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .index .header-wrapper.active {
    background: transparent;
    box-shadow: none;
  }
  #idxSwiper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  #idxSwiper &gt; div.swiper-wrapper &gt; div.swiper-slide {
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: hidden;
  }
  #idxSwiper &gt; div.swiper-wrapper &gt; div.swiper-slide.footer {
    overflow: visible;
  }
  #idxSwiper &gt; div.swiper-wrapper &gt; div.swiper-slide .idxOffset {
    --set-top: 100px;
    --set-left: -60px;
    --set-right: 60px;
    --opacity: 0;
  }
  #idxSwiper &gt; div.swiper-wrapper &gt; div.swiper-slide.active .idxOffset {
    --set-top: 0;
    --set-left: 0;
    --set-right: 0;
    --opacity: 1;
  }
  .index-box-1,
  .index-box-2,
  .index-box-3 {
    height: 100vh;
  }
  .index .header-wrapper:hover {
    background: #fff;
  }
  .index .header-wrapper:hover .lang .caption {
    background-image: url(../img/lang.png);
    color: #000;
  }
  .index .header-wrapper:hover .search {
    background-image: url(../img/search.png);
  }
  .index .header-wrapper:hover .logo-box .init {
    display: none;
  }
  .index .header-wrapper:hover .logo-box .on {
    display: block;
  }
  .index .header-wrapper:hover .pc-nav-box ul li a {
    color: #000;
  }
  .index .header-wrapper:hover .pc-nav-box ul li:hover a,
  .index .header-wrapper:hover .pc-nav-box ul li.on a {
    color: #003592;
  }
  .index .header-wrapper:hover .pc-nav-box ul li:hover a:after,
  .index .header-wrapper:hover .pc-nav-box ul li.on a:after {
    opacity: 1;
    visibility: visible;
  }
  .index .header-wrapper:hover .lang:hover .caption {
    background-image: url(../img/lang2.png);
    color: #003592;
  }
  .index .header-wrapper:hover .search:hover {
    background-image: url(../img/search2.png);
  }
  .index .header-wrapper.on .lang:hover .caption,
  .index .header-wrapper.active .lang:hover .caption {
    background-image: url(../img/lang2.png);
    color: #003592;
  }
  .index .header-wrapper.on .search:hover,
  .index .header-wrapper.active .search:hover {
    background-image: url(../img/search2.png);
  }
  .header-wrapper .lang:hover .caption {
    color: #003592;
    background-image: url(../img/lang2.png);
  }
  .header-wrapper .lang:hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .header-wrapper .search:hover {
    background-image: url(../img/search2.png);
  }
}
@media screen and (max-width: 1600px) {
  .pc-nav-box ul li {
    margin-right: 0.6rem;
  }
  .hidenav-box .about .item {
    margin-top: 0.4rem;
  }
  .header-wrapper .box {
    height: 0.9rem;
  }
  .pc-nav-box ul li a {
    line-height: 0.9rem;
  }
  .search-form {
    top: 0.9rem;
  }
}
@media screen and (max-width: 1004px) {
  .pc-nav-box,
  .hidenav-box {
    display: none;
  }
  .header-wrapper {
    padding: 0 0.3rem;
  }
  .header-wrapper .box {
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: 20%;
  }
  .header-wrapper .lang {
    margin-right: 0.4rem;
  }
  .header-wrapper .lang.on .caption {
    color: #003592;
    background-image: url(../img/lang2.png);
  }
  .header-wrapper .lang.on .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .header-wrapper .lang .caption {
    background-size: 0.32rem;
    padding-left: 0.5rem;
    font-size: var(--fs16);
  }
  .header-wrapper .lang .list {
    margin-left: -0.8rem;
    width: 1.6rem;
    padding: 0.22rem 0;
    top: 110%;
  }
  .header-wrapper .lang .list:before {
    border-width: 4px;
    margin-left: -4px;
    top: -8px;
  }
  .header-wrapper .lang .list a {
    line-height: 0.48rem;
    margin-bottom: 0.05rem;
  }
  .header-wrapper .search {
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 1004px) {
  .nav-icon {
    display: block;
  }
  .nav-icon span {
    display: block;
    width: 25px;
    height: 2px;
    background: #333;
    margin: 6px auto;
    border-radius: 10px;
    transition: all ease 0.5s;
    position: relative;
  }
  .nav-icon.on span {
    background: #003592;
  }
  .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;
    display: none;
  }
  .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: #003592;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li:last-child .navs {
    border: none;
  }
  .phone-nav ul li.active .cat {
    color: #003592;
    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 &gt; 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: #003592;
    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 &gt; a {
    font-weight: 700;
    color: #003592;
  }
  .phone-nav ul li .navs {
    width: 100%;
    display: none;
    padding: 0.2rem 0;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 0.6rem;
    padding: 0 0.3rem;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav ul li .item.on .cate {
    color: #003592;
  }
  .phone-nav ul li .item.on .cate svg {
    transform: rotate(90deg);
    fill: #003592;
  }
  .phone-nav ul li .cate {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    line-height: 0.48rem;
  }
  .phone-nav ul li svg {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
    width: 7px;
    height: 13px;
    fill: #666;
  }
  .phone-nav ul li .item,
  .phone-nav ul li .child {
    width: 100%;
  }
  .phone-nav ul li .item a,
  .phone-nav ul li .child a {
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 0.7rem;
    padding: 0 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .phone-nav ul li .item a:last-child,
  .phone-nav ul li .child a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .phone-nav ul li .child {
    padding-left: 0.3rem;
  }
  .phone-nav ul li .child a {
    font-size: 14px;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
}
.footer-wrapper {
  position: relative;
  z-index: 100;
  padding-top: 0.94rem;
  background: url(../img/footer.jpg) no-repeat center center;
  background-size: cover;
}
.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: 1.14rem;
  padding: 0.44rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-wrapper .logo {
  width: 1.1rem;
  display: block;
  margin-bottom: 0.3rem;
}
.footer-wrapper .logo img {
  display: block;
  width: 100%;
}
.footer-wrapper .stock p {
  font-size: 14px;
  color: #8d9ebd;
  line-height: 20px;
}
.footer-wrapper .number {
  font-size: var(--fs24);
  line-height: 0.3rem;
  font-family: "mb";
  color: #f7f7f9;
}
.footer-wrapper .center {
  flex: 1;
  margin: 0 1.16rem 0 1.8rem;
}
.footer-wrapper .center 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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .center a {
  display: block;
  line-height: 0.3rem;
  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 .center li &gt; a {
  font-size: var(--fs18);
  color: #fff;
  margin-bottom: 0.25rem;
}
.footer-wrapper .center .nav a {
  font-size: 14px;
  color: #8d9ebd;
}
.footer-wrapper .center .nav a:hover {
  color: #fff;
}
.footer-wrapper .right {
  width: 1.23rem;
  text-align: center;
}
.footer-wrapper .right p {
  font-size: var(--fs14);
  line-height: 18px;
  color: #8d9ebd;
  margin-top: 0.09rem;
}
.footer-wrapper .share ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style-type: none;
}
.footer-wrapper .share li {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.15rem;
}
.footer-wrapper .share li:last-child {
  margin-right: 0;
}
.footer-wrapper .share li a {
  display: block;
}
.footer-wrapper .share li:hover a .init {
  display: none;
}
.footer-wrapper .share li:hover a .on {
  display: block;
  animation: fadeIn 0.48s ease;
}
.footer-wrapper .share li:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.footer-wrapper .share li img {
  width: 100%;
}
.footer-wrapper .share .hidebox {
  position: absolute;
  left: 50%;
  bottom: 0.74rem;
  z-index: 10;
  margin-left: -0.6rem;
  width: 1.2rem;
  background: #fff;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
}
.footer-wrapper .share .hidebox:after {
  content: "";
  border: 5px solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  z-index: 10;
}
.footer-wrapper .share a .init {
  display: block;
}
.footer-wrapper .share a .on {
  display: none;
}
.footer-wrapper .contact li,
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs14);
  color: #8d9ebd;
  line-height: 0.3rem;
}
.footer-wrapper .copyright {
  text-align: right;
}
.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;
}
.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 (max-width: 1004px) {
  .footer-wrapper {
    padding-top: 0.6rem;
  }
  .footer-wrapper .box-1,
  .footer-wrapper .box-2 {
    display: block;
    text-align: center;
  }
  .footer-wrapper .box-2 {
    margin-top: 0;
    padding: 0.6rem 0;
    border-top: none;
  }
  .footer-wrapper .logo {
    width: 1.6rem;
    margin: 0 0.48rem 0 0;
  }
  .footer-wrapper .stock {
    text-align: left;
  }
  .footer-wrapper .stock p {
    font-size: 12px;
    line-height: 20px;
  }
  .footer-wrapper .number {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .footer-wrapper .left {
    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;
    align-items: center;
    margin-bottom: 0.4rem;
  }
  .footer-wrapper .center {
    display: none;
  }
  .footer-wrapper .right {
    width: 2rem;
    margin: 0 auto;
  }
  .footer-wrapper .right p {
    margin-top: 0.2rem;
  }
  .footer-wrapper .share ul {
    justify-content: center;
  }
  .footer-wrapper .share li {
    width: 0.7rem;
    height: 0.7rem;
  }
  .footer-wrapper .share .hidebox {
    bottom: 0.84rem;
    margin-left: -0.8rem;
    width: 1.6rem;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    line-height: 0.4rem;
  }
  .footer-wrapper .copyright {
    text-align: center;
    padding-top: 0.4rem;
    margin-top: 0.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active a &gt; 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 .swiper-slide-active .info1 .title,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .info2 .title,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .info1 .desc,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .info2 .desc {
  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 .info3 .title,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .info4 .title,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .info4 .desc {
  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 ul li {
  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 .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 a &gt; img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide a &gt; img.phone {
  display: none;
}
.index-banner-wrapper .info2 {
  top: 20%;
  transform: none;
  text-align: center;
}
.index-banner-wrapper .info2 .desc {
  text-align: center;
  margin-top: 0.1rem;
}
.index-banner-wrapper .info2 .title {
  font-size: 0.6rem;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  z-index: 10;
  padding: 0 1.45rem;
  width: 100%;
}
.index-banner-wrapper .info1,
.index-banner-wrapper .info3,
.index-banner-wrapper .info4 {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding-top: 1rem;
}
.index-banner-wrapper .info1 .title,
.index-banner-wrapper .info2 .title,
.index-banner-wrapper .info1 .desc,
.index-banner-wrapper .info2 .desc {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem);
  -webkit-transform: translateY(0.4rem);
  -moz-transform: translateY(0.4rem);
  -ms-transform: translateY(0.4rem);
  -o-transform: translateY(0.4rem);
  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-banner-wrapper .info1 .title,
.index-banner-wrapper .info2 .title {
  transition-delay: 0.3s;
}
.index-banner-wrapper .info1 .desc,
.index-banner-wrapper .info2 .desc {
  transition-delay: 0.6s;
}
.index-banner-wrapper .info3 .title {
  font-size: 0.46rem;
  line-height: 0.6rem;
  margin-bottom: 0.72rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem);
  -webkit-transform: translateY(0.4rem);
  -moz-transform: translateY(0.4rem);
  -ms-transform: translateY(0.4rem);
  -o-transform: translateY(0.4rem);
  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.1s;
}
.index-banner-wrapper .info3 .desc {
  font-size: var(--fs20);
  margin-top: 0.23rem;
}
.index-banner-wrapper .info4 .title,
.index-banner-wrapper .info4 .desc {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem);
  -webkit-transform: translateY(0.4rem);
  -moz-transform: translateY(0.4rem);
  -ms-transform: translateY(0.4rem);
  -o-transform: translateY(0.4rem);
  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-banner-wrapper .info4 .title {
  font-size: 0.9rem;
  line-height: 1rem;
  margin-bottom: 0.07rem;
  transition-delay: 0.3s;
  display: inline-block;
}
.index-banner-wrapper .info4 .desc {
  transition-delay: 0.6s;
  font-size: var(--fs24);
  color: #fff;
  font-family: "en_regular";
  line-height: 0.3rem;
  text-transform: uppercase;
  margin-top: 0;
  display: inline-block;
}
.index-banner-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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 8rem;
}
.index-banner-wrapper ul li {
  margin-top: 0.45rem;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
  transform: translateY(0.3rem);
  -webkit-transform: translateY(0.3rem);
  -moz-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  -o-transform: translateY(0.3rem);
  opacity: 0;
  visibility: hidden;
}
.index-banner-wrapper ul li:nth-child(-n+2) {
  margin-top: 0;
}
.index-banner-wrapper .title {
  font-size: 0.72rem;
  line-height: 0.8rem;
  font-weight: 700;
  color: #fff;
}
.index-banner-wrapper .desc {
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #fff;
  margin-top: 0.38rem;
}
.index-banner-wrapper li {
  position: relative;
  padding-left: 0.66rem;
  width: 49%;
}
.index-banner-wrapper li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0.44rem;
}
.index-banner-wrapper .name {
  font-size: var(--fs30);
  font-weight: 700;
  line-height: 0.36rem;
  color: #fff;
}
.index-banner-wrapper .swiper-pagination {
  display: block;
  bottom: 0.48rem;
  font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  margin: 0 10px;
  width: 12px;
  height: 12px;
  border: none;
  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-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #003592;
}
.page-banner-wrapper {
  position: relative;
  z-index: 11;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  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 {
  font-size: var(--fs48);
  line-height: 0.6rem;
  color: #fff;
  font-weight: 700;
}
.breadcrumb {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  line-height: 0.6rem;
}
.breadcrumb.normal {
  background: #f7f7f9;
  position: static;
}
.breadcrumb.normal .box-container a,
.breadcrumb.normal .box-container span {
  color: #333;
}
.breadcrumb.normal .box-container a:hover {
  color: #003592;
}
.breadcrumb .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;
}
.breadcrumb .box-container a,
.breadcrumb .box-container span {
  font-size: 14px;
  color: #fff;
}
.breadcrumb .box-container a:hover {
  text-decoration: underline;
}
.breadcrumb img {
  width: 5px;
  margin: 0 0.1rem;
}
@media screen and (min-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    background-color: #fff;
    width: 100%;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #dadadd;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    position: relative;
    z-index: 2;
    font-size: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: center;
  }
  .page-nav-wrapper .nav &gt; a {
    position: relative;
    font-size: var(--fs18);
    line-height: 1rem;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-right: 0.8rem;
    color: #000;
  }
  .page-nav-wrapper .nav &gt; a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav &gt; a:last-child:after {
    display: none;
  }
  .page-nav-wrapper .nav &gt; a.on,
  .page-nav-wrapper .nav &gt; a:hover {
    color: #003592;
  }
  .page-nav-wrapper .nav &gt; a.on:before,
  .page-nav-wrapper .nav &gt; 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 &gt; a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-color: #003592;
    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.68rem;
  }
  .index-banner-wrapper .info2 .title {
    font-size: 0.56rem;
  }
  .index-banner-wrapper .info4 .title {
    font-size: 0.84rem;
  }
  .index-banner-wrapper .info3 .title {
    font-size: 0.42rem;
    line-height: 0.56rem;
  }
  .page-nav-wrapper .nav &gt; a {
    line-height: 0.9rem;
  }
  .index-banner-wrapper .desc {
    line-height: 0.32rem;
  }
}
@media screen and (max-width: 1440px) {
  .index-banner-wrapper .title {
    font-size: 0.64rem;
  }
  .index-banner-wrapper .info2 .title {
    font-size: 0.52rem;
  }
  .index-banner-wrapper .info4 .title {
    font-size: 0.78rem;
  }
  .index-banner-wrapper .info3 .title {
    font-size: 0.38rem;
    line-height: 0.5rem;
  }
  .page-nav-wrapper .nav &gt; a {
    line-height: 0.8rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #f4f4f4;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #003592;
    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 &gt; a.on,
  .page-nav-wrapper .nav &gt; a:hover {
    background: none;
  }
  .page-nav-wrapper .nav &gt; a:after {
    display: none;
  }
  .page-banner-wrapper &gt; img {
    height: 3rem;
    object-fit: cover;
  }
  .page-banner-wrapper h2,
  .page-banner-wrapper h1 {
    font-size: var(--fs30);
  }
  .breadcrumb {
    display: none;
    line-height: 0.8rem;
  }
  .breadcrumb.normal {
    display: block;
  }
  .breadcrumb .box-container a,
  .breadcrumb .box-container span {
    font-size: 12px;
  }
  .breadcrumb .box-container img {
    width: 4px;
    margin: 0 0.2rem;
  }
  .index-banner-wrapper .swiper-slide a &gt; img {
    display: none;
    height: 8rem;
    object-fit: cover;
  }
  .index-banner-wrapper .swiper-slide a &gt; img.phone {
    display: block;
  }
  .index-banner-wrapper .info1 {
    width: 64%;
  }
  .index-banner-wrapper .info2 .title {
    font-size: var(--fs26);
  }
  .index-banner-wrapper .info {
    padding: 0 0.4rem;
  }
  .index-banner-wrapper .info1,
  .index-banner-wrapper .info4 {
    padding-top: 1.2rem;
  }
  .index-banner-wrapper .info3 {
    padding-top: 0;
    transform: none;
    top: 20%;
  }
  .index-banner-wrapper .info3 .title {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-bottom: 0.2rem;
  }
  .index-banner-wrapper .info3 .desc {
    font-size: 0.2rem;
    margin-top: 0;
    line-height: 0.3rem;
    margin-top: 0.06rem;
  }
  .index-banner-wrapper .info4 {
    padding-top: 0;
  }
  .index-banner-wrapper .info4 .title {
    font-size: var(--fs48);
    line-height: 0.6rem;
  }
  .index-banner-wrapper .info4 .desc {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .index-banner-wrapper ul {
    width: 100%;
  }
  .index-banner-wrapper ul li {
    margin-top: 0.2rem;
  }
  .index-banner-wrapper .title {
    font-size: var(--fs30);
    line-height: 0.6rem;
  }
  .index-banner-wrapper .desc {
    font-size: var(--fs18);
    line-height: 0.44rem;
    margin-top: 0.1rem;
  }
  .index-banner-wrapper li {
    padding-left: 0.5rem;
    width: 49%;
  }
  .index-banner-wrapper li img {
    width: 0.36rem !important;
  }
  .index-banner-wrapper .name {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.48rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    width: 10px;
    height: 10px;
  }
}
.index-title {
  font-size: var(--fs48);
  font-weight: 700;
  color: #000;
  line-height: 0.6rem;
  margin-bottom: 0.3rem;
}
.index-title.white {
  color: #fff;
}
.index-more {
  position: relative;
  min-width: 1.16rem;
  line-height: 0.46rem;
  border-radius: 8px;
  border: solid 1px #003592;
  display: inline-block;
  text-align: center;
  color: #003592;
  overflow: hidden;
  font-size: var(--fs16);
  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-more:hover {
  background: #003592;
  color: #fff;
}
.index-more.white {
  border-color: #fff;
  color: #fff;
}
.index-more.white:hover {
  background: #fff;
}
.index-more.white:hover span {
  color: #003592;
}
.index-more.white .btnbg {
  background: #fff;
}
.index-more span {
  position: relative;
  z-index: 10;
}
.index-box-1 {
  padding: 0.95rem 0 0.9rem;
  background: url(../img/indexbg.jpg) no-repeat center center;
  background-size: cover;
}
.index-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 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
}
.index-box-1 li {
  width: 32.85%;
  margin-top: 0.15rem;
}
.index-box-1 li:nth-child(1),
.index-box-1 li:nth-child(4) {
  width: calc(67.15% - 0.15rem);
}
.index-box-1 li:nth-child(-n+2) {
  margin-top: 0;
}
.index-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);
}
.index-box-1 li a {
  position: relative;
  display: block;
}
.index-box-1 .pic img {
  height: 3.35rem;
  object-fit: cover;
}
.index-box-1 .info {
  position: absolute;
  left: 0;
  bottom: 0.24rem;
  z-index: 10;
  width: 100%;
  padding: 0 0.3rem;
}
.index-box-1 p {
  margin-bottom: 0.1rem;
  line-height: 0.36rem;
  font-size: var(--fs30);
  font-weight: 700;
}
.index-box-1 p,
.index-box-1 .desc {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box-1 .desc {
  font-size: var(--fs16);
  line-height: 24px;
}
.index-box-1 .name {
  font-size: var(--fs26);
  color: #fff;
  font-family: "mb";
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0.06rem auto;
  display: none;
}
.index-box-2 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: background-image 0.48s ease;
  -webkit-transition: background-image 0.48s ease;
  -moz-transition: background-image 0.48s ease;
  -ms-transition: background-image 0.48s ease;
  -o-transition: background-image 0.48s ease;
}
.index-box-2 .index-title {
  color: #fff;
}
.index-box-2 .swiper-slide-active 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);
  opacity: 1;
  visibility: visible;
}
.index-box-2 .swiper-slide-active .index-title,
.index-box-2 .swiper-slide-active .desc,
.index-box-2 .swiper-slide-active .index-more {
  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-2 .pic {
  position: relative;
  z-index: 1;
}
.index-box-2 img {
  height: 100vh;
  object-fit: cover;
  display: block;
  width: 100%;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.index-box-2 .info {
  position: absolute;
  left: calc((100% - 14rem) / 2);
  top: 29.167%;
  z-index: 10;
  width: 5.1rem;
}
.index-box-2 .index-title,
.index-box-2 .desc,
.index-box-2 .index-more {
  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;
}
.index-box-2 .index-title {
  transition-delay: 0.15s;
}
.index-box-2 .desc {
  transition-delay: 0.3s;
}
.index-box-2 .index-more {
  transition-delay: 0.45s;
}
.index-box-2 .desc {
  font-size: var(--fs16);
  color: #fff;
  line-height: 24px;
  margin: 0.2rem 0 0.7rem;
  min-height: 96px;
}
.index-box-2 .cat-box {
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  z-index: 10;
  width: 100%;
}
.index-box-2 .cat-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-2 .cat-box a {
  position: relative;
  display: block;
  font-size: var(--fs18);
  padding-top: 0.28rem;
  flex: 1;
  color: #fff;
  margin-right: 0.3rem;
}
.index-box-2 .cat-box a:last-child {
  margin-right: 0;
}
.index-box-2 .cat-box a.on:after {
  opacity: 1;
  visibility: visible;
  animation: line 4s linear forwards;
}
.index-box-2 .cat-box a:hover:before {
  background: #fff;
}
.index-box-2 .cat-box a:before,
.index-box-2 .cat-box a:after {
  display: inline-block;
  content: "";
  height: 3px;
  position: absolute;
  left: 0 ;
  top: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  z-index: 10;
}
.index-box-2 .cat-box a:after {
  opacity: 0;
  visibility: hidden;
  width: 0;
  background: #fff;
}
.index-box-2 .cat-box a:before {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.index-box-2 .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/indexbg2.png) no-repeat left center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.index-box-2 .swiper-slide .pic {
  position: relative;
  z-index: 1;
}
.index-box-2 .swiper-pagination {
  display: none;
}
.index-box-3 {
  background: url(../img/index4bg.jpg) no-repeat center center;
  background-size: cover;
}
.index-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;
  align-items: center;
  margin-bottom: 0.42rem;
}
.index-box-3 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-3 .index-title {
  margin-bottom: 0;
}
.index-box-3 .swiper-box {
  width: 68.15%;
  padding-right: 0.3rem;
}
.index-box-3 .news-box {
  width: 31.85%;
  background: url(../img/index3bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 0.32rem 0.48rem 0 0.4rem;
}
.index-box-3 .caption {
  font-size: var(--fs16);
  color: #666;
  position: relative;
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
}
.index-box-3 .imore {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-size: var(--fs16);
  color: #003592;
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.index-box-3 .imore:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.index-box-3 .imore i {
  display: inline-block;
  width: 6px;
  height: 12px;
  background-image: url(../img/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 4px;
  position: relative;
  vertical-align: middle;
  top: -1px;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.index-box-3 .swiper-slide {
  width: calc((100% - .3rem) / 2);
}
.index-box-3 .pic {
  background: #fff;
}
.index-box-3 .pic img {
  height: 2.4rem;
  object-fit: contain;
}
.index-box-3 ul {
  list-style-type: none;
}
.index-box-3 ul li {
  margin-bottom: 0.29rem;
}
.index-box-3 ul .time {
  margin-top: 0.08rem;
}
.index-box-3 li:hover .title {
  color: #003592;
  font-weight: 700;
}
.index-box-3 .swiper-slide:hover .title {
  color: #fff;
}
.index-box-3 .swiper-slide:hover .cate,
.index-box-3 .swiper-slide:hover .time {
  color: #b2c7ec;
}
.index-box-3 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .swiper-slide:hover .info {
  background-color: #003592;
}
.index-box-3 .swiper-slide .title {
  margin-bottom: 1.5rem;
}
.index-box-3 .swiper-slide .info {
  position: relative;
  padding: 0.25rem 0.3rem;
  background: #fff url(../img/newsbg.png) no-repeat center center;
  background-size: cover;
  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 .swiper-slide .info:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/newsbg2.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.index-box-3 .cate {
  font-size: var(--fs16);
  color: #003592;
  margin-bottom: 0.2rem;
  line-height: 24px;
}
.index-box-3 .title {
  font-size: var(--fs18);
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}
.index-box-3 .time {
  font-size: var(--fs16);
  color: #666;
}
.index-box-3 .title,
.index-box-3 .time,
.index-box-3 .cate {
  position: relative;
  z-index: 10;
  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;
}
.index-box-3 .swiper-pagination {
  display: none;
}
@keyframes line {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.index-box-4 {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: url(../img/index5bg.jpg) fixed no-repeat center center;
  background-size: cover;
  z-index: 50;
  width: 100%;
}
.index-box-4 .data,
.index-box-4 .info {
  position: absolute;
  z-index: 10;
  top: 24.16%;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.index-box-4 .info {
  width: 30.2%;
  left: calc((100% - 14rem) / 2);
}
.index-box-4 .btnbox.phone {
  display: none;
}
.index-box-4 .desc {
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #fff;
  margin-bottom: 0.92rem;
}
.index-box-4 .data {
  width: 29.17%;
  right: calc((100% - 14rem) / 2);
}
.index-box-4.hideInfo .data,
.index-box-4.hideInfo .info {
  opacity: 0;
  visibility: hidden;
}
.data ul {
  list-style-type: none;
}
.data li {
  margin-bottom: 0.7rem;
}
.data li:last-child {
  margin-bottom: 0;
}
.data .num {
  font-family: "mb";
  font-size: 0.9rem;
  line-height: 0.7rem;
  color: #fff;
  margin-bottom: 0.08rem;
}
.data p,
.data i {
  font-size: var(--fs18);
  line-height: 24px;
  color: #fff;
}
.data i {
  display: inline-block;
}
@media screen and (min-width: 1004px) {
  .index-box-3 {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
    padding-top: 1rem;
  }
  .index-box-3 .swiper-container,
  .index-box-3 .swiper-wrapper {
    overflow: inherit;
  }
  .index-box-3 .swiper-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-swiper .index-box-1 .list li,
  .index-swiper .index-box-1 .index-title {
    transform: translateY(var(--set-top));
    opacity: var(--opacity);
    -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }
  .index-swiper .index-box-3 .top,
  .index-swiper .index-box-3 .swiper-slide,
  .index-swiper .index-box-3 .news-box {
    transform: translateY(var(--set-top));
    opacity: var(--opacity);
    -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }
  .index-swiper .index-box-3 .news-box {
    transition-delay: 0.3s;
  }
  .index-swiper .index-box-4 .index-title,
  .index-swiper .index-box-4 .desc,
  .index-swiper .index-box-4 .btnbox,
  .index-swiper .index-box-4 .data li {
    transform: translateY(var(--set-top));
    opacity: var(--opacity);
    -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }
  .index-swiper .index-box-4 .desc {
    transition-delay: 0.2s;
  }
  .index-swiper .index-box-4 .btnbox {
    transition-delay: 0.3s;
  }
}
@media screen and (max-width: 1600px) {
  .data .num {
    font-size: 0.8rem;
    line-height: 0.6rem;
  }
  .index-box-2 .cat-box {
    bottom: 1rem;
  }
  .index-box-3 {
    padding-top: 0.9rem;
  }
  .data li {
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 1440px) {
  .index-box-4 .data,
  .index-box-4 .info {
    height: 22%;
  }
}
@media screen and (max-width: 1024px) {
  .index-swiper &gt; .swiper-container &gt; .swiper-wrapper,
  .index-swiper &gt; .swiper-container {
    overflow: inherit;
  }
  .index-swiper &gt; .swiper-container &gt; .swiper-wrapper {
    flex-flow: wrap;
  }
  .index-box-1 {
    height: auto;
    padding: 0.8rem 0;
  }
  .index-box-1 li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .index-box-1 li:last-child {
    margin-bottom: 0;
  }
  .index-box-1 li:nth-child(1),
  .index-box-1 li:nth-child(4) {
    width: 100%;
  }
  .index-box-1 .pic img {
    height: 4rem;
    object-fit: cover;
  }
  .index-box-1 .info {
    bottom: 0.24rem;
    padding: 0 0.3rem;
  }
  .index-box-1 p {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .index-box-1 .desc {
    line-height: 20px;
    font-size: var(--fs14);
  }
  .index-box-1 .name {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin: 0.08rem auto;
  }
  .index-box-2 .swiper-slide-active 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);
    opacity: 1;
    visibility: visible;
  }
  .index-box-2 img {
    height: 5.6rem;
    object-fit: cover;
  }
  .index-box-2 .index-title {
    font-size: var(--fs30);
    margin-bottom: 0.2rem;
  }
  .index-box-2 .info {
    left: 0;
    padding: 0 0.3rem;
    top: 16%;
    width: 100%;
  }
  .index-box-2 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin: 0 0 0.48rem;
    min-height: 1.76rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 1.76rem;
  }
  .index-box-2 .cat-box {
    display: none;
  }
  .index-box-2 .swiper-slide:before {
    background-size: cover;
  }
  .index-box-2 .swiper-container {
    margin-bottom: 0.8rem;
  }
  .index-box-2 .swiper-wrapper {
    padding-bottom: 0.6rem;
  }
  .index-box-2 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .index-box-2 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #003592;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .index-box-2 .swiper-pagination .swiper-pagination-bullet:link,
  .index-box-2 .swiper-pagination .swiper-pagination-bullet:visited,
  .index-box-2 .swiper-pagination .swiper-pagination-bullet:active,
  .index-box-2 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .index-box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #003592;
    width: 24px;
    border-radius: 30px;
  }
  .index-box-3 {
    padding: 1rem 0;
  }
  .index-box-3 .top {
    margin-bottom: 0.42rem;
  }
  .index-box-3 .main {
    display: block;
  }
  .index-box-3 .swiper-box {
    width: 100%;
    padding-right: 0;
  }
  .index-box-3 .news-box {
    width: 100%;
    padding: 0.48rem;
  }
  .index-box-3 .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .index-box-3 .imore {
    font-size: var(--fs16);
  }
  .index-box-3 .imore i {
    width: 6px;
    height: 12px;
    margin-left: 4px;
  }
  .index-box-3 .swiper-slide {
    width: 100%;
  }
  .index-box-3 .pic img {
    height: auto;
  }
  .index-box-3 ul li {
    margin-bottom: 0.4rem;
  }
  .index-box-3 ul .time {
    margin-top: 0.12rem;
  }
  .index-box-3 .swiper-slide .title {
    margin-bottom: 0.48rem;
  }
  .index-box-3 .swiper-slide .info {
    padding: 0.48rem 0.48rem 0.6rem;
  }
  .index-box-3 .cate {
    margin-bottom: 0.1rem;
  }
  .index-box-3 .title {
    font-size: var(--fs20);
  }
  .index-box-3 .swiper-container {
    margin-bottom: 0.8rem;
  }
  .index-box-3 .swiper-wrapper {
    padding-bottom: 0.6rem;
  }
  .index-box-3 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .index-box-3 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #003592;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .index-box-3 .swiper-pagination .swiper-pagination-bullet:link,
  .index-box-3 .swiper-pagination .swiper-pagination-bullet:visited,
  .index-box-3 .swiper-pagination .swiper-pagination-bullet:active,
  .index-box-3 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .index-box-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #003592;
    width: 24px;
    border-radius: 30px;
  }
  .index-block {
    display: none;
  }
  .index-box-4 {
    height: auto;
    background-attachment: inherit;
    position: relative;
    padding: 1rem 0.3rem;
  }
  .index-box-4 .data,
  .index-box-4 .info {
    position: relative;
    top: 0;
  }
  .index-box-4 .info {
    width: 100%;
    left: 0;
  }
  .index-box-4 .desc {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .index-box-4 .data {
    width: 100%;
    right: 0;
  }
  .index-box-4 .data ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-4 .data li {
    width: 48%;
    margin-bottom: 0;
    margin-top: 0.48rem;
  }
  .index-box-4 .data li:nth-child(-n+2) {
    margin-top: 0;
  }
  .index-box-4 .data .num {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .index-box-4 .data .num span {
    margin-right: 4px;
  }
  .index-box-4 .btnbox.pc {
    display: none;
  }
  .index-box-4 .btnbox.phone {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .data {
    margin-bottom: 0.8rem;
  }
  .data li {
    margin-bottom: 0.48rem;
  }
  .data .num {
    font-size: var(--fs48);
    line-height: 0.6rem;
  }
  .data p,
  .data i {
    font-size: var(--fs16);
    line-height: 20px;
  }
}
.play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 0.72rem;
  height: 0.72rem;
  margin-top: -0.36rem;
  margin-left: -0.36rem;
}
.play:before,
.play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}
.play:before {
  animation: iconScale2 2.4s linear infinite;
}
.play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.play i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/play.png) no-repeat center center;
  background-size: 100%;
  position: relative;
  z-index: 10;
}
.video-wrapper .video-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;
}
.video-wrapper .video-box li {
  position: relative;
  width: 31.85%;
  margin-top: 0.75rem;
  margin-right: 2.225%;
  cursor: pointer;
}
.video-wrapper .video-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-wrapper .video-box li:hover .pic:after {
  opacity: 0.4;
  visibility: visible;
}
.video-wrapper .video-box li:hover .play:before,
.video-wrapper .video-box li:hover .play:after {
  opacity: 1;
  visibility: visible;
}
.video-wrapper .video-box li:hover h6 {
  color: #003592;
}
.video-wrapper .pic {
  position: relative;
  border-radius: 0.1rem;
}
.video-wrapper .pic:after {
  background: #000;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.1rem;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.video-wrapper .pic img {
  height: 2.82rem;
  object-fit: cover;
}
.video-wrapper .info {
  padding-top: 0.17rem;
}
.video-wrapper h6 {
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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;
}
.video-wrapper p {
  font-size: var(--fs16);
  line-height: 24px;
  color: #666;
  margin-top: 0.15rem;
}
@keyframes iconScale2 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
html.act {
  height: 100vh;
  overflow: hidden;
}
.page-box,
.padding {
  padding: 1.2rem 0;
}
.page-title {
  font-weight: 700;
  font-size: var(--fs36);
  line-height: 0.56rem;
  color: #000;
  margin-bottom: 0.3rem;
}
.video-modal-wrapper {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 110;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.video-modal-wrapper.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.video-modal-wrapper.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.video-modal-wrapper.one.out .w1200 {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.video-modal-wrapper.one .w1200 {
  transform: scale(0);
  animation: mzoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(0);
  -webkit-animation: mzoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.video-modal-wrapper .main {
  display: table-cell;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  vertical-align: middle;
}
.video-modal-wrapper .w1200 {
  text-align: center;
}
.video-modal-wrapper .w1200 video {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  max-height: 80vh;
  width: auto;
}
.video-modal-wrapper .box {
  position: relative;
  display: inline-block;
}
.video-modal-wrapper .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -0.4rem;
  z-index: 10;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.video-modal-wrapper .close:hover {
  transform: rotate(90deg);
}
.video-modal-wrapper iframe {
  width: 12rem;
  height: 80vh;
}
@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes mzoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.contact-wrapper .box-1 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;
}
.contact-wrapper .box-1 ul li {
  width: 31.85%;
  margin-right: 2.225%;
  margin-top: 2.225%;
  background-color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 53, 146, 0.09);
  border-radius: 0.1rem;
  overflow: hidden;
}
.contact-wrapper .box-1 ul li:last-child,
.contact-wrapper .box-1 ul li:nth-child(3n) {
  margin-right: 0;
}
.contact-wrapper .box-1 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.contact-wrapper .box-1 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.contact-wrapper .box-1 .info {
  padding: 0.24rem 0.4rem 0.96rem;
}
.contact-wrapper .box-1 .title {
  font-weight: 700;
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #003592;
  margin-bottom: 0.17rem;
}
.contact-wrapper .box-1 .desc {
  font-size: var(--fs16);
  line-height: 0.28rem;
  color: #666;
}
.contact-wrapper .local {
  position: absolute;
  left: 0.4rem;
  bottom: 0.44rem;
  z-index: 10;
  display: inline-block;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #003592;
  background: url(../img/local.png) no-repeat right center;
  background-size: 0.13rem;
  padding-right: 0.18rem;
}
.contact-wrapper .local:hover {
  text-decoration: underline;
}
.contact-wrapper .box-2 {
  background: url(../img/contactbg.jpg) fixed no-repeat center center;
  background-size: cover;
}
.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 .group {
  width: calc((100% - .2rem) / 2);
  margin-top: 0.2rem;
  /* input placeholder  */
}
.contact-wrapper .group:nth-child(-n+2) {
  margin-top: 0;
}
.contact-wrapper .group.max {
  width: 100%;
}
.contact-wrapper .group .text,
.contact-wrapper .group .msg {
  width: 100%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background: #fff;
  font-size: var(--fs16);
  color: #333;
}
.contact-wrapper .group ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
  font-size: var(--fs16);
}
.contact-wrapper .group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: var(--fs16);
}
.contact-wrapper .group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: var(--fs16);
}
.contact-wrapper .group :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
  font-size: var(--fs16);
}
.contact-wrapper .group .text {
  height: 0.69rem;
  line-height: 0.69rem;
}
.contact-wrapper .group .msg {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  line-height: 0.3rem;
  resize: none;
  height: 1.36rem;
}
.contact-wrapper .submit {
  position: relative;
  width: 27.28%;
  line-height: 0.68rem;
  background-color: #003592;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  margin: 0.3rem auto 0;
  font-size: var(--fs24);
  display: block;
  overflow: hidden;
}
.contact-wrapper .submit span {
  position: relative;
  z-index: 10;
}
.job-wrapper .brief {
  font-size: var(--fs30);
  line-height: 0.48rem;
  text-align: center;
  color: #010101;
  width: 8.4rem;
  margin: 0 auto 0.38rem;
  font-family: "medium";
}
.job-wrapper .main &gt; .top {
  background: #e8e8eb;
}
.job-wrapper .main &gt; .top div {
  font-size: var(--fs18);
  color: #000;
  font-family: "medium";
}
.job-wrapper .top,
.job-wrapper .detail {
  padding-left: 0.5rem;
  padding-right: 0.78rem;
}
.job-wrapper .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 */
  height: 0.9rem;
  align-items: center;
}
.job-wrapper .top div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.3rem;
  padding-right: 0.3rem;
}
.job-wrapper .top div.title {
  width: 27.51%;
}
.job-wrapper .top div.type {
  width: 35%;
}
.job-wrapper .top div.time {
  width: 28%;
}
.job-wrapper .top div.operation {
  width: auto;
}
.job-wrapper .item {
  border-bottom: 1px solid #e9e9e9;
}
.job-wrapper .item.on .top {
  background: #003592;
}
.job-wrapper .item.on .top div {
  color: #fff;
}
.job-wrapper .item.on .operation i {
  background-image: url(../img/j-down.png) !important;
}
.job-wrapper .item:nth-child(1) {
  border-top: 1px solid #e9e9e9;
}
.job-wrapper .item .top {
  cursor: pointer;
  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;
}
.job-wrapper .item .top div {
  font-size: var(--fs16);
  color: #666;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.job-wrapper .operation i {
  display: inline-block;
  margin-left: 0.14rem;
  width: 0.1rem;
  height: 0.1rem;
  background-image: url(../img/j-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.job-wrapper .detail {
  display: none;
  padding-top: 0.32rem;
  padding-bottom: 0.5rem;
}
.job-wrapper .caption {
  font-size: var(--fs18);
  font-family: "medium";
  color: #003592;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.job-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.26rem;
}
.job-wrapper .content:last-child {
  margin-bottom: 0;
}
.job-wrapper .send,
.job-wrapper .send a {
  font-size: var(--fs18);
  color: #003592;
}
.job-wrapper .send {
  font-family: "medium";
  margin-top: 0.3rem;
  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;
}
.job-wrapper .send a:hover {
  text-decoration: underline;
}
.brand-wrapper .box-1 .logo {
  display: block;
  width: 32.28%;
  margin: 0 auto;
}
.brand-wrapper .box-1 .content {
  width: 9.75rem;
  margin: 0.28rem auto 0.92rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  text-align: center;
}
.brand-wrapper .box-2 .pic {
  position: relative;
  text-align: center;
  background: #000;
}
.brand-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);
}
.brand-wrapper .box-2 .pic.on .play,
.brand-wrapper .box-2 .pic.on img {
  display: none;
}
.brand-wrapper .box-2 .pic.on video {
  display: block;
}
.brand-wrapper .box-2 .pic img {
  opacity: 0.55;
}
.brand-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;
}
.brand-wrapper .box-2 .play:before,
.brand-wrapper .box-2 .play:after {
  opacity: 1;
  visibility: visible;
}
.brand-wrapper .box-4 {
  background: #f7f7f9;
}
.ad-box {
  position: relative;
  height: 6.8rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 14rem;
  margin: 0 auto;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.ad-box.on {
  width: 100%;
}
.ad-box img {
  display: none;
}
.swiperbox {
  position: relative;
}
.swiperbox.hasSwiper .swiper-btn {
  display: block;
}
.swiperbox .swiper-btn {
  width: 13px;
  height: 24px;
  display: none;
}
.swiperbox .prev {
  background-image: url(../img/iprev.png);
  left: -53px;
}
.swiperbox .prev:hover {
  background-image: url(../img/iprev2.png);
}
.swiperbox .next {
  background-image: url(../img/inext.png);
  right: -53px;
}
.swiperbox .next:hover {
  background-image: url(../img/inext2.png);
}
.goods-box.max .swiper-slide,
.goods-box.max li {
  width: 100%;
  margin-right: 0;
}
.goods-box.max .pic img {
  height: 2.82rem;
  object-fit: contain;
}
.goods-box .swiper-slide,
.goods-box li {
  width: 23.93%;
  background: #fff;
  margin-right: 1.426%;
}
.goods-box .swiper-slide:last-child,
.goods-box li:last-child {
  margin-right: 0;
}
.goods-box .swiper-slide:hover a,
.goods-box li:hover a {
  box-shadow: 0px 1px 15px 0px rgba(66, 108, 168, 0.26);
}
.goods-box .swiper-slide:hover:after,
.goods-box li:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.goods-box .swiper-slide:hover .pic img,
.goods-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-box .swiper-slide:hover .title,
.goods-box li:hover .title {
  color: #003592;
}
.goods-box .swiper-slide:after,
.goods-box li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #003592;
  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;
}
.goods-box .swiper-slide a,
.goods-box li a {
  display: block;
  padding: 0.3rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.goods-box .swiper-slide {
  height: auto;
}
.goods-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.goods-box li {
  position: relative;
  margin-top: 1.426%;
}
.goods-box .title {
  font-size: var(--fs18);
  color: #000;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  height: 48px;
  padding: 0 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;
  margin-top: 0.18rem;
}
.service-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.service-wrapper .box-container.reverse {
  flex-direction: row-reverse;
  align-items: flex-start;
}
.service-wrapper .pic {
  width: 50%;
  border-radius: 0.2rem;
}
.service-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.service-wrapper .info {
  width: 41.86%;
}
.service-wrapper .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666666;
}
.top-box {
  text-align: center;
  margin-bottom: 0.78rem;
}
.top-box .brief {
  width: 64.14%;
  margin: 0 auto;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.research-wrapper {
  padding-top: 0!important;
}
.research-wrapper .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.research-wrapper .data li {
  width: 20%;
  text-align: center;
  padding: 0 0.2rem;
  margin-bottom: 0;
}
.research-wrapper .data i {
  margin-left: 4px;
}
.research-wrapper .data p,
.research-wrapper .data i {
  color: #666;
}
.research-wrapper .data .num {
  font-size: 0.8rem;
  line-height: 0.7rem;
  color: #003592;
}
.making-wrapper {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.making-wrapper .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.making-wrapper .item:last-child {
  margin-bottom: 0;
}
.making-wrapper .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.making-wrapper .item:nth-child(odd) .info {
  padding-left: 1.2rem;
}
.making-wrapper .item:nth-child(even) .info {
  padding-right: 1.4rem;
}
.making-wrapper .pic {
  width: 50%;
  border-radius: 0.2rem;
}
.making-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.making-wrapper .info {
  width: 41.66%;
}
.making-wrapper .desc,
.making-wrapper .desc li {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  text-align: left;
}
.making-wrapper .desc ul {
  list-style-type: none;
}
.making-wrapper .desc li {
  margin-bottom: 0.3rem;
}
.making-wrapper .desc li:last-child {
  margin-bottom: 0;
}
.making-wrapper .desc li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #003592;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-radius: 50%;
}
.quality-wrapper .box-1 {
  background: url(../img/qualitybg.jpg) no-repeat bottom center;
  background-size: cover;
}
.quality-wrapper .box-1 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.quality-wrapper .box-1 .item {
  width: 23.93%;
  margin-right: 1.426%;
  margin-top: 1.426%;
  min-height: 4.09rem;
  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;
  padding: 0.6rem 0.1rem 0.4rem 0.4rem;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(161, 161, 161, 0.11);
}
.quality-wrapper .box-1 .item:nth-child(-n+4) {
  margin-top: 0;
}
.quality-wrapper .box-1 .item:nth-child(4n) {
  margin-right: 0;
}
.quality-wrapper .box-1 .item:hover {
  background: #003592;
}
.quality-wrapper .box-1 .item:hover .title,
.quality-wrapper .box-1 .item:hover .desc,
.quality-wrapper .box-1 .item:hover .desc li {
  color: #fff;
}
.quality-wrapper .box-1 .item:hover .desc li:before {
  background: #fff;
}
.quality-wrapper .box-1 .item:hover .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
.quality-wrapper .box-1 .item:hover .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.quality-wrapper .box-1 .icon {
  width: 0.45rem;
  height: 0.45rem;
  position: relative;
}
.quality-wrapper .box-1 .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
}
.quality-wrapper .box-1 .icon .on {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.quality-wrapper .box-1 .title {
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #000;
  font-weight: 700;
  margin: 0.38rem auto 0.18rem;
}
.quality-wrapper .box-1 .desc,
.quality-wrapper .box-1 .desc li {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.quality-wrapper .box-1 .desc {
  text-align: left;
}
.quality-wrapper .box-1 .desc ul {
  list-style-type: none;
}
.quality-wrapper .box-1 .desc li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #003592;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-radius: 50%;
}
.news-wrapper {
  background-color: #f9f9f9;
}
.news-wrapper .swiper-box {
  margin-bottom: 0.8rem;
  overflow: hidden;
  background-color: #fff;
}
.news-wrapper .swiper-box h5 {
  font-size: var(--fs30);
  line-height: 0.42rem;
  height: 1.26rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-wrapper .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .swiper-slide:hover h5 {
  color: #003592;
}
.news-wrapper .swiper-slide 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 .swiper-slide .pic,
.news-wrapper .swiper-slide h5,
.news-wrapper .swiper-slide .time {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.news-wrapper .swiper-slide .pic {
  width: 50%;
}
.news-wrapper .swiper-slide .info {
  width: 50%;
  background: url(../img/newsbg.jpg) no-repeat right bottom;
  background-size: 100%;
  padding: 0.52rem 1rem 0 0.7rem;
}
.news-wrapper .swiper-slide h5,
.news-wrapper .swiper-slide .time {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.news-wrapper .swiper-slide .time {
  color: #003592;
  font-size: var(--fs18);
  transition-delay: 0.05s;
}
.news-wrapper .swiper-slide.swiper-slide-active h5,
.news-wrapper .swiper-slide.swiper-slide-active .time,
.news-wrapper .swiper-slide.swiper-slide-active .desc,
.news-wrapper .swiper-slide.swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.news-wrapper .swiper-pagination {
  display: block;
  bottom: 0.5rem;
  font-size: 0;
  padding: 0 0.7rem;
  width: 50%;
  right: 0;
  left: auto;
  text-align: left;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border: none;
  background-color: #ced3db;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #003592;
}
.news-wrapper .news-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.news-wrapper .news-box li {
  width: 31.85%;
  margin-right: 2.225%;
  margin-top: 0.57rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  overflow: hidden;
}
.news-wrapper .news-box li:nth-child(-n+3) {
  margin-top: 0;
}
.news-wrapper .news-box li:nth-child(3n) {
  margin-right: 0;
}
.news-wrapper .news-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .news-box li:hover h5 {
  color: #003592;
}
.news-wrapper .news-box a {
  display: block;
}
.news-wrapper .news-box h5 {
  font-size: var(--fs22);
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.6rem;
}
.news-wrapper .news-box .info {
  padding-top: 0.24rem;
}
.news-wrapper .news-box .pic {
  background: #fff;
}
.news-wrapper .news-box .pic img {
  height: 2.4rem;
  object-fit: cover;
}
.news-wrapper h5 {
  color: #000;
  font-family: "medium";
  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 .time {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  margin-bottom: 0.07rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.newsinfo-wrapper {
  background: #f7f7f9;
}
.newsinfo-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsinfo-wrapper .top {
  margin-bottom: 0.28rem;
}
.newsinfo-wrapper .top h1 {
  font-size: var(--fs40);
  color: #000;
  font-family: "medium";
  line-height: 0.48rem;
}
.newsinfo-wrapper .other {
  font-size: 0;
  margin-top: 0.05rem;
}
.newsinfo-wrapper .other span,
.newsinfo-wrapper .other a {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
}
.newsinfo-wrapper .other span {
  display: inline-block;
  margin-right: 0.24rem;
}
.newsinfo-wrapper .other span:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .left {
  width: 62.5%;
}
.newsinfo-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  padding-top: 0.25rem;
  border-top: 1px solid #e2e2e2;
}
.newsinfo-wrapper .goods-box .caption {
  margin-bottom: 0.1rem;
}
.newsinfo-wrapper .right {
  width: 24.42%;
}
.newsinfo-wrapper .right &gt; ul {
  list-style-type: none;
  margin-bottom: 0.47rem;
}
.newsinfo-wrapper .right .caption {
  font-size: var(--fs24);
  line-height: 0.3rem;
  font-family: "medium";
  margin-bottom: 0.2rem;
}
.newsinfo-wrapper .right &gt; ul &gt; li {
  position: relative;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e2e2e2;
}
.newsinfo-wrapper .right &gt; ul &gt; li:after {
  content: "";
  width: 0;
  height: 1px;
  background: #003592;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}
.newsinfo-wrapper .right &gt; ul &gt; li:first-child {
  padding-top: 0;
}
.newsinfo-wrapper .right &gt; ul &gt; li:last-child {
  border-bottom: none;
}
.newsinfo-wrapper .right &gt; ul &gt; li:last-child:after {
  display: none;
}
.newsinfo-wrapper .right &gt; ul &gt; li:hover .title {
  color: #003592;
}
.newsinfo-wrapper .right &gt; ul &gt; li:hover:after {
  width: 100%;
}
.newsinfo-wrapper .right &gt; ul &gt; li .title {
  font-size: var(--fs18);
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.newsinfo-wrapper .right &gt; ul &gt; li p {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  margin-top: 0.04rem;
  letter-spacing: 1px;
}
.newsinfo-wrapper .tips {
  font-size: var(--fs16);
  color: #999;
  display: none;
}
.newsinfo-wrapper .relative-btn {
  margin-top: 1.04rem;
}
.newsinfo-wrapper .link {
  border: solid 1px #e1e1e1;
  margin-bottom: 0.2rem;
  padding: 0.24rem 0.38rem;
  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;
  position: relative;
}
.newsinfo-wrapper .link:after {
  content: "";
  width: calc(100% + 2px);
  height: 2px;
  background: #5f5f5f;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
}
.newsinfo-wrapper .link:hover {
  background: #fff;
}
.newsinfo-wrapper .link:hover:after {
  background: #003592;
}
.newsinfo-wrapper .link:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .link p {
  font-size: var(--fs16);
  color: #000;
  line-height: 24px;
  margin-bottom: 0.05rem;
}
.newsinfo-wrapper .link a,
.newsinfo-wrapper .link span {
  line-height: 24px;
  font-size: var(--fs16);
  color: #666;
}
.newsinfo-wrapper .link a {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  max-width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newsinfo-wrapper .link a:hover {
  color: #003592;
}
.newsinfo-wrapper .link span {
  display: inline-block;
}
.newsinfo-wrapper .goods-box li {
  width: 100%;
  margin-right: 0;
}
.cate-box {
  margin-bottom: 0.3rem;
}
.cate-box a {
  display: inline-block;
  position: relative;
  margin-right: 0.9rem;
  font-size: var(--fs30);
  line-height: 0.36rem;
  padding-bottom: 0.08rem;
  color: #666;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.cate-box a.on {
  color: #003592;
  font-weight: 700;
}
.cate-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.cate-box a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #003592;
  position: absolute;
  left: 0;
  bottom: 0;
  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;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.cate-box a:last-child {
  margin-right: 0;
}
.bg-grey {
  background: #f9f9f9;
}
.governance-wrapper .item {
  display: none;
}
.governance-wrapper ul {
  list-style-type: none;
}
.governance-wrapper li {
  padding: 0.4rem 0.5rem;
  background: #fff;
  box-shadow: 0px 3px 7px 0px rgba(0, 90, 162, 0.09);
  margin-bottom: 0.3rem;
}
.governance-wrapper li:last-child {
  margin-bottom: 0;
}
.governance-wrapper .name {
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #000;
  font-weight: 700;
}
.governance-wrapper .name span {
  color: #003592;
  font-size: var(--fs18);
  margin-left: 0.08rem;
}
.governance-wrapper .desc {
  margin-top: 0.15rem;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.notice-wrapper {
  padding-top: 0.6rem !important;
  position: relative;
  z-index: 101;
}
.notice-wrapper .year-box {
  position: relative;
  display: inline-block;
  margin-bottom: 0.32rem;
}
.notice-wrapper .year-box .caption,
.notice-wrapper .year-box .list {
  width: 126px;
}
.notice-wrapper .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 */
  align-items: center;
  font-size: 16px;
  color: #666;
}
.notice-wrapper .top span {
  display: inline-block;
  margin-right: 12px;
}
.notice-wrapper .caption {
  position: relative;
  cursor: pointer;
  line-height: 43px;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: solid 1px #dadadd;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
}
.notice-wrapper .caption.on {
  color: #003592;
}
.notice-wrapper .caption.on:after {
  background-image: url(../img/idown2.png);
}
.notice-wrapper .caption:after {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-image: url(../img/idown.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 10;
}
.notice-wrapper .list {
  width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 12;
  max-height: 264px;
  overflow-y: auto;
  display: none;
  border: 1px solid #dadadd;
  border-top: none;
}
.notice-wrapper .list a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 43px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #dadadd;
}
.notice-wrapper .list a:hover,
.notice-wrapper .list a.on {
  color: #003592;
}
.notice-wrapper .list a:last-child {
  border-bottom: none;
}
.notice-box .item {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-bottom: 1px solid #dadadd;
}
.notice-box .item:first-child {
  border-top: 1px solid #dadadd;
}
.notice-box .item:hover .title {
  color: #003592;
}
.notice-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 14px;
  height: 100%;
  background-image: url(../img/download.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.notice-box .btn:hover {
  background-image: url(../img/download2.png);
}
.notice-box .title,
.notice-box .time {
  font-size: 16px;
  color: #000000;
}
.notice-box .title {
  line-height: 0.7rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  max-width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.notice-box .time {
  margin-right: 0.56rem;
}
.floor-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.floor-box.white a {
  color: rgba(255, 255, 255, 0.5);
}
.floor-box.white a:before {
  background: #fff;
}
.floor-box.white a.on {
  color: #fff;
}
.floor-box a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  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-left: 0.3rem;
}
.floor-box a:before {
  content: "";
  width: 0;
  height: 2px;
  background: #003592;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  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;
}
.floor-box a.on {
  color: #003592;
}
.floor-box a.on:before {
  width: 0.2rem;
}
.investor-wrapper .top {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.investor-wrapper .top a {
  position: relative;
  display: inline-block;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #003592;
}
.investor-wrapper .top a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.investor-wrapper .top a:after {
  content: "";
  width: 100%;
  height: 2px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  background: #003592;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.investor-wrapper .box-1 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.investor-wrapper .box-1 .title {
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-bottom: 0.13rem;
}
.investor-wrapper .box-1 .info {
  width: 28.57%;
  padding: 0.44rem 0.4rem 0;
}
.investor-wrapper .box-1 .info ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.investor-wrapper .box-1 .info li {
  width: 48%;
  margin-top: 0.36rem;
}
.investor-wrapper .box-1 .info li:nth-child(-n+2) {
  margin-top: 0;
}
.investor-wrapper .box-1 .info p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.investor-wrapper .box-1 .info h6 {
  font-size: var(--fs24);
  line-height: 0.3rem;
  color: #666666;
  font-family: "en_regular";
}
.investor-wrapper .box-1 ul {
  list-style-type: none;
}
.investor-wrapper .box-1 .pic,
.investor-wrapper .box-1 iframe {
  width: 70%;
  border: solid 1px #e3e3e3;
  height: 4.63rem;
  padding: 10px;
}
.investor-wrapper .box-1 .pic img {
  height: 100%;
  object-fit: contain;
}
.investor-wrapper .number {
  font-size: var(--fs18);
  color: #f73131;
  margin-bottom: 0.34rem;
}
.investor-wrapper .number.down {
  color: #1c921c;
}
.investor-wrapper .number span {
  display: inline-block;
  font-family: "mm";
  font-size: 0.6rem;
  line-height: 0.5rem;
  height: 0.5rem;
}
.investor-wrapper .tips {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  margin-top: 0.36rem;
}
.investor-wrapper .box-4 .swiper-slide {
  width: 33.33%;
}
.investor-wrapper .box-4 .swiper-slide:hover .pic {
  background: #003592;
}
.investor-wrapper .box-4 .swiper-slide:hover .pic img {
  opacity: 0.1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.investor-wrapper .box-4 .swiper-slide:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.investor-wrapper .box-4 .swiper-slide a {
  display: block;
  position: relative;
}
.investor-wrapper .box-4 .pic {
  background: #000;
  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;
}
.investor-wrapper .box-4 .pic img {
  opacity: 0.5;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.investor-wrapper .box-4 .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;
}
.investor-wrapper .box-4 .inner {
  width: 100%;
  text-align: center;
}
.investor-wrapper .box-4 .icon {
  display: block;
  width: 0.46rem;
  margin: 0 auto;
  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;
}
.investor-wrapper .box-4 p {
  font-weight: 700;
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #fff;
  margin-top: 0.26rem;
}
.investor-wrapper .box-5 .box-container {
  padding: 0.92rem 0.8rem 1.16rem;
  background: url(../img/investor4.jpg) no-repeat fixed center center;
  background-size: cover;
  border-radius: 0.2rem;
}
.investor-wrapper .box-5 .info {
  width: 5.26rem;
}
.investor-wrapper .box-5 .page-title {
  margin-bottom: 0;
}
.investor-wrapper .box-5 p {
  position: relative;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #000;
  padding-left: 0.36rem;
}
.investor-wrapper .box-5 p img {
  width: 0.2rem;
  position: absolute;
  left: 0;
  top: 0.08rem;
  z-index: 10;
}
.investor-wrapper .box-5 .title-box {
  line-height: 0.3rem;
  margin: 0.15rem auto;
}
.investor-wrapper .box-5 .title-box h1 {
  font-weight: 700;
}
.investor-wrapper .box-5 .title-box h1,
.investor-wrapper .box-5 .title-box .en {
  font-size: var(--fs18);
}
.investor-wrapper .box-5 .title-box .en {
  color: #666;
}
.download-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 */
}
.download-box .item {
  width: 31.85%;
  margin-right: 2.225%;
}
.download-box .item:last-child {
  margin-right: 0;
}
.download-box .item:hover .title {
  color: #003592;
}
.download-box .item:hover .info {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.download-box .info {
  box-shadow: 0px 4px 15px 0px rgba(0, 53, 146, 0.09);
  border-radius: 0.1rem;
  padding: 0.32rem 0.4rem 0.24rem;
  background-color: #fff;
  transition: transform 0.48s ease;
  -webkit-transition: transform 0.48s ease;
  -moz-transition: transform 0.48s ease;
  -ms-transition: transform 0.48s ease;
  -o-transition: transform 0.48s ease;
}
.download-box .time {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.download-box .title {
  font-size: var(--fs18);
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.download-box .line {
  height: 1px;
  background: #ededf0;
  margin: 0.22rem auto;
}
.download-box .btn {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  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;
  background-image: url(../img/download.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left center;
  padding-left: 30px;
}
.download-box .btn:hover {
  color: #003592;
  background-image: url(../img/download2.png);
}
.solution-wrapper .content {
  width: 10.25rem;
  font-size: var(--fs16);
  text-align: center;
  line-height: 0.3rem;
  color: #666;
  margin: 0 auto 0.94rem;
}
.solution-wrapper .box-1 {
  position: relative;
  overflow: hidden;
}
.solution-wrapper .box-1 .box-container {
  position: relative;
  z-index: 10;
}
.solution-wrapper .canvas {
  position: absolute;
  left: 0;
  bottom: -3rem;
  z-index: 1;
  width: 100%;
  height: 6rem;
}
.solution-wrapper .box-2 {
  background: url(../img/solutionbg.jpg) no-repeat center center fixed;
  background-size: cover;
}
.intro-box .swiper-slide,
.application-box .swiper-slide {
  width: 31.86%;
  margin-right: 2.21%;
}
.intro-box .swiper-slide:last-child,
.application-box .swiper-slide:last-child {
  margin-right: 0;
}
.intro-box .swiper-slide {
  text-align: center;
  padding: 0.6rem 0.4rem;
  background: #fff;
  height: auto;
}
.intro-box .swiper-slide:hover .icon:before,
.intro-box .swiper-slide:hover .icon:after {
  opacity: 1;
  visibility: visible;
}
.intro-box .swiper-slide:hover .icon:before {
  animation: iconScale2 2.4s linear infinite;
}
.intro-box .swiper-slide:hover .icon:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.intro-box .swiper-slide:hover .icon img {
  transform: rotateY(180deg);
}
.intro-box .title {
  font-weight: 700;
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #000;
  margin: 0.33rem auto 0.22rem;
}
.intro-box .brief {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 168px;
  overflow-y: auto;
  padding: 0 5px;
  text-align: justify;
}
.intro-box .brief::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.intro-box .brief::-webkit-scrollbar-thumb {
  background-color: #003592;
}
.intro-box .icon {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
}
.intro-box .icon:before,
.intro-box .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 53, 146, 0.5);
  border-radius: 50%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
}
.intro-box .icon img {
  position: relative;
  display: block;
  width: 100%;
  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;
}
.application-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.application-box .pic {
  position: relative;
}
.application-box .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(../img/solutionbg2.png) repeat-x left bottom;
}
.application-box .pic img {
  height: 3.28rem;
  object-fit: cover;
}
.application-box p {
  font-size: var(--fs24);
  line-height: 0.3rem;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.applicate-box .swiper-container {
  padding-top: 0.6rem;
}
.applicate-box .swiper-slide {
  text-align: center;
  width: 16.66%;
  padding: 0 0.3rem;
}
.applicate-box .swiper-slide:hover img {
  transform: rotateY(180deg);
}
.applicate-box .icon {
  height: 0.8rem;
  margin: 0 auto;
  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;
}
.applicate-box p {
  font-size: var(--fs20);
  line-height: 0.3rem;
  color: #000000;
  margin-top: 0.3rem;
}
.applicate-box .swiper-btn {
  top: 60%;
}
.goods-wrapper {
  padding-top: 0!important;
}
.goods-wrapper .goods-box .pic img {
  height: 2.75rem;
  object-fit: contain;
}
.goodsinfo-wrapper .box-1 {
  padding: 0.8rem 0 0.8rem;
}
.goodsinfo-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goodsinfo-wrapper .box-1 .pic-box {
  width: 50%;
}
.goodsinfo-wrapper .box-1 .pic-box img {
  display: block;
  width: 100%;
}
.goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
  visibility: visible;
}
.goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-slide img {
  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;
}
.goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-btn {
  width: 23px;
  height: 100%;
}
.goodsinfo-wrapper .box-1 .bigImg-swiper .prev {
  left: 0;
  background-image: url(../img/gi-prev.png);
}
.goodsinfo-wrapper .box-1 .bigImg-swiper .prev:hover {
  background-image: url(../img/gi-prev2.png);
}
.goodsinfo-wrapper .box-1 .bigImg-swiper .next {
  right: 0;
  background-image: url(../img/gi-next.png);
}
.goodsinfo-wrapper .box-1 .bigImg-swiper .next:hover {
  background-image: url(../img/gi-next2.png);
}
.goodsinfo-wrapper .box-1 .info-box {
  width: 41.42%;
}
.goodsinfo-wrapper .box-1 .title {
  font-size: var(--fs48);
  line-height: 0.56rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.16rem;
}
.goodsinfo-wrapper .box-1 .cate {
  font-family: "en_light";
  font-size: var(--fs24);
  line-height: 0.3rem;
  margin-bottom: 0.14rem;
}
.goodsinfo-wrapper .box-1 .desc,
.goodsinfo-wrapper .box-1 .desc li {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.goodsinfo-wrapper .box-1 .desc {
  margin-bottom: 0.36rem;
}
.goodsinfo-wrapper .box-1 .desc ul {
  list-style-type: none;
}
.goodsinfo-wrapper .box-1 .desc li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #003592;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  border-radius: 50%;
}
.goodsinfo-wrapper .box-1 .index-more {
  margin-top: 0.34rem;
}
.goodsinfo-wrapper .box-2 {
  padding-top: 0!important;
}
.goodsinfo-wrapper .subtitle {
  font-family: "medium";
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #003592;
  margin-bottom: 0.18rem;
}
.goodsinfo-wrapper .thumb-box {
  position: relative;
  margin-top: 0.1rem;
}
.goodsinfo-wrapper .thumb-box .swiper-wrapper {
  justify-content: center;
}
.goodsinfo-wrapper .thumb-box .swiper-slide {
  padding: 5px;
  cursor: pointer;
}
.goodsinfo-wrapper .thumb-box .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goodsinfo-wrapper .thumb-box .swiper-slide.on .line_t,
.goodsinfo-wrapper .thumb-box .swiper-slide:hover .line_t,
.goodsinfo-wrapper .thumb-box .swiper-slide.on .line_b,
.goodsinfo-wrapper .thumb-box .swiper-slide:hover .line_b {
  width: 100%;
}
.goodsinfo-wrapper .thumb-box .swiper-slide.on .line_r,
.goodsinfo-wrapper .thumb-box .swiper-slide:hover .line_r,
.goodsinfo-wrapper .thumb-box .swiper-slide.on .line_l,
.goodsinfo-wrapper .thumb-box .swiper-slide:hover .line_l {
  height: 100%;
}
.goodsinfo-wrapper .thumb-box .swiper-slide img {
  height: 1.2rem;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.goodsinfo-wrapper .thumb-box .swiper-slide span {
  position: absolute;
  background: #003592;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.goodsinfo-wrapper .thumb-box .swiper-slide .line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.goodsinfo-wrapper .thumb-box .swiper-slide .line_r {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.goodsinfo-wrapper .thumb-box .swiper-slide .line_b {
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
}
.goodsinfo-wrapper .thumb-box .swiper-slide .line_l {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.goodsinfo-wrapper .tab-box {
  text-align: center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
  position: sticky;
  top: 1rem;
  z-index: 10;
  background: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0.26rem;
  box-shadow: 0px 5px 7px 0px rgba(0, 53, 146, 0.09);
  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;
}
.goodsinfo-wrapper .tab-box.scroll {
  top: 0;
}
.goodsinfo-wrapper .tab-box a {
  font-size: var(--fs16);
  color: #666;
  font-family: "medium";
  line-height: 0.3rem;
  margin-right: 0.9rem;
  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;
}
.goodsinfo-wrapper .tab-box a:last-child {
  margin-right: 0;
}
.goodsinfo-wrapper .tab-box a.on {
  color: #003592;
}
.goodsinfo-wrapper .content table {
  width: 100%!important;
}
.goodsinfo-wrapper .content table tr:nth-child(odd) td {
  background: #eee;
}
.goodsinfo-wrapper .content table td {
  padding: 12px 0.7rem;
  font-size: var(--fs16);
  line-height: 24px;
  font-family: "medium";
  text-align: left;
}
.goodsinfo-wrapper .content table td:first-child {
  width: 29.07%;
}
.goodsinfo-wrapper .content table td:nth-child(2) {
  width: 34.14%;
}
.goodsinfo-wrapper .content table td:nth-child(3) {
  width: 36.79%;
}
.pt {
  padding-top: 0.9rem;
}
.pt120 {
  padding-top: 1.2rem;
}
.about-wrapper .box-1 .content {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.about-wrapper .box-2 {
  min-height: 7.4rem;
  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 .box-2 .info {
  width: 5.6rem;
}
.about-wrapper .box-2 .page-title {
  color: #fff;
}
.about-wrapper .box-2 .content {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #fff;
}
.about-wrapper .box-2,
.about-wrapper .box-3,
.about-wrapper .box-5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.about-wrapper .box-3 {
  background-image: url(../img/aboutbg3.jpg);
}
.about-wrapper .box-3 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1rem;
}
.about-wrapper .box-3 .left {
  position: relative;
}
.about-wrapper .box-3 .inner {
  position: relative;
  height: 600px;
  margin-left: 300px;
  width: 400px;
  overflow: hidden;
}
.about-wrapper .box-3 .right {
  width: 40%;
  padding-top: 0.32rem;
}
.about-wrapper .box-3 .right .swiper-container {
  display: none;
}
.about-wrapper .box-3 .right .swiper-slide-active .year,
.about-wrapper .box-3 .right .swiper-slide-active .desc {
  display: block;
}
.about-wrapper .box-3 .right .swiper-slide-active .year {
  animation: fadeInUp50 1s ease;
}
.about-wrapper .box-3 .right .swiper-slide-active .desc {
  animation: fadeInUp50 1s ease;
}
.about-wrapper .box-3 .right .hideinfo.on .year,
.about-wrapper .box-3 .right .hideinfo.on .desc {
  display: block;
}
.about-wrapper .box-3 .right .hideinfo.on .year {
  animation: fadeInUp50 0.5s linear;
}
.about-wrapper .box-3 .right .hideinfo.on .desc {
  animation: fadeInUp50 0.5s linear;
}
.about-wrapper .box-3 .desc,
.about-wrapper .box-3 .desc li {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
}
.about-wrapper .box-3 .desc {
  min-height: 2.6rem;
}
.about-wrapper .box-3 .desc ul {
  list-style-type: none;
}
.about-wrapper .box-3 .desc li {
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
}
.about-wrapper .box-3 .desc li:last-child {
  margin-bottom: 0;
}
.about-wrapper .box-3 .desc li:before {
  content: "";
  border-radius: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  top: calc((.3rem - 6px) / 2);
  background-color: #003592;
  position: absolute;
  z-index: 10;
}
.about-wrapper .box-3 .year {
  font-weight: 700;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #003592;
  margin-bottom: 0.42rem;
  font-family: "mm";
}
.about-wrapper .box-3 .picbox,
.about-wrapper .box-3 .pic-swiper {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 10;
  width: 500px;
  height: 500px;
}
.about-wrapper .box-3 .picbox img,
.about-wrapper .box-3 .pic-swiper img {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  object-fit: cover;
}
.about-wrapper .box-3 .picbox img:hover,
.about-wrapper .box-3 .pic-swiper img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-3 .pic-swiper .swiper-slide {
  border-radius: 50%;
}
.about-wrapper .box-3 .picbox {
  overflow: hidden;
  border-radius: 50%;
}
.about-wrapper .box-3 .picbox.on img {
  animation: fadeIn 1s ease forwards;
}
.about-wrapper .box-3 .picbox img {
  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;
}
.about-wrapper .box-3 .years {
  position: absolute;
  top: 0;
  z-index: 10;
  left: -350px;
  width: 600px;
  height: 600px;
  background: url(../img/circle.png) no-repeat right center;
  background-size: contain;
}
.about-wrapper .box-3 .years .yearItem {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  position: absolute;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-3 .years .yearItem:hover span {
  color: #003592;
}
.about-wrapper .box-3 .years .yearItem:nth-child(3) span {
  color: #003592;
  font-size: var(--fs30);
  font-weight: 700;
  font-family: "mm";
  margin-left: 0.2rem;
}
.about-wrapper .box-3 .years .yearItem:nth-child(3) i:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  visibility: visible;
}
.about-wrapper .box-3 .years .yearItem:nth-child(-n+6) {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-3 .years .yearItem span {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  transition: font-size 0.5s ease;
  -webkit-transition: font-size 0.5s ease;
  -moz-transition: font-size 0.5s ease;
  -ms-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  margin-left: 0.14rem;
}
.about-wrapper .box-3 .years .yearItem .desc {
  display: none;
}
.about-wrapper .box-3 .years i {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  position: relative;
}
.about-wrapper .box-3 .years i:before,
.about-wrapper .box-3 .years i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #003592;
}
.about-wrapper .box-3 .years i:before {
  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;
  z-index: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0.3;
  visibility: hidden;
}
.about-wrapper .box-3 .years i:after {
  z-index: 1;
  transform: scale(0.416);
  -webkit-transform: scale(0.416);
  -moz-transform: scale(0.416);
  -ms-transform: scale(0.416);
  -o-transform: scale(0.416);
}
.about-wrapper .box-3 .btn-box {
  width: 4.22rem;
  background-color: #e8e8e8;
  border-radius: 0.34rem;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: 0.45rem;
}
.about-wrapper .box-3 .btn-box a {
  text-align: center;
  width: 50%;
  line-height: 0.68rem;
  font-size: var(--fs16);
  font-family: "mm";
  text-transform: uppercase;
  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-3 .btn-box .prev,
.about-wrapper .box-3 .btn-box a:hover {
  background-color: #003592;
  color: #fff;
}
.about-wrapper .box-3 .btn-box i {
  display: inline-block;
  width: 20px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  vertical-align: middle;
  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;
}
.about-wrapper .box-3 .btn-box .prev:hover i {
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
}
.about-wrapper .box-3 .btn-box .prev i {
  margin-right: 10px;
  background-image: url(../img/a-prev2.png);
}
.about-wrapper .box-3 .btn-box .next:hover i {
  background-image: url(../img/a-next2.png);
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.about-wrapper .box-3 .btn-box .next i {
  margin-left: 10px;
  background-image: url(../img/a-next.png);
}
.about-wrapper .box-4 .swiper-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;
  align-items: center;
}
.about-wrapper .box-4 .honor {
  padding-left: calc((100% - 14rem) / 2);
}
.about-wrapper .box-4 .honor .swiper-container {
  padding-left: 0.35rem;
  padding-right: calc((100% - 14rem) / 2);
}
.about-wrapper .box-4 .honor .swiper-slide img {
  height: 2rem;
  object-fit: contain;
}
.about-wrapper .box-4 .relative-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.about-wrapper .box-4 .swiper-scrollbar {
  cursor: pointer;
  left: 0;
  flex: 1;
  height: 2px;
  background-color: #cdd2d5;
  border-radius: 0;
  margin-left: 0.4rem;
}
.about-wrapper .box-4 .swiper-scrollbar-drag {
  height: 2px;
  background-color: #003592;
  border-radius: 0;
}
.about-wrapper .box-4 .swiper-container {
  padding-bottom: 0.76rem;
}
.about-wrapper .box-4 .swiper-container:before {
  content: "";
  width: 100%;
  height: 1.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/honorbg.png);
  position: absolute;
  left: 0;
  bottom: 0.52rem;
  z-index: -1;
}
.about-wrapper .box-4 .swiper-slide {
  z-index: 10;
  padding-right: 0.2rem;
}
.about-wrapper .box-4 .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-4 .swiper-slide .pic {
  position: relative;
  z-index: 10;
  padding: 0.08rem;
  border: solid 2px #f2d59e;
  overflow: inherit;
}
.about-wrapper .box-4 .swiper-slide .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -20px;
  bottom: -2px;
  z-index: -1;
  background: url(../img/h-shadow.png) no-repeat right bottom;
  background-size: cover;
}
.about-wrapper .box-4 .swiper-slide .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-wrapper .box-4 .swiper-slide .inner {
  position: relative;
  z-index: 10;
  overflow: hidden;
  background: #fff;
}
.about-wrapper .box-4 .swiper-slide img {
  height: 2rem;
  object-fit: contain;
}
.about-wrapper .box-4 .swiper-slide .title {
  font-size: var(--fs18);
  line-height: 24px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  padding: 0 0.1rem;
  margin-top: 0.34rem;
}
.about-wrapper .box-4 .btn-box a {
  display: inline-block;
  position: static;
  transform: none;
  width: 0.58rem;
  height: 0.58rem;
}
.about-wrapper .box-4 .prev {
  margin-right: 0.2rem;
  background-image: url(../img/a-prev3.png);
}
.about-wrapper .box-4 .prev:hover {
  background-image: url(../img/a-prev4.png);
}
.about-wrapper .box-4 .next {
  background-image: url(../img/a-next3.png);
}
.about-wrapper .box-4 .next:hover {
  background-image: url(../img/a-next4.png);
}
.about-wrapper .box-5 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style-type: none;
}
.about-wrapper .box-5 li {
  width: 33.33%;
  text-align: center;
  min-height: 7.4rem;
  padding-top: 2.57rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.about-wrapper .box-5 li:last-child {
  border-right: none;
}
.about-wrapper .box-5 li:hover .icon {
  transform: translateY(-0.2rem);
  -webkit-transform: translateY(-0.2rem);
  -moz-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  -o-transform: translateY(-0.2rem);
}
.about-wrapper .box-5 .icon {
  display: block;
  width: 0.5rem;
  margin: 0 auto;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.about-wrapper .box-5 .title {
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #fff;
  margin: 0.66rem auto 0.1rem;
}
.about-wrapper .box-5 .brief {
  font-family: "medium";
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #fff;
}
.about-wrapper .box-6 {
  background: #fff url(../img/aboutbg6.jpg) no-repeat center center;
  background-size: 100%;
}
.about-wrapper .box-6 .page-title {
  margin-bottom: 0.12rem;
}
.about-wrapper .box-6 .swiper-box {
  position: relative;
}
.about-wrapper .box-6 .swiper-box:after,
.about-wrapper .box-6 .swiper-box:before {
  content: "";
  width: 2.3rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.about-wrapper .box-6 .swiper-box:before {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}
.about-wrapper .box-6 .swiper-box:after {
  right: 0;
  background: linear-gradient(-90deg, #fff, transparent);
}
.about-wrapper .box-6 .swiper-container {
  padding-bottom: 0.18rem;
}
.about-wrapper .box-6 .swiper-container:first-child {
  padding-top: 0.24rem;
}
.about-wrapper .box-6 .swiper-container:last-child {
  padding-bottom: 0.24rem;
}
.about-wrapper .box-6 .swiper-slide {
  width: 2.4rem;
  background: #fff;
  box-shadow: 0px 5px 25px 0px rgba(13, 26, 53, 0.1);
  border-radius: 5px;
}
.about-wrapper .box-6 .pic img {
  height: 1.24rem;
  object-fit: contain;
}
@media screen and (min-width: 1004px) {
  .brand-wrapper .box-1 {
    padding-bottom: 0.65rem !important;
  }
  .video-wrapper .video-box li:nth-child(-n+3) {
    margin-top: 0;
  }
  .video-wrapper .video-box li:nth-child(3n) {
    margin-right: 0;
  }
  .job-wrapper .item:hover .top {
    background: #003592;
  }
  .job-wrapper .item:hover .top div {
    color: #fff;
  }
  .job-wrapper .item:hover .operation i {
    background-image: url(../img/j-right2.png);
  }
  .swiperbox.noSwiper .swiper-container,
  .swiperbox.noSwiper .swiper-wrapper {
    overflow: inherit;
  }
  .swiperbox li:nth-child(-n+4) {
    margin-top: 0;
  }
  .swiperbox li:nth-child(4n) {
    margin-right: 0;
  }
  .newsinfo-wrapper {
    padding-top: 0.64rem !important;
  }
  .cate-box a:hover {
    color: #003592;
  }
  .floor-box.white a:hover {
    color: #fff;
  }
  .floor-box a:hover {
    color: #003592;
  }
  .floor-box a:hover:before {
    width: 0.2rem;
  }
  .goodsinfo-wrapper .tab-box a:hover {
    color: #003592;
  }
  .goods-box li:nth-child(4n) {
    margin-right: 0;
  }
  .goods-box li:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1600px) {
  .page-box,
  .padding {
    padding: 1.1rem 0;
  }
  .pt120 {
    padding-top: 1.1rem;
  }
  .making-wrapper {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
  .about-wrapper .box-5 li,
  .about-wrapper .box-2 {
    min-height: 6.6rem;
  }
  .about-wrapper .box-4 .honor .swiper-slide img {
    height: 1.6rem;
  }
  .about-wrapper .box-5 li {
    padding-top: 2.2rem;
  }
  .intro-box .swiper-slide {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
}
@media screen and (max-width: 1440px) {
  .page-box,
  .padding {
    padding: 1rem 0;
  }
  .pt120 {
    padding-top: 1rem;
  }
  .making-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .page-title {
    margin-bottom: 0.48rem;
    font-size: var(--fs30);
  }
  .play {
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    margin-left: -0.4rem;
  }
  .video-wrapper .video-box li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.6rem;
  }
  .video-wrapper .video-box li:last-child {
    margin-bottom: 0;
  }
  .video-wrapper .pic img {
    height: auto;
  }
  .video-wrapper .info {
    padding-top: 0.3rem;
  }
  .video-wrapper h6 {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .video-wrapper p {
    font-size: var(--fs14);
    line-height: 20px;
    margin-top: 0;
  }
  .video-modal-wrapper .close {
    top: -0.6rem;
  }
  .contact-wrapper .box-1 ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .contact-wrapper .box-1 ul li:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .box-1 .info {
    padding: 0.48rem 0.4rem 1.2rem;
  }
  .contact-wrapper .box-1 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.14rem;
  }
  .contact-wrapper .box-1 .desc {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .contact-wrapper .local {
    line-height: 0.48rem;
    background-size: 0.2rem;
    padding-right: 0.3rem;
  }
  .contact-wrapper .box-2 {
    background-attachment: inherit;
  }
  .contact-wrapper .group {
    width: 100%;
    margin-top: 0.3rem;
    /* input placeholder  */
  }
  .contact-wrapper .group:nth-child(2) {
    margin-top: 0.3rem;
  }
  .contact-wrapper .group .text,
  .contact-wrapper .group .msg {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    font-size: var(--fs14);
  }
  .contact-wrapper .group ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999999;
    font-size: var(--fs14);
  }
  .contact-wrapper .group :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
    font-size: var(--fs14);
  }
  .contact-wrapper .group ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
    font-size: var(--fs14);
  }
  .contact-wrapper .group :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999999;
    font-size: var(--fs14);
  }
  .contact-wrapper .group .text {
    height: 0.76rem;
    line-height: 0.76rem;
  }
  .contact-wrapper .group .msg {
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
    line-height: 0.4rem;
    height: 2rem;
  }
  .contact-wrapper .submit {
    margin-top: 0.48rem;
    width: 70%;
    line-height: 0.8rem;
    font-size: var(--fs16);
  }
  .job-wrapper .brief {
    width: 100%;
    font-size: var(--fs20);
  }
  .job-wrapper .main &gt; .top div {
    font-size: var(--fs15);
  }
  .job-wrapper .top,
  .job-wrapper .detail {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .job-wrapper .top {
    height: 1rem;
  }
  .job-wrapper .top div {
    line-height: 0.4rem;
    padding-right: 0.2rem;
    width: calc((100% - 0.6rem) / 3);
  }
  .job-wrapper .top div.title {
    width: 36%;
  }
  .job-wrapper .top div.time,
  .job-wrapper .top div.type {
    width: 24%;
  }
  .job-wrapper .top div.operation {
    width: 0.6rem;
    padding-right: 0;
  }
  .job-wrapper .item .top div {
    font-size: var(--fs15);
  }
  .job-wrapper .item .top div.time {
    font-size: 12px;
  }
  .job-wrapper .item .top div.operation {
    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 */
    align-items: center;
    justify-content: center;
  }
  .job-wrapper .operation {
    text-align: center;
  }
  .job-wrapper .operation i {
    margin-left: 0;
    width: 0.2rem;
    height: 0.2rem;
  }
  .job-wrapper .detail {
    padding-top: 0.48rem;
    padding-bottom: 0.48rem;
  }
  .job-wrapper .caption {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-bottom: 0.12rem;
  }
  .job-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-bottom: 0.4rem;
  }
  .job-wrapper .send {
    font-size: var(--fs14);
    margin-top: 0.48rem;
    line-height: 0.48rem;
  }
  .brand-wrapper .box-1 .logo {
    width: 60%;
  }
  .brand-wrapper .box-1 .content {
    width: 100%;
    margin: 0.4rem auto 0.7rem;
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .brand-wrapper .box-4 .box-container {
    padding: 0;
  }
  .ad-box {
    height: 4rem;
    width: calc(100% - 0.8rem);
  }
  .swiperbox .swiper-container {
    padding: 0 15px;
  }
  .swiperbox .swiper-btn {
    width: 10px;
  }
  .swiperbox .prev {
    left: 10px;
  }
  .swiperbox .next {
    right: 10px;
  }
  .goods-box .swiper-slide,
  .goods-box li {
    width: 100%;
    margin-right: 0;
  }
  .goods-box .swiper-slide:last-child,
  .goods-box li:last-child {
    margin-right: 0;
  }
  .goods-box .swiper-slide:hover a,
  .goods-box li:hover a {
    box-shadow: 0px 1px 15px 0px rgba(66, 108, 168, 0.26);
  }
  .goods-box .swiper-slide:hover:after,
  .goods-box li:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .goods-box .swiper-slide:hover .pic img,
  .goods-box li:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .goods-box .swiper-slide:hover .title,
  .goods-box li:hover .title {
    color: #003592;
  }
  .goods-box .swiper-slide a,
  .goods-box li a {
    display: block;
    padding: 0.3rem;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .goods-box li {
    position: relative;
  }
  .goods-box .title {
    line-height: 20px;
    height: 40px;
    padding: 0;
  }
  .service-wrapper .box-container {
    display: block;
  }
  .service-wrapper .pic,
  .service-wrapper .info {
    width: 100%;
  }
  .service-wrapper .info {
    margin-top: 0.6rem;
  }
  .service-wrapper .page-title {
    margin-bottom: 0.3rem;
  }
  .service-wrapper .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .top-box {
    margin-bottom: 0.6rem;
  }
  .top-box .page-title {
    margin-bottom: 0.3rem;
  }
  .top-box .brief {
    width: 100%;
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .research-wrapper .data ul {
    flex-flow: wrap;
  }
  .research-wrapper .data li {
    width: 33.33%;
    margin-top: 0.6rem;
  }
  .research-wrapper .data li:nth-child(-n+3) {
    margin-top: 0;
  }
  .research-wrapper .data .num {
    font-size: 0.6rem;
    line-height: 0.6rem;
  }
  .making-wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .making-wrapper .item {
    display: block;
    margin-bottom: 0.8rem;
  }
  .making-wrapper .item:nth-child(odd) .info {
    padding-left: 0;
  }
  .making-wrapper .item:nth-child(even) .info {
    padding-right: 0;
  }
  .making-wrapper .pic {
    width: 100%;
  }
  .making-wrapper .info {
    width: 100%;
    margin-top: 0.5rem;
  }
  .making-wrapper .page-title {
    margin-bottom: 0.2rem;
    font-size: var(--fs24);
  }
  .making-wrapper .desc,
  .making-wrapper .desc li {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .making-wrapper .desc li {
    margin-bottom: 0.3rem;
  }
  .making-wrapper .desc li:before {
    width: 4px;
    height: 4px;
    margin-right: 4px;
  }
  .quality-wrapper .box-1 .item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    min-height: inherit;
    margin-bottom: 0.3rem;
    padding: 0.8rem 0.7rem;
  }
  .quality-wrapper .box-1 .item:last-child {
    margin-bottom: 0;
  }
  .quality-wrapper .box-1 .icon {
    width: 0.7rem;
    height: 0.7rem;
  }
  .quality-wrapper .box-1 .title {
    line-height: 0.48rem;
    margin: 0.3rem auto 0.24rem;
  }
  .quality-wrapper .box-1 .desc li:before {
    margin-right: 6px;
  }
  .news-wrapper .swiper-box {
    margin-bottom: 0.6rem;
  }
  .news-wrapper .swiper-box h5 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    height: 1.44rem;
    margin-bottom: 0.3rem;
  }
  .news-wrapper .swiper-slide a {
    display: block;
  }
  .news-wrapper .swiper-slide .pic {
    width: 100%;
  }
  .news-wrapper .swiper-slide .info {
    width: 100%;
    padding: 0.6rem 0.3rem 1.2rem;
  }
  .news-wrapper .swiper-pagination {
    bottom: 0.48rem;
    padding: 0 0.3rem;
    width: 100%;
    text-align: center;
  }
  .news-wrapper .time {
    line-height: 20px;
    margin-bottom: 0.1rem;
  }
  .news-wrapper .news-box li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .news-wrapper .news-box li:last-child {
    margin-bottom: 0;
  }
  .news-wrapper .news-box .pic img {
    height: auto;
  }
  .news-wrapper .news-box h5 {
    font-size: var(--fs18);
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .news-wrapper .news-box .info {
    padding-top: 0.4rem;
  }
  .news-wrapper .news-box .time {
    line-height: 20px;
  }
  .newsinfo-wrapper {
    padding-top: 0.2rem !important;
  }
  .newsinfo-wrapper .box-container {
    display: block;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs22);
    line-height: 0.6rem;
    margin-bottom: 0.12rem;
  }
  .newsinfo-wrapper .other {
    margin-top: 0.05rem;
  }
  .newsinfo-wrapper .other span,
  .newsinfo-wrapper .other a {
    font-size: var(--fs14);
    line-height: 20px;
  }
  .newsinfo-wrapper .other span {
    margin-right: 0.3rem;
  }
  .newsinfo-wrapper .left {
    width: 100%;
  }
  .newsinfo-wrapper .content {
    line-height: 0.44rem;
    padding-top: 0.48rem;
  }
  .newsinfo-wrapper .right {
    width: 100%;
    margin-top: 0.6rem;
  }
  .newsinfo-wrapper .right .caption {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .newsinfo-wrapper .right &gt; ul &gt; li .title {
    font-size: var(--fs16);
    line-height: 20px;
    height: auto;
    max-height: 40px;
  }
  .newsinfo-wrapper .right &gt; ul &gt; li p {
    font-size: var(--fs14);
    line-height: 20px;
    margin-top: 0.1rem;
  }
  .newsinfo-wrapper .link {
    margin-bottom: 0.3rem;
    padding: 0.34rem 0.4rem;
    border-top-width: 1px;
  }
  .newsinfo-wrapper .link p {
    line-height: 20px;
    margin-bottom: 0.1rem;
  }
  .newsinfo-wrapper .link a,
  .newsinfo-wrapper .link span {
    line-height: 20px;
  }
  .notice-wrapper {
    padding-top: 0.6rem !important;
  }
  .notice-wrapper .year-box {
    margin-bottom: 0.48rem;
  }
  .notice-wrapper .year-box .caption,
  .notice-wrapper .year-box .list {
    width: 120px;
  }
  .notice-wrapper .top {
    font-size: var(--fs16);
  }
  .notice-wrapper .caption {
    line-height: 36px;
    padding: 0 0.3rem;
    font-size: var(--fs16);
  }
  .notice-wrapper .caption:after {
    width: 10px;
    right: 0.3rem;
  }
  .notice-wrapper .list {
    max-height: 222px;
  }
  .notice-wrapper .list a {
    font-size: var(--fs16);
    line-height: 36px;
    padding: 0 0.3rem;
  }
  .notice-box .item {
    display: block;
    padding: 0.3rem 0;
  }
  .notice-box .title,
  .notice-box .time {
    font-size: var(--fs16);
  }
  .notice-box .title {
    line-height: 0.4rem;
    max-height: 0.8rem;
    -webkit-line-clamp: 2;
  }
  .notice-box .time {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .floor-box {
    display: none;
  }
  .investor-wrapper .top a {
    line-height: 0.44rem;
  }
  .investor-wrapper .box-1 .main {
    display: block;
  }
  .investor-wrapper .box-1 .title {
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .investor-wrapper .box-1 .info {
    width: 100%;
    padding: 0.6rem;
  }
  .investor-wrapper .box-1 .info li {
    margin-top: 0.48rem;
  }
  .investor-wrapper .box-1 .info p {
    font-size: 14px;
    line-height: 24px;
  }
  .investor-wrapper .box-1 .info h6 {
    line-height: 0.48rem;
  }
  .investor-wrapper .box-1 .pic,
  .investor-wrapper .box-1 iframe {
    width: 100%;
    height: 6rem;
    margin-top: 0.3rem;
  }
  .investor-wrapper .box-4 .swiper-container {
    padding: 0 15px 0.6rem;
  }
  .investor-wrapper .box-4 .swiper-slide {
    width: 65%;
  }
  .investor-wrapper .box-4 .icon {
    width: 0.64rem;
  }
  .investor-wrapper .box-4 p {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-top: 0.4rem;
  }
  .investor-wrapper .box-4 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .investor-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #003592;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
  }
  .investor-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet:link,
  .investor-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet:visited,
  .investor-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet:active,
  .investor-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .investor-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #003592;
    width: 24px;
    border-radius: 30px;
  }
  .investor-wrapper .box-5 {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .investor-wrapper .box-5 .box-container {
    padding: 0.8rem 0.4rem;
    background-attachment: inherit;
  }
  .investor-wrapper .box-5 .info {
    width: 100%;
  }
  .investor-wrapper .box-5 p {
    font-size: var(--fs15);
    line-height: 0.44rem;
    padding-left: 0.44rem;
  }
  .investor-wrapper .box-5 p img {
    width: 0.26rem;
    top: 0.05rem;
  }
  .investor-wrapper .box-5 .title-box {
    line-height: 0.44rem;
    margin: 0.24rem auto;
  }
  .download-box {
    flex-flow: wrap;
  }
  .download-box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .download-box .item:last-child {
    margin-bottom: 0;
  }
  .download-box .info {
    border-radius: 0.16rem;
    padding: 0.48rem 0.4rem;
  }
  .download-box .title {
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .download-box .line {
    margin: 0.36rem auto;
  }
  .download-box .btn {
    background-size: 12px;
    padding-left: 24px;
  }
  .solution-wrapper .content {
    width: 100%;
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .solution-wrapper .canvas {
    bottom: -4rem;
    height: 8rem;
  }
  .solution-wrapper .box-2 {
    background-attachment: inherit;
  }
  .solution-wrapper .box-2 .box-container {
    padding: 0 0.3rem;
  }
  .solution-wrapper .box-2 .swiper-container {
    padding: 0;
  }
  .solution-wrapper .box-3 .box-container,
  .solution-wrapper .box-4 .box-container {
    padding: 0;
  }
  .intro-box .swiper-slide,
  .application-box .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .intro-box .swiper-slide {
    width: 100%;
    padding: 0.8rem 0.3rem;
  }
  .intro-box .title {
    line-height: 0.48rem;
    margin: 0.6rem auto 0.3rem;
  }
  .intro-box .brief {
    height: 216px;
  }
  .intro-box .brief::-webkit-scrollbar {
    width: 2px;
  }
  .intro-box .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .application-box .pic img {
    height: 3.84rem;
  }
  .application-box p {
    font-size: var(--fs18);
    line-height: 0.48rem;
    bottom: 0.3rem;
  }
  .applicate-box .swiper-container {
    padding-top: 0.4rem;
  }
  .applicate-box .swiper-slide {
    width: 33.33%;
    padding: 0 0.2rem;
  }
  .applicate-box .icon {
    height: 0.8rem;
  }
  .applicate-box p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }
  .applicate-box .swiper-btn {
    top: 50%;
  }
  .index-more {
    min-width: 1.8rem;
    line-height: 0.64rem;
  }
  .goods-wrapper .goods-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-wrapper .goods-box li {
    width: calc((100% - .3rem) / 2);
    margin-top: 0.3rem;
  }
  .goods-wrapper .goods-box li:nth-child(-n+2) {
    margin-top: 0;
  }
  .goods-wrapper .goods-box .title {
    font-size: var(--fs16);
  }
  .goodsinfo-wrapper .box-1 {
    padding: 0.6rem 0;
  }
  .goodsinfo-wrapper .box-1 .box-container {
    display: block;
  }
  .goodsinfo-wrapper .box-1 .pic-box {
    width: 100%;
  }
  .goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-btn {
    width: 10px;
  }
  .goodsinfo-wrapper .box-1 .bigImg-swiper .swiper-slide img {
    opacity: 1;
    visibility: visible;
  }
  .goodsinfo-wrapper .box-1 .info-box {
    width: 100%;
    margin-top: 0.3rem;
  }
  .goodsinfo-wrapper .box-1 .title {
    font-size: var(--fs30);
    line-height: 0.64rem;
    margin-bottom: 0.3rem;
  }
  .goodsinfo-wrapper .box-1 .cate {
    font-size: var(--fs18);
    line-height: 0.44rem;
    margin-bottom: 0;
  }
  .goodsinfo-wrapper .box-1 .desc,
  .goodsinfo-wrapper .box-1 .desc li {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .goodsinfo-wrapper .box-1 .desc {
    margin-bottom: 0.48rem;
  }
  .goodsinfo-wrapper .box-1 .desc li:before {
    width: 5px;
    height: 5px;
    margin-right: 8px;
  }
  .goodsinfo-wrapper .box-1 .index-more {
    margin-top: 0.4rem;
  }
  .goodsinfo-wrapper .subtitle {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .goodsinfo-wrapper .thumb-box {
    display: none;
  }
  .goodsinfo-wrapper .tab-box {
    top: 1.2rem;
  }
  .goodsinfo-wrapper .tab-box a {
    line-height: 0.48rem;
    margin-right: 0.48rem;
  }
  .goodsinfo-wrapper .content table td {
    padding: 10px 0.2rem;
    font-size: var(--fs14);
    line-height: 20px;
  }
  .goodsinfo-wrapper .detail .item:first-child .box-container {
    padding: 0;
  }
  .goodsinfo-wrapper .detail .item:first-child .page-title {
    padding: 0 15px;
  }
  .about-wrapper .box-1 {
    padding-bottom: 0!important;
  }
  .about-wrapper .box-1 .page-title {
    font-size: var(--fs24);
    margin-bottom: 0.24rem;
  }
  .about-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.4rem;
  }
  .about-wrapper .box-2 {
    min-height: inherit;
    background: none!important;
  }
  .about-wrapper .box-2 .info {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .about-wrapper .box-2 .page-title {
    color: #333;
  }
  .about-wrapper .box-2 .content {
    color: #666;
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .box-2,
  .about-wrapper .box-3,
  .about-wrapper .box-5 {
    background-attachment: inherit;
  }
  .about-wrapper .box-3 .main {
    display: block;
    margin-top: 0;
  }
  .about-wrapper .box-3 .left {
    position: relative;
    width: 100%;
  }
  .about-wrapper .box-3 .inner {
    display: none;
  }
  .about-wrapper .box-3 .right {
    width: 100%;
    padding-top: 0.32rem;
  }
  .about-wrapper .box-3 .right .swiper-container {
    display: block;
  }
  .about-wrapper .box-3 .desc,
  .about-wrapper .box-3 .year,
  .about-wrapper .box-3 .picbox,
  .about-wrapper .box-3 .hideinfo {
    display: none;
  }
  .about-wrapper .box-3 .desc,
  .about-wrapper .box-3 .desc li {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .about-wrapper .box-3 .desc {
    min-height: 1.92rem;
  }
  .about-wrapper .box-3 .desc li {
    padding-left: 0.3rem;
    margin-bottom: 0.1rem;
  }
  .about-wrapper .box-3 .desc li:before {
    width: 5px;
    height: 5px;
    top: calc((.44rem - 5px) / 2);
  }
  .about-wrapper .box-3 .year {
    font-size: var(--fs48);
    margin-bottom: 0.24rem;
  }
  .about-wrapper .box-3 .pic-swiper {
    display: none;
  }
  .about-wrapper .box-3 .btn-box {
    width: 70%;
    border-radius: 0.42rem;
    margin: 0.68rem auto 0;
  }
  .about-wrapper .box-3 .btn-box a {
    font-size: var(--fs14);
    line-height: 0.84rem;
  }
  .about-wrapper .box-3 .btn-box i {
    width: 15px;
    height: 6px;
  }
  .about-wrapper .box-4 .honor {
    padding-left: 0;
  }
  .about-wrapper .box-4 .honor .swiper-container {
    padding-left: 28px;
    padding-right: 0.3rem;
  }
  .about-wrapper .box-4 .honor .swiper-slide img {
    height: auto;
  }
  .about-wrapper .box-4 .swiper-scrollbar {
    margin-left: 0.6rem;
  }
  .about-wrapper .box-4 .swiper-container {
    padding-bottom: 0.5rem;
  }
  .about-wrapper .box-4 .swiper-container:before {
    bottom: 0.7rem;
  }
  .about-wrapper .box-4 .swiper-slide {
    padding-right: 0.3rem;
  }
  .about-wrapper .box-4 .swiper-slide img {
    height: auto;
  }
  .about-wrapper .box-4 .swiper-slide .title {
    font-size: var(--fs14);
    line-height: 18px;
    height: 36px;
    margin-top: 0.3rem;
  }
  .about-wrapper .box-4 .btn-box a {
    width: 0.64rem;
    height: 0.64rem;
  }
  .about-wrapper .box-5 ul {
    display: block;
  }
  .about-wrapper .box-5 li {
    width: 100%;
    min-height: inherit;
    padding: 1rem 0.48rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
  }
  .about-wrapper .box-5 li:last-child {
    border-bottom: none;
  }
  .about-wrapper .box-5 .icon {
    width: 0.7rem;
  }
  .about-wrapper .box-5 .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-top: 0.48rem;
  }
  .about-wrapper .box-5 .brief {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .about-wrapper .box-6 .pic img {
    height: 1.1rem;
  }
}
.btnbg {
  background-color: #003592;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /* animation-timing-function: ease-in-out; */
}
.white .desplode-circle {
  animation: desplode_white 0.5s forwards;
}
.white .explode-circle {
  animation: explode_white 0.5s forwards;
}
.desplode-circle {
  animation: desplode 0.5s forwards;
}
.explode-circle {
  animation: explode 0.5s forwards;
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #003592;
  }
}
@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #003592;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@keyframes explode_white {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(0, 53, 146, 0.7);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #fff;
  }
}
@keyframes desplode_white {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #fff;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(0, 53, 146, 0.7);
  }
}
/*鍒嗛〉*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.5rem;
}
.pageNum a {
  display: inline-block;
  color: #6c6c6d;
  font-size: var(--fs16);
  vertical-align: middle;
  font-family: "medium";
  margin: 0 0.08rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 50%;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
}
.pageNum .prev {
  background-image: url(../img/i-prev.png);
}
.pageNum .prev:hover {
  background-image: url(../img/i-prev2.png);
}
.pageNum .next {
  background-image: url(../img/i-next.png);
}
.pageNum .next:hover {
  background-image: url(../img/i-next2.png);
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #003592;
}
/*鍒嗛〉*/
.pageNums {
  text-align: center;
  font-size: 0;
  margin-top: 0.5rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.pageNums li:first-child {
  margin-left: 0;
}
.pageNums li:last-child {
  margin-right: 0;
}
.pageNums li a {
  font-size: var(--fs16);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.pageNums li,
.pageNums .btn {
  display: inline-block;
  color: #6c6c6d;
  font-size: var(--fs16);
  vertical-align: middle;
  font-family: "medium";
  margin: 0 0.08rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 50%;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  cursor: pointer;
}
.pageNums .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
}
.pageNums .prev {
  background-image: url(../img/i-prev.png);
}
.pageNums .prev:hover {
  background-image: url(../img/i-prev2.png);
}
.pageNums .next {
  background-image: url(../img/i-next.png);
}
.pageNums .next:hover {
  background-image: url(../img/i-next2.png);
}
.pageNums .btn:hover,
.pageNums li:hover,
.pageNums .active {
  color: #fff;
  background-color: #003592;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #003592;
  color: #fff;
  font-size: 12px;
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.search-wrapper .result {
  margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: var(--fs16);
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #eee;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #eee;
}
.search-wrapper .list li:hover .title {
  color: #003592;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
  font-family: "mr";
}
@media screen and (max-width: 1004px) {
  .page-wrapper .content {
    line-height: 0.48rem;
  }
  .search-wrapper .result {
    margin-bottom: 0.3rem;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
  .pageNums,
  .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: #003592;
  }
}
@media screen and (max-width: 1600px) {
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs26: 24px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs26: 0.24rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 15px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs26: 0.4rem;
    --fs28: 0.42rem;
    --fs30: 0.44rem;
    --fs36: 0.46rem;
    --fs40: 0.48rem;
    --fs48: 0.5rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
</pre></body></html>