/* CSS Document */
body{
	margin:0;
	padding:0;
}
*{
	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;
}




#img img{
	width: 100%;
}



h1{
	width: 1100px;
	padding-left: 5px;
	color:white;
	margin:25px auto;
	background: red;
	font-size: 40px;
}

h2{
	background: #770014;
}


.rr{
	width: 1100px;
	margin: auto;
	border:2px solid black;
	padding: 0 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.rr p{
	line-height: 35px;
	font-size: 18px;
	text-indent: 2em;
}


.tt{
	width: 1100px;
	margin: auto;
}
.tt li{
	width: 100%;
	text-align: center;
	font-weight:bold;
	line-height: 60px;
	font-size: 31px;
	box-sizing: border-box;
}
.tt li span{
	color:red;
}
.tt li:hover{
	background: black;
}

.tt li:hover a{
	color: white;
}




#topic_pic{width: 100%;height:600px;margin: 0px auto;}
#topic_pic .swiper-slide {text-align: center;font-size: 18px;background: #fff;line-height: 450px;}
#topic_pic .swiper-slide img{ width:100%;height:600px;}
.part{ width:1100px; height:auto; margin: auto;background:}
.part a:hover{ color: #F90; text-decoration:none}



.sh{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.sh .sh_img{
	width: 250px;
	float: left;
}
.sh img{
	width: 100%;
}
.sh .sh_img p{
	text-align: center;
	line-height: 30px;
	font-size: 20px;
}
.sh>p{
	width: 790px;
	float: right;
	font-weight: bold;
	font-size: 32px;
	margin: 0;
	line-height: 64px;
}

.top_zt,.top_zt1,.top_zt2,.top_zt3{
	width:1100px;
	margin:auto;
}
.top_zt>li{
	float: left;
	width: 366px;
}
.top_zt1>li{
	float: left;
	width: 547px;
}
.top_zt2>li{
	float: left;
	width: 1100px;
}
.top_zt3>li{
	float: left;
	width: 275px;
}
.top_zt>li>a>img{
	height:90px;
	width:100%;
}
.top_zt1>li>a>img{
	height:90px;
	width:100%;
}
.top_zt2>li>a>img{
	height:90px;
	width:100%;
}
.top_zt3>li>a>img{
	height:90px;
	width:100%;
}


.lx{
	width: 1100px;
	margin:25px auto;
}
.lx img{;
	width: 100%;
}




#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}


@media screen and (max-width: 1200px){
		#img img{
			width: 112%;
		}
	}