/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'iconfont';  /* Project id 3656717 */
    src: url('//at.alicdn.com/t/c/font_3656717_k2ayz283rh.woff2?t=1663811521228') format('woff2'), url('//at.alicdn.com/t/c/font_3656717_k2ayz283rh.woff?t=1663811521228') format('woff'), url('//at.alicdn.com/t/c/font_3656717_k2ayz283rh.ttf?t=1663811521228') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: fx;
    src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xilaolao/assets/fonts/fx.ttf');
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: #555555;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: #333333;
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background-color: rgba(85, 85, 85, 0.4);
}

header {
    width: 100%;
    position: fixed;
    padding: 0 10vw;
    top: 0;
    z-index: 99;
    transition: 0.3s all ease-in-out;
}

header nav {
    display: flex;
}

header nav .item {
    color: #fffefe;
    font-size: 1.2vw;
    margin: 3vw 0;
    padding: 0 2vw;
    height: 1vw;
    line-height: 1;
    cursor: pointer;
    font-family: fx;
    transition: 0.3s all ease-in-out;
}

header nav .logo {
    width: 12vw;
    margin: 1vw;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

header.active {
    -webkit-transition: all 0.5s;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    padding: 0 13vw;
}

header.active nav .item {
    margin: 2vw 0;
}

header.active nav .logo {
    width: 8vw;
    margin: 0.5vw;
}

footer {
    width: 100%;
    height: auto;
    background: url(' https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xilaolao/assets/images/img20.jpg') center no-repeat;
    background-size: cover !important;
    padding: 3vw 7vw 1vw 7vw;
    position: relative;
}

footer .footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3vw;
}

footer .footer .textBox {
    color: white;
}

footer .footer .textBox .img {
    width: 14vw;
}

footer .footer .textBox .phoneBox {
    padding: 1vw 0;
}

footer .footer .textBox .phoneBox .t {
    font-size: 0.9vw;
    margin-bottom: 0.5vw;
}

footer .footer .textBox .phoneBox .t i {
    margin-right: 0.5vw;
}

footer .footer .textBox .add {
    width: 8vw;
    height: 3vw;
    background-color: #ffffff;
    border-radius: 30px;
    text-align: center;
    line-height: 3vw;
    font-family: fx;
    font-size: 1.2vw;
    color: #b51d22;
    cursor: pointer;
}

footer .footer .footerNav .levelUl {
    display: flex;
}

footer .footer .footerNav .levelUl .level1 {
    padding: 0 1.2vw;
    text-align: left;
}

footer .footer .footerNav .levelUl .level1 a {
    font-size: 0.9vw;
    color: #fefefe;
    font-weight: bold;
}

footer .footer .footerNav .levelUl .level1 ul {
    margin-top: 1vw;
}

footer .footer .footerNav .levelUl .level1 ul li {
    margin-bottom: 0.7vw;
    text-align: left;
}

footer .footer .footerNav .levelUl .level1 ul li a {
    font-size: 0.75vw;
    color: #fefefe;
    opacity: 0.78;
    font-weight: normal;
}

footer .footer .footerNav .levelUl .level1 ul li a:hover {
    opacity: 1;
}

footer .info {
    width: 100%;
    font-size: 0.8vw;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 1vw;
}

footer .info .text {
    opacity: 0.58;
}

footer .info .text a {
    color: white;
}

footer .info .iconBox {
    display: flex;
}

footer .info .iconBox a {
    width: 1.2vw;
    margin: 0 0.7vw;
    align-self: center;
}

footer .info .iconBox a .qrcode {
    position: absolute;
    width: 5vw;
    height: 5vw;
    margin-top: -7vw;
    margin-left: -2vw;
    opacity: 0;
    pointer-events: none;
}

footer .info .iconBox a .qrcode img {
    width: 5vw;
    height: 5vw;
}

footer .info .iconBox a .qrcode::after {
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
    content: '';
}

footer .info .iconBox a:hover .qrcode {
    opacity: 1;
}

footer .info .iconBox .xhs {
    width: 2.5vw;
}

.formBox {
    width: 100%;
    background: #a01116;
    height: auto;
    padding: 1vw 14vw;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    transition: 0.5s all ease-in-out;
    transform: translateX(100vw);
}

