.mobile-nav[data-v-1570bbe2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 100%
}

.mobile-nav .left img[data-v-1570bbe2] {
    /*width: 120px*/
}

.mobile-nav .right button[data-v-1570bbe2] {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: none;
    background-image: none;
    border-radius: 4px;
    border: 1px solid transparent;
    border-color: #555;
    outline: none
}

.mobile-nav .right button .icon-bar[data-v-1570bbe2] {
    background-color: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.mobile-nav .right button .icon-bar + .icon-bar[data-v-1570bbe2] {
    margin-top: 4px
}

.options[data-v-1570bbe2] {
    overflow: hidden
}

.options ul[data-v-1570bbe2] {
    padding: 15px 20px;
    background: #474849;
    margin-bottom: 0;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
    transform: translateY(0);
    transition: transform .2s
}

.options ul li[data-v-1570bbe2] {
    margin-bottom: 20px
}

.options ul li a[data-v-1570bbe2] {
    color: #a6a5a5;
    font-size: 15px;
    display: block
}

.options ul li[data-v-1570bbe2]:last-child {
    margin-bottom: 0
}

.options.show-list ul[data-v-1570bbe2] {
    transform: translateY(-100%)
}

.sc-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px 16px;
    margin-top: 15px
}

.sc-item:hover {
    background-color: #e60013;
    cursor: pointer;
    color: white;
}

.sc-item img {
    width: 32px;
    height: 30px
}

@media (min-width: 768px) {
    .sc-item {
        margin-top: 0;
        padding: 50px 16px
    }

    .sc-item img {
        width: 35px;
        height: 35px
    }
}

.sc-item .text-info {
    margin-left: 20px;
    color: #333;
    font-size: 16px
}

.sc-item .text-info p:nth-child(2) {
    color: #7a7a7a;
    font-size: 12px;
    margin-bottom: 0
}

.page-container {
    width: 100%;
    margin-top: 55px
}

@media (min-width: 768px) {
    .page-container {
        min-width: 1200px;
        margin-top: 0
    }
}

.page-container header {
    width: 100%;
    position: relative
}

.page-container header nav.hidden-xs {
    height: 50px;
    background-color: rgba(32, 31, 31, .5);
    opacity: .9;
    z-index: 10;
    position: absolute;
    width: 100%
}

.page-container header nav.hidden-xs .nav-wrap {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
    height: 100%
}

.page-container header nav.hidden-xs .left img {
    width: 128px;
    /*height: 34px*/
}

.page-container header nav.hidden-xs .right ul {
    display: flex;
    height: 100%;
    margin: 0
}

.page-container header nav.hidden-xs .right ul li {
    margin-right: 50px;
    line-height: 28px
}

.page-container header nav.hidden-xs .right ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

/*.page-container header nav.hidden-xs .right ul li:last-child {*/
/*    background-color: #e60012;*/
/*    border-radius: 16px;*/
/*    margin-right: 0;*/
/*    width: 100px;*/
/*    height: 28px;*/
/*    text-align: center;*/
/*    line-height: 28px*/
/*}*/

.page-container header nav.hidden-xs .right ul li:last-child a {
    color: #fff
}

.page-container header nav.visible-xs {
    background-color: #474849;
    height: 55px;
    position: absolute;
    top: -55px;
    z-index: 10;
    width: 100%
}

.page-container header .content {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%
}

.page-container header .content .flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column
}

.page-container header .content .flex-box h1 {
    font-weight: 200;
    font-size: 30px;
    margin: 0
}

.page-container header .content .flex-box h1 span {
    font-weight: bolder
}

.page-container header .content .flex-box p {
    margin: 13px 0
}

.page-container header .content .flex-box .btn {
    background: #e60012;
    display: inline-block;
    padding: 6px 30px
}

@media (min-width: 768px) {
    .page-container header .content .flex-box h1 {
        font-size: 60px
    }

    .page-container header .content .flex-box p {
        font-size: 25px;
        margin: 20px 0
    }
}

.page-container header .banner1 {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: -1
}

@media (min-width: 768px) {
    .page-container header .banner1 {
        min-width: 1400px
    }
}

@media (min-width: 768px) {
    .page-container section:not(.section3) .container-fluid {
        width: 1200px
    }
}

@media (min-width: 768px) {
    .page-container section div.title {
        font-size: 26px
    }
}

.page-container section .title {
    padding-top: 40px;
    text-align: center;
    font-size: 20px;
    color: #2d2627
}

.page-container section .desc {
    text-align: center;
    margin-top: 10px;
    color: #7a7a7a;
    margin-bottom: 40px;
    padding: 0 15px
}

