.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.light {
  font-family: "light";
}
.regular {
  font-family: "regular";
}
.medium {
  font-family: "medium";
}
.bg {
  background-image: linear-gradient(90deg, #ea5405 0%, #f8944c 100%), linear-gradient(#ea5405, #ea5405);
  background-blend-mode: normal, 
		normal;
}
.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;
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 15.36rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "hm";
  src: url('../fonts/harmonyos_sans_medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hr";
  src: url('../fonts/harmonyos_sans_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: "light";
  src: url('../fonts/Montserrat-Light.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "medium";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.header-wrapper {
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 0.6rem;
  background-color: #fff;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.5rem;
  border-bottom: 1px solid rgba(138, 135, 134, 0.3);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper .logo-box {
  width: 9.57%;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  display: block;
  width: 100%;
  height: 0.8rem;
  object-fit: contain;
  object-position: left center;
}
.header-wrapper .logo-box img.on {
  display: none;
}
.header-wrapper .search-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 */
  align-items: center;
  height: 100%;
  /* input placeholder  */
}
.header-wrapper .search-box .text {
  width: 100%;
  height: 0.46rem;
  font-size: var(--fs15);
  line-height: 0.46rem;
  padding: 0 0.6rem 0 0.2rem;
  background-color: transparent;
  color: #666;
}
.header-wrapper .search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  font-size: var(--fs15);
}
.header-wrapper .search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  font-size: var(--fs15);
}
.header-wrapper .search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  font-size: var(--fs15);
}
.header-wrapper .search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  font-size: var(--fs15);
}
.header-wrapper .form {
  width: 4rem;
  background-color: #f8f8f8;
  position: absolute;
  right: 0;
  top: 100%;
  bottom: auto;
  z-index: 10;
  padding: 0.1rem 0.2rem;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  display: none;
}
.header-wrapper .search,
.header-wrapper .submit {
  z-index: 10;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.header-wrapper .search {
  position: relative;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background-color: #ea5405;
  background-image: url(../images/search.png);
  background-size: 0.16rem;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-wrapper .submit {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  margin-top: -8px;
  z-index: 10;
  background-image: url(../images/search2.png);
  background-size: 16px;
  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;
}
.nav-icon {
  position: fixed;
  width: 0.8rem;
  height: 0.8rem;
  background: #ea5405;
  cursor: pointer;
  left: 0;
  top: 0;
  z-index: 54;
  display: none;
}
.nav-icon .inner {
  position: relative;
  width: 30px;
  height: 23px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.nav-icon.on span {
  width: 30px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-icon.on span:before {
  top: 0;
  opacity: 0;
  transition: top 0.3s ease-out, opacity 0.3s 0.14s ease-out;
}
.nav-icon.on span:after {
  bottom: 0;
  width: 30px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.3s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.3s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.3s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-icon span {
  width: 25px;
  top: 50%;
  margin-top: -0.15px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.nav-icon span:before,
.nav-icon span:after {
  content: "";
}
.nav-icon span:before {
  top: -10px;
  width: 30px;
  transition: top 0.3s 0.34s ease-in, opacity 0.3s ease-in;
}
.nav-icon span:after {
  width: 20px;
  bottom: -10px;
  transition: bottom 0.3s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.3s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.3s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.nav-icon span,
.nav-icon span:before,
.nav-icon span:after {
  height: 3px;
  background-color: #fff;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.pc-nav-box {
  margin: 0 1rem;
  flex: 1;
}
.pc-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 */
  list-style: none;
  justify-content: center;
}
.pc-nav-box li {
  position: relative;
  margin-right: 0.5rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover > a,
.pc-nav-box li.on > a {
  color: red;
}
.pc-nav-box li:hover > a:after,
.pc-nav-box li.on > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box li > a {
  position: relative;
  display: block;
  line-height: 0.8rem;
  font-size: var(--fs18);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  text-align: center;
}
.pc-nav-box li > a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, red 0%, red 100%), linear-gradient(red, red);
  background-blend-mode: normal, 
		normal;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  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;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.pc-nav-box a {
  display: block;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pc-nav-box .nav {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: -1;
  width: 220px;
  margin-left: -110px;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 0.2rem 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pc-nav-box .nav a {
  display: block;
  padding: 0 0.2rem;
  font-size: var(--fs16);
  line-height: 0.26rem;
  margin-bottom: 0.15rem;
  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;
  text-transform: capitalize;
}
.pc-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.pc-nav-box .nav a:hover {
  color: #ea5405;
}
.pc-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.pc-nav-box .nav span {
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  background-image: url(../images/line.jpg);
  transition: background-size 0.7s ease;
}
.footer-wrapper {
  position: relative;
  padding: 0.9rem 0 0.52rem;
  background-color: #434343;
}
.footer-wrapper:after {
  content: "";
  border: 1.2rem solid transparent;
  border-right-color: #434343;
  position: absolute;
  right: 0;
  top: -0.7rem;
  z-index: 1;
  border-top-width: 0.7rem;
  border-bottom-width: 0.7rem;
}
.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 .box-2 {
  margin-top: 1.46rem;
}
.footer-wrapper .copyright,
.footer-wrapper .author {
  line-height: 24px;
  font-family: "hr";
}
.footer-wrapper .copyright a,
.footer-wrapper .author a {
  font-family: "hr";
  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,
.footer-wrapper .author a:hover {
  color: #fff;
}
.footer-wrapper .copyright {
  color: #fff;
  width: 30%;
}
.footer-wrapper .author,
.footer-wrapper .author a {
  color: #999;
}
.footer-wrapper .logo {
  width: 67%;
  display: block;
}
.footer-wrapper .logo img {
  display: block;
  width: 100%;
}
.footer-wrapper .other {
  width: 24%;
  padding-top: 0.2rem;
}
.footer-nav-box {
  width: 71%;
}
.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 */
}
.footer-nav-box li {
  width: 25%;
  list-style: none;
  padding-right: 0.2rem;
}
.footer-nav-box li:last-child {
  padding-right: 0;
}
.footer-nav-box li > a,
.footer-nav-box li .caption {
  color: #fff;
  font-size: var(--fs18);
  font-family: "mb";
  line-height: 0.36rem;
  margin-bottom: 0.12rem;
}
.footer-nav-box a {
  display: block;
}
.footer-nav-box a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box span {
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  background-image: url(../images/line2.jpg);
  transition: background-size 0.7s ease;
}
.footer-nav-box .desc,
.footer-nav-box .nav a {
  font-family: "light";
  color: #fff;
  line-height: 0.3rem;
}
.share {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-top: 0.35rem;
}
.share a {
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-right: 0.1rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.share a:last-child {
  margin-right: 0;
}
.share a:first-child .hidebox {
  left: -0.3rem;
  margin-left: 0;
}
.share a:first-child .hidebox:after {
  margin-left: -0.3rem;
}
.share a.active {
  background-color: #fff;
}
.share a.active:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.share a.active .init {
  opacity: 0;
  visibility: hidden;
}
.share a.active .on {
  opacity: 1;
  visibility: visible;
}
.share a.active .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.share a:before,
.share a:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 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;
}
.share a:before {
  z-index: 0;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
}
.share a:after {
  z-index: 1;
}
.share a > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.share .on {
  opacity: 0;
  visibility: hidden;
}
.share .hidebox {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.2rem);
  margin-left: -0.7rem;
  width: 1.4rem;
  background-color: #fff;
  padding: 3px;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.share .hidebox:after {
  content: "";
  border: 0.08rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: -0.16rem;
  margin-left: -0.08rem;
  z-index: 10;
  border-top-color: #fff;
}
.share .hidebox img {
  display: block;
  width: 100%;
}
.index-banner-wrapper:hover .swiper-btn.prev {
  left: 0.5rem;
}
.index-banner-wrapper:hover .swiper-btn.next {
  right: 0.5rem;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .info-2 .name,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .info-2 .brief,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .info-2 .desc,
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .info-2 .size {
  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 .info .box-container {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.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 .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;
  z-index: 10;
}
.index-banner-wrapper .info-1 {
  top: 1.78rem;
  text-align: center;
  width: 100%;
  left: 0;
  text-transform: uppercase;
}
.index-banner-wrapper .info-1 .box-container {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  opacity: 0;
  visibility: hidden;
  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;
}
.index-banner-wrapper .info-1 h2 {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-family: "mb";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(166deg, #aeaeae, #737373, #000);
}
.index-banner-wrapper .info-1 .desc {
  font-size: var(--fs48);
  color: #323232;
  line-height: 0.48rem;
  font-family: "mb";
  margin-top: 2px;
}
.index-banner-wrapper .info-2 {
  width: 37%;
  right: 1.47rem;
  top: 23.84%;
}
.index-banner-wrapper .info-2 .name,
.index-banner-wrapper .info-2 .brief,
.index-banner-wrapper .info-2 .size,
.index-banner-wrapper .info-2 .desc {
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition-delay: 0.35s;
}
.index-banner-wrapper .info-2 .name,
.index-banner-wrapper .info-2 .brief {
  transform: translateX(-3rem);
  -webkit-transform: translateX(-3rem);
  -moz-transform: translateX(-3rem);
  -ms-transform: translateX(-3rem);
  -o-transform: translateX(-3rem);
}
.index-banner-wrapper .info-2 .size,
.index-banner-wrapper .info-2 .desc {
  transform: translateX(3rem);
  -webkit-transform: translateX(3rem);
  -moz-transform: translateX(3rem);
  -ms-transform: translateX(3rem);
  -o-transform: translateX(3rem);
}
.index-banner-wrapper .info-2 .name {
  font-size: 1rem;
  line-height: 1rem;
  font-family: "mb";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(30deg, #ea5405, #f8934b);
}
.index-banner-wrapper .info-2 .brief {
  font-size: var(--fs36);
  color: #fff;
  line-height: 0.62rem;
  margin: 0.1rem auto 0.2rem;
}
.index-banner-wrapper .info-2 .size {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.22);
  line-height: 0.6rem;
  font-family: "hm";
  text-transform: uppercase;
}
.index-banner-wrapper .info-2 .desc {
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  font-family: "hr";
  margin-top: 0.27rem;
}
.index-banner-wrapper .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.index-banner-wrapper .swiper-pagination-bullet svg {
  width: 0.38rem;
  height: 0.38rem;
  position: absolute;
  top: 50%;
  margin-top: -0.19rem;
  left: 50%;
  margin-left: -0.19rem;
}
.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.index-banner-wrapper .swiper-pagination-bullet {
  fill: none;
}
.index-banner-wrapper .circle-chart__circle {
  stroke-linecap: square;
  fill: none;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
  stroke: rgba(255, 255, 255, 0.2);
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: square;
  fill: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -moz-transform-origin: center;
}
.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 3.8s linear reverse;
  -moz-animation: circle-chart-fill 3.8s linear reverse;
  -webkit-animation: circle-chart-fill 3.8s linear reverse;
  -ms-animation: circle-chart-fill 3.8s linear reverse;
}
.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
  animation: circle-chart-fill 2.4s linear reverse;
  -moz-animation: circle-chart-fill 2.4s linear reverse;
  -webkit-animation: circle-chart-fill 2.4s linear reverse;
  -ms-animation: circle-chart-fill 2.4s linear reverse;
}
.index-banner-wrapper .swiper-pagination {
  bottom: 0.64rem;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.17rem;
  opacity: 1;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
  outline: none;
}
.index-banner-wrapper .swiper-btn {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.index-banner-wrapper .swiper-btn i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  background-size: 0.23rem;
}
.index-banner-wrapper .swiper-btn.prev i {
  background-image: url(../images/ni-prev2.png);
}
.index-banner-wrapper .swiper-btn.prev:hover i {
  background-image: url(../images/ni-prev2.png);
}
.index-banner-wrapper .swiper-btn.next i {
  background-image: url(../images/ni-next2.png);
}
.index-banner-wrapper .swiper-btn.next:hover i {
  background-image: url(../images/ni-next2.png);
}
.index-title-box {
  margin-bottom: 0rem;
}
.index-title-box.white h2 {
  color: #fff;
}
.index-title-box.center {
  text-align: center;
}
.index-title-box.center .line {
  margin-left: auto;
  margin-right: auto;
}
.index-title-box h2 {
  font-size: var(--fs48);
  color: #000;
  font-family: "mb";
  text-transform: none;
  line-height: 0.48rem;
}
.index-title-box .line {
  width: 0.36rem;
  height: 0.05rem;
  background-color: #ea5405;
  border-radius: 3px;
  margin-top: 0.2rem;
}
.index-more {
  display: block;
  background-image: linear-gradient(90deg, #ea5405 0%, #f8944c 100%), linear-gradient(#ea5405, #ea5405);
  background-blend-mode: normal, 
		normal;
  width: 1.74rem;
  line-height: 0.5rem;
  border-radius: 25px;
  font-weight: 700;
  text-align: center;
  font-size: var(--fs16);
  color: #fff;
}
.index-more:hover {
  background: #ea5405;
}
.index-more:hover i {
  transform: translateX(0.1rem);
  -webkit-transform: translateX(0.1rem);
  -moz-transform: translateX(0.1rem);
  -ms-transform: translateX(0.1rem);
  -o-transform: translateX(0.1rem);
}
.index-more i {
  display: inline-block;
  width: 0.2rem;
  height: 0.18rem;
  background-image: url(../images/iright.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 0.15rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-1 {
  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;
}
.index-box-1.animated:before {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.index-box-1:before {
  content: "";
  width: 1.55rem;
  height: 2.76rem;
  background-image: url(../images/indexbg.png);
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateY(-3rem);
  -webkit-transform: translateY(-3rem);
  -moz-transform: translateY(-3rem);
  -ms-transform: translateY(-3rem);
  -o-transform: translateY(-3rem);
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition-delay: 0.2s;
}
.index-box-1 .info-box {
  width: 45.3125%;
  padding-top: 1.76rem;
  padding-left: calc((100% - 15.36rem) / 2);
}
.index-box-1 .info-box h1 {
  position: relative;
  z-index: 11;
  font-size: var(--fs48);
  color: #ea5405;
  line-height: 0.48rem;
  font-family: "medium";
  margin-bottom: 0.33rem;
}
.index-box-1 .index-title-box {
  position: relative;
  z-index: 11;
}
.index-box-1 .content {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  margin-bottom: 0.68rem;
  height: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  font-family: "hr";
  position: relative;
  z-index: 11;
}
.index-box-1 .video-box {
  width: 45.052%;
}
.index-box-1 .video-box:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-1 .video-box:before,
.index-box-1 .video-box:after {
  content: "";
  width: 2.22rem;
  height: 1.3rem;
  z-index: 1;
  position: absolute;
  left: 0;
  z-index: 10;
}
.index-box-1 .video-box:before {
  top: 0;
  background-image: linear-gradient(to left top, transparent 50%, #fff 0);
}
.index-box-1 .video-box:after {
  bottom: 0;
  background-image: linear-gradient(to left bottom, transparent 50%, #fff 0);
}
.index-box-1 .en {
  position: absolute;
  left: 9.0625%;
  top: 31%;
  z-index: 10;
  width: 65.314%;
}
.index-box-1 .en .pc {
  display: block;
}
.index-box-1 .en .phone {
  display: none;
}
.index-box-2 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  position: relative;
  padding-top: 1.76rem;
  padding-bottom: 0.73rem;
  background-color: #f7f7f7;
}
.index-box-2 .decoration {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-box-2 .decoration:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2.54rem;
  height: 1.48rem;
  z-index: 1;
  background-image: linear-gradient(to right top, transparent 50%, #f7f7f7 0);
}
.index-box-2 .other {
  position: relative;
  width: 30%;
  padding-left: calc((100% - 15.36rem) / 2);
  padding-right: 0.3rem;
  z-index: 10;
  height: 100%;
}
.index-box-2 .index-title-box {
  margin-bottom: 1.54rem;
}
.index-box-2 .cat {
  font-size: 0;
}
.index-box-2 .cat a {
  display: block;
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.3rem;
  text-transform: uppercase;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  margin-bottom: 0.4rem;
}
.index-box-2 .cat a:last-child {
  margin-bottom: 0;
}
.index-box-2 .cat a.on {
  color: #ea5405;
}
.index-box-2 .cat a.on span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.index-box-2 .cat span {
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  background-image: url(../images/line.jpg);
  transition: background-size 0.7s ease;
}
.index-box-2 .item {
  position: relative;
  display: none;
  padding-top: 0.8rem;
}
.index-box-2 .swiper-box {
  width: 70%;
  z-index: 10;
}
.index-box-2 .swiper-container {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.2rem;
  margin-left: -0.2rem;
}
.index-box-2 .swiper-slide {
  width: 33.48%;
  background-color: #fff;
  box-shadow: 2px 3px 29px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 0.42rem;
}
.index-box-2 .swiper-slide:hover .title {
  color: #ea5405;
}
.index-box-2 .swiper-slide .pic img {
  height: 4.5rem;
  object-fit: contain;
}
.index-box-2 .swiper-slide .title {
  font-size: var(--fs24);
  color: #3e3938;
  text-align: center;
  font-family: "mb";
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-2 .swiperbtn {
  font-size: 0;
  position: absolute;
  right: 1.92rem;
  top: -0.24rem;
  z-index: 10;
}
.index-box-2 .swiperbtn a {
  position: relative;
  display: inline-block;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06);
  margin-right: 0.3rem;
}
.index-box-3 {
  padding: 0.6rem 0;
}
.index-box-4 {
  padding: 1.1rem 0;
}
.index-box-4 {
  background: url(../images/index4bg.jpg) no-repeat center center;
  background-size: cover;
}
.index-box-4 .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-4 .item {
  width: calc((100% - 0.74rem) / 3);
  margin-right: 0.37rem;
}
.index-box-4 .item:last-child {
  margin-right: 0;
}
.index-box-4 .item:hover .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.56);
  -webkit-transform: scale(0.56);
  -moz-transform: scale(0.56);
  -ms-transform: scale(0.56);
  -o-transform: scale(0.56);
}
.index-box-4 .item: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-4 .item:hover .pic {
  background-color: #000;
}
.index-box-4 .item:hover .pic img {
  visibility: visible;
  opacity: 0.5;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-4 .item:hover .title {
  color: #fff;
}
.index-box-4 .item a {
  position: relative;
  display: block;
}
.index-box-4 .picbox {
  position: relative;
  width: 100%;
  height: 5.62rem;
  overflow: hidden;
  transform: rotate(120deg);
}
.index-box-4 .img,
.index-box-4 .pic {
  width: 100%;
  height: 100%;
}
.index-box-4 .img {
  transform: rotate(-60deg);
  overflow: hidden;
}
.index-box-4 .pic {
  transform: rotate(-60deg);
  background-color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-4 .pic img {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  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;
}
.index-box-4 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 1.76rem 0.3rem 0;
}
.index-box-4 .info .line {
  width: 0.36rem;
  height: 0.05rem;
  background-color: #ea5405;
  border-radius: 3px;
  margin: 0 auto;
}
.index-box-4 .icon {
  width: 0.58rem;
  height: 0.58rem;
  margin: 0 auto;
  position: relative;
}
.index-box-4 .icon img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  transition-delay: 0.15;
}
.index-box-4 .icon .on {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
}
.index-box-4 .title {
  font-size: var(--fs30);
  color: #999;
  font-family: "mb";
  line-height: 0.3rem;
  text-transform: uppercase;
  margin: 0.32rem auto 0.37rem;
}
.swiperbtn a,
.swiper-btn {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.swiperbtn a:last-child,
.swiper-btn:last-child {
  margin-right: 0;
}
.swiperbtn a:before,
.swiper-btn:before,
.swiperbtn a:after,
.swiper-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 1;
  width: 100%;
  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;
}
.swiperbtn a:before,
.swiper-btn:before {
  border: solid 2px #fff;
}
.swiperbtn a:after,
.swiper-btn:after {
 
  background-blend-mode: normal, 
		normal;
  opacity: 0;
  visibility: hidden;
}
.swiperbtn a:hover:before,
.swiper-btn:hover:before {
  opacity: 0;
  visibility: hidden;
}
.swiperbtn a:hover:after,
.swiper-btn:hover:after {
  opacity: 1;
  visibility: visible;
}
.swiperbtn a i,
.swiper-btn i {
  position: relative;
  z-index: 2;
  display: block;
  width: 0.13rem;
  height: 100%;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.swiperbtn a.prev:hover i,
.swiper-btn.prev:hover i {
  background-image: url(../images/i-prev2.png);
}
.swiperbtn a.prev i,
.swiper-btn.prev i {
  background-image: url(../images/i-prev2.png);
}
.swiperbtn a.next:hover i,
.swiper-btn.next:hover i {
  background-image: url(../images/i-next2.png);
}
.swiperbtn a.next i,
.swiper-btn.next i {
  background-image: url(../images/i-next2.png);
}
.swiper-btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 1.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;
}
.swiper-btn.white {
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.swiper-btn.white:before {
  display: none;
}
.swiper-btn.prev {
  left: -0.9rem;
}
.swiper-btn.next {
  right: -0.9rem;
}
.page-banner-wrapper {
  position: relative;
  z-index: 0;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.page-banner-wrapper .info.center .box-container {
  text-align: center;
}
.page-banner-wrapper .info.center .box-container .line {
  margin-left: auto;
  margin-right: auto;
}
.page-banner-wrapper h1 {
  color: #fff;
  font-size: var(--fs48);
  line-height: 0.48rem;
  font-family: "mb";
  text-transform: uppercase;
}
.page-banner-wrapper .line {
  width: 0.36rem;
  height: 0.05rem;
  background-color: #ea5405;
  border-radius: 3px;
  margin-top: 0.2rem;
}
.breadcrumb-box {
  margin-top: 0.24rem;
}
.breadcrumb-box a,
.breadcrumb-box span {
  display: inline-block;
  line-height: 0.3rem;
}
.breadcrumb-box a,
.breadcrumb-box span {
  font-size: var(--fs18);
  color: #666;
  font-family: "hr";
  margin-right: 0.04rem;
}
.breadcrumb-box 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;
  margin-right: 0.06rem;
}
.breadcrumb-box span:last-child {
  margin-right: 0;
}
.breadcrumb-box span.active,
.breadcrumb-box a:hover {
  color: #ea5405;
}
.page-box {
  padding: 0.38rem 0 1.55rem;
}
.page-title {
  font-size: var(--fs48);
  color: #ea5405;
  line-height: 0.48rem;
  font-family: "medium";
  margin-bottom: 0.88rem;
  text-transform: uppercase;
  font-weight: 700;
}
.page-title-box {
  margin-bottom: 0.76rem;
}
.page-title-box h2 {
  font-size: var(--fs48);
  color: #ea5405;
  font-family: "medium";
  line-height: 0.48rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}
.page-title-box .brief {
  font-size: var(--fs18);
  line-height: 0.3rem;
}
.contact-wrapper {
  position: relative;
  padding-bottom: 0!important;
}
.contact-wrapper.animated:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.contact-wrapper:after {
  content: "";
  width: 18.6%;
  height: 4.26rem;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/contactbg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0.1rem;
  z-index: -1;
  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.5s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.contact-wrapper .page-title {
  margin-bottom: 0.45rem;
}
.contact-wrapper .box-1 .list {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-wrapper .box-1 .item {
  position: relative;
  width: 46.55%;
  line-height: 0.3rem;
  margin-top: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contact-wrapper .box-1 .item:before {
  content: "";
  left: -0.24rem;
  top: -0.2rem;
  width: calc(100% + 0.48rem);
  height: calc(100% + 0.4rem);
  position: absolute;
  background-image: url(../images/anglebg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.contact-wrapper .box-1 .item.on:before {
  background-image: url(../images/anglebg2.png);
}
.contact-wrapper .box-1 .item:nth-child(-n+2) {
  margin-top: 0;
}
.contact-wrapper .box-1 .inner {
  position: relative;
  z-index: 10;
  padding: 0.55rem 0.4rem 0.44rem 0.8rem;
}
.contact-wrapper .box-1 .title {
  font-size: var(--fs18);
  font-weight: 700;
  color: #ea5405;
}
.contact-wrapper .box-1 .title img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.06rem;
  position: relative;
  top: -1px;
  width: 0.2rem;
}
.contact-wrapper .box-1 .desc {
  font-size: var(--fs18);
  color: #656565;
  min-height: 0.9rem;
  margin-top: 0.15rem;
}
.contact-wrapper .box-2 {
  margin-top: 1rem;
}
.contact-wrapper .box-2 .map {
  position: relative;
  height: 4.76rem;
  overflow: hidden;
  display: none;
}
.contact-wrapper .box-2 .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-wrapper .contact {
  margin-bottom: 0.6rem;
}
.contact-wrapper .contact ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.contact-wrapper .contact li,
.contact-wrapper .contact li a {
  font-size: var(--fs18);
  color: #666;
}
.contact-wrapper .contact li {
  position: relative;
  list-style: none;
  margin-right: 0.35rem;
  line-height: 0.3rem;
}
.contact-wrapper .contact li:nth-child(-n+2) {
  margin-right: 1.14rem;
}
.contact-wrapper .contact li:last-child {
  margin-right: 0;
}
.contact-wrapper .contact li.active .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.contact-wrapper .contact li b {
  color: #333;
  margin-left: 0.2rem;
}
.contact-wrapper .contact li img {
  vertical-align: middle;
}
.contact-wrapper .contact li:nth-child(3) .hidebox {
  left: -0.3rem;
  margin-left: 0;
}
.contact-wrapper .contact li:nth-child(3) .hidebox:after {
  margin-left: -0.3rem;
}
.contact-wrapper .contact li.active .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.contact-wrapper .contact .hidebox {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.2rem);
  margin-left: -0.7rem;
  width: 1.4rem;
  background-color: #fff;
  padding: 3px;
  border-radius: 5px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  -moz-transform: translateY(0.2rem);
  -ms-transform: translateY(0.2rem);
  -o-transform: translateY(0.2rem);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact-wrapper .contact .hidebox:after {
  content: "";
  border: 0.08rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: -0.16rem;
  margin-left: -0.08rem;
  z-index: 10;
  border-top-color: #fff;
}
.contact-wrapper .contact .hidebox img {
  display: block;
  width: 100%;
}
.partner-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.partner-wrapper .page-title {
  width: 100%;
}
.partner-wrapper .info {
  width: 50.13%;
}
.partner-wrapper .content {
  font-size: var(--fs18);
  line-height: 0.32rem;
}
.partner-wrapper .pic {
  width: 45.96%;
}
.download-wrapper .list li {
  position: relative;
  height: 0.8rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin-bottom: 0.2rem;
  line-height: 0.36rem;
  background-color: #f7f7f7;
  padding-right: 1.06rem;
  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;
}
.download-wrapper .list li:hover {
  background-color: #ea5405;
}
.download-wrapper .list li:hover .title,
.download-wrapper .list li:hover .date,
.download-wrapper .list li:hover .download {
  color: #fff;
}
.download-wrapper .list li:hover .download:before {
  background-image: url(../images/download2.png);
}
.download-wrapper .list li:hover .date {
  opacity: 0.7;
}
.download-wrapper .list li:last-child {
  margin-bottom: 0;
}
.download-wrapper .date {
  width: 1.9rem;
  text-align: center;
  font-size: var(--fs16);
  color: #b2b4b6;
}
.download-wrapper .title {
  flex: 1;
  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;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-right: 1.2rem;
}
.download-wrapper .title,
.download-wrapper .date,
.download-wrapper .download {
  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;
}
.download-wrapper .download {
  font-size: var(--fs16);
  color: rgba(102, 102, 102, 0.8);
}
.download-wrapper .download:before {
  content: "";
  display: inline-block;
  width: 0.26rem;
  height: 0.22rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/download.png);
  margin-right: 0.28rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.news-box {
  position: relative;
}
.news-box .swiper-container {
  padding: 0 0.2rem 0.2rem;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.news-box .swiper-slide,
.news-box li {
  position: relative;
  width: 31.12%;
  margin-right: 3.32%;
  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-box .swiper-slide:after,
.news-box li:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 0 0.03rem;
  background-position: 100% 100%;
  background-image: url(../images/line.jpg);
  transition: background-size 0.7s ease;
}
.news-box .swiper-slide:hover:after,
.news-box li:hover:after {
  background-size: 100% 0.03rem;
  background-position: 0 100%;
}
.news-box .swiper-slide:hover .title,
.news-box li:hover .title {
  color: #ea5405;
}
.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 ul li {
  margin-top: 1rem;
}
.news-box ul li:nth-child(-n+3) {
  margin-top: 0;
}
.news-box ul li:nth-child(3n) {
  margin-right: 0;
}
.news-box ul .pic img {
  height: 3.2rem;
}
.news-box .swiper-slide .pic img {
  height: 2.4rem;
}
.news-box .swiper-slide .title {
  -webkit-line-clamp: 4;
  height: auto;
  font-size: var(--fs20);
}
.news-box .pic:after {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
 
}
.news-box .pic img {
  object-fit: cover;
}
.news-box .info {
  padding: 0.4rem 0.4rem 0.46rem;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.news-box .title {
  font-size: var(--fs22);
  line-height: 0.3rem;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: "hm";
  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;
}
.news-box p {
  font-size: var(--fs18);
  color: #999;
  line-height: 24px;
  margin-top: 0.32rem;
}
.newsinfo-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #fff;
  padding-left: 0.98rem;
  padding-right: 0.2rem;
  padding-top: 0.58rem;
  padding-bottom: 1.14rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.newsinfo-wrapper .main {
  flex: 1;
  margin-right: 0.18rem;
}
.newsinfo-wrapper .date {
  font-size: var(--fs18);
  color: #ea5405;
  font-family: "mb";
  line-height: 24px;
  margin-bottom: 0.35rem;
}
.newsinfo-wrapper .top {
  padding-bottom: 0.62rem;
  border-bottom: 1px solid #dcdcdc;
}
.newsinfo-wrapper .top h1 {
  font-family: "mb";
  font-size: var(--fs36);
  color: #000;
  line-height: 0.48rem;
}
.newsinfo-wrapper .content {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
  margin-top: 0.68rem;
}
.bg-gray {
  background-color: #f8f9fa;
}
.bg-gray .header-wrapper {
  border-color: #fff;
}
.loading {
  text-align: center;
  margin-top: 1.67rem;
}
.loading a {
  font-size: var(--fs16);
  font-family: "mb";
  color: #ea5405;
  line-height: 0.34rem;
}
.loading a:hover img {
  transform: rotateY(180deg);
}
.loading img {
  display: inline-block;
  margin-right: 0.2rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  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;
}
.relative-btn {
  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 */
  margin-top: 1.26rem;
}
.relative-btn a {
  position: relative;
  text-align: center;
  line-height: 0.64rem;
  margin-right: 0.2rem;
}
.relative-btn a:last-child {
  margin-right: 0;
}
.relative-btn a:hover:before {
  opacity: 0;
  visibility: hidden;
}
.relative-btn a:hover:after {
  opacity: 1;
  visibility: visible;
}
.relative-btn a:before,
.relative-btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.relative-btn a:before {
  border: solid 1px #e9e9e9;
}
.relative-btn a:after {
  background-image: linear-gradient(90deg, #ea5405 0%, #f8944c 100%), linear-gradient(#ea5405, #ea5405);
  background-blend-mode: normal, 
		normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.relative-btn a i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: 0.23rem;
  background-position: center center;
  background-repeat: no-repeat;
}
.relative-btn .btn {
  width: 1.04rem;
  transition: all 0.45s ease;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
}
.relative-btn .btn:hover {
  width: 2.54rem;
}
.relative-btn .prev:hover i {
  background-image: url(../images/ni-prev2.png);
}
.relative-btn .prev i {
  background-image: url(../images/ni-prev2.png);
}
.relative-btn .next:hover i {
  background-image: url(../images/ni-next2.png);
}
.relative-btn .next i {
  background-image: url(../images/ni-next.png);
}
.relative-btn .return {
  width: 2.82rem;
  font-size: var(--fs18);
  color: #ccc;
}
.relative-btn .return:hover {
  color: #fff;
}
.relative-btn .return span {
  position: relative;
  z-index: 1;
}
.share-box {
  position: sticky;
  right: 0;
  top: 1rem;
  z-index: 10;
  width: 0.6rem;
  font-size: 0;
  height: 100%;
  padding-bottom: 0.4rem;
}
.share-box a {
  position: relative;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border: solid 1px #e9e9e9;
  margin-bottom: 0.1rem;
}
.share-box a:last-child {
  margin-bottom: 0;
}
.share-box a:hover .line_t,
.share-box a:hover .line_b {
  width: 100%;
}
.share-box a:hover .line_r,
.share-box a:hover .line_l {
  height: 100%;
}
.share-box a:hover .init {
  display: none;
}
.share-box a:hover .on {
  display: block;
}
.share-box a img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.share-box a .on {
  display: none;
}
.share-box span {
  position: absolute;
  background: #ea5405;
  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);
}
.share-box .line_t {
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.share-box .line_r {
  top: 0;
  right: 0;
  width: 1px;
  height: 0;
}
.share-box .line_b {
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
}
.share-box .line_l {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0;
}
.goodsinfo-wrapper {
  margin-top: 0.32rem;
  background-color: #fff;
  padding-top: 0!important;
}
.goodsinfo-wrapper .name {
  font-size: var(--fs48);
  color: #ea5405;
  width: 100%;
  background-color: #fff;
  font-family: "mb";
  padding: 0 calc((100% - 15.36rem) / 2);
  line-height: 1.08rem;
}
.goodsinfo-wrapper .base-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
.goodsinfo-wrapper .base-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goodsinfo-wrapper .base-box .pic-box {
  width: 50%;
}
.goodsinfo-wrapper .base-box .pic-box .swiper-container {
  padding-bottom: 0.7rem;
}
.goodsinfo-wrapper .base-box .pic-box img {
  display: block;
  height: 4.8rem;
  object-fit: contain;
  margin: 0 auto;
  cursor: pointer;
}
.goodsinfo-wrapper .base-box .pic-box iframe,
.goodsinfo-wrapper .base-box .pic-box video {
  width: 100%;
  height: 5.4rem;
  object-fit: cover;
}
.goodsinfo-wrapper .base-box .pic-box .swiper-slide > img,
.goodsinfo-wrapper .base-box .pic-box video,
.goodsinfo-wrapper .base-box .pic-box iframe,
.goodsinfo-wrapper .base-box .pic-box .tips {
  opacity: 0;
  visibility: hidden;
}
.goodsinfo-wrapper .base-box .pic-box .swiper-slide-active.swiper-slide > img,
.goodsinfo-wrapper .base-box .pic-box .swiper-slide-active video,
.goodsinfo-wrapper .base-box .pic-box .swiper-slide-active iframe,
.goodsinfo-wrapper .base-box .pic-box .swiper-slide-active .tips {
  opacity: 1;
  visibility: visible;
}
.goodsinfo-wrapper .base-box .info-box {
  width: 44.88%;
  padding-top: 0.62rem;
}
.goodsinfo-wrapper .base-box .title {
  font-size: var(--fs36);
  font-family: "medium";
  font-weight: 700;
  line-height: 0.45rem;
}
.goodsinfo-wrapper .base-box .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  font-family: "light";
  min-height: 192px;
  margin: 0.46rem auto 0.63rem;
}
.goodsinfo-wrapper .base-box .swiper-pagination {
  display: block;
  bottom: 0;
  font-size: 0;
}
.goodsinfo-wrapper .base-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border: none;
  background: #c4c4c4;
  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 .base-box .swiper-pagination .swiper-pagination-bullet:link,
.goodsinfo-wrapper .base-box .swiper-pagination .swiper-pagination-bullet:visited,
.goodsinfo-wrapper .base-box .swiper-pagination .swiper-pagination-bullet:active,
.goodsinfo-wrapper .base-box .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.goodsinfo-wrapper .base-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ea5405;
}
.goodsinfo-wrapper .base-box .tips {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0.24rem;
  z-index: 10;
  padding: 0.1rem 0.2rem;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: var(--fs16);
  color: #fff;
}
.goodsinfo-wrapper .base-box .tips img {
  display: inline-block;
  margin-left: 0.12rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 0.8rem;
  height: auto;
}
.goodsinfo-wrapper .btns {
  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 */
}
.goodsinfo-wrapper .btns a {
  width: 1.74rem;
  line-height: 0.5rem;
  text-align: center;
  background-color: #ea5405;
  border-radius: 25px;
  font-size: var(--fs16);
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-right: 0.4rem;
}
.goodsinfo-wrapper .btns a:hover {
  color: #ea5405;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  background-color: #fff;
}
.goodsinfo-wrapper .btns a:nth-child(2) {
  background-color: #f8924a;
  margin-right: 0;
}
.goodsinfo-wrapper .btns a:nth-child(2):hover {
  color: #ea5405;
  background-color: #fff;
}
.goodsinfo-wrapper .tab {
  background: #fdeee6;
}
.goodsinfo-wrapper .tab .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.goodsinfo-wrapper .tab a {
  width: 16.67%;
  font-size: var(--fs18);
  text-align: center;
  font-family: "light";
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  height: 1rem;
  padding: 0 0.1rem;
  align-items: center;
}
.goodsinfo-wrapper .tab a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 1px;
  height: 100%;
  background-color: #ea5405;
  opacity: 0.2;
}
.goodsinfo-wrapper .tab a.on {
  color: #fff;
  background-color: #ea5405;
}
.goodsinfo-wrapper .tab a span {
  line-height: 0.3rem;
  width: 100%;
  text-align: center;
}
.goodsinfo-wrapper .caption {
  font-size: var(--fs30);
  color: #ea5405;
  font-family: "medium";
  line-height: 0.3rem;
  text-transform: uppercase;
  margin-bottom: 0.46rem;
}
.goodsinfo-wrapper .detail {
  margin-top: 0.58rem;
}
.goodsinfo-wrapper .detail .item {
  display: none;
}
.goodsinfo-wrapper .detail .caption {
  margin-bottom: 0.32rem;
}
.goodsinfo-wrapper .detail .content,
.goodsinfo-wrapper .detail .content li {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.3rem;
}
.goodsinfo-wrapper .detail .content img {
  margin: 0;
}
.goodsinfo-wrapper .detail .content li {
  position: relative;
  list-style: none;
  padding-left: 0.2rem;
}
.goodsinfo-wrapper .detail .content li:before {
  content: "";
  width: 10px;
  height: 10px;
  border: solid 2px #ea5405;
  position: absolute;
  left: 0;
  top: calc((0.3rem - 10px) / 2);
  z-index: 1;
  border-radius: 50%;
  box-sizing: border-box;
}
.goodsinfo-wrapper .contact-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
}
.goodsinfo-wrapper .contact-box li {
  width: 48.7%;
  height: 1.23rem;
  background-color: #fff;
  box-shadow: 0px 0px 22px 0px rgba(22, 22, 22, 0.08);
  border-bottom: 2px solid #ea5405;
  padding: 0 0.52rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  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;
  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 .contact-box li:hover {
  background-color: #ea5405;
}
.goodsinfo-wrapper .contact-box li:hover p,
.goodsinfo-wrapper .contact-box li:hover p a,
.goodsinfo-wrapper .contact-box li:hover p b {
  color: #fff;
}
.goodsinfo-wrapper .contact-box li:hover .icon .init {
  opacity: 0;
  visibility: hidden;
}
.goodsinfo-wrapper .contact-box li:hover .icon .on {
  opacity: 1;
  visibility: visible;
}
.goodsinfo-wrapper .contact-box li:first-child .icon {
  width: 0.44rem;
}
.goodsinfo-wrapper .contact-box li .icon {
  position: relative;
  width: 0.4rem;
}
.goodsinfo-wrapper .contact-box li .on {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.goodsinfo-wrapper .contact-box li img {
  width: 100%;
}
.goodsinfo-wrapper .contact-box li .icon {
  margin-right: 0.2rem;
}
.goodsinfo-wrapper .contact-box p {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.4rem;
}
.goodsinfo-wrapper .contact-box p b {
  color: #333;
  font-family: "mb";
}
.goodsinfo-wrapper .contact-box p,
.goodsinfo-wrapper .contact-box p a {
  font-size: var(--fs18);
  color: #666;
}
.goodsinfo-wrapper .contact-box p,
.goodsinfo-wrapper .contact-box p a,
.goodsinfo-wrapper .contact-box p b {
  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 {
  position: relative;
}
.goods-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;
}
.goods-box .swiper-slide,
.goods-box li {
  width: 31.25%;
}
.goods-box .swiper-slide:hover .pic,
.goods-box li:hover .pic {
  background-color: #fff;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.goods-box .swiper-slide:hover .title,
.goods-box li:hover .title {
  color: #ea5405;
}
.goods-box .swiper-slide:hover .info:before,
.goods-box li:hover .info:before {
  background-size: 100% 0.03rem;
  background-position: 0 100%;
}
.goods-box li {
  list-style: none;
}
.goods-box li:nth-child(-n+3) {
  margin-top: 0;
}
.goods-box li:nth-child(3n) {
  margin-right: 0;
}
.goods-box .pic {
  background-color: #f8f9fa;
  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;
}
.goods-box .pic img {
  height: 4.8rem;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.goods-box .info {
  position: relative;
  text-align: center;
  padding-top: 0.38rem;
}
.goods-box .info:before {
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 0 0.03rem;
  background-position: 100% 100%;
  background-image: url(../images/line.jpg);
  transition: background-size 0.7s ease;
}
.goods-box .title {
  font-size: var(--fs24);
  color: #000;
  line-height: 24px;
  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;
}
.goods-box .desc {
  font-size: var(--fs16);
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin-top: 7px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.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;
}
.gotop {
  position: fixed;
  right: 0.17rem;
  bottom: 20%;
  z-index: 10;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  display: none;
}
.gotop:hover:before {
  background-color: #ea5405;
}
.gotop:hover:after {
  animation: iconAni 2s 0.2s ease infinite;
}
.gotop:hover i {
  background-image: url(../images/gotop2.png);
}
.gotop:before,
.gotop:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gotop:before {
  z-index: 0;
  background-color: rgba(200, 200, 200, 0.5);
}
.gotop:after {
  background-color: #ea5405;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.gotop i {
  position: relative;
  z-index: 10;
  display: block;
  width: 14px;
  margin: 0 auto;
  height: 100%;
  background-image: url(../images/gotop.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  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;
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.48rem;
}
.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: #ea5405;
}
.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";
}
.about-wrapper .content {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.3rem;
}
.mt {
  margin-top: 1.2rem;
}
.video-box {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.video-box.on .pic {
  opacity: 0;
  visibility: hidden;
}
.video-box.on .video {
  opacity: 1;
  visibility: visible;
}
.video-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
  border-radius: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  cursor: pointer;
  z-index: 10;
}
.video-box .play:before,
.video-box .play:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.45);
}
.video-box .play:before {
  animation: iconScale 2.4s linear infinite;
}
.video-box .play:after {
  animation: iconScale 2.4s 1.2s linear infinite;
}
.video-box .play i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-image: url(../images/play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.video-box .pic {
  position: relative;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  height: 100%;
}
.video-box .pic img {
  height: 100%;
  object-fit: cover;
}
.video-box .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-box iframe,
.video-box video {
  width: 100%;
}
.video-box .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.video-box .video video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-box iframe {
  height: 8.65rem;
  object-fit: contain;
}
.msg-wrapper {
  /* input placeholder  */
}
.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;
}
.msg-wrapper .group {
  width: 32.35%;
  margin-right: 1.475%;
  margin-top: 1.475%;
}
.msg-wrapper .group.max {
  width: 100%;
}
.msg-wrapper .group:nth-child(-n+3) {
  margin-top: 0;
}
.msg-wrapper .group:nth-child(3n) {
  margin-right: 0;
}
.msg-wrapper .text,
.msg-wrapper .msg {
  font-size: var(--fs16);
  color: #666;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #ededed;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  font-family: "light";
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.msg-wrapper .text:focus,
.msg-wrapper .msg:focus {
  border-color: #ea5405;
}
.msg-wrapper .msg {
  height: 2rem;
  line-height: 0.3rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  resize: none;
}
.msg-wrapper .text {
  height: 0.55rem;
  line-height: 0.55rem;
}
.msg-wrapper ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: var(--fs16);
}
.msg-wrapper :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: var(--fs16);
}
.msg-wrapper ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: var(--fs16);
}
.msg-wrapper :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: var(--fs16);
}
.msg-wrapper .submit {
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #ea5405;
  text-align: center;
  font-size: var(--fs16);
  font-family: "medium";
  color: #fff;
  border-radius: 5px;
  margin: 0.3rem auto 0;
  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;
  text-transform: uppercase;
}
.msg-wrapper .submit:hover {
  background-color: #9ad337;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 55;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.video-modal {
  position: fixed;
  left: 20%;
  top: 50%;
  z-index: 56;
  width: 60%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: none;
}
.video-modal .main {
  position: relative;
  width: 100%;
  padding: 0.3rem;
  border-radius: 5px;
  background-color: #fff;
}
.video-modal iframe,
.video-modal video {
  width: 100%;
  cursor: pointer;
}
.video-modal iframe {
  height: 85vh;
  object-fit: contain;
}
.video-modal .close {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #fff;
  background-image: url(../images/close.png);
  background-position: center center;
  background-size: 0.16rem;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  right: -0.2rem;
  top: -0.2rem;
  z-index: 10;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.video-modal .close:hover {
  background-color: #ea5405;
  background-image: url(../images/close2.png);
}
.viewer-navbar,
.viewer-title {
  display: none;
}
.viewer-toolbar > li {
  display: none;
}
.viewer-toolbar > li.viewer-prev,
.viewer-toolbar > li.viewer-next {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.23rem;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
}
.viewer-toolbar > li.viewer-prev:before,
.viewer-toolbar > li.viewer-next:before {
  display: none;
}
.viewer-toolbar > li.viewer-prev {
  left: 0.5rem;
  background-image: url(../images/ni-prev2.png);
}
.viewer-toolbar > li.viewer-next {
  right: 0.5rem;
  background-image: url(../images/ni-next2.png);
}
@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;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes iconAni {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}
@keyframes iconScale {
  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(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    opacity: 0;
  }
}
