 @charset "utf-8";

body{
	font-family: "Microsoft YaHei";
	background-repeat: no-repeat;
	width: 100%;
	height:100%;
		
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form, 
fieldset,input,textarea,p,blockquote,th,td { 
margin:0; 
padding:0; 
} 

*{outline:none;}
a{ text-decoration:none;

}


li{
	list-style: none;
}


.main-top{
	width: 100%;
	height: 35px;
	background: #f0f0f0;
}

.top1{
	width: 1200px;
	height:35px;
	padding-left: 20px;
	margin: 0 auto;
	background: url(../images/img1.jpg) no-repeat 0 center;
}

.top1 a{
	font-size: 0.8em;
	line-height: 35px;
	color: #000;
}


.main{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f7f7f7;
}


.main-top2{
	width: 950px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}


.main-top2 ul li{
	float: left;
	margin-top: 57px;
	padding: 0 17px;
	border:solid 1px #dfdfdf;
	border-style: none solid none solid;
}

.main-top2 ul li:nth-child(1){

	border-left:none; 
}
.main-top2 ul li:last-child{

	border-right:none; 
}



.main-top2 ul li a{
	color: #000;
}

.main-top2 ul li a:hover{
	color: #2495cb;
}




.main-con{
	width: 1200px;
	height: auto;
	overflow: hidden;
	padding-top: 66px;
	margin: 0 auto;
	padding-bottom: 53px;
}


.con{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.con ul{
width: 100%;
	height: auto;
	overflow: hidden;
}


.con ul li{
	width: 384px;
	height: 375px;
	float: left;
	margin-right: 24px;
	margin-bottom: 90px;
	background: #fff;
}

.con ul li:nth-child(3n){
	margin-right: 0px!important;
}


.con ul li h6{
	width: 350px;
	height: 38px;
	margin: 0 auto;
	border-bottom: dashed 1px #2495cb;
	margin-top: 10px;
	color: #2495cb;
	font-size: 1.25em;
	margin-bottom: 20px;
}

.con ul li p{
	width: 350px;
	margin: 0 auto;
	color: #000;
	font-size: 13px;
	line-height: 20px;
}


.pagin{
	width: 550px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.pagin a{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	float: left;
	margin: 0 5px;
	color: #000;
	border-radius: 5px;
	border: solid 1px #dddddd;
}

.pagin span{
	float: left;
}



@media screen and (max-width:1200px) {

	.top1{
		width: 95%!important;
	}

	.main-con{
		width: 95%!important;
	}

	.main-con img{
		max-width: 100%;
	}

	.con ul{
		width: 816px;
		margin:0 auto;
	}

	.con ul li:nth-child(3n) {
    margin-right: 24px!important;
	}

	.con ul li{
		width:95%;
		height:auto;
		margin-bottom:50px;
	}

}



@media screen and (max-width:950px) {

	.main-top2{
	width:90%;
	}
}

@media screen and (max-width:816px) {

	.con ul{
		width: 409px;
	}
	.pagin{
	width:95%;
	}
}






@media screen and (max-width:409px) {
	.con ul{
		width: 95%;
	}
}






