* {
    padding: 0;
    margin: 0;
    font-family:"PingFang SC", "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', Microsoft YaHei;
    box-sizing: border-box;
    box-sizing: -webkit-border-box;
    font-weight: normal;
}
html {
    font-size: 62.5%;
}

body {
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
}
p {
    font-size: 14px;
    font-size: 1.4rem;
}
a {
    text-decoration: none;
    color: #272727;
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

li {
    list-style: none;
}
button, input {
    -webkit-appearance: none;
    border: none;
    outline: none;
}

i, em {
    font-style: normal;
}
img {
    max-width: 100%;
}
h1 {
    font-weight: normal;
}

h2 {
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

h4 {
    font-weight: normal;
}

h5 {
    font-weight: normal;
}
/* 字号 */
.f9 {
    font-size: 9px;
    -webkit-text-size-adjust: none;
}
.f12,
.fb12 {
    font-size: 12px;
}

.simsun {
    font-family: SimSun;
}

.f14,
.fb14 {
    font-size: 14px;
}

.f16,
.fb16 {
    font-size: 16px;
}

.f18,
.fb18 {
    font-size: 18px;
}

.f20,
.fb20 {
    font-size: 20px;
}

.f22,
.fb22 {
    font-size: 22px;
}

.f24,
.fb24 {
    font-size: 24px;
}
.f26,
.fb26 {
    font-size: 26px;
}
.f28,
.fb28 {
    font-size: 28px;
}
.f30,
.fb30 {
    font-size: 30px;
}
.f32,
.fb32 {
    font-size: 32px;
}
.f36,
.fb36 {
    font-size: 36px;
}
.f40,
.fb40 {
    font-size: 40px;
}
.f42,
.fb42 {
    font-size: 42px;
}
.f48,
.fb48 {
    font-size: 48px;
}
.f56,
.fb56 {
    font-size: 56px;
}
.f58,
.fb58 {
    font-size: 58px;
}
.f60,
.fb60 {
    font-size: 60px;
}
.f64,
.fb64 {
    font-size: 64px;
}
.f68,
.fb68 {
    font-size: 68px;
}
.f70,
.fb70 {
    font-size: 70px;
}
.f72,
.fb72 {
    font-size: 72px;
}
.f80,
.fb80 {
    font-size: 80px;
}
.f110,
.fb110 {
    font-size: 110px;
}
.fb,
.fb12,
.fb14,
.fb16,
.fb18,
.fb20,
.fb22,
.fb24,
.fb26,
.fb28,
.fb30,
.fb32,
.fb36,
.fb40,
.fb42,
.fb48,
.fb56,
.fb58,
.fb60,
.fb64,
.fb68,
.fb70,
.fb72,
.fb80,
.fb110 {
    font-weight: 700;
}
.c99{
    color: #999;
}
.c66{
    color: #666;
}
.c008{
    color: #0080e2;
}
.cff{
    color: #fff;
}
.mar_ri_1{
    margin-right: 300px;
}
.mar_ri_2{
    margin-right: 350px;
}
.mar_ri_3{
    margin-right: 400px;
}
.mar_le_1{
    margin-left: 300px;
}
.mar_le_2{
    margin-left: 350px;
}
.mar_le_3{
    margin-left: 400px;
}

.ml10{
    margin-left: 10px;
}
.ml20{
    margin-left: 20px;
}
.mr10{
    margin-right: 10px;
}
.mr20{
    margin-right: 20px;
}


.wap_1{
    max-width: 1800px;
    margin: 0 auto;
}
.wap_2{
    max-width: 1280px;
    margin: 0 auto;
}
.gray {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.back_1{
    background: #f5f5f5;
}
.text_ol1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text_ol2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.display_left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.display_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.display_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.display_space{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.display_column{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.display_flex{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.flex_1{
    flex:1;
}
.flex_2{
    flex:2;
}
.flex_3{
    flex:3;
}
.m_10{
    margin: 10px;
}
.m_left_10{
    margin-left: 10px;
}
.m_right_10{
    margin-right: 10px;
}
.m_top_10{
    margin-top: 10px;
}
.m_bottom_10{
    margin-bottom: 10px;
}
.m_left_20{
    margin-left: 20px;
}
.m_right_20{
    margin-right: 20px;
}
.m_top_20{
    margin-top: 20px;
}
.m_bottom_20{
    margin-bottom: 20px;
}
.p_left_10{
    padding-left: 10px;
}
.p_right_10{
    padding-right: 10px;
}
.p_top_10{
    padding-top: 10px;
}
.p_bottom_10{
    padding-bottom: 10px;
}

.dian_1{
    height: 80px;
    background: transparent;
    width: 100%;
}
.hover_img img{
    transition: ease 0.6s all;
    transform: scale(1.0);
}
.hover_img:hover img{
    transition: ease 0.6s all;
    transform: scale(1.1);
}

/* 导航 */
.head_0{
    height: 90px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
}
.head_1{
    width: 100%;
    height: 100%;
}
.head_2{
    height: 48px;
}
.head_2 img{
    object-fit: contain;
    height: 100%;
}
.head_3{
    margin-left: auto;
    height: 100%;
}
.head_4{
    height: 100%;
}
.head_5{
    position: relative;
    height: 100%;
}
.head_5::after{
    position: absolute;
    bottom: 0px;
    height: 1px;
    background: #0080e2;
    width: 0px;
    transition: ease 0.6s all;
}
.head_5:hover::after{
    width: 100%;
    transition: ease 0.6s all;
}
.head_6{
    padding: 0px 30px;
    height: 100%;
}
.head_6 a{
    color: #fff;
    transition: ease 0.6s all;
    width: 100%;
    display: block;
}
.head_7{
    margin-left: 30px;
}
.head_7 a{
    transition: ease 0.6s all;
}
.head_8{
    margin-left: 80px;
}
.head_9{
    position: relative;
    margin-left: 20px;
}
.head_10{
    width: 24px;
}
.head_10 img{
    width: 100%;
    object-fit: contain;
}
.head_10 img:nth-child(2){
    display: none;
}
.head_11 {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 150%;
    left: 50%;
    transform: translate(-50%,0%);
    transition: ease 0.6s all;
    opacity: 0;
    z-index: -1;
}
.head_9:hover .head_11{
    transition: ease 0.6s all;
    opacity: 1;
    z-index: 1;
}




.head_on{
    background: #fff;
    transition: ease 0.6s all;
    border-bottom: 1px solid #ccc;
}
.head_on .head_6>a{
    color: #333;
    transition: ease 0.6s all;
}
.head_on .head_11 p{
    color: #333;
    transition: ease 0.6s all;
}
.head_on .head_7 a{
    color: #333;
    transition: ease 0.6s all;
}
.head_on .head_10 img:nth-child(1){
    display: none;
}
.head_on .head_10 img:nth-child(2){
    display: block;
}

/* 首页 */
.index_1{
    width: 100%;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
}
.index_2{
    width: 100%;
    position: relative;
    height: 940px;
}
.index_3{
    width: 100%;
    height: 100%;
}
.index_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_4{
    position: absolute;
    bottom: 35px;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,0%);
    width: 100%;
}
.index_5{   
    width: 70%;
    margin: 0 auto;
}
.index_5_1 {
    position: relative;
    transition: ease 0.8s all;
}
.index_5_1:hover{
    margin-top: -80px;
    transition: ease 0.8s all;
}
.index_5_1_active .index_6::after{
    width: 100%;
    transition: ease 3.5s all;
}
.index_6{
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    position: relative;
}
.index_6::after{
    width: 0px;
    top: 0px;
    background: #A97314;
    content: '';
    position: absolute;
    height: 1px;
    left: 0px;
}
.index_7{
    margin-top: 20px;
}
.index_8{
    margin-top: 12px;
}
.index_9{
    margin-top: 940px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.index_10{
}
.index_11{
    padding-top: 70px;
    position: relative;
    width: 100%;
    text-align: center;
}
.index_11 h2{
    color: #A97314;
}
.index_11 h3{
    color: #999999;
    margin-top: 8px;
}
.index_12{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,0%);
    z-index: -1;
}
.index_13{
    width: 100%;
    max-width: 700px;
    margin: 100px auto 0px;
}
.index_13 p{
    line-height: 26px;
}
.index_14{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 10px;
}
.index_14 img{
    width: 6px;
    margin-left: 8px;
}
.index_15{
    width: 100%;
}
.index_15 img{
    width: 100%;
    object-fit: contain;
}
.index_16{
    width: 100%;
}
.index_17{
    width: 100%;
    margin-top: 40px;
}
.index_18{
    width: 23%;
    margin-right: 2.3%;
}
.index_17 .index_18:nth-last-child(1){
    margin-right: 0%;
}
.index_19{
    width: 100%;
    height: 190px;
    overflow: hidden;
}
.index_19 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_20 {
    width: 100%;
    margin-top: 20px;
}
.index_20 h2{
    color: #221817;
}
.index_21{
    width: 100%;
    margin-top: 15px;
}
.index_21 img{
    width: 24px;
}
.index_22{
    width: 100%;
    margin-top: 80px;
}
.index_23{
    width: 100%;
    margin-top: 100px;
    padding-bottom: 110px;
    border-bottom: 1px solid #EEEEEE;
}
.index_24{
    width: 100%;
}
.index_27{
    margin-top: 10px;
}
.index_27 h2{
    color: #A97314;
}
.index_28{
    margin-left: auto;
}
.index_28 img{
    width: 6px;
    margin-left: 15px;
}
.index_29{
    width: 100%;
    margin-top: 20px;
    align-items: flex-start;
}
.index_30{
    width: 310px;
    margin-right: 60px;
}
.index_31{
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    padding-top: 15px;
    display: block;
}
.index_33{
    width: 10px;
    margin-right: 5px;
}
.index_33 img{
    width: 100%;
    object-fit: contain;
}
.index_35{
    width: 100%;
    margin-top: 5px;
}
.index_35 p{
    color: #221817;
}
.index_36{
    position: relative;
}
.index_36 .mySwiper_index_new{
    position: relative;
    overflow: hidden;
}
.index_36 .mySwiper_index_new .swiper-slide{
    width: 100%;
}
.index_37{
    width: 100%;
    height: 470px;
}
.index_37 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_38{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    height: 85px;
}
.index_38 .swiper-button-next, .swiper-button-prev{
    margin: 0px;
}
.index_38_1 .swiper-button-next_index_new{
    width: 28px;
    height: 28px;
    background: url(../images/icon_5.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
}
.index_38_1{
    background: #221817;
    width: 85px;
    height: 85px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.index_38 .swiper-button-next_index_new::after{
    display: none;
}
.index_38_2 .swiper-button-prev_index_new{
    width: 28px;
    height: 28px;
    background: url(../images/icon_4.png) no-repeat;
    background-size: 100% 100%;
    top: auto;
    right: auto;
    left: auto;
}
.index_38 .swiper-button-prev_index_new::after{
    display: none;
}
.index_38_2{
    position: absolute;
    background: transparent;
    width: 85px;
    height: 85px;
    right: 0px;
    bottom: 0px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.index_39{
    width: 100%;
    margin-top: 30px;
    height: 10px;
    position: relative;
}
.index_39 .swiper-pagination_index_new{
    width: 100% !important;
    text-align: left;
}
.index_39 .swiper-pagination_index_new span{
    margin-right: 20px;
    width: 8px;
    height: 8px;
    background: #DDDDDD;
    opacity: 1;
    transition: ease 0.8s all;
}
.index_39 .swiper-pagination_index_new .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    transition: ease 0.8s all;
}
.index_40{
    margin-top: 100px;
    text-align: center;
    padding-bottom: 120px;
}
.index_41{
    width: 100%;
}
.index_41 h2{
    color: #A97314;
}
.index_42{
    width: 100%;
    margin-top: 20px;
}
.index_42 p{
    color: #221817;
}
.index_43{
    width: 100%;
    margin-top: 35px;
}
.index_44{
    width: 100%;
    background: #222;
}
.index_45{
    padding: 60px 0px 30px;
    align-items: flex-start;
}
.index_45>div{
    margin-right: 100px;
}
.index_46{
    width: 280px;
    height: 48px;
}
.index_46 img{
    height: 100%;
    object-fit: contain;
}
.index_48{
    width: 100%;
}
.index_48 h2{
    line-height: 48px;
}
.index_49{
    width: 100%;
}
.index_49 a{
    line-height: 30px;
    width: 100%;
    display: block;
    opacity: 0.6;
}
.index_45 .index_47:nth-last-child(1){
    margin-right: 0px;
}
.index_50{
    width: 100%;
    border-top: 1px solid #393939;
}
.index_51{
    width: 100%;
    height: 76px;
}
.index_52 p{
    opacity: 0.6;
}
.index_53{
    margin-left: auto;
}
.index_53 a{
    height: 40px;
    margin-left: 8px;
}
.store_list_active{
    display: block;
}
.news_list_1{
    width: 100%;
    padding: 40px;
}
.news_list_1 .mySwiper_news_list{
    position: relative;
    overflow: hidden;
}
.mySwiper_news_list .swiper-wrapper{
    height: auto;
}
.news_list_2{
    width: 100%;
    align-items: flex-start;
}
.news_list_3{
    width: 860px;
    height: 520px;
}
.news_list_3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list_4{
    padding: 0px 60px;
    height: 400px;
}
.news_list_6{
    margin-top: 10px;
}
.news_list_7{
    margin-top: 30px;
}
.news_list_7 p{
    color: #666666;
}
.news_list_8{
    position: absolute;
    right: 80px;
    bottom: 40px;
    width: 100%;
    height: 10px;
}
.news_list_8 .swiper-pagination_news_list{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}
.news_list_8 .swiper-pagination_news_list span{
    background: #ccc;
    opacity: 1;
    margin-right: 10px;
    transition: ease 0.6s all;
}
.news_list_8 .swiper-pagination_news_list .swiper-pagination-bullet-active{
    width: 12px;
    height: 12px;
    color: #999999;
    transition: ease 0.6s all;
    transform: translate(0%,20%);
}
.news_list_9{
    padding: 40px 0px;
    background: #171B1D;
    margin-top: 40px;
    flex-wrap: wrap;
}
.news_list_10{
    width: 32%;
    margin-right: 2%;
    margin-top: 40px;
    background: #000000;
}
.news_list_11{
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.news_list_11 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list_12{
    padding: 30px 20px;
}
.news_list_13 h2{
    margin: 0px;
}
.news_list_14{
    margin-top: 20px;
}
.news_list_15{
    margin-top: 15px;
}
.news_list_9 .news_list_10:nth-child(3n){
    margin-right: 0%;
}
.li_one_active{
    background: rgba(243, 225, 150, 0.4) !important;
    transition: ease 0.6s all;  
}
.li_two_active{
    opacity: 1 !important;
    transition: ease 0.6s all;
}
.brand_ban_xg{
    height: 800px;
    /*margin-top: 100px;*/
    position: relative;
}
.product-right-list ul li a>img:nth-child(2){
    display: none;
}
.product-right-list ul li:hover a>img:nth-child(1){
    display: none;
}
.product-right-list ul li:hover a>img:nth-child(2){
    display: block;
}
.product-left{
    height: auto;
}
.news_dateil_1{
    margin-top: 30px;
}
.news_dateil_2{
    text-align: center;
}
.news_dateil_3{
    margin-top: 20px;
}
.news_dateil_4{
    width: 15px;
    margin-right: 10px;
}
.news_dateil_4 img{
    width: 100%;
    object-fit: contain;
}
.news_dateil_5 p{
    margin-bottom: 0px;
}
.news_dateil_6{
    width: 90%;
    margin: 40px auto;
}
.y_page_1 {
    width: 100%;
    text-align: center;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #A97314;
    border-color: #A97314;
}
.cont_lg .y_message_6{
    margin-top: 35px;
    display: inline-block;
    width: 250px;
    height: 50px;
    line-height: 46px;
    color: #958665!important;
    border: 3px solid #958665;
    font-size: 12px;
    padding: 0;
    background: transparent;
}
.index_40_1{
    width: 100%;
    background: #fff;
    padding-top: 1px;
}

@media (max-width: 1660px){
    .wap_1{
        max-width: 1440px;
    } 
}
@media (max-width: 1440px){
    .wap_1{
        max-width: 1200px;
    } 
    .index_2{
        height: 700px;
    }
    .head_6{
        padding: 0px 10px;
    }
    .head_7{
        margin-left: 30px;
    }
    .head_8{
        margin-left: 30px;
    }
    .index_9{
        margin-top: 700px;
    }
    .index_30{
        margin-right: 40px;
    }
    .index_38_1{
        width: 60px;
        height: 60px;
    }
    .index_38_2{
        width: 60px;
        height: 60px;
    }
    .news_list_3{
        width: 700px;
    }
}
@media (max-width: 1200px){
    .f110, .fb110 {
        font-size: 80px;
    }
    .f80, .fb80 {
        font-size: 60px;
    }
    .f70, .fb70 {
        font-size: 50px;
    }
    .wap_1{
        max-width: 1100px;
    }
    .wap_2{
        max-width: 90%;
    }
    .index_45>div{
        margin-right: 80px;
    }
    .news_list_3{
        width: 500px;
    }
}

@media (max-width: 780px){
    .wap_1{
        max-width: 95%;
    }
    .f110, .fb110 {
        font-size: 46px;
    }
    .f80, .fb80 {
        font-size: 42px;
    }
    .f72, .fb72{
        font-size: 40px;
    }
    .f70, .fb70{
        font-size: 38px;
    }
    .f68, .fb68{
        font-size: 36px;
    }
    .f64, .fb64{
        font-size: 35px;
    }
    .f60, .fb60{
        font-size: 34px;
    }
    .f56, .fb56{
        font-size: 32px;
    }
    .f48, .fb48{
        font-size: 30px;
    }
    .f42, .fb42{
        font-size: 28px;
    }
    .f40, .fb40{
        font-size: 27px;
    }
    .f36, .fb36{
        font-size: 26px;
    }
    .f32, .fb32{
        font-size: 25px;
    }
    .f30, .fb30{
        font-size: 24px;
    }
    .f28, .fb28{
        font-size: 22px;
    }
    .f26, .fb26{
        font-size: 21px;
    }
    .f24, .fb24{
        font-size: 20px;
    }
    .f22, .fb22{
        font-size: 18px;
    }
    .f18, .fb18{
        font-size: 16px;
    }
    .f16, .fb16{
        font-size: 14px;
    }
    .head_3 {
        display: none;
    }
    .head_0{
        height: 70px;
    }
    .head_2{
        height: 35px;
    }
    .header #navToggle{
        padding: 0px 0px;
        margin-right: 0px;
        display: inline-block;
        float: right;
        position: absolute;
        right: 20px;
        top: 50%;
        height: 40px;
        transform: translate(0px, -50%);
    }
    .index_17{
        flex-wrap: wrap;
    }
    .index_18{
        margin-right: 2%;
        width: 49%;
        margin-bottom: 20px;
    }
    .index_17 .index_18:nth-child(2n){
        margin-right: 0%;
    }
    .index_20{
        margin-top: 10px;
    }
    .index_21{
        margin-top: 5px;
    }
    .index_14{
        margin-top: 30px;
    }
    .index_11{
        padding-top: 20px;
    }
    .index_22{
        margin-top: 20px;
    }
    .index_23{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .index_30{
        width: 200px;
        margin-right: 20px;
    }
    .index_36{
        margin-right: 30px;
    }
    .index_40{
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .index_45 {
        flex-wrap: wrap;
        padding: 30px 0px 30px;
    }
    .index_46 {
        width: 100%;
        justify-content: flex-start;
    }
    .news_list_1{
        padding: 20px;
    }
    .news_list_2{
        flex-wrap: wrap;
    }
    .news_list_3 {
        width: 100%;
        height: 400px;
    }
    .news_list_4 {
        padding: 0px 0px;
        height: 200px;
    }
    .news_list_5 h2{
        margin: 0px;
    }
    .news_list_7{
        margin-top: 10px;
    }
    .news_list_8{
        display: none;
    }
    .news_list_9{
        padding: 10px;
        margin-top: 10px;
    }
    .news_list_10{
        width: 49%;
        margin-right: 2%;
        margin-top: 20px;
    }
    .news_list_9 .news_list_10:nth-child(3n){
        margin-right:2%;
    }
    .news_list_9 .news_list_10:nth-child(2n){
        margin-right:0%;
    }
    .news_list_11{
        height: 200px;
    }
    .news_list_12{
        padding: 10px;
    }
    .news_list_14 {
        margin-top: 10px;
    }
    .news_list_15 {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
    .f16, .fb16 {
        font-size: 12px;
    }
    .f18, .fb18{
        font-size: 13px;
    }
    .f20, .fb20 {
        font-size: 14px;
    }
    .f22, .fb22 {
        font-size: 14px;
    }
    .f24, .fb24 {
        font-size: 15px;
    }
    .f26, .fb26{
        font-size: 16px;
    }
    .f28, .fb28{
        font-size: 16px;
    }
    .f30, .fb30{
        font-size: 17px;
    }
    .f36, .fb36{
        font-size: 18px;
    }
    .f40, .fb40{
        font-size: 19px;
    }
    .f42, .fb42{
        font-size: 20px;
    }
    .f48, .fb48{
        font-size: 22px;
    }
    .f56, .fb56{
        font-size: 23px;
    }
    .f58, .fb58 {
        font-size: 23px;
    }
    .f60, .fb60{
        font-size: 24px;
    }
    .f64, .fb64{
        font-size: 25px;
    }
    .f68, .fb68{
        font-size: 26px;
    }
    .f70, .fb70{
        font-size: 28px;
    }
    .f72, .fb72{
        font-size: 30px;
    }
    .f80, .fb80{
        font-size: 31px;
    }
    .f110, .fb110{
        font-size: 32px;
    }
    .index_2{
        height: 400px;
    }
    .index_9{
        margin-top: 400px;
    }
    .index_13{
        margin: 10px auto 0px;
    }
    .index_11{
        padding-top: 10px;
    }
    .index_17{
        margin-top: 20px;
    }
    .index_18{
        margin-bottom: 10px;
    }
    .index_22{
        margin-top: 0px;
    }
    .index_29 {
        flex-wrap: wrap;
    }
    .index_30{
        width: 100%;
        margin-right: 0%;
    }
    .index_39{
        display: none;
    }
    .index_37{
        height: 300px;
    }
    .index_38_1{
        height: 40px;
        width: 40px;
    }
    .index_38_2{
        height: 40px;
        width: 40px;
    }
    .index_40{
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .index_42{
        margin-top: 10px;
    }
    .index_43{
        margin-top: 10px;
    }
    .index_45>div{
        margin-right: 40px;
    }
    .index_5{
        width: 90%;
    }
    .brand_p video{
        height: auto !important;
    }
    .product-right{
        height: auto;
    }
    .product-right-list ul{
        display: flex;
        flex-wrap: wrap;
    }
    .product-right-list ul li{
        float: inherit;
    }
    .news_dateil_3{
        margin-top: 10px;
    }
    .news_dateil_6{
        margin: 20px auto;
    }
}