.banner_container{
    height: 330px;
}
.imgtop{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.banner_right h3{
    font-size: 34px;
}
.banner_right p{
    margin: 38px 0 41px;
}
.imgtop .Immediate{
    width: 160px;
    height: 46px;
    border: 1px solid #fff;
    line-height: 46px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
}
.wrapper .section-title h1{
    padding-top: 115px;
    margin-top: 0;
}
.con_intro{
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}
.intro_item{
    width: 320px;
    height: 140px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 7px 0px rgba(200,200,200,0.28);
    cursor: pointer;
}
.intro_item p{
    font-size: 18px;
    margin-left: 20px;
}
.intro_item p:first-of-type{
    padding: 20px 0;
}
.intro_item p:last-of-type{
    font-size: 14px;
    color: #999;
}
.intro_comm .intro_item:last-of-type{
    margin-top: 50px;
}
.intro_item:hover{
    background: linear-gradient(0deg, #FE6D03 0%, rgba(254, 129, 3, 0.9) 100%);
    color: #fff;
}
.intro_item:hover p:last-of-type{
    color: #fff;
}
.peixun-con{
    margin-top: 70px;
}
.peixun-con li{
    float: left;
    width: 224px;
    height: 290px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 7px 0px rgba(200,200,200,0.28);
    text-align: center;
    margin-left: 20px;
    cursor: pointer;
}
.peixun-con li:first-of-type{
    margin-left: 0;
}
.peixun-con li img{
    margin-top: 45px;
}
.peixun-con li .title{
    font-size: 18px;
    margin: 30px 0 27px;
}
.peixun-con li .desc{
    margin: 0 20px;
}
.peixun-con li:hover .title{
   color: #F63C3C;
}
.infomain{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
}
.infomain h2{
    font-size: 28px;
    margin-bottom: 32px;
}
.infomain p{
    line-height: 30px;
}