@charset "gb2312";
/* 共用css */
* { margin: 0; padding: 0 }
body { font: 12px "宋体", Arial, Helvetica, sans-serif; color: #666666; background: url(imagesbodybg.jpg) no-repeat center 27px }
article, .mbox { width: 1000px; margin: auto; overflow: hidden }
img { border: 0; display: block }
ul, ol, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
a { outline: none; }
a:link, a:visited { text-decoration: none; color: #666 }
a:hover { text-decoration: underline; color: #000 }
.clear { clear: both; }
.blank { height: 8px; overflow: hidden; width: 100%; margin: auto; clear: both }
.f_l { float: left }
.f_r { float: right }
.l_box { width: 670px; }
.r_box { width: 300px; }
/* 头部信息 */
.topheader { background: url(imagestopbg.jpg) repeat-x; line-height: 27px; }
.datetime { float: right; background: url(imagesdate.jpg) no-repeat left center; padding-left: 20px }
.logo { position: relative; margin: 20px auto }
.fav { position: absolute; right: 20px; top: 20px; background: url(imagesfav.png) no-repeat; width: 150px; overflow: hidden }
.fav li { float: right; line-height: 24px; padding-left: 27px }
.fav li a { color: #fff }
.fav li a:hover { color: #ff0 }
.banner { height: 200px; width: 1000px; margin: auto; overflow: hidden }
header { background: url(../images/bgb.png) no-repeat center 160px; }
#myFocus { width: 1000px; height: 260px; margin: auto; background: none; position: relative }
/*nav*/

.navigation { width: 1000px; margin: auto; height: 50px; line-height: 50px; background: #ce0000; }
.menu { width: 1000px; margin: auto; position: relative; }
.menu li { font-size: 14px; line-height: 50px; float: left; width: 110px; text-align: center; position: relative; }
.menu li a:link { display: block; text-decoration: none; color: #fff; }
.menu li a:visited { display: block; margin: 0px; color: #fff; text-decoration: none }
.menu ul { position: relative; background: #ce0000; z-index: 300; }
.menu li ul { display: none; width: 110px; position: absolute; TOP: 50px; left: 0; }
.menu li ul li { font-size: 12px; height: 28px; line-height: 28px }
.menu li ul li a:hover { background: #F63 }
.menu li.current { background-color: #f32e04; }
.search { position: absolute; right: 0; margin: 10px 10px 0 0 }
input#keyboard { height: 30px; border: none; color: #dfdfdf; padding-left: 10px; display: block; float: left; }
input.input_submit { height: 30px; background-color: #F58F30; color: #fff; border: none; padding: 10px 12px; display: block; float: right; }
/*footer*/
.copyright { width: 1000px; margin: auto; text-align: center; padding: 20px 0; line-height: 24px; background: #be1203; color: #fff }
.copyright a { color: #fff }
