.yiqi_banner{
    width: 100%;
    overflow: hidden;
    height: 400px;
    background:url('../images/banner_02.png') no-repeat center center;
    background-size: cover;
}
.yiqi_item{
    display: flex;
    align-items: center;
    margin: 30px 0;
    background: #FAFAFA;
    padding: 20px;
}
.yiqi_info{
    display: flex;
    flex: 1;
}
.yiqi_img{
    width: 200px;
    height: 200px;
}
.yiqi_img img{
    width: 200px;
}
.yiqi_item dl{
    line-height: 2;
    padding: 0 50px 0 20px;
}
.yiqi_item dl dt{
    font-size: 18px;
    font-weight: 600;
}
.yiqi_item dl dd{
    color: #A8A8A8;
}
.yiqi_item dl dd span{
    padding-left: 10px;
    color: #333333;
}
.yuyue{
    background: #FF9320;
    border: none;
    width: 150px;
    height: 45px;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}
.yuyue:hover{
    background: #ff9d35; 
}