@charset "UTF-8";
html {
    color: #000;
    background: #fff;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    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%;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
    cursor: pointer;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
	min-width: 1400px;
}

select,
input,
button,
textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

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

.date{
	    float: right;
    color: #fff;
    height: 55px;
    line-height: 55px;
}

/* 通用样式 */

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

#header {
    height: 420px;
}

.header-top {
    height: 89px;
}

.header-bk {
    height: 100%;
    background: url("../images/header_bg.jpg") no-repeat center top;
    border-bottom: none;
    border-bottom: 1px solid #6697c8;
}

.header-logo {
    width: 428px;
    margin-top: 29px;
}

.search-frame {
    display: flex;
    width: 360px;
    height: 44px;
    margin-top: 23px;
    border: 2px solid #F7F7F7;
    background-color: #F7F7F7;
    border-radius: 22px;
}

.input-box {
    width: 316px;
    height: 40px;
    padding: 0 14px;
    line-height: 40px;
    font-size: 16px;
    background: #F7F7F7;
    border: none;
    outline: none;
    border-radius: 20px;
}

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

.input-button {
    position: relative;
    width: 40px;
    height: 40px;
    background: linear-gradient( 180deg, #FFC03F 0%, #FF8125 100%), #1F6DE8;
    border-radius: 50%;
    border: none;
    outline: none;
}

.input-button::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 17px;
    background: url("../images/search_icon.png") no-repeat;
}

.header-wrap {
    box-sizing: border-box;
    height: 56px;
    border-bottom: 1px solid #A3CCFF;
}

.nav-item {
    position: relative;
    float: left;
    height: 55px;
    width: 13.4285%;
    text-align: center;
}

.nav-item:first-child {
    width: 6%;
}

.nav-item:first-child {
    text-align: left;
}

.nav-item:last-child {
    width: 122px;
    text-align: right;
}

.nav-link {
    display: inline-block;
    position: relative;
    font-size: 20px;
    height: 55px;
    line-height: 55px;
    color: #fff;
}

.nav-item.haschild .nav-link:after {
    position: absolute;
    content: "";
    top: calc(50% + 2px);
    right: -23px;
    width: 16px;
    height: 10px;
    transform: translateY(-50%);
    background: url("../images/nav_down.png") no-repeat;
}

.nav-item.haschild:hover {
    background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
}

.nav-item.haschild:hover .nav-link:after {
    background-image: url("../images/nav_up.png");
}

.nav-item:hover .nav-link,
.nav-item.current .nav-link {
    font-weight: 800;
}

.nav-item:hover .nav-link:before,
.nav-item.current .nav-link:before {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #fff;
}

.sub-items {
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    right: 0;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}

.sub-items:before {
    position: absolute;
    content: "";
    top: -9px;
    left: 0;
    right: 0;
    height: 9px;
}

.nav-item:hover .sub-items {
    display: block;
}

.sub-link {
    display: block;
    font-size: 14px;
    padding: 0 5px;
    height: 36px;
    line-height: 36px;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sub-link:hover {
    color: #1F6DE8;
    background: rgba(31, 109, 232, 0.12);
}

.footer-center {
    padding-top: 20px;
    height: 214px;
    line-height: 35px;
    color: #666;
    border-top: 1px solid #e2e3e5;
    padding-bottom: 23px;
    background: #f1f3f8;
    text-align: center;
    overflow: hidden;
}

.chose-list {
    margin-left: -20px;
}

.chose-item {
    width: calc(33.33% - 20px);
    margin-left: 20px;
}

.footer-center .sel {
    display: none;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #666;
    padding-left: 20px;
    border: 1px solid #dadada;
}

.footer-center .chosen-container-single {
    text-align: left;
}

.footer-center .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
    border-color: #dadada;
    padding-left: 20px;
    color: #666;
    background: #fff;
}

.footer-center .chosen-container-single .chosen-single div b {
    background: url("../images/sel_down.png") no-repeat center;
}

