.banner-02{
	width: 100%;
	/*text-align: center;*/
	/*border: 2px solid #00f;*/
	position: relative;
	overflow: hidden;
}
.banner-02 img{
	width: 115%;
}

.banner-02 p{
	/*text-align: center;*/
	position: absolute;
	top: 0;
	bottom: 0;
	/*right: 0;*/
	left: 30%;
	margin: auto;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 10px;
}
.banner-02 p:before{
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.main-page{
	/*border: 1px solid #f00;*/
	margin-bottom: 50px;
}
.main-page .analytitle{
	/*border: 1px solid #0f0;*/
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.main-page .analyform{
	/*border: 1px solid #f00;*/
}

.main-page .analyform table{
	font-size: 18px;
	width: 100%;
}
.main-page .analyform table tr{
	/*border: 1px solid #f00;*/
	/*border: 1px solid #aaa;*/
}
.main-page .analyform table tr th{
	/*border: 1px solid #fc0;*/
	/*border: 1px solid #aaa;*/
	width: 25%;
}
.main-page .analyform table tr td{
	/*border: 1px solid #00f;*/
	/*border: 1px solid #aaa;*/
}
.main-page .analyform table .analyformgraybg{
	background: #eee;
}
.main-page .analyform table tr .analyformtitle1{
	text-align: center;
	padding: 5px 0;
}
.main-page .analyform table tr .analyformtitle2{
	text-align: center;
	padding: 5px 0;
}
.main-page .analyform table tr .analyform-name{
	width: 30%;
	/*border: 1px solid #f0f;*/
	padding: 8px 5%;
	color: #166174;
}
.main-page .analyform table tr .analyform-comp{
	width: 50%;
	/*border: 1px solid #f0f;*/
	padding: 8px 5%;
}








@media only screen and (min-width: 320px) and (max-width:768px) {
	.banner-02{
		width: 100%;
		/*text-align: center;*/
		/*border: 2px solid #00f;*/
		position: relative;
		overflow: hidden;
		display: none;
	}
	
	.main-page{
		width: 100%;
		/*border: 1px solid #f00;*/
	}

	.main-page .analytitle{
		/*border: 1px solid #0f0;*/
		font-size: 22px;
		font-weight: 700;
		padding: 10px 5% 30px 5%;
		letter-spacing: 5px;
		border-top: 2px solid #ccc;
	}
	.main-page .analyform table tr{
		height: 60px; 
	}
	.main-page .analyform table tr .analyformtitle1{
		border-bottom: 2px solid #ccc;
	}
	.main-page .analyform table tr .analyformtitle2{
		border-bottom: 2px solid #ccc;
	}
	.main-page .analyform table .analyformgraybg{
		background: #eee;
	}



}




	