@charset "utf-8";
/*************************************
* file name：common.css
* personnel：常磊
* date：2010-1-10
* content：页面制作样式库文件
************************************/
/*公共标签样式 开始*/
* {
	margin:0;
	padding:0;
}
html, body {
	font-family:Arial, Helvetica, sans-serif, "宋体";
	font-size:12px;
	line-height:1.8;
	background:#fff;
}
ul {
	list-style:none;
}
img {
	border:0;
}
input {
	border:1px solid #bcbcbc;
	vertical-align:middle;
	height:18px;
	line-height:18px;
	padding:0 2px;
	font-size:12px;
}
textarea {
	border:1px solid #bcbcbc;
	font-size:12px;
}
.checkboxstyle, .radiostyle {
	border:none;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#d1111e;
	text-decoration:underline;
}
/*table*/
table {
	width:100%;
	border-collapse:collapse;
}
table td {
	padding:0;
	margin:0;
}
/*公共属性样式*/
/*取消浮动*/
.clear {
	clear:both;
}
/*字体样式 开始*/
.fontred {
	color:#ee1c27;
}
.fontgrey, .fontgrey:hover {
	color:#8f8f8f;
}
.fontblue, .fontblue:hover {
	color:#0067ca;
}
.fontlink {
	color:#0284f4;
	text-decoration:underline;
}
a.fontlink:hover {
	text-decoration:none;
}
.underline {
	text-decoration:underline;
}
/*必填项*/
.redstar,.space{
	float:left;
	width:8px;
}
.redstar,.space{
	color:#ee1c27;
}

/*字体加粗*/
.fontbold {
	font-weight:bold;
}
/* 按钮 */
.btn {
	height:18px;
	line-height:18px;
	display:inline-block;
	padding:0 10px;
}
.btn:hover {
}
.btn-dl {
	color:#fff;
	border:1px solid #de1922;
	margin-right:5px;
	background:url(../images/bg_botton.gif) 0 0 repeat-x;
}
.btn-dl:hover {
	color:#fff;
}
.btn-zc {
	color:#d21921;
	border:1px solid #e8b5ba;
	margin-right:8px;
	background:url(../images/bg_botton.gif) 0 -28px repeat-x;
}
.btn-ss {
	color:#d41a1f;
	font-weight:bold;
	border:1px solid #e8b5ba;
	background:url(../images/bg_botton.gif) 0 -28px repeat-x;
}
.button-tj{
	width:82px;
	height:32px;
	border:0;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:5px 0 15px 0;
	cursor:pointer;
	background:url(../images/bg_button.gif) 0 0 no-repeat;
}
/*翻页样式*/
.btn-page {
	color:#ee1c27;
	border:1px solid #ffe0e3;
	padding:0 5px;
	background:url(../images/bg_botton.gif) 0 -28px repeat-x;
}
.page {
	height:45px;
	border:1px solid #e9b6bb;
	border-top:none;
	text-align:center;
	margin-bottom:10px;
}
.page .innerdiv{
	overflow:hidden;
	padding-top:12px;
}
.page a{
	margin:0 3px;
}

.zymenu-list {
	margin:10px;
}
.zymenu-list li {
	margin-bottom:3px;
}
.zymenu-list a {
	display:block;
	height:25px;
	border:1px solid #ffe0e3;
	background:url(../images/bg_title.gif) 0 -155px repeat-x;
}
.zymenu-list a:hover, .zymenu-list a.on {
	color:#dc1a23;
	border:1px solid #fa979a;
	text-decoration:none;
}
.zymenu-list a span {
	padding-left:15px;
}
.zymenu-list .zysecmenu{
	margin-top:5px;
}
.zymenu-list .zysecmenu a {
	display:block;
	height:25px;
	padding-left:30px;
	border:0;
	background:none;
}
.zymenu-list .zysecmenu a.on {
	display:block;
	height:25px;
	padding-left:30px;
	border:0;
	background:none;
}
.zymenu-list .zysecmenu a:hover {
	height:25px;
	border:0;
	background:none;
}


