*{

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;   

    box-sizing: border-box;

	outline: none;

}







/* 公用 */

.brand_ban{

    padding-top: 0;

    height: 82vh;

}



.brand_ban_img,

.brand_ban_img .img{

    width: 100%;

    height: 100%;

}



.brand_ban_img .img{

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    background-attachment: fixed;

}



.brand_tit_icon{

    position: relative;

    /*background-position: center;

    background-repeat: no-repeat;

    background-size: cover;*/

    background: none !important;

}



.brand_tit_p,

.brand_tit_icon,

.brand_tit_xiala{

    -webkit-transition:.3s linear;

    transition:.3s linear;

}



.brand_tit_icon img{

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    -webkit-transition:.3s linear;

    transition:.3s linear;

}



.brand_tit_icon .img2{

    opacity: 0;

}



.on .brand_tit_icon .img1,

a:hover .brand_tit_icon .img1{

    opacity: 0;

}



.on .brand_tit_icon .img2,

a:hover .brand_tit_icon .img2{

    opacity: 1;

}



/*.brand_tit_icon1{background-image: url(../images/ban_icon1.png);}

.brand_tit_icon2{background-image: url(../images/ban_icon2.png);}

.brand_tit_icon3{background-image: url(../images/ban_icon3.png);}

.brand_tit_icon4{background-image: url(../images/ban_icon4.png);}

.brand_tit_icon5{background-image: url(../images/ban_icon5.png);}

.brand_tit_icon6{background-image: url(../images/ban_icon6.png);}

.brand_tit_icon7{background-image: url(../images/ban_icon7.png);}

*/

/*a:hover .brand_tit_icon1,

.on .brand_tit_icon1{background-image: url(../images/ban_icon1_on.png);}

a:hover .brand_tit_icon2,

.on .brand_tit_icon2{background-image: url(../images/ban_icon2_on.png);}

a:hover .brand_tit_icon3,

.on .brand_tit_icon3{background-image: url(../images/ban_icon3_on.png);}

a:hover .brand_tit_icon4,

.on .brand_tit_icon4{background-image: url(../images/ban_icon4_on.png);}

a:hover .brand_tit_icon5,

.on .brand_tit_icon5{background-image: url(../images/ban_icon5_on.png);}

a:hover .brand_tit_icon6,

.on .brand_tit_icon6{background-image: url(../images/ban_icon6_on.png);}

a:hover .brand_tit_icon7,

.on .brand_tit_icon7{background-image: url(../images/ban_icon7_on.png);}

*/

.brand_tit_a{

    margin:0 28px;

}



.brand_join_nav .on{

    color:#d3b380;

}



.m_bgbox{

    padding: 60px 0;

    background-position:left top;

    background-repeat: no-repeat;

    background-size: cover;

}



.m_bgbox2{

    padding: 0;

}



.m_bgbox2 .wp{

    background: #fff;

    max-width: 1240;

    padding: 0 20px;

}





.m_bgbox4{

    padding: 0 0 60px;

}



.wp{

    margin:0 auto;

    max-width: 1200px;

}



.m_more{

    padding-top: 30px;

    text-align: center;

}



.m_more a{

    display: inline-block;

    padding: 0 24px;

    border-radius: 2px;

    border:1px solid #333;

    -webkit-transition:.3s;

    transition:.3s;

}





.m_more em{

    display: inline-block;

    padding-left: 40px;

    height: 46px;

    line-height: 46px;

    color:#333;

    font-style: normal;

    font-size: 18px;

    -webkit-transition:.3s;

    transition:.3s;

    background: url(../images/z_more.png) no-repeat left center;

}



.m_more a:hover{

    border-color:#d3b380;

    background: #d3b380;

}



.m_more a:hover em{

    color:#fff;

    background-image: url(../images/z_more_on.png);

}





/* 办公工装 */

.list_imgtxt_item{

    padding: 20px 0;

}



.list_imgtxt_box{

    display: block;

    overflow: hidden;

}



.list_imgtxt_txt{

    position: relative;

    float: left;

    display: flex;

    -webkit-flex-direction: column;

    flex-direction: column;

    justify-content: center;

    padding: 0 50px;

    width: 420px;

    height: 420px;

    background: #fff;

}



.list_imgtxt_txt:after{

    content:"";

    position: absolute;

    left: 100%;

    top: 50%;

    margin-top: -16px;

    border-top: 16px solid transparent;

    border-left: 16px solid #fff;

    border-bottom: 16px solid transparent;

}



.list_imgtxt_txt_hd{

    display: flex;

    -ms-align-items: center;

    align-items: center;

}



.list_imgtxt_txt_hd h3{

    flex:1;

    height: 40px;

    line-height: 40px;

    overflow: hidden;

    font-size: 18px;

    color:#424242;

    -webkit-transition:.3s;

    transition:.3s;

}



.list_imgtxt_txt_img{

    position: relative;

    margin:0 46px 0 0;

    width: 135px;

    height: 50px;

}



.list_imgtxt_txt_img:after{

    content:"";

    position: absolute;

    top: 50%;

    right: -24px;

    margin-top: -13px;    

    width: 1px;

    height: 26px;

    background: #424242;

    -webkit-transition:.3s;

    transition:.3s;

}



.list_imgtxt_txt_img:before{

    content:"";

    position: absolute;

    left: 0;

    bottom: -16px;

    margin-top: -13px;    

    width: 51px;

    height: 1px;

    background: #424242;

    -webkit-transition:.3s;

    transition:.3s;

}





.list_imgtxt_txt_img img{

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    -webkit-transition:.3s;

    transition:.3s;

}



.list_imgtxt_txt_hd .img2{

    opacity: 0;

}



a:hover .list_imgtxt_txt_img .img1{

    opacity: 0;

}

a:hover .list_imgtxt_txt_img .img2{

    opacity: 1;

}



.list_imgtxt_img{

    float: right;

    width: 780px;

    height: 420px;

    overflow: hidden;

}



.list_imgtxt_img em{

    display: block;

    width: 100%;

    height: 100%;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    -webkit-transition:.3s;

    transition:.3s;

}



