/* CSS Document */

body{
	/*
	margin:0;
	padding:0;
	background-image: url(bj.jpg) no-repeat;
	background-color:#2c2515;
	background-position: center top;
	*/
	height: auto;
    background-image: url(bj.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #322e22;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-size: 100% 2000px;
}
*{
	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>ul li>a{
	color:yellow;
}

#header{
	display:flex;
}





h1{
	text-align:center;
	background: rgb(180,158,82)
}
@media screen and (max-width:1200px){
	h1{
		width:112%;
	}				
	body{
		background-size: 125% 2000px;
	}
}
h2{
	background:rgb(4,0,0);
}




.tt>p{
	font-size:30px;
	font-weight:bold;
	border-radius:15px;
	text-align:center;
	width:940px;
	margin:15px auto;
}
.tt>p a{
	color:yellow;
	font-size:35px;
}
.tt>p a:hover{
	color:white;
}


.top_pt{
	overflow: hidden;
	width: 1100px;
	margin: auto;
}
.top_pt>div{
	width:528px;
	float:left;
	margin-right:40px;
	margin-bottom:20px;
	background:white;
	border:1px solid gray;
}
.top_pt>div>h2{
	margin:0;
	padding:0 5px 0 5px;
}
.top_pt>div>h2 a{
	color:white;
}
.top_pt>div>h2 a img{
	float:right;
	width:50px;
	height:31px;
}
.top_pt>div>p{
	margin-left:5px;
}




.top_dl{
	overflow: hidden;
	width: 1100px;
	margin: auto;
}
.top_dl>div{
	border:1px solid gray;
	width:518px;
	padding:10px 0 0 10px;
	float:left;
	margin-right:40px;
	background:white;
	margin-bottom: 40px
}
.top_dl>div>p{
	margin-left:5px;
}
.top_dl>div>.tp{
	display:flex;
}
.top_dl>div>.tp>img{
	width:120px;
	height:133px;
}
.top_dl>div>.tp>p{
	margin-top:30px;
	width:75%;
	margin-left:10px;
}
.top_dl>div>.tp>p>b>span{
	float:right;
}
.top_dl>div>img{
	width:130px;
}









#top>#top_pb{
	height:283px;
}
#top>#top_pb>ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	margin-right:35px;
}
#top>#top_pb>ul>li{
	margin-bottom:50px;
	text-align:center;
}
#top>#top_pb>ul>li>p{
	text-align:center;
	font-size:20px;
	margin:0;
	padding:10px 0;

}
#top>#top_zt>a>img{
	height:110px;
	width:547px;
}
#top_zt1{
	width: 1100px;
	margin: auto;
}
#top_zt1>a>img{
	height:110px;
	width:363px;
}
#top>#top_zt2>a>img{
	height:90px;
	width:547px;
	float:left;
}



#p{
	text-align:center;
	font-size:12px;
	color:yellow;
}
#p a{
	margin-right:5px;
	font-size:12px;
	color:yellow;
}

