﻿html {
  font-size: calc(100vw / 1920 * 100);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-size: 16px;
}
.content {
  overflow: hidden;
}
.container-wrap {
  margin: 0 auto;
  max-width: 16rem;
}
.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
@keyframes slideUp {
  from {
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.15rem;
  background-color: rgba(255,255,255,0.8);
}
header .logo {
  padding-left: 1rem;
}
header .logo img {
  display: block;
  width: 1.72rem;
}
header .right-wrap {
  display: flex;
  align-items: center;
}
header nav {
  margin-right: 1.55rem;
}
header nav > ul {
  display: flex;
  align-items: center;
}
header nav > ul > li {
  position: relative;
}
header nav > ul > li .a-tag > a {
  position: relative;
  display: block;
  padding: 0 0.3rem;
  font-size: 16px;
  color: #333333;
  line-height: 1.15rem;
}
header.active nav > ul > li .a-tag > a {
  line-height: 1rem;
}
header nav > ul > li.current .a-tag > a {
  color: #013686;
}
header nav > ul > li .a-tag > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.16rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 2px;
  background-color: #e40115;
  transition: all 0.3s linear;
  border-radius: 2px;
}
header nav > ul > li:hover .a-tag > a:after {
  width: 78%;
}
header nav > ul > li .a-tag > i {
  display: none;
}
header nav > ul > li .xiala {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -1.05rem;
  width: 2.1rem;
  background-color: white;
  box-shadow: inset 0 -1px 0 #f1f1f1;
}
header nav > ul > li .xiala ul li a {
  display: block;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 40px;
}
header nav > ul > li .xiala ul li:hover a,
header nav > ul > li .xiala ul li.current a {
  color: white;
  background-color: #013686;
}
header nav .search-form {
  display: none;
}
header .search {
  position: relative;
}
header .search .search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.94rem;
  height: 1.15rem;
  background-color: #013686;
  cursor: pointer;
}
header .search .search-icon img {
  height: 0.28rem;
}
header .search .search-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 1.15rem;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding-top: 0.8rem;
  background-color: white;
  box-shadow: inset 0 1px 0 #f1f1f1;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
