@font-face {
	font-family: impact;
	src: url("../font/impact.ttf");
}
html,
body {
    position: relative;
    height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: left;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


nav{
    background-color: #fff;
    height: 1rem;
    min-height: 72px;
}
nav .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
nav .container .centact,
nav .container .logo{
    display: flex;
    align-items: center;
}
nav .container .logo img{
    height: 0.5rem;
    min-height: 40px;
    margin-right: 15px;
    width: auto;
}
nav .container .centact{
    text-align: right;
}
nav .container .centact>div>a{
    white-space:nowrap
}
nav .container .centact img{
    height: 0.84rem;
    min-height: 50px;
    width: auto;
    margin-left: 20px
}
.banner {
    position: relative;
    z-index: 10;
}
.banner .container{
    height: 100%;
}
.banner .swip1 .swiper-slide img{
    min-height: 600px;
    height: 6.5rem;
    width: auto;
}
.banner .srk{
    background-color: #fff;
    width: 330px;
    position: absolute;
    height: 448px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
.banner .srk .title{
    width: 100%;
    height: 75px;
    background-color: #2a303f;
    display: flex;
    align-items: center;
    text-align: center;
}
.banner .srk .title div{
    width: 100%;
}
.banner .srk .title div p:first-child{
    margin-bottom: 5px;
}
.banner .srk .form{
    padding: 20px 30px;
    text-align: center;
}
.banner .srk .form .input_div{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border: 1px solid rgb(204,204,204);
    display: flex;
    align-items: center;
}
.banner .srk .form .input_div input{
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.banner .srk .form .input_div img{
    width: 15px;
    height: auto;
    margin: 0 10px;
}
.banner .srk .form button{
    background-color: #d5a57a;
    width: 100%;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.banner .srk .form .zxrs{
    margin-top: 10px;
    width: 100%;
    height: 95px;
    padding: 10px 20px;
    border: 1px dashed rgb(191,191,191);
    text-align: left;
    overflow: hidden;
}
.banner .srk .form .zxrs .t14{
    margin-bottom: 5px;
}
.banner .srk .form .zxrs .c-banner4{
    height: 50px;
}
.banner .srk .form .zxrs .c-banner4 .swiper-slide{
    text-align: left;
    justify-content: flex-start;
}
.banner .srk .form .zxrs .c-banner4 .swiper-slide span{
    color: #d5a57a;
}
.banner .srk .form .zxrs .c-banner4 .swiper-wrapper{
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.index1{
    background-color: #f7f7f7;
    padding: 0.45rem;
}


/* 数字滚动 */
.inno_bot_b{
    height: 100%;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: space-between;
}
.inno_bot_b .explain{
    color: #333;
    font-weight: 900;
}
.inno_bot_b .con_bot_text{
    display: inline-block;
    font-family: "AvantGarde-Demi";
}
.inno_bot_b .danwei{
    display: inline-block;
    font-weight: 900;
}

.top_title{
    margin-bottom: 0.5rem;
    text-align: center;
}
.top_title .t48.t_w_1200{
    margin-bottom: 5px;
}
.z_padding{
    padding: 0.9rem 0;
}
.index2 .list_all{
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
}
.index2 .list_all .list{
    margin: 15px;
    width: calc(33.333% - 30px);
    background-color: #f7f7f7;
}
.index2 .list_all .list .ys_img{
    overflow: hidden;
    height: 3.03rem;
}
.index2 .list_all .list .ys_img img{
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.index2 .list_all .list:hover .ys_img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.index2 .list_all .list .text{
    padding: 0.18rem 0.2rem;
    text-align: center;
}
.but_c{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.6rem;
}
.but_a {
    padding: 0.27rem 1.2rem;
    display: inline-flex;
    background-color: #2a303f;
}
.index3{
    padding: 35px 0;
}
.index3 .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index3 .container form{
    width: 8.85rem;
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.index3 .container form .input_div{
    display: flex;
    margin: 10px;
    align-items: center;
}
.index3 .container form .input_div .b_w{
    width: 3.5rem;
    height: 0.45rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 4px;
}
.index3 .container form .input_div .b_w.line{
    padding: 0;
}
.index3 .container form .input_div .b_w.line input{
    border-left: 1px solid #e5e5e5;
    width: 1.15rem;
    padding: 0 10px;
    font-size: 14px;
}
.index3 .container form .input_div .b_w.line input:first-child{
    border-left: none;
}
.index3 .container form .input_div .b_w .w_h{
    width: 100%;
    font-size: 14px;
}
.index3 .container form .input_div .t_c_fff{
    margin-right: 0.2rem;
}
.index3 .but_a1{
    border: 1px solid #d5a57a;
    border-radius: 6px;
    padding: 0.2rem 0.8rem;
    background-color: #454b5e;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index4{
    background-color: #eeeeee;
    position: relative;
}
.index4 .tab_car_all{
    margin-bottom: 0.45rem;
    display: flex;
    width: 100%;
    justify-content: center;
}
.index4 .tab_car_all .tab_car{
    padding-bottom: 0.15rem;
    color: #666;
    margin: 0 20px;
    cursor: pointer;
}
.index4 .tab_car_all .tab_car.active{
    color: #333;
    font-weight: 900;
    border-bottom: 1px solid #319652;
}
.index4 .swiper_all {
    margin: 0 70px;
    position: relative;
}
.index4 .swiper_all .swip2 .t_c_fff{
    padding: 20px;
    text-align: center;
}
.index4 .swiper_all .swip2_prev{
    position: absolute;
    left: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index4 .swiper_all .swip2_next{
    position: absolute;
    right: -70px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index4 .swiper_all .prev_next{
    cursor: pointer;
}
.index4 .swiper_all .prev_next img{
    height: 44px;
    width: 22px;
}
.index4 .swiper_all .prev_next:hover .swip2_but,
.index4 .swiper_all .swip2_hover{
    display: none;
}
.index4 .swiper_all .prev_next:hover .swip2_hover{
    display: block;
}
.swip2{
    top: 0;
    left: 0;
    padding-bottom: 50px;
}
.swip2_pag .swiper-pagination-bullet{
    background-color: rgba(0, 0, 0, 0);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 1 !important;
    margin: 0 9px !important;
}
.swip2_pag .swiper-pagination-bullet div{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.swip2_pag .swiper-pagination-bullet.swiper-pagination-bullet-active div{
    background-color: #d5a57a;
}
.swip2_pag .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
}
.index4 .index4_b{
    width: auto;
    height: 440px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index5 .buju{
    background-color: #f7f7f7;
    margin-bottom: 10px;
}
.index5 .buju .r_buju{
    padding: 1rem 0.55rem;
}
.index5 .buju .r_buju .num_all {
    display: flex;
    align-items: center;
    font-family: impact;
    margin-bottom: 0.1rem;
}
.index5 .buju .r_buju .swip3_1 {
    height: 170px !important;
}
.index5 .buju .r_buju .num_all .line{
    width: 20px;
    height: 1px;
    background-color: #d5a57a;
    margin-right: 10px;
}
.index5 .buju .r_buju .swip3_1 .t18{
    margin-top: 0.18rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow:ellipsis;
}
.index5 .prev_next{
    height: 46px;
    width: 46px;
    cursor: pointer;
    margin-top: 0.55rem;
}
.index5 .swip3_button{
    display: flex;
}
.prev_next:hover .swip_but,
.swip_hover,
.add_h,
.index5 .list_all .list:hover .add{
    display: none;
}
.prev_next:hover .swip_hover{
    display: block;
}
.swip3_next{
    margin-left: 20px;
}
.swip3_next img,
.swip3_prev:hover img{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swip3_next:hover img{
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.but_a2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.17rem 0.4rem;
    border-radius: 6px;
    background-color: #2a303f;
    margin-top: 0.7rem;
}
.index5 .list_all{
    margin: -5px;
    display: flex;
}
.index5 .list_all .list{
    padding: 0.3rem 0 0.2rem;
    width: calc(12.5% - 10px);
    margin: 5px;
    background-color: #f7f7f7;
    text-align: center;
    display: block;
    cursor: pointer;
}
.index5 .list_all .list:hover,
.index5 .list_all .list.active{
    background-color: #2a303f;
    color: #fff;
}
.index5 .list_all .list:hover .t32,
.index5 .list_all .list.active .t32{
    color: #d5a57a;
}
.index5 .list_all .list .t32{
    font-family: Impact;
}
.index5 .list_all .list .t18{
    margin: 0.25rem 0 0.15rem;
}
.index5 .list_all .list .add_img{
    width: 24px;
    height: 24px;
    margin: auto;
}
.index5 .list_all .list:hover .add_h{
    display: block;
}
.index6{
    background-color: #f7f7f7;
}
.index6 .wh_car_all{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.index6 .wh_car_all .wh_car{
    width: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0.45rem;
    background-color: #fff;
    cursor: pointer;
    border-left: 1px solid #eeeeee;
}
.index6 .wh_car_all .wh_car:first-child{
    border-left: 0;
}
.index6 .wh_car_all .wh_car .wh_car_l{
    display: flex;
}
.index6 .wh_car_all .wh_car.active{
    width: 40%;
    background-color: #2a303f;
}
.index6 .wh_car_all .wh_car .wh_car_img{
    min-width: 25px;
    min-height: 25px;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #2a303f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex-shrink: 0;
}
.index6 .wh_car_all .wh_car .wh_car_img img{
    width: 60%;
    height: auto;
}
.index6 .wh_car_all .wh_car.active .t20.t_c_666{
    color: #fff;
}
.index6 .wh_car_all .wh_car.active .has_active,
.index6 .wh_car_all .wh_car .no_active{
    display: none;
}
.index6 .wh_car_all .wh_car.active .no_active{
    display: flex;
}
.index6 .index6_car_all{
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.index6 .index6_car_all .index6_car_list{
    padding: 0.4rem;
    top: 0;
    left: 0;
    width: 100%;
}
.index6 .index6_car_all .index6_car_list .index6_car1_img{
    margin: 0 -0.2rem -0.2rem;
    display: flex;
}
.index6 .index6_car_all .index6_car_list .index6_car1_img .car1_img{
    width: calc(3333.333% - 0.4rem);
    margin: 0.2rem;
    position: relative;
}
.index6 .index6_car_all .index6_car_list .index6_car1_img .car1_img .text{
    position: absolute;
    padding: 0.2rem;
    text-align: center;
    bottom: 0;
    width: 100%;
    background-color: rgba(42,48,63,0.5);
    color: #fff;
}
.index6 .index6_car_all .index6_car_list .but_a1{
    padding: 0.25rem 1.1rem;
    border: 1px solid #313e44;
    color: #313e44;
    border-radius: 6px;
    margin-bottom: 0.2rem;
}
.index6 .index6_car_all .swip4_prev{
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.swip4{
    padding-bottom: 40px;
}
.swip4 .swiper-slide img{
    height: 2.98rem;
    object-fit: cover;
}
.swip4_pag .swiper-pagination-bullet{
    margin: 0 10px !important;
}
.swip4_pag .swiper-pagination-bullet-active{
    background-color: #d5a57a;
}
.index7{
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}
.index7 .index7_baozan{
    display: flex;
    align-items: center;
    margin: 0.15rem 0 0.5rem;
}
.index7 .index7_baozan .dian{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d5a57a;
    margin-right: 10px;
    flex-shrink: 0;
}
.index7 .index7_baozan .text{
    margin-right: 35px;
    flex-shrink: 0;
}
.index7 .list_all{
    padding: 0.25rem;
    background-color: #fff;
    display: flex;
    box-shadow: 0 0 18px rgba(0,0,0,0.1);
}
.index7 .list_all .list{
    margin: 0.25rem;
    width: calc(16.666% - 0.5rem);
    background-color: #f7f7f7;
    position: relative;
    padding: 0.35rem 0.1rem;
}
.index7 .list_all .list .num{
    font-family: impact;
    position: absolute;
    color: rgba(0,0,0,0.04);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.index7 .list_all .list .lc_img{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.15rem;
}
.index7 .list_all .list .lc_img img{
    width: 30%;
    height: auto;
    max-height: 63px;
}
.index7 .list_all .list .t20{
    text-align: center;
}
.index7 .list_all .list .line{
    width: 30px;
    height: 2px;
    background-color: #333;
    margin: 0.2rem auto 0;
}
.index8 {
    padding-top: 1.3rem;
    background-color: #f5f5f5;
    height: 750px;
    position: relative;
}
.index8 .t52.t_w_900{
    margin-bottom: 0.4rem;
}
.index8 .foot_dt{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1289px;
    height: 641px;
}
.index8 .foot_dz{
    position: absolute;
    bottom: 27.7%;
    right: 395px;
}
.index8 .foot_car{
    display: inline-block;
    background-color: rgba(255,255,255,0.62);
    padding: 0.8rem 0.45rem 0.8rem 0.65rem ;
}
.index8 .foot_car .t30{
    margin-bottom: 0.25rem;
}
.flex_s_c{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.index8 .foot_car .flex_s_c img{
    width: 22px;
    height: auto;
    margin-right: 10px;
}
.index8 .foot_car .flex_s_c{
    padding: 10px 0;
}
.index9 {
    height: 53px;
    background-color: #272a30;
}
.index9 .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.index10{
    height: 150px;
    width: 100%;
}
.index10_float{
    position: fixed;
    width: 100%;
    height: 150px;
    background-color: #1d1e24;
    padding: 40px 0;
    z-index: 100;
    bottom: 0px;
}
.index10_float .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index10_float .container .t28.t_c_d5a57a.t_w_900{
    margin-bottom: 10px;
}
.index10_float form{
    display: flex;
}
.index10_float .form_b {
    width: 6.9rem;
    height: 50px;
    background-color: #fff;
    border-radius: 2px;
    display: flex;
}
.index10_float form .div_input{
    width: 50%;
    height: 100%;
    border-left: 1px solid rgba(230,230,230);
    padding: 0 20px;
    display: flex;
    align-items: center;
}
.index10_float form .div_input:first-child{
    border-left: 0;
}
.index10_float form .div_input img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}
.index10_float form .div_input input{
    width: 100%;
    height: 100%;
}
.index10_float form button{
    height: 50px;
    padding: 0 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #d5a57a;
    border-radius: 6px;
    margin-left: 10px;
    cursor: pointer;
}
.but_a3{
    height: 50px;
    padding: 0 0.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #d9000f;
    border-radius: 6px;
    margin-left: 30px;
}
.nav_side{
    width: 100px;
    height: auto;
    position: fixed;
    top: 50%;
    right: 0.4rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
.nav_side .list_all .list{
    width: 100px;
    height: 100px;
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid rgba(229,229,229,1);
    position: relative;
    cursor: pointer;
}
.nav_side .list_all .list .list_img{
    width: 32px;
    height: 32px;
    margin: auto;
    margin-bottom: 10px;
}
.nav_side .list_all .list .to_top{
    width: 60px;
    height: 60px;
}
.nav_side .list_all .list .wx_img,
.nav_side .list_all .list .dh{
    width: 0;
    height: 100px;
    position: absolute;
    right: 100%;
    top: 0;
    overflow: hidden;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_side .list_all .list .wx_img img{
    width: 100px;
    height: 100px;
}
.nav_side .list_all .list:hover .wx_img{
    width: 100px;
}
.nav_side .list_all .list .dh .t24,
.nav_side .list_all .list:hover .dh{
    width: 200px;
    flex-shrink: 0;
}
.pop_blank{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 11;
    display: none;
}
.pop_close{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    right: -45px;
    top: -45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.pop_close img{
    width: 46%;
    height: auto;
    margin-left: 1px;
    margin-top: 1px;
}
.pop{
    display: none;
    width: 1100px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
    z-index: 12;
}
.pop .pop_top{
    padding: 0.25rem 0.5rem;
    background-color: #2a303f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pop .pop_top .t32{
    font-family: impact;
}
.pop .l_buju{
    padding: 0.4rem 0.8rem 0.4rem 0.5rem;
}
.pop .r_buju{
    padding: 0.4rem 0.8rem 0.4rem 0;
}
.pop .r_buju form {
    display: flex;
    flex-wrap: wrap;
}
.pop .r_buju form .input_div{
    width: 100%;
    padding: 10px 0.15rem;
    margin: 12px 0;
    background-color: #f7f7f7;
}
.pop .r_buju form .t14{
    margin-bottom: 0.45rem;
    width: 100%;
}
.pop .r_buju form .but_sub{
    padding: 0.18rem 0.64rem;
    border-radius: 6px;
    background-color: #d5a57a;
}
@media (max-width: 1680px){
    .banner .container{
        width: 95%;
    }
}

@media (max-width: 1650px){
    .index2 .list_all .list .ys_img {
        overflow: hidden;
        height: 3.35rem;
    }
}
@media (max-width: 1366px){
    .index3 .container form{
        width: 10rem;
    }.index2 .list_all .list .ys_img {
        overflow: hidden;
        height: 3.5rem;
    }
}