﻿@charset 'utf-8'; /* reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block;
}

body, button, input, select, textarea {
    font: 12px/1 'Microsoft Yahei', Tahoma, Helvetica, Arial, '\5b8b\4f53', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    background-color:#fff;
    min-width:1200px;
    overflow-x:hidden;
}
ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:hover, a:active {
    outline: none;
}

:focus {
    outline: none;
}

img {
    display: block;
    border:none;
    font-size:0;
    margin:0;
    padding:0;
}

address, cite, dfn, em, i, var {
    font-style: normal;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

hr {
    height: 1px;
    border: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* common*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}
.block {
    display: block;
}

.line-block {
    display: inline-block;
}

.clear {
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.clearfix {
    *zoom: 1; }

/*placeholder*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #bababa;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #bababa;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #bababa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #bababa;
}

/*头部*/
.header {
    line-height: 110px;
    /*position: fixed;*/
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-color: #f3f8fa;
}

.header .main {
    padding: 0 110px;
    position:relative;
}

.header .main .logo {
    display: table;
    font-size:14px;
    color:#444;
}
.header .logo img {
    display: inline-block;
    vertical-align: middle;
    /*margin-bottom:5px;*/
}
.logo_title {
    display: inline-block;
    vertical-align: middle;
    height: 110px;
    line-height: 110px;
    margin-left: 16px;
}
.logo_title .logo_title_main {
    font-size: 28px;
    font-weight: normal;
    line-height: 110px;
    color: #999999;
}
.logo_title .logo_title_main::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 62px;
    background-color: #78a3d0;
    background-image: linear-gradient(#ffffff, #78a3d0, #ffffff);
    margin-right: 6px;
}

.header .fr {
    margin: 10px auto;
}
.header .hd_right {
    margin: 0px auto;
    z-index: 999;
    padding: 10px 0;
    background-color: #f3f8fa;
}
.content {
    height: calc(100vh - 110px - 100px);
}
.login_panel {
    padding: 0px !important;
    height: 100%;
    background: url(../images/bhbg2.png) center center no-repeat;
    background-size: cover
}
/*背景框地图*/
.login-bg-map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5.6%;
    display: block;
    height: 66%;
    margin: auto;
}
/*登录框*/
.login.main {
    margin: 0 auto;
}
.login-wrap {
    /*position: absolute;
    z-index: 998;
    top: 230px;
    right: 2px;*/
    z-index: 999;
    position: absolute;
    top: 0;
    right: 11%;
    bottom: 0;
    margin: auto;
    height: 454px;
}
/*.loginTitle {
    font-size: 24px;
    color: #444444;
    margin-top: 40px;
}*/
.login-wrap .login-btn {
    font-size: 16px;
    line-height: 25px;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 100px;
    margin: auto;
    cursor: pointer;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
    text-align: center;
    color: #3a3a3a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 2px #9a9a9a;
    -moz-box-shadow: 0 0 2px #9a9a9a;
    box-shadow: 0 0 5px #9a9a9a;
}

.login-wrap .login-btn i {
    font-family: SimSun;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-top: 10px;
}
.login-wrap .login-title {
    margin-bottom: 42px;
}
.login-wrap .login-title-main {
    font-size: 48px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 32px;
}

.login-wrap .login-title-sub {
    font-size: 26px;
    font-weight: normal;
    color: #e4f1ff;
}

.login-wrap .login-cont {
/*    position: absolute;
    top: 0;
    right: 20%;
    bottom: 0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 425px;
    height: 306px;
    margin: auto;
    padding: 28px 52px 58px 52px;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 2px #9a9a9a;
    -moz-box-shadow: 0 0 2px #9a9a9a;
    box-shadow: 0 0 5px #9a9a9a;
}

.login-wrap .login-cont h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height:30px;
    overflow: hidden;
    /*margin: 20px auto;*/
    color: #3a3a3a;
}

.login-wrap .login-cont h2 span {
    cursor: pointer;
}

.login-wrap .login-cont h2 i {
    font-family: SimSun;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.login-wrap .login-cont h2 em {
    display: inline-block;
    vertical-align: middle;
}

.login-wrap .login-cont .login-msg {
    color: #f00;
    font-size: 13px;
}

.login-cont .form-item {
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 15px;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f2f4f4;
}

.login-cont .form-item label {
    font-size: 15px;
    display: inline-block;
    width: 61px;
    color: #444444;
    line-height: 48px;
    /*background: url(../../Images/Login/login-line.png) right center no-repeat;*/
}
.login-cont .form-item label::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 30px;
    margin-left: 10px;
    background-color: #9f9f9f;
    background-image: linear-gradient(#ffffff, #9f9f9f, #ffffff)
}

.login-cont .form-item input {
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    padding: 0 0 0 10px;
    background-color: #f2f4f4;
    color: #3a3a3a;
    border: none;
    height: 20px;
}

.login-cont .form-item input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f2f4f4 inset;
}

