body{
    font-family: 思源黑体;
}
.banner img{
width: 100%;
}

h1 {
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #333333;
    height: 42px;
}
p {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    text-align: center;
    letter-spacing: 0em;padding: 12px 0;
}


.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;
}
.jyzx{
    background-color: #F9F9F9;
    padding: 30px 0;
}
.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);
}
.xm{
    background-color: #fff;
    padding: 40px 0;
}
.tabs{
  display: flex;
  justify-content: space-around;
  height: 80px;
}
.tabs .tab{
  display: inline-block;width: 20%;font-size: 18px;background: #ECF3FF;text-align: center;height: 45px;line-height: 45px;border-radius: 10px;color: #007aff;font-weight: bold;
}
.tabs .tab.active{
  background: linear-gradient(to right,#2F97FF,#08AFFE);
  color: #fff;
}
.xm-list{
    padding-top: 30px;background: #FAFEFF;
}
.xm-list .item{
    display: flex;
}
.xm-list .item div{
    padding: 32px;
}
.xm-list .item h2{
    font-size: 24px;
font-weight: bold;
color: #000;
}
.xm-list p{
    font-size: 20px;
font-weight: normal;
line-height: 49px;
text-align: left;
}