*{
	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: 900px;*/
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 24px;
	font-family: "微软雅黑";
}
.juzi li{
	/*width: 240px;*/
	/*height: 170px;*/
	margin-bottom: 10px;
	margin-left: 10px;
	list-style-type: none;
	float: left;
}
.juzi li:nth-of-type(2n){
	background-color: #fcf2f561;
	border-radius: 5px;
}
.juzi li:nth-of-type(1){
	position: relative;
	height: 40px;
	cursor: pointer;
	width: auto;
}
.juzi li:nth-of-type(1):before,.juzi li:nth-of-type(1):after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #fec1d0;
	transform: scaleX(0);
	transition: transform 0.5s ease;
}
.juzi li:nth-of-type(1):before{
	top: 0;
	transform-origin: center right ;
}
.juzi li:nth-of-type(1):hover:before{
	transform-origin: center left;
	transform: scaleX(1);
}
.juzi li:nth-of-type(1):after{
	bottom: 0;
	transform-origin: center left;
}
.juzi li:nth-of-type(1):hover:after{
	transform-origin: center right;
	transform: scaleX(1);
}
.juzi li:nth-of-type(2n):hover{
	color: #72634D;
	animation: d2 1s cubic-bezier(0.215,0.610,0.355,1.000)both;
}
.juzi li:nth-of-type(2n-1){
	color: #72634D;
	animation: d1 0.7s cubic-bezier(0.215,0.610,0.355,1.000)both;
}
@keyframes d1{
	0%{
		letter-spacing: -0.5em;
		opacity: 0;
	}
	40%{
		opacity: 0.6;
	}
	100%{
		opacity: 1;
	}
}
@keyframes d2{
	0%{
		letter-spacing: 1em;
		transform: rotateZ(400px);
		opacity: 0;
	}
	40%{
		opacity: 0.6;
	}
	100%{
		transform: translateZ(0);
		opacity: 1;
	}
}