﻿@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: "SourceHanSerifCN-Regular";
    src: url("./fonts/SourceHanSerifCN-Regular.woff") format("woff"), url("./fonts/SourceHanSerifCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSerifCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "fzxbsjw";
    src: url("./fonts/fzxbsjw.woff") format("woff"), url("./fonts/fzxbsjw.ttf") format("truetype"), url("./fonts/fzxbsjw.eot") format("embedded-opentype");
}
/* 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";
    background: url("../images/top_bg.jpg") center top no-repeat;
}

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;
}

.trans {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 通用样式 */

#header {
    min-height: 300px;
}

.top-mod {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.62);
}

.top-func a {
    float: left;
    color: #333;
    margin: 0 13px;
    position: relative;
}

.top-func a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background: #b1babe;
    left: -13px;
    top: 50%;
    margin-top: -6px;
    cursor: auto;
}

.top-func a:first-child::before {
    display: none;
}

.top-func a:last-child {
    margin-right: 4px;
}

.top-func a img {
    vertical-align: top;
    margin-top: 13px;
}

.banner {
    height: 192px;
}

.logo {
    float: left;
    margin-top: 40px;
}

.search {
    float: right;
    width: 400px;
    height: 58px;
    border-radius: 28px;
    margin-top: 70px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border: 4px solid rgba(48, 133, 245, 0.09);
}

.input-content {
    margin-right: 104px;
}

.input-content input {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 26px;
    width: 100%;
}

.input-content input::placeholder {
    color: #999;
}

.search button {
    display: block;
    position: absolute;
    width: 104px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    padding-left: 42px;
    cursor: pointer;
    right: 0;
    top: 0;
    text-align: left;
    background: url("../images/search_icon.png") 13px center no-repeat #015293;
}

.nav {
    background: #015293;
    height: 64px;
    line-height: 64px;
    font-size: 20px;
    font-family: "SourceHanSansCN-Medium";
    text-align: center;
    position: relative;
}

.nav-item {
    float: left;
    width: 14.285%;
}

.nav-item>a {
    display: block;
    color: #fff;
    position: relative;
}

.nav-item>a::before {
    display: none;
    position: absolute;
    content: "";
    width: 36px;
    height: 4px;
    background: #fff;
    bottom: 1px;
    left: 50%;
    margin-left: -18px;
}

.nav-item.active>a {
    background: url("../images/nav_bgh.jpg") left center repeat-x;
}

.nav-item.active>a::before {
    display: block;
}

.nav-item:hover>a {
    background: url("../images/nav_bgh.jpg") left center repeat-x;
}

.nav-item:hover>a::before {
    display: block;
}

.nav-item:hover .nav-second {
    display: block;
}

.nav-second {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    background-color: #016cc2;
    padding: 10px 0;
    display: none;
    z-index: 10;
}

.second-item {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    /*margin-left: 34px;*/
    width: 16.66%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.second-item>a {
    color: #fff;
    padding: 0 13px;
	transition: all 0.2s;
	display:block;
}


.second-item>a:hover {
    transform: translateY(-5px);
}

.footer {
    padding-bottom: 33px;
    background: #015293 url("../images/footer_bg.jpg") no-repeat center bottom;
}

.footer-link {
    height: 57px;
    background-color: rgba(255, 255, 255, 0.1);
}

.footer-link-skip {
    line-height: 57px;
    font-size: 15px;
}

.footer-link-situation {
    padding-left: 37px;
    margin-left: 18px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer-link-situation:nth-child(1) {
    background-image: url("../images/footer_icon1.png");
}

.footer-link-situation:nth-child(2) {
    background-image: url("../images/footer_icon2.png");
}

.footer-link-situation:nth-child(3) {
    background-image: url("../images/footer_icon3.png");
}

.footer-link-situation:nth-child(4) {
    background-image: url("../images/footer_icon4.png");
}

.footer-link-box {
    float: left;
    width: calc(100% - 495px);
}

.footer-link-select {
    float: left;
    height: 27px;
    margin-top: 15px;
    width: 16.2%;
}

.footer-link-select:nth-child(4) {
    width: 19%;
}

.footer-link .ewb-sel {
    display: none;
    width: 100%;
    height: 27px;
    line-height: 27px;
    border: none;
    background-color: transparent;
}

.footer-link .chosen-container {
    width: 100%;
    height: 27px;
    line-height: 27px;
}

.footer-link .chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 27px;
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    background-color: transparent;
}

.footer-link .chosen-container-single .chosen-default {
    color: #fff;
}

.footer-link .chosen-container-single .chosen-single.cur {
    color: #fff;
}

.footer-link .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
}

.footer-link .chosen-container-single .chosen-single span {
    margin-right: 30px;
    height: 27px;
    line-height: 27px;
}

.footer-link .chosen-container-single .chosen-single div {
    width: 30px;
    padding: 0;
}

