@charset "UTF-8";
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, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-width: 1200px;
  overflow: auto;
  background: linear-gradient(84.16deg, #ECF2F8 0.01%, #F4F7FA 98.8%);
}

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

#header {
  height: 92px;
}

.header {
  height: 92px;
  background: #21325F;
  padding: 24px 0;
  box-sizing: border-box;
}
.header-nav {
  margin-top: 6px;
}
.header-nav-item:nth-child(n+2) {
  margin-left: 39px;
}
.header-nav-item > a {
  display: block;
  color: #fff;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
}
.header-nav-item.active > a {
  position: relative;
  font-weight: 600;
}
.header-nav-item.active > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
}

.footer {
  overflow: hidden;
  background: #040D1F;
  padding: 20px 0;
  color: #fff;
}
.footer-box {
  line-height: 30px;
  font-size: 0;
  text-align: center;
  margin: 0 -12px;
}
.footer-box p {
  font-size: 14px;
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
}

.banner-top {
  height: 156px;
  padding: 60px 0 0;
  box-sizing: border-box;
  background: url("../images/banner_top_bg.png") top center no-repeat;
}

.com {
  background: #fff;
}
.com-hd {
  height: 44px;
}
.com-hd > img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.com-more {
  color: #989898;
  padding-right: 10px;
  background: url("../images/more.png") right center no-repeat;
}
.com-condition {
  height: 32px;
  line-height: 32px;
  color: #3D3D3D;
}
.com-title {
  padding-left: 9px;
  position: relative;
  line-height: 32px;
  color: #224B7F;
  font-size: 16px;
  font-weight: 700;
}
.com-title::before {
  content: "";
  position: absolute;
  background: #224b7f;
  width: 3px;
  height: 14px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 7px;
}
.com-chosen {
  width: 205px;
  height: 32px;
}
.com-chosen .chosen-container {
  vertical-align: top;
}
.com-chosen .chosen-container-single .chosen-single {
  border-color: #DDE4ED;
  padding-left: 11px;
  height: 32px;
  line-height: 30px;
  color: #3D3D3D;
  border-radius: 4px;
}
.com-chosen .chosen-container-single .chosen-single div {
  width: 24px;
}
.com-chosen .chosen-container-single .chosen-single div b {
  background: url("../images/com_chosen_arr.png") left center no-repeat;
}
.com-chosen .chosen-container-active .chosen-single {
  box-shadow: none;
  border-color: #DDE4ED;
}
.com-chosen .chosen-container-active.chosen-with-drop .chosen-single {
  box-shadow: none;
  background: none;
}
.com-chosen .chosen-container .chosen-drop {
  border: 1px solid #DDE4ED;
  box-shadow: none;
  top: calc(100% + 10px);
}
.com-chosen .chosen-container .chosen-results {
  margin: 0;
}
.com-chosen .chosen-container .chosen-results li {
  line-height: 30px;
  padding: 0 0 0 7px;
}
.com-chosen .chosen-container .chosen-results li.highlighted {
  background: #224B7F;
  color: #fff;
}
.com-select {
  display: none;
}
.com-input {
  width: 260px;
  margin-left: 16px;
  border: 1px solid #DDE4ED;
  border-radius: 4px;
  padding: 0 11px;
  box-sizing: border-box;
}
.com-input-box {
  width: calc(100% - 16px);
  height: 30px;
  color: #3D3D3D;
}

.com-input-btn {
  width: 16px;
  height: 16px;
  background: url("../images/com_search_icon.png") no-repeat;
  margin-top: 7px;
  cursor: pointer;
}

.com-table {
  margin-top: 16px;
}
.com-table table {
  table-layout: fixed;
  width: 100%;
}
.com-table tr {
  border-bottom: 1px solid #EFEFEF;
}
.com-table td {
  box-sizing: border-box;
  height: 40px;
  padding: 6px;
  color: #4E5463;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.com-table thead tr {
  background: #FAFAFA;
}
.com-table thead td {
  color: #858585;
}
.com-table tbody tr:last-child {
  border-bottom: 0;
}
.com-table tbody tr:hover {
  background: #F3F8FF;
  border-bottom-color: #224B7F;
}
.com-table tbody tr:hover td {
  color: #224B7F;
}
.com-table tbody tr:hover td .com-infor {
  color: #224B7F;
}
.com-infor {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4E5463;
}
.com-page {
  margin-top: 16px;
  text-align: right;
}
.com-page .m-pagination-info {
  float: left;
  color: #4E5463;
  height: 34px;
  line-height: 34px;
  padding-left: 0;
}
.com-page .m-pagination-size {
  padding-right: 16px;
}
.com-page .m-pagination-size .chosen-container {
  height: 34px;
  line-height: 30px;
  min-width: 80px;
}
.com-page .m-pagination-size .chosen-container-single .chosen-single {
  height: 34px;
  line-height: 30px;
  border: 2px solid #ECEDF2;
  color: #4E5463;
  padding: 0;
}
.com-page .chosen-container-single .chosen-single div {
  display: none;
}
.com-page .m-pagination-size .chosen-container-single .chosen-single span {
  margin-right: 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.com-page .m-pagination-size .chosen-container-single .chosen-drop {
  border-color: #ECEDF2;
}
.com-page .m-pagination-size .chosen-container .chosen-results li {
  padding: 0;
  line-height: 30px;
  text-align: center;
}
.com-page .m-pagination-page > li {
  margin-right: 6px;
}
.com-page .m-pagination-page > li > a {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  min-width: 20px;
  border: 2px solid #ECEDF2;
  text-align: center;
  color: #4E5463;
}
.com-page .m-pagination-page > li.active > a {
  border: 2px solid #224B7F;
  background: none;
  color: #224B7F;
  font-weight: normal;
}
.com-page .m-pagination-jump {
  width: auto;
}
.com-page .m-pagination-group > span {
  float: left;
  line-height: 34px;
}
.com-page .m-pagination-group > span:first-child {
  margin-right: 6px;
}
.com-page .m-pagination-group > input {
  margin-right: 6px;
  width: 30px;
  height: 30px;
  border: 2px solid #ECEDF2;
}
.com-page .m-pagination-size .chosen-container .chosen-results li.highlighted {
  background: #224B7F;
  color: #fff;
}
.com-page .chosen-container .chosen-drop {
  top: auto;
  bottom: calc(100% + 10px);
}
.com-show table {
  table-layout: fixed;
  width: 100%;
}
.com-show td {
  border: 1px solid #F0F0F0;
  padding: 10px 12px;
  line-height: 24px;
  height: 30px;
  font-size: 16px;
}
.com-bg {
  background: #F7F8FB;
  text-align: right;
  color: #666;
  font-weight: 500;
}

.location {
  padding-left: 25px;
  background: url("../images/location_icon.png") left center no-repeat;
  color: #CCD5DE;
  height: 32px;
  line-height: 32px;
  margin: 30px 0 8px;
}
.location a {
  color: #939393;
}
.location span {
  color: #224B7F;
}