@charset "utf-8";
/*------------------------------------------------------------
	category
------------------------------------------------------------*/
.comTitle {
	background: url(../images/page_advantage.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg {
	margin-bottom: 0;
}

#main .topImg {
	height: 543px;
	background: url(../images/ad01.jpg) no-repeat center center;
}

#main .innerLeft {
	margin-bottom: 100px;
}

#main .innerLeft .photoBox {
	width: 300px;
	float: left;
}

#main .innerLeft .photoBox img {
	width: 100%;
}

#main .innerLeft .textBox {
	margin: 0;
	padding: 60px 50px 0;
	width: 960px;
	float: right;
	box-sizing: border-box;
}

#main .innerRight .photoBox {
	width: 300px;
	float: right;
}

#main .innerRight .photoBox img {
	width: 100%;
}

#main .innerRight .textBox {
	padding: 60px 50px;
	width: 960px;
	float: left;
	box-sizing: border-box;
}

#main .textBox {
	position: relative;
}

#main .textBox p {
	color: #727272;
	font-size: 16px;
	line-height: 1.8;
}

#main .textBox .ttl {
	margin-bottom: 30px;
	padding-left: 90px;
	font-size: 18px;
	color: #6e6d6d;
	position: relative;
}

#main .textBox .ttl .txt {
	margin-right: 5px;
	padding-bottom: 2px;
	display: inline-block;
	font-size: 30px;
	color: #2f2f2f;
	font-weight: bold;
	border-bottom: 3px solid #0076DE;
}

#main .textBox .num {
	width: 70px;
	height: 70px;
	display: inline-block;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #0176DF;
	border-radius: 50%;
}

#main .adBox {
	padding: 80px 0 1px;
	background: url(../images/ad_bg.jpg) no-repeat center center;
	background-size: cover;
}

#main .btmImg {
	padding-top: 50px;
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 1080px) {
	#main .topImg {
		height: auto;
		background: none;
	}

	#main .topImg img {
		width: 100%;
	}
	
	#main .innerLeft {
		margin-bottom: 20px;
	}
	
	#main .innerLeft .photoBox {
		width: auto;
		float: none;
		text-align: center;
	}
	
	#main .innerLeft .photoBox img {
		width: 50%;
	}
	
	#main .innerLeft .textBox {
		margin: 0;
		padding: 10px 20px 0;
		width: auto;
		float: none;
	}
	
	#main .innerRight .photoBox {
		width: auto;
		float: none;
		text-align: center;
	}
	
	#main .innerRight .photoBox img {
		width: 50%;
	}
	
	#main .innerRight .textBox {
		margin: 0;
		padding: 10px 20px 0;
		width: auto;
		float: none;
	}
	
	#main .textBox {
		position: relative;
	}
	
	#main .textBox p {
		color: #727272;
		font-size: 16px;
		line-height: 1.8;
	}
	
	#main .textBox .ttl {
		margin-bottom: 30px;
		padding-left: 60px;
		font-size: 18px;
		color: #6e6d6d;
		position: relative;
	}
	
	#main .textBox .ttl .txt {
		margin-right: 5px;
		padding-bottom: 2px;
		display: inline-block;
		font-size: 20px;
		color: #2f2f2f;
		font-weight: bold;
		border-bottom: 3px solid #0076DE;
	}
	
	#main .textBox .num {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	
	#main .adBox {
		padding: 10px 0 1px;
		background: url(../images/ad_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .btmImg {
		padding-top: 50px;
		text-align: center;
	}

	#main .btmImg img {
		width: 100%;
	}
}