.footer-link .chosen-container-single .chosen-single div b {
    width: 30px;
    height: 27px;
    background: url("../images/sel_ico.png") left center no-repeat;
}

.footer-link .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/sel_ico_cur.png") left center no-repeat;
}

.footer-link .chosen-container-single .chosen-drop {
    top: 27px;
    border: none;
    border-radius: 0;
}

.footer-link .chosen-container .chosen-search {
    display: none;
}

.footer-link .chosen-container .chosen-results {
    max-height: 180px;
    margin: 0;
    padding: 0;
    color: #676767;
}

.footer-link .chosen-container .chosen-results li {
    padding: 10px;
    line-height: 20px;
}

.footer-link .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

.footer-infor {
    margin-top: 47px;
}

.footer-infor-list {
    line-height: 29px;
    font-size: 15px;
    color: #fff;
}

.footer-infor-list li {
    float: left;
}

.footer-infor-list li:first-child .footer-infor-box {
    margin-left: 0;
}

.footer-infor-box {
    margin: 0 12px;
    font-size: 15px;
    color: #fff;
}

.footer-infor-name {
    margin-right: 22px;
    line-height: 29px;
    color: #fff;
    font-size: 15px;
}

.footer-right {
    margin-top: 74px;
}

.footer-right-icon {
    width: 52px;
    height: 64px;
    margin-right: 34px;
    background: url("../images/footer_icon4.png") no-repeat;
}

.footer-right-error {
    width: 110px;
    height: 55px;
    background: url("../images/footer_icon5.png") no-repeat;
}


/* 980以下 */

@media (max-width: 1200px) {
    .footer-link {
        height: auto;
        padding-bottom: 10px;
    }
    .footer-link-box,
    .footer-link-skip {
        width: 100%;
    }
}

@media (max-width: 979px) {
    .logo {
        width: 380px;
    }
    .search {
        width: 340px;
    }
}


/* 移动端 */

@media (max-width: 767px) {
    .top-mod {
        height: auto;
        line-height: 30px;
        padding: 10px 0;
        font-size: 12px;
    }
    .banner {
        height: auto;
        padding: 0 0 10px 0;
    }
    .logo {
        width: auto;
        margin-top: 20px;
    }
    .search {
        width: 100%;
        margin-top: 10px;
    }
    .top-func a img {
        margin-top: 7px;
    }
    .top-func a {
        margin: 0 5px;
    }
    .top-func a::before {
        left: -5px;
    }
    .search {
        height: 40px;
        line-height: 36px;
        border-width: 2px;
        border-radius: 20px;
    }
    .input-content input {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .search button {
        height: 36px;
        line-height: 36px;
        font-size: 16px;
    }
    /* nav */
    .nav {
        padding: 10px 0;
        font-size: 16px;
        line-height: 40px;
        height: auto;
    }
    .nav-item {
        width: 25%;
    }
    .nav-second {
        top: 100px;
    }
    .second-item {
        line-height: 28px;
        height: 28px;
        font-size: 14px;
        margin-left: 0;
        width: 25%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #fff;
    }
    .footer-link .ewb-sel {
        display: block;
        color: #fff;
    }
    .footer-link .ewb-sel option {
        color: #333;
    }
    .footer-link-box {
        margin-bottom: 10px;
    }
    .footer-link-select {
        width: 33.33%;
        color: #fff;
    }
    .footer-link-select:nth-child(4) {
        width: 33.33%;
    }
    .footer-link-skip {
        line-height: 30px;
    }
    .footer-link-situation {
        margin: 0 20px 0 0;
        font-size: 14px;
        background-size: 21px 21px;
    }
    .footer-infor {
        margin-top: 20px;
    }
    .footer-infor-box,
    .footer-infor-name {
        font-size: 13px;
        line-height: 25px;
    }
    .footer-right {
        margin-top: 20px;
    }
}


/* 2021-09-15 wppei 修改 */

.footer-chosen {
    width: 16.66%;
    margin-top: 15px;
}

.footer-sel-val>span {
    color: #fff;
    line-height: 27px;
    font-size: 16px;
    padding-right: 20px;
    background: url("../images/sel_ico.png") no-repeat right center;
}

.footer-link-box {
    position: relative;
    z-index:9;
}

.footer-options {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(79, 113, 157, 0.16);
    max-height: 223px;
    overflow-y: auto;
}

.footer-option {
    float: left;
    width: 25%;
    line-height: 30px;
}

.footer-option a {
    display: block;
    color: #333;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-chosen:hover .footer-sel-val>span {
    background-image: url("../images/sel_ico_cur.png");
}

.footer-chosen:hover .footer-options {
    display: block;
}

@media (max-width: 767px) {
    .footer-sel-val>span {
        padding-right: 15px;
    }
    .footer-chosen {
        width: 33.33%;
    }
    .footer-options {
        bottom: 75px;
    }
    .footer-option {
        width: 50%;
    }
}

.fushuntitle{
    margin-left:20px;
    margin-top: 65px
  }