.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-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 0.5rem;
    margin: 0 auto;
    padding: 0 0.3rem;
  }
  nav .nav-top .top-tel {
    width: auto;
    font-size: 0.26rem;
    color: #a00710;
    float: left;
    margin-right: 0.1rem;
    background: url(../images/icon/icon-tel.png) no-repeat;
    padding-left: 0.38rem;
    background-position: 0% 50%;
    line-height: 0.5rem;
  }
  nav .nav-top .top-serach {
    display: none;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-right: 8px;
  }
  nav .nav-top .top-serach input {
    width: 150px;
    height: 30px;
    padding-left: 8px;
    border: 1px solid #d2d2d2;
    border-right: none;
    font-size: 12px;
    color: #333;
  }
  nav .nav-top .top-serach input::placeholder {
    color: #999999;
  }
  nav .nav-top .top-serach a {
    width: 30px;
    height: 30px;
    background: #a62128 url(../images/icon/icon-serach2.png) no-repeat center center;
    background-size: 15px;
  }
  nav .nav-top .top-lang {
    width: auto;
    line-height: 0.5rem;
  }
  nav .nav-top .top-lang a {
    display: inline-block;
    padding: 0 0.05rem;
    font-size: 0.24rem;
    color: #999999;
  }
  nav .nav-top .top-lang a:hover {
    color: #a62128;
  }
  nav .nav-top .top-lang span {
    font-size: 0.24rem;
    color: #999999;
  }
  nav .nav-top .top-lang .on {
    color: #a62128;
  }
  nav .nav-main {
    width: 100%;
    height: 0.9rem;
    padding: 0 0.3rem;
    border-bottom: none;
    background-color: #f7fafa;
    z-index: 59;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
  nav .nav-main .main-cont .main-logo {
    position: relative;
    width: auto;
    height: 0.7rem;
  }
  nav .nav-main .main-cont .main-logo img {
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-logo .img2 {
    opacity: 0;
  }
  nav .nav-main .main-cont .main-nav,
  nav .nav-main .main-cont .main-right {
    display: none;
  }
  nav .nav-main .main-cont .main-web-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  nav .nav-main .main-cont .main-web-right .right-serach {
    position: relative;
    width: 0.4rem;
    height: 100%;
    margin-left: 0.35rem;
    background: url(../images/icon/icon-serach2.png) no-repeat center center;
    background-size: 100%;
    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-cont .main-web-right .right-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    position: relative;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.35rem;
    background: url(../images/icon/icon-web-mune.png) no-repeat center center;
    background-size: 0.5rem;
    border-radius: 5px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  nav .nav-main .main-cont .main-popup-suosou {
    position: absolute;
    top: 100px;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    padding: 0.9rem 0 1.2rem;
    background: #fff;
    border-top: solid 1px #eee;
    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-cont .main-popup-suosou .sousuo-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 15.36rem;
    height: 0.75rem;
    margin: 0 auto;
    border-bottom: solid 1px #a62128;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a {
    width: 16px;
    height: auto;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box a img {
    width: 100%;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input {
    flex: 1;
    height: 0.75rem;
    padding: 0 0.5rem;
    font-size: 16px;
    color: #333;
    background: none;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box input::placeholder {
    font-size: 16px;
    color: #999;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden {
    width: 22px;
    height: auto;
    cursor: pointer;
  }
  nav .nav-main .main-cont .main-popup-suosou .sousuo-box .box-hidden img {
    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-cont .main-popup-suosou .sousuo-box .box-hidden:hover img {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-search {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #a62128;
    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;
    background: #fff;
    border-bottom: solid 1px #a62128;
  }
  nav .Whead-sidebar .sidebar-top .top-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: auto;
    height: 0.9rem;
    padding-left: 0;
  }
  nav .Whead-sidebar .sidebar-top .top-logo img {
    width: auto;
    height: 100%;
  }
  nav .Whead-sidebar .sidebar-top .top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 100%;
  }
  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-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 2.2rem;
    height: 100%;
    margin-right: 0.2rem;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-title {
    width: auto;
    margin: 0 0.15rem;
    font-size: 0.28rem;
    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-top .top-right .right-lang .lang-arrow {
    width: 8px;
    height: 5px;
    background: url(../images/icon/icon-lang-arrow-active.png) no-repeat center center;
    background-size: 8px 5px;
    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-lang .lang-list {
    position: absolute;
    top: 0.97rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.05rem 0.2rem;
    overflow: hidden;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 0;
    transform: translatey(-100%);
    -o-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -webkit-transform: translatey(-100%);
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
    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-lang .lang-list .list-link {
    display: none;
    position: relative;
    width: 100%;
    margin: 0.15rem 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
    text-align: center;
    color: #333;
    opacity: 0;
    z-index: 9;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang .lang-list .list-link:hover {
    color: #a62128;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-arrow {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list::before {
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-lang:hover .lang-list .list-link {
    display: block;
    animation: navInUp50 0.6s ease;
    animation-fill-mode: forwards;
  }
  nav .Whead-sidebar .sidebar-top .top-right .right-hide {
    position: relative;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #a62128;
    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: #a62128;
  }
  nav .Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
    background: #a62128;
    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: #a62128;
  }
  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;
  }
  nav .Whead-sidebar .sidebar-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 1rem;
    border-top: solid 1px #a62128;
  }
  nav .Whead-sidebar .sidebar-bottom a {
    width: 50%;
    height: 100%;
    padding: 0 0.2rem;
    font-size: 0.28rem;
    text-align: center;
    line-height: 1rem;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .head-banner {
    width: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-slide .slide-box {
    position: relative;
    width: 100%;
    height: 100%;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic {
    width: 100%;
    height: 4rem;
    background: #fff;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic video {
    display: none;
    width: 100%;
    height: auto;
    background: #fff;
  }
  header .head-banner .swiper-slide .slide-box .slide-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-pic {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  header .head-banner .swiper-slide .slide-box .box-web-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  header .head-banner .swiper-slide .slide-box .box-cent {
    position: absolute;
    bottom: 0.75rem;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
  }
  header .head-banner .swiper-slide .slide-box .box-cent .cent-title {
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.44rem;
    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-cent2 {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    z-index: 9;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  header .head-banner .swiper-slide .slide-box .box-cent2 .cent-title {
    font-size: 0.64rem;
    font-weight: bold;
    text-align: right;
    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-cent2 .cent-English {
    font-family: 'MONTSERRAT-EXTRALIGHT';
    font-size: 0.36rem;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    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 .banner-pic {
    width: 100%;
    height: 4rem;
    margin-top: 0;
    overflow: hidden;
    background: none;
  }
  header .head-banner .banner-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
  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-title {
    font-size: 0.48rem;
    color: #fff;
  }
  header .head-banner .banner-cent .cent-title span {
    font-family: 'SLIDEYOURAN-REGULAR';
    font-size: 0.9rem;
    letter-spacing: -0.2rem;
  }
  header .head-banner .banner-cent .cent-heng {
    width: 60px;
    height: 3px;
    margin-top: 0.35rem;
    background: #a62128;
  }
  header .head-banner .banner-cent .cent-text {
    margin-top: 0.4rem;
    font-size: 0.5rem;
    color: #fff;
  }
  header .head-banner .banner-cent2 {
    position: absolute;
    top: 60%;
    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-cent2 .cent-title {
    font-size: 0.52rem;
    font-weight: 300;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-English {
    margin-top: 0.25rem;
    font-family: Arial;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-search {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0;
  }
  header .head-banner .banner-cent2 .cent-search input {
    width: 80%;
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.3rem;
    font-weight: 300;
    color: #666;
    background: #fff;
  }
  header .head-banner .banner-cent2 .cent-search a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 0.8rem;
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right, #0f5cf6, #0de9d9);
  }
  header .head-banner .banner-cent2 .cent-search a img {
    width: 0.3rem;
    margin-right: 0.1rem;
  }
  header .head-banner .banner-cent2 .cent-text {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.6;
    color: #fff;
  }
  header .head-banner .banner-cent2 .cent-text span {
    padding: 0.02rem 0.08rem;
    margin: 0.1rem 0.1rem;
    border: 1px solid #fff;
    border-radius: 0.45rem;
  }
  header .head-banner .banner-video {
    width: 100%;
    height: auto;
  }
  header .head-banner .banner-video video {
    width: 100%;
    height: auto;
  }
  header .head-banner .swiper-pagination {
    bottom: 0.3rem;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.05rem;
    border: solid 1px #fff;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
  }
  header .head-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #a62128;
    border: solid 1px #a62128;
  }
  header .mt0 {
    margin-top: 1.2rem !important;
  }
  header .head-Wnav {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #a62128;
    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,
  header .head-cont {
    display: none;
  }
  footer {
    width: 100%;
    height: auto;
  }
  footer .font-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
  }
  footer .font-main .main-link {
    display: none;
    width: 100%;
    height: auto;
    padding-bottom: 0.15rem;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
  }
  footer .font-main .main-link a {
    display: inline-block;
    padding: 0 0.1rem;
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.28rem;
    border-right: 1px solid #d8d8d8;
  }
  footer .font-main .main-link a:last-of-type {
    border-right: none;
  }
  footer .font-main .main-zizhi {
    padding: 0.4rem 0.3rem;
    font-size: 0.24rem;
    text-align: center;
    color: #666666;
  }
  .container {
    width: 100%;
    height: auto;
  }
  .container .cont-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem 0;
  }
  .container .cont-plate1 .plate1-main {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 35px;
    padding: 0 0.4rem;
  }
  .container .cont-plate1 .plate1-main .main-swiper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  .container .cont-plate1 .plate1-main .main-swiper .swiper-slide {
    width: calc(100% / 2 - 0.05rem);
    height: auto;
    margin-right: 0.1rem;
  }
  .container .cont-plate1 .plate1-main .main-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: 3.68rem;
    margin: 0 auto;
    border: solid 1px #d8d8d8;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .main-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;
  }
  .container .cont-plate1 .plate1-main .main-swiper .swiper-slide .slide-box:hover {
    border: solid 1px #a62128;
  }
  .container .cont-plate1 .plate1-main .main-swiper .swiper-slide .slide-box: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-plate1 .plate1-main .plate1-swiper-button-prev,
  .container .cont-plate1 .plate1-main .plate1-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.4rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    border: solid 1px #dcdcdc;
    background-size: 0.18rem;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate1 .plate1-main .plate1-swiper-button-prev:hover,
  .container .cont-plate1 .plate1-main .plate1-swiper-button-next:hover {
    border: solid 1px #a62128;
  }
  .container .cont-plate1 .plate1-main .plate1-swiper-button-prev {
    left: -0.15rem;
    background-image: url(../images/icon/icon-swiper-prev.png);
  }
  .container .cont-plate1 .plate1-main .plate1-swiper-button-next {
    right: -0.15rem;
    background-image: url(../images/icon/icon-swiper-next.png);
  }
  .container .cont-plate2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.8rem 0.3rem;
  }
  .container .cont-plate2 .plate2-top {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.4rem auto 0;
  }
  .container .cont-plate2 .plate2-top .top-item {
    position: relative;
    width: auto;
    height: auto;
    margin: 0px 0.4rem;
    font-size: 0.3rem;
    color: #666666;
    cursor: pointer;
  }
  .container .cont-plate2 .plate2-top .top-item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #a62128;
    transform: scale(0, 0) translateZ(0);
    -o-transform: scale(0, 0) translateZ(0);
    -moz-transform: scale(0, 0) translateZ(0);
    -webkit-transform: scale(0, 0 translateZ(0));
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .container .cont-plate2 .plate2-top .top-item:hover::after {
    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));
  }
  .container .cont-plate2 .plate2-top .top-item-active::after {
    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));
  }
  .container .cont-plate2 .plate2-main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0.5rem auto 0;
  }
  .container .cont-plate2 .plate2-main .main-box {
    position: absolute;
    top: 0.3rem;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cont .cont-item {
    width: calc(100% / 2 - 0.05rem);
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cont .cont-item:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cont .cont-item .item-pic {
    width: 100%;
    height: 3.68rem;
    border: solid 1px #d8d8d8;
    overflow: hidden;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cont .cont-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;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cont .cont-item .item-title {
    padding: 0 0.1rem;
    margin-top: 0.2rem;
    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;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cont .cont-item .item-price {
    padding: 0 0.1rem;
    margin-top: 0.1rem;
    font-size: 0.26rem;
    color: #666666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cont .cont-item .item-price span {
    color: #a62128;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cont .cont-item:hover .item-pic {
    border: solid 1px #a62128;
  }
  .container .cont-plate2 .plate2-main .main-box .box-cont .cont-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-box .box-cont .cont-item:hover .item-title {
    color: #a62128;
  }
  .container .cont-plate2 .plate2-main .main-box .box-button {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin: 0.5rem auto 0;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    color: #888;
    border: none;
    background: #f6f6f6;
  }
  .container .cont-plate2 .plate2-main .main-box .box-button:hover {
    color: #888;
    background: #f6f6f6;
  }
  .container .cont-plate2 .plate2-main .main-box-active {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
  }
  .container .cont-plate3 {
    width: 100%;
    height: auto;
    padding: 0 0.3rem;
    background: url(../images/bg.jpg) no-repeat left -150px;
    background-size: 100%;
  }
  .container .cont-plate3 .plate3-main {
    width: 100%;
    height: auto;
    margin: 0.4rem auto 0;
    padding: 0.31rem 0.1rem 0.25rem;
    border: 1px solid #d8d8d8;
    background: #fff;
  }
  .container .cont-plate3 .plate3-main .main-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-title {
    font-size: 0.3rem;
    color: #333333;
  }
  .container .cont-plate3 .plate3-main .main-cont input {
    width: 4rem;
    height: 0.7rem;
    padding-left: 0.2rem;
    font-size: 0.26rem;
    color: #999999;
    border: 1px solid #dcdcdc;
    border-right: none;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-button {
    display: block;
    width: 1.1rem;
    height: 0.7rem;
    font-size: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
    color: #ffffff;
    border: 1px solid #a62128;
    background: #a62128;
    cursor: pointer;
  }
  .container .cont-plate3 .plate3-main .main-cont .cont-button:hover {
    color: #a62128;
    background: transparent;
  }
  .container .cont-plate3 .plate3-main .main-text {
    padding-left: 0;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #999999;
  }
  .container .cont-plate3 .plate3-main .main-text span {
    color: #a62128;
  }
  .container .cont-plate4 {
    width: 100%;
    height: auto;
    margin: 0.8rem auto 0;
    padding: 0 0.3rem;
  }
  .container .cont-plate4 .plate4-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .container .cont-plate4 .plate4-main .main-item {
    width: 100%;
    height: auto;
    padding: 0.2rem;
    margin-right: 0;
    margin-bottom: 0.3rem;
    border: 1px solid #d8d8d8;
  }
  .container .cont-plate4 .plate4-main .main-item:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate4 .plate4-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .container .cont-plate4 .plate4-main .main-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;
  }
  .container .cont-plate4 .plate4-main .main-item .item-title {
    margin-top: 0.2rem;
    font-size: 0.28rem;
    color: #333333;
    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;
  }
  .container .cont-plate4 .plate4-main .main-item .item-time {
    margin-top: 0.15rem;
    font-size: 0.24rem;
    color: #999999;
  }
  .container .cont-plate4 .plate4-main .main-item .item-text {
    margin-top: 0.15rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .container .cont-plate4 .plate4-main .main-item:hover {
    border: 1px solid #a62128;
  }
  .container .cont-plate4 .plate4-main .main-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-plate4 .plate4-main .main-item:hover .item-title {
    color: #a62128;
  }
  .container .cont-plate4 .plate4-button {
    display: block;
    width: 100%;
    height: 0.8rem;
    margin: 30px auto 0;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.8rem;
    color: #888;
    border: none;
    background: #f6f6f6;
  }
  .container .cont-plate4 .plate4-button:hover {
    color: #888;
    background: #f6f6f6;
    border: none;
  }
  .container .cont-plate5 {
    width: 100%;
    height: auto;
    margin: 0.8rem auto;
    padding: 0 0.3rem;
    overflow: hidden;
  }
  .container .cont-plate5 .plate5-main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.4rem;
  }
  .container .cont-plate5 .plate5-main .main-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0.3rem 0.1rem;
    margin-right: 0;
    margin-bottom: 0.3rem;
    border: 1px solid #d8d8d8;
    cursor: pointer;
  }
  .container .cont-plate5 .plate5-main .main-item:last-of-type {
    margin-right: 0;
  }
  .container .cont-plate5 .plate5-main .main-item .item-icon {
    position: relative;
    width: 50px;
    height: 46px;
  }
  .container .cont-plate5 .plate5-main .main-item .item-icon 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;
  }
  .container .cont-plate5 .plate5-main .main-item .item-icon .img2 {
    opacity: 0;
  }
  .container .cont-plate5 .plate5-main .main-item .item-cent {
    display: table-cell;
    width: auto;
    height: auto;
    margin-left: 12px;
    text-align: center;
    vertical-align: middle;
  }
  .container .cont-plate5 .plate5-main .main-item .item-cent .cent-title,
  .container .cont-plate5 .plate5-main .main-item .item-cent .cent-text {
    font-size: 0.28rem;
    color: #666;
  }
  .container .cont-plate5 .plate5-main .main-item:hover .item-icon .img1 {
    opacity: 0;
  }
  .container .cont-plate5 .plate5-main .main-item:hover .item-icon .img2 {
    opacity: 1;
  }
  .about {
    width: 100%;
    height: auto;
    padding: 0.9rem 0.3rem 1.1rem;
  }
  .about .about-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .about .about-main .main-item {
    display: block;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-bottom: 0.8rem;
  }
  .about .about-main .main-item .item-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .about .about-main .main-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;
  }
  .about .about-main .main-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));
  }
  .about .about-main .main-item .item-cent {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    padding: 0.4rem 0.25rem;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
  .about .about-main .main-item .item-cent p {
    font-size: 0.28rem;
    line-height: 0.46rem;
    text-align: justify;
    text-indent: 0.56rem;
  }
  .about .about-main .main-item .item-cent span {
    font-size: 0.48rem;
    text-align: center;
  }
  .about .about-main .main-item:last-of-type {
    margin-bottom: 0;
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 0.7rem 0.3rem 1.1rem;
  }
  .culture .culture-main {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .culture .culture-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 0;
    border: none;
    overflow: hidden;
  }
  .culture .culture-main .main-cont .cont-title {
    display: inline-block;
    position: relative;
    padding-bottom: 0.1rem;
    font-size: 0.38rem;
    color: #666666;
    border-bottom: 2px solid #a62128;
  }
  .culture .culture-main .main-cont .cont-subtitle {
    margin-top: 0.35rem;
    margin-bottom: 0.15rem;
    font-size: 0.28rem;
    color: #fa1000;
  }
  .culture .culture-main .main-cont .cont-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #999999;
  }
  .culture .culture-main .main-box {
    display: none;
    position: relative;
    width: 420px;
    height: auto;
  }
  .culture .culture-main .main-box .box-pic {
    width: 385px;
    margin-top: 33px;
    overflow: hidden;
  }
  .culture .culture-main .main-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;
  }
  .culture .culture-main .main-box .box-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));
  }
  .culture .culture-main .main-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 158px;
    height: 158px;
    background: #eeeeee;
    z-index: -1;
  }
  .history {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.9rem;
  }
  .history .history-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .history .history-main .main-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0.3rem 0 0.3rem 0.2rem;
    border-bottom: 1px solid #d8d8d8;
  }
  .history .history-main .main-item .item-time {
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.25rem;
    font-size: 0.24rem;
    line-height: 1rem;
    text-align: center;
    color: #56585a;
    border: 2px solid #d8d8d8;
    border-radius: 100%;
    background: #fff;
    z-index: 9;
  }
  .history .history-main .main-item .item-cent {
    width: calc(100% - 1.35rem);
    height: auto;
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #333333;
  }
  .history .history-main .main-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0.75rem;
    width: 1px;
    height: 100%;
    background: #d8d8d8;
  }
  .history .history-main .main-item::after {
    content: '';
    position: absolute;
    left: 0.65rem;
    bottom: -5px;
    width: 9px;
    height: 9px;
    border: 1px solid #d8d8d8;
    background: #fff;
    border-radius: 100%;
    z-index: 2;
  }
  .honor {
    width: 100%;
    height: auto;
    padding: 0.65rem 0.3rem 0.5rem;
  }
  .honor .honor-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .honor .honor-main .main-item {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .honor .honor-main .main-item:nth-child(3n) {
    margin-right: 0;
  }
  .honor .honor-main .main-item .item-pic {
    width: 100%;
    height: 3.4rem;
    padding: 0.25rem;
    border: 1px solid #d8d8d8;
    overflow: hidden;
  }
  .honor .honor-main .main-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-item .item-title {
    margin-top: 0.3rem;
    font-size: 0.28rem;
    color: #666666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .honor .honor-main .main-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));
  }
  .product {
    width: 100%;
    height: auto;
    padding: 0.5rem 0.3rem 0.65rem;
  }
  .product .product-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product .product-main .main-top {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .product .product-main .main-top .top-item {
    display: none;
    width: calc(100% / 3 - 0.06667rem);
    height: 0.65rem;
    margin-right: 0.1rem;
    margin-bottom: 0.12rem;
    padding: 0;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.6rem;
    color: #666666;
    border: 2px solid #c0c0c0;
    overflow: hidden;
  }
  .product .product-main .main-top .top-item:nth-child(8n) {
    margin-right: 0.1rem;
  }
  .product .product-main .main-top .top-item:nth-child(3n) {
    margin-right: 0;
  }
  .product .product-main .main-top .top-item:hover {
    color: #fff;
    background: #535353;
    border: 2px solid #535353;
  }
  .product .product-main .main-top .top-item-active {
    color: #fff;
    background: #535353;
    border: 2px solid #535353;
  }
  .product .product-main .main-down {
    display: none;
    position: relative;
    width: 100%;
    height: 0.2rem;
    margin: 0.35rem 0;
  }
  .product .product-main .main-down::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.36rem;
    height: 0.2rem;
    margin-left: -0.18rem;
    background: url(../images/icon/icon-down.png) no-repeat center center;
    background-size: 0.36rem;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .product .product-main .main-down-active::after {
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .product .product-main .main-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 60px;
  }
  .product .product-main .main-cont .cont-item {
    width: calc(100% / 2 - 0.05rem);
    height: auto;
    margin-right: 0;
    margin-bottom: 0.3rem;
  }
  .product .product-main .main-cont .cont-item .item-pic {
    width: 100%;
    height: 3.68rem;
    border: solid 1px #d8d8d8;
    overflow: hidden;
  }
  .product .product-main .main-cont .cont-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;
  }
  .product .product-main .main-cont .cont-item .item-title {
    padding: 0 0.1rem;
    margin-top: 0.2rem;
    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;
  }
  .product .product-main .main-cont .cont-item .item-price {
    padding: 0 0.1rem;
    margin-top: 0.1rem;
    font-size: 0.26rem;
    color: #666666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product .product-main .main-cont .cont-item .item-price span {
    color: #a62128;
  }
  .product .product-main .main-cont .cont-item:hover .item-pic {
    border: solid 1px #a62128;
  }
  .product .product-main .main-cont .cont-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));
  }
  .product .product-main .main-cont .cont-item:hover .item-title {
    color: #a62128;
  }
  .product .product-main .main-load {
    display: block;
    width: 3.5rem;
    height: 0.9rem;
    margin: 0.3rem auto 0;
    font-size: 0.26rem;
    line-height: 0.85rem;
    text-align: center;
    color: #999999;
    border: 1px solid #d8d8d8;
  }
  .product .product-main .main-load:hover {
    color: #a62128;
    border: 1px solid #a62128;
  }
  .productDetail {
    width: 100%;
    height: auto;
    padding: 1.25rem 0.3rem 1.55rem;
  }
  .productDetail .productDetail-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .productDetail .productDetail-main .main-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .productDetail .productDetail-main .main-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;
  }
  .productDetail .productDetail-main .main-cent {
    width: 100%;
    height: auto;
    padding-top: 0.4rem;
  }
  .productDetail .productDetail-main .main-cent .cent-title {
    color: #333333;
    font-size: 0.36rem;
  }
  .productDetail .productDetail-main .main-cent .cent-title span {
    margin-left: 0.8rem;
    font-size: 0.36rem;
    color: #a91f27;
  }
  .productDetail .productDetail-main .main-cent .cent-box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .productDetail .productDetail-main .main-cent .cent-box .box-itme {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-bottom: 0.35rem;
  }
  .productDetail .productDetail-main .main-cent .cent-box .box-itme .item-title {
    margin-bottom: 0.1rem;
    padding-bottom: 0.1rem;
    font-size: 0.32rem;
    color: #999999;
    border-bottom: 1px solid #d8d8d8;
  }
  .productDetail .productDetail-main .main-cent .cent-box .box-itme .item-text {
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #666666;
  }
  .news {
    width: 100%;
    height: auto;
    padding: 0.4rem 0.3rem 0.75rem;
    background: #efefef;
  }
  .news .news-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news .news-main .main-item {
    display: block;
    justify-content: flex-start;
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
    margin-bottom: 0.35rem;
    padding: 0.22rem 0.2rem 0.25rem;
    border: none;
    background: #fff;
  }
  .news .news-main .main-item .item-date {
    display: none;
    width: 168px;
    height: 220px;
    padding-top: 60px;
    vertical-align: middle;
    text-align: center;
  }
  .news .news-main .main-item .item-date .date-num {
    font-size: 48px;
    color: #666666;
  }
  .news .news-main .main-item .item-date .date-text {
    font-size: 16px;
    color: #666666;
  }
  .news .news-main .main-item .item-cent {
    width: 100%;
    height: 100%;
    border-left: none;
    padding-left: 0;
  }
  .news .news-main .main-item .item-cent .cent-title {
    margin-bottom: 0.24rem;
    padding-top: 0.3rem;
    font-size: 0.3rem;
    color: #333333;
    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;
  }
  .news .news-main .main-item .item-cent .cent-time {
    display: block;
    font-size: 0.24rem;
    color: #999;
  }
  .news .news-main .main-item .item-cent .cent-text {
    margin: 0.21rem 0 0.14rem;
    font-size: 0.26rem;
    line-height: 0.44rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .news-main .main-item .item-pic {
    width: 100%;
    height: auto;
    margin-left: 0;
    overflow: hidden;
  }
  .news .news-main .main-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;
  }
  .news .news-main .main-item:hover .item-cent .cent-title {
    color: #a62128;
  }
  .news .news-main .main-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-load {
    display: block;
    width: 3.5rem;
    height: 0.9rem;
    margin: 0.3rem auto 0;
    font-size: 0.26rem;
    line-height: 0.85rem;
    text-align: center;
    color: #999999;
    border: 1px solid #d8d8d8;
  }
  .news .news-load:hover {
    color: #a62128;
    border: 1px solid #a62128;
  }
  .video {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 1.2rem;
  }
  .video .video-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .video .video-main h1 {
    margin-bottom: 0.2rem;
    font-size: 0.38rem;
    text-align: center;
    color: #666666;
  }
  .video .video-main p {
    font-size: 0.24rem;
    text-align: center;
    color: #999999;
  }
  .video .video-main .main-video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
  }
  .video .video-main .main-video .hidden-box {
    width: 100%;
    height: 100%;
  }
  .video .video-main .main-video .hidden-box .box-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .video .video-main .main-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;
  }
  .video .video-main .main-video .hidden-box .box-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    border-radius: 50%;
    background: #a62128;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-video .hidden-box .box-icon img {
    width: 100%;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .video .video-main .main-video .hidden-box .box-icon:hover img {
    transform: scale(0.9, 0.9) translateZ(0);
    -o-transform: scale(0.9, 0.9) translateZ(0);
    -moz-transform: scale(0.9, 0.9) translateZ(0);
    -webkit-transform: scale(0.9, 0.9 translateZ(0));
  }
  .video .video-main .main-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));
  }
  .video .video-main .main-video .video-box {
    display: none;
    width: 100%;
    height: auto;
  }
  .video .video-main .main-video .video-box video {
    width: 100%;
    height: auto;
  }
  .newsDetail {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem 0.45rem;
  }
  .newsDetail .newsDetail-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-title {
    margin-bottom: 0.2rem;
    font-size: 0.38rem;
    text-align: center;
    color: #666666;
  }
  .newsDetail .newsDetail-main .main-time {
    font-size: 0.24rem;
    text-align: center;
    color: #999999;
  }
  .newsDetail .newsDetail-main .main-cent {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    font-size: 0.26rem;
    color: #666;
    line-height: 0.46rem;
  }
  .newsDetail .newsDetail-main .main-cent img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
  }
  .newsDetail .newsDetail-main .main-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-top: 0.35rem;
    padding-top: 0.45rem;
    border-top: 1px solid #eeeeee;
    margin-bottom: 0.45rem;
    overflow: hidden;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent {
    width: 100%;
    height: auto;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent p {
    margin-bottom: 0.15rem;
    font-size: 0.26rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent p a {
    font-size: 0.26rem;
    color: #999999;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-cent p a:hover {
    color: #a62128;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-button {
    width: 2.9rem;
    height: 0.9rem;
    margin-top: 0.35rem;
    font-size: 0.28rem;
    line-height: 0.85rem;
    text-align: center;
    color: #666;
    border: solid 2px #999;
  }
  .newsDetail .newsDetail-main .main-bottom .bottom-button:hover {
    color: #a62128;
    border: solid 2px #a62128;
  }
  .join {
    width: 100%;
    height: auto;
  }
  .join .join-plate1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0.75rem 0.3rem 0.85rem;
  }
  .join .join-plate1 h1 {
    font-size: 0.42rem;
    text-align: center;
    color: #333333;
  }
  .join .join-plate1 .plate1-main {
    width: 100%;
    height: auto;
    margin-top: 0.85rem;
    text-align: center;
  }
  .join .join-plate1 .plate1-main img {
    max-width: 100%;
    width: auto;
  }
  .join .join-plate2 {
    width: 100%;
    height: auto;
    padding: 0.6rem 0.3rem 0.55rem;
    background: #e5e5e5;
  }
  .join .join-plate2 .plate2-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .join .join-plate2 .plate2-main h1 {
    margin-bottom: 0.9rem;
    font-size: 0.42rem;
    text-align: center;
    color: #333333;
  }
  .join .join-plate2 .plate2-main .main-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0.3rem;
  }
  .join .join-plate2 .plate2-main .main-item .item-title {
    width: 1.8rem;
    height: 0.8rem;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.75rem;
    letter-spacing: 0.05rem;
    color: #333;
    border-radius: 5px;
    border: solid 2px #9a9a9a;
  }
  .join .join-plate2 .plate2-main .main-item .item-text {
    width: calc(100% - 1.8rem);
    height: auto;
    padding-left: 0.25rem;
    font-size: 0.28rem;
    color: #333333;
  }
  .join .join-plate3 {
    width: 100%;
    height: auto;
    margin: 0.7rem auto 0;
    padding: 0 0.3rem;
  }
  .join .join-plate3 h1 {
    margin-bottom: 0.9rem;
    font-size: 0.42rem;
    text-align: center;
    color: #333333;
  }
  .join .join-plate3 .plate3-cont {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 1.3rem;
    padding: 0px 0.3rem;
    padding-bottom: 0.8rem;
    border: 2px solid #eaeaea;
  }
  .join .join-plate3 .plate3-cont .cont-icon {
    position: absolute;
    left: 50%;
    top: -0.5rem;
    width: 1rem;
    height: 1rem;
    margin-left: -0.5rem;
  }
  .join .join-plate3 .plate3-cont .cont-title {
    margin: 0.75rem 0 0.35rem;
    font-size: 0.34rem;
    text-align: center;
    color: #333333;
  }
  .join .join-plate3 .plate3-cont .cont-text {
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #999999;
  }
  .join .join-plate4 {
    width: 100%;
    height: auto;
    margin: 0 auto 85px;
    padding: 0 0.3rem;
  }
  .join .join-plate4 h1 {
    margin-bottom: 0.9rem;
    font-size: 0.42rem;
    text-align: center;
    color: #333333;
  }
  .join .join-plate4 .plate4-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0.32rem 0;
    padding: 0.55rem 0.3rem 0.45rem;
    border: 2px solid #eaeaea;
  }
  .join .join-plate4 .plate4-main .main-item {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0.25rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333333;
  }
  .join .join-plate4 .plate4-main .main-item span {
    font-weight: bold;
  }
  .join .join-plate4 .plate4-main .main-item p {
    color: #666;
  }
  .join .join-plate4 .plate4-main .main-item:nth-child(3) {
    width: 100%;
  }
  .serve {
    width: 100%;
    height: auto;
    padding: 1rem 0.3rem;
    background: #efefef;
    background-image: none;
    background-size: 100%;
  }
  .serve .serve-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .serve .serve-main .main-item {
    width: 100%;
    height: auto;
    padding: 0 0.3rem 0.3rem;
    margin-bottom: 0.4rem;
    border-right: none;
    background: #fff;
  }
  .serve .serve-main .main-item:last-of-type {
    border-right: none;
    padding-right: 0;
  }
  .serve .serve-main .main-item:last-of-type .item-text {
    padding-left: 0;
  }
  .serve .serve-main .main-item .item-title {
    margin-bottom: 0.3rem;
    padding: 0.2rem 0;
    font-size: 0.36rem;
    text-align: center;
    color: #333333;
    border-bottom: 1px solid #eeeeee;
  }
  .serve .serve-main .main-item .item-text {
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #666666;
  }
  .recruit {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem;
  }
  .recruit .recruit-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .recruit .recruit-main .main-dd {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
  .recruit .recruit-main .main-dd:last-of-type {
    margin-bottom: 0;
  }
  .recruit .recruit-main .main-dd .dd-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0.8rem;
    padding: 0 0.3rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    background: #434343;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-dd .dd-top .dd-title {
    width: calc(100% - 0.5rem);
    font-size: 0.32rem;
    color: #fff;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-dd .dd-top .dd-show {
    width: 0.45rem;
    height: 100%;
    background: url(../images/icon/icon-jiahao.png) no-repeat center center;
    background-size: 0.45rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .recruit .recruit-main .main-dd .top-active .dd-show {
    background: url(../images/icon/icon-jianhao.png) no-repeat center center !important;
    background-size: 0.45rem !important;
  }
  .recruit .recruit-main .main-dd .dd-cent {
    display: none;
    width: 100%;
    padding: 0.18rem 0.2rem 0.2rem;
    border: 1px solid #dedede;
    border-top: none;
    background: #fff;
  }
  .recruit .recruit-main .main-dd .dd-cent .cent-duty {
    width: 100%;
  }
  .recruit .recruit-main .main-dd .dd-cent .cent-duty .duty-title {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #999;
  }
  .recruit .recruit-main .main-dd .dd-cent .cent-duty .duty-text {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #999;
  }
  .recruit .recruit-main .main-dd .dd-cent .cent-duty .duty-Emali {
    width: 100%;
    padding: 0.2rem 0 0;
    margin-top: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #999;
    border-top: 1px dashed #dedede;
  }
  .recruit .recruit-main .main-dd .dd-cent .cent-duty .duty-Emali span,
  .recruit .recruit-main .main-dd .dd-cent .cent-duty .duty-Emali a {
    color: #fb2321;
  }
  .true {
    width: 100%;
    height: auto;
    padding: 1.3rem 0.3rem;
    background: #eeeeee url(../images/bg.jpg) no-repeat top left;
    background-size: cover;
  }
  .true .true-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .true .true-main .main-title {
    font-size: 0.42rem;
    text-align: center;
    color: #333333;
  }
  .true .true-main .main-box {
    width: 100%;
    height: auto;
    margin: 0.4rem auto 0;
    padding: 0.31rem 0.1rem 0.25rem;
    border: 1px solid #d8d8d8;
    background: #fff;
  }
  .true .true-main .main-box .box-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .true .true-main .main-box .box-cont .cont-title {
    font-size: 0.3rem;
    color: #333333;
  }
  .true .true-main .main-box .box-cont input {
    width: 4rem;
    height: 0.7rem;
    padding-left: 0.2rem;
    font-size: 0.26rem;
    color: #999999;
    border: 1px solid #dcdcdc;
    border-right: none;
  }
  .true .true-main .main-box .box-cont .cont-button {
    display: block;
    width: 1.1rem;
    height: 0.7rem;
    font-size: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
    color: #ffffff;
    border: 1px solid #a62128;
    background: #a62128;
    cursor: pointer;
  }
  .true .true-main .main-box .box-cont .cont-button:hover {
    color: #a62128;
    background: transparent;
  }
  .true .true-main .main-box .box-text {
    padding-left: 0;
    margin-top: 0.2rem;
    font-size: 0.24rem;
    color: #999999;
  }
  .true .true-main .main-box .box-text span {
    color: #a62128;
  }
  .contact {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 0.85rem;
  }
  .contact .contact-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contact .contact-main .main-title {
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    color: #666;
  }
  .contact .contact-main .main-cont {
    width: 100%;
    height: auto;
    margin-top: 0.32rem;
    padding: 0.55rem 0.2rem 0.45rem;
    border: 2px solid #eaeaea;
  }
  .contact .contact-main .main-cont p {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
    line-height: 0.46rem;
    color: #333333;
  }
  .contact .contact-main .main-cont p span {
    font-weight: bold;
  }
  .online {
    width: 100%;
    height: auto;
    padding: 0.75rem 0.3rem 0.85rem;
  }
  .online .contact-main {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .online .contact-main img {
    width: 100%;
  }
  .page-title {
    font-size: 0.42rem;
    text-align: center;
    color: #333333;
  }
  .page-title span {
    color: #a62128;
  }
  .page-English {
    margin-top: 0.1rem;
    font-family: 'MONTSERRAT-MEDIUM';
    font-size: 0.3rem;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
  }
}
