 @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;
}

.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 h6{
	margin-top: 38px;
	color: #2495cb;
	font-size: 1.875em;
	margin-bottom: 20px;
}

.con span{
	display: block;
	color: #000;
}


.con img{
	margin-top: 54px;
}

.page{
	margin-top: 100px;
}

.prev{
	font-size: 60px;
	float: left;
	color: #000;
}

.next{
	font-size: 60px;
	float: right;
	color: #000;
}


.content{
	width: 100%!important;
	margin-top: 100px;
}




@media screen and (max-width:1200px) {

	.top1{
		width: 95%!important;
	}

	.main-con{
		width: 95%!important;
	}

	.main-con img{
		max-width: 100%;
	}

	

}









