﻿.fl{
	float: left;
}
.fr{
	float: right;
}
.middle{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.security{
	width: 100%;
	height: auto;
	background: #F8F8F8;
	padding-bottom: 40px;
}
.security_top_l{
	width: 880px;
	overflow: hidden;
}
.security_top_l h3{
	margin-top: 20px;
	width: 100%;
	height: 49px;
	line-height: 30px;
	font-size: 20px;
	color: #037edb;
}
.security_top_l ul{
	padding: 19px;
	background: #fff;
	border: 1px solid #dbdbdb;
}
.security_indro1{
	width: 150px;
	height: 200px;
}
.security_indro1 img{
	width: 100%;
	height: 100%;
}
.security_indro2{
	width: 210px;
	height: 200px;
	margin-left: 10px;
}
.security_indro2 h5{
	font-size: 18px;
	line-height: 37px;
	padding-top: 6px;
}
.security_indro2 p{
	font-size: 15px;
	line-height: 33px;
	padding-bottom: 8px;
}
.security_indro2 p+p{
	border-top: 1px solid #dbdbdb;
	padding-top: 8px;
}
.security_top_l ul li{
	width: 380px;
	height: 200px;
	position: relative;
}
.security_top_l ul li+li{
	margin-left: 20px;
}
.security_top_r{
	width: 290px;
	height: auto;
	margin-left: 20px;
}
.security_top_r h3{
	margin-top: 20px;
	width: 100%;
	height: 49px;
	line-height: 30px;
	font-size: 20px;
	color: #037edb;
}
.security_top_r ul{
	width: 100%;
          padding: 3px 0;
          background-color: #fff;
}
.security_top_r li{
	font-size: 16px;
	line-height: 34px;
}
.security_top_r li a{
	display: block;
	width: 100%;
	height: 100%;
	
	text-indent: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #555;
}
.security_top_r li:hover a{
	color: #037EDB;
}
.securBanner{
	position: relative;width: 380px;
	height: 200px;
	overflow: hidden;
}
.securBanner ol{
	width: 100000px;
	position: absolute;
	left: 0;
}
.security_top_l .securBanner ol li{
	float: left;
	margin: 0;
	/*display: none;*/
}
.security_top_l span.rightBtn{
	position: absolute;
	top: 30%;
	z-index: 2;
	width: 40px;
	height: 80px;
	right: -60px;
	background: url(../img/next.png) no-repeat;
	cursor: pointer;
}
/*.security_top_l .securBanner ol li.current{
	display: block;
}*/
.security_bottom{
	width: 100%;
	height: auto;
}
.security_bottom h3{
	margin-top: 20px;
	width: 100%;
	height: 49px;
	line-height: 30px;
	font-size: 20px;
	color: #037edb;
}
.outfit{
	width: 1198px;
	height: 484px;
	background: #fff;
	border: 1px solid #DBDBDB;
}
.outfit ul{
	padding: 10px;
}
.outfit li{
	float: left;
	margin: 10px;
	width: 146px;
	height: 44px;
	border: 1px solid #DBDBDB;
}
.outfit li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 44px;
	color: #555;
	font-size: 16px;
}
.outfit li:hover{
	border-color: #037EDB;
}
.outfit li:hover a{
	color: #037EDB;
}