*{
	padding: 0px;
	margin: 0px;
}
#head{
	margin-top: 15px;
	width: 1000px;
	height: 100px;
	margin: 0px auto;
	background:url(../img/bj2.jpg) ;
	border-radius:20px ;
}
.logo{
	background-image: url(../img/logo1.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	float: left;
}
.nav{
	width: 1000px;
	height: 100px;
	font-family: "微软雅黑";
	font-size: 20px;
}
.nav ul{
	list-style: none;
}
.nav ul li{
	margin-top: 40px;
	float: left;
	width: 90px;
}
.nav ul li a:link{
	color: black;
	text-decoration: none;
}
.nav ul li a:visited{
	color: #b50f20;
	font-weight: bold;
	text-decoration: none;
}
.nav ul li a:hover{
	color: #fec1d0;
	font-weight: bold;
	text-decoration: underline;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	padding-top: 0;
	/*border-top: 1px solid #ebebeb;*/
	background-color: #fcfcfc03;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
}

.infor-link{
	font-size: 18px;
}

.infor-txt {
	display: block;
	line-height: 19px;
	color: #080808;
}
/*.infor-txt:hover{
	font-size: 20px;
}*/
.infor-link a:link{
	text-decoration: none;
	color: #380200;
}
body{
	background: url(../img/b1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.wzsy{
	width: 1000px;
	/*height: 1000px;*/
	background: #fcfcfc78;
	margin: 0 auto;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}
h1{
	text-indent: 2em;
	padding-top: 10px;
	text-align: center;
	font-family: "微软雅黑";
}
h2{
	font-family: "微软雅黑";
	float: right;
	margin-right: 10px;
}
.sj{
	width: 1000px;
	height: 150px;
}
h3{
	text-indent: 2em;
	text-align: justify;
	padding: 0px 10px 0px 10px;
	font-family: "微软雅黑";
	padding-bottom: 20px;
}
.fundamental{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding-bottom: 10px;
}
.fundamental dl{
	flex: 1;
	font-size: 0.9em;
}
.fundamental dl dt{
	float: left;
	padding: 10px 0px 10px 5%;
	margin: 0px;
	color: gray;
	width: 15%;
	font-weight: bold;
	border-bottom:dotted 2px darkgray ;
}
.fundamental dl dd{
	float: left;
	width: 70%;
	padding: 10px 10% 10px 0px;
	margin: 0px;
	border-bottom: dotted 2px darkgray;
	text-overflow: ellipsis;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dt1{
	width: 800px;
	margin: auto;
	
}
.dt1 img{
	width: 800px;
	border-radius: 20px;
}
