body {
	background-color: #F3F3F3;
}

/* 大图 */
.big-img {
	width: 100%;
	height: auto;
}

.big-img img {
	width: 100%;
	/* height: 100%; */
}

.location {
	text-align: left;
	margin: 14px auto;

}

.location span a {
	padding: 20px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.location span:first-child {
	margin-right: 25px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 46px;
}

.location span:last-child i {
	display: none;
}

.location span:last-child a {
	color: #3b9d6e;
}

/* 展示说明 */
.display {
	margin-bottom: 30px;
}

.display-left {
	float: left;
	width: 220px;
}

.overall-one {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: linear-gradient(90deg, #6CBD27, #0081AD);
	margin-bottom: 10px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	/* line-height: 48px; */
}

.display-left ul {
	width: 100%;
}

.display-left ul li {
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.display-left ul li.on {
	background: linear-gradient(90deg, #6CBD27, #0081AD);
	opacity: 0.7;
}

.display-left ul li.on span a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 56px;
	border: none;
}

.display-left ul li span {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #ccc;
	text-align: center;
	box-sizing: border-box;
	/* padding-left: 40px; */
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 56px;
}

.display-left ul li:last-child span {
	border: none;
}


.display-right {
	float: right;
	width: 960px;
	/* height: 840px; */
	background-color: #FFFFFF;
	padding-bottom: 34px;
}

.title {
	width: 100%;
	height: 85px;
	border-bottom: 1px solid #ccc;
}

.title h1 {
	text-align: left;
	/* width: 100%; */
	box-sizing: border-box;
	padding-left: 25px;
	height: 100%;
}

.title h1 span {
	width: 110px;
	height: 100%;
	line-height: 85px;
	text-align: center;
	display: inline-block;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #349E6D;
	position: relative;
}

.title h1 span::after {
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	background: linear-gradient(90deg, #6CBD27, #0081AD);
	opacity: 0.7;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.content {
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
}

/* 下拉奖项 */
.down {
	width: 100%;
	/* margin-top: 65px; */
	box-sizing: border-box;
	padding: 0px 20px 0px 50px;
}

.down .gun .text-list {
	width: 100%;
}

.down .gun .text-list li {
	margin-bottom: 25px;
}

.down .gun .text-list li:last-child {
	margin-bottom: 34px;
}

.down .gun .text-list li p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	text-align: left;
}


.down2 .gun,
.down3 .gun,
.down4 .gun,
.down5 .gun,
.down6 .gun  {
	display: none;
}


.down1-top {
	width: 100%;
	text-align: left;
	height: 50px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 40px 0px;
	padding-bottom: 30px;
}

.down1-top span:first-child {
	width: 50px;
	height: 50px;
	background: #38A068;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}

.down1-top span:first-child img {
	width: 30px;
	height: 33px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.down1-top span:nth-child(2) {
	width: 300px;
	height: 36px;
	background: #38A068;
	border-radius: 18px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F3F3F3;
	line-height: 36px;
	display: inline-block;
	margin: 0px 20px;
	text-align: center;
}

.down1-top .button1,
.button2 {
	width: 36px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
}

.down1-top .button1,
.button2 {
	width: 100%;
	height: 100%;
}

.down1-top .onn,
.down2-top .onn {
	position: absolute;
	right: -40px;
}


.down1-top .on,
.down2-top .on {
	position: unset;
}

.down2-top {
	width: 100%;
	text-align: left;
	height: 50px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 40px 0px;
}

.down2-top span:first-child {
	width: 50px;
	height: 50px;
	background: #EEEEEE;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}

.down2-top span:first-child img {
	width: 30px;
	height: 33px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.down2-top span:nth-child(2) {
	width: 300px;
	height: 36px;
	background: #EEEEEE;
	border-radius: 18px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	display: inline-block;
	margin: 0px 20px;
	text-align: center;
}

.right1,
.right2 {
	width: 36px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
}

.down2-top span:nth-child(3) img {
	width: 100%;
	height: 100%;
}

.border {
	border-bottom: 2px dashed #CCCCCC;
}

.gun {
	width: 815px;
	/* margin-top: 35px; */
	float: right;

	padding-bottom: 10px;
}

/* 本例子css */
.picScroll-left {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
	/* border: 1px solid #ccc; */
}

.picScroll-left .hd {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background: #f4f4f4; */
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
	display: block;
	width: 36px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;

	position: absolute;
	top: 38%;
	transform: translateY(-50%);
	z-index: 999;
}


.picScroll-left .hd .prev {
	left: 0 !important;
	background: url(http://www.yanzhoucoal.com.cn/2022style/2022img/20220623b5.png) no-repeat;
	background-size: 100%, 100%;
}

.picScroll-left .hd .next {
	background: url(http://www.yanzhoucoal.com.cn/2022style/2022img/20220623b6.png) no-repeat;
	background-size: 100%, 100%;
	right: 0 !important;
}


.picScroll-left .bd {
	width: 740px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 5px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 245px !important;
	/* height: 135px !important; */

}

.picScroll-left .bd ul li .pic {
	text-align: center;
	background: #F0F0F0;
}

.picScroll-left .bd ul li .pic a {
	text-align: center;
	display: inline-block;
	width: 240px;
	height: 135px;
}

.picScroll-left .bd ul li .pic img {
	max-width: 100%;
	max-height: 100%;
	/* display: block; */
	padding: 5px;
	/* border: 1px solid #ccc; */
	box-sizing: border-box;
}

.picScroll-left .bd ul li .title {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 25px;
}

.picScroll-left .bd ul li .title a {
	/* line-height: 24px; */
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 85%;
	margin: 0 auto;
}


.tempWrap {
	width: 100% !important;
}


/* 介绍文字 */
.text-main {
	width: 850px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 20px;
}

.text-main p a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
	display: inline-block;
}