.login-cont .form-item input[type=text]:focus, input[type=password]:focus, textarea:focus {
    -webkit-box-shadow: 0 0 0 1000px #f2f4f4 inset;
}

.login-cont .form-cookie input {
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.login-cont .form-cookie label {
    font-size: 14px;
    vertical-align: middle;
    color: #3a3a3a;
}

.login-cont .forget a {
    font-size: 14px;
    vertical-align: middle;
    color: #3a3a3a;
}

.login-cont .ver-code {
    display: none;
}

.login-cont .ver-code .form-item {
    /*width: 200px;*/
    padding-right: 0;
}

.login-cont .ver-code input {
    width: 100px;
}

.login-cont .ver-code .ver-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80px;
    height: 48px;
    /*border: 1px solid #d1d1d1;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden;
}

.login-cont .ver-code .ver-wrap img {
    width: 80px;
    height: 48px;
}

.login-cont .ver-show {
    display: block;
}

.login-cont .form-btn {
    margin: 15px -5px 0 -5px;
}

.login-cont .form-btn button {
    font-size: 18px;
    line-height: 50px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    margin: 0;
    margin: 0 5px;
    padding: 0 30px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.login-cont .form-btn .sign-in {
    color: #fff;
    background-color: #3577bd;
    width: 321px;
}

.login-cont .form-btn .probation {
    color: #fff;
    background-color: #23a6d1;
}

/*页脚*/
.footer {
    position:relative;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #585c61;
    color: #999999;
    height: 100px;
}

.footer .main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.footer .main > span {
    /*line-height: 100px;*/
}

.footer .ft-item {
    display: inline-block;
    float: left;
    width: 400px;
    margin-top: 30px;
    text-align: left;
}
.footer .ft-item-img {
    margin:15px 0 0;
}
.ft-item-img img {
    height:70px;
}
.footer .ft-item > * {
    display: inline-block;
    vertical-align: middle;
}

.footer .ft-item {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.footer .ft-item a {
    font-size: 14px;
    color: #fff;
}
.footer .ft-item p {
    line-height:35px;
}
.footer .left .left-cont {
    margin-left: 10px;
}

.footer .center {
    float: left;
    width: 230px;
    margin-left:210px;
}

.footer .right {
    position: relative;
    float: right;
    width: 100px;
    margin-right:0;
    margin-top:15px;
}

.footer .right .right-cont {
    float: right;
    text-align:center;
}

.footer .right .right-cont ul {
    display: inline-block;
    vertical-align: bottom;
    text-align: right;
    margin-right: 10px;
}

.footer .right .right-cont img {
    display: inline-block;
    width: 45px;
    cursor: pointer;
    vertical-align: middle;
}
.footer .right .right-cont:hover +.QR-code-big {
    display:block;
}
.footer .ft-item .QR-code-big {
    position: absolute;
    top: -126px;
    right: -20px;
    display: none;
    border: 4px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:92px;
}
.footer .ft-item .QR-code-big img{
    width: 100%;
}
.footer .ft-item .QR-code-big:after {
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-top: 12px solid #cccccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.h120 {
    height:120px;
}
.footer_two {
    height: 100px;
    /*padding-top: 44px;*/
    background-color: #fff;
}
/*修改新样式20170311*/
.f14{
    font-size:14px;
}
.f12 {
    font-size:12px;
}
a:link{
text-decoration:none;
}
a:visited{
text-decoration:none;
}
a:hover{
text-decoration:none;
}
a:active{
text-decoration:none;
}
.login_header .hd_right a {
    font-size: 16px;
    line-height: 36px;
    display: block;
    float: left;
    height: 36px;
    margin-left: 10px;
    padding: 0 10px;
    color: #444444;
    width: 100px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #32b8e8;
    cursor: pointer;
}
.login_header .hd_right .fast_query_btn {
    line-height: 34px;
    position: relative;
    color:#3a3a3a;
    border: 1px solid #23a6d1;
    background-color: #fff;
}
.login_header .hd_right .fast_query_btn:hover {
    color:#00a0e9;
}
.login_header .hd_right .apply_demo {
    background-color: #32b8e8;
    color: #fff;
}
.login_header .hd_right .customer-service_new {
    width: 28px;
    height: 36px;
    background-color: #67C23A;
    color: #fff;
    font-size: 25px;
    border-color: #67C23A;
}

.login_header .hd_left .logo_margin {
    margin: 0px 10px;
}
.login_header .left_top {
    display: inline-block;
    vertical-align: middle;
}
.hide {
    display: none;
}
.text_center {
    text-align:center;
}
