﻿

/* Imports
----------------------------------------*/
/*@import url("widegets.css"); 没有这个资源 by Byron 2016年9月22日 22:47:58*/

/* Elements reset
----------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,img{margin:0;padding:0;border:0;}
table{border-collapse:collapse;border-spacing:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
p{  line-height:20px;}
body{font-size:12px;}
/*--- Link Styles ---*/
a:link, a:visited{color:#333333; text-decoration:none;}
a:hover, a:active{color:#333333; text-decoration:underline;}

a.blue:link, a.blue:visited{color:#005aae; text-decoration:none;}
a.blue:hover,a.blue:active{color:#005aae; text-decoration:underline;}


.red{ color:#cc0000;}
.blue{ color:#0053b3;}
.gray{ color:#999;}
.f14{ font-size:14px;}
.fw{ font-weight:bold;}
.fh{ font-family:"黑体"; font-size:18px;}
/* Standard Definitions
----------------------------------------*/
.left {float:left;}
.right {float:right;}
.clearThis {clear:both;}
.c:after{
	        content: ".";
	        display: block;
	        height: 0;
	        clear: both;
	        visibility: hidden;
	    }
 .c{ *zoom:1; }

/* HeaderBg
----------------------------------------*/
.HeaderBg{width:100%; height:60px; background:url(../images/header_bg.gif) repeat-x;}
.tbg_r{ width:560px; height:60px; background:url(../images/topRight.gif) no-repeat right 0; font-size:12px}
.tbg_r a:link, .tbg_r a:visited{color:#FFF; text-decoration:none;}
.tbg_r a:hover, .tbg_r a:active{color:#e6ff79; text-decoration:none;}
.tbg_r .info{ padding-top:4px; padding-right:55px;}


/* Main Content
----------------------------------------*/

.contBg{ width:100%; background-color: #f2f9ff;}
.mainBg{ background:#f2f9ff;}
.path{ padding-left:20px; line-height:20px; background:url(../images/arrow_d.gif) no-repeat left center;}


