.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.font2 {
  font-family: "mb";
}
.light {
  font-family: "light";
}
.normal {
  font-family: "normal";
}
.medium {
  font-family: "medium";
}
.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: 14rem;
  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: "mb";
  src: url('../fonts/MetaOT-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  src: url('../fonts/MetaOT-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "normal";
  src: url('../fonts/MetaOT-Norm.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/MetaOT-Medi.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "monb";
  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;
}
.links {
  font-size: 0;
}
.links a {
  position: relative;
  font-size: 14px;
  padding-right: 25px;
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.links a:hover {
  color: #009fd0;
}
.links a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 2px;
  height: 13px;
  background: #818181;
}
.links a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.links a:last-child:after {
  display: none;
}
.content {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.32rem;
  font-family: "light";
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper.active {
  transform: translate(0, -1.2rem);
}
.header-wrapper.on {
  background-color: #fff;
}
.header-wrapper.on .logo-box img.init {
  display: none;
}
.header-wrapper.on .logo-box img.on {
  display: block;
}
.header-wrapper.on .pc-nav-box ul li:hover > a {
  color: #009fd0;
}
.header-wrapper.on .pc-nav-box ul li:hover > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.header-wrapper.on .pc-nav-box ul li .nav a:hover {
  color: #009fd0;
  font-weight: 700;
}
.header-wrapper.on .pc-nav-box ul li a {
  color: #333;
}
.header-wrapper.on .pc-nav-box ul li a:after {
  background-color: #009fd0;
}
.header-wrapper.on .search {
  background-image: url(../img/search2.png);
}
.header-wrapper.on .language {
  background-image: url(../img/earth2.png);
}
.header-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 1rem;
}
.header-wrapper .logo-box {
  width: 1.76rem;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .logo-box img.on {
  display: none;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .search,
.header-wrapper .language {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  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 .search {
  cursor: pointer;
  background-image: url(../img/search.png);
  margin-right: 0.38rem;
}
.header-wrapper .search.on {
  background-image: url(../img/search3.png);
}
.header-wrapper .language {
  background-image: url(../img/earth.png);
}
.pc-nav-box {
  flex: 1;
  margin: 0 1rem;
}
.pc-nav-box ul {
  font-size: 0;
  text-align: center;
}
.pc-nav-box li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.46rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover > a {
  color: #009fd0;
}
.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;
  color: #fff;
  font-size: var(--fs16);
  line-height: 1rem;
}
.pc-nav-box li > a:after {
  content: "";
  width: 100%;
  height: 0.02rem;
  background-color: #009fd0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.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;
}
.pc-nav-box a {
  display: block;
  font-family: "mb";
  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;
}
.pc-nav-box .nav {
  width: 160px;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  transition: all 0.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;
}
.pc-nav-box .nav:after {
  content: "";
  border: 0.06rem solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -0.06rem;
  top: 0.04rem;
  z-index: 10;
  border-bottom-color: #fff;
}
.pc-nav-box .nav:before {
  content: "";
  width: 100%;
  height: calc(100% - 0.16rem);
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.pc-nav-box .nav a {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.4rem;
  text-align: center;
  padding: 0 0.1rem;
}
.footer-wrapper {
  background-color: #f8f8f9;
  padding-top: 1.12rem;
}
.footer-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;
}
.footer-wrapper .left {
  width: 23%;
}
.footer-wrapper .logo {
  display: block;
  width: 1.7rem;
}
.footer-wrapper .logo img {
  display: block;
  width: 100%;
}
.footer-wrapper .brief {
  font-size: var(--fs16);
  color: rgba(0, 0, 0, 0.75);
  line-height: 0.32rem;
  font-family: "normal";
  margin-top: 0.3rem;
}
.footer-wrapper .caption {
  font-family: "medium";
  font-size: var(--fs18);
  color: #000;
  line-height: 0.36rem;
  text-transform: uppercase;
}
.footer-wrapper .center {
  max-width: 26%;
}
.footer-wrapper .center ul {
  margin-top: 0.18rem;
}
.footer-wrapper .center li a {
  display: block;
  font-size: var(--fs16);
  color: rgba(0, 0, 0, 0.7);
  line-height: 0.36rem;
  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;
  font-family: "light";
}
.footer-wrapper .center li a:hover {
  color: #009fd0;
}
.footer-wrapper .right {
  width: 22.14%;
}
.footer-wrapper .tel {
  font-size: var(--fs36);
  color: #0083b6;
  line-height: 0.4rem;
  margin: 0.14rem auto 0.24rem;
  font-family: "regular";
}
.footer-wrapper .address {
  font-size: var(--fs16);
  color: rgba(0, 0, 0, 0.75);
  font-family: "light";
  line-height: 0.32rem;
}
.footer-wrapper .box-2 {
  padding: 0.34rem 0;
  margin-top: 0.32rem;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.footer-wrapper .box-2 .box-container {
  align-items: center;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  color: rgba(0, 0, 0, 0.5);
}
.footer-wrapper .copyright {
  max-width: 50%;
  text-align: right;
  line-height: 24px;
  font-family: "light";
}
.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: #009fd0;
}
.share {
  font-size: 0;
}
.share a {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 0.1rem;
  position: relative;
  vertical-align: middle;
}
.share a:hover .init {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.share a:hover .on {
  opacity: 1;
  visibility: visible;
}
.share a > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  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 a .on {
  opacity: 0;
  visibility: hidden;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w1200 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 0.2rem;
  font-size: var(--fs15);
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs15);
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs15);
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs15);
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs15);
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 20px;
  height: 20px;
  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: #009fd0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.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);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(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%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  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 {
  text-align: center;
}
.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.8rem;
}
.index-banner-wrapper .info-1 .name {
  font-size: 0.72rem;
  line-height: 0.9rem;
}
.index-banner-wrapper .info-2 {
  top: 2.66rem;
}
.index-banner-wrapper .info-2 .name {
  font-size: 0.9rem;
  line-height: 0.96rem;
  margin: 0.14rem auto 0.44rem;
}
.index-banner-wrapper .name {
  color: #fff;
  text-transform: uppercase;
  font-family: "mb";
}
.index-banner-wrapper .brief {
  color: #fff;
  font-family: "normal";
  line-height: 0.36rem;
  font-size: var(--fs24);
}
.index-banner-wrapper .index-more {
  margin: 0.52rem auto 0;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 48px;
  height: 48px;
  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;
}
.index-box {
  padding-bottom: 1.4rem;
}
.index-title-box {
  text-align: center;
  padding-top: 1.24rem;
  margin-bottom: 0.64rem;
}
.index-title-box.white p,
.index-title-box.white h2 {
  color: #fff;
}
.index-title-box p {
  font-size: var(--fs20);
  color: #0083b6;
  font-family: "normal";
  line-height: 0.24rem;
  text-transform: uppercase;
  margin-bottom: 0.12rem;
}
.index-title-box h2 {
  font-size: 0.6rem;
  color: #000;
  font-family: "mb";
  text-transform: uppercase;
  line-height: 0.72rem;
}
.index-more {
  display: block;
  width: 1.9rem;
  line-height: 0.54rem;
  background-color: #009fd0;
  border-radius: 27px;
  text-align: center;
  color: #fff;
  font-size: var(--fs16);
  font-family: "light";
  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 {
  background-color: #0083b6;
}
.index-more.white {
  background-color: #fff;
  color: #0083b6;
}
.index-more.white:hover {
  color: #fff;
  background-color: #009fd0;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.index-more.white:hover i {
  background-image: url(../img/i-right.png);
}
.index-more.white i {
  background-image: url(../img/i-right3.png);
}
.index-more i {
  display: inline-block;
  width: 7px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: -1px;
  background-image: url(../img/i-right.png);
  margin-left: 0.14rem;
  vertical-align: middle;
}
.top .index-title-box {
  margin-bottom: 0.74rem;
}
.top .index-title-box h2 {
  margin-bottom: 0.16rem;
}
.top .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.32rem;
  text-align: center;
  font-family: "light";
  width: 63%;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: var(--fs16);
  color: #666;
  font-family: "light";
  line-height: 0.24rem;
  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;
  text-transform: uppercase;
}
.more:hover {
  color: #0083b6;
}
.more:hover i {
  transform: translateX(0.05rem);
  -webkit-transform: translateX(0.05rem);
  -moz-transform: translateX(0.05rem);
  -ms-transform: translateX(0.05rem);
  -o-transform: translateX(0.05rem);
  background-image: url(../img/i-right3.png);
}
.more i {
  display: inline-block;
  width: 7px;
  height: 12px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-left: 0.14rem;
  background-image: url(../img/i-right2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  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;
}
.index-box-1 {
  position: relative;
}
.index-box-1 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0.2rem;
}
.index-box-1 li {
  position: relative;
  width: calc((100% - 0.2rem) / 2);
  margin-top: 0.2rem;
}
.index-box-1 li:first-child {
  width: 100%;
}
.index-box-1 li:first-child .pic img {
  height: auto;
}
.index-box-1 li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-1 li:hover .more {
  color: #0083b6;
}
.index-box-1 li:hover .more i {
  transform: translateX(0.05rem);
  -webkit-transform: translateX(0.05rem);
  -moz-transform: translateX(0.05rem);
  -ms-transform: translateX(0.05rem);
  -o-transform: translateX(0.05rem);
  background-image: url(../img/i-right3.png);
}
.index-box-1 li a {
  display: block;
}
.index-box-1 .pic img {
  height: 6.9rem;
  object-fit: cover;
}
.index-box-1 .info {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0.9rem;
  padding: 0 1rem;
  text-align: center;
}
.index-box-1 .name,
.index-box-1 .brief {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-box-1 .name {
  font-size: var(--fs40);
  font-family: "mb";
  color: #141414;
  text-transform: uppercase;
  line-height: 0.48rem;
  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-1 .brief {
  font-size: var(--fs20);
  color: #666;
  font-family: "light";
  margin: 0.08rem auto 0.18rem;
  line-height: 0.3rem;
}
.index-box-2 {
  margin-bottom: 2rem;
}
.index-box-2 .swiper-slide {
  padding-bottom: 0.4rem;
}
.index-box-2 .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
}
.index-box-2 .swiper-slide-active .name,
.index-box-2 .swiper-slide-active .desc,
.index-box-2 .swiper-slide-active .index-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box-2 .info {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 59.86%;
  padding: 0.64rem 0.65rem 0.75rem 0.7rem;
  background-color: #0083b6;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.2s;
}
.index-box-2 .name,
.index-box-2 .desc,
.index-box-2 .index-more {
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.index-box-2 .name {
  font-size: var(--fs48);
  font-family: "mb";
  line-height: 0.6rem;
  color: #fff;
  text-transform: uppercase;
  transition-delay: 0.2s;
}
.index-box-2 .desc {
  font-size: var(--fs16);
  color: #fff;
  font-family: "light";
  height: 0.84rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: left;
  margin: 0.15rem auto 0.62rem;
  line-height: 0.28rem;
  transition-delay: 0.4s;
}
.index-box-2 .index-more {
  transition-delay: 0.6s;
}
.index-box-2 .index-more:hover {
  transition-delay: 0s;
}
.index-box-2 .prev {
  left: -1.08rem;
  background-image: url(../img/prev.png);
}
.index-box-2 .prev:hover {
  background-image: url(../img/prev2.png);
}
.index-box-2 .next {
  right: -1.08rem;
  background-image: url(../img/next.png);
}
.index-box-2 .next:hover {
  background-image: url(../img/next2.png);
}
.index-box-3 {
  background: url(../img/index3bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.index-box-3 .index-title-box h2 {
  text-transform: inherit;
  padding: 0 2rem;
}
.index-box-3 .data {
  padding-top: 0.12rem;
}
.index-box-3 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
  margin-bottom: 0.72rem;
}
.index-box-3 li {
  text-align: center;
  width: 20%;
}
.index-box-3 li:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.index-box-3 .icon {
  display: block;
  height: 0.51rem;
  object-fit: contain;
  margin: 0 auto;
  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;
}
.index-box-3 .num {
  color: #fff;
  height: 0.6rem;
  line-height: 0.6rem;
  font-family: "monb";
  margin: 0.42rem auto 0.1rem;
}
.index-box-3 .num span,
.index-box-3 .num em {
  display: inline-block;
  vertical-align: top;
}
.index-box-3 .num span {
  font-size: 0.6rem;
}
.index-box-3 .num em {
  font-size: 0.44rem;
  margin-left: 0.08rem;
}
.index-box-3 .brief {
  font-size: var(--fs16);
  font-family: "light";
  color: #fff;
  line-height: 0.3rem;
  min-height: 0.6rem;
}
.index-box-3 .index-more {
  margin: 0 auto;
}
.index-box-4 .swiper-box {
  width: calc(100% - (100% - 14rem) / 2);
}
.index-box-4 .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  touch-action: pan-y;
}
.index-box-4 .swiper-slide {
  width: 4.04rem;
}
.index-box-4 .swiper-slide:hover .pic {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.index-box-4 .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-4 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-4 .swiper-slide:hover .title {
  color: #0083b6;
}
.index-box-4 .pic {
  position: relative;
}
.index-box-4 .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-4 .pic img {
  height: 2.8rem;
  object-fit: cover;
}
.index-box-4 .info {
  text-align: left;
  margin-top: 0.2rem;
}
.index-box-4 .date {
  font-size: var(--fs18);
  color: rgba(0, 0, 0, 0.5);
  font-family: "mm";
  line-height: 0.3rem;
}
.index-box-4 .title {
  font-size: var(--fs18);
  line-height: 0.26rem;
  height: 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "medium";
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin: 0.1rem auto 0.46rem;
}
.index-box-4 .more {
  display: inline-block;
  font-size: var(--fs16);
  color: #0083b6;
  text-transform: uppercase;
  font-family: "medium";
  line-height: 0.24rem;
  border-bottom: 0.02rem solid #0083b6;
}
.index-box-4 .prev {
  display: none;
}
.index-box-4 .swiper-btn {
  transform: none;
  top: 1.16rem;
}
.index-box-4 .next {
  right: -1.08rem;
  background-image: url(../img/next.png);
}
.index-box-4 .next:hover {
  background-image: url(../img/next2.png);
}
.index-box-4 .swiper-pagination {
  display: none;
}
.page-banner-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.page-banner-wrapper > img {
  display: block;
  width: 100%;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 31.84%;
  z-index: 10;
  width: 100%;
}
.page-banner-wrapper h1 {
  font-size: 0.72rem;
  color: #fff;
  line-height: 0.72rem;
  text-transform: uppercase;
  font-family: "mb";
}
.page-banner-wrapper .brief {
  font-size: var(--fs30);
  color: #fff;
  font-family: "light";
  margin-top: 0.2rem;
  line-height: 0.4rem;
}
.breadcrumb-wrapper {
  padding: 0.33rem 0;
  line-height: 0.24rem;
  font-size: 0;
  border-bottom: 1px solid #e5e5e5;
}
.breadcrumb-wrapper a,
.breadcrumb-wrapper img,
.breadcrumb-wrapper span {
  display: inline-block;
}
.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
  font-size: var(--fs18);
  font-family: "light";
  text-transform: capitalize;
}
.breadcrumb-wrapper a {
  color: #808080;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.breadcrumb-wrapper a img {
  margin-right: 0.18rem;
}
.breadcrumb-wrapper a:hover {
  color: #0083b6;
}
.breadcrumb-wrapper span {
  color: #0083b6;
}
.breadcrumb-wrapper img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.breadcrumb-wrapper .box-container > img {
  margin: 0 0.12rem;
}
.page-box {
  padding: 1.2rem 0;
}
.page-box .index-title-box {
  padding-top: 0;
}
.loading {
  text-align: center;
  margin-top: 0.7rem;
}
.loading a {
  display: inline-block;
  font-size: var(--fs24);
  color: #0083b6;
  font-family: "mb";
  line-height: 0.34rem;
}
.loading a:hover img {
  transform: rotateY(180deg);
}
.loading img {
  width: 0.34rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 0.2rem;
  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;
}
.goods-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;
}
.goods-wrapper .list ul li {
  text-align: center;
  width: 31.57%;
  margin-top: 0.52rem;
  margin-right: 2.645%;
}
.goods-wrapper .list ul li:hover .pic {
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.goods-wrapper .list ul li:hover .name {
  color: #0083b6;
}
.goods-wrapper .list ul li a {
  display: block;
}
.goods-wrapper .pic {
  background-color: #f8f9fa;
  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;
}
.goods-wrapper .pic img {
  height: 4.42rem;
  object-fit: contain;
}
.goods-wrapper .info {
  margin-top: 0.34rem;
}
.goods-wrapper .name,
.goods-wrapper .brief {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.3rem;
  line-height: 0.3rem;
}
.goods-wrapper .name {
  font-size: var(--fs24);
  color: #000;
  font-family: "medium";
  text-transform: uppercase;
  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;
}
.goods-wrapper .brief {
  font-size: var(--fs16);
  color: #999;
  font-family: "light";
}
.solution-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.solution-wrapper .index-title-box {
  text-align: left;
  margin-bottom: 0.34rem;
}
.solution-wrapper .pic {
  width: 50%;
}
.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: 41.42%;
}
.solution-wrapper .info > ul {
  margin-top: 0.6rem;
}
.solution-wrapper ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.solution-wrapper li {
  min-width: 25%;
  text-align: center;
  max-width: 31%;
}
.solution-wrapper li:hover img {
  transform: rotateY(180deg);
}
.solution-wrapper li img {
  display: block;
  height: 0.37rem;
  object-fit: contain;
  margin: 0 auto 0.2rem;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.solution-wrapper li p {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.28rem;
  font-family: "light";
}
.mt {
  margin-top: 1.32rem;
}
.about-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-1 .pic {
  width: 50%;
}
.about-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-1 .info {
  width: 41.42%;
}
.about-wrapper .box-1 .index-title-box {
  text-align: left;
  margin-bottom: 0.46rem;
}
.about-wrapper .box-1 .list {
  width: 100%;
  margin-top: 0.8rem;
}
.about-wrapper .box-1 .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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-1 .list li {
  max-width: 15.21%;
}
.about-wrapper .box-1 .list li:nth-child(6) {
  width: 135px;
}
.about-wrapper .box-1 .list li:hover .icon {
  transform: rotateY(180deg);
}
.about-wrapper .box-1 .list p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  font-family: "light";
  margin-top: 0.22rem;
}
.about-wrapper .icon {
  height: 0.47rem;
  display: block;
  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;
}
.about-wrapper .box-2 {
  height: 6.8rem;
  background: url(../img/aboutbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 1.4rem 0;
}
.about-wrapper .box-2 .index-title-box h2 {
  color: #fff;
}
.about-wrapper .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .data li {
  text-align: center;
  width: 32%;
}
.about-wrapper .data .num {
  font-size: 0.72rem;
  color: #fff;
  font-family: "monb";
  line-height: 0.6rem;
  height: 0.6rem;
}
.about-wrapper .data p {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  font-family: "light";
  margin-top: 0.18rem;
}
.about-wrapper .cat-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .cat-box a {
  width: 33.33%;
  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;
  padding: 0.35rem 0.4rem;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  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;
}
.about-wrapper .cat-box a:first-child {
  border-left: 1px solid #eee;
}
.about-wrapper .cat-box a.on {
  background-color: #0083b6;
}
.about-wrapper .cat-box a.on .key {
  color: #0083b6;
  background-color: #fff;
}
.about-wrapper .cat-box a.on .name {
  color: #fff;
}
.about-wrapper .cat-box .key {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: var(--fs30);
  font-family: "mm";
  color: #0083b6;
  background-color: rgba(0, 159, 208, 0.05);
  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;
}
.about-wrapper .cat-box .name {
  font-size: 0.32rem;
  color: #000;
  font-family: "mb";
  line-height: 0.32rem;
  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;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  overflow: hidden;
  margin-left: 0.32rem;
}
.about-wrapper .detail-box {
  border-top: 1px solid #0083b6;
  padding-top: 0.9rem;
}
.about-wrapper .item {
  display: none;
}
.about-wrapper .item.on {
  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 .item.on .info {
  animation: fadeInRight50 0.5s ease;
}
.about-wrapper .item.on .pic {
  animation: fadeInLeft50 0.5s ease;
}
.about-wrapper .item .info,
.about-wrapper .item .pic {
  width: 50%;
}
.about-wrapper .item .info {
  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;
  overflow: hidden;
  padding: 0.4rem 1.2rem;
  box-shadow: 0px 5px 35px 0px rgba(14, 41, 86, 0.08);
}
.about-wrapper .item .info .inner {
  width: 100%;
}
.about-wrapper .item .info .name {
  font-size: var(--fs36);
  color: #222;
  font-family: "mb";
  line-height: 0.48rem;
  text-transform: uppercase;
}
.about-wrapper .item .info .name:after {
  display: block;
  content: "";
  width: 0.35rem;
  height: 0.02rem;
  background-color: #e4e4e4;
  margin-top: 0.2rem;
}
.about-wrapper .item .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .item .key {
  font-size: 3rem;
  font-family: "monb";
  color: #000;
  opacity: 0.05;
  line-height: 2.2rem;
  position: absolute;
  right: 0.3rem;
  bottom: -0.8rem;
  z-index: 1;
}
.about-wrapper .desc {
  font-size: var(--fs16);
  color: #666;
  font-family: "light";
  line-height: 0.3rem;
  margin-top: 0.3rem;
}
.about-wrapper .desc b {
  font-family: "medium";
  font-weight: 500;
}
.contact-wrapper .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .list {
  width: 33.33%;
  margin-left: calc((100% - 13.72rem) / 2);
}
.contact-wrapper .list li {
  padding: 0.42rem 0.6rem;
  border-radius: 0.1rem;
  margin-bottom: 0.08rem;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
}
.contact-wrapper .list li:last-child {
  margin-bottom: 0;
}
.contact-wrapper .list li.on {
  box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.contact-wrapper .list .name {
  font-size: var(--fs24);
  color: #000;
  font-family: "medium";
  line-height: 0.36rem;
  margin-bottom: 0.08rem;
}
.contact-wrapper .list .desc {
  font-size: var(--fs18);
  line-height: 0.32rem;
  color: #444;
  font-family: "medium";
}
.contact-wrapper .list .desc span {
  color: #aaa;
  font-family: "normal";
}
.contact-wrapper .map {
  position: relative;
  width: 42.6%;
  height: 100%;
  margin-right: 1.4rem;
}
.contact-wrapper .map .name {
  font-size: var(--fs18);
  color: #222;
  font-family: "medium";
  line-height: 0.3rem;
}
.contact-wrapper .map ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.contact-wrapper .map li {
  position: absolute;
  z-index: 10;
}
.contact-wrapper .map li:nth-child(1) {
  right: 18%;
  top: 40%;
}
.contact-wrapper .map li:nth-child(2) {
  left: 15%;
  top: 23%;
}
.contact-wrapper .map li:nth-child(2) .detail {
  left: -0.3rem;
}
.contact-wrapper .map li:nth-child(2) .detail:after {
  left: 0.3rem;
}
.contact-wrapper .map li.on {
  z-index: 11;
}
.contact-wrapper .map li.on .detail {
  display: block;
  animation: fadeInLeft50 0.5s ease;
}
.contact-wrapper .detail {
  position: absolute;
  right: 0.14rem;
  bottom: 100%;
  z-index: 10;
  width: 3.72rem;
  padding-bottom: 0.2rem;
  display: none;
}
.contact-wrapper .detail:after {
  content: "";
  width: 0.22rem;
  height: 0.2rem;
  position: absolute;
  right: 0.67rem;
  z-index: 11;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/angle.png);
}
.contact-wrapper .pic {
  box-shadow: 3px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.08rem;
  border: solid 0.1rem #fff;
}
.contact-wrapper .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.contact-wrapper .base {
  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 */
  cursor: pointer;
  align-items: center;
}
.contact-wrapper .icon {
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin-right: 0.08rem;
}
.contact-wrapper .icon:before,
.contact-wrapper .icon:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
}
.contact-wrapper .icon:before {
  z-index: 1;
  border: 0.05rem solid #0083b6;
  background-color: #fff;
}
.contact-wrapper .icon:after {
  z-index: 0;
  background-color: #009fd0;
  animation: iconScale 3s linear infinite;
}
@keyframes iconScale {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
    visibility: visible;
  }
  100% {
    transform: scale(2.4);
    -webkit-transform: scale(2.4);
    -moz-transform: scale(2.4);
    -ms-transform: scale(2.4);
    -o-transform: scale(2.4);
    opacity: 0;
    visibility: hidden;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.98rem;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  font-family: "hr";
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #fff;
  border: solid 1px #eee;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .dot {
  line-height: 0.38rem;
}
.pageNum .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}
.pageNum .prev {
  background-image: url(../img/icon-left2.png);
}
.pageNum .prev:hover {
  background-image: url(../img/icon-left.png);
}
.pageNum .next {
  background-image: url(../img/icon-right2.png);
}
.pageNum .next:hover {
  background-image: url(../img/icon-right.png);
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #009fd0;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #009fd0;
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
