/*.scroll-box {
	width: 72%;
	!*height: 58.59375%;*!
	height: 360px;
	border-top: none;
	!*margin-left: 1px;*!
	margin: 0px auto;
	margin: 210px auto -100px;
	cursor: pointer;
}

.scroll-content {
	width: 95%;
	margin-top: -200px;
	overflow: hidden;
	float: left;
	!*margin-left: 15px;*!
	!*left: 30px;
	right: 30px;*!
	margin-left: 4.5%;
	margin-right: 4.5%;
	position: relative;
}

.scroll-content ul {
	width: 2200px;
	!* 根据滑动图片的多少设置该宽度值 *!
	overflow: hidden;
	!*top: 20px;*!
}

.scroll-content ul li {
	float: left;
	width: 270px;
	!*width: 20%;*!
	height: 324px;
	display: inline;
	!*border: 1px #FF0000 solid;*!
	margin-left: 12px;
	margin-right: 26px;
	background: #FFFFFF;
	border: 1px solid #D5E3ED;
	border-radius: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 3%;
}*/


/*.scroll-content ul li:first-child {
	margin-left: 30px;
}
.scroll-content ul li:nth-child(3) {
	margin-right: 30px;
}*/


/*
.scroll-content ul li:hover {
	opacity: 0.4;
	content: attr(data-tip);
	color: #ffffff;
}
*/

/*.scroll-content ul li img {
	!*width: 200px;*!
	text-align: center;
}

.scroll-pre,
.scroll-next {
	transform: rotate(45deg);
	width: 53.7px;
	height: 53.7px;
	!*width: 4.5%;
	height: 7.2%;*!
	!*margin-top: 50px;*!
	cursor: pointer;
}

.scroll-pre {
	border-left: 4px solid #D2DFEB;
	border-bottom: 4px solid #D2DFEB;
	float: left;
}

.scroll-next {
	border-right: 4px solid #D2DFEB;
	border-top: 4px solid #D2DFEB;
	float: right;
	!*clear: both;*!
}*/


/*弹层css*/


/*
.img-box:hover {
		opacity: 0.4;
	content: attr(data-tip);
	color: #ffffff;
}
*/

.img-box {
	/*width: 270px;*/
	width: 20%;
	height: 60%;
	/*height: 324px;*/
	/*display: inline-block;*/
	/*position: relative;*/
	cursor: pointer;
	text-align: center;
}

.img-box img {
	/*width: 270px;
	height: 324px;*/
	text-align: center;
}

.img-box::before,
.img-box::after {
	/*z-index: 10011;*/
	opacity: 0;
}

.img-box::before {
	content: "";
	border: 135px solid #000;
	position: absolute;
	margin-left: 0px; /* ie下需要改成0 */
	/*margin-top:  10px;*/
	/*padding-top: 0px;*/
	/*padding: 135px 0 0 0;
	top: 0px;
	left: 0px;*/
}

.product-intro-item-title-zh {
	font-family: PingFangSC-Medium, "Microsoft YaHei", "微软雅黑";
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	margin-top: 90%;

	/*font-size: 34px;
	color: #0FFFFF;
	letter-spacing: 0;
	text-align: center;

	float: left;
	clear: both;
	height: 0px;
	overflow: visible;*/
}

.product-intro-item-title-en {
	font-family: PingFangSC-Medium, "Microsoft YaHei", "微软雅黑";
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;

	/*font-size: 26px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;

	float: left;
	clear: both;
	height: 0px;
	overflow: visible;*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.img-box::before {
	content: "";
	border: 135px solid #000;
	position: absolute;
	margin-left: 0px; /* ie下需要改成0 */
	/*margin-top:  10px;*/
	/*padding-top: 0px;*/
	/*padding: 135px 0 0 0;
	top: 0px;
	left: 0px;*/
}
}
.img-box::after {
	content: attr(data-tip);
	/*top: -100%;*/
	color: #ffffff;
	position: relative;
	top: 0px;
	left: 0px;
	/*padding-right: 20px;*/
	/*top: 30px;
	left: 150px;*/
	/*margin-left: -135px;*/
	margin-top: 0px;
	height: 60%;
	float: left;
	/*text-indent: 2em;*/
	text-align: justify;
	padding: 5px 30px 20px 30px;
}

.img-box:hover::before {
	opacity: 0.55;
	background: rgba(0, 0, 0, 0.55);
	border-radius: 0px;
	height: 60%;
	margin-top: 0px;
}

.img-box:hover::after {
	opacity: 1;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.img-box {
		width: 162px;
		/*width: 20%;*/
		height: 194px;
		/*display: inline-block;*/
		/*position: relative;*/
		cursor: pointer;
		text-align: center;
	}
	.img-box img {
		width: 50%;
		height: 50%;
		text-align: center;
	}
	.scroll-content {
		width: 95%;
		margin-top: -110px;
		overflow: hidden;
		float: left;
		/*margin-left: 15px;*/
		/*left: 30px;
		right: 30px;*/
		margin-left: 4.5%;
		margin-right: 4.5%;
		position: relative;
	}
	.scroll-content ul li {
		float: left;
		width: 162px;
		/*width: 20%;*/
		height: 194px;
		display: inline;
		/*border: 1px #FF0000 solid;*/
		margin-left: 30px;
		margin-right: 30px;
		background: #FFFFFF;
		border: 1px solid #D5E3ED;
		border-radius: 10px;
		text-align: center;
		vertical-align: middle;
		padding-top: 4%;
	}
	.scroll-pre,
	.scroll-next {
		transform: rotate(45deg);
		width: 23.7px;
		height: 23.7px;
		/*width: 4.5%;
		height: 7.2%;*/
		/*margin-top: 50px;*/
		cursor: pointer;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1365px) {
	
}