#mdA table,
#mdA table td,
#mdA table th {
	border: 1px solid #333;
	border-collapse: collapse;
	padding-left: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 30px;

}

#mdA table {
	width: 100%;
}

@media (max-width: 768px) {

	#mdA {
		line-height: 1.35rem;
	}

	#mdA img {
		width: 100%;
		height: auto;
	}
}



.product_mian {

	width: 100%;
	max-width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;

}

.product_mian ul li {
	float: left;
}

.product_mian li {
	width: 19%;
	margin: 0 0.5%;
}

.product_mian li img {
	max-height: 150px;
	display: block;
	margin: 30px auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-transition: 2s ease;
	-moz-transition: 2s ease;
}

.product_mian li:hover img {
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
}


.product_mian li span {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 600;
	line-height: 55px;
	color: #f68d2e;
}

.product_mian li:hover {
	background: #e0edf2;
}




.productlist2_left {
	float: left;
	width: 48%;
	height: auto;
	line-height: 28px;
	overflow: hidden;
	text-align: justify;
}

.productlist2_right {
	float: right;
	width: 48%;
	height: auto;
	line-height: 28px;
	overflow: hidden;
	text-align: justify;
}

.product_box {
	width: 100%;
	max-width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 50px;
}

.product_box ul li {
	float: left;
}

.product_box li {
	width: 18.70%;
	min-height: 320px;
	height: auto;
	overflow: hidden;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-right: 1%;
}

.product_box li:last-child {
	margin-right: 0;
}



.product_box li img {
	max-width: 100%;
	max-height: 200px;
	display: block;
	margin: 30px auto;
}

.product_box li span {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 600;
	line-height: 55px;
}

.product_box li:hover {
	background: #e0edf2;
}


.box_txt {
	text-align: justify;
	line-height: 28px;
}

.box_txt img.imgs {
	max-width: 300px;
	margin-bottom: 30px;
	margin-left: 50px;
}




.product_5 {
	width: 100%;
	max-width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.product_5 ul li {
	float: left;
}

.product_5 li {
	width: 30%;
	height: auto;
	line-height: 45px;
	text-align: center;
	background: #006a8e;
	margin-right: 5%;
	border-radius: 20px;
}

.product_5 li:last-child {
	margin-right: 0;
}

.product_5 li a {
	color: #fff;
	display: block;
}


.ges {
	width: 100%;
	max-width: 1400px;
	height: 1px;
	overflow: hidden;
	background: #ddd;
	margin: 40px auto;
}



.box_txt_left {
	float: left;
	width: calc(100% - 350px);
	height: auto;
	overflow: hidden;
}





.product_50 {
	width: 96%;
	max-width: 1400px;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
	margin: 0px auto;
}

.product_50 h1 {
	font-size: 22px;
	color: #006a8e;
	line-height: 35px;
	margin-bottom: 20px;
}

.product_50_txt {
	line-height: 28px;
}



@media (max-width: 1200px) {



	.product_mian {

		width: 98%;
		height: auto;
		overflow: hidden;
		margin: 0px auto;

	}

	.product_mian ul li {
		float: left;
	}

	.product_mian li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.product_mian li:nth-child(2n+2) {
		margin-right: 0;
	}

	.product_mian li img {
		max-height: 100px;
		display: block;
		margin: 30px auto;

		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-webkit-transition: 2s ease;
		-moz-transition: 2s ease;
	}

	.product_mian li:hover img {
		-webkit-transform: rotatey(360deg);
		-moz-transform: rotatey(360deg);
	}


	.product_mian li span {
		display: block;
		width: 100%;
		text-align: center;
		font-weight: 600;
		line-height: 25px;
		color: #f68d2e;
		font-size: 14px;
	}

	.product_mian li:hover {
		background: #e0edf2;
	}




	.productlist2_left {
		width: 98%;
		height: auto;
		line-height: 25px;
		overflow: hidden;
		text-align: left;
		margin: 0px auto;
		padding-left: 1%;
	}

	.productlist2_right {
		float: right;
		width: 100%;
		height: auto;
		line-height: 25px;
		overflow: hidden;
		text-align: left;
	}

	.product_box {
		width: 100%;
		max-width: 1400px;
		height: auto;
		overflow: hidden;
		margin: 0px auto 50px;
	}

	.product_box ul li {
		float: left;
	}

	.product_box li {
		width: 100%;
		min-height: auto;
		height: auto;
		overflow: hidden;
		border: 1px solid #ddd;
		box-sizing: border-box;
		margin-right: 1%;
	}

	.product_box li:last-child {
		margin-right: 0;
	}



	.product_box li img {
		max-width: 100%;
		max-height: 200px;
		display: block;
		margin: 30px auto;
	}

	.product_box li span {
		display: block;
		width: 100%;
		text-align: center;
		font-weight: 600;
		line-height: 35px;
		font-size: 16px;
		color: #f68d2e;
	}

	.product_box li span a {
		color: #f68d2e;
	}

	.product_box li:hover {
		background: #e0edf2;
	}


	.box_txt {
		text-align: justify;
		line-height: 28px;
	}

	.box_txt img.imgs {
		width: 300px;
		margin-bottom: 30px;
		margin-left: 50px;

		display: block;
		margin: 30px auto;
		float: inherit;
	}


	.show-pro {
		margin-bottom: 30px;
	}




	.product_5 {
		width: 100%;
		max-width: 1400px;
		height: auto;
		overflow: hidden;
		margin: 0px auto;
	}

	.product_5 ul li {
		float: left;
	}

	.product_5 li {
		width: 80%;
		height: auto;
		line-height: 45px;
		text-align: center;
		background: #006a8e;
		margin: 3% auto;
		border-radius: 20px;
		margin-left: 10%;
	}

	.product_5 li:last-child {}

	.product_5 li a {
		color: #fff;
		display: block;
	}


	.box_txt_left {
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
	}




	.product_50 {
		width: 96%;
		max-width: 1400px;
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
		margin: 0px auto;
	}

	.product_50 h1 {
		font-size: 22px;
		color: #006a8e;
		line-height: 35px;
	}

	.product_50_txt {
		line-height: 28px;
	}

}






.product_6 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product_6_title {
	text-align: center;
}

.product_6_title img {
	max-height: 100px;
}

.product_6_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 50px auto;
}

