﻿@charset "UTF-8";
/* 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 */
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 {
  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: #BAC4CE;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #BAC4CE;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #BAC4CE;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #BAC4CE;
}

.placeholder {
  color: #BAC4CE;
}

/* 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 {
  -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;
}

/* 字体包 */
@font-face {
  font-family: "DingTalk JinBuTi";
  src: url("./fonts/DingTalk JinBuTi-Regular/DingTalk JinBuTi-Regular.woff") format("woff"), url("./fonts/DingTalk JinBuTi-Regular/DingTalk JinBuTi-Regular.otf") format("opentype"), url("./fonts/DingTalk JinBuTi-Regular/DingTalk JinBuTi-Regular.eot") format("embedded-opentype"), url("./fonts/DingTalk JinBuTi-Regular/DingTalk JinBuTi-Regular.TTF") format("truetype");
}
/* 通用样式 */
html {
  height: 100%;
}

body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #F2F7FF;
}
body.has-footer {
  position: relative;
  min-height: 100%;
  padding-bottom: 211px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

/* header */
#header {
  height: 321px;
}

.header {
  min-width: 1200px;
}
.header-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-width: 1200px;
  z-index: 2;
}
.header-content-row {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top {
  height: 36px;
  line-height: 36px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.header-top-item {
  margin-right: 24px;
}
.header-top-item:last-child {
  margin-right: 0;
}
.header-logo {
  height: 73px;
}
.header-search {
  position: relative;
  width: 385px;
  height: 50px;
  line-height: 48px;
  padding: 0 94px 0 25px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #fff;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-search-input {
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  background: transparent;
}
.header-search-input::-webkit-input-placeholder {
  color: #4D7297;
}
.header-search-input::-moz-placeholder {
  color: #4D7297;
}
.header-search-input:-moz-placeholder {
  color: #4D7297;
}
.header-search-input:-ms-input-placeholder {
  color: #4D7297;
}
.header-search-btn {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 80px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  font-size: 16px;
  background: #226FD8;
  color: #fff;
  text-align: center;
}
.header-bg {
  height: 251px;
  overflow: hidden;
}
.header .swiper-container {
  margin-top: -75px;
  height: 641px;
}
.header .swiper-slide {
  overflow: hidden;
}
.header-img {
  width: 100%;
  height: 100%;
}
.header-nav {
  position: relative;
  height: 65px;
  line-height: 65px;
  color: #fff;
  font-size: 18px;
  background: #226FD8;
  background: -webkit-gradient(linear, left top, right top, from(#226FD8), to(#224CD8));
  background: linear-gradient(90deg, #226FD8 0%, #224CD8 100%);
}
.header-nav.show-sub {
  -webkit-box-shadow: 0 25px 0 25px rgba(255, 255, 255, 0.7);
          box-shadow: 0 25px 0 25px rgba(255, 255, 255, 0.7);
}
.header-nav-item {
  position: relative;
  width: 16.66%;
  text-align: center;
}
.header-nav-item > a {
  display: block;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-nav-item.current, .header-nav-item:hover {
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
}

/* 侧边客服/技术支持 */
.sider {
  position: fixed;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  width: 72px;
  border-radius: 8px;
}
.sider-list {
  padding: 15px 0 5px;
  background: #226FD8;
  background: -webkit-gradient(linear, left top, left bottom, from(#226FD8), to(#224CD8));
  background: linear-gradient(180deg, #226FD8 0%, #224CD8 100%);
  border-radius: 8px;
}
.sider-node {
  position: relative;
  display: block;
  min-height: 72px;
  padding: 40px 5px 10px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sider-icon {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: center center/100% 100% no-repeat;
}
.sider-icon.icon1 {
  background-image: url("../images/sider_icon1.png");
}
.sider-icon.icon2 {
  background-image: url("../images/sider_icon2.png");
}
.sider-drop {
  display: none;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 16px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(179, 179, 179, 0.3);
          box-shadow: 0px 0px 13px 0px rgba(179, 179, 179, 0.3);
  border-radius: 4px;
}
.sider-drop::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(179, 179, 179, 0.3);
          box-shadow: 0px 0px 13px 0px rgba(179, 179, 179, 0.3);
}
.sider-drop-qrcode {
  display: block;
  margin: 0 auto;
  width: 161px;
  height: 161px;
}
.sider-drop-qrcode + .sider-drop-tip {
  margin-top: 5px;
}
.sider-drop-tip {
  text-align: center;
}
.sider-item {
  position: relative;
  margin-bottom: 10px;
}
.sider-item:last-child {
  border-bottom: 0;
}
.sider-item:last-child .sider-node {
  border-radius: 0px 0px 12px 12px;
}
.sider-item:hover .sider-drop {
  display: block;
}

@media screen and (max-width: 1440px) {
  .sider {
    right: 0;
  }
}
/* footer */
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 1200px;
  min-height: 211px;
  color: #fff;
  background: #0C1728;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer a {
  color: #fff;
}
.footer-link {
  margin-left: -20px;
  margin-bottom: 32px;
}
.footer-link-item {
  width: calc(25% - 20px);
  margin-left: 20px;
}
.footer-link-item select {
  width: 100%;
  color: #666;
  border: 1px solid #fff;
  background-color: #fff;
}
.footer-link-item option {
  color: #666;
}
.footer-link-item .chosen-container-single .chosen-single {
  height: 38px;
  line-height: 36px;
  font-size: 16px;
  padding-left: 15px;
  border-color: #fff;
  background-color: #fff;
  color: #666;
}
.footer-link-item .chosen-container-single .chosen-single span {
  margin-right: 38px;
}
.footer-link-item .chosen-container-single .chosen-single div {
  right: 5px;
}
.footer-link-item .chosen-container-single .chosen-single div b {
  background-position-y: 10px;
}
.footer-link-item .chosen-container .chosen-results li {
  line-height: 20px;
  font-size: 16px;
}
.footer-link-item .chosen-container .chosen-results li.highlighted {
  background: #226FD8;
}
.footer-link-item .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #fff;
  background: #fff;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
.footer-action {
  text-align: center;
}
.footer-action-item {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  margin-right: 67px;
}
.footer-action-item::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -5px 0 0 33px;
  width: 1px;
  height: 10px;
  background: #fff;
}
.footer-action-item:last-child {
  margin-right: 0;
}
.footer-action-item:last-child::after {
  display: none;
}
.footer-copyright {
  padding-top: 8px;
  text-align: center;
}
.footer-copyright-item {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  margin: 8px 8px 0;
}

/* 列表 */
.com-list-item {
  position: relative;
  line-height: 40px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 9px;
}
.com-list-item:last-child {
  border-bottom: 0;
}
.com-list-item:hover {
  color: #226FD8;
}
.com-list-item:hover .com-list-link,
.com-list-item:hover .com-list-time {
  color: #226FD8;
}
.com-list-link {
  display: block;
  padding: 0 17% 0 25px;
  color: #333;
  background: url("../images/list_ico.png") left center no-repeat;
}
.com-list-tit {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.com-list-time {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

/* 条件 */
.condition {
  line-height: 26px;
}
.condition-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.condition-row:last-child {
  margin-bottom: 0;
}
.condition-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.condition-list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: -5px;
}
.condition-list > * {
  margin: 5px 0 0 10px;
}
.condition-item {
  padding: 0 12px;
  color: #666;
  background: #F7F7F7;
  border-radius: 4px;
  cursor: pointer;
}
.condition-item.current, .condition-item:hover {
  font-weight: bold;
  color: #fff;
  background-color: #226FD8;
}

/* 表格形式列表 */
.com-table-hd {
  color: #fff;
  background: #226FD8;
  border-radius: 4px 4px 0 0;
}
.com-table-hd-col {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.com-table-bd-col {
  padding: 0 10px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.com-table-bd-row {
  display: block;
}
.com-table-bd-row:hover .com-table-bd-col {
  background: #F4F8FD;
  color: #226FD8;
  border-color: #226FD8;
}

/* shadow-box */
.shadow-box {
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 当前位置位置 */
.location {
  padding: 20px 0 20px 22px;
  line-height: 1.5;
  color: #A8B6C1;
  background: url("../images/location_icon.png") left center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.location a {
  color: #A8B6C1;
}
.location span {
  color: #226FD8;
}

/* 标题 */
.com-title {
  height: 34px;
  line-height: 34px;
  margin-bottom: 20px;
  padding-left: 15px;
  background: url("../images/com_title_ico.png") left center no-repeat;
  overflow: hidden;
}
.com-title-text {
  font-family: "DingTalk JinBuTi";
  font-size: 26px;
}

/* 子页搜索框 */
.query-box {
  position: relative;
  width: 250px;
  height: 34px;
  line-height: 32px;
  padding: 0 46px 0 12px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.query-input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}
.query-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 34px;
  height: 34px;
  background: #226FD8 url("../images/query_ico.png") center center no-repeat;
  border-radius: 4px;
}

/* 分页 */
.pager {
  position: relative;
  margin-top: 24px;
}
.pager .m-pagination-info {
  position: absolute;
  left: 0;
  padding-left: 0;
}

.m-pagination-page > li > a,
.m-pagination-size > select,
.m-pagination-group > input,
.m-pagination-group > button,
.m-pagination-info {
  color: #666;
}

.m-pagination-page > li > a,
.m-pagination-size > select,
.m-pagination-group > input,
.m-pagination-group > button {
  border-width: 2px;
  border-color: #ECEDF2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.m-pagination-info {
  height: 34px;
  line-height: 34px;
}

.m-pagination-size > select,
.m-pagination-group > button,
.m-pagination-group > input {
  height: 34px;
}

.m-pagination-jump {
  position: relative;
  width: 88px;
  padding: 0 16px 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-pagination-jump::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "到第";
}
.m-pagination-jump::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "页";
}

.m-pagination-group > input {
  border-right: 2px solid #ECEDF2;
}
.m-pagination-group > button {
  display: none;
}

.m-pagination-size > select {
  padding: 0 16px 0 8px;
}

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

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

/* 日期选择 */
.time-select {
  width: 160px;
  height: 26px;
  line-height: 24px;
  padding: 0 30px 0 10px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 4px;
  background: url("../images/date_icon.png") right 7px center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.time-split {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 1px;
  background: rgba(153, 153, 153, 0.2);
}

/* 空（暂无数据） */
.null {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.null-text {
  margin-top: 20px;
  font-family: "DingTalk JinBuTi";
  line-height: 31px;
  font-size: 26px;
  color: #6E7E97;
}



/* 子页左侧垂直菜单和右侧外框 */
.left-nav {
  width: 220px;
  background: #fff;
  overflow: hidden;
}
.left-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 220px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  z-index: -1;
}
.left-nav-hd {
  padding: 22px 25px;
  color: #fff;
  background: #226FD8 url("../images/leftnav_hd_bg.jpg") center center/100% 100% no-repeat;
}
.left-nav-hd-cn {
  position: relative;
  line-height: 36px;
  font-size: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.left-nav-hd-cn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 1px;
  background: #fff;
}
.left-nav-hd-en {
  margin-top: 2px;
  line-height: 18px;
  font-size: 12px;
  opacity: 0.4;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wb-tree-tt {
  display: block;
  padding: 0 48px 0 24px;
  color: #333;
  background: url("../images/leftnav_arrow.png") right 20px center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wb-tree-node {
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.wb-tree-node:hover .wb-tree-tt {
  color: #226FD8;
  font-weight: bold;
}
.wb-tree-subs {
  display: none;
  padding: 10px 0;
}
.wb-tree-sub .wb-tree-item {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.wb-tree-sub .wb-tree-item a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 24px 0 36px;
  display: block;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wb-tree-sub .wb-tree-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 4px;
  height: 4px;
  background-color: #226FD8;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.wb-tree-sub .wb-tree-item.current a, .wb-tree-sub .wb-tree-item:hover a {
  color: #226FD8;
  font-weight: bold;
}
.wb-tree-sub .wb-tree-item.current a::before, .wb-tree-sub .wb-tree-item:hover a::before {
  background-color: #226FD8;
}
.wb-tree-items.current .wb-tree-node {
  background: url("../images/leftnav_node_bg.jpg") center center/100% 100% no-repeat;
}
.wb-tree-items.current .wb-tree-tt {
  color: #fff;
  font-weight: bold;
  background-image: url("../images/leftnav_arrow_h.png");
}
.wb-tree-items.current .wb-tree-subs {
  display: block;
}
.wb-tree-items.hasChild.current .wb-tree-tt {
  background-image: url("../images/leftnav_arrow2_h.png");
}

.subpage-wrap {
  position: relative;
  margin-bottom: 30px;
}
.subpage-right {
  width: calc(100% - 220px - 20px);
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}