@charset "utf-8";

/*------------------------------- 网页背景色 ----------------------------------*/

#wrapper{width:100%;height:100%;font: 12px "Microsoft Yahei","微软雅黑","宋体",Arial, sans-serif; background:#ffffff url(../images/bg2.png) center top no-repeat;}
#wrapper_home{width:100%;height:650px;font: 12px "Microsoft Yahei","微软雅黑","宋体",Arial, sans-serif;  background:#ffffff url(../images/lead.jpg) left top no-repeat;}

/*------------------------------- 侧栏背景色 ----------------------------------*/

.sidebar_bg{background:#fff;}

/*------------------------------- 右边栏背景色 ----------------------------------*/

.main-content_bg{background:#fff;}

/*--------------------- 字体颜色 ---------------------*/

.red{ color:#F00;}
.blue{ color:#00F;}
.black {color:#000;}
.gray{ color:#CCC;}
.green{ color:#060;}
.white{color:#fff;}
.yellow{ color:#FF0;}
.orange{ color:#C30;}

/*--------------------- 字体大小 ---------------------*/

h1 {font-size:30px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}
h5 {font-size:12px;}
h6 {font-size:12px;}
.fz12 { font-size:12px;}
.fz14 { font-size:14px;}
.fz16 { font-size:16px;}
.fz18 { font-size:18px;}
.fz20 { font-size:20px;}

/*--------------------- 文字省略 ---------------------*/
.test_demo_ellipsis{ width:100%; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}