@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 */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #f0f4fa;
}

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: #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 {
  -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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 通用样式 */
.container {
  width: 1300px;
  margin: 0 auto;
}

/* 当前位置位置 */
.route-info {
  line-height: 21px;
  padding: 20px 0 30px 23px;
  color: #a8b6c1;
  background: url("../images/route_ico.png") left 20px no-repeat;
}
.route-info a {
  color: #a8b6c1;
}
.route-info span {
  color: #12298c;
}

/* 头部 */
.header {
  background-color: #fff;
}
.header-view {
  height: 84px;
  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;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-item {
  width: 20%;
  text-align: center;
}
.menu-item + li {
  margin-left: 80px;
}
.menu-item a {
  width: 100%;
  height: 54px;
  color: #222;
  font-size: 20px;
  line-height: 54px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  text-align: center;
}
.menu-item.current {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 79, 161, 0.12)), to(rgba(0, 79, 161, 0)));
  background: linear-gradient(360deg, rgba(0, 79, 161, 0.12) 0%, rgba(0, 79, 161, 0) 100%);
}
.menu-item.current a {
  color: #004fa1;
  border-color: #004fa1;
}

.header-search {
  position: relative;
}
.header-search-input {
  width: 300px;
  height: 40px;
  font-size: 14px;
  padding: 0 80px 0 15px;
  border-radius: 55px;
  border: 1px solid #C7D5E0;
}
.header-search-input::-webkit-input-placeholder {
  color: #A9A9A9;
}
.header-search-input::-moz-placeholder {
  color: #A9A9A9;
}
.header-search-input:-ms-input-placeholder {
  color: #A9A9A9;
}
.header-search-input::-ms-input-placeholder {
  color: #A9A9A9;
}
.header-search-input::placeholder {
  color: #A9A9A9;
}
.header-search-btn {
  width: 60px;
  height: 40px;
  background: #004FA1 url("../images/search.png") no-repeat center;
  position: absolute;
  border-radius: 30px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-search-wrap {
  position: absolute;
  right: 0;
  top: -36px;
  width: 758px;
  max-height: 375px;
  padding: 20px 46px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  z-index: 9;
}
.header-search-wrap .global-search {
  display: block;
  width: 100%;
  border-radius: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  padding-left: 51px;
  border: 1px solid #333;
  background: url("../images/search.svg") no-repeat 21px center;
}
.header-search-wrap .global-search::-webkit-input-placeholder {
  color: #999;
}
.header-search-wrap .global-search::-moz-placeholder {
  color: #999;
}
.header-search-wrap .global-search:-ms-input-placeholder {
  color: #999;
}
.header-search-wrap .global-search::-ms-input-placeholder {
  color: #999;
}
.header-search-wrap .global-search::placeholder {
  color: #999;
}
.header-search-wrap .global-search-box {
  position: relative;
}
.header-search-wrap .global-search-close {
  position: absolute;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../images/close.png") no-repeat center;
  cursor: pointer;
}
.header-search-wrap .global-search-tip {
  font-size: 20px;
  margin-top: 20px;
  line-height: 30px;
  color: #666;
}
.header-search-wrap .global-search-list li {
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
}
.header-search-wrap .global-search-list li a {
  color: #333;
}

/* 子页 banner */
.page-banner {
  color: #fff;
  height: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page-title {
  padding-top: 118px;
}
.page-title > p:first-child {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
.page-title > p:nth-child(2) {
  margin-top: 8px;
  line-height: 36px;
  font-size: 26px;
  background: url("../images/title_txt_bg.png") left center no-repeat;
}

/* 分页 */
.pagination {
  padding: 13px 0;
  text-align: center;
}

.m-pagination-info {
  float: left;
}

.m-pagination-info > span {
  font-weight: normal;
}

.m-pagination-page > li > a {
  border-radius: 1px;
  height: 28px;
  line-height: 28px;
  border: 2px solid #ecedf2;
}

.m-pagination-group > input {
  height: 30px;
}

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

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

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

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

/* 底部 */
.footer {
  color: #fff;
  padding-bottom: 30px;
  background-color: #383838;
}
.footer a {
  color: #fff;
}

.select-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.select-items .select-item {
  width: calc((100% - 72px) / 4);
  margin-top: 30px;
}
.select-items .select-item:not(:nth-child(4n)) {
  margin-right: 24px;
}
.select-items .select-item .chosen-container-single .chosen-single {
  height: 38px;
  line-height: 36px;
}
.select-items .select-item .chosen-container-single .chosen-single div b {
  background-position: 0px 8px;
}
.select-items .select-item .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 8px;
}

.friend-links {
  display: block;
  width: 100%;
  height: 38px;
  outline: none;
}

.footer-txt {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-txt > p + p {
  margin-left: 16px;
}

/* 侧边栏 */
.sidebar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  z-index: 999;
}
.sidebar-item {
  position: relative;
  width: 82px;
  height: 85px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
.sidebar-item + .sidebar-item {
  margin-top: 8px;
}
.sidebar-item > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 49.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #646464;
  line-height: 24px;
}
.sidebar-item::before {
  position: absolute;
  content: "";
  top: 11.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center center;
}
.sidebar-item.ico1::before {
  background: url("../images/sidebar_icon1.png") no-repeat top center;
}
.sidebar-item.ico2::before {
  background: url("../images/sidebar_icon2.png") no-repeat top center;
}
.sidebar-item.ico3::before {
  background: url("../images/sidebar_icon3.png") no-repeat top center;
}
.sidebar-item.ico4::before {
  background: url("../images/sidebar_icon4.png") no-repeat top center;
}
.sidebar-item.ico5::before {
  background: url("../images/sidebar_icon5.png") no-repeat top center;
}
.sidebar-item .drop {
  position: absolute;
  display: none;
  top: 0;
  right: calc(100% + 16px);
  line-height: 24px;
  font-size: 16px;
  padding: 16px 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 12px;
  width: 270px;
}
.sidebar-item .drop p + p {
  margin-top: 6px;
}
.sidebar-item .drop-field {
  color: #666;
}
.sidebar-item .drop-value {
  color: #000;
}
.sidebar-item .drop-tips {
  font-size: 14px;
  color: #004FA1;
  line-height: 21px;
}
.sidebar-item:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#D6EBFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #D6EBFF 100%);
}
.sidebar-item:hover .drop {
  display: block;
}
.sidebar-item.back-top {
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  border-color: #004FA1;
}
.sidebar-item.back-top a {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background: #004FA1;
  padding-top: 0;
}
.sidebar-item.back-top::before {
  display: none;
}