.list_imgtxt_txt p{

    margin:60px 0 78px;

    overflow: hidden;

    height: 72px;

    font-size: 14px;

    line-height: 24px;

    color:#707070;

    -webkit-transition:.3s;

    transition:.3s;

    display: -webkit-box;

    white-space: normal;

    text-overflow: ellipsis;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    word-break: break-all;

}



.list_imgtxt_txt em{

    display: inline-block;

    padding-right: 16px;

    font-style: normal;

    color:#424242;

    background: url(../images/z_arr1.png) no-repeat right center;

    -webkit-transition:.3s;

    transition:.3s;

}





a:hover .list_imgtxt_txt{

    background: #d3b380;

}



a:hover .list_imgtxt_txt_hd h3,

a:hover .list_imgtxt_txt p,

a:hover .list_imgtxt_txt em{

    color:#fff;

}



a:hover .list_imgtxt_txt em{

    background-image: url(../images/z_arr1_on.png) ;

}



a:hover .list_imgtxt_txt_img:before,

a:hover .list_imgtxt_txt_img:after{

    background: #fff;

}



a:hover .list_imgtxt_txt:after{

    border-left-color: #d3b380;

}



a:hover .list_imgtxt_img em{

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

    transform-origin: 50% 50%;

    -webkit-transform-origin: 50% 50%;

}



.list_imgtxt_item.odd .list_imgtxt_img{

    float: left;

}



.list_imgtxt_item.odd .list_imgtxt_txt{

    float: right;

}



.list_imgtxt_item.odd .list_imgtxt_txt:after{

    left: auto;

    right: 100%;

    -webkit-transform:rotate(180deg);

    transform:rotate(180deg);

}





.list_product_item_z{

    position: relative;

    height: 738px;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}



.list_product_item_z:after{

    content:"";

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    background: rgba(0,0,0,.7);

}



.list_product_item_z .wp{

    position: relative;

    z-index: 2;

    display: flex;

/*    -ms-align-items: center;

    align-items: center;*/

    justify-content: center;

    -webkit-flex-direction: column;

    flex-direction: column;

    height: 100%;

    color:#fff;

}



.list_product_tit_z{

    position: relative;

}



.list_product_tit_z strong{

    padding-bottom: 4px;

    font-size: 24px;

    color:#fff;

    text-transform: uppercase;

    font-family: Impact;

    font-weight: normal;

    display: block;

}



.list_product_tit_z em{

    font-style: normal;

}



.list_product_tit_z:before{

    content:"";

    position: absolute;

    right: 100%;

    top: 13px;

    margin-right: 21px;

    width: 60px;

    height: 1px;

    background: #fff;

}



.list_img_z{

    overflow: hidden;

    margin:-20px 0 0 -20px;

    padding: 53px 0 60px;

}



.list_img_z_item{

    float: left;

    width: 20%;

}



.list_img_z_box{

    position: relative;

    display: block;

    margin:20px 0 0 20px;

}



.list_img_z_box em{

    display: block;

    padding-top: 50%;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}



.list_img_z_box i{

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background:rgba(255,167,75,.8);

    opacity: 0;

    -webkit-transition:.3s;

    transition:.3s;

}



.list_img_z_box i:before{

    content:"";

    position: absolute;

    left: 50%;

    top: 50%;

    z-index: 3;

    width: 23px;

    height: 1px;

    background: #fff;

    margin:0 0 0 -11px;

}



.list_img_z_box i:after{

    content:"";

    position: absolute;

    left: 50%;

    top: 50%;

    z-index: 3;

    width: 1px;

    height: 23px;

    background: #fff;

    margin-top: -11px;

}



.list_img_z_box:hover i{

    opacity: 1;

}





.list_imgtxt2{

    padding-bottom: 65px;

}



.list_imgtxt_item{

    padding: 15px 0;

}



.list_imgtxt2 .list_imgtxt_img{

    float: left;

    width: 770px;

    height: 420px;

}



.list_imgtxt2 .odd .list_imgtxt_img{

    float: right;

}



.list_imgtxt2 .odd .list_imgtxt_txt:after{

    left: 100%;

    right: auto;

    -webkit-transform:rotate(0);

    transform:rotate(0);

}



.list_imgtxt2 .list_imgtxt_txt{

    float: left;

    width: 390px;

    height: 420px;

    padding: 0 24px;



}



.list_imgtxt2 .list_imgtxt_txt p{

    margin:10px 0 0 0;

    -webkit-line-clamp: 8;

    height: 192px;

}



.list_imgtxt2 .list_imgtxt_txt:after{

    left: auto;

    right: 100%;

    -webkit-transform:rotate(180deg);

    transform:rotate(180deg);

}



.list_imgtxt2 h4{

    font-size: 18px;

    max-height: 60px;

    line-height: 30px;

    display: -webkit-box;

    white-space: normal;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    word-break: break-all;

    overflow: hidden;

    -webkit-transition:.3s;

    transition:.3s;

}



img{

    max-width: 100%;

}



.list_imgtxt2 a:hover h4{

    color:#fff;

}





.brand_tit_tit{

    white-space:nowrap;

    overflow-x: auto;



}



.brand_tit_tit::-webkit-scrollbar {

    width: 10px;     

    height: 8px;

}



.brand_tit_tit::-webkit-scrollbar-thumb {

    border-radius: 8px;

    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

    background: #535353;

}



.brand_tit_tit::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

    border-radius: 8px;

    background: #EDEDED;

}



.list_product_btn_z a{

    display: inline-block;

    border:1px solid #fff;

    padding: 0 44px;

    height: 50px;

    line-height: 50px;

}



.list_product_btn_z em{

    padding-right: 50px;

    background-position: right center;

    background-repeat: no-repeat;

    font-size: 14px;

    color:#fff;

    font-style: normal;

    text-transform: uppercase;

    background-image: url(../images/arrow-r.png);

}



.list_product_btn_z a:hover{

    border-color:#d3b380;

    background: #d3b380;

}





/* z_tit */

.z_tit{

    padding-bottom: 40px;

    font-weight: normal;

    text-align: center;

    color:#333;

    font-size: 32px;

}



.z_tit strong{

    font-weight: normal;

}



.z_tit strong:after{

    content:"";

    display: block;

    margin:7px auto 0;

    width: 25px;

    height: 3px;

    background: #d3b380;

}