.footer-center .chosen-container-single.chosen-with-drop .chosen-single div b {
    background-image: url("../images/sel_up.png");
}

.footer-center .chosen-container-single .chosen-single div {
    right: 11px;
}

.chosen-search {
    display: none;
}

.footer-center .chosen-container .chosen-results li {
    padding-left: 16px;
    color: #666;
}

.footer-center .chosen-container .chosen-results li:hover,
.footer-center .chosen-container .chosen-results li.highlighted {
    color: #fff;
}

.footer-center .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.footer-center .chosen-with-drop .chosen-drop {
    border-color: #dadada;
    border-radius: 0;
}

.footer-center .chosen-container .chosen-results {
    max-height: 120px !important;
}

.footer-center {
    padding-top: 20px;
}

.footer-center-frist,
.footer-center-middle,
.footer-center-last {
    width: auto;
    text-align: left;
}

.footer-center-frist {
    margin-top: 9px;
}

.footer-tel {
    margin-right: 18px;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/footer_01.png) 0 12px no-repeat;
}

.footer-web {
    margin-left: 18px;
    color: #666;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/footer_02.png) 0 12px no-repeat;
}

.footer-network {
    margin-right: 18px;
    display: inline-block;
    padding-left: 20px;
}

.footer-center-second {
    margin-left: 24px;
}

.footer-center-last>a {
    color: #666;
}

.footer-plice {
    margin-left: 22px;
    display: inline-block;
    background: url(../images/footer_03.png) 0 50% no-repeat;
    padding-left: 33px;
    cursor: default;
}

.footer-img {
    margin-top: 10px;
    position: relative;
}

.footer-img .img3 {
    width: 150px;
    height: 200px;
    display: inline-block;
    position: absolute;
    top: -60px;
    left: -200px;
}

.footer-img .img1,
.footer-img .img2 {
    width: 120px;
    height: 120px;
    display: inline-block;
}

.footer-img .img1>img,
.footer-img .img2>img {
    max-width: 100%;
    max-height: 100%;
}

.footer-img .img3>img {
    width: 150px;
}

.sub-content {
    min-height: 500px;
    padding: 0 24px;
    background: #ffffff;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
    border-radius: 4px;
}


/* 二级标题 */

