@charset "utf-8";
:root{
    --color_theme: #e19400;
    --fontsize: 16px;
    --font_color_333: #333;
    --font_color_666: #666;
    --font_color_999: #999;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    overflow-x: hidden;
}
body{
    font-size: 16px;
    color: #333;
    line-height: 1.5em;
    background: #f7f9fb;
}
a{
    text-emphasis: none;
}
ul,li{
    list-style: none;
}
img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}
[v-cloak] {
  display: none;
}
.loading_show{
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    background: #fff;
    z-index: 9999;
}
.loading_hide{
    display: none;
}

.w_full{
    width: 100%;
}
.w_main{
    width: 1300px; 
    margin: 0 auto;
}
.img_scale{
    overflow: hidden;
}
.img_scale img{
    transition: all .3s;
}
.img_scale:hover img{
    transform: scale(1.05);
}
.in_pc{
    display: block;
}
.in_wap{
    display: none;
}

/* swiper */
.swiper_img{
    width: 100%;
    height: 100%;
}
.swiper-img-img{
    width: 100%;
    height: 100%;
}

/* head  */
.head{
    width: 100%;
    height: auto;
    background: #fff;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
}
.head_top{
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_left{
    display: flex;
    align-items: center;
}
.head_logo_name, .head_right .head_tell{
    display: flex;
    align-items: center;
}
.head_logo{
    width: auto;
    height: 40px;
}
.com_name{
    font-size: 30px;
    font-weight: bold;
    margin-left: 10px;
}
.head_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.head_tell{
    margin-right: 20px;
}
.head_tell_text{
    font-size: 22px;
    font-weight: bold;
    margin-left: 10px;
}
.head .layui-layer-content{
    color: #fff;
}
.head_qr{
    display: flex;
    margin-right: 20px;
}
.head_qr span{
    color: #fff;
    display: block;
}
.head_qr_item{
    position: relative;
}
.head_qr_main{
    display: flex;
}
.head_qr_item{
    margin-left: 10px;
    cursor: pointer;
    z-index: 99;
}
.head_qr_item_qr{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.choice_language{
    height: 40px;
    border: 1px solid #ababab;
    border-radius: 20px;
    margin-right: 20px;
    font-size: 16px;
    background: #fff;
}
.choice_language .layui-form-select input{
    border: none;
    width: 200px;
    display: inline-block;
    padding-right: 0;
    border-radius: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}
.banner_text_left{
    flex: 1;
}
.head layui-form-select dl {
    border-radius: 20px;
    top: 50px;
    overflow: hidden;
}
.head .layui-form-select dl dd.layui-this{
    color: var(--color_theme);
}
.head_nav{
    width: 100%;
    height: 40px;
    background: var(--color_theme);
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_nav a{
    color: #fff;
    height: 100%;
    padding: 0 20px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}
.head_nav a:hover{
    background: #fff;
    color: var(--color_theme);
}

.swiper_banner{
    width: 100%;
    height: 700px;
    padding-top: 110px;
}
.banner_text{
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 1;
    color: #fff;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}
.banner_text p{
    font-size: 46px;
    font-weight: bold;
    line-height: 1.5em;
}
.banner_text_span{
    margin-top: 30px;
    font-size: 20px;
    display: block;
}
.banner_text_span span{
    margin-bottom: 10px;
    display: block;
}
.banner_btn{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: var(--color_theme);
    border-radius: 30px;
    cursor: pointer;
    padding: 0 30px;
    align-self:flex-end;
}
.banner_btn:hover{
    opacity: 0.9;
}
.banner_btn a{
    color: #fff;
}
.slogan{
    width: 600px;
    height: 171px;
    position: absolute;
    right: 5%;
    bottom: 20%;
    background: url(../images/z.png) no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}
.slogan p{
    width: 100%;
    color: #fff;
    font-size: 30px;
    text-align: center;
    transform-origin: center top;
    transform: rotate(-28deg);
}
/* top + head end */

/* footer */
.footer{ 
    background: var(--color_theme);
    padding: 40px 0 20px 0;
    color: #fff;
}
.foot_logo{
    width: auto;
    height: 60px;
    margin: 0 auto;
    text-align: center;
}
.foot_logo img{
    width: auto;
    display: inline-block;
}
.footer_name{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}
.footer_slogin{
    font-size: 16px;
    margin-top: 10px;
    text-align: center
}
.footer_center{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.footer_left_link a{
    color: #fff;
    margin-right: 20px;
}
.footer_left_msg{
    margin-top: 20px;
}
.footer_left_msg p{
    margin-bottom: 10px;
}
.footer_left_msg span{
    margin-right: 10px;
}
.footer_left_app{
    margin-top: 50px;
}
.footer_left_app_top{
    font-size: 16px;
}
.footer_left_app_img{
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}
.footer_left_app_img_item{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.footer_center_right_qr{
    display: flex;
    justify-content: flex-start;
}
.footer_center_right_qr_item{
    width: 100px;
    height: auto;
    overflow: hidden;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer_center_right_qr_item_img{
    width: 100px;
    height: 100px;
}
.footer_center_right_qr_item_text{
    margin-top: 10px;
    text-align: center;
}
.footer_center_right_bot{
    margin-top: 47px;
}
.footer_bot{
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
}
.footer_bot_item{
    font-size: 14px;
}
.footer_bot_item span{
    margin: 5px;
}
.footer_bot_item a{
    color: #fff;
    font-size: 16px;
}
/* fooer end */

.totop{
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 100px;
    right: 30px;
    cursor: pointer;
    z-index: 99;
}