/*产品中心选项卡*/
.showBox{
	width:1000px;
	margin: 30px auto;
}
/*选项卡左边*/
.showLeft{
	width: 232px;
	height: 870px;
	font-size: 14px;
	float: left;
}

.menus{
	width: 220px;
	padding: 0px 6px;
	margin: 0 auto 15px;
	border: 1px solid gainsboro;
}
.chose li{
	margin-bottom: 5px;
	padding: 3px 0;
	background: #dfdfdf;
}
.menus .isGreen{
	background:-webkit-linear-gradient(top,#3cb202,#2f9300);
	background:-moz-linear-gradient(top,#3cb202,#2f9300);
	background:-moz-linear-gradient(top,#3cb202,#2f9300);
	background:-ms-linear-gradient(top,#3cb202,#2f9300);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3cb202',endColorStr='#2f9300',gradientType=1);
	color: white;
	padding: 3px 0;
	margin-bottom: 5px;
}
.menus a{
	display: block;
	width: 85%;
	margin: 0 auto;
}
.isGreen a{
	color: white;
	width: 75%;
}
.isGreen span{
	float: right;
}
.menus .chose .showTitle{
	width: 220px;
	font-size: 15px;
	background: none;
	color: #2f9300;
	border-bottom: 1.2px solid #2f9300;
}
.hasborder a{
	color: #2f9300;
}
.hasborder a span{
	display: inline-block;
	border-bottom: 1px solid #35a201;
	box-sizing: border-box;
}
.aa span{
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.aa:hover a{
	color: #35a201;
}
.aa:hover span{
	border-bottom: 1px solid #35a201;	
}
/*左边下部的联系*/
.contactUs{
	width: 100%;
	height: 360px;
	position: relative;
	border: 1px solid gainsboro;
}
.contactUs p, .contactUs strong{
	display: block;
	width: 220px;
	margin: 0 auto;
	line-height: 25px;
}
.contactUs strong{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.contactUs .contactTitle, .showRight .contactTitle{
	width: 100%;
	font-size: 15px;
	color: white;
	padding: 5px 0;
	background:-webkit-linear-gradient(top,#3cb202,#2f9300);
	background:-moz-linear-gradient(top,#3cb202,#2f9300);
	background:-moz-linear-gradient(top,#3cb202,#2f9300);
	background:-ms-linear-gradient(top,#3cb202,#2f9300);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#3cb202',endColorStr='#2f9300',gradientType=1);
}
.contactTitle span{
	margin-left: 10px;
}
.contactTitle a{
	color: white;
}
.contactUs img{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
}
/*右边变化*/
.showRight{
	width: 755px;
	min-height: 900px;
	float: right;
	border: 1px solid #dfdfdf;
}
.showRight strong{
	font-size: 18px;
	color: #ff0101;
	width: 100%;
	display: block;
	padding: 30px 0;
	text-align: center;
	font-weight: normal;
}

.pageNumber{
	text-align: center;
	font-size: 14px;
}
.pageNumber span{
	cursor: pointer;
	margin: 0 5px;
}
.dots{
	display: inline-block;
}
.dots li{
	display: inline-block;
	cursor: pointer;
	width: 20px;
}
.banner-list li{
	width: 725px;
	margin: 0 auto;
}
.banner-list .one{
	width: 225px;
	float: left;
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
}
.banner-list .two{
	margin: 0 25px;
}
.banner-list .one em{
	display: block;
	width: 220px;
    padding: 2px;
    border: 1px solid #ddd;
    height: 164px;
    overflow: hidden;
}
.geleicesuo .banner-list em{
	display: block;
	width: 210px;
    padding: 2px;
    border: 1px solid #ddd;
    height: 156px;
    overflow: hidden;
}
.banner-list .one img{
	/*width: 100%;
	height: 100%;*/
}
.banner-list .one span{
	line-height: 30px;
}
.banner-list .one:hover img{
	transform: scale(1.1);
	transition: 0.5s;
}
.banner-list .one:hover span{
	color: red;
}

.clear-fix:after{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	font-size: 0;
}
.showRight .strong .isred{
	color: #898888;
	 text-transform:uppercase;
	 margin-right: 10px;
}
.one a{
	cursor: pointer;
}
.showRight2{
	width: 100%;
	margin: 0 auto;
}
.changePage3{
	width: 98%;
	margin: 0 auto;
}
.changePage3 .one{
	width: 188px;
	float: left;
}
.changePage3 .one em{
	width: 188px;
	height: 100px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}
.changePage3 .one img{
	width: 98%;
	height: 97%;
	margin-top: 0.6%;
	vertical-align: middle;
}
.changePage3 .banner-list li{
	width: 100%;
}
.isleft{
	margin-left: 10px;
}
