table{ transition: all 0s;}
.productCon_box .title h1 {
	font-size: 40px;
	color: #acce21;
	text-align: center;
	padding: 50px 0;
}
.productCon_box .item_box {
	height: 58px;
	margin-left:15px;
}
.productCon_box .item {
	float: left;
	background: url(../images/product_bj.png) no-repeat center center;
	width:410px;
	height: 58px;
	position: relative;
	margin-left: -15px;
	line-height: 58px;
	text-align: center;
	font-size: 24px;
	color: #acce21;
	cursor: pointer;
	transition: all .3s
}
.productCon_box .item.on, .productCon_box .item:hover {
	color: #fff;
	background: url(../images/product_bj2.png) no-repeat center center;
	transition: all .3s
}
.product_table {
	height: 0;
	overflow: hidden
}
.product_table.on {
	height: auto;
	margin-top: 60px;
	margin-bottom: 70px
}
.product_table table {
	margin-top: 0
}
.product_table table tr {
	background: #eee
}
.product_table table tr:nth-of-type(2n) {
	background: #fff
}
.product_table table tr, .product_table table td {
	text-align: center
}
.product_table table tr th {
	font-size: 20px;
	color: #262626;
	font-weight: 700;
	padding: 12px 20px;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc
}
.product_table table tr th:nth-of-type(1) {
	text-align: left
}
.product_table table tr td {
	font-size: 18px;
	color: #575757;
	font-weight: 300;
	padding: 12px 20px;
	border-top: 0;
	border-bottom: 0;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc
}
.product_table table tr td p {
	font-size: 18px;
	color: #575757;
	font-weight: 300
}
.product_table table tr td .img {
	line-height: 0;
	position: relative;
	cursor: pointer
}
.product_table table tr td .img:before {
	position: absolute;
	content: '';
	width: 19px;
	height: 19px;
	bottom: 0;
	right: 0;
	background: url(../images/proImg_click.png) no-repeat center center;
	z-index: 9999
}
.product_table .textCon_box {
	padding-bottom: 50px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 50px
}
.product_table .textCon_box:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0
}
.product_table .textCon_box h3 {
	font-size: 30px;
	color: #4d4b4b;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px
}
.product_table .textCon_box h3:before {
	position: absolute;
	content: '';
	width: 25px;
	height: 25px;
	left: 0;
	top: 50%;
	margin-top: -12px;
	background: #acce21
}
.product_table .textCon_box .textCon {
	overflow: hidden
}
.product_table .textCon_box .textCon .img {
	width: 43%;
	float: left
}
.product_table .textCon_box .textCon .customized_table {
	width: 57%;
	float: left
}
.productImg_slickBox {
	position: fixed;
	width: 1000px;
	height: 70%;
	top: 15%;
	left: 50%;
	padding: 100px 0;
	margin-left: -500px;
	background: #fff;
	z-index: 10000;
	overflow: hidden;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all .3s
}
.productImg_slickBox.on {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all .3s
}
.closePro_img {
	position: absolute;
	width: 58px;
	height: 58px;
	top: 20px;
	right: 20px;
	background: url(../images/closePro_img.png) no-repeat center;
	transition: all .3s
}
.closePro_img:hover {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	transition: all .3s
}
.productImg_box {
	padding: 0 100px
}
.productImg_box img {
	height: 455px;
	clear: both;
	display: block;
	margin: auto
}
.productImg_box .slick-prev, .productImg_box .slick-next {
	width: 43px;
	height: 85px;
	background: url(../images/productImg_arrows.png) no-repeat
}
.productImg_box .slick-prev {
	left: 10px;
	background-position: left center
}
.productImg_box .slick-next {
	right: 10px;
	background-position: right center
}
.productImg {
	display: none
}
.productImg_bj {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,.5);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all .3s
}
.productImg_bj.on {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: all .3s
}
@media(max-width:1220px) {
.productCon_box .item_box {
	margin-left: 0;
	text-align: center
}
.productCon_box .item {
	width: 19.5%;
	display: inline-block;
	float: none;
	margin: 0 .5%;
	margin-bottom:5px;
	background: 0 0;
	height:40px;
	line-height:40px;
	border: 1px solid #acce21;
	font-size: 20px
}
.productCon_box .item.on, .productCon_box .item:hover {
	background: #acce21
}
.product_table table tr th {
	font-size: 12px;
	line-height:20px;
    color: #000;
    font-weight:700;
    padding: 10px 0px;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
.product_table table tr td {
	font-size: 12px;
	line-height:20px;
}
.product_table table tr td p {
    font-size: 12px;
    color: #575757;
    font-weight: 300;
	line-height:20px;
}
.product_table.on {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.productCon_box .title h1 {
    font-size: 30px;
    color: #acce21;
    text-align: center;
    padding: 20px 0;
}

.productImg_slickBox {
	width: 90%;
	height: auto;
	min-height: 50%;
	left: 5%;
	margin-left: 0;
	padding-bottom: 30px
}
.productImg_box {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px
}
.productImg_box .slick-prev, .productImg_box .slick-next {
	width: 21px;
	height: 42px;
	margin-top: -21px;
	background: url(../images/buttonstyle.png) no-repeat
}
.productImg_box .slick-prev {
	left: 0;
	background-position: top left
}
.productImg_box .slick-next {
	right: 0;
	background-position: top right
}
.productImg_box img {
	height: auto
}
}
@media(max-width:992px) {
.productCon_box .item {
	width: 21.5%;
	font-size: 16px
}
.product_table .textCon_box .textCon .img {
	width: 100%;
	text-align: center
}
.product_table .textCon_box .textCon .img img {
	width: 230px
}
.product_table .textCon_box .textCon .customized_table {
	width: 100%
}
}
@media(max-width:640px) {
.productCon_box .item_box {
	height: auto
}
.productCon_box .item {
	width: 30%;
	margin-bottom: 10px；
}
}
@media(max-width:400px) {
.productCon_box .item {
	width: 48%
}
}
