@charset "utf-8";
/*
 * 说明
 * 	头部样式
 * 	非主页
 * 
 
 */
/*公共样式  开始*/
header{background-color:#FFF;}
h1 > a{
	margin-top: 30px;
	background:url(/templets/default/images/logo2.png) no-repeat scroll 0 0;
	}
#want > a{background-color: rgb(232, 232, 232)}
.nav-list > li > a:hover{background-color: rgb(238,238,238)}
.nav-list > li.on > a{color:#d82317}
.nav-list > li > a,
.formsearch > button,
.lang{color:rgb(69, 68, 68);}
.formsearch{top: 42%; right: 60px;}
.icon-search,
.icon-web3{color: rgb(51,51,51) !important;}

.menu-btn > i{background-color: rgb(51,51,51);}
/*鼠标悬上时，下方的红色border条  (非首页 ，需要样式覆盖去掉)*/
.nav-list > li > a:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: transparent;
	z-index: 199;
}	
.nav-list > li.on> a:before,
.nav-list > li:hover >a:before {
	width: 0;
	left: 0;
}
/*公共样式	 结束*/

/*最小宽度1025px的样式  1025px高度采用80px    开始 */
@media only screen and (min-width: 1025px) {
	h1 > a{
		width: 210px;
		background-size: 170px auto;
	}
	#want{
		right: 610px;
	}
	/*导航列表*/
   .nav-list{
   		left: 320px;
   }
   .menu-btn{display: none;}
}
/*最小宽度1025px的样式    结束*/

/*最小宽度1025px的样式  1025px高度采用80px    开始 */
@media only screen and (min-width: 1280px) {
	/*头部*/
	#want{
		right: 870px;
	}
    /*导航列表*/
   .nav-list{
   		left: 360px;
   }
	
}
/*最小宽度1025px的样式    结束*/


@media only screen and (max-width: 1024px) {
	h1 > a{
		width:220px ;
		height: 60px;
		background-size: 160px auto;
	}
	/*首页搜索框*/
	.formsearch{
		top: 32%;
		right: 90px;
	}
}