﻿body {
	background: #f5f5f5;
}

.mainbox {
	width: 100%;
	height: calc(100vh - 172px);
	position: relative;
	overflow: hidden;
}

.mainbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banbox {
	width: 100%;
	height: 100%;
	position: relative;
}

.ban {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
	position: absolute;
}

.ban img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.banb {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 5;
	bottom: 50px;
	text-align: center;
}

.banb span {
	display: inline-block;
	width: 60px;
	height: 6px;
	margin: 0 5px;
	background: #eee;
	cursor: pointer;
	line-height: 50px;
	overflow: hidden;
}

.banb span.on {
	background: #2496d8;
}

#aro-left {
	width: 40px;
	height: 120px;
	top: 50%;
	margin-top: -60px;
	display: none;
	z-index: 9;
	cursor: pointer;
	left: 0;
	text-align: center;
	position: absolute;
}

#aro-right {
	width: 40px;
	height: 120px;
	top: 50%;
	margin-top: -60px;
	right: 0;
	text-align: center;
	z-index: 9;
	display: none;
	cursor: pointer;
	position: absolute;
}

.news {
	width: calc(100% - 500px);
	height: 50px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 3px;
	position: absolute;
	left: 390px;
	top: 15px;
	z-index: 100;
}

.newst {
	width: 200px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	background: url(/images/tz.png) 30px center no-repeat;
	background-size: 20px;
	float: left;
}

.FontScroll {
	width: 70%;
	height: 50px;
	line-height: 50px;
	float: left;
	overflow: hidden;
}

.newsu li {
	height: 50px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.news a.more {
	display: block;
	margin-right: 50px;
	line-height: 50px;
	float: right;
}

.prot {
	height: auto;
	overflow: hidden;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.prot span {
	display: block;
	font-weight: bold;
}

.prot span:nth-child(1) {
	font-size: 40px;
	line-height: 60px;
	color: #666;
}

.prot span:nth-child(2) {
	font-size: 36px;
	line-height: 50px;
	color: #d8d8d8;

}

.probox {
	width: 1680px;
	height: 380px;
	margin: 0 auto;
	overflow: hidden;
}

.prol, .pror {
	width: 80px;
	height: 320px;
	margin-top: 20px;
	cursor: pointer;
	opacity: .6;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}

.prol:hover, .pror:hover {
	opacity: 1;
}

.prol {
	float: left;
	background: url(/images/left.png) left center no-repeat;
}

.pror {
	float: right;
	background: url(/images/right.png) right center no-repeat;
}

.prop {
	width: 1520px;
	height: 380px;
	float: left;
	cursor: pointer;
}

.propp {
	width: 460px;
	height: 320px;
	float: left;
	margin: 20px;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	transition: all 0.5s;
}

.propp p {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.propp p img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.propp span {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #e4474a;
	font-size: 30px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.propp:hover {
	-moz-box-shadow: 0px 0x 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

a.promore {
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #666;
	display: block;
	margin: 20px auto 50px auto;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
}