.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;
}
@media screen and (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f8f9;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #e60012;
  }
  .index-box-1 .swiper-slide:hover:before {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1600px) {
  :root {
    --fs24: 0.22rem;
    --fs28: 0.26rem;
    --fs30: 0.28rem;
    --fs36: 0.34rem;
    --fs48: 0.44rem;
  }
  .box-container {
    width: 14rem;
  }
  .pc-nav-box li {
    margin-right: 0.64rem;
  }
  .index-box {
    margin-top: 1.3rem;
  }
  .index-box-1 .info {
    padding: 0 0.5rem;
  }
  .index-box-2 .pic.on {
    width: 14rem;
  }
  .index-box-1 .icon {
    height: 0.44rem;
  }
  .index-box-1 .base .title {
    margin-top: 0.48rem;
  }
  .index-box-2 .desc {
    margin: 0.18rem auto 0.48rem;
  }
  .index-box-4 .map {
    height: 5.82rem;
  }
  .index-box-4 .info {
    padding: 0 0.4rem 0 0.6rem;
  }
  .index-box-4 .tel {
    margin: 0.2rem auto 0.1rem;
  }
  .index-box-4 .qrcode {
    margin-top: 0.4rem;
  }
  .footer-wrapper {
    padding: 0.76rem 0 0.6rem;
  }
  .footer-wrapper .center {
    margin: 0.8rem auto 0.6rem;
  }
  .footer-nav-box .nav a {
    margin-bottom: 0.18rem;
  }
  .footer-nav-box li > a {
    margin-bottom: 0.3rem;
  }
  .index-banner-wrapper .title {
    font-size: 0.56rem;
    line-height: 0.7rem;
  }
}
@media screen and (max-width: 1440px) {
  :root {
    --fs14: 0.14rem;
    --fs15: 0.15rem;
    --fs36: 0.32rem;
    --fs48: 0.4rem;
  }
  .index-box {
    margin-top: 1.1rem;
  }
  .index-title-box {
    margin-bottom: 0.5rem;
  }
  .more {
    width: 1.3rem;
    line-height: 0.46rem;
  }
  .index-more {
    width: 1.74rem;
    line-height: 0.52rem;
    height: 0.52rem;
  }
  .index-box-1 .desc {
    margin: 0.2rem auto 0.48rem;
  }
  .index-box-1 .icon {
    height: 0.4rem;
  }
  .index-box-1 .base .title {
    margin-top: 0.36rem;
  }
  .index-box-1 .base {
    bottom: 0.3rem;
  }
  .index-box-2 .desc {
    margin: 0.14rem auto 0.4rem;
  }
  .footer-wrapper {
    padding: 0.66rem 0 0.5rem;
  }
  .footer-wrapper .top {
    padding-bottom: 0.4rem;
  }
  .footer-wrapper .center {
    margin: 0.64rem auto 0.5rem;
  }
  .footer-nav-box li > a {
    margin-bottom: 0.24rem;
  }
  .footer-nav-box .nav a {
    margin-bottom: 0.14rem;
  }
  .footer-wrapper .contact,
  .footer-wrapper .tel {
    line-height: 0.36rem;
  }
  .pc-nav-box .nav a {
    margin-right: 0.52rem;
  }
  .index-banner-wrapper .title {
    font-size: 0.52rem;
    line-height: 0.68rem;
  }
}
@media screen and (max-width: 1366px) {
  .index-box {
    margin-top: 1rem;
  }
  .footer-wrapper .center {
    margin-top: 0.6rem;
  }
  .index-banner-wrapper .title {
    font-size: 0.5rem;
    line-height: 0.66rem;
  }
}
@media screen and (max-width: 1004px) {
  .box-container,
  .w1200 {
    width: 100%;
    padding: 0 0.3rem;
  }
  .hidden-xs {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .nav-icon {
    font-size: 0;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    background-color: #e60012;
  }
  .nav-icon.on span:nth-child(1) {
    transform: rotate(45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon.on span:nth-child(2) {
    opacity: 0;
  }
  .nav-icon.on span:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0;
    transition: margin 180ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms, -webkit-transform 270ms cubic-bezier(0.215, 0.61, 0.355, 1) 180ms;
  }
  .nav-icon span {
    display: inline-block;
    width: 0.48rem;
    height: 0.04rem;
    background: #fff;
    position: absolute;
    left: 0.36rem;
    top: 0.56rem;
    z-index: 10;
    transform-origin: center center;
    transition: margin 140ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 230ms, transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms, -webkit-transform 280ms cubic-bezier(0.215, 0.61, 0.355, 1) 0ms;
  }
  .nav-icon span:nth-child(1) {
    margin-top: -0.14rem;
  }
  .nav-icon span:nth-child(2) {
    margin-top: 0;
  }
  .nav-icon span:nth-child(3) {
    margin-top: 0.14rem;
  }
  .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: #e60012;
  }
  .phone-nav ul li {
    position: relative;
  }
  .phone-nav ul li.active .cat {
    color: #e60012;
    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: #e60012;
    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: #e60012;
  }
  .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;
  }
  .pic img.pc {
    display: none;
  }
  .pic img.phone {
    display: block;
  }
  .search-form {
    top: 1.2rem;
    padding: 0.24rem 0;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.05);
    /* input placeholder  */
  }
  .search-form img {
    width: 14px;
  }
  .search-form .main {
    width: 100%;
    padding: 0 0.3rem;
  }
  .search-form .keywords {
    line-height: 40px;
    margin-left: 15px;
    font-size: 14px;
    padding-right: 20px;
  }
  .search-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
  }
  .search-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
  }
  .search-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 14px;
  }
  .search-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 14px;
  }
  .search-form .close {
    margin-top: -10px;
    width: 16px;
    height: 16px;
    right: 15px;
  }
  .search-form .search-btn img {
    width: 0.3rem;
  }
  .header-wrapper {
    padding-left: 0.3rem;
    background-color: #fff;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  }
  .header-wrapper .box {
    height: 1.2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header-wrapper .logo-box {
    width: 40%;
  }
  .header-wrapper .lang,
  .header-wrapper .search {
    width: 1.2rem;
    height: 1.2rem;
    background-size: 0.34rem;
  }
  .header-wrapper .lang {
    background-color: #fff;
    background-image: url(../img/lang.png);
  }
  .header-wrapper .search {
    background-color: #f8f8f8;
    background-image: url(../img/search2.png);
  }
  .p_h {
    height: 1.2rem;
  }
  .links,
  .share,
  .footer-nav-box,
  .pc-nav-box {
    display: none;
  }
  :root {
    --fs14: 0.26rem;
    --fs15: 0.28rem;
    --fs16: 0.3rem;
    --fs18: 0.32rem;
    --fs20: 0.34rem;
    --fs24: 0.36rem;
    --fs28: 0.38rem;
    --fs30: 0.4rem;
    --fs36: 0.42rem;
    --fs48: 0.56rem;
  }
  .index-banner-wrapper .swiper-slide img {
    display: none;
  }
  .index-banner-wrapper .swiper-slide img.phone {
    display: block;
  }
  .index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.16rem;
  }
  .index-box {
    margin-top: 1rem;
  }
  .index-more {
    width: 2.8rem;
    line-height: 0.76rem;
    height: 0.76rem;
    font-size: 0.24rem;
  }
  .more {
    width: 1.8rem;
    line-height: 0.6rem;
    height: 0.6rem;
    font-size: 0.24rem;
  }
  .index-title-box {
    display: block;
    text-align: center;
    margin-bottom: 0.8rem;
  }
  .index-title-box .index-more {
    margin: 0.4rem auto 0;
  }
  .index-box-1 .swiper-slide {
    width: 49%;
  }
  .index-box-1 .pic img {
    height: 6rem;
  }
  .index-box-1 .info {
    padding: 0 0.2rem;
  }
  .index-box-1 .info .title {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .index-box-1 .icon {
    height: 0.5rem;
  }
  .index-box-1 .desc {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 1.2rem;
    margin: 0.2rem auto 0.36rem;
  }
  .index-box-1 .base {
    bottom: 0.26rem;
    padding: 0 0.4rem;
  }
  .index-box-1 .base .title {
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
    margin-top: 0.4rem;
  }
  .index-box-2 .pic.on {
    width: calc(100% - 0.6rem);
  }
  .index-box-2 .pic > img {
    height: 4.6rem;
    object-fit: cover;
  }
  .index-box-2 .info .inner {
    width: 90%;
  }
  .index-box-2 h2,
  .index-box-2 .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .index-box-2 h2 {
    line-height: 0.6rem;
  }
  .index-box-2 .desc {
    font-size: 0.24rem;
    line-height: 0.4rem;
    margin: 0.12rem auto 0.5rem;
  }
  .index-box-3 li {
    position: static;
    margin-bottom: 0.06rem;
  }
  .index-box-3 li:last-child {
    margin-bottom: 0;
  }
  .index-box-3 li:first-child {
    width: 100%;
    height: auto;
  }
  .index-box-3 li:nth-child(2) {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .index-box-3 li:nth-child(3),
  .index-box-3 li:nth-child(4) {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-top: 0;
  }
  .index-box-3 li a {
    height: auto;
  }
  .index-box-3 .pic {
    height: auto;
  }
  .index-box-3 .pic img {
    height: 4rem;
  }
  .index-box-3 .name {
    bottom: 0.6rem;
    line-height: 0.44rem;
    height: 0.44rem;
    -webkit-line-clamp: 1;
    padding: 0 0.6rem;
  }
  .index-box-4 {
    margin-bottom: 0.6rem;
  }
  .index-box-4 .main {
    flex-flow: wrap;
    background-color: transparent;
  }
  .index-box-4 .map {
    width: 100%;
    height: 6rem;
  }
  .index-box-4 .info {
    width: 100%;
    padding: 0.7rem 0.5rem;
    background-color: #fff;
  }
  .index-box-4 .title {
    line-height: 0.48rem;
    font-size: 0.36rem;
  }
  .index-box-4 .contact,
  .index-box-4 .tel {
    font-size: var(--fs15);
    line-height: 0.48rem;
  }
  .index-box-4 .tel {
    margin: 0.3rem auto 0.12rem;
  }
  .index-box-4 .qrcode {
    width: 2.4rem;
    margin-top: 0.6rem;
  }
  .footer-wrapper {
    padding: 1rem 0 0.8rem;
  }
  .footer-wrapper .box-container > div {
    display: block;
  }
  .footer-wrapper .top {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer-wrapper .logo {
    width: 60%;
    margin: 0 auto;
  }
  .footer-wrapper .contact-box {
    width: 100%;
    text-align: center;
  }
  .footer-wrapper .contact,
  .footer-wrapper .tel,
  .footer-wrapper .address {
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .footer-wrapper .contact,
  .footer-wrapper .tel {
    line-height: 0.8rem;
  }
  .footer-wrapper .address {
    line-height: 0.48rem;
  }
  .footer-wrapper .qrcode {
    margin: 0.3rem auto 0;
    width: 2rem;
  }
  .footer-wrapper .center {
    margin: 0.6rem auto 0.6rem;
  }
  .footer-wrapper .copyright,
  .footer-wrapper .copyright a {
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.8);
  }
  .footer-wrapper .copyright {
    line-height: 0.48rem;
    max-width: inherit;
    width: 100%;
    text-align: center;
  }
}
