@charset "utf-8";
/* 顶部 */
.header a,.header img{
    display: block;
    width: 100%;
    height: auto;
}
/* 版权 */
div.bq{
    width: 100%;
    background: url(../images/wlstczpt_bq_bg.png) center;
    background-size: 100% 100%;
}
div.bq p{
    width: 50%;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    float: left;
}
div.bq p.right a{
    display: block;
    width: auto;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    float: right;
    position: relative;
}
div.bq p.right a:hover{
    color: #0067b7;
}
/* div.bq p.right a:nth-child(2)::after{
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 22px;
    background: #fff;
} */
/* footer */
.footer{
    padding: 45px 0;
    background: url(wlstczpt_foot_bg.png) no-repeat center;
}
.footer>div{
    padding: 0 10px;
}
.footer>div h2{
    width: auto;
    font-size: 25px;
    color: #1d1d1d;
    line-height: 60px;
    position: relative;
}
.footer>div h2::before{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #767676;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.footer>div ul li a{
    display: block;
    color: #484848;
    font-size: 14px;
    line-height: 26px;
}
.footer>div ul li a:hover{
    color: #0067b7;
}
.footer div.lxfs p{
    font-size: 14px;
    line-height: 36px;
    color: #484848;
}
.footer div.lxfs p span{display:block;}
.footer div.lxfs p>a{display:inline-block;color: #333;margin-right: 20px;font-size: 16px;}
.footer div.lxfs p>a:hover{color: #0067b7;}
.footer div.code img{
    display: block;
    width: auto;
    margin: 0 auto;
}
.footer div.code p{
    font-size: 14px;
    line-height: 40px;
    color: #484848;
    text-align: center;
}
/*搜索*/
div.fixed{
     position: fixed;
    right: 0;
    bottom: 40%;
}
div.search{
    height: 26px;
    width: 35px;
    background: #0067b7;
    padding: 10px;
    box-sizing: content-box;
}
div.search>span.searchBox{
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    cursor: pointer;
    background: url(../img/searchicon.png) no-repeat right center;
}
.layer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}
.layer.showdiv {
    opacity: 1;
    visibility: visible;
}
.layer .close {
    font-size: 120px;
    font-family: icon;
    position: absolute;
    right: 50px;
    top: 50px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    color: #0067b7;
    opacity: 0.5;
}
.layer .search_box {
    height: 45px;
    line-height: 45px;
    width: 550px;
    transform: translateY(-50px);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.layer.showdiv .search_box {
    transform: none;
    transition: all 0.5s ease-out 0s;
    opacity: 1;
}
.layer .search_box .kw {
    width: 400px;
    height: 45px;
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
    padding: 0 12px;
    font-size: 16px;
    border-radius: 0;
    float: left;
}
.layer .search_box .ok {
    background:  #0067b7;
    color: #fff;
    width: 120px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border-radius: 0;
    float: left;
}
.layer .leader_box {
    background: #fff;
    border-top: 3px solid #ca0d0d;
    width: 1100px;
    position: relative;
}
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:80%; margin:20px auto}
#vsb_content table tr td{ border-left:0px; text-align: center;border-top:0px;line-height: 23px; padding: 5px; border-right-width: 1px; border-bottom-width: 1px; border-right-style: solid; border-bottom-style: solid; border-right-color: #ddd; border-bottom-color: #ddd; }
#vsb_content table tr td p{text-indent: 0em!important;padding:0px;margin:0px;text-align: center!important;}
/* ie8提示 */
#browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9999;}
#browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1}
#browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px}
#browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px}
#browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px}
#browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px}
#browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px}
#browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto}
#browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;}
#browser-modal .browser-content .browser-item .iconchrome{background: url(../img/bro.png) no-repeat 0 0}
#browser-modal .browser-content .browser-item .iconfirefox{background: url(../img/bro.png) no-repeat 0 -100px}
#browser-modal .browser-content .browser-item .iconopera{background: url(../img/bro.png) no-repeat 0 -200px}
#browser-modal .browser-content .browser-item .iconEdge{background: url(../img/bro.png) no-repeat 0 -300px}
#browser-modal .browser-content .browser-item a{cursor:pointer;display:block}
#browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px}
#browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700}