.z_tit2{

    color:#fff;

}



.z_tit2 strong:after{

    background: #fff;

}



.z_list_pic{

    margin:-30px 0 0 -30px;

}



.z_list_pic:after{

    content:"";

    clear: both;

    display: block;

}



.z_list_pic_item{

    float: left;

    width: 33.33%;

}



.z_list_pic_box{

    display: block;

    margin:30px 0 0 30px;

    box-shadow: 0 0 4px 2px rgba(0,0,0,.1);



}



.z_list_pic_img{

    position: relative;

    overflow: hidden;

    padding-top: 67%;

}



.z_list_pic_img em{

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    -webkit-background-size: cover;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    -webkit-transition:.3s;

    transition:.3s;

}



a:hover .z_list_pic_img em{

    -webkit-transform: scale(1.1);

    transform: scale(1.1);

    -webkit-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}



.z_list_pic_txt{

    padding-bottom: 10px;

    text-align: center;

    background: #fff;

}



.z_list_pic_price,

.z_list_pic_tit,

.z_list_pic_con{

    padding: 0 10px;

    height: 30px;

    line-height: 30px;

    overflow: hidden;

    text-overflow:ellipsis;

    white-space:nowrap;

}



.z_list_pic_price{

    font-size: 22px;

    color:#d3b380;

}



.z_list_pic_price:after{

    content:"￥";

    font-size: 14px;

}



.z_list_pic_tit{

    color:#474747;

    font-size: 18px;

}



.z_list_pic_txthd{

    margin-bottom: 6px;

    padding: 6px 0;

    border-bottom: 1px solid #ececec;

}



.z_list_pic_con{

    font-size: 16px;

    color:#707070;

}



.z_list_pic_box:hover .z_list_pic_txt{

    background: #d3b380;

}



.z_list_pic_box:hover .z_list_pic_price,

.z_list_pic_box:hover .z_list_pic_tit,

.z_list_pic_box:hover .z_list_pic_con{

    color: #fff;

}



.z_list_pic_price,

.z_list_pic_tit,

.z_list_pic_con,

.z_list_pic_txthd{

    -webkit-transition:.3s;

    transition:.3s;

}



.z_list_pic_box:hover .z_list_pic_txthd{

    border-color:#fff;

}



/* m_page */

.m_page{

    padding-top: 60px;

    text-align: center;

}



.m_page2{

    padding: 60px 0;

}



.m_page a,

.m_page span{

    display: inline-block;

    vertical-align: middle;

    height: 38px;

    line-height: 38px;

    border:1px solid #dbdbdb;

    -webkit-transition:.3s;

    transition:.3s;

    text-align: center;

    min-width: 42px;

    color:#707070;

    -webkit-transition:.4s;

    transition:.4s;

}



.m_page em{

    position: relative;

    font-style: normal;

    display: inline-block;

}



.m_page_arr{

    position: relative;

    padding: 0 20px;

}



.m_page_arr em:after{

    content:"";

    position: absolute;

    left: 0;

    top: 0;

    width: 8px;

    height: 100%;

    background: url(../images/z_arr2.png) no-repeat left center;

}



.m_page_next em:after{

    left: auto;

    right:0;

    -webkit-transform:rotate(180deg);

    transform:rotate(180deg);

    height: 100%;

}



.m_page_prev em{

    padding-left: 26px;

}



.m_page_next em{

    padding-right: 26px;

}



.m_page a:hover,

.m_page span{

    color:#fff;

    border-color:#d3b380;

    background: #d3b380;

}



.m_page a:hover em:after{

    background-image: url(../images/z_arr2_on.png);

}



.z_product_scene{

    position: relative;

    padding-top: 34%;

    margin:-20px 0 0 -20px;

}



.z_product_scene_item{

    position: absolute;

}



.z_product_scene_item1{

    left: 0;

    top: 0;

    width: 50%;

    height: 100%;

}



.z_product_scene_item2{

    left: 50%;

    top: 0%;

    width: 25%;

    height: 50%;

}



.z_product_scene_item3{

    left: 75%;

    top: 0%;

    height: 50%;

    width: 25%;

}



.z_product_scene_item4{

    left: 50%;

    top: 50%;

    width: 25%;

    height: 50%;

}



.z_product_scene_item5{

    left: 75%;

    top: 50%;

    width: 25%;

    height: 50%;

}



.z_product_scene_box{

    position: absolute;

    left: 20px;

    right: 0;

    top: 20px;

    bottom: 0;

}



.z_product_scene_img{

    display: block;

    width: 100%;

    height: 100%;

    overflow: hidden;

}



.z_product_scene_img em{

    display: block;

    width: 100%;

    height: 100%;

    -webkit-background-size: cover;

    background-size: cover;

    -webkit-transition:.3s;

    transition:.3s;

}



a:hover .z_product_scene_img em{

    -webkit-transform: scale(1.2);

    transform: scale(1.2);

    -webkit-transform-origin: 50% 50%;

    transform-origin: 50% 50%;

}



.product_xq .z_tit{

    padding: 60px 0 40px;

}



.product_xq1 .z_tit{

    padding-top: 0;

}



.product_config{

    display: flex;

    -webkit-flex-wrap: wrap;

    flex-wrap: wrap;

}



.product_slide{

    margin-right: 20px;

    width: 600px;

    /*overflow: hidden;*/

}



.product_slide_hd{

    box-shadow: 0 0 10px rgba(0,0,0,.18);

}



.product_slide_hd_item em{

    display: block;

    padding-top: 65%;

    -webkit-background-size: cover;

    background-size: cover;

}



.product_slide_bd{

    margin-top: 8px;

    padding: 0 20px;

}



.product_slide_bd_item{

    padding: 0 7px;

    outline: none;

}



.product_slide_bd_item em{

    display: block;

    padding-top: 66%;

    -webkit-background-size: cover;

    background-size: cover;

}



.product_slide_bd .slick-arrow {

    position: absolute;

    padding: 0;

    font-size: 0;

    border:0;

    top: 0;

    width: 15px;

    height: 100%;

    background: url(../images/z_arr3.png) no-repeat center;

    cursor: pointer;

    outline: none;

}