/*布局样式*/
.part {
	width:100%;
	clear:both;
	overflow:hidden;
}
.part-l {
	float:left;
	width:260px;
	margin-right:10px;
}
.part-c {
	float:left;
	width:420px;
	margin-right:10px;
}
.part-c2 {
	float:left;
	width:690px;
}
.part-r {
	float:right;
	width:260px;
}
.part-ad1, .part-ad2 {
	margin-bottom:10px;
}
/*盒子模块box定义*/
.box {
	border:1px solid #e9b6bb;
	margin-bottom:10px;
}
.box .title {
	height:25px;
	border-bottom:1px solid #e8b5ba;
	background:url(../images/bg_title.gif) 0 -79px repeat-x;
}
.box .title h3 {
	float:left;
	font-size:14px;
	color:#dd1a22;
	line-height:25px;
	padding-left:12px;
}
.box .title .more {
	float:right;
	line-height:25px;
	padding-right:12px;
}
.box .title .bread {
	color:#ee1c27;
	line-height:25px;
	padding-left:15px;
}
.box .title .bread a {
	color:#ee1c27;
}
.box .content {
	overflow:hidden;
	padding:10px;
}
/*********** 列表************** */
/*图文新闻*/
.tw-news {
	width:100%;
	margin-bottom:2px;
	line-height:1.6;
	overflow:hidden;
}
.tw-news li {
	float:right;
	width:170px;
}
.tw-news li.pic {
	float:left;
	width:57px;
}
.tw-news li.pic img {
	/*width:57px;
	height:57px;*/
}
.tw-news li.head {
	font-size:14px;
	font-weight:bold;
}
.tw-style2 {
	margin-bottom:5px;
	line-height:1.8;
}
.tw-style2 li {
	width:130px;
}
.tw-style2 li.pic {
	float:left;
	width:97px;
}
.tw-style2 li.pic img {
	/*width:97px;
	height:76px;*/
}
.tw-style2 li.head {
	color:#ee1c27;
	font-size:14px;
	font-weight:normal;
}
.tw-style2 li.head a {
	color:#ee1c27;
}
.imp-news {
	padding:4px;
	text-align:center;
	margin-bottom:4px;
	background:#fcf2f1;
}
.imp-news h3 {
	color:#ee1c27;
	font-size:14px;
	line-height:1.8;
	font-weight:bold;
}
.zyimp {
	padding:10px;
	margin-bottom:10px;
}
.zyimp p {
	text-align:left;
}
.dot li {
	padding-left:12px;
	background:url(../images/icon1.gif) 5px 50% no-repeat;
}
/*****框架结构*****/
.header, .center, .footer {
	width:960px;
	margin:0 auto;
}
.header .top {
	height:29px;
	color:#4b4b4b;
	line-height:29px;
	border:1px solid #d0d0d0;
	border-top:none;
	background:url(../images/bg_title.gif) 0 0 repeat-x;
}
.header .top .login {
	float:left;
	padding-left:20px;
	line-height:26px;
	_padding-top:3px;
}
.header .top .login * {
	vertical-align:middle;
}
.header .top .login .input-user {
	width:100px;
	margin:0 10px 0 2px;
}
.header .top .login .input-password {
	width:100px;
	margin:0 3px 0 2px;
}
.header .top .setting {
	float:right;
	padding-right:15px;
}
.header .top .setting a {
	margin:0 5px;
}
.header .logoarea {
	width:100%;
	clear:both;
	margin:8px 0;
	overflow:hidden;
}
.header .logoarea .logo {
	float:left;
}
.header .logoarea .search {
	float:right;
	text-align:right;
	margin-top:22px;
}
.header .logoarea .search *{
	vertical-align:middle;
}
.header .logoarea .search .input-search {
	width:175px;
	margin:0 5px 0 0;
}
.header .menu {
	clear:both;
	width:100%;
	height:35px;
	overflow:hidden;
	background:url(../images/bg_menu.gif) 0 0 repeat-x;
}
.header .menu li {
	float:left;
	height:35px;
	padding:0 5px 0 7px;
	background:url(../images/bg_menu.gif) 0 -135px no-repeat;
}
.header .menu li a {
	height:31px;
	line-height:27px;
	color:#fff;
	font-size:14px;
	display:inline-block;
	margin-top:4px;
}
.header .menu li a span {
	padding:0 7px;
}
.header .menu li a.on, .header .menu li a:hover {
	color:#d0101b;
	text-decoration:none;
	background:url(../images/bg_menu2.gif) 0 0 no-repeat;
}
.header .menu li a.on span, .header .menu li a:hover span {
	float:left;
	cursor:pointer;
	background:url(../images/bg_menu2.gif) 100% -41px no-repeat;
}
.header .menu li.first {
	padding:0 7px 0 17px;
	background:url(../images/bg_menu.gif) 0 -45px no-repeat;
}
.header .menu li.last {
	float:right;
	width:5px;
	padding:0;
	background:url(../images/bg_menu.gif) 100% -90px no-repeat;
}
.sec_ul1{
	margin-left:80px;
}
.sec_ul2{
	margin-left:162px;
}
.sec_ul3{
	margin-left:244px;
}
.sec_ul4{
	margin-left:325px;
}
.sec_ul5{
	margin-left:408px;
}
.sec_ul6{
	margin-left:489px;
}
.sec_ul7{
	margin-left:572px;
}
.sec_ul8{
	margin-left:638px;
}
.sec_ul9{
	margin-left:738px;
}
.sec_ul10{
	margin-left:20px;
}
.sec_ul11{
	margin-left:540px;
}
/*2级菜单*/
.header .sec-menu {
	height:30px;
	border:1px solid #d0d0d0;
	border-top:none;
	background:url(../images/bg_title.gif) 0 -39px repeat-x;
}
.header .sec-menu li {
	float:left;
	padding-right:20px;
	line-height:30px;
}
.sec-menu ul{
	display:none;
}
.sec-menu ul.on{
	display:block;
}
.sec-menu ul a.on{
	color:#ee1c27;
}
/** center **/
.center {
	clear:both;
	margin-top:10px;
}
.center .banner {
	margin-bottom:10px;
}
/** footer **/
.footer {
	border:1px solid #e9b6bb;
	border-bottom:none;
	text-align:center;
	color:#666;
}
.footer .fo-menu {
	height:30px;
	line-height:30px;
	border-bottom:1px solid #e9b6bb;
	background:url(../images/bg_title.gif) 0 -114px repeat-x;
}
.footer .fo-menu a {
	color:#666;
	margin:0 15px;
}
.footer .content {
	margin:5px 0 10px 0;
}
/*模块高度定义*/
.hydt, .tjsj, .xzzq, .zlxx, .bzfg {
	height:auto!important;
	height:221px;
	min-height:221px;
}
.xhdt {
	height:auto!important;
	height:200px;
	min-height:200px;
}
.yjbg {
	height:auto!important;
	height:200px;
	min-height:200px;
}
/**regist*/
.divcontent{
	color:#999;
}
.input2{
	width:240px;
}
.border0{
	border:0;
}
.registTable td{
	padding:4px 0;
}
.hytable{
	width:600px;}