.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/MISANS-REGULAR.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/MiSans-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  src: url('../fonts/MISANS-LIGHT.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "en_light";
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
.regular {
  font-family: "regular";
}
.medium {
  font-family: "medium";
}
.mm {
  font-family: "mm";
}
.light {
  font-family: "light";
}
.mr {
  font-family: "mr";
}
.en_light {
  font-family: "en_light";
}
.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;
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
  --fs42: 42px;
}
.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;
}
.shadow .header-wrapper {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.11);
}
.index .header-wrapper {
  position: fixed;
  background: transparent;
}
.index .header-wrapper.on .nav-icon span {
  background: #222;
}
.index .header-wrapper.on .nav-icon.on span {
  background: #041a6e;
}
.index .header-wrapper .logo-box a img {
  display: none;
}
.index .header-wrapper .logo-box a img.on {
  display: block;
}
.index .header-wrapper .pc-nav-box li:hover {
  color: #041a6e;
}
.index .header-wrapper .pc-nav-box li > a {
  color: #fff;
}
.index .header-wrapper .pc-nav-box li > a:after {
  background: #fff;
}
.index .header-wrapper .language .caption {
  color: #fff;
  background-image: url(../img/lang.png);
}
.index .header-wrapper .search {
  background-image: url(../img/search.png);
}
.index .header-wrapper .nav-icon span {
  background: #fff;
}
.header-wrapper {
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  position: sticky;
  background: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-wrapper.on,
.header-wrapper.active,
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.header-wrapper.on .logo-box a img,
.header-wrapper.active .logo-box a img,
.header-wrapper.shadow .logo-box a img {
  display: block;
}
.header-wrapper.on .logo-box a img.on,
.header-wrapper.active .logo-box a img.on,
.header-wrapper.shadow .logo-box a img.on {
  display: none;
}
.header-wrapper.on .pc-nav-box li:hover,
.header-wrapper.active .pc-nav-box li:hover,
.header-wrapper.shadow .pc-nav-box li:hover {
  color: #041a6e;
}
.header-wrapper.on .pc-nav-box li.on > a,
.header-wrapper.active .pc-nav-box li.on > a,
.header-wrapper.shadow .pc-nav-box li.on > a {
  color: #041a6e;
}
.header-wrapper.on .pc-nav-box li.on > a:after,
.header-wrapper.active .pc-nav-box li.on > a:after,
.header-wrapper.shadow .pc-nav-box li.on > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.header-wrapper.on .pc-nav-box li > a,
.header-wrapper.active .pc-nav-box li > a,
.header-wrapper.shadow .pc-nav-box li > a {
  color: #222;
}
.header-wrapper.on .pc-nav-box li > a:after,
.header-wrapper.active .pc-nav-box li > a:after,
.header-wrapper.shadow .pc-nav-box li > a:after {
  background: #041a6e;
}
.header-wrapper.on .language .caption,
.header-wrapper.active .language .caption,
.header-wrapper.shadow .language .caption {
  color: #222;
  background-image: url(../img/lang2.png);
}
.header-wrapper.on .search,
.header-wrapper.active .search,
.header-wrapper.shadow .search {
  background-image: url(../img/search2.png);
}
.header-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 1rem;
}
.header-wrapper .logo-box {
  width: 0.87rem;
}
.header-wrapper .logo-box a {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box a img {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box a img.on {
  display: none;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .search-box {
  position: relative;
  margin-left: 0.5rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: 0.4rem;
  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;
  background-color: transparent;
  /* input placeholder  */
}
.header-wrapper .search-box .text {
  width: 0;
  height: 0.46rem;
  font-size: var(--fs15);
  line-height: 0.46rem;
  padding: 0;
  background-color: transparent;
  color: #666;
  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;
}
.header-wrapper .search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: var(--fs15);
}
.header-wrapper .search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: var(--fs15);
}
.header-wrapper .search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: var(--fs15);
}
.header-wrapper .search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: var(--fs15);
}
.header-wrapper .search,
.header-wrapper .submit {
  z-index: 10;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.header-wrapper .search {
  position: relative;
  width: 40px;
  height: 40px;
  background-image: url(../img/search2.png);
  background-size: 50%;
}
.header-wrapper .submit {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  margin-top: -8px;
  z-index: 10;
  background-image: url(../img/search2.png);
  background-size: 16px;
}
.header-wrapper .language {
  position: relative;
}
.header-wrapper .language.on .caption {
  color: #333;
  background-image: url(../img/lang2.png);
}
.header-wrapper .language.on .caption:after {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .language.on .list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  z-index: 10;
}
.header-wrapper .language .caption {
  color: #000;
  font-family: "medium";
  font-size: 16px;
  cursor: pointer;
  background-image: url(../img/lang2.png);
  background-repeat: no-repeat;
  background-position: left center;
  line-height: 40px;
  padding-left: 28px;
}
.header-wrapper .list {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  text-align: center;
  width: 1.2rem;
  margin-left: -0.6rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.header-wrapper .list:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.header-wrapper .list a {
  position: relative;
  z-index: 1;
  font-family: "medium";
  display: block;
  line-height: 0.4rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding: 0 0.16rem;
  border-bottom: 1px solid #eee;
}
.header-wrapper .list a:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.header-wrapper .list a:hover {
  color: #041a6e;
}
.p_h {
  height: 1rem;
}
.pc-nav-box {
  margin: 0 1rem;
  flex: 1;
}
.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 */
  list-style: none;
  justify-content: center;
}
.pc-nav-box li {
  position: relative;
  margin-right: 0.9rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover > a,
.pc-nav-box li.on > a {
  color: #041a6e;
}
.pc-nav-box li:hover > a:after,
.pc-nav-box li.on > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li:hover a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box li > a {
  position: relative;
  display: block;
  line-height: 1rem;
  font-size: 16px;
  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;
  color: #000;
  text-align: center;
  font-family: "medium";
}
.pc-nav-box li > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.pc-nav-box a {
  display: block;
  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;
}
.pc-nav-box .nav {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  width: 220px;
  margin-left: -110px;
  overflow: hidden;
  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;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pc-nav-box .nav a {
  display: block;
  padding: 0 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin-bottom: 0.15rem;
  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;
  text-transform: capitalize;
}
.pc-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.pc-nav-box .nav a:hover {
  color: #041a6e;
}
.search-form {
  display: none;
}
.footer-wrapper {
  padding: 0.96rem 0 0.5rem;
  background-color: #121416;
}
.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.9rem;
}
.footer-wrapper p {
  font-size: var(--fs18);
  color: #727272;
  line-height: 24px;
}
.footer-wrapper .tel {
  font-size: var(--fs24);
  color: #fff;
  line-height: 30px;
  font-family: "mr";
  margin-top: 3px;
}
.footer-wrapper .copyright,
.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;
  color: #727272;
  font-size: var(--fs14);
  line-height: 24px;
  font-family: "light";
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .other {
  text-align: right;
}
.footer-nav-box {
  width: 71.28%;
}
.footer-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style-type: none;
}
.footer-nav-box li {
  width: 20%;
  padding-right: 0.2rem;
}
.footer-nav-box li > a {
  font-size: var(--fs18);
  color: #fff;
  margin-bottom: 0.15rem;
}
.footer-nav-box a {
  display: block;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  line-height: 0.3rem;
}
.footer-nav-box .nav a {
  font-size: var(--fs16);
  color: #727272;
  margin-bottom: 0.06rem;
}
.footer-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.share {
  font-size: 0;
  margin-top: 0.35rem;
}
.share a {
  position: relative;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.15rem;
}
.share a:last-child {
  margin-right: 0;
}
.share a.on .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}
.share a.on .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.share a.on .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.share a > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.share a .on {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  opacity: 0;
  visibility: hidden;
}
.share .hidebox {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.2rem);
  margin-left: -0.8rem;
  width: 1.6rem;
  background-color: #fff;
  padding: 3px;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.share .hidebox:after {
  content: "";
  border: 0.08rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: -0.16rem;
  margin-left: -0.08rem;
  z-index: 10;
  border-top-color: #fff;
}
.share .hidebox img {
  display: block;
  width: 100%;
}
.links {
  font-size: 0;
}
.links a {
  position: relative;
  font-size: var(--fs14);
  padding-right: 12px;
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  color: #727272;
  font-family: "light";
}
.links a:hover {
  color: #fff;
}
.links a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 1px;
  height: 13px;
  background: #727272;
}
.links a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.links a:last-child:after {
  display: none;
}
@media screen and (min-width: 1004px) {
  .header-wrapper .search-box:hover {
    width: 1.9rem;
    background-color: #f8f8f8;
  }
  .header-wrapper .search-box:hover .text {
    width: 1.5rem;
    padding-left: 0.2rem;
  }
  .index .header-wrapper:hover {
    background: #fff;
  }
  .index .header-wrapper:hover .logo-box a img {
    display: block;
  }
  .index .header-wrapper:hover .logo-box a img.on {
    display: none;
  }
  .index .header-wrapper:hover .pc-nav-box li:hover > a {
    color: #041a6e;
  }
  .index .header-wrapper:hover .pc-nav-box li.on > a {
    color: #041a6e;
  }
  .index .header-wrapper:hover .pc-nav-box li.on > a:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .index .header-wrapper:hover .pc-nav-box li > a {
    color: #222;
  }
  .index .header-wrapper:hover .pc-nav-box li > a:after {
    background: #041a6e;
  }
  .index .header-wrapper:hover .language .caption {
    color: #222;
    background-image: url(../img/lang2.png);
  }
  .index .header-wrapper:hover .language:hover .caption {
    color: #041a6e;
    background-image: url(../img/lang3.png);
  }
  .index .header-wrapper:hover .language:hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    z-index: 10;
  }
  .index .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
  .index .header-wrapper:hover .search:hover {
    background-image: url(../img/search3.png);
  }
  .header-wrapper .language:hover .caption {
    color: #041a6e;
    background-image: url(../img/lang3.png);
  }
  .header-wrapper .language:hover .list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    z-index: 10;
  }
  .share a:hover .init {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
  }
  .share a:hover .on {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .share a:hover .hidebox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    background-color: #fff;
    width: 100%;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    position: relative;
    z-index: 2;
    font-size: 0;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    justify-content: center;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    font-size: var(--fs16);
    line-height: 0.8rem;
    text-align: center;
    color: #000;
    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.74rem;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a:last-child:after {
    display: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #041a6e;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-color: #041a6e;
    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) {
  .footer-wrapper .box-2 {
    margin-top: 1.6rem;
  }
  .pc-nav-box {
    margin: 0 0.6rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer-wrapper .box-2 {
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 1004px) {
  .index .header-wrapper.on .phone-search,
  .index .header-wrapper.shadow .phone-search {
    background-image: url(../img/search2.png);
  }
  .index .header-wrapper.on .phone-search.on,
  .index .header-wrapper.shadow .phone-search.on {
    background-image: url(../img/close2.png);
  }
  .index .header-wrapper .phone-search {
    background-image: url(../img/search.png);
  }
  .header-wrapper .box-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: 16%;
  }
  .header-wrapper .other-box {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    align-items: center;
  }
  .header-wrapper .search-box {
    display: none;
  }
  .header-wrapper .phone-search {
    width: 17px;
    height: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/search2.png);
    margin: 0 0.3rem;
  }
  .header-wrapper .phone-search.on {
    background-image: url(../img/close2.png);
  }
  .header-wrapper .language .caption {
    font-size: 14px;
    background-size: 0.32rem;
    line-height: 0.62rem;
    padding-left: 0.48rem;
  }
  .header-wrapper .list {
    top: 130%;
    width: 1.8rem;
    margin-left: -0.9rem;
    padding: 0.12rem 0;
  }
  .header-wrapper .list a {
    font-size: 12px;
    line-height: 0.6rem;
  }
  .pc-nav-box,
  .footer-nav-box {
    display: none;
  }
  .share {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .share a {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.24rem;
  }
  .share .hidebox {
    bottom: calc(100% + 0.2rem);
  }
  .footer-wrapper {
    padding: 0.8rem 0;
  }
  .footer-wrapper .box-1 {
    display: block;
  }
  .footer-wrapper .box-2 {
    flex-flow: wrap;
    text-align: center;
    margin-top: 0.8rem;
    flex-direction: column-reverse;
  }
  .footer-wrapper .links {
    width: 100%;
    line-height: 20px;
    margin-bottom: 0.1rem;
  }
  .footer-wrapper .other {
    text-align: center;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    line-height: 20px;
  }
  .nav-icon span {
    display: block;
    width: 25px;
    height: 2px;
    background: #333;
    margin: 4px 0px;
    border-radius: 10px;
    transition: all ease 0.5s;
  }
  .nav-icon span:nth-child(2) {
    width: 15px;
  }
  .nav-icon span:nth-child(3) {
    width: 20px;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
  }
  .nav-icon.on span:nth-child(2) {
    display: none;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(134deg);
    margin-top: -6px;
    width: 25px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav 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: #041a6e;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #041a6e;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 0.3rem;
    height: 100%;
    right: 0.3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/idown.png);
    transition: transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #041a6e;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 20;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .page-nav-box {
    overflow-x: auto;
    width: 100%;
  }
  .page-nav-wrapper .nav {
    width: auto;
    overflow: auto;
    margin: 0.6rem auto 0;
    padding: 0 0.3rem;
    white-space: nowrap;
    text-align: center;
  }
  .page-nav-wrapper .nav a {
    display: inline-block;
    font-size: var(--fs18);
    line-height: 0.6rem;
    margin-right: 24px;
    color: #545454;
    border-bottom: 3px solid transparent;
  }
  .page-nav-wrapper .nav a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav a.on {
    color: #333;
    border-color: #041a6e;
  }
  .search-form {
    position: fixed;
    left: 0;
    top: 1.2rem;
    z-index: 30;
    display: none;
    background: #fff;
    border-top: 1px solid #f8f8f8;
    width: 100%;
  }
  .search-form .text {
    width: calc(100% - .8rem);
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    background: #fff;
    font-size: var(--fs16);
    color: #999;
  }
  .search-form .search {
    width: 0.8rem;
    height: 0.8rem;
    background: #041a6e url(../img/search.png) no-repeat center center;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active a > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition-delay: 0.6s;
  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:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-banner-wrapper .swiper-slide a > img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
  position: relative;
  z-index: 0;
}
.index-banner-wrapper .swiper-slide a > img.phone {
  display: none;
}
.index-banner-wrapper .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-banner-wrapper .swiper-slide .info img {
  display: block;
  width: 25.71%;
  margin: 0 auto;
}
.index-banner-wrapper .swiper-slide p {
  font-size: var(--fs24);
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  font-family: "mr";
  margin-top: 0.3rem;
}
.index-banner-wrapper .swiper-pagination {
  display: block;
  bottom: 0.3rem;
  font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1;
  margin: 0 0.1rem;
  width: 0.8rem;
  height: 2px;
  border: none;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
.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:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0 ;
  top: 0;
  z-index: 10;
  background: #041a6e;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation: line 4s linear;
}
@keyframes line {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.page-banner-wrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.page-banner-wrapper .pic img {
  transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.page-banner-wrapper .pic.animated img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.page-banner-wrapper h1,
.page-banner-wrapper h2 {
  font-size: var(--fs48);
  color: #fff;
  font-weight: 700;
  line-height: 0.6rem;
}
@media screen and (max-width: 1004px) {
  .page-banner-wrapper .pic {
    padding-bottom: 0;
    height: auto;
  }
  .page-banner-wrapper img {
    position: relative;
    height: 3rem;
  }
  .index-banner-wrapper .swiper-slide a > img {
    height: 5.6rem;
  }
  .index-banner-wrapper .swiper-slide p {
    font-size: var(--fs18);
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 0.8rem;
  }
}
.learn {
  position: relative;
  display: block;
  margin: 0 auto;
  font-size: var(--fs16);
  color: #041a6e;
  text-align: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  width: 1.46rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 5px;
  border: solid 1px #041a6e;
  overflow: hidden;
}
.learn:hover {
  background-color: #041a6e;
  color: #fff;
}
.learn:hover i {
  background-image: url(../img/right2.png);
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
}
.learn.white {
  color: #fff;
  border-color: #fff;
}
.learn.white:hover {
  color: #041a6e;
  background-color: #fff;
}
.learn.white:hover i {
  background-image: url(../img/right.png);
}
.learn.white i {
  background-image: url(../img/right2.png);
}
.learn span {
  position: relative;
  z-index: 10;
}
.learn i {
  width: 9px;
  height: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 0.12rem;
  background-image: url(../img/right.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;
}
.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 */
  list-style-type: none;
  flex-flow: wrap;
}
.index-box-1 li {
  width: 32.16%;
  margin-right: 1.76%;
  margin-top: 0.3rem;
}
.index-box-1 li:hover .info {
  bottom: 0.27rem;
}
.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:hover .pic:before {
  background-image: url(../img/shadow_on.png);
}
.index-box-1 li:hover .icon {
  opacity: 1;
  visibility: visible;
}
.index-box-1 .pic {
  position: relative;
  border-radius: 0.1rem;
}
.index-box-1 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/shadow.png);
  background-repeat: repeat;
  background-position: left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  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;
}
.index-box-1 .pic img {
  height: 3.86rem;
  object-fit: cover;
}
.index-box-1 .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  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;
  padding: 0 0.3rem;
}
.index-box-1 p {
  font-size: var(--fs28);
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 30px;
  height: 30px;
}
.index-box-1 .learn {
  margin-top: 0.5rem;
}
.index-box-1 .icon {
  width: 0.5rem;
  height: 0.33rem;
  overflow: hidden;
  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;
  opacity: 0;
  visibility: hidden;
  margin-top: 0.06rem;
}
.index-box-1 .icon .inner {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 1rem;
  animation: iconAni 1s ease infinite;
}
.index-box-1 .icon img {
  width: 0.5rem;
  height: 0.33rem;
  object-fit: contain;
}
.index-box-1 .icon img:first-child {
  margin-right: 0.15rem;
}
@keyframes iconAni {
  0% {
    transform: translate(-0.5rem, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.index-box-2 {
  background: #f6f7f9;
  padding-bottom: 0!important;
}
.index-box-2 .top {
  margin-bottom: 0.76rem;
}
.index-box-2 .page-title {
  margin-bottom: 0.11rem;
}
.index-box-2 .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
}
.index-box-2 .swiper-slide {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.2s;
}
.index-box-2 .swiper-slide.on {
  flex: 0 0 33.33%;
}
.index-box-2 .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-2 .swiper-slide:hover .icon {
  margin-top: 0.25rem;
}
.index-box-2 .swiper-slide:hover .icon:before {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
}
.index-box-2 .swiper-slide:hover .icon:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-2 .swiper-slide:hover a:before {
  background-image: url(../img/shadow3.png);
}
.index-box-2 .swiper-slide:hover p {
  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 .swiper-slide a {
  position: relative;
  display: block;
}
.index-box-2 .swiper-slide a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/shadow2.png);
  background-position: left top;
  background-repeat: repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-2 .pic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 8rem;
}
.index-box-2 .pic img {
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .info {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 0 0.3rem;
}
.index-box-2 h5 {
  font-size: var(--fs30);
  font-weight: 700;
  color: #fff;
  line-height: 0.36rem;
}
.index-box-2 p {
  font-size: var(--fs18);
  color: #fff;
  line-height: 24px;
  margin-top: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition-delay: 0.1s;
}
.index-box-2 .icon {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto;
  position: relative;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-box-2 .icon:before,
.index-box-2 .icon:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  border: solid 2px rgba(255, 255, 255, 0.2);
}
.index-box-2 .icon:before {
  background-image: url(../img/more2.png);
}
.index-box-2 .icon:after {
  background-image: url(../img/more.png);
  border-color: #fff;
  background-color: #fff;
  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);
}
.index-box-3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 9rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-3 .box-container {
  text-align: center;
}
.index-box-3 .box-container img {
  width: 18.62%;
  margin: 0 auto;
  display: block;
}
.index-box-3 .content {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.3rem;
  width: 8.8rem;
  margin: 0 auto 1rem;
  text-align: center;
}
.index-box-3 .page-title {
  margin: 0.4rem auto 0.14rem;
}
.index-box-4 {
  background: #f6f6f6;
}
.index-box-4 .news-box .swiper-slide {
  background-color: #fff;
}
.index-box-4 .learn {
  margin-top: 0.5rem;
}
.index-box-5 {
  position: relative;
}
.index-box-5.animated:before,
.index-box-5.animated:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-box-5:before,
.index-box-5:after {
  content: "";
  width: 50.52%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
}
.index-box-5:before {
  background-image: url(../img/bg.png);
  transition-delay: 0.4s;
}
.index-box-5:after {
  transition-delay: 0.2s;
  background-image: url(../img/bg2.png);
}
.index-box-5 .info {
  width: 30%;
  position: absolute;
  left: calc((100% - 15.36rem) / 2);
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.index-box-5 .desc {
  font-family: "light";
  font-size: var(--fs20);
  color: #fff;
  line-height: 24px;
}
.index-box-5 .pic {
  width: 58.75%;
  margin-right: 0;
  margin-left: auto;
}
.index-box-5 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-5 .learn {
  margin: 0.65rem 0 0;
}
.index-box-5 .page-title {
  margin-bottom: 0.14rem;
}
@media screen and (min-width: 1004px) {
  .index-box-1 li:nth-child(-n+3) {
    margin-top: 0;
  }
  .index-box-1 li:nth-child(3n) {
    margin-right: 0;
  }
  .index-box-4 .swiper-wrapper,
  .index-box-4 .swiper-container,
  .index-box-2 .swiper-wrapper,
  .index-box-2 .swiper-container {
    overflow: inherit;
  }
  .index-box-2 .swiper-slide {
    flex: 1;
  }
}
@media screen and (max-width: 1600px) {
  .index-box-3 {
    min-height: 8rem;
  }
  .index-box-2 .pic {
    height: 7.6rem;
  }
  .index-box-1 .pic img {
    height: 3.47rem;
  }
  .index-box-5 .info {
    left: calc((100% - 14rem) / 2);
  }
}
@media screen and (max-width: 1440px) {
  .index-box-3 {
    min-height: 7rem;
  }
  .index-box-2 .pic {
    height: 7.2rem;
  }
}
@media screen and (max-width: 1004px) {
  .index-box-1 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index-box-1 li {
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
  }
  .index-box-1 li:nth-child(-n+2) {
    margin-top: 0;
  }
  .index-box-1 li:hover .info {
    bottom: 0.2rem;
  }
  .index-box-1 .pic img {
    height: auto;
  }
  .index-box-1 p {
    font-size: var(--fs15);
    line-height: 24px;
    height: 24px;
  }
  .index-box-1 .learn {
    margin-top: 0.5rem;
  }
  .index-box-2 .top {
    margin-bottom: 0.6rem;
  }
  .index-box-2 .page-title {
    margin-bottom: 0.2rem;
  }
  .index-box-2 .brief {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .index-box-2 .swiper-slide {
    transition: none;
  }
  .index-box-2 .swiper-slide a:before {
    background-size: 100% 100%;
  }
  .index-box-2 .swiper-slide-active .icon {
    margin-top: 0.25rem;
  }
  .index-box-2 .swiper-slide-active .icon:before {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
  }
  .index-box-2 .swiper-slide-active .icon:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .index-box-2 .swiper-slide-active a:before {
    background-image: url(../img/shadow3.png);
  }
  .index-box-2 .swiper-slide-active p {
    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 {
    height: auto;
    background: none;
  }
  .index-box-2 .pic img {
    opacity: 1;
    visibility: visible;
    height: 6.6rem;
    object-fit: cover;
  }
  .index-box-2 h5 {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .index-box-2 p {
    font-size: var(--fs15);
    line-height: 20px;
    margin-top: 0;
  }
  .index-box-2 .icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .index-box-2 .icon:before,
  .index-box-2 .icon:after {
    background-size: 6px;
    border-width: 1px;
  }
  .index-box-3 {
    background-attachment: inherit;
    min-height: 6rem;
  }
  .index-box-3 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
    width: 100%;
  }
  .index-box-3 .page-title {
    line-height: 0.7rem;
  }
  .index-box-4 .swiper-container {
    padding-bottom: 0.6rem;
  }
  .index-box-4 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
    padding: 0 0.9rem;
  }
  .index-box-4 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: none;
    background: #d1d1d1;
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
  }
  .index-box-4 .swiper-pagination .swiper-pagination-bullet:link,
  .index-box-4 .swiper-pagination .swiper-pagination-bullet:visited,
  .index-box-4 .swiper-pagination .swiper-pagination-bullet:active,
  .index-box-4 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .index-box-4 .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
  }
  .index-box-4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #041a6e;
  }
  .index-box-4 .learn {
    margin-top: 0.8rem;
  }
  .index-box-5:before,
  .index-box-5:after {
    width: 60%;
  }
  .index-box-5 .info {
    width: 45%;
    left: 0.3rem;
  }
  .index-box-5 .desc {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .index-box-5 .pic img {
    height: 3.6rem;
    object-fit: cover;
    object-position: left 35% top;
  }
  .index-box-5 .learn {
    margin-top: 0.3rem;
  }
  .index-box-5 .page-title {
    margin-bottom: 0.08rem;
    font-size: var(--fs24);
  }
  .learn {
    font-size: var(--fs14);
    width: 1.8rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .learn i {
    width: 6px;
    height: 12px;
  }
}
.page-box,
.padding {
  padding: 1.2rem 0;
}
.mt {
  margin-top: 1.2rem;
}
.page-title {
  font-size: var(--fs42);
  color: #000;
  line-height: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.36rem;
}
.page-title.white {
  color: #fff;
}
.index-more {
  display: inline-block;
  font-size: var(--fs16);
  color: #041a6e;
  font-family: "en_light";
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-more:hover i {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
.index-more i {
  display: inline-block;
  width: 8px;
  height: 15px;
  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;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 0.08rem;
  background-image: url(../img/more.png);
}
.goods-wrapper .list ul {
  list-style: none;
}
.goods-wrapper .list li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.9rem;
}
.goods-wrapper .list li:last-child {
  margin-bottom: 0;
}
.goods-wrapper .list li:nth-child(odd) {
  flex-direction: row-reverse;
}
.goods-wrapper .list li:hover .title {
  color: #041a6e;
}
.goods-wrapper .pic {
  width: 50%;
  border-radius: 10px;
}
.goods-wrapper .info {
  width: 41.66%;
}
.goods-wrapper .title {
  font-size: var(--fs48);
  color: #000;
  line-height: 0.48rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 700;
  margin-bottom: 0.36rem;
  position: relative;
  overflow: hidden;
}
.goods-wrapper .title.animated:before {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.goods-wrapper .title:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 2.5s;
}
.goods-wrapper .desc {
  position: relative;
  font-size: var(--fs24);
  color: #666;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-family: "light";
}
.goods-wrapper .desc.animated:before {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.goods-wrapper .desc:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 2.5s 0.3s;
}
.brand-wrapper {
  background-color: #f5f5f5;
}
.brand-wrapper .brief {
  font-size: var(--fs30);
  color: #000;
  line-height: 0.48rem;
  text-align: center;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}
.brand-wrapper .brief.animated:before {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.brand-wrapper .brief:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(245, 245, 245, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 5s;
}
.brand-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;
}
.brand-wrapper ul li {
  width: 23.05%;
  margin-right: 2.6%;
  margin-top: 0.6rem;
  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;
}
.brand-wrapper ul li:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.11);
}
.brand-wrapper 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);
}
.brand-wrapper ul li:hover .info {
  border-color: #041a6e;
}
.brand-wrapper ul li:hover .info:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.brand-wrapper ul li:hover h5 {
  color: #fff;
}
.brand-wrapper .pic {
  background: #fff;
}
.brand-wrapper .pic img {
  height: 1.85rem;
  object-fit: contain;
}
.brand-wrapper .info {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  transition: border 0.48s ease;
  -webkit-transition: border 0.48s ease;
  -moz-transition: border 0.48s ease;
  -ms-transition: border 0.48s ease;
  -o-transition: border 0.48s ease;
}
.brand-wrapper .info:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: #041a6e;
  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;
}
.brand-wrapper h5 {
  position: relative;
  font-size: var(--fs16);
  color: #000;
  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;
  z-index: 10;
  font-family: "medium";
  line-height: 0.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.7rem;
  padding: 0 0.18rem;
}
.news-wrapper .swiper-box {
  margin-bottom: 0.8rem;
  background-color: #f7f7f7;
}
.news-wrapper .swiper-box h5 {
  font-size: var(--fs30);
  line-height: 0.36rem;
  height: 0.72rem;
  margin-bottom: 0.22rem;
}
.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: #041a6e;
}
.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,
.news-wrapper .swiper-slide .desc {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.news-wrapper .swiper-slide .pic {
  width: 50%;
}
.news-wrapper .swiper-slide .info {
  width: 50%;
  padding: 0.75rem 1rem 0 0.9rem;
}
.news-wrapper .swiper-slide h5,
.news-wrapper .swiper-slide .time,
.news-wrapper .swiper-slide .desc {
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.news-wrapper .swiper-slide .time {
  transition-delay: 0.05s;
}
.news-wrapper .swiper-slide .desc {
  transition-delay: 0.1s;
}
.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.6rem;
  font-size: 0;
  padding: 0 0.9rem;
  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: #d1d1d1;
  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: #041a6e;
}
.news-wrapper h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
  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;
  font-family: "en_light";
  margin-bottom: 0.11rem;
  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 .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 72px;
}
.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-box li,
.news-box .swiper-slide {
  width: 31.38%;
  margin-right: 2.93%;
  margin-top: 2.93%;
  background-color: #f7f7f7;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.news-box li:hover,
.news-box .swiper-slide:hover {
  background-color: #041a6e;
}
.news-box li:hover .pic img,
.news-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);
}
.news-box li:hover .time,
.news-box .swiper-slide:hover .time,
.news-box li:hover h5,
.news-box .swiper-slide:hover h5 {
  color: #fff;
}
.news-box li:hover .index-more,
.news-box .swiper-slide:hover .index-more {
  color: #fff;
}
.news-box li:hover .index-more i,
.news-box .swiper-slide:hover .index-more i {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  background-image: url(../img/more2.png);
}
.news-box a {
  display: block;
}
.news-box h5 {
  font-size: var(--fs22);
  line-height: 0.3rem;
  height: 0.6rem;
  margin-bottom: 0.6rem;
}
.news-box .info {
  padding: 0.24rem 0.3rem 0.26rem;
}
.news-box .time {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  font-family: "en_light";
  margin-bottom: 0.08rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.newsinfo-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsinfo-wrapper .top h1 {
  font-size: var(--fs40);
  color: #000;
  font-family: "medium";
  line-height: 0.48rem;
}
.newsinfo-wrapper .other {
  font-size: 0;
  margin-top: 0.05rem;
}
.newsinfo-wrapper .other span,
.newsinfo-wrapper .other a {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
}
.newsinfo-wrapper .other span {
  display: inline-block;
  margin-right: 0.24rem;
}
.newsinfo-wrapper .other span:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .left {
  width: 62.5%;
}
.newsinfo-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  padding: 0.52rem 0;
  border-bottom: 1px solid #ededed;
}
.newsinfo-wrapper .right {
  width: 29.3%;
}
.newsinfo-wrapper .right ul {
  list-style-type: none;
}
.newsinfo-wrapper .right .caption {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
  font-family: "medium";
  margin-bottom: 0.2rem;
}
.newsinfo-wrapper .right li {
  position: relative;
  padding: 0.3rem 0;
  border-bottom: 1px solid #ececec;
}
.newsinfo-wrapper .right li:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #041a6e;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
}
.newsinfo-wrapper .right li:first-child {
  padding-top: 0;
}
.newsinfo-wrapper .right li:hover .title {
  color: #041a6e;
}
.newsinfo-wrapper .right li:hover:after {
  width: 100%;
}
.newsinfo-wrapper .right .title {
  font-size: var(--fs18);
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newsinfo-wrapper .right p {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  margin-top: 0.04rem;
}
.newsinfo-wrapper .relative-btn {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.newsinfo-wrapper .relative-btn a {
  font-size: var(--fs16);
  color: #666;
  line-height: 30px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.newsinfo-wrapper .relative-btn a:hover {
  color: #041a6e;
}
.newsinfo-wrapper .relative-btn a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  vertical-align: middle;
  top: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.newsinfo-wrapper .relative-btn .prev i,
.newsinfo-wrapper .relative-btn .return i {
  margin-right: 10px;
}
.newsinfo-wrapper .relative-btn .prev:hover i {
  background-image: url(../img/iprev2.png);
}
.newsinfo-wrapper .relative-btn .prev i {
  background-image: url(../img/iprev.png);
}
.newsinfo-wrapper .relative-btn .return:hover i {
  background-image: url(../img/ilist2.png);
}
.newsinfo-wrapper .relative-btn .return i {
  background-image: url(../img/ilist.png);
}
.newsinfo-wrapper .relative-btn .next:hover i {
  background-image: url(../img/inext2.png);
}
.newsinfo-wrapper .relative-btn .next i {
  margin-left: 10px;
  background-image: url(../img/inext.png);
}
.application-wrapper .item {
  padding: 1.2rem 0;
}
.application-wrapper .item:nth-child(even) {
  background-color: #f8f8f8;
}
.application-wrapper .item:nth-child(even) h3:before,
.application-wrapper .item:nth-child(even) .desc:before {
  background: rgba(248, 248, 248, 0.8);
}
.application-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);
}
.application-wrapper .info {
  margin-bottom: 0.36rem;
}
.application-wrapper h3 {
  font-size: var(--fs48);
  color: #000;
  line-height: 0.6rem;
  font-weight: 700;
  margin-bottom: 0.1rem;
  font-family: "light";
}
.application-wrapper h3:before {
  transition: all 6s;
}
.application-wrapper .desc {
  font-size: var(--fs24);
  color: #666;
  line-height: 0.3rem;
  font-family: "light";
}
.application-wrapper .desc:before {
  transition: all 6s 0.4s;
}
.application-wrapper h3,
.application-wrapper .desc {
  position: relative;
  overflow: hidden;
}
.application-wrapper h3.animated:before,
.application-wrapper .desc.animated:before {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.application-wrapper h3:before,
.application-wrapper .desc:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.floor-box {
  position: fixed;
  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;
}
.floor-box a {
  display: block;
  position: relative;
  padding-left: 25px;
  line-height: 0.36rem;
  font-size: var(--fs16);
  color: #666;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.floor-box a.on {
  color: #041a6e;
}
.floor-box a.on:before {
  width: 16px;
}
.floor-box a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 10;
  background: #041a6e;
  width: 0;
  height: 2px;
  transition: width 0.35s ease;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -ms-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
}
.contact-wrapper {
  padding-top: 0!important;
}
.contact-wrapper .box-1 {
  position: relative;
}
.contact-wrapper .box-1 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.contact-wrapper .box-1 .box-container > h1 {
  font-size: var(--fs36);
  color: #041a6e;
  line-height: 0.4rem;
}
.contact-wrapper .box-1 .page-title {
  margin-bottom: 0.3rem;
}
.contact-wrapper .box-1 .desc {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.06rem;
}
.contact-wrapper .map {
  position: relative;
  overflow: hidden;
  height: 5.45rem;
}
.contact-wrapper .map .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-wrapper .box-container {
  padding-left: 0.52rem;
  padding-right: 0.52rem;
}
.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 {
  position: relative;
  width: 60%;
  margin-top: 1.04%;
  /* input placeholder  */
}
.contact-wrapper .group:nth-child(-n+2) {
  margin-top: 0;
}
.contact-wrapper .group:nth-child(odd) {
  width: 38.96%;
}
.contact-wrapper .group.max {
  width: 100%;
  margin-right: 0;
}
.contact-wrapper .group .caption,
.contact-wrapper .group .text,
.contact-wrapper .group .msg {
  font-size: var(--fs16);
  color: #999;
  border: solid 1px #e9e9e9;
  padding-left: 0.2rem;
  width: 100%;
}
.contact-wrapper .group ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--fs16);
  font-size: #999;
}
.contact-wrapper .group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--fs16);
  font-size: #999;
}
.contact-wrapper .group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--fs16);
  font-size: #999;
}
.contact-wrapper .group :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--fs16);
  font-size: #999;
}
.contact-wrapper .group .caption,
.contact-wrapper .group .text {
  line-height: 0.58rem;
  height: 0.6rem;
}
.contact-wrapper .group .text,
.contact-wrapper .group .msg {
  padding-right: 0.2rem;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.contact-wrapper .group .text:focus,
.contact-wrapper .group .msg:focus {
  border-color: #041a6e;
}
.contact-wrapper .group .msg {
  line-height: 0.3rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  height: 125px;
}
.contact-wrapper .group .caption {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.5rem;
  background-color: #fff;
}
.contact-wrapper .group .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.contact-wrapper .group .caption:after {
  content: "";
  display: block;
  width: 0.19rem;
  height: 100%;
  background: url(../img/down2.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 0.2rem;
  top: 0;
  z-index: 10;
}
.contact-wrapper .group .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  background: #fff;
  max-height: 3.66rem;
  overflow-y: auto;
  display: none;
  border: 1px solid #e9e9e9;
  border-top: none;
}
.contact-wrapper .group .list a {
  display: block;
  font-size: var(--fs16);
  color: #999;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e9e9e9;
}
.contact-wrapper .group .list a:hover,
.contact-wrapper .group .list a.on {
  color: #041a6e;
}
.contact-wrapper .group .list a:last-child {
  border-bottom: none;
}
.contact-wrapper .submit {
  position: relative;
  display: block;
  margin: 0.5rem auto 0;
  width: 2.1rem;
  line-height: 0.5rem;
  background-color: #041a6e;
  border-radius: 5px;
  font-size: var(--fs16);
  color: #fff;
  text-align: center;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  overflow: hidden;
}
.contact-wrapper .submit span {
  position: relative;
  z-index: 10;
}
.about-wrapper .box-1 {
  padding-bottom: 0!important;
}
.about-wrapper .box-1 .box-container {
  padding-left: 2.9rem;
  padding-right: 2.9rem;
}
.about-wrapper .box-1 .page-title {
  margin-bottom: 0.3rem;
}
.about-wrapper .box-1 .content {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
}
.about-wrapper .box-1 .swiper-slide {
  width: 24.47%;
  margin-right: 0.706%;
}
.about-wrapper .box-1 .swiper-slide:last-child {
  margin-right: 0;
}
.about-wrapper .box-1 .swiper-container-initialized .swiper-slide {
  margin-right: 0;
}
.about-wrapper .box-1 .swiper-pagination {
  display: none;
}
.about-wrapper .box-2 {
  background: url(../img/about2bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.about-wrapper .box-2 .box-container {
  padding-bottom: 1rem;
}
.about-wrapper .box-2 .page-title {
  margin-bottom: 0.76rem;
}
.about-wrapper .box-2 .swiper-box {
  position: relative;
}
.about-wrapper .box-2 .swiper-box:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #041a6e;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
}
.about-wrapper .box-2 .swiper-container {
  padding: 0 2.8rem;
}
.about-wrapper .box-2 .swiper-slide {
  height: 2.8rem;
}
.about-wrapper .box-2 .swiper-slide:nth-child(even) .info {
  top: auto;
  bottom: 0;
  padding-top: 0.3rem;
}
.about-wrapper .box-2 .info {
  position: absolute;
  width: 4rem;
  left: 0;
  top: 0;
  z-index: 10;
  height: 50%;
  padding-left: 0.3rem;
}
.about-wrapper .box-2 .info:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #041a6e;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.about-wrapper .box-2 .year {
  font-size: var(--fs30);
  color: #041a6e;
  line-height: 0.36rem;
  font-family: "mm";
  font-weight: 700;
  margin-bottom: 0.14rem;
}
.about-wrapper .box-2 .content {
  font-size: var(--fs16);
  color: #000;
  line-height: 24px;
}
.about-wrapper .box-2 .swiper-btn {
  width: 0.4rem;
  height: 0.4rem;
  border: solid 1px #041a6e;
  border-radius: 50%;
  background-size: 7px;
  background-color: #fff;
}
.about-wrapper .box-2 .swiper-btn:hover {
  background-color: #041a6e;
}
.about-wrapper .box-2 .prev {
  left: 0;
  background-image: url(../img/a-prev.png);
}
.about-wrapper .box-2 .prev:hover {
  background-image: url(../img/a-prev2.png);
}
.about-wrapper .box-2 .next {
  right: 0;
  background-image: url(../img/a-next.png);
}
.about-wrapper .box-2 .next:hover {
  background-image: url(../img/a-next2.png);
}
.about-wrapper .box-3 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 6.8rem;
  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-3 .desc {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.36rem;
  width: 33.85%;
}
.about-wrapper .box-4 {
  background: url(../img/about4bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.about-wrapper .box-4 .swiper-slide:hover .pic img {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.about-wrapper .box-4 .swiper-slide:hover p {
  color: #041a6e;
}
.about-wrapper .box-4 .pic {
  position: relative;
  padding-top: 10px;
}
.about-wrapper .box-4 .pic img {
  height: 2.3rem;
  object-fit: contain;
}
.about-wrapper .box-4 .pic:after {
  display: block;
  content: "";
  width: 100%;
  height: 0.46rem;
  background: url(../img/honorbg.png) no-repeat center bottom;
  background-size: 100%;
  margin-top: -5px;
}
.about-wrapper .box-4 p {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  text-align: center;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  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;
}
.about-wrapper .box-4 .swiper-btn {
  width: 0.6rem;
  height: 0.6rem;
  border: solid 2px #d4d4d4;
  border-radius: 50%;
  background-size: 9px;
}
.about-wrapper .box-4 .swiper-btn:hover {
  border-color: #041a6e;
  background-color: #041a6e;
}
.about-wrapper .box-4 .swiper-btn.prev {
  left: -0.6rem;
  background-image: url(../img/a-prev3.png);
}
.about-wrapper .box-4 .swiper-btn.prev:hover {
  background-image: url(../img/a-prev4.png);
}
.about-wrapper .box-4 .swiper-btn.next {
  right: -0.6rem;
  background-image: url(../img/a-next3.png);
}
.about-wrapper .box-4 .swiper-btn.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 */
  flex-flow: wrap;
  list-style-type: none;
}
.about-wrapper .box-5 li {
  width: 31.38%;
  margin-right: 2.93%;
  margin-top: 2.93%;
}
.about-wrapper .box-5 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);
}
.about-wrapper .box-5 li:hover h5 {
  color: #041a6e;
}
.about-wrapper .box-5 .pic img {
  height: 2.85rem;
  object-fit: cover;
}
.about-wrapper .box-5 h5 {
  font-size: var(--fs18);
  color: #000;
  line-height: 24px;
  font-weight: 700;
  margin: 0.18rem auto 7px;
  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;
}
.about-wrapper .box-5 .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
}
.btnbg {
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /* animation-timing-function: ease-in-out; */
}
.desplode-circle {
  animation: desplode 0.5s forwards;
}
.explode-circle {
  animation: explode 0.5s forwards;
}
.white .desplode-circle {
  animation: desplode2 0.5s forwards;
}
.white .explode-circle {
  animation: explode2 0.5s forwards;
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #041a6e;
  }
}
@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #041a6e;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@keyframes explode2 {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #fff;
  }
}
@keyframes desplode2 {
  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(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 1004px) {
  .floor-box a:hover {
    color: #041a6e;
  }
  .floor-box a:hover:before {
    width: 16px;
  }
  .brand-wrapper ul li:nth-child(4n) {
    margin-right: 0;
  }
  .brand-wrapper ul li:nth-child(-n+4) {
    margin-top: 0;
  }
  .about-wrapper .box-5 ul li:nth-child(3n),
  .news-box ul li:nth-child(3n) {
    margin-right: 0;
  }
  .about-wrapper .box-5 ul li:nth-child(-n+3),
  .news-box ul li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1600px) {
  .mt {
    margin-top: 1.1rem;
  }
  .application-wrapper .item,
  .padding,
  .page-box {
    padding: 1.1rem 0;
  }
  .brand-wrapper .pic img {
    height: 1.67rem;
  }
  .brand-wrapper h5 {
    height: 0.64rem;
    line-height: 0.64rem;
  }
  .about-wrapper .box-3 {
    min-height: 6.4rem;
  }
  .about-wrapper .box-5 .pic img {
    height: 2.6rem;
  }
  .about-wrapper .box-1 .box-container {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }
}
@media screen and (max-width: 1440px) {
  .mt {
    margin-top: 1rem;
  }
  .application-wrapper .item,
  .padding,
  .page-box {
    padding: 1rem 0;
  }
  .about-wrapper .box-3 {
    min-height: 6rem;
  }
}
@media screen and (max-width: 1004px) {
  .index-more {
    font-size: var(--fs14);
  }
  .index-more i {
    width: 6px;
    height: 12px;
    margin-left: 0.16rem;
  }
  .page-title {
    margin-bottom: 0.5rem;
  }
  .goods-wrapper .list li {
    display: block;
    margin-bottom: 0.8rem;
  }
  .goods-wrapper .pic {
    width: 100%;
  }
  .goods-wrapper .info {
    width: 100%;
    margin-top: 0.52rem;
  }
  .goods-wrapper .title {
    font-size: var(--fs24);
    line-height: 0.44rem;
    margin-bottom: 0.1rem;
  }
  .goods-wrapper .desc {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .brand-wrapper .brief {
    font-size: var(--fs24);
    line-height: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .brand-wrapper ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .brand-wrapper ul li {
    width: calc((100% - .3rem) / 2);
    margin-right: 0;
    margin-top: 0.5rem;
  }
  .brand-wrapper ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .brand-wrapper .pic img {
    height: auto;
  }
  .brand-wrapper h5 {
    font-size: var(--fs14);
    line-height: 0.9rem;
    height: 0.9rem;
    padding: 0 0.2rem;
  }
  .news-wrapper .swiper-box {
    margin-bottom: 0.6rem;
  }
  .news-wrapper .swiper-box h5 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    height: 0.96rem;
    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.2rem;
  }
  .news-box li,
  .news-box .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .news-box li {
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .news-box li:last-child {
    margin-bottom: 0;
  }
  .news-box h5 {
    font-size: var(--fs18);
    line-height: 0.4rem;
    height: 0.8rem;
    margin-bottom: 0.34rem;
  }
  .news-box .info {
    padding: 0.48rem 0.4rem;
  }
  .news-box .time {
    margin-bottom: 0.16rem;
    line-height: 20px;
  }
  .newsinfo-wrapper .box-container {
    display: block;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs24);
    line-height: 0.6rem;
    margin-bottom: 0.12rem;
  }
  .newsinfo-wrapper .other {
    margin-top: 0.05rem;
  }
  .newsinfo-wrapper .other span,
  .newsinfo-wrapper .other a {
    font-size: var(--fs14);
    line-height: 20px;
  }
  .newsinfo-wrapper .other span {
    margin-right: 0.3rem;
  }
  .newsinfo-wrapper .left {
    width: 100%;
  }
  .newsinfo-wrapper .content {
    line-height: 0.44rem;
    padding: 0.6rem 0;
  }
  .newsinfo-wrapper .right {
    width: 100%;
    margin-top: 0.6rem;
  }
  .newsinfo-wrapper .right .caption {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .newsinfo-wrapper .right .title {
    font-size: var(--fs16);
    line-height: 20px;
    height: auto;
    max-height: 40px;
  }
  .newsinfo-wrapper .right p {
    font-size: var(--fs14);
    line-height: 20px;
    margin-top: 0.1rem;
  }
  .newsinfo-wrapper .relative-btn {
    margin-top: 0.6rem;
  }
  .newsinfo-wrapper .relative-btn a {
    font-size: var(--fs14);
    line-height: 24px;
  }
  .newsinfo-wrapper .relative-btn a i {
    width: 24px;
    height: 24px;
  }
  .newsinfo-wrapper .relative-btn .prev i,
  .newsinfo-wrapper .relative-btn .return i {
    margin-right: 10px;
  }
  .newsinfo-wrapper .relative-btn .next i {
    margin-left: 10px;
  }
  .floor-box {
    display: none!important;
  }
  .application-wrapper .item {
    padding: 0.8rem 0;
  }
  .application-wrapper .info {
    margin-bottom: 0.4rem;
  }
  .application-wrapper h3 {
    font-size: var(--fs24);
    line-height: 0.5rem;
  }
  .application-wrapper .desc {
    font-size: var(--fs18);
    line-height: 0.44rem;
  }
  .contact-wrapper .box-1 .box-container > h1 {
    font-size: var(--fs24);
    line-height: 0.5rem;
  }
  .contact-wrapper .box-1 .desc {
    font-size: var(--fs15);
    line-height: 0.4rem;
    margin-top: 0.12rem;
  }
  .contact-wrapper .map {
    height: 5.6rem;
  }
  .contact-wrapper .box-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .contact-wrapper .group {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
    /* input placeholder  */
  }
  .contact-wrapper .group:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .group:nth-child(odd) {
    width: 100%;
  }
  .contact-wrapper .group .caption,
  .contact-wrapper .group .text,
  .contact-wrapper .group .msg {
    font-size: var(--fs14);
    padding-left: 0.3rem;
  }
  .contact-wrapper .group ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: var(--fs16);
    font-size: #999;
  }
  .contact-wrapper .group :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--fs16);
    font-size: #999;
  }
  .contact-wrapper .group ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--fs16);
    font-size: #999;
  }
  .contact-wrapper .group :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: var(--fs16);
    font-size: #999;
  }
  .contact-wrapper .group .caption,
  .contact-wrapper .group .text {
    line-height: 0.8rem;
    height: 0.84rem;
  }
  .contact-wrapper .group .text,
  .contact-wrapper .group .msg {
    padding-right: 0.3rem;
  }
  .contact-wrapper .group .msg {
    line-height: 0.44rem;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
    height: 125px;
  }
  .contact-wrapper .group .caption {
    padding-right: 0.7rem;
  }
  .contact-wrapper .group .caption:after {
    width: 0.3rem;
    right: 0.3rem;
  }
  .contact-wrapper .group .list {
    max-height: 5.1rem;
  }
  .contact-wrapper .group .list a {
    font-size: var(--fs14);
    line-height: 0.84rem;
    padding: 0 0.3rem;
  }
  .contact-wrapper .submit {
    margin-top: 0.6rem;
    width: 2.6rem;
    line-height: 0.84rem;
    font-size: var(--fs14);
  }
  .about-wrapper .box-1 .box-container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .about-wrapper .box-1 .page-title {
    margin-bottom: 0.4rem;
  }
  .about-wrapper .box-1 .content {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .about-wrapper .box-1 .swiper-slide {
    width: calc((100% - .3rem) / 2);
    margin-right: 0.3rem;
  }
  .about-wrapper .box-1 .swiper-container {
    padding-bottom: 0.6rem;
  }
  .about-wrapper .box-1 .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .about-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: none;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #041a6e;
    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;
  }
  .about-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:link,
  .about-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:visited,
  .about-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:active,
  .about-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .about-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #041a6e;
    width: 24px;
    border-radius: 30px;
  }
  .about-wrapper .box-2 .box-container {
    padding-bottom: 0.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .about-wrapper .box-2 .page-title {
    margin-bottom: 0.48rem;
  }
  .about-wrapper .box-2 .swiper-container {
    padding: 0 0.8rem;
  }
  .about-wrapper .box-2 .swiper-slide {
    height: 4rem;
  }
  .about-wrapper .box-2 .swiper-slide:nth-child(even) .info {
    padding-top: 0.4rem;
  }
  .about-wrapper .box-2 .info {
    width: 4rem;
    padding-left: 0.4rem;
  }
  .about-wrapper .box-2 .year {
    line-height: 0.48rem;
    margin-bottom: 0.14rem;
  }
  .about-wrapper .box-2 .content {
    font-size: var(--fs15);
    line-height: 20px;
  }
  .about-wrapper .box-2 .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 5px;
  }
  .about-wrapper .box-3 {
    background-attachment: inherit;
    min-height: 5rem;
  }
  .about-wrapper .box-3 .page-title {
    margin-bottom: 0.3rem;
  }
  .about-wrapper .box-3 .desc {
    font-size: var(--fs18);
    line-height: 0.44rem;
    width: 80%;
  }
  .about-wrapper .box-4 p {
    font-size: var(--fs14);
    line-height: 20px;
  }
  .about-wrapper .box-4 .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 7px;
    border-width: 1px;
  }
  .about-wrapper .box-4 .swiper-btn.prev {
    left: -0.3rem;
  }
  .about-wrapper .box-4 .swiper-btn.next {
    right: -0.3rem;
  }
  .about-wrapper .box-5 li {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0.6rem;
  }
  .about-wrapper .box-5 li:last-child {
    margin-bottom: 0;
  }
  .about-wrapper .box-5 .pic img {
    height: auto;
  }
  .about-wrapper .box-5 h5 {
    margin: 0.36rem auto 0.1rem;
  }
  .about-wrapper .box-5 .desc {
    font-size: var(--fs15);
    line-height: 20px;
  }
}
.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: #041a6e;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
  font-family: "mr";
}
@media screen and (max-width: 1004px) {
  .page-wrapper .content {
    line-height: 0.48rem;
  }
  .search-wrapper .result {
    margin-bottom: 0.3rem;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.56rem;
  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;
}
.pageNum a {
  margin-right: 0.15rem;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .btn,
.pageNum a {
  display: inline-block;
  color: #6c6c6d;
  font-size: var(--fs16);
  vertical-align: middle;
  font-family: "medium";
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #e9ecf0;
  border-radius: 50%;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum ul {
  list-style: none;
}
.pageNum ul li {
  display: inline-block;
  margin-right: 0.15rem;
}
.pageNum ul li:last-child {
  margin-right: 0;
}
.pageNum .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.11rem;
  cursor: pointer;
}
.pageNum .prev {
  margin-right: 0.15rem;
  background-image: url(../img/prev.png);
}
.pageNum .prev:hover {
  background-image: url(../img/prev2.png);
}
.pageNum .next {
  margin-left: 0.15rem;
  background-image: url(../img/next.png);
}
.pageNum .next:hover {
  background-image: url(../img/next2.png);
}
.pageNum .btn:hover,
.pageNum a:hover,
.pageNum .active,
.pageNum .on {
  color: #fff;
  background-color: #041a6e;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #041a6e;
  color: #fff;
  font-size: 12px;
}
.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: #041a6e;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
    --fs42: 40px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs42: 0.38rem;
    --fs48: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 15px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs42: 0.47rem;
    --fs48: 0.48rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
@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;
  }
}
