@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2016-07-28 13:19:06
 * @version $Id$
 */
.clr,.clear{clear:both;height:0;overflow:hidden}
.clrfix,.clearfix{zoom:1}
.clrfix:after,.clearfix:after{clear:both;display:block;height:0;visibility:hidden;content:"."}
.hide{display:none;}



body{
    padding-top: 90px;
    height:auto !important;
    height:500px;
    min-height:500px;
    font-family: "微软雅黑";
}
.wbox{
    width: 1100px;
    margin: 0 auto;
}
.header-wrap{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
    z-index: 100;
}
.topTip{font-size: 14px; border-bottom: 1px solid #e5e5e5; background-color: #f3f3f3; line-height: 30px; padding-left: 20px; position: fixed; left: 0; top: 0; width: 100%;z-index: 999}
.header-wrap.shadow{
    box-shadow: 0 4px 8px #ccc;
}
.header-wrap .header{
    height: 90px;
    position: relative;
    /*overflow: hidden;*/
    box-shadow :none!important;
}
.header-wrap .header a.logo{
    display: block;
    width: 60px;
    height: 28px;
    position: absolute;
    top: 40px;
    left: 0;
    background: url(../../images/bgy/logo.png) no-repeat 0 0;
}
.header-wrap .header a.wx{
    width:100px;
    position: absolute;
    left: 75px;
    top:39px;
}
.header-wrap .header a.wx img{
    display: block;
    width:100px;
}
.header-wrap .header a h1{
    display: none;
}
.header-wrap .header .nav{
    height: 36px;
    position: absolute;
    right: 130px;
    top: 40px;
}
.header-wrap .header .nav a{
    display: inline-block;
    float: left;
    height: 36px;
    padding: 0 20px;
    font: normal 15px/36px "微软雅黑";
    color: #000;
    text-decoration: none;
}
.header-wrap .header .nav a.partyHot{
    display:none!important;
}
.header-wrap .header .nav a.cur,
.header-wrap .header .nav a:hover{
    color: #2abc98;
    text-decoration: none;
    font-weight: 500;
}
/* .header-wrap .header span{
    display: block;
    position: absolute;
    top: 33px;
    right: 0;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    padding-left: 30px;
    background: url(../../images/niu/tel.png) no-repeat 0 0;
}
 */
.header-wrap .regs{
    position: absolute;
    right:0;
    top:45px;
    height:30px;
}
.header-wrap .kfTel{
    position: absolute;
    right:0;
    top:10px ;
    height: 24px;
}
.header-wrap .kfTel img{
    float: left;
    margin-right: 8px;
}
.header-wrap .kfTel span{
    color: #3b8ddc;
    line-height: 24px;
    font-size: 20px;
    float: left;
}
.header-wrap .kfTel .tel{
    font-weight: bold;
    border-left: 3px solid #3b8ddc;
    padding-left: 8px;
    margin-left: 8px;
}
.header-wrap .regs>a,.logina{
    display: inline-block;
    float: left;
    padding: 0 12px;
    border-radius: 2px;
    border: 1px solid #2abc98;
    margin: 0 0 0 5px;
    height:24px;
    line-height: 24px;
    color: #2abc98;
    font-size: 14px;
    position: relative;
}

.header-wrap .regs a.cur{
    background-color: #2abc98;
    color: #fff;
}
.wbox{
    width:1200px!important;
    margin:0 auto;
}
.logina:hover >div{
    display: block;
}
.logina>div{
    position: absolute;
    width: 180px;
    height: 88px;
    left: -74px;
    top: 26px;
    display: none;
    padding-top: 10px;
}
.logina .ptLogin{
    width: 100%;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.2);
    border-radius: 10px;
    display: flex;
    left: -74px;
    top: 34px;
    cursor: pointer;
}
.logina .ptLogin>a{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    line-height: 16px;
    border-radius: 10px;
}
.logina .ptLogin>a img{
    margin-bottom: 5px;
}
.logina .ptLogin>a:hover{
    background: #DAFFF6;
}