.page-container .section1 {
    background: #f4f4f4;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .page-container .section1 {
        padding-bottom: 60px
    }
}

.page-container .section2 .container-fluid {
    display: flex;
    justify-content: center;
    align-items: center
}

.page-container .section2 .container-fluid.visible-xs > div {
    display: flex;
    justify-content: space-around;
    margin-bottom: 5.5vw
}

.page-container .section2 .container-fluid.visible-xs > div .sass-item {
    width: 44%;
    margin-right: 0
}

.page-container .section2 .container-fluid.visible-xs > div .sass-item .sass-name-box, .page-container .section2 .container-fluid.visible-xs > div .sass-item img {
    width: 100%
}

.page-container .section2 .container-fluid .sass-item {
    margin-right: 18px
}

.page-container .section2 .container-fluid .sass-item .sass-name-box {
    width: 201px;
    height: 70px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #666
}

.page-container .section2 .container-fluid .sass-item .sass-name-box .line {
    width: 50px;
    height: 2px;
    background-color: #e60012;
    margin-top: 10px
}

.page-container .section2 .container-fluid .sass-item:hover .sass-name-box {
    color: #fff;
    background-color: #e60012
}

.page-container .section2 .container-fluid .sass-item:hover .line {
    background-color: #fff
}

.page-container .section3 .container-fluid {
    padding: 0
}

@media (min-width: 768px) {
    .page-container .section3 .container-fluid {
        margin-top: 110px
    }
}

.page-container .section3 .container-fluid .s3-bg {
    width: 100%
}

.page-container .section3 .container-fluid .img-box {
    position: relative
}

.page-container .section3 .container-fluid .img-box .s3-banner {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%
}

.page-container .section3 .container-fluid.visible-xs {
    position: relative
}

.page-container .section3 .container-fluid.visible-xs .s3-bg {
    position: absolute;
    bottom: -5%
}

.page-container .section4 .container-fluid .col-sm-4 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    color: #333;
    position: relative
}

.page-container .section4 .container-fluid .col-sm-4 .s4-left .name {
    font-size: 17px
}

.page-container .section4 .container-fluid .col-sm-4 .s4-left .s4-desc {
    font-size: 12px;
    color: #666;
    margin-top: 6px;
    max-width: 220px
}

.page-container .section4 .container-fluid .col-sm-4 .number {
    color: #f4f4f4;
    font-size: 60px
}

.page-container .section4 .container-fluid .col-sm-4:not(:last-child):after {
    position: absolute;
    width: 1px;
    height: 50%;
    content: "";
    right: 2%;
    background-color: #ccc
}

.page-container .section4 .container-fluid .col-xs-6:nth-child(2n-1) {
    padding-right: 0
}

.page-container .section4 .container-fluid .col-xs-6 > div {
    background-color: #f4f4f4;
    padding: 20px 10px;
    padding-bottom: 0;
    margin-top: 14px;
    min-height: 230px;
    position: relative
}

.page-container .section4 .container-fluid .col-xs-6 > div .name {
    color: #333;
    font-size: 19px;
    font-weight: 700
}

.page-container .section4 .container-fluid .col-xs-6 > div .s4-desc {
    color: #666;
    font-size: 14px;
    margin-top: 8px
}

.page-container .section4 .container-fluid .col-xs-6 > div .number {
    color: #fff;
    font-size: 55px;
    position: absolute;
    bottom: 0
}

.page-container .section5 .container-fluid .s5-item .s5-img {
    display: flex;
    justify-content: center;
    align-items: center
}

.page-container .section5 .container-fluid .s5-item .s5-img img {
    width: 90%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 350px;
    -o-object-position: top;
    object-position: top
}

.page-container .section5 .container-fluid .s5-item .s5-item-info {
    width: 90%;
    margin: 0 auto;
    padding-top: 15px
}

.page-container .section5 .container-fluid .s5-item .s5-item-info .name {
    color: #333;
    font-size: 17px;
    font-weight: 700
}

.page-container .section5 .container-fluid .s5-item .s5-item-info .name span {
    color: #666;
    font-size: 14px;
    font-weight: 400
}

.page-container .section5 .container-fluid .s5-item .s5-item-info .desc {
    color: #999;
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
    padding-left: 0
}

@media (min-width: 768px) {
    .page-container .section5 .container-fluid {
        background: #f6f6f6;
        padding: 40px 0
    }

    .page-container .section5 .container-fluid .s5-item {
        margin-bottom: 50px
    }

    .page-container .section5 .container-fluid .s5-item .s5-img img {
        width: 85%
    }

    .page-container .section5 .container-fluid .s5-item .s5-item-info {
        background: #fff;
        padding-left: 15px;
        width: 85%;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        min-height: 190px;
        padding-right: 15px
    }

    .page-container .section5 .container-fluid .s5-item .s5-item-info .desc {
        padding-bottom: 20px;
        margin-bottom: 50px
    }
}

