@charset "utf-8";
/*
 * Ä¬marginpaddingÄ±
 * @overlay *
 * @desc	Ð±ÇµmarginpaddingÊ¹Ê±å¶¨
 */
*{margin:0;padding:0;}
/*
 * IE5.xIE6Ð±bug
 * @bugfix
 * @css-for IE 5.x/Win, IE6
 */
* html body{
overflow: visible;
}
* html iframe, * html frame{
overflow: auto;
}
* html frameset{
overflow: hidden;
}

/* @group Ã±Ç© */
/*
* Ç©Ä¬Ê½È¡
* @overlay HTMLÇ©
* @desc È¡Ç©Ä¬Ê½,Ö¹Í¬Ê¾Ð§Í¬
* @Prop text-align:center; Í¬
*/
body{
	color:#000;
	background:#fff;
	text-align:center;
	font-size: 16px;
	line-height: 22px;
}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{margin:0;padding:0;}
input,select{font-size:12px;vertical-align:middle;}
/*
* 
* @overlay div
* @desc Ö¸BODYÃ¾Ð²Ä¼Ì³
*/
body div{text-align:left;}

/*
* Ç©
* @overlay textarea,input
* @desc Ç¿Ê±Ý³Ê±
*/
textarea,input{	word-wrap:break-word;word-break:break-all;padding:0px;}
/*
* ulÐ±ÇµÊ½
* @overlay li
* @desc	ulÐ±Ú²ÒªÐ±Ç°Ã·ÅµÊ½
*/
li{list-style-type:none;}
/*
* Í¼Æ¬ß¿
* @overlay img
* @desc	Í¼Æ¬ÎªÝ±Ê±Ä¬Ï±ß¿Ö£Ø¶
*/
img{border:0 none;}
/*
* Ä¬ÏµÊ½
* @overlay a
* @desc	ÎªÄ¬Ê½á¹©Ú¸ÔµÊµÐ¸Çµ
*/
a:link, a:visited{
color:#000;
text-decoration: none;
}
a:hover{
color:#F60;
text-decoration: underline;
}
/* È¥Óµß¿ */
/* a {outline: none; a {star:expression(this.onFocus=this.blur()); */  

/*
* HÏµÐ±Ç©
* @overlay HN
* @desc HÏµÐ±Ç©Ä¬
*/
h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}

/* @end */


/* @group Í¨Ô¶ */
/* Ê½ */
.pointer{cursor:pointer;}
/* È¡ß¿ */
.NoBorder{border:0 none;}
/* Ä±ë·½Ê½ */
.t-l{text-align:left;}
.t-c{text-align:center;}
.t-r{text-align:right;}

/*
* Ä¸ÍµÊ»
* @class Break Ç¿Ý»
* @class Nobreak Ç¿Ý²
*/
.Break{word-break:break-all;word-wrap:break-word;}
.Nobreak{word-break:keep-all;word-wrap:normal;}

/*  */
.FL{float:left;}
.FR{float:right;}

/* Ä±Â» */
.UnLine{text-decoration:underline;}
.DisunLine{text-decoration:none;}

/* Î»Ïµ */
.absolute{position:absolute;}
.relative{position:relative;}

/* Â» */
/*
.dotLine{ background:url(../image/dot01.gif) repeat-x left bottom;}
*/


/* ulÐ±
.ul-fl li{
float:left; height:23px; line-height:23px; padding-left:20px;
}
.ul-fl-d li{
float:left; height:23px; line-height:23px; background:url(../images/dot/dot3-3.jpg) no-repeat 8px 10px; padding-left:20px;
}
.ul-no-f li{
height:23px; width:100%; overflow:hidden; line-height:23px; background:url(../images/dot/dot3-3.jpg) no-repeat 8px 10px; padding-left:20px;
}
*/
/* @end */  


/* Í¨ */
.wrapper{
clear: both;
overflow: hidden;
}

/* @group Ôª */

