.option {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.option a {
	display: inline-block;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	border: 1px solid #004EA2;
	box-sizing: border-box;
	border-radius: 5px;
	margin-right: 20px;
}

.option a.active {
	color: #FFFFFF;
	background: #004EA2;
	border: none;
}

.MIAO {
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.MIAO li {
	margin-right: 3%;
	width: 31%;
	float: left;
	margin-bottom: 50px;
}

.MIAO li a {
	display: block;
}

.li-cosnt {
	position: relative;
	z-index: 99999;
}

.li-cosnt img {
	width: 370px;
	height: 240px;
	border-radius: 5px;
	box-shadow: 5px 5px 3px #dcdcdc;
}

.li-cosnt p {
	font-size: 24px;
	color: #666666;
	line-height: 80px;
}
.li-cosnt p:hover{
	color: #004EA2;
}
.li-cosnt:after {
	content: "";
	position: absolute;
	left: -14px;
	bottom: 66px;
	width: 370px;
	height: 235px;
	border: 1px solid #dcdcdc;
	z-index: -99999;
}

p.en{
	margin: auto;
	text-align: center;
	margin-top: -15px;
}

.MIAO li:nth-of-type(3n) {
	margin-right: 0;
}

#product-content{
	width: 1200px;
	margin: 0 auto;
	min-height: 500px;
}
.product-nav ul li{
	width: 145px;
	display: inline-block;
}
.product-nav ul li a p{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #004EA2;
	border-radius: 20px;
}
.product-nav ul li a p:hover{
	color: white;
	background-color: #004EA2;
}
.product-con{
	padding: 30px 0;
}
.product-con span{
	font-size: 24px;
	line-height: 100px;
	color: #333333;
}

#solution-content{
	width: 1200px;
	margin: 0 auto;
	min-height: 500px;
}
.solution-nav ul li{
	width: 200px;
	display: inline-block;
}
.solution-nav ul li a p{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	border: 1px solid #004EA2;
	border-radius: 20px;
}
.solution-nav ul li a p:hover{
	color: white;
	background-color: #004EA2;
}
.solution-con span{
	font-size: 24px;
	line-height: 100px;
	color: #333333;
}












