@charset "utf-8";
body {
	margin: 0px auto;
	padding: 0px auto;
	font-size: 15px;
	line-height: 25px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	background: url(../images/body.jpg);

}
* {
	margin: 0px auto;
	padding: 0px auto;
	outline: none;
	text-decoration: none;
}
.clr {
	clear: both;
}
ul {
	padding: 0px;
}
img {
	border: 0;
}
.conten {
	position: absolute;
	left:0;
	right:0;
	top:20%;
	width: 80%;
	/* margin: 0 auto; */
	text-align: center;
	border: dashed #0091d5 2px;
	padding: 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background:#fff;
	margin-top: 20px;
	margin-bottom: 20px;
}
.conten ul li {
	list-style: none;
	text-align: center;
}.conten ul li img{
	height: 150px;
	width:auto;
}
.conten ul h2 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	color: #1965b1;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}


@media screen and (max-width: 1220px) {
.conten {
}
}
 @media screen and (max-width: 749px) {
.conten {
	top:0;
}
}
 @media screen and (max-width: 599px) {
.conten {
	top:0;
}
}
 @media screen and (max-width: 579px) {
.conten {
	top:0;
}
}
 @media screen and (max-width: 479px) {
.conten {
	top:0;
}
}
 @media screen and (max-width: 359px) {
.conten {
	top:0;

}
}
