/* 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{
	text-align:center;
	color: black;
	background: rgb(252,167,16);
	width: 1100px;
	margin: 25px auto;
}
.h{
	background:rgb(254,146,71);
	width: 1100px;
	margin:25px auto;
	padding-left: 60px;
	text-align: left;
	font-size: 30px;
	color:white;
	position: relative;
	box-sizing: border-box;

}
.h img{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
}
h2{
	background:rgb(250,92,5);
}




#p2{
	border: 2px solid rgb(252,167,16);
	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;
}




#rz{	
	overflow:hidden;
	width: 1100px;
	margin: auto;
}
#rz>div{
	width:528px;
	float:left;
	margin-right:40px;
	border:1px solid gray;
	background: white;
}
#rz>div>p{
	margin-left:5px;
}


.r{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.r p{
	background: rgb(254,146,71);
	text-align: center;
	width: 530px;
	float: left;
}
.r>.rz2{
	float: right;
}
.r p a{
	color:black;
	font-size: 20px;
}




.yx{	
	overflow:hidden;
	width: 1100px;
	margin: auto;
}
.yx>div{
	width:528px;
	float:left;
	margin-right:40px;
	border:1px solid gray;
	margin-bottom:20px;
}
.yx>div>h2{
	margin:0;
	padding:0 5px 0 5px;
}
.yx>div>h2 a{
	color:white;
}
.yx>div>h2 span{
	float:right;
}
.yx>div>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>div>p{
	margin-left:5px;
}



.swiper-container{
	max-width:1100px;
	margin: auto;
	border:2px solid rgb(0,123,214);
}
.swiper-slide{
	background-color:#fff;
	height:310px !important;
	padding:10px 0;
}
.ls{
	max-width:900px;
	margin: auto;
}
.tx{
	float:left;
	width:280px;
	margin-right:60px;
	text-align:center;
}
.tx img{
	width:100%;
}
.tx a{
	font-size:20px;
	font-weight:bold;
	color:#111;
}
.tx a:hover{
	color:#3290f4;
}
.js{
	float:left;
	width:550px;
}
.js strong{
	font-size:16px;
	margin-top:10px;
	color:#3290f4;
	display:block;
}
.js p{
	line-height:30px;
	font-size: 14px;
}



#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;
}

