.top-banner {
    padding-top: 85px;
    display: flex;
}

.page-b-name-cont {
    width: 100%;
    bottom: 30px;
    left: 0;
}

.banner-cont {
    width: 100%;
    height: 44%;
    background: transparent;
    top: 0;
    left: 0;
    align-items: flex-end;
}

.banner-box {
    width: 73%;
}

.banner-title {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
}

.banner-desc {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-top: 6px;
}

.page-b-name {
    font-size: 35px;
    font-family: LINESeedSans;
    font-weight: 100;
    color: #FFFFFF;
    opacity: 0.8;
    text-transform: uppercase;
}

.swiper-pagination-bullet-active {
    background: #D70D18;
}

.group-swiper-pagination .swiper-pagination-bullet-active {
    background: #383f59;
}

.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: #D70D18 !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%;
}

/* 头部 */

.head-wx-img {
    width: 28px;
    height: 28px;
    margin-left: 50px;
    margin-right: 6px;
}

.head-wx {
    font-size: 15px;
    font-weight: bold;
    color: #727072;
    white-space: nowrap;
}

.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: 85px;
    background: #fff;
    box-shadow: 0px 4px 9px 0px rgba(7, 0, 2, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.menu-img {
    width: 22px;
}

.header-top {
    width: 90%;
    /* max-width: 1700px; */
}

.head-logo {
    width: 154px;
    height: 40px;
}

.head-menu {
    align-items: baseline;
}

.head-a {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #454545;
    padding: 0 22px;
    white-space: nowrap;
    height: 85px;
    line-height: 85px;
}

.header-menu a {
    color: #454545;
}

.head-t-child {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    /* padding: 10px 0; */
    background: rgba(0, 0, 0, 0.2);
}

.head-t-child a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
}

.head-t-child a:hover {
    background: #D70D18;
}

.header-menu .head-t-item:hover .head-t-child {
    display: block;
}

.header-menu .head-t-item:hover .head-a {
    color: #D70D18;
    font-weight: bold;
}

.head-a:hover {
    color: #D70D18;
    font-weight: bold;
}

.head-a.ac {
    position: relative;
    color: #D70D18;
    font-weight: bold;
}

.head-a.ac::after {
    content: "";
    background-image: url(../images/home/ac.png);
    position: absolute;
    bottom: 15px;
    left: calc(50% - 6px);
    width: 14px;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;
}

.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: 999;
    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: 1280px;
    margin: 0 auto;
    position: relative;
}

.inner2 {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

/*底部*/

.footer {
    width: 100%;
    /* background: #F0F1F5; */
    background: #f5f2f0;
    /* margin-top: 50px; */
}

.footer-logos {
    display: none;
    padding: 58px 0 42px 0;
}

.footer-logos a {
    margin-right: 48px;

}

.footer-logos a:first-child {
    border-right: 1px solid #DEDAD4;
    padding-right: 40px;
    margin-right: 42px;
}

.footer-logos a:last-child {
    margin-right: 0;
}

.footer-logos img {
    max-width: 120px;
    max-height: 30px;
}

.footer-cont {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 0;
    align-items: flex-start;
    /*border-top: 1px solid #DEDAD4;*/
}

.footer-cont>div {
    margin-top: 20px;
}

.footer-line {
    border-bottom: 1px solid rgba(242, 242, 242, 0.07);
}

.footer-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.footer-a {
    font-size: 14px;
    color: #76767F;
    line-height: 30px;
}

.footer-a:focus,
.footer-a:hover {
    color: #76767F;
}

.footer-wx {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.71);
}

.footer-wx-item {
    font-size: 13px;
    color: #76767F;
    cursor: pointer;
}

.footer-wx-img {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
}

.footer-img-hover {
    display: none;
    bottom: -130px;
    right: 0;
    z-index: 9;
}

.footer-wx1-img {
    width: 120px;
    height: 120px;
    margin-right: 6px;
}

.footer-wx:hover>.footer-img-hover {
    display: flex;
}

.footer-bottom-cont {
    width: 100%;
    height: 70px;
    background: #BB2E36;
}

.footer-bottom {
    width: 1280px;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    /* padding: 30px 0; */
    margin: 0 auto;
    line-height: 1.5;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 1);
    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-family: arial;
    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;
}

.hide {
    display: none;
}

.hide-inline {
    display: none;
}

.show {
    display: block;
}

.show-flex {
    display: flex
}

.hide-flex {
    display: none;
}
.hidden{
    display: none;
}
@media screen and (max-width:750px) {
    .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;
    }

    .top-banner {
        padding-top: 50px;
    }

    .head-logo {
        display: none;
        width: 80px;
        height: 100%;
        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%;

    }

    .swiper-container1,
    .swiper-container2 {
        padding-bottom: 30px;
    }

    .footer-logos {
        width: 92%;
        overflow-x: auto;
        padding: 30px 0 20px 0;
        margin: 0 auto;
        justify-content: flex-start;
    }

    .footer-logos a {
        margin-right: 18px;
    }

    .footer-logos a:first-child {
        padding-right: 10px;
        margin-right: 12px;
    }

    .footer-logos img {
        width: 80px;
    }

    .footer-cont>div {
        margin-top: 0;
    }

    .page-b-name {
        font-size: 22px;
    }

    .banner-cont {
        height: 70%;
    }

    .banner-title {
        font-size: 13px !important;
    }

    .banner-desc {
        font-size: 12px !important;
    }
}