

/* product.html */

.banner {
	width: 100%;
	height: 360px;
	margin: 0 auto;
	background: url('../imgs/product/banner.jpg') no-repeat center top;
}
.productTabCont {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
}
.productTabCont .tit img {
	width: 246px;
	height: 72px;
}
.productTabCont .tit .tabTit {
	margin-top: 8px;
	padding-bottom: 11px;
	border-bottom: 1px solid #999;
}
.productTabCont .tit .tabTit li {
	width: 185px;
	height: 50px;
	float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
.productTabCont .tit .tabTit li a {
	width: 185px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	float: left;
	color: #fff;
	background: url('../imgs/product_tab_center.png') no-repeat center top;
}
.productTabCont .tit .tabTit li.first a {
	background: url('../imgs/product_tab_left.png') no-repeat center top;
}
.productTabCont .tit .tabTit li.last a {
	background: url('../imgs/product_tab_right.png') no-repeat center top;
}
.productTabCont .tit .tabTit li a:hover, .productTabCont .tit .tabTit li a.active {
	background: url('../imgs/product_tab_center_h.png') no-repeat center top;
}
.productTabCont .tit .tabTit li.first a:hover, .productTabCont .tit .tabTit li.first a.active {
	background: url('../imgs/product_tab_left_h.png') no-repeat center top;
}
.productTabCont .tit .tabTit li.last a:hover, .productTabCont .tit .tabTit li.last a.active {
	background: url('../imgs/product_tab_right_h.png') no-repeat center top;
}
.productTabCont .cont-list {
	
}
.kuank {
	width: 910px;
	height: auto;
	margin: 0 auto;
	display: none; float: left;
}
.productTabCont .cont-list .item .imgslist {
	width: 410px;
	height: auto;
	position: relative;
}
.productTabCont .cont-list .item .imgslist img {
	width: 400px;
	height: 400px;
	border: 10px solid #eeeeee;
	display: none;
}
.productTabCont .cont-list .item .imgslist span {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	background: rgba(255, 255, 255, .4);
	display: block;
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: #fff;
	z-index: 99;
}
.productTabCont .cont-list .item .imgslist a {
	width: 37px;
	height: 128px;
	position: absolute;
	z-index: 100;
	top: 145px;
	opacity: .6;
	filter: alpha(opacity: 60);
}
.productTabCont .cont-list .item .imgslist a:hover {
	opacity: 1;
	filter: alpha(opacity: 100);
}
.productTabCont .cont-list .item .imgslist a img {
	width: 37px;
	height: 128px;
	display: block;
	border: none;
}
.productTabCont .cont-list .item .imgslist a.proLeftBtn {
	left: 10px;
	background: url('../imgs/product/rightBtn.png') no-repeat left top;
}
.productTabCont .cont-list .item .imgslist a.proRightBtn {
	right: 0;
	background: url('../imgs/product/leftBtn.png') no-repeat left top;
}
.productTabCont .cont-list .item .info {
	width: 450px;
}
.productTabCont .cont-list .item .info .tit {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
}
.productTabCont .cont-list .item .info .tit h4 {
	color: #414141;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 50px;
}
.productTabCont .cont-list .item .info .cont p {
	font-size: 16px;
	line-height: 28px;
}
.productTabCont .cont-list .item .info .bt {
	width: 100%;
	border-top: 1px solid #bbb;
	padding-top: 14px;
	margin-top: 60px;
}
.productTabCont .cont-list .item .info .bt a {
	width: 125px;
	height: 45px;
	line-height: 45px;
	background: #9cc131;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.productTabCont .cont-list .item .info .bt span {
	width: 230px;
	height: 43px;
	border: 1px solid #dcdcdc;
	text-align: center;
	float: left;
	margin-left: 10px;display: flex;align-items: left;justify-content: space-around;flex-direction: column
}
.productTabCont .cont-list .item .info .bt span p {
	font-size: 14px;
	color: #423333;
	line-height: 22px;
}
.proCont {
	width: 1200px;
	height: auto;
	margin: 32px auto 0;
}
.proform {
	width: 100%;
	height: auto;
	margin: 36px auto 0;
	border-top: 10px solid #f0f0f0;
}
.proform .tit {
	width: 100%;
	text-align: center;
	margin: 46px auto 0;
}
.proform .tit h3 {
	font-size: 24px;
	color: #151515;
	font-weight: normal;
	margin-bottom: 24px;
}
.proform .tit img {
	width: 26px;
	height: 22px;
}
.proform .cont {
	width: 1200px;
	height: auto;
}
.proform .cont .inputCont {
	overflow: hidden;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.proform .cont .inputCont .bigcont {
	width: 120%;
	float: left;
	height: auto;
	overflow: hidden;
}
.proform .cont .inputCont .item {
	width: 390px;
	height: 50px;
	position: relative;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}
.proform .cont .inputCont .item .text {
	width: 354px;
	height: 50px;
	background: #f4f7f9;
	font-size: 14px;
	color: #333;
	border: none;
	padding-left: 36px;
}
.proform .cont .inputCont .item i {
	color: red;
	position: absolute;
	top: 16px;
	left: 26px;
}
.proform .cont .textarea {
	width: 1180px;
	border: none;
	height: 196px;
	background: #f4f7f9;
	font-size: 14px;
	padding: 10px;
	margin: 0 auto;
	font-family: "微软雅黑";
}
.proform .cont #tj {
	width: 282px;
	height: 60px;
	line-height: 60px;
	display: block;
	background: #a9ce3b;
	color: #515050;
	font-size: 16px;
	text-align: center;
	margin: 28px auto ; border:0;  cursor:pointer
}
.proform .cont #tj:hover {
	background: #b2d647;
}
.moreproduct {
	width: 100%;
	height: auto;
	margin: 0 auto ;
	padding-bottom: 15px;
	border-top: 10px solid #f0f0f0;
}
.moreproduct .tit {
	width: 100%;
	margin: 30px auto 0;
	overflow: hidden;
}
.moreproduct .tit span {
	width: 182px;
	height: 47px;
	line-height: 48px;
	float: left;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background: url('../imgs/product/title.png') no-repeat left top;
}
.moreproduct .imgslist {
	margin: 20px auto 0;
	width: 100%;
}
.moreproduct .imgslist .item {
	width: 390px;
	height: auto;
	float: left;
	position: relative;
	margin-right: 15px;
}
.moreproduct .imgslist .item-last {
	margin-right: 0;
}
.moreproduct .imgslist .item img {
	width: 390px;
	height: 390px;
}
.moreproduct .imgslist .item span {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(154, 191, 48, .6);
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}





.proCont img{ display:block !important;}












