.bannerimg{
	position: relative;
	cursor: pointer;
}
.banner-title{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);

}
.banner-title{
	padding: 20px;
	max-width: 768px;
}
.banner-title h2{
	font-size: 36px;
	line-height: 46px;
    color: #252B3A;
	padding: 3px 0;
	vertical-align: middle;
}
.banner-title .btn-server{
	font-size: 18px;
	display: inline-block;
	padding: 8px 20px;
	color: #fff;
	text-decoration: none;
	background: #F66F6A;

}
.banner-title .product-banner-paragraph{
	font-size: 14px;
	margin-bottom: 20px;
	margin-top: 10px;
    line-height: 22px;
    color: #666A75;
}
@media screen and (max-width: 768px){
	.banner-title h2{
		display: none;
	}
	.banner-title .product-banner-paragraph{
		display: none;
	}
}
.testInfo{
	padding:20px 0;
	background: #F7F8FA;
}
.testInfo h3{
	padding:10px 0;
	font-size: 24px;
	color: #333;
}
.testInfo p{
	font-size:16px;
	text-indent: 40px;
	line-height: 30px;
	color: #555;
}
.testMain{
	background: #303845;
	padding: 20px 0 50px;
}
.testMain .TestStyle h4{
	padding:30px 0 10px;
	font-size: 24px;
	color: #fff;
}
.testMain .TestStyle .p1{
	font-size: 14px;
	color: #ccc;
}
.testMain .TestStyle>ul{
	padding: 20px 0;
}
.TestStyle .Testtext{
	background: #fff;
	font-size: 14px;
	padding: 20px;
	min-height: 315px;
	border: 1px solid #ccc;
}
.TestStyle .Testtext p{
	color: #666;
}
.TestStyle .Testtext h3{
	color: #333;
	padding:30px 0 10px;
	font-size:24px;
}
@media screen and (max-width: 768px){
.testMain .TestStyle  .TestStyle h3{
	padding:50px 0 10px;
	font-size: 20px;
	color: #000;
}
.TestStyle .Testtext{
	margin: 10px;

}
.testMain .TestStyle .Testtext p{
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
}
.comcomponents{
	padding: 30px 0;
	background: #FFFFFF;
}
.comcomponents h3{
	padding: 30px 0;
	font-size: 24px;
	color: #333;
}
.comcomponents ul li div{
	border: 1px solid #ccc;
	padding: 50px;
}