/* 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;
	text-align:center;
	color: #FF8500;
	font-size: 40px;
	margin:25px auto;
	border-bottom: 2px solid #FF8500;
}
h2{
	background: red;
}




.rr{
	width: 1100px;
	margin: auto;
	border:2px solid #FF8500;
	padding: 0 10px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.rr p{
	line-height: 35px;
	font-size: 18px;
	text-indent: 2em;
}
.rr p b{
	color:#FE0000;
}
.rr p a{
	color:#FE0000;
}



.tt{
	width: 1100px;
	margin: auto;
}
.tt li{
	width: 1100px;
	text-align: center;
	font-weight:bold;
	line-height: 60px;
	font-size: 32px;
	border:1px solid black;
	box-sizing: border-box;
}
.tt li a{
	color: red;
}
.tt li:hover{
	background: red;
}
.tt li:hover a{
	color: white;
}




.mt{
    width:1100px;
    margin: auto;
    margin-top:10px;
    padding:20px 10px;
    overflow: hidden;
    box-sizing: border-box;
	list-style:none;
	border:1px solid black;
}
.mt li{
    width:50%;
    float:left;
}
.mt h1{
    font-size:20px;
    color:#0270d1;
}
.mt p{
    line-height:30px;
    margin-top:10px;
    width:95%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:all 0.5s;
	text-align:left;
}
.mt p a{
	font-size:17px;
}
.mt span{
    color:#111;
    font-weight:bold;
    transition:all 0.5s;
}
.mt p:hover a{
    color:red;
}




.wt{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.wt .current{
	background: red;
	color:white;
}
.wt li{
	float: left;
	width: 19.8%;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
	background: #aaa;
	color:white;
	border-radius: 15px;
	margin: 0.1%;
}
.jj{
	width: 1100px;
	margin: auto;	
	border:1px solid black;
	background: white;
	box-sizing: border-box;
	height: 500px;
	overflow-y: scroll;
}
.jj>div{
	display: none;
}
.jj>div>h2{
	text-align: center;
	font-size: 25px;
	background: red;
	color: white;
}
.jj p{
	text-indent: 2em;
	line-height: 40px;
	font-size: 20px;
	padding:0 10px;
}



.yx{
	overflow:hidden;
	width: 1100px;
	margin: auto;
}
.yx>li{
	width:538px;
	float:left;
	margin-right:20px;
	border:1px solid gray;
	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;
	overflow: hidden;
}
.yx .le{
	float: left;
}
.yx>li>h2 a{
	color:white;
	float: right;
}
.yx>li>h2 img{
	width:71px;
	height:31px;
	float:right;
}
.yx>li>p{
	margin-left:5px;
}



.yj{
	width: 1100px;
	border:1px solid gray;
	overflow: hidden;
	margin: auto;
}


.an{
	width:1100px;
	margin: auto;
	display: flex;
}
.an input{
	width:100%;
	height:40px;
	text-align:center;
	font-size:16px;
	background: #CE483D;
	color:white;
}
.an div{
	background: #000;
    border: #fff solid 4px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    width: 100px;
    height: 62px;
    margin: 0.5% 2.6%;
}
.an div img{
	width: 100%;
	height: 62px;
}




.top_zt,.top_zt1,.top_zt2,.top_zt3{
	width:1100px;
	margin:auto;
	overflow: hidden;
}
.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: auto;
}




#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%;
		}
		h1{
			width: 112%;
		}
	}
