/* CSS Document */
body{
	margin:0;
	padding:0;
	background: #031032;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


#header{
	overflow: hidden;
}
#header>img{
	float: left;
}
#header>ul{
	list-style:none;
	float: right;
	padding-top: 10px;
}
#header>ul li{
	padding:0 5px;
	text-align:center;
	float: left;
}
#header>ul li a{
	color:white;
}


#img{
	width: 100%;
}


h1{
	text-align:center;
	color:#031032;
	font-size: 40px;
	background: #44B1E9;
}
h2{
	background:#0736AC;
}




.tt{
	width: 1100px;
	margin: auto;
}
.tt li{
	width: 1100px;
	text-align: center;
	font-weight:bold;
	line-height: 60px;
	font-size: 34px;
}
.tt li a{
	color:white;
}
.tt li:hover a{
	color:white;
}




.yx{
	overflow:hidden;
	width: 1100px;
	margin: auto;
}
.yx>li{
	width:538px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background: white;
}
.yx2>li{
	width: 351px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.yx>li>h2{
	margin:0;
	padding:0 5px;
	color:white;
}
.yx>li>h2 a{
	color:white;
	float: right;
}
.yx>li>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>li>p{
	margin-left:5px;
}




#p{
	text-align:center;
	font-size:12px;
	color:white;
}
#p a{
	margin-right:5px;
	font-size:12px;
	color:white;
}

@media screen and (max-width: 1200px){
		#img{
			width:112%;
		}
		#header{
			width:112%;
		}
		h1{
			width: 112%
		}
		#p{
			position: relative;
			left: 55px;
		}
	}