body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,th,td,iframe{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}


ul{
	list-style:none;
}
a{
	text-decoration:none;
}

.top-logo{
	width: 100%;
	height: 115px;
	background-color: #e93040;
	overflow: hidden;
}
.logo{
	margin-top: 40px;
	margin-left: 40px;
	float: left;
}
.nav{
	float: right;
	overflow: hidden;
}
.nav li{
	float: left;
	margin-right: 20px;
}
.nav li a{
	padding: 0 20px;
	height: 115px;
	line-height:115px;
	display: block;
	font-family: "微软雅黑" ;
	color:#ffffff;
	font-size: 14px;
}
/*主页*/
.banner-img img{
	width: 100%;

}
.main-text{
	margin-top: 100px;
}
.main-text p{
	text-align: center;
	padding: 0.2em 0;
	font-size: 18px;
}
.main-img{
	height:512px;
	width: 1000px;
	margin:75px auto;
	background: url("../img/page_img01.jpg") no-repeat center;
}
.main-sm{
	height:387px;
	width: 1000px;
	margin:75px auto;
	background: url("../img/page_img02.jpg") no-repeat center;
}
.main-lc{
	height:383px;
	width: 1000px;
	margin:75px auto;
	background: url("../img/page_img03.jpg") no-repeat center;
}
/*页脚*/
.footer{
    width: 100%;
    height:100px;
    text-align: center;
    padding-top: 50px;
}
.footer p{
    font-family:"微软雅黑";
    font-size:14px;
    color: #838383;
    line-height: 1.5;
}
.footer p a{
    font-family:"微软雅黑";
    font-size:14px;
    color: #838383;
    line-height: 1.5;
}


@media only screen and (max-width:1200px) {
	.footer,.top-logo,.banner-img,.main-text,.main-img,.main-sm,.main-lc{
		width: 1200px;
	}
}

