/********头部 header*******/
.header{
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 100px;
    color: #666;
    font-size: 13px;
    font-family: "宋体";

}
.header .header-boar{
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 2px #eee;
}
.header .header-boar .w1200{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header-boar .w1200 .tel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}
.header .header-boar .w1200 .tel a{
    color: #333;
    font-size: 20px;
}
.header .header-boar .w1200 .tel span{
    font-size: 14px;
}



/*********************/
/* footer 底部样式 */
.footer{
    width: 100%;
    min-width: 1200px;
}
/* 内容 */
.footer .text_box{
    padding: 42px 0;
    background: #fff;
    overflow: hidden;
}
/* 电话 */
.footer .phone{
    width: 200px;
    margin-top: 18px;
    padding-top: 50px;
    text-align: center;
    background: url(../images/header_footer/icon_footer_phone.png) center top no-repeat;
}
.footer .phone p{
    padding-top: 10px;
    line-height: 24px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    font-family: "微软雅黑";
}
.footer dl.phone span{
    position: relative;
    display: inline-block;
    height: 12px;
    padding: 0 3px;
    line-height: 12px;
    text-indent: 2px;
    font-size: 13px;
    color: #848484;
    letter-spacing: 2px;
    background: #fff;
}
.footer .phone dd{
    position: relative;
    padding-top: 8px;
}
.footer .phone dd::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 6px;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}
/* 服务信息 */
.footer .service {
    margin: 10px 0 0 165px;
    background: url(../images/header_footer/footer_service_bg.png) no-repeat;
}
.footer .service ul{
    width: 134px;
    float: left;
    padding-left: 2px;
    text-align: center;
}
.footer .service li{
    height: 24px;
    line-height: 24px;
}
.footer .service a{
    display: block;
    color: #666;
    font-size: 14px;
}
.footer .service a:hover{
    color: #333;
}

/* 二维码 */
.footer .qr_code{
    width: 264px;
    padding-top: 15px;
}
.footer .qr_code li{
    width: 112px;
    padding: 0 10px;
    float: left;
}
.footer .qr_code i{
    display: block;
    width: 75px;
    height: 75px;
    margin: 0 auto;
}
.footer .qr_code i.weix{
    background: #eee url("../images/header_footer/footer_qrCode.jpg") 0 0 no-repeat;
}
.footer .qr_code i.weib{
    background: #eee url("../images/header_footer/footer_qrCode.jpg") -75px 0 no-repeat;
}
.footer .qr_code span{
    display: block;
    padding: 10px 0;
    font-size: 14px;
}

/* 备案内容 */
.footer .copy_info{
    padding-top: 24px;
    text-align: center;
}
.footer .copy_info p{
    line-height: 24px;
    padding-bottom: 10px;
    color: #666;
    font-size: 13px;
}
.footer .copy_info i{
    display: inline-block;
    width: 20px;
    height: 24px;
    margin-right: 5px;
    vertical-align: bottom;
    background: url(../images/icon_copy.png) center center no-repeat;
}

/*banner 样式*/
.art_banner_box{
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
/*.art_banner_box .cur_banner_show {*/
/*    position: absolute;*/
/*    width: 1920px;*/
/*    left: 50%;*/
/*    margin-left: -960px;*/
/*}*/
/*.art_banner_box .cur_banner_base_hide {*/
/*    width: 1920px;*/
/*    visibility: hidden;*/
/*}*/
.art_banner_box .list{
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.art_banner_box .list img{
    width: 100%;
}
