@charset "UTF-8";


@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
a{
	cursor:pointer;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #bdc0ca;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #bdc0ca;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #bdc0ca;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #bdc0ca;
}

.placeholder {
    color: #bdc0ca;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */

html,
body {
    min-width: 1200px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.mt60 {
    margin-top: 60px;
}

/* 头 */
#header {    
    height: 430px;
}

.header {
    height: 100%;
    background: #23459e url('../images/top_banner.jpg') center no-repeat;    
}

.head-nav {
    height: 70px;
    line-height: 70px;
    background-color: #fff;
}

.logo {
    margin-top: 15px;
}

.head-nav-item {
    position: relative;
    padding: 0 20px;    
    font-size: 15px;    
}

.head-nav-item:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 1px;
    height: 11px;
    margin-top: -5.5px;
    background-color: #cfd5e7;
}

.head-nav-item:last-child:after {
    display: none;
}

.head-nav-item a {
    color: #333;
}

.head-banner {
    position: relative;
    height: calc(100% - 70px);
}

.qkl-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
/* 当前位置 */

.location {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #acb2ca;
    background-color: #f1f3fa;
}

.location .container {
    padding-left: 26px;
    background: url("../images/icon_gps.png") left center no-repeat; 
    box-sizing: border-box;    
}

.location a{
    color: #acb2ca;
}
/* 尾 */
.footer {
    color: #fff;
    height: 80px;
    padding-top: 20px;
    text-align: center;
    background-color: #353539;
}
.foot-info {
    padding-top: 8px;
}

.foot-info>span {
    margin: 0 13px;
}
/*遮罩层*/
.mini-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index:99999;
}
.mini-mask-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,.3);
}
.mini-mask-msg {
    position: absolute;
    cursor: wait;
    left: 50%;
    top: 50%;
    width: auto;
    color: #222;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 12px;
}
.mini-mask-loading {
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    text-indent: -9999em;
    background: url(../images/ajaxloading.gif) no-repeat 50% 50%;
}