.top-banner {
    padding-top: 86px;
    display: flex;
}

.page-banner {
    width: 100%;
}

.swiper-pagination-bullet-active {
    background: #119cda;
}

.page-bannber.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 55px;
}

.page-bannber .swiper-pagination-bullet {
    width: 42px;
    height: 2px;
    background: #fff !important;
    border-radius: 3px;
    opacity: 1;
}

.page-bannber .swiper-pagination-bullet-active {
    width: 42px;
    height: 2px;
    background: #119cda !important;
    border-radius: 3px;
}

.banner1-img {
    object-fit: cover;
    width: 100vw;
    height: 100%;
}

.banner-text {
    bottom: 35%;
    left: 18%;
    max-width: 500px;
    height: auto;
    width: 12vw;
    max-height: 100%;
}

/* 头部 */
.opcity {
    animation: fadeIn 1s .1s ease both;
}

@keyframes fadeIn {
    0% {
        opacity: 0.8;
        /* background: transparent; */
        /* transform: translateY(0) */
    }

    100% {
        opacity: 1;
        /* background: #fff; */
        /* transform: translateY(-100%) */
    }
}

.head-wx-img {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-left: 22px;
    display: block;
}

.head-wx-img1 {
    margin-right: 5px;
}

.head-wx {
    cursor: pointer;
    white-space: nowrap;
    color: #333;
}



.wx-hover {
    display: none;
    top: 30px;
    right: 0;
    padding: 12px;
    background: rgba(255, 255, 255, 0.71);
    font-size: 12px;
    color: #434343;
    line-height: 1.5;
}

.header-top .lang a {
    color: #454545;
}

.wx-hover img {
    width: 86px;
    height: 86px;
}

.head-wx:hover>.wx-hover {
    display: flex;
}

.head-cont {
    width: 100%;
    height: 86px;
    background: #fff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: all 0.5s;
}

.padding-head {
    padding-top: 96px;
}

.menu-img {
    width: 22px;
}

.header-top {
    width: 90%;
    max-width: 1600px;
}

.head-logo {
    width: 142px;
    height: 27px;
}

.head-menu {
    align-items: baseline;
}

.head-a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin: 0 38px;
    white-space: nowrap;
    line-height: 86px;
    border-bottom: 2px solid transparent;
    z-index: 100;
}

.head-section {
    position: fixed;
    top: 85px;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04);
}

.head-section-item {
    display: none;
}

.head-section-item.active {
    display: block;
}

.head-t-child {
    padding: 50px 0;
    background: #fff;
}

.header-inner {
    width: 83%;
    max-width: 1600px;
    margin: 0 auto;
}

.head-child-left {
    width: 15%;
    min-width: 100px;
    padding-right: 5%;
    box-sizing: border-box;
}

.head-child-right {
    width: 85%;
}

.head-child-title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 35px;
    line-height: 1;
}

.head-t-child a {
    display: block;
    color: #555;
    line-height: 1.5;
    padding: 10px 0;
}

.head-t-child a:hover {
    color: #119cda;
}

.head-child-shop-item {
    width: 24%;
    margin-right: 1%;
}

.head-child-shop-item img {
    max-width: 216px;
    max-height: 260px;
}

.head-child-shop-title {
    font-size: 16px;
    color: #2A2A2A;
    margin-top: 15px;
    max-width: 216px;
    text-align: center;
}

.head-solu {
    width: 23%;
    margin-right: 2.6%;
}

.head-solu:nth-child(4n+4) {
    margin-right: 0;
}

.head-solu img {
    max-width: 440px;
    max-height: 230px;
}

.head-child-about {
    max-width: 240px;
    background: #fff;
}


.head-a-child {
    display: none;
    position: absolute;
    top: 86px;
    left: -38px;
    width: 100%;
    padding: 10px 38px;
    box-sizing: content-box;
    background: #fff;
    z-index: 99;
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.04);
}

.head-a-child a {
    display: block;
    color: #333333;
    line-height: 1;
    padding: 10px 0;
}

.head-a-child a:hover {
    color: #119cda
}

.header-menu .head-t-item:hover .head-a-child {
    display: block;
}

.header-menu .head-t-item:hover .head-section-item {
    display: none;
}



.head-a.ac,
.head-a:hover,
.head-a.active {
    position: relative;
    color: #119cda !important;
    border-bottom: 2px solid #119cda;
}

.head-hover {
    background: #fff;
    box-shadow: 0px 4px 9px 0px rgba(7, 0, 2, 0.08);
}

.head-hover .head-a {
    color: #666666;
}

.fix-top {
    display: none;
    position: fixed;
    bottom: 30%;
    right: 60px;
    width: 78px;
    height: 78px;
    z-index: 9;
}

