.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;
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 14.4rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "mr";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.index .header-wrapper {
  background: url(../img/headerbg.png) repeat-x;
  background-size: 100% 100%;
}
.index .header-wrapper .language .caption {
  border-color: #fff;
  color: #fff;
}
.index .header-wrapper .language .caption:before {
  background-image: url(../img/lang.png);
}
.index .header-wrapper .language .caption:after {
  background-image: url(../img/idown.png);
}
.index .header-wrapper .search {
  background-image: url(../img/search.png);
}
.index .pc-nav-box li > a {
  color: #fff;
}
.index .p_h {
  display: none;
}
.border .header-wrapper {
  border-bottom: 1px solid #eee;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  background: #fff;
}
.header-wrapper.active {
  top: -1rem;
}
.header-wrapper.on,
.header-wrapper.active,
.header-wrapper.shadow {
  background: #fff;
}
.header-wrapper.on:before,
.header-wrapper.active:before,
.header-wrapper.shadow:before {
  display: none;
}
.header-wrapper.on .logo-box .init,
.header-wrapper.active .logo-box .init,
.header-wrapper.shadow .logo-box .init {
  display: none;
}
.header-wrapper.on .logo-box .on,
.header-wrapper.active .logo-box .on,
.header-wrapper.shadow .logo-box .on {
  display: block;
}
.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: #000;
}
.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,
.header-wrapper.on .pc-nav-box li:hover > a,
.header-wrapper.active .pc-nav-box li:hover > a,
.header-wrapper.shadow .pc-nav-box li:hover > a {
  color: #178dce;
}
.header-wrapper.on .search,
.header-wrapper.active .search,
.header-wrapper.shadow .search {
  background-image: url(../img/search2.png);
  border-color: #ddd;
}
.header-wrapper.on .language .caption,
.header-wrapper.active .language .caption,
.header-wrapper.shadow .language .caption {
  border-color: #333;
  color: #333;
}
.header-wrapper.on .language .caption:before,
.header-wrapper.active .language .caption:before,
.header-wrapper.shadow .language .caption:before {
  background-image: url(../img/lang2.png);
}
.header-wrapper.on .language .caption:after,
.header-wrapper.active .language .caption:after,
.header-wrapper.shadow .language .caption:after {
  background-image: url(../img/idown2.png);
}
.header-wrapper.on {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 1rem;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 0.47rem;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  display: block;
  width: 100%;
}
.header-wrapper .other-box {
  font-size: 0;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .search {
  display: block;
  margin-right: 0.3rem;
  background-image: url(../img/search2.png);
  width: 0.36rem;
  height: 0.36rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.16rem;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.header-wrapper .language {
  min-width: 0.98rem;
  text-align: center;
  position: relative;
}
.header-wrapper .language.on .caption:after {
  transform: rotateX(180deg);
}
.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);
}
.header-wrapper .language .caption {
  position: relative;
  line-height: 36px;
  border-radius: 5px;
  border: solid 1px #333;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper .language .caption:before,
.header-wrapper .language .caption:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  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;
}
.header-wrapper .language .caption:before {
  width: 14px;
  height: 14px;
  background-image: url(../img/lang2.png);
  margin-right: 0.08rem;
}
.header-wrapper .language .caption:after {
  width: 8px;
  height: 5px;
  background-image: url(../img/idown2.png);
  margin-left: 0.1rem;
}
.header-wrapper .language .list {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.15rem 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  transition: all 0.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: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.header-wrapper .language .list a {
  display: block;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.header-wrapper .language .list a:hover {
  color: #178dce;
}
.pc-nav-box {
  margin: 0 1.12rem;
  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;
}
.pc-nav-box li {
  position: relative;
  margin-right: 0.74rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li.on > a,
.pc-nav-box li:hover > a {
  color: #178dce;
  font-weight: 700;
}
.pc-nav-box li.on > a:after,
.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;
  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;
  font-size: var(--fs18);
  line-height: 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;
}
.pc-nav-box li > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #178dce;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.pc-nav-box a {
  display: block;
}
.pc-nav-box .nav {
  width: 1.46rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.73rem;
  z-index: 10;
  padding: 0.15rem 0;
  background-color: #fff;
  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.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: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
}
.pc-nav-box .nav.goods {
  width: 2rem;
  margin-left: -1rem;
}
.pc-nav-box .nav a {
  color: #333;
  font-size: var(--fs16);
  line-height: 0.3rem;
  text-align: center;
  margin-bottom: 0.2rem;
  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;
}
.pc-nav-box .nav a:hover {
  color: #178dce;
  font-weight: 700;
}
.pc-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.p_h {
  height: 1rem;
}
.footer-wrapper {
  background: #072331;
  padding-top: 0.8rem;
}
.footer-wrapper .top {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.78rem;
}
.footer-wrapper .box-2 {
  margin-top: 1rem;
  padding: 0.35rem 0 0.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.footer-wrapper .box-2 .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;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  color: rgba(112, 126, 149, 0.7);
}
.footer-wrapper .copyright {
  line-height: 24px;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .logo {
  display: block;
  width: 14.86%;
}
.footer-wrapper .logo img {
  display: block;
  width: 100%;
}
.share {
  font-size: 0;
}
.share li {
  position: relative;
  display: inline-block;
  margin-right: 0.46rem;
}
.share li:last-child {
  margin-right: 0;
}
.share li:hover .qrcode {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.share a {
  display: block;
}
.share a > img {
  height: 0.35rem;
}
.share .qrcode {
  position: absolute;
  left: 50%;
  bottom: -1.6rem;
  z-index: 10;
  width: 1.28rem;
  margin-left: -0.64rem;
  transform: translateY(-0.2rem);
  -webkit-transform: translateY(-0.2rem);
  -moz-transform: translateY(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  -o-transform: translateY(-0.2rem);
  opacity: 0;
  visibility: hidden;
  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;
}
.share .qrcode img {
  display: block;
  width: 100%;
}
.footer-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box li {
  min-width: 11.8%;
}
.footer-nav-box li > a {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.13rem;
}
.footer-nav-box li > a:hover {
  color: #178dce;
}
.footer-nav-box a {
  display: block;
  line-height: 0.3rem;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.footer-nav-box .nav a {
  color: rgba(112, 126, 149, 0.7);
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.link {
  font-size: 0;
}
.link a {
  position: relative;
  font-size: 14px;
  padding-right: 0.1rem;
  margin-right: 0.08rem;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  color: #707e95;
  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;
}
.link a:hover {
  color: #fff;
}
.link a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 1;
  width: 2px;
  height: 12px;
  background: #707e95;
}
.link a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.link a:last-child:after {
  display: none;
}
.link span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.index-banner-wrapper .info .box-container > div {
  width: 6rem;
}
.index-banner-wrapper .info-1 {
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding-bottom: 0.7rem;
}
.index-banner-wrapper .info-1 .title {
  color: #008cd6;
}
.index-banner-wrapper .info-1 .desc {
  color: #666;
}
.index-banner-wrapper .info-2 {
  top: auto;
  bottom: 1.72rem;
}
.index-banner-wrapper .title {
  font-size: 0.72rem;
  color: #fff;
  line-height: 0.8rem;
  margin-bottom: 0.34rem;
}
.index-banner-wrapper .title span {
  display: inline-block;
  margin-left: 0.4rem;
}
.index-banner-wrapper .desc {
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #fff;
}
.index-banner-wrapper .swiper-pagination {
  display: block;
  bottom: 0.67rem;
  font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.22rem 0 0;
  width: 0.32rem;
  height: 0.11rem;
  border: none;
  position: relative;
  background: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:before,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  height: 0.05rem;
  position: absolute;
  left: 0;
  top: 0.03rem;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:after {
  width: 0;
  z-index: 10;
  background-color: #178dce;
  transition: width 1s ease;
  -webkit-transition: width 1s ease;
  -moz-transition: width 1s ease;
  -ms-transition: width 1s ease;
  -o-transition: width 1s ease;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:before {
  z-index: 8;
  width: 100%;
  background: #fff;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 100%;
}
.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;
  width: 0.42rem;
  height: 0.59rem;
}
.swiper-btn.prev {
  left: -0.92rem;
  background-image: url(../img/prev.png);
}
.swiper-btn.prev:hover {
  background-image: url(../img/prev2.png);
}
.swiper-btn.next {
  right: -0.92rem;
  background-image: url(../img/next.png);
}
.swiper-btn.next:hover {
  background-image: url(../img/next2.png);
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: -6rem;
  background-color: #fff;
  z-index: 30;
  padding: 1rem 0;
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.04);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
  /* input placeholder  */
}
.search-form.on {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.search-form .main {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.42rem;
  margin-left: 0.2rem;
  font-size: var(--fs15);
  color: #666;
  background-color: transparent;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: var(--fs14);
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: var(--fs14);
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: var(--fs14);
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: var(--fs14);
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #fff;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #178dce;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.index-title {
  font-size: var(--fs36);
  color: #000;
  line-height: 0.48rem;
  margin-bottom: 0.52rem;
}
.imore {
  display: inline-block;
  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;
}
.imore:hover {
  color: #178dce;
}
.index-more {
  display: inline-block;
  min-width: 1.5rem;
  line-height: 0.43rem;
  border-radius: 5px;
  padding: 0 0.1rem;
  border: solid 1px #178dce;
  text-align: center;
  color: #178dce;
  font-size: var(--fs16);
  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;
}
.index-more:hover,
.index-more.on {
  color: #fff;
  background-color: #178dce;
}
.index-more.xs {
  min-width: 1.2rem;
  line-height: 0.48rem;
}
.index-more.on:hover {
  background-color: #1e2e53;
  border-color: #1e2e53;
}
.index-box-1 {
  margin-top: 1rem;
}
.index-box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.index-box-1 .info-box {
  width: 41.67%;
}
.index-box-1 .index-title {
  margin-bottom: 0.56rem;
}
.index-box-1 .index-title:after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  background-color: #178dce;
  margin-top: 0.2rem;
}
.index-box-1 .name {
  font-size: var(--fs30);
  color: #051323;
  line-height: 0.36rem;
}
.index-box-1 .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin: 0.25rem auto 0.55rem;
}
.index-box-1 .video-box {
  position: relative;
  width: 50%;
  overflow: hidden;
}
.index-box-1 .video-box:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-1 .video-box.on .pic {
  opacity: 0;
  visibility: hidden;
}
.index-box-1 .video-box.on .video {
  opacity: 1;
  visibility: visible;
}
.index-box-1 .video-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.28rem;
  margin-top: -0.28rem;
  width: 0.56rem;
  height: 0.56rem;
  cursor: pointer;
  z-index: 10;
  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;
}
.index-box-1 .video-box .play:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/circle.png);
  animation: svgAni 6s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index-box-1 .video-box .play:after {
  content: "";
  width: 48%;
  height: 48%;
  position: absolute;
  left: 26%;
  top: 26%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: iconAni 3s 0.75s infinite ease;
}
.index-box-1 .video-box .play i {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.24rem;
  margin-left: -0.24rem;
  z-index: 10;
}
.index-box-1 .video-box .play i:before,
.index-box-1 .video-box .play i:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.index-box-1 .video-box .play i:before {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  animation: iconAni 3s infinite ease;
}
.index-box-1 .video-box .play i:after {
  width: 100%;
  height: 100%;
  background: url(../img/play.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.index-box-1 .video-box .pic {
  position: relative;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.index-box-1 .video-box .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-box-1 .video-box video {
  width: 100%;
}
.index-box-1 .video-box .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.index-box-1 .video-box .video video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto;
  max-height: 100%;
  object-fit: contain;
}
.index-box-2 {
  margin-top: 1rem;
}
.index-box-2 .box-container {
  position: relative;
}
.index-box-2 .box-container > .index-more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.index-box-2 .swiper-slide {
  width: 48.33%;
  overflow: hidden;
}
.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.swiper-slide-prev .info {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.4rem);
  -webkit-transform: translateY(0.4rem);
  -moz-transform: translateY(0.4rem);
  -ms-transform: translateY(0.4rem);
  -o-transform: translateY(0.4rem);
}
.index-box-2 .swiper-slide a {
  display: block;
}
.index-box-2 .pic {
  position: relative;
}
.index-box-2 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(../img/shadow.png) repeat-x left bottom;
  background-size: contain;
}
.index-box-2 .pic img {
  height: 3.5rem;
  object-fit: cover;
}
.index-box-2 .info {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  z-index: 10;
  width: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-box-2 .name {
  color: #fff;
  font-size: var(--fs22);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.36rem;
  line-height: 0.36rem;
  margin-right: 0.3rem;
}
.index-box-3 {
  margin: 0.8rem auto 1rem;
}
.index-box-3 .box-container {
  position: relative;
}
.index-box-3 .box-container > .index-more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.index-box-3 .swiper-slide {
  width: 48%;
}
.index-box-3 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .swiper-slide a {
  display: block;
}
.index-box-3 .pic {
  position: relative;
}
.index-box-3 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(../img/shadow2.png) repeat-x left bottom;
  background-size: contain;
}
.index-box-3 .name {
  position: absolute;
  left: 0;
  bottom: 0.24rem;
  z-index: 10;
  width: 100%;
  color: #fff;
  font-size: var(--fs22);
  padding: 0 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.36rem;
  line-height: 0.36rem;
}
.index-box-3 .swiper-pagination {
  display: none;
}
.index-box-4 {
  background: url(../img/index4bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 1rem 0;
}
.index-box-4 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;
}
.index-box-4 li {
  position: relative;
  width: 31.94%;
  margin-right: 2.09%;
}
.index-box-4 li:last-child {
  margin-right: 0;
}
.index-box-4 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-4 li a {
  display: block;
}
.index-box-4 .box-container {
  position: relative;
}
.index-box-4 .box-container > .index-more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.index-box-4 .pic {
  position: relative;
}
.index-box-4 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(../img/shadow3.png) repeat-x left bottom;
  background-size: contain;
}
.index-box-4 .pic img {
  height: 3.35rem;
  object-fit: cover;
}
.index-box-4 .info {
  position: absolute;
  left: 0;
  bottom: 0.3rem;
  z-index: 10;
  width: 100%;
  padding: 0 0.3rem;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-4 .title {
  font-size: var(--fs22);
  color: #fff;
  flex: 1;
  margin-right: 0.5rem;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.72rem;
}
.index-box-5 {
  margin: 0.98rem auto;
}
.index-box-5 .box-container {
  position: relative;
}
.index-box-5 .swiper-slide {
  width: 31.25%;
  margin-right: 3.125%;
  background-color: #f8f8f8;
}
.index-box-5 .swiper-slide:last-child {
  margin-right: 0;
}
.index-box-5 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-5 .swiper-slide:hover .pic:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
}
.index-box-5 .swiper-slide:hover .imore,
.index-box-5 .swiper-slide:hover .title {
  color: #178dce;
}
.index-box-5 .swiper-slide a {
  display: block;
}
.index-box-5 .pic {
  position: relative;
}
.index-box-5 .pic:before {
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
.index-box-5 .pic img {
  height: 2.6rem;
  object-fit: cover;
}
.index-box-5 .info {
  padding: 0.3rem 0.5rem 0.4rem 0.45rem;
}
.index-box-5 .date {
  font-size: var(--fs18);
  line-height: 0.24rem;
  font-family: "mr";
}
.index-box-5 .title {
  font-size: var(--fs22);
  color: #000;
  line-height: 0.36rem;
  height: 0.72rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.08rem auto 0.16rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-5 .title:hover {
  color: #178dce;
}
.index-box-5 .desc {
  font-size: var(--fs16);
  color: #999;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.46rem;
}
.index-box-5 .box-container > .index-more {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.page-title {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
  margin-bottom: 0.6rem;
}
.page-title:after {
  content: "";
  width: 0.4rem;
  height: 0.03rem;
  background-color: #000;
  display: block;
  margin-top: 0.23rem;
}
.page-box {
  padding: 0.94rem 0 1.2rem;
}
.page-banner-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
}
.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 {
  font-size: 1rem;
  color: #178dce;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.goodslist-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.goodslist-wrapper .list li {
  width: 31.92%;
  margin-right: 2.12%;
  margin-top: 2.12%;
}
.goodslist-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goodslist-wrapper .list li a {
  display: block;
  width: 100%;
  position: relative;
}
.goodslist-wrapper .pic img {
  height: 2.92rem;
  object-fit: cover;
}
.goodslist-wrapper .name {
  font-size: var(--fs18);
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  line-height: 0.6rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 0.25rem;
  background-color: rgba(0, 0, 0, 0.45);
}
.form-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  /* input placeholder  */
}
.form-box .text,
.form-box .submit {
  height: 50px;
  line-height: 50px;
}
.form-box .text {
  width: 80%;
  font-size: var(--fs16);
  color: #999;
  background-color: #fff;
  border-radius: 10px;
  border: solid 1px #e4e4e4;
  padding: 0 0.32rem;
}
.form-box .text:focus {
  border-color: #178dce;
}
.form-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs16);
}
.form-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs16);
}
.form-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs16);
}
.form-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs16);
}
.form-box .submit {
  width: 2rem;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background-color: #008cd6;
  border-radius: 0.1rem;
  letter-spacing: 2px;
  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;
}
.form-box .submit:hover {
  background-color: #178dce;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.goods-wrapper .main,
.goods-wrapper .top {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goods-wrapper .top {
  margin-bottom: 0.6rem;
  align-items: center;
}
.goods-wrapper .top .page-title {
  margin-bottom: 0;
}
.goods-wrapper .form-box {
  margin-bottom: 0;
  width: 50%;
}
.goods-wrapper .form-box .text {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.goods-wrapper .form-box .submit {
  width: 1.2rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.goods-wrapper .part-2 li {
  position: relative;
}
.goods-wrapper .part-2 .title {
  font-size: var(--fs22);
  line-height: 0.36rem;
  height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  padding-right: 2rem;
}
.goods-wrapper .part-2 .desc {
  font-size: var(--fs14);
  color: #999;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.1rem;
}
.goods-wrapper .part-2 .label {
  font-size: var(--fs16);
  color: #666;
  line-height: 35px;
  position: absolute;
  right: 0.5rem;
  top: 0.26rem;
  z-index: 1;
}
.goods-wrapper .cat-box {
  width: 25%;
  border-radius: 5px;
  background-color: #f8f8f8;
  height: 100%;
  overflow: hidden;
}
.goods-wrapper .cat-box a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 0.7rem;
  font-size: var(--fs18);
  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;
  padding: 0 0.22rem;
  border-bottom: 1px solid #ebebeb;
}
.goods-wrapper .cat-box a:last-child {
  border-bottom: none;
}
.goods-wrapper .cat-box a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  line-height: 0.24rem;
}
.goods-wrapper .cat-box a.on {
  color: #fff;
  background-color: #008cd6;
}
.goods-wrapper .list {
  width: 70.833%;
}
.goods-wrapper .list ul {
  list-style: none;
}
.goods-wrapper .list li {
  margin-bottom: 0.2rem;
  background-color: #ffffff;
  padding: 0.26rem 0.5rem 0.26rem;
  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;
  border: solid 1px #dfdfdf;
}
.goods-wrapper .list li:last-child {
  margin-bottom: 0;
}
.goods-wrapper .list li:hover {
  border-color: #fff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
}
.goods-wrapper .list li:hover .title {
  color: #178dce;
}
.goods-wrapper .part-1 .title {
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin-bottom: 0.22rem;
}
.goods-wrapper .part-1 .info {
  width: 50%;
}
.goods-wrapper .part-1 .pic {
  width: 43.33%;
}
.goods-wrapper .part-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-wrapper .content {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: none;
}
.userinfo-modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 52;
  width: 7.2rem;
  margin-left: -3.6rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #fff;
  padding: 0.88rem 1.2rem 0.82rem;
  border-radius: 0.1rem;
  overflow: hidden;
  /* input placeholder  */
}
.userinfo-modal:before {
  content: "";
  width: 100%;
  height: 0.11rem;
  background-image: linear-gradient(90deg, #008cd6 0%, #1e47a4 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
			normal;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.userinfo-modal .title {
  font-size: var(--fs30);
  text-align: center;
  line-height: 0.36rem;
  color: #000;
  font-weight: 700;
}
.userinfo-modal p {
  font-size: var(--fs16);
  line-height: 0.3rem;
  text-align: center;
  margin: 0.2rem auto 0.22rem;
}
.userinfo-modal .group {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  margin-bottom: 0.2rem;
}
.userinfo-modal .group:last-child {
  margin-bottom: 0;
}
.userinfo-modal .group img {
  width: 0.4rem;
  height: 50%;
  object-fit: contain;
  position: absolute;
  left: 80px;
  top: 25%;
  z-index: 1;
}
.userinfo-modal label {
  width: 80px;
  font-size: var(--fs16);
  color: #666;
}
.userinfo-modal label i {
  color: #ff2300;
  margin-right: 5px;
}
.userinfo-modal .text {
  line-height: 0.53rem;
  padding: 0 0.4rem;
  border-radius: 0.1rem;
  border: solid 1px #ededed;
  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;
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  overflow: hidden;
}
.userinfo-modal .text:focus {
  border-color: #178dce;
}
.userinfo-modal ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #afafaf;
  font-size: var(--fs16);
}
.userinfo-modal :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #afafaf;
  font-size: var(--fs16);
}
.userinfo-modal ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #afafaf;
  font-size: var(--fs16);
}
.userinfo-modal :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #afafaf;
  font-size: var(--fs16);
}
.userinfo-modal .submit {
  display: block;
  text-align: center;
  width: 100%;
  box-shadow: 0px 5px 24px 1px rgba(0, 140, 214, 0.25);
  border-radius: 0.1rem;
  color: #fff;
  line-height: 0.56rem;
  font-size: var(--fs16);
  margin: 0.4rem auto 0;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  background: #178dce;
}
.userinfo-modal .submit:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(90deg, #008cd6 0%, #1e47a4 100%), linear-gradient(#067bf1, #067bf1);
  background-blend-mode: normal, 
				normal;
  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;
}
.userinfo-modal .submit:hover:before {
  opacity: 0;
  visibility: hidden;
}
.userinfo-modal .submit span {
  position: relative;
  z-index: 1;
}
.goodsinfo-wrapper {
  padding-top: 0.6rem;
}
.goodsinfo-wrapper .base-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goodsinfo-wrapper .index-title {
  margin-bottom: 0.68rem;
  color: #333;
}
.goodsinfo-wrapper .info {
  width: 49.58%;
}
.goodsinfo-wrapper .pic {
  width: 41.67%;
}
.goodsinfo-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goodsinfo-wrapper .caption {
  font-size: var(--fs24);
  line-height: 0.36rem;
  margin-bottom: 0.42rem;
}
.goodsinfo-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.goodsinfo-wrapper .content img {
  display: inline;
}
.goodsinfo-wrapper .detail-box {
  padding-top: 0.12rem;
  padding-bottom: 1.32rem;
  margin-top: 0.8rem;
  background-color: #f8f8f8;
}
.goodsinfo-wrapper table {
  width: 100%;
}
.goodsinfo-wrapper table td {
  text-align: center;
  padding: 0.23rem 0.1rem;
  line-height: 24px;
  font-size: var(--fs16);
  border: 1px solid #666;
}
.development-wrapper ul {
  list-style-type: none;
}
.development-wrapper li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 0.2rem;
}
.development-wrapper li:nth-child(even) {
  flex-direction: row-reverse;
}
.development-wrapper li:last-child {
  margin-bottom: 0;
}
.development-wrapper li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.development-wrapper .pic,
.development-wrapper .info {
  width: 50%;
}
.development-wrapper .info {
  padding: 0.8rem 0.94rem;
  background-color: #f6fcff;
}
.development-wrapper .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.development-wrapper .key {
  display: inline-block;
  font-weight: 700;
  line-height: 0.3rem;
  font-size: var(--fs24);
  font-family: "mb";
  margin-bottom: 0.18rem;
}
.download-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.download-wrapper .list li {
  position: relative;
  width: 47.5%;
  margin-top: 0.3rem;
  background-color: #f8f8f8;
  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;
}
.download-wrapper .list li:nth-child(-n+2) {
  margin-top: 0;
}
.download-wrapper .list li:hover {
  background-color: #fff;
  box-shadow: 0px 16px 15px 1px rgba(0, 0, 0, 0.05);
}
.download-wrapper .list li:hover i {
  background-image: url(../img/file2.png);
}
.download-wrapper .list li:hover .icon {
  background-image: url(../img/download2.png);
}
.download-wrapper .list li a {
  display: block;
  padding: 0.32rem 0.76rem 0.4rem 1.56rem;
}
.download-wrapper .list li i {
  display: inline-block;
  width: 0.4rem;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0.34rem;
  top: 0;
  z-index: 10;
  background-image: url(../img/file.png);
  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;
}
.download-wrapper .name {
  font-size: var(--fs18);
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.download-wrapper p {
  font-size: var(--fs14);
  color: #999;
  line-height: 20px;
  margin-top: 0.18rem;
  text-transform: uppercase;
}
.download-wrapper .icon {
  width: 0.27rem;
  height: 100%;
  position: absolute;
  right: 0.34rem;
  top: 0;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/download.png);
  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;
}
.solution-wrapper .tips {
  font-size: var(--fs16);
  margin-top: 0.54rem;
  line-height: 0.3rem;
}
.solution-wrapper .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.88rem;
}
.solution-wrapper .item:last-child {
  margin-bottom: 0;
}
.solution-wrapper .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.solution-wrapper .pic {
  width: 50%;
  height: 100%;
}
.solution-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);
}
.solution-wrapper .info {
  width: 45%;
}
.solution-wrapper .info ul {
  list-style: none;
}
.solution-wrapper .info li {
  position: relative;
  font-size: var(--fs16);
  background-color: #f4f4f4;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
  padding: 0.15rem 0.3rem 0.15rem 0.66rem;
  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;
}
.solution-wrapper .info li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.solution-wrapper .info li:last-child {
  margin-bottom: 0;
}
.solution-wrapper .info em {
  position: absolute;
  left: 0.3rem;
  top: 0.15rem;
  z-index: 10;
  font-size: var(--fs16);
  color: #178dce;
  font-family: "mb";
}
.solution-wrapper .desc {
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-bottom: 0.23rem;
}
.top {
  position: relative;
  margin-bottom: 0.54rem;
}
.top .brief {
  font-size: var(--fs18);
  line-height: 0.3rem;
}
.service-wrapper .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.service-wrapper .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.service-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.service-wrapper .info,
.service-wrapper .pic {
  width: 50%;
}
.service-wrapper .info {
  background-color: #fafafa;
  padding: 0 0.74rem;
  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;
}
.service-wrapper .inner {
  width: 100%;
}
.service-wrapper .title {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 0.3rem;
  margin-bottom: 0.18rem;
}
.service-wrapper .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  max-height: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.contact-wrapper {
  /* input placeholder  */
}
.contact-wrapper .part-1 {
  padding: 0.94rem 0 1rem;
  background: url(../img/contactbg.jpg) no-repeat center top;
  background-size: cover;
}
.contact-wrapper .part-1 .item {
  width: 30%;
  margin-right: 0.54%;
  margin-top: 0.8rem;
}
.contact-wrapper .part-1 .item:nth-child(-n+3) {
  margin-top: 0;
}
.contact-wrapper .part-1 .item:nth-child(3n) {
  width: 38.92%;
  margin-right: 0;
}
.contact-wrapper .list {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  line-height: 0.3rem;
}
.contact-wrapper .list li {
  list-style: none;
}
.contact-wrapper .list .title {
  font-size: var(--fs16);
  margin-bottom: 0.17rem;
}
.contact-wrapper .caption {
  font-size: var(--fs16);
  font-weight: 700;
  margin-bottom: 0.26rem;
}
.contact-wrapper .contact {
  margin-bottom: 0.98rem;
}
.contact-wrapper .contact li {
  position: relative;
  font-weight: 700;
  font-size: var(--fs16);
  padding-left: 80px;
}
.contact-wrapper .contact li > span {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.contact-wrapper .qrcode {
  width: 1.4rem;
}
.contact-wrapper .part-2 {
  position: relative;
  overflow: hidden;
  padding: 0.72rem 0 1rem;
  background: url(../img/contactbg2.jpg) no-repeat center center;
  background-size: cover;
}
.contact-wrapper .part-2 .item {
  margin-bottom: 0.54rem;
}
.contact-wrapper .part-2 .item:last-child {
  margin-bottom: 0;
}
.contact-wrapper .part-2 .page-title {
  color: #fff;
  margin-bottom: 0.54rem;
  font-weight: 500;
}
.contact-wrapper .part-2 .page-title:after {
  display: none;
}
.contact-wrapper .part-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.contact-wrapper .part-2 ul li {
  position: relative;
  width: 31.66%;
  background: #fff;
  margin-right: 2.51%;
  margin-top: 2.51%;
  padding: 0.46rem 0.3rem 0.36rem;
  border: 1px solid #a7bec9;
  border-left: none;
}
.contact-wrapper .part-2 ul li:nth-child(-n+3) {
  margin-top: 0;
}
.contact-wrapper .part-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.contact-wrapper .part-2 ul li:hover .area {
  color: #fff;
}
.contact-wrapper .part-2 ul li:hover .area:before {
  opacity: 0;
  visibility: hidden;
}
.contact-wrapper .part-2 ul li:hover .area:after {
  opacity: 1;
  visibility: visible;
}
.contact-wrapper .part-2 .area {
  font-size: var(--fs16);
  position: absolute;
  right: -1px;
  top: 0.4rem;
  z-index: 10;
  line-height: 0.48rem;
  padding-right: 0.24rem;
  padding-left: 0.24rem;
  width: 1.22rem;
  text-align: right;
  z-index: 0;
}
.contact-wrapper .part-2 .area:before,
.contact-wrapper .part-2 .area:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.24rem 0 0 0.24rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  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;
}
.contact-wrapper .part-2 .area:before {
  background-color: #dfdfdf;
}
.contact-wrapper .part-2 .area:after {
  background-image: linear-gradient(90deg, #008cd6 0%, #1e47a4 100%), linear-gradient(#dfdfdf, #dfdfdf);
  background-blend-mode: normal, 
					normal;
  opacity: 0;
  visibility: hidden;
}
.contact-wrapper .part-2 .area span {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  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;
  position: relative;
  z-index: 2;
}
.contact-wrapper .part-2 .name,
.contact-wrapper .part-2 .desc {
  position: relative;
  z-index: 2;
}
.contact-wrapper .part-2 .name {
  font-size: var(--fs24);
}
.contact-wrapper .part-2 .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.16rem;
  text-align: left;
  word-break: break-all;
}
.contact-wrapper .part-2 .desc b {
  letter-spacing: 0.05rem;
}
.contact-wrapper .box-2 {
  position: relative;
  overflow: hidden;
  background-color: #f4f6f9;
  padding: 0.72rem 0 1.2rem;
}
.contact-wrapper .box-2 .w1200 {
  position: relative;
  z-index: 1;
}
.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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.contact-wrapper .form .group {
  width: 48.66%;
  margin-top: 0.3rem;
}
.contact-wrapper .form .group.max {
  width: 100%;
}
.contact-wrapper .form .group:nth-child(-n+2) {
  margin-top: 0;
}
.contact-wrapper .text {
  height: 0.6rem;
  line-height: 0.58rem;
}
.contact-wrapper .msg {
  resize: none;
  height: 1.86rem;
  line-height: 0.3rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.contact-wrapper .text,
.contact-wrapper .msg {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #ddd;
  font-size: var(--fs16);
  color: #999;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  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 .text:focus,
.contact-wrapper .msg:focus {
  border-color: #178dce;
}
.contact-wrapper ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs16);
}
.contact-wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs16);
}
.contact-wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs16);
}
.contact-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs16);
}
.contact-wrapper .submit {
  display: block;
  margin-top: 0.6rem;
  width: 1.6rem;
  line-height: 0.5rem;
  background-image: linear-gradient(90deg, #008cd6 0%, #1e47a4 100%), linear-gradient(#008cd6, #008cd6);
  background-blend-mode: normal, 
			normal;
  border-radius: 25px;
  text-align: center;
  color: #fff;
}
.contact-wrapper canvas {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 10%;
  height: 80%;
}
.job-wrapper .desc {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
  margin-bottom: 0.42rem;
}
.job-wrapper .list > .top {
  line-height: 0.5rem;
  background-color: #f6f6f6;
  margin-bottom: 0.2rem;
}
.job-wrapper .list > .top div {
  font-weight: 700;
  font-size: var(--fs16);
  color: #666;
}
.job-wrapper .list > .top .icon {
  opacity: 0;
  visibility: hidden;
}
.job-wrapper .top,
.job-wrapper .detail {
  padding-left: 0.62rem;
  padding-right: 1.4rem;
}
.job-wrapper .top {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 0;
}
.job-wrapper .top .name {
  width: 41.67%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.job-wrapper .top .time,
.job-wrapper .top .salary {
  width: 80px;
  text-align: center;
}
.job-wrapper .top .time span,
.job-wrapper .top .salary span {
  display: none;
}
.job-wrapper .top .icon {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  margin-top: -9px;
  z-index: 10;
  width: 21px;
  height: 18px;
}
.job-wrapper .top .icon:before,
.job-wrapper .top .icon:after {
  content: "";
  position: absolute;
  z-index: 10;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  background-color: #178dce;
}
.job-wrapper .top .icon:before {
  width: 100%;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  left: 0;
}
.job-wrapper .top .icon:after {
  width: 4px;
  height: 100%;
  left: 50%;
  margin-left: -2px;
  top: 0;
}
.job-wrapper .top .time {
  margin-right: 28.16%;
}
.job-wrapper .item {
  margin-bottom: 0.2rem;
}
.job-wrapper .item:last-child {
  margin-bottom: 0;
}
.job-wrapper .item.on .top {
  background-color: #178dce;
}
.job-wrapper .item.on .top .name,
.job-wrapper .item.on .top .time,
.job-wrapper .item.on .top .salary {
  color: #fff;
}
.job-wrapper .item.on .top .icon:before,
.job-wrapper .item.on .top .icon:after {
  background-color: #fff;
}
.job-wrapper .item.on .top .icon:after {
  transform: rotate(90deg);
}
.job-wrapper .item .top {
  cursor: pointer;
  background-color: #f0f0f0;
  line-height: 0.7rem;
  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;
}
.job-wrapper .item .name {
  font-size: var(--fs18);
  color: #252525;
  font-weight: 700;
  padding-right: 0.2rem;
}
.job-wrapper .item .name,
.job-wrapper .item .time {
  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;
}
.job-wrapper .caption {
  font-size: var(--fs16);
  font-weight: 700;
  line-height: 0.3rem;
  margin-bottom: 0.08rem;
}
.job-wrapper .detail {
  display: none;
  padding-top: 0.34rem;
  padding-bottom: 0.34rem;
  background-color: #fafafa;
}
.job-wrapper .content,
.job-wrapper .content li {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.job-wrapper .content {
  margin-bottom: 0.2rem;
}
.job-wrapper .content:last-child {
  margin-bottom: 0;
}
.job-wrapper .content li {
  display: inline-block;
  list-style: none;
  margin-right: 0.68rem;
}
.job-wrapper .content li:last-child {
  margin-right: 0;
}
.honor-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.honor-wrapper .list li {
  position: relative;
  list-style: none;
  width: 22.5%;
  background-color: #fff;
  border: solid 1px #dfdfdf;
  margin-right: 3.33%;
  margin-top: 3.33%;
  padding: 0.12rem 0.39rem 0.18rem;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.honor-wrapper .list li:hover {
  border-color: #fff;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.07);
}
.honor-wrapper .list li:hover .line:before,
.honor-wrapper .list li:hover .line:after {
  opacity: 1;
}
.honor-wrapper .list li:hover .line span:before,
.honor-wrapper .list li:hover .line span:after {
  opacity: 1;
}
.honor-wrapper .list li:hover .icon {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.honor-wrapper .pic {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.honor-wrapper .pic img {
  height: 2.8rem;
  object-fit: contain;
}
.honor-wrapper .icon {
  width: 0.56rem;
  height: 0.56rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.28rem;
  margin-top: -0.28rem;
  background-image: url(../img/search3.png);
  z-index: 10;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.honor-wrapper .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 48px;
  margin-top: 0.12rem;
}
.honor-wrapper p {
  width: 100%;
  font-size: var(--fs16);
  line-height: 24px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 48px;
}
.honor-wrapper .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.honor-wrapper .line:before,
.honor-wrapper .line:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 11;
  opacity: 0;
}
.honor-wrapper .line:before {
  top: 0;
  -webkit-animation: right 2s linear infinite;
  animation: right 2s linear infinite;
  background: -webkit-gradient(linear, right top, left top, from(#178dce), to(transparent));
  background: linear-gradient(right, #178dce, transparent);
}
.honor-wrapper .line:after {
  bottom: 0;
  -webkit-animation: left 2s linear infinite;
  animation: left 2s linear infinite;
  background: -webkit-gradient(linear, left top, right top, from(#178dce), to(transparent));
  background: linear-gradient(left, #178dce, transparent);
}
.honor-wrapper .line span:before,
.honor-wrapper .line span:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  animation-delay: 1s;
  z-index: 11;
  opacity: 0;
}
.honor-wrapper .line span:before {
  top: 0;
  left: 0;
  -webkit-animation: top 2s linear infinite;
  animation: top 2s linear infinite;
  -webkit-animation-delay: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(#178dce), to(transparent));
  background: linear-gradient(top, #178dce, transparent);
}
.honor-wrapper .line span:after {
  bottom: 0;
  right: 0;
  -webkit-animation: bottom 2s linear infinite;
  animation: bottom 2s linear infinite;
  background: -webkit-gradient(linear, left bottom, left top, from(#178dce), to(transparent));
  background: linear-gradient(bottom, #178dce, transparent);
}
.padding {
  padding: 1.2rem 0;
}
.mt {
  margin-top: 1.2rem;
}
.culture-wrapper {
  padding-bottom: 0!important;
}
.culture-wrapper h4 {
  position: relative;
  font-size: var(--fs30);
  color: #fff;
  line-height: 0.36rem;
  padding-bottom: 0.46rem;
  border-bottom: 2px solid #22cbee;
}
.culture-wrapper h4:after {
  content: "";
  width: 0.85rem;
  height: 2px;
  background-color: #ffdb00;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 10;
}
.culture-wrapper .brief {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.33rem;
}
.culture-wrapper .box-1 .main {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #008cd6;
  padding: 0 0.56rem 0 0.87rem;
}
.culture-wrapper .box-1 .main:before {
  content: "";
  width: 36.75%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/culturebg.png) no-repeat left top;
  background-size: 100%;
}
.culture-wrapper .box-1 .info {
  padding-top: 1.15rem;
}
.culture-wrapper .box-1 .pic {
  width: 48.25%;
  position: relative;
  z-index: 10;
  top: -0.66rem;
}
.culture-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.culture-wrapper .box-2 {
  height: 6rem;
}
.culture-wrapper .box-2 .brief {
  min-height: 0.9rem;
}
.culture-wrapper .box-2 .w1200 {
  padding-left: 7.2rem;
}
.culture-wrapper .box-2,
.culture-wrapper .box-6 {
  position: relative;
  margin-top: 1rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.culture-wrapper .box-2 .pic,
.culture-wrapper .box-6 .pic {
  display: none;
}
.culture-wrapper .box-2 .info,
.culture-wrapper .box-6 .info {
  position: absolute;
  left: 0;
  bottom: 0.67rem;
  z-index: 10;
  width: 100%;
}
.culture-wrapper .box-3 {
  margin: 1rem auto;
}
.culture-wrapper .box-3 .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  background: #fafafa;
}
.culture-wrapper .box-3 .item:nth-child(even) {
  flex-direction: row-reverse;
}
.culture-wrapper .box-3 .pic {
  width: 50%;
}
.culture-wrapper .box-3 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.culture-wrapper .box-3 .info {
  width: 50%;
  padding: 0.3rem 0.6rem;
}
.culture-wrapper .box-3 h4,
.culture-wrapper .box-3 .brief {
  color: #333;
}
.culture-wrapper .box-4 {
  text-align: center;
  padding: 1rem 0 1.1rem;
  background: url(../img/culturebg3.jpg) no-repeat center center;
  background-size: cover;
}
.culture-wrapper .box-4 h4 {
  color: #333;
  display: inline-block;
  margin-bottom: 0.4rem;
}
.culture-wrapper .box-4 h4:after {
  width: 50%;
}
.culture-wrapper .box-4 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.culture-wrapper .box-4 .list ul li {
  position: relative;
  width: calc((63.34% - 0.4rem) / 2);
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  overflow: hidden;
}
.culture-wrapper .box-4 .list 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);
}
.culture-wrapper .box-4 .pic {
  position: relative;
}
.culture-wrapper .box-4 .pic:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/shadow4.png) no-repeat center center;
  background-size: 100% 100%;
}
.culture-wrapper .box-4 .pic img {
  height: 3rem;
  object-fit: cover;
}
.culture-wrapper .box-4 .title {
  font-size: var(--fs24);
  color: #fff;
  font-weight: 700;
  line-height: 0.3rem;
  position: absolute;
  left: 0;
  top: 0.32rem;
  z-index: 10;
  width: 100%;
  padding: 0 0.45rem;
  text-align: left;
}
.culture-wrapper .box-5 {
  margin-top: 1rem;
}
.culture-wrapper .box-5 .w1200 {
  position: relative;
}
.culture-wrapper .box-5 .pic {
  width: 50%;
}
.culture-wrapper .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);
}
.culture-wrapper .box-5 .info {
  position: absolute;
  right: 0;
  top: 0.35rem;
  z-index: 10;
  width: 60%;
  height: calc(100% - 0.7rem);
  background-color: #008cd6;
  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;
}
.culture-wrapper .box-5 .info:after {
  content: "";
  width: 44.44%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background: url(../img/culturebg4.png) no-repeat right top;
  background-size: 100%;
}
.culture-wrapper .box-5 .inner {
  width: 100%;
  padding: 0 1.2rem;
  position: relative;
  z-index: 1;
}
.culture-wrapper .box-6 {
  height: 5.2rem;
}
.culture-wrapper .box-6 .w1200 {
  padding-right: 7.2rem;
}
.about-wrapper {
  padding-bottom: 0!important;
}
.about-wrapper h2.title {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
  margin-bottom: 0.52rem;
}
.about-wrapper h2.title.center {
  text-align: center;
}
.about-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
}
.about-wrapper .box-2 {
  background: url(../img/aboutbg.jpg) no-repeat center center;
  background-size: cover;
}
.about-wrapper .box-2 h2.title {
  color: #fff;
}
.about-wrapper .detail-box h2.title {
  margin-bottom: 1rem;
}
.about-wrapper .detail-box .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .detail-box .year {
  width: 32.16%;
  font-size: 1.2rem;
  line-height: 1rem;
}
.about-wrapper .detail-box .desc,
.about-wrapper .detail-box .desc li {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.32rem;
}
.about-wrapper .detail-box .desc {
  flex: 1;
}
.about-wrapper .detail-box .desc li {
  position: relative;
  padding-left: 0.3rem;
  list-style: none;
}
.about-wrapper .detail-box .desc li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.12rem;
  z-index: 10;
  background-image: linear-gradient(90deg, #008cd6 0%, #1e47a4 100%), linear-gradient(#2889ec, #2889ec);
  background-blend-mode: normal, normal;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
}
.about-wrapper .detail-box .swiper-slide-active .desc,
.about-wrapper .detail-box .swiper-slide-active .year {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.about-wrapper .detail-box .desc,
.about-wrapper .detail-box .year {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition-delay: 0.3s;
}
.about-wrapper .detail-box .year {
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
}
.about-wrapper .detail-box .desc {
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
}
.about-wrapper .year {
  color: #fff;
  font-family: "mb";
}
.about-wrapper .swiper-box {
  position: relative;
  padding: 0 0.5rem;
  margin-top: 1.08rem;
}
.about-wrapper .swiper-box:before,
.about-wrapper .swiper-box:after {
  content: "";
  width: 1.2rem;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 1px;
  position: absolute;
  bottom: 31px;
  z-index: 3;
}
.about-wrapper .swiper-box:before {
  left: -1.2rem;
  background-image: url(../img/lineL.png);
  background-position: right center;
}
.about-wrapper .swiper-box:after {
  right: -1.2rem;
  background-image: url(../img/lineR.png);
  background-position: left center;
}
.about-wrapper .swiper-box .swiper-container {
  padding-bottom: 20px;
}
.about-wrapper .swiper-box .swiper-container:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 31px;
  left: 0;
  z-index: 0;
}
.about-wrapper .swiper-box .swiper-slide {
  text-align: center;
  cursor: pointer;
}
.about-wrapper .swiper-box .swiper-slide.on .icon:before {
  animation: iconScale 3s 0.1s linear infinite;
}
.about-wrapper .swiper-box .swiper-slide.on .icon:after {
  animation: iconScale 3s 0.4s linear infinite;
}
.about-wrapper .swiper-box .swiper-slide.on .icon i:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.about-wrapper .swiper-box .year {
  font-size: var(--fs18);
  line-height: 24px;
}
.about-wrapper .swiper-box .icon {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 4px auto 0;
  border-radius: 50%;
}
.about-wrapper .swiper-box .icon:before,
.about-wrapper .swiper-box .icon:after {
  content: "";
  width: 150%;
  height: 150%;
  position: absolute;
  left: -25%;
  top: -25%;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.about-wrapper .swiper-box .icon i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 3;
}
.about-wrapper .swiper-box .icon i:before,
.about-wrapper .swiper-box .icon i:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.about-wrapper .swiper-box .icon i:before {
  background-image: linear-gradient(90deg, #008cd6 0%, #1e47a4 100%), linear-gradient(#2889ec, #2889ec);
  background-blend-mode: normal, 
						normal;
  transform: scale(0.416);
  -webkit-transform: scale(0.416);
  -moz-transform: scale(0.416);
  -ms-transform: scale(0.416);
  -o-transform: scale(0.416);
  z-index: 2;
}
.about-wrapper .swiper-box .icon i:after {
  z-index: 1;
  background-color: #fff;
  transform: scale(0.625);
  -webkit-transform: scale(0.625);
  -moz-transform: scale(0.625);
  -ms-transform: scale(0.625);
  -o-transform: scale(0.625);
  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;
}
.about-wrapper .swiper-box .swiper-btn {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transform: none;
  top: auto;
  bottom: 6px;
  box-shadow: 0px 8px 25px 2px rgba(4, 0, 0, 0.16);
  z-index: 10;
}
.about-wrapper .swiper-box .prev {
  left: 0;
  background-image: url(../img/prev3.png);
}
.about-wrapper .swiper-box .prev:hover {
  background-image: url(../img/prev4.png);
}
.about-wrapper .swiper-box .next {
  right: 0;
  background-image: url(../img/next3.png);
}
.about-wrapper .swiper-box .next:hover {
  background-image: url(../img/next4.png);
}
.about-wrapper .box-3 .list {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-3 .item {
  width: 25%;
  text-align: center;
  border: 1px solid #efefef;
  border-right-width: 1px;
  padding: 0.78rem 0.45rem 0.38rem;
}
.about-wrapper .box-3 .item:last-child {
  border-right-width: 1px;
}
.about-wrapper .box-3 .item:hover {
  background-image: linear-gradient(90deg, #008cd6 0%, #1e47a4 100%), linear-gradient(#155dc4, #155dc4);
  background-blend-mode: normal, normal;
}
.about-wrapper .box-3 .item:hover .icon {
  background-color: #fff;
}
.about-wrapper .box-3 .item:hover .icon img {
  transform: rotateY(180deg);
}
.about-wrapper .box-3 .item:hover .title,
.about-wrapper .box-3 .item:hover .desc {
  color: #fff;
}
.about-wrapper .box-3 .item .title {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 0.3rem;
  margin-bottom: 0.18rem;
}
.about-wrapper .box-3 .icon {
  display: block;
  width: 1.04rem;
  height: 1.04rem;
  border-radius: 50%;
  background-color: #f2f4f8;
  margin: 0 auto 0.5rem;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
}
.about-wrapper .box-3 .icon img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.about-wrapper .box-3 .title,
.about-wrapper .box-3 .desc {
  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-3 .desc {
  text-align: center;
  color: #555;
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.about-wrapper .box-4 {
  background: url(../img/aboutbg2.jpg) no-repeat center center;
  background-size: cover;
}
.about-wrapper .box-4 .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 0.3rem;
}
.about-wrapper .box-4 .item:last-child {
  margin-bottom: 0;
}
.about-wrapper .box-4 .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.about-wrapper .box-4 .item:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-4 .info,
.about-wrapper .box-4 .pic {
  width: 50%;
}
.about-wrapper .box-4 .info {
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0 0.7rem;
}
.about-wrapper .box-4 .info ul {
  line-height: 0.48rem;
  list-style: none;
}
.about-wrapper .box-4 .info .title {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}
.about-wrapper .box-4 .desc,
.about-wrapper .box-4 .desc li {
  font-size: var(--fs16);
}
.about-wrapper .box-4 .desc {
  line-height: 0.3rem;
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.48rem;
}
.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: #178dce;
}
.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";
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.6rem;
}
.pageNum a {
  display: inline-block;
  color: #999;
  font-size: var(--fs16);
  vertical-align: middle;
  margin: 0 4px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #f6f7f7;
  border-radius: 5px;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .dot {
  background-image: url(../img/dot.png);
}
.pageNum .dot:hover {
  background-image: url(../img/dot2.png);
}
.pageNum .btn {
  font-family: "宋体";
  font-weight: 700;
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #178dce;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #178dce;
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@keyframes iconScale {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
@keyframes iconAni {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes svgAni {
  100% {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes right {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-webkit-keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes top {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
