.index_banner {
    width: 100%;
    height: 7rem;
}

.index-container {
    height: 100%;
}

.index_banner_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.index_banner_text {
    position: relative;
    z-index: 2;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index_banner_p1 {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 0.2rem;
}

.index_banner_p2 {
    font-size: 68px;
    color: #FFFFFF;
    line-height: 72px;
    margin-bottom: 0.3rem;
}

.index_banner_p3 {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 45px;
}

/*  */

.index_banner .swiper-pagination {
    bottom: 0.4rem !important;
}

.index_banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: rgba(249, 250, 251, .6);
    margin-right: 0.3rem !important;
}

.index_banner .swiper-pagination-bullet:last-of-type {
    margin-right: 0 !important;
}

.index_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(249, 250, 251, 1);
}

/*  */

.nums {
    width: 100%;
    height: 1.5rem;
    background: #F9FAFB;
}

.nums_cont {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nums_p1 {
    font-size: 40px;
    color: #2E3133;
    font-weight: bold;
    margin-bottom: 4px;
}

.nums_p1 .nums_s2 {
    display: inline-block;
    transform: translateY(-14px);
    margin-left: 4px;
}

.nums_p2 {
    color: #2E3133;
    font-size: 24px;
}

/*  */

.welfare {
    width: 1200px;
    margin: 0 auto;
    /* padding-bottom: 0.6rem; */
    padding-bottom: 0.1rem;
}

.welfare_list {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
}

.welfare_item {
    margin-right: 1.48rem;
    margin-left: 0.42rem;
    margin-bottom: 0.5rem;
}

.welfare_item:nth-of-type(3n) {
    margin-right: 0;
}

.welfare_item:hover .welfare_img {
    background-color: #F5CC2A;
}

.welfare_item:hover .welfare_text {
    border: 1px solid #F5CC2A;
}

.welfare_img {
    width: 0.96rem;
    height: 0.96rem;
    background-color: #ECEDEE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.welfare_img img {
    width: 0.6rem;
    object-fit: contain;
}

.welfare_text {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    border: 1px solid #DCDCDC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    text-align: center;
    margin-top: -0.5rem;
    padding: 0 0.2rem;
}

.welfare_p1 {
    font-size: 24px;
    line-height: 36px;
    color: #2E3133;
    margin-bottom: 0.2rem;
}

.welfare_p2 {
    font-size: 18px;
    color: #666666;
    line-height: 25px;
}

/*  */

.product {
    background-color: #F9FAFB;
    position: relative;
    overflow: hidden;
    padding-bottom: 0.6rem;
}

.product .pub_title {
    margin-bottom: 0.4rem;
}

.product_cont {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.product_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
}

.product_item {
    /* width: 1.6rem; */
    white-space: nowrap;
    padding: 0 0.1rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    border: 1px solid rgba(46, 49, 51, .8);
    font-size: 18px;
    color: #2E3133;
    margin-right: 0.5rem;
    cursor: pointer;
}

.product_item:last-of-type {
    margin-right: 0;
}

.product_item.on {
    background: #EECE50;
    border: 1px solid #EECE50;
}

.product_banner {
    position: relative;
}

.product_ul {
    display: flex;
    align-items: center;
    margin-bottom: 0.31rem;
}

.product_li {
    position: relative;
    margin-right: 0.31rem;
}

.product_ul:last-of-type {
    margin-bottom: 0;
}

.product_ul:first-of-type .product_li {
    width: 5.85rem;
}

.product_ul:last-of-type .product_li {
    width: 3.8rem;
}

.product_li:last-of-type {
    margin-right: 0;
}

.product_li_hover {
    position: absolute;
    left: 0.31rem;
    bottom: 0.2rem;
    color: white;
}

.product_p1 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0.1rem;
}

.product_p2 {
    font-size: 14px;
    line-height: 20px;
}

.product .swiper-button-next,
.product .swiper-button-prev {
    opacity: 0;
    display: none;
}

