*{
	padding: 0px;
	margin: 0px;
}
body{
	background: url(../img/bj3.jpg);
}
#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: #888a88;
}
.infor-link a:link{
	text-decoration: none;
	color: #380200;
}

.jchg{
	width: 1000px;
	/*height: 1000px;*/
	/*background: lavender;*/
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sp h3{
	font-size: 24px;
	margin-top: 10px;
	line-height: 50px;
	text-align: center;
	font-family: "微软雅黑";
	/*text-shadow: 10px 10px 5px #777;*/
}
.wz{
	margin: auto;
	width: 150px;
	background: url(../img/bj2.jpg);
	border: 2px solid #fed7a2;
	border-radius: 15px;
	color: #72634d;
	box-shadow: 2px 2px  5px #888;
}
.sp video{
	margin-top: 10px;
	margin-left: 50px;
	width: 900px;
	/*border: 5px solid #f8ddb9;*/
	border-radius: 20px;
}
.menu{
	display: block;
	width: 12.30%;
	/*background-color: lavenderblush;*/
	float: left;
	font-size: 20px;
	/*border-right: 1px double black;*/
	margin-top: 3px;
	text-align: center;
	position: relative;
}
.submenu{
	position: absolute;
	/*background: navajowhite;*/
	left: 0px;
	top: 100%;
	/*z-index: 5;*/
	
}
p{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.submenu p{
	width: 30%;
	opacity: 0;
	transform: rotateY(90deg);/*过渡函数*/
	transition: opacity .4s,transform .5s;
	background: linear-gradient(to right,#fcd398a1,#e8a956a8,#f6dbb3b0,#e8a956b5);
}
.nav .menu:hover{
	background: linear-gradient(to right,#fcd398a1,#e8a956a8,#f6dbb3b0,#e8a956b5);
	color: #03a9f4;
}
.nav .menu:hover .submenu p{
	opacity: 1;
	transform: rotateY(0deg);
	width: 100%;
}
.juzi{
	width: 900px;
	height: 880px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "微软雅黑";
	font-size: 17px;
}
.tp{
	width: 480px;
	height: 860px;
	float: left;
	margin-right: 50px;
	border-radius: 20px;
}
.tp:hover{
	transform: scale(1.1,1.1);
}
.nr li{
	width: 370px;
	float: left;
	/*list-style-type: none;*/
	list-style-image: url(../img/logo2.png);
	line-height: 1.4em;
}
.nr h4:hover{
	/*font-size: 24px;*/
	color: #72634D;
	/*text-shadow: #ef4e0a 5px 0 10px;*/
	animation: d1 0.8s cubic-bezier(0.550,0.085,0.680,0.530)both;
}

@keyframes d1{
	0%{
		filter: blur(12px);
		opacity: 0;
	}
	100%{
		filter: blur(0px);
		opacity: 1;
	}
}