.top-img {
    width: 78px;
    height: 78px;
}

.menu-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99999;
    font-size: 14px;
    padding: 60px 5% 0 5%;
    height: 100vh;
    display: none;
    box-sizing: border-box;
}

.menu-down {
    width: 9px;
    height: 5px;
    padding: 10px 0 10px 20px;
}

.menu-down.rotate-180 {
    padding: 10px 20px 10px 0;
}

.menu-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    cursor: pointer;
    z-index: 1000;
}

.menu-close img {
    width: 20px;
    height: 20px;
}

.menu-item {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.menu-item:nth-child(1) {
    margin-top: 20px;
}

.menu-parent,
.menu-child {
    padding: 15px 0;
    cursor: pointer;
    color: #333;
    font-size: 16px;
    display: block;
}

.menu-parent a {
    color: #333;
    cursor: pointer;
}

.menu-child {
    padding-left: 20px;
    display: none;
}

.inner {
    width: 1600px;
    margin: 0 auto;
    position: relative;
}

.inner2 {
    width: 1500px;
    margin: 0 auto;
    position: relative;
}

.inner3 {
    width: 1390px;
    margin: 0 auto;
    position: relative;
}

.inner4 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.index-head{
    height: 84px;
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    position: fixed;
    background: rgba(255,255,255,0.9);
    top: 0;
    left: 0;
    z-index: 9999;
}
/* 中间+共用部分 */
.Container-wrapper {
    width: 100%;
}

.contain {
    width: 1600px;
    margin: 0 auto;
}

/*底部*/

.footer {
    width: 100%;
    /* background: #F0F1F5; */
    background: #F7F9FA;
    /* margin-top: 50px; */
}

.footer-cont {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 0;
    align-items: flex-start;
}

.footer-logo {
    width: 136px;
    height: auto;
}

.footer-a-cont {
    margin-top: 70px;
    align-items: flex-start;
}

.footer-line {
    border-bottom: 1px solid rgba(242, 242, 242, 0.07);
}

.footer-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.footer-a {
    max-width: 250px;
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

.footer-a:focus,
.footer-a:hover {
    color: #76767F;
}

.footer-icon-item {
    margin-right: 20px;
}

.footer-icon {
    width: 34px;
    height: 34px;
}

.footer-wx {
    display: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.71);
    bottom: 34px;
    left: 0;
    width: 120px;
}

.footer-icon-item:hover .footer-wx {
    display: flex;
}

.footer-wx-item {
    font-size: 13px;
    color: #76767F;
    cursor: pointer;
}

.footer-icons {
    margin-top: 40px;
}

.footer-wx-img {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
}

.footer-bottom-cont {
    width: 100%;
    height: 96px;
    background: #2B2E31;
}

.footer-bottom {
    width: 1600px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.35);
    /* padding: 30px 0; */
    margin: 0 auto;
    line-height: 1.5;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.35);
    margin: 0 10px;
}


.footer .baozheng li {
    float: left;
    padding-left: 64px;
    background: url(../images/zhengp.png) no-repeat;
    line-height: 24px;
    height: 52px;
    width: 190px;
}

.footer .baozheng li.l2 {
    background-image: url(../images/chaod.png);
}

.footer .baozheng li.l3 {
    background-image: url(../images/jis.png);
}

.footer .baozheng li.l4 {
    background-image: url(../images/shouh.png);
}

.footer .baozheng li.l5 {
    background-image: url(../images/tes.png);
    width: auto;
}

.footer .baozheng {
    height: 52px;
    padding: 40px 0;
}

.footer .baozheng h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 4px 0 0;
}

.footer .baozheng p {
    color: #999;
}

.footer-nav dt {
    font-size: 16px;
    padding: 0 0 20px;
}

.footer-nav dd {
    font-size: 12px;
    line-height: 28px;
}

.footer-nav dd a {
    color: #737373;
}