.sub-top {
    display: flex;
    justify-content: space-between;
    height: 62px;
    padding-top: 8px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.sub-tt {
    position: relative;
    line-height: 53px;
    margin-left: -7px;
    padding-left: 7px;
    background: url("../images/sub_icon.png") no-repeat left 9px;
}

.sub-name {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.sub-eng {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    color: rgba(186, 196, 206, 0.5);
}

.sub-eng::before {
    content: " ";
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: rgba(153, 153, 153, 0.2);
}

.sub-search {
    display: flex;
    width: 248px;
    height: 34px;
    margin-top: 10px;
    border-radius: 17px;
    border: 1px solid rgba(153, 153, 153, 0.2);
}

.sub-search-input {
    flex: 1;
    width: 0;
    height: 32px;
    padding: 0 11px;
    font-size: 13px;
    line-height: 32px;
    border-radius: 16px;
    border: none;
    outline: none;
}

.sub-search-input::placeholder {
    color: #BAC4CE;
}

.sub-search-button {
    width: 32px;
    height: 32px;
    background: url("../images/search_icon1.png") no-repeat center;
    border: none;
    outline: none;
}

.pager {
    margin-top: 24px;
}

.m-pagination-page>li>a,
.m-pagination-size>select,
.m-pagination-group>input,
.m-pagination-group>button {
    border: 2px solid #ECEDF2;
}

.m-pagination-page>li>a {
    height: 30px;
    padding: 0 11px;
    line-height: 30px;
}

.m-pagination-size>select {
    height: 34px;
}

.m-pagination-group>input {
    float: none;
    display: inline-block;
    height: 30px;
}

.m-pagination-jump {
    width: 89px;
    color: #666666;
}

.m-pagination-page>li.active>a {
    border-color: #1F6DE8;
    color: #1F6DE8;
    background-color: #fff;
}

.m-pagination-page>li:hover>a,
.m-pagination-group>button:hover {
    border-color: #1F6DE8;
}


/* 左侧信息 */

.sub-left-tt {
    display: flex;
    align-items: center;
    height: 86px;
    margin-bottom: 10px;
    padding: 0 20px 0 30px;
    line-height: 30px;
    font-weight: bold;
    font-size: 22px;
    color: #1F6DE8;
    background: url("../images/left_bg1.png") no-repeat;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}

.wb-tree-items {
    margin-top: 10px;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}

.wb-tree-node {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 50px 0 24px;
    background: linear-gradient( 180deg, #F5F8FF 0%, #DAECFF 100%);
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

.wb-tree-tt {
    display: block;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-tree-sub a {
    position: relative;
    display: block;
    height: 46px;
    line-height: 46px;
    color: #666;
    padding-left: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-tree-sub a:hover {
    color: #1F6DE8;
}

.wb-tree-sub a:before {
    position: absolute;
    content: "";
    left: 46px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #A8B6C1;
}

.wb-tree-sub a:hover:before {
    background-color: #1F6DE8;
}

.wb-tree-iconr {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    background: url("../images/tree_up.png") no-repeat;
}

.wb-tree-sub {
    display: none;
}

.current .wb-tree-tt,
.wb-tree-node:hover .wb-tree-tt {
    color: #fff;
}

.current .wb-tree-node,
.wb-tree-node:hover {
    color: #fff;
    background: linear-gradient(0deg, #1F6DE8 0%, #1FACE8 100%);
}

.current .wb-tree-iconr {
    background-image: url("../images/tree_down.png");
}

.wb-tree-node:hover .wb-tree-iconr {
    background-image: url("../images/tree_uph.png");
}

.current .wb-tree-node:hover .wb-tree-iconr {
    background-image: url("../images/tree_down.png");
}

.current .wb-tree-sub {
    display: block;
}


/* 位置 */

.location {
    padding: 20px 0 20px 23px;
    line-height: 21px;
    color: #A8B6C1;
    background: url("../images/location_icon.png") no-repeat left center;
}

.location-cut {
    padding: 0 8px;
}

.location .link {
    color: #A8B6C1;
}

.location .current {
    color: #1F6DE8;
}

.list-right {
    width: 960px;
    margin-left: 20px;
    padding-bottom: 24px;
}

.condition {
    padding-top: 24px;
}

.condition-skip {
    display: flex;
    margin-bottom: 6px;
    line-height: 26px;
}

.condition-box {
    display: flex;
    flex-wrap: wrap;
    height: 32px;
    flex: 1;
    width: 0;
    overflow: hidden;
}

.condition-list {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    width: 0;
}

.condition-item {
    margin: 0 0 6px 6px;
    height: 26px;
    color: #666666;
    padding: 0 12px;
    background: #f7f7f7;
    border-radius: 4px;
    cursor: pointer;
}

.condition-item:hover,
.condition-item.active {
    color: #fff;
    background-color: #1f6de8;
}

.condition-item.active {
    font-weight: bold;
}

.condition-all {
    margin-left: 10px;
    padding-right: 18px;
    height: 26px;
    color: #1f6de8;
    background: url("../images/condition_icon.png") no-repeat right center;
    cursor: pointer;
}

.condition-all.active {
    background-image: url("../images/condition_iconh.png");
}

.work-item {
    margin-top: 12px;
}

.work-con {
    display: block;
    height: 39px;
    line-height: 38px;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.work-name {
    width: calc(100% - 84px);
    padding-left: 25px;
    color: #333333;
    background: url("../images/list_icon.png") no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.work-time {
    color: #999999;
}

.work-con:hover {
    border-color: #1f6de8;
}

.work-con:hover .work-name,
.work-con:hover .work-time {
    color: #1f6de8;
}

.sub-main {
    padding: 30px 0;
}