body{
    font-family: 思源黑体;
}
.banner{
position: relative;
}
.swiper-banner{
	overflow: hidden;
}
.banner img {
    width: 100%;
    height: auto;
}

.banner .pagination {
    position: absolute;
    z-index: 2;
    text-align: center;
    bottom: 3%;
}

.banner .pagination .swiper-pagination-bullet {
    width: 20px;
    border-radius: 10px;
}

.banner .pagination .swiper-pagination-bullet-active {
    background: #0069FF;
}
h1 {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #333333;
    height: 61px;
}
h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;
}
.title {
    margin: 30px auto 20px;
}

.title h1 span:nth-child(1) {
    border-bottom: 5px solid #ff0000;
    margin-right: 2px;
    padding-bottom: 8px;
}

.title h1 span:nth-child(2) {
    border-bottom: 5px solid #0069FF;
    padding-bottom: 8px;
}
.jy{
    background-color: #F0F9FF;
}
.jylc{
    display: flex;
}
.jylc .jylc-img{
width: 50%;
}
.jylc .jylc-img img{
    width: 100%;
}
.jylc-box{
    width: 44%;margin: 40px 3% 0 3%;
}
.jycl-item {height: 248px;
  position: relative;
  width: 100%;}
.jycl-item h1{
font-size: 90px;
  font-weight: 900;
  color: #0069FF;
  text-align: left;
  position: relative;
}
.jycl-item div{
background: rgba(255, 255, 255, 0.5);
  padding-top: 29px;
  position: absolute;
  top: 14%;
  left: 10%;
  backdrop-filter: blur(5px);
  width: 100%;
}
.jycl-item div p{
font-size: 20px;
  line-height: 36px;
  color: #333;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 20px 20px;
}

.jyzx{
    background-color: #F9F9F9;
}
.jyzx ul{
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    flex-wrap: wrap;
}
.jyzx ul li{
    font-size: 20px;
  border: 1px solid #F8323C;
  line-height: 20px;
  padding: 7px 28px;
  margin: 10px 0;
}
.jyzx ul li.on{
    background: #F8323C;
  color: #fff;
  font-weight: bold;
}
.sxzx-box{
    background: #fff;padding: 20px;margin: 20px auto;
    display: none;
}
.sxzx-box.on{display: block;}
.sxzx-box h4{
    font-size: 20px;
font-weight: bold;
color: #333;
text-align: left;
margin-bottom: 10px;
}
.img-box{
    display: flex;
    justify-content: space-between;
}
.img-box .img-l{
    width: 516px;
     overflow: hidden;
}
.img-box .img-l img{
    width: 100%;
    height: 434px;
}
.img-box img{
    transition: transform .3s ease;
}
.img-box .img-r{
    width: 624px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    justify-content: space-between;
}
.img-box .img-r img{
    width: 302px;
    height: 207px;
}
.img-box .img-r div{
    width: 302px;
    height: 207px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}
.img-box img:hover{
    transform: scale(1.1);
}
.qxtx{
background: url(images/qx-bg.jpg) no-repeat center;
  width: 100%;
  height: 515px;
}
.qxtx-box{width: 50%;
  margin-left: 50%;
  display: flex;
  justify-content: space-around;
  margin-top: 75px;}
.qxtx-box h3{
    font-size: 16px;
font-weight: bold;
color: #333;
line-height: 23px;
}
.qxtx-box h2{
    font-size: 35px;
font-weight: 900;
color: #0069FF;
}
.qxtx-box h2 span{
    font-size: 16px;
font-weight: normal;
color: #333;
}
.qxtx-box p{
    margin: 20px auto;
    font-size: 16px;
    line-height: 30px;
font-weight: normal;
color: #666;
}
.gcs{
padding: 30px 0;background: #ffff;
}
.gcs h1{
    font-size: 28px;
    line-height: 41px;
font-weight: bold;
  color:#333333 ;  
}
.gcs img{width: 100%;}