
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,from,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}
body{font-size: 1em; font-family:Arial;}
a{
	text-decoration: none;
}
.body_all{
	max-width:1000px;
	margin: 0 auto ;
	height:auto;
	background-color:#000;
	padding-bottom: 20px;
	}
.top_banner img{
	display: block;
	width: 100%;
	height: auto;
}
.itemContent{
	width: 92%;
	margin: 0 auto ;
	padding: 2%;
	background: #fff;
}
section img{
	display: block;
	width: 100% !important;
	margin: 0 auto;
	height: auto;
}
.showTitle h2{
	display: block;
	width: 94%;
	margin: 20px auto;
	position: relative;
	padding: 12px 0 12px 20px;
	background: #414c82;
	color: #fff;
	font-size: 23px;
}

.des_content,.itemImg{
	width: 100%;
	padding: 45px 2% 15px;
	margin-top: -45px;
	border: 2px solid #cccccc;
	box-sizing: border-box;
}
.des_content::before{
	display: inline-block;
  	content: 'Note: Professional installation would be highly recommended.';
  	color: red;
  	margin: 10px 0 0px;
  	font-size: 1.5rem;
  	padding:0  5px;
}
.des_content p,.des_content span{
	font-size: 18px;
	word-wrap: break-word;
	line-height: 23px;
	margin: 10px 0;
}
.itemImg img{
	margin: 5px 0;
}
@media screen and (max-width:769px){
	.body_all{
		background: none;
		padding-bottom: 0;
	}
	.itemContent{
		width: 100%;
		padding: 0;
	}
	.showTitle h2{
		width: 97.5%;
		padding:10px 0 10px 15px;
		font-size: 19px;
	}
	.des_content,.itemImg{
		border: none;
		margin-top: 0;
		padding: 0 2% 15px;
	}
}
/*关联营销第一版*/
		.like{
			max-width: 1000px;
			margin: 0 auto 10px;
		}
		.like_tl{
			max-width: 980px;
			margin: 0 auto 10px;
			font-size: 25px;
			display: block;
			color: #fff;
			background: #414c82;
			padding: 8px 0 8px 20px;
/*			margin-top: 20px;*/
		}
		.like a{
			text-decoration: none;
		}
		.like table{
			border-collapse: collapse;
			border-spacing: 0;

		}
		.like table tr:nth-child(n+2){
			border-top: 1px solid #ddd;
			border-left: 1px solid #ddd;
		}
		.like table tr:nth-child(n+2) td{
			border-right: 1px solid #ddd;
		}
		.like table tr:nth-last-child(1) td{
			border-bottom: 1px solid #ddd;
		}
		.like table tr:nth-child(n+2){
			background: #f5f5f5;
		}
		.like table tr:nth-child(n+2) td:nth-child(2n){
			background: #fff5ec;
		}
		.like table img{
			width: 95% !important;
			display: block;
			margin: 0 auto;
		}
		.like table tr{
			display: flex;
		}
		.like table tr:nth-child(1) td p{
			font-size: 18px;
			font-weight: bold;
			line-height: 19px;
			color:#057345;
			text-align: center;
			word-break: break-all;
			word-wrap: break-word;
			padding: 8px 10% 10px;
		}
		.like .tabletl{
			display: flex;
			justify-content: center;
			align-items: center;
			line-height: 25px;
			background: #F5f5f5;
		}
		.like .tabletl p{
			font-size: 25px !important;
			color: #2d2d2d !important;
			line-height: 30px !important;
		}
		.like table tr:nth-child(n+2) td p{
			font-size: 15px;
/*			font-weight: bold;*/
			text-align: center;
			word-break: break-all;
			word-wrap: break-word;
			padding: 8px 10%;
		}
		.like table tr .w3_4_1{
			width: 130px;
		}
		.like table tr .w3_4{
			flex: 29%;
		}
		.like table tr .w3_5{
			flex: 21.8%;
		}
		.like table tr .w3_6{
			flex: 17.4%;
		}
@media screen and (max-width:769px){
	.like{
		max-width: 760px;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.like table tr .w3_4{
		width: 290px;
	}
	.like::-webkit-scrollbar {
		display:none
	}
	.like table tr .w3_5{
		width: 218px;
	}
	.like table tr .w3_6{
		width: 174px;
	}
}
@media screen and (max-width:414px){
	.like{
		max-width: 400px;
	}
}
@media screen and (max-width:375px){
	.like{
		max-width: 360px;
	}
}
/*关联营销第一版结束*/
/*关联营销第二版*/
.like_like{
	max-width: 1000px;
	margin: 0 auto;
	height: auto;	
}
.like_like .liketitle{
	display: block;
	width: 98%;
	background: #414c82;
	color: #fff;
	font-size: 20px;
	padding: 10px 0 10px 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.like_like .like_pro_auto{
	display: flex;
	text-align: center;
	list-style: none;
	flex-wrap: wrap;
}

.like_like .like_pro_auto img{
	display: block;
	width: 95% !important;
	height: auto;
	margin: 0 auto 7px;
	border: 1px #C1C1C1 dotted;
}
.like_like .like_pro_auto span{
	margin: 0 0 7px;
	padding: 0 5%;
/*	word-break: break-all;*/
	word-wrap: break-word;
}
.like_like .like_pro_auto a{
	color: #2D2D2D;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.like_like .like_pro_5 .like_pro_item{
	width: 20%;
	margin: 0 0 15px;
}
.like_like .like_pro_4 .like_pro_item{
	width: 25%;
	margin: 0 0 15px;
}
.like_like .like_pro_3 .like_pro_item{
	width: 33.33%;
	margin: 0 0 15px;
}
@media screen and (max-width:769px){
	.like_like .like_pro_5 .like_pro_item{
	width: 33.33%;
	margin: 0 0 15px;
}
}
@media screen and (max-width:415px){
	.like_like .like_pro_5 .like_pro_item{
	width: 50%;
	margin: 0 0 15px;
}
	.like_like .like_pro_4 .like_pro_item{
	width: 50%;
	margin: 0 0 15px;
}
	.like_like .like_pro_3 .like_pro_item{
	width: 50%;
	margin: 0 0 15px;
}
}
/*关联营销第二版结束*/