@charset "utf-8";
/*综合*/
*{
	padding: 0;
	margin: 0;
	border:0px;
	box-sizing: border-box;
}
body {	
	font-family: "微软雅黑","宋体", Times New Roman;	
	font-size: 16px;
	background:url("zhctsshd-mnn202103-60.jpg");
}
div,ul, ol, dl,dt,dd, li {list-style: none;}
html {height: 100%; }
a {color: #2b2b2b; 	text-decoration:none; }
img {border: none; 	outline: none; }

/*版心内容*/
.container{
	width: 1200px;
	margin: 0 auto;
	margin-top: 125px;
	background: url(zhctsshd-mnn202103-61.jpg);
}
/*导航栏*/
nav{
	height: 499px;
	background:  url(zhctsshd-mnn202103-50.jpg) no-repeat top center;
	padding-top: 309px;
}

nav ul{
	width: 796px;
	height: 41px;
	border-radius: 25px;
	background-color: #c1a970;
	margin: 0 auto;
}
nav ul li{
	padding: 0 20px;
	line-height: 41px;
	text-align: center;
	font-size: 18px;
	float: left;

}
nav ul li:nth-child(1){
	padding-left: 70px;
}
nav ul li:nth-child(2) a{
	color: #f6f7ef;
}

/*简介内容*/
.about{
/*	border: 1px solid #000;*/
	margin: 0 auto;
	width: 1090px;
	line-height: 28px;
	text-indent: 2em;
	padding-bottom: 50px;
}
/*视频图片区*/
.pics{
/*	border: 1px solid #000;*/
	margin: 0 auto;
	width: 601px;
	height: 802px;
	background: url(zhctsshd-mnn202103-54.png) no-repeat center top;
	text-align: center;
}

.pics li:nth-child(1){
	color: #c1a970;
	font-size: 24px;	
	font-weight: bold;
	height: 48px;
	line-height: 48px;
}
.pics li:nth-child(2),.pics li:nth-child(3){
	padding: 20px 0;
}
/*底部小图*/
.smpic{
	width: 164px;
	height: 78px;
	background: url(zhctsshd-mnn202103-53.jpg) no-repeat left bottom;
}

/*底部栏目*/
footer {
	height:180px;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	color:#e9efe6; 
	font-size:16px; 
	font-family: "微软雅黑","宋体", Times New Roman; 
	line-height:180px;
}