html{
	font-family: "microsoft yahei";
	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: 25px;
	background-color: #333;
	color: #ccc;
	line-height: 25px;
}
.top1>div{
	width: 1000px;
	font-size: 12px;
}
.top1>div span:first-child{
	margin-right: 830px;
}
.top2{ 
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: royalblue;
}
.top2>ul{
	width: 1000px;
}
.top2>ul li{
	width: 166.666px;
	height: 60px;
	text-align: center;
	float: left;
}
.top2>ul li:hover{
	background-color: rgba(0,0,0,.4);
}
.top2>ul li a{
	color: #fff;
}
#app{
	position: relative;
	width: 1000px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto 0;
}
#app .list-img{
	position: absolute;
	width: 3000px;
	height: 100%;
	left: 0px;
	transition: 0.5s ease;
}
#app .list-img div{
	width: 1000px;
	height: 100%;
	cursor: pointer;
	float: left;
}
#app .list-img div img{
	width: 100%;
	height: 100%;
}
#app a{
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	width: 40px;
	height: 60px;
	color: white;
	user-select: none;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
}
#app a:hover{
	background-color: rgba(0,0,0,0.5);
}
#app a.left{
	left: 0px;
}
#app a.right{
	right: 0px;
}
.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;
}
.title-three h4 {
	position: absolute;
	font-size: 18px;
	top: -30px;
	text-indent: 0em;
	width: 400px;
	margin-left: -90px;
	height: 70px;
	text-align: center;
	background: #FFFFFF;
}
.con1{
	width: 1000px;
	height: 200px;
	
}
.con1>div{
	width: 320px;
	height: 260px;
	float: left;
	background-color: #eee;
	overflow: hidden;
}
.con1>div~div{
	margin-left: 20px;
}
.con1>div img{
	width: 320px;
	height: 200px;
	transition: all .6s;
	cursor: pointer;
	
}
.con1>div img:hover{
	transform: scale(1.1);
}
.con2{
	width: 1000px;
	height: 500px;
	line-height: 60px;
}
.con2 img{
	width: 700px;
	height: 420px;
	margin-left: 150px;
}

.con2 p{
	text-indent: 2em;
	line-height: 25px;
}
.con3{
	width: 1000px;
	line-height: 30px;
	text-indent: 2em;
}
.con4{
	width: 1000px;
	line-height: 30px;
	text-indent: 2em;
}
.con5{
	width: 1000px;
	height: 520px;
}
.con5>div{
	width: 320px;
	height: 300px;
	float: left;
	overflow: hidden;
}
.con5>div~div{
	margin-left: 20px;
}
.con5>div img{
	width: 320px;
	height: 260px;
	transition: all .6s;
	cursor: pointer;
}
.con5>div img:hover{
	transform: scale(1.1);
}
.con6{
	width: 1000px;
	line-height: 20px;
	text-indent: 15em;
}
.con7{
	width: 1000px;
	height: 420px;
	line-height: 60px;
}
.con7 img{
	width: 800px;
	height: 350px;
	margin-left: 80px;
}

.con7 p{
	text-indent: 2em;
	line-height: 25px;
}
.con8{
	width: 1000px;
	height: 350px;
	line-height: 60px;
}
.con8 img{
	width: 1080px;
	height: 240px;
	margin-left:50px;
}

.con8 p{
	text-indent: 2em;
	line-height: 25px;
}

.footer{
	width: 100%;
	height: 60px;
	background-color: #333;
	line-height: 30px;
	text-align: center;
	color: #999;
	margin-top: 60px;
	font-size: 12px;
}