﻿/*copyright*/
.gridlist {
	width: 100%;
}
.gridlist .item {
	width: 280px;
	margin: 30px 26px 0 0;
	float: left;
	position: relative;
	overflow: hidden;
}
.gridlist .item img {
	width: 280px;
	height: 210px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.gridlist .item .bg {
	width: 280px;
	height: 210px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: url(../images/black70.png) repeat 0 0;
	position: absolute;
	left: -100%;
	top: 0;
}
.gridlist .item .plus {
	width: 280px;
	height: 210px;
	display: block;
	transition: all ease .4s;
	background: url(../images/ipro_hover.png) no-repeat center center;
	position: absolute;
	left: -100%;
	top: 0;
}
.gridlist .item h3 {
	color: #000;
	line-height: 28px;
	text-align: center;
	padding-top: 8px;
	height: 28px;
	overflow: hidden;
}
.gridlist .item:hover .bg {
	left: 0;
}
.gridlist .item:hover .plus {
	left: 0;
}
.gridlist .item:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}
.gridlist .item:hover h3 {
	color: #67b306;
}
@media (max-width: 1260px) {
.gridlist {
	width: 745px;
}
.gridlist .last-w1260 {
	display: none;
}
}

/*****showProduct****/
.showProduct .showImg {
	padding-bottom: 40px;
	border-bottom: 3px solid #67b306;
}
.showProduct .photo {
	width: 540px;
}
.showProduct .photo .jqzoom {
	width: 540px;
	height: 405px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	cursor: pointer;
}
.showProduct .photo .zoomdiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
}
.showProduct .photo .jqZoomPup {
	z-index: 999;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #eee;
	background: #fff;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	filter: alpha(opacity=50);
}
.showProduct .photo .img {
	width: 540px;
	height: 405px;
	display: block;
}
.showProduct .photo .photoimg {
	width: 540px;
	height: 71px;
	margin-top: 12px;
	position: relative;
}
.showProduct .photo .photoimg .list {
	width: 505px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.showProduct .photo .photoimg .listcon {
	width: 300%;
}
.showProduct .photo .photoimg .ico {
	width: 12px;
	height: 30px;
	z-index: 10;
	position: absolute;
	top: 24px;
	cursor: pointer;
}
.showProduct .photo .photoimg .prev {
	left: -4px;
	background-position: -183px 8px;
}
.showProduct .photo .photoimg .next {
	right: -4px;
	background-position: -204px 8px;
}
.showProduct .photo .photoimg a {
	width: 95px;
	height: 71px;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 7px;
}
.showProduct .photo .photoimg a img {
	width: 87px;
	height: 63px;
	display: block;
	padding: 2px;
	border: 2px solid #ddd;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.showProduct .photo .photoimg a:hover img, .showProduct .photo .photoimg a.hover img {
	border: 2px solid #67b306;
}
.showProduct .imgtxtcon {
	width: 360px;
	float: left;
}
.showProduct .imgtxtcon .tit {
	font-size: 24px;
	color: #000;
	padding: 0 25px;
	line-height: 30px;
	margin-bottom: 10px;
}
.showProduct .imgtxtcon p {
	padding: 25px 0 0 25px;
	color: #999999;
	font-size: 12px;
}
.showProduct .imgtxtcon .tit2 {
	color: #67b306;
	padding: 0 25px;
	font-size: 18px;
	margin-bottom: 30px;
}
.showProduct .imgtxtcon .txt {
	padding: 10px 25px 14px;
	line-height: 35px;
	background: #f1f1f1;
}
.showProduct .imgtxtcon .tel {
	padding: 20px 25px 20px;
}
.showProduct .imgtxtcon .tel span {
	color: #000;
	display: block;
}
.showProduct .imgtxtcon .tel strong {
	display: block;
	font-family: impact;
	color: #67b306;
	font-weight: normal;
	font-size: 40px;
	height: 46px;
	line-height: 46px;
}
.showProduct .imgtxtcon .btn1, .showProduct .imgtxtcon .btn2 {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	width: 135px;
	height: 38px;
	line-height: 38px;
	margin-left: 25px;
	text-align: center;
	color: #fff;
}
.showProduct .imgtxtcon .btn1:hover, .showProduct .imgtxtcon .btn2:hover {
	background: #444;
}
.showProduct .imgtxtcon .btn1 {
	background: #67b306;
}
.showProduct .imgtxtcon .btn2 {
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	background: #999999;
}
.showProduct .showp_txt {
	padding: 50px 0 50px 120px;
	position: relative;
	border-top: 1px solid #f1f1f1;
}
.showProduct .showp_txt .tit {
	width: 49px;
	height: 51px;
	font-size: 18px;
	line-height: 20px;
	padding: 9px 0 0 11px;
	display: block;
	position: absolute;
	left: 20px;
	top: 50px;
	color: #fff;
	background: url(../images/show-pro-titbg.png) no-repeat 0 0;
}
.showProduct .showp_txt .tit a {
	color: #fff;
}
.showProduct .showp_txt .txtcon {
	font-size: 14px;
	color: #000000;
	min-height: 70px;
	line-height: 26px;
}
.showProduct .showp_txt .txtcon img {
	max-width: 100%;
	display: block;
}
.showProduct .showp_txt.one {
	border-top: 0px;
	padding-top: 25px;
}
.showProduct .showp_txt.one .tit {
	top: 25px;
}
.showProduct .n-case-list {
	overflow: hidden;
	position: relative;
}
.showProduct .n-case-list .gridlist {
	width: 220%;
	position: relative;
}
.showProduct .n-case-list .gridlist .item {
	width: 252px;
}
.showProduct .n-case-list .gridlist .item img, .showProduct .n-case-list .gridlist .item .bg, .showProduct .n-case-list .gridlist .item .plus {
	width: 252px;
	height: 189px;
}

/*showpage*/
.showPage {
	background: #fff;
}
.showPage .title {
	color: #333333;
	margin-bottom: 5px;
	font-size: 24px;
	text-align: center;
}
.showPage .title .more {
	font-size: 14px;
}
.showPage .mark {
	width: 100%;
	padding: 5px 0 10px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.showPage .mark span {
	margin-right: 18px;
	font-size: 12px;
	color: #666666;
}
.showPage .showContxt {
	color: #333333;
	line-height: 28px;
	padding: 5px 0 30px;
}
.showPage .showContxt img {
	max-width: 100%;
}
.showPage .shareNew {
	padding-bottom: 0;
}
.showPage .gridlist {
	padding-top: 10px;
}
.showPage .gridlist .item {
	width: 350px;
	height: 323px;
}
.showPage .gridlist .item img {
	width: 350px;
	height: 263px;
}
.showPage .gridlist .item h3 {
	height: 60px;
	line-height: 60px;
}
.showPage .img-quotes {
	padding-top: 30px;
	margin-bottom: 40px;
}
.showPage .imgcon {
	width: 423px;
	height: 468px;
	padding-left: 295px;
	margin-left: 30px;
	position: relative;
	border: 1px solid #dddddd;
}
.showPage .imgcon .img {
	position: absolute;
	left: -30px;
	top: -30px;
	width: 276px;
	height: 368px;
	display: block;
	z-index: 10;
}
.showPage .imgcon h4 {
	padding-top: 45px;
	font-size: 16px;
}
.showPage .imgcon h3 {
	font-size: 26px;
	margin-bottom: 40px;
}
.showPage .imgcon .txt {
	margin-top: 40px;
	line-height: 30px;
}
.resultPage .item1 {
	display: block;
	float: left;
	width: 860px;
	padding: 20px 35px;
	background: #f7f7f7;
	margin-bottom: 28px;
}
.resultPage .item1 h3 {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	font-size: 18px;
	color: #000;
	margin-bottom: 5px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.resultPage .item1 img {
	width: 150px;
	height: 90px;
	float: left;
	margin-right: 24px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.resultPage .item1 .txt {
	font-size: 12px;
	color: #999999;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.resultPage .item1:hover h3 {
	color: #67b306;
}
.resultPage .item1:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}
.resultPage .item2 {
	width: 280px;
	margin: 0 26px 31px 0;
	float: left;
	position: relative;
	overflow: hidden;
}
.resultPage .item2 img {
	width: 280px;
	height: 210px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.resultPage .item2 .bg {
	width: 280px;
	height: 210px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	background: url(../images/black70.png) repeat 0 0;
	position: absolute;
	left: -100%;
	top: 0;
}
.resultPage .item2 .plus {
	width: 280px;
	height: 210px;
	display: block;
	transition: all ease .4s;
	background: url(../images/ipro_hover.png) no-repeat center center;
	position: absolute;
	left: -100%;
	top: 0;
}
.resultPage .item2 h3 {
	color: #000;
	line-height: 28px;
	text-align: center;
	padding-top: 8px;
	height: 28px;
	overflow: hidden;
}
.resultPage .item2:hover .bg {
	left: 0;
}
.resultPage .item2:hover .plus {
	left: 0;
}
.resultPage .item2:hover img {
	-webkit-filter: brightness(110%);
	filters: brightness(110%);
}
.resultPage .item2:hover h3 {
	color: #67b306;
}