@charset "UTF-8";
.flex, .ajs.subpage .server-nav, .ajs.subpage .map-info, .ajs .center .notice-nav, .ajs .center-one-wrap .content-nav, .subpage .center-wrap .jsfw .link-wrap, .subpage .center-wrap-r .cpxq-three .info-content p:first-child, .subpage .center-wrap-r .cpxq-three .info-content, .subpage .center-wrap-r .cpzx-list ul, .footer-nav, .footer-wrap, .phone-nav .nav-sublist > li, .phone-nav .nav-top, .header .container .header-right .btn-right .search-box .search-form, .header .container .header-right .btn-right, .header .container .header-right .nav-item .nav-sublist-r ul, .header .container .header-right .nav-item .nav-sublist-l, .header .container .header-right .nav-item .nav-sublist, .header .container .header-right .nav, .header .container .header-right, .header .container .header-left, .header .container {
  display: flex;
}

* {
  font-family: "&#930;&#65533;&#65533;&#65533;&#378;&#65533;";
}

/* &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#673;&#65533;&#1338;&#369;&#65533;&#702; , &#65533;&#65533;&#65533;&#65533;&#1211;&#65533;&#65533; */
.wes, .ajs.subpage .about-news-list li a, .ajs .center .notice-list-item .text, .subpage .news-item.one .content a.title, .subpage .news-list .news-item p:nth-child(2), .subpage .article-r-list li a, .subpage .center-wrap .pic-list2-item p, .subpage .center-wrap .pic-list-item p, .subpage .center-wrap-r .cpzx-list-item a p {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#673;&#65533;&#1338;&#369;&#65533;&#702; , &#65533;&#65533;&#65533;&#1718;&#65533;&#65533;&#65533; */
/* &#65533;&#2047;&#65533;&#65533;&#65533;&#619; */
@keyframes imgScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes changeWidth1 {
  0% {
    width: 20%;
  }
  100% {
    width: 25.581%;
  }
}
@keyframes changeWidth2 {
  0% {
    width: 20%;
  }
  100% {
    width: 18.60475%;
  }
}
@keyframes fadeOn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes changeWidth3 {
  0% {
    width: 20%;
  }
  100% {
    width: 33.72%;
  }
}
@keyframes changeWidth4 {
  0% {
    width: 24%;
  }
  100% {
    width: 20.93%;
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeOut {
  0% {
    visibility: visible;
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100px);
  }
}
@keyframes changeWidth5 {
  0% {
    width: 20%;
  }
  100% {
    width: 36%;
  }
}
@keyframes changeWidth6 {
  0% {
    width: 20%;
  }
  100% {
    width: 16%;
  }
}
@keyframes changeWidth7 {
  0% {
    width: 20%;
  }
  100% {
    width: 50vw;
  }
}
@keyframes changeWidth9 {
  0% {
    width: 20%;
  }
  100% {
    width: 12%;
  }
}
@keyframes changeWidth8 {
  0% {
    width: 20%;
  }
  100% {
    width: 50vw;
  }
}
@keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 145, 232, 0.3), 0 0 0 10px rgba(30, 145, 232, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(30, 145, 232, 0.3), 0 0 0 20px rgba(30, 145, 232, 0);
  }
}
@keyframes ripple_5 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
html,
body {
  scroll-behavior: smooth;
}

body.one {
  width: 100%;
  height: 100vh !important;
  overflow: hidden !important;
}

.box {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.box::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  height: 180px;
  background-image: linear-gradient(0deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.23922) 36%, rgba(34, 34, 34, 0.63922) 100%);
}

.menu {
  display: none;
  position: fixed;
  top: 4vw;
  right: 3vw;
  z-index: 950;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #316ea1;
  cursor: pointer;
  animation: ripple_4 1s linear infinite;
  transition: all 0.5s;
}
.menu .menu1 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.menu .menu1 span {
  position: absolute;
  width: 18px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  font-size: 0;
}
.menu .menu1 span::before {
  content: "";
  position: absolute;
  width: 2px;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50px;
}
.menu .menu1 span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 100%;
  border-radius: 50px;
}
.menu .menu1 span:nth-child(1) {
  margin-top: -6px;
}
.menu .menu1 span:nth-child(1)::before {
  background: #ffffff;
}
.menu .menu1 span:nth-child(1)::after {
  background: #ffffff;
}
.menu .menu1 span:nth-child(2)::before {
  background: #ffffff;
}
.menu .menu1 span:nth-child(2)::after {
  background: #ffffff;
}
.menu .menu1 span:nth-child(3) {
  margin-top: 6px;
}
.menu .menu1 span:nth-child(3)::before {
  background: #ffffff;
}
.menu .menu1 span:nth-child(3)::after {
  background: #ffffff;
}

.menu.on {
  animation-name: ripple_5;
}
.menu.on .menu1 span {
  margin: 0;
}
.menu.on .menu1 span::before {
  width: 6px;
  border-radius: 50px 0 0 50px;
}
.menu.on .menu1 span::after {
  border-radius: 0 50px 50px 0;
}
.menu.on .menu1 span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu.on .menu1 span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.menu.on .menu1 span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.container {
  max-width: 1720px;
  margin: auto;
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 111;
  background-color: rgba(255, 255, 255, 0.878);
  transition: all 0.4s;
}
.header .container {
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  z-index: 111;
}
.header .container .header-left {
  margin-right: 8.7%;
  align-items: center;
}
.header .container .header-right {
  flex: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .container .header-right .nav {
  width: 80%;
  max-width: 1000px;
  flex: auto;
  justify-content: space-around;
}
.header .container .header-right .nav-item {
  text-align: center;
  /* width: 12.5%; */
}
.header .container .header-right .nav-item > a {
  color: #333;
  flex-shrink: 0;
  font-size: 20px;
  position: relative;
}
.header .container .header-right .nav-item > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #0075c1;
  transition: all 0.3s;
}
.header .container .header-right .nav-item > a:hover::after {
  width: 100%;
}
.header .container .header-right .nav-item .nav-sublist {
  z-index: 1111;
  background-color: rgba(255, 255, 255, 0.878);
  position: absolute;
  width: 100vw;
  left: 0;
  right: 0;
  top: 5.2vw;
  margin: auto;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  padding: 3.125vw 5.2vw;
}
.header .container .header-right .nav-item .nav-sublist-l {
  width: 48%;
}
.header .container .header-right .nav-item .nav-sublist-l .pic {
  flex: 1;
  width: 300px;
  height: 200px;
}
.header .container .header-right .nav-item .nav-sublist-l .pic img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .container .header-right .nav-item .nav-sublist-l .info {
  flex: 1;
  margin-left: 3.125vw;
  margin-right: 5.2vw;
  text-align: left;
}
.header .container .header-right .nav-item .nav-sublist-l .info p {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}
.header .container .header-right .nav-item .nav-sublist-l .info p:first-child {
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.header .container .header-right .nav-item .nav-sublist-l .info p:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.header .container .header-right .nav-item .nav-sublist-r {
  width: 52%;
  border-left: 1px solid #bbbbbb;
  text-align: left;
  padding-left: 5.2vw;
}
.header .container .header-right .nav-item .nav-sublist-r p {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #0075c1;
  position: relative;
  padding-bottom: 20px;
}
.header .container .header-right .nav-item .nav-sublist-r p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #0075c1;
}
.header .container .header-right .nav-item .nav-sublist-r ul {
  margin-top: 15px;
  flex-wrap: wrap;
}
.header .container .header-right .nav-item .nav-sublist a {
  flex-shrink: 0;
  min-width: 25%;
  padding: 15px 0 15px 19px;
  font-size: 20px;
  color: #333;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
}
.header .container .header-right .nav-item .nav-sublist a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
  transition: all 0.3s;
}
.header .container .header-right .nav-item .nav-sublist a:hover {
  color: #0075c1;
  font-weight: bold;
}
.header .container .header-right .nav-item .nav-sublist a:hover::before {
  left: 6px;
  background-color: #0075c1;
}
.header .container .header-right .nav-item:hover .nav-sublist {
  visibility: visible;
  opacity: 1;
}
.header .container .header-right .btn-right {
  width: 6%;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.header .container .header-right .btn-right .search-box {
  flex-shrink: 0;
  position: relative;
}
.header .container .header-right .btn-right .search-box .search-form {
  align-items: center;
}
.header .container .header-right .btn-right .search-box .search-input {
  color: #000;
  /* opacity: 0; */
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  border-radius: 10px;
  width: 200px;
  height: 100%;
  border: none;
  padding: 10px;
  background: none;
  border-bottom: 1px solid #0075c1;
  z-index: 3;
  background-color: #ffffff;
}
.header .container .header-right .btn-right .search-box .search-btn {
  width: 20px;
  height: 30px;
  background: url(../images/search-icon.png) no-repeat center;
  background-size: 100% auto;
  border: none;
}
.header .container .header-right .btn-right .menu-btn {
  width: 24px;
  height: 19px;
  margin-left: 2.5%;
  background: url(../images/menu-icon.png) no-repeat center;
}
.header.top {
  animation: fadeOn 1s linear;
}
.header::after {
  position: absolute;
  top: 100%;
  height: 50%;
  left: 0;
  right: 0;
  content: "";
  z-index: 0;
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.63922) 0%, rgba(34, 34, 34, 0.23922) 36%, transparent 100%);
}

