html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #FFFFFF;
    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: 210px;
    margin: auto;
    color: #fff;
    background: url(/Shared/images/saleshome/aboutus/bg.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    width: 724px;
    height: 200px;
}

.banner .banner_text h3 {
    font-size: 80px;
}

.banner .banner_text h4 {
    font-size: 48px;
    margin-top: 20px;
    font-weight: normal;
}
.banner .banner_text h5 {
    font-size: 26px;
    line-height:36px;
    margin-top: 30px;
    font-weight: normal;
}
.main{
    padding:70px 0 60px;
}
.main ul.item_count {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.main ul.item_count li{
    width:32%;
    margin-right:2%;
    margin-bottom:40px;
    background:#fff;
    border-radius: 6px;
    border:1px solid #E5E5E5;
    box-shadow: 0 2px 5px #eee;
     box-sizing: border-box;
}
.main ul.item_count li a{
    display:block;
     padding:0 20px 35px;
     box-sizing: border-box;
    width:100%;
    height:100%;
}
.main ul.item_count li:nth-of-type(3n+3){
    margin-right: 0%;
}
.main .item_count .icon_count {
    height:126px;
    text-align:center;
}
.main .item_count .icon_count img.pic1 {
    width:250px;
    margin-top:30px;
}
.main .item_count h3{
    color:#000;
    font-size:36px;
    text-align:center;
    font-weight: normal;
}
.main .item_count .detail{
    font-size:24px;
    color:#7F7F7F;
    line-height:40px;
    margin-top:24px;
}
.main .item_count span{
    color:#D42620;
    font-size:24px;
    margin-top:40px;
    display:block;
}
.main .item_count .icon_count img.pic2 {
    width: 132px;
    margin-top: 20px;
}
.main .item_count .icon_count img.pic3 {
    width: 180px;
    margin-top: 14px;
}
.main .item_count .icon_count img.pic4 {
    width: 230px;
    margin-top: 35px;
}
.main .item_count .icon_count img.pic5 {
    width: 227px;
    margin-top: 30px;
}
.main .item_count .icon_count img.pic6 {
    width: 260px;
    margin-top: 20px;
}
.main .item_count .icon_count img.pic7 {
    width: 190px;
    margin-top: 15px;
}
.main .item_count .icon_count img.pic8 {
    width: 126px;
    margin-top: 10px;
}