@charset "utf-8";  
/* CSS Document */  
  
/* CSS重置 */  
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}  
body{ font-size:14px; line-height:24px; font-family: "微软雅黑",Tahoma, Arial, SimSun, "宋体", "Microsoft YaHei", SimHei, "黑体"; background:#fff; color:#333; -webkit-text-size-adjust:100%;}  
body #vsb_content p{margin-bottom:5px;font-family: "宋体", line-height:2em !important;}
body .list_con p{margin-bottom:5px; font-family: "宋体" !important;line-height:2em !important;}
.list_con {margin-bottom:5px; font-family: "宋体" !important;line-height:2em !important;}

table { border-collapse:collapse; border-spacing:0;}  
fieldset,img { border:0;}  
address,caption,cite,code,dfn,em,strong,th,var,optgroup { font-style:normal; font-weight: normal;}  
del,ins{text-decoration:none;}  
ol,ul,li { list-style:none;}  
caption,th { text-align:left;}  
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}  
q:before, q:after { content:'';}  
abbr,acronym { border:0;font-variant:normal;}  
sup{vertical-align:baseline;}  
sub{vertical-align:baseline;}  
legend{color:#000;}  
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:normal;font-weight:normal; outline:none;}  
input,button,textarea,select{*font-size:100%;}  
textarea { resize:none;}  
i, em, strong { font-style:normal;}  
a{text-decoration: none;cursor: pointer;}


.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}  
.clearfix{ display:inline-block;}  
*html .clearfix { height:1%;}  
.clearfix { display:block;*zoom:1;}  

.content{
	width:1200px;
	margin:0 auto;
}

.body_content{
	width: 1170px;
	margin: 0 auto;
	
}

.allWrap{
	}
/*top_bar开始*/
.topbar{
	height:100px;
	background-color: #f3f3f3;
	background: url(../images/top_bj.png) no-repeat center;
	min-width: 1200px;
	width: auto;
}
.logo{
	padding-top:17px;
	float: left;
}
.search{
	float: right;
	margin-top: 33px;
	height: 34px;
	width: 214px;
	background: url(../images/search.png) no-repeat center;
}
.search input{
	border:none;
	border-right: 1px solid #eee;
	width: 160px;
	min-height: 16px;
	float: left;
	margin-left: 10px;
	margin-top: 7px;
	text-indent: 8px;
}
.search button{
	width: 20px;
	height: 20px;
	background: url(../images/search_01.png) no-repeat center;
	outline: none;
	border: none;
	float: left;
	margin-top: 6px;
	margin-left: 12px;
	cursor: pointer;
}
/*topbar结束*/

.nav{
	height: 50px;
	background-color: #0b6cb8;
	min-width: 1230px;
	width: auto;
}
.menu>li{
	float: left;
	position: relative;
	z-index: 30;
}
.menu a{
	color:#fff;
}
.menu .dt>a{
	width:150px;
	line-height: 50px;
	display: block;
	font-size: 16px; text-align:center;
}
.menu .dt a:hover,.menu .dd li:hover{
	background-color: #ed8806;
	border-color:#ed8806;
}
.menu .dd{
	display: none;
	position: absolute;
	width: 100%;
}
.menu .dd li{
	height: 34px;
	border-bottom: 1px solid  #2498f2;
	background-color:#0b6cb8;
	text-align: center;
	line-height: 34px; position:relative;
}
.menu .dd li a{
	font-size:14px;
}

.menu .dt:hover .dd{
	display:block;
}

.menu .dl{
	display: none;
	position: absolute; top:0; left:125px;
	width: 100%;
}
.menu .dl li{
	height: 34px;
	border-bottom: 1px solid  #2498f2;
	background-color:#0b6cb8;
	text-align: center;
	line-height: 34px;
}
.menu .dl li a{
	font-size:14px;
}

.menu .dd li:hover .dl{
	display:block;
}
/*banner开始*/
.banner .slick-dots{
	position: absolute;
	right: 12px;
	bottom: 18px;
}
.banner .slick-dots li{
	width: 12px;
	height: 12px;
	background: url(../images/dots_05.png) no-repeat center;
	float: left;
	margin: 0 5px;
}
.banner .slick-dots li.slick-active{
	background-image: url(../images/dots_03.png);
}
.banner .slick-dots button{
	display: none;
}


.main_body{
	padding: 0 15px;
	background: url(../images/1_03.png);
}


.foot{
	height: 185px;
	background-color: #224b77;
	color:#fff;
	min-width: 1230px;
}
.foot a{color:#fff; font-size:14px;}
.copy{
	float: left;
	margin-top: 50px;
	line-height: 30px;
	padding-left:95px;
	background:url(../images/foot_logo.png) no-repeat left top;
}
.code{
	float: right;
	width: 665px;
	margin-top: 32px;
}

.code li{
	float: left;
	margin-left: 30px;
	text-align: center;
}