.page-container .section6 {
    padding: 0;
    background: #f4f4f4;
    color: #666;
    margin-top: 60px
}

.page-container .section6 .s6-banner-box {
    position: relative
}

.page-container .section6 .s6-banner-box .s6-banner {
    width: 50%
}

.page-container .section6 .s6-banner-box .about {
    position: absolute;
    left: 50%;
    background: #fff;
    top: 50%;
    width: 48%;
    top: 17.5%;
    bottom: 17.5%;
    padding: 0 15px;
    font-size: 12px
}

.page-container .section6 .s6-banner-box .about p {
    margin: 0
}

.page-container .section6 .s6-banner-box .about .title {
    padding: 0;
    text-align: left;
    margin-top: 20px
}

.page-container .section6 .s6-banner-box .about .about-name {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin-top: 20px
}

.page-container .section6 .s6-banner-box .about .about-val {
    color: #666;
    margin-top: 4px
}

.page-container .section6 .s6-banner-box .about .btn {
    background: #e60013;
    color: #fff;
    margin-top: 15px
}

.page-container .section6 footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
    padding-bottom: 30px
}

.page-container .section6 footer .left ul {
    padding-bottom: 10px;
    display: flex;
    justify-content: normal;
    align-items: center
}

.page-container .section6 footer .left ul li {
    margin-right: 20px
}

.page-container .section6 footer .left ul li a {
    color: #666;
    font-size: 12px
}

.page-container .section6 footer .left .address, .page-container .section6 footer .left .phone {
    display: flex;
    justify-content: normal;
    align-items: center;
    font-size: 12px;
    margin-top: 8px
}

.page-container .section6 footer .left .address img, .page-container .section6 footer .left .phone img {
    width: 10px;
    height: 10px;
    margin-right: 4px
}

.page-container .section6 footer .left .address img {
    width: 10px;
    height: 10px
}

.page-container .section6 footer .right img {
    width: 100px;
    height: 100px
}

.page-container .section6 .bottom {
    font-size: 12px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 40px
}

.page-container .section6-h5 {
    background-color: #f4f4f4
}

.page-container .section6-h5 .s6-h5-banner-box .about {
    background-color: #fff;
    margin-top: 20px
}

.page-container .section6-h5 .s6-h5-banner-box .about p {
    margin: 0
}

.page-container .section6-h5 .s6-h5-banner-box .about .s6-h5-banner {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px
}

.page-container .section6-h5 .s6-h5-banner-box .about .about-name {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    padding: 0 10px
}

.page-container .section6-h5 .s6-h5-banner-box .about .about-val {
    padding: 0 10px;
    margin-top: 8px
}

.page-container .section6-h5 .s6-h5-banner-box .about .more {
    background-color: #e60012;
    color: #fff;
    margin-top: 30px;
    margin-left: 10px;
    margin-bottom: 30px
}

.page-container .section6-h5 .address {
    color: #666;
    text-align: center;
    padding: 24px 0;
    border-bottom: 1px solid #ccc
}

.page-container .section6-h5 .qr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 25px 0
}

.page-container .section6-h5 .qr div {
    margin-top: 4px
}

.page-container .section6-h5 .qr img {
    width: 100px;
    height: 100px
}

.page-container .section6-h5 .bottom {
    color: #b3b3b3;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px
}

.page-container .swiper-pagination-bullet-active {
    background-color: #e60012
}

a, li, ul {
    list-style: none;
    text-decoration: none !important;
    padding: 0;
    margin: 0
}

.page-container .btn:hover {
    color: inherit
}

.chanpin {
    cursor: pointer;
}

.chanpinxl {
    display: none;
    /*display: flex;*/
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 5;
    text-align: center;
    justify-content: center;
    min-width: 1200px;
    color: #ffffff;
    background-color: rgb(32 31 31 / 90%);
    align-items: stretch;
}

.chanpinxl ul {
    margin: 50px 0px;
    padding-top: 30px;
    display: flex;
    width: 70%;
    justify-content: space-around;
    align-items: stretch;
}

.chanpinxl1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

/*.chanpinxl1 a {
    cursor: pointer;
    color: white;
    !*font-weight: bold;*!
}*/

.chanpinxl1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.chanpinxl1 img {
    width: 16px;
    height: 16px;
}

.chanpinxl1 a:hover {
    color: red;
}

.right {
    width: 900px;
}

.right ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.col-sm-4-d {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    /*background: rgb(244, 244, 244);*/
}

.col-sm-4:hover {
    cursor: pointer;
}

