@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 */
/* yui3 fonts */
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9fafc;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  color: #333;
  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;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding-left: 23px;
  height: 57px;
  line-height: 57px;
  font-size: 14px;
  color: #a8b6c1;
  background: url("/images/location-icon.png") no-repeat 0 center;
}

.location a {
  color: #a8b6c1;
}

.location span {
  color: #1f6de8;
}

/* header */
#header .header {
  min-width: 1200px;
  background: #fff;
}
#header .header-top {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-between;
}
#header .header-search {
  position: relative;
  width: 500px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background: #fff;
}
#header .header-search input {
  width: calc(100% - 40px);
  height: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  outline: 0;
  border: 0;
  line-height: 34px;
  font-size: 13px;
  color: #333;
  background: none;
}
#header .header-search input::placeholder {
  color: #bac4ce;
}
#header .header-search .search-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #1f6de8 url("/images/search.png") no-repeat center center;
  right: -1px;
  top: -1px;
  border-radius: 4px;
  cursor: pointer;
}
#header.noslogan .header-search {
  width: 248px;
  height: 38px;
}
#header.noslogan .header-search .search-btn {
  width: 38px;
  height: 38px;
}
#header.noslogan .slogan {
  display: none;
}

.nav {
  height: 65px;
  line-height: 65px;
  background: #1f6de8;
  font-size: 18px;
  text-align: center;
}
.nav-menu {
  display: flex;
  justify-content: space-between;
}
.nav-menu > li {
  width: 172px;
}
.nav-menu > li.current a {
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
}
.nav-menu > li a {
  display: block;
  color: #fff;
  transition: background 0.3s;
}
.nav-menu > li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

@keyframes moveX {
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(30px);
    opacity: 0;
  }
}
.module-box {
  padding-top: 50px;
}

