.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: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  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";
}
.mbold {
  font-family: "mb";
}
.mr {
  font-family: "mr";
}
.mm {
  font-family: "mm";
}
.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 > ul > li.on > a:before,
.border .header-wrapper .pc-nav-box > ul > li.on > a:before,
.header-wrapper.shadow .pc-nav-box > ul > li.on > a:before,
.header-wrapper.on .pc-nav-box > ul > li.on > a:before,
.sticky .header-wrapper .pc-nav-box > ul > li:hover > a:before,
.border .header-wrapper .pc-nav-box > ul > li:hover > a:before,
.header-wrapper.shadow .pc-nav-box > ul > li:hover > a:before,
.header-wrapper.on .pc-nav-box > ul > 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 > ul > li > a,
.border .header-wrapper .pc-nav-box > ul > li > a,
.header-wrapper.shadow .pc-nav-box > ul > li > a,
.header-wrapper.on .pc-nav-box > ul > li > a {
  color: #000;
}
.sticky .header-wrapper .pc-nav-box > ul > li > a:before,
.border .header-wrapper .pc-nav-box > ul > li > a:before,
.header-wrapper.shadow .pc-nav-box > ul > li > a:before,
.header-wrapper.on .pc-nav-box > ul > 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 > ul > li {
  margin-right: 0.72rem;
}
.pc-nav-box > ul > li:last-child {
  margin-right: 0;
}
.pc-nav-box > ul > li:hover > a:before,
.pc-nav-box > ul > 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 > ul > li:hover .navs {
  height: 0.6rem;
}
.pc-nav-box > ul > li:hover .goods {
  height: 330px;
}
.pc-nav-box > ul > li > a {
  position: relative;
  font-size: var(--fs16);
  color: #fff;
  height: 1rem;
  line-height: 1rem;
  font-family: "medium";
}
.pc-nav-box > ul > 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.6;
  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;
}
.pc-nav-box .goods {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  background-color: #02132d;
  height: 0;
  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;
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.06);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 120%, 0% 120%);
  clip-path: polygon(0 0, 100% 0%, 100% 120%, 0% 120%);
}
.pc-nav-box .goods ul {
  list-style: none;
  padding-top: 0.5rem;
}
.pc-nav-box .goods .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 */
}
.pc-nav-box .goods a {
  display: block;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.pc-nav-box .goods .first a,
.pc-nav-box .goods .second a,
.pc-nav-box .goods .third a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
}
.pc-nav-box .goods .first a:hover,
.pc-nav-box .goods .second a:hover,
.pc-nav-box .goods .third a:hover,
.pc-nav-box .goods .first a.on,
.pc-nav-box .goods .second a.on,
.pc-nav-box .goods .third a.on {
  color: #fff;
}
.pc-nav-box .goods .first a:hover:after,
.pc-nav-box .goods .second a:hover:after,
.pc-nav-box .goods .third a:hover:after,
.pc-nav-box .goods .first a.on:after,
.pc-nav-box .goods .second a.on:after,
.pc-nav-box .goods .third a.on:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.pc-nav-box .goods .first {
  width: 20%;
}
.pc-nav-box .goods .first li {
  margin-bottom: 0.28rem;
}
.pc-nav-box .goods .first li:last-child {
  margin-bottom: 0;
}
.pc-nav-box .goods .first a:after,
.pc-nav-box .goods .second a:after {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.13rem;
  background: url(../img/right3.png) no-repeat center center;
  background-size: 100%;
  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;
  opacity: 0;
  visibility: hidden;
  margin-left: 0.14rem;
  transform: translateX(-0.1rem);
  -webkit-transform: translateX(-0.1rem);
  -moz-transform: translateX(-0.1rem);
  -ms-transform: translateX(-0.1rem);
  -o-transform: translateX(-0.1rem);
}
.pc-nav-box .goods .second,
.pc-nav-box .goods .third {
  width: 23%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}
