@charset "utf-8";
/* CSS Document */
body{ background:#f3f3f3;}
.main{width:95%; max-width:1340px; margin:0 auto;}
.selected{background: #024289;}

/* 正文 */
.wxfzj-home-box{background: #fff;padding: 40px 30px;box-shadow: 0px 0px 10px #e6e6e6;border-radius: 15px;border-top-left-radius: 0;border-top-right-radius: 0;margin-bottom: 40px;}
.wxfzj-home-title{
  padding-top: 30px;
}
.wxfzj-home-content{
  padding-top: 30px;
}

.wxfzj-home-line{
  width: 100%;
  border: 1px solid #EBEBEB;
  margin-bottom: 30px;

}

.wxfzj-home-title>img{
  width: 324px;
  height: 46px;
}



.wxfzj-home-content-left {
  width: 70%;
}


.wxfzj-home-content-left h3 {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.wxfzj-home-content-left img {
  width: 100%;
  margin: 20px 0;
}

.wxfzj-home-content-left p {
  text-indent: 2em;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  font-size: 0.9rem;
}
.wxfzj-home-content-left h4{
  font-size: 1rem;
  font-weight: 700;
  padding: 20px 0;
}

.tips {
  padding: 20px;
  width: 100%;
  background-color: #FFFDF1;
  font-size: 0.8rem;
}

.tips h4 {
  font-size: 0.9rem;
  padding: 0;
}

.tips p{
  font-size: 0.9rem;
}

.wxfzj-wel {
  color: #333333;
  font-size: .9rem;
  text-align: center;
  padding: 40px 0;
}

.wxfzj-wel span {
  color: #DC3030;
  font-size: 1.1rem;
  font-weight: 700;
}

.wxfzj-button {
  text-align: center;
}

.wxfzj-button button{
  height: 60px;
  background-color: #196DC9;
  color: #FFFFFF;
  border: none;
  font-size: 1.1rem;
  border-radius: 4px;
  padding: 0 40px;
}
.wxfzj-button a{color: #fff;}
.wxfzj-button button:hover{
  background: #024289;
}
.wxfzj-button button:hover a{
  color: #fff;
}
.wxfzj-right {
  width: 25%;
}

.wxfzj-right img{
  width: 100%;
}

.wxfzj-right h3 {
  font-size: 1rem;
  padding-left: 14px;
  margin: 30px 0 ;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.wxfzj-right h3::before{
  position: absolute;
  content: '';
  width: 6px;
  height: 22px;
  left: 0;
  top: 0;
  background: #1559A3;
}
.wxfzj-right ul {
  width: 100%;
}

.wxfzj-right li {
  width: 100%;
  height: 45px;
  background-color: #F3F6F9;
  border-radius: 4px;
  margin-bottom: 15px;
  line-height: 45px;
  padding-left: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wxfzj-right li:hover {
  background-color: #1559A3;
  color: #FFFFFF;
}
.wxfzj-right li:hover a{
  color: #FFFFFF;
}

.wxfzj-right-banner {
  height: auto;
  width: 100%;
  position: relative;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 50%;
  object-fit: cover;
}

.swiper-up .before{
  width: 64px;
  height: 28px;
  background-color: #2C75C5;
  color: #FFFFFF;
  font-size: .9rem;
  text-align: center;
  position: absolute;
  bottom:20px;
  left: 0;
  z-index: 9999;
  line-height: 28px;
}

.swiper-down .after {
  width: 64px;
  height: 28px;
  background-color: #2C75C5;
  color: #FFFFFF;
  font-size: .9rem;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 9999;
  line-height: 28px;
}

.slide-caption {
  text-align: center; /* 居中对齐文本 */
  margin-top: 10px; /* 调整文本与图片之间的间距 */
}

.swiper-up,.swiper-down{
  position: relative;
  width: 100%;
}

.swiper-pagination {
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  bottom: -30px;
  width: 10px;
  height: 10px;
  margin: 2px;
}

.wxfzj-banner-text {
  text-align: center;
  margin: 15px 0;
}



@media(max-width:900px){
  .wxfzj-home-content-left{width: 100%;margin-bottom: 40px;}
  .wxfzj-right{width: 100%;}
  .wxfzj-right li{float: left;width: 45%;margin: 2%;padding: 0 10px;text-align: center;}
  .wxfzj-right ul{overflow: hidden;clear: both;}
  .swiper-up .before,.swiper-down .after{width: 120px;height: 40px;font-size: 0.9rem;line-height: 40px;}
  .swiper-pagination{}
}

@media(max-width:640px){
  .wxfzj-home-content{padding-top: 10px;}
  .wxfzj-home-content-left h3{margin-bottom: 10px;}
  .wxfzj-home-title>img{width: 324px;height: 46px;}
  .wxfzj-home-title{padding-top: 20px;}
  .wxfzj-home-line{margin-bottom: 15px;}
  .wxfzj-home-content-left p{font-size: 0.9rem;line-height: 50px;}
  .tips{margin-top: 20px!important;}
  .tips p{margin-top: -20px;}
  .wxfzj-button button{font-size: 1rem;}
  .wxfzj-button{width: 100%;}
  .wxfzj-home-content-left{margin-bottom: 20px;}
  .wxfzj-right h3{margin: 20px 0;}
  .wxfzj-right li{line-height: 60px;margin: 1%;height: 60px;}
  .wxfzj-home-box{padding: 20px 15px;}
  .wxfzj-right li{width: 100%;font-size: 0.9rem;}

}

@media(max-width:400px){
  .wxfzj-home-title{padding-top: 15px;}
  .wxfzj-home-content-left img{margin: 10px 0;}
  .wxfzj-home-content{padding-top: 0;}
  .wxfzj-home-content-left h3{margin-top: 0;}
  .wxfzj-home-content-left p{line-height: 40px;}
  .tips{margin-top: 10px!important;}
  .wxfzj-wel{padding: 12px 0;}
  .wxfzj-right li{line-height: 52px;height: 52px;}
  .wxfzj-banner-text{margin: 20px 0;}

}
@media(max-width:360px){
  .wxfzj-home-title{padding-top: 10px;}
  .wxfzj-home-content-left p{line-height: 26px;}
  .wxfzj-home-content-left h4{padding: 10px 0;}
  .tips{padding: 10px;}
  .wxfzj-button button{height: 40px;}
  .wxfzj-home-content-left{margin-bottom: 10px;}
  .wxfzj-right h3{padding-left: 15px;}
  .wxfzj-right h3::before{top: 0;}
  .wxfzj-right li{line-height: 40px;height: 40px;}
}
