@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 {
    min-width: 1200px;
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    background: url('../images/bg.png') no-repeat center 46px #f4fbff;
}

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;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #666 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

input {
    background-color: transparent;
}

#header {
    height: 438px;
}


/* top */

.top {
    height: 46px;
    background-color: #fff;
}

.top-info {
    line-height: 46px;
    color: #666;
}

.top-mg {
    margin: 0 10px;
}

.top-temp {
    color: #1b79da;
}

.top-select-wrap {
    width: 160px;
    margin-top: 5px;
}

.top-select-wrap .chosen-container-single .chosen-single {
    height: 36px;
    line-height: 34px;
    color: #666;
    border-color: #eee;
    border-radius: 3px;
    padding-left: 42px;
    background: url('../images/select_ico.png') no-repeat 13px center;
}

.top-select-wrap .chosen-container-single .chosen-single div {
    width: 26px;
}

.top-select-wrap .chosen-container-single .chosen-single div b {
    background-image: url('../images/sel_down.png');
}

.top-select-wrap .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: url('../images/sel_up.png');
}

.top-select-wrap .chosen-container .chosen-drop {
    border-color: #eee;
    margin-top: 11px;
    border-radius: 4px;
    padding-top: 4px;
    background-clip: border-box;
}

.chosen-container .chosen-search {
    display: none;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #edf5ff;
    color: #1b79da;
}

.top-select-wrap .chosen-container .chosen-results li {
    padding-top: 8px;
    padding-bottom: 8px;
}


/* logo */

.logo {
    height: 332px;
}

.logo-img {
    margin-top: 90px;
}

.ewb-search {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 300px;
    height: 40px;
    margin-top: 130px;
    border: 1px solid #fff;
    padding: 0 44px 0 20px;
    padding-left: 20px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.ewb-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 20px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    z-index: -1;
    cursor: text;
}

.ewb-search .input-box {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border: 0;
    background: 0 0;
}

.search-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 19px;
    background: url('../images/search_btn.png') no-repeat;
}


/* nav */

.nav-items {
    height: 60px;
    border-radius: 5px 5px 0 0;
    background-color: #1b79da;
}

.nav-items>li {
    width: 9.0909%;
    text-align: center;
}

.nav-items>li>a {
    line-height: 60px;
    display: block;
    font-size: 16px;
    color: #fff;
}

.nav-items>li.current>a,
.nav-items>li>a:hover {
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.6));
}


/* footer */

.footer {
    height: 258px;
    border-top: 4px solid #1b79da;
}

.foot-items {
    margin: 32px -10px 0;
}

.foot-items>li {
    float: left;
    width: 20%;
}

.foot-select-info {
    margin: 0 10px;
}

.foot-select-info .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 38px;
    color: #666;
    border-color: #dadada;
}

.foot-select-info .chosen-container-single .chosen-single div {
    width: 26px;
}

.foot-select-info .chosen-container .chosen-drop {
    border-radius: 0;
    bottom: 100%;
    top: auto;
    margin-top: 0;
    margin-bottom: -1px;
    border: 1px solid #dadada;
    background-clip: border-box;
}

.foot-select-info .chosen-results {
    margin-top: 4px;
}

.foot-select-info .chosen-results li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.foot-bot {
    padding-top: 40px;
}

.foot-detail>p {
    line-height: 40px;
    color: #666;
}

.foot-detail>p>a {
    color: #666;
}

.foot-img>a {
    margin-left: 20px;
}

.foot-img>a>img {
    display: block;
    width: 120px;
    height: 120px;
}


/* 公共样式 */

.mt42 {
    margin-top: 42px;
}

.ml22 {
    margin-left: 22px;
}


/* 列表 */

.public-list {
    padding-top: 5px;
}

.public-list>li {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 25px;
}

.public-list>li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -3.5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #c5c6c7;
}

.public-list>li>a {
    float: left;
    color: #666;
    width: calc(100% - 120px);
}

.public-list>li>span {
    float: right;
    color: #999;
}

.public-list>li:hover>a,
.public-list>li:hover>span {
    color: #1b79da;
}

.public-list>li:hover:before {
    background-color: #1b79da;
}


/* 当前位置 */

.location {
    line-height: 56px;
    padding-left: 22px;
    color: #999;
    background: url('../images/loc_ico.png') no-repeat left center;
}

.location>a {
    color: #999;
}

.location>span {
    color: #1b79da;
}


/* 垂直栏目 */

.tree {
    width: 300px;
    box-shadow: 0 0 5px 0 #f0f6fb;
    background-color: #fff;
}

.tree-hd {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    padding-left: 57px;
    background-repeat: no-repeat;
    background-position: 18px center;
    background-color: #1e7bdb;
}

.tree-bd {
    padding: 20px 30px;
}

.wb-tree-items+.wb-tree-items {
    margin-top: 20px;
}

.wb-tree-tt {
    display: block;
    font-size: 18px;
    color: #666;
    padding-left: 50px;
    padding-right: 10px;
    background: url('../images/wblist.png') no-repeat 19px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.current .wb-tree-tt {
    color: #fff;
    background-image: url('../images/wblisth.png');
}

.wb-tree-node {
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background-color: #ecf5ff;
}

.current .wb-tree-node {
    background-color: #66b0fb;
}

.wb-tree-iconr {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 17px;
    margin-right: 15px;
    background: url(../images/wblistr.png) no-repeat center;
}

.current .wb-tree-iconr {
    background-image: url(../images/wblistrh.png);
}

.wb-tree-sub {
    display: none;
    padding: 10px 0;
    background-color: #f1f1f1;
}

.wb-tree-item>a {
    position: relative;
    display: block;
    padding-left: 46px;
    padding-right: 20px;
    color: #666;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-tree-item>a:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 28px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: -2.5px;
    background-color: #c1c1c1;
}

.wb-tree-item>a:hover {
    color: #66b0fb;
}

.wb-tree-item>a:hover:before {
    background-color: #66b0fb;
}

.current .wb-tree-sub {
    display: block;
}


/* 右侧容器 */

.content {
    box-sizing: border-box;
    width: 880px;
    padding: 8px 20px 20px;
    box-shadow: 0 0 5px 0 #f0f6fb;
    background-color: #fff;
}

.content-hd {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
}

.content-tt {
    position: relative;
    font-size: 18px;
    padding-left: 14px;
}

.content-tt:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 4px;
    height: 18px;
    background-color: #1e7bdb;
}

.more {
    color: #1b79da;
}


/* 表格样式 */

.contact-table {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

.contact-table tr th {
    height: 50px;
    font-size: 18px;
    text-align: center;
    background-color: #f1f1f1;
}

.contact-table tr td {
    box-sizing: border-box;
    height: 50px;
    padding: 10px 5px;
    font-size: 16px;
    text-align: center;
    color: #666;
}