/*
* Ôª
* @class o-hidden
* @desc ÔªÝ³Ôªheight  width Ê±Ö®
*/
.o-hidden{overflow:hidden;}
/*
* Ôª
* @class invisible
* @desc	visibilityÔªØ£Ç»Ç»Ú²Õ¼Î»
*/
.invisible{
visibility:hidden;
}

/*
* Ò³æ²¼Ôª
* @class hidden
* @desc	Ó²Ôª
*/
.hidden{
display: none;
}
.block {display:block;}
/* @end */

/*
 * Ôª
 * @class clear
 * @desc	í¸¡Ôª,Ê±ÔªØ²Ï£Ó´Ô£Ö¹IE BUG
 */
 .clear{clear:both; height:0px; width:100%; font-size:1px; line-height:0px; visibility:hidden; overflow:hidden;}
 


/* Ê½ */

/*
* ß¿
* @Pro É´Ð´BÍ·,Ê¾ÏµÍ³Ã±ß¿Ê½
* @desc Ê½É¸Ò»Ä¿Ê½Ê¹ÆµÂ¶,Õ¹
*/
.BTW{ border-top-width:1px;}
.BRW{ border-right-width:1px;}
.BLW{ border-left-width:1px;}
.BBW{ border:0px; border-bottom-width:1px;}
.Bord1{border:1px solid #999;}
.Bord2{border:2px solid #999;}

/* ß¿ (BWÍ·) */
.BW1{ border-width:1px;}
.BW2{ border-width:2px;}
.BW3{ border-width:3px;}
.BW4{ border-width:4px;}
.BW5{ border-width:5px;}
/* ß¿Ê½ (BsÍ·) */
.BsS{ border-style:solid;}
.BsD{ border-style:dotted;}
/* ß¿É« (BcÍ·) */
.BcBlue{ border-color: #0000FF;}
.BcBlack{ border-color: #000;}
/* Â» */
.BotLine{ border-bottom:1px solid #CFCFCF; overflow:hidden;}
/*.BotDotLine{ background: url(../image/dot01.gif) repeat-x left bottom;}*/
.BotDotLine01{ width:95%; margin:0 auto; background: url(../image/dot01.gif) repeat-x; height:1px; line-height:1px; overflow:hidden;}
/*.BotDasLine{ border-bottom:1px dashed #CFCFCF; overflow:hidden; height:1px; line-height:1px;}*/
/*.border-r-dot{ background:url(../image/dot02.gif) repeat-y right top;}*/

/*
* È¶
* @Pro Ð¡Ð´CÍ·,Ê¾color
* @desc Ê½É¸Ò»Ä¿Ê½Ê¹ÆµÂ¶,Õ¹
*/
.W1024,.W786,.W975,.W972{width:968px;margin:0 auto;}
.W1024{width:1024px;}
.W786{width:786px;}
.W975{width:975px;}
.W972{width:972px;}

/*
* É«Ü¶
* @Pro Ð¡Ð´CÍ·,Ê¾color
* @desc Ê½É¸Ò»Ä¿Ê½Ê¹ÆµÂ¶,Õ¹
*/
.cRed{color: #F00;}
.cWhite{color: #FFF;}
.cGreen{color:#0F0;}
.cGray{color: #666;}
.cBlue{ color: #00F;}
.cblack{ color:#000;}
/* Ä³Ä¿É« */
.c001{color:#663;}

/*
* Ê½
* @Pro É´Ð´Ä¸FÍ·,Ê¾FONT
* @desc Ê½É¸Ò»Ä¿Ê½Ê¹ÆµÂ¶,Õ¹
*/

/* Ê½ */
.FB{font-weight:bold;}
.FN{ font-weight:normal;}
.FI{font-style:italic;}
/* Ð¡ */
.F10{font-size:10px;}
.F11{font-size:11px;}
.F12{font-size:12px;}
.F13{font-size:13px;}
.F14{font-size:14px;}
.F16{font-size:16px;}
.F18{font-size:18px;}

/*
* ,2DIV
* @Pro Ê¹DIVHÍ·.
* @desc DIVÐ¼Ê±Ê¹,Ê¹margin/paddingÖµ,Ö¹Í¬BUG,
*	 Ê¹Ô¿É¼Ý´.
*/
.DivH5,.DivH10,.DivH15,.DivH20,.DivH25,.DivH30,DivH1,.DivH40{width:100%;overflow:hidden;}
.DivH1{ height:1px;}
.DivH5{height:5px;}
.DivH10{height:10px;}
.DivH15{height:15px;}
.DivH20{height:20px;}
.DivH25{height:25px;}
.DivH30{height:30px;}
.DivH40{height:40px;}

/*
* Ð¸
* @class LH
* @desc Ê¹Ã½,Òªline-height
*/
.LH1{ line-height:1px; }
.LH10{ line-height:10px; }
.LH15{ line-height:15px; }
.LH18{ line-height:18px; }
.LH20{ line-height:20px; }
.LH25{ line-height:25px;}
.LH30{ line-height:30px;}
.LH35{ line-height:35px;}

/*
* Ê½
* @Pro PTit
* @desc Ú¶pÇ©ÔªØ»ÔªÊ±,ÒªÍ¬Ê±Ð¸ßºÍ¸ß¶,Ò»Ê¹Ú±Ê¾.
*/

.PTit25,.PTit20,.PTit18,.PTit30,.PTit,.PTit1,.PTit22{	width:100%;	overflow:hidden;}
.PTit30{line-height:30px;height:30px;}
.PTit25{line-height:25px;height:25px;}
.PTit22{line-height:22px;height:22px;}
.PTit20{line-height:20px;height:20px;}
.PTit18{line-height:18px;height:18px;}
.PTit15{line-height:15px;height:15px;}
.PTit10{line-height:10px;height:10px;}
.PTit1{line-height:1px;height:1px;}

/*
* MOREÊ½
* @Pro MORE
* @desc Ê¾Ò²/MOREÊ½,É¸Õ¹
*/

.More{text-align:right;position:absolute; top:0; right:3px;}
.MoreR5{ position:absolute; top:0px; right:3px; font:12px normal; }
.MoreR15{ position:absolute; top:0px; right:15px; font:12px normal;}

/*
* Í¨Ð±Ê½
* @desc Ð±
* @use Ò»Ð±Ê¹,ul liÐ±
*/
.ArtList,.ArtList25,.ArtList22,.ArtList24{ width:100%; overflow:hidden; margin:0 auto;}
.ArtList li{ width:100%; height:20px; line-height:20px; overflow:hidden;}
.ArtList25 li{ width:100%; height:25px; line-height:25px; overflow:hidden;}
.ArtList24 li{ width:100%; height:24px; line-height:24px; overflow:hidden;}
.ArtList22 li{ width:100%; height:22px; line-height:22px; overflow:hidden;}

/* @end */



/* ×¢ */
/*Õ¼Ò³ÐµÃ¸Í¨Ê½Ê±,Ó¦×¢Ê¾Ð§Ä²Í¬,ÎªÌ¨Ï´Ï¢Ê±à¼­Ê½Ã»ÐµÃ±Ä¬Ê½.
 *
 *Ú±à¼­Ð±Ç©Ä¬Ïµ,Ã»Ï¢Ê±,Ð©Ï¢Ç¸Ä¬Ê½.
 *Õ¼Ò³Ò²Ã±Ä¬CSSÄ¼Ä»,Ç©:p,td,li......Ç©Ä¬Ê½È¡,Ê¾Ð§Í¬.
 *
 *ì·¨:
 *	Õ¼Ò³Ê¾Ô­Ð©Ç©Ä¬.
 *
 */
  
 /*
 ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{ margin:auto; padding:inherit;}
 input,select{ font-size:inherit;}
 img{border: inherit;}
 ul,li{margin:auto; padding:inherit;}
 li{
list-style-type:disc;
 }
*/
