.section-about{
	margin-top: 50px;
	background:url("../image/all-con-bg.jpg") repeat;  	
}
.abo-img{
	width: 100%;
}
.abo-img img{
	width: 100%;
	object-fit: cover;
}
.abo-con{
	width: 90%;
	margin:-50px auto 50px auto;
	box-sizing: border-box;
	background:#fff;
	box-shadow: 0 0 5px 3px rgba(63,135,127,.5);
	padding:30px;
	position: relative;
}
h2.abo-h2{
	margin-top: 0;
	background:url(../image/about-h2-bg.png) no-repeat top left;
	background-size: auto;
	text-align: left;
	padding-top: 100px;
	padding-bottom: 40px;
}
p.abo-p{
	color:#0137b0;
	font-weight: bold;
}
.abo-photo{
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
	background:#adeeef;
}
.abo-int-img .owl-theme .owl-dots .owl-dot span{
	background:#138182;
}
.abo-int-img .owl-theme .owl-dots .owl-dot.active span, 
.abo-int-img .owl-theme .owl-dots .owl-dot:hover span {
	background:#000 !important;
}


@media screen and (min-width: 1024px){
	.section-about{
	  	display: flex;
	  	flex-wrap: wrap; 
	  	box-sizing: border-box;
	}	
	h2.abo-h2{	
		padding-left: 12%;
	}
	p.abo-p span{
		display: block;
	}
	.abo-introduce{
		display: flex;
		color:#fff;
		background:#72d3d4;
		width: 100%;
	}
	.abo-int-type{		
		width: 58%;	
		box-sizing: border-box;	
		padding: 30px;
	}
	.abo-int-img{
		width: 42%;
		box-sizing: border-box;	
		padding: 30px 15px 30px 0px;
	}
}
@media screen and (min-width: 1280px){
	.abo-img{
		width: 58%;
	}	
	.abo-con{	
		width: 42%;
		margin:0px auto 50px auto;
		background:none;
		box-shadow:none;
		padding:30px;
	}
	.abo-introduce{
		position:relative;
		left: -178px;
		width: calc(100% + 160px);
		margin:50px auto;
	}

}