.product_slide_bd .slick-prev{

    left: 0;

}



.product_slide_bd .slick-next{

    right: 0;

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);

}



.product_slide_bd .slick-arrow:hover{

    background-image: url(../images/z_arr3_on.png);

}



.product_config_xq{

    flex:1;

    border:1px solid #d9d9d9;

    border-bottom: 0;

    height: 481px;

    overflow: hidden;

}



.product_config_xq_item{

    display: flex;

    height: 80px;

    overflow: hidden;

    border-bottom:1px solid #d9d9d9;

}



.product_config_xq_let{

    width: 128px;

    height: 80px;

    line-height: 80px;

    overflow: hidden;

    text-align: center;

    border-right: 1px solid #d9d9d9;

    background: #f9f9f9;

    font-size: 22px;

    color:#424242;

}



.product_config_xq_rig{

    display: flex;

    flex:1;

    height: 80px;

    width: 100%;

    -ms-align-items: center;

    align-items: center;    

    font-size: 18px;

    color:#707070;

}



.product_config_xq_rig p{

    padding: 0 42px;

    overflow: hidden;



}





.m_module_bg{

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 70px 0 80px;

    background-color: #eee;

}





/* 常见问题 */

.common_problem{

    position: relative;

    overflow: hidden;

    padding-bottom: 80px;

}



.common_problem_img{

    float: left;

}



.common_problem_img,

.common_problem_img img{

    width: 660px;

    height: 418px;

    overflow: hidden;

    border-radius: 6px;

}



.common_problem_txt{

    position: absolute;

    right: 0;

    bottom: 113px;

    z-index: 2;

    width: 584px;

    border-radius: 6px;

    background: rgba(255,255,255,.9);

}



.common_problem_txt .box{

    display: flex;

    flex-direction: column;

    justify-content: center;

    margin:0 46px;

    height: 355px;

    overflow: hidden;

}



.common_problem_txt img{

    width: 50px;

}



.common_problem_txt h3{

    margin-top: 17px;

    height: 30px;

    line-height: 30px;

    overflow: hidden;

    font-size: 18px;

    color:#333;

}



.common_problem_txt p{

    margin:0 0 46px;

    line-height: 30px;

    font-size: 14px;

    color:#707070;

    height: 120px;

    overflow: hidden;

    display: -webkit-box;

    white-space: normal;

    text-overflow: ellipsis;

    -webkit-line-clamp: 4;

    -webkit-box-orient: vertical;

    word-break: break-all;

}



.common_problem_txt .more{

    display: inline-block;

    width: 99px;

    height: 31px;

    line-height: 29px;

    text-align: center;

    overflow: hidden;

    border-radius: 4px;

    border:1px solid #333;

    color:#333;

    -webkit-transition:.3s;

    transition:.3s;

}



.common_problem_txt .more:hover{

    background: #d3b380;

    color:#fff;

    border-color:#d3b380;

}



.common_problem2{

    padding-bottom: 0;

}



/*售后服务*/

.z_customer_service_item{

    /*float: left;*/

    width: 33.33%;

}



.z_customer_service{

    display: flex;

    -ms-align-items: center;

    align-items: center;

    -webkit-flex-wrap: wrap;

    flex-wrap: wrap;

    overflow: hidden;

    margin:0 -18px;

    height: 417px;

}



.z_customer_service_box{

    margin:0 18px;

    background: rgba(255,255,255,.9);

    border-radius: 4px;

    padding: 34px 32px;

    -webkit-transition:.3s;

    transition:.3s;

}



.z_customer_service_box:hover,.z_customer_service_box.active{

    padding: 50px 32px;

    background: #d3b380;

}



.z_customer_service_img{

    position: relative;

    width: 72px;

    height: 72px;

    margin:0 auto 5px;

}





.z_customer_service_img img{

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    -webkit-transition:.3s;

    transition:.3s;

}



.z_customer_service_img .img2{

    opacity: 0;

}



.z_customer_service_box:hover .z_customer_service_img .img2,.z_customer_service_box.active .z_customer_service_img .img2{

    opacity: 1;

}



.z_customer_service_box:hover .z_customer_service_img .img1,.z_customer_service_box.active .z_customer_service_img .img1{

    opacity: 0;

}





.z_customer_service_tit{

    height: 30px;

    line-height: 30px;

    overflow: hidden;

    font-size: 22px;

    color:#424242;

    text-align: center;

}





.z_customer_service_box p{

    font-size: 18px;

    line-height: 30px;

    height: 180px;

    overflow: hidden;

    display: -webkit-box;

    white-space: normal;

    text-overflow: ellipsis;

    -webkit-line-clamp: 6;

    -webkit-box-orient: vertical;

    word-break: break-all;

    letter-spacing: 1px;

    color:#707070;

}



.z_customer_service_box em{

    display: block;

    margin:14px auto;

    width: 53px;

    height: 1px;

    background: #707070;

}



.z_customer_service_box:hover .z_customer_service_tit,

.z_customer_service_box:hover p,
.z_customer_service_box.active .z_customer_service_tit,
.z_customer_service_box.active p{

    color:#fff;

}



.z_customer_service_box:hover em,
.z_customer_service_box.active em{

    background: #fff;

}



/* 资料下载 */

.z_list_down{

    margin:-20px 0 0 -20px;

}



.z_list_down:after{

    content: '';

    display: block;

    clear: both;

}



.z_list_down_item{

    float: left;

    width: 25%;

}



.z_list_down_box{

    display: block;

    margin:20px 5px 5px 20px;

    padding: 54px 33px;

    background: #fff;

    box-shadow: 0 0 5px rgba(0,0,0,.2);

    border-radius: 4px;

    text-align: center;

    -webkit-transition:.3s;

    transition:.3s;

}



.z_list_down_tit{

    height: 40px;

    line-height: 40px;

    overflow: hidden;

    font-size: 22px;

    color:#424242;

    text-overflow:ellipsis;

    white-space:nowrap;



}





.z_list_down_box p{

    text-align: left;

    height: 156px;

    line-height: 26px;

    font-size: 14px;

    color:#707070;

    display: -webkit-box;

    white-space: normal;

    text-overflow: ellipsis;

    -webkit-line-clamp: 6;

    -webkit-box-orient: vertical;

    word-break: break-all;

}



