﻿@charset "utf-8";

/********** default **********/
html {
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

body {
	position: relative;
	min-height: 99%;
	border-bottom: 1px solid #fff;	
}

.btn {
	margin-left: 10px;
	padding: 3px 10px 2px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #222;
	border: 1px solid #737373;
	border-radius: 3px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	background: -webkit-linear-gradient(#ffffff,#dadada);
	background: -moz-linear-gradient(#ffffff,#dadada);
} 

.btn:hover {
	background: -webkit-linear-gradient(#dadada,#ffffff);
	background: -moz-linear-gradient(#dadada,#ffffff);
}

.btn {
	padding: 0\9;
	border: 0 none\9;
	width: 40px\9;
	height: 24px\9;
	background: #dadada url("../img/btn-bg.gif") no-repeat\9;
}

.btn-submit {
	margin-left: 0;
	margin: 5px 0;
}

/********** header **********/
#header {
	margin: 0 0 0px 0;
	background: url("../img/header-bg.gif") repeat-x;
	background: -moz-linear-gradient(#e7e7e7,#ffffff);
	background: -webkit-linear-gradient(#e7e7e7,#ffffff);
}

#header .sitename {
	margin: 0 20px;
	height: 60px;
	padding-left: 55px;
	font: bold 1.5em/60px "微软雅黑";
	color: #334f60;
	letter-spacing: 3px;
	text-shadow: 2px 2px 2px #c0c0c0;
	background: url("../img/icon-logo.png") no-repeat left center;
}

#header .topbar {
	position: relative;
	height: 35px;
	text-align: center;
	background: url("../img/topbar-bg.gif") repeat-x;
}

#header .topbar .tip {
	display: inline-block;
	margin-top: 5px;
	padding: 2px 20px;
	padding: 5px 20px 2px 20px\9;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border-radius: 3px;
}

#header .topbar .tip-green {background-color: #8ec645;}
#header .topbar .tip-red {background-color: #f46a26;}
#header .topbar .tip-yellow {background-color: #fad163;}

#header .topbar .phone {
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#header .topbar .phone {
	padding-left: 25px;
	background: url("../img/icon-phone.gif") no-repeat left center;
}

#header .topbar .number {
	font-family: Georgia;
}



/********** leftpanel **********/
#leftpanel {
	clear: both;
	position: absolute;
	top: -20px;
	left: 20px;
	width: 200px;
	height: 250px;
	border: 1px solid #cddace;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 2px 1px #ccc;
	overflow: hidden;
}

#leftpanel .top {
	height: 10px;
	font-size: 0;
	overflow: hidden;
	background: #e0e0e0;
	border-radius: 10px 10px 0px 0px;
}

#leftpanel .title {
	margin: 10px 10px 5px 15px;
	font-size: 14px;
	font-weight: bold;
}

#leftpanel .info-ip {
	margin: 0 auto;
	padding-top: 16px;
	margin: 15px 15px 0 15px;
	width: 180px;
	height: 135px;
	background: url("../img/info-bg.gif") no-repeat;
	border-radius: 7px 7px 19px 19px;
}

#leftpanel .info-ip p {
	margin: 0 15px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#leftpanel .info-ip .align-r {
	text-align: right;	
}

#leftpanel .info-tip {
	margin: 0px 15px 0 15px;
	font-size: 13px;
}

#leftpanel .go-search {
	margin: 5px 15px 0 15px;
}

#leftpanel .go-search .search-input {
	float: left;
	width: 115px;
	height: 30px;
	background: #f9f9f9;
	border: 1px solid #bababa;
	border-right: none;
	border-radius: 3px 0 0 3px;
}

#leftpanel .go-search .search-input input {
	margin: 3px; 
	*margin: 3px 0 0 -12px;
	width: 105px;
	height: 22px;
	border: none;
	background: #f9f9f9;
}

#leftpanel .go-search .search-btn {
	float: left;
	width: 50px;
	_width: 40px;
	height: 30px;
	border: 1px solid #4087c7;
	border-radius: 0 3px 3px 0;
	background: #f9f9f9;
}

#leftpanel .go-search .search-btn input {
	*margin: 0 -15px 0 -15px;
	width: 50px;
	_width: 40px;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	border: none;

	background: #f9f9f9;
	background: -webkit-linear-gradient(#ffffff,#f9f9f9,#ffffff);
	background: -moz-linear-gradient(#ffffff,#f9f9f9,#ffffff);
	border-radius: 0 3px 3px 0;
}

#leftpanel .go-search .search-btn input:hover {
	background: -webkit-linear-gradient(#ffffff,#e0e0e0,#ffffff);
	background: -moz-linear-gradient(#ffffff,#e0e0e0,#ffffff);
}

/********** searchpanel **********/
#searchpanel {
	position: absolute;
	top: 260px;
	width: 230px;
	height:138px;

}

#searchpanel .level_2{
	margin: 0;	

}

#searchpanel .level_2 ul {
}

#searchpanel .level_2 ul li {
	list-style: none;
	height:50px;
	margin-left:-21px;
	

}

#searchpanel .level_2 ul li a {
	display: block;
	height:50px;
	line-height:50PX;
	font-size: 15px;
	color:#375a6f;
	text-indent: 55px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#searchpanel .level_2  a.selected1{
	background-image: url("../img/all.gif");background-position: 0px 0px;
}
#searchpanel .level_2  a.selected2{
	background-image: url("../img/hot_hover.gif");background-position: 0px 0px;
}
#searchpanel .level_2  a.selected3{
	background-image: url("../img/all_hover.gif");background-position: 0px 0px;
}
#searchpanel .level_2  a.selected4{
	background-image: url("../img/hot.gif");background-position: 0px 0px;
}
#searchpanel .level_2  a.selected1:hover{
	background-image: url("../img/all_hover.gif");background-position: 0px 0px;
}
#searchpanel .level_2  a.selected4:hover{
	background-image: url("../img/hot_hover.gif");background-position: 0px 0px;
}


