.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.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;
  background-color: #f8f8f8;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
:root {
  --fs14: 14px;
  --fs15: 15px;
  --fs16: 0.16rem;
  --fs18: 0.18rem;
  --fs20: 0.2rem;
  --fs24: 0.24rem;
  --fs28: 0.28rem;
  --fs30: 0.3rem;
  --fs36: 0.36rem;
  --fs48: 0.48rem;
}
.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;
}
.phone-nav {
  display: none;
}
.links {
  font-size: 0;
  max-width: 40%;
}
.links a {
  position: relative;
  font-size: var(--fs15);
  margin-right: 0.25rem;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-family: Arial;
  color: #fff;
  margin-right: 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;
}
.links a:hover {
  color: #e60012;
}
.links a:last-child {
  margin-right: 0;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.index-box {
  margin-top: 1.44rem;
}
.index-more,
.more {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "regular";
  text-transform: uppercase;
  font-size: var(--fs15);
  background: #e60012;
  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:hover,
.more:hover {
  background: #1d458d;
}
.index-more {
  width: 1.92rem;
  line-height: 0.56rem;
}
.more {
  width: 1.44rem;
  line-height: 0.48rem;
}
.header-wrapper {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  padding-left: 0.48rem;
  background: #fff;
}
.header-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 1rem;
}
.header-wrapper .logo-box {
  width: 14.96%;
}
.header-wrapper .logo-box a {
  display: block;
  width: 100%;
}
.header-wrapper .logo-box img {
  display: block;
  width: 100%;
}
.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,
.header-wrapper .search {
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.header-wrapper .lang {
  background-color: #f8f8f8;
  background-image: url(../img/lang.png);
}
.header-wrapper .search {
  cursor: pointer;
  background-color: #e60012;
  background-image: url(../img/search.png);
}
.pc-nav-box {
  margin: 0 0.62rem;
  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 */
  justify-content: flex-end;
}
.pc-nav-box li {
  margin-right: 0.76rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.pc-nav-box li:hover .nav a {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.pc-nav-box li:hover > a,
.pc-nav-box li.on > a {
  color: #e60012;
}
.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 > a {
  position: relative;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1rem;
  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;
}
.pc-nav-box li > a:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.pc-nav-box a {
  font-family: Arial;
}
.pc-nav-box .nav {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  overflow: 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;
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.04);
  background-color: rgba(255, 255, 255, 0.88);
}
.pc-nav-box .nav a {
  display: inline-block;
  font-size: var(--fs15);
  font-weight: 700;
  line-height: 0.72rem;
  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;
  margin-right: 0.58rem;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 50px);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.8s;
  text-transform: capitalize;
}
.pc-nav-box .nav a:last-child {
  margin-right: 0;
}
.pc-nav-box .nav a:hover {
  color: #e60012;
}
.share {
  font-size: 0;
}
.share a {
  display: inline-block;
  vertical-align: top;
  width: 0.46rem;
  height: 0.46rem;
  border: solid 1px rgba(204, 204, 204, 0.2);
  border-radius: 50%;
  margin-right: 0.2rem;
  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;
}
.share a:last-child {
  margin-right: 0;
}
.share a:hover {
  background-color: #e60012;
}
.footer-wrapper {
  background-color: #1d458d;
  padding: 0.83rem 0 0.6rem;
}
.footer-wrapper .box-container > div {
  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 .top {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-wrapper .logo {
  width: 21.875%;
}
.footer-wrapper .logo a {
  display: block;
}
.footer-wrapper .logo img {
  display: block;
  width: 100%;
}
.footer-wrapper .contact-box {
  width: 21%;
}
.footer-wrapper .contact,
.footer-wrapper .tel,
.footer-wrapper .address {
  font-family: Arial;
  font-size: var(--fs15);
  color: #fff;
}
.footer-wrapper .contact,
.footer-wrapper .tel {
  line-height: 0.45rem;
}
.footer-wrapper .address {
  line-height: 0.3rem;
}
.footer-wrapper .tel b {
  font-size: var(--fs24);
  font-family: "mb";
}
.footer-wrapper .qrcode {
  margin-top: 0.38rem;
  width: 1.42rem;
}
.footer-wrapper .qrcode img {
  display: block;
  width: 100%;
}
.footer-wrapper .center {
  margin: 0.92rem auto 0.68rem;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs15);
  color: #fff;
}
.footer-wrapper .copyright {
  line-height: 24px;
  max-width: 56%;
}
.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: #e60012;
}
.footer-nav-box {
  width: 67.96%;
}
.footer-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box li > a {
  margin-bottom: 0.4rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  font-family: "mb";
  text-transform: uppercase;
}
.footer-nav-box li > a:hover {
  color: #e60012;
}
.footer-nav-box a {
  display: block;
  color: #fff;
  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;
}
.footer-nav-box .nav a {
  font-family: Arial;
  font-size: var(--fs15);
  line-height: 0.24rem;
  margin-bottom: 0.22rem;
  opacity: 0.8;
}
.footer-nav-box .nav a:hover {
  color: #e60012;
  opacity: 1;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  -o-transform: translateY(120px);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  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-banner-wrapper .title {
  font-size: 0.6rem;
  line-height: 0.72rem;
  font-style: italic;
  font-family: "mb";
  color: #fff;
  text-align: center;
  text-shadow: 0 5px 25px rgba(0, 0, 0, 0.33);
}
.index-banner-wrapper .swiper-pagination {
  display: block;
  bottom: 0.48rem;
  font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 0.12rem;
  width: 0.61rem;
  height: 0.03rem;
  background-color: rgba(238, 238, 238, 0.8);
  border: none;
  position: relative;
  border-radius: 0;
}
.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-pagination .swiper-pagination-bullet:before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #e60012;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: width 3s ease;
  -webkit-transition: width 3s ease;
  -moz-transition: width 3s ease;
  -ms-transition: width 3s ease;
  -o-transition: width 3s ease;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
}
.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;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.04);
  /* input placeholder  */
}
.search-form .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 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: var(--fs15);
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #e60012;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.index-title-box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.64rem;
}
.index-title-box h3 {
  font-size: var(--fs48);
  font-family: "mb";
  text-transform: uppercase;
  line-height: 0.56rem;
}
.index-title-box h3 b {
  color: #e60012;
}
.index-box-1 .swiper-slide {
  cursor: pointer;
  width: 20.966%;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding-left: 2px;
}
.index-box-1 .swiper-slide:first-child {
  padding-left: 0;
}
.index-box-1 .swiper-slide.active {
  width: 37.1%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.index-box-1 .swiper-slide.active .info {
  transform: translateY(-50%) scaleX(1);
  -webkit-transform: -webkit-translateY(-50%) -webkit-scaleX(1);
  -ms-transform: -ms-translateY(-50%) -ms-scaleX(1);
  -moz-transform: -moz-translateY(-50%) -moz-scaleX(1);
  -o-transform: -o-translateY(-50%) -o-scaleX(1);
}
.index-box-1 .swiper-slide.active .base .title {
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
}
.index-box-1 .swiper-slide.active .base .icon {
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
}
.index-box-1 .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  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;
  opacity: 0;
  visibility: hidden;
}
.index-box-1 .pic {
  position: relative;
}
.index-box-1 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/shadow.png) repeat left bottom;
  background-size: 100% 100%;
}
.index-box-1 .pic img {
  height: 7.68rem;
  object-fit: cover;
}
.index-box-1 .info {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 0 0.6rem;
  transform: translateY(-50%) scaleX(0);
  -webkit-transform: -webkit-translateY(-50%) -webkit-scaleX(0);
  -ms-transform: -ms-translateY(-50%) -ms-scaleX(0);
  -moz-transform: -moz-translateY(-50%) -moz-scaleX(0);
  -o-transform: -o-translateY(-50%) -o-scaleX(0);
  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;
  transition-delay: 0.15s;
}
.index-box-1 .info .title {
  font-size: var(--fs36);
  line-height: 0.36rem;
}
.index-box-1 .title {
  color: #fff;
  font-family: "regular";
}
.index-box-1 .icon {
  display: block;
  height: 0.48rem;
  object-fit: contain;
}
.index-box-1 .desc {
  font-size: var(--fs16);
  color: #fff;
  line-height: 0.3rem;
  font-family: Arial;
  height: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0.3rem auto 0.54rem;
}
.index-box-1 .more {
  margin: 0 auto;
}
.index-box-1 .base {
  position: absolute;
  left: 0;
  bottom: 0.34rem;
  z-index: 10;
  width: 100%;
  padding: 0 0.3rem;
}
.index-box-1 .base .title {
  font-size: var(--fs18);
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.48rem;
  margin-top: 0.6rem;
}
.index-box-1 .base .title,
.index-box-1 .base .icon {
  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-box-2 .pic {
  position: relative;
  margin: 0 auto;
}
.index-box-2 .pic:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.index-box-2 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.6s linear;
}
.index-box-2 .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-2 .info .inner {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.index-box-2 .desc,
.index-box-2 h2 {
  color: #fff;
}
.index-box-2 h2 {
  font-size: var(--fs36);
  line-height: 0.48rem;
  text-transform: uppercase;
  font-family: "regular";
}
.index-box-2 .desc {
  font-size: var(--fs18);
  font-family: Arial;
  line-height: 0.36rem;
  margin: 0.22rem auto 0.54rem;
}
.index-box-2 .more {
  margin: 0 auto;
}
.index-box-3 ul {
  position: relative;
}
.index-box-3 li {
  position: absolute;
  z-index: 10;
}
.index-box-3 li:first-child {
  position: static;
  width: 44.53%;
  height: 8.56rem;
}
.index-box-3 li:nth-child(2) {
  right: 0;
  top: 0;
  width: 55.47%;
  height: 52.454%;
  padding-left: 2px;
}
.index-box-3 li:nth-child(3),
.index-box-3 li:nth-child(4) {
  bottom: 0;
  width: 27.732%;
  padding-left: 2px;
  padding-top: 2px;
  height: 47.546%;
}
.index-box-3 li:nth-child(3) {
  right: 27.732%;
}
.index-box-3 li:nth-child(4) {
  right: 0;
}
.index-box-3 li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 li a {
  position: relative;
  display: block;
  height: 100%;
}
.index-box-3 .pic {
  position: relative;
  height: 100%;
}
.index-box-3 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/shadow2.png) repeat-x left bottom;
  background-size: 100% 100%;
}
.index-box-3 .pic img {
  height: 100%;
  object-fit: cover;
}
.index-box-3 .name {
  position: absolute;
  left: 0;
  bottom: 0.18rem;
  z-index: 10;
  width: 100%;
  color: #fff;
  line-height: 0.3rem;
  font-size: var(--fs20);
  font-family: "regular";
  text-transform: uppercase;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 0.4rem;
}
.index-box-4 {
  margin-bottom: 1.12rem;
}
.index-box-4 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  background-color: #fff;
}
.index-box-4 .map {
  width: 60.42%;
  height: 6.48rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.index-box-4 .map .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box-4 .info {
  width: 39.58%;
  padding: 0 0.48rem 0 0.7rem;
}
.index-box-4 .title {
  font-size: var(--fs30);
  line-height: 0.36rem;
  font-family: "mb";
  text-transform: uppercase;
}
.index-box-4 .contact,
.index-box-4 .tel {
  font-size: var(--fs15);
  color: #555;
  line-height: 0.3rem;
  font-family: Arial;
}
.index-box-4 .tel {
  margin: 0.26rem auto 0.14rem;
}
.index-box-4 .tel > b {
  color: #333;
  font-family: "regular";
  font-size: var(--fs24);
}
.index-box-4 .qrcode {
  width: 1.44rem;
  margin-top: 0.52rem;
  border: solid 1px #eee;
}
.index-box-4 .qrcode img {
  display: block;
  width: 100%;
}
/*分页*/
.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: #e60012;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #e60012;
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
