/*==========全局HTML标签=========*/
body {
	margin:0;
	padding:0;
	font-size:12px;
	color:#000;
	line-height:150%;
		font-family:"宋体",sans-serif,verdana,lucida grande,lucida,arial,helvetica;
}
hr {
	height:1px;
	color:#ccc;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
a img {/*图片链接无边框*/
	border:0
}
a {/*默认链接*/
	text-decoration: none;	
}
a.whiteLink:link {
	color:#fff;
	text-decoration: none;
}
a.whiteLink:visited {
	color:#fff;
	text-decoration: none;
}
a.whiteLink:hover {
	color:#fff;
	text-decoration: none;
}
a.whiteLink:active {
	color:#fff;
	text-decoration: none;
}
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#009900;
	text-decoration: none;
}
a:active {
	color:#000;
	text-decoration: none;
}
form {/*表单内外补丁为零*/
	margin:0;
	padding:0;
}
input, select {/*表单元素input,select字体尺寸*/
	font-size:12px;
}
.iptTxt {
	width:150px;
	border:solid 1px #a7b3d5;
}
.iptBtn {	
	border:solid 1px #797ca2;;
	background:#959ec1;
	color:#fff;
}
.iconMore {	
	font-family:verdana;
	font-size:10px;
}
/*######### ====基本架构==== #########*/
/*====页眉顶部====*/
.pageTop {
	margin:0 auto;
	width:984px;
	height:60px;
}
.pageTop .siteLogo {
	float:left;
	width:340px;
	height:60px;
	background:url("../images/logo.gif") no-repeat;
}
.pageTop .entrepreneur {
	float:left;
	width:150px;	
	margin-top:32px;
	color:#039;
}
.pageTop .pageTopRright {
	float:right;	
	padding-right:40px;
	text-align:right;
}
.pageTop .pageTopRright .utilityLinkBar {
	width:250px;	
	background:#ededed;
	padding:0 10px;	
}
/*--站内搜索--*/
.innerSiteSearch {	
	margin-top:10px;
}
.innerSiteSearch .iptTxt {
	width:150px;
	border:solid 1px #a7b3d5;
}
/*====页头部====*/
.header {
	margin:0 auto;
	width:984px;
	height:99px;
	border-bottom:solid 1px #a7b3d5;
	background:url("../images/headerDcrM.gif") repeat-x;
}
.header .dcrL {
	float:left;
	width:10px;
	height:99px;
	background:url("../images/headerDcrL.gif") no-repeat;
}
.header .headerBar {
	float:left;
	width:960px;
	height:99px;	
}
.header .headerBar .headerBg {	
	height:99px;
	background:url("../images/headerDcrLogo.gif") no-repeat;
}
.header .dcrR {
	float:right;
	width:10px;
	height:99px;
	background:url("../images/headerDcrR.gif") no-repeat;
}
/*--邮箱登录--*/
.mailLogin {
	text-align:right;
	margin-top:18px;
	margin-right:20px;
}
.mailLogin .iptTxt {
	width:100px;
}
.mailLogin .mailServer {
	font-family:verdana;	
}
.btnMailLogin {
	width:70px;
	height:22px;
	background:url("../images/btnMailLogin.gif") no-repeat;
	border:none;
	padding-top:3px;
}
/*--菜单导航栏--*/
.navBar {
	clear:both;		
	padding-left:170px;
	margin-top:26px;
}
.navBg {
	height:30px;	
	text-align:right;
}
/*====旗帜栏====*/
.banner {
	margin:0 auto;
	width:976px;
	height:192px;
	border:solid 4px #a7b3d5;
}
.banner .bannerBdr {
	border:solid 1px #fff;
	width:974px;
	height:190px;
	background:url("../images/bannerBg.jpg") no-repeat;
}
.banner .siteProEN {
	color:#ccdaf9;
	font-family:Arial Black;
	font-size:14px;
	margin-top:5px;
	margin-left:5px;
}
.banner .bannerBdr .swfPosition {
	width:420px;
	height:50px;
	margin-top:66px;
	margin-left:130px;
}
.banner .bannerBdr .domainName {
	text-align:right;	
	margin-top:20px;
	margin-right:15px;
	color:#a7b3d5;
	font-family:verdana;
}
/*--搜索外部网站 | 常用连接--*/
.webSearchBar {
	margin:0 auto;
	width:956px;
	padding:5px 10px;
	background:#e4e9f7;
	border:solid 4px #a7b3d5;
	border-bottom:solid 1px #a7b3d5;
}
.webSearchBar .webSearch {
	float:left;
}
.webSearchBar .commonLink {
	float:right;
}
/*====分栏布局====*/
/*--外框--*/
.mainBar {
	margin:0 auto;
	width:976px;	
	border-left:solid 4px #a7b3d5;
	border-right:solid 4px #a7b3d5;
	background:#fff;
}
.mainBar .mainBg {
	float:left;
	padding:15px 10px
}
/*--首页分栏--*/
.colLeft {
	float:left;
	width:560px;	
}
.colRight {
	float:right;
	width:385px;
}
/*--二级页分栏--*/
.mainBar .mainBg2 {
	float:left;
	padding:15px 10px;
	background:url("../images/colLeftBg.gif") repeat-y;
}
.colLeft2 {
	float:left;
	width:200px;
	background:#e4e9f7;
}
.colRight2 {
	float:right;
	width:715px;
	padding:0 10px;
}
/*--页脚效用连接--*/
.utilityLinkBtm {
	margin:0 auto;
	width:954px;
	background:#a7b3d5;
	padding:2px 15px;
	text-align:center;
	color:#fff;
}
.utilityLinkBtm a:link {
	color:#fff;
	text-decoration: none;
}
.utilityLinkBtm a:visited {
	color:#fff;
	text-decoration: none;
}
.utilityLinkBtm a:hover {
	color:#000;
	text-decoration: none;
}
.utilityLinkBtm a:active {
	color:#fff;
	text-decoration: none;
}
/*--友情连接--*/
.friendLink {
	margin:0 auto;
	width:968px;	
	border-left:solid 4px #a7b3d5;
	border-right:solid 4px #a7b3d5;
	border-top:solid 1px #a7b3d5;
	border-bottom:solid 4px #a7b3d5;	
	padding:4px 4px 0 4px;
	text-align:center;
	background:#e4e9f7;
}
/*--页脚--*/
.footer {
	margin:0 auto;
	width:984px;
	height:80px;
	background:url("../images/footerDcrM.gif") repeat-x;
	color:#036;
}
.footer .dcrL {
	float:left;
	width:10px;
	height:80px;
	background:url("../images/footerDcrL.gif") no-repeat;
}
.footer .footerMid {
	float:left;
	width:960px;
	height:80px;
	text-align:center;
}
.footer .dcrR {
	float:right;
	width:10px;
	height:80px;
	background:url("../images/footerDcrR.gif") no-repeat;
}
.copyrightSet {
	clear:both;
	margin-top:10px;
	width:530px;
}
.copyrightSet .logoBtm {
	margin-top:5px;
	float:left;
	width:50px;
	height:50px;
	background:url("../images/logoBtm.gif") no-repeat
}
.copyrightSet .copyright {
	width:460px;
	text-align:left;
	float:left;
	padding-left:10px;
	border-left:solid 1px #a7b3d5;
}
.copyright a:link {
	color:#036;
	text-decoration: none;
}
.copyright a:visited {
	color:#036;
	text-decoration: none;
}
.copyright a:hover {
	color:#000;
	text-decoration: underline;
}
.copyright a:active {
	color:#036;
	text-decoration: none;
}
/*--流量--*/
.visitedCount {
	border:solid 2px #06c;
	background:#06c;
	color:#fff;
	padding-left:5px;
}
.visitedCount .visitedNum {
	font-family:verdana;
	font-weight:bold;
	font-size:12px;
	background:#fff;
	padding:0 3px 2px 3px;
	color:#06c
}
/*######### ====模版装饰==== #########*/
/*====基本模版====*/
/*--左模版--*/
.modLeft {}
.modLeft .title {
	height:24px;
	background:#e4e4e4;
	border:solid 1px #bbb;	
	border-left:solid 6px #797ca2;
}
.modLeft .title h3 {
	float:left;
	margin-left:5px;
	margin-top:2px;
}
.modLeft .title .iconMore {
	float:right;
	margin-top:6px;
	margin-right:4px;
}
.modLeft .contentSet {
	clear:both;	
}
.modLeft .contentSet .content{
	float:left;
	padding:10px 0;
}
.modLeft .contentSet .content .modLeftL {
	float:left;
	width:250px;
}
.modLeft .contentSet .content .modLeftR {
	float:right;
	width:300px;
}
/*--右模版--*/
.modRight {}
.modRight .title {
	height:24px;
	background:#a7b3d5;
	border:solid 1px #bbb;	
	border-left:solid 6px #797ca2;	
}
.modRight .title h3 {
	float:left;
	margin-left:5px;
	margin-top:2px;
	color:#fff
}
.modRight .title .iconMore {
	float:right;
	margin-top:6px;
	margin-right:4px;
}
.modRight .contentSet {
	clear:both;	
}
.modRight .contentSet .content{
	float:left;
	padding:10px 0;
}
.modRight .contentSet .content .modLeftL {
	float:left;
	width:250px;
}
.modRight .contentSet .content .modLeftR {
	float:right;
	width:300px;
}
/*--二级页左模版--*/
.modLeft2 {
	border:solid 1px #797ca2;
}
.modLeft2 .title {
	height:24px;
	background:#a7b3d5;	
	border-bottom:solid 1px #797ca2;
	border-left:solid 6px #797ca2;
}
.modLeft2 .title h3 {
	float:left;
	margin-left:5px;
	margin-top:2px;
	color:#fff
}
.modLeft2 .title .iconMore {
	float:right;
	margin-top:6px;
	margin-right:4px;
	color:#fff;
}
.modLeft2 .content {
	padding:10px;
	clear:both;
	background:#f5f7fd;

}
/*--二级页右模版--*/
.modRight2 {}
.modRight2 .title {
	height:24px;
	background:#e4e4e4;
	border:solid 1px #bbb;	
	border-left:solid 6px #797ca2;
}
.modRight2 .title h3 {
	float:left;
	margin-left:5px;
	margin-top:2px;
}
.modRight2 .title .iconMore {
	float:right;
	margin-top:6px;
	margin-right:4px;
	color:#444;
}
.modRight2 .contentSet {
	clear:both;	
}
.modRight2 .contentSet .content{
	float:left;
	padding:10px 0;
}
.modRight2 .contentSet .content .modLeftL {
	float:left;
	width:290px;
	color:#444;
}
.modRight2 .contentSet .content .modLeftR {
	float:right;
	width:403px;
	border-left:dotted 1px #a7b3d5;
	padding-left:10px;
}
/*######### ====模块细节==== #########*/
/*--标题列表--*/
.listTbl {
	border-collapse:collapse;
	width:100%;		
	font-size:12px;
	line-height:normal;
}
.listTbl td {
	padding:0 5px;
}
.listTbl td a {
	display:block;
	padding:6px 5px 4px 15px;	
}
.listTbl td a:link {	
	background:transparent;	
}
.listTbl td a:hover {
	padding:6px 5px 4px 15px;	
}
/*--绿箭头图标[标题列表]--*/
.listIconGreenArrow {}
.listIconGreenArrow td a {
	background:url("../images/iconArrowGreen.gif") no-repeat 0px 5px;
}
.listIconGreenArrow td a:link {
	background:url("../images/iconArrowGreen.gif") no-repeat 0px 5px;
}
.listIconGreenArrow td a:visited {
	background:url("../images/iconArrowGreen.gif") no-repeat 0px 5px;
}
.listIconGreenArrow td a:hover {
	background:#f1f1f8 url("../images/iconArrowGreen.gif") no-repeat 3px 5px;
}
.listIconGreenArrow td a:active {
	background:url("../images/iconArrowGreen.gif") no-repeat 0px 5px;
}
/*--蓝箭头图标[标题列表]--*/
.listIconBlueArrow {}
.listIconBlueArrow td a {	
	background:url("../images/iconArrowGrayBlue.gif") no-repeat 0px 5px;
}
.listIconBlueArrow td a:link {	
	background:url("../images/iconArrowGrayBlue.gif") no-repeat 0px 5px;
}
.listIconBlueArrow td a:visited {	
	background:url("../images/iconArrowGrayBlue.gif") no-repeat 0px 5px;
}
.listIconBlueArrow td a:hover {	
	background:#f1f1f8 url("../images/iconArrowGrayBlue.gif") no-repeat 3px 5px;
}
.listIconBlueArrow td a:active {	
	background:url("../images/iconArrowGrayBlue.gif") no-repeat 0px 5px;
}
/*--首字大写--*/
.initialTbl {
	width:100%;
}
.initialTbl .initial {
	font-size:20px;
	padding:5px 4px 2px 2px;
	line-height:normal;
	color:#fff;	
	font-family:黑体;
}
.initialTbl .bgBlue {
	background:#69f;
	border-left:solid 4px #06c;
}
.initialTbl .bgDarkcyan {
	background:#6cc;
	border-left:solid 4px #099;
}
.initialTbl .bgGreen {
	background:#9c0;
	border-left:solid 4px #090;
}
.initialTbl .txtTitle {
	font-size:14px;
	font-weight:bold;	
}
/*-普通标题-*/
.txtTitle a {
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:2px;
}
.txtTitle a:link {
	color:#000;
	background:transparent;
}
.txtTitle a:visited {
	color:#000;
	background:transparent;
}
.txtTitle a:hover {
	color:#000;
	background:#f1f1f8;
}
.txtTitle a:active {
	color:#000;
	background:transparent;
}
/*-兰色标题链接-*/
.initialTbl .txtTitleBlue a {
	font-size:14px;
	font-weight:bold;
	color:#06c;
	display:block;
	padding:2px;
}
.initialTbl .txtTitleBlue a:link {
	color:#06c;
	background:transparent;
}
.initialTbl .txtTitleBlue a:visited {
	color:#06c;
	background:transparent;
}
.initialTbl .txtTitleBlue a:hover {
	color:#000;
	background:#f1f1f8;
}
.initialTbl .txtTitleBlue a:active {
	color:#06c;
	background:transparent;
}
/*-青色标题链接-*/
.initialTbl .txtTitleDarkcyan a {
	font-size:14px;
	font-weight:bold;
	color:#099;
	display:block;
	padding:2px;
}
.initialTbl .txtTitleDarkcyan a:link {
	color:#099;
	background:transparent;
}
.initialTbl .txtTitleDarkcyan a:visited {
	color:#099;
	background:transparent;
}
.initialTbl .txtTitleDarkcyan a:hover {
	color:#000;
	background:#f1f1f8;
}
.initialTbl .txtTitleDarkcyan a:active {
	color:#099;
	background:transparent;
}
/*-绿色标题链接-*/
.initialTbl .txtTitleGreen a {
	font-size:14px;
	font-weight:bold;
	color:#090;
	display:block;
	padding:2px;
}
.initialTbl .txtTitleGreen a:link {
	color:#090;
	background:transparent;
}
.initialTbl .txtTitleGreen a:visited {
	color:#090;
	background:transparent;
}
.initialTbl .txtTitleGreen a:hover {
	color:#000;
	background:#f1f1f8;
}
.initialTbl .txtTitleGreen a:active {
	color:#090;
	background:transparent;
}
/*--中心公告--*/
.singleBulletin {	
	height:90px;
	padding:0 10px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:10px;
}
/*--管理员公告--*/
.sysBulletin {
	height:22px;
	line-height:22px;
	background:#f5f5f5;
	border:dotted 1px #ccc;
	margin-top:10px;
}
.sysBulletin .bulletinTitle {
	float:left;
	width:80px;
	padding-left:10px;
	font-weight:bold
}
.sysBulletin .bulletinContent {
	float:left;
	width:222px;
	color:#000000;
}
.sysBulletin a:link {
	color:#c06;
	text-decoration: none;
}
.sysBulletin a:visited {
	color:#c06;
	text-decoration: none;
}
.sysBulletin a:hover {
	color:#06c;
	text-decoration: none;
}
.sysBulletin a:active {
	color:#c06;
	text-decoration: none;
}
/*--单条图文[右为列表]--*/
.singleTxtPic {
	padding:10px;
	background:#efefef;
	height:112px;
}
.singleTxtPic .singleTitle {
	font-size:14px;
	font-weight:bold;
}
/*--“车辆定损”装饰图片--*/
.appraisalDcr {
	width:250px;
	height:60px;
	background:url("../images/picAppraisal.gif") no-repeat;
}
/*--“典型案例”装饰图片--*/
.typicalDcr {
	width:250px;
	height:60px;
	background:url("../images/picTypical.gif") no-repeat;
}
/*--"专题推荐"--*/
.subjectSet {}
.subjectLeft {
	float:left;
	width:150px;
	height:126px;
	border:solid 1px #c2c2d5;
	padding:3px;
}
.subjectLeft .subjectDcr {
	height:126px;
}
.subjectLeft .subjectDcr .subjectDcrTxt {
	margin-top:107px;
	background:#dcdce6;
	color:#036;
	padding:0 5px;
	font-family:verdana;
	text-align:center;
}
.subjectRight {
	float:right;
	padding:2px;
	width:218px;
	height:128px;
	border:solid 1px #c2c2d5;
}
.subjectRight .subjectTitle {
	height:20px;
	line-height:20px;
	font-size:14px;
	font-weight:bold;
	padding:0px 5px;
	background:#f1f1f6;
	border:solid 1px #dcdce6;
}
.subjectRight .subjectTitle h3 {
	float:left;
}
.subjectRight .subjectTitle .iconMore {
	margin-top:4px;
	float:right;
}
.subjectRight .subjectContent {
	padding:5px 0
}
/*--专题推荐修饰图片--*/
.picDcrKnow {
	background:url("../images/picKnow.gif") no-repeat;
}
.picDcrLaw {
	background:url("../images/picLaw.gif") no-repeat;
}
.picDcrFlow {
	background:url("../images/picFlow.gif") no-repeat;
}
/*--分页--*/
.pagination {
	clear:both;
	text-align:center;
	font-size:12px;
	border: solid 1px #e1e1e1;
	line-height:normal;
	padding:2px 10px;
	background:#f2f2f2;
}
.pagination input {
	font-size:12px;
}
.pagination .iptBtn {
	border:solid 1px #808080;
	background:#fff;
	height:18px;
	color:#000;
}
.pagination .iptTxt {
	border:solid 1px #808080;
	width:30px;
}
/*----图文混排正文----*/
.txtPic {
	padding:10px;
}
.txtPic h3 {
	text-align:center;
	color:#000;
}
.txtPic h3 .pubDate {
	font-size:12px;
	font-weight:normal;
	color:#999
}
.txtPic h3 .hitCount{
	font-size:12px;
	font-weight:normal;
	color:#999;
	margin-left:20px;
}
.txtPic .txtContent {
	color:#000;
}
.txtPic .accessories {
	margin-top:10px;
}
.txtPic .footNote {
	margin-top:15px;
	padding-top:10px;
	border-top:dashed 1px #999;
	color:#999;
}
/*----数据表格----*/
.dataTbl {
	border-collapse:collapse;
	width:100%;
	font-size:12px;
	line-height:normal;
}
.dataTbl td {
	padding:3px 5px;
	border-collapse:collapse;
	border:solid 1px #899db9;
	background:#f8fcff;
}
.dataTbl .dataTblHeader td {
	background:#d1dff2;
	font-weight:bold;
	text-align:center;
}
/*------缩图列表(图片和标题)------*/
.piclist {
	width:100%;
}
.piclist .li_pic {	
	width:200px;/*图片宽160px*/
	height:160px;/*图片高120px;*/
	margin:0 auto;/*居中*/
}
.piclist .li_pictitle {
	width:200px;/*与图片等宽*/
	margin:0 auto;
	margin-bottom:10px;
	margin-top:5px;
}
.piclist tr td {	
	vertical-align:top;
	text-align:center;
}
/*----写留言----*/
.msg_write {
	padding:25px 15px 15px 15px;
	border:solid 1px #c7bdb2;
	background:#fdfaf6;
}
.msg_write form {
	margin:0;
	padding:0;
}
.msg_write .iptTxt {
	border:1px solid #c7bdb2;
}
.face {
	margin:10px 0;
	padding:10px;
	border:1px dashed #c7bdb2;
	background:#f5f5f5;
	text-align:center;
}
.note {
	color:#c06;
}
.msg_message {
	width:680px;
	border:1px solid #a7a7a7;
}
.msg_btn_div {
	margin-top:10px;
	text-align:center;
}
.al_revert {
	color:#069;
}
/*留言详情*/
.msg_view {
	width:100%;
	border-collapse: collapse;
	border:1px solid #c7bdb2;
	background:#fdfaf6;
}

.msg_view td {
	border:1px solid #c7bdb2;
	padding:2px 10px;
}
.msg_view .tilte_tr {
	background:#eae3dc;
}
.msg_view .left_td {
	text-align:center;	
	width:20%;
}
.msg_title_bar {

}
.msg_title {
	font-weight:bold;
}
.msg_date {
	
}
.msg_view  hr {
	color:#eee;
	height:1px;
}
.msg_revert {
	border:1px dashed #c7bdb2;
	background:#fff;
	padding:10px;
	margin:5px;
}
.revert_info {
	text-align:right;
}
.closewin {
	text-align:center;
	border:1px solid #797ca2;
	border-top:none;
	background:#ced5eb;
	padding:3px;
}
.footerPop {
	text-align:center;
	border:solid 1px #797ca2;
	border-top:none;
	padding:10px 0;
	background:#e4e9f7;
	color:#036
}

