﻿@charset "utf-8";
/*-----------------样式reset------------------------*/
body,div,p,span,ul,li,ol,h1,h2,h3,i,b,a,img,form,input,strong,dd,dl,table,tr,td{
    margin:0;
    padding:0;
    border:0;
}
body{
    width:100%;
    font-size: 16px;
    color:#000;
    margin:0 auto;
    font-family: 'Microsoft yahei';
    position: relative;
    background-color: #eff3f7;
}
li,ol{
    list-style-type: none;
}
a{
    text-decoration: none;
    color:#004bff;
}
h1,h2,h3,b,strong{
    font-size: 16px;
    font-weight: normal;
}
i{
    font-style: normal;
}
input{
    background-color: #fff;
    border:1px solid #ccc;
}
img{
    width:100%;
    height:auto;
    display:block;
}
.clear_both:after{
    width:0;
    height:0;
    display:block;
    content: '';
    clear:both;
}
.float-l{
    float:left;
}
.float-r{
    float:right;
}
/*--------------------顶部logo/导航/登录注册--------------------------*/
.header{
    width:100%;
    height:auto;
    padding:10px 0;
}
.header_wrap{
    width:100%;
    max-width:960px;
    margin:0 auto;
}
.logo{
    width:40%;
    height:auto;
}
.logo_img{
    height:auto;
    display:inline-block;
}
.logo_left{
    width:50%;
}
.logo_right{
    width:45%;
    margin-left: 5%;
    margin-top: 20px;
}
.login_register{
    width:14%;
    height:50px;
    margin-top: 10px;
    font-size: 14px;
    color:#222;
}
.login_register i{
    display:block;
    width:20px;
    height:26px;
    background-size: 20px;
    margin-left: 4px;
}
.login,.register{
    height:40px;
    text-align: center;
}
.register{
    margin-left:25%;
}
.login i{
    background: url("/img/page/common/login.png") no-repeat 0 0;
}
.register i{
    background: url("/img/page/common/register.png") no-repeat 0 0;
}
.register a:hover,.login a:hover{
    color:#ff6800;
}
.nav_bar{
    width:100%;
    height:60px;
    line-height: 60px;
    background-color: #2aaee1;
    /*background-color: #2994e6;*/
}
.nav_list{
    width:100%;
    max-width: 960px;
    margin:0 auto;
    position: relative;
}
.nav_text{
    width:12.5%;
    text-align: center;
}
.nav_text a{
    display:block;
    width:100%;
    height:58px;
    color:#fff;
    font-size: 18px;
}
.nav_text a:hover{
    background-color:rgba(255,128,0,0.9);
    color:#000;
    border-top: 2px solid blue;
}
.active_1{
    background-color: #ff8000;

    border-top: 2px solid #000;
}
.active_1 a{
    color: #000000 !important;
}
/*登陆成功时*/
.login_access{
    width:35%;
    height:50px;
    margin-top: 18px;
    color:#222;
}
.login_access p a{
    display: block;
    width:100%;
    height:26px;
    line-height: 26px;
    margin-top: 10px;
    text-align: center;
    border-radius: 3px;
}
.login_access .logout{
    width:20%;
    margin-left: 5%;
    font-size: 14px;
}
.login_access .logout a{
    background-color: #f44e1d;
    color:#222;
}
.login_access .logout a:hover{
    background-color: #aaa;
    color:#fff;
}
.login_access .login_manager{
    width:30%;
    font-size: 14px;
}
.login_access .login_manager a{
    background-color: #ff8000;
    color:#fff;
}
.login_access .login_manager a:hover{
    background-color: #ff5900;
    color:#222;
}
.login_access .login_user{
    width:40%;
    font-size: 16px;
    font-weight: 600;
}
.login_access .login_user a:hover{
    text-decoration: underline;
    color:#ff6800;
}


/*--------------文章/活动下拉框-------------------*/
.nav_item{
    display:none;
    height:auto;
    background-color: rgba(255,128,0,0.8);
    position: absolute;
    top:60px;
    z-index: 999;
    text-align: center;
    padding-bottom: 6px;
}
.nav_item li a{
    display:block;
    font-size: 15px;
    width:100%;
    height:100%;
    color:#004bff;
}
.nav_item li a:hover{
    color:#fff;
}
.nav_wenzhang{
    width:28.5%;
    left:42%;
}
.nav_wenzhang li{
    width:30%;
    height:35px;
    margin:2px auto;
    line-height: 35px;
    float: left;
}
.wz_item_1{
    padding-left: 16%;
    padding-right: 8%;
}
.nav_huodong{
    width:12.5%;
    left:62.5%;
}
.nav_huodong li{
    width:90%;
    margin:0 auto;
    height:35px;
    line-height: 35px;
}
.nav_qjnews{
    width:12.5%;
    left:37.5%;
}
.nav_qjnews li{
    width:90%;
    margin:0 auto;
    height:35px;
    line-height: 35px;
}
/*------------------底部版权区域--------------*/
.bottom_copyright {
    width:100%;
    background-color: #bbb;
    padding: 20px 0 30px;
    clear:both;

}
.bottom_copyright .link_url{
    width:100%;
    max-width: 960px;
    text-align: center;
    margin:0 auto;
}
.bottom_copyright .link_text{
    display:inline-block;
    width:12%;
    border-right: 1px solid #fff;
}
.bottom_copyright .link_text a{
    display:block;
    color:#fff;
}
.bottom_copyright .link_text a:hover{
    color:#004bff;
    text-decoration: underline;
}
.bottom_copyright .record{
    width:100%;
    height:30px;
    max-width: 960px;
    text-align: center;
    margin:10px auto;
}
.bottom_copyright .record p{
    display:inline-block;
    height:30px;
    font-size: 15px;
    color:#666;
}
.bottom_copyright .copyright{
    width:100%;
    max-width:960px;
    text-align: center;
    margin: 10px auto 0;
}
.bottom_copyright .copyright p{
    margin-top: 10px;
    font-size: 15px;
    color:#666;
}
.bottom_copyright .service{
    font-size: 14px!important;
    color:#000!important;
    padding-top: 10px;
}
.service img{
    display:inline-block;
}