.z_list_down_box em{

    display: inline-block;

    font-style: normal;

    width: 100px;

    height: 30px;

    line-height: 28px;

    border:1px solid #333;

    border-radius: 2px;

}



.z_list_down_box:hover,.z_list_down_box.active{

    background: #d3b380;

}



.z_list_down_box:hover p,

.z_list_down_box:hover em,

.z_list_down_box:hover .z_list_down_tit,
.z_list_down_box.active p,
.z_list_down_box.active em,
.z_list_down_box.active .z_list_down_tit{

    color:#fff;

}



.z_list_down_box:hover em,.z_list_down_box.active em{

    border-color:#fff;

}



.history_tit{

    text-align: center;

    font-size: 48px;

    color:#d3b380;

}



.history_tit:after{

    content:"";

    display: block;

    margin:12px auto 5px;

    width: 34px;

    height: 34px;

    background: url(../images/z_icon2.png) no-repeat center;

    background-size: cover;

}



.z_history{

    position: relative;

    padding-bottom: 140px;

    margin-bottom: 70px;

}



.z_history:after{

    position: absolute;

    left: 50%;

    bottom: 0;

    content:"";

    margin-left: -21px;

    width: 42px;

    height: 42px;

    background: url(../images/z_icon3.png) no-repeat center;

}



.z_history:before{

    content:"";

    position: absolute;

    left: 50%;

    top: 0;

    bottom: 46px;

    width: 1px;

    background: url(../images/z_line.png) repeat-y;

}



.z_history_item{

    overflow: hidden;

    padding: 15px 0;

}



.z_history_item img{

    float: right;

    width: 560px;

    height: 324px;

}



.z_history_con{

    float: left;

    width: 560px;

    min-height:324px;

    display: flex;

    -webkit-flex-direction: column;

    flex-direction: column;

    justify-content: center;



} 



.odd .z_history_con{

    float: right;

}



.z_history_item.odd img{

    float: left;

}



.z_history_con h3{

    margin-bottom: 10px;

    padding: 0 43px;

    font-size: 34px;

    color:#424242;

}



.z_history_txt {

    position: relative;

    display: flex;

    -ms-align-items: center;

    align-items: center;

    min-height:96px;

    padding: 20px 0;

}



.z_history_txt:after{

    content:"";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: url(../images/z_bg.png) repeat-y left center;

}



.odd .z_history_txt:after{

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);

}



.z_history_txt p{

    position: relative;

    z-index: 2;

    padding: 0 100px 0 44px;

}



.z_history_txt:before{

    content:"";

    position: absolute;

    right: 61px;

    top: 50%;

    z-index: 2;

    margin-top: -16px;

    width: 22px;

    height: 33px;

    background: url(../images/z_arr4.png) no-repeat center;

    background-size: cover;

}



.odd .z_history_txt p{

    padding: 0 44px 0 100px;

}



.odd .z_history_txt:before{

    right: auto;

    left: 61px;

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);

}





.cooperation_m1_div{

    overflow: hidden;

    margin:-22px 0 0 -22px;

}





.cooperation_m1_div{

    overflow: hidden;

}



.cooperation_m1_item{

    float: left;

    width: 33.33%;

}



.cooperation_m1_box{

    position: relative;

    display: block;

    margin:22px 0 0 22px;

    height: 186px;

}



.cooperation_m1_icon{

    display: flex;

    -ms-align-items: center;

    align-items: center;

    justify-content: center;

    -webkit-flex-direction: column;

    flex-direction: column;

    height: 100%;

    background: #f2f2f2;

}



.cooperation_m1_icon img{

    margin-bottom: 13px;

    width: 74px;

    height: 74px;

    border:1px solid #fcb871;

    border-radius: 50%;

}



.cooperation_m1_icon h3{

    height: 25px;

    line-height: 25px;

    overflow: hidden;

}



.cooperation_m1_txt{

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    display: flex;

    padding: 0 16px;

    background: #d3b380;

    -ms-align-items: center;

    align-items: center;

    opacity: 0;

    -webkit-transition:.3s;

    transition:.3s;

}



.cooperation_m1_box:hover .cooperation_m1_txt{

    opacity: 1;

}



.cooperation_m1_txt p{

    line-height: 25px;

    max-height: 125px;

    overflow: hidden;

    display: -webkit-box;

    white-space: normal;

    text-overflow: ellipsis;

    -webkit-line-clamp: 5;

    -webkit-box-orient: vertical;

    word-break: break-all;

    overflow: hidden;

    color:#fff;

}



.m_dots .slick-dots{

    padding: 27px 0;

    text-align: center;

}



.m_dots .slick-dots .slick-active button{

    background: #d3b380;

}



.m_dots .slick-dots li{

    display: inline-block;

    vertical-align: middle;

    margin: 3px;

}



.m_dots .slick-dots li button{

    width: 40px;

    height: 6px;

    background: #dbdbdb;

    padding: 0;

    font-size: 0;

    border:0;

}



/* 品牌合作流程 */

.cooperation_m2_item{

    overflow: hidden;

}



.cooperation_m2_box{

    float: left;

    width: 25%;

    padding: 42px 10px 0;

    height: 235px;

    background: #fff;

    text-align: center;

}



.even .odd,

.odd .even{

    background: #e8e8e8;

}



.cooperation_m2_box img{

    display: block;

    margin:0 auto;

    width: 50px;

    height: 50px;

}





.cooperation_m2_box h3{

    margin:5px 0 2px;

    font-size: 18px;

    color:#424242;

    height: 40px;

    line-height: 40px;

    overflow: hidden;

}



.cooperation_m2_box p{

    font-size: 16px;

    line-height: 24px;

    height: 72px;

    display: -webkit-box;

    white-space: normal;

    text-overflow: ellipsis;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    word-break: break-all;

    overflow: hidden;

}



.common_problem2 .common_problem_txt p{

    height: auto;

    margin-bottom: 0;

    -webkit-line-clamp: 100;

}



.common_problem2 .con{

    height: 150px;

    overflow: hidden;

}



