.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: "light";
  src: url('../fonts/MISANS-LIGHT.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/MiSans-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/MISANS-REGULAR.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
.light {
  font-family: "light";
}
.medium {
  font-family: "medium";
}
.regular {
  font-family: "regular";
}
.mb {
  font-family: "mb";
}
.mr {
  font-family: "mr";
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs42: 42px;
  --fs48: 48px;
  --fs60: 60px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.swiperbtn {
  font-size: 0;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.swiperbtn .swiper-btn {
  position: relative;
  top: 0;
  transform: none;
}
.swiperbtn .prev {
  margin-right: 0.2rem;
}
.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;
  width: 0.64rem;
  height: 0.64rem;
}
.swiper-btn.prev {
  background-image: url(../img/prev.png);
}
.swiper-btn.prev:hover,
.swiper-btn.prev.white {
  background-image: url(../img/prev2.png);
}
.swiper-btn.prev.white:hover {
  background-image: url(../img/prev3.png);
}
.swiper-btn.next {
  background-image: url(../img/next.png);
}
.swiper-btn.next:hover,
.swiper-btn.next.white {
  background-image: url(../img/next2.png);
}
.swiper-btn.next.white:hover {
  background-image: url(../img/next3.png);
}
.border .header-wrapper {
  position: sticky;
  border-bottom: 1px solid #f7f8f9;
}
.sticky .header-wrapper {
  position: sticky;
}
.sticky .header-wrapper,
.border .header-wrapper,
.header-wrapper.shadow,
.header-wrapper.on {
  background-color: #fff;
}
.sticky .header-wrapper .logo-box .init,
.border .header-wrapper .logo-box .init,
.header-wrapper.shadow .logo-box .init,
.header-wrapper.on .logo-box .init {
  display: none;
}
.sticky .header-wrapper .logo-box .on,
.border .header-wrapper .logo-box .on,
.header-wrapper.shadow .logo-box .on,
.header-wrapper.on .logo-box .on {
  display: block;
}
.sticky .header-wrapper .pc-nav-box li.on > a:before,
.border .header-wrapper .pc-nav-box li.on > a:before,
.header-wrapper.shadow .pc-nav-box li.on > a:before,
.header-wrapper.on .pc-nav-box li.on > a:before,
.sticky .header-wrapper .pc-nav-box li:hover > a:before,
.border .header-wrapper .pc-nav-box li:hover > a:before,
.header-wrapper.shadow .pc-nav-box li:hover > a:before,
.header-wrapper.on .pc-nav-box li:hover > a:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.sticky .header-wrapper .pc-nav-box li > a,
.border .header-wrapper .pc-nav-box li > a,
.header-wrapper.shadow .pc-nav-box li > a,
.header-wrapper.on .pc-nav-box li > a {
  color: #000;
}
.sticky .header-wrapper .pc-nav-box li > a:before,
.border .header-wrapper .pc-nav-box li > a:before,
.header-wrapper.shadow .pc-nav-box li > a:before,
.header-wrapper.on .pc-nav-box li > a:before {
  background-color: #284179;
}
.sticky .header-wrapper .search,
.border .header-wrapper .search,
.header-wrapper.shadow .search,
.header-wrapper.on .search {
  background-image: url(../img/search2.png);
}
.sticky .header-wrapper .lang .caption,
.border .header-wrapper .lang .caption,
.header-wrapper.shadow .lang .caption,
.header-wrapper.on .lang .caption {
  color: #000;
  background-image: url(../img/earth2.png);
}
.sticky .header-wrapper .nav-icon span,
.border .header-wrapper .nav-icon span,
.header-wrapper.shadow .nav-icon span,
.header-wrapper.on .nav-icon span {
  background-color: #444;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper.on,
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0.5rem;
  height: 1rem;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 1.79rem;
}
.header-wrapper .logo-box a,
.header-wrapper .logo-box img {
  width: 100%;
}
.header-wrapper .logo-box a,
.header-wrapper .logo-box .init {
  display: block;
}
.header-wrapper .logo-box .on {
  display: none;
}
.header-wrapper .other-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .lang {
  position: relative;
  width: 0.8rem;
  text-align: center;
  margin-right: 0.2rem;
}
.header-wrapper .lang:hover .list {
  display: block;
  animation: fadeIn 0.35s ease;
}
.header-wrapper .lang .caption {
  line-height: 0.4rem;
  background-image: url(../img/earth.png);
  background-position: left center;
  background-size: 0.2rem;
  background-repeat: no-repeat;
  font-size: var(--fs16);
  color: #fff;
  text-transform: uppercase;
  font-family: "medium";
}
.header-wrapper .lang .list {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 10;
  width: 1.4rem;
  margin-left: -0.7rem;
  background-color: #fff;
  display: none;
  padding-top: 0.1rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.03);
}
.header-wrapper .lang .list a {
  display: block;
  line-height: 0.3rem;
  text-align: center;
  font-size: var(--fs16);
  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;
  padding-bottom: 0.1rem;
  margin-bottom: 0.1rem;
  border-bottom: 1px solid #eaeaea;
  font-family: "medium";
}
.header-wrapper .lang .list a:hover {
  color: #284179;
}
.header-wrapper .lang .list a:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.header-wrapper .search {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  background-image: url(../img/search.png);
}
.header-wrapper .search.on {
  background-image: url(../img/search2.png);
}
.pc-nav-box {
  flex: 1;
  margin: 0 0.6rem;
}
.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: center;
}
.pc-nav-box li {
  margin-right: 0.72rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover > a:before,
.pc-nav-box li.on > a:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li:hover .navs {
  height: 0.6rem;
}
.pc-nav-box li > a {
  position: relative;
  font-size: var(--fs16);
  color: #fff;
  height: 1rem;
  line-height: 1rem;
  font-family: "medium";
}
.pc-nav-box li > a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.pc-nav-box a {
  display: block;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.pc-nav-box .navs {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #02132d;
  height: 0;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  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;
}
.pc-nav-box .navs a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5rem;
  font: 500 var(--fs16)/0.6rem "mr";
  color: #fff;
  opacity: 0.3;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.pc-nav-box .navs a.on,
.pc-nav-box .navs a:hover {
  opacity: 1;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.03);
  /* input placeholder  */
}
.search-form .w960 {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #284179;
  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-color: #fff;
  }
  .header-wrapper:hover .logo-box .init {
    display: none;
  }
  .header-wrapper:hover .logo-box .on {
    display: block;
  }
  .header-wrapper:hover .pc-nav-box li.on > a,
  .header-wrapper:hover .pc-nav-box li:hover > a {
    color: #284179;
  }
  .header-wrapper:hover .pc-nav-box li.on > a:before,
  .header-wrapper:hover .pc-nav-box li:hover > a:before {
    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 .pc-nav-box li > a:before {
    background-color: #284179;
  }
  .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
  .header-wrapper:hover .lang .caption {
    color: #333;
    background-image: url(../img/earth2.png);
  }
}
@media screen and (max-width: 1600px) {
  .box-container {
    width: 14rem;
  }
  .header-wrapper .box {
    height: 0.94rem;
  }
  .pc-nav-box li > a {
    height: 0.94rem;
    line-height: 0.94rem;
  }
  .search-form {
    top: 0.94rem;
  }
  .pc-nav-box .navs a {
    margin: 0 0.4rem;
  }
}
@media screen and (max-width: 1440px) {
  .header-wrapper .box {
    height: 0.9rem;
  }
  .pc-nav-box li > a {
    height: 0.9rem;
    line-height: 0.9rem;
  }
  .header-wrapper .search {
    width: 20px;
    height: 20px;
  }
  .search-form {
    top: 0.9rem;
  }
  .pc-nav-box .navs a {
    margin: 0 0.3rem;
    font-size: var(--fs15);
  }
}
@media screen and (max-width: 1004px) {
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .header-wrapper .box {
    padding: 0 0.3rem;
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: 2rem;
  }
  .header-wrapper .lang {
    width: auto;
    margin-right: 0;
  }
  .header-wrapper .lang .caption {
    line-height: 0.48rem;
    background-size: 0.3rem;
    padding-left: 0.46rem;
    font-size: var(--fs15);
  }
  .header-wrapper .lang .list {
    width: 1.6rem;
    margin-left: -0.8rem;
  }
  .header-wrapper .lang .list a {
    line-height: 0.44rem;
    font-size: var(--fs14);
    padding-bottom: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .header-wrapper .search {
    width: 16px;
    height: 16px;
    margin: 0 0.4rem;
  }
  .pc-nav-box {
    display: none;
  }
  .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: #284179;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #284179;
    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: #284179;
    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: #284179;
  }
  .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;
  }
}
.footer-wrapper {
  background: #000;
  padding: 0.9rem 0 0.32rem;
}
.footer-wrapper .box-1,
.footer-wrapper .box-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .contact-box ul {
  list-style: none;
  margin-top: 0.2rem;
}
.footer-wrapper .contact-box li {
  font-size: var(--fs14);
  color: #666;
  line-height: 24px;
}
.footer-wrapper .logo {
  display: block;
  width: 1.38rem;
  margin-bottom: 0.28rem;
}
.footer-wrapper .logo img {
  display: block;
  width: 100%;
}
.footer-wrapper .caption {
  font-size: var(--fs16);
  color: #fff;
  line-height: 24px;
  margin-bottom: 2px;
}
.footer-wrapper .tel {
  display: inline-block;
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  font-family: "mr";
}
.footer-wrapper .box-2 {
  margin-top: 0.96rem;
  align-items: center;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs14);
  color: #666;
}
.footer-wrapper .copyright {
  line-height: 24px;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
}
.footer-nav-box {
  width: 66.73%;
}
.footer-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
}
.footer-nav-box li > a {
  font-size: var(--fs16);
  color: #fff;
}
.footer-nav-box li > a:hover {
  color: #284179;
}
.footer-nav-box a {
  display: block;
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-nav-box .navs {
  margin-top: 0.15rem;
}
.footer-nav-box .navs a {
  font-size: var(--fs14);
  color: #666;
}
.footer-nav-box .navs a:hover {
  color: #fff;
}
.share {
  font-size: 0;
}
.share a {
  display: inline-block;
  width: 0.5rem;
  margin-right: 0.15rem;
}
.share a:last-child {
  margin-right: 0;
}
.share a:hover .init {
  display: none;
}
.share a:hover .on {
  display: block;
}
.share a .init {
  display: block;
}
.share a .on {
  display: none;
}
@media screen and (max-width: 1600px) {
  .footer-wrapper {
    padding-top: 0.8rem;
  }
  .footer-wrapper .box-2 {
    margin-top: 0.86rem;
  }
}
@media screen and (max-width: 1440px) {
  .footer-wrapper {
    padding-top: 0.7rem;
  }
  .footer-wrapper .box-2 {
    margin-top: 0.76rem;
  }
}
@media screen and (max-width: 1366px) {
  .footer-wrapper {
    padding-top: 0.6rem;
  }
  .footer-wrapper .box-2 {
    margin-top: 0.66rem;
  }
}
@media screen and (max-width: 1004px) {
  .footer-wrapper {
    padding: 0.6rem 0 0.3rem;
  }
  .footer-wrapper .box-1,
  .footer-wrapper .box-2 {
    display: block;
  }
  .footer-wrapper .contact-box ul {
    margin-top: 0.24rem;
  }
  .footer-wrapper .contact-box li {
    line-height: 0.44rem;
  }
  .footer-wrapper .logo {
    width: 1.8rem;
    margin-bottom: 0.4rem;
  }
  .footer-wrapper .caption {
    line-height: 0.44rem;
  }
  .footer-wrapper .tel {
    line-height: 0.48rem;
  }
  .footer-wrapper .box-2 {
    margin-top: 0.6rem;
  }
  .footer-wrapper .copyright {
    line-height: 0.44rem;
    margin-top: 0.3rem;
  }
  .footer-nav-box {
    display: none;
  }
  .share a {
    width: 0.6rem;
    margin-right: 0.2rem;
  }
}
.ball {
  position: absolute;
  right: -5rem;
  top: -2rem;
  width: 11.4rem;
  height: 12rem;
  transform: rotate(-28deg);
  background: url(../img/ball.png) no-repeat center center;
  background-size: 100%;
  z-index: -1;
  -webkit-animation: circle_1 8s infinite alternate-reverse;
  animation: circle_1 8s infinite alternate-reverse;
}
@keyframes circle_1 {
  0% {
    -webkit-transform: translate3d(3vw, 0, 0) scale3d(0.9, 0.75, 1) rotateX(0) rotateY(0) rotateZ(-180deg) skew(45deg, -30deg);
    -moz-transform: translate3d(3vw, 0, 0) scale3d(0.9, 0.75, 1) rotateX(0) rotateY(0) rotateZ(-180deg) skew(45deg, -30deg);
    -ms-transform: translate3d(3vw, 0, 0) scale3d(0.9, 0.75, 1) rotateX(0) rotateY(0) rotateZ(-180deg) skew(45deg, -30deg);
    transform: translate3d(3vw, 0, 0) scale3d(0.9, 0.75, 1) rotateX(0) rotateY(0) rotateZ(-180deg) skew(45deg, -30deg);
    will-change: transform;
    transform-style: preserve-3d;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(10deg, -10deg);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(10deg, -10deg);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(10deg, -10deg);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0deg) skew(10deg, -10deg);
  }
}
.index-box-4,
.index-box-1,
.index-box-2 {
  position: relative;
  z-index: 10;
}
.index-box-3 .ball {
  right: auto;
  left: -7rem;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
}
.index-box-4 .ball {
  right: -6rem;
  bottom: -3rem;
  top: auto;
}
.index-box-5 {
  overflow: hidden;
}
.index-box-5 .ball {
  right: auto;
  left: -9rem;
  top: auto;
  bottom: -4rem;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
}
.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 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: 100%;
  height: 100%;
}
.index-banner-wrapper h3 {
  font-size: var(--fs48);
  color: #fff;
  line-height: 0.6rem;
  font-family: "light";
}
.index-banner-wrapper h3 span {
  display: inline-block;
  margin-left: 1.04rem;
}
.index-banner-wrapper .swiper-pagination {
  display: block;
  bottom: 0.3rem;
  font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  margin: 0 7px;
  width: 8px;
  height: 8px;
  border: none;
  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;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #284179;
}
.breadcrumb {
  font-size: var(--fs14);
  color: #999;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}
.goodsinfo-wrapper {
  padding-top: 0.7rem;
}
.goodsinfo-wrapper .main {
  position: relative;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 0.92rem;
  border-top: 2px solid #000;
  padding-right: 1.2rem;
}
.goodsinfo-wrapper .main .swiper-box {
  width: 35.87%;
}
.goodsinfo-wrapper .main .swiper-box .swiper-container {
  padding-bottom: 0.44rem;
}
.goodsinfo-wrapper .main .swiper-box .swiper-pagination {
  display: block;
  bottom: 0;
  font-size: 0;
}
.goodsinfo-wrapper .main .swiper-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #d0d1d5;
  margin: 0 0.1rem;
  width: 8px;
  height: 8px;
  border: none;
  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;
}
.goodsinfo-wrapper .main .swiper-box .swiper-pagination .swiper-pagination-bullet:link,
.goodsinfo-wrapper .main .swiper-box .swiper-pagination .swiper-pagination-bullet:visited,
.goodsinfo-wrapper .main .swiper-box .swiper-pagination .swiper-pagination-bullet:active,
.goodsinfo-wrapper .main .swiper-box .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.goodsinfo-wrapper .main .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #284179;
}
.goodsinfo-wrapper .main .swiper-box .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-1 {
  margin-bottom: 0.2rem;
}
.goodsinfo-wrapper .box-1 h1 {
  font-size: var(--fs60);
  color: #000;
  line-height: 0.72rem;
  font-family: "medium";
  padding-right: 0.2rem;
}
.goodsinfo-wrapper .box-1 .desc,
.goodsinfo-wrapper .box-1 .desc li {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.36rem;
}
.goodsinfo-wrapper .box-1 .desc {
  margin: 0.25rem auto 0.78rem;
}
.goodsinfo-wrapper .box-1 .desc li {
  position: relative;
  list-style: none;
  padding-left: 0.18rem;
}
.goodsinfo-wrapper .box-1 .desc li:before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  background: url(../img/icon.png) no-repeat left center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.14rem;
  z-index: 1;
}
.goodsinfo-wrapper .box-1 .index-title {
  color: #f4f5f8;
  letter-spacing: 0.12rem;
  margin-top: -0.6rem;
  margin-left: -0.1rem;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transform: translateX(-2rem);
  -webkit-transform: translateX(-2rem);
  -moz-transform: translateX(-2rem);
  -ms-transform: translateX(-2rem);
  -o-transform: translateX(-2rem);
}
.goodsinfo-wrapper .info-box {
  width: 48%;
}
.goodsinfo-wrapper .email {
  display: inline-block;
  min-width: 2.7rem;
  line-height: 0.48rem;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  border: solid 2px #284179;
  padding: 0 0.24rem;
  font-size: var(--fs16);
  color: #284179;
  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;
  font-family: "medium";
}
.goodsinfo-wrapper .email:hover {
  color: #fff;
  background-color: #284179;
}
.goodsinfo-wrapper .email:hover i {
  background-image: url(../img/evl2.png);
}
.goodsinfo-wrapper .email i {
  display: inline-block;
  width: 0.21rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  background-image: url(../img/evl.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: relative;
  top: -1px;
  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;
}
.goodsinfo-wrapper .box-2 .box-container {
  padding-top: 1.52rem;
  border-top: 2px solid #000;
}
.goodsinfo-wrapper .box-2 .swiper-slide:hover .icon {
  transform: rotateY(180deg);
}
.goodsinfo-wrapper .box-2 .icon {
  width: 1.1rem;
  margin: 0 auto;
  display: block;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.goodsinfo-wrapper .box-2 .info {
  margin-top: 0.27rem;
  text-align: center;
}
.goodsinfo-wrapper .box-2 h4 {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
}
.goodsinfo-wrapper .box-2 p {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.05rem;
}
.goodsinfo-wrapper .box-2 .swiper-btn {
  width: 0.18rem;
  height: 0.34rem;
  transform: none;
  top: 0.38rem;
}
.goodsinfo-wrapper .box-2 .prev {
  left: 0;
  background-image: url(../img/iprev.png);
}
.goodsinfo-wrapper .box-2 .prev:hover {
  background-image: url(../img/iprev2.png);
}
.goodsinfo-wrapper .box-2 .next {
  right: 0;
  background-image: url(../img/inext.png);
}
.goodsinfo-wrapper .box-2 .next:hover {
  background-image: url(../img/inext2.png);
}
.goodsinfo-wrapper .box-3 .item {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.goodsinfo-wrapper .box-3 .item:nth-child(even) .info {
  right: auto;
  left: calc((100% - 15.36rem) / 2);
}
.goodsinfo-wrapper .box-3 .item:nth-child(even) .info .brief,
.goodsinfo-wrapper .box-3 .item:nth-child(even) .info h4 {
  color: #000;
}
.goodsinfo-wrapper .box-3 .item:nth-child(even) .line {
  background: #000;
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.45);
}
.goodsinfo-wrapper .box-3 .pic {
  width: 100%;
}
.goodsinfo-wrapper .box-3 .info {
  width: 33.85%;
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  right: calc((100% - 15.36rem) / 2);
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 100%;
  padding-right: 1rem;
}
.goodsinfo-wrapper .box-3 .info .inner {
  width: 100%;
}
.goodsinfo-wrapper .box-3 .info h4 {
  font-size: 0.6rem;
  color: #fff;
  line-height: 0.72rem;
  font-family: "mb";
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.goodsinfo-wrapper .box-3 .info .brief {
  font-size: var(--fs18);
  color: #fff;
  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;
  font-family: "mr";
  margin-top: 0.27rem;
}
.goodsinfo-wrapper .box-3 .line {
  width: 4px;
  height: 20px;
  background-color: #fff;
  margin-bottom: 0.28rem;
  box-shadow: 0px 0px 14px 1px rgba(255, 255, 255, 0.45);
}
.goodsinfo-wrapper .border {
  border-top: 2px solid #000;
}
.goodsinfo-wrapper .box-4 {
  margin-top: 0.1rem;
}
.goodsinfo-wrapper .box-4 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goodsinfo-wrapper .box-4 .box-container > div {
  padding-top: 1.2rem;
}
.goodsinfo-wrapper .box-4 .compare-box {
  padding-right: 1rem;
}
.goodsinfo-wrapper .box-4 .download-box {
  padding-left: 1rem;
  border-left: 1px solid #000;
}
.goodsinfo-wrapper .box-4 .inner {
  position: relative;
}
.goodsinfo-wrapper .caption {
  font-size: 0.42rem;
  color: #000;
  line-height: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.34rem;
}
.goodsinfo-wrapper .box-5 {
  margin-top: 1.64rem;
}
.goodsinfo-wrapper .box-5 .swiper-slide {
  width: 31.9%;
  margin-right: 2.15%;
  text-align: center;
}
.goodsinfo-wrapper .box-5 .swiper-slide:last-child {
  margin-right: 0;
}
.goodsinfo-wrapper .box-5 .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);
}
.goodsinfo-wrapper .box-5 .swiper-slide:hover:before {
  background-color: #284179;
}
.goodsinfo-wrapper .box-5 .swiper-slide:hover .icon {
  background-color: #284179;
}
.goodsinfo-wrapper .box-5 .swiper-slide:hover h4 {
  color: #284179;
}
.goodsinfo-wrapper .box-5 .swiper-slide:before {
  content: "";
  width: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 1;
  background-color: #000;
}
.goodsinfo-wrapper .box-5 .swiper-slide a {
  position: relative;
  display: block;
  padding: 0.6rem 8px 1.06rem;
}
.goodsinfo-wrapper .box-5 h4 {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
  padding: 0 0.6rem;
  margin-top: 0.68rem;
  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 .box-5 .icon {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #000 url(../img/i-right3.png) no-repeat center center;
  background-size: 7px;
  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;
}
.goodsinfo-wrapper .box-6 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.goodsinfo-wrapper .box-6 li {
  width: 48.7%;
}
.goodsinfo-wrapper .box-6 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);
}
.goodsinfo-wrapper .box-6 li:hover h4 {
  color: #284179;
}
.goodsinfo-wrapper .box-6 li:hover p:after {
  transform: rotate(45deg);
}
.goodsinfo-wrapper .box-6 .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 0.26rem;
  border-left: 2px solid #000;
  padding-top: 0.22rem;
}
.goodsinfo-wrapper .box-6 h4 {
  font-size: var(--fs20);
  color: #000;
  font-weight: 700;
  line-height: 0.3rem;
  width: 48.66%;
  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 .box-6 p {
  position: relative;
  font-size: var(--fs16);
  line-height: 0.3rem;
  color: #000;
  width: 40.64%;
}
.goodsinfo-wrapper .box-6 p:after {
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/right.png) no-repeat center center;
  background-size: 100%;
  margin-top: 0.67rem;
  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;
}
.goodsinfo-wrapper .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;
}
.goodsinfo-wrapper .group {
  position: relative;
  width: 32.42%;
  margin-right: 1.37%;
  margin-top: 1.37%;
  /* input placeholder  */
}
.goodsinfo-wrapper .group.max {
  width: 100%;
  margin-right: 0;
}
.goodsinfo-wrapper .group:nth-child(-n+3) {
  margin-top: 0;
}
.goodsinfo-wrapper .group:last-child,
.goodsinfo-wrapper .group:nth-child(3n) {
  margin-right: 0;
}
.goodsinfo-wrapper .group .text,
.goodsinfo-wrapper .group .msg {
  width: 100%;
  height: 0.65rem;
  line-height: 0.63rem;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #000;
  padding-right: 0.28rem;
  padding-left: 0.28rem;
  font-size: var(--fs16);
  color: #000;
  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;
}
.goodsinfo-wrapper .group .text:focus,
.goodsinfo-wrapper .group .msg:focus {
  border-color: #284179;
}
.goodsinfo-wrapper .group ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: var(--fs16);
}
.goodsinfo-wrapper .group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: var(--fs16);
}
.goodsinfo-wrapper .group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: var(--fs16);
}
.goodsinfo-wrapper .group :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: var(--fs16);
}
.goodsinfo-wrapper .group.pl .text {
  padding-left: 0.42rem;
}
.goodsinfo-wrapper .group .msg {
  resize: none;
  height: 1.15rem;
  line-height: 0.3rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.goodsinfo-wrapper .group i {
  font-size: var(--fs16);
  color: #284179;
  display: inline-block;
  position: absolute;
  left: 0.28rem;
  top: 50%;
  line-height: 0.3rem;
  margin-top: -0.15rem;
  z-index: 1;
}
.goodsinfo-wrapper .submit {
  display: block;
  margin: 0.5rem auto 0;
  width: 1.7rem;
  line-height: 0.56rem;
  background-color: #284179;
  border-radius: 28px;
  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;
}
.goodsinfo-wrapper .submit:hover {
  box-shadow: 0 2px 30px rgba(40, 65, 121, 0.5);
}
.download-box {
  width: 33.2%;
}
.download-box li {
  height: 0.9rem;
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border: solid 1px #ebebeb;
  margin-bottom: 0.2rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-image: url(../img/download.png);
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
  background-size: 0.16rem;
}
.download-box li:last-child {
  margin-bottom: 0;
}
.download-box li:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.13);
}
.download-box li:hover:after {
  width: 100%;
}
.download-box li:hover a {
  color: #284179;
}
.download-box li:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #284179;
  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;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.download-box li .icon {
  position: relative;
  width: 0.87rem;
  height: 100%;
  background: url(../img/pdf.png) no-repeat center center;
  background-size: 0.27rem;
  margin-right: 0.3rem;
}
.download-box li .icon:after {
  content: "";
  width: 1px;
  height: 0.3rem;
  background-color: #ebebeb;
  position: absolute;
  right: -1px;
  top: 50%;
  margin-top: -0.15rem;
  z-index: 10;
}
.download-box li a {
  position: relative;
  font-size: var(--fs18);
  color: #000;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 0.3rem;
  flex: 1;
  font-family: "medium";
  max-height: 0.6rem;
  padding-right: 0.6rem;
}
.compare-box {
  width: 66.8%;
}
.compare-box .caption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.compare-box ul {
  list-style: none;
  border-top: 1px solid #e1e1e1;
}
.compare-box li {
  font-size: var(--fs16);
  color: #000;
  height: 0.5rem;
  line-height: 0.49rem;
  justify-content: center;
  border-bottom: 1px solid #e1e1e1;
}
.compare-box li:first-child {
  font-weight: 700;
}
.compare-box .result-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 */
  margin-top: 0.46rem;
}
.compare-box .result-box table {
  width: 100%;
}
.compare-box .result-box table tr:first-child td {
  font-weight: 700;
}
.compare-box .result-box table td {
  width: 26.26%;
  border-top: 1px solid #cccfd5;
  font-size: var(--fs16);
  color: #000;
  height: 0.5rem;
  line-height: 0.26rem;
  justify-content: center;
  border-bottom: 1px solid #e1e1e1;
}
.compare-box .result-box table td:first-child {
  width: 21.21%;
}
.compare-box .result-box table td:not(:first-child) {
  text-align: center;
  max-width: 2.34rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border-left: 1px solid #cccfd5;
}
.compare-box .left {
  width: 21.21%;
}
.compare-box .right {
  width: 78.79%;
  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 */
}
.compare-box .right .item {
  width: calc(100% / 3);
  border-left: 1px solid #cccfd5;
}
.compare-box .right li {
  text-align: center;
}
.tab-box {
  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 */
  justify-content: flex-end;
  z-index: 10;
}
.tab-box .item {
  position: relative;
  width: 2.1rem;
  margin-right: 0.26rem;
}
.tab-box .item:last-child {
  margin-right: 0;
}
.tab-box .item.on > a {
  color: #284179;
}
.tab-box .item.on > a:after {
  transform: rotateX(180deg);
}
.tab-box .item > a {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0.44rem;
  background-color: #fff;
  border-radius: 24px;
  border: solid 2px #284179;
  padding: 0 0.46rem 0 0.3rem;
  font-size: var(--fs16);
  color: #000;
  font-weight: 700;
  z-index: 10;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.tab-box .item > a:after {
  content: "";
  width: 0.15rem;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0.23rem;
  background: url(../img/i-down.png) no-repeat center center;
  background-size: 100%;
}
.tab-box .item .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #284179;
  overflow-y: auto;
  max-height: 2.35rem;
  z-index: 9;
  display: none;
}
.tab-box .item .list::-webkit-scrollbar {
  width: 2px;
  background-color: #ccc;
}
.tab-box .item .list::-webkit-scrollbar-thumb {
  background-color: #284179;
}
.tab-box .item .list a {
  display: block;
  padding: 0.1rem 0.3rem;
  line-height: 0.26rem;
  color: #000;
  font-family: "medium";
  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;
  border-bottom: 1px solid #ccc;
}
.tab-box .item .list a:last-child {
  border-bottom: none;
}
.tab-box .item .list a:hover {
  color: #fff;
  background-color: #284179;
}
@media screen and (min-width: 1004px) {
  .goodsinfo-wrapper .box-1 .index-title.animated i {
    animation: wordAni2 2s ease forwards;
  }
}
@media screen and (max-width: 1440px) {
  .index-banner-wrapper h3 {
    line-height: 0.56rem;
  }
  .index-banner-wrapper h3 span {
    margin-left: 0.9rem;
  }
}
@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 {
    padding-top: 0.6rem;
  }
  .index-banner-wrapper h3 {
    font-size: var(--fs30);
    line-height: 0.56rem;
  }
  .index-banner-wrapper h3 span {
    margin-left: 0.8rem;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 6px;
    height: 6px;
  }
  .ball {
    right: -4rem;
    top: 0;
    width: 6rem;
    height: 6rem;
  }
  .index-box-1.animated:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .index-box-1:after {
    content: "";
    width: calc(100% - 0.6rem);
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    height: 2px;
    background: #000;
    position: absolute;
    left: 0.3rem;
    bottom: 0;
    z-index: 1;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
  }
  .index-box-2.linebg .box-container:after {
    display: none;
  }
  .index-box-3 .ball {
    left: -4rem;
  }
  .index-box-4 .ball {
    right: -3rem;
    bottom: 0;
  }
  .index-box-5 .ball {
    left: -3rem;
    bottom: -3rem;
  }
  .index-box-4,
  .index-box-1,
  .index-box-2 {
    overflow: hidden;
  }
}
.index-title {
  font-size: var(--fs60);
  color: #000;
  font-weight: 700;
  line-height: 0.7rem;
  font-family: "medium";
  margin-bottom: 0.52rem;
}
.index-title.center {
  text-align: center;
}
.index-title.ani {
  margin-bottom: 0;
  font-size: 1.2rem;
  letter-spacing: 0.24rem;
  text-transform: uppercase;
  font-family: "mb";
  margin-left: 0.36rem;
  line-height: 1.2rem;
  white-space: nowrap;
}
.index-title.ani.animated i {
  animation: wordAni 2s ease forwards;
}
.index-title.ani i {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
}
.index-more {
  display: inline-block;
  min-width: 1.14rem;
  height: 0.48rem;
  line-height: 0.44rem;
  background-color: #fff;
  border-radius: 24px;
  border: solid 2px #284179;
  text-align: center;
  font-size: var(--fs16);
  padding: 0 0.2rem;
  color: #284179;
  font-family: "medium";
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.index-more:hover {
  box-shadow: 0 2px 30px rgba(40, 65, 121, 0.4);
}
.index-more:hover span {
  animation: txtAni 0.35s ease;
}
.index-more.on {
  background-color: #284179;
  color: #fff;
}
.index-more.on:hover {
  box-shadow: 0 2px 30px rgba(40, 65, 121, 0.4);
}
.index-more span {
  display: inline-block;
  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;
}
.learn {
  position: relative;
  display: inline-block;
  font-size: var(--fs16);
  line-height: 0.36rem;
  color: #666;
  font-family: "medium";
}
.learn:before,
.learn:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #284179;
  position: absolute;
  z-index: 10;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.learn:before {
  left: 0;
  top: 0;
}
.learn:after {
  right: 0;
  bottom: 0;
}
.learn:hover:before,
.learn:hover:after {
  width: 100%;
}
.learn:hover,
.learn.on {
  color: #284179;
}
.learn:hover i,
.learn.on i {
  background-image: url(../img/i-right2.png);
}
.learn i {
  display: inline-block;
  margin-left: 0.06rem;
  width: 8px;
  height: 13px;
  background-image: url(../img/i-right.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.imore {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: relative;
}
.imore:hover:before {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}
.imore:hover i {
  transform: rotate(45deg);
  background-image: url(../img/right2.png);
}
.imore:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transform: rotate(45deg);
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.imore i {
  display: block;
  width: 0.2rem;
  height: 100%;
  background-image: url(../img/right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  margin-left: -0.1rem;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.btns {
  text-align: center;
  font-size: 0;
}
.btns a {
  margin-right: 0.2rem;
}
.btns a:last-child {
  margin-right: 0;
}
.padding {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.mt {
  margin-top: 1.4rem;
}
.pt {
  padding-top: 1.4rem;
}
.ibtn {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #000 url(../img/i-right3.png) no-repeat center center;
  background-size: 7px;
  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;
}
.ibtn:hover {
  background-color: #284179;
}
.linebg {
  position: relative;
}
.linebg.animated .box-container:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.linebg .box-container {
  position: relative;
  z-index: 10;
}
.linebg .box-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 2px;
  width: 100%;
  background-color: #000;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.cat-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.cat-box a {
  display: inline-block;
  min-width: 1.44rem;
  line-height: 0.48rem;
  background-color: #dde1e9;
  border-radius: 24px;
  margin-top: 0.2rem;
  margin-right: 0.2rem;
  text-align: center;
  color: #000;
  font-size: var(--fs16);
  font-family: "medium";
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  padding: 0 0.2rem;
}
.cat-box a:last-child {
  margin-right: 0;
}
.cat-box a:hover,
.cat-box a.on {
  color: #fff;
  background-color: #284179;
}
.index-box-1 .index-title {
  margin-bottom: 0;
}
.index-box-1 .info {
  width: 62.24%;
  margin: 0 auto;
}
.index-box-1 .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin: 0.28rem auto 0.7rem;
}
.index-box-2 .box-container {
  padding-top: 0.8rem;
}
.index-box-2 .box-container:after {
  top: -1.2rem;
}
.index-box-2 .index-title {
  transform: translateY(0.8rem);
  -webkit-transform: translateY(0.8rem);
  -moz-transform: translateY(0.8rem);
  -ms-transform: translateY(0.8rem);
  -o-transform: translateY(0.8rem);
}
.index-box-2 .item {
  opacity: 0;
  width: 100%;
}
.index-box-2 .item:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.index-box-2 .item.on {
  opacity: 1;
}
.index-box-2 .swiper-box {
  margin-top: 1.2rem;
}
.index-box-2 .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;
}
.index-box-2 .swiper-slide-active .beer-slider,
.index-box-2 .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);
}
.index-box-2 .beer-slider,
.index-box-2 .info {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition-delay: 0.45s;
}
.index-box-2 .info {
  width: 19.8%;
  transform: translateX(1rem);
  -webkit-transform: translateX(1rem);
  -moz-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  -o-transform: translateX(1rem);
}
.index-box-2 .beer-slider {
  width: 61.58%;
  transform: translateX(-1rem);
  -webkit-transform: translateX(-1rem);
  -moz-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  -o-transform: translateX(-1rem);
}
.index-box-2 h4 {
  font-size: var(--fs42);
  color: #000;
  line-height: 0.48rem;
  font-family: "medium";
}
.index-box-2 .desc {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  margin: 0.15rem auto 0.42rem;
}
.index-box-2 .cat {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-2 .cat a {
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 0.2rem;
  border: solid 2px #284179;
  text-align: center;
  margin-right: 0.2rem;
  padding: 0.26rem 0.2rem 0.2rem;
}
.index-box-2 .cat a:last-child {
  margin-right: 0;
}
.index-box-2 .cat a.on,
.index-box-2 .cat a:hover {
  background-color: #284179;
}
.index-box-2 .cat a.on .icon .init,
.index-box-2 .cat a:hover .icon .init {
  opacity: 0;
  visibility: hidden;
  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-2 .cat a.on .icon .on,
.index-box-2 .cat a: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);
}
.index-box-2 .cat a.on p,
.index-box-2 .cat a:hover p {
  color: #fff;
}
.index-box-2 .cat .icon {
  width: 0.48rem;
  height: 0.48rem;
  position: relative;
  margin: 0 auto;
}
.index-box-2 .cat .icon img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  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-2 .cat .icon .on {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .cat p {
  font-size: var(--fs16);
  color: #000;
  line-height: 0.3rem;
  margin-top: 0.2rem;
  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-2 .bottom {
  margin-top: 1.1rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}
.index-box-2 .swiperbtn {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  z-index: 10;
}
.index-box-3 .swiper-container {
  padding: 0 calc((100% - 15.36rem) / 2);
}
.index-box-3 .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-3 .swiper-slide:hover h4 {
  color: #284179;
}
.index-box-3 .swiper-slide:hover .imore:before {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}
.index-box-3 .swiper-slide:hover .imore i {
  transform: rotate(45deg);
  background-image: url(../img/right2.png);
}
.index-box-3 .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.38rem 0 0.2rem 0;
  border-left: 2px solid #000;
}
.index-box-3 h4 {
  font-size: var(--fs42);
  color: #000;
  font-family: "medium";
  line-height: 0.5rem;
  width: 40%;
  padding-left: 0.4rem;
  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 .right {
  width: 55.31%;
}
.index-box-3 .desc {
  font-size: var(--fs18);
  color: #000;
  line-height: 0.3rem;
  height: 1.2rem;
  margin-bottom: 0.7rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.index-box-4 .cat-box {
  width: 55%;
  margin-top: 0.3rem;
}
.index-box-4 .swiper-slide:after {
  content: "";
  width: 100%;
  height: 3rem;
  background: url(../img/casebg.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.index-box-4 .swiper-slide h5 {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.36rem;
  font-family: "medium";
  position: absolute;
  left: 0;
  bottom: 0.74rem;
  z-index: 10;
  width: 100%;
}
.index-box-4 h5,
.index-box-4 .bottom {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.index-box-4 .bottom {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  z-index: 10;
  width: 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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}
.index-box-4 .bottom .swiper-pagination {
  text-align: left;
}
.index-box-4 .swiper-pagination {
  position: relative;
  color: #fff;
  line-height: 24px;
  font-size: var(--fs16);
}
.index-box-4 .swiper-pagination span {
  font-family: "medium";
}
.index-box-5 .top {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
}
.index-box-5 .swiper-slide {
  width: 31.9%;
  margin-right: 2.15%;
}
.index-box-5 .swiper-slide:last-child {
  margin-right: 0;
}
.index-box-5 .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-5 .swiper-slide:hover h5 {
  color: #284179;
}
.index-box-5 .info {
  padding: 0.24rem 0 0;
  border-right: 1px solid #000;
}
.index-box-5 .time {
  font-size: var(--fs16);
  color: #999;
  font-family: "medium";
  line-height: 24px;
  margin-bottom: 0.09rem;
}
.index-box-5 h5 {
  font-size: var(--fs22);
  color: #000;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "medium";
  height: 0.6rem;
  width: 70.2%;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin-bottom: 0.62rem;
}
.index-box-5 .ibtn {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .padding {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
  .mt {
    margin-top: 1.3rem;
  }
  .pt {
    padding-top: 1.3rem;
  }
  .index-box-1 .info {
    width: 66%;
  }
  .index-title.ani {
    font-size: 1.14rem;
  }
  .index-box-2 .info {
    width: 21%;
  }
  .index-box-2 .bottom {
    margin-top: 1rem;
  }
  .swiper-btn {
    width: 0.6rem;
    height: 0.6rem;
  }
  .index-box-3 .swiper-container {
    padding: 0 calc((100% - 14rem) / 2);
  }
  .goodsinfo-wrapper .box-3 .item:nth-child(even) .info {
    left: calc((100% - 14rem) / 2);
  }
  .goodsinfo-wrapper .box-3 .info {
    right: calc((100% - 14rem) / 2);
  }
  .index-box-3 .desc {
    margin-bottom: 0.6rem;
  }
  .goodsinfo-wrapper .box-1 .index-title {
    margin-top: 0;
  }
  .goodsinfo-wrapper .box-1 .index-title {
    letter-spacing: 0.08rem;
  }
  .goodsinfo-wrapper .box-2 .box-container {
    padding-top: 1.36rem;
  }
  .goodsinfo-wrapper .box-3 .item .swiper-pagination {
    right: -0.6rem;
  }
  .goodsinfo-wrapper .box-3 .item:nth-child(even) .swiper-pagination {
    left: -0.6rem;
  }
  .tab-box .item {
    margin-right: 0.2rem;
    width: 2rem;
  }
  .goodsinfo-wrapper .box-4 .box-container > div {
    padding-top: 1.1rem;
  }
  .goodsinfo-wrapper .box-4 .compare-box {
    padding-right: 0.9rem;
  }
  .goodsinfo-wrapper .box-4 .download-box {
    padding-left: 0.9rem;
  }
  .download-box li .icon {
    width: 0.8rem;
  }
  .download-box li {
    height: 0.8rem;
  }
  .download-box li .icon {
    margin-right: 0.24rem;
  }
  .goodsinfo-wrapper .box-5 .swiper-slide a {
    padding-bottom: 0.86rem;
  }
  .goodsinfo-wrapper .box-5 h4 {
    margin-top: 0.5rem;
  }
  .tab-box .item > a {
    padding-left: 0.24rem;
  }
  .goodsinfo-wrapper .box-3 .info h4 {
    font-size: 0.56rem;
    line-height: 0.68rem;
  }
  .goodsinfo-wrapper .box-3 .info {
    padding-right: 0.8rem;
  }
}
@media screen and (max-width: 1440px) {
  .padding {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .mt {
    margin-top: 1.2rem;
  }
  .pt {
    padding-top: 1.2rem;
  }
  .index-box-2 .index-title {
    font-size: 1.08rem;
  }
  .index-box-2 .bottom {
    margin-top: 0.9rem;
  }
  .swiper-btn {
    width: 0.56rem;
    height: 0.56rem;
  }
  .index-box-3 .desc {
    margin-bottom: 0.5rem;
  }
  .goodsinfo-wrapper .box-4 .box-container > div {
    padding-top: 1rem;
  }
  .goodsinfo-wrapper .box-4 .compare-box {
    padding-right: 0.8rem;
  }
  .goodsinfo-wrapper .box-4 .download-box {
    padding-left: 0.8rem;
  }
  .goodsinfo-wrapper .box-2 .box-container {
    padding-top: 1.2rem;
  }
  .tab-box .item > a {
    padding-left: 0.2rem;
  }
  .goodsinfo-wrapper .box-3 .info h4 {
    font-size: 0.52rem;
    line-height: 0.66rem;
  }
}
@media screen and (max-width: 1366px) {
  .padding {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
  .mt {
    margin-top: 1.1rem;
  }
  .pt {
    padding-top: 1.1rem;
  }
  .index-box-2 .index-title {
    font-size: 1.02rem;
  }
  .index-box-2 .bottom {
    margin-top: 0.8rem;
  }
  .index-box-2 .cat a {
    width: 1.4rem;
    height: 1.4rem;
    padding-left: 0.12rem;
    padding-right: 0.12rem;
  }
  .index-box-2 .cat p {
    margin-top: 0.12rem;
  }
}
@media screen and (max-width: 1004px) {
  .index-title {
    font-size: var(--fs40);
    line-height: 0.6rem;
    margin-bottom: 0.48rem;
  }
  .index-more {
    min-width: 1.3rem;
    height: 0.64rem;
    line-height: 0.56rem;
    font-size: var(--fs14);
    padding: 0 0.3rem;
  }
  .learn {
    font-size: var(--fs14);
    line-height: 0.54rem;
  }
  .learn i {
    margin-left: 0.14rem;
    width: 6px;
    height: 11px;
  }
  .imore {
    width: 0.6rem;
    height: 0.6rem;
  }
  .imore i {
    width: 0.24rem;
    margin-left: -0.12rem;
  }
  .btns a {
    margin-right: 0.3rem;
  }
  .padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mt {
    margin-top: 1rem;
  }
  .pt {
    padding-top: 1rem;
  }
  .ibtn {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 6px;
  }
  .linebg .box-container:after {
    height: 2px;
    width: calc(100% - 0.6rem);
  }
  .cat-box a {
    min-width: 1.6rem;
    line-height: 0.64rem;
    margin-top: 0.24rem;
    margin-right: 0.24rem;
    font-size: var(--fs14);
    padding: 0 0.3rem;
  }
  .index-box-1 .info {
    width: 100%;
  }
  .index-box-1 .content {
    font-size: var(--fs15);
    line-height: 0.48rem;
    margin: 0.36rem auto 0.6rem;
  }
  .index-box-2 .swiper-container {
    width: 100%;
  }
  .index-box-2 .box-container {
    padding-top: 0.6rem;
  }
  .index-box-2 .box-container:after {
    top: -1rem;
  }
  .index-box-2 .swiper-box {
    margin-top: 0.8rem;
  }
  .index-box-2 .swiper-slide {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .index-box-2 .info {
    width: 100%;
    margin-top: 0.48rem;
  }
  .index-box-2 .beer-slider {
    width: 100%;
  }
  .index-box-2 .index-title {
    font-size: 0.74rem;
    letter-spacing: 0;
    margin-left: 0.48rem;
    line-height: 0.8rem;
  }
  .index-box-2 h4 {
    font-size: var(--fs24);
  }
  .index-box-2 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin: 0.2rem auto 0.3rem;
  }
  .index-box-2 .cat a {
    width: 2rem;
    height: 2rem;
    margin-right: 0.3rem;
    padding: 0.3rem 0.2rem;
  }
  .index-box-2 .cat .icon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .index-box-2 .cat p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.24rem;
  }
  .index-box-2 .bottom {
    margin-top: 0.6rem;
  }
  .index-box-3 .swiper-container {
    padding: 0 0.3rem;
  }
  .index-box-3 .info {
    display: block;
    padding: 0.38rem;
  }
  .index-box-3 h4 {
    font-size: var(--fs24);
    width: 100%;
    padding-left: 0;
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .index-box-3 .right {
    width: 100%;
  }
  .index-box-3 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .index-box-4 .cat-box {
    width: 100%;
  }
  .index-box-4 .swiper-slide:after {
    background-size: 100% 100%;
  }
  .index-box-4 .swiper-slide h5 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    bottom: 0.9rem;
  }
  .index-box-4 h5,
  .index-box-4 .bottom {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .index-box-4 .bottom {
    bottom: 0.24rem;
  }
  .index-box-4 .swiper-pagination {
    line-height: 0.36rem;
    font-size: var(--fs15);
  }
  .index-box-5 .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .index-box-5 .swiper-container,
  .index-box-5 .top {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .index-box-5 .swiper-slide {
    width: 48%;
    margin-right: 15px;
  }
  .index-box-5 .info {
    padding: 0.48rem 0 0;
  }
  .index-box-5 .time {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-bottom: 0.06rem;
  }
  .index-box-5 h5 {
    font-size: var(--fs18);
    line-height: 0.44rem;
    height: 0.88rem;
    width: 100%;
    margin-bottom: 0.36rem;
  }
  .breadcrumb {
    font-size: var(--fs14);
  }
  .goodsinfo-wrapper .main {
    flex-flow: wrap;
    flex-direction: column-reverse;
    padding-top: 0.92rem;
    padding-right: 0;
  }
  .goodsinfo-wrapper .main .swiper-box {
    width: 100%;
    margin: 0 auto;
  }
  .goodsinfo-wrapper .main .swiper-box .pic img {
    width: 70%;
    margin: 0 auto;
  }
  .goodsinfo-wrapper .main .swiper-box .swiper-container {
    padding-bottom: 0.44rem;
  }
  .goodsinfo-wrapper .main .swiper-box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.15rem;
    width: 6px;
    height: 6px;
  }
  .goodsinfo-wrapper .box-1 {
    margin-bottom: 0.6rem;
    overflow: hidden;
  }
  .goodsinfo-wrapper .box-1 h1 {
    font-size: var(--fs36);
    line-height: 0.6rem;
    padding-right: 0;
  }
  .goodsinfo-wrapper .box-1 .desc,
  .goodsinfo-wrapper .box-1 .desc li {
    font-size: var(--fs15);
    line-height: 0.48rem;
  }
  .goodsinfo-wrapper .box-1 .desc {
    margin: 0.36rem auto 0.8rem;
  }
  .goodsinfo-wrapper .box-1 .desc li {
    padding-left: 0.3rem;
  }
  .goodsinfo-wrapper .box-1 .desc li:before {
    width: 0.12rem;
    height: 0.12rem;
    top: 0.18rem;
  }
  .goodsinfo-wrapper .box-1 .index-title {
    font-size: 0.9rem;
    letter-spacing: 0.02rem;
    margin-top: 0.4rem;
  }
  .goodsinfo-wrapper .info-box {
    width: 100%;
    margin-top: 0.6rem;
  }
  .goodsinfo-wrapper .email {
    min-width: 3rem;
    line-height: 0.7rem;
    padding: 0 0.36rem;
  }
  .goodsinfo-wrapper .email i {
    width: 0.4rem;
    height: 0.32rem;
    margin-right: 0.16rem;
  }
  .goodsinfo-wrapper .box-2 .box-container {
    padding-top: 1rem;
  }
  .goodsinfo-wrapper .box-2 .icon {
    width: 0.96rem;
  }
  .goodsinfo-wrapper .box-2 .info {
    margin-top: 0.3rem;
  }
  .goodsinfo-wrapper .box-2 h4 {
    font-size: var(--fs18);
    line-height: 0.4rem;
  }
  .goodsinfo-wrapper .box-2 p {
    font-size: var(--fs14);
    line-height: 0.44rem;
  }
  .goodsinfo-wrapper .box-2 .swiper-btn {
    top: 0.31rem;
  }
  .goodsinfo-wrapper .box-3 .item:nth-child(even) .info {
    left: 0.3rem;
  }
  .goodsinfo-wrapper .box-3 .pic {
    width: 100%;
  }
  .goodsinfo-wrapper .box-3 .info {
    width: 33.85%;
    right: 0.3rem;
    padding-right: 0;
  }
  .goodsinfo-wrapper .box-3 .info h4 {
    font-size: var(--fs18);
    line-height: 0.4rem;
  }
  .goodsinfo-wrapper .box-3 .info .brief {
    font-size: var(--fs14);
    line-height: 0.4rem;
    display: none;
    margin-top: 0.1rem;
  }
  .goodsinfo-wrapper .box-3 .line {
    width: 2px;
    height: 8px;
    margin-bottom: 0.16rem;
  }
  .goodsinfo-wrapper .border {
    border-top: 2px solid #000;
  }
  .goodsinfo-wrapper .box-4 .box-container {
    display: block;
  }
  .goodsinfo-wrapper .box-4 .box-container > div {
    padding-top: 1rem;
  }
  .goodsinfo-wrapper .box-4 .compare-box {
    padding-right: 0;
  }
  .goodsinfo-wrapper .box-4 .download-box {
    padding-left: 0;
    border: none;
    border-top: 1px solid #000;
  }
  .goodsinfo-wrapper .caption {
    font-size: var(--fs24);
    margin-bottom: 0.4rem;
  }
  .goodsinfo-wrapper .box-5 {
    margin-top: 1rem;
  }
  .goodsinfo-wrapper .box-5 .swiper-slide {
    width: 100%;
    margin-right: 0;
  }
  .goodsinfo-wrapper .box-5 .swiper-slide:before {
    width: 1px;
  }
  .goodsinfo-wrapper .box-5 .swiper-slide a {
    padding: 0.48rem 0.2rem 0.8rem;
  }
  .goodsinfo-wrapper .box-5 h4 {
    font-size: var(--fs20);
    line-height: 0.48rem;
    padding: 0 0.3rem;
    margin-top: 0.4rem;
  }
  .goodsinfo-wrapper .box-5 .icon {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 6px;
  }
  .goodsinfo-wrapper .box-6 li {
    width: 100%;
    margin-bottom: 0.48rem;
  }
  .goodsinfo-wrapper .box-6 li:last-child {
    margin-bottom: 0;
  }
  .goodsinfo-wrapper .box-6 .info {
    padding-left: 0.3rem;
    padding-top: 0.3rem;
  }
  .goodsinfo-wrapper .box-6 h4 {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .goodsinfo-wrapper .box-6 p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    width: 44%;
  }
  .goodsinfo-wrapper .group {
    width: 48%;
    margin-right: 0;
    margin-top: 4%;
    /* input placeholder  */
  }
  .goodsinfo-wrapper .group:nth-child(3) {
    margin-top: 4%;
  }
  .goodsinfo-wrapper .group .text,
  .goodsinfo-wrapper .group .msg {
    height: 0.84rem;
    line-height: 0.66rem;
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    font-size: var(--fs15);
  }
  .goodsinfo-wrapper .group ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
    font-size: var(--fs15);
  }
  .goodsinfo-wrapper .group :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-size: var(--fs15);
  }
  .goodsinfo-wrapper .group ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    font-size: var(--fs15);
  }
  .goodsinfo-wrapper .group :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
    font-size: var(--fs15);
  }
  .goodsinfo-wrapper .group.pl .text {
    padding-left: 0.5rem;
  }
  .goodsinfo-wrapper .group .msg {
    height: 1.8rem;
    line-height: 0.4rem;
  }
  .goodsinfo-wrapper .group i {
    left: 0.3rem;
  }
  .goodsinfo-wrapper .submit {
    width: 2rem;
    line-height: 0.64rem;
    font-size: var(--fs15);
  }
  .download-box {
    width: 100%;
    margin-top: 1rem;
  }
  .download-box li {
    height: 1rem;
    background-size: 0.2rem;
  }
  .download-box li .icon {
    width: 0.8rem;
    background-size: 0.3rem;
    margin-right: 0.2rem;
  }
  .download-box li .icon:after {
    height: 0.3rem;
  }
  .download-box li a {
    font-size: var(--fs15);
    line-height: 0.4rem;
    max-height: 0.8rem;
  }
  .compare-box {
    width: 100%;
  }
  .compare-box li {
    font-size: var(--fs14);
    height: 0.68rem;
    line-height: 0.6rem;
  }
  .compare-box .result-box {
    margin-top: 0.48rem;
  }
  .compare-box .caption {
    position: static;
  }
  .compare-box .result-box {
    margin-top: 0.46rem;
  }
  .compare-box .result-box table td {
    font-size: var(--fs14);
    height: 0.64rem;
    line-height: 0.3rem;
  }
  .compare-box .result-box table td:not(:first-child) {
    max-width: 1.6rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
  .tab-box {
    justify-content: flex-start;
  }
  .tab-box .item {
    width: 2.6rem;
    margin-right: 0.2rem;
  }
  .tab-box .item > a {
    line-height: 0.6rem;
    padding: 0 0.4rem 0 0.24rem;
    font-size: var(--fs14);
  }
  .tab-box .item > a:after {
    width: 0.2rem;
    right: 0.3rem;
  }
  .tab-box .item .list {
    max-height: 4rem;
    padding-top: 0.48rem;
    border-radius: 0.48rem 0.48rem 0 0;
  }
  .tab-box .item .list a {
    padding: 0.14rem 0.24rem;
    line-height: 0.4rem;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.98rem;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  font-family: "hr";
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #fff;
  border: solid 1px #eee;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .dot {
  line-height: 0.38rem;
}
.pageNum .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}
.pageNum .prev {
  background-image: url(../img/icon-left2.png);
}
.pageNum .prev:hover {
  background-image: url(../img/icon-left.png);
}
.pageNum .next {
  background-image: url(../img/icon-right2.png);
}
.pageNum .next:hover {
  background-image: url(../img/icon-right.png);
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #284179;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #284179;
  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: #284179;
}
.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";
}
@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);
  }
}
.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;
  }
}
@keyframes txtAni {
  0% {
    opacity: 1;
    transform: translate(0, -5px);
  }
  50% {
    opacity: 0;
    transform: translate(0, -3px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #284179;
  }
}
@media screen and (max-width: 1600px) {
  :root {
    --fs18: 17px;
    --fs20: 18px;
    --fs22: 20px;
    --fs24: 22px;
    --fs28: 26px;
    --fs30: 28px;
    --fs36: 34px;
    --fs40: 36px;
    --fs42: 40px;
    --fs48: 44px;
    --fs60: 0.58rem;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs22: 0.2rem;
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.3rem;
    --fs40: 0.32rem;
    --fs42: 0.36rem;
    --fs48: 0.4rem;
    --fs60: 0.56rem;
  }
}
@media screen and (max-width: 1366px) {
  :root {
    --fs14: 13px;
    --fs15: 14px;
    --fs16: 15px;
    --fs60: 0.54rem;
  }
}
@media screen and (max-width: 1280px) {
  :root {
    --fs14: 12px;
    --fs60: 0.52rem;
  }
}
@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;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
.beer-slider {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.beer-slider *,
.beer-slider :after,
.beer-slider :before,
.beer-slider:after,
.beer-slider:before {
  box-sizing: border-box;
}
.beer-slider img {
  vertical-align: bottom;
}
.beer-slider > img {
  max-width: 100%;
  height: auto;
}
.beer-reveal {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s;
}
.beer-reveal > :first-child {
  width: 200%;
  max-width: none;
}
.beer-reveal > img:first-child {
  height: auto;
}
.beer-range {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  left: -1px;
  width: calc(100% + 2px);
  cursor: pointer;
  -webkit-appearance: slider-horizontal !important;
  -moz-appearance: none;
  opacity: 0;
  -ms-touch-action: auto;
  touch-action: auto;
}
.beer-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 300vh;
}
.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh;
}
.beer-range::-ms-tooltip {
  display: none;
}
.beer-range:focus ~ .beer-handle {
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.beer-reveal[data-beer-label]:after,
.beer-slider[data-beer-label]:after {
  content: attr(data-beer-label);
  position: absolute;
  top: 1.5rem;
  line-height: 1;
  padding: 0.5rem;
  border-radius: 0.125rem;
  background: rgba(255, 255, 255, 0.75);
}
.beer-slider[data-beer-label]:after {
  right: 1.5rem;
}
.beer-reveal[data-beer-label]:after {
  left: 1.5rem;
}
.beer-reveal[data-beer-label=""]:after,
.beer-slider[data-beer-label=""]:after {
  content: none;
}
.beer-ready .beer-handle,
.beer-ready .beer-reveal {
  opacity: 1;
}
.beer-handle {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  top: 0;
  background-color: #fff;
  margin-left: -1px;
}
.beer-handle:before {
  content: "";
  width: 0.26rem;
  height: 0.26rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-top: -0.13rem;
  margin-left: -0.13rem;
  background-color: #fff;
  border-radius: 50%;
}
@keyframes wordAni {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-0.6rem);
    -webkit-transform: translateX(-0.6rem);
    -moz-transform: translateX(-0.6rem);
    -ms-transform: translateX(-0.6rem);
    -o-transform: translateX(-0.6rem);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@keyframes wordAni2 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-0.8rem);
    -webkit-transform: translateX(-0.8rem);
    -moz-transform: translateX(-0.8rem);
    -ms-transform: translateX(-0.8rem);
    -o-transform: translateX(-0.8rem);
  }
  50% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0.8rem);
    -webkit-transform: translateX(0.8rem);
    -moz-transform: translateX(0.8rem);
    -ms-transform: translateX(0.8rem);
    -o-transform: translateX(0.8rem);
  }
}
