.wrap {
	width: 100%;
	height: auto;
}

.banner {
	margin-top: 80px;
	width: 100%;
	height: auto;
	background: #2E8B57;
	position: relative;
}

.banner img {
	width: 100%;
}

.banner .info {
	width: 50%;
	height: 100%;
	border: 1px saddlebrown solid;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
	background: #C6010D;
	padding: 30px 0 0 19px;
	/*padding-left: ;*/
}

.banner .info .title {
	font-size: 24px;
	color: #FFFFFF;
}

.banner .info .dec {
	width: auto;
		/*
	height:auto;
	*/
	height: 80px;
		overflow:hidden;
	font-family: "PingFangSC-Regular";
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 25px;
	margin-top: 1%;
}

.banner .info .list {
	width: 720px;
	height: 120px;
	background-color: #FFFFFF;
	/*padding: 20px 0;*/
}

.banner .info .list .box {
	width: 720px;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	border: 1px saddlebrown;
}

.banner .info .list .box .item .top {
	margin-top: 20px;
}

.banner .info .list .box .item {
	position: relative;
}

.banner .info .list .box .item .tip {
	position: absolute;
	top: -10px;
	left: -10px;
	margin-left: 50%;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	/*#C6010D 100%*/
	border-color: #C6010D transparent transparent transparent;
	display: none;
}

.banner .info .list .box {
	margin-top: 30px;
}

.banner .info .list .box .item .top img {
	margin: 0 auto;
}

/*.banner:hover {
	border: 1px saddlebrown red;
}*/

.banner .info .list .box .item p {
	margin-top: 15px;
	/*font-family: PingFangSC-Regular*/
	font-size: 14px;
	color: #323232;
	letter-spacing: 0;
	text-align: center
}

.banner .info .list .box .item:not(:last-child) {
	border-right: 1px solid #D9D9D9;
	/*background: #FFFFFF;*/
	/*box-shadow: inset -1px 0 0 0 #D9D9D9;*/
}

.banner .info .list .box .item:hover  p {
	color: #CC9C17;
}

.banner .info .list .box .item:hover .tip {
	display: block;
}

.banner .info .list .box .item {
	width: 180px;
	height: auto;
}

.banner .info .list .box .product_banner_img {
	width: 48px;
	height: 48px
}

.center {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.path {
	width: 100%;
	height: auto;
	padding: 20px 0;
	font-family: 'PingFangSC-Regular';
	font-size: 14px;
	color: #323232;
	letter-spacing: 0;
}

.path span {
	padding: 5px;
}

.center .list_item {
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	width: 100%;
	height: 60px;
	background: #F6F6F8;
	border: 1px solid #D9D9D9;
}

.center .list_item .item {
	width: 600px;
	height: 60px;
	font-family: 'PingFangSC-Medium';
	font-size: 24px;
	color: #323232;
	letter-spacing: 0;
	text-align: center;
	line-height: 60px;
}

.center .list_item .item:nth-child(1) {
	border-right: 1px solid #D9D9D9;
}

.center .list_item .item:hover {
	color: #C6010D;
}

.center .box {
	width: 1200px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	flex-flow: wrap;
	margin-bottom: 60px;
	margin-top: 30px;
}

.center .box .item {
	width: 285px;
	height: 180px;
	position: relative;
	margin-bottom: 20px;
}

.center .box .item img {
	width: 285px;
	height: 180px;
}

.center .box .item .dec {
	width: 100%;
	height: 36px;
	background: rgba(255, 255, 255, 0.2);
	font-family: ' PingFangSC-Regular';
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 22;
	line-height:36px;
}

.center .pages {
	width: 100%;
	height: 28px;
	margin-bottom: 60px;
}

.center .pages .list {
	width: 800px;
	height: 28px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
}

.center .pages .list .item {
	width: 28px;
	height: 28px;
	background: #FFffff;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	font-family: "HelveticaNeue";
	font-size: 14px;
	color: #323232;
	text-align: center;
	line-height: 28px;
}
.center .pages .list .item {
float:left;
}
.center .pages .list .item a{
	color:#000;
	}
.center .pages .list .item.active {
	color: #fff;
	background: #E10000;
	border: none;
}

.center .pages .list .item.more {
	border: none;
	background: none;
	color: #ccc;
	letter-spacing: 3px;
}
.cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	display: none;
}

.cover .box {
	width: 960px;
	height: 550px;
	/*border: 1px solid red;'\'*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #231917;
}

.cover .box .picture {
	width: 880px;
	height: 550px;
	background: #000;
	float: left;
}

.cover .box .picture .img {
	width: 880px;
	height: 490px;
}

.cover .box .picture .dec {
	width: 880px;
	height: 60px;
	background: #CC9C17;
	/*opacity: 0.4;*/
	font-family: 'PingFangSC-Regular';
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
}

.cover .box .picture .img img {
	width: 100%;
}

.cover .box .option {
	width: 80px;
	background: #231917;
	height: 550px;
	float: left;
	z-index: 999;
}

.cover .box .option .btn {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.cover .box .option .btn.close {
	background: #CC9C17;
}

.cover .box .option .btn img {
	width: 24px;
	height: 24px;
}

.cover .box .option .btn img.cki_img {
	width: 14px;
	height: 14px;
}

.nav .list ul li:nth-child(3) a {
	color: #C6010D;
}

@media screen and(min-width:1024px) and (max-width:1366px)
/*@media screen and (max-width:1266px) {*/
	.banner .info {
		padding: 10px;
	}
	.banner .info .list{
		height: 110px;
	}
	
	.banner .info .list .box{
		margin-top: 15px;
	}
	
	.banner .info .list .box .item .top{
		margin-top: 0;
	}
	.banner .info .list .box .item .tip{
		top: -20px;
	}
}