html{height:100%; font-family: "微软雅黑";}
body{position:relative;min-height:100%;}
.wraper {
    min-width: 1200px;
    width: 100%;
}
.g-box {
    width: 1200px;
    margin: 0 auto;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
 }
 .clearfix:after { clear:both; }

/* header */
.nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,.2);
    height: 80px;
}
.nav_content-box {
    height: 80px;
    width: 1200px;
    margin: 0 auto;
}
.nav_left {
    float: left;
}
.logo-icon {
    display: inline-block;
    width: 150px;
    height: 52px;
    background: url(../png/newlogo11.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 14px; 
}
.login {
    float: right;
    margin-right: 10px;
    height: 80px;
    line-height: 80px;
}
.btn-login {
    display: inline-block;
    margin-top: 26px;
    padding: 8px 21px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #fff;
}
.btn-login:hover{
    color: #3197FA;
    background-color: #fff;
}
.btn-login:hover{
    color: #3197FA;
    text-decoration: none;
}
.user {
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
}
.exit {
    font-size: 15px;
    color: #fff;
}
.user:hover,
.exit:hover {
    color: #fff;
    text-decoration: none;
}
.nav_center {
    float: right;
    margin-right: 45px;
}
.chil-li {
    display: inline-block;
    height: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    padding: 0 21px;
}
.chil-li>a {
    position: relative;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    height: 100%;
}
.chil-li>a:link,
.chil-li>a:active,
.chil-li>a:visited,
.chil-li>a:hover {
    color: #fff;
}
.active-bar {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.chil-li-active .active-bar {
    display: inline-block;
}
.second_list {
    display: none;
    position: absolute;
    top: 80px;
    left: -22px;
    box-shadow:1px 0px 4px rgba(204,204,204,0.4);
    -webkit-box-shadow:1px 0px 4px rgba(204,204,204,0.4);
    padding: 15px;
    background-color: #fff;
    z-index: 999;
}
.second_list>li {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.second_list>li a {
    color: #666;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.second_list>li.selected,
.second_list>li:hover {
    background-color: #3197FA;
}
.second_list>li:hover a,
.second_list>li.selected a {
    color: #fff;
}
.sliderBar {
    position: absolute;
    bottom: 10px;
    left: 500px;
    z-index: 10;
    width: 30px;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    transition: left .5s;
    -moz-transition: left .5s;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
}



/* footer */
.footer {
    background-color: #141A21;
    padding-top: 60px;
    padding-bottom: 50px;
}
.footer-content {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}
.footer-left,
.kf-img,
.z-reveal {
    float: left;
}
.z-reveal {
    margin: 0 26px 0 24px;
}
.reveal-tips {
    margin-top: 18px;
    margin-bottom: 33px;
    font-size: 16px;
}
.z-reveal p{
    color: #fff;
}
.footer-phone {
    font-size: 20px;
    margin-bottom: 10px;
}
.qq-link {
    display: inline-block;
    margin-top: 39px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.qq-link:hover {
    color: #333;
    background-color: #fff;
}
.footer-menu {
    float: left;
    border-left: 1px solid #373c42;
}
.mune-box {
    vertical-align: top;
    display: inline-block;
    margin-left: 50px;
    max-width: 112px;
}
.mune-box:first-child {
    margin-left: 75px;
}
.menu-item {
    margin-bottom: 14px;
    font-size: 14px;
}
.menu-item:first-child {
    margin-bottom: 29px;
    font-size: 16px;
    color: #fff;
}
.menu-item>a{
    color: #a3a3a3;
}
.menu-item>a,
.menu-item>a:link,
.menu-item>a:active,
.menu-item>a:visited {
	color: #a3a3a3;
}
.menu-item>a:hover{
    color: #fff;
    text-decoration: none;
}
.footer-code {
    float: left;
    margin-left: 67px;
}
.ft-nav-box {
    margin: 0 auto;
    text-align: center;
    margin-top: 68px;
    padding-top: 37px;
    border-top: 1px solid #373c42;
    font-size: 12px;
    width: 1200px;
    
}
.ft-nav-ul {
    margin-bottom: 0;
}
.ft-nav-ul li{
    display: inline-block;
}
.ft-nav-ul li>a{
    padding: 0 25px;
    color: #a3a3a3;
}
.ft-nav-ul li>a:hover{
    text-decoration: none;
    color: #fff;
}
.beian {
    text-align: center;
    margin-top: 54px;
    color: #a3a3a3;
    font-size: 12px;
}
.beian-bottom{
    padding-bottom: 10px;
}
.icon-beian {
    margin-top: 13px;
}

/*绑定手机号弹窗*/
.bind-phone-info{
    word-break:break-all;
    font-size:28rpx;
    color:#333;
    text-align:justify;
    text-justify:inter-ideograph;
}

/*弹层*/      
.info_tip { height: 44px; min-width: 450px; background: #ff4343; color: #fff; text-align: center; line-height: 44px; font-size: 20px; position: fixed; top: 35px; left: 50%; margin-left: -225px; display: block; border-radius:4px; -webkit-border-radius:4px; -moz-border-radius:4px; box-shadow:0px 0px 10px rgba(0,0,0,.3); -webkit-box-shadow:0px 0px 10px rgba(0,0,0,.3); -moz-box-shadow:0px 0px 10px rgba(0,0,0,.3);z-index:19891099; }
