@charset "utf-8";

/* CSS Document */
/*产品中心*/
.banner {
	/* height: 400px; */
	/* background: url(/skin/baichy/img/product/banner.jpg) center no-repeat; */
}

.banner img {
	max-width: 100%;
}

.main {
	position: relative;
	z-index: 1;
}

.main-nav {
	max-width: 1200px;
	height: 160px;
	margin-top: -80px;
	background-color: #f5f5f5;
	box-shadow: 0px 6px 4px #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-nav ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.main-nav ul li {
	text-align: center;
	float: left;
	/* width: 160px; */
	/* height: 140px; */
	/* padding-top: 14px; */
	/* margin-right: 75px; */
	/* margin-top: 10px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.main-nav ul li img {
	max-width: 100%;
}

.main-nav ul li:last-child {
	margin-right: 0;
}

.main-nav ul li p {
	text-align: center;
	font-size: 16px;
	line-height: 3;
}

.main-nav ul li.onborder {
	border: 1px solid #e6404c;
}

.main-nav ul li.onborder p a {
	color: #e6404c;
}

.main-show {
	margin-top: 40px;
}

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


.main-show ul li {
	float: left;
	width: 24%;
	/* margin-right: 40px; */
	margin-bottom: 20px;
}

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

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

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


.main-show ul li p {
	font-size: 16px;
	text-align: center;
	line-height: 2;
}

/*产品详情*/
.banner-detail {
	/* height: 200px; */
	/* background: url(/skin/baichy/img/product/detail/banner.jpg) center no-repeat; */
}

.banner-detail img {
	max-width: 100%;
}

.main .title p {
	text-align: right;
	color: #666;
	margin-top: 20px;
}

.main .main-detail-show {
	margin-top: 30px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;

}

.main .main-detail-show-left {
	width: 42%;
	float: left;
}

.main .main-detail-show-left img {
	max-width: 100%;
}

.main .main-detail-show-right {
	width: 57%;
	float: right;
	position: relative;
}

.main .main-detail-show-right h2 {
	font-size: 30px;
	color: #e6404c;
}

.main .main-detail-show-right p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.8;
}

.main .main-detail-show-right p img {
	margin-right: 30px;
}

.main .main-detail-show-right p strong {
	font-size: 24px;
	color: #e6404c;
}

.consult-price {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}

.main .main-detail-show-right span a {
	/* position: absolute; */
	/* bottom: 0; */
	/* width: 280px; */
	padding: 1rem 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: #0f74c4;
}

.main .main-detail-show-right span:last-child a {
	background-color: #e6404c;
	/* margin-left: 340px; */
}

.main .main-detail-con {
	margin-top: 30px;
	padding-top: 40px;
	border-top: 1px solid #a5a5a5;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.main .main-detail-con-left {
	width: 25%;
	float: left;
	border-bottom: 1px solid #a2a2a2;
}

.main .main-detail-con-left h4 {
	background-color: #0f74c4;
	margin-bottom: 10px;
}

.main .main-detail-con-left h4 a {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	display: block;
	font-weight: normal;
}