.product_next,
.product_prev {
    width: 0.4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
}

.product_next {
    right: -0.9rem;
}

.product_prev {
    left: -0.9rem;
}

.product .swiper-pagination {
    display: none;
}

/*  */

.partner {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 0.22rem;
}

.partner_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.partner_item {
    width: 1.16rem;
    height: 1.16rem;
    overflow: hidden;
    margin-right: 0.38rem;
    margin-bottom: 0.38rem;
}

.partner_item:nth-of-type(8n) {
    margin-right: 0;
}

.partner_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*  */

.whole {
    width: 100%;
    overflow: hidden;
    background-color: #F8F9FA;
    padding-bottom: 0.6rem;
}

.whole_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.whole_item {
    width: 4rem;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.8rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.5s;
    border-radius: 8px;
}

.whole_item:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 17px 0px #E1E7EC;
    border: 1px solid #E1E7EC;
}

.whole_img {
    width: 1.12rem;
    height: 1.12rem;
    border-radius: 50%;
    background-color: white;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.44rem;
    border: 1px solid #E1E7EC;
}

.whole_img img {
    width: 0.6rem;
    height: 0.6rem;
    object-fit: contain;
}

.whole_item:hover .whole_img {
    background-color: #F5CC2A;
}

.whole_p1 {
    font-size: 24px;
    color: #2E3133;
    margin-bottom: 0.2rem;
}

.whole_p2 {
    font-size: 18px;
    color: #2E3133;
    line-height: 24px;
}

.whole_btn {
    width: 1.36rem;
    height: 0.46rem;
    border-radius: 23px;
    background: #FFFFFF;
    border: 1px solid #E1E7EC;
    font-size: 14px;
    color: #2E3133;
    text-align: center;
    line-height: 0.46rem;
    transition: 0.5s;
    margin-top: 0.67rem;
}

.whole_btn a {
    display: block;
    width: 100%;
    height: 100%;
}

.whole_item:hover .whole_btn {
    background-color: #F5CC2A;
}

/*  */

.better {
    width: 100%;
    overflow: hidden;
    background-color: #F5CC2A;
    background-image: url('../image/ym48.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0.6rem;
}

.better_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.better_item {
    width: 2.4rem;
    height: 4.2rem;
    padding: 1rem 0;
    text-align: center;
    transition: 0.5s;
    border-radius: 8px;
}

.better_item:hover {
    background-color: white;
}

.better_img {
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.54rem;
    margin-left: auto;
    margin-right: auto;
}

.better_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.better_p1 {
    font-size: 24px;
    color: #2E3133;
    padding-bottom: 0.16rem;
    position: relative;
    margin-bottom: 0.15rem;
}

.better_p1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0.4rem;
    height: 2px;
    background-color: rgba(46, 49, 51, .3);
}

.better_p2 {
    font-size: 14px;
    color: #2E3133;
    line-height: 20px;
}

/*  */

.honor {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 0.6rem;
}

