@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 {
  min-width: 1240px;
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #F5F7FA;
}

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

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

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

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

.header-content {
  height: 130px;
  background: url("../images/header_bg.jpg") center top/100% 100% no-repeat;
}
.header-logo {
  height: 73px;
  margin-top: 28px;
}
.header-right {
  margin-top: 19px;
}
.header-action {
  text-align: right;
}
.header-action-item {
  display: inline-block;
  color: #333;
  padding-left: 23px;
  margin-left: 28px;
  line-height: 18px;
  font-size: 16px;
  background: left center no-repeat;
}
.header-action-item:hover {
  color: #4D98E3;
}
.header-action-item.icon1 {
  background-image: url("../images/header_action_icon1.png");
}
.header-action-item.icon2 {
  background-image: url("../images/header_action_icon2.png");
}
.header-action-item.icon3 {
  background-image: url("../images/header_action_icon3.png");
}
.header-action-item.icon4 {
  background-image: url("../images/header_action_icon4.png");
}
.header-action-item.icon5 {
  background-image: url("../images/header_action_icon5.png");
}
.header-action-item.icon6 {
  background-image: url("../images/header_action_icon6.png");
}
.header-action-item.icon7 {
  background-image: url("../images/header_action_icon7.png");
}
.header-search {
  position: relative;
  width: 400px;
  height: 40px;
  margin-top: 33px;
  padding: 0 60px 0 20px;
  background: #fff;
  border: 1px solid #CCCDCD;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-search-input {
  width: 100%;
  height: 38px;
  line-height: 38px;
}
.header-search-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  background: url("../images/header_search_icon.png") center center no-repeat;
}
.header-nav {
  height: 58px;
  line-height: 58px;
  color: #fff;
  font-size: 20px;
  background: rgba(77, 152, 227, 0.8);
}
.header-nav-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 0 0;
  width: 21px;
  height: 21px;
  background: center center no-repeat;
}
.header-nav-icon.icon1 {
  background-image: url("../images/header_nav_icon1.png");
}
.header-nav-icon.icon2 {
  background-image: url("../images/header_nav_icon2.png");
}
.header-nav-icon.icon3 {
  background-image: url("../images/header_nav_icon3.png");
}
.header-nav-icon.icon4 {
  background-image: url("../images/header_nav_icon4.png");
}
.header-nav-icon.icon5 {
  background-image: url("../images/header_nav_icon5.png");
}
.header-nav-icon.icon6 {
  background-image: url("../images/header_nav_icon6.png");
}
.header-nav-icon.icon7 {
  background-image: url("../images/header_nav_icon7.png");
}
.header-nav-item {
  width: 14.2857%;
  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: #3684DC;
}