header.active .search .search-wrap {
  top: 1rem;
  box-shadow: none;
}
header .search .search-wrap form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
}
header .search .search-wrap form .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.45rem;
  width: calc(100% - 2.5rem);
}
header .search .search-wrap form .wrap i img {
  display: block;
  width: 0.38rem;
  opacity: 0.8;
}
header .search .search-wrap form .wrap input {
  padding: 0 0.44rem;
  margin: 0;
  width: calc(100% - 0.38rem);
  height: 1rem;
  font-size: 20px;
  color: #333333;
  line-height: 1rem;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
header .search .search-wrap form button {
  padding: 0;
  margin: 0;
  width: 2.5rem;
  height: 1rem;
  font-size: 20px;
  color: #fff;
  background-color: #013686;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
header .search .search-wrap form button:hover {
  background-color: #e4000f;
}
header .search .search-wrap .hot {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  padding-left: 0.4rem;
  font-size: 14px;
  line-height: 14px;
}
header .search .search-wrap .hot li {
  display: flex;
  margin-bottom: 10px;
}
header .search .search-wrap .hot li span,
header .search .search-wrap .hot li a {
  color: #999999;
}
header .search .search-wrap .hot li:nth-child(n + 2) {
  padding-right: 0.3rem;
  margin-right: 0.3rem;
  border-right: solid 1px #999999;
}
header .search .search-wrap .hot li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
header .search .search-wrap .hot li a:hover {
  color: #013686;
}
header .search .search-wrap .close {
  position: absolute;
  left: 50%;
  bottom: 10%;
  margin-left: -0.4rem;
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: inset 0 0 1px #dddddd;
}
header .search .search-wrap .close:hover {
  box-shadow: inset 0 0 0 50px #013686;
}
header .search .search-wrap .close:before,
header .search .search-wrap .close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.2rem;
  margin-top: -1px;
  width: 0.4rem;
  height: 2px;
  background-color: #dddddd;
}
header .search .search-wrap .close:hover:before,
header .search .search-wrap .close:hover:after {
  margin-left: -0.15rem;
  width: 0.3rem;
}
header .search .search-wrap .close:before {
  transform: rotate(45deg);
}
header .search .search-wrap .close:after {
  transform: rotate(-45deg);
}
header .mobile-btn {
  display: none;
}
.header-placeholder {
  display: none;
  height: 1.15rem;
}
header.active,
header.active .search .search-icon,
.header-placeholder.active {
  height: 1rem;
}
header.active {
  box-shadow: inset 0 -1px 0 #f1f1f1;
}
header.active nav > ul > li > a {
  line-height: 1rem;
}
.swiper-banner {
  position: relative;
}
.swiper-banner img {
  display: block;
  width: 100%;
}
.swiper-banner .txt,
.swiper-banner .pag-banner {
  margin: 0 auto;
  width: 16rem;
}
.swiper-banner .txt {
  position: absolute;
  left: 0;
  top: 30%;
  right: 0;
  font-size: 0.7rem;
  color: white;
  font-style: italic;
}
.swiper-banner .txt span {
  display: block;
}
.swiper-banner .pag-banner {
  bottom: 20%;
  right: 0;
  font-size: 0;
  text-align: left;
}
.swiper-banner .pag-banner span {
  width: 0.16rem;
  height: 0.16rem;
  background: transparent;
  border: solid 1px white;
  border-radius: 50%;
  opacity: 1;
}
.swiper-banner.swiper-container-horizontal
  > .pag-banner.swiper-pagination-bullets
  span.swiper-pagination-bullet {
  margin-left: 0 !important;
  margin-right: 0.14rem !important;
}
.swiper-banner .pag-banner span.swiper-pagination-bullet-active {
  background: white;
}
.swiper-banner .prev-banner {
  left: 0.5rem;
}
.swiper-banner .next-banner {
  right: 0.5rem;
}
.swiper-banner .prev-banner,
.swiper-banner .next-banner {
  opacity: 0;
  outline: none;
}
.swiper-banner:hover .prev-banner,
.swiper-banner:hover .next-banner {
  opacity: 1;
}
.ny-banner {
  position: relative;
  overflow: hidden;
}
.ny-banner img {
  display: block;
  width: 100%;
  height: 4.2rem;
  object-fit: cover;
}
.ny-banner .container-wrap {
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  right: 0;
}
.ny-banner .txt {
  font-size: 0.7rem;
  color: white;
  font-style: italic;
}
.ny-banner .txt span {
  display: block;
}
.index-about {
  padding: 1.4rem 0 2rem;
}
.index-about .container-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-about .about-txt {
  flex: 1;
  margin-right: 0.6rem;
  padding-top: 0.3rem;
}
.index-about .about-txt .txt {
  margin-top: 0.5rem;
  min-height: calc(0.32rem * 5);
  font-size: 0.16rem;
  color: #313131;
  line-height: 0.32rem;
  overflow: hidden;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.index-about .about-txt .map {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.index-about .about-txt .map li {
  display: flex;
}
.index-about .about-txt .map li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-about .about-txt .map li a img {
  height: 0.45rem;
}
.index-about .about-txt .map li a:hover img {
  transform: scale(1.1);
}
.index-about .about-txt .map li a .cn {
  margin: 6px 0 3px;
  font-size: 0.16rem;
  color: #313131;
}
.index-about .about-txt .map li a:hover .cn {
  color: #013686;
}
.index-about .about-txt .map li a .en {
  font-size: 0.12rem;
  color: #999999;
}
.index-about .about-img {
  width: 6.34rem;
  height: 5.2rem;
  border-radius: 1rem 0;
  overflow: hidden;
}
.index-about .about-img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-title {
  position: relative;
}
.main-title .en {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.38rem;
  color: #313131;
  font-weight: lighter;
}
.main-title .en:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 100%;
  margin-right: 0.3rem;
  width: 0.78rem;
  height: 0.03rem;
  background-color: #e40115;
}
.main-title .cn {
  font-size: 0.38rem;
  color: #313131;
  font-weight: bold;
}
.main-title.color-white .en,
.main-title.color-white .cn {
  color: #313131;
}
.index-cp {
  padding-top: 1.6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-cp .cp-menu {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.7rem;
}
.index-cp .cp-menu nav ul {
  display: flex;
  align-items: center;
}
.index-cp .cp-menu nav ul li {
  position: relative;
  margin-left: 0.26rem;
  background-color: rgba(51, 51, 51, 0.52);
}
.index-cp .cp-menu nav ul li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.index-cp .cp-menu nav ul li span {
  display: block;
  padding: 0 0.1rem;
  min-width: 2rem;
  height: 0.6rem;
  font-size: 0.18rem;
  color: white;
  text-align: center;
  line-height: 0.6rem;
}
.index-cp .cp-menu nav ul li:hover span,
.index-cp .cp-menu nav ul li.current span {
  color: rgba(51, 51, 51, 1);
  box-shadow: inset 0 -0.6rem white;
}
.index-cp .cp-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1px;
  margin-right: calc((-100vw + 16rem) / 2);
  background-color: white;
}
.index-cp .cp-wrap .cp-txt {
  padding: 0 1rem;
  width: 8rem;
  overflow: hidden;
}
.index-cp .cp-wrap .cp-txt .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 5.4rem;
}
.index-cp .cp-wrap .cp-txt .wrap h3 {
  margin-bottom: 0.4rem;
  font-size: 0;
}
.index-cp .cp-wrap .cp-txt .wrap h3 a {
  display: inline-block;
  max-width: 100%;
  font-size: 0.28rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.index-cp .cp-wrap .cp-txt .wrap h3 a:hover {
  color: #013686;
}
.index-cp .cp-wrap .cp-txt .wrap .txt {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.36rem;
  overflow: hidden;
  -webkit-line-clamp: 7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.index-cp .cp-wrap .cp-txt .wrap .line {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  border-bottom: solid 1px #eaeaea;
}
.index-cp .cp-wrap .cp-txt .wrap .more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-cp .cp-wrap .cp-txt .wrap .more .en {
  font-size: 0.12rem;
  color: #333333;
  line-height: 0.3rem;
  text-transform: uppercase;
}
.index-cp .cp-wrap .cp-txt .wrap .more:hover .en {
  padding: 0 0.2rem;
  color: white;
  box-shadow: inset 200px 0 #013686;
}
.index-cp .cp-wrap .cp-txt .wrap .more i {
  position: relative;
  display: block;
  margin-right: 2px;
  width: 14px;
  height: 1px;
  background-color: #333333;
}
.index-cp .cp-wrap .cp-txt .wrap .more:hover i {
  background-color: #013686;
}
.index-cp .cp-wrap .cp-txt .wrap .more i:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -3px;
  margin-left: -6px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  transform: rotate(45deg);
}
.index-cp .cp-wrap .cp-txt .wrap .more:hover i:before {
  border-top: solid 1px #013686;
  border-right: solid 1px #013686;
}
.index-cp .cp-wrap .cp-img {
  width: calc(100% - 8rem);
}
.index-cp .cp-wrap .cp-img a,
.index-cp .cp-wrap .cp-img img {
  position: relative;
  display: block;
  width: 100%;
  height: 5.4rem;
}
.index-cp .cp-wrap .cp-img a {
  overflow: hidden;
}
.index-cp .cp-wrap .cp-img img {
  object-fit: cover;
}
.index-cp .cp-wrap .cp-img:hover img {
  transform: scale(1.05);
}
.index-cp-type ul {
  display: flex;
  justify-content: space-between;
}
.index-cp-type ul li {
  position: relative;
  width: 25%;
}
.index-cp-type ul li.active {
  width: 52%;
}
.index-cp-type ul li.siblings {
  width: 12%;
}
.index-cp-type ul li .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 52vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-cp-type ul li a {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: calc(20vw * (884 / 384)); */
  height: 18vw;
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.index-cp-type ul li.active a {
  /* background-color: rgba(0, 0, 0, 0.2); */
}
.index-cp-type ul li a .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -50%;
  margin-right: -50%;
  margin-top: 24%;
}
.index-cp-type ul li a .wrap .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.06rem;
  height: 1.06rem;
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
}
.index-cp-type ul li.active a .wrap .icon {
  width: 0;
  height: 0;
}
.index-cp-type ul li.siblings a .wrap .icon {
  width: 0.8rem;
  height: 0.8rem;
}
.index-cp-type ul li a .wrap .icon img {
  width: 0.8rem;
  max-width: 100%;
}
.index-cp-type ul li.siblings a .wrap .icon img {
  max-width: 80%;
}
.index-cp-type ul li a .wrap .cn {
  margin-top: 0.2rem;
  font-size: 0.26rem;
  color: #333;
  font-weight: bold;
}
.index-cp-type ul li.active a .wrap .cn {
  font-size: 0.34rem;
}
.index-cp-type ul li a .wrap .en {
  font-size: 0.1rem;
  color: #999;
  text-transform: uppercase;
  transform: scale(0.7);
}
.index-cp-type ul li.active a .wrap .en {
  transform: scale(1);
}
.index-cp-type ul li a .wrap .more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  margin-top: 0.2rem;
  height: 0.4rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.14rem;
  color: white;
  border: solid 1px rgba(255, 255, 255, 0.5);
  opacity: 0;
  transform: translateY(0.2rem);
}
.index-cp-type ul li.active a .wrap .more {
  opacity: 1;
  transform: translateY(0);
}
.index-cp-type ul li a .wrap .more:hover {
  box-shadow: inset 0 -0.4rem #e4000f;
  border-color: transparent;
}
.index-news {
  padding: 0.9rem 0 1.2rem;
  background-color: #f5f5f5;
}
.index-news .main-title {
  margin-bottom: 0.8rem;
}
.index-news .news-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-news .news-left {
  width: 45%;
}
.index-news .news-left a {
  display: block;
  background-color: white;
}
.index-news .news-left a .pic {
  height: 4.3rem;
  overflow: hidden;
}
.index-news .news-left a .pic img {
  display: block;
  width: 100%;
  height: 4.3rem;
  object-fit: cover;
}
.index-news .news-left a:hover .pic img {
  transform: scale(1.05);
}
.index-news .news-left a .txt {
  margin: 0 1.2rem 0 0.25rem;
  height: 0.74rem;
  font-size: 0.17rem;
  color: #333333;
  line-height: 0.74rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.index-news .news-left a:hover .txt {
  padding-left: 0.1rem;
  color: #013686;
}
.index-news .pag-news {
  bottom: 0.31rem;
  left: initial;
  right: 0.25rem;
  width: auto;
  font-size: 0;
  text-align: left;
}
.index-news .pag-news span {
  width: 0.12rem;
  height: 0.12rem;
  background: #efefef;
  border-radius: 50%;
  opacity: 1;
}
.swiper-news.swiper-container-horizontal
  > .pag-news.swiper-pagination-bullets
  span.swiper-pagination-bullet {
  margin-right: 0 !important;
  margin-left: 0.14rem !important;
}
.swiper-news .pag-news span.swiper-pagination-bullet-active {
  background: #e4000f;
}
.index-news .news-right {
  width: calc(55% - 0.3rem);
}
.index-news .news-right ul li:nth-child(n + 2) {
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  border-top: dashed 1px #dddddd;
}
.index-news .news-right ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-news .news-right ul li a .pic {
  width: 2rem;
  height: 1.4rem;
  overflow: hidden;
}
.index-news .news-right ul li a .pic img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-news .news-right ul li a:hover .pic img {
  transform: scale(1.05);
}
.index-news .news-right ul li a .txt {
  padding-top: 0.1rem;
  width: calc(100% - 2.4rem);
}
.index-news .news-right ul li a:hover .txt {
  padding-left: 0.1rem;
}
.index-news .news-right ul li a .txt .tit {
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  color: #333333;
}
.index-news .news-right ul li a:hover .txt .tit {
  color: #013686;
}
.index-news .news-right ul li a .txt .date {
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  color: #999999;
}
.index-news .news-right ul li a .txt .text {
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.24rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.footer-top {
  padding: 0.45rem 0;
  background-color: #222222;
}
.footer-top .container-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-top nav > ul {
  display: flex;
}
.footer-top nav > ul > li {
  padding: 0 0.6rem;
  text-align: center;
  border-left: solid 1px #434343;
}
.footer-top nav > ul > li:first-child {
  padding-left: 0;
  border-left: none;
}
.footer-top nav > ul > li:last-child {
  padding-right: 0;
  text-align: left;
}
.footer-top nav > ul > li ul li:first-child {
  margin-bottom: 0.1rem;
}
.footer-top nav > ul > li ul li:first-child a {
  position: relative;
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.36rem;
}
.footer-top nav > ul > li ul li:first-child a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  margin-left: 0;
  width: 0;
  height: 0.02rem;
  background-color: #e4000f;
}
.footer-top nav > ul > li ul li:first-child a:hover:before {
  margin-left: -0.15rem;
  width: 0.3rem;
}
.footer-top nav > ul > li ul li:nth-child(n + 2) a {
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.28rem;
}
.footer-top nav > ul > li ul li:nth-child(n + 2) a:hover {
  color: white;
}
.footer-top nav > ul > li:last-child .txt {
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.36rem;
}
.footer-top .qrCode img {
  display: block;
  width: 1rem;
}
.footer-bot {
  background-color: #000000;
}
.footer-bot .container-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.56rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.5);
}
.sideBar {
  background-color: #f7f7f7;
}
.sideBar ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sideBar ul li {
  margin: 0 0.25rem;
}
.sideBar ul li a {
  position: relative;
  display: block;
  height: 0.76rem;
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  line-height: 0.76rem;
}
.sideBar ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: 0;
  width: 0;
  height: 0.05rem;
  background-color: #013686;
}
.sideBar ul li:hover a,
.sideBar ul li.current a {
  color: #013686;
}
.sideBar ul li:hover a:before,
.sideBar ul li.current a:before {
  margin-left: -50%;
  width: 100%;
}
.page-wrap {
  padding: 0.8rem 0;
}
.page-about .txt,
.page-ly .txt {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.4rem;
}
.scene {
  margin-top: 0.3rem;
  background-color: #265492;
}
.scene .scene-top {
  display: flex;
}
.scene .scene-top .txt {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.4rem;
  width: 50%;
  min-height: 4.5rem;
}
.scene .scene-top .text {
  font-size: 0.28rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 0.5rem;
}
.scene .scene-top .pic {
  width: 50%;
  background-color: white;
}
.scene .scene-top .pic img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene .scene-bot {
  display: flex;
}
.scene .scene-bot .pic-box {
  display: flex;
  width: 70%;
}
.scene .scene-bot .pic-box .item:nth-child(1) {
  width: 45%;
}
.scene .scene-bot .pic-box .item:nth-child(2) {
  width: 55%;
}
.scene .scene-bot .pic-box .item {
  background-color: white;
}
.scene .scene-bot .pic-box .item img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scene .scene-bot .txt-box {
  display: flex;
  flex-direction: column;
  width: 32%;
}
.scene .scene-bot .txt-box .item {
  display: flex;
  align-items: center;
  padding: 0.1rem 0.3rem;
  min-height: 1.6rem;
}
.scene .scene-bot .txt-box .item:nth-child(1) {
  background-color: #49ad9c;
}
.scene .scene-bot .txt-box .item .text {
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.32rem;
  text-align: justify;
}
.page-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
}
.page-title a {
  font-size: 16px;
  color: #666666;
}
.page-title a:hover {
  color: #013686;
}
.page-title a img {
  display: block;
  width: 0.2rem;
}
.page-title i {
  margin: 0 0.2rem;
  font-size: 0.14rem;
  color: #666666;
}
.page-title span {
  font-size: 0.16rem;
  color: #333333;
}
.ly-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ly-list ul li {
  width: calc(50% - 0.2rem);
}
.ly-list ul li:nth-child(n + 3) {
  margin-top: 0.4rem;
}
.ly-list ul li a {
  display: block;
}
.ly-list ul li a:hover {
  transform: translateY(-0.2rem);
}
.ly-list ul li a .pic {
  height: 4rem;
  background-color: black;
  overflow: hidden;
}
.ly-list ul li a .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ly-list ul li a:hover .pic img {
  transform: scale(1.05);
  opacity: 0.8;
}
.ly-list ul li a .txt {
  position: relative;
  padding: 0.4rem;
  background-color: #f8f8f8;
}
.ly-list ul li a .txt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #013686;
}
.ly-list ul li a:hover .txt:before {
  width: 100%;
}
.ly-list ul li a .txt .tit {
  margin-bottom: 0.1rem;
  font-size: 0.4rem;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.ly-list ul li a .txt .text {
  margin-bottom: 0.4rem;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ly-list ul li a .more {
  display: flex;
  align-items: center;
}
.ly-list ul li a .more span {
  font-size: 0.16rem;
  color: #013686;
}
.ly-list ul li a .more i {
  position: relative;
  display: block;
  margin-left: 0.1rem;
  width: 18px;
  height: 18px;
  background-color: #013686;
  border-radius: 50%;
}
.ly-list ul li a:hover .more i {
  margin-left: 0.2rem;
}
.ly-list ul li a .more i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -5px;
  width: 6px;
  height: 6px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  transform: rotate(45deg);
}
.ly-title {
  margin-bottom: 0.4rem;
  padding-bottom: 0.2rem;
  border-bottom: solid 1px #f9f9f9;
}
.ly-title .tit {
  margin-bottom: 0.2rem;
  font-size: 0.48rem;
  color: #333333;
}
.ly-title .dat {
  font-size: 0.14rem;
  color: #666;
}
.cp-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.nav-sideBar {
  width: 21.25%;
}
.nav-sideBar > ul > li {
  margin-bottom: 2px;
  background: #f5f5f5;
}
.nav-sideBar > ul > li .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.3rem;
  height: 0.8rem;
  cursor: pointer;
}
.nav-sideBar > ul > li .tit.current,
.nav-sideBar > ul > li .tit:hover {
  background-color: #013686;
}
.nav-sideBar > ul > li .tit a {
  width: calc(100% - 1rem);
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.nav-sideBar > ul > li .tit.current a,
.nav-sideBar > ul > li .tit:hover a {
  color: white;
}
.nav-sideBar > ul > li .tit span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.3rem;
  height: 34px;
}
.nav-sideBar > ul > li .tit i {
  position: relative;
  display: flex;
  width: 0.14rem;
  height: 0.14rem;
  cursor: pointer;
}
.nav-sideBar > ul > li .tit i:before,
.nav-sideBar > ul > li .tit i:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -0.1rem;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
.nav-sideBar > ul > li .tit i:before {
  transform: rotate(90deg);
}
.nav-sideBar > ul > li .tit.current i:before,
.nav-sideBar > ul > li .tit:hover i:before {
  opacity: 0;
}
.nav-sideBar > ul > li .tit.current i:after,
.nav-sideBar > ul > li .tit:hover i:after {
  background-color: white;
}
.nav-sideBar > ul > li ul {
  display: none;
  padding: 0.2rem 0.3rem;
  transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
}
.nav-sideBar > ul > li ul.current {
  display: block;
}
.nav-sideBar > ul > li ul li {
  margin-bottom: 0.14rem;
}
.nav-sideBar > ul > li ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  color: #666666;
}
.nav-sideBar > ul > li ul li.current a,
.nav-sideBar > ul > li ul li a:hover {
  color: #013686;
}
.nav-sideBar > ul > li ul li a span {
  width: calc(100% - 24px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.nav-sideBar > ul > li ul li a i {
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #999999;
  border-right: solid 2px #999999;
  transform: rotate(45deg);
}
.nav-sideBar > ul > li ul li.current a i,
.nav-sideBar > ul > li ul li a:hover i {
  border-top: solid 2px #013686;
  border-right: solid 2px #013686;
}
.page-cp .wrap-right {
  width: 75%;
}
.cp-introduce {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cp-introduce .txt {
  padding-right: 0.85rem;
  width: 65%;
}
.cp-introduce .txt .tit {
  font-size: 24px;
  color: #013686;
  line-height: 0.5rem;
}
.cp-introduce .txt .text {
  margin-top: 0.11rem;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.cp-introduce .pic {
  position: relative;
  width: 35%;
}
.cp-introduce .pic:before {
  display: block;
  padding-top: 42.85%;
  content: "";
  width: 100%;
}
.cp-introduce .pic img {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-list {
  margin-top: 0.4rem;
  padding-top: 0.4rem;
  border-top: 1px solid #ddd;
}
.cp-list ul li {
  margin-bottom: 0.3rem;
}
.cp-list ul li a {
  display: flex;
  justify-content: space-between;
}
.cp-list ul li a .pic {
  position: relative;
  width: 33.33%;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
.cp-list ul li a .pic:before {
  display: block;
  padding-top: 75%;
  content: "";
  width: 100%;
}
.cp-list ul li a .pic img {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-list ul li a:hover .pic img {
  transform: scale(1.05);
}
.cp-list ul li a .txt {
  position: relative;
  padding-top: 0.1rem;
  width: 61.67%;
  border-bottom: 1px solid #f1f1f1;
}
.cp-list ul li a .txt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #013686;
}
.cp-list ul li a:hover .txt:before {
  width: 100%;
}
.cp-list ul li a .txt .tit {
  font-size: 20px;
  color: #333333;
  line-height: 24px;
}
.cp-list ul li a .txt .text {
  margin-top: 0.2rem;
  height: 96px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.cp-list ul li a .txt .more {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.cp-list ul li a .txt .more span {
  font-size: 14px;
  color: #333333;
}
.cp-list ul li a .txt .more:hover span {
  color: #013686;
}
.cp-list ul li a .txt .more i {
  position: relative;
  display: block;
  margin-left: 0.1rem;
  width: 18px;
  height: 18px;
  background-color: #013686;
  border-radius: 50%;
}
.cp-list ul li a:hover .txt .more i {
  margin-left: 0.2rem;
}
.cp-list ul li a .txt .more i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -5px;
  width: 6px;
  height: 6px;
  border-top: solid 1px white;
  border-right: solid 1px white;
  transform: rotate(45deg);
}
.cp-dat-introduce {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cp-dat-introduce .pic {
  position: relative;
  width: 47%;
}
.cp-dat-introduce .pic .swiper-slide:before {
  display: block;
  content: "";
  padding-top: 75%;
  width: 100%;
}
.cp-dat-introduce .pic img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-dat-introduce .txt {
  width: 48%;
}
.cp-dat-introduce .txt .tit {
  font-size: 0.48rem;
  color: #333;
  line-height: 0.58rem;
}
.cp-dat-introduce .txt .subtit {
  margin-top: 0.36rem;
  margin-bottom: 0.16rem;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.cp-dat-introduce .txt .text {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.cp-dat-introduce .pic .swiper-pagination {
  position: relative;
  margin-top: 0.4rem;
  font-size: 0;
}
.cp-dat-introduce .pic .swiper-pagination span {
  margin: 0 0.1rem;
  width: 10px;
  height: 10px;
  background: #c6c6c6;
  opacity: 1;
}
.cp-dat-introduce .pic .swiper-pagination span.swiper-pagination-bullet-active {
  background: #013686;
}
.cp-dat-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cp-dat-wrap .wrap-left {
  width: 56.25%;
}
.cp-dat-wrap .wrap-left .item {
  margin-bottom: 0.75rem;
}
.cp-dat-wrap .wrap-left .item .tit {
  padding-left: 0.2rem;
  font-size: 0.36rem;
  color: #000;
  line-height: 1;
  border-left: 3px solid #d40400;
}
.cp-dat-wrap .wrap-left .item .txt {
  margin-top: 0.4rem;
  padding-top: 0.33rem;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  border-top: 1px solid #f0f1f1;
}
.cp-dat-wrap .wrap-right {
  position: sticky;
  top: 90px;
  width: 28.75%;
}
.cp-dat-wrap .wrap-right .cp-tit {
  font-size: 20px;
  color: #999;
  line-height: 1;
}
.cp-dat-wrap .wrap-right .list {
  margin-top: 0.3rem;
}
.cp-dat-wrap .wrap-right .list ul li {
  margin-bottom: 0.2rem;
}
.cp-dat-wrap .wrap-right .list ul li a {
  display: flex;
  justify-content: space-between;
}
.cp-dat-wrap .wrap-right .list ul li a .pic {
  position: relative;
  flex-shrink: 0;
  width: 34.78%;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}
.cp-dat-wrap .wrap-right .list ul li a .pic:before {
  display: block;
  content: "";
  padding-top: 75%;
  width: 100%;
}
.cp-dat-wrap .wrap-right .list ul li a .pic img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cp-dat-wrap .wrap-right .list ul li a:hover .pic img {
  transform: scale(1.05);
}
.cp-dat-wrap .wrap-right .list ul li a .txt {
  padding-top: 0.16rem;
  padding-left: 0.2rem;
  width: 65.22%;
}
.cp-dat-wrap .wrap-right .list ul li a .txt .tit {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.cp-dat-wrap .wrap-right .list ul li a .txt .more {
  margin-top: 0.13rem;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.cp-dat-wrap .wrap-right .list ul li a:hover .txt .more {
  color: #013686;
}
.page-news .news-list ul {
  display: flex;
  flex-wrap: wrap;
}
.page-news .news-list ul li {
  margin-bottom: 0.3rem;
  width: 50%;
  border: 1px solid #f1f1f1;
}
.page-news .news-list ul li:nth-child(2n) {
  border-left: none;
}
.page-news .news-list ul li a{
  display: block;
  padding: 0.4rem;
}
.page-news .news-list ul li a .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page-news .news-list ul li a .pic {
  position: relative;
  padding-bottom: 23.75%;
  width: 52.77%;
  overflow: hidden;
}
.page-news .news-list ul li a .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-news .news-list ul li a:hover .pic img{
  transform: scale(1.05);
}
.page-news .news-list ul li a .txt{
  padding-left: 0.38rem;
  width: 47.23%;
}
.page-news .news-list ul li a .txt .tit{
margin-bottom: 10px;
  font-size: 18px;
  max-height: 60px;
  color: #000000;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-news .news-list ul li a .txt .zhaiyao{
    font-size: 14px;
    margin-bottom: 10px;
    color: #666666;
    line-height: 24px;
    overflow: hidden;
    height: 72px;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.page-news .news-list ul li a .txt .tit span{
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #004896 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.page-news .news-list ul li a:hover .txt .tit span{
  background-size: 100% 100%;
}
.page-news .news-list ul li a .txt .time {
  font-size: 14px;
  color: #cccccc;
}
.news-dat-maintit{
  margin-bottom: 0.28rem;
  padding-right: 0.7rem;
  width: 63.75%;
  font-size: 0.48rem;
  line-height: 1.2;
}
.news-dat-wrap{
  display: flex;
  align-items: flex-start;
}
.news-dat-wrap .wrap-left{
  padding-right: 0.7rem;
  width: 63.75%;
}
.news-dat-wrap .wrap-left .jut{
  font-size: 16px;
  color: #333333;
  padding-bottom: 0.14rem;
  margin-bottom: 0.32rem;
  border-bottom: 1px solid #f0f0f0;
}
.news-dat-wrap .wrap-left .jut .itme{
  margin-left: 0.44rem;
  color: #666666;
}
.news-dat-wrap .wrap-left .txt{
  margin-bottom: 0.88rem;
  font-size: 16px;
  color: #666666;
  line-height: 1.75;
}
.news-dat-wrap .wrap-left .txt img{
  max-width: 100% !important;
}
.news-dat-wrap .wrap-left .txt p{
  font-size: 16px;
}
.news-dat-wrap .wrap-left .f_share{
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
  margin-bottom: 0.26rem;
  border-bottom: 1px solid #f0f0f0;
}
.news-dat-wrap .wrap-left .f_share .name{
  font-size: 14px;
  color: #333;
}
.news-dat-wrap .wrap-left .f_share .f_jut{
  display: flex;
  align-items: center;
}
.news-dat-wrap .wrap-left .f_share .f_jut a{
  margin: 0 6px;
}
.news-dat-wrap .wrap-left .f_share .f_jut a img{
  display: block;
  width: 24px;
}
.news-dat-wrap .wrap-left .f_page{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.news-dat-wrap .wrap-left .f_page a{
  display: block;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(50% - 50px);
}
.news-dat-wrap .wrap-left .f_page a:hover{
  color: #004896;
}
.news-dat-wrap .wrap-left .f_page a.f_prev:hover,
.news-dat-wrap .wrap-left .f_page a.f_next:hover{
  text-decoration: underline;
}
.news-dat-wrap .wrap-left .f_page a.f_cent{
  display: flex;
  align-items: center;
  color: #222222;
}
.news-dat-wrap .wrap-left .f_page a.f_cent i{
  margin-left: 6px;
}
.news-dat-wrap .wrap-left .f_page a.f_cent img{
  display: block;
  width: 12px;
}
.news-dat-wrap .wrap-right{
  position: sticky;
  top: 90px;
  padding-left: 0.7rem;
  width: 36.25%;
}
.news-dat-wrap .wrap-right .news-dat-tit{
  margin-bottom: 0.26rem;
  font-size: 0.24rem;
  color: #999999;
  line-height: 1;
}
.news-dat-wrap .wrap-right .list ul li{
  padding: 0.3rem 0;
  border-bottom: 1px solid #f2f2f2;
}
.news-dat-wrap .wrap-right .list ul li:first-child{
  padding-top: 0;
}
.news-dat-wrap .wrap-right .list ul li a{
  display: flex;
  align-items: center;
}
.news-dat-wrap .wrap-right .list ul li a .pic{
  position: relative;
  padding-bottom: 20%;
  width: 28%;
  overflow: hidden;
}
.news-dat-wrap .wrap-right .list ul li a .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-dat-wrap .wrap-right .list ul li a:hover .pic img {
  transform: scale(1.05);
}
.news-dat-wrap .wrap-right .list ul li a .txt{
  padding-left: 0.2rem;
  width: 72%;
}
.news-dat-wrap .wrap-right .list ul li a .txt .tit{
  margin-bottom: 10px;
  height: 48px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  letter-spacing: 0px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-dat-wrap .wrap-right .list ul li a .txt .tit span{
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #005ce6 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
}
.news-dat-wrap .wrap-right .list ul li a:hover .txt .tit span{
  background-size: 100% 100%;
}
.news-dat-wrap .wrap-right .list ul li a .txt .time{
  font-size: 14px;
  color: #cccccc;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.contact-introduce{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-introduce .introduce-left{
  padding-right: 0.3rem;
  width: 50%;
}
.contact-introduce .introduce-left .tit{
  margin-bottom: 0.32rem;
  font-size: 0.48rem;
  color: #333333;
}
.contact-introduce .introduce-left .txt{
  margin-bottom: 0.4rem;
  font-size: 18px;
  color: #333333;
  line-height: 1.4;
}
.contact-introduce .introduce-left .txt p{
  margin-bottom: 0.2rem;
}
.contact-introduce .introduce-right{
  padding-left: 0.3rem;
  width: 50%;
}
.contact-introduce .introduce-right img{
  display: block;
  width: 100%;
}
.contact-wrap{
  margin-top: 1.4rem;
  padding: 1rem 0.8rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.contact-wrap .tit{
  margin-bottom: 0.48rem;
  font-size: 0.48rem;
  text-align: center;
}
.contact-wrap .form-input .item{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-wrap .form-input .item input{
  display: block;
  margin-bottom: 0.2rem;
  padding: 0.172rem 20px;
  height: 0.6rem;
  font-size: 16px;
  color: #333;
  line-height: 0.6rem;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact-wrap .form-input .item .select{
  position: relative;
  margin-bottom: 0.2rem;
  width: calc(50% - 0.1rem);
  height: 0.6rem;
  background-color: #f5f5f5;
}
.contact-wrap .form-input .item .select i{
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 1;
  height: 0.6rem;
}
.contact-wrap .form-input .item .select i img{
  width: 10px;
}
.contact-wrap .form-input .item .select select{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 0 0.3rem;
  width: 100%;
  height: 0.6rem;
  font-size: 16px;
  color: #333;
  line-height: 0.6rem;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.contact-wrap .form-input .item .select select::-ms-expand{
  display: none;
}
.contact-wrap .form-input .item:nth-child(1) input{
  width: calc(50% - 0.1rem);
}
.contact-wrap .form-input .item .li{
  width: calc(50% - 0.1rem);
}
.contact-wrap .form-input .item .li input{
  width: 100%;
}
.contact-wrap .form-input .item .li textarea{
  padding: 0.1rem 0.3rem;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 3rem;
  max-height: 3rem;
  min-height: 3rem;
  font-size: 16px;
  color: #333;
  line-height: 0.4rem;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact-wrap .form-button{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.1rem;
}
.contact-wrap .form-button button{
  margin: 0 0.1rem;
  padding: 0;
  width: 1.44rem;
  height: 0.54rem;
  font-size: 16px;
  color: #fff;
  line-height: 0.54rem;
  background-color: #999999;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.contact-wrap .form-button button:hover{
  background: #004896;
}
@media screen and (max-width: 1900px) {
  .news-dat-wrap .wrap-left .jut{
    font-size: 14px;
  }
}
@media screen and (max-width: 1580px) {
  html {
    font-size: 66px;
  }
  body {
    font-size: 14px;
  }
  .container-wrap {
    max-width: 84%;
  }
  header .logo {
    padding-left: 0.5rem;
  }
  header nav > ul > li > a {
    font-size: 14px;
  }
  .swiper-banner .txt,
  .swiper-banner .pag-banner {
    width: 84%;
  }
  .index-cp .cp-wrap {
    margin-right: -8vw;
  }
  .footer-top nav > ul > li {
    padding: 0 0.4rem;
  }
  .page-title a {
    font-size: 14px;
  }
  .page-news .news-list ul li a .txt .tit{
    height: 52px;
    font-size: 16px;
    line-height: 26px;
  }
  .news-dat-wrap .wrap-left .txt{
    font-size: 14px;
    line-height: 1.7;
  }
  .news-dat-wrap .wrap-right .news-dat-tit{
    font-size: 20px;
  }
  .news-dat-wrap .wrap-right .list ul li a .txt .tit{
    margin-bottom: 6px;
    height: 44px;
    font-size: 14px;
    line-height: 22px;
  }
  .news-dat-wrap .wrap-right .list ul li a .txt .time{
    font-size: 12px;
  }
  .contact-introduce .introduce-left .txt{
    font-size: 16px;
  }
  .contact-wrap .form-input .item input,
  .contact-wrap .form-input .item .li textarea,
  .contact-wrap .form-input .item .select select,
  .contact-wrap .form-button button{
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .container-wrap {
    max-width: 90%;
  }
  .swiper-banner .txt,
  .swiper-banner .pag-banner {
    width: 90%;
  }
  .index-about,
  .index-news {
    padding: 1rem 0 1.2rem;
  }
  .index-cp {
    padding-top: 1.2rem;
  }
  .index-cp .cp-wrap {
    margin-right: -5vw;
  }
  .cp-list ul li a .txt .text {
    height: 48px;
    -webkit-line-clamp: 2;
  }
  .page-news .news-list ul li a .txt .tit{
    margin-bottom: 0.4rem;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  header {
    height: 70px;
  }
  header.active {
    height: 60px;
  }
  header .logo {
    padding-left: 20px;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 70px;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    padding: 0.4rem 5%;
    margin-right: 0;
    background-color: white;
    box-shadow: inset 0 1px 0 #f1f1f1;
    transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
  }
  header.active nav {
    top: 60px;
    box-shadow: none;
  }
  header nav > ul {
    flex-direction: column;
    margin-bottom: 0.4rem;
    max-height: calc(100vh - 70px - 1rem - 1.2rem);
    overflow-x: hidden;
    overflow-y: auto;
  }
  header.active nav > ul {
    max-height: calc(100vh - 60px - 1rem - 1.2rem);
  }
  header nav > ul > li {
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  header nav > ul > li .a-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header nav > ul > li .a-tag > a {
    padding: 0;
    width: calc(100% - 40px);
    font-size: 18px;
    line-height: 60px !important;
  }
  header nav > ul > li .a-tag > a:after {
    display: none;
  }
  header nav > ul > li .a-tag > i {
    position: relative;
    display: block;
    margin-right: 15px;
    width: 40px;
    height: 60px;
    cursor: pointer;
  }
  header nav > ul > li .a-tag > i:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    border-top: solid 3px #333;
    border-right: solid 3px #333;
    transform: rotate(135deg);
  }
  header nav > ul > li .a-tag > i.active:before {
    transform: rotate(-45deg);
  }
  header nav > ul > li .xiala {
    position: initial;
    left: initial;
    top: initial;
    margin-left: 0;
    padding-left: 20px;
    padding-bottom: 15px;
    width: 100%;
    box-shadow: none;
    transition: all 0s ease-out;
    -webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
  }
  header nav > ul > li .xiala ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #666666 !important;
    line-height: 35px;
    text-align: left;
    background-color: transparent !important;
  }
  header nav > ul > li .xiala ul li.current a {
    color: #013686 !important;
  }
  header nav > ul > li .xiala ul li a i {
    position: relative;
    margin-right: 15px;
    width: 35px;
    height: 35px;
  }
  header nav > ul > li .xiala ul li a i:before,
  header nav > ul > li .xiala ul li a i:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -1px;
    width: 14px;
    height: 2px;
    background-color: #999999;
  }
  header nav > ul > li .xiala ul li a i:before {
    transform: rotate(90deg);
  }
  header nav .search-form {
    display: block;
  }
  header nav .search-form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
  }
  header nav .search-form form .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.45rem;
    width: calc(100% - 2.5rem);
  }
  header nav .search-form form .wrap i img {
    display: block;
    width: 0.38rem;
    opacity: 0.8;
  }
  header nav .search-form form .wrap input {
    padding: 0 0.44rem;
    margin: 0;
    width: calc(100% - 0.38rem);
    height: 1rem;
    font-size: 20px;
    color: #333333;
    line-height: 1rem;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
  }
  header nav .search-form form button {
    padding: 0;
    margin: 0;
    width: 2.5rem;
    height: 1rem;
    font-size: 20px;
    color: #fff;
    background-color: #013686;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
  }
  header .search .search-icon {
    width: 1.1rem;
    height: 70px;
  }
  header.active .search .search-icon {
    height: 60px;
  }
  header .search .search-wrap {
    top: 70px;
  }
  header.active .search .search-wrap {
    top: 60px;
  }
  header .mobile-btn {
    display: flex;
    padding: 0 0.3rem;
    height: 70px;
    cursor: pointer;
  }
  header.active .mobile-btn {
    height: 60px;
  }
  header .mobile-btn span {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 22px;
    height: 100%;
  }
  header .mobile-btn span i {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 3px;
  }
  header .mobile-btn span i:nth-child(2) {
    width: 80%;
  }
  header .mobile-btn span i:last-child {
    margin-bottom: 0;
  }
  header .mobile-btn.active span i:first-child {
    margin: 2px 0 0;
    transform: rotate(45deg);
  }
  header .mobile-btn.active span i:nth-child(2) {
    display: none;
  }
  header .mobile-btn.active span i:last-child {
    margin: -2px 0 0;
    transform: rotate(-45deg);
  }
  .header-placeholder {
    height: 70px;
  }
  .header-placeholder.active {
    height: 60px;
  }
  .swiper-banner img {
    height: calc(100vh - 70px);
    object-fit: cover;
  }
  .swiper-banner .prev-banner,
  .swiper-banner .next-banner {
    top: initial;
    bottom: 20%;
    margin-top: 0;
    width: 0.8rem;
    height: 0.8rem;
    opacity: 1;
    background: transparent;
    border: solid 2px white;
  }
  .swiper-banner .prev-banner {
    left: initial;
    right: 12%;
  }
  .swiper-banner .next-banner {
    right: calc(12% - 0.8rem + 2px);
  }
  .swiper-banner .prev-banner:hover,
  .swiper-banner .next-banner:hover {
    box-shadow: inset 0.8rem 0 0 white;
  }
  .swiper-banner .prev-banner:before,
  .swiper-banner .next-banner:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.08rem;
    width: 0.16rem;
    height: 0.16rem;
    border-top: solid 3px white;
  }
  .swiper-banner .prev-banner:before {
    right: 50%;
    margin-right: -0.16rem;
    border-left: solid 3px white;
    transform: rotate(-45deg);
  }
  .swiper-banner .next-banner:before {
    left: 50%;
    margin-left: -0.16rem;
    border-right: solid 3px white;
    transform: rotate(45deg);
  }
  .swiper-banner .prev-banner:hover:before,
  .swiper-banner .next-banner:hover:before {
    border-color: #013686;
  }
  .index-about,
  .index-news {
    padding: 0.5rem 0;
  }
  .index-cp {
    padding-top: 0.5rem;
  }
  .index-about .about-txt {
    padding-top: 0;
    margin-right: 0;
    padding-right: 0.3rem;
    width: 60%;
  }
  .index-about .about-txt .txt {
    min-height: initial;
    -webkit-line-clamp: initial;
    overflow: initial;
  }
  .index-about .about-txt .map {
    flex-wrap: wrap;
  }
  .index-about .about-txt .map li {
    width: 50%;
  }
  .index-about .about-txt .map li:nth-child(n + 3) {
    margin-top: 0.3rem;
  }
  .index-about .about-txt .map li a img {
    height: 0.6rem;
  }
  .index-about .about-txt .map li a .cn {
    font-size: 14px;
  }
  .index-about .about-img {
    margin-top: 1.2rem;
    width: 40%;
    height: 300px;
  }
  .index-cp .cp-menu,
  .index-news .main-title {
    margin-bottom: 0.5rem;
  }
  .index-cp .cp-menu nav ul li a {
    display: none;
  }
  .index-cp .cp-wrap .cp-txt {
    padding: 0 0.5rem;
    width: 50vw;
  }
  .index-cp .cp-wrap .cp-img {
    width: calc(100% - 50vw);
  }
  .footer-top .container-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-top .container-wrap nav {
    width: 100%;
  }
  .footer-top .container-wrap nav > ul {
    flex-wrap: wrap;
  }
  .footer-top .container-wrap nav > ul > li {
    padding: 0;
    width: 25%;
    border-left: none;
  }
  .footer-top .container-wrap nav > ul > li:last-child {
    margin-top: 0.3rem;
    width: 100%;
    text-align: center;
  }
  .footer-top nav > ul > li ul li:first-child a {
    font-size: 18px;
  }
  .footer-top nav > ul > li ul li:nth-child(n + 2) a,
  .footer-top nav > ul > li:last-child .txt {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-top .qrCode {
    margin-top: 0.2rem;
    width: 100%;
    text-align: center;
  }
  .footer-top .qrCode img {
    margin: 0 auto;
    width: 2rem;
  }
  .page-wrap {
    padding: 0.5rem 0;
  }
  .sideBar {
    display: none;
  }
  .ly-list ul li a .pic {
    height: calc((90vw - 0.4rem) / 2 * 0.52);
  }
  .cp-wrap {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
  .nav-sideBar {
    width: 100%;
  }
  .nav-sideBar > ul > li .tit {
    height: 1rem;
  }
  .page-cp .wrap-right {
    width: 100%;
  }
  .cp-introduce {
    flex-direction: column;
    justify-content: flex-start;
  }
  .cp-introduce .txt {
    padding-right: 0;
    width: 100%;
  }
  .cp-introduce .pic {
    margin-top: 0.3rem;
    width: 100%;
  }
  .cp-list ul li a .txt .more {
    margin-top: 0.4rem;
  }
  .cp-dat-introduce,
  .cp-dat-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cp-dat-introduce .pic,
  .cp-dat-introduce .txt,
  .cp-dat-wrap .wrap-left,
  .cp-dat-wrap .wrap-right {
    width: 100%;
  }
  .cp-dat-introduce .txt {
    margin-top: 1rem;
  }
  .cp-dat-wrap .wrap-right {
    position: initial;
    top: initial;
  }
  .page-news .news-list ul li a{
    padding: 0.26rem 0.3rem;
  }
  .page-news .news-list ul li a .txt .tit{
    margin-bottom: 0.1rem;
  }
  .news-dat-maintit{
    padding-right: 0.3rem;
  }
  .news-dat-wrap .wrap-left{
    padding-right: 0.3rem;
  }
  .news-dat-wrap .wrap-right{
    padding-left: 0.3rem;
  }
  .contact-introduce{
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact-introduce .introduce-left{
    padding-right: 0;
    margin-bottom: 0.6rem;
    width: 100%;
  }
  .contact-introduce .introduce-right{
    padding-left: 0;
    width: 100%;
  }
  .contact-wrap{
    padding: 0.6rem 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: calc(100vw / 750 * 100);
  }
  header,
  .header-placeholder,
  header .mobile-btn {
    height: 60px;
  }
  header .logo img {
    width: auto;
    height: 40px;
  }
  header .search .search-icon {
    width: 0.9rem;
    height: 60px;
  }
  header .search .search-icon img {
    height: 0.25rem;
  }
  header nav {
    top: 60px;
  }
  header nav > ul {
    max-height: calc(100vh - 60px - 0.8rem - 1.2rem) !important;
  }
  header nav .search-form form .wrap {
    padding: 0 0.4rem;
    width: calc(100% - 1.8rem);
  }
  header nav .search-form form .wrap i img {
    width: 0.3rem;
  }
  header nav .search-form form .wrap input {
    padding: 0 0.4rem;
    width: calc(100% - 0.3rem);
    height: 0.8rem;
    font-size: 18px;
    line-height: 0.8rem;
  }
  header nav .search-form form button {
    width: 1.8rem;
    height: 0.8rem;
  }
  header .search .search-icon {
    display: none;
  }
  header .search .search-wrap {
    display: none !important;
  }
  .swiper-banner .pag-banner {
    display: none;
  }
  .swiper-banner img {
    height: calc(100vh - 60px);
  }
  .swiper-banner .prev-banner,
  .swiper-banner .next-banner {
    bottom: 10%;
  }
  .swiper-banner .prev-banner {
    right: calc(5vw + 0.8rem - 2px);
  }
  .swiper-banner .next-banner {
    right: 5vw;
  }
  .ny-banner img {
    height: 3.6rem;
  }
  .ny-banner .txt {
    font-size: 0.5rem;
  }
  .main-title .en:before {
    top: 0;
    right: calc(100% + (5vw - 5px));
    margin-right: 0;
    width: 5px;
    height: 0.5rem;
  }
  .index-about .container-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
  .index-about .about-txt {
    padding-right: 0;
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .index-about .about-txt .map li {
    justify-content: center;
  }
  .index-about .about-txt .txt {
    font-size: 16px;
    line-height: 24px;
  }
  .index-about .about-txt .map li a img {
    height: 0.8rem;
  }
  .index-about .about-txt .map li a .cn {
    font-size: 18px;
  }
  .index-about .about-txt .map li a .en {
    font-size: 14px;
  }
  .index-about .about-img {
    margin-top: 0.3rem;
    width: 100%;
    height: 60vw;
  }
  .index-cp .cp-menu {
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
  .index-cp .cp-menu nav {
    margin-top: 0.3rem;
    width: 100%;
  }
  .index-cp .cp-menu nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .index-cp .cp-menu nav ul li {
    margin-left: 0;
    width: 100%;
  }
  .index-cp .cp-menu nav ul li:first-child {
    margin-left: 0;
  }
  .index-cp .cp-menu nav ul li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .index-cp .cp-menu nav ul li span {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .index-cp .cp-menu nav ul li.current span {
    box-shadow: inset 0 -40px white;
  }
  .index-cp .cp-wrap {
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 0;
  }
  .index-cp .cp-wrap .cp-txt,
  .index-cp .cp-wrap .cp-img {
    width: 100%;
  }
  .index-cp .cp-wrap .cp-txt .wrap {
    height: 4.4rem;
  }
  .index-cp .cp-wrap .cp-txt .wrap h3 a {
    font-size: 18px;
  }
  .index-cp .cp-wrap .cp-txt .wrap .txt {
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 5;
  }
  .index-cp .cp-wrap .cp-txt .wrap .line {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .index-cp .cp-wrap .cp-txt .wrap .more .en {
    font-size: 12px;
  }
  .index-cp-type ul {
    flex-direction: column;
    justify-content: flex-start;
  }
  .index-cp-type ul li {
    width: 100% !important;
  }
  .index-cp-type ul li .bg {
    width: 100%;
  }
  .index-cp-type ul li a {
    height: 60vw;
  }
  .index-cp-type ul li a .wrap .cn {
    font-size: 24px;
  }
  .index-cp-type ul li a .wrap .en {
    font-size: 12px;
    transform: scale(1) !important;
  }
  .index-news .news-wrap {
    flex-direction: column;
    justify-content: flex-start;
  }
  .index-news .news-left {
    width: 100%;
  }
  .index-news .news-left a .pic img {
    height: 60vw;
  }
  .index-news .news-left a .txt {
    height: 0.8rem;
    font-size: 14px;
    line-height: 0.8rem;
  }
  .index-news .pag-news {
    bottom: 0.34rem;
  }
  .index-news .news-right {
    margin-top: 0.3rem;
    width: 100%;
  }
  .index-news .news-right ul li:nth-child(n + 2) {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
  }
  .index-news .news-right ul li a .pic {
    height: 1.8rem;
  }
  .index-news .news-right ul li a .txt {
    padding-top: 0;
  }
  .index-news .news-right ul li a .txt .tit {
    font-size: 16px;
  }
  .index-news .news-right ul li a .txt .date {
    font-size: 14px;
  }
  .index-news .news-right ul li a .txt .text {
    font-size: 14px;
    line-height: 24px;
  }
  .footer-top .container-wrap nav > ul > li {
    width: 50%;
  }
  .footer-top .container-wrap nav > ul > li:nth-child(n + 3) {
    margin-top: 0.3rem;
  }
  .footer-bot .container-wrap {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0.4rem 0;
    height: auto;
    font-size: 14px;
    line-height: 0.4rem;
    text-align: center;
  }
  .footer-bot .copyright span {
    display: block;
  }
  .page-wrap {
    padding: 0.4rem 0;
  }
  .page-about .txt,
  .page-ly .txt {
    font-size: 14px;
    line-height: 24px;
  }
  .scene .scene-top,
  .scene .scene-bot {
    flex-direction: column;
  }
  .scene .scene-top .txt {
    display: block;
    padding: 0.3rem;
    width: 100%;
    min-height: initial;
  }
  .scene .scene-top .text {
    font-size: 16px;
    line-height: 30px;
  }
  .scene .scene-top .pic {
    width: 100%;
  }
  .scene .scene-top .pic img {
    height: auto;
  }
  .scene .scene-bot .pic-box {
    width: 100%;
  }
  .scene .scene-bot .pic-box .item:nth-child(1),
  .scene .scene-bot .pic-box .item:nth-child(2) {
    width: 50%;
  }
  .scene .scene-bot .txt-box {
    width: 100%;
  }
  .scene .scene-bot .txt-box .item {
    padding: 0.3rem;
    min-height: initial;
  }
  .scene .scene-bot .txt-box .item .text {
    font-size: 16px;
    line-height: 30px;
  }
  .page-title {
    margin-bottom: 0.5rem;
  }
  .page-title a {
    font-size: 14px;
  }
  .page-title a img {
    width: 16px;
  }
  .page-title i {
    font-size: 14px;
  }
  .page-title span {
    font-size: 14px;
  }
  .ly-list ul li {
    width: 100%;
  }
  .ly-list ul li:nth-child(n + 2) {
    margin-top: 0.3rem;
  }
  .ly-list ul li a .pic {
    height: calc(90vw * 0.52);
  }
  .ly-list ul li a .more span {
    font-size: 16px;
  }
  .ly-title .dat {
    font-size: 14px;
  }
  .cp-list ul li a {
    flex-direction: column;
    justify-content: flex-start;
  }
  .cp-list ul li a .pic {
    width: 100%;
  }
  .cp-list ul li a .txt {
    padding: 0.5rem 0;
    width: 100%;
  }
  .cp-list ul li a .txt .tit {
    font-size: 0.34rem;
    line-height: 1;
  }
  .cp-list ul li a .txt .text {
    font-size: 0.28rem;
  }
  .cp-list ul li a .txt .more {
    margin-top: 0.5rem;
  }
  .cp-list ul li a .txt .more span {
    font-size: 0.28rem;
  }
  .page-news .news-list ul li{
    margin-bottom: 0.3rem;
    width: 100%;
    border: 1px solid #f1f1f1 !important;
  }
  .page-news .news-list ul li a{
    padding: 0.4rem 0.4rem;
  }
  .page-news .news-list ul li a .wrap{
    flex-direction: column;
  }
  .page-news .news-list ul li a .pic{
    padding-bottom: 50%;
    width: 100%;
  }
  .page-news .news-list ul li a .txt{
    padding-left: 0;
    margin-top: 0.4rem;
    width: 100%;
  }
  .page-news .news-list ul li a .txt .tit{
    margin-bottom: 0.2rem;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
  .news-dat-maintit{
    padding-right: 0;
    width: 100%;
  }
  .news-dat-wrap{
    flex-direction: column;
  }
  .news-dat-wrap .wrap-left{
    padding-right: 0;
    width: 100%;
  }
  .news-dat-wrap .wrap-left .txt{
    margin-bottom: 0.44rem;
  }
  .news-dat-wrap .wrap-left .f_share{
    padding-bottom: 0.2rem;
  }
  .news-dat-wrap .wrap-left .f_share .name{
    font-size: 0.28rem;
  }
  .news-dat-wrap .wrap-left .f_page a{
    font-size: 0.28rem;
  }
  .news-dat-wrap .wrap-left .f_page a.f_prev,
  .news-dat-wrap .wrap-left .f_page a.f_next{
    width: 100%;
    max-width: 66%;
  }
  .news-dat-wrap .wrap-left .f_page a.f_next {
    margin-top: 0.2rem;
  }
  .news-dat-wrap .wrap-right{
    padding-left: 0;
    margin-top: 0.8rem;
    width: 100%;
  }
  .news-dat-wrap .wrap-right .news-dat-tit{
    font-size: 0.34rem;
  }
  .contact-wrap{
    margin-top: 1rem;
  }
  .contact-wrap .form-input .item{
    flex-direction: column;
    justify-content: flex-start;
  }
  .contact-wrap .form-input .item:nth-child(1) input,
  .contact-wrap .form-input .item .select,
  .contact-wrap .form-input .item .li{
    width: 100%;
  }
  .contact-wrap .form-button{
    margin-top: 0.2rem;
  }
  .contact-wrap .form-button button{
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
