/* Css Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img{padding: 0;margin: 0;}
table{ border-collapse: collapse; border-spacing: 0;}
fieldset, img{ vertical-align: top; border: 0;}
address, caption, cite, code, dfn, em, th, var, i{ font-weight: normal; font-style: normal;}
ol, ul, li{ list-style: none;}
div, dl, dt, dd, ol, ul, li{zoom: 1;}
caption, th{ text-align: left;}
h1, h2, h3, h4, h5, h6{ font-weight: normal;font-size: 100%;}
q:before, q:after{ content: '';}
abbr, acronym{ border: 0;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu,time{margin: 0;padding: 0;display: block;zoom: 1;}

/* Public */
body{ min-width: 1200px; color: #333;font-size: 14px;line-height: 1.8;font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;text-align: center;-webkit-text-size-adjust: none;}
a{ color: #333; text-decoration: none; outline: none;}
a:hover{color: #E20500;text-decoration: underline;}
.clearbox{ border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden;}
.blank{ display: block; height: 10px; font-size: 0px; line-height: 0; overflow: hidden; clear: both;}
.clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix{ height: 1%;}
*+html .clearfix{ min-height: 1%;}
.fl{ float: left;}
.fr{ float: right;}
.hide{ display: none;}
input[type=button], input[type=submit], input[type=file], button{ cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.wrap{margin: 0 auto; text-align: left;}
.oh{overflow: hidden;}
.siteWidth{width: 1200px; margin: 0 auto; overflow: hidden;position: relative;}

/**/
body { text-align: center; min-width: 1200px; max-width: 1920px; margin: 0 auto; border-top: 3px solid #005fb0; }


/* header */
#header{height: 260px; width: 1200px; margin: 0 auto; }
#header .logo{float: left;margin-top: 88px;}

/* box */
.box { margin-bottom: 15px; }
.box .hd { margin-bottom: 5px; height: 38px; line-height: 38px; position: relative; border-bottom: 1px solid #ddd; font-size: 18px; }
.box .hd .more { position: absolute; right: 0; color: #999; font-size: 14px; }
.box .hd .more a { color: #999 }
.box .hd h3 { border-bottom: 2px solid #0068B7; line-height: 33px; position: absolute; color: #0068B7; padding: 0 12px 4px 12px; }
.box .hd h3 a { color: #0068B7; }
.box .hd h3 a:hover { text-decoration: none; }
.box .hd ul { position: absolute; height: 39px; line-height: 33px; overflow: hidden; }
.box .hd li { float: left; padding: 0 12px 4px 12px; position: relative; }
.box .hd li a:hover { text-decoration: none; }
.box .hd .on { border-bottom: 2px solid #0068B7; }
.box .hd .on a { color: #0068B7; }
.box .bd { padding: 5px; overflow: hidden; }

/* footer */
#footer{padding:20px 0px; background: #005fb0; text-align: center; }
#footer .copyRight{color: #fff; text-align: center; line-height: 26px;}