@charset "utf-8";
/* CSS Document */
.w100 {
	display: block;
	width: 100%;
	overflow: hidden;
}
.product {
	padding: 50px 0px;
	overflow: hidden;
	background: #f7f7f7;
}
.product .left {
	width: 290px;
	overflow: hidden;
}
.product .left h2 {
	display: block;
	padding-left: 30px;
	width: 260px;
	background: url(../img/product_icon.png) 230px center no-repeat, url(../img/bgli.png) center no-repeat;
	height: 90px;
	line-height: 90px;
	font-size: 24px;
	color: #fff;
}
.product .left ul {
	background: #fff;
}
.product .left ul li {
	display: block;
	background: url(../img/arrow_right.png) 260px center no-repeat;
	height: 62px;
	line-height: 62px;
	border-bottom: 1px solid #f1f1f1;
}
.product2 .left ul li {
	display: block;
	background: url(../img/arrow_right.png) 260px center no-repeat;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f1f1f1;
}
.product .left ul li a {
	display: block;
	padding-left: 30px;
	font-size: 18px;
	border-left: 5px solid #fff;
}
.product .left ul li a:hover {
	border-color: #0068b9;
}
.product .relate {
	display: block;
	background: #fff;
	margin-top: 12px;
	padding: 20px 30px;
	width: 230px;
}
.product .relate h3 {
	display: block;
	font-size: 20px;
	color: #0068b9;
	font-weight: bold;
	border-bottom: 1px solid #f1f1f1;
	height: 50px;
	line-height: 50px;
}
.product .relate dl {
	width: 230px;
	display: block;
	margin-bottom: 15px;
}
.product .relate dt img {
	width: 228px;
	height: auto;
	border: 1px solid #f1f1f1;
}
.product .relate dd {
	line-height: 36px;
	text-align: center;
}
.product .contts {
}
.product .contts p:first-child {
	margin-top: 20px;
}
.product .contts p {
	background: url(../img/arrow_right.png) left 10px no-repeat;
	display: block;
	padding-left: 20px;
	width: 210px;
	line-height: 30px;
	font-size: 14px;
}
.product .contts a {
	display: block;
	width: 140px;
	padding-left: 90px;
	height: 50px;
	line-height: 50px;
	background: url(../img/chat.png) 40px center no-repeat #0068b9;
	margin-top: 20px;
	color: #fff;
}
.product .right {
	width: 860px;
	background: #fff;
	padding: 20px 10px;
}
.product .right h2 {
	display: block;
	font-size: 20px;
	font-weight: bold;
	border-left: 10px solid #333;
	padding-left: 20px;
	width: 830px;
	margin-bottom: 20px;
}
.product .right dl {
	display: block;
	float: left;
	width: 235.66px;
	padding: 20px;
	overflow: hidden;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
.product .right dl:nth-child(1) {
	border-top: 1px solid #f1f1f1;
}
.product .right dl:nth-child(2) {
	border-top: 1px solid #f1f1f1;
}
.product .right dl:nth-child(3) {
	border-top: 1px solid #f1f1f1;
}
.product .right dl:nth-child(3n) {
	border-right: 0px;
}
.product .right dl img {
	display: block;
	width: 235.66px;
	height: 168px;
}
.product .right dl span {
	display: block;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	overflow: hidden;
}
.product .right p.nextp {
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #ddd;
	margin-top: 50px;
}
/**productview*/
.product .right .desc .imglist {
	display: block;
	position: relative;
	width: 910px;
	height: 571px;
	background: #f1f1f1;
}
.product .right .desc .imglist img {
	display: block;
	width: 800px;
	height: 571px;
	position: absolute;
	top: 0px;
	left: 55px;
}
.product .right .desc .imglist .mx {
	display: block;
	width: 760px;
	height: 60px;
	padding: 20px 75px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.6);
	z-index: 999;
	overflow: hidden;
}
.product .right .desc .imglist .mx p {
	display: block;
	color: #fff;
	line-height: 30px;
	float: left;
	width: 40%;
}
.product .right .desc .imglist .mx a {
	display: block;
	position: absolute;
	right: 75px;
	top: 30px;
	background: #0068b9;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.product .right .title {
	margin-top: 30px;
}
.product .right .main {
	padding: 10px 20px;
	width: 870px;
}
.product .right .main, .product .right .main p {
	line-height: 30px;
}