.module-title {
  line-height: 42px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.module-title::before, .module-title::after {
  content: "";
  display: inline-block;
  width: 309px;
  height: 9px;
  margin: 0 30px;
  background: url("/images/mod-tit-lt.png") no-repeat center bottom;
  vertical-align: middle;
}
.module-title::after {
  background-image: url("/images/mod-tit-rt.png");
}

/* 底部 */
.footer-wrap {
  min-width: 1200px;
  min-height: 208px;
  padding-top: 40px;
  background: #1e2736;
}

.friendly-links {
  display: flex;
  justify-content: space-between;
}
.friendly-links .friendly-link {
  width: 288px;
}
.friendly-links .chosen-container-single .chosen-single {
  padding-left: 16px;
  height: 40px;
  background: #fff;
  color: #333;
  font-size: 16px;
  line-height: 40px;
}
.friendly-links .chosen-container-single .chosen-single div {
  width: 26px;
  margin-right: 10px;
}
.friendly-links .chosen-container-active.chosen-with-drop .chosen-single div b {
  transform: rotate(180deg);
  background-position: center center !important;
}
.friendly-links .chosen-container-single .chosen-single div b {
  background-image: url("/images/chosen-arr.png");
  background-position: center center !important;
}
.friendly-links .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #b1d0ff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}
.friendly-links .chosen-container .chosen-drop {
  border: 1px solid #b1d0ff;
  background: #2c69c5;
  box-shadow: none;
}
.friendly-links .chosen-container .chosen-results {
  color: rgba(255, 255, 255, 0.7);
}

.link-sel {
  display: block;
  width: 100%;
  height: 38px;
  outline: none;
  background: #2c69c5;
  color: #fff;
  border: 1px solid #b1d0ff;
  border-radius: 4px;
}

/* 版权信息 */
.copyright-info {
  padding-top: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
}
.copyright-info .copyright-txt {
  margin-bottom: 10px;
  display: flex;
}
.copyright-info .copyright-txt > span {
  width: 30%;
}
.copyright-info .copyright-txt > span:nth-child(2) {
  width: 40%;
}
.copyright-info .copyright-txt > span em {
  font-style: normal;
  padding-right: 15px;
}
.copyright-info .copyright-txt:last-child span {
  width: 30%;
}
.copyright-info .copyright-txt:last-child span:last-child {
  width: 70%;
}

.page-content {
  margin-bottom: 40px;
}
.page-content .sub-list a {
  display: block;
  height: 60px;
  margin-top: 10px;
  line-height: 60px;
  padding-left: 24px;
  color: #333;
  font-size: 16px;
  background: linear-gradient(to top, #daecff, #f5f8ff);
  border-radius: 4px;
  border: 1px solid #fff;
}
.page-content .sub-list a.current {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to bottom, #1face8, #1f6de8);
}
.page-content .info-content {
  width: 960px;
  padding: 8px 24px 24px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.sub-menu {
  width: 220px;
}
.sub-menu .sub-head {
  height: 86px;
  line-height: 86px;
  font-size: 22px;
  font-weight: bold;
  color: #1f6de8;
  padding-left: 33px;
  background: url("/images/sub-compass.png") no-repeat center left;
}
.sub-menu .sub-tree-items {
  margin-top: 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.sub-menu .sub-tree-items.current .sub-tree-node > a {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(to bottom, #1face8, #1f6de8);
  border-radius: 4px 4px 0 0;
}
.sub-menu .sub-tree-items.current .sub-tree-node > a:before {
  background-image: url("/images/menu_arr.png") !important;
}
.sub-menu .sub-tree-items.current .sub-tree-subs {
  display: block;
}
.sub-menu .sub-tree-items + .sub-menu .sub-tree-items {
  margin-top: 20px;
}
.sub-menu .sub-tree-items.hasChild .sub-tree-node > a:before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background: url("/images/menu_arrh.png") no-repeat center center;
}
.sub-menu .sub-tree-node .sub-tree-tt {
  position: relative;
  height: 60px;
  line-height: 60px;
  padding-left: 24px;
  color: #333;
  font-size: 16px;
  background: linear-gradient(to top, #daecff, #f5f8ff);
  border-radius: 4px;
  border: 1px solid #fff;
}
.sub-menu .sub-tree-subs {
  display: none;
}
.sub-menu .sub-tree-item {
  padding: 10px 0;
}
.sub-menu .sub-tree-item .sub-tree-tt {
  position: relative;
  width: 180px;
  margin: 0 auto;
  padding: 3px 0 3px 35px;
  color: #666;
  font-size: 14px;
  transition: background 0.3s;
}
.sub-menu .sub-tree-item .sub-tree-tt::before {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c5c5c5;
}
.sub-menu .sub-tree-item .sub-tree-tt:hover, .sub-menu .sub-tree-item .sub-tree-tt.active {
  background: #daecff;
  color: #1f6de8;
  border-radius: 2px;
}
.sub-menu .sub-tree-item .sub-tree-tt:hover::before, .sub-menu .sub-tree-item .sub-tree-tt.active::before {
  background: #1f6de8;
}
.sub-menu .sub-tree-tt {
  display: block;
}

/* 二级标题 */
.sec-hd {
  height: 54px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.sec-search {
  width: 248px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 17px;
}
.sec-search .sec-search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  width: 0;
  height: 100%;
  color: #bac4ce;
  font-size: 13px;
  background-color: transparent;
  border-radius: 17px 0 0 17px;
}
.sec-search .sec-search-icon {
  width: 40px;
  background: url("/images/search-icon.png") no-repeat center center;
  cursor: pointer;
}
.sec-name {
  position: relative;
  font-size: 20px;
  font-weight: bolder;
  line-height: 22px;
  padding-left: 13px;
}
.sec-name::before {
  position: absolute;
  left: 0px;
  top: 0;
  content: "";
  width: 3px;
  height: 22px;
  background: url("/images/title_icon.png");
}
.sec-name i {
  font-style: normal;
  color: rgba(186, 196, 206, 0.5);
  font-weight: normal;
  font-size: 14px;
  vertical-align: text-top;
}

.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 6px;
}
.pager .m-pagination-page > li > a {
  min-width: 34px;
  height: 34px;
  line-height: 30px;
  padding: 0 7px;
  color: #666;
  font-family: SourceHanSansCN-Regular;
  border-width: 2px;
  border-color: #ebebeb;
  box-sizing: border-box;
}
.pager .m-pagination-page > li.active > a {
  border-color: #1f6de8;
  color: #1f6de8;
  font-weight: normal;
  background-color: #fff;
}
.pager .m-pagination-page > li:hover > a,
.pager .m-pagination-group > button:hover {
  color: #1f6de8;
  border-color: #1f6de8;
}
.pager .m-pagination-group > input {
  width: 34px;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  border: 2px solid #ebebeb;
  margin-left: 6px;
}
.pager .m-pagination-info {
  height: 34px;
  line-height: 34px;
  padding-left: 0;
}
.pager .m-pagination-group > button {
  display: none;
}
.pager .m-pagination-jump {
  position: relative;
}
.pager .m-pagination-jump:after {
  position: absolute;
  content: "页";
  line-height: 34px;
  left: 46px;
}
.pager .m-pagination-size > select {
  height: 34px;
  line-height: 34px;
  border-color: #ebebeb;
  border-width: 2px;
}