/*headerLogo*/
.headerLogo{width:1130px;height:120px;margin:20px auto 5px;}
.logoPart1{width:530px;height:120px;float:left;}
.logoPart1A{width:530px;height:75px;}
.logoPart1B{width:530px;height:45px;}

.logoPart1B p { 
	float: left;
	margin-right: 28px;
	margin-top: 5px;
	padding-left: 18px;
	font-size:14px;
	color: #b30000;
	font-family:"微软雅黑";
	display: block;
	/*line-height:16px;*/
	background:url(/images/star_03.png) no-repeat;
	background-position: 0px 2px;

}
/*.aaaa{width:160px;height:16px;float:left;padding-left:20px;margin-top:20px;
     background:url(/images/star_03.png) 0 0 no-repeat;}
.bbbb{width:130px;height:16px;float:left;padding-left:20px;margin-top:20px;
     background:url(/images/star_03.png) 0 0 no-repeat;font-size:14px;color:#b30000;font-family:"微软雅黑";line-height:16px;}*/
.logoPart2{width:350px;height:120px;float:left;}

.logoPart3{width:230px;height:90px;float:left;margin-top:30px;margin-left:20px;
       font-size:18px;color:#b30000;font-family:"微软雅黑";line-height:30px;}


/*headerLogo*/




#searchform { float:left; margin-left:20px; margin:9px 0px 0px; padding:0px; }
	#searchform fieldset { padding:0px; border:none; margin:0px; }
	#searchform input[type="text"] { 
		background:#fff;
		border:none;
		float:left;		
		padding:0px 10px 0px 15px;
		margin:0px;
		width:150px; 
		height:38px;
		line-height:38px;
		transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-moz-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
		-webkit-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s; 
		-o-transition:all 300ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		color:#585858; 
	}

	#searchform input[type="text"]:hover { width:200px; }
	#searchform input[type="text"]:focus {outline:none;}
	#searchform input[type="submit"] 
	{ 
		cursor:pointer; 
		margin:0px; 
		padding:0px; 
		width:37px; 
		height:38px; 
		line-height:38px;
		padding:4px 17px;
		text-transform:uppercase;
		 border:none; 
		 font-size:20px; 
		 background:url(/images/icon-search.png) center 11px no-repeat; 
		 cursor:pointer;
		 float:left; 
		 overflow:visible; 
		 transition: all .3s linear; 
		 -moz-transition: all .3s linear; 
		 -o-transition: all .3s linear; 
		 -webkit-transition: all .3s linear;
	}
	
	#searchform input[type="submit"]:hover { background-color:#fff; }
	.style_4 #searchform input[type='submit'] { background-color:#b30000; }
	.style_1, .style_2, .style_3, .style_4, .style_5 { margin:10px; display:block; clear:both }