html{
	font-family: "microsoft yahei,arial, helvetica, sans-serif";
	font-size: 16px;
}
*{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
.auto{
	margin: 0 auto;
}
.clearfix::after{
	content: '';
	display: block;
	clear: both;
}
.top1{
	width: 100%;
	height: 60px;
	background-color: #a65b18;
}
.top1 ul{
	width: 1200px;
	height: 60px;
}
.top1 ul li{
	width: 200px;
	height: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
}
.top1 ul li:hover{
	background-color: rgba(253,253,253,.5);
}
.top1 ul li a{
	color: #fff;
	display: block;
}
.box{
	position: relative;
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}
.images {
	position: absolute;
	width: 1200px;
	height: 500px;
}
.pimg {
	z-index: 0;
	position: absolute;
	width: 1200px;
	height: 500px;
	opacity: 0;
	transition: opacity 1s ;
}
.list {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 220px;
	height: 40px;
	z-index: 3;
}
.oli {
	float: left;
	width: 40px;
	height: 40px;
	user-select: none;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	border: 1px solid #000;
	color: #000;
}
.oli~.oli{
	margin-left: 5px;
}
.oli:hover {
	cursor: pointer;
}
.addimg {
	z-index: 1;
	opacity: 1;
}
.addli {
	background-color: rgba(255,0,0,.5);
	color: #000;
}
.left,
.right {
	z-index: 2;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 25px;
	height: 36px;
	cursor: pointer;
	user-select: none;
	background-color: rgba(0,0,0,.4);
	text-align: center;
	line-height: 36px;
	color: #fff;
	transition: background-color 1s, color 1s ;
}
.left {
	left: 0;
	overflow: hidden;
}
.right {
	right: 0;
	overflow: hidden;
}
.left::before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
	margin-top: 8px;
	margin-left: 6px;
}
.right::before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: 8px;
	margin-left: 3px;
}
.video{
	width: 800px;
	height: 450px;
	border: 5px solid #A65B18;
	margin: 35px auto;
	padding: 20px;
}
.con2{
	width: 1000px;
	margin: 50px auto;
}
.con2 div{
	width: 306px;
	height: 400px;
	float: left;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	
}
.con2 div:hover p{
	height: 400px;
	padding: 20px;
}
.con2 div~div{
	margin-left: 40px;
}
.con2 img{
	width: 306px;
	height: 400px;
}
.con2 p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 306px;
	height: 0;
	line-height: 40px;
	background-color: rgba(0,0,0,.3);
	overflow: hidden;
	color: #fff;
	transition: height 1.5s;
}
.con6{
	width: 1000px;
	margin: 30px auto;
}
.con7{
	width: 1000px;
	margin-bottom: 30px;
	cursor: pointer;
}
.con7 div:first-child{
	width: 480px;
	float: left;
	height: 300px;
	border: 1px solid #ccc;
	padding: 9px;	
}
.con7:hover div:first-child{
	border: 1px solid #A65B18;
}
.con7:hover div:last-child{
	color: #A65B18;
	text-shadow: 3px 3px 3px #999;
}
.con7 div:first-child img{
	width: 480px;
	height: 280px;
}
.con7 div:last-child{
	width: 420px;
	height: 270px;
	float: right;
	padding: 15px;
	line-height: 35px;
}
.title-three {
	position: relative;
	width: 210px;
	margin: 100px auto 50px auto;
	padding: 0 60px;
	border-bottom: 2px solid #333;
}

.title-three h3 {
	position: absolute;
	font-size: 24px;
	top: -15px;
	width: 210px;
	text-align: center;
	background: #FFFFFF;
}
.banner{
	width: 1000px;
	height: 500px;
	background: url(../images/7.jpg) no-repeat;
	background-size: 100% 100%;
	transition: all .6s;
	cursor: pointer;
}
.banner:hover{
	background: url(../images/8.jpg) no-repeat;
	background-size: 100% 100%;
}
.p1{
	width: 1000px;
	line-height: 30px;
	margin: 30px auto;
	text-indent: 2em;
	cursor: pointer;
}
.p1:hover{
	color: #A65B18;
	text-decoration: underline;
}
.main2{
	width: 1200px;
	margin: 30px auto;
}
.main2>div{
	width: 242px;
	height: 360px;
	float: left;
	border: 1px solid #ccc;
	padding: 9px;
	text-align: center;
	cursor: pointer;
}
.main2>div~div{
	margin-left: 50px;
}
.main2>div:hover{
	border: 1px solid #A65B18;
}
.main2>div:hover p{
	color: #A65B18;
	text-decoration: underline;
}
.main2>div:hover img{
	transform: scale(1.1);
}
.main2>div>div{
	width: 242px;
	height: 310px;
	overflow: hidden;	
}
.main2 img{
	transition: all .6s;
}
.main2>div>div img{
	width: 242px;
	height: 310px;
}
.main2 p{
	line-height: 30px;
}
.fooeter{
	width: 100%;
	height: 60px;
	background-color: #A65B18;
	color: #fff;
}
.fooeter p{
	line-height: 60px;
	text-align: center;
}