.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: 100%;
  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: "regular";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  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;
}
@font-face {
  font-family: "light";
  src: url('../fonts/Montserrat-Light.otf');
  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;
  --fs17: 17px;
  --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 {
  font-size: 17px;
  line-height: 0.4rem;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.header-wrapper {
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 40;
  padding-left: 1.44rem;
  padding-right: 0.48rem;
  background: #fff;
}
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper.transparent {
  background-color: rgba(255, 255, 255, 0.65);
}
.header-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 1rem;
}
.header-wrapper .logo-box {
  width: 1.48rem;
}
.header-wrapper .logo-box a {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box img {
  display: block;
  width: 100%;
}
.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 .lang {
  position: relative;
  margin-right: 0.4rem;
}
.header-wrapper .lang .caption {
  cursor: pointer;
  font-size: var(--fs16);
  line-height: 1rem;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  text-transform: uppercase;
}
.header-wrapper .lang i {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../img/earth.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0.1rem;
}
.header-wrapper .lang .list {
  width: 1.6rem;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  top: 0.8rem;
  margin-left: -0.8rem;
  z-index: 10;
  border-radius: 5px;
  padding: 0.22rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.3rem);
  -webkit-transform: translateY(0.3rem);
  -moz-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  -o-transform: translateY(0.3rem);
  transition: all 0.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 .lang .list:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -0.08rem;
  border: 0.08rem solid transparent;
  border-bottom-color: #fff;
  top: -0.16rem;
  z-index: 10;
}
.header-wrapper .lang .list a {
  display: block;
  line-height: 0.4rem;
  text-align: center;
  font-size: var(--fs16);
  text-transform: uppercase;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.header-wrapper .lang .list a:hover {
  font-weight: 700;
  color: #21ad42;
}
.header-wrapper .lang .list a:hover span:before,
.header-wrapper .lang .list a:hover span:after {
  width: 100%;
}
.header-wrapper .lang .list span {
  position: relative;
  display: inline-block;
  line-height: 0.3rem;
}
.header-wrapper .lang .list span:before,
.header-wrapper .lang .list span:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #21ad42;
  position: absolute;
  z-index: 1;
  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 .lang .list span:before {
  left: 0;
  top: 0;
}
.header-wrapper .lang .list span:after {
  right: 0;
  bottom: 0;
}
.header-wrapper .search {
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-image: url(../img/search.png);
}
.pc-nav-box {
  flex: 1;
  margin: 0 2.26rem 0 1.42rem;
}
.pc-nav-box ul {
  list-style-type: none;
  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;
}
.pc-nav-box li:hover > a,
.pc-nav-box li.on > a {
  color: #21ad42;
  font-weight: 700;
}
.pc-nav-box li:hover > a:after,
.pc-nav-box li.on > a:after {
  width: 50%;
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.pc-nav-box li:hover .nav a {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.pc-nav-box li > a {
  position: relative;
  display: block;
  line-height: 1rem;
  font-size: var(--fs18);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  color: #000;
}
.pc-nav-box li > a:after {
  content: "";
  width: 0;
  height: 0.03rem;
  background-color: #21ad42;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pc-nav-box a {
  display: block;
}
.pc-nav-box .nav {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  overflow: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.04);
  background-color: rgba(255, 255, 255, 0.88);
}
.pc-nav-box .nav a {
  display: inline-block;
  font-size: var(--fs16);
  font-weight: 700;
  line-height: 0.72rem;
  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;
  margin-right: 0.58rem;
  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;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 50px);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.8s;
  text-transform: capitalize;
}
.pc-nav-box .nav a:last-child {
  margin-right: 0;
}
.pc-nav-box .nav a:hover {
  color: #21ad42;
}
.pc-nav-box .list {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10;
  width: 3rem;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #eee;
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.04);
  /* input placeholder  */
}
.search-form .main {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: var(--fs15);
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #21ad42;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.footer-nav-box {
  width: 70.18%;
}
.footer-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box li > a {
  font-weight: 700;
  font-size: var(--fs20);
  color: #fff;
  margin-bottom: 0.36rem;
}
.footer-nav-box li > a:hover {
  color: #21ad42;
}
.footer-nav-box a {
  display: block;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-nav-box .nav a {
  font-size: var(--fs17);
  margin-bottom: 0.18rem;
  color: rgba(255, 255, 255, 0.8);
}
.footer-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer-nav-box span {
  background-image: url(../img/line.jpg);
}
.footer-wrapper {
  background-color: #545454;
  border-top: 0.05rem solid #ff8500;
}
.footer-wrapper li {
  list-style-type: none;
}
.footer-wrapper .box-1 {
  position: relative;
  padding-top: 1.24rem;
}
.footer-wrapper .box-1:after {
  content: "";
  width: 32.7%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  background: url(../img/footerbg.png) no-repeat center right;
  background-size: cover;
}
.footer-wrapper .main,
.footer-wrapper .bottom {
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .box-2 {
  padding: 0.4rem 0;
}
.footer-wrapper .box-2 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs17);
  color: rgba(255, 255, 255, 0.6);
}
.footer-wrapper .copyright {
  line-height: 24px;
  max-width: 48%;
}
.footer-wrapper .copyright span,
.footer-wrapper .link span {
  background-image: url(../img/line.jpg);
  vertical-align: top;
}
.footer-wrapper .copyright a:hover span,
.footer-wrapper .link a:hover span,
.footer-wrapper .footer-nav-box a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-wrapper .copyright span,
.footer-wrapper .link span,
.footer-wrapper .footer-nav-box span {
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.footer-wrapper .other-box {
  text-align: right;
  width: 2.95rem;
}
.footer-wrapper .tel a {
  display: inline-block;
  font-size: var(--fs36);
  font-family: "medium";
  color: #ff8500;
  line-height: 0.36rem;
  font-weight: 700;
}
.footer-wrapper .tel p {
  font-size: var(--fs17);
  line-height: 24px;
  margin-top: 0.04rem;
  color: #fff;
}
.footer-wrapper .qrcode {
  margin-top: 0.58rem;
}
.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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .qrcode li {
  width: 46.95%;
  text-align: center;
}
.footer-wrapper .qrcode p {
  font-size: var(--fs16);
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.17rem;
}
.footer-wrapper .bottom {
  margin-top: 1.4rem;
}
.share {
  font-size: 0;
}
.share a {
  position: relative;
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  margin-right: 0.16rem;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.share a:last-child {
  margin-right: 0;
}
.share a.on {
  background-color: #21ad42;
}
.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: 2.56rem;
  position: relative;
}
.friendlink:hover .list {
  display: block;
  animation: fadeIn 1s ease;
}
.friendlink .caption {
  cursor: pointer;
  height: 0.56rem;
  line-height: 0.56rem;
  font-size: var(--fs16);
  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;
  padding: 0 0.46rem 0 0.23rem;
  background: rgba(255, 255, 255, 0.04) url(../img/up3.png) no-repeat center right 0.23rem;
  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: #5b5b5b;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: none;
}
.friendlink .list::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(255, 255, 255, 0.04);
}
.friendlink .list::-webkit-scrollbar-thumb {
  background-color: #21ad42;
}
.friendlink .list a {
  display: block;
  font-size: var(--fs16);
  line-height: 0.48rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  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.23rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.friendlink .list a:last-child {
  border-bottom: none;
}
.friendlink .list a:hover {
  color: #21ad42;
}
.link {
  font-size: 0;
  max-width: 48%;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.link a {
  position: relative;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  padding-right: 0.16rem;
  margin-right: 0.16rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  width: 2px;
  height: 13px;
  background: #6e6e6e;
}
.link a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.link a:last-child:after {
  display: none;
}
.swiper-btn {
  display: inline-block;
  background-size: 100%;
  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;
}
.swiper-btn .page-title-box {
  margin-bottom: 0.56rem;
}
.index-swiper-wrapper {
  width: 100%;
  overflow: hidden;
}
.index-swiper-wrapper .learn {
  min-width: 1.76rem;
}
.index-swiper-wrapper .brief {
  font-size: var(--fs36);
  color: #000;
  font-weight: 700;
  line-height: 0.48rem;
  margin-bottom: 0.22rem;
}
.index-swiper-wrapper .desc {
  font-size: var(--fs22);
  line-height: 0.4rem;
  margin-bottom: 0.56rem;
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide > a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .box-container {
  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 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition-delay: 0.3s;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
}
.index-banner-wrapper .info-1 {
  top: 29%;
}
.index-banner-wrapper .info-1 .box-container {
  text-align: center;
}
.index-banner-wrapper .info-1 .title {
  font-size: 0.72rem;
  color: #21ad42;
  letter-spacing: 2px;
  line-height: 0.8rem;
  font-family: 思源黑体 CN REGULAR;
  font-weight: 700;
}
.index-banner-wrapper .info-1 .en {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  margin: 0.32rem auto 0.64rem;
}
.index-banner-wrapper .learn {
  min-width: 1.76rem;
}
.index-banner-wrapper .en {
  text-transform: uppercase;
  font-family: "light";
}
.index-banner-wrapper .info-2 {
  top: 25%;
}
.index-banner-wrapper .info-2 div {
  color: #fff;
}
.index-banner-wrapper .info-2 .tag {
  display: inline-block;
  line-height: 0.72rem;
  min-width: 2.67rem;
  background-color: #fff;
  color: #21ad42;
  text-align: center;
  font-family: 思源黑体 CN Heavy;
  padding: 0 0.2rem;
  font-size: 0.32rem;
  position: relative;
  border-radius: 5px;
  margin-bottom: 0.4rem;
}
.index-banner-wrapper .info-2 .tag:before {
  content: "";
  border: 0.1rem solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  z-index: 10;
  margin-left: -0.1rem;
}
.index-banner-wrapper .info-2 .tag span {
  font-family: "medium";
  font-size: var(--fs40);
}
.index-banner-wrapper .info-2 .title {
  font-size: 0.82rem;
  font-family: 思源黑体 CN Heavy;
  line-height: 0.9rem;
  letter-spacing: 2px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.index-banner-wrapper .info-2 .brief {
  font-style: italic;
  font-size: 0.54rem;
  letter-spacing: 2px;
  line-height: 0.6rem;
  font-family: 思源黑体 CN REGULAR;
  margin: 0.28rem auto 0.26rem;
}
.index-banner-wrapper .info-2 .brief span {
  font-family: "regular";
}
.index-banner-wrapper .info-2 .en {
  line-height: 0.3rem;
  opacity: 0.4;
  margin-bottom: 0.62rem;
}
.index-banner-wrapper .info-3 {
  top: 17%;
}
.index-banner-wrapper .info-3 .box-container {
  text-align: center;
}
.index-banner-wrapper .info-3 .title {
  font-size: 0.74rem;
  color: #21ad42;
  line-height: 0.8rem;
  font-family: 思源黑体 CN Heavy;
}
.index-banner-wrapper .info-3 .en {
  color: #016b29;
  line-height: 0.3rem;
  font-size: 0.27rem;
  margin-top: 0.25rem;
}
.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 .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.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.56rem;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.18rem;
  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-box-1 .page-title-box {
  position: absolute;
  left: calc((100% - 15.36rem) / 2);
  top: 18%;
  z-index: 10;
}
.index-box-1 .swiper-slide {
  position: relative;
}
.index-box-1 .swiper-slide:before {
  content: "";
  width: 43.33%;
  height: 100%;
  background-image: url(../img/indexbg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.index-box-1 .swiper-slide .pic img {
  height: 100vh;
  object-fit: cover;
}
.index-box-1 .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 37%;
  z-index: 10;
  width: 100%;
}
.index-box-1 .swiper-slide .inner {
  width: 41.67%;
  padding-right: 1.46rem;
}
.index-box-1 .swiper-slide.swiper-slide-active .name,
.index-box-1 .swiper-slide.swiper-slide-active .desc,
.index-box-1 .swiper-slide.swiper-slide-active .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-1 .swiper-slide .name,
.index-box-1 .swiper-slide .desc,
.index-box-1 .swiper-slide .learn {
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-box-1 .swiper-slide .name {
  color: #21ad42;
  font-weight: 700;
  font-size: var(--fs36);
  line-height: 0.48rem;
  margin-bottom: 0.23rem;
  transition-delay: 0.15s;
}
.index-box-1 .swiper-slide .desc {
  font-size: var(--fs17);
  line-height: 0.36rem;
  max-height: 1.08rem;
  margin-bottom: 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition-delay: 0.3s;
}
.index-box-1 .swiper-slide .learn {
  transition-delay: 0.45s;
}
.index-box-1 .tab-box {
  position: absolute;
  left: 0;
  bottom: 0.56rem;
  z-index: 10;
  width: 100%;
}
.index-box-1 .tab-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  position: relative;
  align-items: flex-end;
}
.index-box-1 .tab-box a {
  text-align: center;
  width: 13.67%;
  height: 100%;
  margin-right: 0.7183%;
}
.index-box-1 .tab-box a:nth-child(7n) {
  margin-right: 0;
}
.index-box-1 .tab-box a.on {
  text-align: left;
}
.index-box-1 .tab-box a.on .inner {
  background-color: #21ad42;
}
.index-box-1 .tab-box a.on .icon .init {
  opacity: 0;
  visibility: hidden;
}
.index-box-1 .tab-box a.on .icon .on {
  opacity: 1;
  visibility: visible;
}
.index-box-1 .tab-box a.on p {
  color: #fff;
}
.index-box-1 .tab-box a.on .pic {
  margin-top: 0.27rem;
}
.index-box-1 .tab-box a.on .pic img {
  height: 0.82rem;
}
.index-box-1 .tab-box a.on:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-1 .tab-box .inner {
  padding: 0.28rem 0.32rem 0.32rem;
  background-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;
}
.index-box-1 .tab-box .pic img {
  object-fit: cover;
  height: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-box-1 .tab-box .icon {
  position: relative;
  display: inline-block;
  margin-bottom: 0.16rem;
}
.index-box-1 .tab-box .icon img {
  max-width: 100%;
  height: 0.42rem;
  object-fit: contain;
}
.index-box-1 .tab-box .icon .init {
  position: relative;
}
.index-box-1 .tab-box .icon .on {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-box-1 .tab-box p {
  font-size: var(--fs20);
  font-weight: 700;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-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;
  background: url(../img/index2bg.jpg) no-repeat bottom center;
  background-size: 100%;
}
.index-box-2 .pic {
  width: 40%;
}
.index-box-2 .pic img {
  height: 100vh;
  object-fit: cover;
}
.index-box-2 .main {
  width: 60%;
  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-right: 0.56rem;
  padding-left: calc((100% - 15.36rem) / 2);
}
.index-box-2 .main .info {
  flex: 1;
  overflow: hidden;
  margin-right: 1.74rem;
}
.index-box-2 .content,
.index-box-2 .desc {
  margin-bottom: 0.56rem;
}
.index-box-2 .data {
  width: 2.55rem;
}
.index-box-2 .data ul {
  display: block;
}
.index-box-2 .data li {
  margin-bottom: 1.14rem;
}
.index-box-2 .data li:last-child {
  margin-bottom: 0;
}
.index-box-3 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-3 .pic {
  width: 48.75%;
}
.index-box-3 .info {
  width: 40%;
  padding-right: calc((100% - 15.36rem) / 2);
}
.index-box-3 .pic img {
  height: 100vh;
  object-fit: cover;
}
.index-box-3 .icon {
  position: relative;
  display: inline-block;
  width: 0.46rem;
  height: 0.46rem;
}
.index-box-3 .icon 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;
}
.index-box-3 .icon .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;
}
.index-box-3 .label {
  margin-top: 1.14rem;
}
.index-box-3 .label ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-3 .label li {
  text-align: center;
  margin-right: 0.5rem;
}
.index-box-3 .label li:last-child {
  margin-right: 0;
}
.index-box-3 .label li:hover .icon .on {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.index-box-3 .label li:hover .icon .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;
}
.index-box-3 .label p {
  font-size: var(--fs17);
  font-weight: 700;
  line-height: 0.3rem;
  margin-top: 0.27rem;
}
.index-box-4 {
  background: #fafafa url(../img/index3bg.jpg) no-repeat center top;
  background-size: 100%;
}
.index-box-4 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-4 .info-box {
  width: 2.7rem;
  margin-right: 0.85rem;
}
.index-box-4 .swiper-box {
  overflow: hidden;
  width: calc(100% - 3.55rem);
}
.index-box-4 .swiper-container {
  padding-bottom: 2px;
}
.index-box-4 .swiper-wrapper {
  align-items: center;
}
.index-box-4 .swiper-slide {
  width: 33.78%;
  margin-right: 5.41%;
}
.index-box-4 .swiper-slide.swiper-slide-active {
  width: 60.81%;
}
.index-box-4 .swiper-slide.swiper-slide-active .title {
  font-weight: 700;
  line-height: 0.48rem;
  max-height: 0.96rem;
  font-size: var(--fs30);
  margin-top: 0.16rem;
}
.index-box-4 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-4 .swiper-slide:hover .time {
  color: #21ad42;
}
.index-box-4 .swiper-slide:hover .title {
  color: #21ad42;
}
.index-box-4 .info {
  padding-top: 0.4rem;
}
.index-box-4 .desc {
  height: 2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-bottom: 0.72rem;
}
.index-box-4 .time {
  font-size: 0.23rem;
  color: #ff8500;
  font-family: "medium";
  line-height: 0.3rem;
  font-weight: 700;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-4 .title {
  font-size: var(--fs20);
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.8rem;
  margin-top: 0.13rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-4 .swiper-pagination-progressbar {
  height: 2px;
  background-color: #eee;
  margin-top: 0.55rem;
  position: relative;
  width: 100%;
}
.index-box-4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
  height: 4px;
  background-color: #21ad42;
  transform-origin: left center;
}
.page-banner-wrapper {
  position: relative;
  text-align: center;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.page-banner-wrapper h1 {
  font-size: var(--fs48);
  color: #fff;
  line-height: 0.6rem;
  font-weight: 700;
}
.page-banner-wrapper .letter p {
  letter-spacing: 0.09rem;
}
.page-banner-wrapper p {
  color: #fff;
  line-height: 0.36rem;
  font-size: var(--fs22);
  margin-top: 0.22rem;
  text-transform: uppercase;
}
.page-box,
.padding {
  padding: 1.2rem 0;
}
.mt {
  margin-top: 1.2rem;
}
.pt {
  padding-top: 1.2rem;
}
.page-box .top {
  position: relative;
  z-index: 1;
}
.page-title-box {
  margin-bottom: 0.64rem;
}
.page-title-box.phone {
  display: none;
}
.page-title-box.white h2,
.page-title-box.white p {
  color: #fff;
}
.page-title-box.white .line {
  background-color: #fff;
}
.page-title-box.center {
  text-align: center;
}
.page-title-box.center .line {
  margin-left: auto;
  margin-right: auto;
}
.page-title-box h2 {
  font-size: var(--fs48);
  line-height: 0.6rem;
  color: #000;
  font-weight: 700;
}
.page-title-box p {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.36rem;
  font-family: "mb";
  text-transform: uppercase;
  margin-top: 0.06rem;
}
.page-title-box .line {
  width: 0.32rem;
  height: 0.05rem;
  background-color: #21ad42;
  border-radius: 3px;
  margin-top: 0.18rem;
}
.form {
  position: absolute;
  right: 0;
  z-index: 20;
  width: 2.24rem;
  bottom: 0.16rem;
}
.form .group {
  position: relative;
}
.form .caption,
.form select {
  line-height: 0.48rem;
  border-radius: 5px;
  background-color: #fff;
  font-size: var(--fs16);
  color: #666;
  cursor: pointer;
}
.form select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  outline: none;
  padding: 0 0.36rem 0 0.24rem;
  border: none;
  background: url("../img/up2.png") no-repeat scroll right 20px center #fff;
}
.form .caption {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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.15rem;
  height: 100%;
  background: url(../img/up2.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 0.22rem;
  top: 0;
  z-index: 10;
}
.form .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  background: #fff;
  max-height: 2.55rem;
  overflow-y: auto;
  display: none;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
}
.form .list::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.form .list::-webkit-scrollbar-thumb {
  background-color: #21ad42;
}
.form .list a {
  display: block;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.5rem;
  padding: 0 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.form .list a:hover,
.form .list a.on {
  color: #21ad42;
}
.form .list a:last-child {
  border-bottom: none;
}
.contact-wrapper {
  padding-bottom: 0!important;
}
.contact-wrapper ul li {
  list-style: none;
}
.contact-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .box-1 .info {
  width: 39%;
}
.contact-wrapper .box-1 .page-title-box {
  margin-bottom: 0.56rem;
}
.contact-wrapper .box-1 h3 {
  font-size: var(--fs36);
  line-height: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.32rem;
}
.contact-wrapper .contact .icon {
  position: relative;
  display: inline-block;
  width: 0.72rem;
  height: 0.72rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 0.32rem;
  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;
}
.contact-wrapper .contact .icon:last-child {
  margin-right: 0;
}
.contact-wrapper .contact .icon 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;
}
.contact-wrapper .contact .icon .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;
}
.contact-wrapper .contact 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;
  margin-bottom: 0.24rem;
}
.contact-wrapper .contact li:last-child {
  margin-bottom: 0;
}
.contact-wrapper .contact li:hover .icon {
  background-color: #21ad42;
}
.contact-wrapper .contact li:hover .icon .on {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.contact-wrapper .contact li:hover .icon .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;
}
.contact-wrapper .contact p {
  font-size: var(--fs17);
}
.contact-wrapper .contact p span {
  font-size: var(--fs22);
  font-family: "mb";
}
.contact-wrapper .map {
  position: relative;
  width: 54.04%;
  height: 8.64rem;
  overflow: hidden;
}
.contact-wrapper .map .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-wrapper .qrcode {
  margin-top: 0.4rem;
}
.contact-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 */
  justify-content: flex-start;
}
.contact-wrapper .qrcode li {
  width: 1.52rem;
  text-align: center;
  margin-right: 0.38rem;
}
.contact-wrapper .qrcode li:last-child {
  margin-right: 0;
}
.contact-wrapper .qrcode .pic {
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #eee;
}
.contact-wrapper .qrcode p {
  font-size: var(--fs17);
  line-height: 24px;
  margin-top: 0.22rem;
}
.contact-wrapper .box-2 {
  background-color: #f6f8f6;
}
.contact-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;
}
.contact-wrapper .box-2 .list li {
  width: 31.25%;
  background-color: #fff;
  margin-right: 3.125%;
  margin-top: 3.125%;
  padding: 0.42rem 0.4rem 0.35rem;
  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 .list li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.contact-wrapper .box-2 .list li:hover .name {
  color: #21ad42;
}
.contact-wrapper .box-2 .list li:hover .name a {
  background-image: url(../img/local2.png);
  color: #ff8500;
}
.contact-wrapper .box-2 .name {
  position: relative;
  font-size: var(--fs24);
  color: #000;
  font-weight: 700;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  padding-right: 1.1rem;
}
.contact-wrapper .box-2 .name a {
  font-size: var(--fs17);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  z-index: 1;
  padding-left: 0.25rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/local.png);
  background-size: 0.15rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contact-wrapper .box-2 h5 {
  font-size: var(--fs20);
  color: #000;
  line-height: 0.3rem;
  padding-top: 0.34rem;
  margin-top: 0.18rem;
  border-top: 1px solid #eee;
}
.contact-wrapper .box-2 .address {
  font-size: var(--fs17);
  line-height: 0.36rem;
  color: #666;
  margin-top: 0.12rem;
  min-height: 0.72rem;
}
.social-wrapper {
  padding-top: 0!important;
}
.social-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 */
  position: relative;
  z-index: 2;
}
.social-wrapper .main .pic {
  width: 44.27%;
}
.social-wrapper .main .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);
}
.social-wrapper .main .pic img {
  height: 100%;
  object-fit: cover;
}
.social-wrapper .info {
  width: 55.73%;
  background: #21ad42 url(../img/socialbg.png) no-repeat center bottom;
  background-size: 100%;
  padding: 1rem 1.1rem 1rem 1.04rem;
}
.social-wrapper .info h4 {
  font-size: var(--fs36);
  color: #fff;
  font-weight: 700;
  line-height: 0.48rem;
}
.social-wrapper .desc {
  font-size: var(--fs17);
  line-height: 0.4rem;
  color: #fff;
  margin-top: 0.2rem;
}
.social-wrapper .bg {
  position: relative;
  margin-top: -2.56rem;
  z-index: 1;
  height: 7.68rem;
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.social-wrapper .bg img {
  display: none;
}
.social-wrapper .box-2 ul li {
  list-style: none;
}
.social-wrapper .box-2 .brief {
  font-size: var(--fs17);
  line-height: 0.3rem;
  margin-bottom: 0.58rem;
  text-align: justify;
}
.social-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;
}
.social-wrapper .box-2 .list li {
  width: 30.73%;
  margin-right: 3.905%;
  text-align: center;
  margin-top: 0.38rem;
}
.social-wrapper .box-2 .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);
  opacity: 0.7;
}
.social-wrapper .box-2 .list li:hover p {
  color: #21ad42;
}
.social-wrapper .box-2 .list .pic {
  background: linear-gradient(#000, #1285c9);
}
.social-wrapper .box-2 .list .pic img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  height: 3.4rem;
  object-fit: cover;
}
.social-wrapper .box-2 .list p {
  font-size: var(--fs18);
  font-weight: 700;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #222;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin-top: 0.18rem;
}
.learn {
  display: inline-block;
  min-width: 1.68rem;
  line-height: 0.56rem;
  background-color: #21ad42;
  border-radius: 28px;
  padding: 0 0.15rem;
  text-align: center;
  color: #fff;
  font-size: var(--fs16);
  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: #ff8500;
}
.learn:hover i {
  transform: translateX(-0.1rem);
  -webkit-transform: translateX(-0.1rem);
  -moz-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  -o-transform: translateX(-0.1rem);
}
.learn i {
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(../img/angle.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.38rem;
  position: relative;
  vertical-align: middle;
  top: -1px;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.news-wrapper {
  padding-bottom: 0!important;
}
.news-wrapper .title {
  color: #000;
  font-weight: 700;
  height: 0.8rem;
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--fs22);
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.news-wrapper .date {
  font-size: var(--fs17);
  font-family: "medium";
  line-height: 24px;
  color: #21ad42;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.news-wrapper .desc {
  font-size: var(--fs17);
  color: #666;
  line-height: 0.36rem;
}
.news-wrapper .first-news {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.news-wrapper .first-news: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 .first-news:hover .title {
  color: #21ad42;
}
.news-wrapper .first-news .title {
  font-size: var(--fs30);
  margin-top: 0.22rem;
}
.news-wrapper .first-news .date {
  color: #ff8500;
  font-size: var(--fs22);
}
.news-wrapper .first-news .info {
  padding: 0 1.04rem;
}
.news-wrapper .first-news .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.72rem;
  margin: 0.28rem auto 0.5rem;
}
.news-wrapper .news-box {
  background-color: #f8f8f8;
}
.news-wrapper .news-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;
}
.news-wrapper .news-box li {
  width: 30.73%;
  list-style: none;
  background-color: #fff;
  margin-right: 3.905%;
  margin-top: 3.905%;
  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;
  position: relative;
}
.news-wrapper .news-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .news-box li:hover .date {
  color: #ff8500;
}
.news-wrapper .news-box li:hover .title {
  color: #21ad42;
}
.news-wrapper .news-box li:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.news-wrapper .news-box li:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #21ad42;
  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;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.news-wrapper .news-box li:hover {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.news-wrapper .news-box li a {
  display: block;
}
.news-wrapper .news-box .pic img {
  height: 3.06rem;
  object-fit: cover;
}
.news-wrapper .news-box .info {
  padding: 0.38rem 0.38rem 0.4rem 0.4rem;
}
.news-wrapper .news-box .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 1.08rem;
  margin: 0.16rem auto 0.4rem;
}
.newsinfo-wrapper {
  padding-top: 0!important;
}
.newsinfo-wrapper .head {
  padding: 1.05rem 0 0.57rem;
  background-color: #f6f8f6;
}
.newsinfo-wrapper .head h1 {
  font-size: var(--fs36);
  font-weight: 700;
  color: #000;
  line-height: 0.48rem;
}
.newsinfo-wrapper .other {
  font-size: 0;
  margin-top: 0.26rem;
}
.newsinfo-wrapper .other span {
  font-size: var(--fs17);
  color: #999;
  line-height: 24px;
  margin-right: 0.4rem;
}
.newsinfo-wrapper .other span:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .other img {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 0.12rem;
}
.newsinfo-wrapper .main {
  margin-top: 0.7rem;
}
.newsinfo-wrapper .main .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsinfo-wrapper .content {
  width: calc(100% - 4.8rem);
}
.newsinfo-wrapper .caption {
  font-size: var(--fs30);
  font-weight: 700;
  color: #000;
  line-height: 0.36rem;
}
.newsinfo-wrapper .caption:after {
  content: "";
  width: 0.32rem;
  height: 0.05rem;
  background-color: #21ad42;
  border-radius: 3px;
  display: block;
  margin-top: 0.18rem;
}
.newsinfo-wrapper .recommend {
  width: 3.76rem;
}
.newsinfo-wrapper .recommend ul {
  margin-top: 0.4rem;
}
.newsinfo-wrapper .recommend li {
  list-style: none;
  padding-bottom: 0.4rem;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #eee;
}
.newsinfo-wrapper .recommend li:hover .title {
  color: #21ad42;
}
.newsinfo-wrapper .recommend li p {
  font-size: var(--fs17);
  color: #21ad42;
  font-family: "medium";
  line-height: 24px;
  margin-bottom: 0.17rem;
}
.newsinfo-wrapper .recommend .title {
  font-size: var(--fs20);
  color: #222;
  line-height: 0.36rem;
  max-height: 0.72rem;
  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 .relativelink {
  margin-bottom: 0.28rem;
}
.newsinfo-wrapper .relativelink p,
.newsinfo-wrapper .relativelink p a {
  font-size: var(--fs17);
  color: #000;
  line-height: 0.4rem;
  height: 0.4rem;
  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 .relativelink p:hover,
.newsinfo-wrapper .relativelink p a:hover {
  color: #21ad42;
}
.newsinfo-wrapper .share a:hover {
  background-color: #ff8500;
}
.newsinfo-wrapper .return {
  display: block;
  width: 100%;
  line-height: 0.56rem;
  background-color: #21ad42;
  border-radius: 28px;
  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;
  font-size: var(--fs16);
  color: #fff;
  text-align: center;
  margin-top: 0.4rem;
}
.newsinfo-wrapper .return:hover {
  background-color: #ff8500;
}
.newsinfo-wrapper .return i {
  display: inline-block;
  width: 0.14rem;
  height: 0.12rem;
  background-image: url(../img/nlist.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.1rem;
  position: relative;
  vertical-align: middle;
  top: -1px;
}
.job-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.job-wrapper .left {
  width: calc(100% - 4.36rem);
}
.job-wrapper .item {
  position: relative;
  margin-bottom: 0.4rem;
  border: solid 1px #f3f3f3;
}
.job-wrapper .item:last-child {
  margin-bottom: 0;
}
.job-wrapper .item:before {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #21ad42;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.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;
}
.job-wrapper .item.on:before,
.job-wrapper .item:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.job-wrapper .item.on .title,
.job-wrapper .item:hover .title {
  color: #21ad42;
}
.job-wrapper .item.on .icon {
  background-color: #ff8500;
  bottom: 0.64rem;
}
.job-wrapper .item.on .icon i:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.job-wrapper .item .top {
  position: static;
  background-color: #fff;
  height: 1.04rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.job-wrapper .item .top,
.job-wrapper .item .detail {
  padding-left: 0.64rem;
  padding-right: 1.5rem;
}
.job-wrapper .item .title {
  font-size: var(--fs22);
  font-weight: 700;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.72rem;
  width: 2rem;
  cursor: pointer;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.job-wrapper .item .other {
  flex: 1;
  overflow: hidden;
  margin-left: 0.16rem;
  font-size: 0;
}
.job-wrapper .item .other span {
  display: inline-block;
  font-size: var(--fs17);
  color: #666;
  margin-right: 0.6rem;
}
.job-wrapper .item .other span:last-child {
  margin-right: 0;
}
.job-wrapper .item .detail {
  margin-top: -0.1rem;
  padding-bottom: 0.5rem;
  display: none;
}
.job-wrapper .item .detail > b {
  font-size: var(--fs20);
  font-weight: 700;
  color: #000;
  line-height: 0.36rem;
  margin-bottom: 2px;
}
.job-wrapper .item .icon {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #21ad42;
  position: absolute;
  right: 0.65rem;
  bottom: 0.27rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.job-wrapper .item .icon:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.job-wrapper .item .icon i {
  display: block;
  width: 13px;
  height: 13px;
  position: relative;
}
.job-wrapper .item .icon i:before,
.job-wrapper .item .icon i:after {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  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;
}
.job-wrapper .item .icon i:before {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.job-wrapper .item .icon i:after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.job-wrapper .right {
  width: 3.8rem;
}
.job-wrapper .right .pic {
  position: relative;
}
.job-wrapper .right .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 .right .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 0.4rem 0.34rem;
}
.job-wrapper .right .info h2 {
  color: #21ad42;
  font-weight: 700;
  line-height: 0.36rem;
  font-size: var(--fs24);
}
.job-wrapper .right .info .desc {
  font-size: var(--fs17);
  line-height: 0.4rem;
  margin-top: 0.12rem;
}
.job-wrapper .content {
  margin-bottom: 0.42rem;
}
.job-wrapper .content:last-child {
  margin-bottom: 0;
}
.job-wrapper .content {
  color: #555;
}
.job-wrapper .tips,
.job-wrapper .tips a {
  font-size: var(--fs17);
  color: #555;
  line-height: 0.4rem;
}
.job-wrapper .tips a {
  display: inline-block;
  font-family: "mb";
  color: #21ad42;
}
.job-wrapper .tips a:hover {
  text-decoration: underline;
}
.job-wrapper .form {
  background-color: #21ad42;
  position: static;
  width: 100%;
  padding: 0.45rem 0.4rem 0.56rem;
  margin-bottom: 0.3rem;
  /* input placeholder  */
}
.job-wrapper .form p {
  font-size: var(--fs17);
  color: #fff;
  font-weight: 700;
  line-height: 0.3rem;
  margin-bottom: 0.15rem;
}
.job-wrapper .form .group {
  margin-bottom: 0.3rem;
}
.job-wrapper .form .group:last-child {
  margin-bottom: 0;
}
.job-wrapper .form .text,
.job-wrapper .form .caption {
  font-size: var(--fs15);
  color: #999;
  border-radius: 0;
  line-height: 0.5rem;
  padding: 0 0.4rem 0 0.24rem;
}
.job-wrapper .form .text {
  width: 100%;
}
.job-wrapper .form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs15);
}
.job-wrapper .form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs15);
}
.job-wrapper .form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs15);
}
.job-wrapper .form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs15);
}
.job-wrapper .form select {
  font-size: var(--fs15);
  color: #999;
  background: url("../img/idown.png") no-repeat scroll right 20px center #fff;
}
.job-wrapper .form .caption:after {
  width: 8px;
  background-image: url(../img/idown.png);
}
.job-wrapper .form .list a {
  color: #999;
  font-size: var(--fs15);
}
.job-wrapper .form .list a:hover,
.job-wrapper .form .list a.on {
  color: #21ad42;
}
.about-wrapper > div:not(:nth-child(2)) {
  padding-top: 1.6rem;
}
.about-wrapper .box-1 {
  padding-bottom: 1.44rem;
  background: url(../img/aboutbg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.about-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-1 .info {
  width: 50.13%;
}
.about-wrapper .box-1 .pic {
  width: 41.67%;
}
.about-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-1 .name {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
  color: #000;
}
.about-wrapper .box-1 .content {
  margin: 0.3rem auto 0.52rem;
}
.about-wrapper .data {
  margin-top: 0.88rem;
}
.about-wrapper .box-2 {
  position: relative;
}
.about-wrapper .box-2 .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 3.78rem;
  z-index: 10;
  width: 100%;
}
.about-wrapper .box-2 .swiper-slide.swiper-slide-active .title,
.about-wrapper .box-2 .swiper-slide.swiper-slide-active .desc {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-2 .swiper-slide .title,
.about-wrapper .box-2 .swiper-slide .desc {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
}
.about-wrapper .box-2 .swiper-slide .title {
  font-size: var(--fs36);
  color: #fff;
  line-height: 0.36rem;
  margin-bottom: 0.26rem;
  font-weight: 700;
}
.about-wrapper .box-2 .swiper-slide .desc {
  color: #fff;
  font-size: var(--fs20);
  line-height: 0.4rem;
  transition-delay: 0.2s;
}
.about-wrapper .box-2 .cate-box {
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  z-index: 10;
  width: 100%;
}
.about-wrapper .box-2 .cate-box:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 0;
}
.about-wrapper .box-2 .cate-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-2 .cate-box a {
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 25%;
}
.about-wrapper .box-2 .cate-box a:hover .icon img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.about-wrapper .box-2 .cate-box a.on .icon {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-2 .cate-box a.on .circle {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
}
.about-wrapper .box-2 .cate-box a.on p {
  top: 1.87rem;
}
.about-wrapper .box-2 .cate-box .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.08rem;
  margin-top: -0.08rem;
  z-index: 1;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #fff;
  border-radius: 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;
}
.about-wrapper .box-2 .cate-box .icon {
  padding: 0.12rem;
  width: 1.68rem;
  height: 1.68rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}
.about-wrapper .box-2 .cate-box .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  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;
}
.about-wrapper .box-2 .cate-box .inner {
  overflow: hidden;
  height: 100%;
  border: 0.04rem solid #fff;
  border-radius: 50%;
}
.about-wrapper .box-2 .cate-box p {
  position: absolute;
  left: 0;
  top: 0.32rem;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: var(--fs18);
  color: #fff;
  line-height: 24px;
  text-align: center;
  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;
}
.about-wrapper .box-2 .page-title-box {
  position: absolute;
  left: calc((100% - 15.36rem) / 2);
  top: 1.85rem;
  z-index: 10;
}
.about-wrapper .box-3 {
  position: relative;
  padding-bottom: 1.52rem;
}
.about-wrapper .box-3 .detail-box {
  position: relative;
}
.about-wrapper .box-3 .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 28.75%;
  height: 100%;
}
.about-wrapper .box-3 .pic img {
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.about-wrapper .box-3 .main {
  position: relative;
  z-index: 2;
  width: 63.38%;
  padding-right: calc((100% - 15.36rem) / 2);
  margin-right: 0;
  margin-left: auto;
}
.about-wrapper .box-3 .history {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-3 .swiper-box {
  padding: 0.6rem 0;
  width: 15.04%;
  border-right: 1px solid #e5e5e5;
}
.about-wrapper .box-3 .swiper-box .swiper-container {
  height: 4.65rem;
}
.about-wrapper .box-3 .swiper-box .swiper-slide {
  display: block;
  cursor: pointer;
  font-family: "mb";
  font-size: var(--fs17);
  color: #999;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.about-wrapper .box-3 .swiper-box .swiper-slide:hover {
  color: #21ad42;
}
.about-wrapper .box-3 .swiper-box .swiper-slide.on {
  color: #21ad42;
  font-size: var(--fs30);
}
.about-wrapper .box-3 .swiper-btn {
  width: 0.22rem;
  height: 0.12rem;
  left: 0;
  transform: none;
}
.about-wrapper .box-3 .prev {
  top: 0;
  background-image: url(../img/i-up.png);
}
.about-wrapper .box-3 .prev:hover {
  background-image: url(../img/i-up2.png);
}
.about-wrapper .box-3 .next {
  top: auto;
  bottom: 0;
  background-image: url(../img/i-down.png);
}
.about-wrapper .box-3 .next:hover {
  background-image: url(../img/i-down2.png);
}
.about-wrapper .box-3 .detail-box {
  width: 76.66%;
  padding-right: 0.56rem;
  overflow-y: auto;
}
.about-wrapper .box-3 .detail-box .swiper-container {
  height: 5.6rem;
}
.about-wrapper .box-3 .detail-box .swiper-slide {
  height: auto;
}
.about-wrapper .box-3 .year {
  font-size: var(--fs48);
  color: #000;
  line-height: 0.48rem;
  font-family: "mb";
  margin-bottom: 0.2rem;
}
.about-wrapper .box-3 .desc,
.about-wrapper .box-3 .desc li {
  line-height: 0.4rem;
  font-size: var(--fs17);
}
.about-wrapper .box-3 .desc li {
  position: relative;
  list-style: none;
  padding-left: 0.24rem;
}
.about-wrapper .box-3 .desc li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #21ad42;
  position: absolute;
  left: 0;
  top: calc((0.4rem - 6px) / 2);
  z-index: 10;
  border-radius: 50%;
}
.about-wrapper .box-3 .swiper-pagination {
  height: 100%;
  width: 2px;
  left: auto;
  right: 4px;
  top: 0;
  bottom: auto;
  background-color: #eee;
}
.about-wrapper .box-3 .swiper-pagination-progressbar-fill {
  background-color: #21ad42;
  width: 4px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 10;
  transform-origin: top center;
}
.about-wrapper .box-4 {
  padding-bottom: 1.13rem;
  background: url(../img/aboutbg4.jpg) no-repeat center center;
  background-size: cover;
}
.about-wrapper .box-4 .swiper-container {
  padding: 0.2rem 0 0;
}
.about-wrapper .box-4 .swiper-slide {
  width: 22.27%;
  height: auto;
  background-color: #fff;
  padding: 0.4rem 0.48rem 0.26rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.about-wrapper .box-4 .swiper-slide:hover {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.about-wrapper .box-4 .swiper-slide:hover .pic img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.about-wrapper .box-4 .swiper-slide:hover p {
  color: #21ad42;
}
.about-wrapper .box-4 .swiper-slide p {
  text-align: center;
  font-weight: 700;
  font-size: var(--fs20);
  line-height: 24px;
  height: 0.3rem;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.27rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.about-wrapper .box-4 .bottom {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.6rem;
}
.about-wrapper .box-4 .swiper-pagination {
  position: relative;
  width: calc(100% - 1.76rem);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.about-wrapper .box-4 .swiper-pagination-progressbar-fill {
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 10;
  width: 100%;
  transform-origin: left center;
}
.about-wrapper .box-4 .btn {
  font-size: 0;
}
.about-wrapper .box-4 .btn a {
  position: static;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background-color: #21ad42;
  transform: none;
}
.about-wrapper .box-4 .btn a:hover {
  background-color: #ff8500;
}
.about-wrapper .box-4 .prev {
  margin-right: 0.24rem;
  background-image: url(../img/prev.png);
}
.about-wrapper .box-4 .next {
  background-image: url(../img/next.png);
}
.data ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.data li:hover .num span,
.data li:hover .num i {
  color: #ff8500;
}
.data .num {
  font-size: var(--fs20);
  color: #656565;
  line-height: 0.3rem;
}
.data .num span,
.data .num i {
  display: inline-block;
  color: #21ad42;
  font-family: "mb";
  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;
}
.data .num span {
  font-size: 0.58rem;
  line-height: 0.6rem;
  margin-right: 0.06rem;
}
.data .num i {
  position: relative;
  vertical-align: top;
  font-size: 0.31rem;
  line-height: 0.2rem;
  height: 0.2rem;
  top: 0.08rem;
  margin-right: 0.12rem;
}
.data p {
  margin-top: 0.1rem;
  line-height: 24px;
  font-size: var(--fs16);
  color: #666;
}
.brand-box {
  padding-bottom: 1.84rem;
  background: #f6f8f6 url(../img/aboutbg5.jpg) no-repeat bottom center;
  background-size: 100%;
}
.brand-box .list ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.brand-box .list li {
  position: relative;
  width: 15.36%;
  margin-right: 1.568%;
  margin-top: 1.568%;
  background-color: #fff;
}
.brand-box .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);
}
.brand-box .list li:hover .line_t,
.brand-box .list li:hover .line_b {
  width: 100%;
}
.brand-box .list li:hover .line_r,
.brand-box .list li:hover .line_l {
  height: 100%;
}
.brand-box .list .pic img {
  height: 1.68rem;
  object-fit: contain;
}
.brand-box .list span {
  position: absolute;
  background: #21ad42;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.brand-box .list .line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.brand-box .list .line_r {
  top: 0;
  right: 0;
  width: 2px;
  height: 0;
}
.brand-box .list .line_b {
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
}
.brand-box .list .line_l {
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
}
.base-box .box-1 {
  padding-top: 1.2rem;
}
.base-box .box-1 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.base-box .box-1 .main .info {
  width: 45.18%;
}
.base-box .box-1 .main .pic {
  width: 44.8%;
}
.base-box .box-1 .main .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);
}
.base-box .top {
  text-align: center;
  margin-bottom: 0.56rem;
}
.base-box .top h3 {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
}
.base-box .top .brief {
  font-size: var(--fs17);
  line-height: 0.4rem;
  margin-top: 0.12rem;
}
.delivery-box .main {
  position: relative;
  margin-bottom: 1.6rem;
}
.delivery-box .circle-box {
  position: relative;
  width: 5.28rem;
  height: 5.28rem;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0.72rem;
}
.delivery-box .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);
}
.delivery-box .circle-box:before,
.delivery-box .circle-box:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.delivery-box .circle-box:before {
  -webkit-animation: circle_1 10s infinite alternate-reverse;
}
.delivery-box .circle-box:after {
  -webkit-animation: circle_2 10s infinite alternate-reverse;
}
.delivery-box .circle-box .pic,
.delivery-box .circle-box img {
  height: 100%;
  border-radius: 50%;
}
.delivery-box .pic {
  position: relative;
  z-index: 2;
}
.delivery-box .pic img {
  object-fit: cover;
}
.delivery-box ul {
  list-style-type: none;
}
.delivery-box ul li {
  position: absolute;
  z-index: 1;
  width: 35.5%;
  padding-top: 0.07rem;
  line-height: 0.3rem;
}
.delivery-box ul li:nth-child(odd) {
  text-align: right;
  padding-right: 1.36rem;
}
.delivery-box ul li:nth-child(odd) .icon {
  right: 0;
}
.delivery-box ul li:nth-child(odd):nth-child(5) {
  padding-right: 0;
}
.delivery-box ul li:nth-child(even) {
  padding-left: 1.36rem;
}
.delivery-box ul li:nth-child(even) .icon {
  left: 0;
}
.delivery-box ul li:nth-child(5) {
  text-align: center;
  padding-top: 0;
  margin-top: -0.48rem;
  left: 32.25%;
  bottom: -1.98rem;
}
.delivery-box ul li:nth-child(5) .icon {
  position: static;
  margin: 0 auto 0.35rem;
}
.delivery-box ul li:nth-child(1),
.delivery-box ul li:nth-child(2) {
  top: 0.8rem;
}
.delivery-box ul li:nth-child(3),
.delivery-box ul li:nth-child(4) {
  bottom: 0.8rem;
}
.delivery-box ul li:nth-child(1),
.delivery-box ul li:nth-child(3) {
  left: 0.36rem;
}
.delivery-box ul li:nth-child(2),
.delivery-box ul li:nth-child(4) {
  right: 0.36rem;
}
.delivery-box ul li:hover .icon {
  transform: rotateY(180deg);
}
.delivery-box ul p {
  font-size: var(--fs17);
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.delivery-box .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;
}
.delivery-box .icon img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.delivery-box .title {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 0.36rem;
  color: #000;
  margin-bottom: 0.18rem;
}
.feedback-box {
  background-image: url(../img/deliverybg5.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* input placeholder  */
}
.feedback-box .main {
  width: 45.44%;
  margin-right: 0;
  margin-left: auto;
}
.feedback-box .brief {
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-bottom: 0.32rem;
}
.feedback-box .form-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.feedback-box .group {
  width: 48.13%;
  margin-top: 0.24rem;
}
.feedback-box .group:nth-child(-n+2) {
  margin-top: 0;
}
.feedback-box .group.max {
  width: 100%;
}
.feedback-box .group .text {
  width: 100%;
  font-size: var(--fs17);
  color: #999;
  line-height: 0.56rem;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 0.2rem;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.feedback-box .group .text:focus {
  border-color: #21ad42;
}
.feedback-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs17);
}
.feedback-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs17);
}
.feedback-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs17);
}
.feedback-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs17);
}
.feedback-box .submit {
  display: block;
  width: 1.76rem;
  line-height: 0.56rem;
  background-color: #21ad42;
  color: #fff;
  text-align: center;
  font-size: var(--fs16);
  border-radius: 28px;
  margin-top: 0.32rem;
  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;
}
.feedback-box .submit:hover {
  background-color: #ff8500;
  font-weight: 700;
}
.delivery-wrapper .box-1 {
  background: url(../img/deliverybg.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 2.38rem;
}
.delivery-wrapper .data {
  margin-top: 1.36rem;
}
.delivery-wrapper .cat-box {
  font-size: 0;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 0.56rem;
}
.delivery-wrapper .cat-box a {
  min-width: 1.36rem;
  line-height: 0.56rem;
  border: solid 1px #21ad42;
  text-align: center;
  padding: 0 0.2rem;
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
  font-size: var(--fs16);
  font-weight: 700;
  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;
}
.delivery-wrapper .cat-box a:hover,
.delivery-wrapper .cat-box a.on {
  color: #fff;
  background-color: #21ad42;
}
.delivery-wrapper .cat-box a:last-child {
  margin-right: 0;
}
.delivery-wrapper .box-2 {
  background: url(../img/deliverybg2.jpg) no-repeat center center;
  background-size: cover;
}
.delivery-wrapper .box-2 .item {
  display: none;
}
.foods-box:hover .swiper-btn {
  opacity: 1;
  visibility: visible;
}
.foods-box:hover .prev {
  left: -0.28rem;
}
.foods-box:hover .next {
  right: -0.28rem;
}
.foods-box .swiper-slide {
  width: 22.65%;
}
.foods-box .swiper-slide {
  cursor: pointer;
  background-color: #fff;
}
.foods-box .swiper-slide:hover 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);
}
.foods-box .pic img {
  height: 3.48rem;
  object-fit: contain;
}
.foods-box .swiper-pagination {
  position: static;
  font-size: 0;
  margin-top: 0.56rem;
}
.foods-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  margin: 0 0.12rem;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  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;
}
.foods-box .swiper-pagination .swiper-pagination-bullet:link,
.foods-box .swiper-pagination .swiper-pagination-bullet:visited,
.foods-box .swiper-pagination .swiper-pagination-bullet:active,
.foods-box .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.foods-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.foods-box .swiper-btn {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background-color: #21ad42;
  margin-top: -0.32rem;
  opacity: 0;
  visibility: hidden;
}
.foods-box .swiper-btn:hover {
  background-color: #ff8500;
}
.foods-box .prev {
  left: 0;
  background-image: url(../img/prev.png);
}
.foods-box .next {
  right: 0;
  background-image: url(../img/next.png);
}
.foods-box p {
  font-size: var(--fs16);
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: var(--fs14);
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.safety-wrapper .top {
  text-align: center;
  margin-bottom: 0.56rem;
}
.safety-wrapper .top.white .brief,
.safety-wrapper .top.white h3.title {
  color: #fff;
}
.safety-wrapper .top .brief {
  font-size: 17px;
  line-height: 0.4rem;
}
.safety-wrapper .top h3.title {
  margin-bottom: 0.21rem;
}
.safety-wrapper h3.title {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
  text-align: center;
  color: #000;
  margin-bottom: 0.63rem;
}
.safety-wrapper .box-1 .content {
  text-align: center;
}
.safety-wrapper .box-2 {
  background: url(../img/safety2bg.jpg) no-repeat center center;
  background-attachment: fixed;
  position: relative;
}
.safety-wrapper .box-2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.safety-wrapper .box-2 .box-container {
  position: relative;
  z-index: 1;
}
.safety-wrapper .box-2 ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.safety-wrapper .box-2 li {
  position: relative;
  flex: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-right: 0.06rem;
}
.safety-wrapper .box-2 li:last-child {
  margin-right: 0;
  max-width: 1.53rem;
}
.safety-wrapper .box-2 li:last-child:before,
.safety-wrapper .box-2 li:last-child:after {
  display: none;
}
.safety-wrapper .box-2 li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.safety-wrapper .box-2 li:hover .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.safety-wrapper .box-2 li:hover .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.safety-wrapper .box-2 li:before,
.safety-wrapper .box-2 li:after {
  content: "";
  background-color: #fff;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  top: calc(1.14rem / 2);
}
.safety-wrapper .box-2 li:before {
  width: calc(100% - 1.53rem);
  height: 1px;
  right: 0.09rem;
}
.safety-wrapper .box-2 li:after {
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  right: 0;
}
.safety-wrapper .box-2 .inner {
  position: relative;
  width: 1.53rem;
}
.safety-wrapper .box-2 .inner:before {
  content: "";
  width: 0.26rem;
  height: 0.94rem;
  background: url(../img/half.png) no-repeat center center;
  position: absolute;
  right: 0.08rem;
  top: 0.1rem;
  z-index: 10;
  background-size: 100%;
}
.safety-wrapper .box-2 .icon {
  position: relative;
  display: block;
  width: 1.04rem;
  height: 1.04rem;
  border-radius: 50%;
  margin: 0 auto;
}
.safety-wrapper .box-2 .icon:before,
.safety-wrapper .box-2 .icon:after {
  content: "";
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  background-color: rgba(255, 255, 255, 0.14);
  position: absolute;
  left: -0.1rem;
  top: -0.1rem;
  z-index: 0;
  border-radius: 50%;
}
.safety-wrapper .box-2 .icon:before {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  animation: iconAni 2s 0.2s ease infinite;
}
.safety-wrapper .box-2 .icon 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;
}
.safety-wrapper .box-2 .icon .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;
}
.safety-wrapper .box-2 .info {
  text-align: center;
  margin-top: 0.32rem;
}
.safety-wrapper .box-2 h5 {
  font-size: var(--fs24);
  color: #fff;
  font-weight: 700;
  line-height: 0.36rem;
}
.safety-wrapper .box-2 p {
  font-size: var(--fs17);
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.safety-wrapper .box-3 {
  background-color: #f6f8f6;
}
.safety-wrapper .box-3 .main {
  position: relative;
}
.safety-wrapper .box-3 .pic {
  width: 4.8rem;
  height: 4.8rem;
  background-color: #b7b7b7;
  border-radius: 50%;
  border: solid 0.08rem #fff;
  margin: 0 auto;
}
.safety-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);
}
.safety-wrapper .box-3 ul {
  list-style: none;
}
.safety-wrapper .box-3 li {
  position: absolute;
  width: 31.25%;
  z-index: 1;
  background-color: #fff;
  padding: 0.43rem 0.58rem 0.43rem 1.69rem;
  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;
}
.safety-wrapper .box-3 li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.safety-wrapper .box-3 li:hover .icon {
  transform: rotateY(180deg);
}
.safety-wrapper .box-3 li:nth-child(1),
.safety-wrapper .box-3 li:nth-child(2) {
  top: 0;
}
.safety-wrapper .box-3 li:nth-child(3),
.safety-wrapper .box-3 li:nth-child(4) {
  bottom: 0;
}
.safety-wrapper .box-3 li:nth-child(1),
.safety-wrapper .box-3 li:nth-child(3) {
  left: 0;
}
.safety-wrapper .box-3 li:nth-child(4),
.safety-wrapper .box-3 li:nth-child(2) {
  right: 0;
}
.safety-wrapper .box-3 h5 {
  font-size: var(--fs24);
  color: #222;
  margin-bottom: 0.12rem;
  font-weight: 700;
  line-height: 0.36rem;
  height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.safety-wrapper .box-3 .desc {
  font-size: var(--fs17);
  line-height: 0.3rem;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.safety-wrapper .box-3 .icon {
  position: absolute;
  left: 0.48rem;
  top: 0.32rem;
  z-index: 10;
  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;
}
.safety-wrapper .box-4 .top {
  margin-bottom: 0.29rem;
}
.safety-wrapper .box-4 .swiper-container {
  padding-top: 0.2rem;
}
.safety-wrapper .box-4 .swiper-slide {
  width: 32.8125%;
  padding-bottom: 0.64rem;
}
.safety-wrapper .box-4 .swiper-slide:before {
  content: "";
  width: 100%;
  height: 0.52rem;
  background: url(../img/shadow.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.safety-wrapper .box-4 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.safety-wrapper .box-4 .swiper-slide .pic {
  border: solid 0.12rem #fff;
  background: #fff;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.safety-wrapper .box-4 .swiper-btn {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background-color: #21ad42;
}
.safety-wrapper .box-4 .swiper-btn:hover {
  background-color: #ff8500;
}
.safety-wrapper .box-4 .prev {
  left: 0;
  background-image: url(../img/prev.png);
}
.safety-wrapper .box-4 .next {
  right: 0;
  background-image: url(../img/next.png);
}
.safety-wrapper .box-5 {
  background: url(../img/safety5bg.jpg) no-repeat center center;
  background-size: cover;
}
.safety-wrapper .box-5 .swiper-container {
  padding-left: calc((100% - 15.36rem) / 2);
}
.safety-wrapper .box-5 .swiper-slide {
  width: auto;
}
.safety-wrapper .box-5 .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.advantage-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.advantage-box li {
  position: relative;
  width: 31.25%;
  margin-right: 3.125%;
  margin-top: 3.125%;
  background-color: #fff;
  padding: 0.6rem 0.5rem 0.3rem 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;
}
.advantage-box li:nth-child(3n) {
  margin-right: 0;
}
.advantage-box li:nth-child(-n+3) {
  margin-top: 0;
}
.advantage-box li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.advantage-box li:hover .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.advantage-box li:hover .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.advantage-box li:hover .name {
  color: #21ad42;
}
.advantage-box .icon {
  position: absolute;
  display: block;
  left: 0.4rem;
  top: 0.56rem;
  z-index: 1;
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 50%;
  margin: 0 auto;
}
.advantage-box .icon 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;
}
.advantage-box .icon .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;
}
.advantage-box .name {
  font-size: var(--fs22);
  font-weight: 700;
  color: #000;
  line-height: 0.3rem;
  margin-bottom: 0.22rem;
  text-transform: uppercase;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.advantage-box p {
  font-size: var(--fs17);
  line-height: 0.3rem;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.purchase-wrapper .box-1 .main .info {
  width: 44.14%;
}
.purchase-wrapper .box-1 .main .pic {
  width: 47.91%;
}
.purchase-wrapper .data {
  background: url(../img/purchase2bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.purchase-wrapper .data .box-container {
  padding: 0 0.8rem;
}
.purchase-wrapper .data li:hover .num span {
  color: #fff;
}
.purchase-wrapper .data .num span,
.purchase-wrapper .data .num,
.purchase-wrapper .data p {
  color: #fff;
}
.purchase-wrapper .advantage-box {
  background-color: #f6f8f6;
}
.processing-wrapper {
  padding-bottom: 0!important;
}
.processing-wrapper h3.title {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
  text-align: center;
  color: #000;
  margin-bottom: 0.54rem;
}
.processing-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.processing-wrapper .box-1 .info {
  width: 44.66%;
}
.processing-wrapper .box-1 .pic {
  width: 47.91%;
}
.processing-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.processing-wrapper .advantage-box {
  background: url(../img/process2bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.processing-wrapper .box-3 {
  background: url(../img/processbg.jpg) no-repeat center center;
  background-size: cover;
}
.processing-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #21ad42;
}
.processing-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #ff8500;
  background-color: #ff8500;
}
.processing-wrapper .box-4 {
  background-color: #f6f8f6;
}
.processing-wrapper .box-4 .swiper-box:hover .swiper-btn {
  opacity: 1;
  visibility: visible;
}
.processing-wrapper .box-4 .swiper-box:hover .prev {
  left: -0.28rem;
}
.processing-wrapper .box-4 .swiper-box:hover .next {
  right: -0.28rem;
}
.processing-wrapper .box-4 .swiper-pagination {
  position: static;
  font-size: 0;
  margin-top: 0.56rem;
}
.processing-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  margin: 0 0.12rem;
  width: 12px;
  height: 12px;
  border: 2px solid #21ad42;
  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;
}
.processing-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet:link,
.processing-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet:visited,
.processing-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet:active,
.processing-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.processing-wrapper .box-4 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #ff8500;
  background-color: #ff8500;
}
.processing-wrapper .box-4 .swiper-slide {
  background-color: #fff;
  padding: 0.5rem 0.36rem 0.18rem;
}
.processing-wrapper .box-4 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.processing-wrapper .box-4 .pic img {
  height: 2.9rem;
  object-fit: contain;
}
.processing-wrapper .box-4 p {
  font-size: var(--fs17);
  font-weight: 700;
  color: #222;
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0.18rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.processing-wrapper .box-4 .swiper-btn {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background-color: #21ad42;
  margin-top: -0.32rem;
  opacity: 0;
  visibility: hidden;
}
.processing-wrapper .box-4 .swiper-btn:hover {
  background-color: #ff8500;
}
.processing-wrapper .box-4 .prev {
  left: 0;
  background-image: url(../img/prev.png);
}
.processing-wrapper .box-4 .next {
  right: 0;
  background-image: url(../img/next.png);
}
.pageMore {
  text-align: center;
  margin-top: 0.48rem;
}
.pageMore a {
  display: inline-block;
  position: relative;
  font-size: var(--fs17);
  color: #222;
  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 {
  color: #21ad42;
  font-weight: 700;
}
.pageMore a:hover:before {
  transform: rotateY(180deg);
}
.pageMore a:before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-size: 100%;
  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;
}
.chain-wrapper {
  padding-bottom: 0!important;
}
.chain-wrapper .box-container > h4 {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
  text-align: center;
  color: #000;
  margin-bottom: 0.86rem;
}
.chain-wrapper .page-title-box {
  margin-bottom: 0.52rem;
}
.chain-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.chain-wrapper .box-1 .info {
  width: 44.14%;
}
.chain-wrapper .box-1 .pic {
  width: 47.92%;
}
.chain-wrapper .box-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.chain-wrapper .box-2 ul,
.chain-wrapper .box-3 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.chain-wrapper .box-2 li,
.chain-wrapper .box-3 li {
  list-style: none;
  text-align: center;
}
.chain-wrapper .box-2 {
  background-image: url(../img/chainbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.chain-wrapper .box-2 .box-container > h4 {
  color: #fff;
}
.chain-wrapper .box-2 li {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 2%;
}
.chain-wrapper .box-2 li:hover .icon {
  transform: translateY(-0.16rem);
  -webkit-transform: translateY(-0.16rem);
  -moz-transform: translateY(-0.16rem);
  -ms-transform: translateY(-0.16rem);
  -o-transform: translateY(-0.16rem);
}
.chain-wrapper .box-2 .icon {
  position: relative;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  margin: 0 auto;
  object-fit: contain;
  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;
}
.chain-wrapper .box-2 p {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.36rem;
  margin-top: 0.43rem;
}
.chain-wrapper .box-3 {
  background-color: #f6f8f6;
}
.chain-wrapper .box-3 li {
  width: 14.0625%;
  background-color: #fff;
  margin-right: 3.125%;
  margin-top: 3.125%;
  padding: 0.56rem 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;
}
.chain-wrapper .box-3 li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.chain-wrapper .box-3 li:hover .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.chain-wrapper .box-3 li:hover .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.chain-wrapper .box-3 .icon {
  position: relative;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  margin: 0 auto;
}
.chain-wrapper .box-3 .icon 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;
}
.chain-wrapper .box-3 .icon .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;
}
.chain-wrapper .box-3 p {
  font-size: var(--fs24);
  color: #222;
  line-height: 0.36rem;
  margin-top: 0.35rem;
}
.repared-wrapper {
  padding-bottom: 0!important;
}
.repared-wrapper h3.title {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
  text-align: center;
  color: #000;
  margin-bottom: 0.54rem;
}
.repared-wrapper h3.title b {
  color: #21ad42;
}
.repared-wrapper .swiper-box:hover .swiper-btn {
  opacity: 1;
  visibility: visible;
}
.repared-wrapper .swiper-box:hover .prev {
  left: -0.28rem;
}
.repared-wrapper .swiper-box:hover .next {
  right: -0.28rem;
}
.repared-wrapper .box-1 .swiper-slide {
  width: 22.65%;
}
.repared-wrapper .box-1 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.repared-wrapper .box-1 .swiper-slide:hover .name {
  color: #21ad42;
}
.repared-wrapper .box-1 .pic img {
  height: 3.48rem;
  object-fit: cover;
}
.repared-wrapper .box-1 .info {
  margin-top: 0.25rem;
}
.repared-wrapper .box-1 .name {
  font-size: var(--fs18);
  color: #222;
  line-height: 0.3rem;
  font-weight: 700;
  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;
}
.repared-wrapper .box-1 .desc {
  font-size: var(--fs17);
  line-height: 0.3rem;
  margin-top: 0.12rem;
}
.repared-wrapper .box-1 .swiper-pagination {
  position: static;
  font-size: 0;
  margin-top: 0.85rem;
}
.repared-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  margin: 0 0.12rem;
  width: 12px;
  height: 12px;
  border: 2px solid #21ad42;
  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;
}
.repared-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:link,
.repared-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:visited,
.repared-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:active,
.repared-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.repared-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #ff8500;
  background-color: #ff8500;
}
.repared-wrapper .swiper-btn {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background-color: #21ad42;
  margin-top: 0;
  top: 1.46rem;
  transform: none;
  opacity: 0;
  visibility: hidden;
}
.repared-wrapper .swiper-btn:hover {
  background-color: #ff8500;
}
.repared-wrapper .prev {
  left: 0;
  background-image: url(../img/prev.png);
}
.repared-wrapper .next {
  right: 0;
  background-image: url(../img/next.png);
}
.repared-wrapper .box-2 {
  background-color: #f6f8f6;
}
.repared-wrapper .box-2 .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 0.48rem;
}
.repared-wrapper .box-2 .item:last-child {
  margin-bottom: 0;
}
.repared-wrapper .box-2 .item:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.repared-wrapper .box-2 .item:hover .name {
  color: #21ad42;
}
.repared-wrapper .box-2 .item:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.repared-wrapper .box-2 .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.repared-wrapper .box-2 .pic,
.repared-wrapper .box-2 .info {
  width: 50%;
}
.repared-wrapper .box-2 .info {
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding: 0 1.12rem;
  transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
}
.repared-wrapper .box-2 .inner {
  width: 100%;
}
.repared-wrapper .box-2 .name {
  font-size: var(--fs30);
  line-height: 0.36rem;
  font-weight: 700;
  color: #000;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin-bottom: 0.28rem;
}
.repared-wrapper .box-2 .desc {
  font-size: var(--fs17);
  line-height: 0.3rem;
}
@keyframes iconAni {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}
.fixed-qrcode,
.fixed-menu-box {
  position: fixed;
  z-index: 10;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
}
.fixed-qrcode .icon,
.fixed-menu-box .icon {
  position: relative;
  display: block;
  width: 0.72rem;
  height: 0.72rem;
  background-repeat: no-repeat;
  background-size: 0.32rem;
  background-position: center center;
  background-color: #fff;
  z-index: 11;
  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;
}
.fixed-qrcode .hidebox,
.fixed-menu-box .hidebox {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 1.56rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.22rem 0.22rem 0.15rem;
  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;
}
.fixed-qrcode .hidebox:after,
.fixed-menu-box .hidebox:after {
  content: "";
  border: 0.08rem solid transparent;
  position: absolute;
  top: 0.24rem;
  z-index: 10;
}
.fixed-qrcode .hidebox p,
.fixed-menu-box .hidebox p {
  font-size: var(--fs15);
  color: #fff;
  margin-top: 0.11rem;
  line-height: 24px;
}
.fixed-qrcode {
  left: 0;
  top: 45%;
}
.fixed-qrcode .item {
  position: relative;
}
.fixed-qrcode .item.remove .hidebox {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
}
.fixed-qrcode .qrcode .icon {
  background-color: transparent;
  background-image: url(../img/fi-qrcode3.png);
}
.fixed-qrcode .hidebox {
  left: calc(100% + 0.12rem);
  padding: 0.15rem;
}
.fixed-qrcode .hidebox:after {
  display: none;
  border-right-color: #21ad42;
  left: -0.16rem;
}
.fixed-qrcode .hidebox img {
  display: block;
  width: 100%;
}
.fixed-qrcode .close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: -12px;
  z-index: 1;
  background: #b2b2b2 url(../img/close2.png) no-repeat center center;
  background-size: 50%;
  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;
}
.fixed-qrcode .close:hover {
  background-color: #21ad42;
}
.fixed-menu-box {
  right: 0;
  bottom: 20%;
}
.fixed-menu-box ul li {
  position: relative;
  width: 100%;
  list-style: none;
  margin-bottom: 1px;
}
.fixed-menu-box ul li:last-child {
  margin-bottom: 0;
}
.fixed-menu-box ul li.on .icon {
  background-color: #21ad42;
}
.fixed-menu-box ul li.on .hidebox,
.fixed-menu-box ul li.on .telbox {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.fixed-menu-box ul li.remove .hidebox {
  opacity: 0;
  visibility: hidden;
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
}
.fixed-menu-box .service .icon {
  background-image: url(../img/fi-service.png);
}
.fixed-menu-box .qrcode .icon {
  background-image: url(../img/fi-qrcode.png);
}
.fixed-menu-box .tel .icon {
  background-image: url(../img/fi-tel.png);
}
.fixed-menu-box .msg .icon {
  background-image: url(../img/fi-msg.png);
}
.fixed-menu-box .gotop {
  display: none;
}
.fixed-menu-box .gotop .icon {
  background-color: #ff8500;
  background-image: url(../img/fi-up.png);
}
.fixed-menu-box .telbox {
  line-height: 0.72rem;
  color: #fff;
  font-family: "mb";
  width: 2.3rem;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0.2rem;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 0.26rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
  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;
}
.fixed-menu-box .hidebox {
  opacity: 0;
  visibility: hidden;
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
  right: calc(100% + 0.12rem);
}
.fixed-menu-box .hidebox:after {
  border-left-color: rgba(0, 0, 0, 0.3);
  right: -0.16rem;
}
.plan-wrapper h3.caption {
  font-size: var(--fs48);
  font-weight: 700;
  color: #000;
  line-height: 0.6rem;
  text-align: center;
  margin-bottom: 0.6rem;
}
.plan-wrapper .top {
  text-align: center;
  margin-bottom: 0.58rem;
}
.plan-wrapper .top h3.caption {
  margin-bottom: 0;
}
.plan-wrapper .top b {
  display: inline-block;
  font-size: var(--fs24);
  color: #ff8500;
  font-weight: 700;
  line-height: 0.36rem;
  margin-top: 0.3rem;
}
.plan-wrapper .box-2 {
  margin-top: 0.72rem;
}
.plan-wrapper .box-2 .part-1 {
  background-color: #f6f8f6;
}
.plan-wrapper .box-2 .part-1 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.plan-wrapper .box-2 .part-1 .pic-box {
  width: 46.74%;
}
.plan-wrapper .box-2 .part-1 .pic-box p {
  font-size: var(--fs17);
  color: #666;
  text-align: center;
  line-height: 0.3rem;
  margin-top: 0.17rem;
}
.plan-wrapper .box-2 .part-1 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.plan-wrapper .box-2 .part-1 .info-box {
  width: 44.14%;
  padding-right: 0.8rem;
  padding-top: 0.6rem;
}
.plan-wrapper .box-2 .part-1 .title {
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
}
.plan-wrapper .box-2 .part-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.plan-wrapper .box-2 .part-2 .item {
  width: 44.8%;
  margin-top: 0.8rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  position: relative;
}
.plan-wrapper .box-2 .part-2 .item:nth-child(-n+2) {
  margin-top: 0;
}
.plan-wrapper .box-2 .part-2 .item:first-child .hidebox {
  display: none;
}
.plan-wrapper .box-2 .part-2 .item:nth-child(2) .pic img {
  opacity: 0.1;
}
.plan-wrapper .box-2 .part-2 .item:nth-child(even) {
  margin-right: 0.5rem;
}
.plan-wrapper .box-2 .part-2 .pic {
  position: relative;
  width: 46.51%;
  margin-right: 0.48rem;
  background-color: #21ad42;
}
.plan-wrapper .box-2 .part-2 .pic img {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.plan-wrapper .box-2 .part-2 .info {
  flex: 1;
  overflow: hidden;
  padding-top: 0.66rem;
}
.plan-wrapper .box-2 .part-2 .title {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 0.36rem;
}
.plan-wrapper .box-2 .part-2 .desc {
  font-size: var(--fs17);
  line-height: 0.36rem;
  margin-top: 0.16rem;
}
.plan-wrapper .box-2 .part-2 .hidebox {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  color: #fff;
  font-size: var(--fs17);
  font-weight: 700;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  padding: 0 0.56rem;
}
.plan-wrapper .box-2 .part-3 {
  background: url(../img/planbg3.jpg) no-repeat center center;
  background-size: cover;
}
.plan-wrapper .box-2 .part-3 .main {
  position: relative;
}
.plan-wrapper .box-2 .part-3 .main .circle-box {
  position: relative;
  width: 4.96rem;
  height: 4.96rem;
  border: solid 0.03rem #21ad42;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0.47rem;
}
.plan-wrapper .box-2 .part-3 .main .pic {
  background-color: #21ad42;
  border-radius: 50%;
}
.plan-wrapper .box-2 .part-3 .main .pic img {
  opacity: 0.1;
}
.plan-wrapper .box-2 .part-3 .main .title {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 100%;
  color: #fff;
  font-size: var(--fs36);
  font-weight: 700;
  line-height: 0.46rem;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.plan-wrapper .box-2 .part-3 li {
  position: absolute;
  z-index: 1;
  width: 28.65%;
  list-style: none;
  font-size: var(--fs17);
  line-height: 0.36rem;
  height: 1.12rem;
  background-color: #fff;
  border-radius: 0.08rem;
  border: solid 1px #eee;
  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;
}
.plan-wrapper .box-2 .part-3 li:nth-child(odd) {
  text-align: right;
  left: 0;
}
.plan-wrapper .box-2 .part-3 li:nth-child(odd):before {
  left: 100%;
}
.plan-wrapper .box-2 .part-3 li:nth-child(even):before {
  right: 100%;
}
.plan-wrapper .box-2 .part-3 li:nth-child(even) {
  right: 0;
}
.plan-wrapper .box-2 .part-3 li:nth-child(1),
.plan-wrapper .box-2 .part-3 li:nth-child(2) {
  top: 0.35rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(1):before,
.plan-wrapper .box-2 .part-3 li:nth-child(2):before {
  width: 0.8rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(1):after,
.plan-wrapper .box-2 .part-3 li:nth-child(2):after {
  width: 0.47rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(1) i,
.plan-wrapper .box-2 .part-3 li:nth-child(2) i {
  bottom: 0.08rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(1):before {
  left: 100%;
}
.plan-wrapper .box-2 .part-3 li:nth-child(1):after {
  right: -1.19rem;
  transform: rotate(48deg);
  bottom: 0.36rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(1) i {
  right: -1.19rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(2):before {
  right: 100%;
}
.plan-wrapper .box-2 .part-3 li:nth-child(2):after {
  left: -1.19rem;
  transform: rotate(-48deg);
  bottom: 0.36rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(2) i {
  left: -1.19rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(3),
.plan-wrapper .box-2 .part-3 li:nth-child(4) {
  top: 50%;
  margin-top: -0.56rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(3):before,
.plan-wrapper .box-2 .part-3 li:nth-child(4):before {
  width: 0.73rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(3) i,
.plan-wrapper .box-2 .part-3 li:nth-child(4) i {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.plan-wrapper .box-2 .part-3 li:nth-child(5),
.plan-wrapper .box-2 .part-3 li:nth-child(6) {
  bottom: 0.35rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(5) i,
.plan-wrapper .box-2 .part-3 li:nth-child(6) i {
  top: 0.1rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(5):before,
.plan-wrapper .box-2 .part-3 li:nth-child(6):before {
  width: 0.8rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(5):after,
.plan-wrapper .box-2 .part-3 li:nth-child(6):after {
  width: 0.47rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(3) i {
  right: -0.89rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(4) i {
  left: -0.89rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(5):before {
  left: 100%;
}
.plan-wrapper .box-2 .part-3 li:nth-child(5):after {
  right: -1.19rem;
  transform: rotate(-48deg);
  top: 0.36rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(5) i {
  right: -1.19rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(6):before {
  right: 100%;
}
.plan-wrapper .box-2 .part-3 li:nth-child(6):after {
  left: -1.19rem;
  transform: rotate(48deg);
  top: 0.36rem;
}
.plan-wrapper .box-2 .part-3 li:nth-child(6) i {
  left: -1.19rem;
}
.plan-wrapper .box-2 .part-3 li:before,
.plan-wrapper .box-2 .part-3 li:after {
  content: "";
  background-color: #21ad42;
  position: absolute;
  z-index: 1;
  height: 2px;
}
.plan-wrapper .box-2 .part-3 li:before {
  top: 50%;
  margin-top: -1px;
}
.plan-wrapper .box-2 .part-3 li p {
  width: 100%;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.72rem;
  position: relative;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.plan-wrapper .box-2 .part-3 li i {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #fff;
  border: solid 2px #21ad42;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}
.plan-wrapper .box-3 .part-1 .list {
  overflow: hidden;
  width: 100%;
}
.plan-wrapper .box-3 .part-1 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style: none;
}
.plan-wrapper .box-3 .part-1 li {
  width: calc((100% - 0.24rem) / 4);
  background-position: center center;
  background-repeat: no-repeat;
  height: 5.04rem;
  position: relative;
  margin-right: 0.4867%;
  overflow: hidden;
}
.plan-wrapper .box-3 .part-1 li:last-child {
  margin-right: 0;
}
.plan-wrapper .box-3 .part-1 li.on > .name,
.plan-wrapper .box-3 .part-1 li:hover > .name {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.plan-wrapper .box-3 .part-1 li.on .info,
.plan-wrapper .box-3 .part-1 li:hover .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.plan-wrapper .box-3 .part-1 li.on .info .name,
.plan-wrapper .box-3 .part-1 li:hover .info .name,
.plan-wrapper .box-3 .part-1 li.on .info .desc,
.plan-wrapper .box-3 .part-1 li:hover .info .desc {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.plan-wrapper .box-3 .part-1 li > .name {
  position: absolute;
  left: 0.6rem;
  top: 0.64rem;
  z-index: 1;
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
  letter-spacing: 2px;
  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;
}
.plan-wrapper .box-3 .part-1 .pic {
  display: none;
}
.plan-wrapper .box-3 .part-1 .name {
  font-size: var(--fs30);
  color: #fff;
  font-weight: 700;
  line-height: 0.36rem;
}
.plan-wrapper .box-3 .part-1 .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 0.28rem 0.4rem 0.24rem;
  background-color: rgba(33, 173, 66, 0.8);
  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;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.plan-wrapper .box-3 .part-1 .info .name {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
}
.plan-wrapper .box-3 .part-1 .info .desc,
.plan-wrapper .box-3 .part-1 .info .name {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition-delay: 0.3s;
}
.plan-wrapper .box-3 .part-1 .desc {
  font-size: var(--fs17);
  color: #fff;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.6rem;
  margin-top: 0.13rem;
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
  opacity: 0;
  visibility: hidden;
}
.plan-wrapper .box-3 .part-2 .top {
  margin-bottom: 0.15rem;
}
.plan-wrapper .box-3 .part-2 .content {
  text-align: center;
}
.plan-wrapper .box-3 .part-2 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.54rem;
  padding: 0 1.5rem;
}
.plan-wrapper .box-3 .part-2 .title {
  position: absolute;
  left: 50%;
  top: 0.6rem;
  z-index: 0;
  width: 2rem;
  height: 2rem;
  background-color: #ff8500;
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  margin-left: -1rem;
  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;
}
.plan-wrapper .box-3 .part-2 .title:before,
.plan-wrapper .box-3 .part-2 .title:after {
  content: "";
  width: calc(100% + 0.4rem);
  height: calc(100% + 0.4rem);
  background-color: rgba(255, 133, 0, 0.3);
  position: absolute;
  left: -0.2rem;
  top: -0.2rem;
  z-index: 0;
  border-radius: 50%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.plan-wrapper .box-3 .part-2 .title:before {
  animation: iconAni 2s 0.2s ease infinite;
}
.plan-wrapper .box-3 .part-2 .title:after {
  animation: iconAni 2.5s 0.8s ease infinite;
}
.plan-wrapper .box-3 .part-2 .title span {
  font-size: var(--fs24);
  color: #fff;
  font-weight: 700;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 10;
  line-height: 0.36rem;
}
.plan-wrapper .box-3 .part-2 ul {
  position: relative;
  z-index: 1;
  list-style: none;
}
.plan-wrapper .box-3 .part-2 ul li {
  width: 1.84rem;
  font-size: var(--fs24);
  font-weight: 700;
  background-color: #fff;
  box-shadow: 0px 24px 64px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border: solid 1px #eee;
  text-align: center;
  height: 0.88rem;
  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;
}
.plan-wrapper .box-3 .part-2 ul li p {
  width: 100%;
  line-height: 0.45rem;
}
.plan-wrapper .box-3 .part-2 .left {
  position: relative;
  width: 5.68rem;
  top: 0.08rem;
}
.plan-wrapper .box-3 .part-2 .left 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;
  flex-flow: wrap;
}
.plan-wrapper .box-3 .part-2 .left li {
  margin-top: 1.44rem;
}
.plan-wrapper .box-3 .part-2 .left li:nth-child(-n+2) {
  margin-top: 0;
}
.plan-wrapper .box-3 .part-2 .left li:nth-child(odd) {
  margin-right: 15%;
}
.plan-wrapper .box-3 .part-2 .left .brief {
  width: 69%;
  margin-left: auto;
  margin-right: auto;
  background-color: #21ad42;
}
.plan-wrapper .box-3 .part-2 .right {
  width: 3.92rem;
}
.plan-wrapper .box-3 .part-2 .right .brief {
  background-color: #ff8500;
}
.plan-wrapper .box-3 .part-2 .right li {
  margin-bottom: 0.32rem;
}
.plan-wrapper .box-3 .part-2 .right li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.plan-wrapper .box-3 .part-2 .right li:nth-child(4) {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.plan-wrapper .box-3 .part-2 .brief {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 0.72rem;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 0 0.3rem;
  margin-top: 0.64rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.plan-wrapper .box-3 .part-3 {
  background: url(../img/planbg6.jpg) no-repeat center center;
  background-size: cover;
}
.plan-wrapper .box-3 .part-3 .title {
  position: absolute;
  left: 25.5%;
  top: 50%;
  z-index: 10;
  font-size: var(--fs30);
  color: #fff;
  width: 49%;
  line-height: 0.8rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  margin-top: -0.4rem;
  background: url(../img/planbg6.png) no-repeat center center;
  background-size: contain;
}
.plan-wrapper .box-3 .part-3 .list {
  position: relative;
}
.plan-wrapper .box-3 .part-3 .list ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.plan-wrapper .box-3 .part-3 .list li {
  width: calc((100% - 4.16rem) / 5);
  height: 1.2rem;
  background-color: #fff;
  border-radius: 0.4rem 0px 0.4rem 0px;
  border: solid 1px #eee;
  margin-top: 1.76rem;
  position: relative;
  padding: 0.3rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.plan-wrapper .box-3 .part-3 .list li:before {
  content: "";
  width: 1.04rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 69.2%;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
.plan-wrapper .box-3 .part-3 .list li p {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 0.36rem;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.72rem;
}
.plan-wrapper .box-3 .part-4 {
  background: url(../img/planbg7.jpg) no-repeat center center;
  background-size: cover;
}
.plan-wrapper .box-3 .part-4 .list {
  margin-top: 0.8rem;
}
.plan-wrapper .box-3 .part-4 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.plan-wrapper .box-3 .part-4 .list li {
  width: 30.73%;
  list-style: none;
  margin-right: 3.905%;
  margin-top: 3.905%;
  background: #fff;
  padding: 0.44rem 0.4rem 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;
}
.plan-wrapper .box-3 .part-4 .list li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.plan-wrapper .box-3 .part-4 .list li:nth-child(-n+3) {
  margin-top: 0;
}
.plan-wrapper .box-3 .part-4 .list li:nth-child(3n) {
  margin-right: 0;
}
.plan-wrapper .box-3 .part-4 .list li:hover .title {
  color: #21ad42;
}
.plan-wrapper .box-3 .part-4 .title {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 0.36rem;
  color: #000;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.plan-wrapper .box-3 .part-4 .desc {
  margin-top: 0.16rem;
  font-size: var(--fs17);
  line-height: 0.36rem;
}
.plan-wrapper .box-4 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.plan-wrapper .box-4 .list ul li {
  width: 48.4375%;
  margin-top: 3.125%;
  list-style: none;
  background-color: #f6f8f6;
  padding: 0.48rem 0.32rem 0.53rem 0.56rem;
}
.plan-wrapper .box-4 .list ul li:hover .icon {
  transform: rotateY(180deg);
}
.plan-wrapper .box-4 .list ul 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 */
}
.plan-wrapper .box-4 .info {
  flex: 1;
  margin-left: 0.4rem;
  overflow: hidden;
  padding-top: 0.14rem;
}
.plan-wrapper .box-4 .icon {
  width: 1.28rem;
  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;
}
.plan-wrapper .box-4 .icon img {
  display: block;
  width: 100%;
}
.plan-wrapper .box-4 .title,
.plan-wrapper .box-4 .desc {
  padding-right: 0.28rem;
}
.plan-wrapper .box-4 .title {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.36rem;
  margin-bottom: 0.17rem;
  font-weight: 700;
}
.plan-wrapper .box-4 .desc {
  font-size: var(--fs17);
  line-height: 0.36rem;
  height: 1.08rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.plan-wrapper .box-4 .desc::-webkit-scrollbar {
  width: 2px;
  background-color: #eee;
}
.plan-wrapper .box-4 .desc::-webkit-scrollbar-thumb {
  background-color: #21ad42;
}
.plan-wrapper .box-5 {
  background: url(../img/planbg10.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 0.76rem;
}
.plan-wrapper .box-5 .swiper-slide {
  width: 47%;
  height: auto;
  background-color: #fff;
  padding: 0.62rem 0.4rem 0.5rem;
  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;
}
.plan-wrapper .box-5 .swiper-slide:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.plan-wrapper .box-5 .swiper-slide p {
  font-size: var(--fs17);
  line-height: 24px;
  color: #21ad42;
  padding-top: 0.3rem;
  border-top: 1px solid #eee;
}
.plan-wrapper .box-5 .pic img {
  height: 3rem;
  object-fit: contain;
}
.plan-wrapper .box-5 .info {
  margin-top: 0.72rem;
}
.plan-wrapper .box-5 .name {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.36rem;
  font-weight: 700;
  margin-bottom: 0.22rem;
}
.plan-wrapper .box-5 .desc,
.plan-wrapper .box-5 .desc li {
  font-size: var(--fs17);
  line-height: 0.4rem;
}
.plan-wrapper .box-5 .desc {
  height: 1.2rem;
  overflow-y: auto;
  margin-bottom: 0.35rem;
  padding-right: 0.1rem;
}
.plan-wrapper .box-5 .desc::-webkit-scrollbar {
  width: 2px;
  background-color: #eee;
}
.plan-wrapper .box-5 .desc::-webkit-scrollbar-thumb {
  background-color: #21ad42;
}
.plan-wrapper .box-5 .desc li {
  position: relative;
  list-style: none;
  padding-left: 0.18rem;
}
.plan-wrapper .box-5 .desc li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #21ad42;
  position: absolute;
  left: 0;
  top: calc((0.4rem - 6px) / 2);
  z-index: 10;
}
.plan-wrapper .box-5 .swiper-pagination {
  position: static;
  font-size: 0;
  margin-top: 0.64rem;
}
.plan-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  margin: 0 0.12rem;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  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;
}
.plan-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet:link,
.plan-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet:visited,
.plan-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet:active,
.plan-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.plan-wrapper .box-5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.plan-wrapper .feedback-box {
  background-image: url(../img/planbg11.jpg);
  /* input placeholder  */
}
.plan-wrapper .feedback-box .main {
  width: 45.83%;
}
.plan-wrapper .feedback-box .group {
  position: relative;
}
.plan-wrapper .feedback-box .text {
  line-height: 0.54rem;
  height: 0.56rem;
  border: solid 1px #eee;
}
.plan-wrapper .feedback-box .caption {
  position: relative;
  cursor: pointer;
  font-size: var(--fs17);
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.36rem 0 0.24rem;
  line-height: 0.54rem;
  border-radius: 5px;
  background-color: #fff;
  border: solid 1px #eee;
}
.plan-wrapper .feedback-box .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.plan-wrapper .feedback-box .caption:after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 100%;
  background: url(../img/idown2.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  right: 0.2rem;
  top: 0;
  z-index: 10;
}
.plan-wrapper .feedback-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: var(--fs17);
}
.plan-wrapper .feedback-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: var(--fs17);
}
.plan-wrapper .feedback-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: var(--fs17);
}
.plan-wrapper .feedback-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: var(--fs17);
}
.plan-wrapper .feedback-box .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  background: #fff;
  max-height: 2.55rem;
  overflow-y: auto;
  display: none;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
}
.plan-wrapper .feedback-box .list::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.plan-wrapper .feedback-box .list::-webkit-scrollbar-thumb {
  background-color: #21ad42;
}
.plan-wrapper .feedback-box .list a {
  display: block;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.5rem;
  padding: 0 0.24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.plan-wrapper .feedback-box .list a:hover,
.plan-wrapper .feedback-box .list a.on {
  color: #21ad42;
}
.plan-wrapper .feedback-box .list a:last-child {
  border-bottom: none;
}
.msg-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 4.88rem;
  background-color: #fff;
  padding: 0.64rem;
  margin-left: -2.44rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 40;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  display: none;
  /* input placeholder  */
}
.msg-modal .caption {
  font-size: var(--fs30);
  font-weight: 700;
  color: #000;
  line-height: 0.36rem;
  margin-bottom: 0.3rem;
  text-align: center;
}
.msg-modal .form {
  width: 100%;
  position: static;
}
.msg-modal .group {
  margin-bottom: 0.24rem;
}
.msg-modal .text,
.msg-modal .msg {
  width: 100%;
  font-size: var(--fs15);
  border: 1px solid #eee;
  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;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.msg-modal .text:focus,
.msg-modal .msg:focus {
  border-color: #21ad42;
}
.msg-modal ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs15);
}
.msg-modal :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs15);
}
.msg-modal ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs15);
}
.msg-modal :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs15);
}
.msg-modal .text {
  line-height: 0.54rem;
  height: 0.56rem;
}
.msg-modal .msg {
  resize: none;
  height: 0.96rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.msg-modal .submit {
  line-height: 0.56rem;
  background-color: #21ad42;
  color: #fff;
  display: block;
  text-align: center;
  font-size: var(--fs17);
  border-radius: 30px;
  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;
}
.msg-modal .submit:hover {
  background-color: #ff8500;
}
/*分页*/
.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: 100%;
  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: #21ad42;
}
.technology-wrapper {
  padding-bottom: 0!important;
}
.technology-wrapper h3 {
  font-size: var(--fs36);
  font-weight: 700;
  text-align: center;
  line-height: 0.48rem;
  margin-bottom: 0.56rem;
}
.technology-wrapper h4 {
  font-size: var(--fs24);
  color: #000;
  font-weight: 700;
  line-height: 0.36rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.technology-wrapper .box-1 .box-container {
  flex-flow: wrap;
}
.technology-wrapper .box-1 .box-container .page-title-box {
  width: 100%;
}
.technology-wrapper .box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.technology-wrapper .box h3 {
  text-align: left;
  margin-bottom: 0.13rem;
}
.technology-wrapper .box hr {
  border-top: none;
  border-color: #eee;
}
.technology-wrapper .box .info {
  width: 50.13%;
}
.technology-wrapper .box .pic {
  width: 43.3%;
}
.technology-wrapper .box-3 {
  background: url(../img/technologybg3.jpg) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 0.32rem;
}
.technology-wrapper .box-3 .info {
  margin-bottom: 0.48rem;
}
.technology-wrapper .box-3 .info h4 {
  color: #21ad42;
  margin-bottom: 0.16rem;
}
.technology-wrapper .box-3 .info .content {
  text-align: center;
}
.technology-wrapper .box-3 .list {
  margin-bottom: 0.4rem;
}
.technology-wrapper .box-3 .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;
}
.technology-wrapper .box-3 .list li {
  list-style-type: none;
  width: 22.66%;
  background-color: #fff;
  margin-right: 3.12%;
  margin-top: 3.12%;
  border: 1px solid #e5e5e5;
  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;
  padding: 0.52rem 0.52rem 0.52rem 0.4rem;
}
.technology-wrapper .box-3 .list li:hover {
  background-color: #21ad42;
}
.technology-wrapper .box-3 .list li:hover .key,
.technology-wrapper .box-3 .list li:hover .title,
.technology-wrapper .box-3 .list li:hover .desc {
  color: #fff;
}
.technology-wrapper .box-3 .key,
.technology-wrapper .box-3 .title,
.technology-wrapper .box-3 .desc {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.technology-wrapper .box-3 .key {
  font-size: var(--fs30);
  color: #ff8500;
  line-height: 0.3rem;
  font-family: "medium";
}
.technology-wrapper .box-3 .title {
  font-size: var(--fs24);
  color: #222;
  font-weight: 700;
  line-height: 0.36rem;
  margin-top: 0.4rem;
}
.technology-wrapper .box-3 .desc {
  font-size: var(--fs17);
  line-height: 0.3rem;
  margin-top: 0.2rem;
  min-height: 0.9rem;
}
.technology-wrapper .box-5 {
  background: url(../img/technologybg5.jpg) no-repeat center bottom;
  background-size: cover;
}
.technology-wrapper .box-5 .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;
}
.technology-wrapper .box-5 .swiper-box {
  width: 54.17%;
}
.technology-wrapper .box-5 .info-box {
  width: 39.583%;
}
.technology-wrapper .box-5 ul li {
  list-style-type: none;
  margin-bottom: 0.24rem;
  padding: 0.25rem 0.48rem;
  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;
}
.technology-wrapper .box-5 ul li:last-child {
  margin-bottom: 0;
}
.technology-wrapper .box-5 ul li.on,
.technology-wrapper .box-5 ul li:hover {
  background-color: #21ad42;
}
.technology-wrapper .box-5 ul li.on h5,
.technology-wrapper .box-5 ul li:hover h5 {
  color: #fff;
}
.technology-wrapper .box-5 ul li.on h5 b,
.technology-wrapper .box-5 ul li:hover h5 b {
  color: #fff;
}
.technology-wrapper .box-5 h5 {
  font-size: var(--fs18);
  font-weight: 700;
  color: #222;
  height: 0.3rem;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.technology-wrapper .box-5 h5 b {
  font-size: var(--fs30);
  font-weight: 500;
  font-family: "medium";
  color: #ff8500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0.25rem;
  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;
}
.technology-wrapper .box-5 .desc {
  font-size: var(--fs17);
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.22rem;
  display: none;
}
.technology-wrapper .box-5 .swiper-slide.swiper-slide-active img {
  opacity: 1;
  visibility: visible;
}
.technology-wrapper .box-5 .swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.technology-wrapper .box-5 .swiper-slide img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.step-box .title {
  background-color: #21ad42;
  color: #fff;
  text-align: center;
  font-size: var(--fs24);
  letter-spacing: 0.24rem;
  font-weight: 700;
  line-height: 0.72rem;
}
.step-box .title span {
  display: inline-block;
  color: #fff;
  letter-spacing: 0;
  margin-right: 0.7rem;
}
.step-box .title span:last-child {
  margin-right: 0;
}
.step-box ul {
  list-style: none;
}
.step-box .step {
  position: relative;
  z-index: 1;
  margin: 0.4rem auto;
}
.step-box .step 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 */
}
.step-box .step li {
  width: 26.5625%;
  margin-right: 1.5625%;
  cursor: pointer;
}
.step-box .step li:last-child {
  margin-right: 0;
}
.step-box .step 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);
}
.step-box .step li:nth-child(2) {
  position: relative;
  z-index: 1;
  width: 46.875%;
}
.step-box .step li:nth-child(3) {
  width: 23.4375%;
}
.step-box .box {
  margin-bottom: 0.4rem;
  padding: 0.26rem;
  border: 2px dashed #bce6c6;
  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;
  position: relative;
}
.step-box .box:before {
  content: "";
  width: 100%;
  height: 0.59rem;
  position: absolute;
  left: 0;
  top: -0.28rem;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.32rem;
  background-image: url(../img/i-up3.png);
}
.step-box .box h5 {
  text-align: center;
  color: #fff;
  font-size: var(--fs24);
  line-height: 0.56rem;
  background-color: #1bc473;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 0.1rem;
  font-weight: 700;
}
.step-box .box .item {
  width: 23.72%;
  margin-right: 1.706%;
  margin-top: 1.706%;
}
.step-box .box ul {
  list-style: none;
  border: solid 2px #1bc473;
  border-top: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 0.16rem;
}
.step-box .box ul li {
  font-size: 0.17rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.48rem;
  margin-top: 0.16rem;
  width: calc((100% - 0.16rem) / 2);
  background-color: rgba(27, 196, 115, 0.1);
  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;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 0.1rem;
}
.step-box .box ul li:hover {
  background-color: rgba(27, 196, 115, 0.3);
}
.step-box .box ul li:nth-child(-n+2) {
  margin-top: 0;
}
#step {
  display: none;
}
@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);
  }
}
@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;
  }
}
