@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft YaHei";
}

html {
    width: 100%;
    min-width: 1200px;
}

a {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

a:link, a:visited {
    text-decoration: none;
}

i, em {
    font-style: normal;
}

textarea {
    resize: none;
    padding: 5px;
    font-size: 12px;
}

input[type=checkbox], input[type=radio] {
    vertical-align: -2px;
}

img {
    border: none;
}

ul, li {
    list-style: none;
}

.hidden {
    display: none;
}

.breakall {
    word-wrap: break-word;
    word-break: break-all;
}

.cursor {
    cursor: pointer;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

/*清除浮动
 --------------*/
.clearfix {
    zoom: 1;
    _height: 1px
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clear {
    clear: both;
}

.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.round {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

.diandian {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-bindings: url('ellipsis.xml#ellipsis');
}

.noSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.main{
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    min-width: 1000px;
    _width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":"");
}

/*头部*/
.header_box {
    width: 100%;
    height: 80px;
    background: #fff;
}

.header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    *z-index: 999999;
    *width: 1200px;
}

.header_logo {
    display: block;
    height: 80px;
    float: left;
}
/*测试*/
.header_logo a img {
    width: 100%;
    height: 100%;
}

.header_zone {
    height: 80px;
    float: left;
    margin: 0 32px;
}

.header_zone li {
    float: left;
    margin: 0 25px;
    height: 78px;
    line-height: 78px;
}

.header_zone li a {
    display: inline-block;
    color: #010101;
}

.header_zone li >a:hover{
    border-bottom: 2px solid #2c85ff;
}

.header_zone .active {
    border-bottom: 2px solid #2c85ff;
}
.header_zone .active>a {
    color: #2c85ff;
}

.header_right {
    height: 78px;
    line-height: 80px;
    float: right;
}

.header_right a {
    display: inline-block;
    width: 78px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #5d5d5d;
    color: #5d5d5d;
    border-radius: 20px;
}

.header .header_zone li .nav_menu {
    display:none;
    transition: all 0.2s ease 0s;
    width: 100%;
    height: 120px;
    background: rgba(9, 18, 43, 0.9);
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 100;
    overflow: hidden;
    padding: 0 600px;
    margin: 0 -600px;
    _width: 1920px;
}

.nav_menu .nav_menu_list {
    width: 200px;
    line-height: 120px;
    color: #fff;
    float: left;
}

.header_zone a:hover {
    color: #2c85ff;
}

.header_zone .nav:hover .nav_menu {
    height: 120px;
    display: block;
}
/*登录*/
.login_bg{
    width: 100%;
    height: 915px;
    position: relative;
    background: url("../image/login_bg.png") no-repeat;
}

.one{
    width: 1360px;
    margin: 0 auto;
    padding-top: 10%;
}
.one a{
    width: 21%;
    display: block;
    float: left;
    margin: 0 2% 2%;
}

.one a img {
    display: block;
    width: 100%;
}
.one a p{
    text-align: center;
    font-size: 16px;
    color: #081740;
    margin: 10% 0;
}
/*右侧边栏*/
.right_side_bar {
    width: 46px;
    height: 100%;
    position: fixed;
    right: 2%;
    top: 0;
    z-index: 110;
}
.side_bar_con{
    width: 100%;
    height: 256px;
    position: absolute;
    bottom: 20%;
    left: 0;
    cursor: pointer;
}
.help_icon{
    width: 30px;
    height: 30px;
    background: url("../image/zx_icon.png") no-repeat;
    display: block;
    margin-bottom: 8px;
}
.help_support{
    padding: 10px 8px;
    line-height: 26px;
    text-align: center;
    background: #1d8ce7;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.call_box{
    padding: 6px 5px;
    border-left:2px solid #e5e5e5;
    border-right:2px solid #e5e5e5 ;
    border-bottom: 2px solid #e5e5e5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #fff;
}
.call_icon{
    width: 30px;
    height: 30px;
    background: url("../image/call_icon.png") no-repeat;
    display: block;
    position: relative;
    margin: 0 auto;
}
.call_show{
    min-height: 44px;
    box-sizing: border-box;
    border: 1px solid #eaecee;
    background-color: #fff;
    white-space: nowrap;
    box-shadow: 0 0 0 1px rgba(227,229,233,.25);
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    position: absolute;
    top: -10px;
    right: 50px;
    padding: 11px 15px;
    display: none;
}
.call_show:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
}
.call_box:hover .call_show, .qq_box:hover .call_show{
    display: block;
}
.qq_box, .top_box{
    margin: 10px 0;
    padding: 8px 5px 4px 5px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;

}
.top_icon{
    width: 30px;
    height: 30px;
    background: url("../image/top_icon.png") no-repeat;
    display: block;
    position: relative;
    margin: 0 auto;
}
.qq_icon{
    width: 30px;
    height: 30px;
    background: url("../image/qq_icon.png") no-repeat;
    display: block;
    position: relative;
    margin: 0 auto;
}
/*中间*/
.index_middle {
    width: 100%;
}

.bd {
    width: 100%;
    height: 168px;
    line-height: 168px;
    font-size: 32px;
    font-weight: bold;
    color: #414141;
    background: #f4f4f4;
    text-align: center;
}

/*底部*/
.footer_box {
    background: #142535;
    height: 316px;
    overflow: hidden;
    position: relative;
}

.footer_box .footer {
    width: 1200px;
    margin: 65px auto 33px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.footer_box .logo {
    width: 20%;
    float: left;
}

.footer_box .logo img {
    width: 110px;
}

.footer_box .footer_list {
    float: left;
    width: 85%;
}

.footer_box .footer_list dl {
    font-size: 20px;
    float: left;
    width: 15%;
    height: 214px;
    text-align: left;
    border-right: 1px solid #273039;
    margin-right: 8%;
}

.footer_box .footer_list dt {
    margin-bottom: 15px;
    margin-top: -25px;
}

.footer_box .footer_list dd {
    line-height: 40px;
}

.footer_box .footer_list dd a {
    font-size: 14px;
    color: #8a98a1;
}

.footer_box .footer_list dd a:hover {
    color: #ff6600;
}

.footer_box .qrcode {
    width: 176px;
    text-align: center;
    float: left;
    margin: 15px 0;
}

.footer_box .qrcode img {
    width: 164px;
    height: 164px;
}

.ba {
    width: 100%;
    height: 87px;
    line-height: 87px;
    font-size: 12px;
    color: #848484;
    background: #000;
    text-align: center;
}
