@charset "utf-8";

/* CSS Document */

/*产品中心*/

.main {

	margin-top: 60px;

}

.main .left-right-img {
	display: flex;
	justify-content: space-between;
}

.left-img {

	float: left;

	width: 20%;

	border: 2px solid #02b2b5;

	box-sizing: border-box;

	margin-top: 8px;

	background: url(../img/product/leftimg1.jpg) center no-repeat;

	position: relative;

}

.left-img h2 {

	text-align: center;

	font-size: 28px;

	color: #333;

	background-color: #fff;

	margin: -22px auto 0;

	width: 124px;

}

.left-img p {

	width: 80%;

	height: 34px;

	line-height: 34px;

	color: #fff;

	background-color: #02b2b5;

	text-align: center;

	font-size: 16px;

	position: absolute;

	bottom: 0;

	left: 50%;

	transform: translate(-50%, 50%);

}

.left-img p a {

	color: #fff;

}

.right-img {

	width: 79%;

	float: right;
	display: flex;

	justify-content: space-between;

}

.right-img li {

	float: left;

	width: 32%;

}

.right-img li img {
	max-width: 100%;
}

.right-img li:last-child {

	margin-right: 0;

}

.right-img li p {

	font-size: 16px;

	text-align: center;

	line-height: 2;

}

.mofen-img {

	clear: both;

	padding-top: 20px;
	display: flex;
	justify-content: space-between;

}

.mofen-img li {

	float: left;

	width: 24%;

}

.mofen-img li img {
	max-width: 100%;
}

.mofen-img li:last-child {

	margin-right: 0;

}

.mofen-img li p {

	font-size: 16px;

	text-align: center;

	line-height: 2;

}

.content {

	width: 100%;

	margin-top: 40px;

	background-color: #ebebeb;

	padding: 40px 0;

	overflow: hidden;

}

.content .w1200 {
	display: flex;
	justify-content: space-between;
}

.left-img2 h2 {

	text-align: center;

	font-size: 28px;

	color: #333;

	background-color: #ebebeb;

	margin: -22px auto 0;

	width: 124px;

}

.left-img5 h2 {

	font-size: 28px;

	width: 150px;

}

.left-img2 {

	background: url(../img/product/leftimg2.png) center no-repeat;

}

.left-img3 {

	background: url(../img/product/leftimg3.png) center no-repeat;

}

.left-img4 {

	background: url(../img/product/leftimg4.png) center no-repeat;

}

.left-img5 {

	background: url(../img/product/leftimg5.png) center no-repeat;

}

/*产品分类页面*/

.pro-center-nav {

	text-align: right;

	margin: 20px 0;

}

.pro-center-list {

	margin-top: 30px;

	height: 46px;

}

.pro-center-list ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pro-center-list ul li {

	float: left;

	width: 18%;

	line-height: 43px;

	text-align: center;

	border: 1px solid #02b2b5;

	box-sizing: border-box;

}

.pro-center-list ul li.cur {

	background-color: #02b2b5;

}

.pro-center-list ul li.cur a {

	color: #fff;

}

.pro-center-list ul li:last-child {

	margin-right: 0;

}

.pro-center-list ul li a {

	color: #02b2b5;

	font-size: 16px;

}

.pro-center-show {

	clear: both;

	margin-top: 40px;

}

.pro-center-show ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pro-center-show ul li {

	float: left;

	width: 24%;

	margin-bottom: 20px;

}

.pro-center-show ul li img {
	max-width: 100%;
}

.pro-center-show ul li:last-child:nth-child(4n-1) {
	margin-right: calc(24% + 4%/3);
}

.pro-center-show ul li:last-child:nth-child(4n-2) {
	margin-right: calc(48% + 8%/3);
}

.pro-center-show ul li:nth-child(4n) {

	margin-right: 0;

}

.pro-center-show ul li p {

	text-align: center;

	line-height: 2;

	font-size: 16px;

}