.pc-nav-box .goods .second a,
.pc-nav-box .goods .third a {
  margin-bottom: 0.28rem;
}
.pc-nav-box .goods .second a:last-child,
.pc-nav-box .goods .third a:last-child {
  margin-bottom: 0;
}
.pc-nav-box .goods .second li,
.pc-nav-box .goods .third li,
.pc-nav-box .goods .pics li {
  display: none;
}
.pc-nav-box .goods .third .list {
  display: none;
}
.pc-nav-box .goods .pics {
  width: 31%;
}
.pc-nav-box .goods .pics img {
  height: 2.8rem;
  object-fit: contain;
}
.pc-nav-box .goods .pics ul {
  width: 70%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0.2rem;
}
.pc-nav-box .goods .pics a {
  display: none;
}
.pc-nav-box .goods .pics a: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);
}
.pc-nav-box .goods .pics a:hover p {
  color: #fff;
}
.pc-nav-box .goods .pics p {
  transition: color 0.4s ease;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.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 > ul > li.on > a,
  .header-wrapper:hover .pc-nav-box > ul > li:hover > a {
    color: #284179;
  }
  .header-wrapper:hover .pc-nav-box > ul > li.on > a:before,
  .header-wrapper:hover .pc-nav-box > ul > 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 > ul > li > a {
    color: #333;
  }
  .header-wrapper:hover .pc-nav-box > ul > 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 > ul > 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 > ul > 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: #fff;
    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;
  }
  .phone-nav ul li .navs a.cate {
    position: relative;
    padding-right: 0.8rem;
    padding-left: 0.6rem;
  }
  .phone-nav ul li .navs a.cate.on {
    color: #284179;
  }
  .phone-nav ul li .navs a.cate.on:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .phone-nav ul li .navs a.cate.active {
    color: #284179;
  }
  .phone-nav ul li .navs a.cate:after {
    content: "";
    width: 8px;
    height: 100%;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    background: url(../img/a-next.png) no-repeat center center;
    background-size: 100%;
  }
  .phone-nav .child {
    display: none;
    padding: 0.2rem 0.3rem 0.2rem 0.6rem;
  }
  .phone-nav .child a {
    font-size: 13px;
    line-height: 0.6rem;
    display: block;
    color: #999;
  }
  .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 {
  position: relative;
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
}
.footer-wrapper .contact-box li:hover a {
  color: #fff;
}
.footer-wrapper .contact-box li em {
  display: inline-block;
  width: 57px;
  line-height: 22px;
  background: url(../img/copybg.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: var(--fs16);
  color: #000;
  margin-left: 0.08rem;
  text-align: center;
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.footer-wrapper .contact-box li em.on {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.footer-wrapper .contact-box li a {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.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-wrapper .qrcode ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .qrcode li {
  width: 1.2rem;
  text-align: center;
  margin-right: 0.2rem;
}
.footer-wrapper .qrcode li:last-child {
  margin-right: 0;
}
.footer-wrapper .qrcode li img {
  width: 100%;
}
.footer-wrapper .qrcode p {
  line-height: 24px;
  font-size: var(--fs14);
  color: #666;
  margin-top: 0.05rem;
}
#hide {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.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(--fs18);
  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(--fs16);
  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-wrapper .qrcode ul {
    justify-content: flex-start;
  }
  .footer-wrapper .qrcode li {
    width: 1.6rem;
    margin-right: 0.5rem;
  }
  .footer-nav-box {
    display: none;
  }
  .share a {
    width: 0.6rem;
    margin-right: 0.2rem;
  }
}
.ball {
  display: none;
}
@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-4 .swiper-btn.prev.white {
  background-image: url(../img/prev3.png);
}
.index-box-4 .swiper-btn.prev.white:hover {
  background-image: url(../img/prev2.png);
}
.index-box-4 .swiper-btn.next.white {
  background-image: url(../img/next3.png);
}
.index-box-4 .swiper-btn.next.white:hover {
  background-image: url(../img/next2.png);
}
.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;
}
@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 .index-banner-swiper .box-container {
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transition-delay: 0s;
    transition-timing-function: ease;
  }
  .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;
  }
  .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-title.ani .empty {
  width: 0.4rem;
  height: 1px;
}
.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.on,
.index-more:hover {
  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(--fs22);
  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 .img,
.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 .img,
.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 .img,
.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 .swiper-box {
  z-index: 10;
}
.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;
  position: relative;
  z-index: 13;
  width: 8rem;
}
.index-box-2 .swiperbtn {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  z-index: 10;
}
.case-box {
  position: relative;
}
.case-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.case-box ul li {
  width: 48.69%;
  margin-top: 0.5rem;
}
.case-box ul li:nth-child(-n+2) {
  margin-top: 0;
}
.case-box .swiper-slide:hover .pic img,
.case-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-box .swiper-slide:hover .title,
.case-box li:hover .title,
.case-box .swiper-slide:hover .name,
.case-box li:hover .name {
  color: #284179;
}
.case-box .swiper-slide:hover .imore:before,
.case-box li:hover .imore:before {
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}
.case-box .swiper-slide:hover .imore i,
.case-box li:hover .imore i {
  transform: rotate(45deg);
  background-image: url(../img/right2.png);
}
.case-box .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;
}
.case-box .title {
  font-size: var(--fs42);
  color: #000;
  font-family: "medium";
  display: inline-block;
  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;
}
.case-box .name {
  display: inline-block;
  font-size: var(--fs20);
  color: #000;
  line-height: 0.3rem;
  font-weight: 700;
  width: 45.45%;
  padding-left: 0.26rem;
  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;
}
.case-box .right {
  width: 55.31%;
}
.case-box .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-3 .swiper-container {
  padding: 0 calc((100% - 15.36rem) / 2);
}
.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;
}
.news-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.news-box .swiper-slide,
.news-box li {
  width: 31.9%;
  margin-right: 2.15%;
}
.news-box .swiper-slide:last-child,
.news-box li:last-child {
  margin-right: 0;
}
.news-box .swiper-slide:hover .pic img,
.news-box li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-box .swiper-slide:hover h5,
.news-box li:hover h5 {
  color: #284179;
}
.news-box li {
  margin-top: 0.5rem;
}
.news-box .info {
  padding: 0.24rem 0 0;
  border-right: 1px solid #000;
}
.news-box .time {
  font-size: var(--fs16);
  color: #999;
  font-family: "medium";
  line-height: 24px;
  margin-bottom: 0.09rem;
}
.news-box 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;
}
.news-box .ibtn {
  margin-right: 0;
  margin-left: auto;
}
.breadcrumb {
  font-size: var(--fs14);
  color: #999;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
}
.breadcrumb a {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.breadcrumb a:hover {
  color: #284179;
}
.goods-wrapper .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  border-top: 2px solid #000;
  margin-bottom: 0.6rem;
}
.goods-wrapper .item:last-child {
  margin-bottom: 0;
}
.goods-wrapper .item.animated .info:after {
  height: calc(100% - 1.2rem);
}
.goods-wrapper .item:nth-child(odd) .info:after {
  right: 0;
}
.goods-wrapper .item:nth-child(even) {
  flex-direction: row-reverse;
}
.goods-wrapper .item:nth-child(even) .info:after {
  left: 0;
}
.goods-wrapper .item .pic {
  width: 50%;
}
.goods-wrapper .item .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-wrapper .item .info {
  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: flex-end;
  width: 30.08%;
  padding-left: 0.8rem;
  padding-bottom: 1.97rem;
  padding-right: 0.4rem;
}
.goods-wrapper .item .info:after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  top: 0;
  z-index: 10;
  background: #000;
  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;
}
.goods-wrapper .item .info:hover .title {
  color: #284179;
}
.goods-wrapper .item .inner {
  width: 100%;
}
.goods-wrapper .item .title {
  display: inline-block;
  font-size: var(--fs36);
  color: #000;
  font-weight: 700;
  line-height: 0.48rem;
  margin-bottom: 0.08rem;
  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;
}
.goods-wrapper .item .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.77rem;
}
.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 {
  position: relative;
  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 .btn {
  position: relative;
  display: inline-block;
}
.goodsinfo-wrapper .btn em {
  display: inline-block;
  width: 57px;
  line-height: 22px;
  background: url(../img/copybg2.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: var(--fs14);
  color: #fff;
  margin-left: 0.08rem;
  text-align: center;
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.goodsinfo-wrapper .btn em.on {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.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 .compare-box {
  width: 80%;
}
.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: 1rem;
}
.goodsinfo-wrapper .box-4 .compare-box {
  padding-right: 0.4rem;
}
.goodsinfo-wrapper .box-4 .download-box {
  padding-left: 0.4rem;
  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 .form .caption {
  font-weight: 500;
  margin-bottom: 0;
}
.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);
}
.goodsinfo-wrapper .download-box {
  width: 33.2%;
}
.goodsinfo-wrapper .download-box li {
  width: 100%;
}
.download-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.download-box li {
  height: 0.7rem;
  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: 49.35%;
  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.7rem;
  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 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 .tab-box {
  display: none;
}
.compare-box .result-box {
  margin-top: 0.46rem;
  padding-bottom: 0.1rem;
}
.compare-box .result-box table {
  width: 100%;
}
.compare-box .result-box table tr:first-child td {
  font-weight: 700;
}
.compare-box .result-box table tr:hover td {
  background: #fbfbfb;
}
.compare-box .result-box table tr:last-child td {
  border-bottom: none;
}
.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;
  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;
}
.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;
}
.page-box {
  padding: 0.73rem 0 1.4rem;
}
.pageTop {
  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: flex-end;
  margin-bottom: 0.6rem;
}
.pageTop .index-title {
  margin-bottom: 0;
  width: 40.36%;
}
.pageTop .cat-box a {
  min-width: 1.34rem;
}
.category-box {
  width: 20.05%;
  position: relative;
  padding-top: 0.4rem;
  padding-right: 0.62rem;
  border-right: 1px solid #000;
}
.category-box .caption {
  font-size: var(--fs30);
  line-height: 0.36rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 0.32rem;
}
.category-box ul {
  list-style: none;
  margin-bottom: 0.54rem;
}
.category-box ul:last-child {
  margin-bottom: 0;
}
.category-box li {
  margin-bottom: 0.2rem;
}
.category-box li:last-child {
  margin-bottom: 0;
}
.category-box a {
  display: block;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.category-box li > a {
  position: relative;
  font-size: var(--fs18);
  font-family: "medium";
  line-height: 0.3rem;
}
.category-box .cat:after {
  content: "";
  width: 0.14rem;
  height: 100%;
  background-image: url(../img/iright.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.category-box .child {
  margin-top: 0.12rem;
  padding-left: 0.1rem;
  display: none;
}
.category-box .child a {
  line-height: 24px;
  margin-bottom: 0.1rem;
}
.category-box .child a.on,
.category-box .child a:hover {
  color: #284179;
  font-family: "medium";
}
.category-box .child a:last-child {
  margin-bottom: 0;
}
.page-title {
  font-size: var(--fs48);
  color: #000;
  font-weight: 700;
  line-height: 0.6rem;
  text-transform: uppercase;
  margin-bottom: 0.82rem;
}
.page-title.white {
  color: #fff;
}
.mb {
  margin-bottom: 1.4rem;
}
.pt {
  padding-top: 1.4rem;
}
.pt12 {
  padding-top: 1.2rem;
}
.goods-box.three ul {
  justify-content: flex-start;
}
.goods-box.three li {
  width: 32.03%;
  margin-right: 1.955%;
  padding-top: 0.36rem;
}
.goods-box.three li:nth-child(-n+3) {
  margin-top: 0;
}
.goods-box.three li:last-child {
  margin-right: 0;
}
.goods-box.three li a {
  display: block;
}
.goods-box.three .pic img {
  height: 3.45rem;
  object-fit: contain;
}
.goods-box.three .ibtn {
  margin-top: 0.53rem;
}
.goods-box.three .title {
  font-size: var(--fs24);
}
.goods-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goods-box ul li {
  width: 46.52%;
  text-align: center;
  position: relative;
  margin-top: 0.4rem;
}
.goods-box ul li:nth-child(-n+2) {
  margin-top: 0;
}
.goods-box ul li:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #000;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.goods-box ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-box ul li:hover .title {
  color: #284179;
}
.goods-box .info {
  margin-top: 0.4rem;
}
.goods-box .title,
.goods-box p {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.goods-box .pic img {
  height: 4.4rem;
  object-fit: contain;
}
.goods-box .title {
  font-size: var(--fs30);
  color: #000;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.36rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.goods-box p {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  height: 0.3rem;
  margin-top: 0.1rem;
}
.goods-box .ibtn {
  margin-top: 0.23rem;
  margin-right: 0;
  margin-left: auto;
}
.container {
  width: 79.95%;
  padding-left: 0.8rem;
  padding-top: 0.92rem;
}
.goodsCategory-wrapper .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  border-top: 2px solid #000;
}
.goodsCategory-wrapper .application-box {
  border-top: 2px solid #000;
}
.goodsCategory-wrapper .application-box .swiper-container {
  padding-bottom: 0.2rem;
}
.goodsCategory-wrapper .application-box .swiper-slide {
  width: 32.03%;
  text-align: center;
  background: #eff2f8;
  height: auto;
  padding-bottom: 0.3rem;
}
.goodsCategory-wrapper .application-box .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goodsCategory-wrapper .application-box .swiper-slide:hover .info {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.goodsCategory-wrapper .application-box .swiper-slide:hover figcaption {
  opacity: 0;
  visibility: hidden;
}
.goodsCategory-wrapper .application-box .pic img {
  height: 3.45rem;
  object-fit: cover;
}
.goodsCategory-wrapper .application-box figcaption,
.goodsCategory-wrapper .application-box .info {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.goodsCategory-wrapper .application-box figcaption,
.goodsCategory-wrapper .application-box h5 {
  font-size: var(--fs24);
  font-family: "medium";
}
.goodsCategory-wrapper .application-box figcaption {
  line-height: 0.3rem;
  width: 100%;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.3rem;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.goodsCategory-wrapper .application-box .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding-top: 0.32rem;
  padding-bottom: 0.6rem;
  background: #fff;
  border-bottom: 2px solid #284179;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
}
.goodsCategory-wrapper .application-box h5 {
  color: #284179;
  line-height: 0.36rem;
}
.goodsCategory-wrapper .application-box p {
  font-size: var(--fs16);
  color: #666;
  margin-top: 0.12rem;
  line-height: 24px;
}
.goodsCategory-wrapper .application-box .swiper-pagination {
  display: none;
}
.goodsCategory-wrapper .swiper-btn {
  width: 0.18rem;
  height: 0.34rem;
  margin-top: -0.5rem;
}
.goodsCategory-wrapper .prev {
  left: -0.68rem;
  background-image: url(../img/iprev3.png);
}
.goodsCategory-wrapper .prev:hover {
  background-image: url(../img/iprev4.png);
}
.goodsCategory-wrapper .next {
  right: -0.68rem;
  background-image: url(../img/inext3.png);
}
.goodsCategory-wrapper .next:hover {
  background-image: url(../img/inext4.png);
}
.application-wrapper .main {
  border-top: 2px solid #000;
}
.application-wrapper .item {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.application-wrapper .item:last-child {
  margin-bottom: 0;
}
.application-wrapper .item:nth-child(even) {
  flex-direction: row-reverse;
}
.application-wrapper .pic {
  width: 50%;
  display: block;
}
.application-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.application-wrapper .info {
  width: 44.79%;
}
.application-wrapper .info:hover .title {
  color: #284179;
}
.application-wrapper .title {
  display: inline-block;
  font-size: var(--fs48);
  color: #000;
  font-weight: 700;
  line-height: 0.6rem;
  margin-bottom: 0.26rem;
  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;
}
.application-wrapper .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.6rem;
  min-height: 1.8rem;
}
.info-wrapper .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 2px solid #000;
}
.info-wrapper .main .page-title {
  width: 40%;
}
.info-wrapper .main .content {
  width: 50%;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.36rem;
  padding-right: 0.1rem;
}
.case-wrapper .pageTop .index-title {
  width: auto;
}
.case-wrapper .pageTop .cat-box {
  flex: 1;
  justify-content: flex-end;
}
.case-wrapper .pageTop .cat-box a {
  min-width: 1.04rem;
}
.case-wrapper .swiper-box {
  border-top: 2px solid #000;
}
.case-wrapper .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.case-wrapper .swiper-slide .pic {
  width: 59.89%;
}
.case-wrapper .swiper-slide .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.case-wrapper .swiper-slide .info {
  width: 35.16%;
  padding-right: 0.72rem;
  padding-top: 0.75rem;
}
.case-wrapper .swiper-slide .info:hover .title {
  color: #284179;
}
.case-wrapper .swiper-slide .title {
  font-size: var(--fs30);
  color: #000;
  line-height: 0.48rem;
  font-weight: 700;
  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;
}
.case-wrapper .swiper-slide .desc {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
  margin-top: 0.15rem;
}
.case-wrapper .swiper-pagination {
  display: block;
  bottom: 0.6rem;
  font-size: 0;
  width: 35.16%;
  left: auto;
  right: 0;
  text-align: left;
}
.case-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: none;
  margin: 0 5px;
  width: 6px;
  height: 6px;
  background: #d7d4d4;
  border-radius: 3px;
  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;
}
.case-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.case-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.case-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.case-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.case-wrapper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.case-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #284179;
  width: 0.3rem;
}
.case-wrapper .case-box {
  margin-top: 0.6rem;
}
.case-wrapper .case-box .right {
  width: 40.64%;
}
.case-wrapper .case-box .pic img {
  height: 4.2rem;
  object-fit: cover;
}
.case-wrapper .case-box .info {
  padding: 0.24rem 0 0 0;
}
.case-wrapper .case-box .desc {
  font-size: var(--fs16);
  margin-bottom: 0.2rem;
}
.caseinfo-wrapper .swiper-box {
  margin-top: 1.12rem;
}
.caseinfo-wrapper .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);
}
.caseinfo-wrapper .swiper-box .swiper-pagination {
  display: block;
  bottom: 0.3rem;
  font-size: 0;
}
.caseinfo-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.6;
  background: #000;
  border: none;
  margin: 0 0.1rem;
  width: 0.12rem;
  height: 0.12rem;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.caseinfo-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet:link,