.footer-nav {
    padding: 40px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.footer-nav li {
    float: left;
    width: 170px;
}

.footer-nav h3 {
    font-size: 22px;
    font-weight: bold;
    color: #f28520;
    padding: 10px 0;
}

.footer-nav p {
    color: #8c8c8c;
    line-height: 18px;
    font-size: 12px;
    padding: 0 0 10px;
}

.footer-nav .btn {
    border: 1px solid #f28520;
    width: 171px;
    line-height: 34px;
    height: 34px;
    color: #f28520;
    display: block;
    border-radius: 3px;
}

.footer-nav .btn img {
    vertical-align: middle;
    margin-right: 8px;
}

.footer-nav li.l2 {
    width: 205px;
}

.footer-nav li.l3 {
    width: 190px;
}

.footer-nav li.l4 {
    width: 225px;
}

.footer-nav li.l5 {
    width: 173px;
    text-align: center;
}

.footer-bz .name {
    width: 115px;
    float: left;
    font-size: 16px;
}

.footer-bz ul {
    float: left;
    width: 1120px;
}

.footer-bz li {
    float: left;
    padding-right: 40px;
    font-size: 12px;
}

.footer-bz li a {
    color: #737373;
}

.footer-bz {
    width: 1235px;
    line-height: 28px;
    padding: 25px 0 30px;
}

.bottom li {
    float: left;
    padding-left: 30px;
    position: relative;
}

.bottom li::before {
    content: '';
    position: absolute;
    background: #383838;
    height: 10px;
    width: 1px;
    left: 14px;
    top: 50%;
    margin-top: -5px;
}

.bottom li:first-child {
    padding: 0;
}

.bottom {
    line-height: 30px;
    background: #2c2c2c;
    padding: 26px 0;
}

.bottom a {
    color: #4c4c4c;
    font-size: 12px;
}

.bottom .company a {
    margin-right: 15px;
}

.body2 {
    background: #FFF;
}

.headerb {
    border-bottom: 2px solid #ff7300;
}

.footerb {
    border-top: 1px solid #eeeeee;
}

select {
    height: 40px;
    width: calc(100% - 18px);
    padding: 8px 9px;
    border: 1px solid #e5e5e5;
    outline: none;
}

.layer-open-cont {
    padding: 30px 16px;
    color: #4B4948;
}

.layer-open-cont .title {
    font-size: 20px;
    margin-bottom: 30px;
}

.layer-open-cont .desc {
    font-size: 16px;
}

.layer-open-cont .close-icon {
    width: 20px;
    height: 20px;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: content-box;
    cursor: pointer;
}

.hint-fix {
    width: 100%;
    height: 40px;
    background: #E7E3DC;
    /* position: fixed;
    top: 0;
    left: 0; */
    z-index: 999;
}

.hint-inner {
    width: 1200px;
    font-size: 12px;
    color: #282828;
    line-height: 1;
}

.hint-close {
    cursor: pointer;
}

.hint-close img {
    width: 14px;
    height: 14px;
    margin-left: 6px;
}


/* 侧栏 */
.sideBar-wrapper {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50px;
}

.sideBar-wrapper a {
    display: flex;
    align-items: center;
    padding-right: 16px;
    transform: translateX(16px);
    font-size: 16px;
    color: #fff;
    /* margin-top: 2px; */
    background: rgba(64, 71, 81, 0.9);
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 5px; */
    transition: all .4s ease;
}

.sideBar-wrapper a i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sideBar-wrapper a i img {
    width: 28px;
    height: 28px;
}

.sideBar-wrapper a:first-child {
    margin-top: 0;
}

.sideBar-wrapper a:hover {
    background: #119cda;
    transform: translateX(0);
}

.text-center {
    text-align: center;
}

.font-weight-300 {
    font-weight: 300;
}

.hide {
    display: none;
}

.hide-inline {
    display: none;
}

.show {
    display: block;
}

.show-flex {
    display: flex
}

.hide-flex {
    display: none;
}

.ml-30 {
    margin-left: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mb-22 {
    margin-bottom: 22px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-0{
    margin-bottom: 0px!important;
}
.mb-130 {
    margin-bottom: 130px;
}

.mb-70
{margin-bottom: 70px;}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.margin-25 {
    margin: 25px auto;
}

.margin-60 {
    margin: 60px auto;
}

.margin-90 {
    margin: 90px auto;
}

.margin-100 {
    margin: 100px auto;
}

.pb-22 {
    padding-bottom: 22px;
}

.pt-100 {
    padding-top: 100px;
}

.pagination {
    position: relative;
    background: #fff;
    padding: 12px 0;
    align-items: center;
}

.pagination-left {
    overflow-x: auto;
    overflow-y: hidden;
}

.pag-normal ul li {
    display: inline-block;
}

.pag-normal .left,
.pag-normal .right,
.pag-normal ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #444;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    background-color: #FBF9F8;
}

.pag-normal .left {
    background-image: url(../images/page/page_prev.png);
}

.pag-normal .right {
    background-image: url(../images/page/page_next.png);
}

.pag-normal .left.unable {
    background-image: url(../images/page/page_prev_unable.png) !important;
}

.pag-normal .right.unable {
    background-image: url(../images/page/page_next_unable.png) !important;
}

.pag-normal .left:hover,
.pag-normal .right:hover {
    background-color: #f2f2f2;
}

.pag-normal .left.unable:hover,
.pag-normal .right.unable:hover {
    background-color: #fff;
    cursor: initial;
}

.pag-normal ul li a.active,
.pag-normal ul li a:hover {
    border-color: #3979E7;
    background-color: #3979E7;
    color: #fff;
}

.pag-normal ul,
.pag-normal ul li {
    margin: 0 5px;
}

.to-page {
    font-size: 14px;
    margin-left: 30px;
}

.to-page input {
    width: 50px;
    border: 1px solid #f5f5f5;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 5px;
    outline: none;
}

.to-page a {
    height: 25px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 25px;
    border: 1px solid #DDD;
    padding: 4px 13px;
    color: #666;
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #F7F7F7;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width:1000px) {
    .hide {
        display: block !important;
    }

    .hide-inline {
        display: inline-block !important;
    }

    .show {
        display: none !important;
    }

    .show-flex {
        display: none !important
    }

    .hide-flex {
        display: flex !important;
    }

    .header-menu,
    .title-bg,
    .head-video,
    .head-car span,
    .head-app span {
        display: none;
    }

    .wap-menu {
        display: block;
        margin-right: 20px;
    }

    .layui-layer {
        width: 92% !important;
        max-height: 80vh !important;
        top: 10vh !important;
        left: 4% !important;
        overflow-y: scroll;
    }

    .header-top {
        width: 90%;
    }

    .header-top a {
        display: contents;
    }

    .head-cont {
        height: 50px;
        background: #fff;
    }

    .head-wx {
        color: #666;
    }

    .top-banner {
        padding-top: 50px;
    }

    .head-logo {
        width: 80px;
        height:auto;
        margin-right: 20px;
    }

    .to-login,
    .head-car {
        padding-left: 10px;
        margin-left: 10px;
    }

    .head-car-icon {
        margin-left: 10px;
    }

    .footer {
        height: auto;
    }

    .footer-cont {
        flex-wrap: wrap;
        width: 92%;
        padding: 30px 0;
    }



    .xhs-img {
        width: 32px;
        margin-left: 10px;
    }

    .douyin-img {
        width: 15px;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-bottom {
        width: 92%;
    }

    .w-50 {
        width: 50%;
    }

    .search-cont,
    .search-box {
        width: 92% !important;
        height: auto !important;
        padding: 10px !important;
    }

    .search-cont {
        left: 4% !important;
    }

    .search-box {
        padding-right: 3px !important;
    }

    .search-box input {
        width: 65% !important;
    }

    .param-cont {
        width: 80% !important;
        flex-wrap: wrap;
    }

    .page-bannber.swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 15px;
    }

    .inner,
    .inner2 {
        width: 92%;
        overflow-x: hidden;
    }


    .mt-130 {
        margin-top: 42px;
    }

    .sideBar-wrapper {
        top: auto;
        transform: translateY(0);
        width: 44px;
        bottom: 20px;
    }

    .footer-a-cont {
        margin-top: 30px;
    }

    .footer-a-cont>div {
        max-width: 48%;
        margin-bottom: 30px;
    }

    .footer-icons {
        margin-top: 0;
    }

    .margin-60 {
        margin: 30px auto;
    }

    .mb-130 {
        margin-bottom: 42px;
    }

    .padding-head {
        padding-top: 50px;
    }
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {

    /* 1600 × (900) */
    .inner,
    .inner2,
    .footer-bottom {
        width: 1400px;
    }
    .mt-100 {
        margin-top: 60px;
    }
}

@media all and (max-width:1599px) {

    /* 1440 × (700)  */
    .inner,
    .inner2,
    .inner3,
    .footer-bottom {
        width: 1200px;
    }

    .shop-cate-left {
        height: 350px !important;
    }
    .mt-100 {
        margin-top: 50px;
    }
}

@media all and (max-width:1400px) {
    .inner3 {
        width: 92%;
    }

}

@media all and (max-width:1279px) {

    /* 1152 × (700) */
    .inner,
    .inner2,
    .inner4,
    .footer-bottom {
        width: 960px;
    }
}

@media all and (max-width:1000px) {

    .inner,
    .inner2,
    .inner3,
    .inner4,
    .footer-bottom {
        width: 92%;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .mb-48 {
        margin-bottom: 10px;
    }

    .mb-60 {
        margin-bottom: 18px;
    }

    .margin-100 {
        margin: 48px auto;
    }

    .mb-100 {
        margin-bottom: 48px;
    }

    .margin-40 {
        margin: 25px 0;
    }

    .margin-90 {
        margin: 40px auto;
    }

    .mt-100 {
        margin-top: 48px;
    }

    .pagination-right {
        margin-top: 5px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .pt-100 {
        padding-top: 48px;
    }
}