html,body{
    font-family: "STXihei", "STHeitiLight", "华文细黑", "Microsoft JhengHei", "Microsoft YaHei", '微软雅黑', Arial, sans-serif !important;
}
body{
    font-size: 14px;
    background: #fff;
    letter-spacing:1px;
    color: #333;
	}	

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
    margin: 0;
    padding: 0;
    border: 0;
}
ul,li{
    list-style: none;
}
a{
    color: #666;
}
a:hover{
    text-decoration: none;
}
.header_top{
    width: 100%;
    height: 72px;
    background: #fff;
    padding: 0 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}
.headerstyle_hera{
    width: 100%;
    background: #f4f4f4;
    padding: 10px 8%;
}
.headerstyle_hera_heng{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
}
/* .left_titles_hera{
    float: left;
    font-size: 12px;
    color: #656565;
    
} */
.header_img{
    margin-top: 114px;
}
.login_tops{
    font-size: 12px;
    color: #656565;
    margin-right: 50px;
}
#login1{
    color: #7d7d7d;
    font-size: 12px;
    cursor: pointer;
}
#login2{
    color: #7d7d7d;
    font-size: 12px;
    cursor: pointer;
}
.icon-dianhua{
    color: #b67e31;
}
.login_tops2_title{
    color: #b67e31;
    font-size: 14px;
}
.right_titles_hera{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.login_tops2_number{
    color: #b67e31;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
}


.headerstyle{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}

a:hover{
    text-decoration: none;
}
.header_top{
    position: relative;
}
.header_top>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.header_top_left{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.address{
    font-size: 13px;
    color: #545454;
}
#tabs{
    -webkit-transition: all .5s;
    transition: all .5s;
}
#tabs:hover{
    cursor: pointer;
    color: #a6ae21
}
/*  */
.header_top_right{
    background: #fff;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header_top_right_list{
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
    padding: 0 12px;
    height: 100%;
    line-height: 72px;
    cursor: pointer;
    position: relative;
    
}
.header_top_right_list::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 2px;
    background: #b67e31;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0);
            transform: scale(0);
}
.header_top_right_list:hover::before{
    -webkit-transform: scale(1);
            transform: scale(1);
}
.headnavBox_inner1 li{
    position: relative;
}

