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

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: 1200px;
  margin: 0 auto;
}

html,
body {
  height: 100%;
}

/* 当前位置位置 */
.location {
  padding-left: 27px;
  height: 61px;
  line-height: 61px;
  font-size: 14px;
  background: url(../images/location_ico.png) no-repeat left center;
}

.location a {
  color: #666;
}

.location span {
  color: #258dff;
}

/*头部样式*/
.header {
  height: 182px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.75%, #0066ff), color-stop(97.88%, #359eff));
  background: linear-gradient(180deg, #0066ff -1.75%, #359eff 97.88%);
}
.header-top {
  padding-top: 12px;
}
.header-logo {
  width: 571px;
  height: 110px;
}
.header-area {
  margin-top: 37px;
  margin-left: 60px;
}
.header-area .chosen-container-single .chosen-single {
  background: -webkit-gradient(linear, left bottom, left top, from(#cbe2ff), to(#fff));
  background: linear-gradient(0deg, #cbe2ff 0%, #fff 100%);
  border-radius: 20px;
  height: 36px;
  line-height: 36px;
  border: none;
  text-align: center;
  color: #0f7bf2;
  font-size: 14px;
  padding: 0;
}
.header-area .chosen-container-single .chosen-single div {
  right: 14px;
  width: 12px;
}
.header-area .chosen-container-single .chosen-single div b {
  background: url(../images/arrow_blue_down.png) no-repeat center center;
}
.header-area .chosen-container-active.chosen-with-drop .chosen-single div b {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-search {
  width: 261px;
  height: 38px;
  margin-top: 35px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 56px;
}
.header-search-input {
  line-height: 38px;
  padding: 0 11px;
  width: calc(100% - 45px);
  background-color: transparent;
  height: 100%;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-search-input::-webkit-input-placeholder {
  color: #fff;
}
.header-search-input::-moz-placeholder {
  color: #fff;
}
.header-search-input:-ms-input-placeholder {
  color: #fff;
}
.header-search-input::-ms-input-placeholder {
  color: #fff;
}
.header-search-input::placeholder {
  color: #fff;
}
.header-search-btn {
  display: block;
  margin-right: 11px;
  margin-top: 5px;
  width: 28px;
  height: 28px;
  background: url(../images/search_ico.png) no-repeat center, -webkit-gradient(linear, left bottom, left top, from(#cbe2ff), to(#fff));
  background: url(../images/search_ico.png) no-repeat center, linear-gradient(0deg, #cbe2ff 0%, #fff 100%);
  -webkit-box-shadow: 2px 2px 4px rgba(6, 68, 138, 0.12);
          box-shadow: 2px 2px 4px rgba(6, 68, 138, 0.12);
  border-radius: 50%;
}
.header-bom {
  padding-top: 6px;
}
.header-nav-item {
  height: 50px;
  margin: 0 15px;
  width: calc(16.6666666667% - 30px);
  text-align: center;
}
.header-nav-item.active .header-nav-link, .header-nav-item.current .header-nav-link, .header-nav-item:hover .header-nav-link {
  font-weight: 700;
  border-color: #fff;
}
.header-nav-link {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding: 10px 10px 7px;
  height: 30px;
  line-height: 30px;
  border-bottom: 3px solid transparent;
}

/*尾部样式*/
.footer {
  /* height: 164px; */
  background: #142d4a;
}
.footer-wrap {
  padding: 30px 0;
  position: relative;
  text-align: center;
  color: #fff;
}
.footer-about-link {
  color: #fff;
  display: inline-block;
  line-height: 22px;
  margin: 0 26px;
}
.footer-about-line {
  color: #fff;
}
.footer-govern {
  position: absolute;
  right: 11px;
  top: 75px;
}
.footer-bom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 210px;
  margin-top: 24px;
}
.footer-infos {
  line-height: 26px;
  margin: 2px 27px 0;
}

/*index 公共标题*/
.com {
  /* 表格 */
  /*  日期控件样式*/
  /* 检索条件 */
  /*展开收起*/
  /*分页*/
}
.com-body {
  padding: 54px 0;
}
.com-title {
  height: 57px;
  text-align: center;
}
.com-title-box {
  font-weight: 900;
  letter-spacing: 0.04em;
  -webkit-transform: matrix(1, 0, -0.11, 0.99, 0, 0);
          transform: matrix(1, 0, -0.11, 0.99, 0, 0);
  display: inline-block;
  position: relative;
}
.com-title-box:before, .com-title-box:after {
  position: absolute;
  content: "";
  width: 125px;
  height: 20px;
  bottom: 8px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
}
.com-title-box::before {
  left: -145px;
  background-image: url(../images/index/title_ico_left.png);
}
.com-title-box::after {
  right: -160px;
  background-image: url(../images/index/title_ico_right.png);
}
.com-title-left {
  display: inline-block;
  font-size: 40px;
  height: 57px;
  line-height: 57px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f7bf2), to(#487bff));
  background: linear-gradient(180deg, #0f7bf2 0%, #487bff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 4px 2px 2px rgba(36, 86, 174, 0.13);
}
.com-title-right {
  display: inline-block;
  font-size: 32px;
  height: 46px;
  line-height: 46px;
  color: #3e3e3e;
  text-shadow: 4px 2px 2px rgba(51, 51, 51, 0.13);
}
.com-sub-title {
  padding-top: 13px;
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
  line-height: 54px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-sub-text {
  height: 54px;
  line-height: 54px;
  padding-left: 44px;
  font-weight: 500;
  font-size: 28px;
  position: relative;
}
.com-sub-text:before {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/index/title_ico.png) no-repeat center;
}
.com-more {
  display: block;
  color: #258dff;
  font-size: 16px;
}
.com-box {
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 14px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-top: 50px;
  padding: 0 24px;
}
.com-box + .com-box {
  margin-top: 40px;
}
.com-table {
  width: 100%;
  table-layout: fixed;
  height: 44px;
  line-height: 44px;
}
.com-table th,
.com-table td {
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
}
.com-table td {
  font-size: 16px;
}
.com-table-hd {
  color: #6e8399;
  font-size: 18px;
  background: #eef6ff;
}
.com-table-link {
  color: #333;
}
.com-table-look {
  color: #258dff;
}
.com-date {
  padding: 0 36px 0 12px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 16px;
  border-radius: 2px;
  background: #eef1f7 url(../images/index/date_ico.png) no-repeat right 10px center;
}
.com-switch {
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  padding: 4px 20px 20px 0;
}
.com-switch-lists {
  overflow: hidden;
}
.com-switch-title {
  min-width: 100px;
  margin-top: 16px;
  padding-right: 4px;
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #878787;
}
.com-switch-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 28px;
}
.com-switch-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.com-switch-type a {
  margin: 16px 10px 0 0;
  padding: 0 10px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-switch-type a:hover, .com-switch-type a.active, .com-switch-type a.current {
  border-radius: 2px;
  background: rgba(37, 141, 255, 0.1);
  color: #258dff;
}
.com-put {
  margin-top: 20px;
  text-align: center;
}
.com-put a {
  margin: 0 auto;
  display: inline-block;
  padding: 0 32px 0 10px;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  color: #666;
  position: relative;
  background: #F4F4F4;
}
.com-put a:after {
  position: absolute;
  content: "";
  right: 10px;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/put_arrow.png) no-repeat center;
}
.com-put a.com-put-expand {
  display: none;
}
.com-put a.com-put-expand:after {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
          transform: translateY(-50%) rotate(180deg) !important;
}
.com-put.active .com-put-away {
  display: none;
}
.com-put.active .com-put-expand {
  display: inline-block;
}
.com-pager {
  margin-top: 20px;
  text-align: center;
}
.com-pager .m-pagination-page {
  padding-right: 0;
}
.com-pager .m-pagination-page > li {
  margin-right: 8px;
}
.com-pager .m-pagination-page > li > a,
.com-pager .m-pagination-size > select,
.com-pager .m-pagination-group > input,
.com-pager .m-pagination-group > button {
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 0px;
  color: #5c5c5c;
  height: 28px;
  line-height: 28px;
}
.com-pager .m-pagination-page > li.active > a {
  color: rgb(241, 27, 27);
  border-color: transparent;
}
.com-pager .m-pagination-size {
  position: relative;
}
.com-pager .m-pagination-size:after {
  position: absolute;
  content: "条/页";
  top: 1px;
  right: 33px;
  height: 28px;
  line-height: 28px;
  pointer-events: none;
}
.com-pager .m-pagination-size > select {
  height: 30px;
  min-width: 85px;
}
.com-pager .m-pagination-group > input {
  width: 45px;
}
.com-pager .m-pagination-jump {
  width: auto;
  padding-left: 36px;
  padding-right: 20px;
  position: relative;
}
.com-pager .m-pagination-jump:before, .com-pager .m-pagination-jump:after {
  position: absolute;
  top: 0;
  height: 30px;
  line-height: 30px;
}
.com-pager .m-pagination-jump:before {
  content: "转到";
  left: 2px;
  color: #5c5c5c;
}
.com-pager .m-pagination-group > button {
  height: 30px;
  line-height: 30px;
  margin-left: 5px;
  padding: 0 6px;
}
.com-pager .m-pagination-info {
  height: 30px;
  line-height: 30px;
  color: #5c5c5c;
  padding: 0 15px 0 0;
}

.main {
  min-height: calc(100% - 182px - 164px);
}

.sub-body {
  padding-bottom: 40px;
}
.sub-menu {
  width: 249px;
}
.sub-menu-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sub-content {
  margin-left: 30px;
  width: calc(100% - 279px);
}
.sub-menu-itm {
  background: #fff;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.sub-menu-itm + .sub-menu-itm {
  margin-top: 20px;
}
.sub-menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 78px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #3394ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-menu-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 78px;
  z-index: -1;
}
.sub-children {
  margin-top: 2px;
}
.sub-children-item {
  height: 60px;
  line-height: 59px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-children-item + .sub-children-item {
  border-top: 1px solid #eee;
}
.sub-children-item:hover, .sub-children-item.active, .sub-children-item.current {
  border-color: #f1f8ff;
}
.sub-children-item:hover .sub-children-link, .sub-children-item.active .sub-children-link, .sub-children-item.current .sub-children-link {
  background-color: #f1f8ff;
  font-weight: 500;
  color: #258dff;
  background-image: url(../images/menu_arrow_right_active.png);
}
.sub-children-item:hover + .sub-children-item, .sub-children-item.active + .sub-children-item, .sub-children-item.current + .sub-children-item {
  border-color: #f1f8ff;
}
.sub-children-link {
  font-size: 18px;
  color: #333;
  height: 100%;
  display: block;
  padding: 0 45px 0 24px;
  background: url(../images/menu_arrow_right.png) no-repeat right 24px center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sub-title {
  height: 36px;
}
.sub-title-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  padding-left: 18px;
  background: url(../images/sub_title_ico.png) no-repeat left center;
}
.sub-search {
  background: #fff;
  border: 1px solid #cbd0dd;
  border-radius: 56px;
  width: 209px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-search-input {
  display: block;
  width: calc(100% - 38px);
  height: 34px;
  line-height: 34px;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 56px;
}
.sub-search-btn {
  width: 38px;
  height: 34px;
  background: url(../images/search_ico.png) no-repeat center center;
}
.sub-table {
  padding: 20px;
  margin-top: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.sub-table .com-table th {
  padding: 0 0 0 20px;
  height: 60px;
  line-height: 60px;
}
.sub-table .com-table td {
  height: 60px;
  line-height: 59px;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-table .com-table-bd-row {
  border-bottom: 1px dashed #ddd;
}
.sub-table .com-table-bd-row:hover td,
.sub-table .com-table-bd-row:hover td a {
  color: #258dff;
}
.sub-table .com-table.pd10 th,
.sub-table .com-table.pd10 td {
  padding: 0 10px;
}
.sub-more {
  display: block;
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  font-size: 16px;
  color: #6e8399;
}

.mt30 {
  margin-top: 30px;
}

/*2023-06-27 首页调整-弹窗样式：*/
.layui-layer-title {
  height: 80px !important;
  line-height: 80px !important;
  padding-left: 68px !important;
  border-bottom: none !important;
  font-size: 28px !important;
  border-radius: 4px 4px 0 0 !important;
  font-weight: 500;
  position: relative;
  background: url(../images/index/title_ico.png) no-repeat left 24px center;
  background-color: #fff !important;
}

.layui-layer-title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 24px;
  right: 24px;
  border-bottom: 1px solid #E7E7E7;
}

.layui-layer-setwin {
  right: 24px !important;
  top: 34px !important;
}

.layui-layer-content,
.layui-layer-iframe iframe,
.layui-layer {
  border-radius: 4px !important;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: block;
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-color: transparent;
  border-style: solid;
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-color: #fff;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
  min-height: 28px;
  padding-top: 100;
  background-color: #ECECEC;
  background-clip: padding-box;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #ECECEC;
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05);
}

.scrollbar-hover::-webkit-scrollbar,
.scrollbar-hover::-webkit-scrollbar-button,
.scrollbar-hover::-webkit-scrollbar-thumb,
.scrollbar-hover::-webkit-scrollbar-track {
  visibility: hidden;
}

.scrollbar-hover:hover::-webkit-scrollbar,
.scrollbar-hover:hover::-webkit-scrollbar-button,
.scrollbar-hover:hover::-webkit-scrollbar-thumb,
.scrollbar-hover:hover::-webkit-scrollbar-track {
  visibility: visible;
}

::-webkit-scrollbar-corner {
  background: 0 0;
}

body,
div,
html,
li,
ul {
  scrollbar-arrow-color: #ccc;
  scrollbar-face-color: #d6d6d6;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-shadow-color: rgba(255, 255, 255, 0.3);
  scrollbar-track-color: #f2f2f2;
  scrollbar-color: #ccc #f2f2f2;
  scrollbar-width: thin;
}

/*20230815 add*/
.com-switch-input {
  height: 28px;
  line-height: 26px;
  display: none;
  width: 221px;
  background: #fff;
  border: 1px solid #cbd0dd;
  border-radius: 2px;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #b3b3b3;
  padding-right: 37px;
  background: url(../images/index/date_ico.png) no-repeat center right 11px;
  margin: 16px 10px 0 0;
}

.com-switch-a.active + .com-switch-input, .com-switch-a.current + .com-switch-input {
  display: block;
}

/*20231102  */
@font-face {
  font-family: "SourceHanSerifCN";
  src: url("./fonts/SourceHanSerifCN-Regular/SourceHanSerifCN-Regular.woff") format("woff"), url("./fonts/SourceHanSerifCN-Regular/SourceHanSerifCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSerifCN-Regular/SourceHanSerifCN-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("./fonts/YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype");
}
.header-ca {
  position: relative;
  height: 226px;
  padding-top: 25px;
  background: url("../images/header_ca.jpg") top center no-repeat;
  background-size: 100% 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-ca-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 66px;
  line-height: 66px;
  opacity: 0.8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.75%, #06F), color-stop(97.88%, #0085FF));
  background: linear-gradient(180deg, #06F -1.75%, #0085FF 97.88%);
}
.header-ca-nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-ca-nav .header-nav-ca {
  width: 20%;
  height: 100%;
  color: #FFF;
  font-size: 20px;
  text-align: center;
}
.header-ca-nav .header-nav-ca:hover, .header-ca-nav .header-nav-ca.current {
  background: rgba(255, 255, 255, 0.15);
}
.header-ca-nav .header-nav-ca:hover .header-nav-link, .header-ca-nav .header-nav-ca.current .header-nav-link {
  font-weight: bold;
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 110px;
  padding-top: 0;
  font-family: "SourceHanSerifCN";
  color: #2180FC;
}
.flex-top .logo {
  padding-left: 89px;
  font-weight: 900;
  background: url("../images/web_logo.png") left top -20px no-repeat;
  text-shadow: 0px 2px 2px #FFF, 0px 2px 2px #FFF, 0px 2px 2px #FFF, 0px 2px 2px #FFF, 0px 2px 2px #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flex-top .title-cn {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 57px;
}
.flex-top .web-address {
  margin-top: 2px;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
.flex-top .name {
  position: relative;
  margin-left: 60px;
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 4.4px;
}
.flex-top .name::before {
  content: "";
  position: absolute;
  left: -30px;
  width: 1px;
  height: 70px;
  background: #A9C1E2;
}

.ca-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
}
.ca-head .title {
  padding-left: 26px;
  background: url("../images/ca/head_title_ico.png") left center no-repeat;
  background-size: 18px 16px;
  font-weight: 600;
}
.ca-head span {
  margin-left: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 10px;
  opacity: 0.2;
  background: -webkit-gradient(linear, left top, right top, from(#3386FF), to(rgba(53, 135, 255, 0)));
  background: linear-gradient(90deg, #3386FF 0%, rgba(53, 135, 255, 0) 100%);
}

/* 2025-5-28 */
.footer-selects {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align:left;
}

.footer-selects .chosen-container {
    margin-right: 16px;
    position: relative;
    width: 282px !important;
}