/* footer */
.footer {
  background: #F0F2F5;
}
.footer-link {
  padding: 18px 0;
  margin-left: -60px;
  background: #4D98E3;
}
.footer-link-item {
  width: calc(33.33% - 60px);
  margin-left: 60px;
}
.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: 40px;
  line-height: 38px;
  font-size: 16px;
  padding-left: 12px;
  border-color: #fff;
  background-color: #fff;
  color: #666;
  text-align: center;
}
.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;
  text-align: center;
}
.footer-link-item .chosen-container .chosen-results li.highlighted {
  background: #3684DC;
}
.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 {
  padding: 28px 0 20px;
  border-bottom: 1px solid #BBB;
}
.footer-action-item {
  position: relative;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  margin-right: 34px;
}
.footer-action-item::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin: -7px 0 0 17px;
  width: 1px;
  height: 14px;
  background: #999;
}
.footer-action-item:last-child {
  margin-right: 0;
}
.footer-action-item:last-child::after {
  display: none;
}
.footer-action-item:hover {
  color: #4D98E3;
}
.footer-copyright {
  position: relative;
  padding: 20px 260px 20px 228px;
}
.footer-copyright a {
  color: #333;
}
.footer-copyright a:hover {
  color: #4D98E3;
}
.footer-copyright-row {
  padding: 7px 0;
}
.footer-copyright-item {
  margin-right: 18px;
  line-height: 20px;
  font-size: 15px;
}
.footer-copyright-item:last-child {
  margin-right: 0;
}
.footer-copyright .sydw {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-copyright .ccrc {
  position: absolute;
  left: 107px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-copyright .zc {
  position: absolute;
  right: 290px;
  bottom: 50px;
}
.footer-qrcode {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-qrcode-box {
  height: 69px;
  width: 69px;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-qrcode-img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-qrcode-name {
  margin-top: 12px;
  line-height: 18px;
  font-size: 12px;
}
.footer-qrcode-item {
  max-width: 122px;
  margin-left: 25px;
  text-align: center;
}
.footer-qrcode-item:first-child {
  margin-left: 0;
}

/* 当前位置位置 */
.location {
  padding: 20px 0 20px 22px;
  line-height: 1.3;
  background: url("../images/location_icon.png") left center no-repeat;
}
.location a {
  color: #333;
}
.location span {
  color: #4D98E3;
}

/* 二级页左侧垂直菜单和右侧外框 */
.left-nav {
  width: 260px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 18px 0 rgba(24, 71, 140, 0.06);
          box-shadow: 0 0 18px 0 rgba(24, 71, 140, 0.06);
}
.left-nav-hd {
  padding: 15px 20px;
  color: #fff;
  background: #4D98E3 url("../images/left_nav_bg.jpg") center center/100% 100% no-repeat;
}
.left-nav-hd-cn {
  line-height: 34px;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.left-nav-hd-en {
  line-height: 22px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wb-tree-tt {
  display: inline-block;
  max-width: 100%;
  color: #333;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wb-tree-node {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 50px 0 20px;
  font-size: 18px;
  background: url("../images/leftnav_arrow.png") right 15px center no-repeat;
  border: 1px solid #EAEDF3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.wb-tree-node:hover {
  background-image: url("../images/leftnav_arrow_h.png");
}
.wb-tree-node:hover .wb-tree-tt {
  color: #4D98E3;
  font-weight: bold;
}
.wb-tree-subs {
  display: none;
  padding: 10px 40px;
  background-color: #FAFAFA;
}
.wb-tree-sub .wb-tree-item {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.wb-tree-sub .wb-tree-item a {
  display: block;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wb-tree-sub .wb-tree-item.current a, .wb-tree-sub .wb-tree-item:hover a {
  color: #4D98E3;
  font-weight: bold;
}
.wb-tree-items.current .wb-tree-node {
  background-image: url("../images/leftnav_arrow_h.png");
}
.wb-tree-items.current .wb-tree-tt {
  color: #4D98E3;
  font-weight: bold;
}
.wb-tree-items.current .wb-tree-subs {
  display: block;
}

.right-wrap {
  width: calc(100% - 260px - 20px);
  padding: 0 20px 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 18px 0 rgba(24, 71, 140, 0.06);
          box-shadow: 0 0 18px 0 rgba(24, 71, 140, 0.06);
  border-top: 1px solid #4D98E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right-head {
  padding: 12px 0;
  line-height: 30px;
  border-bottom: 1px solid #E6E6E6;
}
.right-head-tit {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  font-weight: bold;
}
.right-head-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 14px;
  margin-top: -7px;
  background: #4D98E3;
}
.right-head .query-box {
  position: relative;
  width: 275px;
  height: 30px;
  line-height: 28px;
  padding: 0 70px 0 10px;
  border: 1px solid #C1C1C1;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.right-head .query-input {
  width: 100%;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
}
.right-head .query-btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 12px;
  color: #fff;
  background: #4D98E3;
}

/* 分页 */
.m-pagination-page > li > a {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}

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

.m-pagination-jump {
  position: relative;
  width: auto;
  white-space: nowrap;
  line-height: 34px;
}
.m-pagination-jump::before {
  content: "到第";
  margin-right: 5px;
}
.m-pagination-jump::after {
  content: "页";
  margin-left: 5px;
}

.m-pagination-group {
  display: inline-block;
  vertical-align: top;
}

.m-pagination-group > input {
  height: 32px;
  border-right: 1px solid #dedede;
}

.m-pagination-group > button {
  display: none;
}

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