/* 
* @Author: Marte
* @Date:   2018-09-19 10:49:33
* @Last Modified by:   Marte
* @Last Modified time: 2018-09-28 17:06:27
*/
.aboutus{
    min-width:1200px;
}
.aboutus-banner{
    width:100%;
    height:772px;
    padding-top:130px;
    background:url(../images/ih2o/aboutus_banner.jpg) no-repeat center;
}
.aboutus-banner .aboutus-title{
    width:auto;
    margin:0 auto 30px;
}
.aboutus-banner h1{
    margin-bottom:50px;
    font-size:60px;
    font-weight: bold;
    color:#fff;
    text-align:center;
}
.aboutus-banner p{
    width:782px;
    padding:20px 140px;
    background:rgba(255,255,255,.4);
    margin:0 auto;
    font-size:18px;
    color:#000;
    text-indent: 2em;
    line-height:34px;
    transform: translateX(-6px);
}
.aboutus-product,.aboutus-culture{
    width:100%;
    height:900px;
    padding-top:110px;
    text-align:center;
    background:url(../images/ih2o/aboutus-product.jpg) no-repeat center;
}
.aboutus-product .aboutus-product-title,.aboutus-culture .aboutus-culture-title{
    display:inline-block;
    padding:0 34px;
    border:2px solid #5ca7f3;
    color:#5ca7f3;
    font-size:20px;
    border-radius:60px;
    height:48px;
    line-height:44px;
    font-weight: bold;
    margin-bottom:100px;
    letter-spacing: 2px;
}
.aboutus-product ul,.aboutus-culture ul{
    display:flex;
    justify-content: space-between;
}
.aboutus-product li img,.aboutus-culture li img{
    width:300px;
    height:300px;

}
.aboutus-product li b,.aboutus-culture li b{
    display:block;
    font-size:22px;
    color:#8c8c8c;
    margin-top:30px;
    margin-bottom:45px;
}
.aboutus-product li span,.aboutus-culture li span{
    display:block;
    font-size:16px;
    color:#8c8c8c;
    line-height:26px;
}
.aboutus-process{
    width:100%;
    height:900px;
    padding-top:150px;
    background:url(../images/ih2o/aboutus-process.jpg) no-repeat center;
}
.aboutus-process h2{
    font-size:50px;
    color:#fff;
    text-align:center;
    font-weight:bold;
}
.aboutus-culture h2{
    font-size:50px;
    color:#000;
    text-align:center;
    font-weight:bold;
    margin-bottom:52px;
}
.aboutus-culture .aboutus-culture-title{
    margin-bottom:38px!important;
    padding:0 60px!important;
}

