@charset "UTF-8";
.flex, .clkj.subpage .about-two .container, .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: "微软雅黑";
}

/* 多出部分用省略号表示 , 用于一行 */
.wes, .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;
}

/* 多出部分用省略号表示 , 用于多行 */
/* 边框颜色 */
@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: 65%;
  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 {
  /* 导航 */
  /* 新闻内容 */
  /* 新闻列表 */
}
.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: "微软雅黑";
}
.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=submit] {
  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-bottom: 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%;
}

/* 材料科技 */
.clkj .container {
  max-width: 1620px;
}
.clkj .header .container .header-left {
  margin-right: 22%;
}
.clkj .header .container .header-right .nav {
  max-width: 700px;
}
.clkj .header .container .header-right .nav-item {
  width: 20%;
}
.clkj .header .container .header-right .btn-right {
  width: 11%;
}
.clkj .center .title .en {
  font-size: 36px;
}
.clkj .center .title .en span:first-child {
  color: #3374c3;
}
.clkj .center .title .en span:last-child {
  color: #333333;
  margin-left: 10px;
}
.clkj .center .title .zn {
  margin-top: 30px;
}
.clkj .center .news {
  padding-top: 100px;
  padding-bottom: 80px;
  background: url(../images/clkj-bg.png) no-repeat top right;
}
.clkj .center .news .title {
  text-align: left;
}
.clkj .center .news-content {
  margin-top: 59px;
  overflow: hidden;
}
.clkj .center .news-content-l {
  float: left;
  width: 56%;
}
.clkj .center .news-content-l .swiper-container {
  width: 100%;
}
.clkj .center .news-content-l .swiper-slide {
  height: 548px;
  position: relative;
}
.clkj .center .news-content-l .swiper-slide * {
  transition: all 0.5s;
}
.clkj .center .news-content-l .swiper-slide:hover img {
  transform: scale(1.2);
}
.clkj .center .news-content-l .swiper-slide .pic {
  height: 100%;
  overflow: hidden;
}
.clkj .center .news-content-l .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clkj .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);
}
.clkj .center .news-content-l .swiper-pagination {
  right: 30px;
  left: auto;
  bottom: 0;
  max-width: 130px;
  text-align: right;
  line-height: 60px;
  z-index: 111;
}
.clkj .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;
}
.clkj .center .news-content-l .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background-color: #3374c3;
}
.clkj .center .news-content-r {
  float: right;
  width: 44%;
}
.clkj .center .news-content-r .list-item {
  overflow: hidden;
  padding: 23.8px 0;
  padding-left: 8%;
  padding-right: 5%;
  transition: all 0.5s;
}
.clkj .center .news-content-r .list-item * {
  transition: all 0.5s;
}
.clkj .center .news-content-r .list-item .date {
  float: left;
  margin-right: 5%;
}
.clkj .center .news-content-r .list-item .date p {
  line-height: 1;
  text-align: center;
  color: #333;
}
.clkj .center .news-content-r .list-item .date p:first-child {
  font-size: 36px;
}
.clkj .center .news-content-r .list-item .date p:last-child {
  color: #777777;
  font-size: 16px;
  margin-top: 10px;
}
.clkj .center .news-content-r .list-item .info p {
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.clkj .center .news-content-r .list-item .info p:first-child {
  font-size: 22px;
}
.clkj .center .news-content-r .list-item .info p:last-child {
  margin-top: 21px;
  font-size: 18px;
  color: #777777;
}
.clkj .center .news-content-r .list-item:hover, .clkj .center .news-content-r .list-item.active {
  background-image: linear-gradient(90deg, rgb(0, 73, 137) 0%, rgb(51, 116, 195) 100%);
}
.clkj .center .news-content-r .list-item:hover .date P,
.clkj .center .news-content-r .list-item:hover .info P, .clkj .center .news-content-r .list-item.active .date P,
.clkj .center .news-content-r .list-item.active .info P {
  color: #fff !important;
}
.clkj .footer {
  padding-top: 30px;
  background: url(../images/clkj-footer-bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 27px;
}
.clkj .footer-info {
  position: relative;
  border: none;
  padding: 0;
  padding-right: 6%;
  margin-right: 5%;
}
.clkj .footer-info::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 110px;
  background-color: #50565c;
}
.clkj .footer-info .footer-logo {
  margin-bottom: 20px;
}
.clkj .footer-info p {
  color: #b0afaf;
}
.clkj .footer-nav {
  margin-right: 12%;
}
.clkj .footer-nav-item {
  width: 25%;
}
.clkj .footer-nav-item > a {
  font-size: 18px;
  color: #fff;
}
.clkj .footer-nav-sublist a {
  line-height: 40px;
  color: #b0afaf;
}
.clkj .footer-nav-sublist a:hover {
  color: #1896eb;
}
.clkj .footer .top-btn {
  width: 48px;
  height: 48px;
  background: url(../images/icon-top.png) no-repeat center;
  right: 7.5vw;
  bottom: 28vh;
  z-index: 111;
}
.clkj .web-info {
  text-align: center;
  font-size: 14px;
  line-height: 48px;
  color: #b0afaf;
  background-color: #323232;
}
.clkj .web-info a {
  color: #b0afaf;
  padding-left: 5px;
}
.clkj .web-info a:hover {
  color: #57a3ff;
}
.clkj.subpage .container {
  max-width: 1620px;
}
.clkj.subpage .location {
  padding: 20px 0;
}
.clkj.subpage .location-wrap {
  overflow: hidden;
}
.clkj.subpage .location-wrap-l, .clkj.subpage .location-wrap-r {
  max-width: 50%;
  overflow-x: auto;
  padding: 5px 0;
  white-space: nowrap;
}
.clkj.subpage .location-wrap-l {
  float: left;
  font-size: 18px;
}
.clkj.subpage .location-wrap-l a {
  margin-left: 26px;
  margin-right: 30px;
  transition: all 0.5s;
}
.clkj.subpage .location-wrap-l a:hover {
  color: #0075c1;
  font-weight: bold;
}
.clkj.subpage .location-wrap-r {
  float: right;
}
.clkj.subpage .location-wrap-r a {
  margin-left: 7px;
  margin-right: 10px;
  transition: all 0.5s;
}
.clkj.subpage .location-wrap-r a:first-child {
  margin-left: 0;
}
.clkj.subpage .location-wrap-r a:hover {
  color: #0075c1;
  font-weight: bold;
}
.clkj.subpage .about {
  background: none !important;
}
.clkj.subpage .about .title .zn {
  font-size: 36px;
  font-weight: normal;
  color: #333;
  margin-top: 0;
}
.clkj.subpage .about .title .en {
  color: #aaaaaa;
  font-size: 16px;
  margin-top: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: "微软雅黑";
  -webkit-text-stroke: 0;
}
.clkj.subpage .about-one {
  margin-top: 60px;
  overflow: hidden;
  height: 600px;
  margin-bottom: 60px;
}
.clkj.subpage .about-one .pic {
  float: left;
  height: 100%;
  width: 44.53vw;
}
.clkj.subpage .about-one .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.clkj.subpage .about-one .desc {
  margin-top: 20px;
  padding-left: 80px;
  float: right;
  width: calc(100% - 44.53vw);
}
.clkj.subpage .about-one .desc-info {
  margin-top: 60px;
  overflow-y: auto;
  max-height: 450px;
}
.clkj.subpage .about-one .desc-info p {
  font-size: 18px;
  color: #333;
  text-indent: 2em;
  margin-bottom: 20px;
}
.clkj.subpage .about-two {
  height: 300px;
  background: url(../images/clkj-zzjg.png) no-repeat center;
}
.clkj.subpage .about-two .container {
  align-items: center;
}
.clkj.subpage .about-two .title {
  padding-left: 124px;
  background: url(../images/clkj-zzjg-icon.png) no-repeat center left;
  background-size: auto 100%;
}
.clkj.subpage .about-two .title .zn {
  margin-top: 8px;
  color: #0075c1;
}
.clkj.subpage .about-two .title .en {
  color: #8cb5db;
}
.clkj.subpage .about-three {
  padding-bottom: 60px;
  background: url(../images/clkj-gy-bg.png) no-repeat center;
}
.clkj.subpage .about-three .about-banner {
  padding-top: 60px;
  position: relative;
}
.clkj.subpage .about-three .about-banner .swiper-button-prev,
.clkj.subpage .about-three .about-banner .swiper-button-next {
  position: absolute;
  left: auto;
  top: 60px;
  right: 10px;
  width: 24px;
  height: 40px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 0;
}
.clkj.subpage .about-three .about-banner .swiper-button-prev {
  right: 38px;
  background: url(../images/clkj-banner-l.png) no-repeat center;
}
.clkj.subpage .about-three .about-banner .swiper-button-next {
  background: url(../images/clkj-banner-r.png) no-repeat center;
}
.clkj.subpage .about-three .about-banner #clkjRyzz {
  margin-top: 60px;
}
.clkj.subpage .about-three .about-banner #clkjRyzz .swiper-wrapper {
  align-items: flex-end;
}
.clkj.subpage .about-three .about-banner #clkjRyzz .swiper-wrapper .swiper-slide {
  text-align: center;
  width: 260px;
  border: 2px solid rgb(0,117,193);
}
.clkj.subpage .about-three .about-banner #clkjRyzz .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}
.clkj.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) {
  .clkj .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1620px) {
  .clkj .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .clkj .footer .top-btn {
    right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .clkj .header .container .header-left {
    width: 33vw;
    margin-right: 10vw;
  }
  .clkj .footer-nav {
    margin-right: 0;
    flex: 1;
  }
  .clkj .footer-info {
    flex: 1;
  }
  .clkj .footer-info .footer-logo img {
    max-width: 100%;
  }
  .clkj.subpage .center-wrap-r .cpzx-list-item {
    width: 49%;
  }
  .clkj.subpage .center-wrap-r .cpzx-list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .clkj.subpage .center-wrap-r .cpzx-list-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .clkj.subpage .center-wrap-r .cpxq-one .pic {
    width: 49%;
  }
  .clkj.subpage .center-wrap-r .cpxq-one .info {
    width: 49%;
  }
}
@media screen and (max-width: 924px) {
  .clkj .footer-nav {
    margin-right: 0;
  }
  .clkj .footer-wrap .footer-info {
    padding: 0 2vw;
    margin-right: 2vw;
  }
}
@media screen and (max-width: 820px) {
  .clkj.subpage .about-one {
    height: auto;
  }
  .clkj.subpage .about-one .pic,
  .clkj.subpage .about-one .desc {
    width: 100%;
    float: none;
    padding: 0;
  }
  .clkj.subpage .center-wrap-r .cpzx-list-item {
    width: 100%;
    margin-left: 0;
  }
  .clkj.subpage .center-wrap-r .cpzx-list-item:nth-child(4n+1) {
    margin-left: 0%;
  }
  .clkj.subpage .center-wrap-r .cpzx-list-item:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .clkj .header .container .header-left {
    width: 70vw;
    margin-right: 10vw;
  }
  .clkj .header .container .header-right {
    flex: auto;
  }
  .clkj .header .container .header-right .btn-right {
    width: 80px;
  }
  .clkj .header .container .header-right .nav-item {
    width: 100%;
  }
  .clkj .center .title .en {
    font-size: 4.68vw;
  }
  .clkj .center .title .zn {
    margin-top: 3.9vw;
  }
  .clkj .center .news {
    padding-top: 10vw;
  }
  .clkj .center .news-content {
    margin-top: 6vw;
  }
  .clkj .center .news-content-l, .clkj .center .news-content-r {
    width: 100%;
    float: none;
  }
  .clkj .center .news-content-l .swiper-slide {
    height: 60vw;
  }
  .clkj .center .news-content-l .swiper-slide .text {
    font-size: 16px;
  }
  .clkj .center .news-content-r .list-item {
    padding: 3.125vw;
  }
  .clkj .center .news-content-r .list-item .date p {
    text-align: center;
  }
  .clkj .center .news-content-r .list-item .date p:first-child {
    font-size: 4.68vw;
  }
  .clkj .center .news-content-r .list-item .date p:last-child {
    font-size: 14px;
    margin-top: 1.3vw;
  }
  .clkj .center .news-content-r .list-item .info p:first-child {
    font-size: 2.86vw;
  }
  .clkj .center .news-content-r .list-item .info p:last-child {
    margin-top: 2.73vw;
    font-size: 16px;
  }
  .clkj .footer-nav {
    margin-right: 0;
    flex: 1;
  }
  .clkj .footer-wrap .footer-info {
    margin-right: 0;
  }
  .clkj .footer-wrap .footer-info::after {
    display: none;
  }
  .clkj .footer .top-btn {
    width: 38px;
    height: 38px;
    background-size: cover;
  }
  .clkj .web-info {
    padding: 10px 0;
    line-height: 1.5;
  }
  .clkj.subpage .location-wrap-l, .clkj.subpage .location-wrap-r {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .clkj.subpage .location-wrap-l {
    display: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    font-size: 16px;
  }
  .clkj.subpage .location-wrap-l a {
    font-size: 16px;
    margin: 0 10px 0 5px;
  }
  .clkj.subpage .location-wrap-r {
    font-size: 16px;
  }
  .clkj.subpage .location-wrap-r a {
    font-size: 16px;
    margin: 0 8px 0 4px;
  }
  .clkj.subpage .about .title .zn {
    font-size: 26px;
  }
  .clkj.subpage .about-one {
    margin-top: 6vw;
  }
  .clkj.subpage .about-one .desc-info {
    margin-top: 6vw;
  }
  .clkj.subpage .about-one .desc-info p {
    font-size: 16px;
  }
  .clkj.subpage .center-wrap-r .cpzx-list-item {
    width: 49%;
  }
  .clkj.subpage .center-wrap-r .cpzx-list-item:nth-child(2n) {
    margin-left: 2%;
  }
  .clkj.subpage .center-wrap-r .cpxq-one {
    margin-top: 8vw;
  }
  .clkj.subpage .center-wrap-r .cpxq-one .pic {
    width: 45%;
  }
}
@media screen and (max-width: 520px) {
  .clkj .center .title .en {
    font-size: 24px;
  }
  .clkj .center .title .zn {
    margin-top: 20px;
  }
  .clkj .center .news-content-l .swiper-slide .text {
    padding-left: 4vw;
  }
  .clkj .center .news-content-l .swiper-pagination {
    width: 100px;
  }
  .clkj .center .news-content-l .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .clkj .center .news-content-l .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
  }
  .clkj .center .news-content-r .list-item {
    padding: 16px;
  }
  .clkj .center .news-content-r .list-item .date p:first-child {
    font-size: 24px;
  }
  .clkj .center .news-content-r .list-item .date p:last-child {
    font-size: 14px;
    margin-top: 7px;
  }
  .clkj .center .news-content-r .list-item .info p:first-child {
    font-size: 16px;
  }
  .clkj .center .news-content-r .list-item .info p:last-child {
    margin-top: 14px;
    font-size: 14px;
  }
  .clkj .footer-wrap .footer-info p {
    font-size: 12px;
  }
  .clkj .footer .top-btn {
    right: 10px;
  }
  .clkj .web-info {
    font-size: 12px;
  }
  .clkj.subpage .center-wrap-r .cpxq .info-title span {
    font-size: 18px;
  }
  .clkj.subpage .center-wrap-r .cpxq-one {
    margin-top: 8vw;
  }
  .clkj.subpage .center-wrap-r .cpxq-one .pic,
  .clkj.subpage .center-wrap-r .cpxq-one .info {
    width: 100%;
    float: none;
  }
  .clkj.subpage .center-wrap-r .cpxq-one .pic {
    margin-top: 4vw;
  }
  .clkj.subpage .center-wrap-r .cpxq-one .info {
    font-size: 16px;
  }
  .clkj.subpage .center-wrap-r .cpxq-one .info p:first-child {
    font-size: 20px;
  }
  .clkj.subpage .center-wrap-r .cpxq-one .info p:nth-child(2) {
    font-size: 14px;
  }
  .clkj.subpage .center-wrap-r .cpxq-two p, .clkj.subpage .center-wrap-r .cpxq-three p, .clkj.subpage .center-wrap-r .cpxq-four p, .clkj.subpage .center-wrap-r .cpxq-five p, .clkj.subpage .center-wrap-r .cpxq-last p {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .clkj.subpage .center-wrap-r .cpzx-list-item {
    width: 100%;
  }
  .clkj.subpage .center-wrap-r .cpzx-list-item:nth-child(2n) {
    margin-left: 0;
  }
  .clkj.subpage .center-wrap-r .cpxq-three .info-content {
    display: block;
  }
  .clkj.subpage .center-wrap-r .cpxq-three .info-content p {
    width: 100%;
  }
}/*# sourceMappingURL=clkj.css.map */