.headnavBox_inner1 li::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    right: 0;
    height: 2px;
    background: #b67e31;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0);
            transform: scale(0);
}
.headnavBox_inner1 li:hover::before{
    -webkit-transform: scale(1);
            transform: scale(1);    
}
/*  */
.headnavBox {
    width: 150%;
    position: absolute;
    top: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 9999;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    z-index: 999999999;
}
.navborder {
    position: relative;
    background: #fff;
}
.navBoxTop{
    text-align: center;
}
.navBoxTop h3{
    margin-top: 20px;
}
.navBoxTop h3 a {
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 30px;
    height: 30px;
}
.header_top_right_list:hover .navBoxTop h3 a{
    color: #fff;
}
.navBoxList {
    margin: 20px auto 0;
    padding: 0 30px;
}
.navBoxListid{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.navBoxitem{
    width: 35%;
    padding: 0 20px;
}
.navBoxitem a{
    display: block;
}
.navBoxitem h4 {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header_top_right_list:hover .headnavBox {
    visibility: visible;
    top: 70px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.headnavBox_inner1{
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 14px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 14px;
    background: #fff;
    padding: 20px;
}
.headnavBox_inner1 li{
    text-align: center;
}
.headnavBox_inner1 li a{
    color: #333;
    font-size: 16px;
}
.header_top_right_list a{
    /* display: block; */
    color: #333;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 18px;
    /* height: 100%; */
}
.header_top_right_list:hover .header_top_right_list>a{
    color: #b67e31;
}
.header_top_right_list a:hover{
    color: #b67e31;

}
/* vfooter */
.footerstyle{
    width: 100%;
    background: #242424;
    padding: 20px 15% 50px;
    letter-spacing: 1px;
}
.footerstyle_logoin{
   width: 110px;
   height: 40px;
   text-align: center;
   color: #fff;
   background: #384044;
   line-height: 40px;
   font-size: 14px;
   margin-top: 20px;
   
}
.footer_lianjie{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 15px;
}
.footer_lianjie_list{
    padding-right: 10px;
}
.footer_lianjie_list a{
    color: #999;
    font-size: 14px; 
}
.footerstyle_bottom{
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footerstyle_bottom_1{
    width: 20%;
}
.footerstyle_bottom_bebe{
    color: #bdbcbc;
    font-size: 16px;
}
.footerstyle_bottom_1 ul{
    margin-top: 25px;
}
.footerstyle_bottom_1 li{
    margin-bottom: 5px;
}
.footerstyle_bottom>div:last-child{
    width: 40%;
}
.footerstyle_bottom a{
    color: #999;
    font-size: 14px; 
}
.footerstyle_bottom_2{
    width: 40%;
}
.email{
    width: 80%;
    height: 50px;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.preferred_case_imgs img{
    width: 100%;
}
.email_ipt1{
    width: 80%;
    height: 100%;
    outline: none;
    border: none;
    padding: 0 15px;
    line-height: 50px;
    font-size: 14px;
    color: #aab6b7;
    font-weight: bold;
    background: #565656;
}
.email_ipt2{
    width: 20%;
    outline: none;
    border: none;
    font-size: 16px;
    background: #000;
    color: #bfc2c5;
}
.rexian{
    margin-top: 15px;
}
.haoma_number{
    font-size: 18px;
    color: #fff;
}
.lianxi_styles{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lianxi_styles img{
    -webkit-transform: scale(0.5);
            transform: scale(0.5)
}
.lianxi_styles a{
    display:block;
}
.lianxi_styles>div{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*background: #565656;*/
    margin-right: 10px;
}
.lianxiwomens{
    margin-top: 25px;
}
.footerstyle_bottom_lianxifangfa_all{
    margin-top: 30px;
}
.footerstyle_bottom_lianxifangfa_all>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    margin-bottom: 20px;
}
.footerstyle_bottom_lianxifangfa_all_content{
    font-size: 14px;
    color: #888d91;
    height: 100%;
}
.footer2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* flex-wrap: wrap; */

}
/*  ===============================================================*/
.header_top_right{
    width: auto;
}
.top_caidans1{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}
.address .iconfont{
    font-size: 18px;
}
.top_caidans1:hover{
    cursor: pointer;
}
.xialas{
    width: 100%;
    position: absolute;
    top: 72px;
    left: 0;
    background: #f0f0f0;
    display: none;
}
.guanggao_img{
    position: relative;
    overflow: hidden;
}
#out_to{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;

}
.xialas>.xialas_lists{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px dashed #d2d2d2;
}
.hodysss{
    margin-top: 114px;
}
.xialas_lists:last-child{
    border:none;
}
.xialas_lists>a{
    font-size: 18px;
    color: #333;
}
/*  */
.space_content_list P{
    font-family: Arial, Helvetica, sans-serif;
}
.header_top_right_listTos a{
    color: #b67e31;
}
.header_top_right_listTos::before{
    -webkit-transform: scale(1);
            transform: scale(1);
}

/*  */
/* 响应式 */
/* header */
@media(max-width:1550px){
    .header_top_right_list a{
        font-size: 16px;
        letter-spacing: 0px;
    }
}
@media(max-width:1400px){
    .address{
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .header_top_right_list{
        padding: 0 10px;
    }
    
}
@media(max-width:1310px){
    .header_top{
        padding: 0 5%;
    }
    .header_top_right_list {
        padding: 0 7px;
    }
}
@media(max-width:1200px){
    .header_top_right_list a{
        font-size: 15px;
    }
    .header_top_right_list a {
        letter-spacing: -1px;
    }
   
}
@media(max-width:1150px){
    .header_top {
        padding: 0 3%;
    }
    .header_top_right_list a {
        font-size: 14px;
    }
}
@media(max-width:780px){
    .header_top{
        width: auto;
        padding: 0 2%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .footerstyle_bottom{
        margin-top: 30px;
    }
    .header_top_right{
        display: none;

    }
    .top_caidans1{
        display: block;
    }
    .footer_lianjie{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .email{
        height: 35px;
    }
    .email_ipt1{
        line-height: 35px;
    }
    .email_ipt2{
        font-size: 12px;
    }
    .footerstyle_bottom_lianxifangfa_all>div{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .iconfont{
        font-size: 17px;
    }
    .swiper_ziliao_content_information p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .gexinggongzhuang{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

    }
    .gexinggongzhuang>div{
        width: 48%;
        margin: 10px 0;
    }
    .space_content_images_6{
        padding: 30px 0 20px;
    }
    .space_content_images_7 {
        padding: 0 4%;
    }
    .jjfangan{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .jjfangan_list{
        width: 48%;
        margin: 10px 0;
    }
    .designQuotation{
        padding: 4%;
    }
    .designQuotation_one{
        padding: 4%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .designQuotation_one_left{
        width: 100%;
        height: auto;
    }
    .designQuotation_one_right{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .jieshaoxing{
        padding: 0;
        margin-top: 30px 0;
    }
    .jieshaoxing_rodes_img, .jieshaoxing_rodes_right{
        height: auto;
        width: 100%;
    }
    .jieshaoxing_rodes{
        padding: 4%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .space_content_images_7_2{
        margin-top: 30px;
    }
    .footer2{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    
    }
}
@media(max-width:700px){
    .footerstyle_logoin {
        width: 85px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .address{
        display: none;
    }
    .headerstyle{
        height: 50px;
    }
    .header_top{
        height: 100%;
    }
    .header_top .logo{
        height: 100%;
    }
    .logo img{
        height: 100%;
    }
    .xialas {
        top: 50px;
    }
    .top_caidans1{
        width: 30px;
        height: 30px;
        top: 5px;
        right: 5px;
    }
    .footerstyle{
        padding: 20px 5% 10px;
    }
    .footerstyle_bottom {
        margin-top: 40px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .footerstyle_bottom>div{
        width: 100%;
    }
  
    .footerstyle_bottom_1 ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 10px;
    }
    .footerstyle_bottom_1 ul li{
        margin: 0 5px;
    }
    .email{
        margin-top: 10px;
    }
    /* .footerstyle_bottom_bebe {
        display: none;
    } */
    .footerstyle_bottom_2{
        display: none;
    }
    .lianxiren{
        display: none;
    }
    .footerstyle_bottom_lianxifangfa_all{
        margin-top: 10px;
    }
    .header_img{
        margin-top: 50px;
        height: 200px;
    }
    .header_img>img{
        height: 100%;
    }
    .headerstyle_hera{
        display: none;
    }
   
}
@media(max-width:1480px){
    .footer_lianjie{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        
    }
    .footer_lianjie>li>a{
        margin-bottom: 5px;
        font-size: 12px;
    }
    .footerstyle_bottom{
        margin-top: 50px;
    }
}
.header_address_list{
    font-family: "Microsoft YaHei", '微软雅黑', Arial, sans-serif !important;
    z-index: 10000;
}
.header_address_list > h5{
    margin-bottom: 10px;
}
.bai{
    color: #b67e31;
}