/*产品详情页*/

.pro-detail .pro-detail-nav {

	margin: 20px 0;

}

.pro-detail .pro-detail-nav p {

	font-size: 14px;

	text-align: right;

}

.pro-detail .pro-detail-nav p span {

	color: #666;

}

.pro-detail .pro-detail-left-right {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.pro-detail .pro-detail-left {

	width: 20%;

	float: left;

	border: 1px solid #02b2b5;

	box-sizing: border-box;

}

.pro-detail .pro-detail-left ul {
	padding: 0 15px;
}

.pro-detail .pro-detail-left h3 {

	font-size: 18px;

	font-weight: normal;

	color: #02b2b5;

	padding: 25px 0 30px 20px;

}

.pro-detail .pro-detail-left-list li {

	width: 100%;

	height: 40px;

	font-size: 16px;

	margin: 0 auto 20px;

	background-color: #02b2b5;

}

.pro-detail .pro-detail-left-list li p {

	text-align: center;

}

.pro-detail .pro-detail-left-list li p a {

	width: 100%;

	height: 40px;

	line-height: 40px;

	display: block;

	color: #fff;

}

.pro-detail .pro-detail-left-problem li {

	width: 200px;

	margin: 0 auto;

	line-height: 1.8;

}

.pro-detail .pro-detail-right {

	width: 79%;

	float: right;

}

.pro-detail .pro-detail-right h2 {

	text-align: center;

	font-size: 30px;

	line-height: 2;

	color: #02b2b5;

	margin-bottom: 20px;

}

.pro-detail .pro-detail-right p {

	font-size: 16px;

	margin-bottom: 20px;

	color: #333;

	line-height: 2;

}

.pro-detail .pro-detail-right p img {

	display: block;

	margin: 0 auto;

}

.pro-detail .pro-detail-right p span {

	font-size: 16px;

	font-weight: 700;

}

.pro-detail .pro-detail-right p strong {

	font-size: 16px;

	display: block;

}

.pro-detail .pro-detail-right h4 {

	font-size: 18px;

}

.pro-detail .table-canshu {
	width: 100%;
	overflow: scroll;
}

.pro-detail .table-canshu::-webkit-scrollbar {
	display: none;
}

/*技术参数*/

.pro-detail .pro-detail-right table {

	width: 930px;

	text-align: center;

	margin: 20px auto 30px;

	border-collapse: collapse;

	color: black;

	font-size: 12px;

}

.pro-detail .pro-detail-right table td {

	line-height: 36px;

	border: 1px white solid;

	text-align: center;
    vertical-align: middle;
}

.pro-detail .pro-detail-right table tr:nth-child(2n+1) {

	background-color: #eee;

}

.pro-detail .pro-detail-right table .red td {

	background-color: #02b2b5;

	color: white;

	font-size: 14px;

	font-weight: bold;

}

.pro-detail .pro-detail-right table .red2 {

	background-color: #02b2b5;

	color: white;

	font-size: 14px;

	font-weight: bold;

}

.pro-detail .pro-detail-right .hotrec ul {

	width: 100%;

	margin: 30px 0;

	display: flex;

	justify-content: space-between;

}

.pro-detail .pro-detail-right .hotrec ul li {

	float: left;

	width: 24%;


}

.pro-detail .pro-detail-right .hotrec ul li img {
	width: 100%;
	height: auto;
}

.pro-detail .pro-detail-right .hotrec ul li:last-child {

	margin-right: 0;

}

.pro-detail .pro-detail-right .hotrec ul li p {

	text-align: center;

	line-height: 2;

}

.pro-detail .pro-detail-right .hotrec ul li p a:hover {

	color: #02b2b5;

}

/*留言板*/

.pro-detail .pro-detail-right .message {

	margin-top: 30px;

}

.pro-detail .pro-detail-right .message .input-groups {
	display: flex;
	justify-content: space-between;
}

.pro-detail .pro-detail-right .message div {

	margin-bottom: 30px;

}

.pro-detail .pro-detail-right .message .mes_L {

	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 49%;
}

.pro-detail .pro-detail-right .message .mes_L div {
	margin-bottom: 0;
}

.pro-detail .pro-detail-right .message .mes_LL {

	float: left;

	margin-left: 28px;

}

.pro-detail .pro-detail-right .message .mes_R {

	float: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 49%;

}

.pro-detail .pro-detail-right .message .mes_R div {
	margin-bottom: 0;
}

.pro-detail .pro-detail-right .message div span {

	color: #e60717;

}

.pro-detail .pro-detail-right .message .need em {

	float: left;


}

.pro-detail .pro-detail-right .message input {

	width: 86%;

	height: 40px;

	padding-left: 6px;

	border: 1px #666 solid;

	font-family: "微软雅黑";

}

.pro-detail .pro-detail-right .message .need textarea {

	width: 100%;

	height: 100px;

	resize: none;

	padding-left: 6px;

	border: 1px #666 solid;

	overflow: hidden;

	box-sizing: border-box;

}

.pro-detail .pro-detail-right .message .button {

	/* width: 410px; */

	/* margin-left: 300px; */
	display: flex;
	justify-content: center;
	align-items: center;

}

.pro-detail .pro-detail-right .message .button input {

	width: 120px;

	height: 40px;

	margin-top: 30px;

	font: 16px "微软雅黑";

	line-height: 40px;

	border: 0;

	color: white;

	margin-left: 15px;

	background-color: #02b2b5;

}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1080px) {
	.pro-detail .pro-detail-left {
		width: 30%;
	}

	.pro-detail .pro-detail-right {
		width: 69%;
	}

	.pro-detail .pro-detail-right img {
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.left-img {
		width: 100%;
		display: none;
	}

	.main .left-right-img {
		flex-wrap: wrap;
	}

	.right-img {
		width: 100%;
		display: block;
	}

	.right-img li {
		display: inline-block;
		float: none;
		width: 280px;
		margin: 0 5px;
	}

	.main .left-right-img {
		white-space: nowrap;
		overflow: scroll;
	}

	.content .w1200 {
		white-space: nowrap;
		overflow-x: scroll;
	}

	.mofen-img {
		flex-wrap: wrap;
	}

	.mofen-img li {
		width: 49%;
	}

	.mofen-img li img {
		width: 100%;
	}

	.pro-detail .pro-detail-left-right {
		flex-wrap: wrap;
	}

	.pro-detail .pro-detail-left,
	.pro-detail .pro-detail-right {
		width: 100%;
	}

	.pro-detail .pro-detail-left ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.pro-detail .pro-detail-left-list li {
		width: 49%;
	}

	.pro-detail .pro-detail-right .hotrec ul {
		flex-wrap: wrap;
	}

	.pro-detail .pro-detail-right .hotrec ul li {
		width: 49%;
	}

	.pro-detail .pro-detail-right .message .mes_L,
	.pro-detail .pro-detail-right .message .mes_R {
		flex-wrap: wrap;
	}

	.pro-detail .pro-detail-right .message .mes_L div,
	.pro-detail .pro-detail-right .message .mes_R div {
		width: 100%;
	}

	.pro-detail .pro-detail-right .message input {
		width: 100%;
	}

	.pro-center-list {
		white-space: nowrap;
		overflow-x: scroll;
	}

	.pro-center-list ul li {
		width: 20%;
		min-width: 100px;
	}

	.pro-center-show ul li {
		width: 32%;
	}

	.pro-center-show ul li:last-child:nth-child(3n-1) {
		margin-right: calc(32% + 4%/2);
	}

	.pro-center-show ul li:nth-child(3n) {
		margin-right: 0 !important;
	}
}

@media screen and (max-width:500px) {
	.pro-center-show ul li {
		width: 49%;
	}
}