.common_problem2 .common_problem_txt{

    bottom: 34px;

}



.z_customer_service2 .z_customer_service_item{

    width: 25%;

}



.z_customer_service2 .z_customer_service_item:hover .z_customer_service_box{

    padding: 43px 30px 45px;

}



.z_customer_service2{

    height: auto;

    margin:-20px 0 0 -20px;

}



.z_customer_service2 .z_customer_service_box{

    margin:20px 0 0 20px;

    padding: 43px 30px 45px;

}



.z_customer_service2 .z_customer_service_tit{

    font-size: 18px;

    margin:0 0 5px;

}



.z_customer_service2 .z_customer_service_box p{

    font-size: 14px;

    -webkit-line-clamp: 5;

    line-height: 25px;

    height: 125px;

}



.m_more2 .btn em{

    padding-left: 40px;

    color:#fff;

    background-image: url(../images/z_btn1.png);

}



.m_more2 .btn:hover em{

    background-image: url(../images/z_btn1.png);

}



.m_more2{

    padding-bottom: 0;

}



.m_more2 .btn{

    padding: 0 42px;

    border-color:#fff;

}





.z_list_news{

    margin-top: -50px;

}



.z_list_news_item{

    margin-top: 50px;

}



.z_list_news_box{

    display: block;

    overflow: hidden;

}



.z_list_news_img{

    float: left;

    width: 310px;

    height: 232px;



}



.z_list_news_img img{

    width: 310px;

    height: 232px;

}



.z_list_news_con{

    margin-left: 350px;

    padding-top: 42px;

    height: 232px;

    border-bottom: 2px solid #c9c9c9;

    -webkit-transition:.3s;

    transition:.3s;

}



.z_list_news_time{

    -o-transition:.3s;

    -ms-transition:.3s;

    -moz-transition:.3s;

    -webkit-transition:.3s;

    transition:.3s;

}



.z_list_news_time *{

    vertical-align: bottom;

    font-family: "Arial";

}



.z_list_news_time strong{

    font-size: 72px;

    font-weight: normal;

    line-height: .8;

}



.z_list_news_time em{

    font-style: normal;

    font-size: 16px;

}



.z_list_news_tit {

    margin:17px 0 4px;

    height: 35px;

    line-height: 35px;

    font-size: 18px;

    color:#333;

    overflow: hidden;

    text-overflow:ellipsis;

    white-space:nowrap;

}



.z_list_news_con p{

    font-size: 14px;

    line-height: 22px;

    height: 44px;

    display: -webkit-box;

    white-space: normal;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    word-break: break-all;

    overflow: hidden;

    color:#707070;

}



a:hover .z_list_news_con{

    border-bottom-color: #d3b380;

}



a:hover .z_list_news_time{

    color:#d3b380;

}





.about_gsjj p{

    text-indent: 2em;

    font-size: 14px;

    color:#424242;

    line-height: 26px;

    letter-spacing: 1px;

}



.about_num{

    padding: 86px 0 74px;

    text-align: center;

}



.about_num_item{

    display: inline-block;

    vertical-align: middle;

    margin:0 50px;

}



.about_num_item strong{

    font-weight: normal;



}



.about_num_item em{

    margin-right: 5px;

    font-style: normal;

    color:#d3b380;

    font-family: "Impact";

    font-size: 52px;

}



.about_video{

    position: relative;

    height: 568px;

    background-position: center;

    background-repeat: no-repeat;

}



.about_video_btn{

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,.6) url(../images/z_icon_video.png) no-repeat center;

}



.about_video video{

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: #000;

    display: none;

}



.about_culture{

    overflow: hidden;

}



.about_culture_item{

    float: left;

    width: 25%;



}



.about_culture_box{

    position: relative;

    padding-top: 113%;

    background-size: cover;

    -webkit-background-size: cover;   

}



.about_culture_box:before{

    content:"";

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background: rgba(0,0,0,.6);

    -webkit-transition:.3s;

    transition:.3s;

}



.about_culture_box:hover:before{

    left: 32px;

    top: 32px;

    right: 32px;

    bottom: 32px;

    background: rgba(255,167,75,.9);

}



.about_culture_con{

    position: absolute;

    left: 32px;

    top: 32px;

    right: 32px;

    bottom: 32px;

    z-index: 2;

    display:flex;

    -webkit-flex-direction: column;

    flex-direction: column;

    -ms-align-items: center;

    align-items: center;

    justify-content: center;

    color:#fff;

}



.about_culture_con img{

    width: 48px;

    height: 48px;



}



.about_culture_con h3 *{

    display: block;

    text-align: center;

    height: 24px;

    line-height: 24px;

    overflow: hidden;

}



.about_culture_con h3 strong{

    margin:20px 0 5px;

    font-weight: normal;

}



.about_culture_con h3 em{

    font-size: 14px;

    text-transform: uppercase;

    font-style: normal;

}



.about_culture_con p{

    text-align: center;

    display: none;

}



.about_culture_con i{

    width: 1px;

    height: 20px;

    margin:14px auto 27px;

    background: #fff;

    display: none;

}



.about_culture_box:hover p,

.about_culture_box:hover i{

    display: block;

}



.pb0{

    padding-bottom: 0;

}



.m_img img{ 

    width: 100%;

}



.pb60{

    padding-bottom: 60px;

}



.m_partner_itembox{

    overflow: hidden;

    margin:-15px -20px;

}



.m_partner{

    overflow: hidden;

}





.m_partner_item{

    float: left;

    width: 20%;

}



.m_partner_img{

    padding: 15px 20px;

}



.m_partner_img em{

    display: block;

    padding-top: 64%;

    -webkit-background-size: cover;

    background-size: cover;



    border-radius: 4px;

}



.m_dots2 .slick-dots{

    padding-bottom: 0;

}





.z_list{

    overflow: hidden;

    margin:-32px 0 0 -32px;

}



.z_list_item{

    float: left;

    width: 33.33%;

}



.z_list_box{

    position: relative;

    display: block;

    margin:32px 0 0 32px;

}



.z_list_img{

    position: relative;

    padding-top: 64%;

    border:1px solid #e6e6e6;

}