.formBox .close {
    position: absolute;
    color: white;
    font-size: 2vw;
    right: 8vw;
    margin-top: -5vw;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

.formBox .close:hover {
    transform: rotateZ(360deg);
}

.formBox .img {
    width: 12vw;
}

.formBox .info_box {
    width: 55vw;
    color: #ffffff;
}

.formBox .info_box .tips {
    margin-bottom: 0.5vw;
}

.formBox .info_box .tips .tit {
    font-size: 1.5vw;
    display: block;
    margin-bottom: 5px;
    line-height: 35px;
    font-family: fx;
}

.formBox .info_box .tips .en {
    text-transform: uppercase;
    font-size: 0.8vw;
    line-height: 20px;
}

.formBox .info_box .labels {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
}

.formBox .info_box .labels input {
    display: block;
    border: none;
    outline: none;
    width: 20vw;
    height: 2.5vw;
    background-color: #ffffff;
    text-indent: 15px;
    font-size: 0.8vw;
    margin-right: 2vw;
}

.formBox .info_box .labels .hot-submit {
    width: 8vw;
    height: 2.5vw;
    background-color: #ffffff;
    cursor: pointer;
    line-height: 2.5vw;
    font-size: 1.2vw;
    text-align: center;
    border-radius: 30px;
    color: #ce3a22;
    font-family: fx;
}

.formBoxActive {
    transform: translateX(0vw);
}

.formBoxIcon {
    width: 4vw;
    position: fixed;
    right: 1vw;
    bottom: 6vw;
    transform: translateX(10vw);
    z-index: 9;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

.formBoxIconActive {
    transform: translateX(0vw);
}

.backTop {
    right: 1.6vw !important;
}

.index canvas {
    display: block;
    vertical-align: bottom;
}

.index .count-particles {
    background: #b51d22;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #d7ac6c;
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.index #particles-js {
    width: 100%;
    height: 100vh;
    background-color: #b51d22;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
}

.index .f1 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.index .f1 video {
    width: 100%;
    height: 100vh;
    object-fit: cover !important;
    position: absolute;
    z-index: 1;
}

.index .f1 .text {
    font-size: 1vw;
    text-align: center;
    position: absolute;
    color: white;
    z-index: 1;
    bottom: 5vw;
    left: 45vw;
    cursor: pointer;
    font-family: fx;
}

.index .f1 .text i {
    font-size: 2.5vw;
    font-weight: normal;
    position: relative;
    top: 0.6vw;
    margin-right: 0.5vw;
}

.index .videoBox {
    display: none;
    padding: 0;
    z-index: 2;
    overflow: hidden;
}

.index .videoBox .close {
    position: absolute;
    font-size: 2vw;
    z-index: 9;
    color: white;
    right: 1vw;
    cursor: pointer;
}

.index .f2 {
    width: 100%;
    height: 53vw;
    background: #b51d22;
}

.index .f2 .titImg {
    width: 69vw;
    top: 6vw;
    position: relative;
    margin-left: 4vw;
}

.index .f2 .bgImg {
    width: 32vw;
    position: absolute;
    right: 0;
}

.index .f2 .infoImg {
    width: 58vw;
    position: absolute;
    margin-left: 12vw;
    margin-top: 13vw;
}

.index .f2 .f2Box .mySwiper3 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index .f2 .f2Box .mySwiper3 .swiper-slide {
    display: flex;
    overflow: hidden;
}

.index .f2 .f2Box .mySwiper3 .swiper-slide .text {
    width: 24vw;
    margin-left: 2.5vw;
    margin-right: 9vw;
    margin-top: 8vw;
}

.index .f2 .f2Box .mySwiper3 .swiper-slide .text .name {
    color: #ffffff;
    font-size: 1.2vw;
    margin-bottom: 1vw;
    font-weight: bold;
}

.index .f2 .f2Box .mySwiper3 .swiper-slide .text .des {
    color: #ffffff;
    font-size: 0.9vw;
    line-height: 1.7;
    text-align: justify;
}

.index .f2 .f2Box .mySwiper3 .swiper-slide .imgBoxL {
    width: 18vw;
    margin-top: 1vw;
    background-size: contain !important;
}

.index .f2 .f2Box .mySwiper3 .swiper-slide .imgBoxR {
    width: 32vw;
    height: 32vw;
    margin-top: 2vw;
}

.index .f2 .f2Box .mySwiper3 .swiper-slide .imgBoxR .img {
    width: 28vw;
    height: 28vw;
    border-radius: 50%;
    background-size: cover !important;
}

.index .f2 .f2Box .mySwiper3 .swiper-slide .imgBoxR .img::before {
    content: '';
    position: absolute;
    width: 32vw;
    height: 32vw;
    margin-top: -2vw;
    z-index: 9;
    margin-left: -2vw;
    background: url(' https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xilaolao/assets/images/img22.png') center no-repeat;
    background-size: cover !important;
    animation: spin 80s linear infinite;
}

.index .f2 .f2Box .mySwiper3 .swiper-slide .imgBoxR .img::after {
    content: '';
    position: absolute;
    width: 29vw;
    height: 29vw;
    margin-top: -0.5vw;
    margin-left: -0.5vw;
    z-index: 9;
    background: url(' https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xilaolao/assets/images/img23.png') center no-repeat;
    background-size: contain !important;
    animation: spin 30s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.index .f2 .f2Box .mySwiper3 .swiper-pagination {
    position: relative;
    margin-left: -22vw;
}

.index .f2 .f2Box .mySwiper3 .swiper-pagination .swiper-pagination-bullet {
    width: 4vw;
    height: 1vw;
    border-radius: 0;
    position: relative;
    top: 0.5vw;
    background: url(' https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xilaolao/assets/images/img24_1.png') center no-repeat;
    background-size: contain !important;
    margin: 0;
    transition: 0.3s all ease-in-out;
}

.index .f2 .f2Box .mySwiper3 .swiper-pagination .swiper-pagination-bullet-active {
    width: 4vw;
    height: 1vw;
    border-radius: 0;
    position: relative;
    top: 0.5vw;
    background: url(' https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xilaolao/assets/images/img24.png') center no-repeat;
    background-size: contain !important;
}

.index .f2 .f2Box .mySwiper3 .swiper-pagination2 {
    color: #fff;
    left: 35vw;
    margin-top: -1.2vw;
    position: absolute;
    color: white;
}

.index .f2 .f2Box .mySwiper3 .swiper-pagination2 ul {
    display: flex;
}

.index .f2 .f2Box .mySwiper3 .swiper-pagination2 ul li {
    position: absolute;
    top: 0;
    margin-left: -15vw;
}

.index .f2 .f2Box .mySwiper4 {
    width: 35vw;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    left: 17vw;
    margin-top: -21.5vw;
}

.index .f2 .f2Box .mySwiper4 .swiper-slide {
    cursor: pointer;
    width: 5vw !important;
    height: 5vw !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8vw;
    line-height: 4.8vw;
    color: white;
    font-family: fx;
    background-size: cover !important;
    background-color: #b51d22;
    position: relative;
    z-index: 99;
}

.index .f2 .f2Box .mySwiper4 .swiper-slide .text {
    width: 5vw !important;
    height: 5vw !important;
    border-radius: 50%;
    overflow: hidden;
    border: 2px dashed #ffffff;
    position: absolute;
    margin-top: -4.81vw;
    animation: spin 10s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.index .f2 .f2Box .mySwiper4 .swiper-slide:nth-child(1) {
    margin-top: 10vw;
}

.index .f2 .f2Box .mySwiper4 .swiper-slide:nth-child(2) {
    margin-left: 8vw;
    margin-top: 8vw;
}

.index .f2 .f2Box .mySwiper4 .swiper-slide:nth-child(3) {
    margin-top: 0vw;
    margin-left: 6.5vw;
}

.index .f2 .f2Box .mySwiper4 .swiper-slide-thumb-active {
    border: 4px solid #d7ac6c;
}

.index .f2 .f2Box .mySwiper4 .swiper-slide-thumb-active .text {
    border: 2px dashed transparent;
}

.index .f2 .more {
    width: 9vw;
    height: 2vw;
    border-radius: 30px;
    display: block;
    border: 2px solid #d7ac6c;
    color: #d7ab6b;
    text-align: center;
    line-height: 1.8vw;
    font-weight: bold;
    font-size: 0.9vw;
    margin-left: 20vw;
    margin-top: 3vw;
    transition: 0.3s all ease-in-out;
    position: relative;
}

.index .f2 .more:hover {
    background: #d7ab6b;
    color: #b51d22;
}

.index .f3 {
    width: 100%;
    height: 65vw;
    background: #b51d22;
    padding: 4vw 8vw;
    overflow: hidden;
}

.index .f3 .titBox {
    text-align: right;
    pointer-events: none;
    position: relative;
}

.index .f3 .titBox .titImg {
    width: 56vw;
    margin-left: 30vw;
}

.index .f3 .titBox .text {
    color: white;
    margin: 1vw 0;
    pointer-events: none;
}

.index .f3 .titBox .text .name {
    font-family: fx;
    font-size: 1.5vw;
    line-height: 1.5;
}

.index .f3 .titBox .text .des {
    line-height: 2;
    font-size: 0.9vw;
}

.index .f3 .titBox .more {
    width: 9vw;
    height: 2vw;
    border-radius: 30px;
    display: block;
    border: 2px solid #d7ac6c;
    color: #d7ab6b;
    text-align: center;
    line-height: 1.8vw;
    font-weight: bold;
    font-size: 0.9vw;
    position: absolute;
    margin-top: 0vw;
    right: 8vw;
    z-index: 99;
    transition: 0.3s all ease-in-out;
    pointer-events: auto;
}

.index .f3 .titBox .more:hover {
    background: #d7ab6b;
    color: #b51d22;
}

.index .f3 .f3Box {
    width: 100%;
    display: flex;
    position: relative;
    top: -18vw;
}

.index .f3 .f3Box .left {
    width: 27vw;
    overflow: hidden;
}

.index .f3 .f3Box .left .img {
    width: 27vw;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

.index .f3 .f3Box .left .img .leftActive {
    position: absolute;
    width: 27vw;
    height: 39vw;
    background: #b51d22;
    transition: 0.5s all ease-in-out;
}

.index .f3 .f3Box .left .img .leftActiveNo {
    width: 0;
}

.index .f3 .f3Box .left .img img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.index .f3 .f3Box .left .img:hover img {
    transform: scale(1.1);
}

.index .f3 .f3Box .left .textBox {
    width: 100%;
    display: flex;
    margin-top: -2vw;
}

.index .f3 .f3Box .left .textBox .text {
    flex: 1;
    color: white;
}

.index .f3 .f3Box .left .textBox .text .name {
    display: flex;
}

.index .f3 .f3Box .left .textBox .text .name p {
    width: 4vw;
    height: 4vw;
    background-color: #b51d22;
    border: solid 4px #d7ac6c;
    border-radius: 50%;
    font-family: fx;
    font-size: 1.5vw;
    text-align: center;
    line-height: 3.6vw;
    position: relative;
    left: 1vw;
}

.index .f3 .f3Box .left .textBox .text .name p:nth-child(2) {
    left: 0.5vw;
}

.index .f3 .f3Box .left .textBox .text .name p:nth-child(3) {
    left: 0;
}

.index .f3 .f3Box .left .textBox .text .num {
    width: 13vw;
    text-align: center;
    font-size: 1.5vw;
    margin-top: 0.5vw;
}

.index .f3 .f3Box .right {
    width: 52vw;
    margin-left: 1vw;
    margin-top: 1vw;
}

.index .f3 .f3Box .right .item {
    width: 25vw;
    margin-bottom: 1vw;
    cursor: pointer;
    display: block;
}

.index .f3 .f3Box .right .item .img {
    width: 24vw;
    overflow: hidden;
}

.index .f3 .f3Box .right .item .img .leftActive {
    position: absolute;
    width: 24vw;
    height: 22.9vw;
    background: #b51d22;
    transition: 0.5s all ease-in-out;
}

.index .f3 .f3Box .right .item .img .leftActiveNo {
    width: 0;
}

.index .f3 .f3Box .right .item .img img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.index .f3 .f3Box .right .item .img:hover img {
    transform: scale(1.1);
}

.index .f3 .f3Box .right .item .textBox {
    width: 100%;
    margin-top: -6.5vw;
    margin-left: 13vw;
}

.index .f3 .f3Box .right .item .textBox .text {
    flex: 1;
    color: white;
}

.index .f3 .f3Box .right .item .textBox .text .name {
    display: flex;
}

.index .f3 .f3Box .right .item .textBox .text .name p {
    width: 4vw;
    height: 4vw;
    background-color: #b51d22;
    border: solid 4px #d7ac6c;
    border-radius: 50%;
    font-family: fx;
    font-size: 1.5vw;
    text-align: center;
    line-height: 3.6vw;
    position: relative;
    left: 1vw;
}

.index .f3 .f3Box .right .item .textBox .text .name p:nth-child(2) {
    left: 0.5vw;
}

.index .f3 .f3Box .right .item .textBox .text .name p:nth-child(3) {
    left: 0;
}

.index .f3 .f3Box .right .item .textBox .text .name p:nth-child(4) {
    left: -0.5vw;
}

.index .f3 .f3Box .right .item .textBox .text .name p:nth-child(5) {
    left: -1vw;
}

.index .f3 .f3Box .right .item .textBox .text .num {
    width: 18vw;
    text-align: right;
    font-size: 1.5vw;
    margin-top: 0.5vw;
}

.index .f3 .f3Box .right .item2 .img {
    width: 55vw;
    overflow: hidden;
    cursor: pointer;
}

.index .f3 .f3Box .right .item2 .img .leftActive {
    position: absolute;
    width: 55vw;
    height: 30.2vw;
    background: #b51d22;
    transition: 0.8s all ease-in-out;
}

.index .f3 .f3Box .right .item2 .img .leftActiveNo {
    width: 0;
}

.index .f3 .f3Box .right .item2 .img img {
    width: 100%;
    transition: 0.5s all ease-in-out;
    margin-top: -12vw;
}

.index .f3 .f3Box .right .item2 .img:hover img {
    transform: scale(1.1);
}

.index .f3 .f3Box .right .item2 .textBox {
    width: 100%;
    position: absolute;
    margin-left: 36vw;
    margin-top: -4.5vw;
    z-index: 9;
}

.index .f3 .f3Box .right .item2 .textBox .text {
    flex: 1;
    color: white;
}

.index .f3 .f3Box .right .item2 .textBox .text .name {
    display: flex;
}

.index .f3 .f3Box .right .item2 .textBox .text .name p {
    width: 4vw;
    height: 4vw;
    background-color: #b51d22;
    border: solid 4px #d7ac6c;
    border-radius: 50%;
    font-family: fx;
    font-size: 1.5vw;
    text-align: center;
    line-height: 3.6vw;
    position: relative;
    left: 1vw;
}

.index .f3 .f3Box .right .item2 .textBox .text .name p:nth-child(2) {
    left: 0.5vw;
}

.index .f3 .f3Box .right .item2 .textBox .text .name p:nth-child(3) {
    left: 0;
}

.index .f3 .f3Box .right .item2 .textBox .text .name p:nth-child(4) {
    left: -0.5vw;
}

.index .f3 .f3Box .right .item2 .textBox .text .name p:nth-child(5) {
    left: -1vw;
}

.index .f3 .f3Box .right .item2 .textBox .text .num {
    width: 18vw;
    text-align: right;
    font-size: 1.5vw;
    margin-top: 0.5vw;
}

.index .f4 {
    width: 100%;
    padding-top: 6vw;
    background: #b51d22;
}

.index .f4 .titImg {
    width: 71vw;
    margin: 0 auto;
}

.index .f4 .text {
    text-align: center;
}

.index .f4 .text .name {
    font-size: 1.3vw;
    font-family: fx;
    color: white;
    margin-top: 1vw;
}

.index .f4 .f4Box {
    padding: 3vw 0;
}

.index .f4 .f4Box .mySwiper2 {
    width: 100%;
    height: 39vw;
    overflow: hidden;
}

.index .f4 .f4Box .mySwiper2 .swiper-slide {
    background-size: cover !important;
}

.index .f4 .f4Box .mySwiper2 .swiper-pagination {
    position: relative;
    right: 8vw;
    bottom: 4.5vw;
    width: 29vw;
    float: right;
}

.index .f4 .f4Box .mySwiper2 .swiper-pagination .swiper-pagination-bullet {
    width: 2vw;
    height: 1vw;
    border-radius: 0;
    position: relative;
    top: 0.5vw;
    background: url(' https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xilaolao/assets/images/img24_1.png') center no-repeat;
    background-size: contain !important;
    margin: 0;
    transition: 0.3s all ease-in-out;
}

.index .f4 .f4Box .mySwiper2 .swiper-pagination .swiper-pagination-bullet-active {
    width: 3vw;
    height: 1vw;
    border-radius: 0;
    position: relative;
    top: 0.5vw;
    background: url(' https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xilaolao/assets/images/img24.png') center no-repeat;
    background-size: contain !important;
}

.index .f4 .f4Box .mySwiper2 .swiper-pagination2 {
    color: #fff;
    right: 6vw;
    margin-top: -4vw;
    position: absolute;
    color: white;
    z-index: 22;
}

.index .f4 .f4Box .mySwiper2 .swiper-pagination2 ul {
    display: flex;
}

.index .f4 .f4Box .mySwiper2 .swiper-pagination2 ul li {
    position: absolute;
    top: 0;
    margin-left: -15vw;
}

.index .f4 .f4Box .mySwiper {
    width: auto;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    left: 9vw;
    margin-top: 3vw;
}

.index .f4 .f4Box .mySwiper .swiper-wrapper {
    display: block;
}

.index .f4 .f4Box .mySwiper .swiper-slide {
    width: 18vw !important;
    cursor: pointer;
    overflow: hidden;
    margin-right: 5vw;
    color: #ffffff;
    padding: 1.3vw 0;
    font-size: 1.2vw;
    font-family: fx;
    display: flex;
}

.index .f4 .f4Box .mySwiper .swiper-slide .icon {
    width: 4vw;
    height: 4vw;
    background-color: #b51d22;
    border: solid 4px #d7ac6c;
    border-radius: 50%;
}

.index .f4 .f4Box .mySwiper .swiper-slide .icon img {
    width: auto;
    height: 2vw;
    margin: 0.8vw auto;
}

.index .f4 .f4Box .mySwiper .swiper-slide .icon img:nth-child(2) {
    display: none;
}

.index .f4 .f4Box .mySwiper .swiper-slide p {
    line-height: 4vw;
    margin-left: 1vw;
}

.index .f4 .f4Box .mySwiper .swiper-slide-thumb-active .icon {
    background: #d7ac6c;
    border: solid 4px #b51d22;
}

.index .f4 .f4Box .mySwiper .swiper-slide-thumb-active .icon img:nth-child(1) {
    display: none;
}

.index .f4 .f4Box .mySwiper .swiper-slide-thumb-active .icon img:nth-child(2) {
    display: block;
}

.index .f4 .f4Box .more {
    width: 9vw;
    height: 2vw;
    border-radius: 30px;
    display: block;
    border: 2px solid #d7ac6c;
    color: #d7ab6b;
    background-color: #b51d22;
    text-align: center;
    line-height: 1.8vw;
    font-weight: bold;
    font-size: 0.9vw;
    margin-left: 45vw;
    position: absolute;
    margin-top: -5vw;
    z-index: 99;
    transition: 0.3s all ease-in-out;
}

.index .f4 .f4Box .more:hover {
    background: #d7ab6b;
    color: #b51d22;
    border: 2px solid #b51d22;
}

.index .f5 {
    width: 100%;
    background: #b51d22;
    padding-top: 2vw;
}

.index .f5 .titImg {
    width: 38vw;
    padding-left: 8vw;
    position: relative;
}

.index .f5 .f5Box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.index .f5 .f5Box .f5Swiper {
    padding-left: 8vw;
}

.index .f5 .f5Box .swiper-slide {
    cursor: pointer;
}

.index .f5 .f5Box .swiper-slide .img {
    width: 19vw;
    height: 33vw;
    overflow: hidden;
}

.index .f5 .f5Box .swiper-slide .img img {
    transition: 0.5s all ease-in-out;
}

.index .f5 .f5Box .swiper-slide .img:hover img {
    transform: scale(1.1);
}

.index .f5 .f5Box .swiper-slide .text {
    color: white;
    margin: 1vw 0;
}

.index .f5 .f5Box .swiper-slide .text .name {
    font-size: 0.9vw;
    font-weight: bold;
    margin-bottom: 0.5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.index .f5 .f5Box .swiper-slide .text .time {
    font-size: 0.85vw;
}

.index .f5 .f5Box .swiper-slide:nth-child(1) {
    margin-top: 3vw;
}

.index .f5 .f5Box .swiper-slide:nth-child(2) {
    margin-top: 11vw;
}

.index .f5 .f5Box .swiper-slide:nth-child(3) {
    margin-top: 0;
}

.index .f5 .f5Box .swiper-slide:nth-child(4) {
    margin-top: 6vw;
}

.index .f5 .f5Box .swiper-slide:nth-child(5) {
    margin-top: 2vw;
}

.index .f5 .more {
    width: 9vw;
    height: 2vw;
    border-radius: 30px;
    display: block;
    border: 2px solid #d7ac6c;
    color: #d7ab6b;
    text-align: center;
    line-height: 1.8vw;
    font-weight: bold;
    font-size: 0.9vw;
    margin: 1vw auto;
    transition: 0.3s all ease-in-out;
    position: relative;
}

.index .f5 .more:hover {
    background: #d7ab6b;
    color: #b51d22;
}

.index .f6 {
    width: 100%;
    background: #b51d22;
    padding: 2vw 8vw 4vw 8vw;
}

.index .f6 .titImg {
    width: 78vw;
    position: absolute;
    right: 3vw;
}

.index .f6 .f6Box {
    width: 100%;
    display: flex;
    margin-top: 12vw;
}

.index .f6 .f6Box .left {
    width: 62vw;
    height: 35vw;
}

.index .f6 .f6Box .left .img {
    width: 62vw;
    height: 35vw;
    overflow: hidden;
}

.index .f6 .f6Box .left .img img {
    transform: scale(1.05);
    transition: 0.5s all ease-in-out;
}

.index .f6 .f6Box .left:hover .img img {
    transform: scale(1.1);
}

.index .f6 .f6Box .right {
    width: 19vw;
    height: 35vw;
    margin-left: 1vw;
    position: absolute;
    overflow: hidden;
    right: 9vw;
}

.index .f6 .f6Box .right .rightBox {
    position: absolute;
}

.index .f6 .f6Box .right .rightBox .item {
    width: 19vw;
    height: 11vw;
    margin-bottom: 1vw;
    overflow: hidden;
}

.index .f6 .f6Box .right .rightBox .item img {
    transform: scale(1.08);
    transition: 0.5s all ease-in-out;
}

.index .f6 .f6Box .right .rightBox .item:hover img {
    transform: scale(1.2);
}

.index .f6 .more {
    width: 9vw;
    height: 2vw;
    border-radius: 30px;
    display: block;
    border: 2px solid #d7ac6c;
    color: #d7ab6b;
    text-align: center;
    line-height: 1.8vw;
    font-weight: bold;
    font-size: 0.9vw;
    margin: 2vw auto 0 auto;
    transition: 0.3s all ease-in-out;
    position: relative;
}

.index .f6 .more:hover {
    background: #d7ab6b;
    color: #b51d22;
}

.food .bgVideo {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
}

.food .bgVideo .textBox {
    width: 100%;
    position: absolute;
    z-index: 9;
}

.food .bgVideo .textBox .text {
    color: white;
    font-family: fx;
    text-align: center;
    font-size: 4vw;
    margin-top: 18vw;
}

.food .bgVideo .textBox .text .cn {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.food .bgVideo .textBox .text .cn p {
    display: inline-block;
    float: left;
    width: 6vw;
    height: 6vw;
    background-color: #b51d22;
    border: solid 0.5vw #d7ac6c;
    border-radius: 50%;
    padding-top: 0.6vw;
    margin-left: -1vw;
}

.food .bgVideo video {
    width: 100%;
    height: 100vh;
    object-fit: cover !important;
    position: absolute;
    z-index: -1;
}

.food .bgVideo .mengban {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.food .tabBox {
    position: fixed;
    right: -6vw;
    z-index: 99;
    top: 15vw;
}

.food .tabBox .item {
    border-radius: 60px;
    background: #d7ac6c;
    border: 5px solid white;
    font-family: fx;
    font-size: 1.5vw;
    color: white;
    padding: 1vw 3vw 1vw 1vw;
    margin-bottom: 1vw;
    cursor: pointer;
    transform: translateX(0vw);
    transition: 0.5s all ease-in-out;
    color: #b51d22;
}

.food .tabBox .active {
    transform: translateX(-4vw);
    background: #b51d22;
    color: #d7ac6c;
}

.food .tabBox .item:hover {
    transform: translateX(-4vw);
    background: #b51d22;
    color: #d7ac6c;
}

.food .foodBox {
    position: relative;
    margin-top: 44.2vw;
}

.food .foodBox .item {
    margin-bottom: 3vw;
}

.food .foodBox .item .iconImg {
    width: 6vw;
    margin: 0 auto;
}

.food .foodBox .item .itemBox {
    width: 45vw;
    margin: 0 auto;
    background: white;
    border-radius: 30px;
    padding: 1.5vw;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
}

.food .foodBox .item .itemBox .name {
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1vw;
}

.food .foodBox .item .itemBox .img {
    width: 100%;
    height: 22vw;
    margin: 0 auto;
}

.food .foodBox .item .itemBox .img img {
    width: 100%;
    height: 22vw;
    object-fit: cover !important;
}

.food .foodBox .item .itemBox .des {
    font-size: 0.85vw;
    line-height: 1.7;
}

.food .foodBox .item .itemBox:hover {
    transform: scale(1.05);
}

.newsPage .f1 {
    width: 100%;
    height: 30vw;
    overflow: hidden;
    position: relative;
}

.newsPage .f1 .pic {
    width: 110vw;
    height: 100%;
    position: absolute;
    background-size: cover !important;
    -webkit-animation: subs 6s linear 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: translateX(-5%);
}

@-webkit-keyframes subs {
    0% {
        -webkit-transform: translateX(-5%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

.newsPage .f1 .textBox {
    width: 100%;
    position: absolute;
}

.newsPage .f1 .textBox .text {
    width: 100%;
    color: white;
    font-family: fx;
    text-align: center;
    margin: 0 auto;
    font-size: 3vw;
    margin-top: 14vw;
}

.newsPage .f1 .textBox .text .cn {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.newsPage .f1 .textBox .text .cn p {
    display: inline-block;
    float: left;
    width: 5vw;
    height: 5vw;
    background-color: #b51d22;
    border: solid 0.5vw #d7ac6c;
    border-radius: 50%;
    padding-top: 0.5vw;
    margin-left: -1vw;
}

.newsPage .tabBox {
    width: 100%;
    display: inline-block;
    padding: 3vw 0;
    text-align: center;
    position: sticky;
    top: 0;
}

.newsPage .tabBox .item {
    padding: 0.5vw 5vw;
    color: #666666;
    font-family: fx;
    font-size: 2vw;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    margin: 0 3vw;
}

.newsPage .tabBox .active {
    background: #b51d22;
    color: white;
}

.newsPage .tabBox .item:hover {
    background: #b51d22;
    color: white;
}

.newsPage .f2 {
    width: 100%;
    display: inline-block;
    padding: 0 8vw 3vw 8vw;
}

.newsPage .f2 .left {
    width: 30vw;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: sticky;
    top: 10vw;
    display: inline-block;
    float: left;
}

.newsPage .f2 .left .img {
    width: 100%;
    height: 25vw;
}

.newsPage .f2 .left .img img {
    width: 100%;
    height: 25vw;
    object-fit: cover !important;
    transition: 0.5s all ease-in-out;
}

.newsPage .f2 .left .text {
    background: #b51d22;
    color: white;
    padding: 2vw;
}

.newsPage .f2 .left .text .time {
    border-radius: 30px;
    display: inline-block;
    padding: 0.2vw 2vw;
    font-size: 0.9vw;
    font-weight: bold;
    position: relative;
    left: -3vw;
    top: -0.5vw;
    border: 3px solid white;
}

.newsPage .f2 .left .text .name {
    font-size: 1.2vw;
    font-weight: bold;
    margin: 0.5vw auto;
}

.newsPage .f2 .left .text .des {
    font-size: 0.9vw;
    line-height: 1.7;
    text-align: justify;
}

.newsPage .f2 .left:hover .img img {
    transform: scale(1.1);
}

.newsPage .f2 .right {
    display: inline-block;
    margin-left: 3vw;
    width: 50vw;
}

.newsPage .f2 .right .item {
    display: flex;
    border-radius: 10px;
    background: transparent;
    border: 1px solid transparent;
    margin-bottom: 2vw;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.newsPage .f2 .right .item .text {
    width: 70vw;
    padding: 2vw;
}

.newsPage .f2 .right .item .text .name {
    font-size: 1.2vw;
    font-weight: bold;
    color: #b51d22;
}

.newsPage .f2 .right .item .text .time {
    font-size: 0.9vw;
    color: #666666;
    margin: 0.5vw auto;
}

.newsPage .f2 .right .item .text .des {
    font-size: 0.9vw;
    line-height: 1.7;
    text-align: justify;
}

.newsPage .f2 .right .item .img {
    width: 30vw;
    background-size: cover !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.newsPage .f2 .right .item:hover {
    border: 1px solid #b51d22;
}

.about .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 110%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about .swiper-container {
    width: 100%;
    height: 100vh;
}

.about .swiper-container .swiper-wrapper {
    transition-delay: 0.3s;
}

.about .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100vh !important;
}

.about .swiper-container .swiper-wrapper .swiper-slide .textItem {
    color: white;
    font-family: fx;
    font-size: 3vw;
    text-align: right;
    line-height: 1.7;
    position: relative;
    right: 10vw;
    top: 16vw;
    transition: all 0.4s;
}

.about .swiper-container .swiper-wrapper .swiper-slide .textBoxs {
    color: white;
    float: left;
    line-height: 1.7;
    position: absolute;
    right: 10vw;
    margin-top: 12vw;
}

.about .swiper-container .swiper-wrapper .swiper-slide .textBoxs .name {
    width: 14vw;
    margin-bottom: 2vw;
}

.about .swiper-container .swiper-wrapper .swiper-slide .textBoxs .des {
    width: 30vw;
    float: right;
    font-size: 0.85vw;
    line-height: 2;
    text-align: justify;
}

.about .swiper-container .swiper-wrapper .swiper-slide .itemBox {
    width: 100%;
    height: 100vh;
    display: flex;
}

.about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item {
    flex: 1;
    display: inline-block;
    background-size: cover !important;
    float: left;
    transition: 0.5s all ease-in-out;
    cursor: pointer;
    background-blend-mode: multiply;
}

.about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item .texts {
    color: white;
    padding-top: 35vw;
    transition: 0.5s all ease-in-out;
}

.about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item .texts .icon {
    text-align: center;
    font-size: 2.5vw;
}

.about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item .texts .name {
    font-size: 2vw;
    font-family: fx;
    text-align: center;
    margin: 1vw 0;
}

.about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item .texts .des {
    font-size: 1vw;
    line-height: 1.7;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(3vw);
    transition: 0.5s all ease-in-out;
}

.about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item:hover {
    flex: 2;
    background-blend-mode: normal;
}

.about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item:hover .texts {
    transform: translateY(-5vw);
}

.about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item:hover .texts .des {
    opacity: 1;
    transform: translateY(0);
}

.about .swiper-container .swiper-wrapper .swiper-slide .video {
    width: 100%;
    height: 100vh;
}

.about .swiper-container .swiper-wrapper .swiper-slide .video video {
    width: 100%;
    height: 100vh;
    object-fit: cover !important;
    position: absolute;
    z-index: -1;
}

.about .swiper-container .swiper-wrapper .swiper-slide .video .videoText {
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 9;
}

.about .swiper-container .swiper-wrapper .swiper-slide .video .videoText .textBox {
    font-family: fx;
    font-size: 3vw;
    color: white;
    padding-top: 35vw;
}

.about .swiper-container .swiper-wrapper .swiper-slide .video .videoText .textBox .name {
    margin-bottom: 2vw;
}

.about .swiper-container .swiper-wrapper .swiper-slide .video .videoText .textBox .icon {
    cursor: pointer;
}

.about .swiper-container .swiper-wrapper .swiper-slide:last-child {
    width: 100%;
    height: auto !important;
}

.store .f1 {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
}

.store .f1 .left {
    width: 50%;
    height: auto;
    background: #b51d22;
    transition: 0.3s all ease-in-out;
}

.store .f1 .left .item {
    width: 100%;
    height: 100vh;
    padding: 8vw 5vw;
    color: white;
}

.store .f1 .left .item .num {
    font-family: fx;
    font-size: 18vw;
    position: absolute;
    color: #b74649;
    left: 14vw;
}

.store .f1 .left .item .tit {
    font-size: 0.95vw;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8vw;
    margin-top: 7vw;
    position: relative;
}

.store .f1 .left .item .name {
    font-size: 3vw;
    font-family: fx;
    display: flex;
    text-align: center;
    margin: 0 auto;
}

.store .f1 .left .item .name p {
    width: 4vw;
    height: 4vw;
    background-color: #b51d22;
    border: 4px solid #d7ac6c;
    border-radius: 50%;
    font-family: fx;
    font-size: 1.5vw;
    text-align: center;
    line-height: 3.6vw;
    position: relative;
}

.store .f1 .left .item .name p:nth-child(2) {
    left: -0.5vw;
}

.store .f1 .left .item .name p:nth-child(3) {
    left: -1vw;
}

.store .f1 .left .item .name p:nth-child(4) {
    left: -1.5vw;
}

.store .f1 .left .item .name p:nth-child(5) {
    left: -2vw;
}

.store .f1 .left .item .des {
    font-size: 2vw;
    line-height: 1.7;
    font-family: fx;
    padding-left: 15vw;
    margin-bottom: 1vw;
}

.store .f1 .left .item:nth-child(2) .num {
    color: rgba(255, 255, 255, 0.247);
}

.store .f1 .left .item:nth-child(2) .tit {
    color: white;
}

.store .f1 .left .item:nth-child(2) .name p {
    background-color: #d7ac6c;
    border: 4px solid white;
    color: white;
}

.store .f1 .leftActive1 {
    background: #b51d22;
}

.store .f1 .leftActive2 {
    background: #d7ac6c;
}

.store .f1 .leftActive3 {
    background: #b51d22;
}

.store .f1 .right {
    width: 50%;
    height: auto;
    overflow: hidden;
}

.store .f1 .right .rightBox {
    width: 100%;
    height: 100%;
}

.store .f1 .right .rightBox .item {
    width: 50%;
    height: 100vh;
    background-size: cover !important;
    position: absolute;
    top: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.store .f1 .right .rightBox .item1 {
    z-index: 5;
}

.store .f1 .right .rightBox .item2 {
    z-index: 4;
    position: fixed;
}

.store .f1 .right .rightBox .item3 {
    z-index: 3;
    position: fixed;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.store .f1 .right .rightBox .rightAcite2 {
    position: absolute;
    top: 100vh;
}

.store .f1 .right .rightBox .rightAcite3 {
    position: absolute;
    top: 200vh;
}

.contactUs {
    background: #b51d22;
}

.contactUs .f1 {
    width: 100%;
    height: 30vw;
    overflow: hidden;
    position: relative;
}

.contactUs .f1 .pic {
    width: 110vw;
    height: 100%;
    position: absolute;
    background-size: cover !important;
    -webkit-animation: subs 6s linear 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: translateX(-5%);
}

@-webkit-keyframes subs {
    0% {
        -webkit-transform: translateX(-5%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

.contactUs .f1 .textBox {
    width: 100%;
    position: absolute;
}

.contactUs .f1 .textBox .text {
    width: 100%;
    color: white;
    font-family: fx;
    text-align: center;
    margin: 0 auto;
    font-size: 3vw;
    margin-top: 14vw;
}

.contactUs .f1 .textBox .text .cn {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.contactUs .f1 .textBox .text .cn p {
    display: inline-block;
    float: left;
    width: 5vw;
    height: 5vw;
    background-color: #b51d22;
    border: solid 0.5vw #d7ac6c;
    border-radius: 50%;
    padding-top: 0.5vw;
    margin-left: -1vw;
}

.contactUs .f2 {
    padding: 4vw 8vw;
}

.contactUs .f2 .contactBox {
    position: relative;
    direction: rtl;
    overflow: hidden;
}

.contactUs .f2 .contactBox .map {
    width: 65%;
    height: 550px;
    background: #fff;
    position: relative;
}

.contactUs .f2 .contactBox .cons {
    width: 35%;
    height: 550px;
    background: #d7ac6c;
    padding: 50px;
    color: white;
    position: relative;
    direction: initial;
}

.contactUs .f2 .contactBox .cons h2 {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.contactUs .f2 .contactBox .cons h3 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: normal;
    letter-spacing: 1px;
}

.contactUs .f2 .contactBox .cons ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    padding-top: 80px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.contactUs .f2 .contactBox .cons ul li {
    width: 100%;
    position: relative;
    height: auto;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.contactUs .f2 .contactBox .cons ul li .icon {
    width: 45px;
    height: 45px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    letter-spacing: 1px;
}

.contactUs .f2 .contactBox .cons ul li .icon i {
    color: white;
}

.contactUs .f2 .contactBox .cons ul li .name {
    font-size: 14px;
}

.contactUs .f2 .contactBox .cons ul li .info {
    width: 100%;
}

.contactUs .f2 .contactBox .cons ul li .info p {
    font-size: 14px;
    line-height: 1.7;
}

.contactUs .f2 .contactBox .cons ul li .info a {
    font-size: 20px;
    font-family: din;
    color: #fff;
}

.brand {
    background: rgba(247, 207, 207, 0.5);
}

.brand .f1 {
    width: 100%;
    height: 30vw;
    overflow: hidden;
    position: relative;
}

.brand .f1 .pic {
    width: 110vw;
    height: 100%;
    position: absolute;
    background-size: cover !important;
    -webkit-animation: subs 6s linear 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: translateX(-5%);
}

@-webkit-keyframes subs {
    0% {
        -webkit-transform: translateX(-5%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

.brand .f1 .textBox {
    width: 100%;
    position: absolute;
}

.brand .f1 .textBox .text {
    width: 100%;
    color: white;
    font-family: fx;
    text-align: center;
    margin: 0 auto;
    font-size: 3vw;
    margin-top: 14vw;
}

.brand .f1 .textBox .text .cn {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.brand .f1 .textBox .text .cn p {
    display: inline-block;
    float: left;
    width: 5vw;
    height: 5vw;
    background-color: #b51d22;
    border: solid 0.5vw #d7ac6c;
    border-radius: 50%;
    padding-top: 0.5vw;
    margin-left: -1vw;
}

.brand .tabBox {
    width: 100%;
    display: flex;
    padding: 3vw 0;
    text-align: center;
    justify-content: center;
    position: sticky;
    top: 0;
}

.brand .tabBox .item {
    width: 18vw;
    height: 3vw;
    color: #666666;
    font-family: fx;
    font-size: 2vw;
    line-height: 3vw;
    border-radius: 30px;
    cursor: pointer;
    margin: 0 1vw;
}

.brand .tabBox .active {
    background: #b51d22;
    color: white;
}

.brand .tabBox .item:hover {
    background: #b51d22;
    color: white;
}

.brand .three_nav {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 2vw;
}

.brand .three_nav a {
    width: auto;
    height: auto;
    padding: 0px 25px;
    opacity: 0.4;
    -webkit-transition: all 0.5s;
}

.brand .three_nav a.active, .brand .three_nav a:hover {
    opacity: 1;
}

.brand .des {
    text-align: center;
    font-size: 1.5vw;
    color: #b51d22;
    font-family: fx;
}

.brand .f2 {
    padding: 2vw 8vw 4vw 8vw;
}

.brand .f2 .hotList {
    width: 100%;
    padding: 0 1vw;
}

.brand .f2 .hotList ul li {
    width: calc(24%);
    padding: 5px;
    margin: 5px;
}

.brand .f3 {
    height: 80vh;
}

.brand .f3 .itemBox {
    width: 100%;
    height: 80vh;
    position: absolute;
    overflow: hidden;
}

.brand .f3 .itemBox .f4Item {
    width: 1000%;
    height: 50vw;
    white-space: nowrap;
    overflow-x: hidden;
    position: absolute;
}

.brand .f3 .itemBox .f4Item .item {
    width: 20vw;
    height: 35vw;
    float: left;
    margin-right: 2vw;
    cursor: pointer;
}

.brand .f3 .itemBox .f4Item .item .img {
    width: 20vw;
    height: 35vw;
    background-size: cover !important;
    overflow: hidden;
    transition: 0.5s all ease-in-out;
}

.brand .f4 .f4swiper {
    width: 100%;
    height: 26vw;
    overflow: hidden;
}

.brand .f4 .f4swiper .swiper-slide {
    width: 26vw;
    margin-top: 2vw;
}

.brand .f4 .f4swiper .swiper-slide .img {
    width: 26vw;
    height: 18vw;
    background-size: cover !important;
}

.brand .f4 .f4swiper .swiper-slide .text {
    color: white;
    text-align: center;
}

.brand .f4 .f4swiper .swiper-slide .text .name {
    font-weight: bold;
    font-size: 1vw;
    margin: 0.5vw 0;
}

.brand .f4 .f4swiper .swiper-slide .text .des {
    font-size: 0.9vw;
}

.brand .f4 .f4swiper .swiper-pagination {
    bottom: 3vw;
    width: 100%;
    position: relative;
    text-align: center;
}

.brand .f4 .f4swiper .swiper-pagination-bullet {
    width: 1.2vw;
    height: 8px;
    border-radius: 0;
    background: #b51d22;
    opacity: 0.7;
    border-radius: 20px;
}

.brand .f4 .f4swiper .swiper-pagination-bullet-active {
    width: 1.8vw;
    opacity: 1;
    background: #b51d22;
}

.cooperation {
    width: 100%;
    background: #b51d22;
}

.cooperation .f1 {
    width: 100%;
    height: 30vw;
    overflow: hidden;
    position: relative;
}

.cooperation .f1 .pic {
    width: 110vw;
    height: 100%;
    position: absolute;
    background-size: cover !important;
    -webkit-animation: subs 6s linear 1;
    -webkit-animation-fill-mode: forwards;
    -webkit-transform: translateX(-5%);
}

@-webkit-keyframes subs {
    0% {
        -webkit-transform: translateX(-5%);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}

.cooperation .f1 .textBox {
    width: 100%;
    position: absolute;
}

.cooperation .f1 .textBox .text {
    width: 100%;
    color: white;
    font-family: fx;
    text-align: center;
    margin: 0 auto;
    font-size: 3vw;
    margin-top: 14vw;
}

.cooperation .f1 .textBox .text .cn {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.cooperation .f1 .textBox .text .cn p {
    display: inline-block;
    float: left;
    width: 5vw;
    height: 5vw;
    background-color: #b51d22;
    border: solid 0.5vw #d7ac6c;
    border-radius: 50%;
    padding-top: 0.5vw;
    margin-left: -1vw;
}

.cooperation .f2 {
    padding-top: 7vw;
    padding-bottom: 5vw;
    overflow: hidden;
}

.cooperation .f2 .titImg {
    width: 54vw;
    margin: 0 auto;
}

.cooperation .f2 .f2Box {
    width: 100%;
    display: flex;
    padding-left: 10vw;
}

.cooperation .f2 .f2Box .left {
    width: 36vw;
}

.cooperation .f2 .f2Box .left .item {
    width: 100%;
    display: flex;
    margin-top: 3vw;
}

.cooperation .f2 .f2Box .left .item .icon {
    width: 4vw;
    height: 4vw;
}

.cooperation .f2 .f2Box .left .item .text {
    width: 28vw;
    margin-left: 2vw;
    color: white;
}

.cooperation .f2 .f2Box .left .item .text .name {
    font-family: fx;
    font-size: 1.2vw;
    margin-top: 0.5vw;
    margin-bottom: 0.5vw;
}

.cooperation .f2 .f2Box .left .item .text .des {
    font-size: 0.85vw;
    line-height: 1.7;
}

.cooperation .f2 .f2Box .right {
    width: 55vw;
    position: absolute;
    right: 0;
    margin-top: -8vw;
}

.cooperation .f3 {
    width: 100%;
    overflow: hidden;
}

.cooperation .f3 .titImg {
    width: 39vw;
    position: absolute;
    z-index: 9;
    left: 30.5vw;
    margin-top: 3vw;
}

.cooperation .f3 .f3teamSwiperBottom {
    width: 100%;
    height: 50vw;
    overflow: hidden;
}

.cooperation .f3 .f3teamSwiperBottom .swiper-slide {
    width: 100%;
    height: 50vw;
    background-size: cover !important;
}

.cooperation .f3 .f3teamSwiperTop {
    position: relative;
    margin-top: -18vw;
    width: 100%;
    height: 14vw;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.cooperation .f3 .f3teamSwiperTop .swiper-slide {
    cursor: pointer;
    color: white;
    text-align: center;
}

.cooperation .f3 .f3teamSwiperTop .swiper-slide .text {
    width: 80%;
    margin: 0 auto;
    padding: 2vw;
    height: 14vw;
    transition: 0.3s all ease-in-out;
}

.cooperation .f3 .f3teamSwiperTop .swiper-slide .text .name {
    font-size: 1vw;
    font-weight: bold;
    margin-bottom: 1vw;
}

.cooperation .f3 .f3teamSwiperTop .swiper-slide .text .des {
    line-height: 1.7;
    font-size: 0.8vw;
    text-align: justify;
}

.cooperation .f3 .f3teamSwiperTop .swiper-slide-thumb-active .text {
    height: 14vw;
    position: relative;
    background-color: #d9ad6c;
}

.cooperation .f3 .f3teamSwiperTop .swiper-slide-thumb-active .text .more {
    width: 3vw;
    height: 3vw;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 1vw auto;
    color: #0c3969;
    font-size: 2.1vw;
}

.cooperation .f4 {
    width: 100%;
    display: flex;
    padding: 5vw 1vw;
    overflow: hidden;
}

.cooperation .f4 .left {
    width: 32vw;
}

.cooperation .f4 .right {
    width: 58vw;
    margin-left: 5vw;
}

.cooperation .f4 .right .titImg {
    width: 52vw;
}

.cooperation .f4 .right .img {
    width: 58vw;
    margin-top: 3vw;
}

.cooperation .f5 {
    padding: 0 6vw 2vw 6vw;
    overflow: hidden;
}

.cooperation .f5 .titImg {
    width: 40vw;
}

.cooperation .f5 .f5Box {
    margin-top: 2vw;
}

.cooperation .f5 .f5Box .item {
    color: white;
    padding: 1vw 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.cooperation .f5 .f5Box .item .q {
    font-size: 1vw;
    font-weight: bold;
    margin-bottom: 1vw;
}

.cooperation .f5 .f5Box .item .a {
    font-size: 0.8vw;
}

.cooperation .f6 {
    width: 100%;
    height: 35vw;
    background: url(' https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xilaolao/assets/images/img39.png') center no-repeat;
    background-size: cover !important;
    padding: 13vw 0 2vw 51vw;
}

.cooperation .f6 .titImg {
    width: 14vw;
}

.cooperation .f6 #form {
    margin-top: 2vw;
}

.cooperation .f6 #form input {
    width: 34vw;
    height: 3vw;
    padding: 0 1vw;
    background: white;
    border: transparent;
    outline: none;
    margin-bottom: 1vw;
    font-size: 0.9vw;
}

.cooperation .f6 #form .hot-submit {
    width: 8vw;
    height: 3vw;
    background-color: #ffffff;
    border-radius: 30px;
    text-align: center;
    line-height: 3vw;
    font-family: fx;
    color: #ef5214;
    font-size: 1.2vw;
    cursor: pointer;
}

.detailTop {
    padding: 10vw 5vw 5vw 5vw !important;
}

.dpl {
    padding: 5vw !important;
}

.ndc_npnews {
    padding: 0 5vw !important;
    display: block !important;
}

._toast {
    position: fixed
}

._toast {
    width: 100%;
    height: 50px;
    left: 44%;
    top: 50%;
    margin-top: -25px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

._toast p {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    color: #222;
    padding: 10px 20px;
    border: 1px solid #222;
    box-shadow: 0 0 5px rgba(55, 55, 55, .2)
}

._toast span::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -12px;
    left: 0%
}

._toast.success span::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAD3ElEQVRoQ9WaXW7aQBDHZ2yHVmqB9ASlJyh5rKoScoKSE4ScIPStCpZCJBL1Ldwg5ARNT8BHVfUxcIKQExSDIhUwO5UNpg628XptA8lj2J39/2ZmZ7+MEMVfo7KblCafUcIMEuSBKAOImSemiXqA2COEJjHqDdnODzio9MMOj8IGGpXdlKQfIVARELNCdog6DKAWBiYwwMvfXzOJiXyChEVA2BUSvtyJoE8S1MaKfvP3w7deEJuBAFI/1TNkUIpMuAfI4FP1nBeCC+DVr9OsouO1cKrwqrHaEXVGiekhTzR8AZLt06JE0lVsXveCI+gzhONhrnq7in8lgCkepOugDoyyPQN2PMxd1r1segJsg3hL9CoIV4BkWy1IAN+j9GRYWwzg0C2dHABGmXwxVu7WnvN+hAT9UULfW57YDoB0q3y3tmrjJ9pRZqmj7V/s2f/9BCDVUiuIcBbU7jrbE8H5YL9ascZcAGxt6rgsdvZUWgCkWmoNEU7W6U3RsexRmAE0KrtpSb/f8MTt6jIrPo4TvZQ8qSHgkScgQV9jyjtjN2sCpNrlEgJeiXokgn5dbark7dvrdLvcA8C3XrattcEE2HDlcYifO7W+OgqzioRm+sj6nwi8KGLCVbxZUCbKvZ9Bbaq8wQ1uGVzFz+bjpMGzFhmrM26o+oQWb0THqEaYbqtNANj3CxcQaQRYRwTj+Ojf3ttgJOLn5luYbpXvHQdwl8F1me09frzshKxaUYo3QtAzIkB+3iegm0HuomhvJzB3ohU/F8MFAABNLVc9WAYNABGLeEMPLwB4HSo4IGITHwjAaCwAEav4OcDqJXs5bQJAxC4egB74y6iNhANiDeJNQS3hhcwbQi0Mp0rTce8ZYIX1q4rW7+ZCxjEJPe35XXksOsYgfjYn4TD0Zs4XIibxBoC5mTO3023VWGHf84aOd2IH2ZgJjN3VctVsZAcaRyRi9Ly9pNuOlBPjASIt4IlFFyIoDZhy81rRszKjK54tsdB4RJrGdjKLI6W5QXvWh3oAmF2ryJ2wURDyaJBORNooMc1aN3TP72IL6Msgd1GzmJ1XiyErUhBnCrQ1K4+9n8fl7ham0lLqeEbA+OFZX69bZGG2GAKpsbJL4AeObYLw26pwPPKpBYmovvbySqQxxGKoRz4rEvObMuO1UHi/FDCtuqMdvRDJM6t9YPMBBKgUWzRmd081+wOGH7hvCi0bMD81GCvFSEHmwscJvc7j9ZXrgB+x/ZCSlMcFCaRSiNTqMmC14TRxK/rlSuAIuAIan9vIeh4JsoiQB6CM826fHgCwRwRNQui4Hju5vfe/4T8KykdZu9C3xgAAAABJRU5ErkJggg==)
}

._toast.success p {
    color: #0fc27c;
    border-color: #0fc27c
}

._toast.error span::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAF0ElEQVRoQ9WZW2wUZRTH/2dmv2mbIg8oAm1nudh2dy0ioASC8RIoihiNiegTMUFJTPAWL0FjMD4gwfuDBH1AjVFejJjwgCKxIphAkMaCYt3tRYs7hYooD9Ib8+3MMbN0m93tXr7Z3RKZt7bn8v9913O+Eq7wj65w/agoAAN6b51Y4ARwK4OmpQ8Oue4wk2Zp4N5mS3YQ4FRi8MoG6JuOmaPVgXUErZXBtxDRlKLCmEeY6FsCPnXi9p4WwC7qk8egJABvpLtM/R6Q/hiYV4NIK1UAAwPEvCVkyZ0EJPzG8Q3QPQsRNyA+A9ENfpMVsmdGjwZnU8hy9viJ6wsgFhRPM/AGgQw/SXza7saw/Uj4b1xQ8VMCsBpQM6QZnwBYqxK0XBtmdGtsrwj143SxWEUBeutgSl3sI6KWYsEq+XdmxKsS9m3zBvBHobgFAbyRHyRxjIjmV1Kcj1h9gYv2ssaz+CufT0GAmJncrA/5SFhxUwZ3hONyab4TKi9AzAxsBmlbKq6otIBvhuP2plyuOQGiQXETMdpBVHSPlKbHpxczM2FJJC5/zPacIJABrcsUx0G0wGeayTVn/jlkyUUEuBklSnbWWL2+Frr+uaoaZh4EoYdAi1R9PDsGHwejSan0GAvMzOsjlvy4IEDUFEeJaKmKGGYeDrhYadvyF71aHADREhU/MLc7o3KFYYj5jo7vAKpW8gNOheL2PPL4x76MJdRVhzAHjKhKMAbbOvOqZivxvWffOR1T9BqxH6Dlhf35iDMi72o5h0HPrjsYaHVAXyrf7o67Mnw6cSAnQCxovAbgBUWAjkBcLm8CLqbsL93Yoi0/BB+pdWWr2Y+RdJ9BTRxWXoLMH4YtuSEnQDRodBJwvQpA0ob5YC3LNdmCckL4sS0s4Pdw3L5uAkDvDFybqDLOKosfN8w9qkMkvgLRHSlQ3ZKr/c1WfiVVI/asuefwp2cxvgeiZuBOIm2/f4DkVGSsa+83PUCVY4qvGZABS96bLl59v+RWQ66zJtTv7MsEaBBPkkbvlgaQXE7JkyW1Ob04fXNQPecUHAJkKm5SvJ8TK4cgZvf5iJV4OwOgyzS2MuGlkgEu7YkJEOnxeqZhqlMr2pSP2zximLEtYtlJreNLKGaKHSDaWBbAGIQ+JFubzuPfCeKniEMALaxAjvfClnw8aw+I7UT0RNnBwSf0QXn7ZAIQeHsoLp/K2gPGNtLwYlkAzO25Rj8Vs1JLCIytYcvenLUHxDNM9E7JAHk2sRdv7imMVnITg3lj2JLvZ+6BhsBqaFryaPL/5T9GvVjZd0C5J5EGd1VzPNGWAeA9UF2sMQZKEZ+rPCh2kZVzF9S69tVmP85nAHg/xILGbwDmKUPkKw/Sb+FUsEqVEswnw5Yc71UyqtGYKT4A0aMqAF6vWqlibojEUR8N1OvhuD1+2GQAeKWtC+0bRYCSy+n0Jee3nNaBlqa4/WtKYwYAAxQLGn0EzFaCKLWhGaud/DY0zPxDxJLL0rVN6IljplgPoo9UAC5dvMmWsptAi1V9kn7gDjCafbWUrrM20u98URBgrKnvANGNfgRNui3zTyFLLi7a1CdPI1PcDKL2SRelmsDPs0oqZtQUbxHRc6o5JtWO3ZfDVuLVXDnyPlx1AoZuimP/g6W0Oxy3H8w3QAVf3sbazKNeOTOpI5wvOPPJqY5cVncGwyUBeE7RmZgDYRwiQvByQjBzp3Dk3Y1nYBXKq/T22dWAepeMg0RovEwQu2td++H0146SZyDlGLsGV6HG2AXCfZMF4T2WaYxnQ5bcoZpDaQbSg3WZ+v1MutdQqxd9amqimrQfaB6A0stgzlJCLU/yYVJ0mWIDE14h0AxVvwl2zC4T7SN2doYsZ28p//z2PQPpIhgIxOoDS0hDK0NbR4Tm4jB8AUxHGG5b9WhiV+qBqrhfbouyALJDdteLhY5GEY3c2S60zBdnl/8JuDjceEaeyC4HShXv+VUUoBwhpfpe8QD/Ab2JqE8dKj95AAAAAElFTkSuQmCC)
}

._toast.error p {
    color: #d81e06;
    border-color: #d81e06
}

._toast.warning span::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEa0lEQVRoQ+2YT2gcdRTHv282sc2hYWcQ7MEeGlsqLaVoMrNqL7YnaXa29ZJ6UFGiFPwD4kFaJChVAiI9iIoiWqpSKBHR7iTxpD216syGKDHaXHJQULFhZ5q0SZrszJPfpgnbZHfn77YbyO/6+73ve5/9zvu9nSGs80XrvH5sANxpBzccqOfAzHBmN7BwZcuh0SuNcqohDlwd6sy4buo0EXYDzGCcTbdIL9Khn6eTBkkcwBnSutjliyC6q7JYZh6X52cfpJ7xhSQhEgXgAaTsNnWUQHurFUmM/nTOfL1pAWxDexXAqZoFMi+ShPvTWWsyKYjEHLg2pG5dcGmSCG0+xV2QdfNg0wEUDfUcgY4GKYwIPems+VWQs35nEnHAHuw8AE794JdseZ/B/8pzLR3U8+Nc0Jha52IDcKGz1flHugxQR5hiGHhX0c3XwsRUvRjiChQN9QSB+kPrMNwUe3vaDxcmQsdWBMRyYPZbddu8RBPVGlc8Jilwr8eUAXB89VwQNTD4kqJb++8YgG1o3wA4UrUA8nrlbOG02CvmtY+JcKzaOQY/qejW2agQkR3wa1wmZJWsOSQKs/PqSRD1VS+Sp9LedAcdnpiJAhEJgId3bHJc+fd6jRscoPwwvSfr1iu3DcA2tDcAvFkvYSgAhssp9wGle2QsLERoB5xBtYMZ4tfflBjAktCIrJtdDQewDU0MrAN+iUI5sDLh+Fk5Z53x067cD+WAbWjixhE3j++KBACeQmlxp/z4L45vgpsHAgPwwMNt9ubSBBFtCyIeDUC8/vBHSs56IUgOcSYwgGOo/Qw6EVQ4KkAZQfL2BW3oQADlxvVwGUStjQdYauh01lSJwH75AgEEbdzKZNEdWFIh4mPprPVJbADHUI8y6Jyf0Or9uABgduAubvdr6LoOlBu3rTRJoK1hAQDuk3XrbRFnG2oeID20BuMzOWc+Vy+uLoBtdJ0CJPGeG34xeyD6GszXQfRMeIGbj5IENd1tFmrF1wSYPt+1yyVpHIRU1ORJxDF4TM5a+2o1dE2AoqFeJNAjSRQRV4PhvazohQ+q6VQFsPNdT4GkL+Il5g9bPemtBam0kyCdAei+qHrMuNZC7vZ2fWRqtcYaAD6/a4sjtU8CdHfUhGC25JylLceLT42el/opsp4IZHwp58ynfQFsQ3sfwEtxkjHzgJKzVj6xiNvMaXNn42iK2BTx/vasdalS5xYHikOde8mTfhVjJFYy8f8eOKLkzMHyNTqo9oHpZCxNYQLzhDxv7aEeuMtatwLk1e+I6LG4iZbjGfwbmK4TQbzYJ7IIeD6tm5+uAZgdztx7w+W/EsnSSJFV/bXiQHFQ6yZG2fLmXnxD1q3Naxxw8tpBJnzf3MWXb6P/5Jx5zxoAvvBoizMz+wcIO5oZgpnfUXLW8apNfDWfeciFNxD0rev2g/Ln6Tmrt+YtVJ4X4mPt3/QESIo8OZMF4xKYx5h4VNFH/vQdZMkmb7xavIHV+Pp8M2wA+P5EDT6w7h34H01KxEDHpGQGAAAAAElFTkSuQmCC)
}

._toast.warning p {
    color: #efb336;
    border-color: #efb336
}

._toast.active {
    opacity: 1;
    visibility: visible
}

._toast span {
    display: inline-block;
    font-size: 16px;
    position: relative
}

._toast.error span, ._toast.success span, ._toast.warning span {
    padding-left: 30px
}

.pc {
    display: block;
}

.mobile {
    display: none;
}

.cdz {
    padding: 5vw;
    background: white;
}

.cdz .item {
    width: 100%;
    height: auto;
    background: url( https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xilaolao/assets/images/img4.jpg) center no-repeat;
    background-size: cover !important;
    padding: 0 5vw 5vw 5vw;
}

.cdz .item .text {
    font-size: 1vw;
    line-height: 2;
}

.cdz_name {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: #db2614;
    position: relative;
    line-height: 2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.cdz_name::after {
    width: 50px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 10px;
    content: '';
    background: #db2614;
    border-radius: 5px;
}
.tz{
    font-size: 20px;
    position: relative;
    margin-top: -2.2vw;
    margin-left: 10vw;
}
@media (max-width: 1440px) {
    .formBoxIcon {
        bottom: 8vw;
        right: 1.2vw;
    }
}

@media (max-width: 1366px) {
    .formBoxIcon {
        bottom: 8vw;
        right: 1.3vw;
    }
}

@media (max-width: 900px) {
    .tz{
        margin-left: 0;
        margin-top: 1vw;
        text-align: center;
    }
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    main {
        margin-top: 50px;
    }

    .formBox {
        padding: 5vw;
    }

    .formBox .info_box {
        width: 100%;
    }

    .formBox .close {
        font-size: 7vw;
        right: 3vw;
        margin-top: -12vw;
    }

    .formBox .info_box .labels input {
        width: 35vw;
        height: 8vw;
        font-size: 14px;
    }

    .formBox .info_box .labels .hot-submit {
        width: 16vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 16px;
    }

    .formBox .info_box .tips .en {
        display: none;
    }

    .formBox .info_box .tips .tit {
        font-size: 18px;
    }

    .formBoxIcon {
        width: 13vw;
        bottom: 30vw;
        right: 1.5vw;
        transform: translateX(22vw);
    }

    .formBoxIconActive {
        transform: translateX(0vw);
    }

    .formBox .img {
        display: none;
    }

    .index .f1 .text {
        bottom: 25vw;
        left: 38vw;
    }

    .index .f1 .text i {
        font-size: 15vw;
        margin: 0;
        top: 0;
    }

    .index .f1 .text p {
        font-size: 16px;
        font-family: normal;
        margin-top: 3vw;
    }

    .index .f2 {
        height: auto;
        padding: 5vw;
    }

    .index .f3 {
        height: auto;
        padding: 5vw;
    }

    .index .f3 .titBox {
        text-align: center;
        pointer-events: auto;
        margin-bottom: 5vw;
    }

    .index .f3 .titBox .titImg {
        margin: 0 auto;
        width: 40vw;
    }

    .index .f3 .f3Box {
        top: 0;
    }

    .index .f3 .titBox .text .name {
        font-size: 18px;
    }

    .index .f3 .titBox .text .des {
        font-size: 14px;
    }

    .index .f4 .titImg {
        width: 40vw;
    }

    .index .f3 .titBox .more {
        width: 30vw;
        height: 8vw;
        line-height: 7vw;
        font-size: 14px;
        position: relative;
        margin: 2vw auto;
        right: 0;
    }

    .index .f3 .f3Box {
        display: block;
    }

    .index .f3 .f3Box .left {
        width: 100%;
    }

    .index .f3 .f3Box .left .img {
        width: 100%;
        height: 102vw;
    }

    .index .f3 .f3Box .left .img .leftActive {
        width: 100%;
        height: 102vw;
    }

    .index .f3 .f3Box .left .img .leftActiveNo {
        width: 0;
    }

    .index .f3 .f3Box .left .textBox {
        margin-top: -7vw;
    }

    .index .f3 .f3Box .left .textBox .text .name p {
        width: 12vw;
        height: 12vw;
        line-height: 10vw;
        font-size: 26px;
    }

    .index .f3 .f3Box .left .textBox .text .num {
        width: auto;
        font-size: 22px;
    }

    .index .f3 .f3Box .right {
        width: 100%;
        margin: 5vw auto;
    }

    .index .f3 .f3Box .right .item {
        width: 100%;
        margin-bottom: 5vw;
    }

    .index .f3 .f3Box .right .item .img {
        width: 100%;
    }

    .index .f3 .f3Box .right .item .img .leftActive {
        width: 100%;
        height: 102vw;
    }

    .index .f3 .f3Box .right .item .img .leftActiveNo {
        width: 0;
    }

    .index .f3 .f3Box .right .item .textBox {
        margin-left: 0;
    }

    .index .f3 .f3Box .right .item .textBox .text .name p {
        width: 12vw;
        height: 12vw;
        line-height: 10vw;
        font-size: 26px;
    }

    .index .f3 .f3Box .right .item .textBox .text .num {
        width: 40vw;
        font-size: 22px;
    }

    .index .f3 .f3Box .right .item2 {
        width: 100%;
        height: 110vw;
    }

    .index .f3 .f3Box .right .item2 .img {
        width: 100%;
    }

    .index .f3 .f3Box .right .item2 .img .leftActive {
        width: 100%;
        height: 102vw;
    }

    .index .f3 .f3Box .right .item2 .img .leftActiveNo {
        width: 0;
    }

    .index .f3 .f3Box .right .item2 .textBox .text .name p {
        width: 12vw;
        height: 12vw;
        line-height: 10vw;
        font-size: 26px;
    }

    .index .f3 .f3Box .right .item2 .textBox .text .num {
        width: 40vw;
        font-size: 22px;
    }

    .index .f3 .f3Box .right .item2 .textBox {
        margin-left: 0;
        margin-top: -8.5vw;
    }

    .index .f4 {
        padding: 5vw 0;
    }

    .index .f4 .text {
        padding: 0 10vw;
    }

    .index .f4 .text .name {
        font-size: 18px;
        line-height: 1.5;
    }

    .index .f4 .f4Box .mySwiper2 {
        height: 80vw;
    }

    .index .f4 .f4Box .mySwiper {
        left: 15vw;
        margin-top: -15vw;
    }

    .index .f4 .f4Box .mySwiper .swiper-slide {
        padding: 2.5vw 0;
        width: auto !important;
        font-size: 18px;
    }

    .index .f4 .f4Box .mySwiper .swiper-slide p {
        line-height: 10vw;
    }

    .index .f4 .f4Box .mySwiper .swiper-slide .icon {
        width: 10vw;
        height: 10vw;
        border: 2px solid rgb(215, 172, 108);
    }

    .index .f4 .f4Box .mySwiper .swiper-slide .icon img {
        height: 6vw;
        margin: 1.2vw auto;
    }

    .index .f4 .f4Box .mySwiper2 .swiper-pagination2 {
        margin-top: -8vw;
    }

    .index .f4 .f4Box .mySwiper2 .swiper-pagination2 ul li {
        margin-left: -5vw;
    }

    .index .f4 .f4Box .mySwiper2 .swiper-pagination {
        display: none;
    }

    .index .f5 {
        padding: 0 5vw;
    }

    .index .f5 .titImg {
        padding: 0;
        width: 40vw;
        margin: 0 auto 5vw auto;
    }

    .index .f5 .f5Box .f5Swiper {
        padding: 0;
    }

    .index .f5 .f5Box .swiper-slide .img {
        width: 44vw;
        height: 78vw;
    }

    .index .f5 .f5Box .swiper-slide .text {
        margin: 3vw 0;
    }

    .index .f5 .f5Box .swiper-slide .text .name {
        font-size: 14px;
    }

    .index .f5 .f5Box .swiper-slide .text .time {
        font-size: 12px;
    }

    .index .f5 .more {
        width: 30vw;
        height: 8vw;
        line-height: 7vw;
        font-size: 14px;
        position: relative;
        margin: 0 auto;
        right: 0;
    }

    .index .f6 {
        padding: 5vw;
    }

    .index .f6 .titImg {
        position: relative;
        right: 0;
        width: 40vw;
        margin: 0 auto;
    }

    .index .f6 .f6Box {
        margin: 5vw auto;
    }

    .index .f6 .more {
        width: 30vw;
        height: 8vw;
        line-height: 7vw;
        font-size: 14px;
        position: relative;
        margin: 8vw auto 0 auto;
        right: 0;
    }

    footer {
        padding: 5vw;
    }

    footer .footer .footerNav {
        display: none;
    }

    footer .footer .textBox .phoneBox .t {
        font-size: 14px;
    }

    footer .footer .textBox .phoneBox .t i {
        margin-right: 1vw;
    }

    footer .footer .textBox .add {
        width: 30vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 18px;
        position: relative;
        margin: 0 auto;
        right: 0;
    }

    footer .info {
        font-size: 12px;
        display: block;
    }

    footer .info .iconBox a {
        width: 5vw;
        margin: 3vw 3vw 0 3vw;
    }

    footer .info .iconBox .xhs {
        width: 10vw;
    }

    footer .info .iconBox a .qrcode {
        width: 18vw;
        height: 18vw;
        margin-top: -27vw;
        margin-left: -7vw;
    }

    footer .info .iconBox a .qrcode img {
        width: 18vw;
        height: 18vw;
    }

    .about .parallax-bg {
        height: 100vh;
    }

    .about .swiper-container .swiper-wrapper .swiper-slide .textItem {
        font-size: 26px;
        top: 60vw;
    }

    .about .swiper-container .swiper-wrapper .swiper-slide .textBoxs {
        right: 0;
        padding: 5vw;
    }

    .about .swiper-container .swiper-wrapper .swiper-slide .textBoxs .name {
        width: 50vw;
        margin: 5vw auto;
    }

    .about .swiper-container .swiper-wrapper .swiper-slide .textBoxs .des {
        width: 100%;
        font-size: 14px;
    }

    .about .swiper-container .swiper-wrapper .swiper-slide .itemBox {
        display: block;
    }

    .about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item {
        display: block;
        float: inherit;
        flex: inherit;
        height: 33.33vh;
    }

    .about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item .texts {
        padding-top: 15vw;
    }

    .about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item .texts .icon {
        font-size: 8.5vw;
    }

    .about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item .texts .name {
        font-size: 18px;
    }

    .about .swiper-container .swiper-wrapper .swiper-slide .itemBox .item .texts .des {
        opacity: 1;
        font-size: 14px;
    }

    .about .swiper-container .swiper-wrapper .swiper-slide .video .videoText .textBox {
        font-size: 36px;
        padding-top: 70vh;
    }

    .brand .f1 {
        height: 50vw;
    }

    .brand .f1 .textBox .text {
        font-size: 9vw;
        margin-top: 18vw;
    }

    .brand .f1 .textBox .text .cn p {
        width: 15vw;
        height: 15vw;
        border: 1vw solid #d7ac6c;
        padding-top: 2vw;
    }

    .brand .tabBox .item {
        width: auto;
        flex: 1;
        height: 8vw;
        line-height: 8vw;
        font-size: 14px;
    }

    .brand .f3 {
        height: 95vw;
    }

    .brand .f3 .itemBox {
        height: 90vw;
    }

    .brand .f3 .itemBox .f4Item {
        height: 90vw;
    }

    .brand .f3 .itemBox .f4Item .item {
        width: 55vw;
        height: 90vw;
    }

    .brand .f3 .itemBox .f4Item .item .img {
        width: 55vw;
        height: 90vw;
    }

    .brand .des {
        padding: 5vw 5vw 0 5vw;
        font-size: 18px;
    }

    .brand .f2 {
        padding: 5vw;
    }

    .brand .f2 .hotList {
        padding: 0;
    }

    .brand .f2 .hotList ul li {
        width: calc(47%);
        padding: 0;
    }

    .brand .f4 .f4swiper {
        height: 60vw;
    }

    .brand .f4 .f4swiper .swiper-slide {
        width: 60vw;
        height: 40vw;
        margin-top: 6vw;
    }

    .brand .f4 .f4swiper .swiper-slide .img {
        width: 60vw;
        height: 40vw;
    }

    .food .bgVideo .textBox .text {
        font-size: 9vw;
        margin-top: 10vw;
    }

    .food .bgVideo .textBox .text .cn p {
        width: 15vw;
        height: 15vw;
        border: 1vw solid #d7ac6c;
        padding-top: 2vw;
    }

    .food .foodBox .item .itemBox {
        width: 90vw;
        border-radius: 10px;
    }

    .food .foodBox .item .itemBox .name {
        font-size: 16px;
    }

    .food .foodBox .item .iconImg {
        width: 15vw;
    }

    .food .foodBox .item .itemBox .img {
        height: 50vw;
    }

    .food .foodBox .item .itemBox .img img {
        height: 50vw;
    }

    .brand .f4 .f4swiper .swiper-pagination {
        bottom: 10vw;
    }

    .brand .f4 .f4swiper .swiper-pagination-bullet {
        width: 8px;
    }

    .food .tabBox {
        top: 40vh;
    }

    .food .tabBox .item {
        font-size: 14px;
        border: 2px solid white;
        margin-bottom: 3vw;
        padding: 2vw 3vw 2vw 2vw;
    }

    .store .f2 .item .img {
        width: 100%;
        height: 50vh;
        background-size: cover !important;
    }

    .store .f2 .item .textBox {
        width: 100%;
        height: 50vh;
        background: #b51d22;
        color: white;
        padding: 5vw;
    }

    .store .f2 .item .textBox .num {
        font-family: fx;
        font-size: 90px;
        color: #b74649;
        text-align: center;
    }

    .store .f2 .item .textBox .tit {
        font-size: 14px;
        line-height: 1.7;
        font-weight: bold;
        text-align: center;
        position: relative;
        margin-top: -20vw;
        margin-bottom: 5vw;
    }

    .store .f2 .item .textBox .name {
        font-size: 16px;
        font-family: fx;
        display: flex;
        text-align: center;
        margin: 0 auto;
    }

    .store .f2 .item .textBox .name p {
        width: 15vw;
        height: 15vw;
        background-color: #b51d22;
        border: 4px solid #d7ac6c;
        border-radius: 50%;
        font-family: fx;
        font-size: 30px;
        text-align: center;
        line-height: 14vw;
        position: relative;
    }

    .store .f2 .item .textBox .des {
        font-size: 20px;
        line-height: 1.7;
        font-family: fx;
        text-align: center;
        margin-bottom: 5vw;
    }

    .store .f2 .item:nth-child(2) .textBox {
        background: #d7ac6c;
    }

    .store .f2 .item:nth-child(2) .name {
        margin-top: 8vw;
    }

    .store .f2 .item:nth-child(2) .name p {
        background-color: #d7ac6c;
        border: 4px solid white;
        color: white;
    }

    .store .f2 .item:nth-child(2) .num {
        color: rgba(255, 255, 255, 0.247);
    }

    .store .f2 .item:nth-child(3) .name {
        margin-top: 8vw;
    }

    .cooperation .f1 {
        height: 50vw;
    }

    .cooperation .f1 .textBox .text {
        font-size: 9vw;
        margin-top: 18vw;
    }

    .cooperation .f1 .textBox .text .cn p {
        width: 15vw;
        height: 15vw;
        border: 1vw solid #d7ac6c;
        padding-top: 2vw;
    }

    .cooperation .f2 {
        padding: 5vw;
    }

    .cooperation .f2 .f2Box {
        padding: 0;
        display: block;
    }

    .cooperation .f2 .f2Box .left {
        width: 100%;
    }

    .cooperation .f2 .f2Box .left .item .icon {
        width: 10vw;
        height: 10vw;
    }

    .cooperation .f2 .f2Box .left .item .text {
        width: 75vw;
        margin-left: 5vw;
    }

    .cooperation .f2 .f2Box .left .item .text .name {
        font-size: 18px;
    }

    .cooperation .f2 .f2Box .left .item .text .des {
        font-size: 14px;
    }

    .cooperation .f2 .f2Box .right {
        display: block;
    }

    .cooperation .f3 .f3teamSwiperBottom {
        height: 70vw;
    }

    .cooperation .f3 .f3teamSwiperBottom .swiper-slide {
        height: 70vw;
    }

    .cooperation .f3 .f3teamSwiperTop { /*margin-top: 0;*/
    }

    .cooperation .f3 .f3teamSwiperTop .swiper-slide .text .name {
        font-size: 14px;
    }

    .cooperation .f3 .f3teamSwiperTop .swiper-slide .text .des {
        display: none;
    }

    .cooperation .f3 .f3teamSwiperTop .swiper-slide-thumb-active .text {
        width: 100%;
        height: auto;
    }

    .cooperation .f3 .f3teamSwiperTop .swiper-slide .text {
        width: 100%;
        padding: 2vw 0;
    }

    .cooperation .f4 {
        display: block;
        padding: 5vw;
    }

    .cooperation .f4 .left {
        display: none;
    }

    .cooperation .f4 .right {
        margin: 0;
        width: 100%;
    }

    .cooperation .f4 .right .img {
        width: 100%;
    }

    .cooperation .f5 {
        padding: 5vw;
    }

    .cooperation .f5 .f5Box .item {
        padding: 3vw 0;
    }

    .cooperation .f5 .f5Box .item .q {
        font-size: 14px;
    }

    .cooperation .f5 .f5Box .item .a {
        font-size: 12px;
    }

    .cooperation .f6 {
        height: auto;
    }

    .cooperation .f6 .titImg {
        width: 40vw;
    }

    .cooperation .f6 #form input {
        width: 85%;
        height: 8vw;
        font-size: 14px;
        margin-bottom: 3vw;
    }

    .cooperation .f6 #form .hot-submit {
        width: 85%;
        height: 8vw;
        border-radius: 10px;
        font-size: 16px;
        line-height: 8vw;
    }

    .newsPage .f1 {
        height: 50vw;
    }

    .newsPage .f1 .textBox .text {
        font-size: 9vw;
        margin-top: 18vw;
    }

    .newsPage .f1 .textBox .text .cn p {
        width: 15vw;
        height: 15vw;
        border: 1vw solid #d7ac6c;
        padding-top: 2vw;
    }

    .newsPage .tabBox .item {
        width: auto;
        flex: 1;
        height: 8vw;
        line-height: 8vw;
        font-size: 14px;
    }

    .newsPage .f2 {
        display: block;
        padding: 5vw;
    }

    .newsPage .f2 .left {
        width: 100%;
        position: relative;
        top: 0;
        display: block;
        float: inherit;
        border-radius: 0;
    }

    .newsPage .f2 .left .img {
        height: 50vw;
    }

    .newsPage .f2 .left .img img {
        height: 50vw;
    }

    .newsPage .f2 .right {
        width: 100%;
        margin: 0;
        display: block;
        margin-top: 5vw;
    }

    .newsPage .f2 .right .item {
        display: block;
        margin-bottom: 5vw;
    }

    .newsPage .f2 .right .item .img {
        width: 100%;
        height: 50vw;
        border-radius: 0;
    }

    .newsPage .f2 .left .text .time {
        border: transparent;
        padding: 0;
        left: 0;
        font-size: 12px;
        font-weight: normal;
    }

    .newsPage .f2 .left .text {
        padding: 5vw;
    }

    .newsPage .f2 .left .text .name {
        font-size: 14px;
    }

    .newsPage .f2 .left .text .des {
        font-size: 12px;
    }

    .newsPage .f2 .right .item .text {
        width: 100%;
        background: #b51d22;
        color: white;
        padding: 5vw;
    }

    .newsPage .f2 .right .item .text .name {
        color: white;
        font-size: 14px;
    }

    .newsPage .f2 .right .item .text .time {
        font-size: 12px;
        color: white;
    }

    .newsPage .f2 .right .item .text .des {
        font-size: 12px;
    }

    .detailTop .title {
        font-size: 20px !important;
    }

    .singePage {
        font-size: 14px !important;
    }

    .ndc_npnews .post_next a, .ndc_npnews .post_prev a {
        font-size: 14px !important;
    }

    .ndc_npnews .post_next, .ndc_npnews .post_prev {
        width: 100% !important;
    }

    .ndc_npnews .post_next {
        direction: inherit !important;
    }

    .newsPage .tabBox {
        position: relative;
    }

    .contactUs .f1 {
        height: 50vw;
    }

    .contactUs .f1 .textBox .text {
        font-size: 9vw;
        margin-top: 18vw;
    }

    .contactUs .f1 .textBox .text .cn p {
        width: 15vw;
        height: 15vw;
        border: 1vw solid #d7ac6c;
        padding-top: 2vw;
    }

    .contactUs .f2 {
        padding: 5vw;
    }

    .contactUs .f2 .contactBox {
        display: block;
    }

    .contactUs .f2 .contactBox .map {
        width: 100%;
        height: 50vw;
    }

    .contactUs .f2 .contactBox .cons {
        width: 100%;
        height: auto;
        padding: 5vw;
    }

    .contactUs .f2 .contactBox .cons h2 {
        font-size: 16px;
    }

    .contactUs .f2 .contactBox .cons ul {
        padding-top: 3vw;
    }

    .contactUs .f2 .contactBox .cons ul li {
        margin-bottom: 3vw;
    }

    .contactUs .f2 .contactBox .cons ul li .info a {
        font-size: 14px;
    }

    .navs.active {
        display: none;
    }

    .navs .headers {
        width: 100%;
        height: 50px;
        background: rgb(160, 17, 22);
        position: fixed;
        top: 0;
        z-index: 9999;
    }

    .navs .headers .logo {
        width: 95px;
        margin: 5px 5px 0 10px;
    }

    .navs .headers p {
        text-align: center;
        color: #333333;
        margin-top: 24px;
        font-size: 12px;
    }

    .navs .headers .icon {
        width: 50px;
        height: 50px;
        background: white;
        position: absolute;
        right: 0;
        top: 0;
        transition: 0.5s all ease-in-out;
    }

    .navs .headers .icon .icon1 {
        width: 25px;
        height: 2px;
        background: rgb(160, 17, 22);
        margin: 0 auto;
        position: relative;
        top: 17px;
        transition: 0.5s all ease-in-out;
    }

    .navs .headers .icon .icon2 {
        width: 25px;
        height: 2px;
        background: rgb(160, 17, 22);
        margin: 0 auto;
        position: relative;
        top: 22px;
        transition: 0.5s all ease-in-out;
    }

    .navs .headers .icon .icon3 {
        width: 25px;
        height: 2px;
        background: rgb(160, 17, 22);
        margin: 0 auto;
        position: relative;
        top: 27px;
        transition: 0.5s all ease-in-out;
    }

    .navs .headers .iconActive .icon1 {
        background: rgb(160, 17, 22);
        transform: rotate3d(0, 0, 20, 45deg) translateX(6px) translateY(6px);
    }

    .navs .headers .iconActive .icon2 {
        opacity: 0;
    }

    .navs .headers .iconActive .icon3 {
        background: rgb(160, 17, 22);
        transform: rotate3d(0, 0, 20, -45deg) translateX(4px) translateY(-4px);
    }

    .navs .navList {
        width: 100%;
        height: 100vh;
        background: white;
        background-size: cover !important;
        z-index: 9999;
        position: fixed;
        top: 50px;
        padding: 5vw;
        transition: 0.5s all ease-in-out;
        opacity: 0;
        display: none;
    }

    .navs .navsActive {
        opacity: 1;
        display: block;
    }

    .navs .navList .icon {
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .navs .navList .phone {
        color: #333333;
        text-align: center;
        margin-top: 3rem;
    }

    .navs .navList .phone p:nth-child(1) {
        font-size: 18px;
        margin: 1vw auto;
        font-weight: bold;
    }

    .navs .navList .phone p:nth-child(2) a {
        font-size: 26px !important;
    }

    .navs .navList a .icon {
        width: 57px;
        height: 57px;
        border-radius: 50%;
        font-size: 26px;
        text-align: center;
        margin-right: 1.5vw;
        cursor: pointer;
        color: #333333;
        display: inline-block;
    }

    .navs .navList a .icon i {
        position: relative;
        top: 10px;
    }

    .navs .navList a:nth-child(1) .icon {
        font-size: 34px;
    }

    .navs .navList a:nth-child(1) .icon i {
        top: 5px;
    }

    .navs .navList .wechat {
        width: 120px;
        margin: 0 auto;
        padding-top: 5vw;
    }

    .navs .navList a {
        display: block;
        padding: 15px 0;
        font-size: 20px;
        letter-spacing: 5px;
        color: #333;
        font-weight: bold;
        text-align: center;
    }

    .food .bgVideo .textBox {
        top: 10vw;
    }

    .cooperation .f2 .titImg {
        width: 40vw;
    }

    .cooperation .f4 .right .titImg {
        width: 40vw;
        margin: 0 auto;
    }

    .cooperation .f5 .titImg {
        margin: 0 auto;
    }

    .index .f2 .titImg {
        width: 40vw;
        margin: 0 auto;
        top: 0;
    }

    .index .f2 .infoImg {
        display: none;
    }

    .index .f2 .f2Box .mySwiper3 {
        margin-top: 5vw;
    }

    .index .f2 .f2Box .mySwiper3 .swiper-slide {
        display: block;
    }

    .index .f2 .f2Box .mySwiper3 .swiper-slide .imgBoxL {
        display: none;
    }

    .index .f2 .f2Box .mySwiper3 .swiper-slide .text {
        width: 100%;
        margin: 0;
    }

    .index .f2 .f2Box .mySwiper3 .swiper-slide .text .name {
        font-size: 16px;
    }

    .index .f2 .f2Box .mySwiper3 .swiper-slide .text .des {
        font-size: 14px;
    }

    .index .f2 .f2Box .mySwiper3 .swiper-slide .imgBoxR {
        width: 100%;
        height: auto;
    }

    .index .f2 .f2Box .mySwiper3 .swiper-slide .imgBoxR .img {
        width: 100%;
        height: 50vw;
        border-radius: 0;
    }

    .index .f2 .f2Box .mySwiper3 .swiper-slide .imgBoxR .img::after {
        content: inherit;
    }

    .index .f2 .f2Box .mySwiper3 .swiper-slide .imgBoxR .img::before {
        content: inherit;
    }

    .index .f2 .f2Box .mySwiper4 .swiper-slide:nth-child(1) {
        margin: 0 8vw;
    }

    .index .f2 .f2Box .mySwiper4 .swiper-slide:nth-child(2) {
        margin: 0 8vw;
    }

    .index .f2 .f2Box .mySwiper4 .swiper-slide:nth-child(3) {
        margin: 0 5vw;
    }

    .index .f2 .f2Box .mySwiper4 {
        width: 100%;
        margin: 3vw auto;
        position: relative;
        left: 0;
    }

    .index .f2 .f2Box .mySwiper4 .swiper-slide {
        width: 15vw !important;
        height: 15vw !important;
        font-size: 22px;
        line-height: 13.5vw;
    }

    .index .f2 .f2Box .mySwiper4 .swiper-slide .text {
        width: 15vw !important;
        height: 15vw !important;
        margin-top: -13.5vw;
    }

    .index .f2 .f2Box .mySwiper3 .swiper-pagination, .index .f2 .f2Box .mySwiper3 .swiper-pagination2 {
        display: none;
    }

    .index .f2 .more {
        width: 30vw;
        height: 8vw;
        line-height: 7vw;
        font-size: 14px;
        position: relative;
        margin: 3vw auto 0 auto;
        right: 0;
    }

    .index .f4 .f4Box .mySwiper .swiper-wrapper {
        display: flex;
    }

    .index .f4 .f4Box {
        padding: 15vw 0 0 0;
    }

    .index .f4 .f4Box .more {
        width: 30vw;
        height: 8vw;
        line-height: 7vw;
        font-size: 14px;
        position: relative;
        margin: 3vw auto;
        right: 0px;
    }

    .detail_page {
        margin-top: 50px !important;
    }

    .index .f5 .f5Box .swiper-slide:nth-child(1) {
        margin-top: 0;
    }

    .index .f5 .f5Box .swiper-slide:nth-child(2) {
        margin-top: 0;
    }

    .index .f5 .f5Box .swiper-slide:nth-child(3) {
        margin-top: 0;
    }

    .index .f5 .f5Box .swiper-slide:nth-child(4) {
        margin-top: 0;
    }

    .index .f5 .f5Box .swiper-slide:nth-child(5) {
        margin-top: 0;
    }

    .about .swiper-container .swiper-wrapper .swiper-slide .video .videoText .textBox .icon {
        font-size: 56px;
    }

    ._toast {
        left: 28%;
    }

    .food .bgVideo .bgImg {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0;
        background: url(' https://website-ishutime.oss-cn-chengdu.aliyuncs.com/xilaolao/assets/images/about6.jpg') center no-repeat;
        background-size: cover !important;
    }

    .index .f6 .f6swiper {
        width: 100%;
        height: 50vw;
        margin: 5vw auto;
        overflow: hidden;
    }

    .index .f6 .f6swiper .swiper-slide {
        background-size: cover !important;
    }

    .index .f6 .f6swiper .swiper-pagination {
        bottom: inherit;
        margin: 3vw auto;
    }
}