.phone-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 112;
  background-color: rgba(0, 0, 0, 0.5);
}
.phone-nav .nav {
  position: absolute;
  right: 0;
  width: 530px;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  border-top: 4px solid #0075c1;
  padding: 30px 20px;
}
.phone-nav .nav-top {
  justify-content: space-between;
  margin-bottom: 3vw;
  align-items: center;
}
.phone-nav .nav-top .phone-logo {
  max-width: calc(100% - 80px);
  margin: auto;
  height: 50px;
  text-align: center;
}
.phone-nav .nav-top .phone-logo img {
  max-width: 100%;
  max-height: 100%;
}
.phone-nav .nav-top .close-btn {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat center;
  background-size: cover;
}
.phone-nav .nav .search {
  margin-bottom: 4vw;
}
.phone-nav .nav .search-box {
  width: 100%;
  height: 40px;
  position: relative;
}
.phone-nav .nav .search-form {
  width: 100%;
  height: 100%;
}
.phone-nav .nav .search-input {
  width: 100%;
  height: 100%;
  border: 1px solid #cdcccc;
  border-radius: 10px;
}
.phone-nav .nav .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  border: none;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url(../images/search-icon-fill.png) no-repeat center;
}
.phone-nav .nav-item {
  border-bottom: 1px solid #0075c1;
}
.phone-nav .nav-item a {
  color: #333;
}
.phone-nav .nav-item > a {
  font-size: 20px;
  color: #0075c1;
  font-weight: bold;
  line-height: 50px;
  display: block;
}
.phone-nav .nav-sublist {
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
}
.phone-nav .nav-sublist > li {
  font-size: 18px;
  line-height: 40px;
  position: relative;
  flex-wrap: wrap;
}
.phone-nav .nav-sublist > li > a {
  width: calc(100% - 40px);
  display: block;
  border-bottom: 1px dashed #c4c4c4;
}
.phone-nav .nav-sublist > li i {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.3s;
  transform-origin: center;
}
.phone-nav .nav-sublist > li i::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #333;
  left: 13px;
  top: 50%;
  transform: rotate(45deg);
}
.phone-nav .nav-sublist > li i::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #333;
  left: 13px;
  top: 50%;
  transform: translate(5px, 0) rotate(-45deg);
}
.phone-nav .nav-subitem.on .nav-sonlist {
  display: block;
}
.phone-nav .nav-subitem.on i {
  transform: rotate(180deg);
}
.phone-nav .nav-sonlist {
  display: none;
  width: 100%;
  padding: 10px 0 10px 20px;
}
.phone-nav .nav-sonlist > li {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px dashed #c4c4c4;
}

.banner {
  position: relative;
}
.banner #index-banner .swiper-slide {
  height: 100vh;
  position: relative;
}
.banner #index-banner .swiper-slide div {
  max-width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.banner #index-banner .swiper-slide div img {
  display: block;
  margin: auto;
  max-width: 60%;
  transition: all 1s;
}
.banner #index-banner .swiper-slide div .two {
  margin-top: 3vw;
}
.banner #index-banner .swiper-slide img.da {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner #index-banner .swiper-slide img.tu {
  position: absolute;
  opacity: 0;
  display: block;
  transition: all 2s;
}
.banner #index-banner .swiper-slide img.bg {
  transition-delay: 1.2s !important;
  transform: translate(0, 200px) scale(0, 0);
}
.banner #index-banner .swiper-slide img.one {
  opacity: 0;
  transition-delay: 0.5s !important;
  transform: translate(0, 200px) scale(1, 1);
}
.banner #index-banner .swiper-slide img.two {
  opacity: 0;
  transition-delay: 1.5s !important;
  transform: translate(0, 0) scale(1, 0);
}
.banner #index-banner .swiper-slide.swiper-slide-active img.tu {
  opacity: 1;
  transform: translate(0, 0) scale(1, 1);
}
.banner #index-banner .swiper-slide.swiper-slide-active img.da {
  animation: 8s imgScale 0.5s linear infinite normal;
}
.banner #index-banner .swiper-slide.swiper-slide-active img.one {
  opacity: 1;
  transition-delay: 0.5s !important;
  transform: translate(0, 0) scale(1, 1);
}
.banner #index-banner .swiper-slide.swiper-slide-active img.two {
  opacity: 1;
  transition-delay: 1.5s !important;
  transform: translate(0, 0) scale(1, 1);
}
.banner #index-banner .swiper-pagination {
  padding-left: 100px;
  text-align: left;
  bottom: 30px;
}
.banner #index-banner .swiper-pagination span {
  width: 60px;
  height: 1px;
  margin: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.banner #index-banner .swiper-pagination span.swiper-pagination-bullet-active {
  height: 2px;
  background-color: white;
}
.banner #index-banner .swiper-button-prev,
.banner #index-banner .swiper-button-next {
  width: 21px;
  height: 43px;
}
.banner #index-banner .swiper-button-prev {
  left: 3vw;
  background: url(../images/banner-prev-icon.png) no-repeat center;
}
.banner #index-banner .swiper-button-next {
  right: 3vw;
  background: url(../images/banner-next-icon.png) no-repeat center;
}
.banner .swiper-number {
  position: absolute;
  left: 320px;
  z-index: 11;
  bottom: 3px;
  color: #fff;
  font-family: "RT-R";
}
.banner .swiper-number .current {
  font-size: 48px;
}
.banner .swiper-number .total {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.3);
}

.center .title {
  line-height: 1;
  cursor: pointer;
}
.center .title .en {
  line-height: 1;
  font-size: 48px;
  font-family: "RT-B";
  color: #0075c1;
}
.center .title .zn {
  margin-top: 20px;
  font-size: 30px;
  color: #333;
}
.center .desc {
  margin-top: 60px;
  font-size: 18px;
  line-height: 2;
  color: #999999;
}

.footer {
  padding-top: 40px;
  background: url(../images/footer-bg.png);
}
.footer * {
  color: #bbbbbb;
}
.footer-wrap {
  justify-content: space-between;
}
.footer-nav {
  flex: 1;
  justify-content: space-between;
}
.footer-nav-item {
  width: 14.2857142857%;
}
.footer-nav-item > a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-nav-sublist a {
  display: block;
  line-height: 36px;
  position: relative;
  transition: all 0.3s;
}
.footer-nav-sublist a:hover {
  color: #1896eb;
  font-weight: bold;
}
.footer-info {
  padding: 0 60px;
  border-left: 1px solid rgba(221, 221, 221, 0.2);
  border-right: 1px solid rgba(221, 221, 221, 0.2);
}
.footer-info a {
  margin-bottom: 10px;
}
.footer-info p {
  line-height: 36px;
}
.footer-icon {
  align-self: center;
  margin-left: 52px;
}
.footer .web-info {
  margin-top: 40px;
  border-top: 1px solid rgba(221, 221, 221, 0.2);
  line-height: 60px;
}
.footer .web-info-wrap {
  overflow: hidden;
}
.footer .web-info-l span,
.footer .web-info-l a {
  margin-left: 24px;
}
.footer .web-info-l span:first-child,
.footer .web-info-l a:first-child {
  margin-left: 0;
}
.footer .web-info-l span:last-child,
.footer .web-info-l a:last-child {
  padding-left: 20px;
  background: url(../images/wb.png) no-repeat center left;
}

