@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: "nanshen";
    src: url("../fonts/nanshen.woff") format("woff"), url("../fonts/nanshen.eot") format("embedded-opentype"),
        url("../fonts/nanshen.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";
    min-width: 1200px;
}

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;
}

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;
}

/* 通用样式 */

.container {
    width: 1200px;
    margin: 0 auto;
}

#header {
    min-height: 130px;
}

.logo {
    padding-top: 34px;
    color: #0364cb;
}

.logo > h3 {
    font-family: "nanshen";
    font-size: 34px;
}

.logo > p {
    font-size: 16px;
    padding-top: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-items {
    margin-top: 52px;
}

.nav-items > li {
    float: left;
    margin-right: 35px;
}

.nav-items > li > a {
    position: relative;
    font-size: 20px;
    color: #999;
    padding-bottom: 8px;
}

.nav-items > li > a:hover,
.nav-items > li.current > a {
    color: #0364cb;
}

.nav-items > li > a:hover:before,
.nav-items > li.current > a:before {
    position: absolute;
    content: "";
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0364cb;
}

/* 搜索框 */

.search {
    width: 250px;
    height: 44px;
    box-sizing: border-box;
    margin-top: 47px;
    position: relative;
    z-index: 1;
    border: 1px solid #d2d2d2;
    border-radius: 25px;
}

.search .input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px;
    height: 42px;
    line-height: 42px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.search .input-box {
    box-sizing: border-box;
    padding: 0 45px 0 15px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 0;
    background: 0 0;
}

.search-btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 22px;
    background: url("../images/search_btn.png") no-repeat;
}

/* footer */

.footer {
    box-sizing: border-box;
    padding-top: 22px;
    height: 197px;
    text-align: center;
    line-height: 22px;
    color: #5c5c5c;
}

.foot-info {
    position: relative;
}

.foot-info > p > a {
    color: #5c5c5c;
}

.foot-info > p > a > img {
    display: inline-block;
    margin-top: -3px;
}

.foot-ico {
    position: absolute;
    left: 190px;
    top: 72px;
}

/* 2021-10-28 添加 */
/* 二三级页面通用背景 */
.bg {
    padding-bottom: 30px;
    background: url("../images/third-bg.jpg") no-repeat top;
}

/*面包屑*/
.local {
    height: 51px;
    line-height: 51px;
    padding-left: 28px;
    background: url("../images/local.png") 2px center no-repeat;
}

.local a {
    color: #fff;
}