.z_list_img em{

    position: absolute;

    left: 11px;

    right: 11px;

    top: 11px;

    bottom: 11px;

    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;

}



.z_list_pop{

    -webkit-transition:.3s;

    transition:.3s;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    padding: 45px 20px 0;

    background: #d3b380;

    text-align: center;

    color:#fff;

    opacity: 0;

}



.z_list_pop img{

    width: 50px;

    height: 50px;

    margin:0 auto;

}



.z_list_pop h3{

    height: 40px;

    line-height: 40px;

    font-size: 18px;

    overflow: hidden;

}



.z_list_pop p{

    font-size: 14px;

    line-height: 30px;

    height: 60px;

    overflow: hidden;

}



a:hover .z_list_pop{

    opacity: 1;

}



.class_type{

    margin-bottom: 36px;

    border:1px solid #f1f1f1;

    background: #fff;

}



.class_type_item{

    padding: 30px;

    font-size: 14px;

    border-bottom: 1px solid #f1f1f1;

}



.class_type_item:last-of-type{

    border-bottom: 0;

}



.class_type_item a{

    margin:5px 10px;

}



.class_type_item a.on ,

.class_type_item a:hover{

    color:#d3b380;

}





.z_ins_xq{

    position: relative;

    background: #fff;

    border-top: 10px solid #ffd4a7;

    padding: 0  0 0 0; 

}



.z_ins_xq:before{

    content:"";

    position: absolute;

    left: 0;

    top: -10px;

    height: 10px;

    width: 200px;

    background: #d3b380;

}





.z_ins_xq h1{

    padding-top: 30px;

    text-align: center;

    font-size: 22px;

}



.z_ins_hd{

    padding: 14px 0;

    text-align: center;

    border-bottom: 1px solid #cccccc;

}



.z_ins_hd em{

    display: inline-block;

    margin:0 11px;

    padding-left: 20px;

    background-position:left center;

    background-repeat: no-repeat;

    font-style: normal;

    color:#707070;

}



.z_ins_hd .time{

    background-image: url(../images/z_ins1.jpg) ;

}



.z_ins_hd .user{

    background-image: url(../images/z_ins2.jpg) ;

}



.z_ins_xq p{

    padding: 20px 0;

    font-size: 16px;

    color:#707070;

    line-height: 30px;

    letter-spacing: 2px;

}



.z_ins_xq .img{

    text-align: center;

}

.z_ins_xq .img img{

    display: inline-block;



}



.ins_footer{

    margin:30px 0 77px; 

    overflow: hidden;   

}



.ins_footer .item{

    float: left;

    width: 33.33%;

}



.ins_footer a{

    display: block;

    margin:0 5px;

    text-align: center;

    border:1px solid #d3b380;

    border-radius: 4px;

    height: 46px;

    line-height: 44px;

    font-size: 16px;

    color:#d3b380;

}



.ins_footer em{

    display: inline-block;

    font-style: normal;

}





.ins_footer .item1 em{

    padding-left: 31px;

    background: url(../images/z_ins_footer1.png) no-repeat left center;

}



.ins_footer .item2{

    background: #d3b380;

    color:#fff;

}



.ins_footer .item2 em{

    padding-left: 31px;

    color:#fff;

    background: url(../images/z_ins_footer2.png) no-repeat left center;

}



.ins_footer .item3 em{

    padding-right: 31px;

    background: url(../images/z_ins_footer3.png) no-repeat right center;

}





.z_list_tablehd{

    display: flex;

    -ms-align-items: center;

    align-items: center;

    justify-content: space-between;

}





.z_list_tablehd{

    background: #d3b380;

    height: 40px;

    color:#fff;

}



.z_list_tablehd select{

    margin-left: 10px;

    appearance:none;

    -moz-appearance:none;

    -webkit-appearance:none;

    width: 61px;

    height: 25px;

    border:0;

    padding: 0 7px;

    border-radius: 8px;

    color:#d3b380;

    background:#fff url(../images/z_sj.png) no-repeat 90% center;

}





.z_list_tablehd_item1,

.z_list_tablebd_item1{

    text-align: center;

    width: 12%;

}





.z_list_tablehd_item2,

.z_list_tablebd_item2{

    text-align: center;

    flex:1;

}



.z_list_tablehd_item3,

.z_list_tablebd_item3{

    text-align: center;

    flex:1;

}



.z_list_tablehd_item4,

.z_list_tablebd_item4{

    text-align: center;

    width: 12%; 

}



.z_list_tablebd_item{

    display: flex;

    width: 100%;

    -ms-align-items: center;

    align-items: center;

    height: 60px;

    border-bottom: 1px dashed #d2d2d2;

    background: #fff;

    font-size: 16px;

    color:#707070;

}



.z_list_tablebd a{

    display: block;

    max-width: 96px;

    margin:0 auto;

    background: #d3b380;

    color:#fff;

    height: 27px;

    line-height: 27px;

    border-radius: 32px;

    font-size: 16px;

}



.contact_footer{

    padding: 80px 0;

}



.contact_footer .wp{

    overflow: hidden;

}



.contact_footer .txt{

    float: right;

    font-size: 26px;

    line-height: 36px;

    color:#fff;

}



.contact_footer .p1{

    color:#d3b380;

}





.z_table_hd{

    padding: 0 40px;

    height: 40px;

    line-height: 40px;

    overflow: hidden;

    background: #d3b380;

    color:#fff;

}



.z_table_hd div{

    width: 33.33%;

    float: left;

}



.z_table_hd .s2{

    padding: 0 10px;

    text-align: center;

}



.z_table_hd .s1{

    text-align: left;

}



.z_table_hd .s3{

    text-align: right;

}





.z_table_bd{

    padding: 10px 40px;

    background: #fff;

}



.z_table_bd h4{

    padding: 10px 0;

    font-size: 16px;

    color:#424242;

}



.z_table_bd p{

    color:#707070;

    font-size: 14px;

    line-height: 28px;

}



.z_table_bd label input{

    display: none;

}



.z_table_bd label em{

    text-decoration: underline;

    font-style: normal;

    font-size: 14px;

}



.z_table_bd_footer{

    vertical-align: bottom;

}



