@charset "utf-8";

#mdA table,
#mdA table td,
#mdA table th {
	border: 1px solid #333;
	border-collapse: collapse;
	padding-left: 5px;
	text-align: center;
	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;
	}
}



@media(min-width:1200px) {
	
	.gongyong{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 28px;
	}
	
	
	
	.nei_about_left {
		float: left;
		width: 50%;
		height: 350px;
		background: url(../images/about_left.jpg) no-repeat center;
		background-size: 100% 100%;
	}
	
	.nei_about_right {
		float: left;
		width: 50%;
		height: 350px;
		background: #015cb5;
	}
	
	.nei_about_right_txt {
		width: 98%;
		padding: 1%;
		line-height: 28px;
		color: #fff;
		font-size: 14px;
	}
	
	
	.nei_about_tplist {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}
	
	.nei_about_tplist ul li {
		float: left;
	}
	
	.nei_about_tplist li {
		width: 25%;
		text-align: center;
		display: block ruby;
		vertical-align: middle;
		height: auto;
		overflow: hidden;
	}
	
	.nei_about_tplist li img {
		width: 98%;
		border-radius: 5px;
	}
	.gongyong_imgs img{
		width: 49%;
		vertical-align: top;
	}
	
	
}



@media(max-width:768px) {
	
	.gongyong{
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 1.25rem;
		line-height: 2rem;
	}
	
	
	
	.nei_about_left {
		width: 100%;
		height: 200px;
		background: url(../images/about_left.jpg) no-repeat center;
		background-size: 100% 100%;
	}
	
	.nei_about_right {
		width: 100%;
		height: auto;
		background: #015cb5;
	}
	
	.nei_about_right_txt {
		width: 98%;
		padding: 1%;
		line-height: 2rem;
		color: #fff;
		font-size: 1.25rem;
	}
	
	
	.nei_about_tplist {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 10px auto;
	}
	
	.nei_about_tplist ul li {
		float: left;
	}
	
	.nei_about_tplist li {
		width: 50%;
		text-align: center;
		display: block ruby;
		vertical-align: middle;
		height: auto;
		overflow: hidden;
		margin-bottom: 1%;
	}
	
	.nei_about_tplist li img {
		width: 98%;
		border-radius: 5px;
	}
	.gongyong_imgs img{
		width: 100%;
		vertical-align: top;
	}
	
	
}