.main .main-detail-con-left ul {
	margin-top: -10px;
	border-left: 1px solid #a2a2a2;
	border-right: 1px solid #a2a2a2;
	padding: 10px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.main .main-detail-con-left ul li {
	float: left;
	width: 48%;
}

.main .main-detail-con-left ul li p {
	line-height: 1.8;
}

.main .main-detail-con-left ul li p a {
	color: #555;
}

.main .main-detail-con-left ul li p a:hover {
	color: #0f74c4;
}

.main .main-detail-con-left .main-detail-con-left-list li {
	float: none;
	width: 200px;
}

.main .main-detail-con-right {
	width: 73%;
	float: right;
}

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

.main .main-detail-con-right .nav-list {
	width: 100%;
	height: 50px;
	overflow: scroll;
}

.main .main-detail-con-right .nav-list::-webkit-scrollbar {
	display: none;
}

.main .main-detail-con-right .nav-list ul {
	display: flex;
	justify-content: space-between;
}

.main .main-detail-con-right .nav-list li {
	float: left;
	text-align: center;
	width: 140px;
	height: 50px;
	line-height: 50px;
	margin-right: 12px;
	background-color: #0f74c4;
}

.main .main-detail-con-right .nav-list li:first-child {
	background-color: #e6404c;
}

.main .main-detail-con-right .nav-list li:last-child {
	margin-right: 0;
}

.main .main-detail-con-right .nav-list li a {
	width: 140px;
	height: 50px;
	display: block;
	font-size: 18px;
	color: #fff;
}

.main .main-detail-con-right .item {
	margin-top: 30px;
	border-bottom: 1px solid #a2a2a2;
}

.main .main-detail-con-right .item .table {
	width: 100%;
	overflow: scroll;
}

.main .main-detail-con-right .item .table::-webkit-scrollbar {
	display: none;
}

.main .main-detail-con-right .item h3 {
	font-size: 24px;
	color: #e6404c;
	margin-bottom: 20px;
}

.main .main-detail-con-right .item p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.main .main-detail-con-right .item2 {
	overflow: hidden;
}

.main .main-detail-con-right .item2 .feature {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main .main-detail-con-right .item2 .feature p {
	width: 49%;
}

.main .main-detail-con-right .item2 p i {
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	display: inline-block;
	background-color: #0f74c4;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	font-style: normal;
	margin-right: 30px;
	margin-bottom: 10px;
}

.main .main-detail-con-right .item2 p strong {
	font-size: 18px;
	display: block;
}



/*技术参数*/
.main .main-detail-con-right table {
	width: 100%;
	text-align: center;
	margin: 20px auto 30px;
	border-collapse: collapse;
	color: black;
	font-size: 14px;
}

.main .main-detail-con-right table td {
	border: 1px white solid;
	text-align: center;
	line-height: 3;
}

.main .main-detail-con-right table tr:nth-child(2n+1) {
	background-color: #eee;
}

.main .main-detail-con-right table .red td {
	background-color: #0f74c4;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.main .main-detail-con-right table .red2 {
	background-color: #0f74c4;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

.main .main-detail-con-right .item .case {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.main .main-detail-con-right .item .case li {
	width: 24%;
}

.main .main-detail-con-right .item .case li img {
	max-width: 100%;
}

.main .main-detail-con-right .item .case li p {
	text-align: center;
	line-height: 2;
}

/*留言板*/
.main .main-detail-con-right .item .message {
	margin-top: 30px;
	background-color: #eaeaea;
	padding: 40px 20px 10px 20px;
}

.main .main-detail-con-right .item .message .input-groups {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main .main-detail-con-right .item .message .input-groups div {
	width: 49%;
}

.main .main-detail-con-right .item .message p {
	display: flex;
	align-items: center;
}

.main .main-detail-con-right .item .message div {
	margin-bottom: 30px;
}

.main .main-detail-con-right .item .message .mes_L {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main .main-detail-con-right .item .message .mes_R {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.main .main-detail-con-right .item .message div span {
	color: #e60717;
}

.main .main-detail-con-right .item .message .need em {
	float: left;
	/* margin-left: 38px; */
}

.main .main-detail-con-right .item .message input {
	width: 70%;
	height: 40px;
	padding-left: 6px;
	border: 1px #aeaeae solid;
	font-family: "微软雅黑";
}

.main .main-detail-con-right .item .message .need textarea {
	width: 100%;
	height: 100px;
	resize: none;
	padding-left: 6px;
	border: 1px #aeaeae solid;
	overflow: hidden;
	box-sizing: border-box;
}

.main .main-detail-con-right .item .message .button {
	/* width: 410px; */
	/* margin-left: 300px; */
	display: flex;
	justify-content: space-around;
}

.main .main-detail-con-right .item .message .button input {
	width: 120px;
	height: 40px;
	/* margin-top: 30px; */
	font: 16px "微软雅黑";
	line-height: 40px;
	border: 0;
	color: white;
	/* margin-left: 55px; */
	background-color: #0f74c4;
}

@media screen and (max-width:1080px) {
	.main-show ul li {
		width: 24%;
	}

	.main-nav {
		margin-top: 2rem;
	}

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

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

	.main .main-detail-show {
		flex-wrap: wrap;
	}

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

	.main .main-detail-show-left img {
		text-align: center;
	}
}

@media screen and (max-width:768px) {
	.main-nav {
		overflow: scroll;
	}

	.main-nav ul {
		display: inline;
		white-space: nowrap;
	}

	.main-nav ul li {
		float: none;
		display: inline-block;
		width: 40%;
		margin-right: 2rem;
	}

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

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

	.main .main-detail-con-left ul li {
		width: 100%;
	}

	.main .main-detail-con-right .item .case {
		flex-wrap: wrap;
	}

	.main .main-detail-con-right .item .case li {
		width: 49%;
	}

	.main .main-detail-con-right .item .case li img {
		width: 100%;
	}

	.main .main-detail-con-right .item .message .input-groups div {
		width: 100%;
	}
}

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

	.main .main-detail-con-left {
		display: none;
	}

	.main .main-detail-con-right {
		width: 100%;
	}

	.main .main-detail-con-right .item .message .mes_L {
		flex-wrap: wrap;
	}

	.main .main-detail-con-right .item .message .mes_R {
		flex-wrap: wrap;
	}

	.main .main-detail-con-right .item .message input {
		width: 100%;
	}

	.main .main-detail-con-right .item .message .button {
		display: flex;
		justify-content: space-around;
	}
}