 /* 热门产品 start */
 /* 左 start*/
 .case-index {
 	float: left;
 	width: 29%;
 	padding: 3% 0px 1%;
 }

 .case-index ul {
 	float: left;
 	width: 100%;
 }

 .case-index ul a {
 	border-bottom: 1px solid #ccc;
 	color: #fff;
 	line-height: 40px;
 	text-align: left;
 	transition: all .6s;
 }

 .case-index ul a li {
 	background: #276fda;
 	border-radius: 4px;
 	width: 100%;
 	float: left;
 	margin-bottom: 4px;
 	letter-spacing: -0.5px;
 }


 .case-index ul a li:hover {
 	transition: all .6s;
 	font-weight: bold;
 }


 /* 右 start*/
 .case-index-content {
 	float: right;
 	width: 69%;
 	padding: 3% 0px 1%;
 }

 .case-index-content p {
 	line-height: 24px;
 	width: 100%;
 	margin-bottom: 2%;
 	color: #666;
 }

 .case-index-content ul {
 	width: 100%;
 	float: left;
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
 }

 .case-example-item {
 	float: left;
 	width: 32%;
 	transition: all .5s;
 	border: 1px solid #e8e8e8;
 	margin-bottom: 29px;
 	background: #f6f6f6;
 }

 .case-example-item a .case_img {
 	width: 100%;
 	float: left;
 	overflow: hidden;
 }

 .case-example-item a .case_img img {
 	width: 100%;
 	transition: all.5s;
 }

 .case-example-item a .case_img img:hover {
 	transform: scale(1.1);
 	transition: all.5s;
 }

 .case-item-info {
 	width: 100%;
 	float: left;
 	background: #f6f6f6;
 	transition: all .6s;
 	padding: 10px;
 }

 .case-info-title {
 	text-align: left;
 	width: 100%;
 	font-weight: bold;
 	padding: 11px 0px;
 	color: #000;
 }

 .case-info-text {
 	color: #666;
 	padding: 0px;
 	text-align: left;
 	line-height: 24px;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 2;
 	line-clamp: 2;
 	-webkit-box-orient: vertical;
 }

 .case-index-content .case-example-item:hover .case-item-info {
 	transition: all .6s;
 	margin-top: -4px;
 }

 .rmcp_boxmore {
 	margin: 10px 0px 9px;
 	border: 1px solid #276fda;
 	border-radius: 37px;
 	padding: 2px 20px;
 	float: left;
 	color: #276fda;
 }

 .rmcp_boxmore:hover {
 	margin: 10px 0px 9px;
 	border: 1px solid #276fda;
 	background-color: #276fda;
 	border-radius: 37px;
 	float: left;
 	color: #fff
 }

 /* 热门产品 start  */

 .hyxwxqy_box h4,
 .data {
 	text-align: center;
 }

 .hyxwxqy_box h4 {
 	font-size: 26px;
 	line-height: 35px;
 }

 .hyxwxqy_box .date {
 	color: #666;
 	text-align: center;
 	border-bottom: 1px solid #cecece;
 	line-height: 27px;
 	margin-bottom: 50px;
 }


 /* 新闻中心 start */

 .new-wrap {
 	margin: 3% 0px 1%;
 	width: 100%;
 	float: left;
 }

 .new-wrap li {
 	border: 1px solid #eee;
 	padding: 20px;
 	display: flex;
 	justify-content: space-between;
 	margin-bottom: 28px;
 	flex-wrap: wrap;
 }

 .new-img {
 	display: block;
 	width: 230px;
 	overflow: hidden;
 	position: relative;
 }

 .new-img img {
 	width: 100%;
 }

 .new-item {
 	display: flex;
 }

 .new-txt {
 	display: flex;
 	flex-direction: column;
 	width: 78%;
 }

 .new .new-wrap a {
 	text-decoration: none;
 	transition: all .5s;
 }

 .new .new-wrap a:hover {
 	color: #276fda;
 	transition: all .5s;
 	text-decoration: none
 }

 .new-title {
 	line-height: 1.5;
 	display: -webkit-box;
 	-webkit-box-orient: vertical;
 	-webkit-line-clamp: 2;
 	line-clamp: 2;
 	overflow: hidden;
 	margin: 7px 0;
 	font-size: 16px;
 	font-family: 'OswaldBold';
 	color: #000;
 }

 .new-title:hover {
 	color: #276fda;
 	transition: all .5s;
 	text-decoration: none
 }

 .new-txt p {
 	width: 100%;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	display: -webkit-box;
 	-webkit-line-clamp: 2;
 	line-clamp: 2;
 	-webkit-box-orient: vertical;
 	line-height: 20px;
 	margin-bottom: 6px;
 	color: #666;
 }

 .new-btn {
 	margin-top: 1%;
 	padding: 0px 16px;
 	border: 1px solid #276fda;
 	color: #276fda;
 	transition: all 0.6s;
 	line-height: 29px;
 	width: 130px;
 	float: right;
 	border-radius: 30px;
 	text-align: center;
 }

 .new-time {
 	color: #666;
 }

 .new-btn:hover {
 	margin-top: 1%;
 	padding: 0px 16px;
 	border: 1px solid #276fda;
 	background-color: #276fda;
 	color: #fff;
 	transition: all 0.6s;
 	line-height: 29px;
 	width: 130px;
 	float: right;
 }

 .new-item:hover {
 	color: #276fda;
 	transition: all .5s;
 }

 .pagination {
 	float: right;
 }


 /* 生产设备 start*/
 .industry {
 	float: left;
 	width: 100%;
 	padding: 0px;
 	display: flex;
 	margin-top: 3%;
 }

 .industry ul {
 	display: flex;
 	width: 100%;
 	justify-content: space-between;
 	flex-wrap: wrap;
 }

 .industry ul li {
 	width: 32%;
 	margin-bottom: 30px;
 }

 .industry ul li .industry_pica {
 	width: 100%;
 	overflow: hidden;
 }

 .industry ul li .industry_pica img {
 	width: 100%;
 	transition: all 0.6s;
 }

 .industry ul li .industry_pica img:hover {
 	transform: scale(1.1);
 	transition: all 0.6s;
 }


 /* 资质荣誉 start*/
 .honor {
 	float: left;
 	width: 100%;
 	padding: 0px;
 	display: flex;
 	margin-top: 3%;
 }

 .honor ul {
 	display: flex;
 	width: 100%;
 	justify-content: space-between;
 	flex-wrap: wrap;
 }

 .honor ul li {
 	width: 32%;
 	margin-bottom: 30px;
 }

 .honor ul li .honor_pica {
 	width: 100%;
 	overflow: hidden;
 }

 .honor ul li .honor_pica img {
 	width: 100%;
 	transition: all 0.6s;
 }

 .honor ul li .honor_pica img:hover {
 	transform: scale(1.1);
 	transition: all 0.6s;
 }


 /* 详情页面 start */
 .detali {
 	width: 100%;
 	margin: 1% 0px 1%;
 	overflow: hidden;
 }

 .detali h4 {
 	font-size: 20px;
 	text-align: center;
 	line-height: 35px;
 	font-weight: bold;
 }

 .detali .date {
 	color: #666;
 	text-align: center;
 	border-bottom: 1px solid #cecece;
 	line-height: 27px;
 	margin-bottom: 50px;
 }

 .detali .nr_text img {
 	margin: 0 auto;
 	display: block;
 }

 .detali .nr_text p {
 	line-height: 24px;
 	margin-bottom: 10px;
 	width: 100%;
 	float: left;
 	color: #666;
 }

 .tb {
 	width: 100%;
 	margin-bottom: 20px;
 }

 .tb ul {
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
 }

 .tb ul li {
 	width: 24%;
 }

 .tb ul li img {
 	text-align: center;
 	width: 98%;
 }

 @media (max-width: 980px) {
 	.new-wrap {
 		margin: 5% 0px 8%;
 	}

 	.new-wrap li {
 		border: 1px solid #eee;
 		padding: 15px;
 		transition: all .4s;
 		display: flex;
 		justify-content: space-between;
 		margin-bottom: 28px;
 		flex-wrap: wrap;
 	}

 	.new-btn {
 		margin-top: 5%;
 		padding: 0px 16px;
 		border: 1px solid #276fda;
 		color: #276fda;
 		transition: all 0.6s;
 		line-height: 29px;
 		width: 104px;
 		float: right;
 		border-radius: 30px;
 		text-align: center;
 	}

 	.new-title {
 		line-height: 1.5;
 		display: -webkit-box;
 		-webkit-box-orient: vertical;
 		-webkit-line-clamp: 2;
 		line-clamp: 2;
 		overflow: hidden;
 		margin: 13px 0;
 		font-size: 16px;
 		font-weight: bold;
 		color: #000;
 	}

 	.new-item .new-txt {
 		width: 100%;
 	}

 	.new-img {
 		width: 100%;
 	}

 	.tb ul li {
 		width: 100%;
 	}

 	.case-index {
 		float: left;
 		width: 100%;
 		padding: 3% 0px 1%;
 	}

 	.case-index-content {
 		float: left;
 		width: 100%;
 		padding: 4% 0px 1%;
 	}

 	.case-index-content p {
 		line-height: 26px;
 		width: 99%;
 		margin-bottom: 4%;
 		text-indent: 2em;
 	}

 	.case-example-item {
 		float: left;
 		width: 49%;
 		transition: all .5s;
 		border: 1px solid #e8e8e8;
 		margin-bottom: 29px;
 		background: #f6f6f6;
 	}

 	.industry ul li {
 		width: 100%;
 		margin-bottom: 30px;
 	}

 	.honor ul li {
 		width: 100%;
 		margin-bottom: 30px;
 	}


 }