/* sub_nav */
.sub_nav{
	box-sizing: border-box;
	height: 2.5rem;
	background-color: #f1f1f1;
	padding: 0.45rem 0.3rem;
}
.sub_nav a{
	display: block;
	width: 7.2rem;
	height: 1.6rem;
	border-radius: 3px;
	text-align: center;
}
.sub_nav a:first-child{
	background-color:#0065B2;
}
.sub_nav a:last-child{
	background-color:#424355;
}
.sub_nav img{
	height: 0.9rem;
	display: inline;
	vertical-align: middle;
	margin-right: 0.175rem;
}
.sub_nav span{
	font-size: 0.65rem;
	line-height: 1.6rem;
	color:#fff;
}
/* product */
.content .product{
	background: #fff;
	border-bottom: 1px solid #e0e0e0;margin-top: 0.35rem;
}
.product .product_box{ width:100%; text-align:center; background-color:#F4F4F4; padding-top:0.35rem}
.product .product_box>li{width:44%;text-align: center;margin:0 2% 4%; display:inline-block;}
.product .product_box li h1{ width:96%; background-color:#FFF; text-align:center; height:4rem;text-align:center; border:#DDD solid 1PX; padding:2%; display:block;overflow:hidden;box-shadow: 0px 1px 4px #999;-webkit-box-shadow: 0px 1px 4px #999;-moz-box-shadow: 0px 1px 4px #999; }
.product .product_box>li>a{display: block;width:100%;color:#0065B2;}
.product .product_box>li>a img{height:4rem; max-width:100%; margin-left:auto; margin-right:auto; border:0PX;}
.product .product_box>li>a P{width:100%;color:#0065B2;	font-size: 0.65rem; height:1.4REM; overflow:hidden; line-height:1.4REM;text-align:center;  }
.product .product_box>li a:hover P{color:#fff; background:#0065B2; }
.product  a.morea{
	display: block;
	width: 15.0rem;
	height: 1.3rem;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	margin: 0.75rem auto;
	font-size: 0.6rem;
	line-height: 1.3rem;
	text-align: center;
	color: #666;
}
.product h2 > a{
	float: right;
	font-size: 0.5rem;
	line-height: 0.65rem;
	margin-right: 0.5rem;
}
/* cases */
.classic_case{
	border: 1px solid #e0e0e0;
	border-left: none;
	border-right: none;
	background-color:#fff;
	margin-top: 0.35rem;
}
.product h2,
.classic_case h2,
.news_center h2{
	font-size: 0.75rem;
	line-height: 0.65rem;
	color:#333;
	position: relative;
	padding: 0.6rem 0 0.75rem 0.9rem;
}
.product h2:before,
.classic_case h2:before,
.news_center h2:before{
	content: "";
	display: block;
	width: 0.2rem;
	height: 0.7rem;
	background:#0065B2;
	position: absolute;
	top: 0.55rem;
	left: 0.5rem;
}
.classic_case .swiper-slide{
	-webkit-transition:-webkit-transform 600ms ease-out;
	transition: transform 600ms ease-out;
	-webkit-transform:scale(0.8);
	transform: scale(0.8);
}
.classic_case .swiper-slide-active{
	-webkit-transform:scale(1);
	transform: scale(1);
}
.classic_case .swiper-slide h3{
	font-size: 0.6rem;
	text-align: center;
	color: #333;
}
.classic_case .swiper-slide img{
	width: 100%;
	margin-bottom: 0.4rem;
}

.classic_case > a{
	display: block;
	width: 15.0rem;
	height: 1.3rem;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
	margin: 0.75rem auto;
	font-size: 0.6rem;
	line-height: 1.3rem;
	text-align: center;
	color: #666;
}


/* news_center */
.news_center{
	background: #fff;
	border: 1px solid #e0e0e0;
	border-left: none;
	border-right: none;
	margin-top: 0.35rem;
}
.news_center h2{
	padding-bottom: 0.6rem;
	border-bottom: 1px solid #d2d2d2;
}
.news_center h2 > a{
	float: right;
	font-size: 0.5rem;
	line-height: 0.65rem;
	margin-right: 0.5rem;
}
.news_list{
	margin-bottom: 1.25rem
}
.news_list li h3{
	font-size: 0.6rem;
	line-height: 1.45rem;
	border-bottom: 1px solid #d2d2d2;
	color:#666;
	padding-left: 0.5rem;
}
.news_list li h3:after{
	content: ">";
	display: inline-block;
	float: right;
	margin-right: 0.5rem;
}
.news_list li a:hover h3{ color:#0065B2}
.iabout_content{width:96%;font-size:.16rem;line-height: .28rem;color:#fff ;  padding:2%;}

.iabout_content> img{display: block; width:30%; float:left; border:#ddd solid 1px; padding:1px; margin-right:12px;}
.iabout_content>h1{ font-weight: normal; font-size: .54rem; color: #333; text-align: center; padding-bottom: .2rem;}
.iabout_content>h1 font{ font-weight: normal; font-size: .54rem; color: #333; text-align: center; }
.iabout_content>h6{color: #333;  line-height: 1.6;font-weight: normal; font-size: .54rem;}