

/*登陆弹出框begin*/
.pop_popup{display:none;position:fixed;z-index:10000;left:0;top:0;background:#000;filter:alpha(opacity=50);-moz-opacity:0.3;-khtml-opacity:0.5;opacity:0.5;width:100%;height:100%;}

.Mytip{position: fixed;top: 50%;left: 50%;margin-top: -246px;margin-left: -306px;z-index:10001;padding: 6px;background: url(Mytip.png) repeat;}
.Compulsory{width: 600px; height: 480px;background-color: #FFFFFF;display: none;}
.Compulsory span{background-image:url(xiaolian_03.png);background-repeat: no-repeat;background-position: 9px 9px; display:block;height: 40px;line-height: 40px;background-color:#ed6fac;color: #FFFFFF;font-weight: bold;padding-left: 37px;font-size: 14px;}
.Compulsory span em{float: right;background-image: url(guanbi_bg_03.png);width: 17px;height: 17px;margin-top: 11px;margin-right:10px;cursor: pointer;*margin-top: -28px;}
.Compulsory a {text-decoration: none;color: #FFFFFF;background-color: #ed6fac;height: 40px;width: 290px;display: block;font-weight: bold;text-align: center;line-height: 40px;border: solid 1px #ed6fac;border-radius: 4px;font-size: 16px;margin: 37px auto 0px;}
.Compulsory a:hover{background-color: #d91373;}
.Compulsory p{margin-top:20px;text-align: center;color: #666; }
.Compulsory .Compulsory_tixing img{margin: 33px auto 0px;display: block;*margin-left: 115px;}
.pop_popup_index{display:none;position:fixed;z-index:9990;left:0;top:0;background:#000;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;width:100%;height:100%;}


/*/!*顶部banner*!/*/
.bann_a{display:none;}
.banner{
    width:100%;
    height:100px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
}
.banner .banner_div {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}
.banner .banner_div .close_btn{
    position: absolute;
    right:5px;
    top:1px;
    height:30px;
    width:30px;
    /*background-image: url(main-icon.png);
    background-repeat: no-repeat;
    background-position: -5px -5px;*/
}

/*QQ弹窗*/
.qqLayer{position: fixed;width: 564px;height: 334px;background: url(bg1.png) no-repeat center center;top:50%;margin-top:-167px;left:50%;margin-left:-282px;z-index: 999999;display: none;}
.toCloseBtn{cursor:pointer;display: inline-block;width: 26px;height: 26px;position: absolute;top:17px;right:17px;z-index:11;background-image: url(q_close.png);background-repeat: no-repeat;background-position: -34px center}
.qq-adv-link{display: block;padding-top: 7px;text-align: center;}
.qq-adv-link2{display: block;padding-top: 7px; padding-left:7px;}
.qq-adv-link>img{width: 550px;height: 320px}
.qq_link{display: inline-block;*display: inline-block;width: 112px;height: 40px;position: absolute;left:57px;bottom:19px;z-index:10;}
.toCloseBtn:hover{background-position: 0 center}


/*404*/
.error_box{text-align:center;margin:127px 0;font-family:'微软雅黑';}
.error_box p{margin-top:98px;font-size: 14px;color: #333;}
.error_box p span{font-size: 16px;font-weight: bold;}
.error_box p span i{background: url(e_box.png) no-repeat -34px 0;display: inline-block;width: 22px;height: 18px;margin-right: 4px;vertical-align: middle;margin-top: -4px;}
.error_box p a{color:#c06;text-decoration: underline;}
