
/**index-about-css**/
/*.indexAboutContainer{
	border:#F00 solid 1px;
}
*/
.indexAboutInnerContainer{
/*	border:#0F0 solid 1px;
	min-width:280px;*/
	padding-top:20px;
	padding-bottom:20px;
}
.indexAboutImg{
	padding:25px 0px 0px 45px;	
}
.indexAboutContent{
	padding:50px 45px 40px 10px;	
}
.indexAboutContent p{
	font-size:18px;
	line-height:28px;
	text-align:justify;
	text-justify:distribute;
}
.indexAboutContent p span{
	font-weight:bolder;
	font-size:16px;
	color:rgba(5,174,226,1);	
}

.top{
	height:45px;
	width:45px;
	border-radius:50%;
	background:rgba(20,20,20,0.6);
	text-align:center;
	position:fixed;
	right:3%;
	bottom:8%;
	z-index:99;
	cursor:pointer;
}
.top i{
	color:#ffffff;
	margin-top:18%;
	font-size:28px;
}





@media only screen and (min-width : 1200px){

}
@media only screen and (max-width : 1199px){
.indexAboutImg img{
	width:100%;
}
.indexAboutContent{
	padding:20px 15px 20px 15px;	
}
}
@media only screen and (min-width : 992px){

}
@media only screen and (max-width : 991px){
.indexAboutImg{
	padding:20px 0px 0px 0px;	
}
}
@media only screen and (min-width : 768px){

}
@media only screen and (max-width : 767px){
.indexAboutImg{
	text-align:center;
}
.indexAboutImg img{
	width:300px;	
}
}
@media only screen and (max-width : 440px){

.indexAboutImg img{
	width:280px;	
}
.indexAboutContent{
	padding:0px 15px 20px 15px;	
}
}
@media only screen and (max-width : 420px){

}