@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;
    background-color: #fafafa;
}

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

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

/* 头 */
#header {
    height: 350px;
}

.header-top {
    position: relative;
    height: 290px;
    background: url('../images/head_bg.jpg') no-repeat;
    background-size: 100% 100%;
}

.logo {
    margin-top: 100px;
}

.head-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    background: url('../images/head_nav_bg.png') repeat-x;
    background-size: auto 100%;
}

.head-nav-item {
    /* width: 14.2857%; */
    width: 12.5%;
}

.head-nav-item a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.head-nav-item.active a,
.head-nav-item a:hover {
    font-family: "SourceHanSansCN-Bold";
    background: url('../images/head_nav_item_bg.png') repeat-x;
    background-size: auto 100%;
}

.head-bar {
    height: 60px;
    line-height: 60px;
    background-color: #ecf3fa;
}

.header .search-box {
    position: relative;
    width: 370px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    padding: 0 65px 0 20px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}

.header .input-placeholder {
    position: absolute;
    top: 0;
    left: 20px;
    font-size: 16px;
    color: #999;
}

.header .input-box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    background: transparent;
    z-index: 1;
}

.header .search-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 65px;
    background: url('../images/icon_search.png') center no-repeat;
    z-index: 2;
}

.header .search-btn:hover {
    background-image: url('../images/icon_search_blue.png');
}

.msg-container {
    width: 750px;
    padding-left: 50px;
    height: 60px;
    line-height: 60px;
    background: url('../images/head_msg_icon.png') left center no-repeat;
    overflow: hidden;
}

.head-msg a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 20px 0;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    border-right: 1px solid #333;
}

.head-msg a:hover {
    color: #ff7e00;
}

/* 尾 */

.footer {
    background: #d8ebff url('../images/footer_bg.png') center bottom no-repeat;
}

.footerlink {
    background-color: #468bef;
    padding: 15px 0;
}

.footer-chosen {
    margin: 0 -18px;
}

.footer-list {
    float: left;
    width: 25%;
    padding: 0 18px;
    box-sizing: border-box;
}

.footer-sel {
    width: 100%;
    height: 40px;
    line-height: 38px;
    color: #666;
    border: 1px solid #6ba2f2;
    box-sizing: border-box;
}


/* 外表 */
.footer .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 38px;
    color: #fff;
    border: 1px solid #6ba2f2;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
}

/* 文字 */
.footer .chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 15px;
    color: #fff;
    background-color: transparent;
}

/* 下拉框符号 */
.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 #6ba2f2;
}

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

.chosen-container .chosen-results li {
    line-height: 30px;
    color: #666;
    font-size: 16px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #fff;
    color: #ff8840;
}

.footer-cont {
    position: relative;
    padding: 25px 140px 25px 300px;
    box-sizing: border-box;
}

.footer-sydw {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 58px;
    height: 72px;
    margin-top: -36px;
    background: url('../images/img_sydw.png') center no-repeat;
}

.footer-zc {
    position: absolute;
    left: 110px;
    top: 50%;
    display: block;
    width: 123px;
    height: 60px;
    margin-top: -30px;
    background: url('../images/img_zc.png') center no-repeat;
}

.footer-qrcode {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.footer-ab>li {
    line-height: 30px;
    font-size: 16px;
    color: #717e8f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-ab>li span {
    margin-right: 50px;
}

.footer-ab>li span:last-child {
    margin-right: 0;
}

.footer-ab>li span i {
    margin-right: 5px;
    font-style: normal;
    color: #1a60ff;
    font-family: "SourceHanSansCN-Bold";
}

.footer-ab>li a {
    color: #717e8f;
}

/* 所在位置 */
.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;
}

.header-top>.container {
    padding-top: 40px;
}

.header-top>.container::before {
    display: block;
    content: "";
    width: 1048px;
    height: 112px;
    margin: 0 auto;
    background: url(../images/sprite.png) no-repeat 0px 0px;
    -webkit-animation: frameAnimation 3s infinite steps(121, end);
    -moz-animation: frameAnimation 3s infinite steps(121, end);
    -ms-animation: frameAnimation 3s infinite steps(121, end);
    animation: frameAnimation 3s infinite steps(121, end);
}

@-webkit-keyframes frameAnimation {
    0% {
        background-position-y: 0px;
    }

    100% {
        background-position-y: -13552px;
    }
}

@-moz-keyframes frameAnimation {
    0% {
        background-position-y: 0px;
    }

    100% {
        background-position-y: -13552px;
    }
}

@-ms-keyframes frameAnimation {
    0% {
        background-position-y: 0px;
    }

    100% {
        background-position-y: -13552px;
    }
}

@keyframes frameAnimation {
    0% {
        background-position-y: 0px;
    }

    100% {
        background-position-y: -13552px;
    }
}