* {
	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;
}

.jcpd {
	width: 1000px;
	/*height: 1000px;*/
	/*background: lavender;*/
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.images img {
	width: 1000px;
	height: 427px;
}

.container {
	width: 1000px;
	height: 427px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.images {
	width: 14000px;
	height: 500px;
	animation: move 65s ease-in-out infinite;
	overflow: hidden;
}

@keyframes move {
	0%,
	8% {
		margin-left: 0;
	}
	8%,
	16% {
		margin-left: -1000px;
	}
	16%,
	24% {
		margin-left: -2000px;
	}
	24%,
	32% {
		margin-left: -3000px;
	}
	32%,
	40% {
		margin-left: -4000px;
	}
	40%,
	48% {
		margin-left: -5000px;
	}
	48%,
	56% {
		margin-left: -6000px;
	}
	56%,
	62% {
		margin-left: -7000px;
	}
	62%,
	70% {
		margin-left: -8000px;
	}
	70%,
	78% {
		margin-left: -9000px;
	}
	78%,
	86% {
		margin-left: -10000px;
	}
	86%,
	94% {
		margin-left: -11000px;
	}
	94%,
	100% {
		margin-left: -12000px;
	}
}

.images:hover {
	animation-play-state: paused;
}

.slider {
	position: absolute;
	top: 50%;
	/*border-radius: 0;*/
	width: 25px;
	height: 35px;
	line-height: 35px;
	background-color: rgba(0, 0, 0, .15);
	margin-top: -20px;
	font-size: 20px;
	/*  z-index: 2;*/
	border: none;
	/*outline: none;*/
	/*-webkit-transition: background-color .2s ease;*/
	/*transition: background-color .2s ease;*/
}

.slider_1 {
	left: 0;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
}

.slider_2 {
	right: 0;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}

.slider i {
	font-family: iconfont, sans-serif;
	font-style: normal;
	-webkit-text-stroke-width: 0.2px;
	color: rgba(255, 255, 255, .8);
	/*transition: color .2s ease;*/
}

button {
	cursor: pointer;
}

.sp h3 {
	margin-top: 10px;
	line-height: 50px;
	text-align: center;
	font-family: "微软雅黑";
}

.sp video {
	margin-left: 50px;
	width: 900px;
}

.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%;
}

.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;
}

nav {
	background: url(../img/bj2.jpg);
	margin-top: 10px;
	border-radius: 20px;
	margin-bottom: 20px;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 300%;
	height: 3em;
}

nav>ul>li {
	display: inline-block;
	width: 80px;
	text-align: center;
	position: relative;
	z-index: 1;
}

nav>ul>li>a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #72634d;
	display: inline-block;
}

nav>ul>li~div {
	background-color: #fec1d0;
	width: 80px;
	height: 3em;
	transition: left 0.5s;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
}

nav>ul>li:nth-child(2):hover~div {
	left: 6em;
}

nav>ul>li:nth-child(3):hover~div {
	left: 11em;
}

nav>ul>li:nth-child(4):hover~div {
	left: 16em;
}

nav>ul>li:nth-child(5):hover~div {
	left: 21em;
}

nav>ul>li:nth-child(6):hover~div {
	left: 26em;
}

#main {
	width: 1000px;
	height: 500px;
	margin: 0 auto;
}