.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.spanAfter span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.lineAniAfter:after {
  transition: transform 0.5s ease;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform-origin: left;
}
.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;
}
.coverbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body {
  font-size: 16px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
:root {
  --mainW: 14.4rem;
}
@media (max-width: 1600px) {
  :root {
    --mainW: 15rem;
  }
}
@font-face {
  font-family: "light";
  src: url('../fonts/Montserrat-Light.otf');
  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: "regular";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
.regular {
  font-family: "regular";
}
.mm {
  font-family: "mm";
}
.light {
  font-family: "light";
}
.box-container {
  width: var(--mainW);
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1004px) {
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.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;
}
@media (max-width: 1004px) {
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
}
.phone-nav {
  display: none;
}
.swiper-box {
  position: relative;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.content video {
  max-width: 100%;
  height: auto!important;
}
.page .p_h {
  height: 1.2rem;
}
.page .header-wrapper,
.header-wrapper.scroll,
.header-wrapper.on,
.header-wrapper.active {
  background: #fff;
}
.page .header-wrapper .logo-box .init,
.header-wrapper.scroll .logo-box .init,
.header-wrapper.on .logo-box .init,
.header-wrapper.active .logo-box .init {
  display: none;
}
.page .header-wrapper .logo-box .on,
.header-wrapper.scroll .logo-box .on,
.header-wrapper.on .logo-box .on,
.header-wrapper.active .logo-box .on {
  display: block;
}
.page .header-wrapper .pc-nav-box > ul > li > a,
.header-wrapper.scroll .pc-nav-box > ul > li > a,
.header-wrapper.on .pc-nav-box > ul > li > a,
.header-wrapper.active .pc-nav-box > ul > li > a {
  color: #000;
}
.page .header-wrapper .pc-nav-box > ul > li:hover > a,
.header-wrapper.scroll .pc-nav-box > ul > li:hover > a,
.header-wrapper.on .pc-nav-box > ul > li:hover > a,
.header-wrapper.active .pc-nav-box > ul > li:hover > a,
.page .header-wrapper .pc-nav-box > ul > li.on > a,
.header-wrapper.scroll .pc-nav-box > ul > li.on > a,
.header-wrapper.on .pc-nav-box > ul > li.on > a,
.header-wrapper.active .pc-nav-box > ul > li.on > a {
  color: #f67e00;
}
.page .header-wrapper .pc-nav-box > ul > li > a:before,
.header-wrapper.scroll .pc-nav-box > ul > li > a:before,
.header-wrapper.on .pc-nav-box > ul > li > a:before,
.header-wrapper.active .pc-nav-box > ul > li > a:before {
  background: #f67e00;
}
.page .header-wrapper .lang:hover .caption,
.header-wrapper.scroll .lang:hover .caption,
.header-wrapper.on .lang:hover .caption,
.header-wrapper.active .lang:hover .caption {
  background-image: url(../img/lang3.png);
  color: #f67e00;
}
.page .header-wrapper .lang .caption,
.header-wrapper.scroll .lang .caption,
.header-wrapper.on .lang .caption,
.header-wrapper.active .lang .caption {
  background-image: url(../img/lang2.png);
  color: #000;
}
.page .header-wrapper .search,
.header-wrapper.scroll .search,
.header-wrapper.on .search,
.header-wrapper.active .search {
  background-image: url(../img/search2.png);
}
.page .header-wrapper .search:hover,
.header-wrapper.scroll .search:hover,
.header-wrapper.on .search:hover,
.header-wrapper.active .search:hover {
  background-image: url(../img/search3.png);
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  width: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  background: url(../img/headerbg.png) repeat-x top left;
  background-size: 100% 100%;
}
.header-wrapper.scroll {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper.scroll .box-container {
  height: 1rem;
}
.header-wrapper.scroll .pc-nav-box li > a {
  line-height: 1rem;
}
.header-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 1.2rem;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.header-wrapper .logo-box {
  width: 1.7rem;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box img {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box img.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;
  margin-right: 0.58rem;
}
.header-wrapper .lang .caption {
  line-height: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  background: url(../img/lang.png) no-repeat left center;
  background-size: 18px;
  padding-left: 29px;
}
.header-wrapper .lang .list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1.5rem;
  height: auto;
  padding: 0.15rem 0;
  margin-left: -0.75rem;
  box-shadow: 0px 0px 27px 0px rgba(64, 64, 64, 0.1);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 9;
}
.header-wrapper .lang .list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translateY(-105%);
  -webkit-transform: translateY(-105%);
  -moz-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  -o-transform: translateY(-105%);
  border-radius: 5px;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.header-wrapper .lang a {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.06rem 0.2rem;
  font-size: var(--fs14);
  line-height: 0.26rem;
  text-align: center;
  opacity: 0;
  z-index: 9;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.header-wrapper .lang a span {
  background: url("../img/line2.jpg") no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.header-wrapper .search,
.header-wrapper .lang .caption {
  position: relative;
  height: 30px;
  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 .search {
  display: block;
  cursor: pointer;
  width: 18px;
  z-index: 10;
  background-image: url(../img/search.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.pc-nav-box {
  margin: 0 1.46rem 0 1rem;
  flex: 1;
}
.pc-nav-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: flex-end;
}
.pc-nav-box li {
  position: relative;
  margin-right: 0.76rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li.on > a {
  color: #fff;
}
.pc-nav-box li.on > a:before {
  height: 0.3rem;
}
.pc-nav-box li:hover > a {
  color: #fff;
}
.pc-nav-box li:hover > a:before {
  height: 0.3rem;
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
  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;
}
.pc-nav-box li:hover .nav:before {
  opacity: 1;
  visibility: visible;
}
.pc-nav-box li:hover .nav 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 */
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
.pc-nav-box li > a {
  font-size: 16px;
  color: #fff;
  line-height: 1.2rem;
  position: relative;
}
.pc-nav-box li > a:before {
  content: "";
  width: 2px;
  height: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  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;
}
.pc-nav-box a {
  display: block;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.pc-nav-box .nav {
  position: absolute;
  top: 100%;
  z-index: 10;
  left: 50%;
  width: 2rem;
  height: auto;
  margin-left: -1rem;
  background: #fff;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  overflow: hidden;
}
.pc-nav-box .nav:before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(0deg, #f67e00, #f67e00);
  transform: translateY(-102%);
  -webkit-transform: translateY(-102%);
  -moz-transform: translateY(-102%);
  -ms-transform: translateY(-102%);
  -o-transform: translateY(-102%);
  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;
  border-radius: 5px;
}
.pc-nav-box .nav a {
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 0.6rem;
  height: auto;
  padding: 0.12rem 0.2rem;
  font-size: var(--fs16);
  text-align: center;
  text-transform: capitalize;
  color: #777;
  border-bottom: solid 1px #e5e5e5;
  z-index: 9;
  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;
}
.pc-nav-box .nav a:last-child {
  border-bottom: none;
}
.pc-nav-box .nav a:hover {
  color: #fff;
  background: #f67e00;
}
.search-form {
  position: fixed;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  background: transparent;
  width: 100%;
  transition: opacity 0.2s ease, background-color 1s ease;
}
.search-form.active {
  opacity: 1;
  background: #000;
  pointer-events: all;
}
.search-form .container {
  padding: 0 0.8rem;
}
.search-form .main {
  position: relative;
  padding-top: 1.6rem;
}
.search-form .form {
  padding-top: 0.4rem;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-top: 2px solid rgba(255, 255, 255, 0.16);
  /* input placeholder  */
}
.search-form .form .text {
  font-size: var(--fs40);
  line-height: 0.6rem;
  height: 0.6rem;
  flex: 1;
  color: rgba(255, 255, 255, 0.8);
  padding-right: 2rem;
  background: transparent;
  overflow: hidden;
}
.search-form .form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--fs40);
}
.search-form .form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--fs40);
}
.search-form .form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--fs40);
}
.search-form .form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--fs40);
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 1.1rem;
  z-index: 10;
  display: block;
  cursor: pointer;
}
.search-form .close:hover svg {
  transform: rotate(90deg);
}
.search-form .close:hover svg path {
  fill: #f67e00;
}
.search-form .close svg {
  width: 36px;
  height: 36px;
  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;
}
.search-form .close svg path {
  fill: #fff;
  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;
}
.search-form .searchbtn {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.search-form .searchbtn svg {
  width: 54px;
  height: 54px;
}
.search-form .searchbtn svg path {
  fill: rgba(255, 255, 255, 0.6);
}
.search-form .go {
  transform: rotateY(180deg);
}
.search-form .go:hover svg path {
  fill: rgba(255, 255, 255, 0.8);
}
.search-form .go svg {
  width: 30px;
  height: 30px;
}
.search-form .go svg path {
  fill: #333;
  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;
}
.index-more {
  display: block;
  width: 180px;
  height: 55px;
  line-height: 51px;
  border-radius: 5px;
  border: solid 2px #f67e00;
  text-align: center;
  color: #f67e00;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-more:hover {
  color: #fff;
}
.index-more.on {
  background: #f67e00;
  color: #fff;
}
.index-more.white {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.8);
}
.index-more.white:hover {
  border-color: #f67e00;
}
.index-more.md {
  width: 200px;
}
.index-more span {
  position: relative;
  z-index: 10;
}
.btns-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;
}
.btns-box a {
  margin-right: 0.3rem;
}
.btns-box a:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1004px) {
  .header-wrapper:hover {
    background: #fff;
  }
  .header-wrapper:hover .logo-box .init {
    display: none;
  }
  .header-wrapper:hover .logo-box .on {
    display: block;
  }
  .header-wrapper:hover .pc-nav-box > ul > li > a {
    color: #000;
  }
  .header-wrapper:hover .pc-nav-box > ul > li > a:before {
    background: #f67e00;
  }
  .header-wrapper:hover .pc-nav-box > ul > li:hover > a,
  .header-wrapper:hover .pc-nav-box > ul > li.on > a {
    color: #f67e00;
  }
  .header-wrapper:hover .lang:hover .caption {
    background-image: url(../img/lang3.png);
    color: #f67e00;
  }
  .header-wrapper:hover .lang .caption {
    background-image: url(../img/lang2.png);
    color: #000;
  }
  .header-wrapper:hover .search {
    background-image: url(../img/search2.png);
  }
  .header-wrapper:hover .search:hover {
    background-image: url(../img/search3.png);
  }
  .header-wrapper .lang:hover .caption:after {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .header-wrapper .lang:hover a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  .header-wrapper .lang:hover .list {
    opacity: 1;
    visibility: visible;
  }
  .header-wrapper .lang:hover .list:before {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .header-wrapper .lang a:hover {
    color: #f67e00;
  }
  .header-wrapper .lang a:hover span {
    background-size: 100% 1px;
    background-position: 0 100%;
  }
}
@media (max-width: 1600px) {
  .index-more {
    width: 160px;
    height: 50px;
    line-height: 44px;
  }
  .index-more.md {
    width: 180px;
  }
}
@media (max-width: 1440px) {
  .pc-nav-box > ul > li {
    margin-right: 0.5rem;
  }
}
@media (max-width: 1004px) {
  .index-more {
    width: 110px;
    height: 35px;
    line-height: 33px;
    border-width: 1px;
    font-size: var(--fs12);
  }
  .index-more.md {
    width: auto;
    min-width: 130px;
    padding: 0 0.2rem;
    display: inline-block;
  }
  .page .p_h {
    height: 1.2rem;
  }
  .header-wrapper.scroll .box-container {
    height: 1.2rem;
  }
  .header-wrapper.scroll .nav-icon span {
    background: #000;
  }
  .header-wrapper.on .nav-icon span,
  .header-wrapper.active .nav-icon span {
    background: #f67e00;
  }
  .header-wrapper .box-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 1.2rem;
  }
  .header-wrapper .logo-box {
    width: 30%;
  }
  .header-wrapper .lang {
    margin-right: 0.3rem;
  }
  .header-wrapper .lang.on .caption:after {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .header-wrapper .lang.on a {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  .header-wrapper .lang.on .list {
    opacity: 1;
    visibility: visible;
  }
  .header-wrapper .lang.on .list:before {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .header-wrapper .lang .caption {
    font-size: var(--fs14);
    line-height: 26px;
    padding-left: 20px;
  }
  .header-wrapper .lang .list {
    width: 2rem;
    padding: 0.2rem 0;
    margin-left: -1rem;
  }
  .header-wrapper .lang a {
    padding: 0.1rem 0.2rem;
    line-height: 0.4rem;
  }
  .header-wrapper .search,
  .header-wrapper .lang .caption {
    height: 26px;
    background-size: 14px;
  }
  .header-wrapper .search {
    width: 16px;
    margin-right: 0.3rem;
  }
  .pc-nav-box {
    display: none;
  }
  .search-form .main {
    padding-top: 1.2rem;
  }
  .search-form .container {
    padding: 0 0.3rem;
  }
  .search-form .close {
    top: 20px;
  }
  .search-form .close svg {
    width: 24px;
    height: 24px;
  }
  .search-form .form {
    border-top-width: 1px;
    padding-top: 5px;
    /* input placeholder  */
  }
  .search-form .form .text {
    font-size: var(--fs26);
    padding-right: 0.7rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .search-form .form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
    font-size: var(--fs26);
  }
  .search-form .form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    font-size: var(--fs26);
  }
  .search-form .form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    font-size: var(--fs26);
  }
  .search-form .form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
    font-size: var(--fs26);
  }
  .search-form .searchbtn {
    font-size: 0;
    margin-right: 0.1rem;
  }
  .search-form .searchbtn svg {
    width: 0.56rem;
    height: 0.56rem;
  }
  .search-form .go svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1004px) {
  .nav-icon span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 4px 0px;
    border-radius: 10px;
    transition: all ease 0.5s;
  }
  .nav-icon span:nth-child(2) {
    width: 15px;
  }
  .nav-icon span:nth-child(3) {
    width: 20px;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
  }
  .nav-icon.on span:nth-child(2) {
    display: none;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(134deg);
    margin-top: -6px;
    width: 25px;
  }
  .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: #f67e00;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #f67e00;
    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: #f67e00;
    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: #f67e00;
  }
  .phone-nav ul li .navs {
    background: #f9f9f9;
    width: 100%;
    display: none;
  }
  .phone-nav ul li .navs a {
    font-size: 14px;
    display: block;
    color: #666;
    padding-left: 0;
    line-height: 1rem;
    padding: 0 0.3rem;
    border-bottom: 1px solid #f3f3f3;
  }
  .phone-nav ul li .navs a:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
}
.contact-box {
  position: relative;
  z-index: 10;
  border-radius: 0px 0.5rem 0px 0px;
  background: url(../img/footerbg.jpg) no-repeat fixed center center;
  background-size: cover;
  width: calc(100% - (100% - var(--mainW)) / 2);
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: calc((100% - var(--mainW)) / 2);
  padding-right: 1.78rem;
  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;
}
.contact-box .info {
  width: 9rem;
}
.contact-box .index-title-box {
  margin-bottom: 0.26rem;
}
.contact-box .index-title-box .title {
  line-height: 0.6rem;
}
.contact-box .brief {
  font-size: var(--fs18);
  color: rgba(255, 255, 255, 0.8);
}
.footer-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  margin-top: -2.08rem;
  background: url(../img/footerbg2.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 0.46rem;
  border-top: 0.11rem solid #f67e00;
}
.footer-wrapper .part-1,
.footer-wrapper .part-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 .caption {
  font-family: "regular";
  font-size: var(--fs20);
  line-height: 0.36rem;
  color: #ffffff;
  margin-bottom: 0.16rem;
}
.footer-wrapper .desc {
  font-size: var(--fs20);
  line-height: 24px;
  color: #bcbcbc;
  margin-bottom: 0.42rem;
}
.footer-wrapper .other-box {
  width: 5.9rem;
}
.footer-wrapper .other-box > p,
.footer-wrapper .other-box > p a {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.footer-wrapper .other-box > p a {
  transition: color 0.48s ease;
  -webkit-transition: color 0.48s ease;
  -moz-transition: color 0.48s ease;
  -ms-transition: color 0.48s ease;
  -o-transition: color 0.48s ease;
  text-decoration: underline;
}
.footer-wrapper .other-box > p a:hover {
  color: #f67e00;
}
.footer-wrapper .form {
  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;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.4rem;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 0.9rem;
  padding-right: 14px;
  margin-bottom: 0.32rem;
  /* input placeholder  */
}
.footer-wrapper .form:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #2d3438 url(../img/email.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0.12rem;
  top: 0.12rem;
  z-index: 10;
  border-radius: 50%;
}
.footer-wrapper .form .text {
  flex: 1;
  line-height: 0.8rem;
  height: 0.8rem;
  padding-right: 18px;
  color: #fff;
  font-family: "light";
  background: none;
  font-size: var(--fs20);
}
.footer-wrapper .form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--fs20);
}
.footer-wrapper .form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--fs20);
}
.footer-wrapper .form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--fs20);
}
.footer-wrapper .form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.4);
  font-size: var(--fs20);
}
.footer-wrapper .subscribe {
  display: block;
  text-align: center;
  width: 1.85rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #2d3438;
  border-radius: 0.3rem;
  font-size: var(--fs20);
  color: #fff;
  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;
}
.footer-wrapper .subscribe:hover {
  background: #f67e00;
}
.footer-wrapper .contact {
  margin-top: 0.62rem;
}
.footer-wrapper .contact p {
  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 */
  font-size: var(--fs18);
  color: #ffffff;
  opacity: 0.6;
  line-height: 0.34rem;
}
.footer-wrapper .contact p span:nth-child(2) {
  flex: 1;
}
.footer-wrapper .part-2 {
  align-items: center;
  margin-top: 0.6rem;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs18);
  color: rgba(255, 255, 255, 0.4);
}
.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;
}
.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 */
}
.share a {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  margin-right: 0.4rem;
  border-radius: 50%;
}
.share a:last-child {
  margin-right: 0;
}
.share a:hover:before {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  opacity: 0;
  visibility: hidden;
}
.share a:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.share a img {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  border-radius: 50%;
}
.share a:before,
.share a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 50%;
  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;
}
.share a:before {
  background: rgba(255, 255, 255, 0.1);
}
.share a:after {
  background: #f67e00;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  opacity: 0;
  visibility: hidden;
}
.footer-nav-box {
  width: 50%;
}
.footer-nav-box ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.footer-nav-box li {
  width: 36.94%;
  padding-right: 15px;
  margin-top: 1.12rem;
}
.footer-nav-box li:nth-child(-n+3) {
  margin-top: 0;
}
.footer-nav-box li:nth-child(3n) {
  width: 26.12%;
  padding-right: 0;
}
.footer-nav-box li > a {
  font-size: var(--fs22);
  line-height: 0.36rem;
  color: #ffffff;
  margin-bottom: 0.16rem;
}
.footer-nav-box li > a:hover {
  color: #f67e00;
}
.footer-nav-box a {
  display: block;
  transition: color 0.48s ease;
  -webkit-transition: color 0.48s ease;
  -moz-transition: color 0.48s ease;
  -ms-transition: color 0.48s ease;
  -o-transition: color 0.48s ease;
}
.footer-nav-box .nav a {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 6px;
}
.footer-nav-box .nav a:last-child {
  margin-bottom: 0;
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box .nav span {
  background: url("../img/line.jpg") no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
@media (max-width: 1004px) {
  .contact-box {
    background-attachment: inherit;
    width: calc(100% - .3rem);
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 0.3rem;
    padding-right: 0.6rem;
    display: block;
  }
  .contact-box .info {
    width: 100%;
  }
  .contact-box .index-title-box {
    margin-bottom: 0.3rem;
  }
  .contact-box .brief {
    font-size: var(--fs20);
    margin-bottom: 0.6rem;
  }
  .footer-wrapper {
    padding-top: 3rem;
    margin-top: -2.08rem;
    padding-bottom: 0.46rem;
    border-top-width: 0.12rem;
  }
  .footer-wrapper .part-1 {
    display: block;
  }
  .footer-wrapper .caption {
    font-size: var(--fs20);
    line-height: 0.48rem;
    margin-bottom: 0.1rem;
  }
  .footer-wrapper .desc {
    font-size: var(--fs18);
    line-height: 0.48rem;
    margin-bottom: 0.3rem;
  }
  .footer-wrapper .other-box {
    width: 100%;
  }
  .footer-wrapper .other-box > p,
  .footer-wrapper .other-box > p a {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .footer-wrapper .form {
    border-radius: 0.5rem;
    height: 1rem;
    line-height: 1rem;
    padding-right: 0.15rem;
    padding-left: 1.2rem;
    /* input placeholder  */
  }
  .footer-wrapper .form:before {
    width: 0.7rem;
    height: 0.7rem;
    left: 0.15rem;
    top: 0.15rem;
  }
  .footer-wrapper .form .text {
    line-height: 1rem;
    height: 1rem;
    font-size: var(--fs18);
    max-width: 66%;
  }
  .footer-wrapper .form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, 0.4);
    font-size: var(--fs18);
  }
  .footer-wrapper .form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.4);
    font-size: var(--fs18);
  }
  .footer-wrapper .form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
    font-size: var(--fs18);
  }
  .footer-wrapper .form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.4);
    font-size: var(--fs18);
  }
  .footer-wrapper .subscribe {
    width: 3rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.35rem;
    font-size: var(--fs16);
  }
  .footer-wrapper .contact {
    margin-top: 0.4rem;
  }
  .footer-wrapper .contact p {
    font-size: var(--fs16);
    line-height: 0.48rem;
  }
  .footer-wrapper .part-2 {
    margin-top: 0.8rem;
    flex-flow: wrap;
    flex-direction: column-reverse;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: var(--fs16);
  }
  .footer-wrapper .copyright {
    text-align: center;
    margin-top: 0.3rem;
    line-height: 0.44rem;
  }
  .share {
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  .share a {
    width: 0.6rem;
    height: 0.6rem;
    margin-right: 0.4rem;
  }
  .footer-nav-box {
    display: none;
  }
}
.index-banner-swiper .swiper-slide {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.index-banner-swiper .swiper-slide.swiper-slide-active .pic div {
  opacity: 0.8;
}
.index-banner-swiper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  padding-top: 0.86rem;
  align-items: center;
}
.index-banner-swiper .swiper-slide-active .title,
.index-banner-swiper .swiper-slide-active .desc,
.index-banner-swiper .swiper-slide-active .index-more {
  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-swiper .title,
.index-banner-swiper .desc {
  width: 7.9rem;
  color: #fff;
}
.index-banner-swiper .title,
.index-banner-swiper .desc,
.index-banner-swiper .index-more {
  transition: all 3s ease;
  -webkit-transition: all 3s ease;
  -moz-transition: all 3s ease;
  -ms-transition: all 3s ease;
  -o-transition: all 3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  -o-transform: translateY(1rem);
}
.index-banner-swiper .title {
  font-size: var(--fs60);
  line-height: 0.72rem;
  font-family: "regular";
  transition-delay: 0.2s;
}
.index-banner-swiper .desc {
  font-size: var(--fs18);
  line-height: 0.36rem;
  transition-delay: 0.4s;
  margin-top: 0.16rem;
  margin-bottom: 0.9rem;
}
.index-banner-swiper .index-more {
  transition-delay: 0.6s;
}
.index-banner-swiper .pic {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.index-banner-swiper .pic div {
  position: absolute;
  left: -40px;
  top: -40px;
  z-index: 10;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 6s 0.6s ease, opacity 6s 3s ease;
  -webkit-transition: transform 6s 0.6s ease, opacity 6s 3s ease;
  -moz-transition: transform 6s 0.6s ease, opacity 6s 3s ease;
  -ms-transition: transform 6s 0.6s ease, opacity 6s 3s ease;
  -o-transition: transform 6s 0.6s ease, opacity 6s 3s ease;
  opacity: 1;
}
.index-banner-swiper .pic .phone {
  display: none;
}
.index-banner-swiper .swiper-slide:nth-child(1).swiper-slide-active .pic div {
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
}
.index-banner-swiper .swiper-slide:nth-child(2).swiper-slide-active .pic div {
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
}
.index-banner-swiper .swiper-slide:nth-child(3).swiper-slide-active .pic div {
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
}
.index-banner-swiper .swiper-slide:nth-child(4).swiper-slide-active .pic div {
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
}
.index-banner-swiper .swiper-slide:nth-child(5).swiper-slide-active .pic div {
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
}
.index-banner-swiper .swiper-slide:nth-child(6).swiper-slide-active .pic div {
  transform: translateX(40px);
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
}
.index-banner-swiper .swiper-slide:nth-child(7).swiper-slide-active .pic div {
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
}
.index-banner-swiper .swiper-slide:nth-child(8).swiper-slide-active .pic div {
  transform: translateX(-40px);
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
}
.index-banner-swiper .swiper-pagination {
  display: none;
}
@keyframes iconScale {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
  }
}
@media (max-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    z-index: 20;
    background-color: #fff;
    width: 100%;
  }
  .page-nav-wrapper:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .page-nav-wrapper .intruction-caption {
    display: none;
  }
  .page-nav-wrapper .nav {
    position: relative;
    z-index: 2;
    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 */
    justify-content: center;
  }
  .page-nav-wrapper .nav > a {
    position: relative;
    font-size: var(--fs16);
    line-height: 0.8rem;
    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;
    margin-right: 0.72rem;
  }
  .page-nav-wrapper .nav > a:last-child {
    margin-right: 0;
  }
  .page-nav-wrapper .nav > a:last-child:after {
    display: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    color: #f67e00;
  }
  .page-nav-wrapper .nav > a.on:before,
  .page-nav-wrapper .nav > a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .page-nav-wrapper .nav > a:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    background-color: #f67e00;
    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;
  }
}
@media (max-width: 1004px) {
  .page-nav-wrapper {
    position: relative;
    padding: 0;
    height: auto;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 20;
    background: #f4f4f4;
  }
  .page-nav-wrapper .box-container {
    height: auto;
    padding: 0;
  }
  .page-nav-wrapper .intruction-caption {
    position: relative;
    display: block;
    line-height: 0.88rem;
    padding: 0 0.3rem;
    background: #f67e00;
    color: #fff;
    font-size: 0.26rem;
  }
  .page-nav-wrapper .intruction-caption.extend:after {
    transform: rotateX(180deg);
  }
  .page-nav-wrapper .intruction-caption:after {
    display: inline-block;
    position: absolute;
    right: 0.3rem;
    top: 0;
    z-index: 10;
    content: "";
    width: 0.26rem;
    height: 100%;
    background: url(../img/down.png) no-repeat center center;
    background-size: contain;
  }
  .page-nav-wrapper .nav {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    width: 100%;
    background: #f7f8f9;
    display: none;
  }
  .page-nav-wrapper .nav a {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 1.2rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    border-top: 1px solid #f2f2f2;
  }
  .page-nav-wrapper .nav a:first-child {
    border-top: none;
  }
  .page-nav-wrapper .nav > a.on,
  .page-nav-wrapper .nav > a:hover {
    background: none;
  }
  .page-nav-wrapper .nav > a:after {
    display: none;
  }
  .index-banner-swiper .swiper-slide {
    height: auto;
  }
  .index-banner-swiper .info {
    padding-top: 0.8rem;
  }
  .index-banner-swiper .title,
  .index-banner-swiper .desc {
    width: 100%;
  }
  .index-banner-swiper .title,
  .index-banner-swiper .desc,
  .index-banner-swiper .index-more {
    transform: translateY(2rem);
    -webkit-transform: translateY(2rem);
    -moz-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -o-transform: translateY(2rem);
  }
  .index-banner-swiper .title {
    font-size: var(--fs40);
    line-height: 0.52rem;
  }
  .index-banner-swiper .desc {
    line-height: 0.4rem;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
  }
  .index-banner-swiper .pic {
    height: auto;
  }
  .index-banner-swiper .pic div {
    display: none;
  }
  .index-banner-swiper .pic .phone {
    display: block;
    height: 40vh;
    object-fit: cover;
  }
}
.index-box-1 .item {
  position: relative;
  height: 8rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.index-box-1 .item:nth-child(even) .inner {
  margin-right: 0;
  margin-left: auto;
}
.index-box-1 .pic img {
  display: none;
}
.index-box-1 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-1 .inner {
  width: 690px;
}
.index-box-1 p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #ffffff;
  margin-bottom: 0.08rem;
}
.index-box-1 .title {
  font-size: var(--fs60);
  line-height: 0.72rem;
  color: #ffffff;
  font-family: "regular";
  margin-bottom: 0.2rem;
}
.index-box-1 .desc {
  font-size: var(--fs30);
  line-height: 0.4rem;
  color: #ffffff;
}
.index-box-1 .power {
  font-size: var(--fs24);
  line-height: 0.36rem;
  color: #ffffff;
  margin: 0.4rem auto 0.52rem;
}
.index-box-1 .power b {
  color: #f67e00;
  font-weight: 500;
  font-family: "regular";
}
.index-box-1 .power span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.26rem;
  padding-right: 0.26rem;
}
.index-box-1 .power span:last-child {
  margin-right: 0;
  padding-right: 0;
}
.index-box-1 .power span:last-child:after {
  display: none;
}
.index-box-1 .power span:after {
  content: "";
  width: 2px;
  height: 0.23rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  background: #fff;
}
@media screen and (min-width: 1004px) {
  .index-box-1 .item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3) url(../img/index11bg.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .index-box-1 .item:nth-child(even):before {
    background-image: url(../img/index12bg.png);
  }
}
@media (max-width: 1004px) {
  .index-box-1 .item {
    position: relative;
    min-height: inherit;
    height: auto;
    overflow: hidden;
    background: none!important;
  }
  .index-box-1 .item .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3) url(../img/index11bg.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .index-box-1 .item:nth-child(even) .pic:before {
    background-image: url(../img/index12bg.png);
  }
  .index-box-1 .item:nth-child(even) .inner {
    margin-left: 0;
  }
  .index-box-1 .pic {
    background: #000;
  }
  .index-box-1 .pic img {
    display: block;
    height: 6.4rem;
    object-fit: cover;
    opacity: 0.8;
  }
  .index-box-1 .inner {
    width: 90%;
    padding-left: 0.4rem;
  }
  .index-box-1 p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-bottom: 0.12rem;
  }
  .index-box-1 .title {
    font-size: var(--fs48);
    line-height: 0.6rem;
    margin-bottom: 0.1rem;
  }
  .index-box-1 .desc {
    font-size: var(--fs24);
    line-height: 0.44rem;
  }
  .index-box-1 .power {
    font-size: var(--fs14);
    line-height: 0.4rem;
    margin: 0.3rem auto 0.4rem;
  }
  .index-box-1 .power span:after {
    width: 1px;
    height: 0.24rem;
  }
}
.mt {
  margin-top: 1.2rem;
}
.pt {
  padding-top: 1.2rem;
}
.padding {
  padding: 1.2rem 0;
}
.index-title-box {
  margin-bottom: 0.5rem;
}
.index-title-box.white p,
.index-title-box.white .title {
  color: #fff;
}
.index-title-box p {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #666;
  margin-bottom: 0.11rem;
}
.index-title-box .title {
  font-size: var(--fs44);
  line-height: 0.54rem;
  font-family: "mm";
  font-weight: 700;
}
.name,
.title {
  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;
}
.index-box-2 .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;
  margin-bottom: 0.35rem;
}
.index-box-2 .item:last-child {
  margin-bottom: 0;
}
.index-box-2 .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.index-box-2 .item:nth-child(2) li:first-child {
  width: 100%;
}
.index-box-2 .item:nth-child(2) li:nth-child(2) {
  margin-top: 0.35rem;
}
.index-box-2 .item:nth-child(3) li {
  width: 100%;
}
.index-box-2 .item:nth-child(3) li:nth-child(2) {
  margin-top: 0.35rem;
}
.index-box-2 .item:nth-child(3) .pic:after {
  bottom: -0.3rem;
}
.index-box-2 .first,
.index-box-2 ul {
  width: calc(50% - 0.175rem);
}
.index-box-2 .first: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-2 .first a {
  position: relative;
  display: block;
  text-align: center;
}
.index-box-2 .first .pic {
  width: 100%;
  display: block;
}
.index-box-2 .first .pic img {
  height: 7.05rem;
  object-fit: cover;
}
.index-box-2 .first .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  background: url(../img/goodsshadow2.png) repeat-x left bottom;
}
.index-box-2 .first .title {
  font-size: var(--fs36);
  line-height: 0.48rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0.48rem;
  z-index: 12;
  width: 100%;
  padding: 0 0.8rem;
}
.index-box-2 ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.index-box-2 li {
  width: calc((100% - .35rem) / 2);
  height: 3.35rem;
  background-color: #f0f0f0;
  margin-top: 0.35rem;
}
.index-box-2 li:nth-child(-n+2) {
  margin-top: 0;
}
.index-box-2 li .picbox img {
  height: 1.75rem;
}
.index-box-2 li .pic {
  display: inline-block;
  width: auto;
  position: relative;
  overflow: inherit;
}
.index-box-2 li .pic:after {
  content: "";
  width: 100%;
  height: 0.4rem;
  background: url(../img/goodsshadow.png) no-repeat center bottom;
  position: absolute;
  left: 0;
  bottom: -0.16rem;
  z-index: 1;
  background-size: contain;
}
.index-box-2 li .pic img {
  position: relative;
  z-index: 10;
  width: auto;
  margin: 0 auto;
  height: 1.75rem;
  object-fit: contain;
}
.index-box-2 li:hover .info {
  opacity: 1;
  visibility: visible;
}
.index-box-2 li:hover .ani.brief,
.index-box-2 li:hover .ani {
  display: block;
}
.index-box-2 li:hover .pic img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
}
.index-box-2 li a {
  display: block;
  height: 100%;
  padding: 0.52rem 0.26rem 0.26rem;
}
.index-box-2 .picbox {
  text-align: center;
  height: 2.07rem;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-box-2 .ani {
  display: none;
}
.index-box-2 .name {
  font-size: var(--fs22);
  line-height: 0.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000000;
  font-family: "mm";
  text-align: center;
  margin-top: 0.2rem;
}
.index-box-2 .info {
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 0.65rem 0.28rem 0;
  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;
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .info p,
.index-box-2 .info .title {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-box-2 .info p {
  font-size: var(--fs16);
  font-family: "light";
  line-height: 20px;
  animation-delay: 0.1s;
}
.index-box-2 .info .title {
  font-size: var(--fs26);
  line-height: 0.36rem;
  font-family: "regular";
  margin: 0.06rem auto 0.08rem;
  animation-delay: 0.2s;
}
.index-box-2 .brief {
  font-size: var(--fs16);
  color: #fff;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
  animation-delay: 0.3s;
}
.index-box-2 .ani.brief {
  display: none;
}
.index-box-2 .iicon {
  animation-delay: 0.4s;
}
.iicon {
  width: 0.46rem;
  height: 0.46rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0.58rem;
  margin-left: -0.23rem;
  z-index: 10;
  line-height: 0.46rem;
  text-align: center;
  font-family: "mm";
}
.iicon:before {
  content: "+";
  font-size: var(--fs34);
  color: #f67e00;
  display: block;
  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;
}
.iicon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  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;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.iicon:hover:after {
  animation: iconScale 0.8s ease;
  opacity: 1;
  visibility: visible;
  animation-fill-mode: forwards;
}
@media (max-width: 1600px) {
  .mt {
    margin-top: 1.1rem;
  }
  .pt {
    padding-top: 1.1rem;
  }
  .padding {
    padding: 1.1rem 0;
  }
}
@media (max-width: 1366px) {
  .mt {
    margin-top: 1rem;
  }
  .pt {
    padding-top: 1rem;
  }
  .padding {
    padding: 1rem 0;
  }
}
@media (max-width: 1004px) {
  .index-box-2 .item {
    display: block;
    margin-bottom: 0.3rem;
  }
  .index-box-2 .item:nth-child(2) li:nth-child(2) {
    margin-top: 0.3rem;
  }
  .index-box-2 .item:nth-child(3) li:nth-child(2) {
    margin-top: 0.3rem;
  }
  .index-box-2 .item:nth-child(3) .pic:after {
    bottom: -0.3rem;
  }
  .index-box-2 .first,
  .index-box-2 ul {
    width: 100%;
  }
  .index-box-2 .first {
    margin-bottom: 0.3rem;
  }
  .index-box-2 .first .pic img {
    height: auto;
  }
  .index-box-2 .first .pic:before {
    background-size: 100% 100%;
  }
  .index-box-2 .first .title {
    font-size: var(--fs26);
  }
  .index-box-2 li {
    width: calc((100% - .3rem) / 2);
    height: 3.8rem;
    margin-top: 0.3rem;
  }
  .index-box-2 li a {
    padding: 0.48rem 0.3rem;
  }
  .index-box-2 li .pic:after {
    height: 0.4rem;
    bottom: -0.16rem;
  }
  .index-box-2 li .pic img {
    height: 2rem;
  }
  .index-box-2 .picbox {
    height: auto;
  }
  .index-box-2 .name {
    font-size: var(--fs18);
    line-height: 0.44rem;
    margin-top: 0.4rem;
  }
  .index-box-2 .info {
    padding: 0.4rem 0.25rem 0;
  }
  .index-box-2 .info p {
    font-size: var(--fs14);
    line-height: 0.36rem;
  }
  .index-box-2 .info .title {
    font-size: var(--fs22);
    line-height: 0.44rem;
  }
  .index-box-2 .brief {
    line-height: 0.4rem;
    height: 1.2rem;
  }
  .iicon {
    width: 0.6rem;
    height: 0.6rem;
    bottom: 0.3rem;
    margin-left: -0.3rem;
    line-height: 0.6rem;
  }
  .iicon:before {
    font-size: var(--fs30);
  }
}
.top-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: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.48rem;
}
.top-box .index-title-box {
  margin-bottom: 0;
}
.cat-box {
  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 */
}
.cat-box a {
  display: block;
  position: relative;
  text-align: center;
  margin-right: 0.9rem;
}
.cat-box a:last-child {
  margin-right: 0;
}
.cat-box a.on .icon .init {
  opacity: 0;
  visibility: hidden;
}
.cat-box a.on .icon .on {
  opacity: 1;
  visibility: visible;
}
.cat-box a.on .icon:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.cat-box a.on p {
  color: #f67e00;
}
.cat-box .icon {
  position: relative;
  width: 1rem;
  height: 1rem;
  padding: 0.24rem;
  margin: 0 auto;
}
.cat-box .icon:after {
  content: "";
  background-color: #f67e00;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.75);
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  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;
}
.cat-box .icon img {
  display: block;
  margin: 0 auto;
  width: 0.52rem;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.cat-box .icon .on {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-left: -0.26rem;
  margin-top: -0.26rem;
  opacity: 0;
  visibility: hidden;
}
.cat-box p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-top: 0.2rem;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
}
.index-box-3 {
  background-color: #f3f9fd;
}
.index-box-3 .box-container {
  position: relative;
}
.index-box-3 .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;
  align-items: flex-start;
}
.index-box-3 .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.index-box-3 .index-title-box {
  width: 45%;
}
.index-box-3 .info {
  width: 41.67%;
}
.index-box-3 .pic {
  background: #000;
  width: 47.92%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.48s ease;
  -webkit-transition: all 0.48s ease;
  -moz-transition: all 0.48s ease;
  -ms-transition: all 0.48s ease;
  -o-transition: all 0.48s ease;
}
.index-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);
}
.index-box-3 .swiper-slide p {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 0.05rem;
  animation-delay: 0.15s;
}
.index-box-3 .swiper-slide .title {
  font-size: var(--fs30);
  line-height: 0.36rem;
  font-family: "mm";
  animation-delay: 0.3s;
}
.index-box-3 .brief {
  font-size: 16px;
  line-height: 0.3rem;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 1.2rem;
  margin: 0.4rem auto;
  animation-delay: 0.45s;
}
.index-box-3 .desc {
  border-top: 1px solid rgba(4, 4, 4, 0.15);
  border-bottom: 1px solid rgba(4, 4, 4, 0.15);
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  animation-delay: 0.6s;
}
.index-box-3 .inner,
.index-box-3 .inner li {
  font-size: 16px;
  line-height: 0.3rem;
  color: #666666;
}
.index-box-3 .inner > img,
.index-box-3 .inner li > img {
  width: 0.3rem;
  margin-right: 0.3rem;
}
.index-box-3 .inner {
  max-height: 1.2rem;
  overflow-y: auto;
  padding-right: 0.2rem;
}
.index-box-3 .inner::-webkit-scrollbar {
  width: 2px;
}
.index-box-3 .inner::-webkit-scrollbar-track {
  background-color: #ebebeb;
}
.index-box-3 .inner::-webkit-scrollbar-thumb {
  background-color: #f67e00;
}
.index-box-3 .inner ul {
  list-style-type: none;
}
.index-box-3 .inner li {
  position: relative;
  padding-left: 0.6rem;
  margin-bottom: 0.12rem;
}
.index-box-3 .inner li:last-child {
  margin-bottom: 0;
}
.index-box-3 .inner li > img,
.index-box-3 .inner li > i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}
.index-box-3 .inner li > i {
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #f67e00;
}
.index-box-3 .btns-box {
  position: absolute;
  left: 0;
  bottom: 0.52rem;
  z-index: 10;
}
.index-box-3 .ani {
  display: none;
}
.index-box-3 .swiper-slide-active .ani {
  display: block;
}
@media (max-width: 1600px) {
  .index-box-3 .index-title-box {
    width: 49%;
  }
  .index-box-3 .btns-box {
    bottom: 0.36rem;
  }
}
@media (max-width: 1004px) {
  .cat-box {
    justify-content: center;
  }
  .cat-box a {
    margin-right: 0.6rem;
  }
  .cat-box .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .cat-box .icon img {
    width: 0.6rem;
  }
  .cat-box .icon .on {
    margin-left: -0.3rem;
    margin-top: -0.3rem;
  }
  .cat-box p {
    font-size: var(--fs14);
    line-height: 0.4rem;
  }
  .index-box-3 .top-box {
    display: block;
  }
  .index-box-3 .swiper-slide {
    display: block;
  }
  .index-box-3 .index-title-box {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .index-box-3 .info {
    width: 100%;
  }
  .index-box-3 .pic {
    width: 100%;
    margin-top: 0.4rem;
  }
  .index-box-3 .swiper-slide p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-bottom: 0.08rem;
  }
  .index-box-3 .swiper-slide .title {
    font-size: var(--fs24);
    line-height: 0.48rem;
  }
  .index-box-3 .brief {
    font-size: var(--fs16);
    line-height: 0.44rem;
    max-height: 1.76rem;
    margin: 0.2rem auto 0.3rem;
  }
  .index-box-3 .desc {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .index-box-3 .inner,
  .index-box-3 .inner li {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .index-box-3 .inner > img,
  .index-box-3 .inner li > img {
    width: 0.4rem;
    margin-right: 0.3rem;
  }
  .index-box-3 .inner {
    max-height: 2.64rem;
  }
  .index-box-3 .inner li > img,
  .index-box-3 .inner li > i {
    width: 0.4rem;
    height: 0.4rem;
  }
  .index-box-3 .inner li > i {
    font-size: var(--fs12);
  }
  .index-box-3 .btns-box {
    position: relative;
    margin-top: 0.6rem;
    justify-content: center;
    bottom: 0;
  }
}
.content {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.content.white {
  color: #fff;
}
.index-box-4 {
  text-align: center;
}
.index-box-4 .index-title-box {
  margin-bottom: 0.33rem;
}
.index-box-4 .content {
  width: 1094px;
  margin: 0 auto 0.4rem;
}
.index-box-4 .index-more {
  margin: 0 auto;
}
.index-box-4 .list {
  margin-top: 0.7rem;
}
.index-box-4 ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-4 li {
  width: 20%;
  border-right: 1px solid #d9d9d9;
}
.index-box-4 li:last-child {
  border-right: none;
}
.index-box-4 li:hover .icon img {
  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-4 li:hover .icon:before {
  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 li:hover .icon:after {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  border-color: rgba(246, 126, 0, 0.5);
}
.index-box-4 li p {
  font-size: var(--fs20);
  line-height: 24px;
  font-family: "mm";
  margin-top: 0.3rem;
}
.index-box-4 .icon {
  width: 1rem;
  height: 1rem;
  margin: 0 auto;
  position: relative;
  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;
}
.index-box-4 .icon img {
  display: block;
  position: relative;
  top: 0.16rem;
  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;
  margin: 0 auto;
  width: 0.68rem;
}
.index-box-4 .icon:before,
.index-box-4 .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid rgba(246, 126, 0, 0.8);
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-box-4 .icon:before {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  opacity: 0;
  visibility: hidden;
}
.index-box-4 .icon:after {
  border-color: transparent;
}
@media (max-width: 1004px) {
  .content {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
  .index-box-4 .content {
    width: 100%;
  }
  .index-box-4 .list {
    margin-top: 0.7rem;
  }
  .index-box-4 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;
    justify-content: center;
  }
  .index-box-4 li {
    width: 33.33%;
    padding: 0.3rem 0.2rem;
    border-bottom: 1px solid #d9d9d9;
  }
  .index-box-4 li:nth-child(3) {
    border-right: none;
  }
  .index-box-4 li:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .index-box-4 li p {
    font-size: var(--fs16);
    line-height: 0.4rem;
    margin-top: 0.1rem;
  }
  .index-box-4 .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
  .index-box-4 .icon img {
    top: 0.24rem;
    width: 0.7rem;
  }
}
.index-box-5 {
  position: relative;
  min-height: 8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.index-box-5:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-box-5 .box-container {
  padding-top: 0.3rem;
  position: relative;
  z-index: 10;
}
.index-box-5 .content {
  width: 1284px;
  margin: 0 auto 0.8rem;
  text-align: center;
}
.index-box-5 .index-more {
  margin: 0.9rem auto 0;
}
.data ul {
  list-style-type: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.data li {
  width: 25%;
  text-align: center;
}
.data .num {
  font-family: "regular";
  font-weight: 700;
  font-size: var(--fs60);
  line-height: 0.6rem;
  color: #ffffff;
}
.data p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 0.12rem;
}
@media (max-width: 1004px) {
  .index-box-5 {
    min-height: inherit;
    background-attachment: inherit;
    text-align: center;
  }
  .index-box-5 .content {
    width: 100%;
  }
  .data ul {
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .data li {
    width: 48%;
    text-align: center;
    margin-top: 0.48rem;
  }
  .data li:nth-child(-n+2) {
    margin-top: 0;
  }
  .data .num {
    font-size: var(--fs60);
    line-height: 0.6rem;
  }
  .data p {
    font-size: var(--fs16);
    line-height: 0.44rem;
  }
}
.index-box-6 {
  background: #f3f9fd;
}
.index-box-6 .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;
  align-items: flex-start;
}
.index-box-6 .index-title-box {
  margin-bottom: 0.4rem;
}
.index-box-6 .info-box {
  width: 40.3%;
}
.index-box-6 .brief {
  font-size: var(--fs18);
  line-height: 0.3rem;
  color: #666;
  margin-bottom: 0.4rem;
  height: 1.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.index-box-6 .swiper-box {
  width: 47.22%;
}
.index-box-6 .swiper-container {
  padding-top: 12px;
  padding-bottom: 12px;
}
.index-box-6 .swiper-slide {
  width: 2.1rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.04);
}
.index-box-6 .swiper-slide:hover 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-box-6 .swiper-slide img {
  height: 1.13rem;
  object-fit: contain;
}
@media (max-width: 1004px) {
  .index-box-6 .box-container {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .index-box-6 .index-title-box {
    margin-bottom: 0.3rem;
  }
  .index-box-6 .info-box {
    width: 100%;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-bottom: 0.6rem;
  }
  .index-box-6 .brief {
    line-height: 0.48rem;
    margin-bottom: 0.4rem;
    height: auto;
  }
  .index-box-6 .swiper-box {
    width: 100%;
  }
  .index-box-6 .swiper-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.index-box-7 .main {
  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-7 .item {
  width: calc(33.34% - 0.3rem);
}
.index-box-7 .item: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);
  opacity: 0.8;
}
.index-box-7 .item:first-child {
  width: 66.66%;
}
.index-box-7 .item:first-child .pic img {
  height: 5.53rem;
}
.index-box-7 .item:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.index-box-7 .item a {
  display: block;
  position: relative;
}
.index-box-7 .item .title {
  font-family: "regular";
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index-box-7 .pic {
  position: relative;
  background: #000;
}
.index-box-7 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(../img/newsshadow.png) repeat-x;
  background-size: 100% 100%;
}
.index-box-7 .pic img {
  transition-property: all;
  height: 2.61rem;
  object-fit: cover;
}
.index-box-7 .info {
  position: absolute;
  left: 0;
  bottom: 0.28rem;
  padding: 0 0.28rem;
  width: 100%;
  z-index: 11;
}
.index-box-7 .date {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 0.07rem;
}
@media (max-width: 1004px) {
  .index-box-7 .main {
    display: block;
  }
  .index-box-7 .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .index-box-7 .item:last-child {
    margin-bottom: 0;
  }
  .index-box-7 .item:first-child {
    width: 100%;
  }
  .index-box-7 .item:first-child .pic img {
    height: auto;
  }
  .index-box-7 .item:nth-child(3) {
    position: relative;
  }
  .index-box-7 .item .title {
    font-size: var(--fs20);
    line-height: 0.48rem;
  }
  .index-box-7 .pic img {
    height: auto;
  }
  .index-box-7 .info {
    bottom: 0.4rem;
    padding: 0 0.3rem;
  }
  .index-box-7 .date {
    font-size: var(--fs16);
    line-height: 0.44rem;
    margin-top: 0.1rem;
  }
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.98rem;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  font-family: "hr";
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #fff;
  border: solid 1px #eee;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .dot {
  line-height: 0.38rem;
}
.pageNum .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}
.pageNum .prev {
  background-image: url(../img/icon-left2.png);
}
.pageNum .prev:hover {
  background-image: url(../img/icon-left.png);
}
.pageNum .next {
  background-image: url(../img/icon-right2.png);
}
.pageNum .next:hover {
  background-image: url(../img/icon-right.png);
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #f67e00;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #f67e00;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 1004px) {
  .pageNum {
    display: none;
  }
  .pageMore {
    display: block;
  }
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.36rem;
}
@media (max-width: 1004px) {
  .page-wrapper .content {
    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: #f67e00;
}
.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 (max-width: 1004px) {
  .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);
  }
}
#chase {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
#chase .sub {
  position: absolute;
  background: #f67e00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
#chase .sub1 {
  position: fixed;
  z-index: 1;
}
#chase .sub1 .sub {
  width: 22px;
  height: 22px;
  left: -11px;
  top: -11px;
  opacity: 0.1;
  -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, left 0.1s ease-in-out, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, left 0.1s ease-in-out, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out, left 0.1s ease-in-out, top 0.1s ease-in-out, opacity 0.1s ease-in-out;
}
#chase .sub2 {
  position: fixed;
  z-index: 2;
}
#chase .sub2 .sub {
  width: 6px;
  height: 6px;
  left: -3px;
  top: -3px;
  -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, left 0.1s ease-in-out, top 0.1s ease-in-out;
  -o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out, left 0.1s ease-in-out, top 0.1s ease-in-out;
  transition: width 0.1s ease-in-out, height 0.1s ease-in-out, left 0.1s ease-in-out, top 0.1s ease-in-out;
}
.btn-hover {
  position: relative;
  overflow: hidden;
}
.btn-hover span {
  position: relative;
  z-index: 1;
}
.btnbg {
  background-color: #f67e00;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /* animation-timing-function: ease-in-out; */
}
.desplode-circle {
  animation: desplode 0.5s forwards;
}
.explode-circle {
  animation: explode 0.5s forwards;
}
@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  100% {
    width: 260px;
    height: 260px;
    margin-left: -130px;
    margin-top: -130px;
    background-color: #f67e00;
  }
}
@keyframes desplode {
  0% {
    width: 260px;
    height: 260px;
    margin-left: -130px;
    margin-top: -130px;
    background-color: #f67e00;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(31, 40, 112, 0.65);
  }
}
@keyframes kusan {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 173%;
    height: 173%;
  }
}
@keyframes kusan2 {
  0% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 130%;
    height: 130%;
  }
}