.caseinfo-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet:visited,
.caseinfo-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet:active,
.caseinfo-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.caseinfo-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.caseinfo-wrapper .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 2px solid #000;
}
.caseinfo-wrapper .main .info {
  width: 40%;
}
.caseinfo-wrapper .main .info h1 {
  font-size: var(--fs36);
  color: #284179;
  line-height: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.16rem;
}
.caseinfo-wrapper .main .info ul {
  list-style: none;
}
.caseinfo-wrapper .main .info li {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.36rem;
}
.caseinfo-wrapper .main .info li img {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
  width: 0.21rem;
  margin-right: 0.1rem;
}
.caseinfo-wrapper .content {
  width: 50%;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.36rem;
  padding-right: 0.1rem;
}
.caseinfo-wrapper .relative-box {
  margin-top: 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: center;
  padding-top: 0.4rem;
  border-top: 1px solid #e7e7e7;
}
.caseinfo-wrapper .relative-box a {
  display: inline-block;
  font-size: var(--fs16);
  color: #666;
  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;
}
.caseinfo-wrapper .relative-box a:hover {
  color: #284179;
}
.caseinfo-wrapper .relative-box i {
  position: relative;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: -1px;
  vertical-align: middle;
  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;
}
.caseinfo-wrapper .relative-box .prev:hover i {
  background-image: url(../img/ci-prev2.png);
}
.caseinfo-wrapper .relative-box .prev i {
  background-image: url(../img/ci-prev.png);
  margin-right: 0.1rem;
}
.caseinfo-wrapper .relative-box .next:hover i {
  background-image: url(../img/ci-next2.png);
}
.caseinfo-wrapper .relative-box .next i {
  background-image: url(../img/ci-next.png);
  margin-left: 0.1rem;
}
.caseinfo-wrapper .relative-box .return:hover i {
  background-image: url(../img/ci-list2.png);
}
.caseinfo-wrapper .relative-box .return i {
  background-image: url(../img/ci-list.png);
  margin-right: 0.1rem;
}
.question-wrapper .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  border-top: 2px solid #000;
}
.question-wrapper .container {
  padding-top: 0.8rem;
}
.question-wrapper .item {
  padding: 0.32rem 0;
  border-bottom: 1px solid #000;
}
.question-wrapper .item:first-child {
  padding-top: 0;
}
.question-wrapper .item.on .title {
  color: #284179;
}
.question-wrapper .item.on .title:before,
.question-wrapper .item.on .title:after {
  background: #284179;
}
.question-wrapper .item.on .title:after {
  transform: rotate(90deg);
}
.question-wrapper .title {
  position: relative;
  cursor: pointer;
  font-size: var(--fs18);
  font-weight: 700;
  line-height: 0.36rem;
  padding-right: 0.48rem;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.question-wrapper .title:before,
.question-wrapper .title:after {
  content: "";
  background: #666;
  position: absolute;
  z-index: 1;
  top: 50%;
  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;
}
.question-wrapper .title:before {
  width: 0.2rem;
  height: 2px;
  right: 0;
  margin-top: -1px;
}
.question-wrapper .title:after {
  width: 2px;
  height: 0.2rem;
  right: 0.09rem;
  margin-top: -0.1rem;
}
.question-wrapper .detail {
  font-size: var(--fs16);
  line-height: 0.3rem;
  padding: 0.2rem 0 0.03rem 0.2rem;
  display: none;
}
.question-wrapper .pageNum {
  margin-top: 0.6rem;
}
.download-wrapper .main {
  border-top: 2px solid #000;
}
.video-wrapper .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 2px solid #000;
}
.video-wrapper .container {
  padding-left: 1.38rem;
  padding-top: 1rem;
}
.video-wrapper .swiper-box {
  margin-bottom: 0.42rem;
}
.video-wrapper .swiper-box figcaption {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.36rem;
  position: absolute;
  left: 0;
  bottom: 0.24rem;
  z-index: 10;
  width: 100%;
  padding: 0 2rem 0 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-wrapper .swiper-box .swiper-pagination {
  display: block;
  bottom: 0.36rem;
  font-size: 0;
  text-align: right;
  padding-right: 0.46rem;
}
.video-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  width: 10px;
  height: 10px;
  border: solid 2px #fff;
  opacity: 0.5;
  margin: 0 0.1rem;
  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;
}
.video-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet:link,
.video-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet:visited,
.video-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet:active,
.video-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.video-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.video-wrapper .swiper-slide {
  overflow: hidden;
}
.video-wrapper .swiper-slide:after {
  content: "";
  width: 100%;
  height: 2rem;
  background: url(../img/shadow.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.video-wrapper .pic {
  cursor: pointer;
}
.video-wrapper .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-wrapper .play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  z-index: 10;
}
.video-wrapper .play:before,
.video-wrapper .play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  box-sizing: border-box;
}
.video-wrapper .play:before {
  animation: iconScale2 2.4s linear infinite;
}
.video-wrapper .play:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.video-wrapper .play i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 10;
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.video-wrapper .list ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.video-wrapper .list li {
  width: 48.073%;
  margin-top: 0.46rem;
}
.video-wrapper .list li:nth-child(-n+2) {
  margin-top: 0;
}
.video-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-wrapper .list li:hover figcaption {
  color: #284179;
}
.video-wrapper .list li:hover .play {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.video-wrapper .list .pic {
  position: relative;
}
.video-wrapper .list .pic img {
  height: 3.13rem;
  object-fit: cover;
}
.video-wrapper .list .play {
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.3rem;
  margin-left: -0.3rem;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.video-wrapper .list figcaption {
  font-size: var(--fs24);
  color: #000;
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.24rem;
  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;
}
.msg-wrapper .form,
.goodsinfo-wrapper .form {
  position: relative;
  z-index: 10;
  /* input placeholder  */
}
.msg-wrapper .form .list a,
.goodsinfo-wrapper .form .list a {
  font-size: 14px;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  color: #999;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.msg-wrapper .form .iti-flag,
.goodsinfo-wrapper .form .iti-flag {
  display: inline-block;
  margin-right: 0.1rem;
}
.msg-wrapper .form .caption,
.goodsinfo-wrapper .form .caption,
.msg-wrapper .form .text,
.goodsinfo-wrapper .form .text,
.msg-wrapper .form .msg,
.goodsinfo-wrapper .form .msg {
  width: 100%;
  border: solid 1px #000;
  padding-left: 0.2rem;
  font-size: var(--fs16);
  color: #000;
  background-color: #fff;
  border-radius: 5px;
}
.msg-wrapper .form .caption,
.goodsinfo-wrapper .form .caption,
.msg-wrapper .form .text,
.goodsinfo-wrapper .form .text {
  height: 0.65rem;
  line-height: 0.63rem;
}
.msg-wrapper .form .text,
.goodsinfo-wrapper .form .text,
.msg-wrapper .form .msg,
.goodsinfo-wrapper .form .msg {
  padding-right: 0.2rem;
  background-color: transparent;
  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;
}
.msg-wrapper .form .text:focus,
.goodsinfo-wrapper .form .text:focus,
.msg-wrapper .form .msg:focus,
.goodsinfo-wrapper .form .msg:focus {
  border-color: #284179;
}
.msg-wrapper .form .star .text,
.goodsinfo-wrapper .form .star .text {
  padding-left: 0.43rem;
}
.msg-wrapper .form .text,
.goodsinfo-wrapper .form .text {
  padding-left: 0.28rem;
}
.msg-wrapper .form .msg,
.goodsinfo-wrapper .form .msg {
  line-height: 0.3rem;
  resize: none;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  height: 1.32rem;
}
.msg-wrapper .form ::-webkit-input-placeholder,
.goodsinfo-wrapper .form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: var(--fs16);
}
.msg-wrapper .form :-moz-placeholder,
.goodsinfo-wrapper .form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: var(--fs16);
}
.msg-wrapper .form ::-moz-placeholder,
.goodsinfo-wrapper .form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: var(--fs16);
}
.msg-wrapper .form :-ms-input-placeholder,
.goodsinfo-wrapper .form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: var(--fs16);
}
.msg-wrapper .form .list a:hover,
.goodsinfo-wrapper .form .list a:hover {
  color: #fff;
}
.msg-wrapper .form .list a.on,
.goodsinfo-wrapper .form .list a.on {
  color: #284179;
}
.msg-wrapper .form .list a:hover span,
.goodsinfo-wrapper .form .list a:hover span,
.msg-wrapper .form .list a.on span,
.goodsinfo-wrapper .form .list a.on span {
  text-decoration: underline;
}
.msg-wrapper .form .caption,
.goodsinfo-wrapper .form .caption {
  cursor: pointer;
}
.msg-wrapper .form .caption:after,
.goodsinfo-wrapper .form .caption:after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 100%;
  background-image: url(../img/i-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: absolute;
  right: 0.22rem;
  top: 0;
  z-index: 10;
}
.msg-wrapper .form .caption i,
.goodsinfo-wrapper .form .caption i {
  position: relative;
  top: 0;
  margin-top: 0;
  left: 0;
  margin-right: 0.1rem;
}
.msg-wrapper .form .list,
.goodsinfo-wrapper .form .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  background: #fff;
  max-height: 3.05rem;
  overflow-y: auto;
  display: none;
  border: 1px solid #454444;
  border-top: none;
}
.msg-wrapper .form .list a,
.goodsinfo-wrapper .form .list a {
  display: block;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.6rem;
  padding: 0 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #454444;
  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;
}
.msg-wrapper .form .list a:last-child,
.goodsinfo-wrapper .form .list a:last-child {
  border-bottom: none;
}
.msg-wrapper .form .list a:hover,
.goodsinfo-wrapper .form .list a:hover {
  background: #284179;
  border-color: rgba(255, 255, 255, 0.12);
}
.msg-wrapper .main {
  position: relative;
  border-top: 2px solid #000;
}
.msg-wrapper .main.animated:after {
  height: 1.6rem;
}
.msg-wrapper .main:after {
  content: "";
  width: 1px;
  height: 0;
  background: #000;
  position: absolute;
  right: 19.92%;
  top: 0;
  z-index: 10;
  transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -moz-transition: height 1s ease;
  -ms-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition-delay: 0.35s;
}
.msg-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;
}
.msg-wrapper .form .index-more {
  display: block;
  margin: 0.5rem auto 0;
  width: 1.7rem;
  line-height: 0.52rem;
  height: 0.56rem;
  border-radius: 0.28rem;
}
.msg-wrapper .group {
  width: 32.42%;
  position: relative;
  margin-right: 1.37%;
  margin-top: 1.37%;
}
.msg-wrapper .group.max {
  width: 100%;
  margin-right: 0;
}
.msg-wrapper .group:last-child,
.msg-wrapper .group:nth-child(3n) {
  margin-right: 0;
}
.msg-wrapper .group:nth-child(-n+3) {
  margin-top: 0;
}
.msg-wrapper .group i {
  position: absolute;
  left: 0.28rem;
  top: 50%;
  z-index: 1;
  font-size: 16px;
  color: #284179;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
}
.msg-wrapper .contact-box,
.msg-wrapper .address-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;
}
.msg-wrapper .contact-box .item,
.msg-wrapper .address-box .item {
  position: relative;
  margin-right: 2.6%;
  margin-top: 2.6%;
  padding-top: 0.4rem;
}
.msg-wrapper .contact-box .item:hover h6,
.msg-wrapper .address-box .item:hover h6 {
  color: #284179;
}
.msg-wrapper .contact-box h6,
.msg-wrapper .address-box h6 {
  font-size: var(--fs24);
  color: #000;
  font-family: "medium";
  line-height: 0.36rem;
  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;
}
.msg-wrapper .contact-box p,
.msg-wrapper .address-box p {
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin-top: 0.16rem;
}
.msg-wrapper .contact-box p a,
.msg-wrapper .address-box p a {
  display: inline-block;
  font-size: var(--fs16);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.msg-wrapper .contact-box p a:hover,
.msg-wrapper .address-box p a:hover {
  color: #284179;
}
.msg-wrapper .contact-box em,
.msg-wrapper .address-box em {
  display: inline-block;
  width: 57px;
  line-height: 22px;
  background: url(../img/copybg.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: var(--fs14);
  color: #000;
  margin-left: 0.08rem;
  text-align: center;
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.msg-wrapper .contact-box em.on,
.msg-wrapper .address-box em.on {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.msg-wrapper .contact-box .item {
  width: 23.05%;
  padding-left: 0.28rem;
  padding-right: 0.28rem;
}
.msg-wrapper .address-box .item {
  cursor: pointer;
  width: 31.6%;
  padding-bottom: 1.27rem;
  padding-left: 0.48rem;
  padding-right: 0.48rem;
}
.msg-wrapper .address-box .item.on {
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.14);
}
.msg-wrapper .address-box .item.on .line_t,
.msg-wrapper .address-box .item.on .line_b {
  width: 0;
}
.msg-wrapper .address-box .item.on .line_r,
.msg-wrapper .address-box .item.on .line_l {
  height: 0;
}
.msg-wrapper .address-box p {
  min-height: 1.2rem;
}
.msg-wrapper .address-box span {
  display: block;
  position: absolute;
  background: #284179;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.msg-wrapper .address-box .index-more {
  position: absolute;
  left: 0.48rem;
  bottom: 0.4rem;
  z-index: 10;
}
.msg-wrapper .contact-box .item {
  cursor: default;
  background: #eff4f6;
  padding-bottom: 0.4rem;
}
.msg-wrapper .contact-box .item:hover .icon {
  transform: translateX(0.15rem);
  -webkit-transform: translateX(0.15rem);
  -moz-transform: translateX(0.15rem);
  -ms-transform: translateX(0.15rem);
  -o-transform: translateX(0.15rem);
}
.msg-wrapper .contact-box .icon {
  position: absolute;
  top: 50%;
  margin-top: -0.51rem;
  right: 0.27rem;
  width: 1.02rem;
  z-index: 0;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.msg-wrapper .map {
  position: relative;
  height: 5.6rem;
  overflow: hidden;
  margin: 0.8rem auto;
}
.msg-wrapper .map .img {
  height: 100%;
  object-fit: cover;
  display: block;
  width: 100%;
}
.msg-wrapper .box-1 .page-title {
  margin-bottom: 0.9rem;
}
.msg-wrapper .box-3 {
  border-top: 2px solid #000;
}
.msg-wrapper .box-3 .index-title {
  margin-bottom: 0.32rem;
}
.line_t,
.line_b {
  width: 100%;
}
.line_r,
.line_l {
  height: 100%;
}
.line_t {
  top: 0;
  left: 0;
  height: 2px;
}
.line_r {
  top: 0;
  right: 0;
  width: 2px;
}
.line_b {
  right: 0;
  bottom: 0;
  height: 2px;
}
.line_l {
  bottom: 0;
  left: 0;
  width: 2px;
}
.news-wrapper .swiper-box {
  margin-bottom: 0.8rem;
  border-top: 2px solid #000;
}
.news-wrapper .swiper-slide {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.news-wrapper .swiper-slide .pic {
  width: 50%;
}
.news-wrapper .swiper-slide .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .swiper-slide .info {
  width: 43.36%;
  padding-top: 0.9rem;
}
.news-wrapper .swiper-slide .info:hover .title {
  color: #284179;
}
.news-wrapper .swiper-slide .time {
  font-size: var(--fs16);
  font-family: "medium";
  color: #999;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}
.news-wrapper .swiper-slide .title {
  display: inline-block;
  font-size: var(--fs30);
  color: #000;
  line-height: 0.48rem;
  font-family: "medium";
  margin-bottom: 2px;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.news-wrapper .swiper-slide .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.news-wrapper .swiper-pagination {
  display: block;
  bottom: 0.8rem;
  font-size: 0;
  width: 43.36%;
  left: auto;
  right: 0;
  text-align: left;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: none;
  margin: 0 5px;
  width: 6px;
  height: 6px;
  background: #d7d4d4;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.news-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.news-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #284179;
  width: 0.3rem;
}
.newsinfo-wrapper .top {
  padding-top: 1.1rem;
  border-top: 2px solid #000;
}
.newsinfo-wrapper .top h1 {
  width: 50%;
  font-size: var(--fs48);
  color: #000;
  line-height: 0.6rem;
  margin: 2px 0 0.24rem;
}
.newsinfo-wrapper .time {
  font-size: var(--fs18);
  color: #000;
  font-family: "medium";
  line-height: 0.3rem;
}
.newsinfo-wrapper .other,
.newsinfo-wrapper .keywords {
  font-size: 0;
}
.newsinfo-wrapper .other span,
.newsinfo-wrapper .keywords span {
  color: #666;
}
.newsinfo-wrapper .other span,
.newsinfo-wrapper .keywords span,
.newsinfo-wrapper .other a,
.newsinfo-wrapper .keywords a {
  display: inline-block;
  font-size: var(--fs16);
  line-height: 0.3rem;
  margin-right: 0.24rem;
}
.newsinfo-wrapper .other span:last-child,
.newsinfo-wrapper .keywords span:last-child,
.newsinfo-wrapper .other a:last-child,
.newsinfo-wrapper .keywords a:last-child {
  margin-right: 0;
}
.newsinfo-wrapper .other a,
.newsinfo-wrapper .keywords a {
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
}
.newsinfo-wrapper .other a:hover,
.newsinfo-wrapper .keywords a:hover {
  color: #284179;
}
.newsinfo-wrapper .keywords {
  margin-top: 0.1rem;
}
.newsinfo-wrapper .keywords a {
  color: #284179;
}
.newsinfo-wrapper .keywords a:hover {
  text-decoration: underline;
}
.newsinfo-wrapper .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 2.5rem;
}
.newsinfo-wrapper .left {
  max-width: 25%;
  position: sticky;
  top: 1.2rem;
  height: 100%;
}
.newsinfo-wrapper .left a {
  display: block;
  line-height: 0.3rem;
  margin-bottom: 0.2rem;
  font-size: var(--fs18);
  color: #666;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.newsinfo-wrapper .left a:hover {
  color: #284179;
}
.newsinfo-wrapper .left a:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .left img {
  display: inline-block;
  width: 0.2rem;
  margin-right: 0.14rem;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.newsinfo-wrapper .right {
  width: 66.66%;
}
.newsinfo-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.newsinfo-wrapper .return {
  display: block;
  width: 100%;
  height: 0.68rem;
  line-height: 0.64rem;
  margin-top: 0.85rem;
  border: 2px solid #313130;
  text-align: center;
  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-size: var(--fs16);
}
.newsinfo-wrapper .return:hover {
  color: #fff;
  background-color: #284179;
  border-color: #284179;
}
.newsinfo-wrapper .return:hover i {
  background-image: url(../img/return2.png);
}
.newsinfo-wrapper .return i {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../img/return.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  top: -2px;
  vertical-align: middle;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  margin-right: 0.18rem;
}
.job-wrapper .page-title {
  margin-bottom: 0.37rem;
}
.job-wrapper .main {
  border-top: 2px solid #000;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.job-wrapper .item {
  padding: 0.42rem 0 0.65rem;
  border-top: 2px solid #000;
}
.job-wrapper .item.on {
  border-color: #284179;
}
.job-wrapper .item.on .title {
  color: #284179;
}
.job-wrapper .item.on .icon {
  background: #284179;
  border-color: #284179;
}
.job-wrapper .item.on .icon i:before,
.job-wrapper .item.on .icon i:after {
  background: #fff;
}
.job-wrapper .item.on .icon i:after {
  transform: rotate(90deg);
}
.job-wrapper .item .caption {
  font-size: var(--fs24);
  color: #000;
  font-family: "medium";
  line-height: 0.36rem;
  margin-bottom: 0.15rem;
}
.job-wrapper .title {
  font-size: var(--fs30);
  color: #17171d;
  line-height: 0.36rem;
  font-family: "medium";
  cursor: pointer;
  transition: color 0.35s ease;
  -webkit-transition: color 0.35s ease;
  -moz-transition: color 0.35s ease;
  -ms-transition: color 0.35s ease;
  -o-transition: color 0.35s ease;
  margin-bottom: 0.08rem;
}
.job-wrapper .top {
  position: relative;
}
.job-wrapper .other {
  font-size: 0;
}
.job-wrapper .other span {
  position: relative;
  display: inline-block;
  font-size: var(--fs14);
  color: #999;
  line-height: 0.3rem;
  padding-right: 0.12rem;
  margin-right: 0.1rem;
}
.job-wrapper .other span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.job-wrapper .other span:last-child:after {
  display: none;
}
.job-wrapper .other span:after {
  content: "";
  width: 2px;
  height: 0.13rem;
  background: #999;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.06rem;
}
.job-wrapper .detail {
  padding: 0.3rem 0 0.16rem 0.4rem;
  display: none;
}
.job-wrapper .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.45rem;
}
.job-wrapper .content:last-child {
  margin-bottom: 0;
}
.job-wrapper .index-more {
  width: 1.35rem;
}
.job-wrapper .tips {
  font-size: var(--fs15);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}
.job-wrapper .tips a {
  color: #284179;
  font-size: var(--fs15);
}
.job-wrapper .tips a:hover {
  text-decoration: underline;
}
.job-wrapper .icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.3rem;
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  border: solid 2px #333;
  border-radius: 50%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  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;
}
.job-wrapper .icon i {
  position: relative;
  width: 23.33%;
  height: 23.33%;
  margin: 0 auto;
}
.job-wrapper .icon i:before,
.job-wrapper .icon i:after {
  content: "";
  background: #333;
  position: absolute;
  z-index: 1;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.job-wrapper .icon i:before {
  left: 0;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
}
.job-wrapper .icon i:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
.about-wrapper {
  padding-bottom: 0!important;
}
.about-wrapper .top {
  text-align: center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.42rem;
}
.about-wrapper .top .page-title {
  margin-bottom: 0.07rem;
}
.about-wrapper .top .brief {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
}
.about-wrapper .box-1 {
  position: relative;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.about-wrapper .box-1 .box-container {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 2px solid #000;
  padding-top: 1.1rem;
  z-index: 10;
}
.about-wrapper .box-1 .page-title {
  width: 20%;
}
.about-wrapper .box-1 .main {
  width: 70.96%;
}
.about-wrapper .box-1 .content {
  font-size: var(--fs16);
  line-height: 0.3rem;
}
.about-wrapper .box-1 .canvas {
  position: absolute;
  left: 0;
  bottom: -3rem;
  z-index: 1;
  width: 100%;
  height: 6rem;
}
.about-wrapper .data {
  margin-top: 0.55rem;
}
.about-wrapper .data ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .data li {
  width: 33.33%;
  padding-right: 0.4rem;
}
.about-wrapper .data li:last-child {
  padding-right: 0;
}
.about-wrapper .data .num {
  font-size: var(--fs48);
  font-family: "mm";
  color: #284179;
  line-height: 0.48rem;
  height: 0.48rem;
}
.about-wrapper .data p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-top: 0.04rem;
}
.about-wrapper .box-2 {
  min-height: 5.98rem;
  background: #284179;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.about-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style: none;
}
.about-wrapper .box-2 ul li {
  width: 25%;
  text-align: center;
}
.about-wrapper .box-2 ul li:hover .icon:before,
.about-wrapper .box-2 ul li:hover .icon:after {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-2 ul li:hover .icon img {
  transform: rotateY(180deg);
}
.about-wrapper .box-2 .icon {
  width: 1.2rem;
  height: 1.2rem;
  border: solid 2px rgba(255, 255, 255, 0.1);
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.about-wrapper .box-2 .icon:before,
.about-wrapper .box-2 .icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: solid 2px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.about-wrapper .box-2 .icon:before {
  animation: iconScale2 2.4s linear infinite;
}
.about-wrapper .box-2 .icon:after {
  animation: iconScale2 2.4s 1.2s linear infinite;
}
.about-wrapper .box-2 .icon img {
  width: 41.67%;
  margin: 0 auto;
  transition: transform 0.35s ease;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -ms-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
}
.about-wrapper .box-2 .info {
  line-height: 0.3rem;
}
.about-wrapper .box-2 h6 {
  color: #fff;
  font-size: var(--fs24);
  margin: 0.38rem auto 0.1rem;
  font-family: "medium";
}
.about-wrapper .box-2 p {
  color: #fff;
  font-size: var(--fs18);
}
.about-wrapper .box-3 .page-title {
  text-align: left;
}
.about-wrapper .box-3 .swiper-container {
  padding: 0 calc((100% - 15.36rem) / 2 );
}
.about-wrapper .box-3 .swiper-slide {
  width: 65.76%;
  border-top: 2px solid #e9ecf1;
  padding-top: 0.32rem;
}
.about-wrapper .box-3 .inner {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-3 .pic {
  width: 65.35%;
}
.about-wrapper .box-3 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-3 .info {
  width: 34.65%;
  padding-right: 0.3rem;
}
.about-wrapper .box-3 .info li {
  margin-bottom: 0.3rem;
  line-height: 0.3rem;
  list-style: none;
}
.about-wrapper .box-3 .info li:last-child {
  margin-bottom: 0;
}
.about-wrapper .box-3 .info p,
.about-wrapper .box-3 .info .tit {
  font-size: var(--fs18);
}
.about-wrapper .box-3 .info p {
  color: #666;
}
.about-wrapper .box-3 .year {
  font-size: var(--fs60);
  font-family: "mb";
  color: #000;
  line-height: 0.6rem;
  margin-bottom: 0.88rem;
}
.about-wrapper .box-3 .tit {
  color: #284179;
  font-family: "medium";
}
.about-wrapper .box-4 {
  background: #f5f5f5;
}
.about-wrapper .box-4 .top {
  display: block;
}
.about-wrapper .box-4 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-4 .info-box {
  width: 45%;
  height: 4.3rem;
  overflow-y: auto;
  direction: rtl;
  position: relative;
  text-align: left;
  padding-left: 0.5rem;
}
.about-wrapper .box-4 .info-box::-webkit-scrollbar {
  background-color: #c2cace;
  border-radius: 5px;
  width: 2px;
}
.about-wrapper .box-4 .info-box::-webkit-scrollbar-thumb {
  background-color: #284179;
  border-radius: 5px;
}
.about-wrapper .box-4 .info-box ul {
  list-style: none;
}
.about-wrapper .box-4 .info-box li {
  cursor: pointer;
  font-size: var(--fs18);
  line-height: 0.3rem;
  margin-bottom: 0.18rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.about-wrapper .box-4 .info-box li:last-child {
  margin-bottom: 0;
}
.about-wrapper .box-4 .info-box li.on {
  color: #284179;
}
.about-wrapper .box-4 .pic-box {
  width: 50%;
}
.about-wrapper .box-4 .pic {
  background: #fff;
  padding: 0.24rem 0;
}
.about-wrapper .box-4 .pic:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-4 .pic img {
  width: 63.15%;
  margin: 0 auto;
  height: 3.57rem;
  object-fit: contain;
}
.about-wrapper .box-4 .caption {
  font-size: var(--fs30);
  color: #000;
  line-height: 0.36rem;
  margin-bottom: 0.2rem;
}
.about-wrapper .box-4 .caption img {
  width: 0.2rem;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -2px;
  margin-right: 0.15rem;
}
.about-wrapper .box-5 {
  background: #284179;
}
.about-wrapper .box-5 .swiper-slide {
  width: 15.36%;
  background: #fff;
}
.about-wrapper .box-5 .swiper-slide:hover .line_t,
.about-wrapper .box-5 .swiper-slide:hover .line_b {
  width: 100%;
}
.about-wrapper .box-5 .swiper-slide:hover .line_r,
.about-wrapper .box-5 .swiper-slide:hover .line_l {
  height: 100%;
}
.about-wrapper .box-5 .swiper-slide:hover .pic img {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
.about-wrapper .box-5 .pic img {
  height: 1.2rem;
  object-fit: contain;
}
.about-wrapper .box-5 .line_t,
.about-wrapper .box-5 .line_b {
  width: 0;
}
.about-wrapper .box-5 .line_r,
.about-wrapper .box-5 .line_l {
  height: 0;
}
.about-wrapper .box-5 span {
  display: block;
  position: absolute;
  background: #000;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about-wrapper .box-6 .swiper-slide {
  width: 12.2rem;
}
.about-wrapper .box-6 .swiper-slide-active .pic:after {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-6 .swiper-slide-active figcaption {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-6 .swiper-slide-active .pic img {
  opacity: 1;
}
.about-wrapper .box-6 .pic {
  position: relative;
  background: #000;
}
.about-wrapper .box-6 .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/shadow2.png) repeat-x left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-size: 100% 100%;
}
.about-wrapper .box-6 .pic img {
  opacity: 0.5;
}
.about-wrapper .box-6 figcaption {
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  z-index: 10;
  width: 100%;
  padding: 0 0.6rem;
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.3rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  text-align: center;
}
.about-wrapper .box-6 .swiper-pagination-progressbar {
  bottom: 0;
  left: 50%;
  height: 4px;
  width: 100%;
  width: 12.2rem;
  margin-left: -6.1rem;
  background: #ebebeb;
}
.about-wrapper .box-6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  display: block;
  background: #284179;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.about-wrapper .box-7 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 6.4rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.about-wrapper .box-7 .info {
  width: 41.02%;
}
.about-wrapper .box-7 .page-title {
  margin-bottom: 0.46rem;
}
.about-wrapper .box-7 .content {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.3rem;
}
.about-wrapper .swiperbtn {
  font-size: 0;
}
.about-wrapper .swiperbtn.white .prev {
  background-image: url(../img/a-prev3.png);
}
.about-wrapper .swiperbtn.white .prev:hover {
  background-image: url(../img/a-prev3.png);
}
.about-wrapper .swiperbtn.white .next {
  background-image: url(../img/a-next3.png);
}
.about-wrapper .swiperbtn.white .next:hover {
  background-image: url(../img/a-next3.png);
}
.about-wrapper .swiperbtn .prev {
  margin-right: 0.36rem;
  background-image: url(../img/a-prev.png);
}
.about-wrapper .swiperbtn .prev:hover {
  background-image: url(../img/a-prev2.png);
}
.about-wrapper .swiperbtn .next {
  background-image: url(../img/a-next.png);
}
.about-wrapper .swiperbtn .next:hover {
  background-image: url(../img/a-next2.png);
}
.about-wrapper .swiperbtn a,
.about-wrapper .ibutton {
  width: 12px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transition: background 0.35s ease;
  -webkit-transition: background 0.35s ease;
  -moz-transition: background 0.35s ease;
  -ms-transition: background 0.35s ease;
  -o-transition: background 0.35s ease;
}
.about-wrapper .ibutton {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 10;
}
.about-wrapper .ibutton.prev {
  left: 0.52rem;
  background-image: url(../img/a-prev3.png);
}
.about-wrapper .ibutton.prev:hover {
  background-image: url(../img/a-prev2.png);
}
.about-wrapper .ibutton.next {
  right: 0.52rem;
  background-image: url(../img/a-next3.png);
}
.about-wrapper .ibutton.next:hover {
  background-image: url(../img/a-next2.png);
}
@media screen and (min-width: 1004px) {
  .about-wrapper .box-4 li:hover {
    color: #284179;
  }
  .category-box li.on:hover > a,
  .category-box li:hover > a,
  .category-box li.on > a {
    color: #284179;
  }
  .category-box li.on:hover .cat:after {
    background-image: url(../img/idown2.png);
  }
  .category-box li:hover .cat:after {
    background-image: url(../img/iright2.png);
  }
  .category-box li.on .cat:after {
    background-image: url(../img/idown.png);
  }
  .goods-wrapper {
    padding-bottom: 0.2rem !important;
  }
  .question-wrapper .item:hover .title {
    color: #284179;
  }
  .question-wrapper .item:hover .title:before,
  .question-wrapper .item:hover .title:after {
    background: #284179;
  }
  .category-box.special .caption {
    cursor: pointer;
  }
  .category-box.special .caption:after {
    content: "";
    display: inline-block;
    width: 0.22rem;
    height: 0.13rem;
    background: url(../img/idown3.png) no-repeat center center;
    background-size: 100%;
    margin-left: 0.18rem;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .pageTop.col-sm .index-title {
    width: 31.25%;
  }
  .news-box li:nth-child(-n+3) {
    margin-top: 0;
  }
  .news-box li:nth-child(3n) {
    margin-right: 0;
  }
  .job-wrapper .item:hover {
    border-color: #284179;
  }
  .job-wrapper .item:hover .title {
    color: #284179;
  }
  .job-wrapper .item:hover .icon {
    background: #284179;
    border-color: #284179;
  }
  .job-wrapper .item:hover .icon i:before,
  .job-wrapper .item:hover .icon i:after {
    background: #fff;
  }
  .msg-wrapper .contact-box .item:nth-child(-n+4) {
    margin-top: 0;
  }
  .msg-wrapper .contact-box .item:nth-child(4n) {
    margin-right: 0;
  }
  .msg-wrapper .address-box .item:nth-child(-n+3) {
    margin-top: 0;
  }
  .msg-wrapper .address-box .item:nth-child(3n) {
    margin-right: 0;
  }
  .msg-wrapper .address-box .item:hover {
    box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.14);
  }
  .msg-wrapper .address-box .item:hover .line_t,
  .msg-wrapper .address-box .item:hover .line_b {
    width: 0;
  }
  .msg-wrapper .address-box .item:hover .line_r,
  .msg-wrapper .address-box .item:hover .line_l {
    height: 0;
  }
  .msg-wrapper .address-box .index-more {
    min-width: 1.2rem;
    height: 0.46rem;
    line-height: 0.42rem;
    border-radius: 23px;
  }
  .goodsinfo-wrapper .main .swiper-box .swiper-slide img {
    height: 4.64rem;
    object-fit: contain;
  }
}
@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;
  }
  .pt12 {
    padding-top: 1.1rem;
  }
  .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);
  }
  .case-box .desc {
    margin-bottom: 0.6rem;
  }
  .goodsinfo-wrapper .box-3 .item:nth-child(even) .info {
    left: calc((100% - 14rem) / 2);
  }
  .goodsinfo-wrapper .box-3 .info {
    right: calc((100% - 14rem) / 2);
  }
  .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;
  }
  .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;
  }
  .goods-wrapper .item .desc {
    margin-bottom: 0.6rem;
  }
  .goods-wrapper .item .info {
    padding-bottom: 1.6rem;
  }
  .goods-wrapper .item .info {
    padding-left: 0.7rem;
  }
  .goods-wrapper .item {
    margin-bottom: 0;
  }
  .goods-box .pic img {
    height: 4.35rem;
  }
  .goods-box .info {
    margin-top: 0.3rem;
  }
  .goodsCategory-wrapper .application-box .pic img {
    height: 3.13rem;
  }
  .goodsCategory-wrapper .application-box figcaption {
    line-height: 0.4rem;
    height: 0.8rem;
  }
  .pt {
    padding-top: 1.3rem;
  }
  .mb {
    margin-bottom: 1.3rem;
  }
  .page-box {
    padding-bottom: 1.3rem;
  }
  .goodsCategory-wrapper .application-box figcaption,
  .goodsCategory-wrapper .application-box .info {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .goodsCategory-wrapper .swiper-btn {
    margin-top: -0.45rem;
  }
  .application-wrapper .desc {
    min-height: 1.5rem;
  }
  .goods-box.three .pic img {
    height: 3.14rem;
  }
  .info-wrapper .main .content {
    line-height: 0.34rem;
  }
  .case-wrapper .swiper-slide .info {
    padding-top: 0.64rem;
  }
  .video-wrapper .container {
    padding-left: 1.2rem;
  }
  .video-wrapper .list .pic img {
    height: 2.86rem;
  }
  .news-wrapper .swiper-slide .info {
    padding-top: 0.7rem;
  }
  .newsinfo-wrapper .main {
    margin-top: 2.2rem;
  }
  .msg-wrapper .map {
    height: 5.1rem;
  }
  .msg-wrapper .contact-box p,
  .msg-wrapper .address-box p {
    line-height: 0.26rem;
  }
  .msg-wrapper .address-box p {
    min-height: 1.04rem;
  }
  .msg-wrapper .contact-box .item {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .msg-wrapper .address-box .item {
    padding-top: 0.3rem;
    padding-bottom: 1.1rem;
  }
  .msg-wrapper .address-box .index-more {
    bottom: 0.35rem;
  }
  .about-wrapper .box-2 {
    min-height: 5.2rem;
  }
  .about-wrapper .box-3 .swiper-container {
    padding: 0 calc((100% - 14rem) / 2);
  }
  .about-wrapper .box-3 .info li {
    margin-bottom: 0.14rem;
  }
  .about-wrapper .box-4 .info-box li {
    margin-bottom: 0.2rem;
  }
  .about-wrapper .box-5 .pic img {
    height: 1.08rem;
  }
  .about-wrapper .box-7 {
    min-height: 6rem;
  }
  .about-wrapper .box-3 .year {
    margin-bottom: 0.7rem;
  }
}
@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;
  }
  .pt12 {
    padding-top: 1rem;
  }
  .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;
  }
  .case-box .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;
  }
  .goods-wrapper .item .info {
    padding-left: 0.6rem;
  }
  .pt {
    padding-top: 1.2rem;
  }
  .mb {
    margin-bottom: 1.2rem;
  }
  .page-box {
    padding-bottom: 1.2rem;
  }
  .page-title {
    margin-bottom: 0.48rem;
  }
  .application-wrapper .desc {
    margin-bottom: 0.5rem;
  }
  .case-wrapper .swiper-slide .info {
    padding-top: 0.56rem;
  }
  .video-wrapper .container {
    padding-left: 1.1rem;
  }
  .news-wrapper .swiper-slide .info {
    padding-top: 0.6rem;
  }
  .newsinfo-wrapper .main {
    margin-top: 2rem;
  }
  .msg-wrapper .contact-box p,
  .msg-wrapper .address-box p {
    margin-top: 0.1rem;
  }
}
@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;
  }
  .pt12 {
    padding-top: 0.9rem;
  }
  .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;
  }
  .pt {
    padding-top: 1.1rem;
  }
  .mb {
    margin-bottom: 1.1rem;
  }
  .page-box {
    padding-bottom: 1.1rem;
  }
  .video-wrapper .container {
    padding-left: 1rem;
  }
  .newsinfo-wrapper .main {
    margin-top: 1.8rem;
  }
}
@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 {
    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.24rem;
  }
  .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 .img,
  .index-box-2 .beer-slider {
    width: 100%;
  }
  .index-box-2 .index-title {
    font-size: 0.74rem;
    letter-spacing: 0;
    margin-left: 0.3rem;
    line-height: 0.8rem;
  }
  .index-box-2 .index-title.ani .empty {
    width: 0.2rem;
  }
  .index-box-2 h4 {
    font-size: var(--fs24);
  }
  .index-box-2 .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    height: 3.52rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    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;
    width: 5rem;
  }
  .index-box-3 .swiper-container {
    padding: 0 0.3rem;
  }
  .case-box .info {
    display: block;
    padding: 0.38rem;
  }
  .case-box .title {
    font-size: var(--fs24);
    width: 100%;
    padding-left: 0;
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .case-box .name {
    width: 100%;
    padding-left: 0;
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .case-box .right {
    width: 100%;
  }
  .case-box .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    height: auto;
    margin-bottom: 0.4rem;
  }
  .case-box ul li {
    width: 100%;
    margin-right: 0;
  }
  .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;
  }
  .news-box .swiper-slide {
    width: 48%;
    margin-right: 15px;
  }
  .news-box ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .news-box li {
    width: 48%;
    margin-right: 0;
  }
  .news-box .info {
    padding: 0.48rem 0 0;
  }
  .news-box .time {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-bottom: 0.06rem;
  }
  .news-box h5 {
    font-size: var(--fs18);
    line-height: 0.44rem;
    height: 0.88rem;
    width: 100%;
    padding-right: 0.3rem;
    margin-bottom: 0.36rem;
  }
  .breadcrumb {
    font-size: var(--fs14);
  }
  .page-box {
    padding: 0.4rem 0 0.8rem;
  }
  .pageTop {
    display: block;
    margin-top: 0.1rem;
  }
  .pageTop .index-title {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .pageTop .cat-box {
    text-align: center;
  }
  .goods-wrapper .item {
    display: block;
    margin-bottom: 0.8rem;
    border-top-width: 1px;
  }
  .goods-wrapper .item .pic {
    width: 80%;
    margin: 0 auto 0.4rem;
  }
  .goods-wrapper .item .info {
    width: 100%;
    padding: 0 0.4rem;
  }
  .goods-wrapper .item .info:after {
    display: none;
  }
  .goods-wrapper .item .title {
    font-size: var(--fs24);
    margin-bottom: 0.12rem;
  }
  .goods-wrapper .item .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-bottom: 0.5rem;
  }
  .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;
    margin-bottom: 0;
  }
  .goodsinfo-wrapper .box-3 .info .brief {
    font-size: var(--fs14);
    line-height: 0.34rem;
    margin-top: 0.06rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 1.02rem;
  }
  .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 {
    width: 100%;
    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);
  }
  .goodsinfo-wrapper .download-box {
    width: 100%;
    margin-top: 1rem;
  }
  .download-box li {
    height: 1rem;
    background-size: 0.2rem;
    width: 100%;
  }
  .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%;
    overflow-x: auto;
    max-width: 100%;
  }
  .compare-box::-webkit-scrollbar {
    height: 4px;
    background-color: #eaeaea;
  }
  .compare-box::-webkit-scrollbar-thumb {
    background-color: #284179;
  }
  .compare-box li {
    font-size: var(--fs14);
    height: 0.68rem;
    line-height: 0.6rem;
  }
  .compare-box .result-box {
    margin-top: 0.48rem;
  }
  .compare-box .result-box::-webkit-scrollbar {
    height: 2px;
  }
  .compare-box .result-box table {
    width: 12rem;
  }
  .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;
  }
  .category-box {
    width: 100%;
    padding-top: 0.6rem;
    padding-right: 0;
    border-right: none;
  }
  .category-box .caption {
    margin-bottom: 0;
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #284179;
    color: #fff;
    font-size: var(--fs16);
    border-top: 1px solid #405481;
  }
  .category-box .caption:first-child {
    border-top: none;
  }
  .category-box .caption.extend:after {
    transform: rotateX(180deg);
  }
  .category-box .caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .category-box ul {
    padding: 0.3rem;
    display: none;
    margin-bottom: 0.1rem;
  }
  .category-box li {
    margin-bottom: 0.2rem;
  }
  .category-box li.active .cat:after {
    background-image: url(../img/idown.png);
  }
  .category-box li > a {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .category-box .cat:after {
    width: 0.22rem;
  }
  .category-box .child {
    margin-top: 0.12rem;
    padding-left: 0;
  }
  .category-box .child a {
    display: inline-block;
    font-size: var(--fs15);
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
    margin-right: 0.1rem;
  }
  .category-box .child a:last-child {
    margin-right: 0;
  }
  .page-title {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .mb {
    margin-bottom: 0.8rem;
  }
  .pt12,
  .pt {
    padding-top: 0.8rem;
  }
  .goods-box.three ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods-box.three li {
    width: 48%;
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 0.4rem;
    display: none;
  }
  .goods-box.three li:nth-child(-n+2) {
    display: block;
  }
  .goods-box.three li:last-child {
    margin-bottom: 0;
  }
  .goods-box.three .pic img {
    height: 2.32rem;
  }
  .goods-box.three .ibtn {
    margin-top: 0.3rem;
  }
  .goods-box.three .title {
    font-size: var(--fs15);
  }
  .goods-box ul li {
    width: calc((100% - 0.2rem) / 2);
    margin-top: 0.3rem;
  }
  .goods-box ul li:after {
    width: 1px;
  }
  .goods-box .info {
    margin-top: 0.3rem;
  }
  .goods-box .pic img {
    height: auto;
  }
  .goods-box .title,
  .goods-box p {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .goods-box .title {
    font-size: var(--fs15);
    line-height: 0.44rem;
    height: 0.44rem;
  }
  .goods-box p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    height: 0.36rem;
    margin-top: 0.06rem;
  }
  .goods-box .ibtn {
    margin-top: 0.3rem;
  }
  .container {
    width: 100%;
    padding-left: 0;
    padding-top: 0.6rem;
  }
  .goodsCategory-wrapper .main {
    display: block;
    border-width: 1px;
  }
  .goodsCategory-wrapper .application-box {
    border-top-width: 1px;
  }
  .goodsCategory-wrapper .application-box .box-container {
    padding-left: 0;
    padding-right: 0;
  }
  .goodsCategory-wrapper .application-box .swiper-container,
  .goodsCategory-wrapper .application-box .index-title {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .goodsCategory-wrapper .application-box .swiper-container {
    padding-bottom: 0.6rem;
  }
  .goodsCategory-wrapper .application-box .swiper-slide {
    width: 48%;
  }
  .goodsCategory-wrapper .application-box .pic img {
    height: auto;
  }
  .goodsCategory-wrapper .application-box figcaption,
  .goodsCategory-wrapper .application-box .info {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .goodsCategory-wrapper .application-box figcaption,
  .goodsCategory-wrapper .application-box h5 {
    font-size: var(--fs16);
  }
  .goodsCategory-wrapper .application-box figcaption {
    line-height: 0.48rem;
    height: 0.96rem;
  }
  .goodsCategory-wrapper .application-box .info {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .goodsCategory-wrapper .application-box h5 {
    line-height: 0.44rem;
  }
  .goodsCategory-wrapper .application-box p {
    font-size: var(--fs14);
    margin-top: 0.2rem;
    line-height: 0.36rem;
  }
  .goodsCategory-wrapper .application-box .swiper-pagination {
    display: block;
    bottom: 0;
    font-size: 0;
  }
  .goodsCategory-wrapper .application-box .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: transparent;
    border: 1px solid #284179;
    margin: 0 7px;
    width: 8px;
    height: 8px;
    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;
  }
  .goodsCategory-wrapper .application-box .swiper-pagination .swiper-pagination-bullet:link,
  .goodsCategory-wrapper .application-box .swiper-pagination .swiper-pagination-bullet:visited,
  .goodsCategory-wrapper .application-box .swiper-pagination .swiper-pagination-bullet:active,
  .goodsCategory-wrapper .application-box .swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
  }
  .goodsCategory-wrapper .application-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #284179;
  }
  .goodsCategory-wrapper .swiper-btn {
    display: none;
  }
  .application-wrapper .main {
    border-width: 1px;
  }
  .application-wrapper .item {
    display: block;
    margin-bottom: 0.8rem;
  }
  .application-wrapper .pic {
    width: 100%;
  }
  .application-wrapper .info {
    width: 100%;
    margin-top: 0.48rem;
  }
  .application-wrapper .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .application-wrapper .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-bottom: 0.6rem;
    min-height: inherit;
  }
  .info-wrapper .main {
    display: block;
    border-width: 1px;
  }
  .info-wrapper .main .page-title {
    width: 100%;
  }
  .info-wrapper .main .content {
    width: 100%;
    font-size: var(--fs15);
    line-height: 0.44rem;
    padding-right: 0;
  }
  .case-wrapper .pageTop .index-title {
    width: 100%;
  }
  .case-wrapper .pageTop .cat-box {
    justify-content: flex-start;
  }
  .case-wrapper .swiper-box {
    border-width: 1px;
  }
  .case-wrapper .swiper-box .swiper-container {
    padding-bottom: 0.8rem;
  }
  .case-wrapper .swiper-slide {
    display: block;
  }
  .case-wrapper .swiper-slide .pic {
    width: 100%;
  }
  .case-wrapper .swiper-slide .info {
    width: 100%;
    padding-right: 0;
    padding-top: 0.5rem;
  }
  .case-wrapper .swiper-slide .title {
    font-size: var(--fs20);
    line-height: 0.44rem;
  }
  .case-wrapper .swiper-slide .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-top: 0.24rem;
  }
  .case-wrapper .swiper-pagination {
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .case-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .case-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.36rem;
  }
  .case-wrapper .case-box {
    margin-top: 1rem;
  }
  .case-wrapper .case-box .right {
    width: 100%;
  }
  .case-wrapper .case-box .pic img {
    height: auto;
    object-fit: cover;
  }
  .case-wrapper .case-box .info {
    padding: 0.38rem 0.38rem 0;
  }
  .case-wrapper .case-box .desc {
    font-size: var(--fs16);
    margin-bottom: 0.2rem;
  }
  .caseinfo-wrapper .swiper-box {
    margin-top: 0.8rem;
  }
  .caseinfo-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.16rem;
    width: 0.169rem;
    height: 0.169rem;
  }
  .caseinfo-wrapper .main {
    display: block;
    border-width: 1px;
  }
  .caseinfo-wrapper .main .info {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .caseinfo-wrapper .main .info h1 {
    font-size: var(--fs24);
    margin-bottom: 0.2rem;
    line-height: 0.6rem;
  }
  .caseinfo-wrapper .main .info li {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .caseinfo-wrapper .main .info li img {
    width: 0.3rem;
    margin-right: 0.14rem;
  }
  .caseinfo-wrapper .content {
    width: 100%;
    font-size: var(--fs15);
    line-height: 0.44rem;
    padding-right: 0;
  }
  .caseinfo-wrapper .relative-box {
    margin-top: 0.8rem;
    padding-top: 0.3rem;
  }
  .caseinfo-wrapper .relative-box a {
    font-size: var(--fs15);
    line-height: 0.4rem;
  }
  .caseinfo-wrapper .relative-box i {
    width: 0.4rem;
    height: 0.4rem;
  }
  .question-wrapper .main {
    display: block;
    border-width: 1px;
  }
  .question-wrapper .container {
    padding-top: 0.6rem;
  }
  .question-wrapper .item {
    padding: 0.36rem 0;
  }
  .question-wrapper .title {
    font-size: var(--fs15);
    line-height: 0.44rem;
    padding-right: 0.6rem;
  }
  .question-wrapper .title:before {
    width: 0.3rem;
  }
  .question-wrapper .title:after {
    height: 0.3rem;
    right: 0.13rem;
    margin-top: -0.15rem;
  }
  .question-wrapper .detail {
    font-size: var(--fs15);
    line-height: 0.44rem;
    padding: 0.2rem 0 0.04rem 0.3rem;
  }
  .video-wrapper .main {
    display: block;
    border-width: 1px;
  }
  .video-wrapper .container {
    padding-left: 0;
    padding-top: 0.6rem;
  }
  .video-wrapper .swiper-box {
    margin-bottom: 0.48rem;
  }
  .video-wrapper .swiper-box figcaption {
    font-size: var(--fs16);
    line-height: 0.44rem;
    bottom: 0.3rem;
    padding: 0 2rem 0 0.3rem;
  }
  .video-wrapper .swiper-box .swiper-pagination {
    bottom: 0.36rem;
    padding-right: 0.2rem;
  }
  .video-wrapper .swiper-box .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 0.1rem;
    border-width: 1px;
  }
  .video-wrapper .list li {
    margin-top: 0.6rem;
  }
  .video-wrapper .list .pic img {
    height: auto;
  }
  .video-wrapper .list .play {
    width: 0.7rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    margin-left: -0.35rem;
  }
  .video-wrapper .list figcaption {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-top: 0.3rem;
  }
  .msg-wrapper .form,
  .goodsinfo-wrapper .form {
    /* input placeholder  */
  }
  .msg-wrapper .form .caption,
  .goodsinfo-wrapper .form .caption,
  .msg-wrapper .form .text,
  .goodsinfo-wrapper .form .text,
  .msg-wrapper .form .msg,
  .goodsinfo-wrapper .form .msg {
    padding-left: 0.2rem;
    font-size: var(--fs14);
  }
  .msg-wrapper .form .caption,
  .goodsinfo-wrapper .form .caption,
  .msg-wrapper .form .text,
  .goodsinfo-wrapper .form .text {
    height: 0.84rem;
    line-height: 0.8rem;
  }
  .msg-wrapper .form .text,
  .goodsinfo-wrapper .form .text,
  .msg-wrapper .form .msg,
  .goodsinfo-wrapper .form .msg {
    padding-right: 0.2rem;
  }
  .msg-wrapper .form .star .text,
  .goodsinfo-wrapper .form .star .text {
    padding-left: 0.4rem;
  }
  .msg-wrapper .form .msg,
  .goodsinfo-wrapper .form .msg {
    line-height: 0.48rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    height: 2rem;
  }
  .msg-wrapper .form ::-webkit-input-placeholder,
  .goodsinfo-wrapper .form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
    font-size: var(--fs14);
  }
  .msg-wrapper .form :-moz-placeholder,
  .goodsinfo-wrapper .form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-size: var(--fs14);
  }
  .msg-wrapper .form ::-moz-placeholder,
  .goodsinfo-wrapper .form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    font-size: var(--fs14);
  }
  .msg-wrapper .form :-ms-input-placeholder,
  .goodsinfo-wrapper .form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
    font-size: var(--fs14);
  }
  .msg-wrapper .form .iti-flag,
  .goodsinfo-wrapper .form .iti-flag {
    position: relative;
    top: 2px;
    margin-right: 0.2rem;
  }
  .msg-wrapper .form .caption:after,
  .goodsinfo-wrapper .form .caption:after {
    width: 0.18rem;
    right: 0.24rem;
  }
  .msg-wrapper .form .caption i,
  .goodsinfo-wrapper .form .caption i {
    top: 1px;
    margin-right: 0.06rem;
  }
  .msg-wrapper .form .list,
  .goodsinfo-wrapper .form .list {
    max-height: 3.5rem;
  }
  .msg-wrapper .form .list a,
  .goodsinfo-wrapper .form .list a {
    font-size: var(--fs14);
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    line-height: 0.7rem;
  }
  .msg-wrapper .main {
    border-width: 1px;
  }
  .msg-wrapper .main.animated:after {
    height: 1.2rem;
  }
  .msg-wrapper .main:after {
    right: 0.6rem;
  }
  .msg-wrapper .form .index-more {
    width: 2rem;
    line-height: 0.76rem;
    height: 0.84rem;
    border-radius: 0.42rem;
  }
  .msg-wrapper .group {
    width: 48.5%;
    margin-right: 0;
    margin-top: 3%;
  }
  .msg-wrapper .group:nth-child(3) {
    margin-top: 3%;
  }
  .msg-wrapper .group i {
    left: 0.2rem;
    font-size: 16px;
  }
  .msg-wrapper .contact-box,
  .msg-wrapper .address-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .msg-wrapper .contact-box .item,
  .msg-wrapper .address-box .item {
    width: calc((100% - 0.3rem) / 2);
    margin-right: 0;
    margin-top: 0.3rem;
  }
  .msg-wrapper .contact-box h6,
  .msg-wrapper .address-box h6 {
    font-size: var(--fs18);
    line-height: 0.48rem;
  }
  .msg-wrapper .contact-box p,
  .msg-wrapper .address-box p {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-top: 0.1rem;
  }
  .msg-wrapper .contact-box p a,
  .msg-wrapper .address-box p a {
    font-size: var(--fs14);
  }
  .msg-wrapper .contact-box p em,
  .msg-wrapper .address-box p em {
    margin-top: 0.08rem;
  }
  .msg-wrapper .address-box .item {
    padding: 0.3rem 0.3rem 1.2rem;
  }
  .msg-wrapper .address-box p {
    min-height: 1.2rem;
  }
  .msg-wrapper .address-box .index-more {
    left: 0.3rem;
  }
  .msg-wrapper .contact-box .item {
    padding: 0.3rem;
  }
  .msg-wrapper .contact-box .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .msg-wrapper .contact-box .icon {
    margin-top: -0.4rem;
    right: 0.3rem;
    width: 0.8rem;
  }
  .msg-wrapper .map {
    height: 4.4rem;
    margin: 0.6rem auto;
  }
  .msg-wrapper .box-1 .page-title {
    margin-bottom: 0.5rem;
  }
  .msg-wrapper .box-3 {
    border-width: 1px;
  }
  .news-wrapper .swiper-box {
    border-width: 1px;
  }
  .news-wrapper .swiper-box .swiper-container {
    padding-bottom: 0.8rem;
  }
  .news-wrapper .swiper-slide {
    display: block;
  }
  .news-wrapper .swiper-slide .pic {
    width: 100%;
  }
  .news-wrapper .swiper-slide .info {
    width: 100%;
    padding-right: 0;
    padding-top: 0.5rem;
  }
  .news-wrapper .swiper-slide .time {
    font-size: var(--fs15);
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
  }
  .news-wrapper .swiper-slide .title {
    font-size: var(--fs20);
    line-height: 0.44rem;
  }
  .news-wrapper .swiper-slide .desc {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-top: 0.24rem;
  }
  .news-wrapper .swiper-pagination {
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .news-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .news-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.36rem;
  }
  .news-wrapper .news-box li:nth-child(-n+2) {
    margin-top: 0;
  }
  .news-wrapper .news-box .info {
    padding-top: 0.3rem;
  }
  .news-wrapper .news-box h5 {
    font-size: var(--fs14);
    line-height: 0.36rem;
    height: 0.72rem;
    padding-right: 0.2rem;
  }
  .newsinfo-wrapper .top {
    padding-top: 0.8rem;
    border-width: 1px;
  }
  .newsinfo-wrapper .top h1 {
    width: 100%;
    font-size: var(--fs24);
    line-height: 0.56rem;
  }
  .newsinfo-wrapper .time {
    font-size: var(--fs15);
    line-height: 0.4rem;
  }
  .newsinfo-wrapper .other span,
  .newsinfo-wrapper .keywords span,
  .newsinfo-wrapper .other a,
  .newsinfo-wrapper .keywords a {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-right: 0.3rem;
  }
  .newsinfo-wrapper .main {
    flex-flow: wrap;
    flex-direction: column-reverse;
    margin-top: 0.6rem;
  }
  .newsinfo-wrapper .left {
    max-width: inherit;
    position: static;
    margin-top: 0.6rem;
    display: flex;
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .newsinfo-wrapper .left a {
    line-height: 0.4rem;
    margin-bottom: 0.16rem;
    font-size: var(--fs14);
  }
  .newsinfo-wrapper .left img {
    width: 0.26rem;
    margin-right: 0.12rem;
  }
  .newsinfo-wrapper .right {
    width: 100%;
    margin-right: 0;
  }
  .newsinfo-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .newsinfo-wrapper .return {
    height: 0.8rem;
    line-height: 0.72rem;
    margin-top: 0.9rem;
    font-size: var(--fs15);
    display: none;
  }
  .newsinfo-wrapper .return i {
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.22rem;
  }
  .job-wrapper .page-title {
    margin-bottom: 0.48rem;
  }
  .job-wrapper .main {
    border-width: 1px;
    display: block;
  }
  .job-wrapper .item {
    padding: 0.48rem 0;
    border-width: 1px;
  }
  .job-wrapper .item .caption {
    font-size: var(--fs18);
    line-height: 0.44rem;
    margin-bottom: 0.1rem;
  }
  .job-wrapper .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.08rem;
  }
  .job-wrapper .other span {
    line-height: 0.4rem;
    padding-right: 0.16rem;
    margin-right: 0.12rem;
  }
  .job-wrapper .other span:after {
    height: 0.2rem;
    margin-top: -0.1rem;
  }
  .job-wrapper .detail {
    padding: 0.48rem 0.3rem;
  }
  .job-wrapper .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
    margin-bottom: 0.6rem;
  }
  .job-wrapper .index-more {
    width: 1.9rem;
  }
  .job-wrapper .icon {
    margin-top: -0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    border-width: 1px;
  }
  .job-wrapper .icon i {
    width: 30%;
    height: 30%;
  }
  .job-wrapper .tips {
    font-size: var(--fs14);
    line-height: 0.36rem;
    margin-bottom: 0.4rem;
  }
  .job-wrapper .tips a {
    font-size: var(--fs14);
  }
  .about-wrapper .top {
    margin-bottom: 0.48rem;
  }
  .about-wrapper .top .page-title {
    margin-bottom: 0.1rem;
  }
  .about-wrapper .top .brief {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .about-wrapper .box-1 .box-container {
    display: block;
    border-width: 1px;
    padding-top: 0.8rem;
  }
  .about-wrapper .box-1 .page-title {
    width: 100%;
  }
  .about-wrapper .box-1 .main {
    width: 100%;
  }
  .about-wrapper .box-1 .content {
    font-size: var(--fs15);
    line-height: 0.44rem;
  }
  .about-wrapper .data {
    margin-top: 0.8rem;
  }
  .about-wrapper .data p {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin-top: 0.08rem;
  }
  .about-wrapper .box-2 {
    min-height: inherit;
    display: block;
  }
  .about-wrapper .box-2 ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .about-wrapper .box-2 ul li {
    width: 48%;
    margin-top: 0.6rem;
  }
  .about-wrapper .box-2 ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .about-wrapper .box-2 .icon {
    width: 1rem;
    height: 1rem;
  }
  .about-wrapper .box-2 .info {
    line-height: 0.4rem;
  }
  .about-wrapper .box-2 h6 {
    font-size: var(--fs18);
    margin: 0.38rem auto 0.1rem;
  }
  .about-wrapper .box-2 p {
    font-size: var(--fs14);
  }
  .about-wrapper .box-3 .swiper-box {
    padding: 0 0.3rem;
  }
  .about-wrapper .box-3 .swiper-container {
    padding: 0;
  }
  .about-wrapper .box-3 .swiper-slide {
    width: 100%;
    border-width: 1px;
    padding-top: 0.48rem;
  }
  .about-wrapper .box-3 .inner {
    display: block;
  }
  .about-wrapper .box-3 .pic {
    width: 100%;
    margin-top: 0.6rem;
  }
  .about-wrapper .box-3 .info {
    width: 100%;
    padding-right: 0;
  }
  .about-wrapper .box-3 .info li {
    margin-bottom: 0.2rem;
    line-height: 0.4rem;
  }
  .about-wrapper .box-3 .info p,
  .about-wrapper .box-3 .info .tit {
    font-size: var(--fs16);
  }
  .about-wrapper .box-3 .year {
    font-size: var(--fs48);
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .about-wrapper .box-4 .main {
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .about-wrapper .box-4 .info-box {
    width: 100%;
    height: 5rem;
    padding-left: 0.4rem;
    margin-top: 0.6rem;
  }
  .about-wrapper .box-4 .info-box li {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-bottom: 0.24rem;
  }
  .about-wrapper .box-4 .pic-box {
    width: 100%;
  }
  .about-wrapper .box-4 .pic {
    padding: 0.36rem 0;
  }
  .about-wrapper .box-4 .pic img {
    height: 4rem;
  }
  .about-wrapper .box-4 .caption {
    font-size: var(--fs24);
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
  }
  .about-wrapper .box-4 .caption img {
    width: 0.3rem;
    margin-right: 0.2rem;
  }
  .about-wrapper .box-5 .swiper-slide {
    width: 30%;
  }
  .about-wrapper .box-5 .pic img {
    height: 1.1rem;
  }
  .about-wrapper .box-6 .swiper-slide {
    width: 5.2rem;
  }
  .about-wrapper .box-6 figcaption {
    padding: 0 0.2rem;
    font-size: var(--fs16);
    line-height: 0.4rem;
    bottom: 0.2rem;
  }
  .about-wrapper .box-6 .swiper-pagination-progressbar {
    height: 3px;
    width: 5.2rem;
    margin-left: -2.6rem;
  }
  .about-wrapper .box-7 {
    background-attachment: inherit;
    min-height: inherit;
  }
  .about-wrapper .box-7 .info {
    width: 65%;
  }
  .about-wrapper .box-7 .page-title {
    margin-bottom: 0.4rem;
  }
  .about-wrapper .box-7 .content {
    height: 3.24rem;
    overflow-y: auto;
    padding-right: 0.2rem;
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .about-wrapper .box-7 .content::-webkit-scrollbar {
    width: 2px;
    background-color: #fff;
  }
  .about-wrapper .box-7 .content::-webkit-scrollbar-thumb {
    background-color: #284179;
  }
  .about-wrapper .swiperbtn a,
  .about-wrapper .ibutton {
    width: 10px;
    height: 16px;
  }
  .about-wrapper .ibutton {
    margin-top: -8px;
  }
  .about-wrapper .ibutton.prev {
    left: 0.3rem;
  }
  .about-wrapper .ibutton.next {
    right: 0.3rem;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 1.2rem;
}
.pageNum a {
  display: inline-block;
  color: #6c6c6d;
  font-size: var(--fs16);
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-radius: 50%;
  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: 0.1rem;
}
.pageNum .prev {
  background-image: url(../img/i-left5.png);
}
.pageNum .prev:hover {
  background-image: url(../img/i-left4.png);
}
.pageNum .next {
  background-image: url(../img/i-right5.png);
}
.pageNum .next:hover {
  background-image: url(../img/i-right4.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);
  }
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
}
.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);
  }
}
.mask,
.video-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.mask {
  width: 100%;
  z-index: 31;
  background-color: rgba(0, 0, 0, 0.66);
}
.video-modal {
  z-index: 32;
}
.video-modal.before {
  z-index: -1;
}
.video-modal .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: 100%!important;
  height: 100%;
}
.video-modal .w1200 {
  text-align: center;
}
.video-modal .w1200 video {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  max-height: 80vh;
  width: auto;
}
.video-modal .box {
  position: relative;
  display: inline-block;
}
.video-modal .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: -0.4rem;
  z-index: 10;
  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;
}
.video-modal .close:hover {
  transform: rotate(90deg);
}
.video-modal iframe {
  width: 12rem;
  height: 80vh;
}
@media screen and (max-width: 1004px) {
  .video-modal .w1200 video {
    max-height: 90vh;
  }
  .video-modal .close {
    width: 0.36rem;
    height: 0.36rem;
    top: -0.6rem;
  }
  .video-modal iframe {
    width: 90vw;
    height: 40vh;
  }
}
@keyframes iconScale2 {
  from {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
    opacity: 0;
  }
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
}
.intl-tel-input .selected-flag .iti-arrow {
  content: "";
  border: 6px solid transparent;
  border-top-color: #000;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 48px;
  width: 0;
  height: 0;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}
