.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.boxshadow {
  box-shadow: 0px 10px 20px 0px rgba(3, 56, 207, 0.2);
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-container {
  width: 14rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
.container {
  width: 77%;
  margin: 0 auto;
}
.mt {
  margin-top: 1.2rem;
}
.padding {
  padding: 1.2rem 0;
}
.page-box {
  padding: 1.3rem 0;
}
.pt {
  padding-top: 1.2rem;
}
.cn {
  font-family: "思源黑体 CN";
}
.medium {
  font-family: "思源黑体 CN MEDIUM";
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1004px) {
  .nav-icon {
    font-size: 0;
    width: 0.44rem;
    height: 0.44rem;
    position: relative;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 0.2rem;
    z-index: 10;
    border-radius: 2px;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -6px;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 6px;
  }
  .phone-nav {
    width: 100%;
    height: calc(100% - 1.2rem);
    position: fixed;
    right: 0;
    top: 1.2rem;
    background: #fff;
    z-index: 501;
    overflow: auto;
    border-top: 1px solid #f3f3f3;
  }
  .phone-nav ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: max-height 0.8s ease;
    -webkit-transition: max-height 0.8s ease;
    -moz-transition: max-height 0.8s ease;
    -ms-transition: max-height 0.8s ease;
    -o-transition: max-height 0.8s ease;
  }
  .phone-nav ul::-webkit-scrollbar {
    width: 4px;
  }
  .phone-nav ul::-webkit-scrollbar-track {
    background-color: #eaeaea;
  }
  .phone-nav ul::-webkit-scrollbar-thumb {
    background-color: #3eba41;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotateX(180deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: var(--fs20);
    color: #666;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #e4e4e4;
  }
  .phone-nav ul li .cat:before {
    content: "";
    position: absolute;
    z-index: 10;
    width: 0.4rem;
    height: 100%;
    right: 0.3rem;
    top: 0;
    background: url(../img/down2.png) no-repeat center center;
    background-size: 100%;
  }
  .phone-nav ul li .navs {
    background: #f6f7f9;
    width: 100%;
    display: none;
    padding: 0.3rem 0 0.3rem 0.6rem;
  }
  .phone-nav ul li .navs a {
    font-size: var(--fs16);
    display: block;
    color: #abafb6;
    padding-left: 0;
    line-height: 0.6rem;
    padding: 0 0.3rem;
  }
  .phone-nav .lang {
    text-align: right;
    padding: 0.8rem 0.3rem 0;
  }
  .phone-nav .lang a {
    display: inline-block;
    border: 1px solid #666;
    text-align: center;
    padding: 0 0.15rem;
    line-height: 0.6rem;
    font-size: var(--fs18);
    color: #666;
    border-radius: 7px;
    font-family: "思源黑体 CN MEDIUM";
    margin-left: 0.1rem;
  }
  .phone-nav .lang a:first-child {
    margin-left: 0;
  }
}
.border .header-wrapper {
  position: sticky;
  border-bottom: 1px solid #f7f8f9;
  width: 100%;
}
.border .header-wrapper,
.header-wrapper.shadow,
.header-wrapper.on {
  background-color: #fff;
}
.border .header-wrapper .logo-box .init,
.header-wrapper.shadow .logo-box .init,
.header-wrapper.on .logo-box .init {
  display: none;
}
.border .header-wrapper .logo-box .on,
.header-wrapper.shadow .logo-box .on,
.header-wrapper.on .logo-box .on {
  display: block;
}
.border .header-wrapper .pc-nav-box li.on > a:before,
.header-wrapper.shadow .pc-nav-box li.on > a:before,
.header-wrapper.on .pc-nav-box li.on > a:before,
.border .header-wrapper .pc-nav-box li:hover > a:before,
.header-wrapper.shadow .pc-nav-box li:hover > a:before,
.header-wrapper.on .pc-nav-box li:hover > a:before {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.border .header-wrapper .pc-nav-box li > a,
.header-wrapper.shadow .pc-nav-box li > a,
.header-wrapper.on .pc-nav-box li > a {
  color: #333;
}
.border .header-wrapper .lang,
.header-wrapper.shadow .lang,
.header-wrapper.on .lang,
.border .header-wrapper .stock,
.header-wrapper.shadow .stock,
.header-wrapper.on .stock {
  color: #333;
}
.border .header-wrapper .lang .icon,
.header-wrapper.shadow .lang .icon,
.header-wrapper.on .lang .icon {
  background-image: url(../img/lang3.png);
}
.border .header-wrapper .search,
.header-wrapper.shadow .search,
.header-wrapper.on .search {
  background-image: url(../img/search4.png);
}
.header-wrapper {
  position: fixed;
  left: 10%;
  top: 0;
  z-index: 30;
  width: 80%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper.on,
.header-wrapper.shadow {
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.05);
}
.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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0.6rem;
  height: 0.9rem;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 2.13rem;
}
.header-wrapper .logo-box a,
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .logo-box a,
.header-wrapper .logo-box .init {
  display: block;
}
.header-wrapper .logo-box .on {
  display: none;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .search,
.header-wrapper .lang .icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.header-wrapper .search {
  margin-left: 0.32rem;
  background-image: url(../img/search.png);
}
.header-wrapper .search.on {
  background-image: url(../img/search2.png);
}
.header-wrapper .stock {
  font-size: var(--fs16);
  color: #fff;
}
.header-wrapper .lang {
  position: relative;
  margin-left: 0.4rem;
}
.header-wrapper .lang:hover .list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.header-wrapper .lang .icon {
  width: 0.21rem;
  height: 0.21rem;
  background-image: url(../img/lang.png);
}
.header-wrapper .lang .list {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  position: absolute;
  top: 140%;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-top: 2px solid #3eba41;
  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;
  width: 1.4rem;
  left: 50%;
  margin-left: -0.7rem;
  padding: 0.1rem;
  text-align: center;
}
.header-wrapper .lang .list:before,
.header-wrapper .lang .list:after {
  content: "";
  border: 8px solid transparent;
  position: absolute;
  left: 50%;
}
.header-wrapper .lang .list:before {
  top: -16px;
  border-bottom-color: #fff;
  z-index: 2;
  margin-left: -8px;
}
.header-wrapper .lang .list:after {
  top: -21px;
  border-bottom-color: #3eba41;
  z-index: 1;
  border-width: 10px;
  margin-left: -10px;
}
.header-wrapper .lang .list a {
  display: block;
  line-height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--fs16);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-wrapper .lang .list a:hover {
  background-color: #3eba41;
  color: #fff;
}
.pc-nav-box {
  flex: 1;
  margin: 0 1rem;
}
.pc-nav-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pc-nav-box li:hover > a:before,
.pc-nav-box li.on > a:before {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.pc-nav-box li:hover .navs {
  opacity: 1;
  visibility: visible;
  height: 0.5rem;
  animation: fadeIn 0.6s ease;
  z-index: 100;
}
.pc-nav-box li:hover .navs a {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.pc-nav-box li > a {
  position: relative;
  font-size: var(--fs18);
  color: #fff;
  height: 0.9rem;
  line-height: 0.9rem;
}
.pc-nav-box li > a:before {
  content: "";
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background-image: url(../img/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: -0.18rem;
  top: 0.2rem;
  transform: translateX(-0.1rem);
  -webkit-transform: translateX(-0.1rem);
  -moz-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  -o-transform: translateX(-0.1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.pc-nav-box a {
  display: block;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.pc-nav-box .navs {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  text-align: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  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;
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
}
.pc-nav-box .navs a {
  display: inline-block;
  font-size: var(--fs14);
  color: #666;
  line-height: 0.5rem;
  margin-right: 0.5rem;
  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, 100px);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.8s;
}
.pc-nav-box .navs a:last-child {
  margin-right: 0;
}
.pc-nav-box .navs a:hover {
  color: #0338cf;
}
.footer-wrapper .box-container {
  width: 100%;
  padding: 0 0.6rem;
}
.footer-wrapper .main,
.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 .box-1 {
  background-color: #0338cf;
  padding: 0.58rem 0 0.62rem;
}
.footer-wrapper .other {
  width: 26%;
}
.footer-wrapper .other .logo {
  display: block;
  width: 2.72rem;
}
.footer-wrapper .other .logo img {
  width: 100%;
}
.footer-wrapper .contact {
  font-size: var(--fs14);
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.96rem;
}
.footer-wrapper .box-2 .box-container {
  height: 0.8rem;
  align-items: center;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs14);
  color: #474747;
}
.footer-wrapper .copyright {
  line-height: 24px;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #0338cf;
}
.footer-wrapper .icon {
  width: 12.36%;
}
.share {
  margin-top: 0.78rem;
}
.share span,
.share > a {
  display: inline-block;
  opacity: 0.6;
  vertical-align: middle;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.share > a {
  margin-right: 0.22rem;
}
.share > a:hover {
  opacity: 1;
}
.share > a:last-child {
  margin-right: 0;
}
.share > a img {
  height: 24px;
}
.share span {
  font-size: var(--fs14);
  color: #fff;
  line-height: 24px;
}
.share span a {
  font-size: var(--fs14);
}
.share span:hover {
  opacity: 1;
}
.share span img {
  vertical-align: middle;
  height: 15px;
  margin: 0 4px;
}
.footer-nav-box {
  flex: 1;
  margin: 0 0.94rem;
}
.footer-nav-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box li > a {
  font-size: var(--fs18);
  color: #fff;
  display: block;
  position: relative;
  font-weight: 700;
  padding-bottom: 0.1rem;
  margin-bottom: 0.12rem;
}
.footer-nav-box li > a:after {
  content: "";
  width: 0.22rem;
  height: 2px;
  background-color: #3eba41;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.footer-nav-box a {
  display: block;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.footer-nav-box .navs a {
  line-height: 0.3rem;
  font-size: var(--fs16);
  color: #b7bfd0;
  margin-bottom: 0.1rem;
}
.footer-nav-box .navs a:last-child {
  margin-bottom: 0;
}
.footer-nav-box .navs a:hover {
  color: #fff;
}
.link {
  font-size: 0;
}
.link a {
  position: relative;
  margin-right: 0.2rem;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: var(--fs14);
  color: #474747;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.link a:hover {
  color: #0338cf;
}
.link a:last-child {
  margin-right: 0;
}
.sidebar-box {
  display: none;
}
@media screen and (min-width: 1004px) {
  .header-wrapper:hover {
    background-color: #fff;
  }
  .header-wrapper:hover .logo-box .init {
    display: none;
  }
  .header-wrapper:hover .logo-box .on {
    display: block;
  }
  .header-wrapper:hover .pc-nav-box li.on > a,
  .header-wrapper:hover .pc-nav-box li:hover > a {
    color: #3eba41;
  }
  .header-wrapper:hover .pc-nav-box li.on > a:before,
  .header-wrapper:hover .pc-nav-box li:hover > a:before {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .header-wrapper:hover .pc-nav-box li > a {
    color: #333;
  }
  .header-wrapper:hover .lang,
  .header-wrapper:hover .stock {
    color: #333;
  }
  .header-wrapper:hover .lang .icon {
    background-image: url(../img/lang3.png);
  }
  .header-wrapper:hover .search {
    background-image: url(../img/search4.png);
  }
}
@media screen and (max-width: 1600px) {
  .pc-nav-box {
    margin: 0 0.6rem;
  }
}
@media screen and (max-width: 1440px) {
  .header-wrapper .logo-box {
    width: 2rem;
  }
  .footer-wrapper .other .logo {
    width: 2.5rem;
  }
}
@media screen and (max-width: 1004px) {
  .header-wrapper {
    left: 0;
    width: 100%;
    position: sticky;
    background: #fff;
  }
  .header-wrapper .box {
    padding: 0 0.3rem;
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: 30%;
  }
  .header-wrapper .logo-box .init {
    display: none;
  }
  .header-wrapper .logo-box .on {
    display: block;
  }
  .header-wrapper .search {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 0.36rem;
    background-image: url(../img/search2.png);
  }
  .header-wrapper .stock {
    color: #666;
  }
  .header-wrapper .lang {
    display: none;
  }
  .pc-nav-box {
    display: none;
  }
  .footer-wrapper .box-container {
    padding: 0 0.3rem;
  }
  .footer-wrapper .main,
  .footer-wrapper .box-2 .box-container {
    display: block;
  }
  .footer-wrapper .box-1 {
    padding: 0.7rem 0;
  }
  .footer-wrapper .box-2 {
    text-align: center;
    background: #f6f7f9;
  }
  .footer-wrapper .other {
    width: 100%;
  }
  .footer-wrapper .other .logo {
    width: 3.4rem;
    margin-left: auto;
    margin-right: 0;
  }
  .footer-wrapper .contact {
    line-height: 0.48rem;
    font-size: 0.26rem;
    margin-top: 0.4rem;
  }
  .footer-wrapper .box-2 .box-container {
    height: auto;
    padding: 0;
  }
  .footer-wrapper .copyright {
    line-height: 0.46rem;
    padding: 0.52rem 0.3rem;
    border-bottom: 1px solid #e4e4e4;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: 0.26rem;
  }
  .footer-wrapper .icon {
    display: none;
  }
  .share {
    margin-top: 0.2rem;
    position: relative;
    padding-top: 0.54rem;
  }
  .share span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .share > a {
    margin-right: 0.22rem;
  }
  .share > a img {
    height: 0.34rem;
  }
  .share span {
    line-height: 0.4rem;
    opacity: 1;
  }
  .share span img {
    display: none;
  }
  .footer-nav-box {
    display: none;
  }
  .link {
    padding: 0.4rem 0;
  }
  .link a {
    font-size: 0.26rem;
    margin-right: 0.36rem;
    line-height: 0.4rem;
  }
  .sidebar-box {
    display: block;
    width: 1.2rem;
    position: fixed;
    right: 0.2rem;
    bottom: 15%;
    z-index: 20;
    border-radius: 5px;
    overflow: hidden;
  }
  .sidebar-box ul {
    list-style: none;
  }
  .sidebar-box li {
    margin-bottom: 1px;
  }
  .sidebar-box li:last-child {
    margin-bottom: 0;
  }
  .sidebar-box a {
    display: block;
    width: 100%;
    height: 1.2rem;
    text-align: center;
    padding-top: 0.06rem;
    background-color: #0338cf;
  }
  .sidebar-box .gotop {
    display: none;
  }
  .sidebar-box .gotop a {
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/itop.png);
    background-size: 0.6rem;
  }
  .sidebar-box img {
    width: 0.7rem;
  }
  .sidebar-box p {
    font-size: 0.1rem;
    color: #fff;
    margin-top: -4px;
  }
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  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;
  top: 0;
  position: static;
  transform: none;
  width: 0.48rem;
  height: 0.48rem;
  border: solid 2px rgba(255, 255, 255, 0.2);
  background-size: 12px;
  border-radius: 50%;
}
.swiper-btn:hover {
  background-color: #fff;
}
.btn-box {
  font-size: 0;
}
.prev {
  margin-right: 0.24rem;
  background-image: url(../img/iprev2.png);
}
.prev:hover {
  background-image: url(../img/iprev.png);
}
.next {
  background-image: url(../img/inext2.png);
}
.next:hover {
  background-image: url(../img/inext.png);
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0.9rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  /* input placeholder  */
}
.search-form .w960 {
  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: 15px;
  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: #3eba41;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (max-width: 1004px) {
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .w960 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 16px;
  }
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper a > img,
.index-banner-wrapper video {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-banner-wrapper .swiper-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;
}
.page-banner-wrapper h1,
.index-banner-wrapper h2 {
  font-size: 0.52rem;
  color: #fff;
  font-family: "思源黑体 CN MEDIUM";
  line-height: 0.72rem;
  text-align: center;
  position: relative;
}
.page-banner-wrapper h1:after,
.index-banner-wrapper h2:after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(../img/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -0.26rem;
}
.page-banner-wrapper h1 b:after,
.index-banner-wrapper h2 b:after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(../img/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -0.26rem;
}
.page-banner-wrapper {
  position: relative;
  text-align: center;
  z-index: 10;
}
.page-banner-wrapper.black {
  background-color: #000;
}
.page-banner-wrapper.black > img {
  opacity: 0.35;
  height: 100vh;
  object-fit: cover;
}
.page-banner-wrapper > img {
  display: block;
  width: 100%;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.page-banner-wrapper .info2 h1:after {
  display: none;
}
.index-box-1 {
  position: relative;
}
.index-box-1 .info {
  position: absolute;
  left: 0;
  top: 19%;
  z-index: 10;
  width: 100%;
}
.index-box-1 .page-title-box {
  text-align: left;
}
.index-box-1 .page-title-box,
.index-box-1 .content {
  width: 6.5rem;
}
.index-box-1 .content {
  font-size: var(--fs18);
  line-height: 0.36rem;
  margin-bottom: 0.38rem;
  color: #000;
}
.index-box-2 {
  background: #f6f7f9;
  padding-bottom: 1rem;
}
.index-box-2 .top .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.54rem;
}
.index-box-2 .page-title-box {
  text-align: left;
  margin-bottom: 0;
}
.index-box-2 .page-title-box img {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 0.66rem;
  vertical-align: middle;
}
.index-box-2 .learn {
  padding-left: 0.3rem;
  background-image: url(../img/i-eye.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.22rem;
  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;
  color: #999;
  font-size: var(--fs14);
  line-height: 0.3rem;
}
.index-box-2 .learn:hover {
  color: #0338cf;
  background-image: url(../img/i-eye2.png);
}
.index-box-2 .learn:hover i {
  background-image: url(../img/i-right2.png);
}
.index-box-2 .learn i {
  display: inline-block;
  width: 0.16rem;
  height: 0.1rem;
  background-image: url(../img/i-right.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  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;
  margin-left: 0.04rem;
}
.index-box-2 .news-box {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.5rem;
}
.index-box-2 .news-box .container {
  position: relative;
}
.index-box-2 .news-box .swiper-container {
  padding-bottom: 0.2rem;
}
.index-box-2 .news-box .swiper-slide {
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 0.12rem 0.12rem;
}
.index-box-2 .swiper-btn {
  width: 0.24rem;
  height: 0.24rem;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.index-box-2 .prev {
  left: -0.74rem;
  background-image: url(../img/prev.png);
}
.index-box-2 .prev:hover {
  background-image: url(../img/prev2.png);
}
.index-box-2 .next {
  right: -0.74rem;
  background-image: url(../img/next.png);
}
.index-box-2 .next:hover {
  background-image: url(../img/next2.png);
}
.rb-banner .info {
  padding-top: 2.04rem;
}
.rb-banner .category-box {
  margin-top: 0.52rem;
  margin-bottom: 0;
}
.rb-banner .category-box .inner {
  background-color: #0338cf;
}
.rb-banner .category-box .inner a {
  color: #fff;
}
.cate-box {
  position: relative;
  z-index: 10;
  text-align: center;
}
.cate-box:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.cate-box a {
  position: relative;
  display: inline-block;
  font-size: var(--fs18);
  line-height: 0.96rem;
  margin-right: 1.12rem;
  padding: 0 0.42rem;
}
.cate-box a:last-child {
  margin-right: 0;
}
.cate-box a.on,
.cate-box a:hover {
  color: #0338cf;
}
.cate-box a.on:before,
.cate-box a:hover:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.cate-box a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0338cf;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
@media screen and (min-width: 1024px) {
  body {
    max-width: 80%;
    min-height: 100vh;
    margin: 0 auto;
    background: #fff;
  }
  .index-banner-wrapper .swiper-slide img {
    height: 100vh;
    object-fit: cover;
  }
  .page-nav-wrapper {
    position: sticky;
    top: 0.89rem;
    z-index: 20;
    background-color: #fff;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .page-nav-wrapper.on .nav > a {
    line-height: 0.6rem;
    font-size: var(--fs16);
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 0;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    display: inline-block;
    font-size: var(--fs18);
    line-height: 0.96rem;
    margin-right: 0.9rem;
    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;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #0338cf;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #0338cf;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
  }
}
@media screen and (max-width: 1600px) {
  .cate-box a,
  .page-nav-wrapper .nav > a {
    margin-right: 0.8rem;
    line-height: 0.84rem;
  }
  .index-banner-wrapper h2,
  .page-banner-wrapper h1 {
    font-size: 0.48rem;
  }
  .index-box-1 .info {
    top: 17%;
  }
}
@media screen and (max-width: 1440px) {
  .cate-box a,
  .page-nav-wrapper .nav > a {
    margin-right: 0.7rem;
    line-height: 0.8rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    width: 100%;
    z-index: 20;
    background: #f4f4f4;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #3eba41;
    color: #fff;
    font-size: 0.26rem;
  }
  .page-nav-wrapper .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-wrapper .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.84rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-wrapper .nav a:first-child {
    border-top: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background: none;
  }
  .page-nav-wrapper .nav > a:after {
    display: none;
  }
  .rb-banner .info {
    padding-top: 0;
  }
  .rb-banner .category-box {
    margin-top: 0.3rem;
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper a > img {
    height: auto;
  }
  .index-banner-wrapper video {
    display: none;
  }
  .index-banner-wrapper h2,
  .page-banner-wrapper h1 {
    font-size: var(--fs24);
    line-height: 0.7rem;
  }
  .index-banner-wrapper h2:after,
  .page-banner-wrapper h1:after {
    top: -0.16rem;
    width: 0.44rem;
    height: 0.44rem;
  }
  .index-banner-wrapper h2 b:after,
  .page-banner-wrapper h1 b:after {
    top: -0.16rem;
    width: 0.44rem;
    height: 0.44rem;
  }
  .page-banner-wrapper.black > img {
    height: auto;
  }
  .cate-box a {
    font-size: var(--fs14);
    line-height: 1rem;
    margin-right: 0.3rem;
    padding: 0;
  }
  .index-box-1 .info {
    top: 10%;
  }
  .index-box-1 .page-title-box {
    margin-bottom: 0.4rem;
  }
  .index-box-1 .page-title-box,
  .index-box-1 .content {
    width: 100%;
  }
  .index-box-1 .content {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .index-box-2 .top .container {
    margin-bottom: 0.64rem;
  }
  .index-box-2 .page-title-box img {
    display: none;
  }
  .index-box-2 .learn {
    line-height: 0.48rem;
    background: none;
    padding-left: 0;
  }
  .index-box-2 .learn:hover {
    background: none;
  }
  .index-box-2 .learn i {
    width: 0.32rem;
    height: 0.2rem;
    margin-left: 0.12rem;
  }
  .index-box-2 .news-box {
    border-top: none;
    padding-top: 0;
  }
  .index-box-2 .news-box .swiper-container,
  .index-box-2 .news-box .swiper-wrapper {
    overflow: inherit;
  }
  .index-box-2 .news-box .swiper-container {
    padding-bottom: 0;
  }
  .index-box-2 .news-box .swiper-slide {
    border-radius: 0px 0px 0.12rem 0.12rem;
  }
  .index-box-2 .news-box .pic img {
    height: auto;
  }
  .index-box-2 .news-box .info,
  .index-box-2 .news-box .time {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .index-box-2 .news-box .info {
    padding-top: 0.3rem;
    padding-bottom: 0.48rem;
  }
  .index-box-2 .news-box .time {
    margin-top: 0.2rem;
  }
  .index-box-2 .swiper-btn {
    display: none;
  }
  .index-box-2 .swiper-slide {
    margin-bottom: 0.3rem;
  }
  .index-box-2 .swiper-slide:last-child {
    margin-bottom: 0;
  }
  .index-box-2 .swiper-wrapper {
    flex-flow: wrap;
  }
}
.imore {
  display: block;
  width: 0.48rem;
  height: 0.32rem;
  background-image: url(../img/imore.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.imore:hover {
  background-image: url(../img/imore_on.png);
}
.page-title-box {
  text-align: center;
  margin-bottom: 0.54rem;
}
.page-title-box.left {
  text-align: left;
}
.page-title-box.phone {
  display: none;
}
.page-title-box.white .brief,
.page-title-box.white h2 {
  color: #fff;
}
.page-title-box h2 {
  display: inline-block;
  font-family: "思源黑体 CN MEDIUM";
  font-size: var(--fs40);
  color: #000;
  line-height: 0.48rem;
}
.page-title-box h2:after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../img/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: -0.26rem;
}
.page-title-box .brief {
  font-size: var(--fs18);
  margin-top: 0.3rem;
  line-height: 0.3rem;
}
.message-box {
  padding: 0.5rem 0;
}
.message-box h3 {
  text-align: center;
  font-size: var(--fs36);
  color: #000;
  line-height: 0.48rem;
  font-family: "思源黑体 CN MEDIUM";
  margin-bottom: 0.4rem;
}
.message-box h3:after {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  background-image: url(../img/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: -0.16rem;
}
.message-box h3 img {
  display: inline-block;
  vertical-align: middle;
  width: 0.74rem;
  margin-right: 0.26rem;
}
.message-box .form {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.message-box .left {
  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;
  width: 52.54%;
}
.message-box .left .group {
  width: 47.09%;
  margin-top: 0.22rem;
  margin-right: 2.91%;
}
.message-box .left .group:nth-child(-n+2) {
  margin-top: 0;
}
.message-box .left .text {
  height: 40px;
}
.message-box .right {
  width: 47.46%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}
.message-box .right .group {
  width: 65.83%;
}
.message-box label {
  display: block;
  font-size: var(--fs16);
  color: #000;
  line-height: 0.3rem;
  margin-bottom: 0.12rem;
}
.message-box label i {
  color: #f00;
  margin-left: 0.04rem;
}
.message-box label img {
  vertical-align: middle;
  width: 0.28rem;
  margin-right: 0.12rem;
}
.message-box .text,
.message-box .msg {
  width: 100%;
  background-color: #f6f7f9;
  border-radius: 0.1rem;
  font-size: var(--fs16);
  color: #000;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.message-box .msg {
  height: 1.46rem;
  resize: none;
  line-height: 0.3rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.message-box .submit {
  display: block;
  min-width: 1.22rem;
  line-height: 0.5rem;
  color: #666;
  text-align: center;
  padding: 0 0.2rem;
  font-size: var(--fs18);
  border-radius: 0.3rem;
  background-color: transparent;
  border-color: #0338cf;
  border: 1px solid #0338cf;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
}
.message-box .submit:hover {
  box-shadow: 0px 10px 20px 0px rgba(3, 56, 207, 0.2);
  background-color: #0338cf;
  color: #fff;
}
.message-box .submit:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../img/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: -6px;
}
.cat-box {
  position: relative;
  text-align: center;
}
.cat-box:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.cat-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 */
}
.cat-box a {
  position: relative;
  flex: 1;
  text-align: center;
  padding-bottom: 0.34rem;
  z-index: 10;
}
.cat-box a.on .icon,
.cat-box a:hover .icon {
  background-color: #3eba41;
}
.cat-box a.on p,
.cat-box a:hover p {
  color: #000;
}
.cat-box a.on:after,
.cat-box a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.cat-box a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #3eba41;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.cat-box .icon {
  width: 0.8rem;
  height: 0.8rem;
  background-color: #0338cf;
  margin: 0 auto;
  border-radius: 50%;
  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;
}
.cat-box .icon img {
  display: block;
  width: 100%;
}
.cat-box p {
  font-size: var(--fs18);
  color: #999;
  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;
  margin-top: 0.34rem;
}
.category-box {
  text-align: center;
  margin-bottom: 0.64rem;
}
.category-box .inner {
  display: inline-block;
  background-color: #fff;
  border-radius: 28px;
  font-size: 0;
}
.category-box a {
  display: inline-block;
  font-size: var(--fs18);
  color: #000;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  min-width: 2rem;
  padding: 0 0.2rem;
  line-height: 0.56rem;
  border-radius: 28px;
}
.category-box a.on {
  background-color: #3eba41;
  color: #fff;
}
.category-box a.on:hover {
  color: #fff;
}
.join-wrapper {
  padding-bottom: 0!important;
}
.join-wrapper .detail {
  margin-top: 0.64rem;
}
.join-wrapper .detail-swiper {
  box-shadow: 0px 5px 35px 0px rgba(14, 41, 86, 0.08);
}
.join-wrapper .detail-swiper .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.join-wrapper .detail-swiper .swiper-slide-active h3,
.join-wrapper .detail-swiper .swiper-slide-active .content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.join-wrapper .detail-swiper .info {
  width: 58.135%;
  padding: 0.8rem 0.4rem 0 0.78rem;
}
.join-wrapper .detail-swiper .pic {
  width: 41.865%;
}
.join-wrapper .detail-swiper h3,
.join-wrapper .detail-swiper .content {
  padding-right: 0.38rem;
  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.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;
}
.join-wrapper .detail-swiper h3 {
  font-size: var(--fs36);
  color: #000;
  font-family: "思源黑体 CN MEDIUM";
  line-height: 0.48rem;
  margin-bottom: 0.3rem;
  transition-delay: 0.15s;
}
.join-wrapper .detail-swiper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.36rem;
  transition-delay: 0.3s;
  overflow-y: auto;
  max-height: 3.24rem;
}
.join-wrapper .detail-swiper .content::-webkit-scrollbar {
  width: 2px;
  background-color: #eee;
}
.join-wrapper .detail-swiper .content::-webkit-scrollbar-thumb {
  background-color: #0338cf;
}
.join-wrapper .box-2 {
  background-color: #f6f7f9;
}
.join-wrapper .list {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.join-wrapper .item {
  cursor: pointer;
  width: 31.02%;
  background-color: #fff;
  margin-right: 3.47%;
  margin-top: 0.48rem;
  padding: 0.6rem 0.4rem 0.64rem;
  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;
}
.join-wrapper .item:nth-child(-n+3) {
  margin-top: 0;
}
.join-wrapper .item:nth-child(3n) {
  margin-right: 0;
}
.join-wrapper .item:hover,
.join-wrapper .item.on {
  background: #0338cf;
}
.join-wrapper .item:hover .name,
.join-wrapper .item.on .name,
.join-wrapper .item:hover .brief,
.join-wrapper .item.on .brief {
  color: #fff;
}
.join-wrapper .item:hover .name,
.join-wrapper .item.on .name {
  background-image: url(../img/iuser_on.png);
}
.join-wrapper .item:hover .line,
.join-wrapper .item.on .line {
  background-color: #fff;
}
.join-wrapper .item:hover .imore,
.join-wrapper .item.on .imore {
  background-image: url(../img/imore_on.png);
}
.join-wrapper .item .content {
  display: none;
}
.join-wrapper .item .name {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.36rem;
  font-family: "思源黑体 CN MEDIUM";
  padding-left: 0.36rem;
  background-position: left top 2px;
  background-repeat: no-repeat;
  background-size: 0.24rem;
  background-image: url(../img/iuser.png);
  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;
  margin-bottom: 0.18rem;
}
.join-wrapper .item .line {
  width: 0.2rem;
  height: 3px;
  background-color: #bbb;
  opacity: 0.6;
  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;
}
.join-wrapper .item .brief {
  font-size: var(--fs16);
  line-height: 0.36rem;
  margin: 0.3rem auto 0.34rem;
  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;
}
.join-wrapper .item .brief span {
  display: block;
}
.mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
}
.job-modal-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  display: none;
}
.job-modal-box .main {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  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;
}
.job-modal-box .inner {
  position: relative;
  width: 12rem;
  background: #fff;
  margin: 0 auto;
  padding: 0.8rem 0 0.62rem 1rem;
}
.job-modal-box .close {
  position: absolute;
  right: 1rem;
  top: 0;
  z-index: 10;
  width: 30px;
  height: 30px;
  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;
}
.job-modal-box .close:hover {
  transform: rotate(-90deg);
}
.job-modal-box .top {
  position: relative;
}
.job-modal-box .top,
.job-modal-box .detail {
  padding-right: 1rem;
}
.job-modal-box .name {
  font-size: var(--fs30);
  font-family: "思源黑体 CN MEDIUM";
  line-height: 0.48rem;
  margin-bottom: 0.15rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 40px;
  background-image: url(../img/iuser.png);
  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;
}
.job-modal-box .brief {
  font-size: 0;
  padding-bottom: 34px;
  border-bottom: 1px solid #e6e6e6;
}
.job-modal-box .brief span {
  position: relative;
  font-size: var(--fs16);
  line-height: 0.36rem;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.34rem;
}
.job-modal-box .brief span:last-child {
  margin-right: 0;
}
.job-modal-box .detail {
  max-height: 60vh;
  overflow-y: auto;
  margin-top: 0.46rem;
}
.job-modal-box .detail::-webkit-scrollbar {
  width: 4px;
}
.job-modal-box .detail::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.job-modal-box .detail::-webkit-scrollbar-thumb {
  background-color: #3eba41;
}
.job-modal-box .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
  margin-bottom: 0.34rem;
}
.job-modal-box .caption {
  font-size: var(--fs20);
  font-family: "思源黑体 CN MEDIUM";
  line-height: 0.36rem;
  margin-bottom: 0.02rem;
}
.investor-wrapper {
  padding-bottom: 0!important;
}
.investor-wrapper .list ul {
  list-style: none;
}
.investor-wrapper .list li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  margin-bottom: 0.24rem;
  height: 1.04rem;
  border: solid 1px #eee;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding-right: 0.48rem;
}
.investor-wrapper .list li:last-child {
  margin-bottom: 0;
}
.investor-wrapper .list li:hover {
  background-color: #0338cf;
}
.investor-wrapper .list li:hover .time,
.investor-wrapper .list li:hover .title {
  color: #fff;
}
.investor-wrapper .list li:hover .download {
  background-image: url(../img/pdf_on.png);
}
.investor-wrapper .list .time {
  font-size: var(--fs20);
  color: #0338cf;
  font-weight: 700;
  width: 2rem;
  text-align: center;
  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;
}
.investor-wrapper .list .title {
  font-size: var(--fs20);
  font-family: "思源黑体 CN MEDIUM";
  line-height: 0.3rem;
  height: 0.3rem;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.investor-wrapper .list .download {
  width: 0.3rem;
  height: 0.42rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/pdf.png);
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.investor-wrapper .box-2 {
  position: relative;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.investor-wrapper .box-2 .pic img {
  opacity: 0;
  visibility: hidden;
  height: 7.6rem;
}
.investor-wrapper .box-2 .info {
  position: absolute;
  left: 0;
  top: 1.3rem;
  z-index: 10;
  width: 100%;
}
.investor-wrapper .contact,
.investor-wrapper .contact a {
  font-size: var(--fs18);
}
.investor-wrapper .contact {
  color: #fff;
  line-height: 0.36rem;
}
.index-more {
  display: inline-block;
  text-align: center;
  min-width: 2rem;
  height: 0.56rem;
  line-height: 0.54rem;
  background-color: #0338cf;
  border-radius: 28px;
  font-size: var(--fs18);
  border: solid 1px #eee;
  color: #666;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  padding: 0 0.2rem;
  position: relative;
}
.index-more:after {
  content: "";
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background-image: url(../img/icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  left: -0.02rem;
  top: -0.09rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-more.on,
.index-more:hover {
  color: #fff;
  background-color: #0338cf;
  border-color: #0338cf;
}
.index-more.on:hover {
  box-shadow: 0px 10px 20px 0px rgba(3, 56, 207, 0.2);
}
.index-more.empty {
  background-color: transparent;
  border-color: #0338cf;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
}
.index-more.empty:hover {
  color: #fff;
  background-color: #0338cf;
}
.newsinfo-wrapper .top {
  padding: 0.9rem 0 0.5rem;
  background-color: #0338cf;
}
.newsinfo-wrapper .top h1 {
  color: #fff;
  line-height: 0.6rem;
  font-size: 0.46rem;
  font-family: "思源黑体 CN MEDIUM";
}
.newsinfo-wrapper .top .other {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.32rem;
  align-items: center;
}
.newsinfo-wrapper .top .other ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style-type: none;
}
.newsinfo-wrapper .top .other li {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.3rem;
  margin-right: 0.4rem;
}
.newsinfo-wrapper .top .other li:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .top .other li img {
  display: inline-block;
  height: 0.18rem;
  margin-right: 0.12rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.newsinfo-wrapper .share {
  margin-top: 0;
}
.newsinfo-wrapper .main {
  margin-top: 0.69rem;
}
.newsinfo-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.newsinfo-wrapper .relative-box {
  margin-top: 0.52rem;
  padding-top: 0.3rem;
  border-top: 1px solid #eee;
  padding-right: 3rem;
  position: relative;
}
.newsinfo-wrapper .relative-box p {
  line-height: 0.36rem;
  margin-bottom: 0.05rem;
  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 */
}
.newsinfo-wrapper .relative-box p:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .relative-box p:hover a {
  color: #0338cf;
}
.newsinfo-wrapper .relative-box p span,
.newsinfo-wrapper .relative-box p a {
  font-size: var(--fs16);
}
.newsinfo-wrapper .relative-box p span {
  color: #999;
}
.newsinfo-wrapper .relative-box p a {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 90%;
}
.newsinfo-wrapper .index-more {
  position: absolute;
  right: 0;
  bottom: 0.1rem;
  z-index: 10;
}
.contact-box {
  background: url(../img/newsinfobg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 0.56rem 0.65rem;
  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.94rem;
}
.contact-box .info {
  padding-top: 0.35rem;
  flex: 1;
  margin-right: 1rem;
}
.contact-box .desc {
  font-size: var(--fs16);
  color: #fff;
}
.contact-box .page-title-box {
  margin-bottom: 0.4rem;
}
.contact-box .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 */
  list-style: none;
}
.contact-box .qrcode li {
  width: 1.6rem;
  margin-right: 0.48rem;
  background-color: #fff;
  padding: 0.17rem 0.17rem 0.1rem;
  text-align: center;
}
.contact-box .qrcode li:last-child {
  margin-right: 0;
}
.contact-box .qrcode figcaption {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.08rem;
}
.video-box {
  position: relative;
  overflow: hidden;
}
.video-box:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-box.on .pic {
  opacity: 0;
  visibility: hidden;
}
.video-box.on .video {
  opacity: 1;
  visibility: visible;
}
.video-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  cursor: pointer;
  z-index: 10;
}
.video-box .play:before,
.video-box .play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
}
.video-box .play:before {
  animation: iconScale2 2.4s linear infinite;
}
.video-box .play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.video-box .play i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.video-box .pic {
  position: relative;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.video-box .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-box video {
  width: 100%;
}
.video-box .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.video-box .video video {
  display: block;
  margin: 0 auto;
}
.video-box iframe {
  display: block;
  width: 100%;
  height: 6rem;
}
@keyframes iconScale2 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
.video-wrapper {
  padding-bottom: 0!important;
}
.video-wrapper .category-box .inner {
  background-color: #f6f7f9;
}
.video-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style-type: none;
}
.video-wrapper .list ul li {
  position: relative;
  cursor: pointer;
  width: 31.02%;
  margin-top: 3.47%;
  margin-right: 3.47%;
  font-size: 0;
}
.video-wrapper .list ul li:nth-child(-n+3) {
  margin-top: 0;
}
.video-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.video-wrapper .list ul li:hover p {
  color: #0338cf;
}
.video-wrapper .list .pic img,
.video-wrapper .list iframe {
  height: 2.32rem;
  object-fit: cover;
}
.video-wrapper .list iframe {
  width: 100%;
}
.video-wrapper .list p {
  font-size: var(--fs20);
  font-family: "思源黑体 CN MEDIUM";
  height: 0.76rem;
  line-height: 0.76rem;
  text-align: center;
  padding: 0 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  background: #f6f7f9;
  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;
}
.video-wrapper .video-box .pic:before {
  display: none;
}
.album-wrapper {
  padding-bottom: 0!important;
}
.album-wrapper .category-box .inner {
  background-color: #f6f7f9;
}
.album-wrapper .list ul {
  list-style: none;
}
.album-wrapper .list li {
  margin-bottom: 0.24rem;
  border: solid 1px #eee;
  padding: 0 0.48rem;
  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;
}
.album-wrapper .list li:last-child {
  margin-bottom: 0;
}
.album-wrapper .list li:hover {
  background-color: #0338cf;
}
.album-wrapper .list li:hover h4 {
  color: #fff;
  background-image: url(../img/i_pdf2.png);
}
.album-wrapper .list li:hover .icon {
  background-image: url(../img/download2.png);
}
.album-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  height: 1.04rem;
  align-items: center;
}
.album-wrapper .list h4 {
  font-size: var(--fs18);
  font-family: "思源黑体 CN MEDIUM";
  line-height: 0.36rem;
  height: 0.36rem;
  flex: 1;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 0.56rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  background-image: url(../img/i_pdf.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.3rem;
}
.album-wrapper .list .icon {
  width: 0.24rem;
  height: 0.24rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/download.png);
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.news-wrapper {
  background-color: #f6f7f9;
}
.news-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.news-box li,
.news-box .swiper-slide {
  width: 31.02%;
  margin-right: 3.47%;
}
.news-box li:nth-child(-n+3),
.news-box .swiper-slide:nth-child(-n+3) {
  margin-top: 0;
}
.news-box li:last-child,
.news-box .swiper-slide:last-child {
  margin-right: 0;
}
.news-box li:hover,
.news-box .swiper-slide:hover {
  background-color: #0338cf;
}
.news-box li:hover .pic img,
.news-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-box li:hover .info,
.news-box .swiper-slide:hover .info {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.news-box li:hover .time,
.news-box .swiper-slide:hover .time,
.news-box li:hover h4,
.news-box .swiper-slide:hover h4 {
  color: #fff;
}
.news-box li:hover .imore,
.news-box .swiper-slide:hover .imore {
  background-image: url(../img/imore_on.png);
}
.news-box li {
  margin-top: 3.47%;
  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;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0px 0px 12px 12px;
}
.news-box li:nth-child(3n) {
  margin-right: 0;
}
.news-box .pic img {
  height: 3.2rem;
  object-fit: cover;
}
.news-box .time,
.news-box .info {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.news-box .time {
  font-size: var(--fs16);
  color: #0338cf;
  line-height: 0.48rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.news-box .info {
  padding-top: 0.15rem;
  padding-bottom: 0.32rem;
  border-top: 2px solid #ededed;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.news-box h4 {
  font-size: var(--fs20);
  color: #000;
  line-height: 0.36rem;
  height: 0.72rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  margin-bottom: 0.23rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.research-wrapper {
  padding-bottom: 0!important;
}
.research-wrapper .page-title-box .brief {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.research-wrapper .page-title-box .brief b {
  font-size: var(--fs20);
  font-weight: 500;
  font-family: "思源黑体 CN MEDIUM";
}
.research-wrapper .box-1 {
  overflow: hidden;
  background: url(../img/researchbg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.research-wrapper .box-1 .container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.research-wrapper .box-1 .page-title-box {
  text-align: left;
}
.research-wrapper .box-1 .page-title-box .brief {
  font-size: var(--fs18);
}
.research-wrapper .box-1 ul {
  list-style: none;
}
.research-wrapper .box-1 .left {
  width: 41.94%;
}
.research-wrapper .box-1 .left 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;
  height: 0.8rem;
  font-size: var(--fs18);
  line-height: 0.3rem;
  border-bottom: 1px solid #dcdcdc;
}
.research-wrapper .box-1 .left .num {
  width: 1.36rem;
  font-family: "思源黑体 CN MEDIUM";
  font-size: var(--fs30);
  color: #0338cf;
}
.research-wrapper .box-1 .left .num span,
.research-wrapper .box-1 .left .num i {
  display: inline-block;
}
.research-wrapper .box-1 .left p {
  flex: 1;
}
.research-wrapper .box-1 .right {
  position: relative;
  width: 5.26rem;
  height: 5.26rem;
  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;
}
.research-wrapper .box-1 .right.animated > img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.research-wrapper .box-1 .right.animated:after {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}
.research-wrapper .box-1 .right:after {
  content: "";
  background: url(../img/researchbg.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  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: rotate(20deg);
  transition-delay: 0.2s;
}
.research-wrapper .box-1 .right > img {
  display: block;
  width: 27%;
  margin: 0 auto;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  opacity: 0;
  visibility: hidden;
  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;
}
.research-wrapper .box-1 .inner {
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 10;
}
.research-wrapper .box-1 .inner ul {
  position: relative;
  z-index: 10;
  height: 100%;
}
.research-wrapper .box-1 .inner:nth-child(2) {
  top: 0;
}
.research-wrapper .box-1 .inner:nth-child(2) h3 {
  color: #000;
  left: 7%;
  bottom: -12%;
}
.research-wrapper .box-1 .inner:nth-child(2) li {
  color: #333;
}
.research-wrapper .box-1 .inner:nth-child(2) li:first-child {
  left: 12%;
  bottom: 32%;
}
.research-wrapper .box-1 .inner:nth-child(2) li:nth-child(2) {
  left: 30%;
  top: 23%;
}
.research-wrapper .box-1 .inner:nth-child(2) li:nth-child(3) {
  right: 35%;
  top: 21%;
}
.research-wrapper .box-1 .inner:nth-child(2) li:nth-child(4) {
  right: 15%;
  top: 45%;
}
.research-wrapper .box-1 .inner:last-child {
  bottom: 0;
}
.research-wrapper .box-1 .inner:last-child li:first-child {
  left: 17%;
  top: 41%;
}
.research-wrapper .box-1 .inner:last-child li:nth-child(2) {
  left: 36%;
  bottom: 19%;
}
.research-wrapper .box-1 .inner:last-child li:nth-child(3) {
  right: 29%;
  bottom: 24%;
}
.research-wrapper .box-1 .inner:last-child li:nth-child(4) {
  right: 10%;
  top: 33%;
}
.research-wrapper .box-1 .inner:last-child h3 {
  right: 7%;
  top: -12%;
}
.research-wrapper .box-1 .inner h3 {
  font-size: var(--fs28);
  line-height: 0.32rem;
  color: #fff;
  font-family: "思源黑体 CN MEDIUM";
  position: absolute;
}
.research-wrapper .box-1 .inner ul {
  width: 100%;
}
.research-wrapper .box-1 .inner li {
  position: absolute;
  z-index: 10;
  font-size: var(--fs16);
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.research-wrapper .box-2 .page-title-box .brief {
  font-size: var(--fs18);
}
.research-wrapper .box-2 .main {
  position: relative;
  width: 7.99rem;
  height: 8.35rem;
  margin: 0 auto;
  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;
}
.research-wrapper .box-2 .main.animated:before {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}
.research-wrapper .box-2 .main.animated .circle-box:before {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}
.research-wrapper .box-2 .main:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/circle2.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transform: rotate(15deg);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition-delay: 1.2s;
}
.research-wrapper .box-2 .main > ul > li {
  position: absolute;
  text-align: center;
  z-index: 10;
}
.research-wrapper .box-2 .main > ul > li:first-child {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: 0;
}
.research-wrapper .box-2 .main > ul > li:nth-child(2),
.research-wrapper .box-2 .main > ul > li:nth-child(10) {
  top: 0.75rem;
}
.research-wrapper .box-2 .main > ul > li:nth-child(2) {
  right: 1.42rem;
}
.research-wrapper .box-2 .main > ul > li:nth-child(10) {
  left: 1.42rem;
}
.research-wrapper .box-2 .main > ul > li:nth-child(3),
.research-wrapper .box-2 .main > ul > li:nth-child(9) {
  top: 2.64rem;
}
.research-wrapper .box-2 .main > ul > li:nth-child(3) {
  right: 1px;
}
.research-wrapper .box-2 .main > ul > li:nth-child(9) {
  left: 1px;
}
.research-wrapper .box-2 .main > ul > li:nth-child(4),
.research-wrapper .box-2 .main > ul > li:nth-child(8) {
  top: 5.03rem;
}
.research-wrapper .box-2 .main > ul > li:nth-child(4) {
  right: 0;
}
.research-wrapper .box-2 .main > ul > li:nth-child(8) {
  left: 0;
}
.research-wrapper .box-2 .main > ul > li:nth-child(5),
.research-wrapper .box-2 .main > ul > li:nth-child(7) {
  bottom: 0.18rem;
}
.research-wrapper .box-2 .main > ul > li:nth-child(5) {
  right: 1.35rem;
}
.research-wrapper .box-2 .main > ul > li:nth-child(7) {
  left: 1.35rem;
}
.research-wrapper .box-2 .main > ul > li:nth-child(6) {
  bottom: -0.56rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.research-wrapper .box-2 .main > ul > li p {
  font-size: var(--fs16);
  line-height: 24px;
  margin-top: 0.06rem;
}
.research-wrapper .box-2 .main > ul > li .icon {
  position: relative;
  width: 0.68rem;
  height: 0.68rem;
  margin: 0 auto;
}
.research-wrapper .box-2 .main > ul > li .icon img {
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.research-wrapper .box-2 ul {
  list-style: none;
}
.research-wrapper .box-2 .circle-box li:hover:before,
.research-wrapper .box-2 .main > ul > li .icon:hover:before {
  animation: iconScale2 2.4s linear infinite;
}
.research-wrapper .box-2 .circle-box li:hover:after,
.research-wrapper .box-2 .main > ul > li .icon:hover:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.research-wrapper .box-2 .circle-box li:hover img,
.research-wrapper .box-2 .main > ul > li .icon:hover img {
  transform: rotateY(180deg);
}
.research-wrapper .box-2 .circle-box li:before,
.research-wrapper .box-2 .main > ul > li .icon:before,
.research-wrapper .box-2 .circle-box li:after,
.research-wrapper .box-2 .main > ul > li .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(3, 56, 207, 0.1);
  border-radius: 50%;
  opacity: 0;
}
.research-wrapper .box-2 .circle-box {
  width: 4.9rem;
  height: 4.9rem;
  background-color: #f6f7f9;
  border-radius: 50%;
  margin: 0 auto;
  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;
  top: 4%;
  align-items: center;
}
.research-wrapper .box-2 .circle-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: url(../img/circle.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transform: rotate(15deg);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.research-wrapper .box-2 .circle-box li {
  position: absolute;
  z-index: 10;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  text-align: center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}
.research-wrapper .box-2 .circle-box li .inner {
  width: 100%;
  border-radius: 50%;
}
.research-wrapper .box-2 .circle-box li:first-child {
  top: 0.18rem;
  left: 50%;
  margin-left: -0.55rem;
}
.research-wrapper .box-2 .circle-box li:nth-child(2) {
  left: 0.44rem;
  bottom: 1.06rem;
}
.research-wrapper .box-2 .circle-box li:nth-child(3) {
  right: 0.44rem;
  bottom: 1.06rem;
}
.research-wrapper .box-2 .circle-box li img,
.research-wrapper .box-2 .circle-box li p {
  position: relative;
  z-index: 2;
}
.research-wrapper .box-2 .circle-box li img {
  height: 0.48rem;
  display: block;
  margin: 0 auto;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.research-wrapper .box-2 .circle-box li p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-top: 0.05rem;
}
.research-wrapper .box-2 .circle-box h3 {
  width: 35.16%;
  height: 35.16%;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background-color: #0338cf;
  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;
  font-size: var(--fs30);
  font-family: "思源黑体 CN MEDIUM";
  margin: 0 auto;
}
.research-wrapper .box-2 .circle-box h3 span {
  width: 100%;
}
.research-wrapper .box-3 {
  margin-top: 0.48rem;
  background-color: #f6f7f9;
}
.research-wrapper .box-3 ul {
  list-style: none;
}
.research-wrapper .box-3 .brand {
  text-align: center;
}
.research-wrapper .box-3 .brand li {
  display: inline-block;
  margin-right: 0.98rem;
}
.research-wrapper .box-3 .brand li:last-child {
  margin-right: 0;
}
.research-wrapper .box-3 .brand .pic img {
  width: auto;
  height: 0.52rem;
}
.research-wrapper .box-3 .list {
  margin-top: 0.74rem;
}
.research-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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.research-wrapper .box-3 .list li {
  width: 48.3%;
  margin-top: 3.4%;
  padding: 0.58rem 0.4rem 0.56rem;
  background-color: #fff;
}
.research-wrapper .box-3 .list li:nth-child(-n+2) {
  margin-top: 0;
}
.research-wrapper .box-3 .list li:hover .icon {
  transform: rotateY(180deg);
}
.research-wrapper .box-3 .list .info {
  position: relative;
  padding-left: 1.2rem;
}
.research-wrapper .box-3 .list .icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0.8rem;
  display: block;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.research-wrapper .box-3 .list h4 {
  font-size: var(--fs24);
  font-weight: 700;
  line-height: 0.36rem;
  margin-bottom: 0.18rem;
}
.research-wrapper .box-3 .list p {
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #666;
}
.research-wrapper .box-3 .list p b {
  font-family: "思源黑体 CN MEDIUM";
  color: #333;
  font-weight: 500;
}
.research-wrapper .box-3 .list p i {
  position: relative;
  vertical-align: middle;
  top: -4px;
}
.research-wrapper .box-4 {
  overflow: hidden;
}
.research-wrapper .box-4 .swiper-container {
  margin-bottom: 8px;
}
.research-wrapper .box-4 .swiper-container:last-child {
  margin-bottom: 0;
}
.research-wrapper .box-4 .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);
}
.charging-wrapper {
  padding-bottom: 0!important;
}
.charging-wrapper ul {
  list-style: none;
}
.charging-wrapper .box-1 h3 {
  font-size: var(--fs30);
  color: #000;
  line-height: 0.48rem;
  text-align: center;
  margin-bottom: 0.3rem;
  font-family: "思源黑体 CN MEDIUM";
}
.charging-wrapper .box-1 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.charging-wrapper .box-1 li {
  width: 18.3%;
  margin-right: 2.125%;
  margin-top: 2.125%;
  background-color: #f6f7f9;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  text-align: center;
  padding: 0.56rem 0.2rem 0.45rem;
}
.charging-wrapper .box-1 li:nth-child(-n+5) {
  margin-top: 0;
}
.charging-wrapper .box-1 li:nth-child(5n) {
  margin-right: 0;
}
.charging-wrapper .box-1 li:hover {
  background-color: #fff;
  box-shadow: 0px 8px 29px 0px rgba(135, 135, 135, 0.13);
}
.charging-wrapper .box-1 li:hover .icon {
  transform: translateY(-0.1rem);
  -webkit-transform: translateY(-0.1rem);
  -moz-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  -o-transform: translateY(-0.1rem);
}
.charging-wrapper .box-1 .icon {
  display: block;
  width: 0.8rem;
  margin: 0 auto;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.charging-wrapper .box-1 h5 {
  font-size: var(--fs24);
  line-height: 0.36rem;
  margin-top: 0.42rem;
}
.charging-wrapper .box-2 {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url(../img/chargingbg.jpg);
}
.charging-wrapper .box-2 .swiper-container {
  padding: 0 11.5%;
}
.charging-wrapper .box-2 .container,
.charging-wrapper .box-2 .inner {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.charging-wrapper .box-2 .container {
  margin-top: 0.54rem;
}
.charging-wrapper .box-2 h6 {
  color: #fff;
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.charging-wrapper .box-2 .inner {
  margin-bottom: 0.1rem;
}
.charging-wrapper .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.charging-wrapper .swiper-slide a {
  display: block;
  position: relative;
}
.charging-wrapper .swiper-slide a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/shadow.png) repeat-x left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-size: 100% 100%;
}
.charging-wrapper .swiper-slide p {
  font-size: var(--fs20);
  color: #fff;
  line-height: 0.36rem;
  height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  z-index: 12;
  padding: 0 0.3rem;
}
.charging-wrapper .left {
  width: 84.74%;
}
.charging-wrapper .swiper-pagination {
  color: #fff;
  font-size: var(--fs16);
  text-align: left;
  line-height: 0.3rem;
  position: static;
}
.charging-wrapper .swiper-pagination span {
  font-size: var(--fs16);
  color: #fff;
}
.charging-wrapper .swiper-scrollbar {
  border-radius: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.charging-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #fff;
}
.scene-box {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.scene-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;
}
.scene-box ul.center {
  justify-content: center;
}
.scene-box li {
  width: 12.5%;
  text-align: center;
  padding: 0 0.1rem;
  margin-top: 0.4rem;
}
.scene-box li:hover .icon:before {
  animation: iconScale2 2.4s linear infinite;
}
.scene-box li:hover .icon:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.scene-box li:hover .icon img {
  transform: rotateY(180deg);
}
.scene-box .icon {
  position: relative;
  width: 1.04rem;
  height: 1.04rem;
  margin: 0 auto;
}
.scene-box .icon:before,
.scene-box .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  opacity: 0;
}
.scene-box .icon img {
  display: block;
  width: 100%;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.scene-box p {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.3rem;
  margin-top: 0.18rem;
}
.cb-wrapper .box-1 {
  background: url(../img/cbbg.jpg) no-repeat center bottom;
  background-size: cover;
}
.cb-wrapper .box-1 .container {
  text-align: center;
}
.cb-wrapper .box-1 .content {
  margin-top: 0.54rem;
}
.cb-wrapper .box-3 {
  padding: 1rem 0 0.64rem;
}
.cb-wrapper .box-3 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;
}
.cb-wrapper .box-3 .list li {
  position: relative;
  width: 23.47%;
  margin-right: 2.04%;
  margin-top: 2.04%;
}
.cb-wrapper .box-3 .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);
}
.cb-wrapper .box-3 .pic {
  background: #000;
}
.cb-wrapper .box-3 .pic img {
  opacity: 0.5;
}
.cb-wrapper .box-3 figcaption {
  font-size: var(--fs30);
  color: #fff;
  line-height: 0.36rem;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  padding: 0 0.2rem;
}
.cb-wrapper .box-4 .container {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 1.2rem 0.75rem 0.75rem;
}
.cb-wrapper .box-4 .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  list-style: none;
}
.cb-wrapper .box-4 li {
  width: 12.62%;
  margin-right: 1.943%;
  margin-top: 0.34rem;
}
.cb-wrapper .box-4 li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.cb-wrapper .box-4 .pic {
  border-radius: 8px;
  background-color: #fff;
}
.cb-wrapper .box-4 .pic img {
  height: 0.88rem;
  object-fit: contain;
}
.cb-wrapper .box-4 p {
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin-top: 0.08rem;
  text-align: center;
}
.partner-box {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.partner-box .swiper-container {
  padding: 0.3rem;
  margin: 0 -0.3rem;
}
.partner-box .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.partner-box.hasSwiper .swiper-slide .pic,
.partner-box .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.partner-box .pic {
  width: 1.12rem;
  height: 1.12rem;
  border-radius: 50%;
  box-shadow: 0px 1px 24px 0px rgba(3, 56, 208, 0.08);
  margin-right: 1.01rem;
  margin-top: 0.08rem;
  background-color: #fff;
  position: relative;
  overflow: inherit;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
.partner-box .pic:before,
.partner-box .pic:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  opacity: 0;
}
.partner-box .pic:hover:before {
  animation: iconScale2 2.4s linear infinite;
}
.partner-box .pic:hover:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.partner-box .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);
}
.partner-box .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.partner-box .btn-box {
  margin-top: 0.26rem;
  text-align: center;
  display: none;
}
.partner-box .prev {
  margin-right: 0.56rem;
}
.partner-box .prev:hover {
  background-image: url(../img/iprev3.png);
}
.partner-box .next:hover {
  background-image: url(../img/inext3.png);
}
.battery-box .item:nth-child(even) {
  background-color: #f6f7f9;
}
.battery-box .item:nth-child(even) .container {
  flex-direction: row-reverse;
}
.battery-box .item:nth-child(odd) .pic img {
  mix-blend-mode: multiply;
}
.battery-box .item .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;
}
.battery-box .pic {
  width: 50%;
}
.battery-box .info {
  width: calc(50% - 0.68rem);
}
.battery-box .page-title-box {
  text-align: left;
  padding-bottom: 0.13rem;
  margin-bottom: 0.32rem;
  border-bottom: 1px solid #0338cf;
}
.battery-box h5 {
  font-size: var(--fs20);
  font-family: "思源黑体 CN MEDIUM";
  line-height: 0.3rem;
  margin-bottom: 2px;
}
.battery-box .desc,
.battery-box .desc li {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.battery-box .desc {
  margin-bottom: 0.22rem;
}
.battery-box .desc:last-child {
  margin-bottom: 0;
}
.battery-box .desc ul {
  list-style: none;
}
.battery-box .desc li {
  position: relative;
  padding-left: 13px;
}
.battery-box .desc li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #0338cf;
  position: absolute;
  left: 0;
  top: calc((0.36rem - 5px) / 2);
  z-index: 10;
  border-radius: 50%;
}
.battery-box .size {
  font-size: var(--fs20);
  line-height: 0.36rem;
  margin-bottom: 0.26rem;
}
.battery-box .detail {
  max-height: 3.14rem;
  overflow-y: auto;
  padding-right: 0.15rem;
  margin-bottom: 0.2rem;
}
.battery-box .detail::-webkit-scrollbar {
  width: 2px;
  background-color: #eee;
}
.battery-box .detail::-webkit-scrollbar-thumb {
  background-color: #0338cf;
}
.rb-wrapper {
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 1024px) {
  .battery-wrapper .box-1 .box .battery-box:nth-child(even) .item .container {
    flex-direction: row-reverse;
  }
  .battery-wrapper .box-1 .box .battery-box:nth-child(odd) .item .pic img {
    mix-blend-mode: multiply;
  }
  .battery-wrapper .box-1 .box .battery-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;
  }
}
.battery-wrapper .box-1 .box .battery-box:nth-child(even) .item {
  background-color: #f6f7f9;
}
.battery-wrapper .box-2 {
  position: relative;
  z-index: 10;
}
.battery-wrapper .box-2 .swiper-slide {
  margin-right: 1px;
  width: calc((100% - 1px) / 2);
}
.battery-wrapper .box-2 .swiper-slide:last-child {
  margin-right: 0;
}
.battery-wrapper .box-2 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.battery-wrapper .box-2 .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/shadow2.png) repeat left bottom;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.battery-wrapper .box-2 .swiper-slide p {
  font-size: var(--fs16);
  font-family: "思源黑体 CN LIGHT";
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.battery-wrapper .box-2 .info {
  position: absolute;
  left: 0;
  bottom: 0.42rem;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 0 0.3rem;
}
.battery-wrapper .box-2 h4 {
  font-size: var(--fs24);
  color: #fff;
  font-family: "思源黑体 CN MEDIUM";
  line-height: 0.36rem;
}
.battery-wrapper .hasSwiper .swiper-btn {
  display: block;
}
.battery-wrapper .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: none;
}
.battery-wrapper .prev {
  left: 0.48rem;
}
.battery-wrapper .next {
  right: 0.48rem;
}
.les-wrapper .box-1 .box:nth-child(even) {
  background-color: #f6f7f9;
}
.les-wrapper .box-1 .box:nth-child(even) .battery-box .item:nth-child(even) {
  background: #f6f7f9;
}
.les-wrapper .box-1 .box:nth-child(odd) .battery-box .item:nth-child(even) {
  background: #fff;
}
.les-wrapper .battery-box .item {
  display: none;
}
.les-wrapper .battery-box .item:nth-child(even) .container {
  flex-direction: inherit;
}
.videobox .video {
  position: relative;
}
.videobox .video .info {
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.4rem;
  margin-top: -2.4rem;
  z-index: 10;
  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;
}
.videobox .video .page-title-box {
  margin-bottom: 0;
}
.videobox .circle {
  border: solid 1px rgba(248, 248, 248, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  animation: animtran 30s linear infinite;
}
.videobox .circle .play {
  width: 5.2vw;
  height: 5.2vw;
  cursor: pointer;
  border-radius: 50%;
  background: url(../img/play2.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: -2vw;
  top: 50%;
  animation: animtran 30s linear infinite;
}
@keyframes animtran {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.video-modal {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.video-modal.on {
  opacity: 1;
  visibility: visible;
}
.video-modal video {
  width: 100%;
  max-height: 100%;
}
.video-modal .close {
  width: 0.3rem;
  height: 0.3rem;
  top: 0.1rem;
  right: 0.1rem;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.video-modal .close:hover {
  transform: rotate(90deg);
}
.esb-wrapper .box-1 .box:nth-child(even) {
  background-color: #f6f7f9;
}
.esb-wrapper .box-1 .box:nth-child(even) .battery-box .item:nth-child(even) {
  background: #f6f7f9;
}
.esb-wrapper .box-1 .box:nth-child(even) .battery-box .item .container {
  flex-direction: row-reverse;
}
.esb-wrapper .box-1 .box:nth-child(odd) .battery-box .item:nth-child(even) {
  background: #fff;
}
.esb-wrapper .cate-box + .battery-box .item {
  display: none;
}
.esb-wrapper .battery-box .item:nth-child(even) .container {
  flex-direction: inherit;
}
.esb-wrapper .scene-box .page-title-box .brief {
  font-size: var(--fs16);
}
.esb-wrapper .box-3 .page-title-box {
  margin-bottom: 0.24rem;
}
.esb-wrapper .box-3 .swiper-slide {
  text-align: center;
  width: 31.02%;
  padding: 0.64rem 0.4rem;
  background-color: #f6f7f9;
  margin-right: 3.47%;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  height: auto;
}
.esb-wrapper .box-3 .swiper-slide:last-child {
  margin-right: 0;
}
.esb-wrapper .box-3 .swiper-slide:hover {
  background-color: #fff;
  box-shadow: 0px 8px 29px 0px rgba(135, 135, 135, 0.13);
}
.esb-wrapper .box-3 .icon {
  display: block;
  height: 0.8rem;
  margin: 0 auto;
}
.esb-wrapper .box-3 h4 {
  font-size: var(--fs24);
  color: #000;
  font-weight: 700;
  line-height: 0.3rem;
  margin: 0.46rem auto 0.2rem;
}
.esb-wrapper .box-3 .desc {
  font-size: var(--fs16);
  line-height: 0.3rem;
  text-align: center;
}
.esb-wrapper .box-3 .swiper-container {
  padding: 0.3rem 0;
}
.esb-wrapper .box-3.hasSwiper .swiper-btn {
  display: block;
}
.esb-wrapper .box-3 .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border: none;
  display: none;
}
.esb-wrapper .box-3 .swiper-btn:hover {
  background-color: #0338cf;
}
.esb-wrapper .box-3 .prev {
  left: -0.8rem;
  margin-right: 0;
  background-image: url(../img/iprev.png);
}
.esb-wrapper .box-3 .prev:hover {
  background-image: url(../img/iprev2.png);
}
.esb-wrapper .box-3 .next {
  right: -0.8rem;
  background-image: url(../img/inext.png);
}
.esb-wrapper .box-3 .next:hover {
  background-image: url(../img/inext2.png);
}
.esb-wrapper .box-4 {
  margin-top: 0.9rem;
}
.esb-wrapper .partner-box {
  margin-top: 0.8rem;
}
.quality-box .page-title-box .brief {
  font-size: var(--fs16);
}
.quality-box .page-title-box .brief b {
  font-size: var(--fs20);
  color: #333;
}
.quality-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;
  list-style: none;
}
.quality-box ul li {
  width: 11.01%;
  margin-right: 1.702%;
  margin-top: 1.702%;
}
.quality-box ul li:last-child {
  margin-right: 0;
}
.quality-box ul li img {
  width: auto;
  height: 0.88rem;
  object-fit: contain;
  margin: 0 auto;
}
.quality-box li,
.quality-box .swiper-slide {
  text-align: center;
}
.quality-box li:hover .pic img,
.quality-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.quality-box li .pic,
.quality-box .swiper-slide .pic {
  background-color: #fff;
  border-radius: 8px;
}
.quality-box li p,
.quality-box .swiper-slide p {
  font-size: var(--fs16);
  line-height: 18px;
  margin-top: 0.14rem;
}
.quality-box .swiper-slide {
  width: 11.01%;
}
.market-box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.market-box .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;
}
.market-box .data {
  width: 29.24%;
  padding-top: 0.65rem;
}
.market-box .info {
  width: 65.25%;
  background-color: rgba(255, 255, 255, 0.1);
}
.market-box ul {
  list-style: none;
}
.market-box .info {
  padding: 0.65rem 0.8rem 0.48rem;
}
.market-box .info li {
  margin-bottom: 0.4rem;
}
.market-box .info li:last-child {
  margin-bottom: 0;
}
.market-box .info .number {
  color: #fff;
  font-size: var(--fs24);
  line-height: 0.4rem;
  height: 0.4rem;
  font-weight: 700;
}
.market-box .info .number i {
  display: inline-block;
  font-size: var(--fs40);
}
.market-box .info p {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.16rem;
}
.market-box .info .desc {
  font-size: var(--fs14);
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.58rem;
}
.market-box .data {
  padding-left: 1.14rem;
  padding-right: 0.6rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.market-box .data li {
  margin-bottom: 0.35rem;
}
.market-box .data li:last-child {
  margin-bottom: 0;
}
.market-box .data p {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.3rem;
  margin-top: 0.06rem;
}
.market-box .data .num {
  color: #fff;
  font-size: var(--fs24);
  line-height: 0.3rem;
}
.market-box .data .num span,
.market-box .data .num i {
  display: inline-block;
  font-size: var(--fs40);
  line-height: 0.4rem;
  height: 0.4rem;
  font-weight: 700;
}
.market-box .data .num span {
  margin-right: 0.08rem;
}
.ces-wrapper .battery-box .detail {
  max-height: inherit;
  padding-right: 0;
}
.ces-wrapper .battery-box .desc b {
  font-size: var(--fs20);
  color: #333;
}
.ces-wrapper .cat {
  text-align: center;
  margin-bottom: 0.24rem;
}
.ces-wrapper .cat a {
  position: relative;
  display: inline-block;
  font-size: var(--fs20);
  line-height: 0.3rem;
  margin-right: 1.26rem;
  padding-bottom: 0.1rem;
}
.ces-wrapper .cat a:last-child {
  margin-right: 0;
}
.ces-wrapper .cat a.on {
  color: #0338cf;
}
.ces-wrapper .cat a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.ces-wrapper .cat a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0338cf;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.ces-wrapper .box-2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.ces-wrapper .box-2 .page-title-box {
  text-align: left;
  margin-bottom: 0.26rem;
}
.ces-wrapper .box-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-bottom: 0.55rem;
  padding-bottom: 0.68rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ces-wrapper .box-2 .left {
  width: 75.93%;
}
.ces-wrapper .box-2 .left 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;
}
.ces-wrapper .box-2 .left ul li {
  width: 50%;
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.3rem;
}
.ces-wrapper .box-2 .left ul li:nth-child(odd) {
  padding-right: 0.2rem;
}
.ces-wrapper .box-2 .right {
  text-align: center;
  padding-top: 0.3rem;
}
.ces-wrapper .box-2 .right 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 */
}
.ces-wrapper .box-2 .right li {
  margin-right: 0.7rem;
}
.ces-wrapper .box-2 .right li:last-child {
  margin-right: 0;
}
.ces-wrapper .box-2 .right .icon {
  height: 0.66rem;
  display: block;
  margin: 0 auto;
  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;
}
.ces-wrapper .box-2 .right p {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.3rem;
  margin-top: 0.16rem;
}
.ces-wrapper .box-2 .caption {
  position: relative;
  margin-bottom: 0.4rem;
  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;
}
.ces-wrapper .box-2 .caption span {
  font-size: var(--fs30);
  color: #fff;
  line-height: 0.48rem;
  font-family: "思源黑体 CN MEDIUM";
}
.ces-wrapper .box-2 .swiper-slide {
  width: 31.02%;
  margin-right: 3.47%;
  height: auto;
  padding: 0.6rem 0.3rem;
  background-color: rgba(3, 56, 207, 0.8);
  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;
}
.ces-wrapper .box-2 .swiper-slide.on,
.ces-wrapper .box-2 .swiper-slide:hover {
  background-color: #fff;
}
.ces-wrapper .box-2 .swiper-slide.on h4,
.ces-wrapper .box-2 .swiper-slide:hover h4 {
  color: #000;
}
.ces-wrapper .box-2 .swiper-slide.on .desc,
.ces-wrapper .box-2 .swiper-slide:hover .desc {
  color: #333;
}
.ces-wrapper .box-2 h4,
.ces-wrapper .box-2 .desc {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.ces-wrapper .box-2 h4 {
  font-size: var(--fs24);
  color: #fff;
  font-family: "思源黑体 CN MEDIUM";
  line-height: 0.3rem;
}
.ces-wrapper .box-2 .desc {
  font-size: var(--fs16);
  opacity: 0.8;
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.ces-wrapper .box-3 .info {
  position: absolute;
  left: 0.8rem;
  top: 1.26rem;
  z-index: 10;
  width: 35.76%;
}
.ces-wrapper .box-3 h3 {
  font-size: var(--fs30);
  font-family: "思源黑体 CN MEDIUM";
  line-height: 0.48rem;
  margin-bottom: 0.12rem;
  color: #fff;
}
.ces-wrapper .box-3 .desc {
  line-height: 0.36rem;
  margin-bottom: 0.5rem;
  overflow-y: auto;
  max-height: 3.5rem;
  padding-right: 0.15rem;
}
.ces-wrapper .box-3 .desc:last-child {
  margin-bottom: 0;
}
.ces-wrapper .box-3 .desc::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.ces-wrapper .box-3 .desc::-webkit-scrollbar-thumb {
  background-color: #3eba41;
}
.ces-wrapper .box-3 .desc ul {
  padding-left: 0.2rem;
  margin-bottom: 0.3rem;
}
.ces-wrapper .box-3 .desc ul:last-child {
  margin-bottom: 0;
}
.ces-wrapper .box-3 .desc b {
  color: #fff;
  font-size: var(--fs20);
}
.ces-wrapper .box-3 .desc,
.ces-wrapper .box-3 .desc li {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.8);
}
.about-wrapper .box-1 {
  background: url(../img/aboutbg.jpg) no-repeat center bottom;
  background-size: 100%;
}
.about-wrapper .box-1 .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
  margin-bottom: 0.46rem;
}
.about-wrapper .video-box {
  position: relative;
  height: auto;
  margin-bottom: 0.4rem;
}
.about-wrapper .video-box.on .pic {
  display: none;
}
.about-wrapper .video-box.on .video {
  display: block;
}
.about-wrapper .video-box .video {
  position: relative;
  display: none;
}
.about-wrapper .video-box .pic:before {
  display: none;
}
.about-wrapper .video-box .play {
  width: 0.72rem;
  height: 0.72rem;
  margin-left: -0.36rem;
  margin-top: -0.36rem;
}
.about-wrapper .value-box {
  margin-top: 0.4rem;
}
.about-wrapper .value-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;
  list-style: none;
}
.about-wrapper .value-box li {
  width: 50%;
  position: relative;
  background-color: #0338cf;
}
.about-wrapper .value-box li:nth-child(2) .pic img {
  opacity: 0.14;
}
.about-wrapper .value-box li:nth-child(2) h3,
.about-wrapper .value-box li:nth-child(2) p {
  color: #fff;
}
.about-wrapper .value-box .pic img {
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.about-wrapper .value-box .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 0.88rem 0.4rem 0.4rem;
}
.about-wrapper .value-box h3,
.about-wrapper .value-box p {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.about-wrapper .value-box p {
  font-size: var(--fs24);
  color: #333;
  line-height: 0.36rem;
}
.about-wrapper .value-box h3 {
  font-size: var(--fs30);
  line-height: 0.36rem;
  font-family: "思源黑体 CN MEDIUM";
  margin-top: 0.24rem;
}
.about-wrapper .data-box {
  margin-top: 1.2rem;
}
.about-wrapper .data-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .data-box .num {
  font-size: var(--fs24);
  color: #666;
}
.about-wrapper .data-box .num span {
  margin-right: 0.14rem;
}
.about-wrapper .data-box .num span,
.about-wrapper .data-box .num i {
  display: inline-block;
  font-size: 0.6rem;
  color: #0338cf;
  line-height: 0.6rem;
  height: 0.6rem;
  font-weight: 700;
}
.about-wrapper .data-box p {
  text-align: center;
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin-top: 0.1rem;
}
.about-wrapper .box-2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 7.84rem;
  padding-top: 1.3rem;
}
.about-wrapper .box-2 .container {
  position: relative;
}
.about-wrapper .box-2 .page-title-box {
  margin-bottom: 1.68rem;
}
.about-wrapper .box-2 .swiper-container:before,
.about-wrapper .box-2 .swiper-box:before,
.about-wrapper .box-2 .swiper-container:after,
.about-wrapper .box-2 .swiper-box:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  height: 1px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.22);
}
.about-wrapper .box-2 .swiper-container:before,
.about-wrapper .box-2 .swiper-container:after {
  width: 17%;
}
.about-wrapper .box-2 .swiper-container:before {
  left: 1.5rem;
}
.about-wrapper .box-2 .swiper-container:after {
  right: 1.5rem;
}
.about-wrapper .box-2 .swiper-box:before,
.about-wrapper .box-2 .swiper-box:after {
  width: 8%;
}
.about-wrapper .box-2 .swiper-box:before {
  left: 0;
}
.about-wrapper .box-2 .swiper-box:after {
  right: 0;
}
.about-wrapper .box-2 .swiper-slide {
  text-align: center;
}
.about-wrapper .box-2 .swiper-slide.swiper-slide-active h2,
.about-wrapper .box-2 .swiper-slide.swiper-slide-active p {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.about-wrapper .box-2 .swiper-slide p,
.about-wrapper .box-2 .swiper-slide h2 {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition-delay: 0.15s;
}
.about-wrapper .box-2 .swiper-slide h2 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6rem;
  height: 1.6rem;
  text-align: center;
  font-weight: 700;
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
}
.about-wrapper .box-2 .swiper-slide p {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.36rem;
  min-height: 0.36rem;
  font-family: "思源黑体 CN MEDIUM";
  margin-top: 0.44rem;
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
}
.about-wrapper .box-2 .left,
.about-wrapper .box-2 .right {
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.about-wrapper .box-2 .left span,
.about-wrapper .box-2 .right span {
  font-size: var(--fs36);
  color: #fff;
}
.about-wrapper .box-2 .left {
  left: -0.3rem;
}
.about-wrapper .box-2 .left span {
  margin-right: 0.26rem;
}
.about-wrapper .box-2 .right {
  right: -0.3rem;
}
.about-wrapper .box-2 .right span {
  margin-left: 0.26rem;
}
.about-wrapper .box-2 .prev {
  margin-right: 0;
}
.about-wrapper .box-3 .year-box {
  margin-top: 0.6rem;
}
.about-wrapper .box-3 .year-box .swiper-container {
  padding-bottom: 0.1rem;
}
.about-wrapper .box-3 .year-box .swiper-slide {
  cursor: pointer;
  width: 25%;
  text-align: center;
}
.about-wrapper .box-3 .year-box .swiper-slide.on p {
  color: #000;
}
.about-wrapper .box-3 .year-box .swiper-slide.on .icon {
  border-color: #3eba41;
}
.about-wrapper .box-3 .year-box .swiper-slide.on .icon:before {
  background-color: #fff;
}
.about-wrapper .box-3 .year-box .swiper-slide p {
  font-size: var(--fs18);
  color: #999;
  line-height: 0.3rem;
  font-family: "思源黑体 CN MEDIUM";
  margin-bottom: 0.05rem;
  font-weight: 700;
  transition: color 0.45s ease;
  -webkit-transition: color 0.45s ease;
  -moz-transition: color 0.45s ease;
  -ms-transition: color 0.45s ease;
  -o-transition: color 0.45s ease;
}
.about-wrapper .box-3 .year-box .icon {
  position: relative;
  margin: 0 auto;
  width: 0.2rem;
  height: 0.2rem;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  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;
}
.about-wrapper .box-3 .year-box .icon:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border-radius: 50%;
  transform: scale(0.72);
  -webkit-transform: scale(0.72);
  -moz-transform: scale(0.72);
  -ms-transform: scale(0.72);
  -o-transform: scale(0.72);
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.about-wrapper .box-3 .detail-box {
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}
.about-wrapper .box-3 .detail-box .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-3 .detail-box .swiper-slide-active .pic,
.about-wrapper .box-3 .detail-box .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-3 .detail-box .pic,
.about-wrapper .box-3 .detail-box .info {
  opacity: 0;
  visibility: hidden;
  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-3 .detail-box .pic {
  width: 50%;
}
.about-wrapper .box-3 .detail-box .info {
  width: 50%;
}
.about-wrapper .box-3 .detail-box .inner {
  width: 100%;
  padding: 0.87rem 0.8rem 0.6rem;
}
.about-wrapper .box-3 .year {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 0.8rem;
  height: 0.8rem;
  color: #0338cf;
  font-weight: 700;
}
.about-wrapper .box-3 .line {
  width: 0.4rem;
  height: 3px;
  background-color: #3eba41;
  margin: 0.3rem 0 0.44rem;
}
.about-wrapper .box-3 .desc,
.about-wrapper .box-3 .desc li {
  font-size: var(--fs18);
  line-height: 0.36rem;
}
.about-wrapper .box-3 .desc ul {
  list-style: none;
}
.about-wrapper .year-box {
  position: relative;
}
.about-wrapper .year-box:before {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  z-index: 0;
}
.about-wrapper .year-box .container {
  padding: 0 0.8rem;
  position: relative;
  z-index: 10;
}
.about-wrapper .year-box .swiper-btn {
  transform: none;
  bottom: -3px;
  top: auto;
  background-color: #9aafec;
  border: none;
  position: absolute;
  z-index: 10;
}
.about-wrapper .year-box .swiper-btn:hover {
  background-color: #3eba41;
}
.about-wrapper .year-box .prev {
  left: 0;
  margin-right: 0;
}
.about-wrapper .year-box .prev:hover {
  background-image: url("../img/iprev2.png");
}
.about-wrapper .year-box .next {
  right: 0;
}
.about-wrapper .year-box .next:hover {
  background-image: url("../img/inext2.png");
}
.about-wrapper .quality-box {
  margin-top: 1.78rem;
}
.about-wrapper .quality-box p {
  color: #fff;
}
.about-wrapper .box-5 {
  background-color: #020516;
  padding-top: 1.2rem;
}
.about-wrapper .box-5 .main {
  position: relative;
  margin-top: 1.05rem;
}
.about-wrapper .box-5 ul {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.about-wrapper .box-5 ul li {
  position: absolute;
  z-index: 1;
  display: inline-block;
  cursor: pointer;
}
.about-wrapper .box-5 ul li:first-child .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row-reverse;
}
.about-wrapper .box-5 ul li:first-child h5 {
  margin-left: 0.06rem;
}
.about-wrapper .box-5 ul li:first-child {
  right: 29.8%;
  top: 21%;
}
.about-wrapper .box-5 ul li:first-child .icon i {
  background-color: #3eba41;
}
.about-wrapper .box-5 ul li:first-child .icon i:before {
  content: "";
  width: 0.38rem;
  height: 0.52rem;
  background: url(../img/local.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -0.19rem;
  bottom: 0.05rem;
  z-index: 10;
  background-size: 100%;
  animation: localAni infinite 1s linear;
}
.about-wrapper .box-5 ul li:first-child h5 {
  font-size: var(--fs20);
}
.about-wrapper .box-5 ul li:nth-child(2) {
  right: 33.3%;
  top: 13.9%;
}
.about-wrapper .box-5 ul li:nth-child(2) h5 {
  display: block;
  margin-right: 0;
}
.about-wrapper .box-5 ul li:nth-child(2) .icon {
  display: block;
  margin: 0 auto;
}
.about-wrapper .box-5 ul li:nth-child(3) {
  right: 26.3%;
  top: 16%;
}
.about-wrapper .box-5 ul li:nth-child(3) .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row-reverse;
  align-items: center;
}
.about-wrapper .box-5 ul li:nth-child(3) .info h5 {
  margin-left: 5px;
  margin-right: 0;
}
.about-wrapper .box-5 ul li:nth-child(4) {
  right: 26.2%;
  top: 11%;
}
.about-wrapper .box-5 ul li:nth-child(4) .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row-reverse;
  align-items: center;
}
.about-wrapper .box-5 ul li:nth-child(4) .info h5 {
  margin-left: 5px;
  margin-right: 0;
}
.about-wrapper .box-5 ul li:nth-child(5) {
  right: 34%;
  top: 24.1%;
}
.about-wrapper .box-5 ul li:nth-child(5) .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row-reverse;
  align-items: center;
}
.about-wrapper .box-5 ul li:nth-child(5) .info h5 {
  margin-left: 5px;
  margin-right: 0;
}
.about-wrapper .box-5 ul li:nth-child(6) {
  right: 39.5%;
  top: 7%;
}
.about-wrapper .box-5 ul li:nth-child(6) h5 {
  display: block;
  margin-right: 0;
}
.about-wrapper .box-5 ul li:nth-child(6) .icon {
  display: block;
  margin: 0 auto;
}
.about-wrapper .box-5 ul li:nth-child(7) {
  right: 38.3%;
  top: 23%;
}
.about-wrapper .box-5 ul li:nth-child(8) {
  right: 41.5%;
  top: 20%;
}
.about-wrapper .box-5 ul li:nth-child(9) {
  left: 75%;
  top: 23.3%;
}
.about-wrapper .box-5 ul li:nth-child(9) .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row-reverse;
  align-items: center;
}
.about-wrapper .box-5 ul li:nth-child(9) .info h5 {
  margin-left: 5px;
  margin-right: 0;
}
.about-wrapper .box-5 ul li:nth-child(10) {
  left: 87%;
  top: 49%;
}
.about-wrapper .box-5 ul li:nth-child(11) {
  left: 22.6%;
  top: 21.8%;
}
.about-wrapper .box-5 ul li:nth-child(10) .hidebox,
.about-wrapper .box-5 ul li:nth-child(11) .hidebox {
  top: auto;
  bottom: -1rem;
}
.about-wrapper .box-5 ul li:nth-child(12) {
  right: 34.5%;
  top: 37.6%;
}
.about-wrapper .box-5 ul li:nth-child(13) {
  right: 28%;
  top: 52.2%;
}
.about-wrapper .box-5 ul li:nth-child(10) h5,
.about-wrapper .box-5 ul li:nth-child(11) h5,
.about-wrapper .box-5 ul li:nth-child(12) h5,
.about-wrapper .box-5 ul li:nth-child(13) h5 {
  display: block;
  margin-right: 0;
}
.about-wrapper .box-5 ul li:nth-child(10) .icon,
.about-wrapper .box-5 ul li:nth-child(11) .icon,
.about-wrapper .box-5 ul li:nth-child(12) .icon,
.about-wrapper .box-5 ul li:nth-child(13) .icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  top: -0.4rem;
  z-index: 10;
}
.about-wrapper .box-5 ul li:hover {
  z-index: 10;
}
.about-wrapper .box-5 ul li:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.about-wrapper .box-5 .icon {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
}
.about-wrapper .box-5 .icon:before,
.about-wrapper .box-5 .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
}
.about-wrapper .box-5 .icon:before {
  animation: iconScale2 2.4s linear infinite;
}
.about-wrapper .box-5 .icon:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.about-wrapper .box-5 .icon i {
  position: relative;
  display: block;
  width: 47%;
  height: 47%;
  background-color: #9bb0ec;
  border-radius: 50%;
  margin: 26.5% auto 0;
}
.about-wrapper .box-5 h5 {
  display: inline-block;
  font-size: var(--fs16);
  color: #fff;
  margin-right: 0.06rem;
  vertical-align: middle;
}
.about-wrapper .box-5 .hidebox {
  position: absolute;
  left: calc(100% + 0.3rem);
  top: 0;
  z-index: 10;
  width: 2.96rem;
  opacity: 0;
  visibility: hidden;
  transform: translateX(0.3rem);
  -webkit-transform: translateX(0.3rem);
  -moz-transform: translateX(0.3rem);
  -ms-transform: translateX(0.3rem);
  -o-transform: translateX(0.3rem);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.about-wrapper .box-5 .hidebox:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-5 .hidebox .inner {
  padding: 0.34rem 0.32rem 0.44rem;
  background-color: #0338cf;
}
.about-wrapper .box-5 .hidebox .title {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.about-wrapper .box-5 .hidebox p {
  font-size: var(--fs16);
  color: #fff;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.06rem;
}
.about-wrapper .box-6 {
  position: relative;
}
.about-wrapper .box-6:before {
  content: "";
  width: 100%;
  height: 67.42%;
  z-index: -1;
  background-color: #f6f7f9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about-wrapper .box-6 .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 */
}
.about-wrapper .box-6 .main .info {
  width: 41.86%;
  background-color: #0338cf;
  color: #fff;
  padding: 0.85rem 0.64rem 0;
}
.about-wrapper .box-6 .main .info ul {
  list-style: none;
}
.about-wrapper .box-6 .main .info h4 {
  font-size: var(--fs24);
  font-family: "思源黑体 CN MEDIUM";
  margin-bottom: 0.36rem;
}
.about-wrapper .box-6 .main .info .tel {
  display: inline-block;
  font-size: var(--fs30);
  color: #fff;
  font-weight: 700;
  line-height: 0.3rem;
}
.about-wrapper .box-6 .main .info .address {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.3rem;
}
.about-wrapper .box-6 .main .info p {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.3rem;
}
.about-wrapper .box-6 .main .info p img {
  margin-right: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 0.21rem;
}
.about-wrapper .box-6 .contact li {
  margin-bottom: 0.36rem;
}
.about-wrapper .box-6 .contact li:last-child {
  margin-bottom: 0;
}
.about-wrapper .box-6 .contact p {
  margin-bottom: 0.16rem;
}
.about-wrapper .box-6 .qrcode {
  margin-top: 0.5rem;
}
.about-wrapper .box-6 .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 */
}
.about-wrapper .box-6 .qrcode li {
  width: 1.04rem;
  text-align: center;
  margin-right: 0.24rem;
}
.about-wrapper .box-6 .qrcode li:last-child {
  margin-right: 0;
}
.about-wrapper .box-6 .qrcode p {
  margin-top: 0.1rem;
  color: #fff;
}
.about-wrapper .box-6 .map {
  width: 58.14%;
  height: 6rem;
  overflow: hidden;
  position: relative;
}
.about-wrapper .box-6 .map .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-wrapper .box-6 .list {
  margin-top: 0.64rem;
}
.about-wrapper .box-6 .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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-6 .list li {
  width: 48.3%;
  margin-top: 3.4%;
  padding: 0.4rem 0.4rem 0.44rem;
  background-color: #fff;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.about-wrapper .box-6 .list li:nth-child(-n+2) {
  margin-top: 0;
}
.about-wrapper .box-6 .list li:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.about-wrapper .box-6 .list li:hover .title a {
  color: #3eba41;
}
.about-wrapper .box-6 .list .title {
  font-size: var(--fs24);
  color: #000;
  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;
  font-family: "思源黑体 CN MEDIUM";
  border-bottom: 1px solid #eee;
  padding-bottom: 0.25rem;
  margin-bottom: 0.36rem;
}
.about-wrapper .box-6 .list .title span {
  flex: 1;
}
.about-wrapper .box-6 .list .title a {
  font-size: var(--fs16);
  color: #666;
  margin-left: 0.6rem;
  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-6 .list .title img {
  margin-right: 0.1rem;
  width: 0.19rem;
}
.about-wrapper .box-6 .list img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: inline-block;
}
.about-wrapper .box-6 .list p {
  position: relative;
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
  padding-left: 0.4rem;
}
.about-wrapper .box-6 .list p:last-child {
  margin-bottom: 0;
}
.about-wrapper .box-6 .list p img {
  position: absolute;
  left: 0;
  top: 0.05rem;
  z-index: 10;
  width: 0.21rem;
}
@keyframes localAni {
  0% {
    transform: translateY(-0.1rem);
    -webkit-transform: translateY(-0.1rem);
    -moz-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    -o-transform: translateY(-0.1rem);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@media screen and (min-width: 1024px) {
  .category-box a:hover {
    color: #3eba41;
  }
  .cat-box p {
    margin-top: 0.28rem;
  }
  .scene-box li:nth-child(-n+8) {
    margin-top: 0;
  }
  .cb-wrapper .box-3 .list li:nth-child(-n+4) {
    margin-top: 0;
  }
  .cb-wrapper .box-3 .list li:nth-child(4n) {
    margin-right: 0;
  }
  .cb-wrapper .box-4 .list li:nth-child(-n+7) {
    margin-top: 0;
  }
  .cb-wrapper .box-4 .list li:nth-child(7n) {
    margin-right: 0;
  }
  .partner-box .pic:nth-child(6),
  .partner-box .pic:last-child {
    margin-right: 0;
  }
  .partner-box .pic:nth-child(7) {
    margin-left: 1.05rem;
  }
  .quality-box li:nth-child(-n+8) {
    margin-top: 0;
  }
  .quality-box li:nth-child(8n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1600px) {
  .mt {
    margin-top: 1.1rem;
  }
  .padding {
    padding: 1.1rem 0;
  }
  .pt {
    padding-top: 1.1rem;
  }
  .page-box {
    padding: 1.2rem 0;
  }
  .job-modal-box .detail {
    max-height: 52vh;
  }
  .join-wrapper .detail-swiper .content {
    max-height: 3.3rem;
  }
  .investor-wrapper .box-2 .pic img {
    height: 7.4rem;
  }
  .album-wrapper .list li a,
  .investor-wrapper .list li {
    height: 0.96rem;
  }
  .investor-wrapper .list .time {
    width: 1.8rem;
  }
  .newsinfo-wrapper .top h1 {
    font-size: 0.44rem;
  }
  .newsinfo-wrapper .top {
    padding-top: 0.8rem;
  }
  .newsinfo-wrapper .qrcode li {
    margin-right: 0.4rem;
  }
  .charging-wrapper .box-1 h5 {
    margin-top: 0.36rem;
  }
  .market-box .data {
    padding-left: 0.9rem;
  }
  .ces-wrapper .cat a {
    margin-right: 1rem;
  }
  .about-wrapper .box-2 .swiper-slide h2 {
    font-size: 1.7rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .about-wrapper .box-2 .swiper-container:before,
  .about-wrapper .box-2 .swiper-container:after {
    width: 17%;
  }
  .about-wrapper .box-2 .swiper-container:before {
    left: 1.2rem;
  }
  .about-wrapper .box-2 .swiper-container:after {
    right: 1.2rem;
  }
  .about-wrapper .box-2 .left span,
  .about-wrapper .box-2 .right span {
    font-size: var(--fs30);
  }
  .about-wrapper .box-2 .left span {
    margin-right: 0.16rem;
  }
  .about-wrapper .box-2 .right span {
    margin-left: 0.16rem;
  }
  .about-wrapper .box-2 .left {
    left: -0.2rem;
  }
  .about-wrapper .box-2 .right {
    right: -0.2rem;
  }
  .about-wrapper .box-3 .year {
    font-size: 0.75rem;
    height: 0.75rem;
    line-height: 0.75rem;
  }
  .about-wrapper .quality-box {
    margin-top: 1.5rem;
  }
  .about-wrapper .box-2 .page-title-box {
    margin-bottom: 1.4rem;
  }
  .about-wrapper .box-2 {
    height: 7.4rem;
  }
  .ces-wrapper .box-3 .desc {
    max-height: 3.4rem;
  }
  .news-box .pic img {
    height: 2.71rem;
  }
  .video-wrapper .list .pic img,
  .video-wrapper .list iframe {
    height: 1.96rem;
  }
  .partner-box .pic {
    margin-right: 0.6rem;
  }
}
@media screen and (max-width: 1440px) {
  .mt {
    margin-top: 1rem;
  }
  .padding {
    padding: 1rem 0;
  }
  .pt {
    padding-top: 1rem;
  }
  .page-box {
    padding: 1.1rem 0;
  }
  .join-wrapper .item {
    padding: 0.5rem 0.36rem;
  }
  .news-box .pic img {
    height: 3.5rem;
  }
  .market-box .data {
    padding-left: 0.8rem;
  }
  .ces-wrapper .cat a {
    margin-right: 0.8rem;
  }
  .about-wrapper .box-2 .swiper-slide h2 {
    font-size: 1.6rem;
    height: 1.4rem;
    line-height: 1.4rem;
  }
  .about-wrapper .box-2 .swiper-container:before,
  .about-wrapper .box-2 .swiper-container:after {
    width: 15%;
  }
  .about-wrapper .box-2 .swiper-container:before {
    left: 1.5rem;
  }
  .about-wrapper .box-2 .swiper-container:after {
    right: 1.5rem;
  }
  .about-wrapper .box-2 .left {
    left: 0;
  }
  .about-wrapper .box-2 .right {
    right: 0;
  }
  .about-wrapper .box-3 .year {
    font-size: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .about-wrapper .quality-box {
    margin-top: 1.4rem;
  }
  .about-wrapper .box-2 .page-title-box {
    margin-bottom: 1.2rem;
  }
  .about-wrapper .box-2 {
    height: 7.2rem;
  }
}
@media screen and (max-width: 1366px) {
  .about-wrapper .box-2 .page-title-box {
    margin-bottom: 1rem;
  }
  .about-wrapper .box-2 {
    height: 7rem;
  }
}
@media screen and (max-width: 1004px) {
  .container {
    width: 100%;
    padding: 0 0.3rem;
  }
  .mt {
    margin-top: 1rem;
  }
  .padding {
    padding: 1rem 0;
  }
  .page-box {
    padding: 1rem 0;
  }
  .imore {
    width: 0.7rem;
    height: 0.47rem;
  }
  .page-title-box {
    margin-bottom: 0.64rem;
  }
  .page-title-box.pc {
    display: none;
  }
  .page-title-box.phone {
    display: block;
  }
  .page-title-box h2 {
    font-size: var(--fs36);
  }
  .page-title-box h2:after {
    width: 0.44rem;
    height: 0.44rem;
    top: -0.26rem;
  }
  .page-title-box .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .index-more {
    min-width: 2.1rem;
    height: 0.72rem;
    line-height: 0.68rem;
    border-radius: 28px;
    font-size: var(--fs14);
    padding: 0 0.2rem;
  }
  .index-more:after {
    width: 0.22rem;
    height: 0.22rem;
    left: 0;
    top: -0.1rem;
  }
  .message-box {
    padding: 0.8rem 0;
  }
  .message-box h3 {
    font-size: var(--fs24);
    margin-bottom: 0.48rem;
  }
  .message-box h3:after {
    width: 0.4rem;
    height: 0.4rem;
    top: -0.2rem;
  }
  .message-box h3 img {
    width: 0.86rem;
    margin-right: 0.3rem;
  }
  .message-box .form {
    display: block;
  }
  .message-box .left {
    width: 100%;
  }
  .message-box .left .group {
    margin-top: 0.36rem;
  }
  .message-box .left .text {
    height: 0.66rem;
  }
  .message-box .right {
    width: 100%;
    display: block;
    margin-top: 0.36rem;
    text-align: center;
  }
  .message-box .right .group {
    width: 100%;
    text-align: left;
  }
  .message-box label {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-bottom: 0.18rem;
  }
  .message-box label i {
    margin-left: 0.06rem;
  }
  .message-box label img {
    width: 0.34rem;
    margin-right: 0.14rem;
  }
  .message-box .text,
  .message-box .msg {
    font-size: var(--fs14);
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .message-box .msg {
    height: 2.4rem;
    line-height: 0.44rem;
    padding-top: 0.16rem;
    padding-bottom: 0.16rem;
  }
  .message-box .submit {
    display: inline-block;
    min-width: 1.7rem;
    line-height: 0.76rem;
    padding: 0 0.3rem;
    margin-top: 0.3rem;
    border-radius: 20px;
    font-size: var(--fs16);
    margin-top: 0.48rem;
  }
  .message-box .submit:after {
    width: 12px;
    height: 12px;
    top: -6px;
  }
  .cat-box a {
    padding-bottom: 0.4rem;
  }
  .cat-box .icon {
    width: 0.9rem;
    height: 0.9rem;
  }
  .cat-box p {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-top: 0.36rem;
  }
  .category-box a {
    font-size: var(--fs16);
    min-width: 2.2rem;
    line-height: 0.74rem;
  }
  .join-wrapper .detail {
    margin-top: 0.64rem;
  }
  .join-wrapper .detail-swiper .swiper-slide {
    display: block;
  }
  .join-wrapper .detail-swiper .info {
    width: 100%;
    padding: 0.8rem 0.6rem;
  }
  .join-wrapper .detail-swiper .pic {
    width: 100%;
  }
  .join-wrapper .detail-swiper h3 {
    font-size: var(--fs24);
    margin-bottom: 0.3rem;
  }
  .join-wrapper .detail-swiper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
    max-height: 4.4rem;
  }
  .join-wrapper .list {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    flex-flow: wrap;
  }
  .join-wrapper .item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    padding: 0.6rem 0.48rem;
    margin-bottom: 0.3rem;
  }
  .join-wrapper .item:last-child {
    margin-bottom: 0;
  }
  .join-wrapper .item .name {
    font-size: var(--fs20);
    line-height: 0.48rem;
    padding-left: 0.6rem;
    background-size: 0.34rem;
    margin-bottom: 0.24rem;
  }
  .join-wrapper .item .line {
    width: 0.4rem;
    height: 2px;
  }
  .join-wrapper .item .brief {
    font-size: var(--fs15);
    line-height: 0.48rem;
    margin: 0.4rem auto;
  }
  .job-modal-box .inner {
    width: calc(100% - 0.3rem);
    padding-left: 0.6rem;
  }
  .job-modal-box .close {
    right: 0.6rem;
    width: 24px;
    height: 24px;
  }
  .job-modal-box .top,
  .job-modal-box .detail {
    padding-right: 0.6rem;
  }
  .job-modal-box .name {
    font-size: var(--fs24);
    margin-bottom: 0.24rem;
    background-size: 18px;
    padding-left: 30px;
  }
  .job-modal-box .brief {
    padding-bottom: 0.4rem;
  }
  .job-modal-box .brief span {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-right: 0.28rem;
  }
  .job-modal-box .detail {
    margin-top: 0.6rem;
    max-height: 60vh;
  }
  .job-modal-box .detail::-webkit-scrollbar {
    width: 3px;
  }
  .job-modal-box .content {
    font-size: var(--fs15);
    line-height: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .job-modal-box .caption {
    font-size: var(--fs20);
    line-height: 0.44rem;
    margin-bottom: 0.1rem;
  }
  .investor-wrapper .list li {
    position: relative;
    display: block;
    align-items: center;
    margin-bottom: 0.3rem;
    height: auto;
    padding: 0.36rem 1rem 0.36rem 0.3rem;
  }
  .investor-wrapper .list .time {
    font-size: var(--fs16);
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
  }
  .investor-wrapper .list .title {
    font-size: var(--fs16);
    line-height: 0.44rem;
    max-height: 0.88rem;
    margin-right: 0;
    -webkit-line-clamp: 2;
    height: auto;
  }
  .investor-wrapper .list .download {
    width: 0.48rem;
    height: 0.5rem;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    margin-top: -0.25rem;
    z-index: 10;
  }
  .investor-wrapper .box-2 {
    background: none!important;
  }
  .investor-wrapper .box-2 .pic img {
    opacity: 1;
    visibility: visible;
    height: 6rem;
  }
  .investor-wrapper .box-2 .info {
    top: 1rem;
  }
  .investor-wrapper .box-2 .page-title-box {
    margin-bottom: 0.4rem;
  }
  .investor-wrapper .contact,
  .investor-wrapper .contact a {
    font-size: var(--fs16);
  }
  .investor-wrapper .contact {
    line-height: 0.48rem;
  }
  .newsinfo-wrapper .top {
    padding: 0.6rem 0;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs24);
  }
  .newsinfo-wrapper .top .other {
    display: block;
    margin-top: 0.48rem;
  }
  .newsinfo-wrapper .top .other li {
    font-size: var(--fs14);
    line-height: 0.48rem;
  }
  .newsinfo-wrapper .top .other li img {
    height: 0.26rem;
    margin-right: 0.12rem;
  }
  .newsinfo-wrapper .main {
    margin-top: 0.48rem;
  }
  .newsinfo-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.48rem;
  }
  .newsinfo-wrapper .relative-box {
    margin-top: 0.48rem;
    padding-top: 0.4rem;
    padding-right: 0;
    text-align: center;
  }
  .newsinfo-wrapper .relative-box p {
    text-align: left;
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .newsinfo-wrapper .relative-box p span,
  .newsinfo-wrapper .relative-box p a {
    font-size: var(--fs15);
  }
  .newsinfo-wrapper .relative-box p a {
    max-width: 82%;
  }
  .newsinfo-wrapper .index-more {
    position: static;
    margin-top: 0.48rem;
  }
  .contact-box {
    background-attachment: inherit;
    padding: 0.8rem 0.4rem;
    display: block;
    margin-top: 0.8rem;
  }
  .contact-box .info {
    padding: 0;
    margin-right: 0;
  }
  .contact-box .desc {
    font-size: var(--fs15);
  }
  .contact-box .qrcode {
    margin-top: 0.48rem;
  }
  .contact-box .qrcode li {
    width: 2rem;
    margin-right: 0.4rem;
    padding: 0.2rem 0.2rem 0.16rem;
  }
  .contact-box .qrcode figcaption {
    font-size: var(--fs14);
    line-height: 0.44rem;
    margin-top: 0.12rem;
  }
  .video-wrapper .list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .video-wrapper .list ul li {
    width: calc((100% - 0.3rem) / 2);
    margin-top: 0.3rem;
    margin-right: 0;
  }
  .video-wrapper .list ul li:nth-child(3) {
    margin-top: 0.3rem;
  }
  .video-wrapper .list .pic img,
  .video-wrapper .list iframe {
    height: 2.08rem;
  }
  .video-wrapper .list p {
    font-size: var(--fs14);
    height: 0.84rem;
    line-height: 0.84rem;
    padding: 0 0.3rem;
  }
  .album-wrapper .list li {
    position: relative;
    margin-bottom: 0.3rem;
    height: auto;
    padding: 0.36rem 0.3rem;
  }
  .album-wrapper .list li a {
    height: auto;
  }
  .album-wrapper .list h4 {
    font-size: var(--fs16);
    line-height: 0.6rem;
    height: 0.6rem;
    margin-right: 0.3rem;
    background-size: 0.4rem;
    padding-left: 0.6rem;
  }
  .album-wrapper .list .icon {
    width: 0.24rem;
    height: 0.24rem;
  }
  .news-box li,
  .news-box .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .news-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .news-box li {
    width: calc((100% - 0.3rem) / 2);
    margin-top: 0.3rem;
  }
  .news-box li:nth-child(3) {
    margin-top: 0.3rem;
  }
  .news-box .pic img {
    height: 2.88rem;
  }
  .news-box .time {
    font-size: var(--fs14);
    line-height: 0.7rem;
  }
  .news-box .info {
    padding: 0.24rem 0.26rem 0.3rem;
    border-top-width: 1px;
  }
  .news-box h4 {
    font-size: var(--fs16);
    line-height: 0.44rem;
    height: 0.88rem;
    margin-bottom: 0.2rem;
  }
  .news-box .imore {
    width: 0.6rem;
    height: 0.4rem;
  }
  .research-wrapper .page-title-box .brief {
    line-height: 0.48rem;
  }
  .research-wrapper .page-title-box .brief b {
    font-size: var(--fs18);
  }
  .research-wrapper .box-1 .container {
    flex-flow: wrap;
  }
  .research-wrapper .box-1 .page-title-box {
    width: 100%;
    order: 0;
  }
  .research-wrapper .box-1 .left {
    order: 2;
    width: 100%;
    margin-top: 0.8rem;
  }
  .research-wrapper .box-1 .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 */
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .research-wrapper .box-1 .left li {
    width: 48%;
    height: auto;
    padding: 0.24rem 0;
    font-size: var(--fs15);
    line-height: 0.36rem;
    align-items: flex-start;
  }
  .research-wrapper .box-1 .left .num {
    width: 1rem;
    font-size: var(--fs24);
  }
  .research-wrapper .box-1 .left p {
    margin-left: 0.1rem;
  }
  .research-wrapper .box-1 .right {
    order: 1;
    width: 6rem;
    height: 6rem;
    margin: 0 auto;
  }
  .research-wrapper .box-1 .inner:nth-child(2) li:first-child {
    left: 11%;
    bottom: 28%;
  }
  .research-wrapper .box-1 .inner:nth-child(2) li:nth-child(2) {
    left: 23%;
  }
  .research-wrapper .box-1 .inner:nth-child(2) li:nth-child(3) {
    top: 15%;
  }
  .research-wrapper .box-1 .inner:nth-child(2) li:nth-child(4) {
    right: 14%;
    top: 43%;
  }
  .research-wrapper .box-1 .inner:last-child li:first-child {
    left: 13%;
  }
  .research-wrapper .box-1 .inner:last-child li:nth-child(2) {
    left: 31%;
    bottom: 15%;
  }
  .research-wrapper .box-1 .inner:last-child li:nth-child(3) {
    bottom: 20%;
  }
  .research-wrapper .box-1 .inner h3 {
    font-size: var(--fs20);
    line-height: 0.44rem;
  }
  .research-wrapper .box-1 .inner li {
    font-size: var(--fs14);
    line-height: 0.32rem;
  }
  .research-wrapper .box-2 .page-title-box .brief {
    font-size: var(--fs16);
  }
  .research-wrapper .box-2 .main {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform-origin: left;
  }
  .research-wrapper .box-2 .main > ul > li:nth-child(2) {
    right: 1.2rem;
  }
  .research-wrapper .box-2 .main > ul > li:nth-child(10) {
    left: 1.2rem;
  }
  .research-wrapper .box-2 .main > ul > li:nth-child(3),
  .research-wrapper .box-2 .main > ul > li:nth-child(9) {
    top: 2.7rem;
  }
  .research-wrapper .box-2 .main > ul > li:nth-child(4),
  .research-wrapper .box-2 .main > ul > li:nth-child(8) {
    top: 4.9rem;
  }
  .research-wrapper .box-2 .main > ul > li:nth-child(4) {
    right: 0;
  }
  .research-wrapper .box-2 .main > ul > li:nth-child(8) {
    left: 0;
  }
  .research-wrapper .box-2 .main > ul > li:nth-child(5),
  .research-wrapper .box-2 .main > ul > li:nth-child(7) {
    bottom: -0.36rem;
  }
  .research-wrapper .box-2 .main > ul > li:nth-child(5) {
    right: 1rem;
  }
  .research-wrapper .box-2 .main > ul > li:nth-child(6) {
    bottom: -1rem;
  }
  .research-wrapper .box-2 .main > ul > li p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.04rem;
  }
  .research-wrapper .box-2 .main > ul > li .icon {
    width: 0.9rem;
    height: 0.9rem;
  }
  .research-wrapper .box-2 .circle-box {
    top: 7%;
  }
  .research-wrapper .box-2 .circle-box li {
    width: 1.16rem;
    height: 1.16rem;
  }
  .research-wrapper .box-2 .circle-box li:first-child {
    top: 0.18rem;
    margin-left: -0.55rem;
  }
  .research-wrapper .box-2 .circle-box li:nth-child(2) {
    left: 0.44rem;
    bottom: 1.06rem;
  }
  .research-wrapper .box-2 .circle-box li:nth-child(3) {
    right: 0.44rem;
    bottom: 1.06rem;
  }
  .research-wrapper .box-2 .circle-box li img {
    height: 0.5rem;
  }
  .research-wrapper .box-2 .circle-box li p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.06rem;
  }
  .research-wrapper .box-2 .circle-box h3 {
    font-size: var(--fs18);
  }
  .research-wrapper .box-3 {
    margin-top: 0;
  }
  .research-wrapper .box-3 .brand li {
    margin-right: 0.4rem;
  }
  .research-wrapper .box-3 .brand .pic img {
    height: 0.64rem;
  }
  .research-wrapper .box-3 .list {
    margin-top: 0.8rem;
  }
  .research-wrapper .box-3 .list li {
    width: 100%;
    padding: 0.64rem 0.48rem;
    margin-bottom: 0.3rem;
    margin-top: 0;
  }
  .research-wrapper .box-3 .list li:last-child {
    margin-bottom: 0;
  }
  .research-wrapper .box-3 .list .icon {
    width: 0.8rem;
  }
  .research-wrapper .box-3 .list h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .research-wrapper .box-3 .list p {
    font-size: var(--fs15);
    line-height: 0.48rem;
  }
  .research-wrapper .box-3 .list p i {
    top: -2px;
  }
  .research-wrapper .box-4 .swiper-container {
    margin-bottom: 6px;
  }
  .charging-wrapper .box-1 h3 {
    font-size: var(--fs20);
    margin-bottom: 0.48rem;
  }
  .charging-wrapper .box-1 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .charging-wrapper .box-1 li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
    padding: 0.7rem 0.3rem 0.6rem;
  }
  .charging-wrapper .box-1 li:nth-child(3),
  .charging-wrapper .box-1 li:nth-child(4),
  .charging-wrapper .box-1 li:nth-child(5) {
    margin-top: 0.3rem;
  }
  .charging-wrapper .box-1 .icon {
    width: 1rem;
  }
  .charging-wrapper .box-1 h5 {
    font-size: var(--fs16);
    line-height: 0.48rem;
    min-height: 0.96rem;
    margin-top: 0.4rem;
  }
  .charging-wrapper .box-2 {
    background-attachment: inherit;
  }
  .charging-wrapper .box-2 .swiper-container {
    padding: 0 0.3rem;
  }
  .charging-wrapper .box-2 .container {
    margin-top: 0.48rem;
  }
  .charging-wrapper .box-2 h6 {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .charging-wrapper .box-2 .inner {
    margin-bottom: 0.2rem;
  }
  .charging-wrapper .swiper-slide a:after {
    bottom: -1px;
  }
  .charging-wrapper .swiper-slide p {
    font-size: var(--fs16);
    line-height: 0.48rem;
    height: 0.48rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    bottom: 0.25rem;
    padding: 0 0.3rem;
  }
  .charging-wrapper .left {
    width: 70%;
  }
  .charging-wrapper .swiper-pagination {
    font-size: var(--fs14);
    line-height: 0.44rem;
    position: static;
  }
  .charging-wrapper .swiper-pagination span {
    font-size: var(--fs14);
  }
  .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 8px;
    border-width: 1px;
  }
  .scene-box {
    background-attachment: inherit;
  }
  .scene-box li {
    width: 23.5%;
    padding: 0;
    margin-top: 0.4rem;
    margin-right: 2%;
  }
  .scene-box li:nth-child(-n+4) {
    margin-top: 0;
  }
  .scene-box li:nth-child(4n) {
    margin-right: 0;
  }
  .scene-box .icon {
    width: 1.04rem;
    height: 1.04rem;
  }
  .scene-box p {
    font-size: var(--fs14);
    line-height: 0.44rem;
    margin-top: 0.2rem;
  }
  .cb-wrapper .box-1 .content {
    margin-top: 0.8rem;
  }
  .cb-wrapper .box-3 {
    padding: 1rem 0;
  }
  .cb-wrapper .box-3 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cb-wrapper .box-3 .list li {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .cb-wrapper .box-3 .list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .cb-wrapper .box-3 figcaption {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .cb-wrapper .box-4 .container {
    background-attachment: inherit;
    padding: 1rem 0.3rem;
  }
  .cb-wrapper .box-4 li {
    width: 23.5%;
    margin-top: 25;
    margin-right: 2%;
  }
  .cb-wrapper .box-4 li:nth-child(-n+4) {
    margin-top: 0;
  }
  .cb-wrapper .box-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .cb-wrapper .box-4 .pic {
    border-radius: 5px;
  }
  .cb-wrapper .box-4 .pic img {
    height: 1.08rem;
  }
  .cb-wrapper .box-4 p {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0.12rem;
  }
  .partner-box {
    margin-top: 0;
    background-attachment: inherit;
  }
  .partner-box .pic {
    width: 1rem;
    height: 1rem;
    margin-right: 0.47rem;
    margin-top: 0.2rem;
  }
  .partner-box .pic:nth-child(5),
  .partner-box .pic:nth-child(14),
  .partner-box .pic:last-child {
    margin-right: 0;
  }
  .partner-box .pic:nth-child(6),
  .partner-box .pic:nth-child(15) {
    margin-left: 0.68rem;
  }
  .partner-box .btn-box {
    margin-top: 0.6rem;
  }
  .partner-box .prev {
    margin-right: 0.4rem;
  }
  .battery-box .item .container {
    display: block;
  }
  .battery-box .pic {
    width: 100%;
  }
  .battery-box .info {
    width: 100%;
    margin-bottom: 0.48rem;
  }
  .battery-box .page-title-box {
    padding-bottom: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .battery-box h5 {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .battery-box .desc,
  .battery-box .desc li {
    font-size: var(--fs15);
    line-height: 0.48rem;
  }
  .battery-box .size {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .battery-box .desc {
    margin-bottom: 0.36rem;
  }
  .battery-box .desc li {
    padding-left: 13px;
  }
  .battery-box .desc li:before {
    width: 4px;
    height: 4px;
    top: calc((0.48rem - 4px) / 2);
  }
  .battery-box .detail {
    padding-right: 0;
    max-height: inherit;
  }
  .battery-wrapper .box-2 .swiper-slide p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.06rem;
  }
  .battery-wrapper .box-2 .info {
    bottom: 0.3rem;
  }
  .battery-wrapper .box-2 h4 {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .battery-wrapper .prev {
    left: 0.2rem;
  }
  .battery-wrapper .next {
    right: 0.2rem;
  }
  .videobox .video .pic img {
    height: 6rem;
    object-fit: cover;
  }
  .videobox .video .info {
    width: 4rem;
    height: 4rem;
    margin-left: -2rem;
    margin-top: -2rem;
  }
  .videobox .circle .play {
    width: 6vw;
    height: 6vw;
    right: -3vw;
  }
  .video-modal .close {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.3rem;
    right: 0.3rem;
  }
  .esb-wrapper .box-3 .container {
    padding: 0;
  }
  .esb-wrapper .box-3 .page-title-box,
  .esb-wrapper .box-3 .swiper-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .esb-wrapper .box-3 .page-title-box {
    margin-bottom: 0.3rem;
  }
  .esb-wrapper .box-3 .swiper-slide {
    width: 60%;
    padding: 0.8rem 0.4rem;
    margin-right: 0;
  }
  .esb-wrapper .box-3 .icon {
    height: 0.8rem;
  }
  .esb-wrapper .box-3 h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .esb-wrapper .box-3 .desc {
    font-size: var(--fs15);
    line-height: 0.48rem;
  }
  .esb-wrapper .box-3 .swiper-btn {
    background-color: #fff;
  }
  .esb-wrapper .box-3 .prev {
    left: 0;
  }
  .esb-wrapper .box-3 .next {
    right: 0;
  }
  .esb-wrapper .box-4 {
    margin-top: 0.6rem;
  }
  .esb-wrapper .partner-box {
    margin-top: 0.8rem;
  }
  .market-box {
    background-attachment: inherit;
  }
  .market-box .main {
    display: block;
  }
  .market-box .data {
    width: 100%;
    padding-top: 0;
  }
  .market-box .info {
    width: 100%;
  }
  .market-box .info {
    padding: 0.8rem 0.6rem;
  }
  .market-box .info li {
    margin-bottom: 0.48rem;
  }
  .market-box .info .number {
    font-size: var(--fs20);
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .market-box .info .number i {
    font-size: var(--fs30);
  }
  .market-box .info p {
    font-size: var(--fs15);
    line-height: 0.4rem;
    margin-top: 0.1rem;
  }
  .market-box .info .desc {
    margin-top: 0.6rem;
  }
  .market-box .data {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
  }
  .market-box .data ul {
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .market-box .data li {
    margin-bottom: 0.48rem;
  }
  .market-box .data p {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0.04rem;
  }
  .market-box .data .num {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .market-box .data .num span,
  .market-box .data .num i {
    font-size: var(--fs36);
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .quality-box .page-title-box .brief b {
    font-size: var(--fs18);
  }
  .quality-box ul li {
    width: 24%;
    margin-top: 0.6rem;
    margin-right: 1.333%;
  }
  .quality-box ul li:nth-child(-n+4) {
    margin-top: 0;
  }
  .quality-box ul li:nth-child(4n) {
    margin-right: 0;
  }
  .quality-box ul li .pic img {
    height: 0.7rem;
  }
  .quality-box li p,
  .quality-box .swipe-slide p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .ces-wrapper .battery-box .desc b {
    font-size: var(--fs16);
  }
  .ces-wrapper .battery-box .item:first-child .info {
    position: relative;
  }
  .ces-wrapper .battery-box .item:first-child .info:before {
    width: 1.5rem;
    height: 3rem;
    left: auto;
    top: -0.8rem;
    right: -0.1rem;
  }
  .ces-wrapper .battery-box .item:nth-child(2) {
    background-size: 32%;
  }
  .ces-wrapper .cat {
    margin-bottom: 0.48rem;
  }
  .ces-wrapper .cat a {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-right: 0.2rem;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .ces-wrapper .cat a:last-chid {
    margin-right: 0;
  }
  .ces-wrapper .box-2 {
    background-attachment: inherit;
  }
  .ces-wrapper .box-2 .container {
    padding: 0;
  }
  .ces-wrapper .box-2 .main {
    display: block;
    padding: 0 0.3rem 0.6rem;
    margin-bottom: 0.8rem;
  }
  .ces-wrapper .box-2 .left {
    width: 100%;
  }
  .ces-wrapper .box-2 .left ul li {
    width: 100%;
    line-height: 0.48rem;
    font-size: var(--fs15);
  }
  .ces-wrapper .box-2 .left ul li:nth-child(odd) {
    padding-right: 0;
  }
  .ces-wrapper .box-2 .right {
    width: 100%;
    padding-top: 0.6rem;
  }
  .ces-wrapper .box-2 .right ul {
    flex-flow: wrap;
  }
  .ces-wrapper .box-2 .right li {
    margin-right: 0.8rem;
  }
  .ces-wrapper .box-2 .right .icon {
    height: 0.7rem;
  }
  .ces-wrapper .box-2 .right p {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-top: 0.2rem;
  }
  .ces-wrapper .box-2 .swiper-container,
  .ces-wrapper .box-2 .caption {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .ces-wrapper .box-2 .caption {
    margin-bottom: 0.3rem;
  }
  .ces-wrapper .box-2 .caption span {
    font-size: var(--fs24);
  }
  .ces-wrapper .box-2 .swiper-slide {
    width: 60%;
    margin-right: 0;
    padding: 0.6rem 0.48rem;
  }
  .ces-wrapper .box-2 h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .ces-wrapper .box-2 .desc {
    font-size: var(--fs15);
    line-height: 0.48rem;
    margin-top: 0.12rem;
  }
  .ces-wrapper .box-3 .info {
    position: static;
    width: 100%;
    margin-top: 0.48rem;
  }
  .ces-wrapper .box-3 h3 {
    font-size: var(--fs20);
    margin-bottom: 0.2rem;
    color: #333;
  }
  .ces-wrapper .box-3 .desc {
    line-height: 0.48rem;
    margin-bottom: 0.48rem;
    max-height: 4.8rem;
    padding-right: 0.2rem;
  }
  .ces-wrapper .box-3 .desc::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .ces-wrapper .box-3 .desc ul {
    padding-left: 0.36rem;
    margin-bottom: 0.48rem;
  }
  .ces-wrapper .box-3 .desc b {
    color: #333;
    font-size: var(--fs18);
  }
  .ces-wrapper .box-3 .desc,
  .ces-wrapper .box-3 .desc li {
    font-size: var(--fs15);
    color: #666;
  }
  .video-box iframe {
    height: 4rem;
  }
  .about-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .about-wrapper .video-box {
    margin-bottom: 0.6rem;
  }
  .about-wrapper .video-box .play {
    width: 0.6rem;
    height: 0.6rem;
    margin-left: -0.3rem;
    margin-top: -0.3rem;
  }
  .about-wrapper .value-box {
    margin-top: 0.6rem;
  }
  .about-wrapper .value-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;
    list-style: none;
  }
  .about-wrapper .value-box li {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .about-wrapper .value-box li:last-child {
    margin-bottom: 0;
  }
  .about-wrapper .value-box .info {
    padding: 0.88rem 0.48rem 0.4rem;
  }
  .about-wrapper .value-box p {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .about-wrapper .value-box h3 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-top: 0.2rem;
  }
  .about-wrapper .data-box {
    margin-top: 1rem;
  }
  .about-wrapper .data-box ul {
    flex-flow: wrap;
    justify-content: flex-start;
  }
  .about-wrapper .data-box li {
    width: 32%;
    margin-top: 0.4rem;
    margin-right: 2%;
  }
  .about-wrapper .data-box li:nth-child(3n) {
    margin-right: 0;
  }
  .about-wrapper .data-box li:nth-child(-n+3) {
    margin-top: 0;
  }
  .about-wrapper .data-box .num {
    font-size: var(--fs16);
  }
  .about-wrapper .data-box .num span {
    margin-right: 0.06rem;
  }
  .about-wrapper .data-box .num span,
  .about-wrapper .data-box .num i {
    font-size: 0.56rem;
    line-height: 0.44rem;
    height: 0.44rem;
  }
  .about-wrapper .data-box p {
    font-size: var(--fs14);
    line-height: 0.4rem;
    text-align: left;
    margin-top: 0.06rem;
  }
  .about-wrapper .box-2 {
    background-attachment: inherit;
    height: auto;
  }
  .about-wrapper .box-2 .swiper-container:before,
  .about-wrapper .box-2 .swiper-container:after {
    width: 16%;
    transform: none;
    top: 0.49rem;
  }
  .about-wrapper .box-2 .swiper-container:before {
    left: 0.78rem;
  }
  .about-wrapper .box-2 .swiper-container:after {
    right: 0.78rem;
  }
  .about-wrapper .box-2 .swiper-box:before,
  .about-wrapper .box-2 .swiper-box:after {
    display: none;
  }
  .about-wrapper .box-2 .swiper-slide h2 {
    font-size: 1rem;
    line-height: 1rem;
    height: 1rem;
  }
  .about-wrapper .box-2 .swiper-slide p {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.4rem;
  }
  .about-wrapper .box-2 .left,
  .about-wrapper .box-2 .right {
    top: 0.2rem;
    transform: none;
  }
  .about-wrapper .box-2 .left span,
  .about-wrapper .box-2 .right span {
    display: none;
  }
  .about-wrapper .box-2 .left {
    left: 0.3rem;
  }
  .about-wrapper .box-2 .left span {
    margin-right: 0;
  }
  .about-wrapper .box-2 .right {
    right: 0.3rem;
  }
  .about-wrapper .box-2 .right span {
    margin-left: 0;
  }
  .about-wrapper .box-3 .year-box {
    margin-top: 0.8rem;
  }
  .about-wrapper .box-3 .year-box .swiper-container {
    padding-top: 0.3rem;
  }
  .about-wrapper .box-3 .year-box .swiper-slide {
    width: 33.33%;
  }
  .about-wrapper .box-3 .year-box .swiper-slide p {
    line-height: 0.44rem;
    margin-top: 0;
  }
  .about-wrapper .box-3 .year-box .icon {
    width: 0.3rem;
    height: 0.3rem;
  }
  .about-wrapper .box-3 .detail-box .swiper-slide {
    display: block;
  }
  .about-wrapper .box-3 .detail-box .pic {
    width: 100%;
  }
  .about-wrapper .box-3 .detail-box .info {
    width: 100%;
    display: block;
  }
  .about-wrapper .box-3 .detail-box .inner {
    padding: 0.6rem 0.48rem;
  }
  .about-wrapper .box-3 .year {
    font-size: var(--fs48);
  }
  .about-wrapper .box-3 .line {
    width: 0.6rem;
    margin: 0.36rem 0 0.48rem;
  }
  .about-wrapper .box-3 .desc,
  .about-wrapper .box-3 .desc li {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .year-box:before {
    bottom: 0.24rem;
  }
  .about-wrapper .year-box .box-container {
    padding: 0 0.8rem;
  }
  .about-wrapper .quality-box {
    margin-top: 1.2rem;
  }
  .about-wrapper .box-5 {
    margin-top: -1px;
    padding-top: 1rem;
  }
  .about-wrapper .box-5 .main {
    margin-top: 0.8rem;
  }
  .about-wrapper .box-5 ul {
    display: none;
  }
  .about-wrapper .box-6 .main {
    display: block;
  }
  .about-wrapper .box-6 .main .info {
    width: 100%;
    padding: 0.8rem 0.64rem;
  }
  .about-wrapper .box-6 .main .info h4 {
    font-size: var(--fs20);
    margin-bottom: 0.4rem;
  }
  .about-wrapper .box-6 .main .info .tel {
    line-height: 0.48rem;
  }
  .about-wrapper .box-6 .main .info .address {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .box-6 .main .info p {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .about-wrapper .box-6 .main .info p img {
    width: 0.3rem;
  }
  .about-wrapper .box-6 .contact li {
    margin-bottom: 0.3rem;
  }
  .about-wrapper .box-6 .contact p {
    margin-bottom: 0.2rem;
  }
  .about-wrapper .box-6 .qrcode {
    margin-top: 0.6rem;
  }
  .about-wrapper .box-6 .qrcode li {
    width: 1.4rem;
    margin-right: 0.3rem;
  }
  .about-wrapper .box-6 .qrcode p {
    margin-top: 0.1rem;
  }
  .about-wrapper .box-6 .map {
    width: 100%;
    height: 5rem;
  }
  .about-wrapper .box-6 .list {
    margin-top: 0.8rem;
  }
  .about-wrapper .box-6 .list li {
    width: 100%;
    margin-top: 0;
    padding: 0.5rem;
    margin-bottom: 0.3rem;
  }
  .about-wrapper .box-6 .list li:last-child {
    margin-bottom: 0;
  }
  .about-wrapper .box-6 .list .title {
    font-size: var(--fs20);
    padding-bottom: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .about-wrapper .box-6 .list .title a {
    font-size: var(--fs14);
    margin-left: 0.4rem;
  }
  .about-wrapper .box-6 .list .title img {
    width: 0.2rem;
  }
  .about-wrapper .box-6 .list p {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-bottom: 0.2rem;
    padding-left: 0.6rem;
  }
  .about-wrapper .box-6 .list p img {
    width: 0.3rem;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.64rem;
}
.pageNum a {
  display: inline-block;
  color: #000;
  font-size: var(--fs16);
  margin: 0 8px;
  width: 0.56rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 50%;
  background-color: #fff;
  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;
  vertical-align: top;
}
.pageNum .button {
  min-width: 1.28rem;
  padding: 0 0.2rem;
  border-radius: 0.28rem;
}
.pageNum .dot {
  line-height: 0.46rem;
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background: #3eba41;
}
.pageMore {
  display: none;
  margin-top: 30px;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #3eba41;
  color: #fff;
  font-size: 12px;
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
.search-wrapper .result {
  margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: var(--fs16);
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #eee;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #eee;
}
.search-wrapper .list li:hover .title {
  color: #3eba41;
}
.search-wrapper .list li a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
  font-family: "mr";
}
.website-wrapper .main ul {
  background: #fff;
  list-style: none;
}
.website-wrapper .main ul li {
  padding: 22px 0;
  background: url(../img/line.jpg) repeat-x left bottom;
}
.website-wrapper .main ul li .cat {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.website-wrapper .main ul li .cat:hover {
  color: #3eba41;
}
.website-wrapper .main ul li .navs {
  font-size: 0;
  margin-top: 12px;
}
.website-wrapper .main ul li .navs a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #666;
  margin-right: 40px;
  margin-bottom: 15px;
  min-width: 230px;
}
.website-wrapper .main ul li .navs a:last-child {
  margin-right: 0;
}
.website-wrapper .main ul li .navs a span {
  display: inline-block;
  background: url(../img/border.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.5s ease;
}
.website-wrapper .main ul li .navs a:hover {
  color: #3eba41;
}
.website-wrapper .main ul li .navs a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.website-wrapper .main ul li .navs a:hover:before {
  background: url(../img/icon3.png) no-repeat left center;
}
.website-wrapper .main ul li .navs a:before {
  position: relative;
  top: -1px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 7px;
  background: url(../img/icon2.png) no-repeat left center;
  margin-right: 10px;
}
@media screen and (max-width: 1600px) {
  .pageNum a {
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
  }
  .pageNum .dot {
    line-height: 0.38rem;
  }
  .website-wrapper .main ul li .navs a {
    min-width: 190px;
  }
}
@media screen and (max-width: 1004px) {
  .page-wrapper .content {
    line-height: 0.48rem;
  }
  .search-wrapper .result {
    margin-bottom: 0.3rem;
  }
  .search-wrapper .result span {
    font-size: var(--fs14);
    margin-right: 0.48rem;
  }
  .search-wrapper .list li a {
    padding: 0.2rem 0;
  }
  .search-wrapper .list .title {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-right: 0.6rem;
  }
  .search-wrapper .list p {
    font-size: var(--fs14);
  }
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
  .website-wrapper .main ul li {
    padding: 0.32rem 0;
  }
  .website-wrapper .main ul li:first-child {
    padding-top: 0;
  }
  .website-wrapper .main ul li .cat {
    font-size: 15px;
  }
  .website-wrapper .main ul li .navs {
    margin-top: 8px;
    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;
  }
  .website-wrapper .main ul li .navs a {
    position: relative;
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    min-width: inherit;
    font-size: 13px;
  }
  .website-wrapper .main ul li .navs a:nth-child(3n) {
    margin-right: 0;
  }
  .website-wrapper .main ul li .navs a:before {
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 10;
    margin-right: 0;
  }
}
.imgScale {
  position: relative;
}
.imgScale:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.imgScale:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.imgScale:before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-webkit-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-moz-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@-ms-keyframes circle-chart-fill {
  to {
    stroke-dasharray: 0 100;
  }
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #3eba41;
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs48: 44px;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs16: 15px;
    --fs18: 16px;
    --fs20: 17px;
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs48: 0.4rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs16: 14px;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
  }
}
@media screen and (max-width: 1004px) {
  :root {
    --fs14: 0.24rem;
    --fs15: 0.26rem;
    --fs16: 0.28rem;
    --fs18: 0.3rem;
    --fs20: 0.32rem;
    --fs22: 0.36rem;
    --fs24: 0.38rem;
    --fs28: 0.4rem;
    --fs30: 0.42rem;
    --fs36: 0.44rem;
    --fs40: 0.46rem;
    --fs48: 0.48rem;
  }
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