.subpage {
  /* &#65533;&#65533;&#65533;&#65533; */
  /* &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533; */
  /* &#65533;&#65533;&#65533;&#65533;&#65533;งา&#65533; */
}
.subpage .header::after {
  opacity: 0;
}
.subpage-top {
  width: 100%;
  height: 580px;
}
.subpage-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .title .zn {
  font-size: 36px;
  color: #333;
  margin-top: 0;
}
.subpage .title .en {
  color: #aaaaaa;
  font-size: 16px;
  margin-top: 20px;
  font-weight: normal;
  font-family: "&#930;&#65533;&#65533;&#65533;&#378;&#65533;";
}
.subpage .location {
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
  color: #333;
  font-size: 18px;
}
.subpage .location a {
  color: #333;
}
.subpage .center .container {
  box-sizing: content-box;
  padding: 0 10px;
}
.subpage .center-wrap {
  margin-top: 40px;
  margin-bottom: 80px;
  overflow: hidden;
}
.subpage .center-wrap-l {
  float: left;
  width: 320px;
}
.subpage .center-wrap-l .left-nav-title {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
  background-color: #0075c1;
}
.subpage .center-wrap-l .left-nav ul {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.subpage .center-wrap-l .left-nav-item {
  height: 74px;
}
.subpage .center-wrap-l .left-nav-item a {
  color: #333;
  display: block;
  font-size: 18px;
  line-height: 2;
  padding: 19px 0 18px 30px;
  transition: all 0.3s;
  border-bottom: 1px solid #eeeeee;
}
.subpage .center-wrap-l .left-nav-item:last-child {
  border-bottom: none;
}
.subpage .center-wrap-l .left-nav-item:hover a, .subpage .center-wrap-l .left-nav-item.active a {
  color: #0075c1;
}
.subpage .center-wrap-l .left-search {
  margin: 40px auto;
  position: relative;
}
.subpage .center-wrap-l .left-search input[type=text] {
  border: none;
  width: 100%;
  background-color: #f7f7f7;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  color: #333;
}
.subpage .center-wrap-l .left-search input[type=button] {
  width: 20px;
  height: 20px;
  position: absolute;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../images/search-icon-fill.png) no-repeat center;
}
.subpage .center-wrap-l .left-info {
  padding: 35px 30px;
  border-top: 2px solid #0075c1;
  background-image: linear-gradient(0deg, rgb(186, 235, 240) 0%, rgb(237, 252, 255) 100%);
}
.subpage .center-wrap-l .left-info p {
  font-size: 18px;
  line-height: 2;
  color: #333;
}
.subpage .center-wrap-l .left-info p:first-child {
  font-size: 24px;
  line-height: 1;
  padding-left: 44px;
  background: url(../images/lx-icon.png) no-repeat center left;
  margin-bottom: 20px;
}
.subpage .center-wrap-r {
  float: right;
  width: calc(100% - 360px);
}
.subpage .center-wrap-r .cpzx-list ul {
  flex-wrap: wrap;
}
.subpage .center-wrap-r .cpzx-list-item {
  width: 23.5%;
  margin-left: 2%;
  margin-top: 20px;
}
.subpage .center-wrap-r .cpzx-list-item:nth-child(4n+1) {
  margin-left: 0;
}
.subpage .center-wrap-r .cpzx-list-item .pic {
  height: 200px;
  position: relative;
  border: 1px solid #eeeeee;
}
.subpage .center-wrap-r .cpzx-list-item .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.subpage .center-wrap-r .cpzx-list-item a {
  width: 100%;
  display: block;
  color: #333;
  line-height: 1;
  transition: all 0.3s;
}
.subpage .center-wrap-r .cpzx-list-item a p {
  font-size: 18px;
  margin-top: 24px;
  transition: all 0.3s;
  max-width: 100%;
}
.subpage .center-wrap-r .cpzx-list-item a p:last-child {
  margin-top: 17px;
  font-size: 16px;
  color: #999999;
}
.subpage .center-wrap-r .cpzx-list-item a:hover {
  color: #0075c1;
  font-weight: bold;
}
.subpage .center-wrap-r .cpxq .info-title {
  position: relative;
  margin-bottom: 30px;
  border-top: 1px solid #eeeeee;
}
.subpage .center-wrap-r .cpxq .info-title span {
  position: absolute;
  left: 60px;
  padding: 0 20px;
  top: 0;
  transform: translateY(-50%);
  background-color: #fff;
  font-size: 20px;
  color: #333;
}
.subpage .center-wrap-r .cpxq-one {
  overflow: hidden;
}
.subpage .center-wrap-r .cpxq-one .pic {
  float: left;
  width: 24%;
  height: 200px;
  position: relative;
  border: 1px solid #eeeeee;
}
.subpage .center-wrap-r .cpxq-one .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.subpage .center-wrap-r .cpxq-one .info {
  width: 73%;
  float: right;
  padding-top: 5px;
}
.subpage .center-wrap-r .cpxq-one .info p {
  color: #333;
  font-size: 18px;
}
.subpage .center-wrap-r .cpxq-one .info p:first-child {
  font-size: 24px;
}
.subpage .center-wrap-r .cpxq-one .info p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin: 15px auto;
}
.subpage .center-wrap-r .cpxq-one .info p:last-child {
  margin-top: 5px;
}
.subpage .center-wrap-r .cpxq-two, .subpage .center-wrap-r .cpxq-three, .subpage .center-wrap-r .cpxq-four, .subpage .center-wrap-r .cpxq-five, .subpage .center-wrap-r .cpxq-last {
  margin-top: 50px;
}
.subpage .center-wrap-r .cpxq-two p, .subpage .center-wrap-r .cpxq-three p, .subpage .center-wrap-r .cpxq-four p, .subpage .center-wrap-r .cpxq-five p, .subpage .center-wrap-r .cpxq-last p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.subpage .center-wrap-r .cpxq-three .info-content {
  overflow: hidden;
  font-size: 18px;
  color: #333;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subpage .center-wrap-r .cpxq-three .info-content p {
  line-height: 48px;
  width: 50%;
}
.subpage .center-wrap-r .cpxq-three .info-content p:last-child {
  width: 100%;
  line-height: 30px;
}
.subpage .center-wrap-r .cpxq-three .info-content p:first-child img {
  max-width: 100%;
}
.subpage .center-wrap-r .zpxq-item {
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.subpage .center-wrap-r .zpxq-item-title {
  padding: 30px 1.5625vw;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
}
.subpage .center-wrap-r .zpxq-item-title span {
  float: left;
  font-size: 18px;
  color: #333;
}
.subpage .center-wrap-r .zpxq-item-title span:last-child {
  color: #999999;
  float: right;
  padding-right: 26px;
  background: url(../images/icon-down.png) no-repeat right center;
}
.subpage .center-wrap-r .zpxq-item-content {
  height: 0;
  overflow: hidden;
}
.subpage .center-wrap-r .zpxq-item * {
  transition: all 1s;
}
.subpage .center-wrap-r .zpxq-item.active .zpxq-item-title {
  padding: 30px 2.6vw;
}
.subpage .center-wrap-r .zpxq-item.active .zpxq-item-title span {
  font-weight: bold;
  color: #0075c1;
}
.subpage .center-wrap-r .zpxq-item.active .zpxq-item-title span:last-child {
  font-weight: normal;
  color: #999999;
  background: url(../images/icon-up.png) no-repeat right center;
}
.subpage .center-wrap-r .zpxq-item.active .zpxq-item-content {
  height: auto;
  display: block;
  margin: 0 1.5625vw;
  padding-top: 30px;
  border-top: 1px dashed #eeeeee;
  padding-bottom: 70px;
}
.subpage .center-wrap-r .zpxq-item.active .zpxq-item-content-info p {
  font-size: 18px;
  color: #999999;
  line-height: 2;
}
.subpage .center-wrap-r .zpxq-item.active .zpxq-item-content-info p:first-child {
  font-weight: bold;
  color: #333;
}
.subpage .center-wrap .cxpt .desc {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  text-indent: 2em;
  margin-top: 49px;
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  line-height: 2;
}
.subpage .center-wrap .cxpt .desc p {
  line-height: 2;
  margin-top: 13px;
}
.subpage .center-wrap .cxpt .desc p:first-child {
  margin-top: 0;
}
.subpage .center-wrap .pic-list {
  overflow: hidden;
}
.subpage .center-wrap .pic-list-item {
  float: left;
  width: 31.395%;
  margin-left: 2.9069%;
  margin-bottom: 50px;
}
.subpage .center-wrap .pic-list-item:nth-child(3n+1) {
  margin-left: 0;
}
.subpage .center-wrap .pic-list-item .pic {
  width: 100%;
  height: 18.6vw;
  overflow: hidden;
}
.subpage .center-wrap .pic-list-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.subpage .center-wrap .pic-list-item .pic:hover img {
  transform: scale(1.2);
}
.subpage .center-wrap .pic-list-item p {
  padding: 1.6vw 2.1vw;
  background-color: #f7f7f7;
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: all 0.5s;
}
.subpage .center-wrap .pic-list-item:hover p {
  font-weight: bold;
  color: #0075c1;
}
.subpage .center-wrap .jsfw .link {
  margin-top: 48px;
}
.subpage .center-wrap .jsfw .link-wrap {
  justify-content: space-between;
  height: 420px;
  overflow: hidden;
}
.subpage .center-wrap .jsfw .link-item {
  width: 24%;
  height: 100%;
  margin-left: 2%;
  overflow: hidden;
}
.subpage .center-wrap .jsfw .link-item a {
  display: block;
  height: 100%;
  position: relative;
}
.subpage .center-wrap .jsfw .link-item a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .center-wrap .jsfw .link-item a span {
  position: absolute;
  line-height: 1;
  bottom: 30px;
  left: 30px;
  font-size: 24px;
  color: #fff;
}
.subpage .center-wrap .jsfw .link-item.active {
  width: 33.72%;
  animation: changeWidth3 0.5s linear;
}
.subpage .center-wrap .jsfw .link-item:first-child {
  margin-left: 0;
}
.subpage .center-wrap .jsfw .link-item.normal {
  animation: changeWidth4 0.5s linear;
}
.subpage .center-wrap .pic-list2 {
  overflow: hidden;
}
.subpage .center-wrap .pic-list2-item {
  float: left;
  width: 22.383%;
  margin-left: 3.488%;
  position: relative;
  margin-bottom: 40px;
}
.subpage .center-wrap .pic-list2-item:nth-child(4n+1) {
  margin-left: 0;
}
.subpage .center-wrap .pic-list2-item .pic {
  height: 13vw;
  overflow: hidden;
}
.subpage .center-wrap .pic-list2-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .center-wrap .pic-list2-item p {
  padding: 6vw 1.5vw 1.5vw;
  line-height: 1;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  background-image: linear-gradient(0deg, rgba(34, 34, 34, 0.50196) 0%, rgba(34, 34, 34, 0.23922) 64%, rgba(34, 34, 34, 0) 100%);
}
.subpage .center-wrap .pic-list2-item * {
  transition: all 0.3s;
}
.subpage .center-wrap .pic-list2-item:hover img {
  transform: scale(1.2);
}
.subpage .center-wrap .pic-list2-item:hover p {
  font-weight: bold;
}
.subpage .center-wrap .pic-list2.ryzz .pic-list2-item p {
  position: relative;
  background: none;
  color: #333;
  height: auto;
  padding: 0;
  padding-top: 16px;
  line-height: 1;
}
.subpage .center .pagenation {
  margin-top: 60px;
  text-align: center;
  cursor: pointer;
}
.subpage .center .pagenation a,
.subpage .center .pagenation span {
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #333;
}
.subpage .center .pagenation a.strong,
.subpage .center .pagenation span.strong,
.subpage .center .pagenation a.active, .subpage .center .pagenation a:hover,
.subpage .center .pagenation span.active,
.subpage .center .pagenation span:hover {
  color: #fff;
  background-color: #0075c1;
}
.subpage .center .pagenation a.disabled,
.subpage .center .pagenation span.disabled {
  cursor: not-allowed;
  background-color: #dfdfdf;
  color: #fff;
}
.subpage .center .pagenation span:last-child {
  border: none;
  padding: 0;
  margin-left: 20px;
}
.subpage .center .pagenation span:last-child:hover {
  color: #333;
  background-color: transparent;
}
.subpage .center .pagenation .page-total {
  margin-left: 20px;
}
.subpage .article {
  margin-top: 24px;
  overflow: hidden;
}
.subpage .article-l {
  float: left;
  width: calc(100% - 400px);
}
.subpage .article-l-title {
  font-size: 30px;
  line-height: 2;
}
.subpage .article-l-info {
  color: #999999;
  margin-top: 11px;
  font-size: 18px;
}
.subpage .article-l-info span {
  margin-right: 10px;
  line-height: 2;
}
.subpage .article-l-content {
  margin-top: 35px;
  border-top: 1px solid #f0f0f0;
  padding-top: 60px;
}
.subpage .article-l-content p {
  font-size: 18px;
  line-height: 2;
  color: #555555;
}
.subpage .article-l-content img {
  display: block;
  max-width: 90%;
  margin: auto;
}
.subpage .article-r {
  float: right;
  width: 360px;
}
.subpage .article-r-title {
  margin-top: 78px;
  font-size: 24px;
  color: #333;
  position: relative;
  line-height: 1;
  padding-left: 18px;
  padding-bottom: 40px;
  background: url(../images/icon-line.png) no-repeat center bottom;
  background-size: 100% 5px;
}
.subpage .article-r-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 24px;
  background-color: #0075c1;
  transform: skew(-10deg);
}
.subpage .article-r-list {
  margin-top: 20px;
}
.subpage .article-r-list li {
  padding: 10px 0;
}
.subpage .article-r-list li a {
  position: relative;
  padding-left: 15px;
  line-height: 1;
  font-size: 18px;
  color: #333;
  max-width: 100%;
}
.subpage .article-r-list li a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #dddddd;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.subpage .article-r-list li * {
  transition: all 0.3s;
}
.subpage .article-r-list li:hover a {
  color: #0075c1;
  font-weight: bold;
}
.subpage .article-r-list li:hover a::before {
  width: 6px;
  height: 6px;
  background-color: #0075c1;
}
.subpage .news {
  background: none !important;
  padding-top: 20px;
}
.subpage .news-list {
  overflow: hidden;
  margin-top: 10px;
}
.subpage .news-list .news-item {
  min-height: 270px;
  width: 31.395%;
  max-height: 270px;
  margin-left: 2.9069%;
  float: left;
  margin-top: 50px;
  border: 1px solid #eeeeee;
  padding: 50px 30px 60px;
  transition: all 0.3s;
}
.subpage .news-list .news-item:nth-child(3n+1) {
  margin-left: 0;
}
.subpage .news-list .news-item a {
  display: block;
  width: 100%;
}
.subpage .news-list .news-item p {
  max-width: 100%;
  font-size: 18px;
  color: #555555;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.subpage .news-list .news-item p.time {
  color: #999999;
}
.subpage .news-list .news-item p:nth-child(2) {
  display: block;
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.subpage .news-list .news-item * {
  transition: all 0.3s;
}
.subpage .news-list .news-item:hover {
  background: #0075c1;
}
.subpage .news-list .news-item:hover p {
  color: #fff;
}
.subpage .news-item.one {
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.subpage .news-item.one .pic {
  float: left;
  width: 34.883%;
  height: 400px;
  overflow: hidden;
}
.subpage .news-item.one .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .news-item.one .content {
  float: left;
  width: 65.117%;
  height: 100%;
  padding: 60px 3.125vw;
}
.subpage .news-item.one .content a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  line-height: 2;
  color: #555555;
  max-width: 100%;
}
.subpage .news-item.one .content a.title {
  display: block;
  font-size: 24px;
  color: #333;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.subpage .news-item.one .content a.title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 4px;
  background-color: #0075c1;
  transition: all 0.3s;
}
.subpage .news-item.one .content .btn {
  margin-top: 60px;
  font-size: 16px;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #0075c1;
}
.subpage .news-item.one * {
  transition: all 0.3s;
}
.subpage .news-item.one:hover .content a.title {
  font-weight: bold;
  color: #0075c1;
}
.subpage .news-item.one:hover .content a.title::after {
  width: 100%;
}

/* &#65533;&#65533;&#65533;&#65533;&#766; */
.ajs .container {
  max-width: 1620px;
}
.ajs .header .container .header-left {
  margin-right: 11%;
}
.ajs .header .container .header-right .nav {
  max-width: 860px;
  margin-right: 4%;
}
.ajs .header .container .header-right .nav-item {
  /* width: 20%; */
  flex: 1;
}
.ajs .header .container .header-right .btn-right {
  width: 11%;
}
.ajs .banner #index-banner .swiper-pagination {
  padding-left: 100px;
}
.ajs .banner #index-banner .swiper-button-prev {
  left: 6vw;
}
.ajs .banner #index-banner .swiper-button-next {
  right: 6vw;
}
.ajs .center .title .zn {
  font-size: 30px;
  font-weight: bold;
  color: #3374c3;
  margin-top: 0;
}
.ajs .center .title .en {
  margin-top: 20px;
  font-family: "RT-B";
  font-weight: bold;
  font-size: 36px;
  color: rgba(51, 116, 195, 0);
  -webkit-text-stroke: 1px #3374c3;
  text-stroke: 1px #3374c3;
  font-style: italic;
  text-transform: uppercase;
}
.ajs .center-one {
  padding-top: 100px;
  background: url(../images/ajs-bg-one.png) no-repeat center;
  background-size: cover;
  padding-bottom: 100px;
}
.ajs .center-one-wrap .content {
  position: relative;
  margin-top: 60px;
}
.ajs .center-one-wrap .content-wrap-item {
  position: relative;
  display: none;
}
.ajs .center-one-wrap .content-wrap-item .pic {
  width: 59%;
}
.ajs .center-one-wrap .content-wrap-item .pic img {
  width: 100%;
}
.ajs .center-one-wrap .content-wrap-item .info {
  width: 44%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 40px 60px;
}
.ajs .center-one-wrap .content-wrap-item .info p:first-child {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.ajs .center-one-wrap .content-wrap-item .info p:last-child {
  font-size: 18px;
  line-height: 2;
  color: #666666;
}
.ajs .center-one-wrap .content-wrap-item.active {
  display: block;
  animation: fadeOn 1s linear;
}
.ajs .center-one-wrap .content-wrap-item.active .pic {
  animation: fadeRight 0.7s linear;
}
.ajs .center-one-wrap .content-wrap-item.active .info {
  animation: fadeLeft 0.7s linear;
}
.ajs .center-one-wrap .content-nav {
  right: 18vw;
  position: absolute;
  top: 0;
  z-index: 11;
  flex-direction: column;
  align-items: flex-start;
}
.ajs .center-one-wrap .content-nav p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  transition: all 0.3s;
  position: relative;
  line-height: 1;
  padding-left: 32px;
  margin: 20px 0;
  cursor: pointer;
}
.ajs .center-one-wrap .content-nav p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 100%;
  background-color: #555555;
  transition: all 0.3s;
}
.ajs .center-one-wrap .content-nav p:hover, .ajs .center-one-wrap .content-nav p.active {
  font-family: "RT-B";
  color: #3374c3;
}
.ajs .center-one-wrap .content-nav p:hover::before, .ajs .center-one-wrap .content-nav p.active::before {
  background-color: #3374c3;
}
.ajs .center .news {
  background: url(../images/ajs-news-bg.png) no-repeat top right;
}
.ajs .center .news .title {
  text-align: left;
}
.ajs .center .news-content {
  margin-top: 59px;
  overflow: hidden;
}
.ajs .center .news-content-l {
  float: left;
  width: 56%;
}
.ajs .center .news-content-l .swiper-container {
  width: 100%;
}
.ajs .center .news-content-l .swiper-slide {
  height: 548px;
  position: relative;
}
.ajs .center .news-content-l .swiper-slide .pic {
  height: 100%;
  overflow: hidden;
}
.ajs .center .news-content-l .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajs .center .news-content-l .swiper-slide .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 0 180px 0 30px;
  z-index: 11;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
}
.ajs .center .news-content-l .swiper-pagination {
  right: 30px;
  left: auto;
  bottom: 0;
  max-width: 130px;
  text-align: right;
  line-height: 60px;
  z-index: 111;
}
.ajs .center .news-content-l .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  opacity: 1;
  background-color: #525353;
  transition: all 0.3s;
}
.ajs .center .news-content-l .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: #3374c3;
}
.ajs .center .news-content-r {
  float: right;
  width: 44%;
}
.ajs .center .news-content-r .list-item {
  overflow: hidden;
  padding: 23.8px 0;
  padding-left: 8%;
  padding-right: 5%;
  transition: all 0.5s;
}
.ajs .center .news-content-r .list-item * {
  transition: all 0.5s;
}
.ajs .center .news-content-r .list-item .date {
  float: left;
  margin-right: 5%;
}
.ajs .center .news-content-r .list-item .date p {
  line-height: 1;
  text-align: center;
  color: #333;
}
.ajs .center .news-content-r .list-item .date p:first-child {
  font-size: 36px;
}
.ajs .center .news-content-r .list-item .date p:last-child {
  color: #777777;
  font-size: 16px;
  margin-top: 10px;
}
.ajs .center .news-content-r .list-item .info p {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.ajs .center .news-content-r .list-item .info p:first-child {
  font-size: 22px;
}
.ajs .center .news-content-r .list-item .info p:last-child {
  margin-top: 21px;
  font-size: 18px;
  color: #777777;
}
.ajs .center .news-content-r .list-item:hover, .ajs .center .news-content-r .list-item.active {
  background-color: #3374c3;
}
.ajs .center .news-content-r .list-item:hover .date P,
.ajs .center .news-content-r .list-item:hover .info P, .ajs .center .news-content-r .list-item.active .date P,
.ajs .center .news-content-r .list-item.active .info P {
  color: #fff !important;
}
.ajs .center .notice {
  background-color: #f7f7f7;
  padding: 100px 0 80px;
}
.ajs .center .notice-wrap {
  position: relative;
}
.ajs .center .notice-nav {
  position: absolute;
  height: 40px;
  top: 20px;
  right: 0;
}
.ajs .center .notice-nav li {
  min-width: 120px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #3374c3;
  font-size: 18px;
  color: #3374c3;
  margin: 0 10px;
  transition: all 0.5s;
  cursor: pointer;
}
.ajs .center .notice-nav li.active, .ajs .center .notice-nav li:hover {
  background-color: #3374c3;
  color: #fff;
}
.ajs .center .notice-list {
  margin-top: 30px;
}
.ajs .center .notice-list-wrap {
  overflow: hidden;
  display: none;
}
.ajs .center .notice-list-wrap.active {
  display: block;
  animation: fadeOn 1s linear;
}
.ajs .center .notice-list-item {
  width: 48%;
  padding: 24px 0;
  line-height: 36px;
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
  color: #555555;
  transition: all 0.5s;
}
.ajs .center .notice-list-item * {
  float: left;
  font-size: 18px;
  transition: all 0.5s;
}
.ajs .center .notice-list-item .tag {
  margin: 0 3%;
  text-align: center;
  height: 36px;
  min-width: 110px;
  background-color: #e8e8e8;
}
.ajs .center .notice-list-item .text {
  color: #333;
  max-width: calc(100% - 280px);
}
.ajs .center .notice-list-item:nth-child(odd) {
  float: left;
}
.ajs .center .notice-list-item:nth-child(even) {
  float: right;
}
.ajs .center .notice-list-item:hover {
  background-color: #3374c3;
  padding-left: 10px;
}
.ajs .center .notice-list-item:hover * {
  color: #fff;
}
.ajs .center .notice-list-item:hover .tag {
  background-color: #3374c3;
}
.ajs .center .notice-list-item:hover .text {
  color: #fff;
}
.ajs .footer {
  padding-top: 30px;
  background: url(../images/ajs-footer-bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 80px;
}
.ajs .footer-info {
  border: none;
  padding: 0;
  flex: 1;
}
.ajs .footer-info .footer-logo {
  margin-bottom: 20px;
}
.ajs .footer-info p {
  padding-left: 35px;
}
.ajs .footer-info p:nth-of-type(1) {
  background: url(../images/icon-location.png) no-repeat left center;
}
.ajs .footer-info p:nth-of-type(2) {
  background: url(../images/icon-phone.png) no-repeat left center;
}
.ajs .footer-info p:nth-of-type(3) {
  background: url(../images/icon-cz.png) no-repeat left center;
}
.ajs .footer-info p:nth-of-type(4) {
  background: url(../images/icon-email.png) no-repeat left center;
}
.ajs .footer-info p .label {
  font-weight: bold;
  color: #fff;
}
.ajs .footer-nav {
  margin-right: 12%;
}
.ajs .footer-nav-item {
  width: 25%;
}
.ajs .footer-nav-item > a {
  padding-bottom: 28px;
  border-bottom: 1px solid #606060;
}
.ajs .footer-nav-sublist a {
  line-height: 40px;
}
.ajs .footer .top-btn {
  width: 48px;
  height: 48px;
  background: url(../images/icon-top.png) no-repeat center;
  right: 7.5vw;
  bottom: 28vh;
  z-index: 111;
}
.ajs .web-info {
  text-align: center;
  font-size: 14px;
  line-height: 48px;
  color: #b0afaf;
  background-color: #323232;
}
.ajs .web-info a {
  color: #b0afaf;
  padding-left: 5px;
}
.ajs .web-info a:hover {
  color: #3374c3;
}
.ajs.subpage .container {
  max-width: 1620px;
}
.ajs.subpage .location {
  padding: 20px 0;
}
.ajs.subpage .location-wrap {
  overflow: hidden;
}
.ajs.subpage .location-wrap-l, .ajs.subpage .location-wrap-r {
  max-width: 50%;
  overflow-x: auto;
  padding: 5px 0;
  white-space: nowrap;
}
.ajs.subpage .location-wrap-l {
  float: left;
  font-size: 18px;
}
.ajs.subpage .location-wrap-l a {
  margin-left: 26px;
  margin-right: 30px;
  transition: all 0.5s;
}
.ajs.subpage .location-wrap-l a:hover {
  color: #0075c1;
  font-weight: bold;
}
.ajs.subpage .location-wrap-r {
  float: right;
}
.ajs.subpage .location-wrap-r a {
  margin-left: 7px;
  margin-right: 10px;
  transition: all 0.5s;
}
.ajs.subpage .location-wrap-r a:first-child {
  margin-left: 0;
}
.ajs.subpage .location-wrap-r a:hover {
  color: #0075c1;
  font-weight: bold;
}
.ajs.subpage .map > P {
  font-size: 18px;
  line-height: 2;
  color: #333;
  margin: 4.166vw auto 3.125vw;
}
.ajs.subpage .map-info {
  overflow: hidden;
  flex-wrap: wrap;
}
.ajs.subpage .map-info li {
  flex: 1;
  padding: 0 2.552vw;
  float: left;
  border-left: 1px solid #dddddd;
  margin-bottom: 30px;
}
.ajs.subpage .map-info li p {
  white-space: nowrap;
  padding-left: 66px;
  line-height: 1;
}
.ajs.subpage .map-info li p:first-child {
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  color: #777777;
}
.ajs.subpage .map-info li p:last-child {
  font-size: 24px;
  color: #333;
  margin-top: 17px;
}
.ajs.subpage .map-info li:nth-child(1) {
  border-left: none;
}
.ajs.subpage .map-info li:nth-child(1) P:first-child {
  background: url(../images/icon-address.png) no-repeat left center;
}
.ajs.subpage .map-info li:nth-child(2) P:first-child {
  background: url(../images/icon-phone-b.png) no-repeat left center;
}
.ajs.subpage .map-info li:nth-child(3) P:first-child {
  background: url(../images/icon-cz-b.png) no-repeat left center;
}
.ajs.subpage .map-info li:nth-child(4) P:first-child {
  background: url(../images/icon-email-b.png) no-repeat left center;
}
.ajs.subpage .map-wrap {
  width: 100%;
  height: 480px;
  margin-top: 4.166vw;
  margin-bottom: 3.125vw;
}
.ajs.subpage .about {
  background: none !important;
}
.ajs.subpage .about-desc {
  overflow: hidden;
  position: relative;
}
.ajs.subpage .about-desc img {
  width: 560px;
  height: 100%;
  min-width: 410px;
  width: 29.16vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajs.subpage .about-desc .container {
  position: relative;
  z-index: 11;
}
.ajs.subpage .about-desc .desc {
  margin-right: 4.895vw;
  padding-right: 10px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  text-indent: 2em;
  margin-bottom: 60px;
  max-height: 180px;
  overflow-y: auto;
  line-height: 2;
}
.ajs.subpage .about-desc .desc p {
  line-height: 2;
}
.ajs.subpage .about-desc-l {
  height: 100%;
  background-color: #fff;
  padding-top: 60px;
  float: left;
  width: calc(100% - 400px);
}
.ajs.subpage .about-desc-r {
  padding-top: 60px;
  float: right;
  width: 400px;
  height: 100%;
}
.ajs.subpage .about-desc-r P {
  display: inline-block;
  font-size: 18px;
  width: auto;
  height: 44px;
  line-height: 44px;
  border-radius: 0 22px 22px 0;
  background-color: #fff;
  padding: 0 20px;
  margin-bottom: 10px;
}
.ajs.subpage .about-desc-r P:first-child {
  height: 56px;
  line-height: 56px;
  border-radius: 0 28px 28px 0;
  color: #fff;
  background-color: #0075c1;
  font-weight: bold;
  padding-right: 56px;
}
.ajs.subpage .about-desc-r P:nth-child(5) {
  margin-right: 20%;
}
.ajs.subpage .about-desc-r P span {
  padding: 0 10px;
  font-family: "RT-R";
  color: #0075c1;
  font-size: 24px;
}
.ajs.subpage .about .title .zn {
  font-size: 36px;
  font-weight: normal;
  color: #333;
  margin-top: 0;
}
.ajs.subpage .about .title .en {
  color: #aaaaaa;
  font-size: 16px;
  margin-top: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: "&#930;&#65533;&#65533;&#65533;&#378;&#65533;";
  -webkit-text-stroke: 0;
}
.ajs.subpage .about-news {
  background-color: #eaf6fb;
  padding-top: 60px;
  padding-bottom: 80px;
}
.ajs.subpage .about-news-list {
  margin-top: 60px;
  overflow: hidden;
}
.ajs.subpage .about-news-list li {
  width: 30.86%;
  float: left;
  margin-left: 3.7037%;
  border-bottom: 1px solid #555555;
}
.ajs.subpage .about-news-list li:nth-child(1) {
  margin-left: 0;
}
.ajs.subpage .about-news-list li .pic {
  width: 100%;
  height: 13.6vw;
  overflow: hidden;
}
.ajs.subpage .about-news-list li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.ajs.subpage .about-news-list li a {
  display: block;
  max-width: 100%;
  font-size: 24px;
  line-height: 1;
  margin-top: 40px;
  color: #333;
  transition: all 0.5s;
}
.ajs.subpage .about-news-list li a.more {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ajs.subpage .about-news-list li:hover a {
  font-weight: bold;
  color: #0074c2;
}
.ajs.subpage .about-news-list li:hover img {
  transform: scale(1.2);
}
.ajs.subpage .about-news .btn {
  display: block;
  margin: 60px auto 0;
  width: 160px;
  height: 48px;
  background-color: #0074c2;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s;
}
.ajs.subpage .about-news .btn:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 116, 194, 0.6);
}
.ajs.subpage .server {
  margin: 60px auto 80px;
}
.ajs.subpage .server-nav {
  background-color: #f7f7f7;
  height: 237px;
  justify-content: center;
  align-items: center;
}
.ajs.subpage .server-nav li {
  text-align: center;
  padding: 0 5vw;
  cursor: pointer;
}
.ajs.subpage .server-nav li .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  margin-bottom: 24px;
  transition: all 0.3s;
}
.ajs.subpage .server-nav li span {
  font-size: 18px;
  line-height: 1;
  transition: all 0.3s;
}
.ajs.subpage .server-nav li.active span {
  color: #0074c2;
}
.ajs.subpage .server-nav li:nth-child(1) .pic {
  background: url(../images/aj-server-icon1.png) no-repeat center;
}
.ajs.subpage .server-nav li:nth-child(1).active .pic {
  background: url(../images/aj-server-icon1-fill.png) #0075c1 no-repeat center;
}
.ajs.subpage .server-nav li:nth-child(2) .pic {
  background: url(../images/aj-server-icon2.png) no-repeat center;
}
.ajs.subpage .server-nav li:nth-child(2).active .pic {
  background: url(../images/aj-server-icon2-fill.png) #0075c1 no-repeat center;
}
.ajs.subpage .server-nav li:nth-child(3) .pic {
  background: url(../images/aj-server-icon3.png) no-repeat center;
}
.ajs.subpage .server-nav li:nth-child(3).active .pic {
  background: url(../images/aj-server-icon3-fill.png) #0075c1 no-repeat center;
}
.ajs.subpage .server-nav li:nth-child(4) .pic {
  background: url(../images/aj-server-icon4.png) no-repeat center;
}
.ajs.subpage .server-nav li:nth-child(4).active .pic {
  background: url(../images/aj-server-icon4-fill.png) #0075c1 no-repeat center;
}
.ajs.subpage .server-list {
  margin-top: 40px;
}
.ajs.subpage .server-list-item {
  overflow: hidden;
  display: none;
}
.ajs.subpage .server-list-item-l {
  margin-top: 30px;
  float: left;
  width: calc(100% - 37.5vw);
  padding-right: 4.166vw;
}
.ajs.subpage .server-list-item-l P {
  font-size: 18px;
  color: #333;
  line-height: 2;
}
.ajs.subpage .server-list-item-l P:first-child {
  font-size: 20px;
  font-weight: bold;
}
.ajs.subpage .server-list-item-r {
  float: right;
  width: 37.5vw;
  height: 25vw;
}
.ajs.subpage .server-list-item-r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ajs.subpage .server-list-item.active {
  display: block;
}
.ajs.subpage .server-list-item.active .server-list-item-l {
  animation: fadeRight 0.5s linear;
}
.ajs.subpage .server-list-item.active .server-list-item-r {
  animation: fadeLeft 0.5s linear;
}
.ajs.subpage .news {
  padding-bottom: 5vw;
}

@media screen and (max-width: 1720px) {
  .container {
    box-sizing: border-box !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 1450px) {
  .header .container .header-right .nav-item > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1340px) {
  .header .container .header-left {
    width: 30vw;
    margin-right: 5vw;
  }
  .header .container .header-left img {
    max-width: 100%;
  }
  .header .container .header-right .nav-item > a {
    font-size: 16px;
  }
  .header .container .header-right .nav-item .nav-sublist {
    left: 0;
  }
  .header .container .header-right .nav-item .nav-sublist-l .info p:first-child {
    font-size: 20px;
  }
  .header .container .header-right .nav-item .nav-sublist-l .info p:last-child {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .header .container .header-right .nav-item .nav-sublist-r p {
    font-size: 20px;
  }
  .header .container .header-right .nav-item .nav-sublist a {
    font-size: 16px;
    padding-top: 1.1vw;
    padding-bottom: 1.1vw;
  }
  .footer-wrap {
    flex-wrap: wrap;
  }
  .footer-wrap .footer-nav-item {
    flex-shrink: 0;
  }
  .footer-wrap .footer-nav-item > a {
    font-size: 18px;
  }
  .footer-wrap .footer-nav-sublist a {
    font-size: 14px;
    line-height: 2;
  }
  .footer-wrap .footer-info {
    padding: 0 4vw;
  }
  .footer-wrap .footer-icon {
    margin-left: 2vw;
  }
  .footer-wrap .footer-icon img {
    width: 50px;
    height: 50px;
  }
  .center .news {
    background-position-x: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .header .container .header-left {
    width: 26vw;
    margin-right: 2vw;
  }
  .footer-wrap .footer-nav {
    flex: auto;
    flex-shrink: 0;
  }
  .footer-wrap .footer-info {
    padding: 0 1vw;
  }
  .footer-wrap .footer-icon {
    display: none;
  }
  .subpage .title .zn {
    font-size: 3vw;
  }
  .subpage .title .en {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .subpage .center-wrap .pic-list2-item {
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 50px;
  }
  .subpage .center-wrap .pic-list2-item:nth-child(4n+1) {
    margin-left: 3.5%;
  }
  .subpage .center-wrap .pic-list2-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .subpage .center-wrap .pic-list2-item .pic {
    height: 20vw;
  }
}
@media screen and (max-width: 960px) {
  .subpage .article-l, .subpage .article-r {
    width: 100%;
    float: none;
  }
  .subpage .news-list .news-item {
    min-height: 223px;
    width: 48%;
    padding: 25px 20px 30px;
    margin-left: 4%;
  }
  .subpage .news-list .news-item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .subpage .news-list .news-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .news-item.one .pic {
    width: 50%;
  }
  .subpage .news-item.one .content {
    width: 50%;
  }
}
@media screen and (max-width: 924px) {
  .header .container .header-right .nav-item > a {
    white-space: nowrap;
  }
  .header .container .header-right .btn-right {
    width: 8%;
  }
  .footer-wrap .footer-nav {
    margin-bottom: 20px;
  }
  .footer-wrap .footer-info {
    flex: 1;
    padding: 0 5vw;
  }
  .footer-wrap .footer-icon {
    flex: auto;
    display: block;
    text-align: center;
  }
  .footer-wrap .footer-icon img {
    width: 30%;
    height: 30%;
  }
  .footer .web-info {
    font-size: 12px;
  }
  .center .news {
    background-position-x: 60%;
  }
  .center .about-wrap-three .link a p {
    width: 30px;
  }
  .center .about-wrap-three .link.active {
    width: 36%;
    animation: changeWidth5 0.5s linear;
  }
  .center .about-wrap-three .link.active a p {
    width: auto;
  }
  .center .about-wrap-three .link.normal {
    animation: changeWidth6 0.5s linear;
  }
  .center .product-wrap .link-item a span {
    top: 40px;
    width: 24px;
  }
}
@media screen and (max-width: 768px) {
  .menu {
    display: block;
    top: 20px;
    right: 17px;
  }
  .menu.on {
    top: 10px;
    right: 10px;
  }
  .header {
    display: none;
  }
  .header .container .header-left {
    width: 60vw;
  }
  .header .container .header-right {
    justify-content: flex-end;
  }
  .header .container .header-right .nav {
    display: none;
    padding: 20px 10px;
    width: 40%;
    min-width: 300px;
    height: 100vh;
    overflow-y: auto;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #0075c1;
  }
  .header .container .header-right .nav-item {
    width: 100%;
    color: #fff;
  }
  .header .container .header-right .nav-item:first-child {
    width: 100%;
  }
  .header .container .header-right .nav-item > a {
    height: 50px;
    text-align: left;
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    padding-left: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .header .container .header-right .nav-item .nav-sublist {
    width: 100%;
    flex-direction: column;
    opacity: 1;
    top: 0;
    visibility: visible;
    position: static;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header .container .header-right .nav-item .nav-sublist-l {
    display: none;
  }
  .header .container .header-right .nav-item .nav-sublist-r {
    width: 100%;
    border: none;
    padding: 10px 0;
  }
  .header .container .header-right .nav-item .nav-sublist-r P {
    display: none;
  }
  .header .container .header-right .nav-item .nav-sublist-r ul {
    margin-top: 0;
  }
  .header .container .header-right .nav-item .nav-sublist a {
    padding: 0;
    padding-left: 16px;
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    margin: auto;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .header .container .header-right .nav-item .nav-sublist a:hover {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .header .container .header-right .nav-item .nav-sublist a::before {
    background-color: #fff;
  }
  .header .container .header-right .phone {
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    background-color: rgba(0, 117, 193, 0.4);
    z-index: 1111;
  }
  .header .container .header-right .phone.on {
    display: block;
  }
  .header .container .header-right .phone.on .nav {
    display: block;
  }
  .header .container .header-right .btn-right {
    gap: 30px;
    width: auto;
  }
  .phone-nav .nav {
    width: 100%;
  }
  .phone-nav .nav-top .phone-logo {
    max-width: calc(100% - 40px);
  }
  .phone-nav .nav-top .close-btn {
    display: none;
  }
  .banner #index-banner .swiper-slide {
    height: 50vh;
  }
  .banner #index-banner .swiper-pagination {
    padding-left: 13vw !important;
  }
  .banner #index-banner .swiper-pagination span {
    width: 7.81vw;
    min-width: 20px;
  }
  .banner .swiper-number {
    bottom: 24px;
    transform: translateY(20%);
  }
  .banner .swiper-number .current {
    font-size: 6.25vw;
  }
  .banner .swiper-number .total {
    font-size: 3.125vw;
  }
  .footer {
    padding-top: 5vw;
  }
  .footer-wrap .footer-nav {
    display: none;
  }
  .footer .web-info {
    padding-top: 2vw;
  }
  .footer .web-info-l, .footer .web-info-r {
    line-height: 30px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .subpage .location {
    padding: 15px 0;
  }
  .subpage .location-wrap {
    line-height: 1.5;
  }
  .subpage-top {
    height: 76vw;
  }
  .subpage .title .zn {
    font-size: 26px;
  }
  .subpage .title .en {
    font-size: 16px;
  }
  .subpage .center-wrap {
    margin-top: 6vw;
    margin-bottom: 8vw;
  }
  .subpage .center-wrap-l, .subpage .center-wrap-r {
    width: 100%;
    float: none;
  }
  .subpage .center-wrap-l .left-nav-title {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .subpage .center-wrap-l .left-nav-item {
    height: auto;
  }
  .subpage .center-wrap-l .left-nav-item a {
    line-height: 1.5;
    padding: 10px 0 10px 30px;
  }
  .subpage .center-wrap .pic-list-item {
    width: 48%;
    margin-left: 4%;
  }
  .subpage .center-wrap .pic-list-item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .subpage .center-wrap .pic-list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .center-wrap .pic-list-item .pic {
    height: 28.3vw;
  }
  .subpage .center-wrap .pic-list-item p {
    padding: 10px 20px;
    font-size: 16px;
  }
  .subpage .center-wrap .pic-list2-item {
    width: 48%;
    margin-left: 4%;
  }
  .subpage .center-wrap .pic-list2-item:nth-child(4n+1), .subpage .center-wrap .pic-list2-item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .subpage .center-wrap .pic-list2-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .center-wrap .pic-list2-item .pic {
    height: 31vw;
  }
  .subpage .center-wrap .pic-list2-item p {
    font-size: 16px;
  }
  .subpage .article {
    margin-top: 4vw;
  }
  .subpage .article-l-title {
    overflow: visible;
    word-wrap: normal;
    white-space: normal;
    text-overflow: ellipsis;
    font-size: 24px;
  }
  .subpage .article-l-content {
    margin-top: 4.6vw;
    padding-top: 6vw;
  }
  .subpage .article-r-title {
    margin-top: 7.5vw;
  }
  .subpage .article-r-list li a {
    font-size: 16px;
  }
  .subpage .news {
    padding: 4vw 0 4vw;
  }
  .subpage .news-list .news-item {
    margin-top: 6vw;
    padding: 20px 15px 40px;
    min-height: 208px;
  }
  .subpage .news-list .news-item p {
    font-size: 16px;
  }
  .subpage .news-list .news-item p:nth-child(2) {
    font-size: 20px;
  }
  .subpage .news-item.one .pic,
  .subpage .news-item.one .content {
    float: none;
    width: 100%;
  }
  .subpage .news-item.one .pic {
    height: 64vw;
  }
  .subpage .news-item.one .content a {
    font-size: 16px;
  }
  .subpage .news-item.one .content a.title {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .footer-wrap .footer-info {
    flex: auto;
  }
  .footer-wrap .footer-info a img {
    max-width: 100%;
  }
  .footer-wrap .footer-info p {
    font-size: 14px;
    line-height: 2;
  }
  .footer-wrap .footer-icon {
    margin-left: 0;
    margin-top: 4vw;
  }
  .footer-wrap .footer-icon img {
    width: 60px;
    height: 60px;
  }
  .footer .web-info {
    margin-top: 4vw;
  }
  .subpage .location {
    font-size: 16px;
  }
  .subpage .center .title .zn {
    margin-top: 0;
  }
  .subpage .center .title .en {
    font-size: 14px !important;
    line-height: 1.5;
    margin-top: 14px !important;
  }
  .subpage .center-wrap-l .left-nav-item a {
    font-size: 16px;
  }
  .subpage .center-wrap-l .left-info p {
    font-size: 16px;
  }
  .subpage .center-wrap-l .left-info p:first-child {
    font-size: 20px;
    line-height: 24px;
  }
  .subpage .center-wrap .pic-list-item {
    width: 100%;
    margin-left: 0%;
  }
  .subpage .center-wrap .pic-list-item:nth-child(3n+1), .subpage .center-wrap .pic-list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .center-wrap .pic-list-item .pic {
    height: 58vw;
  }
  .subpage .center-wrap .pic-list-item p {
    padding: 20px;
    font-size: 16px;
  }
  .subpage .center-wrap .pic-list2-item {
    width: 100%;
    margin-left: 0%;
  }
  .subpage .center-wrap .pic-list2-item:nth-child(4n+1), .subpage .center-wrap .pic-list2-item:nth-child(3n+1) {
    margin-left: 0%;
  }
  .subpage .center-wrap .pic-list2-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .center-wrap .pic-list2-item .pic {
    height: 64vw;
  }
  .subpage .center-wrap .pic-list2-item p {
    font-size: 16px;
    padding: 60px 20px 20px;
  }
  .subpage .news-list .news-item {
    float: none;
    width: 100%;
    margin-left: 0%;
  }
  .subpage .news-list .news-item:nth-child(3n+1), .subpage .news-list .news-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 520px) {
  .center .title .en {
    font-size: 32px;
  }
  .center .title .zn {
    font-size: 20px;
  }
  .center .desc {
    margin-top: 7vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 1720px) {
  .ajs .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1620px) {
  .ajs .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .ajs .footer .top-btn {
    right: 10px;
  }
}
@media screen and (max-width: 1520px) {
  .ajs .center-one-wrap .content-nav {
    bottom: 24vw;
    top: auto;
    z-index: 11;
  }
}
@media screen and (max-width: 1450px) {
  .ajs .center-one-wrap .content-nav {
    top: -10vw;
    right: 5vw;
    z-index: 11;
  }
  .ajs .center-one-wrap .content-wrap-item .info p:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
@media screen and (max-width: 1340px) {
  .ajs .footer-nav {
    margin-right: 2vw;
  }
}
@media screen and (max-width: 1200px) {
  .ajs .header .container .header-left {
    width: 33vw;
    margin-right: 4vw;
  }
  .ajs .footer-nav {
    margin-right: 0;
    flex: 1;
  }
  .ajs .footer-info {
    flex: 1;
  }
  .ajs .footer-info .footer-logo img {
    max-width: 100%;
  }
  .ajs .center-one-wrap .content {
    margin-top: 5vw;
  }
  .ajs .center-one-wrap .content-nav {
    top: 0;
    left: 10px;
    position: relative;
    flex-direction: row;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .ajs .center-one-wrap .content-nav p {
    margin-right: 20px;
  }
  .ajs .center-one-wrap .content-wrap-item .info {
    padding: 3.33vw 5vw;
  }
  .ajs .center-one-wrap .content-wrap-item .info p:first-child {
    font-size: 3vw;
  }
  .ajs .center-one-wrap .content-wrap-item .info p:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 16px;
  }
  .ajs.subpage .about-news-list li .pic {
    height: 20vw;
  }
  .ajs.subpage .about-news-list li a {
    font-size: 20px;
  }
  .ajs.subpage .about-news-list li a.more {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .ajs .center .notice-nav {
    top: 0;
    margin-top: 4vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .ajs .header .container .header-left {
    width: 70vw;
    margin-right: 10vw;
  }
  .ajs .header .container .header-right {
    flex: auto;
  }
  .ajs .header .container .header-right .btn-right {
    width: 80px;
  }
  .ajs .header .container .header-right .nav-item {
    width: 100%;
  }
  .ajs .center .title .en {
    font-size: 4.68vw;
  }
  .ajs .center .title .zn {
    margin-top: 3.9vw;
  }
  .ajs .center .news-content-l, .ajs .center .news-content-r {
    width: 100%;
    float: none;
  }
  .ajs .center .news-content-l .swiper-slide {
    height: 60vw;
  }
  .ajs .center .news-content-l .swiper-slide .text {
    font-size: 16px;
  }
  .ajs .center .news-content-r .list-item {
    padding: 3.125vw;
  }
  .ajs .center .news-content-r .list-item .date p {
    text-align: center;
  }
  .ajs .center .news-content-r .list-item .date p:first-child {
    font-size: 4.68vw;
  }
  .ajs .center .news-content-r .list-item .date p:last-child {
    font-size: 14px;
    margin-top: 1.3vw;
  }
  .ajs .center .news-content-r .list-item .info p:first-child {
    font-size: 2.86vw;
  }
  .ajs .center .news-content-r .list-item .info p:last-child {
    margin-top: 2.73vw;
    font-size: 16px;
  }
  .ajs .footer-nav {
    margin-right: 0;
    flex: 1;
  }
  .ajs .footer-wrap .footer-info {
    margin-right: 0;
  }
  .ajs .footer-wrap .footer-info::after {
    display: none;
  }
  .ajs .web-info {
    padding: 10px 0;
    line-height: 1.5;
  }
  .ajs .center-one {
    padding: 8vw 0 14vw;
  }
  .ajs .center-one-wrap .content-nav p {
    font-size: 16px;
    padding-left: 4.1vw;
    margin-right: 2.6vw;
  }
  .ajs .center-one-wrap .content-wrap-item .pic {
    width: 100%;
  }
  .ajs .center-one-wrap .content-wrap-item .info {
    bottom: -8vw;
    width: 50%;
  }
  .ajs .center .news {
    padding: 5vw 0;
  }
  .ajs .center .notice {
    padding: 5vw 0;
  }
  .ajs .center .notice-list-item {
    padding: 3.125vw 0;
  }
  .ajs .center .notice-list-item:nth-child(even), .ajs .center .notice-list-item:nth-child(odd) {
    float: none;
    width: 100%;
  }
  .ajs .center .notice-list-item * {
    font-size: 16px;
  }
  .ajs .center .notice-list-item .tag {
    font-size: 12px;
    min-width: 80px;
  }
  .ajs .center .notice-list-item .text {
    max-width: calc(100% - 215px);
  }
  .ajs .center .notice-nav li {
    width: 23%;
    margin: 0 1%;
    min-width: 23%;
    font-size: 2.34vw;
  }
  .ajs .footer {
    padding-bottom: 4vw;
  }
  .ajs .footer .top-btn {
    width: 38px;
    height: 38px;
    background-size: cover;
  }
  .ajs.subpage .location-wrap-l, .ajs.subpage .location-wrap-r {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .ajs.subpage .location-wrap-l {
    display: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    font-size: 16px;
    overflow-y: auto;
    white-space: nowrap;
  }
  .ajs.subpage .location-wrap-l a {
    font-size: 16px;
    margin: 0 10px 0 5px;
  }
  .ajs.subpage .location-wrap-r {
    overflow-y: auto;
    white-space: nowrap;
    font-size: 16px;
  }
  .ajs.subpage .location-wrap-r a {
    font-size: 16px;
    margin: 0 8px 0 4px;
  }
  .ajs.subpage .map-info li {
    width: 50%;
  }
  .ajs.subpage .map-info li:nth-child(2n+1) {
    border-left: none;
  }
  .ajs.subpage .map-info li p {
    padding-left: 40px;
  }
  .ajs.subpage .map-info li p:first-child {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    background-size: auto 100% !important;
  }
  .ajs.subpage .map-info li p:last-child {
    font-size: 22px;
  }
  .ajs.subpage .map-info li:nth-child(4) P:first-child {
    background-size: 28px 100% !important;
  }
  .ajs.subpage .about .title .zn {
    font-size: 26px;
  }
  .ajs.subpage .about-desc .desc {
    margin: auto;
    margin-top: 6vw;
    font-size: 16px;
  }
  .ajs.subpage .about-desc img {
    width: 100%;
    bottom: 0;
    left: 0;
    top: auto;
    height: 368px;
  }
  .ajs.subpage .about-desc-l {
    padding-top: 6vw;
    width: 100%;
    float: none;
    padding-bottom: 4vw;
  }
  .ajs.subpage .about-desc-r {
    padding-top: 6vw;
    display: flex;
    width: 100%;
    float: none;
    background-size: cover;
    flex-direction: column;
  }
  .ajs.subpage .about-desc-r p {
    flex: auto;
    max-width: 400px;
  }
  .ajs.subpage .about-desc-r p:nth-child(1) {
    width: 400px;
  }
  .ajs.subpage .about-desc-r p:nth-child(2) {
    max-width: 290px;
  }
  .ajs.subpage .about-desc-r p:nth-child(3) {
    max-width: 326px;
  }
  .ajs.subpage .about-desc-r p:nth-child(4) {
    max-width: 196px;
  }
  .ajs.subpage .about-desc-r p:nth-child(5) {
    max-width: 231px;
  }
  .ajs.subpage .about-desc-r p:nth-child(6) {
    max-width: 196px;
  }
  .ajs.subpage .about-news-list {
    margin-top: 6vw;
  }
  .ajs.subpage .about-news-list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 6vw;
  }
  .ajs.subpage .about-news-list li .pic {
    height: 50vw;
  }
  .ajs.subpage .about-news-list li a {
    margin-top: 20px;
    font-size: 18px;
  }
  .ajs.subpage .about-news-list li a.more {
    margin: 15px auto;
  }
  .ajs.subpage .about-news .btn {
    margin-top: 3vw;
  }
  .ajs.subpage .server-nav {
    justify-content: space-between;
    height: 200px;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .ajs.subpage .server-nav li {
    padding: 0;
    flex: 1;
  }
  .ajs.subpage .server-nav li .pic {
    height: 72px;
    width: 72px;
    margin: auto;
    margin-bottom: 20px;
    background-size: 50% !important;
  }
  .ajs.subpage .server-nav li span {
    font-size: 16px;
    white-space: nowrap;
  }
  .ajs.subpage .server-list-item-l, .ajs.subpage .server-list-item-r {
    width: 100%;
    float: none;
  }
  .ajs.subpage .server-list-item-l p, .ajs.subpage .server-list-item-r p {
    font-size: 16px;
  }
  .ajs.subpage .server-list-item-r {
    margin-top: 4vw;
    height: 60vw;
  }
}
@media screen and (max-width: 600px) {
  .ajs.subpage .map-info li {
    width: 50%;
  }
  .ajs.subpage .map-info li p:last-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  .ajs .center .title .en {
    font-size: 24px;
  }
  .ajs .center .title .zn {
    margin-top: 20px;
  }
  .ajs .center .news-content-l .swiper-slide .text {
    padding-left: 4vw;
  }
  .ajs .center .news-content-l .swiper-pagination {
    width: 100px;
  }
  .ajs .center .news-content-l .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .ajs .center .news-content-l .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
  }
  .ajs .center .news-content-r .list-item {
    padding: 16px;
  }
  .ajs .center .news-content-r .list-item .date p:first-child {
    font-size: 24px;
  }
  .ajs .center .news-content-r .list-item .date p:last-child {
    font-size: 14px;
    margin-top: 7px;
  }
  .ajs .center .news-content-r .list-item .info p:first-child {
    font-size: 16px;
  }
  .ajs .center .news-content-r .list-item .info p:last-child {
    margin-top: 14px;
    font-size: 14px;
  }
  .ajs .footer-wrap .footer-info p {
    font-size: 12px;
  }
  .ajs .footer .top-btn {
    right: 10px;
  }
  .ajs .web-info {
    font-size: 12px;
  }
  .ajs .center-one {
    padding: 8vw 0 14vw;
  }
  .ajs .center-one-wrap .content-wrap-item .pic {
    width: 100%;
  }
  .ajs .center-one-wrap .content-wrap-item .info {
    left: 0;
    margin: auto;
    width: 90%;
  }
  .ajs .center-one-wrap .content-wrap-item .info P:first-child {
    font-size: 20px;
  }
  .ajs .center-one-wrap .content-wrap-item .info P:last-child {
    font-size: 14px;
  }
  .ajs .center .notice {
    padding: 5vw 0;
  }
  .ajs .center .notice-nav {
    flex-wrap: wrap;
    height: auto;
  }
  .ajs .center .notice-nav li {
    width: 48%;
    margin: 20px 1% 0;
    min-width: 23%;
    font-size: 16px;
  }
  .ajs .center .notice-list-item .time {
    font-size: 12px;
  }
  .ajs .center .notice-list-item .text {
    max-width: calc(100% - 174px);
  }
  .ajs .footer-info {
    padding: 0;
  }
  .ajs .footer-info p {
    margin-top: 1vw;
    font-size: 16px;
  }
  .ajs.subpage .map-info {
    flex-direction: column;
    align-items: center;
  }
  .ajs.subpage .map-info li {
    width: 100%;
    border-left: none;
  }
  .ajs.subpage .map-info li p:last-child {
    font-size: 20px;
  }
  .ajs.subpage .about .title .zn {
    font-size: 20px;
  }
}
@media screen and (max-width: 450px) {
  .ajs.subpage .about-desc-r p {
    font-size: 16px;
    padding-left: 2vw;
    max-width: 100%;
  }
  .ajs.subpage .about-desc-r p:first-child {
    white-space: nowrap;
    font-size: 16px;
    padding-right: 3vw;
    max-width: 100%;
  }
  .ajs.subpage .about-news-list li a {
    font-size: 16px;
  }
  .ajs.subpage .about-news-list li a.more {
    font-size: 14px;
  }
}/*# sourceMappingURL=ajs.css.map */
