/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}



#header>ul{
	list-style:none;
	display:flex;
	margin-left:57.37%;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
}
#header{
	display:flex;
}


h1{
	color: white;
	background: red;
	text-align: center;
}
h2{
	color:white;
	background: red;
	width: 1100px;
	margin:25px auto;
	padding-left: 10px;
}


#p2{
	border: 2px solid red;
	width: 1100px;
	background: white;
	color: black;
	font-size: 17px;
	line-height: 29px;
	padding: 20px;
	margin: 25px auto;
	box-sizing: border-box;
}
#p2 a{
	color:red;
}
#p2 a:hover{
	color:red;
}
#p2 span a{
	color:black;
	float: right;
}




.gs{
	overflow: hidden;
	width: 1100px;
	margin: auto;
}
.gs>div{
	border:1px solid gray;
	width:518px;
	padding:10px 0 0 10px;
	float:left;
	margin-right:40px;
	background:white;
	margin-bottom: 40px
}
.gs>div>p{
	margin-left:5px;
}
.gs>div>.tp{
	display:flex;
}
.gs>div>.tp>img{
	width:120px;
	height:67px;
}
.gs>div>.tp>p{
	margin-top:30px;
	width:75%;
	margin-left:10px;
}
.gs>div>.tp>p>b>span{
	float:right;
}
.gs>div>img{
	width:130px;
}




#top_zt{
	width:1100px;
	margin:auto;
}
#top_zt>a>img{
	height:90px;
	width:100%;
}
#top_zt1{
	width: 1100px;
	margin: auto;
}
#top_zt1>a>img{
	height:90px;
	width:363px;
	float: left;
}

#top_zt2{
	width: 1100px;
	margin: auto;
}
#top_zt2>a>img{
	height:90px;
	width:547px;
	float:left;
}



#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}

