.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.regular {
  font-family: "regular";
}
.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: 15.36rem;
  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: "mm";
  src: url('../fonts/Montserrat-Medium.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;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.border .header-wrapper {
  background: #fff;
  border-bottom: 1px solid #f7f8f9;
}
.border .header-wrapper .logo-box a img {
  display: none;
}
.border .header-wrapper .logo-box a img.on {
  display: block;
}
.border .header-wrapper .pc-nav-box li:hover {
  color: #18a0de;
}
.border .header-wrapper .pc-nav-box li.on > a {
  color: #18a0de;
}
.border .header-wrapper .pc-nav-box li.on > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.border .header-wrapper .pc-nav-box li > a {
  color: #222;
}
.border .header-wrapper .pc-nav-box li > a:after {
  background: #18a0de;
}
.border .header-wrapper .language .caption {
  color: #222;
  border-color: #dcdcdc;
  background-image: url(../img/earth.png);
}
.border .header-wrapper .language .caption i {
  background-image: url(../img/idown.png);
}
.border .header-wrapper .search {
  background-color: #18a0de;
  border-color: #18a0de;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-wrapper.shadow,
.header-wrapper.on {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.header-wrapper.shadow .logo-box a img,
.header-wrapper.on .logo-box a img {
  display: none;
}
.header-wrapper.shadow .logo-box a img.on,
.header-wrapper.on .logo-box a img.on {
  display: block;
}
.header-wrapper.shadow .pc-nav-box li:hover,
.header-wrapper.on .pc-nav-box li:hover {
  color: #18a0de;
}
.header-wrapper.shadow .pc-nav-box li.on > a,
.header-wrapper.on .pc-nav-box li.on > a {
  color: #18a0de;
}
.header-wrapper.shadow .pc-nav-box li.on > a:after,
.header-wrapper.on .pc-nav-box li.on > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.header-wrapper.shadow .pc-nav-box li > a,
.header-wrapper.on .pc-nav-box li > a {
  color: #222;
}
.header-wrapper.shadow .pc-nav-box li > a:after,
.header-wrapper.on .pc-nav-box li > a:after {
  background: #18a0de;
}
.header-wrapper.shadow .language .caption,
.header-wrapper.on .language .caption {
  color: #222;
  border-color: #dcdcdc;
  background-image: url(../img/earth.png);
}
.header-wrapper.shadow .language .caption i,
.header-wrapper.on .language .caption i {
  background-image: url(../img/idown.png);
}
.header-wrapper.shadow .search,
.header-wrapper.on .search {
  background-color: #18a0de;
  border-color: #18a0de;
}
.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.62rem;
}
.header-wrapper .logo-box a {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box a img {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box a img.on {
  display: none;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .search-box {
  position: relative;
  margin-left: 0.24rem;
  /* input placeholder  */
}
.header-wrapper .search-box .text {
  width: 100%;
  height: 0.46rem;
  font-size: var(--fs15);
  line-height: 0.46rem;
  padding: 0 0.6rem 0 0.2rem;
  background-color: transparent;
  color: #666;
}
.header-wrapper .search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: var(--fs15);
}
.header-wrapper .search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: var(--fs15);
}
.header-wrapper .search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: var(--fs15);
}
.header-wrapper .search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: var(--fs15);
}
.header-wrapper .form {
  width: 4rem;
  background-color: #f8f8f8;
  position: absolute;
  right: 0;
  top: 100%;
  bottom: auto;
  z-index: 10;
  padding: 0.1rem 0.2rem;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  display: none;
}
.header-wrapper .search,
.header-wrapper .submit {
  z-index: 10;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.header-wrapper .search {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: url(../img/search.png);
  background-size: 0.16rem;
}
.header-wrapper .submit {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  margin-top: -8px;
  z-index: 10;
  background-image: url(../img/search2.png);
  background-size: 16px;
}
.header-wrapper .language {
  position: relative;
  width: 1.2rem;
}
.header-wrapper .language.on .caption {
  color: #fff;
  border-color: #18a0de;
  background-color: #18a0de;
  background-image: url(../img/earth2.png);
}
.header-wrapper .language.on .caption i {
  background-image: url(../img/idown2.png);
}
.header-wrapper .language.on .caption:after {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .language.on .list {
  opacity: 1;
  visibility: visible;
}
.header-wrapper .language.on .list a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
.header-wrapper .language .caption {
  color: #fff;
  font-family: "mr";
  cursor: pointer;
  background-image: url(../img/earth2.png);
  background-repeat: no-repeat;
  background-position: 0.18rem center;
  border: 1px solid #fff;
  border-radius: 30px;
  line-height: 0.38rem;
  padding-left: 0.5rem;
}
.header-wrapper .language .caption:after {
  content: "";
  border: 0.06rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  margin-left: -0.06rem;
  border-bottom-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper .language .caption i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  width: 8px;
  height: 5px;
  background-image: url(../img/idown2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-wrapper .list {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  text-align: center;
  width: 1.2rem;
  margin-left: -0.6rem;
  padding: 0.16rem 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.header-wrapper .list:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
}
.header-wrapper .list a {
  position: relative;
  z-index: 1;
  font-family: "mr";
  line-height: 0.4rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 0 0.16rem;
  border-bottom: 1px solid #eee;
}
.header-wrapper .list a:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.header-wrapper .list a:hover {
  color: #18a0de;
}
.p_h {
  height: 1rem;
}
.pc-nav-box {
  margin: 0 1.12rem 0 1rem;
  flex: 1;
}
.pc-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.pc-nav-box li {
  position: relative;
}
.pc-nav-box li:hover > a,
.pc-nav-box li.on > a {
  color: #fff;
}
.pc-nav-box li:hover a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box li > a {
  position: relative;
  display: block;
  line-height: 1rem;
  font-size: 19px;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  color: #fff;
  text-align: center;
}
.pc-nav-box li > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.pc-nav-box a {
  display: block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pc-nav-box .nav {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  width: 220px;
  margin-left: -110px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pc-nav-box .nav a {
  display: block;
  padding: 0 0.2rem;
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin-bottom: 0.15rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  text-transform: capitalize;
}
.pc-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.pc-nav-box .nav a:hover {
  color: #18a0de;
}
.footer-wrapper {
  padding: 0.96rem 0 0.76rem;
  background-color: #303640;
}
.footer-wrapper .box-1,
.footer-wrapper .box-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .box {
  width: 40%;
}
.footer-wrapper .box ul {
  margin-top: 0.4rem;
}
.footer-wrapper .box li {
  margin-bottom: 0.2rem;
}
.footer-wrapper .box li:last-child {
  margin-bottom: 0;
}
.footer-wrapper .box p {
  color: #ccc;
  line-height: 24px;
  font-size: var(--fs15);
  margin-bottom: 2px;
}
.footer-wrapper .box .tel {
  font-size: var(--fs30);
  color: #fff;
  line-height: 0.36rem;
  font-family: "mb";
}
.footer-wrapper .box .address {
  font-size: var(--fs18);
  line-height: 0.36rem;
  color: #fff;
}
.footer-wrapper .left {
  width: 2.5rem;
}
.footer-wrapper .right {
  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 .nav,
.footer-wrapper .other,
.footer-wrapper .right {
  width: 57%;
}
.footer-wrapper .logo {
  width: 1.72rem;
  display: block;
}
.footer-wrapper .logo.phone {
  display: none;
}
.footer-wrapper .logo img {
  display: block;
  width: 100%;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs15);
  color: rgba(255, 255, 255, 0.3);
}
.footer-wrapper .copyright {
  flex: 1;
  line-height: 0.3rem;
}
.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 .qrcode {
  margin-left: 0.5rem;
}
.footer-wrapper .qrcode 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 */
}
.footer-wrapper .qrcode ul li {
  width: 1.2rem;
  text-align: center;
  margin-right: 0.2rem;
}
.footer-wrapper .qrcode ul li:last-child {
  margin-right: 0;
}
.footer-wrapper .qrcode ul li img {
  width: 100%;
}
.footer-wrapper .qrcode ul li p {
  font-size: var(--fs15);
  color: rgba(255, 255, 255, 0.3);
  margin-top: 0.1rem;
}
.footer-wrapper .box-2 {
  margin-top: 0.58rem;
}
.footer-wrapper .other {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.footer-wrapper .nav {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 47.87%;
}
.footer-wrapper .nav 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;
  width: 50%;
  font-size: var(--fs16);
  color: #fff;
  padding-right: 15px;
}
.footer-wrapper .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-wrapper .nav span {
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  background-image: url(../img/line.jpg);
  transition: background-size 0.7s ease;
}
.footer-wrapper .contact {
  flex: 1;
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.36rem;
}
.share {
  font-size: 0;
  margin-bottom: 0.3rem;
}
.share a {
  position: relative;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-right: 0.12rem;
  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;
}
.share a:last-child {
  margin-right: 0;
}
.share a.on {
  background-color: #18a0de;
}
.share a.on .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.share a > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.share a .init {
  display: none;
}
.share .hidebox {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.2rem);
  margin-left: -0.8rem;
  width: 1.6rem;
  background-color: #fff;
  padding: 3px;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.share .hidebox:after {
  content: "";
  border: 0.08rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: -0.16rem;
  margin-left: -0.08rem;
  z-index: 10;
  border-top-color: #fff;
}
.share .hidebox img {
  display: block;
  width: 100%;
}
.friendlink {
  width: 100%;
  position: relative;
}
.friendlink.on .list {
  display: block;
  animation: fadeIn 1s ease;
}
.friendlink .caption {
  cursor: pointer;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: var(--fs15);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  color: rgba(255, 255, 255, 0.3);
  padding: 0 0.46rem 0 0.2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-position: center right 0.18rem;
  background-image: url(../img/up.png);
  background-repeat: no-repeat;
  background-size: 11px;
}
.friendlink .list {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 10;
  width: 100%;
  max-height: 2.94rem;
  overflow-y: auto;
  background-color: #303640;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.friendlink .list::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(255, 255, 255, 0.2);
}
.friendlink .list::-webkit-scrollbar-thumb {
  background-color: #18a0de;
}
.friendlink .list a {
  display: block;
  font-size: var(--fs15);
  line-height: 0.48rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  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;
  padding: 0 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.3);
}
.friendlink .list a:last-child {
  border-bottom: none;
}
.friendlink .list a:hover {
  color: #fff;
}
.index-banner-wrapper {
  position: relative;
}
.index-banner-wrapper:hover .swiper-btn {
  opacity: 0.5;
  visibility: visible;
}
.index-banner-wrapper:hover .prev {
  left: 0.73rem;
}
.index-banner-wrapper:hover .next {
  right: 0.73rem;
}
.index-banner-wrapper .index-banner-swiper .video > img {
  display: none;
  width: 100%;
}
.index-banner-wrapper .index-banner-swiper .video video {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: left top;
}
.index-banner-wrapper .index-banner-swiper .title i {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-3.2rem);
  -webkit-transform: translateX(-3.2rem);
  -moz-transform: translateX(-3.2rem);
  -ms-transform: translateX(-3.2rem);
  -o-transform: translateX(-3.2rem);
  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;
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide.swiper-slide-active a > img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-banner-wrapper .swiper-slide.swiper-slide-active .brief,
.index-banner-wrapper .swiper-slide.swiper-slide-active .line,
.index-banner-wrapper .swiper-slide.swiper-slide-active .info img {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-banner-wrapper .swiper-slide.swiper-slide-active .title i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide a > 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 a > img.phone {
  display: none;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-banner-wrapper .info div {
  color: #fff;
}
.index-banner-wrapper .info img {
  width: 46.22%;
}
.index-banner-wrapper .title {
  font-size: 0.62rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-weight: 700;
  margin-top: -0.32rem;
}
.index-banner-wrapper .brief,
.index-banner-wrapper .line,
.index-banner-wrapper .info img {
  opacity: 0;
  visibility: hidden;
  transform: translateX(2rem);
  -webkit-transform: translateX(2rem);
  -moz-transform: translateX(2rem);
  -ms-transform: translateX(2rem);
  -o-transform: translateX(2rem);
  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.8s;
}
.index-banner-wrapper .brief {
  font-size: 0.32rem;
  line-height: 0.36rem;
  margin-top: 0.26rem;
}
.index-banner-wrapper .line {
  width: 0.33rem;
  height: 0.06rem;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 0.45rem;
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  margin-top: -0.19rem;
  left: 50%;
  margin-left: -0.19rem;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 0.64rem;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.17rem;
  opacity: 1;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.index-banner-wrapper .swiper-btn {
  width: 0.46rem;
  height: 0.46rem;
  opacity: 0;
  visibility: hidden;
  background-size: 100%;
}
.index-banner-wrapper .swiper-btn:hover {
  opacity: 1;
}
.index-banner-wrapper .prev {
  left: -0.73rem;
  background-image: url(../img/prev3.png);
}
.index-banner-wrapper .next {
  right: -0.73rem;
  background-image: url(../img/next3.png);
}
.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;
}
.index-title {
  margin-bottom: 0.65rem;
}
.index-title.center {
  text-align: center;
}
.index-title.center .line {
  margin-left: auto;
  margin-right: auto;
}
.index-title h2 {
  color: #222;
  font-size: var(--fs48);
  line-height: 0.6rem;
}
.index-title .line {
  width: 0.33rem;
  height: 0.06rem;
  background-color: #18a0de;
  border-radius: 3px;
  margin-top: 0.23rem;
}
.learn {
  display: inline-block;
  min-width: 1.76rem;
  line-height: 0.56rem;
  background-color: #18a0de;
  border-radius: 28px;
  text-align: center;
  color: #fff;
  padding: 0 0.2rem;
  font-size: var(--fs15);
  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;
}
.learn:hover {
  background-color: #004ea2;
}
.learn i {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.22rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background-image: url(../img/iright2.png);
}
.index-more {
  display: inline-block;
  min-width: 1.44rem;
  line-height: 0.44rem;
  border-radius: 24px;
  border: solid 2px #18a0de;
  padding: 0 0.2rem;
  text-align: center;
  color: #18a0de;
  font-size: var(--fs15);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #fff;
}
.index-more.white {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.index-more.white:hover {
  color: #18a0de;
  background-color: #fff;
}
.index-more:hover {
  background-color: #18a0de;
  color: #fff;
}
.index-box .en {
  font-size: 2rem;
  color: #edf1f6;
  opacity: 0.8;
  line-height: 1.5rem;
  position: absolute;
  text-transform: uppercase;
  font-family: "mb";
}
.index-box .desc {
  font-size: 0.33rem;
  color: #666;
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
}
.index-box .eng {
  line-height: 24px;
  min-height: 0.72rem;
  margin-bottom: 0.72rem;
}
.index-box .box-1 {
  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 */
  padding-top: 1.44rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 10;
}
.index-box .box-1 .info-box {
  width: 44.8%;
  padding-left: calc((100% - 1200px) / 2);
}
.index-box .box-1 .info-box.animated .index-title,
.index-box .box-1 .info-box.animated .content,
.index-box .box-1 .info-box.animated .brief,
.index-box .box-1 .info-box.animated .en,
.index-box .box-1 .info-box.animated .learn {
  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 .box-1 .pic-box {
  width: 50%;
  padding-right: calc((100% - 1200px) / 2);
  position: relative;
}
.index-box .box-1 .pic-box.animated:after {
  width: 100%;
}
.index-box .box-1 .pic-box.animated .pic {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-box .box-1 .pic-box:after {
  content: "";
  width: 0;
  height: calc(100% - 1.36rem);
  background-color: #18a0de;
  opacity: 0.06;
  position: absolute;
  bottom: 0.4rem;
  right: 0;
  z-index: 0;
  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.2s;
}
.index-box .box-1 .pic-box .pic {
  z-index: 10;
  margin-left: 0.54rem;
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition-delay: 0.2s;
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
}
.index-box .box-1 .index-title,
.index-box .box-1 .content,
.index-box .box-1 .brief,
.index-box .box-1 .en,
.index-box .box-1 .learn {
  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.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-box .box-1 .en {
  position: absolute;
  right: 5%;
  top: 0.72rem;
  z-index: -1;
}
.index-box .box-1 .content {
  font-size: var(--fs24);
  line-height: 0.48rem;
  transition-delay: 0.3s;
}
.index-box .box-1 .brief {
  font-size: var(--fs15);
  font-style: italic;
  line-height: 24px;
  margin: 0.15rem auto 0.54rem;
  min-height: 0.72rem;
  transition-delay: 0.45s;
}
.index-box .box-1 .learn {
  transition-delay: 0.5s;
}
.index-box .box-2 {
  position: relative;
  margin-top: 1.44rem;
}
.index-box .box-2.animated:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.index-box .box-2:after {
  content: "";
  background: url(../img/index5bg.png) no-repeat center center;
  background-size: contain;
  width: 34.63%;
  height: 4.46rem;
  position: absolute;
  left: 11.77%;
  top: -2.07rem;
  z-index: 0;
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  opacity: 0;
  visibility: hidden;
  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.3s;
}
.index-box .box-2 .item {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 1;
  align-items: center;
  margin-bottom: 1.28rem;
}
.index-box .box-2 .item:last-child {
  margin-bottom: 0;
}
.index-box .box-2 .item:nth-child(even) {
  flex-direction: row-reverse;
}
.index-box .box-2 .item:nth-child(even) .info-box {
  padding-left: calc((100% - 1200px) / 2);
}
.index-box .box-2 .item:nth-child(odd) .info-box {
  padding-right: calc((100% - 1200px) / 2);
}
.index-box .box-2 .item:first-child .pic-box {
  padding-left: calc((100% - 1200px) / 2);
}
.index-box .box-2 .item:first-child .en {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
  top: -0.7rem;
  right: 27.5%;
  font-size: 1.72rem;
}
.index-box .box-2 .item:not(:first-child) .en {
  -webkit-text-stroke: 1px #e4e8ee;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box .box-2 .item:nth-child(2) .en {
  left: 39.4%;
  bottom: 0;
}
.index-box .box-2 .item:nth-child(3) .en {
  right: 41%;
  bottom: 0;
}
.index-box .box-2 .pic-box {
  width: 50%;
  position: relative;
  z-index: 1;
}
.index-box .box-2 .info-box {
  width: 45%;
}
.index-box .box-2 .inner {
  position: relative;
  z-index: 3;
}
.index-box .box-2 .en {
  position: absolute;
  z-index: 2;
}
.index-box .box-3 {
  position: relative;
  overflow: hidden;
  padding-top: 1.8rem;
}
.index-box .box-3 .main {
  position: relative;
  z-index: 2;
  background-image: url(../img/indexbg4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-box .box-3 .swiper-slide {
  width: 33.33%;
  height: 7.2rem;
  position: relative;
  padding: 2.42rem 0.75rem 0;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-box .box-3 .swiper-slide:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
}
.index-box .box-3 .swiper-slide:last-child:after {
  display: none;
}
.index-box .box-3 .swiper-slide:hover {
  background-color: rgba(24, 160, 222, 0.9);
  padding-top: 1.5rem;
}
.index-box .box-3 .swiper-slide:hover .icon {
  transform: rotateY(180deg);
}
.index-box .box-3 .swiper-slide:hover .detail {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.index-box .box-3 .swiper-slide .icon {
  display: block;
  width: 0.58rem;
  margin: 0 auto;
  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 .box-3 .swiper-slide .title {
  font-size: var(--fs24);
  color: #fff;
  font-family: "medium";
  line-height: 0.36rem;
  margin: 0.34rem auto 0.4rem;
}
.index-box .box-3 .swiper-slide .line {
  width: 0.3rem;
  height: 2px;
  margin: 0 auto;
  background-color: #fff;
}
.index-box .box-3 .brief {
  font-size: var(--fs15);
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  max-height: 1.5rem;
}
.index-box .box-3 .index-more {
  margin-top: 0.6rem;
}
.index-box .box-3 .detail {
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.6rem);
  -webkit-transform: translateY(0.6rem);
  -moz-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  -o-transform: translateY(0.6rem);
  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;
  transition-delay: 0.15s;
}
.index-box .box-3 .inner {
  width: 100%;
}
.index-box .box-3 .canvas {
  position: absolute;
  left: 0;
  top: -2rem;
  z-index: 0;
  width: 100%;
  height: 8rem;
  opacity: 0.5;
}
.index-box .box-4 {
  padding: 1.2rem 0 1.08rem;
  background: url(../img/index5bg.jpg) no-repeat center center;
  background-size: cover;
}
.index-box .box-4 .index-title {
  margin-bottom: 0;
}
.index-box .box-4 .swiper-box {
  padding-left: calc((100% - 1200px) / 2);
}
.index-box .box-4 .swiper-container {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.2rem;
  margin-left: -0.2rem;
}
.index-box .box-4 .w1200 {
  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: flex-end;
  margin-bottom: 0.6rem;
}
.index-box .box-4 .swiper-slide {
  width: 25.13%;
  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 .box-4 .swiper-slide:hover {
  box-shadow: 0 2px 30px rgba(55, 55, 55, 0.3);
}
.index-box .box-4 .swiper-slide.swiper-slide-active {
  width: 34.35%;
}
.index-box .box-4 .swiper-slide:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box .box-4 .swiper-slide:hover .info {
  opacity: 0;
  visibility: hidden;
}
.index-box .box-4 .swiper-slide:hover .pic {
  opacity: 1;
  visibility: visible;
}
.index-box .box-4 .pic {
  opacity: 0;
  visibility: hidden;
}
.index-box .box-4 .pic img {
  height: 4.32rem;
  object-fit: cover;
}
.index-box .box-4 .title {
  font-size: var(--fs24);
  line-height: 0.36rem;
}
.index-box .box-4 .date {
  font-size: var(--fs18);
  font-family: "mr";
  color: #ccc;
  line-height: 24px;
}
.index-box .box-4 .brief {
  font-size: var(--fs15);
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  color: #999;
  margin-top: 0.18rem;
}
.index-box .box-4 .info,
.index-box .box-4 .hidebox {
  position: absolute;
  left: 0;
  z-index: 1;
}
.index-box .box-4 .info,
.index-box .box-4 .info .date,
.index-box .box-4 .hidebox {
  padding-left: 0.46rem;
  padding-right: 0.46rem;
}
.index-box .box-4 .info {
  top: 0;
  height: 100%;
  background: #fff;
  padding-top: 0.48rem;
  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 .box-4 .info .title {
  height: 1.08rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-box .box-4 .info .date {
  position: absolute;
  left: 0;
  bottom: 0.34rem;
  z-index: 1;
  width: 100%;
  background: url(../img/iright.png) no-repeat right 0.48rem center;
  background-size: 0.16rem;
}
.index-box .box-4 .hidebox {
  bottom: 0.32rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -moz-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  -o-transform: translateY(0.5rem);
  opacity: 0;
  visibility: hidden;
}
.index-box .box-4 .hidebox .title {
  color: #fff;
  height: 0.72rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box .box-4 .hidebox .date {
  margin-bottom: 0.1rem;
  color: rgba(255, 255, 255, 0.8);
}
.index-box .box-4 .btn {
  font-size: 0;
}
.index-box .box-4 .btn a {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  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 .box-4 .prev {
  margin-right: 0.2rem;
  background-image: url(../img/prev.png);
}
.index-box .box-4 .prev:hover {
  background-image: url(../img/prev2.png);
}
.index-box .box-4 .next {
  background-image: url(../img/next.png);
}
.index-box .box-4 .next:hover {
  background-image: url(../img/next2.png);
}
.page-banner-wrapper {
  position: relative;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  padding-top: 13.8%;
}
.page-banner-wrapper h1 {
  color: #fff;
  font-size: 0.6rem;
  font-family: "medium";
  font-weight: 700;
  line-height: 0.7rem;
  margin-bottom: 0.16rem;
}
.page-banner-wrapper p {
  font-size: 0.32rem;
  color: #fff;
  line-height: 0.36rem;
}
.page-box {
  position: relative;
  padding: 1.28rem 0;
}
.page-box > canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.page-box .box-container,
.page-box .w1200 {
  position: relative;
  z-index: 1;
}
.page-title-box {
  margin-bottom: 0.56rem;
}
.page-title-box.center {
  text-align: center;
}
.page-title-box.center .line {
  margin-left: auto;
  margin-right: auto;
}
.page-title-box h3 {
  font-size: var(--fs48);
  color: #222;
  font-family: "medium";
  line-height: 0.48rem;
}
.page-title-box .line {
  width: 0.33rem;
  height: 0.06rem;
  background-color: #18a0de;
  border-radius: 3px;
  margin-top: 0.3rem;
}
.contact-wrapper .box-1 {
  position: relative;
}
.contact-wrapper .box-1 .info {
  position: absolute;
  left: 0.64rem;
  top: 0.87rem;
  z-index: 10;
  width: 4rem;
}
.contact-wrapper .box-1 .desc {
  font-size: var(--fs18);
  line-height: 0.36rem;
}
.contact-wrapper .box-2 {
  margin-top: 0.64rem;
}
.contact-wrapper .box-2 .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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .box-2 .item {
  width: 48.33%;
  padding: 0.48rem;
  background-color: #fff;
  border: solid 1px #eee;
  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;
}
.contact-wrapper .box-2 .item:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.contact-wrapper .box-2 .item:hover .icon {
  transform: rotateY(180deg);
}
.contact-wrapper .box-2 .top {
  position: relative;
  padding-top: 0.24rem;
  padding-bottom: 0.04rem;
  padding-left: 1.12rem;
}
.contact-wrapper .box-2 .icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0.8rem;
  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;
}
.contact-wrapper .box-2 .title {
  font-size: var(--fs30);
  color: #222;
  font-family: "medium";
  line-height: 0.36rem;
}
.contact-wrapper .box-2 .en {
  display: none;
}
.contact-wrapper .box-2 .desc {
  margin-top: 0.3rem;
  font-size: var(--fs18);
  line-height: 0.36rem;
  text-align: left;
}
.form {
  position: absolute;
  right: 0;
  z-index: 20;
  width: 100%;
  bottom: 0.13rem;
}
.form .group {
  position: relative;
  margin-bottom: 0.32rem;
}
.form .group:last-child {
  margin-bottom: 0;
}
.form p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  font-family: "medium";
  margin-bottom: 0.18rem;
}
.form .caption {
  position: relative;
  cursor: pointer;
  font-size: var(--fs15);
  color: #a4a4a4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.32rem 0 0.22rem;
  line-height: 0.48rem;
  background-color: #fff;
}
.form .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.form .caption:after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 100%;
  background: url(../img/idown3.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 0.16rem;
  top: 0;
  z-index: 10;
}
.form .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  background: #fff;
  max-height: 2.45rem;
  overflow-y: auto;
  display: none;
  border: 1px solid #eee;
}
.form .list a {
  display: block;
  font-size: var(--fs15);
  color: #a4a4a4;
  line-height: 0.48rem;
  padding: 0 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
}
.form .list a:hover,
.form .list a.on {
  color: #18a0de;
}
.form .list a:last-child {
  border-bottom: none;
}
.cat-box {
  font-size: 0;
}
.cat-box a {
  display: inline-block;
  vertical-align: middle;
  min-width: 1.84rem;
  line-height: 0.52rem;
  border-radius: 28px;
  border: solid 2px #18a0de;
  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;
  text-align: center;
  color: #18a0de;
  font-size: var(--fs18);
  padding: 0 0.2rem;
  margin-right: 0.24rem;
}
.cat-box a:last-child {
  margin-right: 0;
}
.cat-box a.on {
  color: #fff;
  background-color: #18a0de;
}
.btns {
  font-size: 0;
}
.btns a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 0.2rem;
  min-width: 1.6rem;
  line-height: 0.44rem;
  border-radius: 24px;
  color: #18a0de;
  font-size: var(--fs15);
  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;
  border: solid 2px #18a0de;
  margin-right: 0.24rem;
}
.btns a:last-child {
  margin-right: 0;
}
.btns a.on,
.btns a.send {
  color: #fff;
  background-color: #18a0de;
}
.forms {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 4rem;
  /* input placeholder  */
}
.forms .text {
  width: 100%;
  color: #333;
  line-height: 0.54rem;
  border-radius: 28px;
  font-size: var(--fs15);
  border: solid 1px #eee;
  padding: 0 0.62rem 0 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;
}
.forms .text:focus {
  border-color: #18a0de;
}
.forms ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs15);
}
.forms :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs15);
}
.forms ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs15);
}
.forms :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs15);
}
.forms .submit {
  position: absolute;
  right: 0.3rem;
  top: 0;
  height: 100%;
  z-index: 1;
  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;
}
.forms .submit img {
  vertical-align: middle;
}
.job-wrapper .w1200 > .top {
  margin-bottom: 0.64rem;
}
.job-wrapper .top {
  position: relative;
}
.job-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;
}
.job-wrapper .main.max .box {
  width: 100%;
}
.job-wrapper .main.max .box > ul > li {
  border: none;
}
.job-wrapper .main.max .box .top {
  border-bottom: solid 1px #f3f3f3;
  padding-top: 0;
}
.job-wrapper .main.max .box .top,
.job-wrapper .main.max .box .detail {
  padding-left: 0;
  padding-right: 0;
}
.job-wrapper .main.max .box .detail {
  display: block;
  padding-top: 0.57rem;
  padding-bottom: 0;
}
.job-wrapper .box {
  width: 66.66%;
}
.job-wrapper .box > ul {
  list-style: none;
}
.job-wrapper .box > ul > li {
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #f3f3f3;
  border-top-width: 3px;
  margin-bottom: 0.4rem;
  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;
}
.job-wrapper .box > ul > li:last-child {
  margin-bottom: 0;
}
.job-wrapper .box > ul > li.on {
  border-top-color: #18a0de;
}
.job-wrapper .box .top {
  padding-top: 0.27rem;
  padding-bottom: 0.27rem;
}
.job-wrapper .box .top,
.job-wrapper .box .detail {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.job-wrapper .box .detail {
  padding-top: 0.25rem;
  padding-bottom: 0.64rem;
  display: none;
}
.job-wrapper .box .title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "medium";
  font-size: var(--fs24);
  line-height: 0.36rem;
  margin-bottom: 0.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;
  max-width: 100%;
}
.job-wrapper .box .other {
  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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 0.3rem;
}
.job-wrapper .box .other span {
  display: inline-block;
  font-size: var(--fs16);
  color: #666;
  margin-right: 0.5rem;
}
.job-wrapper .box .other span:last-child {
  margin-right: 0;
}
.job-wrapper .box .caption {
  font-size: var(--fs22);
  font-family: "medium";
  line-height: 0.36rem;
  margin-bottom: 0.04rem;
}
.job-wrapper .box .content {
  margin-bottom: 0.34rem;
}
.job-wrapper .box .send,
.job-wrapper .box .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.36rem;
}
.job-wrapper .box .send a {
  color: #18a0de;
  font-family: "mm";
  font-size: var(--fs18);
  text-decoration: underline;
}
.job-wrapper .others {
  width: 28%;
}
.job-wrapper .others .pic {
  position: relative;
}
.job-wrapper .others .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);
}
.job-wrapper .others .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0.36rem 0.4rem;
}
.job-wrapper .others .info h3 {
  color: #18a0de;
  font-family: "medium";
  line-height: 0.36rem;
  font-size: var(--fs18);
}
.job-wrapper .others .info .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
  margin-top: 0.07rem;
  text-align: left;
}
.job-wrapper .form {
  position: relative;
  z-index: 1;
  padding: 0.4rem 0.4rem 0.48rem;
  background-color: #f5f7fb;
}
.pageMore {
  text-align: center;
  margin-top: 0.48rem;
}
.pageMore a {
  display: inline-block;
  position: relative;
  font-size: var(--fs16);
  color: #18a0de;
  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;
}
.pageMore a:hover:before {
  transform: rotateY(180deg);
}
.pageMore a:before {
  content: "";
  display: inline-block;
  width: 0.34rem;
  height: 0.34rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: relative;
  top: -1px;
  background-image: url(../img/loading.png);
  margin-right: 0.16rem;
  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;
}
.news-wrapper .list ul {
  list-style: none;
}
.news-wrapper .list li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  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;
  border-bottom: 1px solid #eee;
}
.news-wrapper .list li:first-child {
  border-top: 1px solid #eee;
}
.news-wrapper .list li:hover {
  border-color: #f5f7fb;
  background-color: #f5f7fb;
}
.news-wrapper .list li:hover .info {
  padding-left: 0.4rem;
}
.news-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);
}
.news-wrapper .list li:hover .title {
  color: #18a0de;
}
.news-wrapper .pic {
  width: 3.04rem;
}
.news-wrapper .info {
  flex: 1;
  margin-right: 0.7rem;
  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;
}
.news-wrapper .desc {
  font-size: var(--fs15);
  color: #999;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.2rem auto 0.5rem;
}
.news-wrapper .date {
  font-size: var(--fs18);
  color: #ccc;
  font-family: "mr";
  line-height: 24px;
}
.news-wrapper .title {
  font-size: var(--fs24);
  font-family: "medium";
  line-height: 0.36rem;
  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;
}
.newsinfo-wrapper .top {
  text-align: center;
}
.newsinfo-wrapper .top h2 {
  font-size: 0.33rem;
  line-height: 0.48rem;
  font-family: "medium";
  font-weight: 700;
  margin-bottom: 0.14rem;
}
.newsinfo-wrapper .top p {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
}
.newsinfo-wrapper .top p span {
  margin-left: 0.2rem;
}
.newsinfo-wrapper .shares {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  justify-content: center;
  margin-top: 0.35rem;
}
.newsinfo-wrapper .shares:before,
.newsinfo-wrapper .shares:after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #eee;
}
.newsinfo-wrapper .shares:before {
  margin-right: 0.2rem;
}
.newsinfo-wrapper .shares:after {
  margin-left: 0.2rem;
}
.newsinfo-wrapper .shares a {
  position: relative;
  font-size: 0;
  width: 0.4rem;
  height: 0.4rem;
  vertical-align: middle;
  margin-right: 0.12rem;
}
.newsinfo-wrapper .shares a:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .shares a:hover .init {
  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;
}
.newsinfo-wrapper .shares a:hover .on {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.newsinfo-wrapper .shares a img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  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;
}
.newsinfo-wrapper .shares .on {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
}
.newsinfo-wrapper .content {
  margin: 0.36rem auto 0.48rem;
}
.newsinfo-wrapper .content,
.newsinfo-wrapper .content div {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.newsinfo-wrapper .bottom {
  padding-top: 0.36rem;
  border-top: 1px solid #eee;
}
.newsinfo-wrapper .bottom p,
.newsinfo-wrapper .bottom p a {
  font-size: var(--fs16);
}
.newsinfo-wrapper .bottom p {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  line-height: 0.36rem;
}
.newsinfo-wrapper .bottom p a {
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.newsinfo-wrapper .bottom p a:hover {
  color: #18a0de;
}
.newsinfo-wrapper .return {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  min-width: 1.76rem;
  line-height: 0.56rem;
  background-color: #18a0de;
  border-radius: 28px;
  text-align: center;
  font-size: var(--fs15);
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding: 0 0.2rem;
}
.newsinfo-wrapper .return:hover {
  background-color: #004ea2;
}
.newsinfo-wrapper .return img {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -1px;
  width: 0.16rem;
  margin-right: 0.18rem;
}
.cellAssay-wrapper {
  padding-bottom: 0!important;
}
.cellAssay-wrapper .main {
  padding: 1.04rem 0 1.28rem;
  background: url(../img/cellbg.jpg) no-repeat center center;
  background-size: cover;
}
.cellAssay-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;
}
.cellAssay-wrapper .item {
  position: relative;
  text-align: center;
  width: 31.33%;
  margin-right: 3.005%;
  margin-top: 0.4rem;
  padding: 0.48rem 0.54rem 1.07rem;
  background-color: #fff;
  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;
  transition-duration: cubic-bezier(0.22, 1, 0.36, 1);
}
.cellAssay-wrapper .item:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.cellAssay-wrapper .item:hover .icon {
  transform: rotateY(180deg);
}
.cellAssay-wrapper .item:hover .title {
  color: #18a0de;
}
.cellAssay-wrapper .icon {
  display: block;
  width: 1.12rem;
  margin: 0 auto 0.36rem;
  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;
}
.cellAssay-wrapper .title {
  font-size: var(--fs30);
  color: #222;
  line-height: 0.36rem;
  font-family: "medium";
}
.cellAssay-wrapper .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.16rem;
  min-height: 1.08rem;
}
.cellAssay-wrapper .key {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.35rem;
  z-index: 10;
  font-size: var(--fs30);
  color: #18a0de;
  line-height: 0.3rem;
  opacity: 0.4;
  font-family: "mm";
}
.virusDetection-wrapper .brief {
  font-size: var(--fs24);
  line-height: 0.4rem;
  margin-bottom: 0.74rem;
}
.virusDetection-wrapper .pic {
  position: relative;
}
.virusDetection-wrapper .pic:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.virusDetection-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);
}
.virusDetection-wrapper .pic:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.imgScale {
  position: relative;
}
.imgScale:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.imgScale:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.goods-wrapper.goodsbg {
  background: url(../img/goodsbg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.goods-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.goods-wrapper .base:nth-child(even) {
  flex-direction: row-reverse;
}
.goods-wrapper .base:last-child {
  margin-bottom: 0;
}
.goods-wrapper .base .pic {
  position: relative;
  width: 44.67%;
}
.goods-wrapper .base .pic:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.goods-wrapper .base .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 .base .pic:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.goods-wrapper .info {
  width: 42.5%;
  padding-top: 0.48rem;
}
.goods-wrapper .icon {
  width: 0.48rem;
  margin-bottom: 0.46rem;
}
.goods-wrapper .desc {
  font-size: var(--fs24);
  color: #666;
  line-height: 0.48rem;
  text-align: left;
}
.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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.goods-wrapper .list ul li {
  width: 44.67%;
  margin-top: 0.48rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.goods-wrapper .list ul li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.goods-wrapper .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);
}
.goods-wrapper .list ul li:nth-child(odd) {
  width: 51.33%;
}
.platform-wrapper .main {
  position: relative;
}
.platform-wrapper .main .circle-box {
  position: relative;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0.64rem;
}
.platform-wrapper .main .circle-box:hover .pic 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);
}
.platform-wrapper .main .circle-box:before,
.platform-wrapper .main .circle-box:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #18a0de;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.platform-wrapper .main .circle-box:before {
  -webkit-animation: circle_1 10s infinite alternate-reverse;
}
.platform-wrapper .main .circle-box:after {
  -webkit-animation: circle_2 10s infinite alternate-reverse;
}
.platform-wrapper .main .circle-box .pic,
.platform-wrapper .main .circle-box img {
  height: 100%;
  border-radius: 50%;
}
.platform-wrapper .main .pic {
  position: relative;
  z-index: 2;
}
.platform-wrapper .main .pic img {
  object-fit: cover;
}
.platform-wrapper .main ul {
  list-style-type: none;
}
.platform-wrapper .main ul li {
  position: absolute;
  z-index: 1;
  width: 36.17%;
  padding-top: 0.36rem;
  line-height: 0.3rem;
}
.platform-wrapper .main ul li:nth-child(odd) {
  text-align: right;
  padding-right: 1.3rem;
}
.platform-wrapper .main ul li:nth-child(odd) .icon {
  right: 0;
}
.platform-wrapper .main ul li:nth-child(odd) .desc {
  text-align: right;
}
.platform-wrapper .main ul li:nth-child(odd):nth-child(5) {
  padding-right: 0;
}
.platform-wrapper .main ul li:nth-child(even) {
  padding-left: 1.3rem;
}
.platform-wrapper .main ul li:nth-child(even) .icon {
  left: 0;
}
.platform-wrapper .main ul li:nth-child(5) {
  text-align: center;
  padding-top: 0;
  margin-top: -0.48rem;
  left: 32.25%;
  bottom: -1.98rem;
}
.platform-wrapper .main ul li:nth-child(5) .icon {
  position: static;
  margin: 0 auto 0.35rem;
}
.platform-wrapper .main ul li:nth-child(1),
.platform-wrapper .main ul li:nth-child(2) {
  top: 0.56rem;
}
.platform-wrapper .main ul li:nth-child(3),
.platform-wrapper .main ul li:nth-child(4) {
  bottom: -0.13rem;
}
.platform-wrapper .main ul li:nth-child(1) {
  left: 0;
}
.platform-wrapper .main ul li:nth-child(3) {
  left: 0.4rem;
}
.platform-wrapper .main ul li:nth-child(2) {
  right: 0;
}
.platform-wrapper .main ul li:nth-child(4) {
  right: 0.4rem;
}
.platform-wrapper .main ul li:hover .icon {
  transform: rotateY(180deg);
}
.platform-wrapper .main ul p {
  font-size: var(--fs16);
  color: #999;
  margin-top: 0.26rem;
}
.platform-wrapper .main .icon {
  width: 0.96rem;
  height: 0.96rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  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;
}
.platform-wrapper .main .icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.platform-wrapper .main .title {
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #222;
  font-family: "medium";
  margin-bottom: 0.18rem;
}
.platform-wrapper .main .desc {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
}
.platformbg {
  background: #fff url(../img/platformbg.jpg) repeat-x left bottom;
}
.platform-box {
  position: relative;
  z-index: 1;
  padding: 0 0.64rem;
  margin-top: 1.08rem;
}
.platform-box h5 {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 0.36rem;
  margin-bottom: 0.24rem;
}
.platform-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.platform-box li {
  width: 31.92%;
  margin-right: 2.12%;
  margin-top: 0.6rem;
  list-style: none;
  text-align: center;
}
.platform-box li:nth-child(3n) {
  margin-right: 0;
}
.platform-box li:nth-child(-n+3) {
  margin-top: 0;
}
.platform-box li:hover .pic {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.platform-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.platform-box .pic {
  background-color: #fff;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.platform-box .pic img {
  height: 3.52rem;
  object-fit: contain;
}
.platform-box p {
  font-size: var(--fs24);
  line-height: 0.36rem;
  font-family: "medium";
  margin-top: 0.27rem;
}
.about-wrapper .page-title-box {
  position: relative;
}
.about-wrapper .page-title-box.animated:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.about-wrapper .page-title-box:after {
  content: "";
  width: 2.98rem;
  height: 1.61rem;
  background-image: url(../img/about.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 2.12rem;
  top: -0.48rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateX(1.5rem);
  -webkit-transform: translateX(1.5rem);
  -moz-transform: translateX(1.5rem);
  -ms-transform: translateX(1.5rem);
  -o-transform: translateX(1.5rem);
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition-delay: 0.3s;
}
.about-wrapper h2 {
  font-size: var(--fs40);
  line-height: 0.48rem;
  color: #18a0de;
  font-family: "medium";
  font-weight: 700;
}
.about-wrapper .en {
  display: none;
}
.about-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;
}
.about-wrapper .info {
  width: 66.67%;
  padding-bottom: 2.9rem;
}
.about-wrapper .info .en {
  text-transform: uppercase;
}
.about-wrapper .content {
  text-align: left;
  margin-top: 0.38rem;
  line-height: 0.4rem;
  font-size: var(--fs20);
}
.about-wrapper .content div {
  font-size: var(--fs15);
  font-style: italic;
  line-height: 24px;
}
.about-wrapper .pic {
  position: relative;
  z-index: 10;
  width: 90%;
  margin-top: -2.24rem;
  border-radius: 0px 0px 0.5rem 0px;
}
.about-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);
}
.about-wrapper .infos {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0.88rem 0.64rem;
}
.about-wrapper .infos h2 {
  color: #fff;
}
.about-wrapper .infos .en {
  color: #fff;
}
.about-wrapper .infos .line {
  width: 0.33rem;
  height: 0.04rem;
  background-color: #fff;
  border-radius: 2px;
  margin-top: 0.32rem;
}
.about-wrapper .decoration {
  width: 25.33%;
  position: relative;
}
.about-wrapper .decoration.animated:before {
  height: 100%;
}
.about-wrapper .decoration.animated:after {
  height: 3.3rem;
}
.about-wrapper .decoration:before,
.about-wrapper .decoration:after {
  content: "";
  height: 0;
  position: absolute;
  transition: all 2.5s 0.4s ease;
}
.about-wrapper .decoration:before {
  width: 100%;
  top: 0;
  z-index: 1;
  background-color: #18a0de;
  border-radius: 0.5rem 0px 0px 0px;
}
.about-wrapper .decoration:after {
  width: 47.36%;
  background: url(../img/aboutbg.png) repeat;
  right: 0.58rem;
  bottom: 3.3rem;
  z-index: 10;
}
.culture-wrapper .item {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.72rem;
}
.culture-wrapper .pic-box {
  width: 50%;
  position: relative;
}
.culture-wrapper .pic-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f8fafd;
  border: 1px solid #f8fafd;
  box-sizing: border-box;
  position: absolute;
  top: 0.56rem;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 1.8s ease;
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
}
.culture-wrapper .info-box {
  position: relative;
  width: 42%;
  padding-top: 0.77rem;
}
.culture-wrapper .content {
  font-size: 0.33rem;
  line-height: 0.48rem;
  color: #666;
}
.culture-wrapper .brief {
  display: none;
}
.culture-wrapper .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
.team-wrapper {
  padding-top: 0!important;
}
.team-wrapper .page-title-box {
  margin-bottom: 0.8rem;
}
.team-wrapper .box-1 {
  padding: 1.2rem 0;
  background: url(../img/teambg.jpg) no-repeat center bottom;
  background-size: cover;
}
.team-wrapper .box-1 .swiper-box {
  position: relative;
  z-index: 1;
}
.team-wrapper .box-1 .swiper-wrapper {
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.team-wrapper .box-1 .swiper-slide {
  width: 48.33%;
  background-color: #fff;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  padding: 0.53rem 0.64rem 0.68rem;
  height: auto;
  margin-top: 3.34%;
}
.team-wrapper .box-1 .swiper-slide:nth-child(-n+2) {
  margin-top: 0;
}
.team-wrapper .box-1 .swiper-slide:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.team-wrapper .box-1 .swiper-slide:hover .icon {
  transform: rotateY(180deg);
}
.team-wrapper .box-1 .swiper-slide .line {
  width: 0.3rem;
  height: 0.04rem;
  background-color: #18a0de;
}
.team-wrapper .box-1 .icon {
  width: 0.5rem;
  margin-bottom: 0.37rem;
  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;
}
.team-wrapper .box-1 h4 {
  font-size: var(--fs30);
  color: #222;
  line-height: 0.4rem;
  font-family: "medium";
  margin-bottom: 0.26rem;
}
.team-wrapper .box-1 .desc {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
  min-height: 1.08rem;
  margin-top: 0.52rem;
}
.team-wrapper .box-2 .content {
  font-size: var(--fs24);
  color: #666;
  line-height: 0.4rem;
}
.team-wrapper .box-2 .list {
  margin-top: 0.75rem;
}
.team-wrapper .box-2 .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;
}
.team-wrapper .box-2 .list ul li {
  position: relative;
  width: 31.33%;
  margin-top: 0.4rem;
  margin-right: 3.005%;
  list-style: none;
  padding: 0 0.52rem 0.5rem;
  text-align: center;
}
.team-wrapper .box-2 .list ul li:hover:before {
  background-color: #ffffff;
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.06);
}
.team-wrapper .box-2 .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);
}
.team-wrapper .box-2 .list ul li:before {
  content: "";
  width: 100%;
  height: calc(100% - 1.04rem);
  background: #f5f7fb;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  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;
}
.team-wrapper .box-2 .list .pic,
.team-wrapper .box-2 .list .info {
  position: relative;
  z-index: 10;
}
.team-wrapper .box-2 .list .pic {
  width: 1.92rem;
  height: 1.92rem;
  margin: 0 auto;
  border-radius: 50%;
}
.team-wrapper .box-2 .list .pic img {
  height: 100%;
  object-fit: cover;
}
.team-wrapper .box-2 .info {
  margin-top: 0.45rem;
}
.team-wrapper .box-2 .name {
  font-size: var(--fs30);
  color: #222;
  line-height: 0.36rem;
}
.team-wrapper .box-2 .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.17rem;
}
.team-wrapper .box-3 .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;
  padding: 0 0.25rem 0.38rem;
}
.team-wrapper .box-3 .main.animated:after {
  height: 2.38rem;
}
.team-wrapper .box-3 .main.animated .info,
.team-wrapper .box-3 .main.animated .pic {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.team-wrapper .box-3 .main:after {
  content: "";
  width: 100%;
  background-color: #18a0de;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  height: 0;
  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;
}
.team-wrapper .box-3 .info,
.team-wrapper .box-3 .pic {
  position: relative;
  z-index: 10;
  transform: translateY(-1rem);
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition-delay: 0.1s;
}
.team-wrapper .box-3 .info {
  width: 55.48%;
  padding: 0.64rem 0.8rem;
  background-color: #fff;
}
.team-wrapper .box-3 .info li {
  list-style: none;
  font-size: var(--fs18);
  line-height: 0.36rem;
  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;
}
.team-wrapper .box-3 .name {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.36rem;
  color: #18a0de;
  margin-bottom: 0.3rem;
}
.team-wrapper .box-3 .pic {
  width: 44.52%;
}
.team-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);
}
.team-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.64rem;
}
.team-wrapper .box-4 .item:last-child {
  margin-bottom: 0;
}
.team-wrapper .box-4 .pic {
  width: 28.67%;
}
.team-wrapper .box-4 .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);
}
.team-wrapper .box-4 .info {
  width: 63.33%;
  padding-top: 0.17rem;
}
.team-wrapper .box-4 .name {
  font-size: var(--fs48);
  color: #348dd1;
  font-weight: 700;
  line-height: 0.6rem;
  margin-bottom: 0.3rem;
}
.team-wrapper .box-4 .name span {
  font-size: var(--fs30);
  color: #222;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.22rem;
}
.team-wrapper .box-4 .content,
.team-wrapper .box-4 .content p {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
}
.team-wrapper .box-4 .content {
  max-height: 3.24rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.team-wrapper .box-4 .content::-webkit-scrollbar {
  width: 3px;
  background-color: #eceef2;
}
.team-wrapper .box-4 .content::-webkit-scrollbar-thumb {
  background-color: #348dd1;
}
.team-wrapper .box-4 .content p {
  text-indent: 30px;
}
.info-wrapper .content {
  font-size: var(--fs24);
  color: #666;
  line-height: 0.4rem;
  margin-bottom: 0.74rem;
}
.info-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 */
  align-items: center;
  background-color: #f7fafe;
  margin-bottom: 0.64rem;
}
.info-wrapper .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.info-wrapper .item:last-child {
  margin-bottom: 0;
}
.info-wrapper .pic,
.info-wrapper .info {
  width: 50%;
}
.info-wrapper .info {
  padding: 0.3rem 1.15rem 0.3rem 1.04rem;
}
.info-wrapper .info h4 {
  font-size: 0.33rem;
  line-height: 0.4rem;
  font-family: "medium";
  margin-bottom: 0.27rem;
}
.info-wrapper .info .line {
  width: 0.32rem;
  height: 2px;
  background-color: #18a0de;
  border-radius: 1px;
}
.info-wrapper .desc {
  font-size: var(--fs18);
  line-height: 0.36rem;
  margin-top: 0.45rem;
}
.platforminfo-wrapper .w1200 {
  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;
  margin-bottom: 0.32rem;
}
.platforminfo-wrapper > .w1200 {
  margin-bottom: 1rem;
}
.platforminfo-wrapper > .w1200:last-child {
  margin-bottom: 0;
}
.platforminfo-wrapper > .w1200:nth-child(even) {
  flex-direction: row-reverse;
}
.platforminfo-wrapper .page-title-box {
  padding-right: 0.1rem;
}
.platforminfo-wrapper .page-title-box h3 {
  line-height: 0.6rem;
}
.platforminfo-wrapper .pic-box {
  position: relative;
  width: 44.67%;
}
.platforminfo-wrapper .pic-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f1f9fd;
  position: absolute;
  top: 0.32rem;
  left: -0.24rem;
  z-index: 0;
}
.platforminfo-wrapper .info-box {
  width: 45.5%;
}
.platforminfo-wrapper .content {
  color: #666;
  font-size: var(--fs24);
  line-height: 0.48rem;
}
.platforminfo-wrapper .tips {
  font-size: var(--fs15);
  font-style: italic;
  line-height: 24px;
  margin-top: 0.52rem;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*分页*/
.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: #18a0de;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.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: #18a0de;
}
.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";
}
.param-box {
  margin-top: 1rem;
}
.param-box p {
  font-size: var(--fs24);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.24rem;
}
.param-box ul {
  list-style: none;
}
.param-box ul li {
  margin-bottom: 0.6rem;
}
.param-box ul li:last-child {
  margin-bottom: 0;
}
.param-box .pic {
  width: 100%;
}
.content-box {
  position: relative;
  z-index: 10;
  margin-bottom: 1.2rem;
}
.content-box:last-child {
  margin-bottom: 0;
}
.content-box .w1200 {
  display: block;
}
.content-box .content {
  font-size: var(--fs20);
  color: #666;
  line-height: 0.52rem;
}
.mt {
  margin-top: 1.2rem;
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@keyframes navInUp50 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes circle_1 {
  0% {
    -webkit-transform: rotate(360deg) scaleX(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scaleX(1.1);
  }
}
@keyframes circle_2 {
  0% {
    -webkit-transform: rotate(360deg) scaleX(0.9);
  }
  100% {
    -webkit-transform: rotate(90deg) scaleX(1.1);
  }
}
