body {
  background: url(/css/../images/bg01.jpg) repeat;
  background-size: 1rem 1rem;
}
.headerBox .logo .img2,.kjf{display:none;}
.bannerSwiper .swiper-slide video {
  width: 100%;
  min-height: 107%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  z-index: 3;
height: 100%;
}
.bannerSwiper p{width:100%;text-align:center;position:absolute;font-size: 26px;color: #fff;z-index:100;bottom: 130px;text-shadow: 2px 3px #161616ad;height: 1.3em;font-weight: bold;letter-spacing: 2px;}
.swiper {
	  margin-left: auto;
	  margin-right: auto;
	  position: relative;
	  overflow: hidden;
	  list-style: none;
	  padding: 0;
	  z-index: 1;
  
  }
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	  transition-timing-function: ease-out
  }
  
  .swiper-container-fade .swiper-slide {
	  pointer-events: auto;
	  transition-property: opacity
  }
  
  .swiper-container-fade .swiper-slide .swiper-slide {
	  pointer-events: auto
  }
  
  .swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	  pointer-events: auto;z-index: 10
  }
.footer .divS p  a{color:#fff;}
.flex1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  min-width: 0;
}

.bannerSwiper {
  position: relative;
  z-index: 20;
}

.w-50 {
  width: 50%;
}

