﻿.banner {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
}

.banner img {
	width: 100%;
}

.bann-title {
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	top: 61%;
	text-align: center;
}

.bann-title h2 {
	font-size: 27px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: .8%;
	/* display: none; */
}

.bann-title li {
	font-size: 15px;
	color: #fff;
	letter-spacing: 0px;
	margin-top: 2px;
	width: 100%;
	display: inline-block;
}

.bann-title li a {
	font-size: 12px;
	color: #fff;
	letter-spacing: 0px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}

.product {
	width: 100%;
	height: auto;
	display: inline-block;
	padding: 3% 0;
}

.pro_detail_pic {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin-top: 20px;
	height: auto;
	margin-bottom: -5px;
}

.pro_detail_pic_wrap {
	width: 100%;
	height: 250px;
	text-align: center;
	margin-bottom: 9px;
	position: relative
}

.pro_detail_pic_wrap img {
}

.pro_detail_pic_nav li {
	width: 20%;
	height: auto;
	padding: 3%;
	overflow: hidden;
	border-right: 2px solid #000;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.pro_detail_pic_nav li img {
	max-width: 100%;
	max-height: 88%;
	vertical-align: middle;
	width: 100%;
}

.pro_detail_pic_nav li:last-child {
	margin-right: 0
}

.pro_detail_pic_nav li.on {
}

.small-box {
	width: 100%;
	height: 100%;
	cursor: move;
	position: relative;
	text-align: center;
	line-height: 250px;
}

.small-box img {
	width: 69%;
	margin: 0 auto;
}

.tool {
	width: 25%;
	height: 50%;
	background-color: #FFF;
	opacity: 0.5;
	filter: alpha(opacity=50);
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.tool.active {
	display: block;
}

.big-box {
	width: 100%;
	height: 112%;
	border: 1px #ccc solid;
	overflow: hidden;
	float: left;
	position: absolute;
	top: -21px;
	left: 0px;
	display: none;
	background: #FFF;
	z-index: 99999999999;
}

.big-box.active {
	display: block
}

.big-box img {
	width: 200%;
	max-width: inherit;
	max-height: inherit;
	position: absolute;
}

.wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	border: 3px solid #000;
}

.fl {
	float: left
}

.fr {
	float: right
}

.pro_detail_pic_nav {
	border-top: 3px solid #000;
	width: 100%;
	height: auto;
	display: inline-block;
	z-index: 99999999;
	position: relative;
}

.pro-left {
	width: 26%;
	float: left;
}

.pro-right {
	width: 69%;
	float: right;
}

.pro-right h3 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 2%;
}

.pro-right p {
	text-align: justify;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	width: 95%;
	line-height: 28px;
	padding: 1% 0;
	margin-bottom: 4%;
}

.pro-bottom {
	width: 100%;
	height: auto;
	display: inline-block;
}

.pro-bottom p {
	text-align: justify;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	width: 95%;
	line-height: 28px;
	padding: 1% 0;
	margin-bottom: 4%;
}

.download a {
	background-color: #F53737;
	border: 3px solid #F53737;
	width: 100%;
	text-align: center;
	color: #fff;
	display: inline-block;
	padding: 3% 0;
	margin-top: 3%;
}

.bann-title li i {
	float: left;
	display: inline-block;
	text-align: left;
	width: 3%;
	margin: 0 5px;
	margin-top: 2px;
}

.bann-title li i img {
	width: 100%;
	float: left;
	display: inline-block;
}

.bann-title ul {
	width: auto;
	margin: 0 auto;
	display: inline-block;
}

@media screen and (max-width: 1024px) and (min-width: 0px) {
	.banner img {
		width: 100%;
		height: 110px;
	}

	.bann-title {
		width: 100%;
		height: auto;
		display: inline-block;
		position: absolute;
		top: 42%;
		text-align: center;
	}

	.ab-top h3 {
		color: #000000;
		font-family: "Poppins", Sans-serif;
		font-size: 22px;
		font-weight: 700;
		line-height: 45px;
		text-align: left;
		margin-bottom: 1%;
	}

	.ab-top p {
		text-align: left;
		color: #000000;
		font-size: 13px;
		font-weight: 400;
		line-height: 30px !important;
		width: 100%;
		margin-bottom: 4%;
		text-indent: 2em;
	}

	.bann-title li i img {
		width: 100% !important;
		float: left;
		display: inline-block;
		height: auto;
	}
	.pro-left {
		width: 100%;
		float: left;
	}
	#showbox {
		border: 3px solid #000;
		height: 300px !important;
		width: 100% !important;
		overflow: hidden;
	}
	#showsum {
		left: 0px;
		margin-top: -2px;
		border: 3px solid #000;
		width: 100% !important;
	}
}