.linear {
  transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
}
.ease {
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
}
.ease-in {
  transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
}
.ease-out {
  transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}
.ease-in-out {
  transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}
.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1004px) {
  nav {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 99;
  }
  nav .nav-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    z-index: 99;
    background: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-top {
    width: auto;
    height: auto;
  }
  nav .nav-main .main-top .top-logo {
    position: relative;
    display: block;
    width: 1.8rem;
    height: 0.56rem;
    cursor: pointer;
  }
  nav .nav-main .main-top .top-logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-top .top-logo .img1 {
    opacity: 0;
  }
  nav .nav-main .main-top .top-logo .img2 {
    opacity: 1;
  }
  nav .nav-main .main-nav {
    display: none;
  }
  nav .nav-main .main-right {
    display: none;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-right .right-shop {
    position: relative;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-right .right-shop .shop-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    font-size: 0.16rem;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-right .right-shop .shop-title span {
    position: relative;
    width: 0.18rem;
    height: 0.18rem;
    margin-right: 0.1rem;
  }
  nav .nav-main .main-right .right-shop .shop-title span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  nav .nav-main .main-right .right-shop .shop-title span .img2 {
    opacity: 0;
  }
  nav .nav-main .main-right .right-shop .shop-cent {
    position: absolute;
    top: 1rem;
    width: 2.5rem;
    height: auto;
    padding: 0.12rem 0.25rem;
    background: #fff;
    border-radius: 0.05rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-right .right-shop .shop-cent::after {
    content: '';
    position: absolute;
    top: -0.3rem;
    left: 0.32rem;
    width: auto;
    height: auto;
    border: solid 0.15rem transparent;
    border-bottom: solid 0.15rem #fff;
  }
  nav .nav-main .main-right .right-shop .shop-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
  }
  nav .nav-main .main-right .right-shop .shop-cent .cent-link img {
    width: 0.38rem;
    height: auto;
    margin-right: 0.1rem;
  }
  nav .nav-main .main-right .right-shop .shop-cent .cent-link span {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.16rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-right .right-shop .shop-cent .cent-link:hover span {
    color: #c30d23;
    text-decoration: underline;
  }
  nav .nav-main .main-right .right-shop:hover .shop-cent {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-main .main-right .right-lang {
    position: relative;
    width: auto;
    height: 100%;
    margin-left: 0.4rem;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-right .right-lang .lang-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main .main-right .right-lang .lang-top .top-left {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.1rem;
  }
  nav .nav-main .main-right .right-lang .lang-top .top-left img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-right .right-lang .lang-top .top-left .img2 {
    opacity: 0;
  }
  nav .nav-main .main-right .right-lang .lang-top .top-text {
    font-family: Arial;
    font-size: 14px;
    color: #fff;
  }
  nav .nav-main .main-right .right-lang .lang-subnav {
    position: absolute;
    top: 1rem;
    left: 50%;
    width: 100px;
    height: auto;
    background: #fff;
    border-radius: 0.05rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 59;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-right .right-lang .lang-subnav .subnav-link {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    color: #333;
    border-bottom: solid 1px #f2f2f2;
  }
  nav .nav-main .main-right .right-lang .lang-subnav .subnav-link:hover {
    color: #fff;
    background: #c30d23;
  }
  nav .nav-main .main-right .right-lang:hover .lang-subnav {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-main .main-right .right-suosou {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.4rem;
    cursor: pointer;
  }
  nav .nav-main .main-right .right-suosou .suosou-icon {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-right .right-suosou .suosou-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-right .right-suosou .suosou-icon .img2 {
    opacity: 0;
  }
  nav .nav-main .main-right .right-mune {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.4rem;
    cursor: pointer;
  }
  nav .nav-main .main-right .right-mune .mune-icon {
    position: relative;
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-right .right-mune .mune-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-right .right-mune .mune-icon .img2 {
    opacity: 0;
  }
  nav .nav-main .main-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-web-right .right-shop {
    position: relative;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-web-right .right-shop .shop-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    font-size: 0.26rem;
    color: #c30d23;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-web-right .right-shop .shop-title span {
    position: relative;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
  }
  nav .nav-main .main-web-right .right-shop .shop-title span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  nav .nav-main .main-web-right .right-shop .shop-cent {
    position: absolute;
    top: 1rem;
    left: 50%;
    width: 3.5rem;
    height: auto;
    padding: 0.12rem 0.2rem;
    margin-left: -1.75rem;
    background: #fff;
    border-radius: 0.05rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-web-right .right-shop .shop-cent::after {
    content: '';
    position: absolute;
    top: -0.3rem;
    left: 0.32rem;
    width: auto;
    height: auto;
    border: solid 0.15rem transparent;
    border-bottom: solid 0.15rem #fff;
  }
  nav .nav-main .main-web-right .right-shop .shop-cent .cent-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.1rem 0;
  }
  nav .nav-main .main-web-right .right-shop .shop-cent .cent-link img {
    width: 0.38rem;
    height: auto;
    margin-right: 0.1rem;
  }
  nav .nav-main .main-web-right .right-shop .shop-cent .cent-link span {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.26rem;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-web-right .right-shop .shop-cent .cent-link:hover span {
    color: #c30d23;
    text-decoration: underline;
  }
  nav .nav-main .main-web-right .right-shop:hover .shop-cent {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-main .main-web-right .right-lang {
    position: relative;
    width: auto;
    height: 100%;
    margin-left: 0.4rem;
    border-radius: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-web-right .right-lang .lang-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  nav .nav-main .main-web-right .right-lang .lang-top .top-left {
    position: relative;
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
  }
  nav .nav-main .main-web-right .right-lang .lang-top .top-left img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-web-right .right-lang .lang-top .top-text {
    font-family: Arial;
    font-size: 0.26rem;
    color: #c30d23;
  }
  nav .nav-main .main-web-right .right-lang .lang-subnav {
    position: absolute;
    top: 1rem;
    left: 50%;
    width: 100px;
    height: auto;
    background: #fff;
    border-radius: 0.05rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 59;
    transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-web-right .right-lang .lang-subnav .subnav-link {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 0.26rem;
    text-align: center;
    line-height: 50px;
    color: #333;
    border-bottom: solid 1px #f2f2f2;
  }
  nav .nav-main .main-web-right .right-lang .lang-subnav .subnav-link:hover {
    color: #fff;
    background: #c30d23;
  }
  nav .nav-main .main-web-right .right-lang:hover .lang-subnav {
    opacity: 1;
    visibility: visible;
  }
  nav .nav-main .main-web-right .right-suosou {
    width: 0.4rem;
    height: auto;
    margin-left: 0.35rem;
  }
  nav .nav-main .main-web-right .right-suosou img {
    width: 100%;
  }
  nav .nav-main .main-web-right .right-caidan {
    width: 0.45rem;
    height: auto;
    margin-left: 0.35rem;
  }
  nav .nav-main .main-web-right .right-caidan img {
    width: 100%;
  }
  nav .nav-main:hover {
    background: #fff;
  }
  nav .nav-main:hover .main-top .top-logo .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-top .top-logo .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-nav .nav-list .list-title {
    color: #333;
  }
  nav .nav-main:hover .main-right .right-shop .shop-title {
    color: #c30d23;
  }
  nav .nav-main:hover .main-right .right-shop .shop-title span .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-right .right-shop .shop-title span .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-right .right-lang .lang-top .top-left .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-right .right-lang .lang-top .top-left .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-right .right-lang .lang-top .top-text {
    color: #c30d23;
  }
  nav .nav-main:hover .main-right .right-suosou .suosou-icon .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-right .right-suosou .suosou-icon .img2 {
    opacity: 1;
  }
  nav .nav-main:hover .main-right .right-mune .mune-icon .img1 {
    opacity: 0;
  }
  nav .nav-main:hover .main-right .right-mune .mune-icon .img2 {
    opacity: 1;
  }
  nav .nav-main-active {
    background: #fff;
    border-bottom: none;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.15);
  }
  nav .nav-main-active .main-cont .main-logo .img1 {
    opacity: 0;
  }
  nav .nav-main-active .main-cont .main-logo .img2 {
    opacity: 1;
  }
  nav .nav-main-active .main-cont .main-nav,
  nav .nav-main-active .main-cont .main-right {
    display: none;
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #c30d23;
    z-index: 999;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-search .hide-pic {
    position: absolute;
    top: 0.2rem;
    right: 0.4rem;
    width: 0.45rem;
  }
  nav .Whead-search .search-input {
    position: absolute;
    bottom: 0.6rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem;
  }
  nav .Whead-search .search-input .input-box {
    flex: 1;
  }
  nav .Whead-search .search-input .input-box input {
    width: 100%;
    height: 0.5rem;
    padding: 0.08rem 0;
    font-family: 'Arial';
    font-size: 0.26rem;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #fff;
  }
  nav .Whead-search .search-input .input-box input::-webkit-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-moz-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-box input:-ms-input-placeholder {
    font-family: 'Arial';
    color: #fff;
  }
  nav .Whead-search .search-input .input-icon {
    width: 0.3rem;
    margin-left: 0.2rem;
  }
  nav .sidebar-mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 119;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    z-index: 399;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 1.2rem;
    padding: 0 0.3rem;
    line-height: 1.2rem;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #c30d23;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    width: 1.8rem;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    width: auto;
    height: auto;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    border: solid 2px #d2d2d2;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-suosou img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #c30d23;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.32rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 {
    width: 0.4rem;
  }
  nav .Whead-sidebar .sidebar-top .top-icon2 img {
    width: 100%;
  }
  nav .Whead-sidebar .sidebar-top .box-lang {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.55rem;
    color: #1c1d21;
    border-radius: 50%;
    border: solid 1px #1c1d21;
  }
  nav .Whead-sidebar .sidebar-nav {
    width: 100%;
    height: calc(100% - 1.3rem);
    padding: 0 0.15rem;
    overflow-y: overlay;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar {
    width: 4px;
  }
  nav .Whead-sidebar .sidebar-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.12);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #e3e3e3;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.34rem 0.25rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 18px;
    width: 3px;
    height: 13px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 23px;
    width: 13px;
    height: 3px;
    background: #999;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
    flex: 1;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
    position: relative;
    width: 16px;
    height: 16px;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
    opacity: 0;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::before {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-no::after {
    display: none;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active {
    border-bottom: solid 1px transparent;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active .top-title {
    color: #c30d23;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #c30d23;
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::after {
    background: #c30d23;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.3rem;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.25rem;
    font-size: 0.3rem;
    color: #666;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    margin-top: 1.2rem;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.48rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.6s;
    -o-transition: all 0.5s 0.6s;
    -moz-transition: all 0.5s 0.6s;
    -webkit-transition: all 0.5s 0.6s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-subtitle {
    margin-top: 0.2rem;
    font-size: 0.48rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-text {
    width: 100%;
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #fff;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 0.8s;
    -o-transition: all 0.5s 0.8s;
    -moz-transition: all 0.5s 0.8s;
    -webkit-transition: all 0.5s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    margin-top: 0.6rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.5s 1s;
    -o-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -webkit-transition: all 0.5s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button {
    width: 2rem;
    height: 0.75rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.7rem;
    color: #fff;
    border-radius: 8px;
    border: solid 1px #737373;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button:hover {
    color: #000;
    background: linear-gradient(0deg, #f1c277, #f3d38e);
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button2 {
    width: 2rem;
    height: 0.75rem;
    margin-left: 0.3rem;
    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.7rem;
    color: #000;
    border-radius: 8px;
    background: linear-gradient(0deg, #f1c277, #f3d38e);
    border: solid 1px transparent;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-bottom .bottom-button2:hover {
    color: #fff;
    border: solid 1px #737373;
    background: transparent;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-pic {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    padding: 0 0.3rem;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.6s 0.8s;
    -o-transition: all 0.6s 0.8s;
    -moz-transition: all 0.6s 0.8s;
    -webkit-transition: all 0.6s 0.8s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-pic img {
    width: 100%;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump {
    width: 100%;
    height: auto;
    opacity: 0;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
    transition: all 0.6s 1s;
    -o-transition: all 0.6s 1s;
    -moz-transition: all 0.6s 1s;
    -webkit-transition: all 0.6s 1s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump .lump-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump .lump-text {
    margin-top: 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.28rem;
    line-height: 0.48rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump .lump-button {
    position: relative;
    width: 2.3rem;
    height: 0.8rem;
    margin: 0.45rem auto 0;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0.05rem;
    background: #c30d23;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump .lump-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    transform: translatey(100%);
    -o-transform: translatey(100%);
    -moz-transform: translatey(100%);
    -webkit-transform: translatey(100%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump .lump-button:hover {
    color: #c30d23;
    background: none;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-cont .cont-lump .lump-button:hover::after {
    transform: translatey(0%);
    -o-transform: translatey(0%);
    -moz-transform: translatey(0%);
    -webkit-transform: translatey(0%);
  }
  header .head-banner .banner-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: auto;
    height: 100%;
    opacity: 1;
    transform: translateX(-32%);
    -o-transform: translateX(-32%);
    -moz-transform: translateX(-32%);
    -webkit-transform: translateX(-32%);
  }
  header .head-banner .banner-cent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .banner-cent .cent-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    text-transform: uppercase;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title {
    font-size: 0.34rem;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-box {
    width: 100%;
    padding-left: 0;
  }
  header .head-banner .banner-cent .cent-box .box-title {
    width: 100%;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    text-align: center;
    text-transform: uppercase;
    color: #c30d23;
  }
  header .head-banner .banner-cent .cent-box .box-title em {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.48rem;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #c30d23;
    z-index: 69;
  }
  header .head-Wnav .Wnav-top {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.32rem;
    text-transform: uppercase;
    color: #fff;
    background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
    background-size: 0.24rem;
    padding: 0 0.2rem;
  }
  header .head-Wnav .top-on {
    background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
    background-size: 0.24rem !important;
  }
  header .head-Wnav .Wnav-ul {
    position: relative;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
    z-index: 99;
    transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
  }
  header .head-Wnav .Wnav-ul .Wnav-li {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.26rem;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ccc;
  }
  header .head-strip {
    display: none;
  }
  footer {
    width: 100%;
    height: auto;
  }
  footer .foot-main {
    width: 100%;
    height: auto;
    padding: 0.86rem 0.3rem;
    background: #f8f8f8;
  }
  footer .foot-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-main .main-cont .cont-left {
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-left .left-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.34rem;
    color: #000;
  }
  footer .foot-main .main-cont .cont-left .left-cent {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  footer .foot-main .main-cont .cont-left .left-cent .cent-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.1rem;
  }
  footer .foot-main .main-cont .cont-left .left-cent .cent-item span {
    width: 0.26rem;
    height: auto;
    line-height: 0.46rem;
  }
  footer .foot-main .main-cont .cont-left .left-cent .cent-item span img {
    width: 100%;
  }
  footer .foot-main .main-cont .cont-left .left-cent .cent-item .item-text {
    width: calc(100% - 0.4rem);
    height: auto;
    font-size: 0.24rem;
    line-height: 0.46rem;
    color: #333;
  }
  footer .foot-main .main-cont .cont-left .left-cent .cent-item .item-text span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.18rem;
    color: #c30d23;
  }
  footer .foot-main .main-cont .cont-left .left-cent .cent-item .item-text em {
    font-size: 0.16rem;
  }
  footer .foot-main .main-cont .cont-form {
    display: none;
    width: 3.12rem;
    height: auto;
  }
  footer .foot-main .main-cont .cont-form input {
    width: 100%;
    height: 0.48rem;
    padding: 0 0.15rem;
    margin-bottom: 0.16rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.14rem;
    color: #666;
    background: #fff;
    border: none;
  }
  footer .foot-main .main-cont .cont-form textarea {
    width: 100%;
    height: 0.96rem;
    padding: 0.16rem 0.15rem;
    margin-bottom: 0.16rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.14rem;
    color: #666;
    background: #fff;
    border: none;
  }
  footer .foot-main .main-cont .cont-form .form-button {
    display: block;
    width: 1.2rem;
    height: 0.48rem;
    margin-top: 0.16rem;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.48rem;
    color: #fff;
    border-radius: 0.05rem;
    border: solid 2px #c30d23;
    background: #c30d23;
  }
  footer .foot-main .main-cont .cont-form .form-button:hover {
    color: #c30d23;
    background: none;
  }
  footer .foot-main .main-cont .cont-right {
    width: 100%;
    height: auto;
    margin-top: 0.48rem;
  }
  footer .foot-main .main-cont .cont-right .right-share {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item {
    position: relative;
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0;
    margin-right: 0.4rem;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item img {
    position: absolute;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item .img2 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item:hover .img1 {
    opacity: 0;
  }
  footer .foot-main .main-cont .cont-right .right-share .share-item:hover .img2 {
    opacity: 1;
  }
  footer .foot-main .main-cont .cont-right .right-ewm {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  footer .foot-main .main-cont .cont-right .right-ewm .ewm-pic {
    width: 1.8rem;
    height: auto;
    margin-left: 0;
    margin-right: 0.24rem;
  }
  footer .foot-main .main-cont .cont-right .right-ewm .ewm-pic img {
    width: 100%;
  }
  footer .foot-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.15rem 0.3rem;
    background: #c30d23;
  }
  footer .foot-bottom .bottom-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  footer .foot-bottom .bottom-main .main-zizhi {
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
  }
  footer .foot-bottom .bottom-main .main-text {
    width: 100%;
    font-size: 0.26rem;
    text-align: center;
    color: #fff;
  }
  footer .foot-bottom .bottom-main .main-text:hover {
    text-decoration: underline;
  }
  .container {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem;
  }
  .container .cont-plate1 .plate1-top {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate1 .plate1-top .top-video {
    position: relative;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-top .top-video .hidden-box {
    width: 100%;
    height: 100%;
  }
  .container .cont-plate1 .plate1-top .top-video .hidden-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-top .top-video .hidden-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-top .top-video .hidden-box .box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .container .cont-plate1 .plate1-top .top-video .hidden-box .box-icon .icon-box {
    position: relative;
    width: 110px;
    height: 110px;
    cursor: pointer;
  }
  .container .cont-plate1 .plate1-top .top-video .hidden-box .box-icon .icon-box .right-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    z-index: 3;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-top .top-video .hidden-box .box-icon .icon-box .button-svg {
    stroke-dasharray: 251 251;
    stroke-dashoffset: 251;
    stroke: #fff;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .cont-plate1 .plate1-top .top-video .hidden-box .box-icon .icon-box:hover .button-svg {
    stroke-dashoffset: 0;
  }
  .container .cont-plate1 .plate1-top .top-video .hidden-box .box-icon .icon-text {
    margin-left: 0.2rem;
    font-size: 0.3rem;
    color: #fff;
  }
  .container .cont-plate1 .plate1-top .top-video .hidden-box:hover .box-pic img {
    transform: scale(1.05, 1.05) translateZ(0);
    -o-transform: scale(1.05, 1.05) translateZ(0);
    -moz-transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05 translateZ(0));
  }
  .container .cont-plate1 .plate1-top .top-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-top .top-video .video-box video {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 .plate1-top .top-cent {
    width: 100%;
    height: auto;
    margin-bottom: 0.7rem;
  }
  .container .cont-plate1 .plate1-top .top-cent .cent-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    text-transform: uppercase;
    color: #333;
  }
  .container .cont-plate1 .plate1-top .top-cent .cent-text {
    margin-top: 0.5rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate1 .plate1-top .top-cent .cent-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.8rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.05rem;
    border: solid 2px #c30d23;
    background: #c30d23;
  }
  .container .cont-plate1 .plate1-top .top-cent .cent-button:hover {
    color: #c30d23;
    background: none;
  }
  .container .cont-plate1 .plate1-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.7rem auto 0;
  }
  .container .cont-plate1 .plate1-data .data-item {
    width: 48%;
    height: auto;
    margin-top: 0.3rem;
  }
  .container .cont-plate1 .plate1-data .data-item .item-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    color: #c30d23;
  }
  .container .cont-plate1 .plate1-data .data-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    color: #666;
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem 1.3rem;
    background-color: #fcfcfc;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .cont-plate2 .plate2-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate2 .plate2-main .main-left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-left .left-title {
    width: 100%;
    margin-bottom: 0.6rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.52rem;
    text-transform: uppercase;
    color: #333;
  }
  .container .cont-plate2 .plate2-main .main-left .left-item {
    width: 33.33%;
    height: auto;
    margin-bottom: 0.45rem;
  }
  .container .cont-plate2 .plate2-main .main-left .left-item .item-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    color: #c30d23;
  }
  .container .cont-plate2 .plate2-main .main-left .left-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.18rem;
    color: #333;
  }
  .container .cont-plate2 .plate2-main .main-left .left-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    border-radius: 0.05rem;
    border: solid 2px #c30d23;
    background: #c30d23;
  }
  .container .cont-plate2 .plate2-main .main-left .left-button:hover {
    color: #c30d23;
    background: none;
  }
  .container .cont-plate2 .plate2-main .main-right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .container .cont-plate2 .plate2-main .main-right .right-item {
    width: calc(50% - 0.32rem);
    height: auto;
    margin-bottom: 0.55rem;
  }
  .container .cont-plate2 .plate2-main .main-right .right-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-right .right-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-right .right-item .item-title {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.3rem;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-main .main-right .right-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate2 .plate2-main .main-right .right-item:hover .item-title {
    color: #c30d23;
  }
  .container .cont-plate2 .plate2-main .main-right .right-item:nth-child(2n) {
    transform: translatey(0.96rem);
    -o-transform: translatey(0.96rem);
    -moz-transform: translatey(0.96rem);
    -webkit-transform: translatey(0.96rem);
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
  }
  .container .cont-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate3 .plate3-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .container .cont-plate3 .plate3-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item {
    position: relative;
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item .item-pic img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item .item-cent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3rem;
    height: 3rem;
    margin: -1.5rem 0 0 -1.5rem;
    padding: 0.5rem 0.3rem 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .container .cont-plate3 .plate3-main .main-box .box-item .item-cent .cent-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item .item-cent .cent-icon img {
    width: 100%;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item .item-cent .cent-title {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.3rem;
    text-align: center;
    color: #000;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate3 .plate3-main .main-box .box-item:hover .item-cent .cent-title {
    color: #c30d23;
  }
  .container .cont-plate3 .plate3-main .main-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin: 0.15rem auto 0;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    border-radius: 0.05rem;
    border: solid 2px #c30d23;
    background: #c30d23;
  }
  .container .cont-plate3 .plate3-main .main-button:hover {
    color: #c30d23;
    background: none;
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    padding: 1.26rem 0.3rem;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .cont-plate4 .plate4-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate4 .plate4-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .container .cont-plate4 .plate4-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item {
    width: 48%;
    height: auto;
    padding: 0.78rem 0.3rem 0.4rem;
    margin-right: 0;
    margin-bottom: 0.38rem;
    background: #fff;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-icon {
    width: 1rem;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-icon img {
    width: 100%;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item .item-title {
    margin-top: 0.6rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate4 .plate4-main .main-box .box-item:hover .item-title {
    color: #c30d23;
  }
  .container .cont-plate5 {
    width: 100%;
    height: auto;
    padding: 1.2rem 0.3rem 0.8rem;
  }
  .container .cont-plate5 .plate5-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate5 .plate5-main .main-left {
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-main .main-left .left-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-transform: uppercase;
    color: #000;
  }
  .container .cont-plate5 .plate5-main .main-left .left-text {
    margin-top: 1rem;
    font-size: 0.3rem;
    line-height: 0.4rem;
    color: #333;
  }
  .container .cont-plate5 .plate5-main .main-left .left-text2 {
    margin-top: 0.35rem;
    font-size: 0.26rem;
    color: #666;
  }
  .container .cont-plate5 .plate5-main .main-left .left-button {
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    border-radius: 0.05rem;
    border: solid 2px #c30d23;
    background: #c30d23;
  }
  .container .cont-plate5 .plate5-main .main-left .left-button:hover {
    color: #c30d23;
    background: none;
  }
  .container .cont-plate5 .plate5-main .main-right {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding-bottom: 0.8rem;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main .main-right .swiper-slide {
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-main .main-right .swiper-slide .slide-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate5 .plate5-main .main-right .swiper-slide .slide-box .box-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% / 4 - 0.15rem);
    height: 1.2rem;
    margin-right: 0.2rem;
    margin-bottom: 0.24rem;
    background: #fff;
    box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main .main-right .swiper-slide .slide-box .box-item img {
    max-width: 100%;
    width: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate5 .plate5-main .main-right .swiper-slide .slide-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .container .cont-plate5 .plate5-main .main-right .swiper-slide .slide-box .box-item:nth-child(5n) {
    margin-right: 0.2rem;
  }
  .container .cont-plate5 .plate5-main .main-right .swiper-slide .slide-box .box-item:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .container .cont-plate5 .plate5-main .main-right .swiper-pagination {
    position: absolute;
    bottom: 0;
    text-align: left;
  }
  .container .cont-plate5 .plate5-main .main-right .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px;
    opacity: 1;
    border: solid 1px #c30d23;
    background: none;
  }
  .container .cont-plate5 .plate5-main .main-right .swiper-pagination .swiper-pagination-bullet-active {
    background: #c30d23;
  }
  .container .cont-plate6 {
    width: 100%;
    height: auto;
    padding: 1.28rem 0;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container .cont-plate6 .plate6-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .container .cont-plate6 .plate6-main .main-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
  }
  .container .cont-plate6 .plate6-main .main-top .top-title {
    width: 100%;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-transform: uppercase;
    color: #000;
  }
  .container .cont-plate6 .plate6-main .main-top .top-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    margin-top: 0.3rem;
  }
  .container .cont-plate6 .plate6-main .main-top .top-list .list-item {
    display: block;
    width: 48%;
    height: auto;
    padding: 0.12rem 0.2rem;
    margin-left: 0;
    margin-bottom: 0.1rem;
    font-size: 0.26rem;
    text-align: center;
    color: #333;
    border-radius: 0.03rem;
    cursor: pointer;
  }
  .container .cont-plate6 .plate6-main .main-top .top-list .list-item:hover {
    color: #fff;
    background: #c30d23;
  }
  .container .cont-plate6 .plate6-main .main-top .top-list .list-item-active {
    color: #fff;
    background: #c30d23;
  }
  .container .cont-plate6 .plate6-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding-left: 0.3rem;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    top: 0.2rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide {
    width: 4.8rem;
    height: auto;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.56rem 0.46rem 0.5rem;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-cent .cent-title {
    font-size: 0.28rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-cent .cent-text {
    margin-top: 0.36rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-cent .cent-link {
    width: auto;
    margin: 0.4rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    text-transform: uppercase;
    color: #c30d23;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-cent .cent-link span {
    position: relative;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont .swiper-slide .cont-item .item-cent .cent-link span::after {
    content: '';
    position: absolute;
    bottom: -0.08rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c30d23;
  }
  .container .cont-plate6 .plate6-main .main-box .box-cont-active {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .about {
    width: 100%;
    height: auto;
  }
  .about .about-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.2rem 0.3rem 1rem;
  }
  .about .about-plate1 .plate1-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    text-transform: uppercase;
    color: #333;
  }
  .about .about-plate1 .plate1-English {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.72rem;
    text-transform: uppercase;
    color: #c30d23;
  }
  .about .about-plate1 .plate1-text {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #666;
  }
  .about .about-plate2 {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.3rem;
    background: #f8f8f8;
  }
  .about .about-plate2 .plate2-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-plate2 .plate2-data .data-item {
    width: 48%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .about .about-plate2 .plate2-data .data-item .item-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    color: #c30d23;
  }
  .about .about-plate2 .plate2-data .data-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.3rem;
    color: #666;
  }
  .about .about-plate3 {
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-video {
    position: relative;
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-video .hidden-box {
    width: 100%;
    height: 100%;
  }
  .about .about-plate3 .plate3-video .hidden-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-plate3 .plate3-video .hidden-box .box-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-video .hidden-box .box-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .about .about-plate3 .plate3-video .hidden-box .box-icon .icon-box {
    position: relative;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
  }
  .about .about-plate3 .plate3-video .hidden-box .box-icon .icon-box svg {
    display: none;
  }
  .about .about-plate3 .plate3-video .hidden-box .box-icon .icon-box .right-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    z-index: 3;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .about .about-plate3 .plate3-video .hidden-box .box-icon .icon-box .button-svg {
    stroke-dasharray: 251 251;
    stroke-dashoffset: 251;
    stroke: #fff;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .about .about-plate3 .plate3-video .hidden-box .box-icon .icon-box:hover .button-svg {
    stroke-dashoffset: 0;
  }
  .about .about-plate3 .plate3-video .hidden-box .box-icon .icon-text {
    margin-left: 0.3rem;
    font-size: 0.3rem;
    color: #fff;
  }
  .about .about-plate3 .plate3-video .hidden-box:hover .box-pic img {
    transform: scale(1.05, 1.05) translateZ(0);
    -o-transform: scale(1.05, 1.05) translateZ(0);
    -moz-transform: scale(1.05, 1.05) translateZ(0);
    -webkit-transform: scale(1.05, 1.05 translateZ(0));
  }
  .about .about-plate3 .plate3-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .about .about-plate3 .plate3-video .video-box video {
    width: 100%;
    height: auto;
  }
  .about .about-plate4 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1rem 0.3rem;
  }
  .about .about-plate4 .plate4-item {
    width: 100%;
    height: auto;
    padding: 0.4rem 0;
  }
  .about .about-plate4 .plate4-item:first-of-type {
    padding-right: 0;
  }
  .about .about-plate4 .plate4-item:nth-child(2) {
    padding: 0.4rem 0;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
    border-left: none;
    border-right: none;
  }
  .about .about-plate4 .plate4-item:last-of-type {
    padding-left: 0;
  }
  .about .about-plate4 .plate4-item .item-title {
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.34rem;
    line-height: 0.52rem;
    color: #333333;
  }
  .about .about-plate4 .plate4-item .item-text {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #666;
  }
  .history {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem 1.1rem;
  }
  .history .history-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .history .history-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .history .history-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.65rem;
  }
  .history .history-main .main-box .box-top {
    position: relative;
    width: 1.68rem;
    height: auto;
    margin: 0 auto;
  }
  .history .history-main .main-box .box-top img {
    width: 100%;
  }
  .history .history-main .main-box .box-top span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 5px rgba(255, 255, 255, 0.8);
    color: #c30d23;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .history .history-main .main-box .box-line {
    position: absolute;
    top: 1.1rem;
    left: 50%;
    width: 2px;
    height: calc(100% - 1rem);
    border-left: dashed 2px #dcdcdc;
    z-index: -1;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .history .history-main .main-box .box-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: -0.73rem;
    width: 2px;
    height: 100%;
    background: #f6f6f6;
  }
  .history .history-main .main-box .box-line::after {
    content: '';
    position: absolute;
    top: 0;
    right: -0.73rem;
    width: 2px;
    height: 100%;
    background: #f6f6f6;
  }
  .history .history-main .main-box .box-item {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto;
    margin-top: 0.15rem;
  }
  .history .history-main .main-box .box-item .item-lump {
    width: 50%;
    height: auto;
  }
  .history .history-main .main-box .box-item .item-lump .lump-year {
    position: relative;
    padding-left: 1rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    color: #c30d23;
  }
  .history .history-main .main-box .box-item .item-lump .lump-year::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.18rem;
    height: 0.18rem;
    border-radius: 50%;
    background: #c30d23;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .history .history-main .main-box .box-item .item-lump .lump-year::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.76rem;
    height: 1px;
    background: #c30d23;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .history .history-main .main-box .box-item .item-lump .lump-text {
    padding: 0.2rem 0 0 1rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #333;
  }
  .history .history-main .main-box .box-item:nth-child(even) {
    justify-content: flex-start;
  }
  .history .history-main .main-box .box-item:nth-child(even) .item-lump .lump-year {
    padding-left: 0;
    padding-right: 1rem;
    text-align: right;
  }
  .history .history-main .main-box .box-item:nth-child(even) .item-lump .lump-year::before {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
  }
  .history .history-main .main-box .box-item:nth-child(even) .item-lump .lump-year::after {
    left: auto;
    right: 0;
  }
  .history .history-main .main-box .box-item:nth-child(even) .item-lump .lump-text {
    padding: 0.2rem 1rem 0 0;
    text-align: right;
  }
  .honor {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
  }
  .honor .honor-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .honor .honor-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .honor .honor-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .honor .honor-main .main-box .box-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
    padding: 0.4rem 0.2rem;
    background: #f8f8f8;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-box .box-item .item-pic {
    width: 100%;
    height: 4rem;
    overflow: hidden;
  }
  .honor .honor-main .main-box .box-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-box .box-item .itme-title {
    margin-top: 0.3rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.3rem;
    line-height: 0.46rem;
    text-align: center;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .honor .honor-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .honor .honor-main .main-box .box-item:hover {
    background: #fff;
    box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
  }
  .honor .honor-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .honor .honor-main .main-box .box-item:hover .itme-title {
    color: #c30d23;
  }
  .honor .honor-main .main-button {
    display: block;
    width: 2.8rem;
    height: 0.8rem;
    margin: 0 auto;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    background: #c30d23;
    border-radius: 0.05rem;
    border: solid 2px #c30d23;
  }
  .honor .honor-main .main-button:hover {
    color: #c30d23;
    background: transparent;
  }
  .leader {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem 0.8rem;
  }
  .leader .leader-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .leader .leader-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .leader .leader-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .leader .leader-main .main-box .box-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0.48rem;
    background: #f8f8f8;
    cursor: pointer;
  }
  .leader .leader-main .main-box .box-item .item-pic {
    width: 3.12rem;
    height: auto;
    overflow: hidden;
  }
  .leader .leader-main .main-box .box-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .leader .leader-main .main-box .box-item .item-cent {
    width: calc(100% - 3.12rem);
    height: auto;
    padding: 0.8rem 0.4rem 0;
    background: #f8f8f8;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .leader .leader-main .main-box .box-item .item-cent .cent-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    color: #333;
  }
  .leader .leader-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.38rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #333;
  }
  .leader .leader-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .scientist {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
  }
  .scientist .scientist-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .scientist .scientist-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .scientist .scientist-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.8rem auto 0;
    background: #f8f8f8;
  }
  .scientist .scientist-main .main-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .scientist .scientist-main .main-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .scientist .scientist-main .main-box .box-cent {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.8rem;
  }
  .scientist .scientist-main .main-box .box-cent .cent-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.36rem;
    line-height: 0.5rem;
    text-transform: uppercase;
    color: #333;
  }
  .scientist .scientist-main .main-box .box-cent .cent-subtitle {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #333;
  }
  .scientist .scientist-main .main-box .box-cent .cent-text {
    position: relative;
    margin-top: 1rem;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #333;
  }
  .scientist .scientist-main .main-box .box-cent .cent-text::before {
    content: '“';
    position: absolute;
    top: -0.45rem;
    left: 0;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.72rem;
    color: #ccc;
  }
  .scientist .scientist-main .main-box .box-cent .cent-text::after {
    content: '”';
    position: absolute;
    bottom: -0.55rem;
    right: 0;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.72rem;
    color: #ccc;
  }
  .scientist .scientist-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .scientist .scientist-main .main-cont .cont-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(50% - 0.1rem);
    height: auto;
    margin-bottom: 0.3rem;
    background: #f8f8f8;
  }
  .scientist .scientist-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .scientist .scientist-main .main-cont .cont-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .scientist .scientist-main .main-cont .cont-item .item-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .scientist .scientist-main .main-cont .cont-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.2rem 0.35rem;
  }
  .scientist .scientist-main .main-cont .cont-item .item-cent .cent-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.32rem;
    line-height: 0.46rem;
    text-transform: uppercase;
    color: #333;
  }
  .scientist .scientist-main .main-cont .cont-item .item-cent .cent-subtitle {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #333;
  }
  .scientist .scientist-main .main-cont .cont-item .item-cent .cent-text {
    position: relative;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
    color: #333;
  }
  .scientist .scientist-main .main-lump {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .scientist .scientist-main .main-lump .lump-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(50% - 0.1rem);
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
    background: #f8f8f8;
  }
  .scientist .scientist-main .main-lump .lump-item:nth-child(3n) {
    margin-right: 0;
  }
  .scientist .scientist-main .main-lump .lump-item .item-pic {
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
  }
  .scientist .scientist-main .main-lump .lump-item .item-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .scientist .scientist-main .main-lump .lump-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0.2rem;
  }
  .scientist .scientist-main .main-lump .lump-item .item-cent .cent-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.28rem;
    line-height: 0.3rem;
    text-transform: uppercase;
    color: #333;
  }
  .scientist .scientist-main .main-lump .lump-item .item-cent .cent-text {
    position: relative;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #333;
  }
  .scientist .scientist-main .main-lump .lump-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .international {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
  }
  .international .international-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .international .international-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .international .international-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .international .international-main .main-cent span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
  .international .international-main .main-cent img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .autonomy {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
  }
  .autonomy .autonomy-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .autonomy .autonomy-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .autonomy .autonomy-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .autonomy .autonomy-main .main-cent span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
  .autonomy .autonomy-main .main-cent img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .autonomy .autonomy-main .main-box {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    padding: 0 0.8rem;
  }
  .autonomy .autonomy-main .main-box .box-swier {
    width: 100%;
    height: auto;
    padding: 0.65rem 0;
    overflow: hidden;
  }
  .autonomy .autonomy-main .main-box .box-swier .swiper-slide {
    width: 100%;
    height: auto;
  }
  .autonomy .autonomy-main .main-box .box-swier .swiper-slide .slide-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .autonomy .autonomy-main .main-box .box-swier .swiper-slide .slide-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .autonomy .autonomy-main .main-box .box-swier .swiper-slide .slide-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .autonomy .autonomy-main .main-box .box-swier .swiper-slide-active {
    z-index: 9;
  }
  .autonomy .autonomy-main .main-box .box-swier .swiper-slide-active .slide-pic {
    transform: scale(1, 1) translateZ(0);
    -o-transform: scale(1, 1) translateZ(0);
    -moz-transform: scale(1, 1) translateZ(0);
    -webkit-transform: scale(1, 1 translateZ(0));
  }
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-prev,
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    background: #f8f8f8;
    cursor: pointer;
    outline: none transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
  }
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-prev img,
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.1rem;
    height: 0.18rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-prev .img2,
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-next .img2 {
    opacity: 0;
  }
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-prev:hover,
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-next:hover {
    background: #c30d23;
  }
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-prev:hover .img1,
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-prev:hover .img2,
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-prev {
    left: -0.15rem;
  }
  .autonomy .autonomy-main .main-box .autonomy-swiper-button-next {
    right: -0.15rem;
  }
  .patent {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem 0.8rem;
  }
  .patent .patent-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .patent .patent-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .patent .patent-main .main-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .patent .patent-main .main-box .box-item {
    width: 48%;
    height: auto;
    padding: 0.4rem 0.4rem 0.45rem;
    margin-right: 0;
    margin-bottom: 0.24rem;
    background: #f8f8f8;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .patent .patent-main .main-box .box-item:nth-child(4n) {
    margin-right: 0;
  }
  .patent .patent-main .main-box .box-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .patent .patent-main .main-box .box-item:hover {
    background: #fff;
    box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
  }
  .product {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
  }
  .product .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .product .product-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
  }
  .product .product-main .main-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.55rem;
  }
  .product .product-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-main .main-box .box-item .item-pic {
    position: relative;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-box .box-item .item-pic img {
    width: 100%;
  }
  .product .product-main .main-box .box-item .item-pic .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.2rem 0.4rem 0;
    background: rgba(195, 13, 35, 0.9);
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-item .item-pic .item-cent .cent-title {
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.46rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .product .product-main .main-box .box-item .item-pic .item-cent .cent-text {
    margin-top: 0.24rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .product .product-main .main-box .box-item .item-pic .item-cent .cent-button {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0.65rem auto 0;
    font-size: 0.48rem;
    text-align: center;
    line-height: 0.75rem;
    color: #c30d23;
    border-radius: 50%;
    background: #fff;
  }
  .product .product-main .main-box .box-item .item-title {
    margin-top: 0.35rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.32rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-box .box-item:hover .item-pic .item-cent {
    opacity: 1;
  }
  .product .product-main .main-box .box-item:hover .item-title {
    opacity: 0;
  }
  .product .product-main .main-button {
    display: block;
    width: 2.8rem;
    height: 0.8rem;
    margin: 0.1rem auto 0;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.75rem;
    color: #fff;
    background: #c30d23;
    border-radius: 0.05rem;
    border: solid 2px #c30d23;
  }
  .product .product-main .main-button:hover {
    color: #c30d23;
    background: transparent;
  }
  .productDetails {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
  }
  .productDetails .productDetails-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetails .productDetails-main .main-cont {
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-main .main-cont .cont-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetails .productDetails-main .main-cont .cont-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-cont .cont-pic:hover img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .productDetails .productDetails-main .main-cont .cont-bottom {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    padding: 0 0.8rem;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper .swiper-slide {
    width: calc(100% / 3 - 0.1rem);
    height: auto;
    margin-right: 0.15rem;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper .swiper-slide:last-of-type {
    margin-right: 0;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box {
    width: 100%;
    height: 1.6rem;
    padding: 0.05rem;
    border: solid 1px #ccc;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper .swiper-slide .slide-box:hover {
    border: solid 1px #c30d23;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper .swiper-slide-on .slide-box {
    border: solid 1px #c30d23;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev,
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.55rem;
    height: 0.9rem;
    border: solid 2px #c30d23;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev img,
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev .img2,
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next .img2 {
    opacity: 0;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev:hover,
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next:hover {
    background: #c30d23;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev:hover .img1,
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev:hover .img2,
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-prev {
    left: 0;
  }
  .productDetails .productDetails-main .main-cont .cont-bottom .bottom-swiper-button-next {
    right: 0;
  }
  .productDetails .productDetails-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.5rem 0 0;
  }
  .productDetails .productDetails-main .main-cent .cent-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #000;
  }
  .productDetails .productDetails-main .main-cent .cent-text {
    margin-top: 0.36rem;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #333;
  }
  .productDetails .productDetails-main .main-cent .cent-box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
  }
  .productDetails .productDetails-main .main-cent .cent-box .box-item {
    width: 1.8rem;
    height: auto;
    margin-right: 0.3rem;
  }
  .productDetails .productDetails-main .main-cent .cent-box .box-item:last-of-type {
    margin-right: 0;
  }
  .productDetails .productDetails-main .main-cent .cent-box .box-item .item-icon {
    width: 0.8rem;
    height: auto;
    margin: 0 auto;
  }
  .productDetails .productDetails-main .main-cent .cent-box .box-item .item-icon img {
    width: 100%;
  }
  .productDetails .productDetails-main .main-cent .cent-box .box-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    text-align: center;
    color: #333;
  }
  .productDetails .productDetails-main .main-cent .cent-lump {
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
    padding: 0.2rem 0;
    font-size: 0.3rem;
    line-height: 0.46rem;
    color: #333;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
  }
  .productDetails .productDetails-main .main-cent .cent-bottom {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.6rem;
  }
  .productDetails .productDetails-main .main-cent .cent-bottom .bottom-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 0.8rem;
    margin-right: 0.4rem;
    font-size: 0.26rem;
    color: #fff;
    border-radius: 0.05rem;
    background: #c30d23;
  }
  .productDetails .productDetails-main .main-cent .cent-bottom .bottom-button:last-of-type {
    margin-right: 0;
  }
  .productDetails .productDetails-main .main-cent .cent-bottom .bottom-button img {
    width: 0.4rem;
    height: auto;
    margin-right: 0.08rem;
  }
  .productDetails .productDetails-bottom {
    width: 100%;
    height: auto;
    margin: 0.65rem auto 0;
  }
  .productDetails .productDetails-bottom .bottom-title {
    margin-top: 0.8rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    text-transform: uppercase;
    color: #000;
  }
  .productDetails .productDetails-bottom .bottom-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .productDetails .productDetails-bottom .bottom-box .box-item {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.55rem;
  }
  .productDetails .productDetails-bottom .bottom-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .productDetails .productDetails-bottom .bottom-box .box-item .item-pic {
    position: relative;
    width: 100%;
    height: auto;
  }
  .productDetails .productDetails-bottom .bottom-box .box-item .item-pic img {
    width: 100%;
  }
  .productDetails .productDetails-bottom .bottom-box .box-item .item-pic .item-cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.2rem 0.4rem 0;
    background: rgba(195, 13, 35, 0.9);
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-bottom .bottom-box .box-item .item-pic .item-cent .cent-title {
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.46rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .productDetails .productDetails-bottom .bottom-box .box-item .item-pic .item-cent .cent-text {
    margin-top: 0.24rem;
    font-size: 0.26rem;
    line-height: 0.42rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .productDetails .productDetails-bottom .bottom-box .box-item .item-pic .item-cent .cent-button {
    width: 0.75rem;
    height: 0.75rem;
    margin: 0.65rem auto 0;
    font-size: 0.48rem;
    text-align: center;
    line-height: 0.75rem;
    color: #c30d23;
    border-radius: 50%;
    background: #fff;
  }
  .productDetails .productDetails-bottom .bottom-box .box-item .item-title {
    margin-top: 0.35rem;
    padding: 0 0.2rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.32rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .productDetails .productDetails-bottom .bottom-box .box-item:hover .item-pic .item-cent {
    opacity: 1;
  }
  .productDetails .productDetails-bottom .bottom-box .box-item:hover .item-title {
    opacity: 0;
  }
  .customer {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
  }
  .customer .customer-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .customer .customer-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .customer .customer-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.8rem;
    border-top: solid 1px #eeeeee;
    border-left: solid 1px #eee;
  }
  .customer .customer-main .main-box .box-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: calc(100% / 3);
    height: 1.8rem;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
  }
  .customer .customer-main .main-box .box-logo img {
    width: 100%;
  }
  .customer .customer-main .main-box .box-logo span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .customer .customer-main .main-box .box-logo span::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
    background: #c30d23;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .customer .customer-main .main-box .box-logo span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #c30d23;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .customer .customer-main .main-box .box-logo em {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .customer .customer-main .main-box .box-logo em::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background: #c30d23;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .customer .customer-main .main-box .box-logo em::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: #c30d23;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .customer .customer-main .main-box .box-logo:hover span::before {
    height: 100%;
  }
  .customer .customer-main .main-box .box-logo:hover span::after {
    width: 100%;
  }
  .customer .customer-main .main-box .box-logo:hover em::before {
    height: 100%;
  }
  .customer .customer-main .main-box .box-logo:hover em::after {
    width: 100%;
  }
  .message {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
    background: url(../images/message/bg.png) no-repeat left bottom;
    background-size: 100%;
  }
  .message .message-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .message .message-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .message .message-main .main-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .message .message-main .main-form input {
    width: 100%;
    height: 0.85rem;
    padding: 0 0.3rem;
    margin-bottom: 0.32rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.28rem;
    color: #666;
    background: #fff;
    border: none;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  }
  .message .message-main .main-form input::placeholder {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.28rem;
  }
  .message .message-main .main-form textarea {
    width: 100%;
    height: 1.84rem;
    padding: 0.3rem 0.2rem;
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.28rem;
    background: #fff;
    border: none;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
  }
  .message .message-main .main-form textarea::placeholder {
    font-family: 'MONTSERRAT-REGULAR';
    font-size: 0.28rem;
  }
  .message .message-main .main-button {
    display: block;
    width: 2.8rem;
    height: 0.85rem;
    margin-top: 0.32rem;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.85rem;
    text-transform: uppercase;
    color: #fff;
    background: #c30d23;
    border-radius: 0.05rem;
    border: solid 2px #c30d23;
  }
  .message .message-main .main-button:hover {
    color: #c30d23;
    background: transparent;
  }
  .brand {
    width: 100%;
    height: auto;
  }
  .brand .brand-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 1.28rem 0.3rem;
    border-bottom: solid 1px #eeeeee;
  }
  .brand .brand-plate1 .plate1-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0.9rem;
  }
  .brand .brand-plate1 .plate1-main .main-box {
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
  }
  .brand .brand-plate1 .plate1-main .main-box .swiper-slide {
    width: 100%;
    height: auto;
  }
  .brand .brand-plate1 .plate1-main .main-box .swiper-slide .slide-pic {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .brand .brand-plate1 .plate1-main .main-box .swiper-slide .slide-pic img {
    width: 100%;
  }
  .brand .brand-plate1 .plate1-main .main-box .swiper-slide-active {
    z-index: 59 !important;
  }
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-prev,
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.85rem;
    height: 0.85rem;
    margin-top: -0.32rem;
    border-radius: 50%;
    background: #f8f8f8;
    cursor: pointer;
    outline: none transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s;;
  }
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-prev img,
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.1rem;
    height: 0.18rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-prev .img2,
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-next .img2 {
    opacity: 0;
  }
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-prev:hover,
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-next:hover {
    background: #c30d23;
  }
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-prev:hover .img1,
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-prev:hover .img2,
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-prev {
    left: -0.1rem;
  }
  .brand .brand-plate1 .plate1-main .plate1-swiper-button-next {
    right: -0.1rem;
  }
  .brand .brand-plate2 {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
  }
  .brand .brand-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .brand .brand-plate2 .plate2-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .brand .brand-plate2 .plate2-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 1.1rem;
  }
  .brand .brand-plate2 .plate2-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
  }
  .brand .brand-plate2 .plate2-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .brand .brand-plate2 .plate2-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .brand .brand-plate2 .plate2-main .main-box .box-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .brand .brand-plate2 .plate2-main .main-box .box-item .item-title {
    margin-top: 0.32rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .brand .brand-plate2 .plate2-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .brand .brand-plate2 .plate2-main .main-box .box-item:hover .item-title {
    color: #c30d23;
  }
  .brand .brand-plate2 .plate2-main .main-button {
    display: block;
    width: 2.8rem;
    height: 0.85rem;
    margin: 0.2rem auto 0;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #c30d23;
    border-radius: 0.05rem;
    border: solid 2px #c30d23;
  }
  .brand .brand-plate2 .plate2-main .main-button:hover {
    color: #c30d23;
    background: transparent;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-main .main-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.6rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
  }
  .news .news-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .news .news-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
    background: #fff;
    box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .news .news-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .news .news-main .main-box .box-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.56rem 0.46rem 0.5rem;
  }
  .news .news-main .main-box .box-item .item-cent .cent-title {
    font-size: 0.28rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.36rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .news .news-main .main-box .box-item .item-cent .cent-link {
    width: auto;
    margin: 0.4rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    text-transform: uppercase;
    color: #c30d23;
  }
  .news .news-main .main-box .box-item .item-cent .cent-link span {
    position: relative;
  }
  .news .news-main .main-box .box-item .item-cent .cent-link span::after {
    content: '';
    position: absolute;
    bottom: -0.08rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c30d23;
  }
  .news .news-main .main-box .box-item:hover {
    background: #c30d23;
  }
  .news .news-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .news .news-main .main-box .box-item:hover .item-cent .cent-title,
  .news .news-main .main-box .box-item:hover .item-cent .cent-text {
    color: #fff;
  }
  .news .news-main .main-box .box-item:hover .item-cent .cent-link {
    color: #fff;
  }
  .news .news-main .main-box .box-item:hover .item-cent .cent-link span::after {
    background: #fff;
  }
  .news .news-main .main-button {
    display: block;
    width: 2rem;
    height: 0.64rem;
    margin: 0 auto;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.64rem;
    color: #fff;
    background: #c30d23;
    border-radius: 0.05rem;
    border: solid 2px #c30d23;
  }
  .news .news-main .main-button:hover {
    color: #c30d23;
    background: transparent;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
  }
  .contact .contact-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-main .main-cent {
    width: 100%;
    height: auto;
    padding: 0.3rem 0 0 0;
  }
  .contact .contact-main .main-cent .cent-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.34rem;
    color: #000;
  }
  .contact .contact-main .main-cent .cent-cont {
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
  }
  .contact .contact-main .main-cent .cent-cont .cont-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.25rem;
  }
  .contact .contact-main .main-cent .cent-cont .cont-item span {
    width: 0.3rem;
    height: auto;
    line-height: 0.48rem;
  }
  .contact .contact-main .main-cent .cent-cont .cont-item span img {
    width: 100%;
  }
  .contact .contact-main .main-cent .cent-cont .cont-item .item-text {
    width: calc(100% - 0.45rem);
    height: auto;
    font-size: 0.26rem;
    line-height: 0.48rem;
    color: #333;
  }
  .contact .contact-main .main-cent .cent-cont .cont-item .item-text span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    color: #c30d23;
  }
  .contact .contact-main .main-cent .cent-cont .cont-item .item-text em {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.3rem;
    color: #333;
  }
  .contact .contact-main .main-cent .cent-ewm {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0.7rem;
  }
  .contact .contact-main .main-cent .cent-ewm .ewm-pic {
    width: calc(100% / 3 - 0.1rem);
    height: auto;
    margin-right: 0.15rem;
    box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
  }
  .contact .contact-main .main-cent .cent-ewm .ewm-pic img {
    width: 100%;
  }
  .contact .contact-main .main-cent .cent-ewm .ewm-pic:nth-child(3n) {
    margin-right: 0;
  }
  .contact .contact-main .main-map {
    width: 100%;
    height: 5rem;
    margin-top: 0.8rem;
    overflow: hidden;
  }
  .contact .contact-main .main-map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .newsDetails {
    width: 100%;
    height: auto;
    padding: 1.28rem 0.3rem;
  }
  .newsDetails .newsDetails-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetails .newsDetails-main .main-top {
    width: 100%;
    height: auto;
  }
  .newsDetails .newsDetails-main .main-top .top-title {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.42rem;
    text-align: center;
    color: #333;
  }
  .newsDetails .newsDetails-main .main-top .top-time {
    margin-top: 0.05rem;
    font-size: 0.28rem;
    text-align: center;
    color: #666;
  }
  .newsDetails .newsDetails-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333;
  }
  .newsDetails .newsDetails-main .main-cent span {
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
  .newsDetails .newsDetails-main .main-cent img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetails .newsDetails-main .main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.8rem;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
  }
  .newsDetails .newsDetails-main .main-bottom .bottom-item {
    position: relative;
    width: 45%;
    height: auto;
    font-size: 0.26rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetails .newsDetails-main .main-bottom .bottom-item:hover span {
    color: #c30d23;
  }
  .newsDetails .newsDetails-main .main-bottom .bottom-item:nth-child(2) {
    width: 0.4rem;
  }
  .newsDetails .newsDetails-main .main-bottom .bottom-item:nth-child(2) img {
    width: 100%;
  }
  .newsDetails .newsDetails-main .main-bottom .bottom-item:last-of-type {
    text-align: right;
  }
  .newsDetails .newsDetails-main .main-title {
    margin-top: 0.75rem;
    font-family: 'MONTSERRAT-BOLD';
    font-size: 0.48rem;
    text-transform: uppercase;
    color: #000;
  }
  .newsDetails .newsDetails-main .main-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .newsDetails .newsDetails-main .main-box .box-item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.48rem;
    background: #fff;
    box-shadow: 4px 6px 38px 0px rgba(135, 135, 135, 0.13);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-box .box-item:nth-child(3n) {
    margin-right: 0;
  }
  .newsDetails .newsDetails-main .main-box .box-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .newsDetails .newsDetails-main .main-box .box-item .item-pic img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-box .box-item .item-cent {
    width: 100%;
    height: auto;
    padding: 0.56rem 0.46rem 0.5rem;
  }
  .newsDetails .newsDetails-main .main-box .box-item .item-cent .cent-title {
    font-size: 0.28rem;
    text-align: center;
    color: #666;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-box .box-item .item-cent .cent-text {
    margin-top: 0.36rem;
    font-size: 0.36rem;
    line-height: 0.54rem;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .newsDetails .newsDetails-main .main-box .box-item .item-cent .cent-link {
    width: auto;
    margin: 0.4rem auto 0;
    font-size: 0.28rem;
    text-align: center;
    text-transform: uppercase;
    color: #c30d23;
  }
  .newsDetails .newsDetails-main .main-box .box-item .item-cent .cent-link span {
    position: relative;
  }
  .newsDetails .newsDetails-main .main-box .box-item .item-cent .cent-link span::after {
    content: '';
    position: absolute;
    bottom: -0.08rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #c30d23;
  }
  .newsDetails .newsDetails-main .main-box .box-item:hover {
    background: #c30d23;
  }
  .newsDetails .newsDetails-main .main-box .box-item:hover .item-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0));
  }
  .newsDetails .newsDetails-main .main-box .box-item:hover .item-cent .cent-title,
  .newsDetails .newsDetails-main .main-box .box-item:hover .item-cent .cent-text {
    color: #fff;
  }
  .newsDetails .newsDetails-main .main-box .box-item:hover .item-cent .cent-link {
    color: #fff;
  }
  .newsDetails .newsDetails-main .main-box .box-item:hover .item-cent .cent-link span::after {
    background: #fff;
  }
  .pupop-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 8rem;
    padding: 0.15rem;
    margin: -3.75rem 0 0 -48%;
    background: #fff;
  }
  .pupop-box .box-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
  }
  .pupop-box .box-cont .cont-hiden {
    position: absolute;
    bottom: -0.6rem;
    left: 50%;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 0 0 -0.6rem;
    padding-top: 0.2rem;
    text-align: center;
    background: #c30d23;
    cursor: pointer;
  }
  .pupop-box .box-cont .cont-hiden img {
    width: 0.3rem;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont .cont-hiden .hide-title {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.2rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev,
  .pupop-box .box-cont .pupop-swiper-button-next {
    position: absolute;
    top: 100%;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: -0.4rem;
    border-radius: 50%;
    background: #c30d23;
    cursor: pointer;
    outline: none;
    z-index: 9;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev img,
  .pupop-box .box-cont .pupop-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.1rem;
    height: 0.18rem;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev .img1,
  .pupop-box .box-cont .pupop-swiper-button-next .img1 {
    opacity: 0;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev .img2,
  .pupop-box .box-cont .pupop-swiper-button-next .img2 {
    opacity: 2;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover,
  .pupop-box .box-cont .pupop-swiper-button-next:hover {
    background: #c30d23;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
  .pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
    opacity: 0;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
  .pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
    opacity: 1;
  }
  .pupop-box .box-cont .pupop-swiper-button-prev {
    left: 20%;
  }
  .pupop-box .box-cont .pupop-swiper-button-next {
    right: 20%;
  }
  .pupop-box-active {
    opacity: 1;
    visibility: visible;
  }
  .page-list {
    display: none;
  }
  .page-message {
    display: none;
  }
  .page-float {
    position: fixed;
    top: 60%;
    right: 0.16rem;
    width: 0.8rem;
    height: auto;
    z-index: 29;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list {
    display: block;
    position: relative;
    width: 100%;
    height: 0.8rem;
    padding-top: 0.15rem;
    margin-bottom: 0.08rem;
    background: linear-gradient(0deg, #070505, #706f6f);
    border-radius: 0.1rem;
  }
  .page-float .float-list .list-pic {
    position: relative;
    width: 0.41rem;
    height: 0.44rem;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
  }
  .page-float .float-list .list-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list .list-pic .img2 {
    opacity: 0;
  }
  .page-float .float-list .list-title {
    display: none;
    margin-top: 0.08rem;
    font-size: 14px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .page-float .float-list .list-cent {
    position: absolute;
    top: 50%;
    left: -207px;
    width: 207px;
    height: auto;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list .list-cent::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -5px;
    border: solid 10px transparent;
    border-left: solid 10px #fff;
    box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.06);
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
  }
  .page-float .float-list .list-cent .cent-cont {
    width: 100%;
    padding: 32px 28px;
    font-size: 16px;
    text-align: center;
    color: #333;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0.05rem 0 0.3rem rgba(0, 0, 0, 0.15);
  }
  .page-float .float-list .list-cent .cent-cont .cont-button {
    display: block;
    width: 100%;
    height: 0.48rem;
    margin-bottom: 0.2rem;
    font-size: 0.16rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.48rem;
    color: #fff;
    background: linear-gradient(0deg, #f1c277, #f3d38e);
    border: solid 1px transparent;
    border-radius: 0.06rem;
  }
  .page-float .float-list .list-cent .cent-cont .cont-button:hover {
    background: linear-gradient(0deg, #070505, #706f6f);
  }
  .page-float .float-list .list-cent .cent-cont .cont-button2 {
    display: block;
    width: 100%;
    height: 0.48rem;
    margin-right: 0.32rem;
    font-size: 0.16rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.48rem;
    color: #fff;
    background: linear-gradient(0deg, #070505, #706f6f);
    border: solid 1px transparent;
    border-radius: 0.06rem;
  }
  .page-float .float-list .list-cent .cent-cont .cont-button2:hover {
    color: #fff;
    background: linear-gradient(0deg, #f1c277, #f3d38e);
  }
  .page-float .float-list .list-cent .cent-cont .cont-ewm {
    width: 100%;
    height: auto;
  }
  .page-float .float-list .list-cent .cent-cont .cont-ewm img {
    width: 100%;
  }
  .page-float .float-list:hover {
    background: linear-gradient(0deg, #f1c277, #f3d38e);
  }
  .page-float .float-list:hover .list-pic .img1 {
    opacity: 0;
  }
  .page-float .float-list:hover .list-pic .img2 {
    opacity: 1;
  }
  .page-float .float-list:hover .list-title {
    color: #000;
  }
  .page-float .float-list:hover .list-cent {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .mr {
    margin-top: 1.2rem;
  }
  .page-number {
    display: none;
  }
  .Wpage-number {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.8rem;
    color: #fff;
    background: #c30d23;
  }
}