.flexBC {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexBB {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.flexLC {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flexLT {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
 .ph-ser{display:none;}
.flexCC {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flexBT {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.buttonA {
  border: 2px solid #c9d1da;
  color: #5b646e;
  padding: 0.1rem 0.3rem;
  border-radius: 100rem;
  margin-right: 0.1rem;
  font-size: 0.18rem;
}

.homeTit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homeTit .divH {
  font-size: 0.32rem;
  font-weight: bold;
  position: relative;
}

.homeTit .divH::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 0.04rem;
  background-color: #126ead;
}

.homeTit .divH .divCn .hsIcon {
  display: block;
  width: 0.8rem;
  height: 0.49rem;
  background: url(/css/../images/hsIcon.png) no-repeat center;
  background-size: contain;
}

.homeTit .divH .divEn {
  color: rgba(187, 187, 187, 0.6);
  font-size: 0.2rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
}

div.more a {
  display: block;
  font-size: 0.18rem;
  color: rgba(40, 43, 58, 0.7);
  border-bottom: 2px solid #126ead;
  transition: all 0.3rem;
}

div.more a:hover {
  color: #126ead;
}

div.more-m {
  display: none;
  text-align: center;
}

div.more-m a {
  display: inline-block;
  font-size: 0.22rem;
  color: rgba(40, 43, 58, 0.7);
  border-bottom: 2px solid #126ead;
  transition: all 0.3rem;
}

div.more-m a:hover {
  color: #126ead;
}

.bookTime {
  width: 0.81rem;
  height: 0.81rem;
  background-image: linear-gradient(#126ead, #3b94d2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.bookTime .day {
  font-size: 0.4rem;
  line-height: 100%;
}

.bookTime .years {
  font-size: 0.12rem;
  line-height: 100%;
}

.pagination .swiper-pagination-bullet {
  opacity: 0.2;
  margin-left: 0.2rem;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 0.1rem;
}

.pagination .swiper-pagination-bullet-active {
  background: 126ead;
  opacity: 1;
  box-shadow: 0 0 0px 0.04rem rgba(18, 110, 173, 0.2);
}

.bannerSwiper {
  position: relative;
}

.bannerSwiper .swiper-slide {
  height: 100vh;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.bannerSwiper .swiper-slide .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover !important;
}

.bannerSwiper .swiper-slide .bg img {
  display: none;
}

.bannerSwiper .swiper-slide .bg .banner-dh img {
  display: block;
}

.bannerSwiper .swiper-slide .bg .banner-dh img.z-ban-l {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  bottom: 0.75rem;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease-out 0s;
  width: 16.91rem;
  height: 4.77rem;
}

.bannerSwiper .swiper-slide .bg .banner-dh img.z-ban-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  top: 1.75rem;
  visibility: hidden;
  opacity: 0;
  transition: all 1.5s ease-out 0.2s;
  width: 2.12rem;
  height: 2.04rem;
  top: auto;
  bottom: 5.4rem;
}

.bannerSwiper .swiper-slide .bg .banner-dh img.z-ban-en {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  top: 3.83rem;
  visibility: hidden;
  opacity: 0;
  transition: all 2s ease-out 0.4s;
  width: 8.35rem;
  height: 0.16rem;
  top: auto;
  bottom: 5.2rem;
}

.bannerSwiper .swiper-slide .bg .banner-dh img.z-ban-zi {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scale(0);
  top: 2.25rem;
  visibility: hidden;
  opacity: 0;
  transition: all 2.5s ease-in-out 0.6s;
  width: 9.46rem;
  height: 1.05rem;
  top: auto;
  bottom: 5.8rem;
}

.bannerSwiper .swiper-slide-active .bg .banner-dh img.z-ban-l {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.bannerSwiper .swiper-slide-active .bg .banner-dh img.z-ban-logo {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.bannerSwiper .swiper-slide-active .bg .banner-dh img.z-ban-en {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.bannerSwiper .swiper-slide-active .bg .banner-dh img.z-ban-zi {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  visibility: visible;
}
/*  新增*/
.bannerSwiper .swiper-slide  .bg{
    transform: scale(1.1);
    transition: linear 7s;
}
.bannerSwiper .swiper-slide-active  .bg{
    transform: scale(1);

}

/*  新增结束*/




.bannerSwiper .pagination {
  width: 100%;
  position: absolute;
  bottom: 0.5rem;
  z-index: 10;
  text-align: center;
}

.bannerSwiper .pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  width: 0.62rem;
  height: 0.39rem;
  background: url(/css/../images/bannerIcon.png) no-repeat center;
  background-size: 0.2rem 0.2rem;
  margin: 0 0.1rem;
}

.bannerSwiper .pagination .swiper-pagination-bullet-active {
  background: url(/css/../images/bannerIconOn.png) no-repeat center;
  background-size: cover;
  border: none;
  box-shadow: none;
}

.hsyw {
  background: url(/css/../images/hsyw_bg01.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.hsyw .divEn {
  color: rgba(187, 187, 187, 0.6) !important;
}

.hsywSwiper {
  position: relative;
}

.hsywSwiper .swiper-slide .newsBox {
  padding: 0 0.2rem;
}


.hsywSwiper .swiper-slide .newsBox .time {
  text-align: center;
}

.hsywSwiper .swiper-slide .newsBox .time .day {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 5px;
}

.hsywSwiper .swiper-slide .newsBox .time .years {
  font-size: 0.14rem;
  line-height: 100%;
}

.hsywSwiper .swiper-slide .newsBox .divTit {
  font-size: 0.2rem;
  color: #292c3a;
  line-height: 0.3rem;
  height: auto;
  padding-left: 0.2rem;
}

.hsywSwiper1 {
  margin-top: 0.2rem;
}

.hsywSwiper1 .swiper-slide .newsBox .divTit {
  height: 0.6rem;
}

.hsywSwiper .swiper-slide .newsBox a {
  display: block;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;

}

.hsywSwiper .swiper-slide .newsBox a::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #dcdcdc;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
}

.hsywSwiper .swiper-slide .newsBox a:hover {
  color: #0072bd;
}

.hsywSwiper .swiper-slide .newsBox.newsBoxFirst {
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
}

.hsywSwiper .swiper-slide .newsBox.newsBoxFirst .divTit {
  padding-left: 0;
}

.hsywSwiper .swiper-slide .newsBox.newsBoxFirst a {
  display: block;
  position: relative;
}

.hsywSwiper .swiper-slide .newsBox.newsBoxFirst:hover a {
  box-shadow: 0px 0px 20px 5px rgba(18, 110, 173, 0.3);
}

.hsywSwiper .swiper-slide .newsBox.newsBoxFirst .time {
  left: 0.2rem;
  top: -0.3rem;
  position: absolute;
}

.hsywSwiper .swiper-slide .newsBox.newsBoxFirst:hover .divTit {
  color: #fff;
}

.hsywSwiper .swiper-slide .newsBox.newsBoxFirst:hover a::before {
  display: none;
}

.hsywSwiper .swiper-slide .newsBox.newsBoxFirst:hover .bookTime {
  background: #fff;
  color: #0072bd;
}

.hsywSwiper .swiper-slide-next {
  padding-top: 0rem;
}

.hsywSwiper .pagination {
  width: 30%;
  margin-left: -15%;
  left: 50%;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 5;
}

.hsywSwiper .pagination .swiper-pagination-bullet {
  opacity: 0.2;
  margin-left: 0.2rem;
  width: 0.12rem;
  height: 0.12rem;
  /* background-color: rgba(188, 197, 201, 0.8); */
  border-radius: 0.1rem;
}

.hsywSwiper .pagination .swiper-pagination-bullet-active {
  background: #126ead;
  opacity: 1;
  box-shadow: 0 0 0px 0.04rem rgba(18, 110, 173, 0.2);
}

.hsywSwiper1 .swiper-slide .newsBox a::before {
  display: none;
}

.hsywSwiper1 .scaleImg img {
  height: 2.81rem;
}

.hsywSwiper1 .div-k {
  background-color: #fff;
  padding: 0.2rem;
  border-bottom: 1px solid #dcdcdc;
  transition: all 0.3s;
}

.hsywSwiper1 .div-k h4 {
  text-align: center;
  font-size: 0.16rem;
  color: #126ead;
  line-height: 0.3rem;
  position: relative;
}

.hsywSwiper1 .div-k h4::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50%;
  margin-right: 0.46rem;
  width: 0.55rem;
  height: 1px;
  background-color: #126ead;
}

.hsywSwiper1 .div-k h4::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: 0.46rem;
  width: 0.55rem;
  height: 1px;
  background-color: #126ead;
}

.hsywSwiper1 .div-k p {
  font-size: 0.14rem;
  line-height: 0.25rem;
  max-height: 0.5rem;
  color: #707171;
  margin-top: 0.05rem;
}

.hsywSwiper1 .swiper-slide .newsBox.newsBoxFirst:hover .div-k {
  background: #126ead;
}

.hsywSwiper1 .swiper-slide .newsBox.newsBoxFirst:hover .div-k h4,
.hsywSwiper1 .swiper-slide .newsBox.newsBoxFirst:hover .div-k p {
  color: #fff;
}

.hsywSwiper1 .swiper-slide .newsBox.newsBoxFirst:hover .div-k h4::before,
.hsywSwiper1 .swiper-slide .newsBox.newsBoxFirst:hover .div-k h4::after {
  background-color: rgba(252, 252, 252, 0.5);
}

.hsywSwiper1 .swiper-Button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 110%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.hsywSwiper1 .swiper-Button>div {
  width: 0.49rem;
  height: 0.49rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.3rem;
  cursor: pointer;
}

.hsywSwiper1 .swiper-Button>div:hover {
  background-color: #126ead;
}

.hsywSwiper1 .swiper-Button .swiper-next {
  background-image: url(/css/../images/sz-l.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.3rem 0.08rem;
}

.hsywSwiper1 .swiper-Button .swiper-prev {
  background-image: url(/css/../images/sz-r.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.3rem 0.08rem;
}

.hsywSwiper2 {
  padding-bottom: 0.5rem;
}

.hsywSwiper2 .swiper-slide .newsBox {
  padding: 0.25rem 0.2rem;
}

.hsywSwiper2 .swiper-slide .newsBox:hover .divTit {
  color: #0072bd;
}

.hsywSwiper-m {
  display: none;
}

.zhxwTzgg {
  background: url(/css/../images/bg01.jpg) repeat;
  align-items: center;
  position: relative;
}

.zhxwTzgg .homeTit {
  margin-bottom: 0.2rem;
}

.zhxw {
  width: 52%;
  background: #3e88bb;
  padding: 0.5rem;
  padding-left: 12.5%;
  box-sizing: border-box;
  padding-right: 1rem;
}

.zhxw .divCn {
  color: #fff;
}

.zhxw .divEn {
  color: rgba(206, 218, 224, 0.6) !important;
}

.zhxw .homeTit .divH::after {
  background-color: #fff;
}

.zhxw .homeTit .more a {
  color: rgba(252, 252, 252, 0.7);
  border-bottom-color: rgba(252, 252, 252, 0.6);
}

.zhxw .homeTit .more a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.zhxw .zhxwSwiper .newsBox {
  padding: 0.24rem 0;
  color: #fff;
  border-bottom: 1px solid rgba(252, 252, 252, 0.1);
}

.zhxw .zhxwSwiper .newsBox a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.zhxw .zhxwSwiper .newsBox:hover {
  background-image: linear-gradient(to right, #3e88bb, #4997cc);
}

.zhxw .zhxwSwiper .time {
  text-align: center;
}

.zhxw .zhxwSwiper .time .day {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 5px;
}

.zhxw .zhxwSwiper .time .years {
  font-size: 0.12rem;
  line-height: 100%;
}

.zhxw .zhxwSwiper .divTit {
  padding-left: 0.2rem;
  font-size: 0.2rem;
}

.zhxw .zhxwSwiper .pagination {
  margin-top: 0.2rem;
}

.zhxw .zhxwSwiper .pagination .swiper-pagination-bullet {
  background: #a3b9c6;
  opacity: 1;
}

.zhxw .zhxwSwiper .pagination .swiper-pagination-bullet-active {
  background: #fff;
  box-shadow: 0 0 0px 0.04rem rgba(252, 252, 252, 0.2);
}

.tzggBox {
  width: 51%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.tzgg {
  padding: 0.3rem 0.5rem;
  background: #fff;
  width: 100%;
  background: url(/css/../images/tzgg_bg01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 10;
  padding-right: 26.88%;
}

.tzgg .divEn {
  color: #cedae0 !important;
}

.tzgg .tzggSwiper-box {
  position: relative;
  z-index: 9;
}

.tzgg .tzggSwiper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
}

.tzgg .tzggSwiper.active {
  position: relative;
  z-index: 9;
  visibility: visible;
  opacity: 1;
}

.tzgg .tzggSwiper .newsBox {
  padding: 0.24rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.tzgg .tzggSwiper .newsBox:last-child {
  border-bottom: none;
}

.tzgg .tzggSwiper .newsBox a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tzgg .tzggSwiper .newsBox a:hover {
  color: #0072bd;
}

.tzgg .tzggSwiper .time {
  text-align: center;
}

.tzgg .tzggSwiper .time .day {
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 5px;
}

.tzgg .tzggSwiper .time .years {
  font-size: 0.12rem;
  line-height: 100%;
}

.tzgg .tzggSwiper .divTit {
  padding-left: 0.2rem;
  font-size: 0.2rem;
}

.tzgg .homeTit .divH {
  float: left;
  margin-left: 0.54rem;
  cursor: pointer;
}

.tzgg .homeTit .divH:nth-child(2) {
  position: relative;
}

.tzgg .homeTit .divH:nth-child(2)::after {
  position: absolute;
  left: -0.27rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.64rem;
  background-color: #d3d5d8;
}

.tzgg .homeTit .divH.active:nth-child(2)::after {
  background-color: #d3d5d8;
}

.tzgg .homeTit .divH .divCn {
  color: rgba(40, 43, 58, 0.7);
}

.tzgg .homeTit .divH.active .divCn {
  color: #282b3a;
}

.tzgg .homeTit .divH:first-child {
  margin-left: 0;
}

.tzgg .homeTit .divH::after {
  background-color: rgba(18, 110, 173, 0.7);
}

.tzgg .homeTit .divH.active::after {
  background-color: rgba(18, 110, 173, 1);
}

.tzgg .homeTit .divH.active .sxdtMths {
  background: url(/css/../images/xsdt_bg01.jpg) no-repeat center;
  background-size: cover;
}

.tzgg .homeTit .more {
  display: none;
}

.tzgg .homeTit .more.active {
  display: block;
}

.tzgg .more-boxm {
  display: none;
}

.xsdtSwiper {
  margin-top: 0.45rem;
}

.xsdtSwiperm {
  display: none;
}

.xsdtSwiper .swiper-slide .divBox {
  border-bottom: 1px dashed #c7cfd2;
  padding: 0.1rem;
}

.xsdtSwiper .swiper-slide .divBox .divTit {
  margin-bottom: 0.1rem;
}

.xsdtSwiper .swiper-slide .divBox:last-child {
  border-bottom: none;
}

.xsdtSwiper .swiper-slide .divBox a {
  display: block;
  width: 100%;
  height: 100%;
}

.xsdtSwiper .swiper-slide .divBox:hover {
  background: #fff;
}

.xsdtSwiper .swiper-slide .divBox .divS {
  opacity: 0.6;
}

.xsdtSwiper .swiper-slide .divBox .divS>div {
  padding-left: 0.3rem;
}

.xsdtSwiper .swiper-slide .divBox .name {
  background: url(/css/../images/xsdt_icon1.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
}

.xsdtSwiper .swiper-slide .divBox .time {
  background: url(/css/../images/xsdt_icon2.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
}

.xsdtSwiper .swiper-slide .divBox .add {
  background: url(/css/../images/xsdt_icon3.png) no-repeat left center;
  background-size: 0.2rem 0.2rem;
}

.xsdtSwiper .pagination .swiper-pagination-bullet {
  opacity: 0.2;
  margin-left: 0.2rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 0.1rem;
}

.xsdtSwiper .pagination .swiper-pagination-bullet-active {
  background: red;
  opacity: 1;
  box-shadow: 0 0 0px 0.04rem #e6c4c7;
}

.mths {
  padding-left: 0.4rem;
  box-sizing: border-box;
  /* padding-right: 0.3rem; */
  position: relative;
}

.mthsSwiper {
  position: relative;
  margin-top: 0.45rem;
}

.mthsSwiper .swiper-slide {
  position: relative;
}

.mthsSwiper .swiper-slide .message {
  margin-top: -0.3rem;
  position: relative;
  z-index: 5;
}

.mthsSwiper .swiper-slide .data {
  display: flex;
  justify-content: flex-start;
  font-size: 0.14rem;
}

.mthsSwiper .swiper-slide .data .browse {
  background: url(/css/../images/browseIcon.png) no-repeat center left;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.3rem;
  margin-right: 0.5rem;
}

.mthsSwiper .swiper-slide .data .source {
  background: url(/css/../images/sourceIcon.png) no-repeat center left;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.3rem;
}

.mthsSwiper .swiper-slide a.scaleImg {
  max-height: 3.9rem;
}

.mthsSwiper .swiper-slide a:hover {
  color: #0072bd;
}

.mthsSwiper .swiper-slide .pr3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0.6rem;
  background-color: rgba(0, 0, 0, 0.6);
  padding-right: 1.2rem;
}

.mthsSwiper .swiper-slide .pr3 a {
  display: block;
  color: #fff;
}

.mthsSwiper .pagination {
  position: absolute;
  right: 0.4rem;
  bottom: 0.24rem;
  z-index: 5;
  font-size: 0;
}

.mthsSwiper .pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: none;
  border: none;
  width: 0.12rem;
  height: 0.12rem;
  background-color: rgba(188, 197, 201, 0.8);
  border-radius: 50%;
  opacity: 1;
  margin-left: 0.1rem;
}

.mthsSwiper .pagination .swiper-pagination-bullet-active {
  box-shadow: none;
  color: #0072bd;
  position: relative;
  font-size: 0.22rem;
  font-weight: bold;
}

.mthsSwiper .pagination .swiper-pagination-bullet-active {
  background-color: #126ead;
}

.mths .mths-d {
  margin-top: 0.2rem;
}

.mths .mths-d ul li {
  font-size: 0.2rem;
  overflow: hidden;
  padding: 0.1rem 0;
}

.mths .mths-d ul li span {
  float: right;
  color: #000;
  padding-left: 0.1rem;
}

.mths .mths-d ul li a {

  color: #292c3a;
}

.mths .mths-d ul li:hover span,
.mths .mths-d ul li:hover a {
  color: #126ead;
}

.szdw {
  background: url(/css/../images/szdw_bg01.jpg) no-repeat center bottom;
  background-size: cover;
  display: none;
}

.szdw .divEn {
  color: #cedae0 !important;
}

.szdwSwiper {
  position: relative;
}

.szdwSwiper .swiper {
  width: 100%;
  height: 6rem;
}

.szdwSwiper .swiper-wrapper {
  align-items: center;
}

.szdwSwiper .swiper-slide {
  transition: 300ms;
  transform: scale(0.8);
  height: auto;
}

.szdwSwiper .swiper-slide .scaleImg {
  margin-bottom: 0.1rem;
}

.szdwSwiper .swiper-slide .divTit {
  font-size: 0.18rem;
}

.szdwSwiper .swiper-slide .divTit span {
  font-size: 0.24rem;
  color: #0072bd;
  margin-right: 0.2rem;
  font-weight: bold;
}

.szdwSwiper .swiper-slide .divP {
  display: none;
}

.szdwSwiper .swiper-slide-active,
.szdwSwiper .swiper-slide-duplicate-active {
  transform: scale(1);
  background: #fff;
  box-shadow: 10.285px 12.257px 28.71px 0.29px rgba(200, 216, 229, 0.3);
  padding: 0.2rem;
  z-index: 10;
  position: relative;
}

.szdwSwiper .swiper-slide-active .divP,
.szdwSwiper .swiper-slide-duplicate-active .divP {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.szdwSwiper .swiper-Button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 110%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.szdwSwiper .swiper-Button>div {
  width: 0.49rem;
  height: 0.49rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.3rem;
  cursor: pointer;
}

.szdwSwiper .swiper-Button>div:hover {
  background-color: #126ead;
}

.szdwSwiper .swiper-Button .swiper-next {
  background-image: url(/css/../images/sz-l.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.3rem 0.08rem;
}

.szdwSwiper .swiper-Button .swiper-prev {
  background-image: url(/css/../images/sz-r.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.3rem 0.08rem;
}

.rwhs {
  background: url(/css/../images/rwhs_bg01.png) no-repeat right bottom;
  background-size: 7.3rem 5.6rem;
  position: relative;
  z-index: 18;
}

.rwhs .homeTit {
  position: absolute;
  right: 12.5%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.rwhs .homeTit .divH {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.rwhs .homeTit .divH .divEn {
  color: #cedae0;
}

.rwhsSwiper {
  width: 65%;
  position: relative;
}

.rwhsSwiper .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  color: #fff;
  flex-direction: column;
}

.rwhsSwiper .swiper-slide a::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(/css/../images/videoIcon.png) no-repeat center;
  background-size: contain;
  margin-bottom: 0.2rem;
}

.rwhsSwiper .swiper-slide a span {
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 0.75rem;
  position: relative;
  font-weight: bold;
}

.rwhsSwiper .swiper-slide a span::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  bottom: -0.05rem;
  width: 1rem;
  height: 2px;
  background-color: #fff;
}

.rwhsSwiper .pagination {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  z-index: 10;
}

.rwhsSwiper .pagination .swiper-pagination-bullet {
  background: #fff;
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.08rem;
}

.rwhsSwiper .pagination .swiper-pagination-bullet-active {
  opacity: 1;
  box-shadow: unset;
}

.rwhsUl {
  margin-top: -2rem;
  position: absolute;
  z-index: 5;
  width: 75%;
  margin-left: -37.5%;
  left: 50%;
}

.rwhsUl ul {
  padding: 0.4rem;
}

.rwhsUl ul li {
  width: 31.5%;
  position: relative;
}

.rwhsUl ul li span {
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
  color: #fff;
  font-size: 0.23rem;
  font-weight: bold;
}

.rwhsUl ul li span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -0.05rem;
  height: 2px;
  background-color: #fff;
}

.rmhs {
  background: url(/css/../images/rmhs_bg01.jpg) no-repeat center top;
  background-size: 19.2rem 8rem;
}

.rmhs .wxIcon,
.rmhs .wbIcon,
.rmhs .dyIcon,
.rmhs .bbIcon {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
}

.rmhs .wxIcon {
  background: url(/css/../images/wxIcon.png) no-repeat center;
  background-size: contain;
}

.rmhs .wbIcon {
  background: url(/css/../images/wbIcon.png) no-repeat center;
  background-size: contain;
}

.rmhs .dyIcon {
  background: url(/css/../images/dyIcon.png) no-repeat center;
  background-size: contain;
}

.rmhs .bbIcon {
  background: url(/css/../images/xbIcon.png) no-repeat center;
  background-size: contain;
}

.rmhs .homeTit .divH .divEn {
  color: rgba(252, 252, 252, 0.4);
}

.rmhs .homeTit .divH::after {
  background-color: #fff;
}

.rmhs .shareUl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.rmhs .shareUl li {
  margin-left: 0.3rem;
  position: relative;
}

.rmhs .shareUl li span {
  cursor: pointer;
}

.rmhs .shareUl li .code {
  position: absolute;
  width: 1.2rem;
  top: 0.4rem;
  margin-left: -0.6rem;
  left: 50%;
  background: #fff;
  padding: 0.1rem;
  z-index: 10;
  display: none;
  border-radius: 0.1rem;
}

.rmhs .shareUl li:hover .code {
  display: block;
}

.rmhsUl ul {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rmhsUl ul .fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  width: 74%;
}

.rmhsUl ul .fr {
  width: 26%;
}

.rmhsUl ul li {
  float: left;
  overflow: hidden;
  position: relative;
}

.rmhsUl ul li::after {
  content: "";
  display: block;
  width: 0.44rem;
  height: 0.1rem;
  background: #126ead;
  position: absolute;
  left: 0.3rem;
  bottom: 0;
}

.rmhsUl ul li .divbg {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  background-size: cover !important;
  background-repeat: no-repeat;
}

.rmhsUl ul li .divbg::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.56rem;
  background: url(/css/../images/rmhs-yy.png) repeat-x;
}

.rmhsUl ul li:nth-child(1) {
  width: 50%;
  height: 3.37rem;
}

.rmhsUl ul li:nth-child(2) {
  width: 50%;
  height: 3.37rem;
}

.rmhsUl ul li:nth-child(3) {
  width: 37%;
  height: 4.24rem;

}

.rmhsUl ul li:nth-child(4) {
  width: 63%;
  height: 4.24rem;
}

.rmhsUl ul .fr li:nth-child(1) {
  width: 100%;
  height: 7.61rem;
}

.rmhsUl ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  top: 0;
  left: 0;
}

.rmhsUl ul li a div {
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
  color: #fff;
  font-size: 0.18rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  padding-right: 0.3rem;
}

.rmhsUl ul li a div span {
  margin-right: 0.2rem;
}

.rmhsUl ul li:hover .divbg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.rmhsUlm {
  display: none;
}

.xydt {
  background: url(/css/../images/xydt_bg01.png) no-repeat left bottom;
  background-size: 7.4rem 7rem;
}

.xydt .divEn {
  color: #a3b9c6 !important;
}

.xydtDiv {
  flex-wrap: wrap;
}

.xydtDiv .tabIcons {
  width: 30%;
  padding-left: 12.5%;
  box-sizing: border-box;
}

.xydtDiv .tabIcons .item {
  width: 2.4rem;
  padding: 0.1rem 0.2rem;
  margin-bottom: 0.2rem;
  border-radius: 10rem;
  font-size: 0.24rem;
  cursor: pointer;
  background: #fff;
}

.xydtDiv .tabIcons .item span {
  background-size: 0.25rem 0.24rem;
  padding-left: 0.35rem;
}

.xydtDiv .tabIcons .item.on {
  background: #126ead;
  color: #fff;
  border-radius: 10rem;
  display: flex;
  justify-content: space-between;
}

.xydtDiv .tabCots {
  width: 70%;
}

.xydtDiv .tabCots .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
}

.xydtDiv .tabCots .item.on {
  display: flex;
}

.xydtDiv .tabCots .mapTit {
  position: absolute;
  left: -1rem;
}

.xydtDiv .tabCots .mapDiv ul li.on {
  z-index: 10;
}

.xydtDiv .tabCots .mapTit img {
  max-width: 0.6rem;
}

.xydtDiv .tabCots .mapDiv {
  width: 7.72rem;
  position: relative;
}

.xydtDiv .tabCots .mapDiv ul li {
  position: absolute;
  cursor: pointer;
}

.xydtDiv .tabCots .mapDiv ul li>div {
  font-size: 0.16rem;
  height: 0.35rem;
  line-height: 0.35rem;
  background: #b90509;
  text-align: center;
  border-radius: 0.3rem 0.5rem 0.5rem 0;
  color: #fff;
  margin-left: 0.1rem;
  margin-bottom: 0.1rem;
  display: none;
  position: absolute;
  left: 0.2rem;
  bottom: 0;
  width: 1.4rem;
}

.xydtDiv .tabCots .mapDiv ul li::before {
  content: "";
  display: block;
  width: 0.21rem;
  height: 0.23rem;
  background: url(/css/../images/zbIcon.png) no-repeat center;
  background-size: cover;
}

.xydtDiv .tabCots .mapDiv ul li.on>div {
  display: block;
}

.xydtDiv .tabCots .txtDiv {
  width: 3.5rem;
  padding: 0.35rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0.2rem;
  margin-left: 0.36rem;
}

.xydtDiv .tabCots .txtDiv .divTit {
  font-weight: bold;
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
}

.xydtDiv .tabCots .txtDiv .divP {
  font-size: 0.14rem;
  line-height: 2;
}

.xydtDiv .tabCots .txtDiv ul li {
  display: none;
}

.xydtDiv .tabCots .txtDiv ul li.on {
  display: block;
}

.xydtDiv .tabCots .bgDiv {
  position: absolute;
  right: 0;
  top: -3rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.xydtDiv .tabCots .bgDiv>div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  display: none;
}

.xydtDiv .tabCots .bgDiv>div.on {
  display: block;
}

.ztzl {
  /* background: url(/css/../images/ztzl_bg01.jpg) no-repeat center bottom; */
  background-size: cover;
  overflow: hidden;
}

.ztzl .divEn {
  color: #cedae0 !important;
}

.ztzlSwiper .swiper-slide {
  position: relative;
}

.ztzlSwiper .swiper-slide:hover a {
  display: flex;
}

.ztzlSwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.ztzlSwiper .swiper-slide a span {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.ztzlSwiper .swiper-slide a span::after {
  content: "";
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  background: url(/css/../images/moreIcon.png) no-repeat center;
  background-size: contain;
  margin-top: 0.2rem;
}

.ztzlSwiper {
  position: relative;
}

.ztzlSwiper .swiper-Button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 110%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.ztzlSwiper .swiper-Button>div {
  width: 0.49rem;
  height: 0.49rem;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.3rem;
  cursor: pointer;
}

.ztzlSwiper .swiper-Button>div:hover {
  background-color: #126ead;
}

.ztzlSwiper .swiper-Button .swiper-next {
  background-image: url(/css/../images/sz-l.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.3rem 0.08rem;
}

.ztzlSwiper .swiper-Button .swiper-prev {
  background-image: url(/css/../images/sz-r.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.3rem 0.08rem;
}

.lsyg {
  position: relative;
}

.lsyg .homeTit {
  position: absolute;
  width: 75%;
  left: 12.5%;
  top: 2.7rem;
  z-index: 9;
}

.lsyg .homeTit .divEn {
  color: rgba(187, 187, 187, 0.6) !important;
}

.lsyg2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.lsyg2.lsyg2On {
  z-index: 10;
}

.lsyg2 .close {
  display: block;
  width: 0.38rem;
  height: 0.43rem;
  background: url(/css/../images/lsyg2_sq.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 1rem;
  top: 50%;
  cursor: pointer;
  z-index: 40;
}

.lsyg2 .his-ul {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 23;
}

.lsyg2 .his-li {
  overflow: hidden;
  position: absolute;
  z-index: 12;
  transition: all 0.4s ease;
  left: 80%;
  bottom: 100%;
}

.lsyg2 .his-li p {
  background: url(/css/../images/lsyg2_icon1.png) no-repeat center left;
  background-size: 0.2rem 0.2rem;
  font-size: 0.26rem;
  font-weight: bold;
  color: #fff;
  padding-left: 0.5rem;
}

.lsyg2 .his-ul .active {
  left: 35%;
  bottom: 13%;
  display: block;
}

.lsyg2 .his-ul .active1 {
  left: 60.5%;
  bottom: 58.5%;
  display: block;
}

.lsyg2 .his-ul .active2 {
  left: 64.5%;
  bottom: 66.5%;
  display: block;
}

.lsyg2 .his-ul .active3 {
  left: 68.5%;
  bottom: 74.5%;
  display: block;
}

.lsyg2 .his-ul .hide {
  display: none;
}

.lsyg2 .his-slide {
  width: 75%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -37.5%;
  bottom: 15%;
  z-index: 34;
  text-align: center;
  padding-bottom: 0.2rem;
}

.lsyg2 .his-slide .swiper-slide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.lsyg2 .his-slide .swiper-slide .time {
  font-size: 0.5rem;
  color: #cc1820;
  font-weight: bold;
  padding-right: 0.6rem;
  width: 33%;
}

.lsyg2 .his-slide .swiper-slide .divImg {
  width: 33%;
}

.lsyg2 .his-slide .swiper-slide .divP {
  width: 33%;
  text-align: left;
  color: #fff;
  padding-left: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.lsyg2 .his-slide .swiper-Button {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.lsyg2 .his-slide .swiper-Button>div {
  width: 0.55rem;
  height: 0.55rem;
  cursor: pointer;
  margin: 0 0.1rem;
}

.lsyg2 .his-slide .swiper-Button .swiper-prev {
  background: url(/css/../images/ls_sl.png) no-repeat center;
  background-size: contain;
}

.lsyg2 .his-slide .swiper-Button .swiper-next {
  background: url(/css/../images/ls_sr.png) no-repeat center;
  background-size: contain;
}

.lsyg2 .imgsTab .item {
  display: none;
}

.lsyg2 .imgsTab .item.on {
  display: block;
}

.lsyg2 .imgsCot {
  display: flex;
  justify-content: center;
  padding-top: 0.2rem;
}

.lsyg2 .imgsCot .item {
  display: none;
  display: block;
  background: #fff;
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.08rem;
  border-radius: 0.16rem;
  cursor: pointer;
  opacity: 0.6;
}

.lsyg2 .imgsCot .item.on {
  display: block;
  opacity: 1;
}

.divLinkS {
  background-color: rgba(210, 210, 210, 0.5);
}

.divLinkS .autowidth {
  display: flex;
  justify-content: space-between;
}

.divLink {
  width: 30%;
  position: relative;
}

.divLink .divTit {
  background: #e9e9ed;
  border: 2px solid #8f8f9c;
  padding: 0 0.3rem;
  font-size: 0.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: 0.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.divLink .divTit::after {
  content: "";
  display: block;
  width: 0.15rem;
  height: 0.11rem;
  background: url(/css/../images/sj.png) no-repeat center;
  background-size: cover;
}

.divLink .divList {
  background: #e9e9ed;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 100%;
  padding: 0.2rem 0.3rem;
  display: none;
  max-height: 210px;
  overflow-y: auto;
}

.divLink .divList>div {
  font-size: 0.18rem;
  margin-bottom: 0.1rem;
}

.divLink .divList>div:hover {
  color: #b90509;
}

.divLink:hover .divList {
  display: block;
}


.lsyg .bg {
  position: relative;
}

.lsyg .bg .close {
  display: block;
  width: 0.38rem;
  height: 0.43rem;
  background: url(/css/../images/lsyg2_sq.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 1rem;
  top: 59%;
  cursor: pointer;
  z-index: 10;
  display: none;
}

.lsygIcons .item {
  width: .5rem;
  height: .5rem;
  background: url(/css/../images/xz-ls1.png) no-repeat center;
  background-size: 0.42rem 0.42rem;
  position: absolute;
  cursor: pointer;
}

.lsygIcons .item:hover {
  background-image: url(/css/../images/xz-ls2.png);
}

.lsygIcons .item span {
  position: absolute;
  top: -0.4rem;
  left: 0;
  font-size: 0.26rem;
  font-weight: bold;
  color: #8a3711;
  width: 1.5rem;
}

.lsygIcons .item:hover span {
  color: #cc1820;
}

.lsygIcons .item.item5 span,
.lsygIcons .item.item3 span {
  top: 0.45rem;
}

.lsygIcons .item1 {
  left: 13.3%;
  top: 57.1%;
}

.lsygIcons .item2 {
  left: 27.5%;
  top: 50%;
}

.lsygIcons .item3 {
  left: 27.5%;
  top: 64%;
}

.lsygIcons .item4 {
  left: 42%;
  top: 50%;
}

.lsygIcons .item5 {
  left: 42%;
  top: 64%;
}

.lsygIcons .item6 {
  left: 56.3%;
  top: 57.1%;
}

.lsygIcons .item7 {
  left: 67.0%;
  top: 57.1%;
}

.lsygIcons .item8 {
  left: 79.7%;
  top: 57.1%;
}

.lsygCots {
  background: url(/css/../images/lsyg2_bg01.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  display: none;

}

.lsygCots .item.on {
  display: flex;
}

.lsygCots .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 2rem;
  box-sizing: border-box;
  display: none;
}

.lsygCots .item .divImg {
  width: 38%;

}

.lsygCots .swiper-slide {
  border: 4px solid #fff;
}

.lsygCots .swiper-slide img {
  width: 100%;
}

.lsygCots .item .time {
  width: 26%;
  font-size: .5rem;
  color: #a5131a;
  font-weight: bold;
}

.lsygCots .item .divImg .pagination {
  text-align: center;
}

.lsygCots .item .divP {
  width: 36%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  color: #fff;
  padding-left: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.lsygCots .item .divP h4 {
  font-size: 0.32rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.ztzlSwiper {
  position: relative;
}

.ztzl .swiper-next {
  width: .47rem;
  height: .47rem;
  background: url(/css/../images/ztsw_l.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: .2rem;
  top: 50%;
  margin-top: -.23rem;
  z-index: 30;
  cursor: pointer;
}

.ztzl .swiper-prev {
  width: .47rem;
  height: .47rem;
  background: url(/css/../images/ztsw_r.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: .2rem;
  top: 50%;
  margin-top: -.23rem;
  z-index: 30;
  cursor: pointer;
}

/* .hsywSwiper ul {
    display: flex;
    justify-content: space-between;
}
.hsywSwiper ul li {
    width: 33.3%;
    padding-top: .5rem;
}
.hsywSwiper ul li:nth-child(2) {
    padding-top: 0;
} */




@media only screen and (max-width: 960px) {
.bannerSwiper p{bottom:40px;font-size:14px;}
  .hsywSwiper .swiper-slide-active,
  .hsywSwiper .swiper-slide-duplicate-prev {
    margin: 0;
  }

  .autowidth {
    width: 94%;
  }

  .zhxwTzgg {
    flex-wrap: wrap;
  }

  .zhxw {
    width: 100%;
    padding: 0.2rem 0.5rem;
  }

  .tzggBox {
    position: static;
    width: 100%;
  }

  .xsdt,
  .mths {
    width: 100%;
  }

  .rwhsUl {
    position: static;
    width: 100%;
    margin: 0;
  }

  .hsywSwiper .pagination {
    position: static;
    margin: 15px 0 0;
    width: 100%;
  }

  .zhxwTzgg .pagination {
    text-align: center;
  }

  .lsyg .homeTit {
    top: 0.2rem;
    left: 0rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
    z-index: 9;
  }

  .lsyg>div.bg {
    display: block;
  }

  .lsyg2 {
    display: none;
  }

  .rwhsSwiper .swiper-slide a::before {
    width: 0.5rem;
    height: 0.5rem;
  }

  .szdwSwiper .swiper {
    height: 7rem;
  }

  .xydtDiv .tabIcons {
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: space-around;
  }

  .xydtDiv .tabIcons .item {
    width: 31%;
    background: rgba(252, 252, 252, 0.6);
    border-radius: 10rem;
  }

  .xydtDiv .tabCots {
    width: 100%;
    padding: 0;
  }

  .xydtDiv .tabCots .item.on {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0.2rem;
  }

  .xydtDiv .tabCots .txtDiv {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }

  .xydtDiv .tabCots .mapDiv {
    width: 100%;
  }

  .xydtDiv .tabCots {
    padding: 0rem;
  }

  .xydtDiv .tabCots .item.on {
    display: flex;
    align-items: flex-start;
  }

  .xydtDiv .tabCots .mapTit {
    display: none;
  }

  .divLinkS .autowidth {
    flex-wrap: wrap;
  }

  .divLink {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .divLink:nth-child(1) {
    z-index: 30;
  }

  .divLink:nth-child(2) {
    z-index: 20;
  }

  .divLink:nth-child(3) {
    z-index: 10;
  }

  .bannerSwiper {
    margin-top: 1.2rem;
  }

  .bannerSwiper .swiper-slide .bg {
    position: static;
  }

  .bannerSwiper .pagination {
    bottom: 0.2rem;
    font-size: 0;
  }

  .bannerSwiper .swiper-slide {
    height: auto;
  }

  .zhxw .homeTit {
    padding-right: 0;
  }

  .bannerSwiper .swiper-slide .bg {
    background: none;
  }

  .bannerSwiper .swiper-slide .bg img {
    display: block;
  }
.bannerSwiper .swiper-slide video{height:auto;}
  .bannerSwiper .swiper-slide .banner-dh {
    display: none;
  }

  .bannerSwiper .pagination .swiper-pagination-bullet {
    opacity: 0.6;
    width: 0.25rem;
    height: 0.24rem;
    background-size: 0.25rem 0.24rem;
    margin: 0 0.15rem;
  }

  .bannerSwiper .pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: url(/css/../images/bannerIcon.png) no-repeat center;
    background-size: 0.25rem 0.24rem;
  }

  .lsyg .more {
    display: none;
  }

  .szdwSwiper {
    overflow: hidden;
  }

  .szdwSwiper .swiper {
    width: 160%;
    overflow: hidden;
  }

  .szdwSwiper .swiper-slide {
    transform: scale(1);
    background: #fff;
    box-shadow: 10.285px 12.257px 28.71px 0.29px rgba(200, 216, 229, 0.3);
    padding: 0.2rem;
    z-index: 10;
    position: relative;
  }

  .szdwSwiper .swiper-slide .divP {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .szdwSwiper .swiper {
    height: auto;
  }

  .szdwSwiper .swiper-Button {
    position: static;
    margin-top: 0.2rem;
  }

  .szdwSwiper .swiper-wrapper {
    align-items: stretch;
  }
  .ph-ser{
  height: 40px;
  background: #fff;
  margin-top:25px;
  width:300px;
  margin:25px auto 0;
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
  }
.ph-ser>input{width:calc(100% - 50px);background:none;}
.ph-ser .btn{display: flex;width:50px;height:100%;background:#197dc0;align-items: center;justify-content: center;}
 .ph-ser .btn input{
    width: 25px;
    height: 25px;
    background: url(/css/../images/searchIcon.png) no-repeat center;background-size:100%;
} 
.header2,.header2.active,.navFlex{background: #197dc0 !important;}
.ph-ser .btn img{width:25px;}
.headerBox .logo .img1{display:none;}
.headerBox .logo .img2,.kjf{display:block;}
.searchBtn{display:none !important;}
.headerBox{height:100%;}
.header2 .headNav dd .clickDiv span,.header2 .headNav dd .clickDiv a{font-size: .34rem;}
.slideNav .link .twoNav a{font-size:16px;}
.slideNav>.link .threeNav .threeNavCont .item{font-size:15px;}
}

@media only screen and (max-width: 800px) {
  body {
    background: #fff;
  }

  .bannerSwiper {
    margin-top: 1rem;
  }

  div.more {
    display: none;
  }

  div.more a {
    font-size: 15px;
  }

  div.more-m {
    display: block;
    margin-top: 0.2rem;
  }

  .homeTit {
    justify-content: center;
  }

  .homeTit .more {
    display: none;
  }

  .homeTit .divH {
    text-align: center;
  }

  .homeTit .divH .divEn {
    font-size: 0.3rem;
  }

  .homeTit .divH .divCn {
    font-size: 0.36rem;
  }

  .homeTit .divH::after {
    left: 50%;
    transform: translateX(-50%);
    width: 0.5rem;
    height: 0.05rem;
  }

  .hsyw {
    padding-top: 0.4rem;
    background: #fff;
  }

  .hsywSwiper .swiper-slide .newsBox.newsBoxFirst {
    padding: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.1rem;
  }

  .hsywSwiper1 {
    margin-top: 0;
  }

  .hsywSwiper1 .scaleImg img {
    height: 6.5rem;
  }

  .hsywSwiper1 .swiper-Button {
    display: none;
  }

  .hsywSwiper1 .div-k p {
    display: none;
  }

  .hsywSwiper1 .swiper-slide .newsBox.newsBoxFirst .time {
    width: 1.2rem;
    height: 1.2rem;
    top: -0.35rem;
  }

  .hsywSwiper1 .div-k {
    padding: 0.25rem 0;
    border-bottom: none;
  }

  .hsywSwiper1 .div-k h4 {
    font-size: 16px;
  }

  .hsywSwiper1 .div-k h4::before {
    margin-right: 0.66rem;
  }

  .hsywSwiper1 .div-k h4::after {
    margin-left: 0.66rem;
  }

  .hsywSwiper1 .swiper-slide .newsBox .divTit {
    font-size: 16px;
    margin-top: 0.25rem;
color: #fff;
  }

  .hsywSwiper .pagination .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    margin: 0 0.1rem;
  }

  .hsywSwiper .pagination .swiper-pagination-bullet-active {
    box-shadow: 0 0 0px 0.05rem rgba(18, 110, 173, 0.2);
  }

  .hsywSwiper2 {
    display: none;
  }

  .hsywSwiper-m .swiper-slide .newsBox {
    padding: 0rem 0;
  }

  .hsywSwiper-m .swiper-slide .newsBox a::before {
    bottom: 0;
  }

  .hsywSwiper-m .swiper-slide .newsBox .divTit {
    font-size: 16px;
    line-height: 1.8;
    height: auto;
    padding-left: 0.3rem;
  }

  .hsywSwiper-m {
    display: block;
    margin-top: 0.1rem;
  }

  .hsywSwiper-m .swiper-wrapper {
    flex-wrap: wrap;
  }

  .zhxwTzgg {
    background: #fff;
  }

  .zhxw .zhxwSwiper .pagination {
    display: none;
  }

  .tzgg {
    padding: 0.2rem;
    padding-top: 0.5rem;
    padding-right: 0.2rem;
    background: #fff;
  }

  .tzgg .homeTit .divH .divEn {
    font-size: 0.2rem;
  }

  .tzgg .homeTit .divH:nth-child(2) {
    margin-left: 0.74rem;
  }

  .tzgg .homeTit .divH:nth-child(2)::after {
    left: -0.37rem;
  }

  .zhxwTzgg .pagination {
    display: none;
  }

  .tzgg .tzggSwiper .newsBox {
    padding: 0.15rem 0;
  }

  .tzgg .homeTit .more-box {
    display: none;
  }

  .tzgg .more-boxm {
    display: block;
  }

  .tzgg .more-boxm .more {
    display: none;
  }

  .tzgg .more-boxm .more.active {
    display: block;
    text-align: center;
  }

  .tzgg .more-boxm .more a {
    display: inline-block;
  }

  .zhxw {
    padding: 0.4rem .2rem;
  }

  .zhxw .zhxwSwiper .divTit {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 0.3rem;
    line-height: 1.8;
    height: auto;
  }

  .zhxw .zhxwSwiper .newsBox {
    padding: 0.15rem 0;
  }

  .zhxw .more-m a {
    color: rgba(225, 255, 255, 0.7);
    border-bottom-color: rgba(255, 255, 255, 0.6);
  }

  .tzgg .tzggSwiper .divTit {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.8;
    height: auto;
    padding-left: 0.3rem;
  }

  .sxdtMths .pt3 {
    padding-top: 0;
  }

  .xsdtSwiper {
    display: none;
    margin-top: 0.1rem;

  }
div.more-m a{font-size:15px;}
  .xsdtSwiperm {
    display: block;
  }

  .xsdtSwiper .swiper-slide .divBox {
    padding: 0.2rem 0;
  }

  .xsdtSwiper .swiper-slide .divBox .divTit {
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    line-height: 1.8;
  }

  .xsdt .more-m {
    /* margin-top: 0; */
  }

  .xsdt .swiper {
    margin-bottom: 0;
  }

  .mths {
    padding-left: 0;
    margin-top: 0.5rem;
  }

  .mthsSwiper {
    margin-top: 0.3rem;
  }

  .mthsSwiper .swiper-slide .pr3 {
    padding-right: 1.5rem;
  }

  .mthsSwiper .swiper-slide .pr3 .font20 {
    font-size: 16px;
  }

  .mths .mths-d ul li {
    font-size: 16px;
  }

  .mths .mths-d ul li span {
    padding-left: 0.2rem;
    font-size: 14px;
  }

  .lsyg,
  .xydt {
    display: none;
  }

  .rwhs {
    background: #fff;
  }

  .rwhs .homeTit {
    position: static;
    align-items: center;
  }

  .rwhsSwiper {
    width: 100%;
    margin-top: 0.3rem;
  }

  .rwhsSwiper .pagination {
    top: inherit;
    bottom: 0.3rem;
    right: 0;
  }

  .rmhs {
    background-size: 100% 80%;
    padding-bottom: 0.2rem;
  }

  .rmhsUl {
    display: none;
  }

  .rwhsUl ul {
    padding: 0.5rem 0.2rem 0.65rem 0.2rem;
  }

  .rwhsUl ul li {
    text-align: center;
  }

  .rwhsUl ul li span {
    display: inline-block;
    position: relative;
    font-size: .26rem;
    color: #3F4552;
    bottom: 0;
    left: 0;
  }

  .rwhsUl ul li span::after {
    background-color: #3F4552;
  }

  .rwhsSwiper .swiper-slide a span {
    padding-right: 0;
    text-align: center;
    font-size: 0.26rem;
  }

  .rwhsSwiper .swiper-slide a span::after {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }

  .rmhsUlm {
    display: block;
  }

  .rmhsUlm .pagination {
    text-align: center;
    margin-top: 0.3rem;
  }

  .rmhsUlm .pagination .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    margin: 0 0.1rem;
  }

  .rmhsUlm .pagination .swiper-pagination-bullet-active {
    box-shadow: 0 0 0px 0.05rem rgba(18, 110, 173, 0.2);
  }

  .rmhs .homeTit {
    justify-content: space-between;
    margin-bottom: 0.3rem;
  }

  .rmhsUlm .swiper-slide a {
    display: block;
    position: relative;
  }

  .rmhsUlm .swiper-slide .pic {
    padding-top: 62.41%;
    overflow: hidden;
    position: relative;
  }

  .rmhsUlm .swiper-slide .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .rmhsUlm .swiper-slide .rmhs-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.26rem;
    color: #fff;
    overflow: hidden;
    line-height: 0.4rem;
    padding: 10px 15px 10px;
    background: rgba(0,0,0,.5);
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .rmhs .wxIcon,
  .rmhs .wbIcon,
  .rmhs .dyIcon,
  .rmhs .bbIcon {
    float: left;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.2rem;
  }

  .ztzl {
    background: #fff;
    padding-bottom: 0.5rem;
  }

  .ztzlSwiper .swiper-Button {
    display: none;
  }

  .ztzl .pagination {
    display: none;
  }

  .divLinkS {
    display: none;
  }
.hsywSwiper .swiper-slide .newsBox .time .day,.zhxw .zhxwSwiper .time .day,.tzgg .tzggSwiper .time .day{font-size: 22px;margin-bottom: 5px;}
.hsywSwiper1 .swiper-slide .newsBox.newsBoxFirst .div-k{
    background: #197dc0 !important;
    padding: .25rem;
}
.hsywSwiper-m .swiper-slide .newsBox .time .day,.hsywSwiper-m .swiper-slide .newsBox .time .years,.tzgg .tzggSwiper .time .day,.tzgg .tzggSwiper .time .years{color: #0072BE;}
.hsywSwiper1 .swiper-slide .newsBox.newsBoxFirst .div-k h4, .hsywSwiper1 .swiper-slide .newsBox.newsBoxFirst .div-k p,.hsywSwiper .swiper-slide .newsBox .max1 {
    color: #fff;}
  .hsywSwiper1 .swiper-slide .newsBox.newsBoxFirst .div-k h4::before, .hsywSwiper1 .swiper-slide .newsBox.newsBoxFirst .div-k h4::after {
    background-color: rgba(252, 252, 252, 0.5);

}
.tzgg .tzggSwiper .time .years,.zhxw .zhxwSwiper .time .years,.hsywSwiper .swiper-slide .newsBox .time .years{font-size:14px;}
.zhxw .zhxwSwiper .newsBox a,.tzgg .tzggSwiper .newsBox a,.hsywSwiper-m .swiper-slide .newsBox a{height: 80px;}
.footer .divS>div p{ line-height: 2.2}
}

@media only screen and (max-width: 600px) {

.hsywSwiper1 .swiper-slide .newsBox .divTit{
color: #fff;
    height: 1rem;
    line-height: 0.5rem;margin-top:0}

}
@media only screen and (max-width: 480px) {
html { font-size: 50px !important;}
  .hsywSwiper1 .scaleImg img {
    height: 4.5rem;
  }
}