html,
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
}

body {
    background: url('../images/gril.png') 117% 55% no-repeat, url('https://s4.ax1x.com/2022/01/17/7UcvY8.png') -15% 55% no-repeat;
    height: auto;
    background-size: 30%;
    /*background-position: 117% 55%; */
}

a {
    text-decoration: none;
}


/* 头部代码 */

#head {
    width: 100%;
    position: relative;
}

.head_img {
    width: 100%;
    height: 100%;
}

.navbar {
    width: 100%;
    padding: 0 8.125rem;
    position: absolute;
    top: 0;
    left: 0;
}

.nav-link {
    font-size: 16px;
}

.navbar-nav {
    width: 100%;
}

.navbar-nav .nav-item {
    font-size: 100%;
    font-weight: normal;
}

.head_describle {
    width: 70vw;
    display: flex;
    position: absolute;
    font-weight: 600;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4vw;
    align-items: center;
    justify-content: space-between;
}

.head_desc_left {
    font-style: italic
}

.head_desc_text span:nth-of-type(1) {
    color: #027ffe;
}

.head_desc_text span:nth-of-type(2) {
    color: #f16721;
}

.head_desc_left p:nth-of-type(2) {
    font-style: italic;
    font-size: 3vw;
    letter-spacing: 3px;
    /* color: #4d4d4d; */
    background: -webkit-linear-gradient(#ffa97e, #f16721);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.head_desc_left p:nth-of-type(3) {
    font-style: italic;
    font-size: 3vw;
    letter-spacing: 3px;
    color: #027ffe;
}

.head_desc_left .erw {
    display: flex;
    font-size: 1.2vw;
    font-weight: 400;
    justify-content: flex-start;
}

.head_desc_left .erw .erw_cont {
    display: flex;
    flex-direction: column;
    width: 7vw;
    margin-right: 2vw;
}

.head_desc_left .erw .erw_cont p {
    text-align: center;
}

.head_desc_left .erw .iconfont {
    font-size: 1.2vw;
}

.head_desc_right {
    position: relative;
}

.head_desc_right .phone_img {
    width: 40vw;
}

.collapse .langes {
    display: none;
}

.lange .navbar-nav li a {
    color: #4b4b4b;
}

.head_desc_right video {
    width: 32vw;
    height: 19vw;
    position: absolute;
    left: 4vw;
    top: 20px;
    z-index: -1;
}

.hero__scroll {
    position: absolute;
    bottom: 60px;
    width: 200px;
    margin: auto;
    display: block;
    cursor: pointer;
    padding-bottom: 40px;
    left: 0;
    right: 0;
    text-transform: uppercase;
}


/* 内容部分 */

.content_item {
    width: 100%;
    padding: 50px;
    margin: 20px 0;
}

.content_item p {
    letter-spacing: 5px;
    text-align: center;
    font-size: 2.6vw;
    font-weight: 600;
    width: 40%;
    margin: auto;
}

.section_title h2 {
    font-size: 40px;
    font-weight: 600;
    opacity: 1;
}

.product_area {
    /* background-color: #efefef; */
    background: url('../images/hezuo_bg.jpg') no-repeat center center;
}

.section-pb-xl {
    padding-bottom: 120px;
}

.section-pt-xl {
    padding-top: 110px;
}

.product {
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 10px rgb(240, 240, 240);
}

.product .thumb {
    position: relative;
}

.product .thumb a img {
    width: 100%;
}

.product .thumb .content {
    display: flex;
    justify-content: center;
    padding: 30px 20px;
    position: absolute;
    align-items: center;
    top: -155px;
    width: 100%;
    height: 100%;
    transition: all .4s;
    background-color: rgba(0, 0, 0, .8);
}

.product .thumb .content h4 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.product .thumb .content h4 a p {
    text-align: center;
    margin-bottom: 0;
}

.product:hover .content {
    top: 0px;
}


/* 特点 */

.bg_iamge {
    /* background-image: url('../images/bg-image-3.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ptb-90 {
    padding: 90px 0;
}

.shipping_wrap {
    padding: 0 160px;
}

.service {
    align-items: center;
    display: flex;
    position: relative;
}

.service::before {
    background: #b7b7b7 none repeat scroll 0 0;
    content: "";
    height: 50px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
}

.service .icon {
    min-width: 55px;
}

.service .icon .iconfont {
    font-size: 40px;
    color: #1e8bfb;
}

.service .icon .iconfont.icon-fq_jiagong {
    font-size: 48px;
}

.service .content {
    padding-left: 20px;
}

.service .content h3 {
    font-size: 22px;
    line-height: 1;
    margin: 0 0 12px;
    font-weight: 400;
}

.service .content p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin-bottom: 0;
    margin-right: 47px;
}

.item_4::before {
    content: '';
    height: 0;
}


/* 门店方位 */

.container.store {
    width: 100%;
    position: relative;
    padding: 80px 0;
    padding-bottom: 40px;
}

.swiper {
    width: 500px;
    margin: 0 auto;
}

.swiper .local-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 108.8px;
    margin-bottom: 5px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid rgb(255, 255, 255);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.swiper .local-img:hover img {
    border: 3px solid #0265e6;
}

.swiper .local-img>img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    transition: all .1s;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.swiper .local-text {
    text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 59%!important;
}

.swiper-button-prev {
    left: -5% !important;
}

.swiper-button-next {
    right: -5% !important;
}

.current {
    border: 3px solid #0265e6 !important;
}

.show-local {
    display: none;
}

.isshow {
    display: block;
}

.show-local.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    padding-bottom: 80px;
    z-index: 1;
}


/* .content .show-local .swiper-slide {
    width: 978px;
    height: 100%;
    transition-timing-function: linear;
} */

.content .show-local .swiper-slide {
    width: 100%;
    height: 100%;
    transition-timing-function: linear;
}

.text-style {
    position: absolute;
    display: flex;
    margin-top: 10px;
    top: 546px;
    z-index: 99;
    background-color: #0e0e0e9c;
}

.left-side-content {
    flex: 1;
    padding-top: 10px;
    color: #fff;
}

.left-side-content h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.left-side-content p {
    margin-bottom: 5px;
    font-size: 15px;
}

.left-side-content p:nth-of-type(2) {
    margin-bottom: 15px;
}

.right-side-content {
    flex: 1;
    line-height: 30px;
}

@media only screen and (max-width:1200px) {
    .content .show-local .swiper-slide {
        /* width: 770px; */
        width: 100%;
    }
}

@media only screen and (max-width:980px) {
    .content .show-local .swiper-slide {
        /* width: 471px; */
        width: 100%;
    }
}

@media only screen and (max-height:480px) {
    .content .show-local .swiper-slide {
        /* width: 471px; */
        width: 100%;
    }
}

.content .show-local .swiper-slide img {
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.content .show-local .swiper-slide .title {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: -3px;
    font-size: 11px;
    color: rgb(102, 102, 102);
}

.show-local .swiper-button-next2,
.show-local .swiper-button-prev2 {
    position: absolute;
    top: 36%;
    width: 86px;
    height: 112px;
    background-size: 86px 112px;
    margin-top: -56px;
    outline: none;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 99;
}

.show-local.swiper-container .swiper-button-next2 {
    background-image: url('../images/ban_right_ico.png');
    right: 10px!important;
}

.show-local.swiper-container .swiper-button-prev2 {
    background-image: url('../images/ban_left_ico.png');
    left: 10px!important;
}

.show-local .swiper-slide .houjiemov {
    width: 100%;
    height: 100%;
}

.tip_text {
    text-align: center;
    font-size: 25px;
    padding: 40px 0;
    color: #ccc;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }
    /*091*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }
    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }
    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }
    /*092*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0913*/
}


/* footer */

.footer {
    display: block;
}

.copyright {
    padding: 22px;
}

.bg-color {
    background-color: #037efa !important;
}

.copyright .copy_text p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.copyright .container {
    max-width: 1400px!important;
}

.copyright .container .call-address {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.copyright .footer_menu {
    align-items: center;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.copyright .footer_menu li {
    margin-left: 44px;
}

.copyright .footer_menu li a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shipping_wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    .service .content {
        padding-left: 15px;
    }
    .service .content p {
        margin-right: 4px;
    }
    .service::before {
        right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .head_describle {
        top: 54%;
    }
    .shipping_wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .service {
        margin-top: 20px;
    }
    .service::before {
        content: '';
        height: 0;
    }
    .section_title h2 {
        font-size: 32px;
    }
    .service .content h3 {
        font-size: 20px;
    }
    .show-local .swiper-button-next2,
    .show-local .swiper-button-prev2 {
        top: 42%;
        width: 85px;
        height: 72px;
    }
    .text-style {
        top: 411px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .head_describle {
        top: 56%;
    }
    .head_describle {
        width: 55vw;
        display: flex;
        position: absolute;
        font-weight: 600;
        top: 62%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 4vw;
        align-items: center;
    }
    .head_desc_text img {
        width: 60%;
    }
    .section-pt-xl {
        padding-top: 50px;
    }
    .section-pb-xl {
        padding-bottom: 50px;
    }
    .ptb-90 {
        padding: 50px 0;
    }
    .head_desc_text img {
        width: 77%;
    }
    .head_desc_right .phone_img {
        width: 46vw;
    }
    #navbarSupportedContent {
        background-color: #151515ab;
        z-index: 99;
    }
    .navbar .nav-item a {
        font-size: 14px;
        color: #fff!important;
        padding-left: 5px;
    }
    .navbar {
        padding: 0 6.125rem;
    }
    .head_describle {
        width: 82vw;
        justify-content: space-between;
    }
    .lange {
        display: none;
    }
    .lange-mob {
        display: flex;
    }
    .lange-mob li a {
        display: block;
        padding: 8px;
        color: #fff;
        font-size: 14px;
    }
    .collapse .langes {
        display: block;
    }
    .shipping_wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .service {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
    .service .icon {
        margin-bottom: 14px;
    }
    .service::before {
        content: '';
        height: 0;
    }
    .service .icon {
        margin-bottom: 14px;
    }
    .service .content {
        padding-left: 7px;
    }
    .service .content p {
        margin-right: 0;
    }
    .show-local .swiper-button-next2,
    .show-local .swiper-button-prev2 {
        top: 47%;
        width: 85px;
        height: 62px;
    }
    .text-style {
        top: 284px;
    }
    .left-side-content p:nth-of-type(2) {
        margin-bottom: 7px
    }
}

@media only screen and (max-width: 767px) {
    #navbarSupportedContent {
        background-color: #151515ab;
        z-index: 99;
    }
    .head_img {
        object-fit: cover;
        width: 100%;
        height: 395px;
    }
    .head_describle {
        width: 74vw;
        top: 51%;
    }
    .navbar-brand img {
        width: 50px;
    }
    .navbar {
        width: 100%;
        padding: 0 5.125rem;
        position: absolute;
        top: 0;
        left: 0;
    }
    .navbar .nav-item a {
        font-size: 14px;
        color: #fff!important;
        padding-left: 5px;
    }
    .lange {
        display: none;
    }
    .lange-mob {
        display: flex;
    }
    .lange-mob li a {
        display: block;
        padding: 8px;
        color: #fff;
        font-size: 14px;
    }
    .collapse .langes {
        display: block;
    }
    .section-pt-xl {
        padding-top: 34px;
    }
    .shipping_wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .service {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
    .service .icon {
        margin-bottom: 14px;
    }
    .service::before {
        content: '';
        height: 0;
    }
    .service .icon {
        margin-bottom: 14px;
    }
    .service .content {
        padding-left: 7px;
    }
    .service .content p {
        margin-right: 0;
    }
    .copyright .copy_text p {
        text-align: center;
        margin: 8px 0 10px;
    }
    .copyright .footer_menu {
        justify-content: center !important;
    }
    .copyright .footer_menu li {
        margin-left: 1px;
    }
    .section_title h2 {
        font-size: 30px;
        font-weight: 600;
    }
    .show-local .swiper-button-next2,
    .show-local .swiper-button-prev2 {
        top: 49%;
        width: 85px;
        height: 35px;
    }
    .right-side-content {
        font-size: 14px;
        line-height: 25px;
    }
    .left-side-content h1 {
        font-size: 15px;
    }
    .text-style {
        top: 201px;
    }
    .left-side-content p {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .left-side-content p:nth-of-type(2) {
        margin-bottom: 1px;
    }
}

@media only screen and (max-width: 575px) {
    .nav {
        display: block!important;
    }
    .navbar {
        width: 100%;
        padding: 0 10px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .navbar-brand img {
        width: 50px;
    }
    .head_describle {
        width: 80vw;
        top: 50%;
        justify-content: space-between;
    }
    .head_desc_right {
        display: none;
    }
    .head_desc_left {
        width: 100%;
        text-align: center;
    }
    .head_desc_left .erw {
        font-size: 1.2vw;
        justify-content: center;
        align-items: center;
    }
    .head_desc_left .erw .erw_cont {
        width: 37vw;
        margin: 0;
        padding: 10px;
    }
    .lange {
        display: none;
    }
    .lange-mob {
        display: flex;
    }
    .lange-mob li a {
        display: block;
        padding: 8px;
        color: #fff;
        font-size: 14px;
    }
    .collapse .langes {
        display: block;
    }
    .product {
        overflow: hidden;
        margin: 0 auto;
        margin-top: 40px;
        width: 100%;
    }
    .product .thumb .content {
        display: none;
        padding: 10px 21px;
    }
    .product .thumb .content h4 a {
        color: #191919;
        font-size: 16px;
        text-decoration: none;
    }
    .head_describle {
        font-size: 10vw;
    }
    .head_desc_left p:nth-of-type(2) {
        font-size: 5vw;
    }
    .head_desc_left p:nth-of-type(3) {
        font-size: 5vw;
    }
    .section_title h2 {
        font-size: 20px;
        font-weight: 600;
    }
    .head_img {
        object-fit: cover;
        width: 100%;
        height: 400px;
    }
    .section-pt-xl {
        padding-top: 46px;
    }
    .section-pb-xl {
        padding-bottom: 52px;
    }
    .swiper {
        width: 100%;
    }
    .show-local.swiper-container {
        padding-bottom: 87px;
    }
    .right-side-content {
        font-size: 14px;
        line-height: 25px;
        height: 180px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    .text-style {
        top: 195px;
        margin-top: 0;
    }
    .swiper-slide.local-tab:nth-of-type(2) {
        margin-right: 0;
    }
    .row {
        margin-left: 0!important;
        margin-right: 0!important;
    }
}