.smallnav ul{
	overflow: hidden;
	height: 4.54rem;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
}
.smallnav ul li{
	float: left;
	width: 24%;
}
.smallnav ul li a{
	display: block;
	width: 100%;
	height: 4.4rem;
	text-align: center;
	line-height: 4.4rem;
	color: #666666;
	font-size: 1.5rem;
	
}
.smallnav ul li.active{
	border-bottom: 3px solid #0882c4;
}
.smallnav ul li.active a{
	color: #0882c4;
}

.main{
	text-align: center;
	box-sizing: border-box;
	padding: 0.5rem;
}
.main img{height:100%;}
.main h4{
	font-size: 1rem;
	font-weight: bold;
	color: #0882c4;
	
}
.main p{
	text-align: left;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #666;
	margin: 0.5rem 0;
	text-indent:2rem ;
}
.main .one{
	display: flex;
	height: 18.09rem;
	align-items: center;
	position: relative;
}
.main .one img{
	width: 60%;
	float: left;
}
.main .one .blue{
	width: 40%;
	height: 7.04rem;
	border: 5px solid #0882c4;
	text-align: center;
	line-height: 7.04rem;
	color: #0882c4;
	font-size: 1.5rem;
	position: absolute;
	right: 0.5rem;
	font-size:12px;
}

.main .two{
	display: flex;
	height: 18.09rem;
	align-items: center;
	position: relative;
}
.main .two img{
	width: 60%;
	position: absolute;
	right: 0;
}
.main .two .blue{
	width: 40%;
	height: 7.04rem;
	border: 5px solid #0882c4;
	text-align: center;
	line-height: 7.04rem;
	color: #0882c4;
	font-size: 1.5rem;
	position: absolute;
	left: 0.5rem;
	z-index: 5;
    font-size:12px;
}