.z_table_bd_footer a{

    display: inline-block;

    width: 100px;

    height: 30px;

    line-height: 28px;

    text-align: center;

    border:1px solid #333;

    border-radius: 2px;

    -o-transition:.3s;

    -ms-transition:.3s;

    -moz-transition:.3s;

    -webkit-transition:.3s;

    transition:.3s;

}



.z_table_bd_footer a:hover{

    background: #d3b380;

    color:#fff;

    border-color:#d3b380;

}

.h70{

    height: 70px;

}



.z_table_bd .ts{

    padding-bottom: 20px;

    text-transform: uppercase;

}





.list_contact{

    display: flex;

    -webkit-flex-wrap: wrap;

    -moz-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    -o-flex-wrap: wrap;

    flex-wrap: wrap;

    margin-bottom: 48px;

}



.m_bgbox3 .wp{

    overflow: hidden;

}



.list_contact_item{

    width: 25%;

    text-align: center;

    display: flex;

    -ms-align-items: center;

    align-items: center;

    -webkit-flex-direction: column;

    flex-direction: column;

    justify-content: center;

    background: #fff;

    height: 290px;

}



.list_contact_icon {

    position: relative;

    width: 50px;

    height: 50px;

}



.list_contact_icon img{

    position: absolute;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    border-radius: 50%;

}



.list_contact_icon .icon1{

    border:1px solid #464646;

}



.list_contact_icon .icon2{

    opacity: 0;

    border:1px solid #fff;

}



.list_contact_item:hover .list_contact_icon .icon2{

    opacity: 1;

}



.list_contact_item:hover .list_contact_icon .icon1{

    opacity: 0;

}



.list_contact_item{

    box-shadow: 0 0 10px rgba(0,0,0,.05);

    -o-transition:.3s;

    -ms-transition:.3s;

    -moz-transition:.3s;

    -webkit-transition:.3s;

    transition:.3s;

}



.list_contact_item:hover {

    background: #d3b380;

    color:#fff;

}



.list_contact_item h3{

    margin:20px 0;

    text-align: center;

    height: 40px;

    line-height: 40px;

    font-size: 22px;

    overflow: hidden;

}



.list_contact_item .wx{

    width: 96px;

    height: 96px;

    margin-bottom: 10px;

}



.z_list_address_item{

    position: relative;

    overflow: hidden;

}



.z_list_address_img{

    float: left;

    width: 662px;

    height: 412px;

    border-radius: 4px;

}



.z_list_address_con{

    position: absolute;

    right: 5px;

    top: 23px;

    bottom: 23px;

    padding: 50px;

    width: 582px;

    background: #fff;

    border-radius: 4px;

    box-shadow: 0 0 8px rgba(155,155,155,.21);

    overflow-y: auto;

}



.z_list_address_con::-webkit-scrollbar {

    width: 8px;

}



.z_list_address_con::-webkit-scrollbar-track {

background-color:#ccc;

}



.z_list_address_con::-webkit-scrollbar-thumb {

background-color:#000;

}



.z_list_address_con p{

    /*height: 30px;*/

    line-height: 30px;

    font-size: 14px;

    color:#707070;

    text-transform: uppercase;

    padding-left:25px ;

    background-position: left 6px;

    background-repeat: no-repeat;

}



.z_list_address_con .p1{

    background-image: url(../images/z_con1.png);

}



.z_list_address_con .p2{

    background-image: url(../images/z_con2.png);

}



.z_list_address_con .p3{

    background-image: url(../images/z_con3.png);

}



.z_list_address_con .p4{

    background-image: url(../images/z_con4.png);

}



.z_list_address_item{

    margin-bottom: 20px;

}





.z_list_address_ewm div{

    display: inline-block;

    margin-right: 4px;

}

.z_list_address_ewm{

    padding-top: 10px;

}



.z_list_address_ewm img{

    width: 100px;

    height: 100px;

}



.z_list_address_ewm em{

    margin-top: 5px;

    display: inline-block;

    padding-left: 25px;

    color:#707070;

    background-position: left 0;

    background-repeat: no-repeat;

    font-style: normal;

}



.z_list_address_ewm .wx{

    background-image: url(../images/z_con5.png);

}





.z_list_address_ewm .wb{

    background-image: url(../images/z_con6.png);

}





.odd .z_list_address_con{

    right:auto;

    left:5px;

}



.odd .z_list_address_img{

    float: right;

}


.z_list_tel{
    font-size:24px;
    line-height:40px;
    color:#333;
    margin-top:10px;
}
.z_list_tel span{
    font-size:28px;
    font-weight:bold;
}



#z_map{

    height: 360px;

}



#z_map img{

    max-width: 99999999999999999999px;

}



.map_con{

    text-align: center;

    height: 200px;

    display: flex;

    -ms-align-items: center;

    align-items: center;

    flex-direction: column;

    justify-content: center;

}



.z_map_img2{

    margin-bottom: 20px;

}



.map_tit{

    font-size: 18px;

    color:#474747;

    font-weight: bold;

}





.map_addr{

    margin:15px 0;

    font-size: 16px;

    color:#707070;

}



.map_tel{



    font-size: 22px;

    color:#474747;

}





.pop_bg{

    position: fixed;

    left: 0;

    top: 0;

    right: 0;

    bottom: 0;

    z-index: 9;

    background: #000;

    opacity: .8;

    display: none;

}



.pop_z{

    position: fixed;

    left: 50%;

    top: 50%;

    margin:-150px 0 0 -250px;

    z-index: 10;

    width: 500px;

    height: 400px;

    background: #fff;

    padding: 30px;

    display: none;

}



.pop_z h3{

    text-align: center;

    color:#333;

    font-size: 20px;

    font-weight: bold;

}



.pop_close{

    position: absolute;

    right: 10px;

    top: 10px;



}



.pop_close img{

    width: 30px;

}



.pop_item_left{

    padding: 5px 0;

    font-weight: bold;

}



.pop_z .inp{

    width: 100%;

    height: 35px;

    line-height: 35px;

    padding: 0 10px;

}



.pop_z button{

    width: 100%;

    height: 40px;

    margin-top: 10px;

    background: #d3b380;

    border:0;

    color:#fff;

    font-size: 18px;

}