.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country-list .country {
  padding: 8px 10px;
  cursor: pointer;
}
.intl-tel-input .country-list .country:hover {
  background: #e0edff;
}
.intl-tel-input .country-list .country .dial-code {
  color: #999;
  font-size: 14px;
}
.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag-box {
  vertical-align: middle;
}
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag-box {
  font-size: 14px;
  margin-right: 6px;
}
.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=tel],
.intl-tel-input.separate-dial-code input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
  height: 55px;
  border: 1px solid #ccc;
  width: 522px;
  padding-left: 60px;
  box-sizing: border-box;
  line-height: normal;
}
.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
  width: 86px;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 60px;
}
.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag:hover {
  outline: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
  display: table;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 8;
  padding: 1px;
}
.iti-flag.be {
  width: 18px;
}
.iti-flag.ch {
  width: 15px;
}
.iti-flag.mc {
  width: 19px;
}
.iti-flag.ne {
  width: 18px;
}
.iti-flag.np {
  width: 13px;
}
.iti-flag.va {
  width: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}
.iti-flag.ac {
  height: 10px;
  background-position: 0 0;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0;
}
.iti-flag.be {
  height: 15px;
  background-position: -440px 0;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0;
}
.iti-flag.ch {
  height: 15px;
  background-position: -944px 0;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0;
}
.iti-flag.np {
  height: 15px;
  background-position: -3796px 0;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0;
}
.iti-flag.va {
  height: 15px;
  background-position: -5307px 0;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0;
}
.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(../img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx), only screen and (min-resolution: 192dpi) {
  .iti-flag {
    background-image: url(//o3pvuu23u.qnssl.com/img/flags@2x.png);
  }
}
.iti-flag.np {
  background-color: transparent;
}
.sidebar {
  position: fixed;
  right: 0.3rem;
  bottom: 10%;
  z-index: 20;
}
.sidebar li {
  position: relative;
  list-style: none;
  margin-bottom: 0.15rem;
}
.sidebar li:last-child {
  margin-bottom: 0;
}
.sidebar li:hover > a i {
  opacity: 1;
  visibility: visible;
}
.sidebar li:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.sidebar li > a {
  position: relative;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}
.sidebar li > a i {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.sidebar li > a i:before,
.sidebar li > a i:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(40, 65, 121, 0.4);
}
.sidebar li > a i:before {
  animation: iconAni 3s 0.75s infinite ease;
}
.sidebar li > a i:after {
  animation: iconAni 3s 1.5s infinite ease;
}
.sidebar li > a img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 10;
}
.sidebar .hidebox {
  background: #fff;
  position: absolute;
  right: calc(100% + 0.1rem);
  top: 0;
  z-index: 10;
  line-height: 0.6rem;
  width: 2.6rem;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transform: translateX(0.2rem);
  -webkit-transform: translateX(0.2rem);
  -moz-transform: translateX(0.2rem);
  -ms-transform: translateX(0.2rem);
  -o-transform: translateX(0.2rem);
}
.sidebar .hidebox:after {
  content: "";
  border: 6px solid transparent;
  border-left-color: #fff;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -6px;
  z-index: 10;
}
.sidebar .hidebox a {
  display: inline-block;
  padding: 0 0.2rem;
  font-size: var(--fs24);
  font-family: "mm";
}
@media screen and (max-width: 1024px) {
  .sidebar li {
    margin-bottom: 0.2rem;
  }
  .sidebar li > a {
    width: 0.8rem;
    height: 0.8rem;
  }
  .sidebar .hidebox {
    right: calc(100% + 0.2rem);
    line-height: 0.8rem;
    width: 4rem;
  }
  .sidebar .hidebox:after {
    border-width: 5px;
    right: -10px;
    margin-top: -5px;
  }
  .sidebar .hidebox a {
    padding: 0 0.3rem;
  }
}
@keyframes iconAni {
  0% {
    transform: scale(0.4);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.icv {
  position: relative;
  overflow: hidden;
  cursor: row-resize;
}
.icv__icv--vertical {
  cursor: row-resize;
}
.icv__icv--horizontal {
  cursor: col-resize;
}
.icv__img {
  pointer-events: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: none;
  width: 100%;
  top: 0;
  display: block;
}
.icv__is--fluid .icv__img {
  display: none;
}
.icv__img-a {
  height: auto;
  position: static;
  z-index: 1;
  left: 0px;
}
.icv__img-b {
  height: 100%;
  position: absolute;
  z-index: 2;
  left: auto;
  right: 0px;
  width: auto;
}
.icv__icv--vertical .icv__img-b {
  width: 100%;
  height: auto;
}
.icv__imposter {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.icv__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}
.icv__is--fluid .icv__wrapper,
.icv__icv--vertical .icv__wrapper {
  width: 100% !important;
}
.icv__is--fluid .icv__wrapper,
.icv__icv--horizontal .icv__wrapper {
  height: 100% !important;
}
.icv__fluidwrapper {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icv__control {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  top: 0px;
  z-index: 5;
}
.icv__icv--vertical .icv__control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 0;
  width: 100%;
}
.icv__control-line {
  height: 50%;
  width: 2px;
  z-index: 6;
}
.icv__icv--vertical .icv__control-line {
  width: 50%;
}
.icv__theme-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  z-index: 5;
}
.icv__icv--vertical .icv__theme-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.icv__arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
.icv__arrow-wrapper svg {
  filter: none!important;
}
.icv__arrow-a {
  -webkit-transform: scale(1.5) rotateZ(180deg);
  transform: scale(1.5) rotateZ(180deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.5));
}
.icv__arrow-b {
  -webkit-transform: scale(1.5) rotateZ(0deg);
  transform: scale(1.5) rotateZ(0deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.5));
}
.icv__circle {
  width: 26px;
  height: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  background: #fff;
  flex-shrink: 0;
  border-radius: 999px;
}
.icv__theme-wrapper .icv__arrow-wrapper {
  position: relative;
  display: none;
}
.icv__theme-wrapper .icv__arrow-wrapper:first-child {
  left: 4px;
}
.icv__theme-wrapper .icv__arrow-wrapper:last-child {
  left: -4px;
}
@media screen and (max-width: 1024px) {
  .icv__circle {
    width: 18px;
    height: 18px;
  }
}
