@charset "utf-8";

.product_engine_section {
	text-align: center;
	margin-top: 80px;
}
.product_engine_section .title {
  font-size: 20px;
  padding-bottom: 20px;
  color: #000;
  border-bottom: 2px solid #000;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 40px;
}
.product_engine_section .desc {
	text-align: left;
	margin-bottom: 55px;
}
.product_engine_section .desc p {
	color: #303030;
	line-height: 30px;
}
.product_engine_section .section_title {
	font-size: 25px;
	color: #0074b0;
	text-align: left;
	display: block;
	vertical-align: middle;
	margin-bottom: 30px;
}
.product_engine_section .section_title::before {
	content: '';
	width: 5px;
	height: 40px;
	background: #0074b0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.product_engine_section .section {
	border: 3px solid #eee;
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding: 50px 0;
	margin-bottom: 150px;
}
.product_engine_section .engine_img {
	width: 50%;
	float: left;
	margin-top: 140px;
}
.product_engine_section .engine_img img {
	max-width: 100%;
}
.engine_table {
	width: 50%;
	float: left;
	border: none;
}
.engine_table td,
.engine_table th {
	border: none;
	text-align: left;
}
.title_wraper {
	background: #eee;
	padding: 45px 0 45px;
	text-align: center;
}
.title_wraper .sub_title {
	color: #2689c9;
	margin-bottom: 15px;
}
.title_wraper .title {
	font-size: 40px;
	font-weight: normal;
}
.title_wraper .privacy-title{
	font-size: 30px;
}
.product_content {
	margin-bottom: 100px;
	margin-top: 10px;
}
.engine_content{
	margin-top: 40px;
}
.introduce_content{
	margin-top: 80px;
}
.honor_content{
	margin-bottom: 70px;
}
.speech_content{
	margin-bottom: 70px;
	margin-top: 80px;
}
.product_content .section {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.environment_content{
	padding: 80px 0 84px;
	margin-bottom: 0;
	margin-top: 0;
}
.product_content .all-wraper {
	width: 100%;
	float: left;
}
.product_content .text-wraper {
	width: 75%;
	margin-right: 5%;
	float: left;
}
.item_list a{
	display: block;
}
.item_list a .text-wraper p{
	color: #000000;
}
.product_content .img-wraper {
	width: 20%;
	float: left;
}
.no-data{
	margin-bottom: 16px;
}


@media screen and (max-width: 750px) {
	.product_engine_section .section {
		padding: 0;
		margin-bottom: 60px;
	}
	.product_engine_section .engine_img {
		width: 94%;
		margin: 20px auto;
		float: none;
	}
	.engine_table {
		width: 100%;
		float: none;
	}
	.title_wraper {
		padding: 20px 0;
	}
	.title_wraper .title {
		font-size: 20px;
		line-height: 1.3;
		width: 90%;
    	margin: 0 auto;
	}
	.privacy_wraper{
		padding: 36px 0;
	}
	.product_content .text-wraper {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.product_content .img-wraper {
		width: 100%;
		text-align: center;
	}
	.product_img {
		margin: 30px 0;
	}
	.product_engine_section{
		margin-top: 60px;
	}
	.environment_content{
		padding: 60px 0 0;
	}
	.product_content{
		margin-bottom: 30px;
	}
	.introduce_content{
		margin-top: 60px;
	}
	.speech_content{
		margin-bottom: 40px;
		margin-top: 60px;
	}
	.speech_content .section{
		margin-bottom: 0px;
	}
	.honor_content{
		margin-bottom: 30px;
	}
	.product_content .section{
		margin-bottom: 30px;
	}
	.no-data{
		margin-bottom: 0;
	}
}