@charset "utf-8";
/*	reset */
body,
input,
textarea {
  font:
    14px / 1.8 'AlibabaPuHuiTi',
    'PingFang SC',
    'Source Han Sans CN',
    'SourceHanSansCNRegular',
    'Microsoft YaHei',
    'Microsoft YaHei UI',
    'SimSun',
    'SimHei',
    '微软雅黑',
    '微软正黑体',
    'Microsoft JhengHei',
    'SimHei',
    '黑体',
    Arial,
    Helvetica,
    sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
/**,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
img {
  vertical-align: top;
  border: none;
}
li {
  list-style: none;
}
input::-webkit-input-placeholder {
  color: #aaa;
}
input::-moz-placeholder {
  color: #aaa;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
.clear {
  *zoom: 1;
}
.clear:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 默认超链样式 */
a {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  color: #3ab3df;
  text-decoration: none;
}
/* color */
.red {
  color: #f50303;
}
.green {
  color: #7bbb5b;
}
.blue {
  color: #3ab3df;
}
.gray3 {
  color: #333;
}
.gray6 {
  color: #666;
}
.gray9 {
  color: #999;
}
.orange {
  color: #f80;
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.cPrimary {
  color: var(--primary-color);
}
.lightCyanBlue {
  color: #06b6d4;
}
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollbar::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 2em;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #abaeb1;
  border-radius: 2em;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #747679;
}
/*font*/
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 20px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f28 {
  font-size: 28px;
}
.f30 {
  font-size: 30px;
}
.lh150 {
  line-height: 1.5;
}
.lh175 {
  line-height: 1.75;
}
.lh2 {
  line-height: 2;
}
.lh16 {
  line-height: 16px;
}
.lh18 {
  line-height: 18px;
}
.lh20 {
  line-height: 20px;
}
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh26 {
  line-height: 26px;
}
.lh28 {
  line-height: 28px;
}
.lh30 {
  line-height: 30px;
}
.fwb {
  font-weight: 700;
}
.fwn {
  font-weight: 400;
}
.fsn {
  font-style: normal;
}
.fsi {
  font-style: italic;
}
.fyahei {
  font-family: 'Microsoft Yahei';
}
.farial {
  font-family: Arial, sans-serif;
}
/*float*/
.fl {
  float: left;
}
.fr {
  float: right;
}
/*margin*/
.m0 {
  margin: 0 !important;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mt0a {
  margin: 0 auto;
}
.mt5a {
  margin: 5px auto 0;
}
.mt10a {
  margin: 10px auto 0;
}
.mt15a {
  margin: 15px auto 0;
}
.mt20a {
  margin: 20px auto 0;
}
.mt25a {
  margin: 25px auto 0;
}
.mt30a {
  margin: 30px auto 0;
}
.m05 {
  margin: 0 5px;
}
.m010 {
  margin: 0 10px;
}
.m015 {
  margin: 0 15px;
}
.m020 {
  margin: 0 20px;
}
.m025 {
  margin: 0 25px;
}
.m030 {
  margin: 0 30px;
}
/*padding*/
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl0 {
  padding-left: 0 !important;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.p05 {
  padding: 0 5px;
}
.p010 {
  padding: 0 10px;
}
.p015 {
  padding: 0 15px;
}
.p020 {
  padding: 0 20px;
}
.p025 {
  padding: 0 25px;
}
.p030 {
  padding: 0 30px;
}
/*text-align*/
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
/*other*/
.hide {
  display: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.dt {
  display: table;
  width: 100%;
}
.dtc {
  display: table-cell;
}
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.va-sub {
  vertical-align: sub;
}
.va-bottom {
  vertical-align: bottom;
}
.owh {
  overflow: hidden;
}
.owh-x {
  overflow-x: hidden;
}
.owh-y {
  overflow-y: hidden;
}
.pos-a {
  position: absolute;
}
.pos-r {
  position: relative;
}
.pos-f {
  position: fixed;
}
/*flex*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
.flex-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.justify-content-fs {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-content-c {
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-content-sa {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.justify-content-sb {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.align-items-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items-fe {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.align-items-fs {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-wrap-w {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-content-c {
  -webkit-align-content: center;
  align-content: center;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-grow-1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flex-grow-0 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.flex-direction-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

:root {
  --primary-color: #0284c7;
  --text-color-1: #323f4d;
}
tr td{
    padding: 5px 10px;
    border: 1px solid #DDD;
}
@font-face {
  font-family: 'AlibabaPuHuiTi';
  src:
    url('../font/AlibabaPuHuiTi-2-55-Regular.ttf') format('truetype'),
    url('../font/AlibabaPuHuiTi-2-55-Regular.otf') format('otf');
}
/*全局*/
body {
  background: #fff;
  font-size: 14px;
  color: var(--text-color-1);
}
.wrap {
  margin-left: 13.54%;
  margin-right: 13.54%;
}

/*header*/
.header-wrap {
  height: 74px;
}
.header {
  width: 100%;
  height: 74px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.header * {
  box-sizing: border-box;
}
.header > .wrap {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .menu {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  column-gap: 50px;
  transition: all 0.3s ease;
}
.header .menu > li {
  height: 100%;
  flex: 1;
}
.header .menu > li > a {
  font-size: 18px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s ease;
}
.header .menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--primary-color);
  transition: width 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header .menu > li > a:hover {
  color: var(--primary-color);
}
.header .menu > li > a:hover::after {
  width: 100%;
}
.header .menu li.current > a {
  color: var(--primary-color);
}
.header .menu li.current > a::after {
  width: 100%;
}
.header .subnav-menu {
  position: absolute;
  background: rgba(255, 255, 255, 1);
  color: #323f4d;
  top: 75px;
  padding: 15px 30px;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  transform: scale3d(1, 0, 0) translateX(-15%);
  transition: all 0.2s ease-in-out;
  transform-origin: center 0;
  box-shadow: 0 7px 10px -3px rgba(0, 0, 0, 0.1);
}
.header .subnav-menu li {
  line-height: 32px;
}
.header .subnav-menu a {
  color: #323f4d;
  position: relative;
  text-decoration: none;
}
.header .subnav-menu a:hover {
  color: var(--primary-color);
}
.header .menu > li:hover .subnav-menu {
  visibility: visible;
  opacity: 1;
  transform: scale3d(1, 1, 1) translateX(-15%);
  z-index: 100;
}
.header .language {
  background: url(../images/arrow_down.png) no-repeat right center;
  padding-right: 20px;
}
.header .menu .nav-phone {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.header .menu .nav-phone img {
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 1580px) {
  .header .menu {
    column-gap: 40px;
  }
  .header .menu > li > a {
    font-size: 16px;
  }
}

/* footer */
.footer {
  background: url(../images/footer_bg.png) center #0f5a96;
  background-size: cover;
  color: #fff;
}
.footer .row-1 {
  display: flex;
  justify-content: space-between;
  padding: 60px 0 20px;
}
.footer .row-1 .logo p {
  font-size: 24px;
  padding-top: 10px;
}
.footer .row-1 .nav a {
  font-size: 20px;
  color: #fff;
}
.footer .row-1 .nav a + a {
  margin-left: 30px;
}
.footer .row-2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}
.footer .row-2 .wrap {
  display: flex;
  justify-content: space-between;
}
.footer .row-2 p:nth-child(1) {
  font-size: 16px;
  border-left: 8px solid #089956;
  padding-left: 10px;
  margin-bottom: 25px;
}
.footer .row-2 p:nth-child(2) {
  font-size: 20px;
  margin-bottom: 12px;
}
.footer .row-2 p:nth-child(3) {
  font-size: 30px;
  color: #06b6d4;
  font-weight: 700;
}
.footer .row-2 .col-r p {
  font-size: 12px;
  text-align: center;
  padding-top: 5px;
  color: rgba(255, 255, 255, 0.8);
}
.footer .row-3 {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.footer .row-3 .address {
  margin-left: 50px;
}

/* breadcrumb */
.breadcrumb {
  border-bottom: 1px solid #f3f4f6;
  background: #f3f7fb;
  height: 84px;
  font-size: 14px;
}
.breadcrumb > div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breadcrumb .link a {
  color: var(--text-color-1);
}
.breadcrumb .link a:hover {
  color: var(--primary-color);
}
.breadcrumb .link span {
  color: var(--primary-color);
}
.breadcrumb .link {
  background: url(../images/home.png) no-repeat left center;
  padding-left: 20px;
}

/*分页*/
.page-box {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #35414b;
  display: flex;
  font-size: 14px;
  margin-top: 30px;
  gap: 8px;
}
.page-box * {
  box-sizing: border-box;
  vertical-align: bottom;
}
.page-box .total {
  margin-right: 10px;
}
.page-box a {
  font-family: cursive;
  display: inline-block;
  background: #f5f7fa;
  border: 1px solid #f5f7fa;
  padding: 0 12px;
  height: 100%;
  min-width: 40px;
  color: #35414b;
  border-radius: 2px;
  transition: all 0.2s ease;
}
.page-box a.current {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.page-box a:not(.current):hover {
  background: rgba(2, 133, 199, 0.1);
}
.page-box .limites {
  height: 100%;
  border: 1px solid #f5f7fa;
  outline: none;
  border-radius: 2px;
}
.page-box .limites:hover {
  border-color: #30c2ff;
}
.page-box .prev.disabled,
.page-box .next.disabled {
  color: #ddd;
  cursor: no-drop;
}
.page-box .prev.disabled:hover,
.page-box .next.disabled:hover {
  background: none;
}


/* 首页 footer 备案信息水平居中（仅作用于首页，覆盖 common.css 的 space-between） */
.footer .row-3.wrap {
    justify-content: center;
    text-align: center;
}
