@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner-k {
  position: relative;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}

.banner {
  overflow: hidden;
  position: relative;
}

.banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 24%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 99%);
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-slide .pic {
  padding-top: 0;
  height: 100%;
}

.banner .slick-slide video {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.banner .slick-dots {
  bottom: 0.7rem;
  font-size: 0;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
}

.banner .slick-dots li {
  display: block;
  margin: 0 0.1rem;
  padding: 0;
  font-size: 0;
  width: auto;
  height: auto;
  transition: all 0.5s;
  position: relative;
  display: flex;
  align-items: center;
}

.banner .slick-dots li::after {
  content: "";
  display: block;
  width: 0;
  border-top: 1px solid #fff;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.banner .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
  font-family: Butler-Regular;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: normal;
  color: #FFFFFF;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active::after {
  width: 0.9rem;
}

.banner .slick-dots li.slick-active button {
  font-weight: 400;
  font-size: 0.4rem;
}

.ban-btn {
  position: absolute;
  right: 1.8rem;
  bottom: 0.44rem;
  width: 0.16rem;
  height: 0.22rem;
  background: url(../images/ban-zt.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.ban-btn.pause {
  background-image: url(../images/ban-zt2.png);
}

/* 主体样式 */
.title {
  position: relative;
  text-align: center;
  margin-bottom: 0.67rem;
}

.tit-c {
  display: inline-block;
}

.tit-c>img {
  display: block;
  width: 1.28rem;
  margin: 0 auto;
}

.tit-c h3 {
  font-family: sys;
  font-size: 0.48rem;
  font-weight: bold;
  line-height: 0.6rem;
  margin-top: -0.5rem;
  color: #0065B3;
}

.tit-c h3 b {
  color: #333;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-family: Microsoft YaHei;
  width: 1.52rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  background: url(../images/more1.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 0.2rem;
  font-weight: normal;
  color: #0065B3;
  transition: all 0.5s;
}

.more a:hover {
  font-weight: bold;
}

/* section1 */

.search2 {
  border-radius: 0.4rem;
  background: #FFFFFF;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(220, 220, 220, 0.3);
  position: relative;
  transition: all 0.5s;
  margin-top: -0.4rem;
  margin-bottom: 0.4rem;
}

.search2 .text {
  width: 100%;
  padding-left: 0.42rem;
  padding-right: 4.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  font-family: Microsoft YaHei;
  font-size: 0.22rem;
  font-weight: normal;
  color: #333;
  background: none;
}
.search2 .text::placeholder {
  color: #a19e9e; 
}
.search2 .text::-webkit-input-placeholder {
  color: #a19e9e; 
}
.search2 .text::-moz-placeholder {
  color: #a19e9e; 
    opacity: 1;
}
.search2 .text:-ms-input-placeholder {
  color: #a19e9e; 
}
.search2 .text::-ms-input-placeholder {
  color: #a19e9e; 
}
.search2 .text::placeholder {
  color: #a19e9e; 
    opacity: 1;
}





.search2 .text:-webkit-autofill{
  border-radius: 0.4rem;
  -webkit-box-shadow:0 0 0px 1000px #fff inset !important;
	box-shadow:0 0 0px 1000px #fff inset !important;
	-webkit-text-fill-color: #333 !important;
	-webkit-background-clip:text;
}

.search2>span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.38rem;
  display: flex;
  align-items: center;
  font-family: Microsoft YaHei;
  font-size: 0.22rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #0065B3;
}

.search2>span>img {
  display: block;
  width: 0.23rem;
  margin-right: 0.05rem;
}

.search2 .button {
  width: 1.9rem;
  height: 0.8rem;
  background: #0065B3 url(../images/fdj.png) no-repeat 0.54rem center;
  background-size: 0.22rem auto;
  border-radius: 0px 0.4rem 0.4rem 0px;
  font-family: Microsoft YaHei;
  font-size: 0.22rem;
  font-weight: normal;
  color: #FFFFFF;
  padding-left: 0.35rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.search2 input::-webkit-input-placeholder {
  color: #9E9E9E;
}

.search2 input::-moz-input-placeholder {
  color: #9E9E9E;
}

.search2 input::-ms-input-placeholder {
  color: #9E9E9E;
}

/* section2 */
.section2 {
  padding-bottom: 0.74rem;
  background: url(../images/section2-bg.png) no-repeat center center;
  background-size: cover;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.s2-tit {
  width: 16.125%;
}

.s2-tit ul li+li {
  margin-top: 0.25rem;
}

.s2-tit ul li a {
  display: block;
  font-family: sys-semibold;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 0.3rem;
  padding: 0.15rem 0;
  transition: all 0.5s;
  background-image: url(../images/s2-t1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100% auto;
}

.s2-tit ul li.on a {
  font-family: sys;
  font-size: 0.28rem;
  color: #0065B3;
  background-image: url(../images/s2-t2.png);
}

.s2-banner {
  width: 80.75%;
}

.s2-banner .k {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.s2-banner .picbox {
  width: 44.11%;
  margin-right: 0.28rem;
  background: url(../images/s2-k.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0.25rem 0.28rem;
}

.s2-banner .pic {
  padding-top: 63.61%;
}

.s2-banner .tx {
  flex: 1;
  min-width: 0;
}

.s2-banner .con p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.36rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s2-banner .con p:nth-child(3) {
  -webkit-line-clamp: 2;
}

.s2-banner .con p+p {
  margin-top: 0.2rem;
}
.s2-banner .con p>span{
	position:relative;
	margin-right: 0.1rem;
}
.s2-banner .con p>span::before {
  content: '、';
  position: absolute;
  /* bottom: 0; */
  /* transform: translateY(-50%); */
  right: -0.2rem;
  height: 0.13rem;
}
.s2-banner .con p>span:last-child::before{
	content: '。';
}

.s2-banner .kysj {
  display: flex;
  align-items: flex-start;
  margin-top: 0.2rem;
}

.s2-banner .kysj h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.76rem;
  flex-shrink: 0;
}

.s2-banner .kysj ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s2-banner .kysj ul li {
  border-radius: 0.2rem;
  height: 0.76rem;
  padding: 0 0.25rem;
  border: 1px solid #CEEAFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #0065B3;
}

.s2-banner .kysj ul li b {
  font-family: Impact;
  font-size: 0.42rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #0065B3;
  margin-right: 0.05rem;
}

.s2-banner .kysj ul li+li {
  margin-left: 0.25rem;
}

/* section3 */
.s34-bg {
  background: url(../images/s32-bg.png) no-repeat right bottom;
  background-size: 100% auto;
}

.section3 {
  padding: 0.5rem 0 0.64rem 0;
}
.section3 .tit-c h3{
	color:#333;
}
.section3 .tit-c h3 b{
	color:#0065B3;
}
.s3 .swiper-container {
  padding: 0.1rem 0;
}

.s3 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.s3 ul li {
  width: 48.125%;
  padding-top: 0.34rem;
	transition: all 0.05s;
}

.s3 ul li:nth-child(2)~li {
  margin-top: 0.65rem;
}

.s3 ul li a {
  display: block;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(225, 225, 225, 0.3);
  padding-bottom: 0.26rem;
  transition: all 0.05s;
}

.s3 ul li a h3 {
  height: 0.74rem;
  padding-left: 0.3rem;
  padding-right: 0.4rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.s3 ul li a h3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.69rem;
  height: 0.74rem;
  background: url(../images/s3-t1.png) no-repeat center;
  background-size: 100% 100%;
}

.s3 ul li a h3>span {
  display: inline-block;
  padding: 0 0.25rem 0 0.6rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.2rem;
  font-weight: normal;
  color: #0065B3;
  background: url(../images/s3-t.png) no-repeat center;
  background-size: 100% 100%;
  transform: rotateZ(-3deg);
}


.s3 ul li a p {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.36rem;
  height: 0.72rem;
  margin-top: 0.2rem;
  padding: 0 0.4rem;
  cursor: pointer;
}

.s3 ul li a>span {
  display: block;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #9E9E9E;
  margin-top: 0.1rem;
  padding-left: 0.4rem;
}

.s3 .swiper-pagination {
  position: static;
  margin-top: 0.47rem;
  height: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s3 .swiper-pagination span {
  width: auto;
  height: auto;
  margin: 0 0.13rem;
  opacity: 1;
  display: flex;
  align-items: center;
}

.s3 .swiper-pagination span::before {
  content: '';
  display: block;
  width: 0.13rem;
  height: 0.13rem;
  border: 1px solid #CA9E79;
  border-radius: 50%;
}

.s3 .swiper-pagination span::after {
  content: '';
  display: block;
  width: 0;
  border-top: 1px solid #CA9E79;
  margin-left: 0.12rem;
  transition: all 0.5s;
}

.s3 .swiper-pagination span.swiper-pagination-bullet-active::before {
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/s3-d.png) no-repeat center;
  background-size: 100% 100%;
  border: 0;
}

.s3 .swiper-pagination span.swiper-pagination-bullet-active::after {
  width: 0.52rem;

}

/* section4 */
.section4 {
  padding: 0 0 1rem 0;
}

.s4 {
  position: relative;
}

.s4 ul li a {
  display: block;
}

.s4 ul li a .pic {
  padding-top: 60.63%;
}

.s4 ul li a .pic span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 0.32rem;
  padding: 0 0.14rem;
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.4);
}

.s4 ul li a .tx {
  padding: 0.15rem 0 0 0;
  position: relative;
  z-index: 1;
}

.s4 ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.34rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 0.09rem;
}

.s4 ul li a .tx p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #666666;
}

.s4 .swiper-button-next,
.s4 .swiper-button-prev {
  width: 0.42rem;
  height: 0.42rem;
  top: 40%;
  background-color: #FFFFFF;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.2rem auto;
  opacity: 1;
  transition: all 0.5s;
}

.s4 .swiper-button-next {
  background-image: url(../images/s4-next.png);
}

.s4 .swiper-button-prev {
  background-image: url(../images/s4-prev.png);
}

.s4 .swiper-button-prev:hover {
  background-color: #0065B3;
  background-image: url(../images/s4-prevon.png);
}

.s4 .swiper-button-next:hover {
  background-color: #0065B3;
  background-image: url(../images/s4-nexton.png);
}

@media screen and (min-width: 1025px) {

.s3 ul li:hover a {
	background: url(../images/s3-libg.png) no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 0.4rem;
}
.s3 ul li:hover {
  padding-top: 0.2rem;
}
.s3 ul li:hover a h3{top:-0.24rem;}
}

@media screen and (max-width: 1024px) {
  .banner .slick-slide a::after {
    content: none;
  }

  .banner .slick-dots {
    bottom: 0.4rem;
  }

  .banner .slick-dots li button {
    font-size: 0.2rem;
  }

  .banner .slick-dots li.slick-active button {
    font-size: 0.3rem;
  }

  .banner .slick-dots li.slick-active::after {
    width: 0.6rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    line-height: 0.3rem;
    margin-top: -0.4rem;
  }

  .tit-c>img {
    width: 0.8rem;
  }

  .more a {
    width: 1.1rem;
    height: 0.32rem;
    line-height: 0.35rem;
    font-size: 0.16rem;
  }

  .search2 {
    margin-top: -0.3rem;
  }

  .search2 .text {
    padding-left: 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.18rem;
    padding-right: 3.2rem;
  }

  .search2>span {
    font-size: 0.18rem;
    right: 1.4rem;
  }

  .search2>span>img {
    width: 0.2rem;
  }

  .search2 .button {
    width: 1.2rem;
    height: 0.6rem;
    background: #0065B3 url(../images/fdj.png) no-repeat 0.24rem center;
    background-size: 0.2rem auto;
    border-radius: 0px 0.4rem 0.4rem 0px;
    font-size: 0.18rem;
    padding-left: 0.25rem;
  }

  .section2 {
    padding-bottom: 0.3rem;
  }

  .s2-tit {
    width: 100%;
  }

  .s2-tit ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /* overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 100%; */
  }

  .s2-tit ul li {
    margin-top: 0 !important;
    /* white-space: nowrap;
    flex-shrink: 0; */
  }

  .s2-tit ul li+li {
    margin-left: 0.2rem;
  }

  .s2-tit ul li a {
    font-size: 0.18rem;
  }

  .s2-tit ul li.on a {
    font-size: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .s2-banner {
    width: 100%;
    margin-top: 0.25rem;
  }



  .s2-banner .con p,
  .s2-banner .kysj h3,
  .s3 ul li a h3>span,
  .s3 ul li a p {
    font-size: 0.18rem;
  }
  .s2-banner .kysj h3{
	  line-height:0.56rem;
	 }
  .s2-banner .kysj ul li {
    font-size: 0.18rem;
    height: 0.56rem;
    padding: 0 0.2rem;
    margin-bottom: 0.1rem;
  }

  .s2-banner .kysj ul li+li {
    margin-left: 0.2rem;
  }

  .s2-banner .kysj ul li b {
    font-size: 0.3rem;
  }

  .s2-banner .con p+p,
  .s2-banner .kysj {
    margin-top: 0.1rem;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3 ul li a p {
    line-height: 0.3rem;
    height: 0.6rem;
  }

  .s3 ul li a>span {
    font-size: 0.16rem;
    line-height: 0.3rem;
  }

  .s3 .swiper-pagination {
    margin-top: 0.2rem;
    height: 0.18rem;
  }

  .s3 .swiper-pagination span {
    margin: 0 0.05rem;
  }

  .s3 .swiper-pagination span::before {
    width: 0.1rem;
    height: 0.1rem;
  }

  .s3 .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 0.15rem;
    height: 0.15rem;
  }

  .section4 {
    padding: 0 0 0.3rem 0;
  }

  .s4 ul li a .tx h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .s4 ul li a .tx p {
    line-height: 0.26rem;
    height: 0.52rem;
  }
}

@media screen and (max-width: 768px) {
  .s3 ul li a h3>span {
    transform: none;
  }

  .s3 ul li a h3::after {
    width: 0.55rem;
    height: 0.5rem;
  }

  .s3 ul li {
    width: 100%;
  }

  .s3 ul li+li {
    margin-top: 0.2rem !important;
  }

  .s3 ul li a p {
    padding: 0 0.2rem;
  }

  .s3 ul li a>span {
    padding-left: 0.2rem;
  }

  .s4 .swiper-button-next,
  .s4 .swiper-button-prev {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .s2-banner .picbox {
    width: 100%;
    margin-right: 0;
  }

  .s2-banner .tx {
    flex: none;
    width: 100%;
    margin-top: 0.2rem;
  }
	.s2-banner .kysj{
		display: block;
	}
	.s2-banner .kysj h3{
		line-height:0.36rem;
	}
	.s2-banner .kysj ul li{	
		font-size: 0.16rem;
	}
	.s2-banner .kysj ul li b{
		font-size: 0.26rem;
	}
}
@media screen and (max-width: 480px) {
  .s2-tit ul {
    justify-content: space-between;
  }

  .s2-tit ul li {
    width: 48%;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 320px) {}