@charset "utf-8";
@import url(init.css);
@import url(pub.css);
@import url(public.css);
@import url(../fonts/simple-line-icons/css/simple-line-icons.css);
@import url(../fonts/app-icons/iconfont.css);

.banner{
    height: 300px;
    background: url(../image/about_us_banner.png) no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 300px;
}

.aboutus{
    margin-top: 20px;
    margin-bottom: 30px;
}

.aboutus [class*='about-']{
    float: left;
    box-sizing: border-box;
    /* border: 1px solid #f40; */
}

.about-left h2{
    font-size: 20px;
    padding: 10px 0;
}

.iline{
    padding: 20px 0 20px 0;
}

.abouttxt{
    font-size: 16px;
    line-height: 40px;
}

.about-right{
    overflow: hidden;
    text-align: right;
}

.about-right img{
    width: 70%;
}

.joinus{
    margin-bottom: 30px;
}

.joinus h2{
    font-size: 20px;
    padding: 10px 0;
}

.joinus [class^='join-']{
    float: left;
    box-sizing: border-box;
}

.join-left img{
    /* height: 70%; */
    width: 70%;
}

.join-right {
    padding-top: 30px;
    font-size: 18px;
}

.join-right ul li{
    line-height: 50px;
    color: #8a8a8a;
}

.join-right ul li i{
    margin-right: 15px;
}


@media screen and (max-width: 768px){ 

    .banner{
        height: 150px;
        background: url(../image/about_us_banner.png) no-repeat left;
        background-size: 100% 100%;
        max-width: 100%;
    }

    .join-left{
        text-align: center;
    }
    .about-right{
        overflow: hidden;
        text-align: center;
    }
	
}

@media screen and (min-width: 769px) and (max-width:992px){ 
    
    .banner{
        height: 200px;
        background-size: 100% 100%;
    }
	
}