/**************************************************** Reset.css *****************************************************/
html,body, a{font-size: 16px;font-family: "微软雅黑";}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin:0 auto;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-family:"微软雅黑"}
body {line-height:1;}
:focus {outline: 1;}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;border:0;vertical-align:baseline;background:transparent;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000; font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted #000;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}

ol, ul ,li{list-style: none;}
a:link,a:visited,a:active{text-decoration: none;}
a:active {outline: none;star:expression(this.onFocus=this.blur());}
a:hover{ color:#2373d2; text-decoration:none;}

.content{width:1000px;margin: 0 auto;}
/* 浮动 */
.left{float: left !important;}
.right{float: right !important;}
.fl-none{float: none;}
.none{display: none;}
/*****************************************************Custom.css**************************************************/

/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;font-size:0.1em;line-height:0;visibility:hidden;clear:both;}
.clearfix{*zoom:1;}

*{padding:0;margin:0;}
.slideBox{ width:100%; height:480px; overflow:hidden; position:relative;}
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:45%; bottom:4%; z-index:1; }
		.slideBox .hd ul{list-style:none; overflow:hidden; zoom:1; float:left;margin: 0; padding:0;}
		.slideBox .hd ul li{ list-style:none;float:left; margin-right:12px;border-radius: 50%; width:10px; height:10px; text-align:center; background:#fff; cursor:pointer; }
		.slideBox .hd ul li.on{list-style:none; background:dodgerblue;  }
		.slideBox .bd{ position:relative; height:100%; z-index:0;   }
		
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:100%; height:480px;; display:block;  }
/*header*/
.header{width:1200px;margin:auto;text-align:center}
.header a span{font-size:32px;margin:24px 0;display:block;}
.header a:hover{color:#dc092b;}

/*底部样式*/
.footer { padding: 20px 0; background-color: #3a3a3a; overflow: hidden; }
.fotCon { width:1200px; margin: 0 auto; }
.foot_center{width:680px;margin:0 auto;}
.foot_center p{margin-bottom:12px;color:#fff;margin-left:150px;}
.foot_center p span{margin-left:94px;}
.dizhi>p{float:left;margin-left:86px;}