.aboutusbase{
	margin-top:6%;
	background:url(../../images/index_about_bg.jpg) center center no-repeat fixed;
	background-size:cover;
	padding-bottom: 6%;
	
}
.aboutus{
	width:95%;
	margin: auto auto;
}
.aboutsubprotitle{
	font-size:25px; 
	width:80%;
	text-align:center;
	margin:auto;
	padding: 8% 0 4%;
}
.aboutdesc{
	font-size: 18px;
    text-align:center;
    margin:auto 0;
}
.aboutuscont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}
.aboutsubcont{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.aboutdeail{
    width: 100%;
	margin: 0 auto;
    text-indent: 14px;
    word-wrap: break-word;
    line-height:26px;
}
.aboutusimg{
    width: 50%;
    text-align: right;
}
.aboutusimg img{
    width: 93%;
}
.aboutreadmore{
	width: 158px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    margin: auto auto 0;
    background: #337ab7;
    color: white;
}
.aboutinfo{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-top: 60px;
    align-items: center;
}
.aboutitem{
    width: 24%;
    height: 50px;
    font-size: 14px;
    text-align:center;
}
.aboutitem div:nth-child(1){
    font-size: 36px;
    font-weight: bold;
    color:#14345f;
    width: 100%;
}
.aboutitem div:nth-child(2){
    width: 100%;
}
.abouthline{
    height: 50px;
    width: 2px;
    background: #ccc;
}

@media screen and (max-width: 700px) {
    .aboutitem div:nth-child(1){
        font-size: 30px;
    }
    .aboutuscont{
        display: flex;
        flex-direction: column-reverse;
    }
    .aboutsubcont{
        width: 100%;
    }
    .aboutusimg{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}