.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.box-container {
  width: 15.36rem;
  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;
}
@font-face {
  font-family: "hb";
  src: url('../fonts/HarmonyOS_Sans_Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}

.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
  --fs60: 60px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content {
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.white .header-wrapper {
  position: sticky;
}
.border .header-wrapper {
  border-bottom: 1px solid #f7f8f9;
}
.white .header-wrapper,
.header-wrapper.shadow,
.header-wrapper.on {
  background: #fff;
}
.white .header-wrapper .logo-box .init,
.header-wrapper.shadow .logo-box .init,
.header-wrapper.on .logo-box .init {
  display: none;
}
.white .header-wrapper .logo-box .on,
.header-wrapper.shadow .logo-box .on,
.header-wrapper.on .logo-box .on {
  display: block;
}
.white .header-wrapper .pc-nav-box li.on > a,
.header-wrapper.shadow .pc-nav-box li.on > a,
.header-wrapper.on .pc-nav-box li.on > a,
.white .header-wrapper .pc-nav-box li:hover > a,
.header-wrapper.shadow .pc-nav-box li:hover > a,
.header-wrapper.on .pc-nav-box li:hover > a {
  color: #b00700;
}
.white .header-wrapper .pc-nav-box li.on > a:after,
.header-wrapper.shadow .pc-nav-box li.on > a:after,
.header-wrapper.on .pc-nav-box li.on > a:after,
.white .header-wrapper .pc-nav-box li:hover > a:after,
.header-wrapper.shadow .pc-nav-box li:hover > a:after,
.header-wrapper.on .pc-nav-box li:hover > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.white .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;
}
.white .header-wrapper .search,
.header-wrapper.shadow .search,
.header-wrapper.on .search {
  background-image: url(../img/search2.png);
}
.header-wrapper {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  transition: background 0.35s ease;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
  background: url(../img/headerbg.png) repeat-x;
}
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
}
.header-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 1.2rem;
  transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
}
.header-wrapper .logo-box {
  width: 21.8%;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .logo-box .init {
  display: block;
}
.header-wrapper .logo-box .on {
  display: none;
}
.header-wrapper .search {
  cursor: pointer;
  width: 0.2rem;
  height: 0.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/search.png);
}
.pc-nav-box {
  margin: 0 0.9rem;
  flex: 1;
}
.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 */
  justify-content: flex-end;
}
.pc-nav-box li {
  margin-right: 0.54rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover > a {
  color: #b00700;
}
.pc-nav-box li:hover > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
}
.pc-nav-box li:hover .nav a {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box li > a {
  position: relative;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: var(--fs16);
  color: #fff;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.pc-nav-box li > a:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background: #b00700;
  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.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.pc-nav-box a {
  display: block;
}
.pc-nav-box .nav {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  top: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.35s ease;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
}
.pc-nav-box .nav a {
  display: inline-block;
  line-height: 0.8rem;
  color: #fff;
  margin-right: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -moz-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  -o-transform: translateY(0.5rem);
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
}
.pc-nav-box .nav a:last-child {
  margin-right: 0;
}
.pc-nav-box .nav a:hover {
  color: #b00700;
  transition-delay: 0s;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1.2rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* 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: #b00700;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media screen and (min-width: 1004px) {
  .header-wrapper:hover {
    background: #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: #b00700;
  }
  .header-wrapper:hover .pc-nav-box li.on > a:after,
  .header-wrapper:hover .pc-nav-box li:hover > a:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .header-wrapper:hover .pc-nav-box li > a {
    color: #333;
  }
  .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
}
@media screen and (max-width: 1600px) {
  .header-wrapper .box-container {
    height: 1.1rem;
  }
  .pc-nav-box li > a {
    height: 1.1rem;
    line-height: 1.1rem;
  }
  .search-form {
    top: 1.1rem;
  }
}
@media screen and (max-width: 1440px) {
  .header-wrapper .box-container {
    height: 1rem;
  }
  .pc-nav-box li > a {
    height: 1rem;
    line-height: 1rem;
  }
  .search-form {
    top: 1rem;
  }
}
@media screen and (max-width: 1004px) {
  .content {
    font-size: 0.26rem;
    line-height: 0.48rem;
  }
  .white .nav-icon span,
  .header-wrapper.on .nav-icon span,
  .header-wrapper.shadow .nav-icon span {
    background-color: #333;
  }
  .nav-icon {
    font-size: 0;
    width: 0.48rem;
    height: 0.48rem;
    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: 0.04rem;
    background-color: #fff;
    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;
    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: #b00700;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #b00700;
    font-weight: 700;
  }
  .phone-nav ul li.active .cat:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li > a {
    position: relative;
    display: block;
    font-size: 0.3rem;
    color: #333;
    line-height: 0.96rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .cat:before,
  .phone-nav ul li .cat:after {
    content: "";
    display: inline-block;
    background: #b00700;
    position: absolute;
    z-index: 10;
  }
  .phone-nav ul li .cat:before {
    width: 0.06rem;
    height: 0.26rem;
    right: 0.4rem;
    top: 0.36rem;
    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;
  }
  .phone-nav ul li .cat:after {
    width: 0.26rem;
    height: 0.06rem;
    right: 0.3rem;
    top: 0.46rem;
  }
  .phone-nav ul li.on > a {
    font-weight: 700;
    color: #b00700;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .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;
  }
  .pc-nav-box {
    display: none;
  }
  .header-wrapper {
    background-size: 100% 100%;
  }
  .header-wrapper .box-container {
    height: 1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box {
    width: 46%;
  }
  .header-wrapper .logo-box a {
    display: block;
  }
  .header-wrapper .logo-box img {
    width: 100%;
  }
  .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 */
  }
  .header-wrapper .search {
    display: none;
  }
}
.footer-wrapper {
  padding: 1.1rem 0 0.76rem;
  background: #1d2c41;
}
.footer-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs14);
  color: rgba(255, 255, 255, 0.6);
}
.footer-wrapper .copyright {
  line-height: 0.3rem;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-wrapper .left {
  width: 68%;
}
.footer-wrapper .right {
  width: 2.46rem;
  text-align: right;
}
.footer-wrapper .qrcode {
  text-align: center;
  width: 1.18rem;
  margin-right: 0;
  margin-left: auto;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
}
.footer-wrapper .qrcode img {
  display: block;
  width: 100%;
}
.footer-wrapper .tel-box {
  margin: 0.5rem auto 0.4rem;
}
.footer-wrapper .tel-box p {
  font-size: var(--fs14);
  color: #7f7f7f;
  line-height: 20px;
  margin-bottom: 0.14rem;
}
.footer-wrapper .tel {
  font-family: "hb";
  font-size: var(--fs30);
  color: #fff;
  line-height: 0.3rem;
}
.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(--fs16);
  color: #fff;
}
.footer-nav-box li > a:hover {
  color: #b00700;
}
.footer-nav-box .nav {
  margin-top: 0.26rem;
}
.footer-nav-box .nav a {
  font-size: var(--fs14);
  color: rgba(255, 255, 255, 0.6);
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer-nav-box a {
  display: block;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.link {
  font-size: 0;
  margin: 0.72rem auto 0.14rem;
}
.link a {
  position: relative;
  font-size: var(--fs14);
  margin-right: 0.3rem;
  display: inline-block;
  vertical-align: top;
  line-height: 0.3rem;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.link a:hover {
  color: #fff;
}
.link a:last-child {
  margin-right: 0;
}
.friendlink {
  margin-top: 0.36rem;
  width: 100%;
  text-align: left;
}
.friendlink .box {
  position: relative;
  width: 100%;
}
.friendlink .name {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--fs14);
  border: solid 1px rgba(160, 160, 159, 0.3);
  height: 0.42rem;
  line-height: 0.4rem;
  padding: 0 0.4rem 0 0.18rem;
  background-image: url(../img/up.png);
  background-repeat: no-repeat;
  font-family: inherit;
  background-position: right 0.18rem center;
}
.friendlink .list {
  font-size: 0;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 10;
  display: none;
  background-color: #1d2c41;
  max-height: 2.58rem;
  overflow-y: auto;
  border: solid 1px rgba(160, 160, 159, 0.3);
  border-bottom: none;
}
.friendlink .list::-webkit-scrollbar {
  width: 3px;
  background-color: #f7f8f9;
}
.friendlink .list::-webkit-scrollbar-thumb {
  background-color: #b00700;
}
.friendlink .list a {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  line-height: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--fs14);
  border-bottom: solid 1px rgba(160, 160, 159, 0.3);
  padding: 0 0.4rem 0 0.18rem;
}
.friendlink .list a:hover {
  color: #fff;
}
.friendlink .list a:last-child {
  border-bottom: none;
}
.share {
  font-size: 0;
}
.share a {
  position: relative;
  display: inline-block;
  width: 0.43rem;
  height: 0.43rem;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 0.2rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.share a:last-child {
  margin-right: 0;
}
.share a:first-child:hover {
  background-color: #2dc100;
  box-shadow: 4px 9px 18px 0px rgba(45, 193, 0, 0.3);
}
.share a:nth-child(2):hover {
  background-color: #110a17;
  box-shadow: 4px 9px 18px 0px rgba(17, 10, 23, 0.3);
}
.share a:nth-child(3):hover {
  background-color: #d32024;
  box-shadow: 4px 9px 18px 0px rgba(211, 32, 36, 0.3);
}
.share a:hover .init {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  opacity: 0;
  visibility: hidden;
}
.share a:hover .on {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.share img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: contain;
  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;
}
.share .on {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1600px) {
  .footer-wrapper {
    padding: 1rem 0 0.6rem;
  }
  .footer-nav-box .nav {
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer-wrapper {
    padding: 0.9rem 0 0.54rem;
  }
  .footer-nav-box .nav {
    margin-top: 0.16rem;
  }
}
@media screen and (max-width: 1004px) {
  .friendlink {
    width: 70%;
    margin: 0 auto;
  }
  .friendlink .name {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.6rem 0 0.3rem;
    font-size: 0.24rem;
    background-position: right 0.3rem center;
    background-size: 0.22rem;
  }
  .friendlink .list {
    max-height: 4.1rem;
  }
  .friendlink .list a {
    font-size: 0.28rem;
    line-height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.24rem;
  }
  .footer-wrapper {
    padding: 1.2rem 0 0.7rem;
  }
  .footer-wrapper .box-container {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .footer-wrapper .copyright {
    text-align: center;
    line-height: 0.44rem;
    margin-top: 0.5rem;
  }
  .footer-wrapper .left {
    width: 100%;
  }
  .footer-wrapper .right {
    width: 100%;
    text-align: center;
  }
  .footer-wrapper .qrcode {
    width: 2.4rem;
    margin: 0 auto;
  }
  .footer-wrapper .tel-box {
    margin: 0.5rem auto 0.4rem;
  }
  .footer-wrapper .tel-box p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .footer-wrapper .tel {
    font-size: var(--fs36);
    line-height: 0.48rem;
  }
  .footer-nav-box {
    display: none;
  }
  .link {
    display: none;
  }
  .share {
    margin-bottom: 0.6rem;
  }
  .share a {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.3rem;
  }
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.index-banner-wrapper .info {
  width: 40%;
  position: absolute;
  top: 50%;
  transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  z-index: 10;
  padding-top: 1rem;
  left: calc((100% - 15.36rem) / 2);
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.35s;
}
.index-banner-wrapper h3 {
  display: inline-block;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 0.8rem;
}
.index-banner-wrapper .en {
  font-size: var(--fs36);
  line-height: 0.36rem;
  font-family: "cn_light";
  letter-spacing: 0.1rem;
  color: #ffffff;
  margin-top: 0.2rem;
}
.index-banner-wrapper .desc {
  font-size: var(--fs36);
  color: #fff;
  font-weight: 700;
  line-height: 0.48rem;
  margin-top: 0.18rem;
}
.index-banner-wrapper .brief {
  font-size: var(--fs30);
  color: #fff;
  line-height: 0.36rem;
  font-family: "cn_light";
  margin-top: 0.3rem;
}
.index-banner-wrapper .imore {
  margin-top: 0.75rem;
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  margin-top: -0.19rem;
  left: 50%;
  margin-left: -0.19rem;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 0.75rem;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.17rem;
  opacity: 1;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.page-banner-wrapper {
  position: relative;
}
.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 */
  padding-top: 1rem;
  align-items: center;
}
.page-banner-wrapper h2,
.page-banner-wrapper .en {
  color: #fff;
}
.page-banner-wrapper h2 {
  font-size: 0.54rem;
  line-height: 0.6rem;
}
.page-banner-wrapper .en {
  font-size: var(--fs24);
  line-height: 0.3rem;
  margin-top: 0.07rem;
  text-transform: uppercase;
  font-family: "arial";
}
.imore {
  position: relative;
  display: block;
  width: 1.5rem;
  line-height: 0.45rem;
  text-align: center;
  color: #fff;
  font-size: var(--fs16);
  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;
}
.imore:hover {
  color: #b00700;
  border-color: #fff;
}
.imore:before,
.imore:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  border-radius: 24px;
}
.imore:after {
  left: 0;
  top: 0;
  border: solid 2px rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
.imore:before {
  -webkit-mask: url(../img/btn-bg.png);
  -webkit-mask-size: 2400% 100%;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #fff;
  animation: maskToShow1 0.6s steps(23) forwards;
}
.imore:hover:before {
  animation: maskToShow 0.4s steps(23) forwards;
}
.imore:hover i {
  background-image: url(../img/right2.png);
  transform: translateX(0.06rem);
  -webkit-transform: translateX(0.06rem);
  -moz-transform: translateX(0.06rem);
  -ms-transform: translateX(0.06rem);
  -o-transform: translateX(0.06rem);
}
.imore.medium {
  width: 1.8rem;
  line-height: 0.57rem;
}
.imore.medium:before,
.imore.medium:after {
  border-radius: 28px;
}
.imore.on:before {
  background: #e60012;
  animation: maskToShow 0.4s steps(23) forwards;
}
.imore.on:after {
  border-color: #e60012;
}
.imore.on:hover {
  border-color: #fff;
}
.imore.on:hover:before {
  background-color: #fff;
}
.imore.on:hover:after {
  border-color: #fff;
}
.imore span {
  position: relative;
  z-index: 2;
}
.imore i {
  display: inline-block;
  width: 6px;
  height: 10px;
  background-image: url(../img/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.1rem;
  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;
}
.page-box,
.padding {
  padding: 1.2rem 0;
}
@keyframes maskToShow {
  0% {
    -webkit-mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
  }
}
@keyframes maskToShow1 {
  0% {
    -webkit-mask-position: 100% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-nav-wrapper {
    position: relative;
    z-index: 10;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
  }
  .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(--fs16);
    line-height: 0.8rem;
    margin-right: 0.7rem;
    background: url(../img/line.jpg) no-repeat;
    background-size: 0 2px;
    background-position: 100% 100%;
    transition: background-size 0.7s ease, color 0.1s ease;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #d80010;
    background-size: 100% 2px;
    background-position: 0 100%;
  }
  .index-banner-wrapper .black h3 {
    color: #000;
  }
  .index-banner-wrapper .black .desc {
    color: #333;
    font-weight: 500;
    margin-top: 0.25rem;
    line-height: 0.6rem;
  }
  .index-banner-wrapper .black .imore {
    color: #333;
  }
  .index-banner-wrapper .black .imore:hover {
    color: #b00700;
  }
  .index-banner-wrapper .black .imore:hover:after {
    border-color: #fff;
  }
  .index-banner-wrapper .black .imore:hover i {
    background-image: url(../img/right2.png);
  }
  .index-banner-wrapper .black .imore:after {
    border-color: rgba(51, 51, 51, 0.5);
  }
  .index-banner-wrapper .black .imore i {
    background-image: url(../img/right5.png);
  }
}
@media screen and (max-width: 1600px) {
  .index-banner-wrapper .info {
    left: calc((100% - 14rem) / 2);
  }
  .index-banner-wrapper h3 {
    font-size: 0.68rem;
  }
  .index-banner-wrapper .en {
    letter-spacing: 0.09rem;
  }
  .index-banner-wrapper .info {
    padding-top: 0.5rem;
  }
  .page-box,
  .padding {
    padding: 1.1rem 0;
  }
  .page-banner-wrapper h2 {
    font-size: 0.52rem;
  }
  .page-nav-wrapper .nav > a {
    line-height: 0.76rem;
    margin-right: 0.54rem;
  }
}
@media screen and (max-width: 1440px) {
  .index-banner-wrapper .en {
    letter-spacing: 0.08rem;
  }
  .index-banner-wrapper h3 {
    font-size: 0.64rem;
  }
  .page-box,
  .padding {
    padding: 1rem 0;
  }
  .page-banner-wrapper h2 {
    font-size: 0.5rem;
  }
  .page-nav-wrapper .nav > a {
    line-height: 0.72rem;
    margin-right: 0.48rem;
  }
}
@media screen and (max-width: 1366px) {
  .page-banner-wrapper h2 {
    font-size: 0.48rem;
  }
  .index-banner-wrapper h3 {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1004px) {
  .index-banner-wrapper .swiper-slide img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .info {
    width: 90%;
    padding-top: 0;
    left: 0.3rem;
    text-align: center;
    display: block;
    top: 34%;
  }
  .index-banner-wrapper .desc {
    text-align: center;
  }
  .index-banner-wrapper h3 {
    font-size: var(--fs30);
    line-height: 0.7rem;
  }
  .index-banner-wrapper .en {
    font-size: var(--fs24);
    line-height: 0.48rem;
    letter-spacing: 0;
    margin-top: 0;
  }
  .index-banner-wrapper .desc {
    font-size: var(--fs20);
    line-height: 0.4rem;
    margin-top: 0.1rem;
  }
  .index-banner-wrapper .brief {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-top: 0.1rem;
  }
  .index-banner-wrapper .black h3 {
    line-height: 0.6rem;
  }
  .index-banner-wrapper .black .desc {
    margin-top: 0.12rem;
    line-height: 0.48rem;
    font-size: var(--fs18);
  }
  .index-banner-wrapper .imore {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.25rem;
  }
  .index-banner-wrapper .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
  }
  .index-banner-wrapper .swiper-pagination-bullet svg {
    width: 0.44rem;
    height: 0.44rem;
    margin-top: -0.22rem;
    margin-left: -0.22rem;
  }
  .index-banner-wrapper .swiper-pagination {
    bottom: 0.48rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.24rem;
  }
  .border .page-banner-wrapper .info {
    padding-top: 0;
  }
  .page-banner-wrapper .info {
    padding-top: 1rem;
  }
  .page-banner-wrapper img {
    height: 3.6rem;
    object-fit: cover;
  }
  .page-banner-wrapper h2 {
    font-size: var(--fs30);
    line-height: 0.48rem;
  }
  .page-banner-wrapper .en {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .imore {
    width: 2.1rem;
    line-height: 0.68rem;
    font-size: 0.24rem;
  }
  .imore:after {
    border-width: 1px;
  }
  .imore i {
    width: 6px;
    height: 10px;
    margin-left: 0.2rem;
  }
  .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: #b00700;
    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;
  }
}
.index-title-box {
  text-align: center;
  padding-top: 1.2rem;
  margin-bottom: 0.4rem;
}
.index-title-box.white h3,
.index-title-box.white p {
  color: #fff;
}
.index-title-box.white .line {
  background-color: #fff;
}
.index-title-box h3 {
  font-size: var(--fs48);
  line-height: 0.6rem;
}
.index-title-box p {
  font-size: var(--fs18);
  color: #999;
  line-height: 0.3rem;
  text-transform: uppercase;
  margin: 0.04rem auto 0.12rem;
}
.index-title-box .line {
  width: 0.3rem;
  height: 0.04rem;
  background-color: #e60012;
  border-radius: 2px;
  margin: 0 auto;
}
.index-box-1:after {
  content: "";
  width: 100%;
  height: 41.65%;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.index-box-1 .cat-box {
  position: relative;
  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 */
  justify-content: center;
  margin-bottom: 0.36rem;
  z-index: 2;
}
.index-box-1 .cat-box a {
  position: relative;
  min-width: 1.8rem;
  line-height: 0.57rem;
  font-size: var(--fs16);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin-right: 0.4rem;
  padding: 0 0.2rem;
}
.index-box-1 .cat-box a:last-child {
  margin-right: 0;
}
.index-box-1 .cat-box a.on {
  color: #fff;
}
.index-box-1 .cat-box a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.index-box-1 .cat-box a:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #e60012;
  border-radius: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transform: scale(0.65);
  -webkit-transform: scale(0.65);
  -moz-transform: scale(0.65);
  -ms-transform: scale(0.65);
  -o-transform: scale(0.65);
  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;
}
.index-box-1 .cat-box span {
  position: relative;
  z-index: 1;
}
.index-box-1 .item {
  position: relative;
  z-index: 2;
  padding-bottom: 0.83rem;
  display: none;
}
.index-box-1 .swiper-slide {
  text-align: center;
  width: 33.33%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-box-1 .swiper-slide a {
  width: 90%;
  margin: 0 auto;
  display: block;
  transform: scale(0.6895);
  -webkit-transform: scale(0.6895);
  -moz-transform: scale(0.6895);
  -ms-transform: scale(0.6895);
  -o-transform: scale(0.6895);
  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;
}
.index-box-1 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-1 .swiper-slide:hover h5 {
  color: #b00700;
}
.index-box-1 .swiper-slide.swiper-slide-active {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-1 .swiper-slide.swiper-slide-active .brief {
  opacity: 1;
  visibility: visible;
}
.index-box-1 .swiper-slide.swiper-slide-active a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-1 .swiper-slide.swiper-slide-active figure {
  opacity: 1;
}
.index-box-1 .swiper-slide.swiper-slide-active figure:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.index-box-1 figure {
  position: relative;
  padding-bottom: 0.4rem;
  opacity: 0.4;
  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;
}
.index-box-1 figure:after {
  content: "";
  width: 67.58%;
  height: 0.3rem;
  position: absolute;
  left: 16.21%;
  bottom: 0;
  z-index: 10;
  background: url(../img/shadow.png) no-repeat center center;
  background-size: 100% 100%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  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;
}
.index-box-1 .info {
  margin-top: 0.3rem;
}
.index-box-1 h5 {
  font-size: var(--fs36);
  line-height: 0.48rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  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;
}
.index-box-1 .brief {
  font-size: var(--fs16);
  color: #666;
  opacity: 0;
  visibility: hidden;
  margin-top: 0.16rem;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.6rem;
}
.index-box-1 .swiper-btn {
  width: 0.34rem;
  height: 0.14rem;
  top: auto;
  bottom: 1.76rem;
  transform: none;
}
.index-box-1 .prev {
  left: 38.23%;
  background-image: url(../img/prev.png);
}
.index-box-1 .prev:hover {
  background-image: url(../img/prev2.png);
}
.index-box-1 .next {
  right: 38.23%;
  background-image: url(../img/next.png);
}
.index-box-1 .next:hover {
  background-image: url(../img/next2.png);
}
.index-box-2 {
  position: relative;
}
.index-box-2 .main {
  position: relative;
}
.index-box-2 .detail-box {
  position: relative;
}
.index-box-2 .detail-box .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.index-box-2 .detail-box .swiper-slide-active .info {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.index-box-2 .detail-box .pic {
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-2 .detail-box .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: url(../img/index2bg.png) repeat-y;
}
.index-box-2 .detail-box .info {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.35s;
  transform: translateY(1.5rem);
  -webkit-transform: translateY(1.5rem);
  -moz-transform: translateY(1.5rem);
  -ms-transform: translateY(1.5rem);
  -o-transform: translateY(1.5rem);
}
.index-box-2 .detail-box h5 {
  font-size: var(--fs36);
  color: #fff;
  line-height: 0.48rem;
}
.index-box-2 .info {
  position: absolute;
  left: calc((100% - 15.36rem) / 2);
  top: 0;
  z-index: 10;
  width: 3.96rem;
  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 */
  padding-bottom: 1.42rem;
  align-items: center;
}
.index-box-2 .info .inner {
  width: 100%;
}
.index-box-2 .desc {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.3rem;
  margin: 0.46rem auto 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  max-height: 1.8rem;
}
.index-box-2 .cat-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.index-box-2 .cat-box .swiper-slide {
  width: 16.66%;
  text-align: center;
  padding: 0.38rem 0.3rem 0.32rem;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.index-box-2 .cat-box .swiper-slide:last-child {
  border-right: none;
}
.index-box-2 .cat-box .swiper-slide:hover .icon {
  transform: rotateY(180deg);
}
.index-box-2 .cat-box .swiper-slide.on {
  background-color: #e60012;
}
.index-box-2 .cat-box p {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.06rem;
}
.index-box-2 .icon {
  width: 0.36rem;
  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;
}
.index-box-3 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1.8rem;
}
.index-box-3 .left {
  width: 25.52%;
  padding-left: calc((100% - 15.36rem) / 2);
}
.index-box-3 .inner {
  position: relative;
  height: 100%;
}
.index-box-3 .index-title-box {
  text-align: left;
  padding-top: 0;
  margin-bottom: 1.12rem;
}
.index-box-3 .index-title-box .line {
  margin-right: 0;
  margin-left: 0;
}
.index-box-3 .cat a {
  position: relative;
  display: block;
  font-size: var(--fs16);
  color: #999;
  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;
  margin-bottom: 0.25rem;
}
.index-box-3 .cat a:last-child {
  margin-bottom: 0;
}
.index-box-3 .cat a:hover,
.index-box-3 .cat a.on {
  color: #b00700;
  padding-left: 0.42rem;
}
.index-box-3 .cat a:hover:before,
.index-box-3 .cat a.on:before {
  width: 0.3rem;
}
.index-box-3 .cat a:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #b00700;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  z-index: 1;
  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-box-3 .btns {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
.index-box-3 .btns a {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #e1e1e1;
  background-size: 0.15rem;
  background-position: center center;
  background-repeat: no-repeat;
  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-box-3 .btns a:hover {
  background-color: #e60012;
  border-color: #b00700;
}
.index-box-3 .prev {
  margin-bottom: 0.3rem;
  background-image: url(../img/i-prev.png);
}
.index-box-3 .prev:hover {
  background-image: url(../img/i-prev2.png);
}
.index-box-3 .next {
  background-image: url(../img/i-next.png);
}
.index-box-3 .next:hover {
  background-image: url(../img/i-next2.png);
}
.index-box-3 .right {
  width: 70%;
  margin-right: 0.17rem;
}
.index-box-3 .item {
  display: none;
}
.index-box-3 .swiper-slide:hover a {
  background-color: #e60012;
}
.index-box-3 .swiper-slide:hover .pic img {
  height: 0;
}
.index-box-3 .swiper-slide:hover .title,
.index-box-3 .swiper-slide:hover .desc,
.index-box-3 .swiper-slide:hover .time {
  color: #fff;
}
.index-box-3 .swiper-slide:hover .icon {
  border-color: #fff;
  color: #fff;
  background-color: #e60012;
}
.index-box-3 .swiper-slide a {
  display: block;
  height: 5.8rem;
  background-color: #f6f6f6;
  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-box-3 .pic img {
  height: 2.5rem;
  object-fit: cover;
  transition: all 0.65s ease;
  -webkit-transition: all 0.65s ease;
  -moz-transition: all 0.65s ease;
  -ms-transition: all 0.65s ease;
  -o-transition: all 0.65s ease;
}
.index-box-3 .info {
  padding: 0.58rem 0.48rem 0 0.43rem;
}
.index-box-3 .title {
  font-size: var(--fs18);
  font-weight: 700;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-3 .desc {
  font-size: var(--fs16);
  color: #999;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.9rem;
  margin: 0.18rem auto 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;
}
.index-box-3 .time {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
}
.index-box-3 .icon {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.5rem;
  background-color: #333;
  border: 1px solid #333;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: var(--fs30);
  color: #fff;
  font-weight: 700;
  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-box-4 {
  position: relative;
  margin-top: 1.8rem;
  background-image: url(../img/index4bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.index-box-4 .box-container {
  position: relative;
  z-index: 10;
}
.index-box-4 .index-title-box {
  padding-top: 0;
}
.index-box-4 .info {
  text-align: center;
  width: 72.2%;
  margin: 0 auto;
}
.index-box-4 .info h2 {
  font-size: var(--fs40);
  color: #fff;
  line-height: 0.48rem;
}
.index-box-4 .brief {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  margin-top: 0.3rem;
}
.index-box-4 .data-box {
  margin-top: 0.84rem;
}
.index-box-4 .data-box p,
.index-box-4 .data-box .num span,
.index-box-4 .data-box .num em,
.index-box-4 .data-box .num i {
  color: #fff;
}
.index-box-4 .imore {
  margin: 0.72rem auto 0;
}
.index-box-1 .en {
  line-height: 2.4rem;
  font-size: 3.07rem;
  color: rgba(51, 51, 51, 0.04);
}
.index-box-4 .en {
  line-height: 1.4rem;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.04);
}
.index-box-1,
.index-box-4 {
  position: relative;
}
.index-box-1 .en,
.index-box-4 .en {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: -1;
  width: 100%;
  font-family: "mb";
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1004px) {
  .index-box-1 .cat-box a:hover {
    color: #fff;
  }
  .index-box-1 .cat-box a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .index-box-2 .cat-box .swiper-slide:hover {
    background-color: #b00700;
  }
}
@media screen and (max-width: 1600px) {
  .index-box-1 h5 {
    font-size: var(--fs30);
  }
  .index-box-2 .info {
    left: calc((100% - 14rem) / 2);
  }
  .index-box-4,
  .index-box-3 {
    margin-top: 1.6rem;
  }
  .index-box-3 .left {
    padding-left: calc((100% - 14rem) / 2);
  }
  .index-box-3 .swiper-slide a {
    height: 5.4rem;
  }
  .index-box-3 .pic img {
    height: 2.07rem;
  }
  .index-box-3 .info {
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 1440px) {
  .index-box-4,
  .index-box-3 {
    margin-top: 1.4rem;
  }
}
@media screen and (max-width: 1004px) {
  .index-title-box {
    padding-top: 1rem;
    margin-bottom: 0.4rem;
  }
  .index-title-box h3 {
    font-size: var(--fs30);
    line-height: 0.48rem;
  }
  .index-title-box p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin: 0.12rem auto 0.24rem;
  }
  .index-title-box .line {
    width: 0.48rem;
  }
  .index-box-1:after {
    height: 41.65%;
  }
  .index-box-1 .cat-box {
    flex-flow: wrap;
  }
  .index-box-1 .cat-box a {
    min-width: 2rem;
    line-height: 0.64rem;
    font-size: var(--fs14);
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .index-box-1 .swiper-slide a {
    width: 90%;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
  }
  .index-box-1 figure:after {
    height: 0.4rem;
  }
  .index-box-1 .info {
    margin-top: 0.36rem;
  }
  .index-box-1 h5 {
    font-size: var(--fs20);
  }
  .index-box-1 .brief {
    font-size: var(--fs14);
    margin-top: 0.12rem;
    line-height: 0.36rem;
    height: 0.72rem;
  }
  .index-box-1 .swiper-btn {
    bottom: 1.85rem;
  }
  .index-box-1 .prev {
    left: 25%;
  }
  .index-box-1 .next {
    right: 25%;
  }
  .index-box-2 .detail-box h5 {
    font-size: var(--fs24);
  }
  .index-box-2 .info {
    left: 0;
    width: 70%;
    padding: 0 0.3rem 2rem;
  }
  .index-box-2 .desc {
    font-size: var(--fs14);
    line-height: 0.36rem;
    max-height: 2.16rem;
    margin: 0.4rem auto 0.48rem;
  }
  .index-box-2 .cat-box .swiper-slide {
    width: 100%;
    background-color: #e60012;
    padding: 0.48rem 0.4rem;
  }
  .index-box-2 .cat-box p {
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }
  .index-box-2 .icon {
    width: 0.52rem;
  }
  .index-box-2 .swiper-btn {
    width: 0.56rem;
    height: 0.56rem;
  }
  .index-box-2 .prev {
    left: 0.3rem;
    background-image: url(../img/prev7.png);
  }
  .index-box-2 .prev:hover {
    background-image: url(../img/prev8.png);
  }
  .index-box-2 .next {
    right: 0.3rem;
    background-image: url(../img/next7.png);
  }
  .index-box-2 .next:hover {
    background-image: url(../img/next8.png);
  }
  .index-box-3 {
    flex-flow: wrap;
    margin-top: 1rem;
  }
  .index-box-3 .left {
    width: 100%;
    padding: 0 0.3rem;
  }
  .index-box-3 .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;
    height: auto;
    width: 100%;
    margin-bottom: 0.7rem;
    align-items: flex-end;
  }
  .index-box-3 .index-title-box {
    margin-bottom: 0;
  }
  .index-box-3 .cat a {
    display: inline-block;
    font-size: var(--fs16);
    margin-bottom: 0;
    padding-bottom: 0.2rem;
    margin-right: 0.4rem;
  }
  .index-box-3 .cat a:last-child {
    margin-right: 0;
  }
  .index-box-3 .cat a:hover,
  .index-box-3 .cat a.on {
    padding-left: 0;
  }
  .index-box-3 .cat a:hover:before,
  .index-box-3 .cat a.on:before {
    width: 0.4rem;
  }
  .index-box-3 .cat a:before {
    top: auto;
    bottom: 0;
  }
  .index-box-3 .btns {
    display: none;
  }
  .index-box-3 .right {
    width: 100%;
    margin-right: 0;
  }
  .index-box-3 .swiper-container {
    padding: 0 0.3rem;
  }
  .index-box-3 .swiper-slide a {
    height: 6.6rem;
  }
  .index-box-3 .pic img {
    height: 2.62rem;
  }
  .index-box-3 .item {
    width: 100%;
  }
  .index-box-3 .title {
    font-size: var(--fs16);
    line-height: 0.44rem;
    height: 0.88rem;
  }
  .index-box-3 .desc {
    font-size: var(--fs14);
    line-height: 0.42rem;
    height: 1.26rem;
    margin: 0.24rem auto 0.3rem;
  }
  .index-box-3 .time {
    font-size: var(--fs14);
    line-height: 0.3rem;
  }
  .index-box-3 .icon {
    font-size: var(--fs24);
  }
  .index-box-4 {
    margin-top: 1rem;
    background-image: url(../img/p_index4bg.jpg);
    background-attachment: inherit;
  }
  .index-box-4 .info {
    width: 100%;
    margin: 0 auto;
  }
  .index-box-4 .info h2 {
    font-size: var(--fs24);
  }
  .index-box-4 .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.4rem;
  }
  .index-box-4 .data-box {
    margin-top: 1rem;
  }
  .index-box-4 .imore {
    margin-top: 0.6rem;
  }
  .index-box-1 .en {
    line-height: 2rem;
    font-size: 2.4rem;
  }
  .index-box-4 .en {
    line-height: 1rem;
    font-size: 1rem;
  }
}
.page-caption {
  font-size: var(--fs48);
  font-weight: 700;
  color: #222;
  margin-bottom: 0.7rem;
}
.page-caption:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.03rem;
  background-color: #000000;
  opacity: 0.2;
  margin-top: 0.2rem;
}
.page-caption.center {
  text-align: center;
}
.page-caption.center:after {
  margin-left: auto;
  margin-right: auto;
}
.page-caption.white {
  color: #fff;
}
.page-caption.white:after {
  background-color: #fff;
  opacity: 1;
}
.contact-wrapper .box-1 {
  position: relative;
}
.contact-wrapper .box-1.animated:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.contact-wrapper .box-1:after {
  content: "";
  width: 16.45%;
  height: 3.63rem;
  background: url(../img/contactbg.png) no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 12.6%;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transform: translateX(2rem);
  -webkit-transform: translateX(2rem);
  -moz-transform: translateX(2rem);
  -ms-transform: translateX(2rem);
  -o-transform: translateX(2rem);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.3s;
}
.contact-wrapper .box-1 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .contact {
  width: 33.2%;
}
.contact-wrapper .contact h4 {
  font-size: var(--fs30);
  line-height: 0.36rem;
}
.contact-wrapper .contact .en {
  font-size: var(--fs16);
  color: #394040;
  opacity: 0.6;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0.15rem auto 0.35rem;
}
.contact-wrapper .contact ul {
  list-style: none;
}
.contact-wrapper .contact li {
  padding-left: 0.6rem;
  position: relative;
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.28rem;
}
.contact-wrapper .contact li:last-child {
  margin-bottom: 0;
}
.contact-wrapper .contact li img {
  position: absolute;
  left: 0;
  top: -0.05rem;
  z-index: 10;
  width: 0.4rem;
}
.contact-wrapper .qrcode {
  width: 1.3rem;
  text-align: center;
  margin-top: 0.6rem;
}
.contact-wrapper .qrcode img {
  display: block;
  width: 100%;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}
.contact-wrapper .qrcode figcaption {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.12rem;
}
.contact-wrapper .map {
  width: 55.98%;
  height: 6.2rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.2rem;
}
.contact-wrapper .map .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-wrapper .box-2 {
  background: url(../img/contactbg2.jpg) no-repeat;
  background-size: cover;
}
.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 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.form .group {
  width: 48.4375%;
  margin-top: 0.32rem;
}
.form .group:nth-child(-n+2) {
  margin-top: 0;
}
.form .group.max {
  width: 100%;
}
.form .section-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 */
}
.form select,
.form .text {
  height: 0.56rem;
  line-height: 0.54rem;
}
.form select {
  width: 50%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  outline: none;
  background: url("../img/idown.png") no-repeat scroll right 20px center #fff;
}
.form select:first-child {
  border-right: none;
}
.form label {
  display: block;
  font-size: var(--fs16);
  font-weight: 700;
  color: #000;
  line-height: 0.3rem;
  margin-bottom: 0.18rem;
}
.form label i {
  color: #f00;
}
.form .text,
.form .msg,
.form select {
  background-color: #fff;
  border: solid 1px #eee;
  color: #666;
  padding-right: 0.4rem;
  padding-left: 0.2rem;
  font-size: var(--fs15);
}
.form .text,
.form .msg {
  width: 100%;
}
.form .msg {
  resize: none;
  height: 2.7rem;
  line-height: 0.3rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.form .submit {
  display: block;
  width: 1.76rem;
  line-height: 0.56rem;
  text-align: center;
  background-color: #e60012;
  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: 0.48rem auto 0;
  font-size: var(--fs16);
  color: #fff;
  font-weight: 700;
}
.form .submit:hover {
  background-color: #b00700;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb span {
  font-size: var(--fs18);
  color: #666;
}
.breadcrumb {
  line-height: 0.3rem;
  margin-bottom: 0.34rem;
}
.breadcrumb a,
.breadcrumb span {
  display: inline-block;
}
.breadcrumb a {
  margin: 0 0.06rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.breadcrumb a:hover {
  color: #b00700;
}
.breadcrumb a:first-child {
  margin-left: 0;
}
.breadcrumb span {
  color: #b00700;
}
.learn {
  display: inline-block;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #999;
  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;
}
.learn:hover {
  color: #d80010;
}
.learn:hover i {
  background-image: url(../img/right4.png);
}
.learn i {
  display: inline-block;
  width: 6px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0.12rem;
  background-image: url(../img/right3.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 .swiper-box {
  margin-bottom: 0.6rem;
}
.news-wrapper .swiper-slide:hover .pic:before,
.news-wrapper .list li:hover .pic:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.news-wrapper .swiper-slide:hover .pic img,
.news-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .swiper-slide:hover .title,
.news-wrapper .list li:hover .title {
  color: #d80010;
}
.news-wrapper .swiper-slide:hover .learn,
.news-wrapper .list li:hover .learn {
  color: #d80010;
}
.news-wrapper .swiper-slide:hover .learn i,
.news-wrapper .list li:hover .learn i {
  background-image: url(../img/right4.png);
}
.news-wrapper .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 */
  background: #f5f6f7;
}
.news-wrapper .swiper-slide.swiper-slide-active .pic,
.news-wrapper .swiper-slide.swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.news-wrapper .swiper-slide .pic,
.news-wrapper .swiper-slide .info {
  width: 50%;
  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;
  transition-delay: 0.3s;
}
.news-wrapper .swiper-slide .pic {
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
}
.news-wrapper .swiper-slide .info {
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
  padding: 0.54rem 1.04rem 0 0.8rem;
}
.news-wrapper .swiper-slide .time,
.news-wrapper .swiper-slide .title,
.news-wrapper .swiper-slide .desc {
  font-weight: 700;
}
.news-wrapper .swiper-slide .desc {
  height: 0.9rem;
  margin: 0.46rem auto 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-wrapper .swiper-pagination {
  bottom: 0.43rem;
  width: 50%;
  padding-left: 0.8rem;
  left: auto;
  right: 0;
  text-align: left;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.15rem 0 0;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #e0e0e0;
  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-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d80010;
  width: 0.3rem;
}
.news-wrapper .list ul {
  list-style: none;
}
.news-wrapper .list li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.4rem;
}
.news-wrapper .list li:last-child {
  margin-bottom: 0;
}
.news-wrapper .list li:hover .title {
  color: #d80010;
}
.news-wrapper .list li:hover .learn {
  color: #d80010;
}
.news-wrapper .list li:hover .learn i {
  background-image: url(../img/right4.png);
}
.news-wrapper .list .pic {
  display: block;
  width: 27.34%;
}
.news-wrapper .list .info {
  width: 68.75%;
  padding-top: 0.2rem;
  border-top: 1px solid #f5f6f7;
}
.news-wrapper .list .desc {
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0.13rem auto 0.25rem;
}
.news-wrapper .time {
  font-size: var(--fs18);
  color: #d80010;
  line-height: 0.3rem;
  margin-bottom: 0.06rem;
}
.news-wrapper .title {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
  height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-wrapper .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.newsinfo-wrapper {
  padding-top: 0.1rem;
  background: #f8f9fa;
}
.newsinfo-wrapper .top {
  padding-bottom: 0.64rem;
  margin-bottom: 0.64rem;
  border-bottom: 1px solid #dcdcdc;
}
.newsinfo-wrapper .top h1 {
  font-size: var(--fs36);
  color: #000;
  line-height: 0.48rem;
  font-weight: 700;
}
.newsinfo-wrapper .top .time {
  font-size: var(--fs18);
  color: #b00700;
  line-height: 0.3rem;
  font-weight: 700;
  margin-bottom: 0.32rem;
}
.newsinfo-wrapper .box .box-container {
  padding: 0.54rem 0.2rem 1.1rem 0.96rem;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.newsinfo-wrapper .main {
  flex: 1;
  margin-right: 0.48rem;
}
.newsinfo-wrapper .shares {
  position: sticky;
  top: 1.2rem;
  z-index: 10;
  width: 0.6rem;
  height: 100%;
}
.newsinfo-wrapper .shares a {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border: solid 1px #e9e9e9;
  margin-bottom: 0.1rem;
  position: relative;
  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;
}
.newsinfo-wrapper .shares a:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .shares a:hover {
  border-color: #e60012;
}
.newsinfo-wrapper .shares a:hover .on {
  opacity: 1;
  visibility: visible;
}
.newsinfo-wrapper .shares a:hover .init {
  opacity: 0;
  visibility: hidden;
}
.newsinfo-wrapper .shares img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.newsinfo-wrapper .shares .on {
  opacity: 0;
  visibility: hidden;
}
.newsinfo-wrapper .btns {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: 0.8rem;
}
.newsinfo-wrapper .btns a {
  line-height: 0.63rem;
  border: solid 1px #e9e9e9;
  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;
  margin-right: 0.2rem;
}
.newsinfo-wrapper .btns a:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .btns a:hover {
  color: #fff;
  border-color: #d80010;
  background-color: #d80010;
}
.newsinfo-wrapper .btn {
  width: 7.76%;
  background-size: 0.23rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.newsinfo-wrapper .btn:hover {
  width: 18.95%;
}
.newsinfo-wrapper .prev {
  background-image: url(../img/prev3.png);
}
.newsinfo-wrapper .prev:hover {
  background-image: url(../img/prev4.png);
}
.newsinfo-wrapper .next {
  background-image: url(../img/next3.png);
}
.newsinfo-wrapper .next:hover {
  background-image: url(../img/next4.png);
}
.newsinfo-wrapper .return {
  text-align: center;
  width: 21.04%;
  font-size: var(--fs18);
  color: #ccc;
}
.download-wrapper 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;
}
.download-wrapper li {
  width: 45.57%;
  margin-top: 0.4rem;
}
.download-wrapper li:nth-child(-n+2) {
  margin-top: 0;
}
.download-wrapper li:hover a {
  color: #e60012;
  border-color: #fff;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.07);
  background-image: url(../img/pdf2.png);
}
.download-wrapper li a {
  font-size: var(--fs18);
  color: #666;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 0 1rem 0 0.4rem;
  height: 0.9rem;
  line-height: 0.86rem;
  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;
  background-image: url(../img/pdf.png);
  background-repeat: no-repeat;
  border: solid 2px #f2f0ea;
  background-position: center right 0.5rem;
  background-size: 0.3rem;
}
.solution-wrapper .caption-box {
  margin-bottom: 0.52rem;
}
.solution-wrapper .caption-box.center {
  text-align: center;
}
.solution-wrapper .caption-box h4 {
  font-size: var(--fs36);
  color: #222;
  line-height: 0.48rem;
}
.solution-wrapper .caption-box p {
  color: #e60012;
  line-height: 0.3rem;
  font-family: "arial";
  font-size: var(--fs18);
  text-transform: uppercase;
  margin-top: 0.14rem;
}
.solution-wrapper .box-1 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.solution-wrapper .box-1 .pic {
  width: 50%;
}
.solution-wrapper .box-1 .info {
  width: 42.31%;
  padding-top: 0.28rem;
}
.solution-wrapper .box-1 .caption-box {
  margin-bottom: 0.26rem;
}
.solution-wrapper .box-2 {
  background: url(../img/solutionbg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.solution-wrapper .box-2 .swiper-container {
  padding: 0 0.2rem 0.2rem;
  margin: 0 -0.2rem;
}
.solution-wrapper .box-2 .swiper-slide {
  text-align: center;
  width: 32.03%;
  background-color: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  height: auto;
  padding: 0.85rem 0.74rem 0.58rem;
}
.solution-wrapper .box-2 .swiper-slide:hover .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.solution-wrapper .box-2 .swiper-slide:hover .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.solution-wrapper .box-2 h5 {
  font-size: var(--fs24);
  line-height: 0.4rem;
  margin: 0.38rem auto 0.22rem;
}
.solution-wrapper .box-2 .line {
  width: 0.5rem;
  height: 0.03rem;
  margin: 0 auto;
  background-color: #e3e3e3;
}
.solution-wrapper .box-2 .brief {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.24rem;
  min-height: 1.5rem;
}
.solution-wrapper .box-2 .icon {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 auto;
  position: relative;
}
.solution-wrapper .box-2 .icon img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
}
.solution-wrapper .box-2 .on {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.solution-wrapper .box-3 .swiper-slide {
  width: 31.25%;
}
.solution-wrapper .box-3 .swiper-slide a {
  display: block;
  position: relative;
}
.solution-wrapper .box-3 .swiper-slide .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/solutionbg.png) repeat left bottom;
  z-index: 1;
}
.solution-wrapper .box-3 figcaption {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0.32rem;
  z-index: 10;
  width: 100%;
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.3rem;
  padding: 0 0.3rem;
}
.solution-wrapper .swiper-btn {
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.1rem;
}
.solution-wrapper .prev {
  left: -0.9rem;
  background-image: url(../img/prev5.png);
}
.solution-wrapper .prev:hover {
  background-image: url(../img/prev6.png);
}
.solution-wrapper .next {
  right: -0.9rem;
  background-image: url(../img/next5.png);
}
.solution-wrapper .next:hover {
  background-image: url(../img/next6.png);
}
.goods-wrapper ul {
  list-style: none;
}
.goods-wrapper .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goods-wrapper .search-box {
  margin-bottom: 0.6rem;
}
.goods-wrapper .search-box h4 {
  font-size: var(--fs30);
  line-height: 0.36rem;
  text-align: center;
  margin-bottom: 0.35rem;
}
.goods-wrapper .form {
  width: 40.75%;
  margin: 0 auto;
  position: relative;
  /* input placeholder  */
}
.goods-wrapper .form .text {
  font-size: var(--fs16);
  background-color: #f5f5f5;
  border-radius: 5px;
  line-height: 0.56rem;
  padding: 0 0.5rem 0 0.2rem;
}
.goods-wrapper .form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs16);
}
.goods-wrapper .form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs16);
}
.goods-wrapper .form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs16);
}
.goods-wrapper .form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs16);
}
.goods-wrapper .form a {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.1rem;
  z-index: 10;
  width: 0.2rem;
}
.goods-wrapper .form a img {
  display: block;
  width: 100%;
}
.goods-wrapper .cate-box {
  width: 22.786%;
  border: 1px solid #eee;
  height: 100%;
}
.goods-wrapper .cate-box a {
  display: block;
  padding-right: 0.4rem;
  padding-left: 0.74rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.goods-wrapper .cate-box .icon {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.15rem;
  z-index: 10;
}
.goods-wrapper .cate-box .icon img {
  position: absolute;
  left: 0.32rem;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
}
.goods-wrapper .cate-box .icon .on {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}
.goods-wrapper .cate-box .cat {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  font-size: var(--fs18);
  color: #222;
  line-height: 0.8rem;
}
.goods-wrapper .cate-box .cat:after {
  content: "";
  width: 11px;
  height: 100%;
  position: absolute;
  right: 0.28rem;
  top: 0;
  z-index: 10;
  background-image: url(../img/icon-r.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.goods-wrapper .cate-box .cat.on {
  background-color: #e60012;
  color: #fff;
}
.goods-wrapper .cate-box .cat.on .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.goods-wrapper .cate-box .cat.on .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.goods-wrapper .cate-box .cat.on:after {
  background-image: url(../img/icon-d.png) !important;
}
.goods-wrapper .cate-box li {
  border-bottom: 1px solid #eee;
}
.goods-wrapper .cate-box li:last-child {
  border-bottom: none;
}
.goods-wrapper .cate-box li:hover .cat {
  background-color: #e60012;
  color: #fff;
}
.goods-wrapper .cate-box li:hover .cat .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.goods-wrapper .cate-box li:hover .cat .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.goods-wrapper .cate-box li:hover .cat:after {
  background-image: url(../img/icon-r2.png);
}
.goods-wrapper .child {
  display: none;
}
.goods-wrapper .child a {
  font-size: var(--fs16);
  line-height: 0.3rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.goods-wrapper .child a.on,
.goods-wrapper .child a:hover {
  background-color: #fbe5e7;
}
.goods-wrapper .goods {
  width: 71.94%;
}
.goods-wrapper .goods ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.goods-wrapper .goods ul li {
  width: 30.77%;
  margin-top: 0.36rem;
  margin-right: 3.845%;
}
.goods-wrapper .goods ul li:nth-child(-n+3) {
  margin-top: 0;
}
.goods-wrapper .goods ul li:nth-child(3n) {
  margin-right: 0;
}
.goods-wrapper .goods ul li:hover .pic:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
.goods-wrapper .goods ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-wrapper .goods ul li:hover p {
  color: #e60012;
}
.goods-wrapper .goods p {
  font-size: var(--fs16);
  color: #222;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  margin-top: 0.25rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.goodsinfo-wrapper {
  padding-top: 0!important;
}
.goodsinfo-wrapper .breadcrumb {
  background: #f8f9fa;
  line-height: 0.74rem;
}
.goodsinfo-wrapper .box-1 {
  margin-top: 0.6rem;
}
.goodsinfo-wrapper .box-1 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goodsinfo-wrapper .box-1 .swiper-box {
  width: 39.06%;
}
.goodsinfo-wrapper .box-1 .swiper-container {
  padding-bottom: 0.48rem;
}
.goodsinfo-wrapper .box-1 .swiper-pagination {
  bottom: 0;
}
.goodsinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.05rem;
  opacity: 1;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #c4c4c4;
  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;
}
.goodsinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:focus,
.goodsinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:active,
.goodsinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.goodsinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e60012;
}
.goodsinfo-wrapper .box-1 .info-box {
  position: relative;
  width: 49.48%;
  padding-top: 0.85rem;
  padding-bottom: 1.2rem;
}
.goodsinfo-wrapper .box-1 h1 {
  font-size: var(--fs48);
  font-weight: 700;
  line-height: 0.6rem;
  color: #e60012;
}
.goodsinfo-wrapper .box-1 .brief {
  font-size: var(--fs36);
  line-height: 0.48rem;
  margin: 0.15rem auto 0.48rem;
}
.goodsinfo-wrapper .box-1 .btns {
  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: absolute;
  left: 0;
  bottom: 0.48rem;
  z-index: 10;
}
.goodsinfo-wrapper .box-1 .btns a {
  display: block;
  width: 1.74rem;
  line-height: 0.49rem;
  background-color: #e60012;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  font-size: var(--fs16);
  margin-right: 0.34rem;
  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;
}
.goodsinfo-wrapper .box-1 .btns a:last-child {
  margin-right: 0;
}
.goodsinfo-wrapper .box-1 .btns a:hover {
  background-color: #b00700;
}
.goodsinfo-wrapper .box-1 .btns a.buy {
  background-color: #ea7605;
}
.goodsinfo-wrapper .box-1 .btns a.buy:hover {
  background-color: #b00700;
}
.goodsinfo-wrapper .box-2 {
  margin-top: 0.92rem;
}
.goodsinfo-wrapper .box-2 .item {
  display: none;
}
.goodsinfo-wrapper .box-2 .item.on {
  display: block;
}
.goodsinfo-wrapper .box-2 .caption {
  font-size: var(--fs30);
  color: #e60012;
  line-height: 0.36rem;
  margin-bottom: 0.28rem;
}
.goodsinfo-wrapper .box-2 .content ul {
  list-style: none;
}
.goodsinfo-wrapper .box-2 .content li {
  position: relative;
  font-size: var(--fs16);
  color: #666;
  padding-left: 0.2rem;
  line-height: 0.3rem;
}
.goodsinfo-wrapper .box-2 .content li:before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border: solid 2px #e60012;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0.1rem;
  z-index: 1;
}
.goodsinfo-wrapper .box-2 .content div {
  font-size: var(--fs16);
  color: #666;
}
.goodsinfo-wrapper .box-2 table {
  width: 100%;
}
.goodsinfo-wrapper .box-2 table tr:nth-child(even) td {
  background-color: #f4f4f4;
}
.goodsinfo-wrapper .box-2 table td {
  font-size: var(--fs16);
  color: #666;
  border: 1px solid #eee;
  line-height: 0.3rem;
  padding: 0.09rem 0.6rem;
}
.goodsinfo-wrapper .box-2 table td:first-child {
  border-left: none;
}
.goodsinfo-wrapper .box-2 .pic {
  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;
  margin-top: 0.53rem;
}
.goodsinfo-wrapper .box-2 .pic figure {
  width: 11.46%;
  background-color: #fff;
  margin-right: 1.19%;
  margin-top: 1.19%;
}
.goodsinfo-wrapper .box-2 .pic figure img {
  border-radius: 0.1rem;
  border: solid 1px #d0d0d0;
  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;
}
.goodsinfo-wrapper .box-2 .pic figure img:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.goodsinfo-wrapper .box-2 .pic figcaption {
  font-size: var(--fs16);
  font-weight: 700;
  line-height: 0.3rem;
  text-align: center;
  margin-top: 0.12rem;
}
.goodsinfo-wrapper .tab-box {
  background-color: #ededed;
  margin-bottom: 0.78rem;
}
.goodsinfo-wrapper .tab-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.goodsinfo-wrapper .tab-box a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 2.53rem;
  height: 1rem;
  text-align: center;
  align-items: center;
  border-right: 1px solid #d5d5d5;
  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;
}
.goodsinfo-wrapper .tab-box a.on {
  border-color: #e60012;
  background-color: #e60012;
}
.goodsinfo-wrapper .tab-box a.on span {
  color: #fff;
}
.goodsinfo-wrapper .tab-box a span {
  display: block;
  width: 100%;
  padding: 0 0.2rem;
  line-height: 0.3rem;
  font-size: var(--fs18);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 0.6rem;
}
.goodsinfo-wrapper .box-3 {
  margin-top: 1.04rem;
}
.goodsinfo-wrapper .box-3 .swiper-slide {
  width: 18.22%;
}
.goodsinfo-wrapper .box-3 figcaption {
  text-align: center;
  font-size: var(--fs16);
  color: #222;
  line-height: 0.3rem;
}
.goodsinfo-wrapper .box-3 .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);
}
.goodsinfo-wrapper .box-3 figcaption {
  margin-top: 0.15rem;
}
.goodsinfo-wrapper .swiper-btn {
  width: 0.48rem;
  height: 0.48rem;
  margin-top: -0.1rem;
}
.goodsinfo-wrapper .prev {
  left: -0.9rem;
  background-image: url(../img/prev5.png);
}
.goodsinfo-wrapper .prev:hover {
  background-image: url(../img/prev6.png);
}
.goodsinfo-wrapper .next {
  right: -0.9rem;
  background-image: url(../img/next5.png);
}
.goodsinfo-wrapper .next:hover {
  background-image: url(../img/next6.png);
}
#glass {
  background: #fff;
  position: absolute;
  border-radius: 50%;
  border: 3px #e2e2e2 solid;
  display: none;
  background-repeat: no-repeat;
  z-index: 80;
}
.about-wrapper .box-1 {
  padding-top: 1.1rem;
  padding-bottom: 1.93rem;
  background: url(../img/aboutbg.png) no-repeat bottom center;
  background-size: 100%;
}
.about-wrapper .box-1 .info {
  text-align: center;
}
.about-wrapper .box-1 .info h2 {
  font-size: var(--fs36);
  color: #e60012;
  line-height: 0.48rem;
  margin-bottom: 0.48rem;
}
.about-wrapper .box-1 .content {
  color: #333;
}
.about-wrapper .box-2 {
  position: relative;
  height: 9rem;
  padding-top: 1.2rem;
  background: url(../img/aboutbg2.jpg) no-repeat center center;
  background-size: cover;
}
.about-wrapper .box-2 .brief {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.48rem;
}
.about-wrapper .box-2 .cat-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  font-size: 0;
}
.about-wrapper .box-2 .cat-box ul {
  list-style-type: none;
}
.about-wrapper .box-2 .cat-box li {
  display: inline-block;
  width: 11.98%;
  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;
  position: relative;
  text-align: center;
  padding: 0.8rem 0.3rem 0.32rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(216, 0, 16, 0.9);
}
.about-wrapper .box-2 .cat-box li:last-child {
  border-right: none;
}
.about-wrapper .box-2 .cat-box li:hover:before {
  height: 100%;
}
.about-wrapper .box-2 .cat-box li:hover .icon {
  transform: rotateY(540deg);
}
.about-wrapper .box-2 .cat-box li:hover .icon .init {
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-2 .cat-box li:hover .icon .on {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-2 .cat-box li:hover p {
  color: #333;
}
.about-wrapper .box-2 .cat-box li:before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #fff;
}
.about-wrapper .box-2 .cat-box li > * {
  position: relative;
  z-index: 1;
}
.about-wrapper .box-2 .cat-box .icon {
  width: 0.38rem;
  height: 0.38rem;
  margin: 0 auto;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.about-wrapper .box-2 .cat-box .icon img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-wrapper .box-2 .cat-box .icon .on {
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-2 .cat-box p {
  color: #fff;
  font-size: var(--fs18);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  line-height: 0.36rem;
  height: 0.72rem;
  margin-top: 0.18rem;
}
.about-wrapper .box-3 .year-box {
  position: relative;
}
.about-wrapper .box-3 .year-box:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: -1;
}
.about-wrapper .box-3 .year-box .swiper-slide {
  cursor: pointer;
  width: 14.285%;
  font-size: var(--fs24);
  line-height: 0.48rem;
  text-align: center;
  padding-bottom: 0.5rem;
  font-family: "arial";
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
}
.about-wrapper .box-3 .year-box .swiper-slide:hover {
  color: #b00700;
}
.about-wrapper .box-3 .year-box .swiper-slide:hover:after {
  background-color: #e60012;
}
.about-wrapper .box-3 .year-box .swiper-slide:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #999;
  border: solid 5px #e6e6e6;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  margin-left: -10px;
  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-3 .year-box .swiper-slide.on {
  font-size: var(--fs48);
  color: #e60012;
  font-weight: 700;
}
.about-wrapper .box-3 .year-box .swiper-slide.on:after {
  background-color: #e60012;
}
.about-wrapper .box-3 .detail-box {
  margin-top: 1.12rem;
}
.about-wrapper .box-3 .detail-box .box-container {
  position: relative;
}
.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;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.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;
  transition-delay: 0.15s;
}
.about-wrapper .box-3 .detail-box .pic {
  width: 50%;
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
}
.about-wrapper .box-3 .detail-box .info {
  padding-top: 0.5rem;
  padding-bottom: 0.58rem;
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
}
.about-wrapper .box-3 .detail-box .btn,
.about-wrapper .box-3 .detail-box .info {
  width: 43.88%;
}
.about-wrapper .box-3 .year {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.6rem;
  font-family: "arial";
  font-weight: 700;
  background: url(../img/yearbg.jpg) no-repeat center center;
  background-size: cover;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.about-wrapper .box-3 .line {
  width: 0.44rem;
  height: 2px;
  background-color: #cbcbcb;
  margin: 0.24rem 0 0.38rem;
}
.about-wrapper .box-3 .desc,
.about-wrapper .box-3 .desc li {
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.about-wrapper .box-3 .desc ul {
  list-style: none;
}
.about-wrapper .box-3 .desc li {
  position: relative;
  padding-left: 0.3rem;
  margin-bottom: 0.2rem;
}
.about-wrapper .box-3 .desc li:last-child {
  margin-bottom: 0;
}
.about-wrapper .box-3 .desc li:hover {
  color: #e60012;
}
.about-wrapper .box-3 .desc li:hover:before {
  background-color: #e60012;
}
.about-wrapper .box-3 .desc li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: calc((0.3rem - 6px) / 2);
  z-index: 10;
}
.about-wrapper .box-3 .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: 0;
}
.about-wrapper .box-3 .btn a {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.35s ease;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
}
.about-wrapper .box-3 .btn .prev {
  background-image: url(../img/a-prev.png);
  margin-right: 0.14rem;
}
.about-wrapper .box-3 .btn .prev:hover {
  background-image: url(../img/a-prev2.png);
}
.about-wrapper .box-3 .btn .next {
  background-image: url(../img/a-next.png);
}
.about-wrapper .box-3 .btn .next:hover {
  background-image: url(../img/a-next2.png);
}
.about-wrapper .box-4 {
  background: url(../img/aboutbg4.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-wrapper .box-4 .swiper-slide {
  width: 22.26%;
  background-color: #fff;
  padding: 0.4rem 0 0.38rem;
}
.about-wrapper .box-4 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-4 .swiper-slide:hover p {
  color: #e60012;
}
.about-wrapper .box-4 .pic {
  width: 70.76%;
  margin: 0 auto;
}
.about-wrapper .box-4 .pic img {
  height: 3.38rem;
  object-fit: contain;
}
.about-wrapper .box-4 p {
  font-size: var(--fs16);
  line-height: 0.3rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.3rem;
  text-align: center;
  margin-top: 0.28rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  padding: 0 0.3rem;
}
.about-wrapper .box-4 .btn {
  font-size: 0;
}
.about-wrapper .box-4 .btn a {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: background 0.35s ease;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
}
.about-wrapper .box-4 .btn .prev {
  background-image: url(../img/a-prev3.png);
  margin-right: 0.17rem;
}
.about-wrapper .box-4 .btn .prev:hover {
  background-image: url(../img/a-prev4.png);
}
.about-wrapper .box-4 .btn .next {
  background-image: url(../img/a-next3.png);
}
.about-wrapper .box-4 .btn .next:hover {
  background-image: url(../img/a-next4.png);
}
.about-wrapper .box-4 .bottom {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.8rem;
  align-items: center;
}
.about-wrapper .box-4 .swiper-scrollbar {
  width: 88.54%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
.about-wrapper .box-4 .swiper-scrollbar .swiper-scrollbar-drag {
  width: 100%;
  height: 4px;
  background-color: #fff;
  top: -1px;
  border-radius: 0;
  transform-origin: left center;
}
.about-wrapper .box-5 {
  padding: 1.5rem 0;
  background: url(../img/aboutbg5.jpg) no-repeat center center;
  background-size: cover;
}
.about-wrapper .box-5 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;
}
.about-wrapper .box-5 ul li {
  position: relative;
  width: 15.36%;
  margin-right: 1.568%;
  margin-top: 0.4rem;
  background: #fff;
}
.about-wrapper .box-5 ul li:hover .line_t,
.about-wrapper .box-5 ul li:hover .line_b {
  width: 100%;
}
.about-wrapper .box-5 ul li:hover .line_r,
.about-wrapper .box-5 ul li:hover .line_l {
  height: 100%;
}
.about-wrapper .box-5 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-5 ul .pic img {
  height: 1.3rem;
  object-fit: contain;
}
.about-wrapper .box-5 ul span {
  position: absolute;
  background: #b00700;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about-wrapper .box-5 ul .line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.about-wrapper .box-5 ul .line_r {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.about-wrapper .box-5 ul .line_b {
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
}
.about-wrapper .box-5 ul .line_l {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.data-box {
  margin-top: 1.08rem;
}
.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;
}
.data-box .num > i {
  position: relative;
  top: 0.06rem;
  vertical-align: top;
}
.data-box .num span {
  display: inline-block;
  font-size: var(--fs60);
  color: #e60012;
  line-height: 0.6rem;
  font-family: "arial";
  font-weight: 700;
  margin-right: 0.1rem;
}
.data-box .num em {
  position: relative;
  font-size: var(--fs24);
  color: #484b4e;
  min-width: 0.1rem;
  height: 0.3rem;
  line-height: 0.3rem;
  display: inline-block;
}
.data-box .num em i {
  position: absolute;
  left: -0.02rem;
  top: -0.22rem;
  z-index: 1;
}
.data-box .num i {
  display: inline-block;
  font-size: var(--fs30);
  height: 0.2rem;
  line-height: 0.2rem;
  color: #333;
}
.data-box p {
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin-top: 0.08rem;
}
@media screen and (min-width: 1024px) {
  .about-wrapper .box-5 li:nth-child(6n) {
    margin-right: 0;
  }
  .about-wrapper .box-5 li:nth-child(-n+6) {
    margin-top: 0;
  }
  .goodsinfo-wrapper .box-2 .pic figure:nth-child(-n+8) {
    margin-top: 0;
  }
  .goodsinfo-wrapper .box-2 .pic figure:nth-child(8n),
  .goodsinfo-wrapper .box-2 .pic figure:last-child {
    margin-right: 0;
  }
  .goodsinfo-wrapper .tab-box a:hover {
    border-color: #e60012;
    background-color: #e60012;
  }
  .goodsinfo-wrapper .tab-box a:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 1600px) {
  .page-caption {
    margin-bottom: 0.6rem;
  }
  .contact-wrapper .contact {
    width: 38%;
  }
  .contact-wrapper .contact li {
    margin-bottom: 0.26rem;
  }
  .contact-wrapper .map {
    height: 5.8rem;
  }
  .form label {
    margin-bottom: 0.12rem;
  }
  .contact-wrapper .qrcode {
    margin-top: 0.56rem;
  }
  .newsinfo-wrapper .box .box-container {
    padding-left: 0.8rem;
  }
  .news-wrapper .swiper-slide .desc {
    margin: 0.24rem auto 0.4rem;
  }
  .news-wrapper .swiper-pagination {
    bottom: 0.36rem;
  }
  .news-wrapper .list .desc {
    margin: 0.1rem auto 0.2rem;
  }
  .download-wrapper li {
    margin-top: 0.34rem;
  }
  .goodsinfo-wrapper .prev,
  .solution-wrapper .prev {
    left: -0.74rem;
  }
  .goodsinfo-wrapper .next,
  .solution-wrapper .next {
    right: -0.74rem;
  }
  .solution-wrapper .box-2 .swiper-slide {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-top: 0.7rem;
  }
  .goodsinfo-wrapper .box-1 .info-box {
    padding-top: 0.6rem;
  }
  .goodsinfo-wrapper .box-1 .brief {
    margin-bottom: 0.36rem;
  }
  .goodsinfo-wrapper .tab-box a {
    line-height: 0.9rem;
    width: 2.4rem;
  }
  .data-box {
    margin-top: 0.88rem;
  }
  .about-wrapper .box-2 {
    height: 8.6rem;
  }
  .about-wrapper .box-3 .detail-box .info {
    padding-top: 0;
  }
  .about-wrapper .box-3 .year {
    font-size: 1.9rem;
    line-height: 1.5rem;
  }
  .about-wrapper .box-3 .desc li {
    margin-bottom: 0.15rem;
  }
  .about-wrapper .box-4 .pic img {
    height: 3.1rem;
  }
  .about-wrapper .box-4 .swiper-slide {
    padding: 0.36rem 0 0.34rem;
  }
  .about-wrapper .box-5 {
    padding: 1.4rem 0;
  }
  .about-wrapper .box-5 ul .pic img {
    height: 1.18rem;
  }
}
@media screen and (max-width: 1440px) {
  .newsinfo-wrapper .top {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .newsinfo-wrapper .top .time {
    margin-bottom: 0.2rem;
  }
  .news-wrapper .swiper-slide .info {
    padding-top: 0.44rem;
  }
  .goodsinfo-wrapper .box-1 .info-box {
    padding-top: 0.48rem;
  }
  .goodsinfo-wrapper .box-1 .brief {
    margin-bottom: 0.32rem;
  }
  .goodsinfo-wrapper .tab-box a {
    line-height: 0.8rem;
  }
  .about-wrapper .box-3 .year {
    font-size: 1.8rem;
    line-height: 1.4rem;
  }
  .about-wrapper .box-3 .desc li {
    margin-bottom: 0.1rem;
  }
  .about-wrapper .box-5 {
    padding: 1.3rem 0;
  }
  .about-wrapper .box-2 {
    height: 8.3rem;
  }
  .about-wrapper .box-3 .year-box .swiper-slide:after {
    width: 18px;
    height: 18px;
    margin-left: -9px;
  }
  .about-wrapper .box-3 .year-box .swiper-slide {
    padding-bottom: 0.4rem;
  }
  .about-wrapper .box-2 .cat-box li {
    padding-top: 0.7rem;
  }
  .about-wrapper .box-3 .detail-box {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1366px) {
  .about-wrapper .box-5 {
    padding: 1.2rem 0;
  }
  .about-wrapper .box-2 .cat-box li {
    padding-top: 0.6rem;
  }
  .about-wrapper .box-3 .year {
    font-size: 1.7rem;
    line-height: 1.3rem;
  }
  .about-wrapper .box-3 .detail-box {
    margin-top: 0.9rem;
  }
}
@media screen and (max-width: 1004px) {
  .page-caption {
    font-size: var(--fs24);
  }
  .learn {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .learn i {
    margin-left: 0.2rem;
  }
  .contact-wrapper .box-1:after {
    width: 25%;
    height: 2.4rem;
    right: 0.3rem;
  }
  .contact-wrapper .box-1 .main {
    display: block;
  }
  .contact-wrapper .contact {
    width: 100%;
  }
  .contact-wrapper .contact h4 {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .contact-wrapper .contact .en {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin: 0.2rem auto 0.48rem;
  }
  .contact-wrapper .contact li {
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-bottom: 0.36rem;
  }
  .contact-wrapper .contact li img {
    top: 0rem;
    width: 0.48rem;
  }
  .contact-wrapper .qrcode {
    width: 2rem;
    margin-top: 0.6rem;
  }
  .contact-wrapper .qrcode figcaption {
    font-size: var(--fs14);
    line-height: 0.44rem;
    margin-top: 0.2rem;
  }
  .contact-wrapper .map {
    width: 100%;
    height: 4.8rem;
    margin-top: 0.8rem;
    border-radius: 0.15rem;
  }
  .form .group {
    width: 100%;
    margin-top: 0.3rem;
  }
  .form .group:nth-child(2) {
    margin-top: 0.3rem;
  }
  .form select,
  .form .text {
    height: 0.74rem;
    line-height: 0.7rem;
  }
  .form select {
    background-position: right 0.2rem center;
    background-size: 7px;
  }
  .form label {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-bottom: 0.12rem;
  }
  .form .text,
  .form .msg,
  .form select {
    padding-right: 0.6rem;
    padding-left: 0.3rem;
    font-size: var(--fs14);
  }
  .form .msg {
    height: 2.7rem;
    line-height: 0.44rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .form .submit {
    width: 2.4rem;
    line-height: 0.74rem;
    margin-top: 0.6rem;
    font-size: var(--fs14);
  }
  .breadcrumb,
  .breadcrumb a,
  .breadcrumb span {
    font-size: var(--fs14);
  }
  .breadcrumb {
    line-height: 0.44rem;
    margin-bottom: 0.3rem;
  }
  .newsinfo-wrapper {
    padding-top: 0.3rem;
  }
  .newsinfo-wrapper .top {
    padding-bottom: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .newsinfo-wrapper .top h1 {
    font-size: var(--fs22);
    line-height: 0.56rem;
  }
  .newsinfo-wrapper .top .time {
    font-size: var(--fs16);
    line-height: 0.36rem;
    margin-bottom: 0.12rem;
  }
  .newsinfo-wrapper .box .box-container {
    padding: 0.6rem 0.3rem 1rem 0.3rem;
  }
  .newsinfo-wrapper .main {
    margin-right: 0;
  }
  .newsinfo-wrapper .shares {
    display: none;
  }
  .newsinfo-wrapper .btns {
    margin-top: 0.7rem;
  }
  .newsinfo-wrapper .btns a {
    line-height: 0.63rem;
    margin-right: 0.2rem;
  }
  .newsinfo-wrapper .btn {
    width: 20%;
    background-size: 0.32rem;
  }
  .newsinfo-wrapper .btn:hover {
    width: 30%;
  }
  .newsinfo-wrapper .return {
    width: 40%;
    font-size: var(--fs14);
  }
  .news-wrapper .swiper-box {
    background: #f5f6f7;
    margin-bottom: 0.5rem;
  }
  .news-wrapper .swiper-container {
    padding-bottom: 0.6rem;
  }
  .news-wrapper .swiper-slide {
    display: block;
  }
  .news-wrapper .swiper-slide .pic,
  .news-wrapper .swiper-slide .info {
    width: 100%;
  }
  .news-wrapper .swiper-slide .info {
    padding: 0.6rem 0.5rem;
  }
  .news-wrapper .swiper-slide .desc {
    height: auto;
    margin: 0.36rem auto 0.48rem;
  }
  .news-wrapper .swiper-pagination {
    bottom: 0.4rem;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .news-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.2rem 0 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
  }
  .news-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.4rem;
  }
  .news-wrapper .list li {
    display: block;
    margin-bottom: 0.6rem;
    border-bottom: 1px solid #f5f6f7;
    padding-bottom: 0.6rem;
  }
  .news-wrapper .list .pic {
    width: 100%;
  }
  .news-wrapper .list .info {
    width: 100%;
    padding-top: 0.36rem;
  }
  .news-wrapper .list .desc {
    height: 0.96rem;
    margin: 0.14rem auto 0.3rem;
  }
  .news-wrapper .time {
    font-size: var(--fs14);
    line-height: 0.44rem;
    margin-bottom: 0.06rem;
  }
  .news-wrapper .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    height: 0.48rem;
  }
  .news-wrapper .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .download-wrapper li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0.3rem;
  }
  .download-wrapper li:last-child {
    margin-bottom: 0;
  }
  .download-wrapper li a {
    font-size: var(--fs16);
    padding: 0 1rem 0 0.3rem;
    height: 1rem;
    line-height: 0.92rem;
    background-position: center right 0.3rem;
    background-size: 0.36rem;
  }
  .solution-wrapper .caption-box {
    margin-bottom: 0.48rem;
  }
  .solution-wrapper .caption-box h4 {
    font-size: var(--fs24);
  }
  .solution-wrapper .caption-box p {
    line-height: 0.4rem;
    font-size: var(--fs16);
    margin-top: 0.16rem;
  }
  .solution-wrapper .box-1 .main {
    display: block;
  }
  .solution-wrapper .box-1 .pic {
    width: 100%;
  }
  .solution-wrapper .box-1 .info {
    width: 100%;
    padding-top: 0.6rem;
  }
  .solution-wrapper .box-2 {
    background-attachment: inherit;
  }
  .solution-wrapper .box-2 .box-container {
    padding: 0;
  }
  .solution-wrapper .box-2 .swiper-container {
    padding: 0 0.3rem 0.3rem;
    margin: 0 auto;
  }
  .solution-wrapper .box-2 .swiper-slide {
    border-radius: 10px;
    padding: 0.6rem 0.48rem;
  }
  .solution-wrapper .box-2 h5 {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin: 0.4rem auto 0.36rem;
  }
  .solution-wrapper .box-2 .line {
    width: 0.6rem;
    height: 0.06rem;
  }
  .solution-wrapper .box-2 .brief {
    font-size: 0.26rem;
    line-height: 0.48rem;
    margin-top: 0.36rem;
    min-height: inherit;
  }
  .solution-wrapper .box-2 .icon {
    width: 1rem;
    height: 1rem;
  }
  .solution-wrapper .box-3 .swiper-container,
  .solution-wrapper .box-3 .page-caption {
    padding: 0 0.3rem;
  }
  .solution-wrapper .box-3 .box-container {
    padding: 0;
  }
  .solution-wrapper .box-3 .swiper-slide .pic:after {
    background-size: 100% 100%;
  }
  .solution-wrapper .box-3 figcaption {
    bottom: 0.3rem;
    font-size: 0.26rem;
    line-height: 0.48rem;
    height: 0.48rem;
    padding: 0 0.2rem;
  }
  .solution-wrapper .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .solution-wrapper .prev {
    left: 0.2rem;
  }
  .solution-wrapper .next {
    right: 0.2rem;
  }
  .goods-wrapper .main {
    display: block;
  }
  .goods-wrapper .search-box {
    margin-bottom: 0.6rem;
  }
  .goods-wrapper .search-box h4 {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .goods-wrapper .form {
    width: 100%;
  }
  .goods-wrapper .form .text {
    line-height: 0.74rem;
    padding: 0 0.6rem 0 0.3rem;
  }
  .goods-wrapper .form a {
    right: 0.3rem;
    margin-top: -0.15rem;
    width: 0.3rem;
  }
  .goods-wrapper .cate-box {
    display: none;
  }
  .goods-wrapper .goods {
    width: 100%;
  }
  .goods-wrapper .goods ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-wrapper .goods ul li {
    width: calc((100% - 0.3rem) / 2);
    margin-top: 0.3rem;
    margin-right: 0;
  }
  .goods-wrapper .goods ul li:nth-child(3) {
    margin-top: 0.3rem;
  }
  .goods-wrapper .goods p {
    font-size: 0.26rem;
    line-height: 0.44rem;
    height: 0.88rem;
    margin-top: 0.36rem;
  }
  .goodsinfo-wrapper .breadcrumb {
    line-height: 0.74rem;
  }
  .goodsinfo-wrapper .box-1 {
    margin-top: 0.6rem;
  }
  .goodsinfo-wrapper .box-1 .box-container {
    display: block;
  }
  .goodsinfo-wrapper .box-1 .swiper-box {
    width: 100%;
  }
  .goodsinfo-wrapper .box-1 .swiper-container {
    padding-bottom: 0;
  }
  .goodsinfo-wrapper .box-1 .swiper-pagination {
    bottom: 0.3rem;
  }
  .goodsinfo-wrapper .box-1 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.1rem;
    width: 0.14rem;
    height: 0.14rem;
  }
  .goodsinfo-wrapper .box-1 .info-box {
    width: 100%;
    padding-bottom: 0;
  }
  .goodsinfo-wrapper .box-1 h1 {
    font-size: var(--fs30);
  }
  .goodsinfo-wrapper .box-1 .brief {
    font-size: var(--fs20);
    margin: 0.16rem auto 0.24rem;
  }
  .goodsinfo-wrapper .box-1 .btns {
    position: static;
    bottom: 0;
    margin-top: 0.48rem;
  }
  .goodsinfo-wrapper .box-1 .btns a {
    width: 2.4rem;
    line-height: 0.74rem;
    font-size: var(--fs14);
    margin-right: 0.34rem;
  }
  .goodsinfo-wrapper .box-2 {
    margin-top: 1rem;
  }
  .goodsinfo-wrapper .box-2 .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }
  .goodsinfo-wrapper .box-2 .content li {
    font-size: 0.26rem;
    padding-left: 0.3rem;
    line-height: 0.48rem;
  }
  .goodsinfo-wrapper .box-2 .content li:before {
    width: 0.16rem;
    height: 0.16rem;
    top: 0.16rem;
  }
  .goodsinfo-wrapper .box-2 .content div {
    font-size: 0.26rem;
  }
  .goodsinfo-wrapper .box-2 table td {
    font-size: 0.26rem;
    line-height: 0.48rem;
    padding: 0.15rem 0.3rem;
  }
  .goodsinfo-wrapper .box-2 .pic {
    margin-top: 0.6rem;
  }
  .goodsinfo-wrapper .box-2 .pic figure {
    width: 23%;
    margin-right: 2.66%;
    margin-top: 2.66%;
  }
  .goodsinfo-wrapper .box-2 .pic figure:nth-child(-n+4) {
    margin-top: 0;
  }
  .goodsinfo-wrapper .box-2 .pic figure:nth-child(4n) {
    margin-right: 0;
  }
  .goodsinfo-wrapper .box-2 .pic figcaption {
    font-size: var(--fs14);
    line-height: 0.48rem;
    margin-top: 0.1rem;
  }
  .goodsinfo-wrapper .tab-box {
    margin-bottom: 0.6rem;
  }
  .goodsinfo-wrapper .tab-box .box-container {
    padding: 0;
  }
  .goodsinfo-wrapper .tab-box a {
    flex: 1;
  }
  .goodsinfo-wrapper .tab-box a span {
    line-height: 0.36rem;
    font-size: 0.24rem;
    max-height: 0.72rem;
    padding: 0 0.1rem;
  }
  .goodsinfo-wrapper .box-3 {
    margin-top: 1rem;
  }
  .goodsinfo-wrapper .box-3 .swiper-slide {
    width: 48%;
  }
  .goodsinfo-wrapper .box-3 figcaption {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .goodsinfo-wrapper .box-3 figcaption {
    margin-top: 0.24rem;
  }
  .goodsinfo-wrapper .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.23rem;
  }
  .goodsinfo-wrapper .prev {
    left: -0.3rem;
  }
  .goodsinfo-wrapper .next {
    right: -0.3rem;
  }
  .data-box {
    margin-top: 0.8rem;
  }
  .data-box ul {
    flex-flow: wrap;
    justify-content: flex-start;
  }
  .data-box li {
    width: 33.33%;
    margin-top: 0.48rem;
  }
  .data-box li:nth-child(-n+3) {
    margin-top: 0;
  }
  .data-box .num > i {
    top: 0.04rem;
  }
  .data-box .num span {
    line-height: 0.48rem;
    margin-right: 0.06rem;
  }
  .data-box .num em {
    font-size: var(--fs20);
  }
  .data-box .num em i {
    left: -0.04rem;
    top: -0.1rem;
  }
  .data-box .num i {
    font-size: var(--fs24);
  }
  .data-box p {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0.12rem;
  }
  .about-wrapper .box-1 {
    padding-top: 0.9rem;
    padding-bottom: 1.2rem;
  }
  .about-wrapper .box-1 .info h2 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.24rem;
  }
  .about-wrapper .box-2 {
    height: auto;
    padding-bottom: 0;
  }
  .about-wrapper .box-2 .brief {
    font-size: var(--fs16);
    line-height: 0.6rem;
  }
  .about-wrapper .box-2 .cat-box {
    position: static;
    margin-top: 1rem;
  }
  .about-wrapper .box-2 .cat-box li {
    width: 25%;
    vertical-align: top;
    padding: 0.36rem 0.1rem;
  }
  .about-wrapper .box-2 .cat-box .icon {
    height: 0.4rem;
  }
  .about-wrapper .box-2 .cat-box p {
    font-size: 0.22rem;
    line-height: 0.4rem;
    height: auto;
    margin-top: 0.2rem;
  }
  .about-wrapper .box-3 .year-box {
    border-width: 1px;
  }
  .about-wrapper .box-3 .year-box:after {
    bottom: 7px;
  }
  .about-wrapper .box-3 .year-box .swiper-slide {
    width: 20%;
    font-size: var(--fs18);
    padding-bottom: 0.44rem;
    background-size: 2.4rem;
  }
  .about-wrapper .box-3 .year-box .swiper-slide:after {
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-width: 3px;
  }
  .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 {
    padding-bottom: 0.8rem;
    margin-top: 0.8rem;
  }
  .about-wrapper .box-3 .detail-box .btn,
  .about-wrapper .box-3 .detail-box .info {
    width: 100%;
  }
  .about-wrapper .box-3 .year {
    font-size: 1.2rem;
    line-height: 1rem;
  }
  .about-wrapper .box-3 .line {
    width: 0.64rem;
    margin: 0.4rem 0;
  }
  .about-wrapper .box-3 .desc,
  .about-wrapper .box-3 .desc li {
    font-size: var(--fs16);
    line-height: 0.4rem;
  }
  .about-wrapper .box-3 .desc li {
    padding-left: 0.4rem;
  }
  .about-wrapper .box-3 .desc li:before {
    width: 4px;
    height: 4px;
    top: calc((0.4rem - 4px) / 2);
  }
  .about-wrapper .box-3 .btn {
    position: static;
  }
  .about-wrapper .box-3 .btn a {
    width: 0.6rem;
    height: 0.6rem;
  }
  .about-wrapper .box-3 .btn .prev {
    margin-right: 0.3rem;
  }
  .about-wrapper .box-4 {
    background-attachment: inherit;
  }
  .about-wrapper .box-4 .swiper-slide {
    width: 48%;
  }
  .about-wrapper .box-4 .pic {
    width: 85%;
  }
  .about-wrapper .box-4 .pic img {
    height: 3.92rem;
  }
  .about-wrapper .box-4 p {
    font-size: var(--fs15);
    line-height: 0.4rem;
    height: 0.8rem;
    -webkit-line-clamp: 2;
    margin-top: 0.36rem;
    padding: 0 0.2rem;
  }
  .about-wrapper .box-4 .btn {
    margin-left: 0.4rem;
  }
  .about-wrapper .box-4 .btn a {
    width: 0.56rem;
    height: 0.56rem;
  }
  .about-wrapper .box-4 .btn .prev {
    margin-right: 0.2rem;
  }
  .about-wrapper .box-4 .bottom {
    margin-top: 0.8rem;
  }
  .about-wrapper .box-4 .swiper-scrollbar {
    flex: 1;
  }
  .about-wrapper .box-5 {
    padding: 1.2rem 0;
  }
  .about-wrapper .box-5 ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 2%;
  }
  .about-wrapper .box-5 ul li:nth-child(-n+4) {
    margin-top: 0;
  }
  .about-wrapper .box-5 ul li:nth-child(4n) {
    margin-right: 0;
  }
  .about-wrapper .box-5 ul .pic img {
    height: 0.88rem;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.8rem;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #f4f5f7;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .dot {
  line-height: 0.38rem;
}
.pageNum .btn {
  font-family: "宋体";
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #d80010;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #b00700;
  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: #b00700;
}
.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";
}
.service-wrapper .h6 {
  padding-left: 0.3rem;
  background: url(../img/pro.png) no-repeat left 0.1rem;
  font-size: var(--fs24);
  font-weight: bold;
  color: #1c2d45;
  margin: 0.6rem 0 0;
  padding-bottom: 0.12rem;
}
.service-wrapper .p {
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
}
.research-wrapper .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.research-wrapper .item:last-child {
  margin-bottom: 0;
}
.research-wrapper .item:nth-child(even) {
  flex-direction: row-reverse;
}
.research-wrapper .pic {
  width: 50%;
}
.research-wrapper .content {
  width: 42%;
  font-size: var(--fs18);
  line-height: 0.36rem;
}
@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;
  }
  .service-wrapper .h6 {
    padding-left: 0.4rem;
    font-size: var(--fs20);
    padding-bottom: 0.2rem;
  }
  .service-wrapper .p {
    font-size: var(--fs14);
    line-height: 0.48rem;
  }
  .research-wrapper .item {
    display: block;
    margin-bottom: 0.8rem;
  }
  .research-wrapper .pic {
    width: 100%;
  }
  .research-wrapper .content {
    width: 100%;
    font-size: var(--fs16);
    line-height: 0.48rem;
    margin-top: 0.4rem;
  }
}
.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: #b00700;
  }
}
@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;
    --fs60: 56px;
  }
}
@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;
    --fs60: 0.5rem;
  }
}
@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;
    --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;
  }
}
@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;
  }
}