/********** content **********/
#content {
	margin:0px 0px 0px 0px;
	height:710px;
}

#wrap {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;

}

/********** content_left **********/
.content_left{
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	height:100%;
	background-color:#f3f3f3;

}


.content_right {
	margin: 0px 0px 0px 240px;
	padding:20px 20px 20px 0px;
	min-width: 750px;
	min-height: 500px;
	_height: 500px;
	font-size: 14px;
}
 

/* opts */
#opts {
	margin-bottom: 10px;
	min-height: 90px;
	_height: 90px;
	border-bottom: 1px dotted #999;
}

.phone a{
	text-decoration: none;
	color: #ffffff;
}

.topbar2{
	
	height: 35px;
	background: url("../img/topbar-bg.gif") repeat-x;
	padding-top:10px;
}
	

#helpcenter{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	padding:10px;
}



#opts a {
	display: block;
	float: left;
	margin-right: 15px;
	height: 48px;
	line-height: 48px;
	padding: 15px 15px 15px 65px;
	font-size: 14px;
	font-weight: bold;
	color: #ce0000;
	text-decoration: none;
	border: 1px solid #666;
	border-radius: 10px;
	background: url("../img/icon-todo.png") no-repeat 15px center;
	-webkit-transition: all 1s;
}

#opts a:hover {
	border: 1px solid #ce0000;
}

#opts p {
	margin: 0;
	font: 13px/23px "宋体";
	color: #666;
}

#opts p.bold {
	font-weight: bold;
}

/* search */
#search {
	clear: both;
	margin-top: 20px;
	text-align: right;
}

#search label {
	margin-left: 10px;
	font-size: 13px;
}

#search .textinput,
#search select {
	width: 100px;
	padding: 2px 2px 1px 2px;
	font: 13px "宋体";
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#search select {
	padding: 1px;
}

#search .textinput:focus,
#search select:focus {
	background-color: #f0fff0;
}

/* breadcrumb */
#breadcrumb {
	clear: both;
	margin-top: 20px;
	height: 15px;
	font-size: 13px;
}

#breadcrumb .left {
	float: left;
	background:url(../img/back.gif) no-repeat;
	line-height:28px;
}

#breadcrumb .left a{
	padding-left:30px;
	color:#335061;
	font-weight:bold;
	text-decoration:none;
}



#breadcrumb .right {
	float: right;
}

#breadcrumb a {
	color: #1044ba;
}

#breadcrumb a:hover {
	color: #ec0000;
}

/* data */
#data {
	clear: both;
	margin-top: 5px;
	color: #333;
}

.data-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.data-table th,
.data-table td {
	line-height: 24px;
	padding: 2px 5px;
	text-align: center;
	border: 1px solid #cddace;
}

#data-table tr:hover {
	background-color: #f0fff0;
}

.data-table th {
	background-color: #f7f7f7;
}

.data-table .label {
	width: 90px;
	width: 95px\9;
	text-align: right;
	font-weight: bold;
	border-right: none;
}

.data-table .label-submit {
	border-right:1px solid #cddace;
}

.data-table .label-reply {
	background-color: #ffffe1;
}


.data-table .label-light {
	background-color: #ffe4e1;
}

.data-table .index {
	width: 50px;
}

.data-table .w-40 {
	width: 40%;
}

.data-table .w-13 {
	width: 13%;
}

.data-table a {
	color: #05447a;
}

.data-table a:hover {
	color: #ec0000;
}


.data-table .align-l {
	text-align: left;
	border-left:none;
}

.data-table .bold {
	font-weight: bold;
}

.data-table .green {color:green;}
.data-table .red,
.data-table .required {color:red;}
.data-table .blue {color:blue;}
.data-table .black {color:black;}

.data-table p {
	margin: 0;
	line-height: 1.5em;
}

.data-table .text,
.data-table select,
.data-table textarea {
	width: 400px;
	margin: 3px 0;
	padding: 2px;
	font: 14px "宋体";
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.data-table select {
	width: 405px;
}

.data-table textarea {
	width: 595px;
	width: 590px\9;
	line-height: 24px;
	resize: vertical;
}

.data-table .short {
	width: 120px;
}

.data-table .text:focus,
.data-table select:focus,
.data-table textarea:focus {
	background-color: #f0fff0;
}

.data-table img {
	vertical-align: middle;
}

/* pagination */
#pagination {
	margin-top: 13px;
	height: 50px;
	_height: 100px;
	font: 12px "宋体";
	overflow: visible;	
}

#pagination a {
	display: inline-block;
	padding: 3px 6px;
	color: #1044ba;
	text-decoration: none;
	border: 1px solid #ccdbe4;
	border-radius: 3px;
}

#pagination a:hover {
	color: #fff;
	background-color: #1044ba;
}

#pagination span {
	display: inline-block;
	padding: 3px 6px;
	font-weight: bold;
}

/********** footer **********/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height:30px;
	border-top: 1px solid #e7e7e7;
	background-color:#FFF;

}

#footer .copyright {
	margin: 0;
	margin-top: 5px;
	color: #333;
	text-align: center;
	text-shadow: -1px 0 0 rgba(0,0,0,0.5);
	font: 13px/25px Verdana;

}

/********** error **********/
label.error{
	color: red;
}