/*banner 头部banner*/
.banner{
    width: 100%;
    height:450px;
    background: url("../rongyida_files/banner.png") no-repeat;
    background-position: center;
    background-size: cover;
}
.banner-cont{
    width: 1200px;
    margin:  0 auto;
    padding-top: 180px;
    padding-right: 300px;
    text-align: right;
    overflow: hidden;
    background: url("../rongyida_files/bannerback.png") no-repeat;
    background-position:930px 192px ;
}
.banner-cont h3{
    font-size: 42px;
    color: #fefefe;
    text-align: right;
}
.banner-cont a{
    display: block;
    margin-top: 44px;
    float: right;
    width: 184px;
    height: 56px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    background: #e72d44;
    border-bottom: 3px solid #c1041b;
    border-radius: 5px;
}
.banner-cont a:hover,.advantage-cont a:hover{
    background: #c1041b;
    border-bottom: 3px solid #e72d44;
}
/*banner 头部banner*/

/*need 你需要*/
.need{
    width: 100%;
    height:1230px;
    background: url("../rongyida_files/need.png") no-repeat;
    background-position: center;
    background-size: cover;
}
.need-cont{
    width: 1200px;
    margin:0 auto;
    text-align: center;
    padding-top: 380px;
}
.need-cont h3{
    font-size: 28px;
    line-height: 44px;
    padding-bottom: 40px;
}
.need-cont h3 span{
    font-size: 28px;
    line-height: 44px;
    color: #e72d44;
}
.need-cont p{
    font-size: 24px;
    line-height: 44px;
}
.need-cont p span{
    font-size: 24px;
    line-height: 44px;
    color: #e72d44;
}
.need-cont h2{
    padding-top: 50px;
    font-size:32px ;
    color: #e72d44;
    line-height: 60px;
    padding-bottom: 64px;
    background: url("../rongyida_files/jiantou.png") no-repeat;
    background-position: center 130px;
}
.programme{
    width: 100%;
}
.programme-cont{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.programme-cont h3,.advantage-cont h3,.process-cont h3{
    font-size:36px;
    padding: 48px 0;
    text-align: center;
    background-image: url("../rongyida_files/paroback.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.programme-cont-ul ul{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
/*need 你需要*/
/*advantage 我们的优势*/
.advantage{
    width: 100%;
    height:710px ;
    background: url("../rongyida_files/advantageback.png") no-repeat;
    background-position: center;
    background-size: cover;
}
.advantage-cont{
    width: 1200px;
    margin: 0 auto;
}
.advantage-cont h3{
    color: #ffffff;
    background-image: url("../rongyida_files/advanback.png");
}
.advantage-cont-ul ul{
    background: url("../rongyida_files/advanconback.png") no-repeat;
    background-position: center;
    overflow: hidden;
}
.advantage-cont-ul ul li{
    float: left;
    width: 50%;
    height: 145px;
    font-size: 24px;
    color: #ffffff;
    line-height: 36px;
    text-align: right;
    padding:0 260px 0 120px;
    display: flex;
    align-items: center;
    background-image: url("../rongyida_files/advcontula.png");
    background-repeat: no-repeat;
    background-position: 380px center ;
}
.advantage-cont-ul ul li:nth-child(2){
    background-image: url("../rongyida_files/fuwu.png");
}
.advantage-cont-ul ul li:nth-child(3){
    background-image: url("../rongyida_files/advcontulc.png");
}
.advantage-cont-ul ul li:nth-child(2),.advantage-cont-ul ul li:nth-child(4){
    text-align: left;
    padding:0 120px 0 260px;
    background-position: 150px center ;
}
.advantage-cont-ul ul li:nth-child(4){
    background-image: url("../rongyida_files/advcontuld.png");
}
.advantage-cont p{
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    padding-top: 100px;
    background-image: url("../rongyida_files/diannao.png");
    background-repeat: no-repeat;
    background-position: center 14px;
}
.advantage-cont a{
    display: block;
    height: 56px;
    width:447px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    font-size:24px ;
    color: #ffffff;
    background-color: #e72d44;
    border-bottom: 3px solid #c1041b;
    line-height: 53px;
    border-radius: 5px;
}
/*advantage 我们的优势*/

/*process 服务流程*/
.process{
    width: 100%;
    background-color: #f8f8f8;
}
.process-cont{
    width: 1200px;
    margin: 0 auto;
}
.process-cont-ul ul {
    display: flex;
    justify-content: space-between;
    padding-bottom:84px; ;
}
.process-cont-ul ul li{
    position: relative;
    text-align: center;
}
.process-cont-ul ul li p{
    font-size: 24px;
}
.process-cont-ul ul li:after{
    position: absolute;
    content: ">";
    font-size: 48px;
    color: #999999;
    right: -78px;
    top: 20%;
}
.process-cont-ul ul li:last-child:after{
     content: " ";
 }
/*process 服务流程*/
