@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");
}

@font-face {
    font-family: "HuXiaoBo NanShenTi2.0";
    src: url("../fonts/HuXiaoBo NanShenTi2.0.woff") format("woff"),
        url("../fonts/HuXiaoBo NanShenTi2.0.eot") format("embedded-opentype"),
        url("../fonts/HuXiaoBo NanShenTi2.0.ttf") format("truetype");
}

@font-face {
    font-family: "DIN-Bold";
    src: url("../fonts/DIN-Bold.woff") format("woff"),
        url("../fonts/DIN-Bold.eot") format("embedded-opentype"),
        url("../fonts/DIN-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;
}

/* 通用样式 */

.container {
    width: 1200px;
    margin: 0 auto;
}

/* 头 */
.header {
    height: 100px;
    min-width: 1200px;
    background-color: rgba(255, 255, 255, 0.1);
}

.head-nav {
    margin: 0 -24px;
}

.head-nav-item {
    position: relative;
    padding: 0 24px;
}

.head-nav-item:after {
    position: absolute;
    content: '/';
    right: -2px;
    top: 50%;
    font-size: 18px;
    color: #81b0f7;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.head-nav-item:last-child:after {
    content: '';
}

.head-nav-item a {
    display: block;
    height: 100px;
    line-height: 100px;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;    
}

.head-nav-item.active a,
.head-nav-item:hover a {
    font-family: 'SourceHanSansCN-Bold';
    border-bottom: 2px solid #fff;    
}

.search-box {
    position: relative;
    width: 247px;
    height: 42px;
    line-height: 40px;
    margin-top: 29px;
    padding: 0 48px 0 12px;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 16px;
    font-size: 12px;
    color: #fff;
}

.input-box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: none;
}

.search-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 48px;
    color: #fff;
    background: url('../images/icon_search.png') center no-repeat;
    text-align: center;
    z-index: 2;
}

.search-btn:hover {
    background-color: #ee810c;
}

/* 尾 */

.footer {
    min-width: 1200px;
    background: url('../images/foot_bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.footer-cont .container{
    position: relative;
    padding: 30px 0 20px;
    box-sizing: border-box;
}

.footer-chosen {
    margin: 20px -12px;
}

.footer-list {
    float: left;
    width: 20%;
    padding: 0 12px;
    box-sizing: border-box;
}

.footer-sel {
    width: 100%;
    height: 40px;
    line-height: 38px;
    color: #666;
    border: 1px solid #dddcdc;
    box-sizing: border-box;
}


/* 外表 */
.chosen-container-single .chosen-single {
    height: 40px;
    line-height: 38px;
    color: #666;
    border: 1px solid #dddcdc;
    padding: 0 40px 0 12px;
    box-sizing: border-box;
}

/* 文字 */
.chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 14px;
    color: #666;
}

/* 下拉框符号 */
.chosen-container-single .chosen-single div {
    width: 40px;
}

.chosen-container-single .chosen-single div b {
    background: url("../images/icon_down.png") center no-repeat;
}

/* 选项 */
.chosen-container .chosen-drop {
    bottom: 41px;
    border: 1px solid #cfd8e5;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/icon_up.png") center no-repeat;
}

.chosen-container * {
    box-sizing: inherit;
}

.chosen-container-single .chosen-single {
    background-color: #fff;
}

.footer-bar {
    margin: 43px -20px 7px;
}

.footer-bar-item {
    padding: 0 20px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    border-right: 1px solid #c3d2e5;
}

.footer-bar-item a {
    color: #fff;
}

.footer-bar-item:last-child {
    border-right: 0;
}

.footer-cont p {
    line-height: 32px;
    color: #c3d2e5;
}

.footer-ab>a,
.footer-ab>span {
    margin-right: 30px;
    color: #c3d2e5;
}

.footer-zc {
    position: absolute;
    width: 112px;
    height: 57px;
    bottom: 40px;
    right: 0;
    background: url("../images/icon_zc.png") center center no-repeat;
}

/* 所在位置 */
.location {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: url("../images/icon_gps.png") left center no-repeat;
}

.location a{
    color: #666;
}

.location a.em-cur {
    color: #ffb400;
}