/* Write your styles */

ul.am-dropdown-content > li{
    height: 30px;
}
ul.am-dropdown-content > li > a{
    height: 30px;
    line-height: 21px;
}


.solution-circle-s {
	font-size: 45px;
	background-color: #004087;
	width: 110px;
	height: 110px;
	line-height: 90px;
	border: 10px solid #f0f0f0;
	color: #fff;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}
.solution-circle-s:hover {
	background-color: #0071b8;
	border: 15px solid #c9dfec;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}



.H-query {
	margin-left: 20px;
	float: right;
	font-size: 16px;
	color: #fff;
	background: #1461b4 url(../img/icon_Hcx.png) no-repeat 10px center;
	padding: 5px 7px 5px 33px;
	margin-top: 30px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.queryPage {
	position: relative;
	text-align: center;
	width: 685px;
	display: block;
	margin: 40px auto;
	padding: 10px;
	height: 850px;
	background: url(../img/report.jpg) no-repeat;
	background-position: center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/report.jpg',sizingMethod='scale')";
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/report.jpg',sizingMethod='scale')";
	box-shadow: 3px 3px 10px #0f0f0f;
}
@media only screen and (max-width: 585px) and (min-width: 454px){
	.queryPage {
		background: url(../img/report.jpg) no-repeat;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		width: 90%;
		height: 850px;
	}
}

