@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;
}

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: #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;
}

/* 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;
}

body {
    background: url('../images/bg.png') center top no-repeat;
    background-size: 100% 1100px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/* 头 */
#header {
    height: 260px;
}

.header {
    position: relative;
    height: 100%;
}

.logo {
    margin-top: 77px;
}

.slogan {
    margin: 65px 67px 0 0;
}

.header .search-box {
    position: relative;
    width: 310px;
    height: 42px;
    line-height: 42px;
    margin-top: 80px;
    padding: 0 74px 0 14px;
    border: 1px solid #0688d6;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}

.header .input-placeholder {
    position: absolute;
    top: 0;
    left: 14px;
    font-size: 16px;
    color: #899499;
}

.header .input-box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #899499;
    background: transparent;
    z-index: 1;
}

.header .search-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 74px;
    background: #0688d6 url('../images/icon_search.png') center no-repeat;
    z-index: 2;
    cursor: pointer;
}

.head-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.head-nav-item {
    width: 174px;
    height: 70px;
    line-height: 70px;
}

.head-nav-item2 {
    width: 154px;
    height: 70px;
    line-height: 70px;
}

.head-nav-item3 {
    width: 194px;
    height: 70px;
    line-height: 70px;
}

.head-nav-item:first-child {
    width: 156px;
}

.head-nav-item a,
.head-nav-item2 a,
.head-nav-item3 a{
    display: block;
    position: relative;
    color: #fff;
    font-size: 22px;
    background-color: #0688d6;
    text-align: center;
}

.head-nav-item a span,
.head-nav-item2 a span,
.head-nav-item3 a span {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left center;
}

.head-nav-item:first-child a span {
    background-image: url('../images/head_nav_icon1.png');
}

.head-nav-item:nth-child(2) a span {
    background-image: url('../images/head_nav_icon2.png');
}

.head-nav-item:nth-child(3) a span {
    background-image: url('../images/head_nav_icon3.png');
}

.head-nav-item2 a span {
    background-image: url('../images/head_nav_icon4.png');
}

.head-nav-item:nth-child(5) a span {
    background-image: url('../images/head_nav_icon7.png');
}

.head-nav-item:nth-child(6) a span {
    background-image: url('../images/head_nav_icon5.png');
}

.head-nav-item3 a span {
    background-image: url('../images/head_nav_icon6.png');
}

.head-nav-item.active a,
.head-nav-item a:hover,
.head-nav-item2.active a,
.head-nav-item2 a:hover,
.head-nav-item3.active a,
.head-nav-item3 a:hover {
    background-color: #fbc637;
}

/* 尾 */

.footer {
    border-top: 4px solid #6babff;
    background: url('../images/footer_bg.png') center bottom no-repeat;
}

.footer-cont .container {
    position: relative;
    padding: 30px 0 20px;
    box-sizing: border-box;
}

.footer-chosen {
    margin: 0 -10px;
}

.footer-list {
    float: left;
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
}

.footer-sel {
    width: 100%;
    height: 40px;
    line-height: 38px;
    color: #666;
    border: 1px solid #dadada;
    box-sizing: border-box;
}


/* 外表 */
.footer .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 38px;
    color: #666;
    border: 1px solid #667a93;
    padding: 0 40px 0 10px;
    box-sizing: border-box;
}

/* 文字 */
.footer .chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 15px;
    color: #666;
}

/* 下拉框符号 */
.footer .chosen-container-single .chosen-single div {
    width: 40px;
}

.footer .chosen-container-single .chosen-single div b {
    background: url("../images/icon_sel_down.png") center no-repeat;
}

/* 选项 */
.footer .chosen-container .chosen-drop {
    bottom: 40px;
    border: 1px solid #cfd8e5;
}

.footer .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.footer .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/icon_sel_up.png") center no-repeat;
}

.footer .chosen-container * {
    box-sizing: inherit;
}

.footer .chosen-container-single .chosen-single {
    background-color: #fff;
}

.footer .footer-bar {
    margin: 30px -10px 10px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.footer-bar-item {
    display: inline-block;
    padding: 0 10px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #666;
}

.footer-bar-item a {
    color: #666;
}

.footer-ab>li {
    line-height: 30px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.footer-ab>li>a,
.footer-ab>li>span {
    margin-left: 10px;
    color: #666;
}