@media only screen and (max-width: 3100px) {
  html {
    font-size: 30px;
  }
}
@media only screen and (max-width: 2560px) {
  html {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
.main-center {
  width: 63.64rem;
  margin: 0 auto;
}
.fx {
  display: flex;
}
.ac {
  align-items: center;
}
.jsb {
  justify-content: space-between;
}
.jsa {
  justify-content: space-around;
}
.fc {
  flex-direction: column;
}
.jcc {
  justify-content: center;
}
.fw {
  flex-wrap: wrap;
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.com-title {
  padding: 4.55rem 0 2.27rem;
  text-align: center;
}
.com-title h2 {
  font-size: 1.64rem;
}
.in-com-title {
  padding: 4.55rem 0 2.27rem;
  text-align: center;
}
.in-com-title h3 {
  font-size: 1.64rem;
}
.inn-banner {
  position: relative;
  height: 22.73rem;
}
.inn-banner .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.inn-banner .txt h3 {
  position: relative;
  font-size: 1.64rem;
  color: #fff;
  display: inline-block;
}
.inn-banner .txt h3::before {
  content: '';
  position: absolute;
  width: 2.27rem;
  height: 0.09rem;
  left: -3.64rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.inn-banner .txt h3::after {
  content: '';
  position: absolute;
  width: 2.27rem;
  height: 0.09rem;
  right: -3.64rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}
.nav-ej {
  height: 3.64rem;
  background-color: #f9f9f9;
}
.nav-ej .main-center {
  height: 3.64rem;
}
.nav-ej .main-center ul {
  height: 100%;
}
.nav-ej .main-center ul a {
  position: relative;
  display: block;
  height: 3.64rem;
  line-height: 3.64rem;
  font-size: 0.73rem;
  padding: 0 1.36rem;
}
.nav-ej .main-center ul a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0.09rem;
  background-color: #0b3e64;
  transition: all 0.3s;
}
.nav-ej .main-center ul a:hover {
  background-color: #fff;
}
.nav-ej .main-center ul a:hover::after {
  transition: all 0.3s;
  width: 100%;
  transform: translateX(-50%);
}
.nav-ej .main-center ul .active-ej {
  background-color: #fff;
  color: #0b3e64;
}
.nav-ej .main-center ul .active-ej::after {
  width: 100%;
  transform: translateX(-50%);
}
.position {
  margin: 1.82rem auto 4.55rem;
  color: #999;
  line-height: 1.09rem;
}
.position a {
  margin: 0 0.23rem;
}
.position a:hover {
  color: #0b3e64;
}
.profess-t {
  padding-bottom: 0.91rem;
  margin-bottom: 1.36rem;
  border-bottom: 0.05rem solid #dae6f4;
}
.profess-t .layer-intro {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.layer-intro {
  padding-bottom: 0.91rem;
  margin-bottom: 1.36rem;
  border-bottom: 0.05rem solid #dae6f4;
  font-size: 1.09rem;
}
.layer-intro i {
  font-size: 1.09rem;
  color: #0b3e64;
  margin-right: 0.45rem;
}
.share-socialMedia {
  font-size: 0.73rem;
  color: #666;
}
.share-socialMedia .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.share-socialMedia .social-share-icon::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.share-socialMedia .icon-weibo {
  margin-right: 10px;
  color: #ff763b;
  border-color: #ff763b;
}
.share-socialMedia .icon-weibo::before {
  content: '\e608';
}
.share-socialMedia .icon-weibo:hover {
  background-color: #ff763b;
  color: #fff;
}
.share-socialMedia .icon-wechat {
  color: #7bc549;
  border-color: #7bc549;
}
.share-socialMedia .icon-wechat::before {
  content: '\e609';
}
.share-socialMedia .icon-wechat .wechat-qrcode {
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: auto;
  background-color: #fff;
  padding-bottom: 10px;
  box-shadow: 0 6.6px 16.06px 0 rgba(0, 0, 0, 0.05);
  display: none;
}
.share-socialMedia .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px !important;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777 !important;
  font-size: 12px !important;
}
.share-socialMedia .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  height: 105px;
  margin: 10px auto;
}
.share-socialMedia .icon-wechat .wechat-qrcode .help {
  color: #666;
  font-size: 12px;
}
.share-socialMedia .icon-wechat .wechat-qrcode .help p {
  line-height: 18px;
}
.share-socialMedia .icon-wechat:hover {
  background-color: #7bc549;
  color: #fff;
}
.share-socialMedia .icon-wechat:hover .wechat-qrcode {
  display: block;
}
header {
  position: relative;
}
header .header-pc {
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  height: 4.55rem;
}
header .header-pc > main-center {
  height: 4.55rem;
}
header .header-pc .logo {
  display: block;
  width: 9.09rem;
  height: 2.73rem;
}
header .header-pc .logo img {
  object-fit: contain;
}
header .header-pc nav {
  height: 100%;
}
header .header-pc nav .yj-ul > li {
  font-size: 0.73rem;
}
header .header-pc nav .yj-ul > li > a {
  display: inline-block;
  padding: 0 1.27rem;
  height: 4.55rem;
  line-height: 4.55rem;
}
header .header-pc nav .ej-ul {
  position: absolute;
  top: 100%;
  width: 7.5rem;
  text-align: center;
  z-index: 999;
  display: none;
}
header .header-pc nav .ej-ul > li {
  width: 100%;
}
header .header-pc nav .ej-ul > li a {
  width: 100%;
  padding: 0.91rem 0;
  color: #fff;
  display: inline-block;
  background-color: rgba(11, 62, 100, 0.6);
}
header .header-pc nav .ej-ul > li a:hover {
  background-color: #0b3e64;
  color: #fff;
}
header .header-pc nav .nav-layer {
  position: absolute;
  left: 50%;
  bottom: -110px;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  background-color: #fff;
  z-index: 999;
}
header .header-pc nav .nav-layer .nav-container {
  display: none;
  padding: 1.64rem 0 2.05rem;
  background-color: rgba(11, 62, 100, 0.6);
}
header .header-pc nav .nav-layer .nav-container .li-2 > a {
  position: relative;
  font-size: 0.73rem;
  color: #fff;
}
header .header-pc nav .nav-layer .nav-container .li-2 > a i {
  color: #fff;
  margin-right: 0.23rem;
  font-size: 0.82rem;
}
header .header-pc nav .nav-layer .nav-container .li-2 > a::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'iconfont' !important;
  font-size: 0.68rem;
  color: #0b3e64;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .header-pc nav .nav-layer .nav-container .ul-3 {
  position: relative;
  margin-top: 1.95rem;
  color: rgba(255, 255, 255, 0.6);
}
header .header-pc nav .nav-layer .nav-container .ul-3::before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.82rem;
  height: 0.05rem;
  width: 100%;
  background: linear-gradient(to left, transparent, #fff);
}
header .header-pc nav .nav-layer .nav-container .ul-3 .li-3 {
  margin-bottom: 0.82rem;
}
header .header-pc nav .nav-layer .nav-container .ul-3 .li-3 > a {
  color: #d4d4d4;
}
header .header-pc nav .nav-layer .nav-container .ul-3 .li-3 > a:hover {
  color: #fff;
}
header .header-pc nav .active {
  color: #0b3e64;
}
header .header-pc .search {
  position: relative;
  margin-right: 0.91rem;
}
header .header-pc .search input {
  width: 6.82rem;
  height: 1.36rem;
  line-height: 1.36rem;
  padding: 0 1.36rem 0 0.45rem;
  border: 0.05rem solid #e5e5e5;
  color: #888;
}
header .header-pc .search input::-webkit-input-placeholder {
  color: #888;
  font-size: 0.55rem;
}
header .header-pc .search button {
  position: absolute;
  right: 0.27rem;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  border: 0;
  background: transparent;
}
header .header-pc .search .search-icon {
  color: #888;
  font-size: 0.91rem;
  cursor: pointer;
}
header .header-pc .language {
  position: relative;
}
header .header-pc .language .earth {
  margin-right: 0.36rem;
}
header .header-pc .language .earth i {
  font-size: 0.82rem;
}
header .header-pc .language .lang-info {
  position: relative;
}
header .header-pc .language .lang-info::after {
  content: '\e61c';
  font-family: 'iconfont' !important;
  font-size: 0.73rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .header-pc .language .lang-info span {
  height: 4.55rem;
  line-height: 4.55rem;
  font-size: 0.73rem;
  display: inline-block;
}
header .header-pc .language .lan-hover-info {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -0.68rem);
  width: 6.82rem;
  text-align: center;
  background-color: #fff;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: 999;
}
header .header-pc .language .lan-hover-info .lan-info-item {
  display: block;
  line-height: 1.82rem;
  color: #666;
}
header .header-pc .language .lan-hover-info .lan-info-item:hover {
  color: #0b3e64;
}
header #mb-header {
  display: none;
}
header #mb-header #navbar-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
  padding: 0 2.5%;
  box-sizing: border-box;
}
header #mb-header #navbar-main #logo {
  width: 109px;
}
header #mb-header #navbar-main #logo img {
  width: 109px;
  height: 40px;
  object-fit: contain;
}
header #mb-header #navbar-main #logo .logo-txt {
  color: #fff;
  margin-left: 0.36rem;
}
header #mb-header #navbar-main #logo .logo-txt p {
  white-space: nowrap;
}
header #mb-header #navbar-main #logo .logo-txt .company-name {
  font-weight: bold;
  margin-bottom: 0.23rem;
}
header #mb-header #navbar-main #logo .logo-txt .company-tel {
  font-size: 12px;
  letter-spacing: 0.27rem;
}
header #mb-header #navbar-main #logo .mb-logo {
  display: none;
  width: 100%;
  height: 40px;
  object-fit: contain;
}
header #mb-header #navbar-main #sidebar-main-trigger {
  width: 30px;
}
header #mb-header #navbar-main #sidebar-main-trigger img {
  width: 100%;
}
header #mb-header #sidebar-main {
  background-color: rgba(11, 62, 100, 0.6);
  width: 30% !important;
}
header #mb-header #sidebar-main li:last-of-type a {
  border-bottom: none;
}
header #mb-header #sidebar-main a {
  display: block;
  text-align: center;
  padding: 16px 0;
  color: #fff;
}
header #mb-header #sidebar-main-trigger {
  width: 30px;
  background-clip: content-box;
}
header #mb-header #sidebar-main-trigger i {
  color: #0b3e64;
  font-size: 30px;
}
header #mb-header .mb-ej-ul .ej-li:last-child a::after {
  width: 0 !important;
  height: 0 !important;
}
header #mb-header .mb-ej-ul .has-child > a {
  position: relative;
}
header #mb-header .mb-ej-ul .has-child > a::before {
  content: '\e630';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  font-family: 'iconfont' !important;
  color: #777;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header #mb-header .mb-ej-ul .mb-ej-li.mb-active {
  background-color: #2f5273;
}
header #mb-header .mb-ej-ul .mb-ej-li.mb-active > a {
  color: #1c3a4b;
}
header #mb-header .mb-ej-ul .mb-ej-li.mb-active > a::before {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s;
}
header #mb-header .mb-ej-ul .mb-ej-li.mb-active > a::after {
  width: 0 !important;
  height: 0 !important;
}
header #mb-header .mb-ej-ul .mb-ej-li.mb-active .ej-li {
  position: relative;
}
header #mb-header .mb-ej-ul .mb-ej-li.mb-active .ej-li::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 90%;
  height: 1px;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.1);
}
footer {
  background-color: #2e2e2e;
}
footer .foot-t {
  padding: 1.82rem 0 0.91rem;
}
footer .foot-t .logo {
  width: 9.09rem;
  height: 2.73rem;
}
footer .foot-t .logo img {
  object-fit: contain;
}
footer .foot-t .foot-t-c .foot-nav {
  margin-bottom: 1.36rem;
}
footer .foot-t .foot-t-c .foot-nav li {
  color: #fff;
  padding: 0 0.68rem;
  border-right: 0.05rem solid #fff;
}
footer .foot-t .foot-t-c .foot-nav li:first-child {
  padding-left: 0;
}
footer .foot-t .foot-t-c .foot-nav li:last-child {
  padding-right: 0;
  border-right: 0;
}
footer .foot-t .foot-t-c .foot-t-b {
  width: 18.18rem;
}
footer .foot-t .foot-t-c .foot-t-b form {
  text-align: center;
}
footer .foot-t .foot-t-c .foot-t-b .form-info input {
  width: 49%;
}
footer .foot-t .foot-t-c .foot-t-b .form-info .name {
  margin-right: 2%;
}
footer .foot-t .foot-t-c .foot-t-b input {
  height: 1.36rem;
  line-height: 1.36rem;
  padding: 0 0.45rem;
  border: 0.05rem solid #fff;
  color: #fff;
}
footer .foot-t .foot-t-c .foot-t-b input::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 0.55rem;
}
footer .foot-t .foot-t-c .foot-t-b textarea {
  margin: 0.91rem 0;
  padding: 0.45rem;
  width: 18.18rem;
  height: 4.55rem;
  resize: none;
  color: #fff;
  border: 0.05rem solid #fff;
  background-color: transparent;
}
footer .foot-t .foot-t-c .foot-t-b textarea::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 0.55rem;
}
footer .foot-t .foot-t-c .foot-t-b button {
  border: 0;
  width: 9.09rem;
  height: 1.36rem;
  line-height: 1.36rem;
  background-color: #0b3e64;
  color: #fff;
  cursor: pointer;
}
footer .foot-t .foot-t-r * {
  color: #fff;
}
footer .foot-t .foot-t-r .item {
  margin-bottom: 0.68rem;
}
footer .foot-t .foot-t-r .item i {
  width: 0.73rem;
  display: inline-block;
  margin-right: 0.09rem;
}
footer .foot-t .foot-t-r .item p {
  margin-top: 0.45rem;
  line-height: 1.27rem;
}
footer .foot-t .foot-t-r a:hover span {
  text-decoration: underline;
}
footer .foot-b {
  text-align: center;
  padding: 0.91rem;
  border-top: 0.05rem solid rgba(255, 255, 255, 0.4);
  color: #fff;
}
footer .foot-b span {
  line-height: 1.09rem;
}
footer .foot-b a:hover {
  text-decoration: underline;
}
footer .foot-b .ba {
  margin: 0 0.45rem;
}
footer .to-top {
  position: fixed;
  bottom: 1.82rem;
  right: 3.64rem;
  display: none;
  z-index: 9999;
  cursor: pointer;
}
footer .to-top i {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.5);
}
footer .to-top:hover i {
  color: #0b3e64;
}
/* 分页 */
.paged {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.55rem;
}
.paged > a {
  margin-right: 0.45rem;
}
.paged .home-page {
  display: inline-block;
  padding: 0.36rem 0.55rem;
  border: 0.05rem solid #0b3e64;
  color: #0b3e64;
}
.paged .page-num {
  display: inline-block;
  padding: 0.36rem 0.55rem;
  border: 0.05rem solid #0b3e64;
  color: #0b3e64;
}
.paged .last-page {
  display: inline-block;
  padding: 0.36rem 0.55rem;
  border: 0.05rem solid #0b3e64;
  color: #0b3e64;
}
.paged > a:hover {
  background-color: #0b3e64;
  color: #fff;
}
.paged .page-num-current {
  background-color: #0b3e64;
  color: #fff;
}
.no-date {
  text-align: center;
  min-height: 40vh;
  font-size: 0.82rem;
}
@media only screen and (max-width: 768px) {
  .w-body {
    padding: 0 10px;
  }
  .main-center {
    width: 100%;
  }
  .position {
    margin: 1.82rem 0;
  }
  .inn-banner {
    height: 15.73rem;
  }
  header .header-pc {
    display: none;
  }
  header #mb-header {
    display: block;
  }
  main {
    padding-top: 50px;
  }
  footer .foot-t {
    flex-direction: column;
  }
  footer .foot-t .logo {
    margin: 0 auto;
  }
  footer .foot-t .foot-t-c {
    margin: 0.91rem 0;
  }
  footer .foot-t .foot-t-c .foot-nav ul {
    justify-content: center;
  }
  footer .foot-t .foot-t-c .foot-t-b {
    width: 100%;
  }
  footer .foot-t .foot-t-c .foot-t-b textarea {
    width: 100%;
  }
  footer .to-top {
    display: none !important;
  }
}
