body {
    background: #fff;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.banner {
    width: 100%;
    height: 740px;
    position: relative;
}

.banner .banner_img {
    width: 100%;
    height: 100%;
}

.banner .banner_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    margin: auto;
    text-align: center;
    color: #fff;
}

.banner .banner_text h3 {
    font-size: 72px;
}

.banner .banner_text h4 {
    font-size: 36px;
    margin-top: 30px;
    font-weight: normal;
}
.main{
    margin:50px 0 100px;
}
.main .item_count{
    padding:50px 30px 100px;
    box-shadow: 0 2px 5px #999;
    border-radius: 8px; 
}
.main .item_count h3{
    font-size:40px;
    color:#000;
    font-weight: normal;
}
.main .item_count p{
    margin-top:45px;
    font-size:30px;
    color:#6C6C6C;
}
.main .item_count h4{
    background:url('/Shared/images/saleshome/cooperation/bg.png') no-repeat left 0 top 0px;
    background-size:40px 40px;
    font-size:40px;
    text-indent: 20px;
    color:#000;
    margin-top:90px;
}
.main .item_count h4::after{
    content:'';
    display:inline-block;
    width:10px;
    height:10px;
    background:#E60012;
    margin-left:10px;
}
.main .item_count p.te{
    margin-top:20px;
}
.main .item_count p strong{
    color:#000;
    font-weight: normal;
}
.main .item_count p.steps span {
    display:inline-block;
    width:30px;
    height:30px;
    background:#FFBC56;
    color:#fff;
    font-size:24px;
    border-radius: 50%;
    line-height:30px;
    text-align:center;
    margin-right:10px;
}
.main .item_count p.steps img{
    width:40px;
    margin:0 15px;
}