/* CSS Document */

/*-------------------------------------anything-------------------------------------*/
body, div{
	font-family: Arial, Tahoma, Verdana, Times New Roman;
	font-size:12px;
	/*font-weight:normal;*/
	text-align:left;
	color:#000000;

}
body { 
	margin:0px;
	background:url(../images/bg.jpg) center top repeat-y;
	background-color:#ececec;

}
img{ 
	border:0px; 
}
.fl{
	float:left;
}

/*-------------------------------------a-------------------------------------*/
a { 
	color:#00CCFF;
    text-decoration:none; 
}
a:hover {
	color:#0099FF;
	text-decoration:none;
}

/*-------------------------------------clear_fix-------------------------------------*/
.cl{ 
	clear:left; 
}
.cr{ 
	clear:right;
}
.cb{
	clear:both;
}

/*-------------------------------------height_any-------------------------------------*/
.h_1{
	height:1px;
}
.h_5{
	height:5px;
}
.h_10{
	height:10px;
}
.h_15{
	height:15px;
}
.h_20{
	height:20px;
}

/*-------------------------------------text_align-------------------------------------*/
.t_l{
	text-align:left;
}
.t_r{
	text-align:right;
}
.t_c{
	text-align:center;
}

/*-------------------------------------main-------------------------------------*/
#w_main{
	width:980px;
}
#main_page{
	width:980px;
	/*background:url(../images/sub_bg.jpg) left top repeat-x;*/
	background-color:#FFFFFF;
}

/*-------------------------------------menu-------------------------------------*/
.menu_left{
	float:left;
	width:10px;
	height:34px;
	background:url(../images/menu_left.jpg) left no-repeat;
}
.menu_drop{
	float:left;
	width:3px;
	height:34px;
	background:url(../images/menu_drop.jpg) left no-repeat;
}
.menu_bg{
	float:left;
	width:960px;
	height:34px;
	background:url(../images/menu_bg.jpg) left repeat-x;
}
.menu_right{
	float:left;
	width:10px;
	height:34px;
	background:url(../images/menu_right.jpg) right no-repeat;
}
.menu_text{
	float:left;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:7px 20px 0 20px;
	
}
.menu_text a{
	color:#FFFFFF;
}
.menu_text a:hover{
	color:#ffc000;
}

/*-------------------------------------search-------------------------------------*/

.div_search{
	float:right; 
	width:230px; 
	margin-top: 10px;
}
.input_sea{
	float:left; 
	margin-right:10px;
}

/*-------------------------------------sub-------------------------------------*/
.sub_left{
	float:left;
	width:10px;
	height:40px;
	background:url(../images/sub_left.jpg) left no-repeat;
}
.sub_bg{
	float:left;
	width:980px;
	/*background:url(../images/sub_bg.jpg) left top repeat-x;*/
	background-color:#FFFFFF;
}
.sub_right{
	float:left;
	width:10px;
	height:40px;
	background:url(../images/sub_right.jpg) right no-repeat;
}
.div_sub{
	float:left; 
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin-top:10px;
}
.div_sub a{
	color:#000000;
}
.div_sub a:hover{
	color:#000000;
	text-decoration:underline;
}

/*-------------------------------------box-------------------------------------*/
.box_bl{
	float:left;
	width:15px;
	height:15px;
	background:url(../images/box_bl.jpg) left no-repeat;
}
.box_br{
	float:left;
	width:965px;
	height:15px;
	background:url(../images/box_br.jpg) right no-repeat;
	background-color:#FFFFFF;
}

/*-------------------------------------left-------------------------------------*/
#w_left_home{
	float:left;
	width:465px;
	margin-left:15px;
	margin-right:20px;
}
#w_right_home{
	float:left;
	width:465px;
	margin-right:5px;
}
.line, .line h1{
	height:20px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#0744a8;
	padding-left:15px;
	background:url(../images/line.jpg) left bottom no-repeat;
	margin-bottom:10px;
}
.line_right{
	height:20px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#0744a8;
	padding-left:15px;
	margin-bottom:10px;
	background:url(../images/line_right.jpg) left bottom no-repeat;
}
.line_dotted{
	height:10px;
	border-top:1px dotted #828282;
}
.date{
	color:#808080;
}
.title_text{
	height:22px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.title_text a{
	color:#000000;
	padding-left:15px;
}
.title_text a:hover{
	color:#0744a8;
	text-decoration:underline;
	padding-left:15px;
}
.pic{
	float:left;
	width:135px;
	/*height:150px;*/
	margin-right:10px;
}
.box_text{
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	line-height:18px;
	color:#000000;
}
.pro_name{
	font-size:12px;
	font-weight:bold;
	color:#000000;
	width:135px;
}
.icon{
	height:20px;
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 15px;
	color:#000000;
	background:url(../images/icon.jpg) left center no-repeat;
}
.icon a{
	color:#000000;
}
.icon a:hover{
	color:#0744a8;
	text-decoration:underline;
}
/* Css Item*/

#w_left_full{
	width:100%;
}

#w_left_large{
	float:left;
	width:69%;
	margin-right:10px;
}

#w_right_small{
	float:left;
	width:28%;
	margin-left:10px;
}
.item_warp{
	width: 455px;
	margin: 0 10px 0 10px;
	float:left;
}
.pro_pic{
	float:left; 
	margin:0 8px;
}
.pro_pic img{
	/*border: 2px solid #2E6AA8;*/
}
#search_td{
	padding-top:10px;
}
.box-text{
	text-align:justify;
}
/*-------------------------------------copy-------------------------------------*/
.fff{
	color:#FFFFFF;
}
.yell{
	font-size:14px;
	font-weight:bold;
	color:#f9cd02;
}

/*-------------------------------------pro-------------------------------------*/
#w_left{
	float:left;
	width:630px;
	margin-right:20px;
	margin-left:10px;
}
#w_right{
	float:left;
	width:300px;
	margin-right:5px;
}
#menu{
	background:url(../images/top_menu_bg.jpg) top no-repeat;
	background-color:#FFFFFF;
	height:80px;
	margin-left:0px;
}

#lang {
	padding:170px 0 0 920px;;
}
#banner{
	background:url(../images/banner.jpg);
	height:190px;
	white-space:980px;
}
.box-text{
 padding:7px; text-align:justify;
}