.honor_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.honor_cont img {
    max-width: 90%;
    object-fit: contain;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

/*  */

.citys {
    width: 100%;
    overflow: hidden;
    background-color: #F8F9FA;
    padding-bottom: 0.6rem;
}

.citys-container {
    overflow: initial;
}

.citys_cont {
    width: 1280px;
    margin: 0 auto;
}

.citys-slide {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0.3;
}

.citys-slide.swiper-slide-active {
    opacity: 1;
}

.citys_item {
    width: 3.2rem;
    height: 3.2rem;
    padding: 0.4rem 0 0.45rem 0;
    background: #FFFFFF;
    border: 1px solid #E1E7EC;
    transition: 0.5s;
}

.citys_item:hover {
    box-shadow: 0px 0px 17px 0px #D5DEE7;
    transform: translateZ(1px);
}

.citys_img {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto 0.5rem;
}

.citys_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.citys_p1 {
    font-size: 24px;
    color: #2E3133;
    text-align: center;
}

.citys-container .swiper-button-next::after,
.citys-container .swiper-button-prev::after {
    color: #242E38;
    width: 30px;
    transition: 0.5s;
}

.citys-container .swiper-button-next:hover::after,
.citys-container .swiper-button-prev:hover::after {
    color: #F5CF39;
}

.citys-container .swiper-button-next {
    right: -0.4rem;
}

.citys-container .swiper-button-prev {
    left: -0.4rem;
}

/*  */

.news {
    padding-bottom: 0.8rem;
}

.news_cont {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.news_item {
    width: 3.78rem;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background: #FFFFFF;
    margin-right: 0.33rem;
    transition: 0.5s;
}

.news_item:nth-of-type(3n) {
    margin-right: 0;
}

.news_item:hover {
    box-shadow: 1px 2px 30px 0px rgba(0, 0, 0, 0.2);
}

.news_img {
    width: 100%;
    height: 2.86rem;
    overflow: hidden;
}

.news_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news_d1 {
    position: relative;
    padding: 0.3rem;
}

.news_d2 {
    display: flex;
    align-items: center;
    margin-bottom: 0.1rem;
}

.news_p1 {
    font-size: 14px;
    color: #43484C;
}

.news_p2 {
    font-size: 14px;
    color: #43484C;
    margin-left: auto;
}

.news_p3 {
    font-size: 24px;
    color: #43484C;
    line-height: 36px;
    margin-bottom: 0.15rem;
}

.news_p4 {
    font-size: 16px;
    color: rgba(67, 72, 76, 0.7);
    line-height: 25px;
}

.news_next {
    margin-left: auto;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.3rem;
}

.news_next img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 800px) {
    .index_banner_text {
        width: 90%;
        margin: 0 auto;
    }

    .index_banner_p2 {
        font-size: 30px;
        line-height: 1.6;
    }

    .nums {
        height: auto;
    }

    .nums_cont {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }

    .nums_item {
        margin: 0.3rem 0;
    }

    .welfare,
    .product_cont {
        width: 90%;
    }

    .welfare_list {
        justify-content: center;
    }

    .welfare_item {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0.5rem;
    }

    .partner,
    .whole_cont,
    .better_cont,
    .honor,
    .citys_cont {
        width: 90%;
    }

    .product_list {
        align-items: flex-start;
    }

    .product_item {
        margin-right: 0;
        width: 43%;
        height: 0.5rem;
    }

    .product_item:nth-of-type(2n+1) {
        margin-right: 0.5rem;
        margin-bottom: 0.3rem;
    }

    .product_item:last-of-type{
        margin-right: 0 !important;
    }

    .product_ul {
        flex-wrap: wrap;
	margin-bottom:0;
    }

    .product_ul:first-of-type .product_li {
        width: 100%;
    }

    .product_li {
        margin-right: 0;
        Width: 100% !important;
        Margin-bottom:.2rem;
    }

    .partner_item {
        margin-right: 8.9%;
        width: 27%;
        height: auto;
    }

    .partner_item:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .partner_item:nth-of-type(8n) {
        margin-right: 29px;
    }

    .whole_cont,
    .better_cont {
        flex-wrap: wrap;
    }

    .better_item {
        height: auto;
        width: 50%;
        padding: 0.3rem 0;
    }

    .honor_cont img {
        margin-right: 0;
    }

    .citys_item {
        width: 50%;
        height: auto;
    }

    .citys_img {
        width: 80px;
        height: auto;
        margin: 0 auto 0.2rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .news_cont {
        width: 90%;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
    }

    .news_item {
        margin-right: 0;
        margin-bottom: 0.3rem;
    }

    .whole_btn {
        width: 60%;
        height: 0.6rem;
        line-height: 0.6rem;
        padding: 0 0.3rem;
        font-size: 18px;
    }

    .better_p2 {
        font-size: 14px;
    }

    .welfare_text {
        width: 3rem;
        height: 3rem;
    }
}