@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: "SourceHanSerifCN-SemiBold";
    src: url("./fonts/SourceHanSerifCN-SemiBold.woff") format("woff"), url("./fonts/SourceHanSerifCN-SemiBold.eot") format("embedded-opentype"), url("./fonts/SourceHanSerifCN-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Light";
    src: url("./fonts/SourceHanSansCN-Light.woff") format("woff"), url("./fonts/SourceHanSansCN-Light.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Light.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;
}

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 {
    min-width: 1200px;
    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: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 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;
}

.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;
}

/* 通用样式 */

.container {
    width: 1200px;
    margin: 0 auto;
}

.mt30 {
    margin-top: 30px;
}

/* 页头 */

#header {
    height: 220px;
}

.header {
    height: 100%;
    background: url("../images/header_bg.png") left top no-repeat;
    background-size: 100% 229px;
}

.header-top {
    height: 170px;
    line-height: 170px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.logo {
    display: inline-block;
    vertical-align: middle;
}

.slogan {
    display: inline-block;
    width: 255px;
    line-height: 36px;
    margin-left: 32px;
    padding-left: 34px;
    font-size: 20px;
    color: #666;
    font-family: "SourceHanSansCN-Medium";
    text-shadow:  2px 0 0 #fff,
                  0 2px 0 #fff, 
                  -2px 0 0 #fff, 
                  0 -2px 0 #fff,
                  0 3px 1px rgba(0, 42, 163, 0.09);
    background: url("../images/slogan_line.png") left center no-repeat;
    vertical-align: middle;
}

.header-query {
    position: relative;
    width: 330px;
    height: 40px;
    margin-top: 70px;
    overflow: hidden;
}

.header-query-input {
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 90px 0 18px;
    background-color: transparent;
    color: #999;
    font-size: 16px;
    font-family: "SourceHanSansCN-Medium";
    border-radius: 20px;
    border: 1px solid #adc7e5;
    vertical-align: top;
    box-sizing: border-box;
}

.header-query-btn {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 80px;
    height: 38px;
    background: #1a75d2;
    background: linear-gradient(to right, #1a75d2, #46b6ea);
    background: -webkit-linear-gradient(left, #1a75d2, #46b6ea);
    background: -o-linear-gradient(right, #1a75d2, #46b6ea);
    background: -moz-linear-gradient(left, #1a75d2, #46b6ea);
    border-radius: 20px;
    z-index: 2;
}

.header-query-btn>i {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/header_query_ico.png") center center no-repeat;
}

.header-nav {
    background: #067fdb url("../images/header_nav_bg.png") center center no-repeat;
    background-size: 100% 100%;
}

.header-nav-item {
    width: 11.11%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    font-family: "SourceHanSerifCN-SemiBold";
    text-align: center;
}

.header-nav-item>a {
    display: block;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-nav-item>a>span {
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
}

.header-nav-item.active,
.header-nav-item:hover {
    background-color: #095dba;
}

.icon1 span {
    background-image: url("../images/header_nav_icon1.png");
}

.icon2 span {
    background-image: url("../images/header_nav_icon2.png");
}

.icon3 span {
    background-image: url("../images/header_nav_icon3.png");
}

.icon4 span {
    background-image: url("../images/header_nav_icon4.png");
}

.icon5 span {
    background-image: url("../images/header_nav_icon5.png");
}

.icon6 span {
    background-image: url("../images/header_nav_icon6.png");
}

.icon7 span {
    background-image: url("../images/header_nav_icon7.png");
}

.icon8 span {
    background-image: url("../images/header_nav_icon8.png");
}

.icon9 span {
    background-image: url("../images/header_nav_icon9.png");
}

/* 页尾 */

.footer {
    padding: 40px 0 14px;
    background-color: #363b44;
}

.friend-link {
    margin: 0 -7px;
}

.friend-link-item {
    width: 25%;
    padding: 0 7px;
    box-sizing: border-box;
}

.friend-link-sel {
    width: 100%;
}

.friend-link .chosen-container-single .chosen-single {
    height: 35px;
    line-height: 33px;
    padding: 0 0 0 10px;
    font-size: 14px;
    color: #555;
    border: 1px solid #fff;
}

.friend-link .chosen-container-single .chosen-single div b {
    background: url("../images/chosen_ico.png") left center no-repeat;
}

.friend-link .chosen-container-active.chosen-with-drop .chosen-single {
    background: #fff;
    box-shadow: none;
}

.friend-link .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/chosen_icoh.png") left center no-repeat;
}

.friend-link .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.friend-link .chosen-container .chosen-results li {
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-about {
    padding: 16px 0;
    line-height: 42px;
    color: #fff;
    font-family: "SourceHanSansCN-Light";
    text-align: center;
}

.footer-about span {
    margin: 0 12px;
}

.footer-about a {
    color: #fff;
}