body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	/* background: #fdfcf8; */
}

div.wrapper {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 76%;
	text-align: center;

}

.content {
	margin-top: 115px;
}

.header {
	margin-top: 105px;
}

.header p {
	/* width: 91px; */
	height: 22px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #212121;


}

.header .unline {
	width: 81px;
	height: 5px;
	margin: 0 auto;
	margin-top: 4px;
	background: #88B237;
}

.sinSub {
	/* box-sizing: content-box; */
	height: auto;
	overflow: auto
}

.proSub {
	margin-left: 5px;
	text-align: left;
	/* width: 82px; */
	/* height: 21px; */
	height: auto;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #717171;
	margin-bottom: 12px;
	display: block;
}

.proSubActive {
	color: #88B237;
}

div.img {
	margin: 5px 60px 62px 0px;
	/* border: 1px solid #ccc; */
	float: left;
	width: 229px;
	height: 192px;

}

div.contain {
	width: 229px;
	height: 192px;

	/* opacity:0.29 ; */
	background: rgba(255,255,255,0.29);
	box-shadow: 0px 4px 5px 0px rgba(6, 0, 1, 0.165);
	border-radius: 20px;
	position: absolute;
		transition: 0.4s;
}

div.contain:hover {

	box-shadow: 0px 4px 5px 0px rgba(136, 178, 55, 0.5);
	border-radius: 20px;
	transition: 0.3s;
	transform: scale(1.1,1.1);
}

div.img img {
	/* width: 100%;
		
				height: auto; */
	clear: both;
	width: 202px;
	height: 114px;
	background: #FFFFFF;
	margin: 16px 0 0 0;
	opacity: 1;
	border-radius: 10px;
}

div.desc {
	clear: both;
	opacity: 1;
	/* padding: 20px; */

	text-align: center;
	width: 200px;
	margin: 0 auto;
	height: 14px;
	font-size: 14px;
	font-family:"微软雅黑","Microsoft Yahei";
	font-weight: 400;

	margin-top: 10px;

}



.mui-slider-indicator {

	/* float: right; */
	/* margin-right: 200px; */

position:  fixed;
top: 200px;
right: 200px;
}

.Colline {
	background: #88B237;
	width: 8px;
	/* margin: 0 auto; */
	/* left: 16px; */
	padding: 40px 0px 1px 0px;

}

.mui-indicator {
	width: 200px;
	height: 20px;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	/* clear: both; */
	margin-bottom: 36px;
	cursor: pointer;
}

.subCir {
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	border: 2px solid #88B237;
	border-radius: 50%;
	margin-left: -4px;
	float: left;

}

.mui-active .subCir {
	width: 22px;
	height: 22px;
	margin-left: -10px;
	margin-top: -8px;
	transition: 0.3s;
	border: 3px solid #88B237;
}

.subText {

	/* width: 66px; */
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	font-family: Microsoft YaHei;

font-weight: 400;
	color: #000000;
	float: left;
margin-top: -5px;
	margin-left: 25px;
	/* margin: 2px 0; */
}

.mui-active .subText{
	margin-left: 20px;
	font-size: 16px;
	height: 17px;
   font-weight: bold;
}

.videos {
    display: none;
    border: 1px solid #080808;
    position: fixed;
    left: 50%;
    top: 58%;
    margin-left: -400px;
    margin-top: -300px;
    z-index: 100;
    width: 800px;
}
#divmask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 99;
}
.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}