*{
	margin:0;
	padding:0;
}
body{
	font-family: "PT Sans";
	background: url(../images/bg.jpg)no-repeat;
	background-size: cover;
}
a{
	text-decoration: none
}
ul{
	list-style: none;
	overflow: hidden
}
.content{
	width:1200px;
	margin:40px auto;
	overflow: hidden;
	position: relative;
}
header{
	width:700px;
	float:right;
	overflow: hidden
}
header ul li  a{
	float:left;
	width:31%;
	margin:50px 1%;
	text-align: right;
	font-family: PT Sans;
	font-size:24px;
	color:#000028;
	font-weight:bold;
}
header ul  li a:hover{
	color:#666;
}
.li li{
	width:48%;
	margin:20px 1%;
	float:left;
}
.li li img{
	height:270px;
}
.art{
	width:1200px;
	margin:100px 0px;
	position: relative;
	height:500px;
}
.a1{
	position: absolute;
	left:400px;
	top:35px;
	font-size:48px;
	font-family: Castellar;
	color:#000;
	text-shadow: 2px 2px #000
}
.a2{
	position: absolute;
	left:129px;
	top:50px;
	font-size:100px;
	font-family: PTserif;
	color:#000028;
	font-weight:bold;
	
}
.a3{
	position: absolute;
	left:268px;
	top:137px;
	font-size:90px;
	font-family: PTserif;
	color:#3c1108;
	font-weight:bold;
	
}
.a4{
	position: absolute;
	left:360px;
	top:290px;
	font-size:24px;
	font-family: PT Sans;
	color:#3c1108;
	font-weight:bold;
	background: rgb(179,173,171);
	display: inline-block;
	padding:5px 10px;
	border-radius:25px;
}
footer{
	background:#3c1108;
	padding:5px 0px;
	border-top:1px solid  #666;
	width:100%;
	position: absolute;
	left:0;
	bottom:0;
	color:#000;
	font-size:21px;

	font-family: Minion Pro;
	text-align: center
}
footer a{
	color:#000;
}

/*2*/
.contenter{
	width:1200px;
	margin:150px auto;
	overflow: hidden;
	position: relative;
}
.img{
	width:100%;
}
.sign{
	width:100%;
	position: relative;
}
.de{
	position: absolute;
	left:50%;
	bottom:10%;
	background: #fff;
	width:300px;
	margin-left:-150px;
	font-family: PT Serif ;
	font-size:48px;
	color:#000;
	border-radius:25px;
	text-align: center
}
.ds{
	font-family: PT Serif ;
	font-size:36px;
	color:#000;
	margin:40px 0px;
	font-weight:bold;
}
.list li{
	margin:20px 0px;
	font-family: DM Sans ;
	font-size:30px;
	color:#000;
	width:100%;
	height:40px;
	
}
.list{
	width:23%;
	float:left;
	margin:20px 1%;
}
.list li span{
	width:10px;
	height:10px;
	display: inline-block;
	float:left;
	border-radius:25px;
	background: #000;
	margin-top:15px;
	margin-right:15px;
}
.as{
	overflow: hidden
}
.text{
	font-family: DM Sans ;
	font-size:30px;
	color:#000;
	margin:40px 0px;
	line-height:40px;
}
.da{
	font-family:PT Sans;
	font-size:24px;
	color:#000;
	margin:20px 0px;
	font-weight:bold;
}
.left{
	width:600px;
	float:left;
}
.right{
	width:580px;
	float:right;
}
.right img{
	margin-top:50px;
}
.aq{
	font-family:PT Sans;
	font-size:72px;
	color:#000;
	margin-top:0px;
}
.next{
	float:right;
	padding:10px 20px;
	display: inline-block;
	background: rgb(190,189,189);
	border-radius:25px;
	font-family:DM Sans;
	font-size:30px;
	color:#000;
}