.product_6_list span {
	display: inline-block;
	background: #006a8e;
	margin-right: 10%;
	border-radius: 30px;
	padding: 10px 80px;
}

.product_6_list span img {
	display: block;
	max-height: 35px;
}

.product_6_list span:last-child {
	margin-right: 0;
}



.product_6_page {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product_6_page_logo {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.product_6_page_logo img {
	max-height: 80px;
}

.product_6_page_t {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.product_6_page_t_lf {
	float: left;
	background: #f68d2e;
}

.product_6_page_t_lf img {
	display: block;
	max-height: 35px;
	text-align: center;
	padding: 5px 50px;
}

.product_6_page_t_lf_txt {
	clear: both;
	float: left;
	font-size: 16px;
	color: #f68d2e;
	font-weight: normal;
	margin: 20px 0 0px;
	line-height: 30px;
}

.product_6_page_t_lr {
	float: right;
	display: block;
	padding: 5px 30px;
	background: #006a8e;
	color: #fff;
	border-radius: 30px;
	font-size: 15px;
	line-height: 35px;
	font-weight: 500;

	margin-top: -20px;
}

.product_6_page_t_lr a {
	color: #fff;
	display: flex;
}

.product_6_page_t_lr a img {
	max-height: 30px;
	margin-right: 10px;
}


.product_6_page_jx {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
}

.product_6_page_jx img {
	width: 100%;
	display: block;
}

.product_6_page_jx img.product_6_page_jx_pc {
	display: block;
}

.product_6_page_jx img.product_6_page_jx_wap {
	display: none;
}


.product_6_page_txt {
	line-height: 1.5;
}

.product_6_page_txt b {
	font-weight: 600;
	color: #006a8e;
}

.product_6_page_txt strong {
	/* color: #006a8e; */
	font-weight: 500;
}

.product_6_page_txt p {
	margin-bottom: 5px;
}





@media (max-width: 1200px) {



	.product_6 {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.product_6_title {
		text-align: center;
		margin-top: 10%;
	}

	.product_6_title img {
		max-height: 50px;
	}

	.product_6_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin: 50px auto;
	}

	.product_6_list span {
		display: inline-block;
		background: #006a8e;
		margin-right: 5%;
		border-radius: 30px;
		padding: 10px 30px;
	}

	.product_6_list span a {
		display: block;
	}

	.product_6_list span img {
		display: block;
		max-height: 20px;
	}

	.product_6_list span:last-child {
		margin-right: 0;
	}



	.product_6_page {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.product_6_page_logo {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}

	.product_6_page_logo img {
		max-height: 50px;
	}

	.product_6_page_t {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.product_6_page_t_lf {
		float: left;
		background: #f68d2e;
	}

	.product_6_page_t_lf img {
		display: block;
		max-height: 25px;
		text-align: center;
		padding: 5px 20px;
	}

	.product_6_page_t_lf_txt {
		clear: both;
		float: left;
		font-size: 16px;
		color: #f68d2e;
		font-weight: normal;
		margin: 20px 0 0px;
		line-height: 20px;
	}

	.product_6_page_t_lr {
		float: right;
		display: block;
		padding: 5px 10px;
		background: #006a8e;
		color: #fff;
		border-radius: 30px;
		font-size: 13px;
		line-height: 25px;
		font-weight: 500;
		margin-top: -95px;
	}

	.product_6_page_t_lr a {
		color: #fff;
		display: flex;
	}

	.product_6_page_t_lr a img {
		max-height: 20px;
		margin-right: 10px;
	}


	.product_6_page_jx {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.product_6_page_jx img {
		width: 100%;
		display: block;
	}

	.product_6_page_jx img.product_6_page_jx_pc {
		display: none;
	}

	.product_6_page_jx img.product_6_page_jx_wap {
		display: block;
	}


	.product_6_page_txt {
		line-height: 1.5;
	}

	.product_6_page_txt img {
		max-width: 100%;
	}

	.product_6_page_txt b {
		color: #006a8e;
	}

	.product_6_page_txt strong {
		/* color: #006a8e; */
	}

	.product_6_page_txt p {
		margin-bottom: 5px;
	}

}