.fl{
	float: left;
}
.fr{
	float: right;
}

.margin0{
	margin:0!important;
}
.secondTop{
	width: 100%;
	height: 57px;
	background: #fff;
}
.homeTop .searchBox {
    margin-left: 325px;
    width: 240px;
	height: 30px;
	padding: 13px 0;
}
.diffentTop .searchBox{
	padding: 16px 0;
	margin-left: 30px;
	
}
.diffentTop .hanglist{
	background: #e1e1e1;
}
.secondTop header{
	width: 1200px;
	height: 100%;
	line-height: 57px;
	margin: 0 auto;
}
.secondTop header .secondImg{
	width: 105px;
    height: 40px;
    margin-top: 8px
}
.secondTop header ul {
	margin-left: 60px;
}
.secondTop header ul li{
	float: left;
	height: 57px;
	line-height: 57px;
	font-size: 16px;
	margin-right: 10px;
}
.secondTop header ul li a{
	color: #333;
	padding: 10px;
}
.secondTop header ul li a:hover{
	border-bottom: 1px solid #e62e2c;
}

.hanglist{
	width: 189px;
	height: 28px;
	background: #fff;
	border-right: 0;
	border-top-left-radius: 28px;
	border-bottom-left-radius: 28px;
}
.btnsearch{
	width: 50px;
	height: 28px;
	background: #d15522 url(../img/search.png) no-repeat center center;
	background-size: 19px 19px;
	border-top-right-radius: 28px;
	border-bottom-right-radius: 28px;
	cursor: pointer;
}

.inhanglist{
	width: 176px;
	height: 17px;
	line-height: 17px;
	padding: 5px 0;
}

.inMainleft{
	width: 62px;
	height: 17px;
	border-right: 1px solid #ccc;
	cursor: pointer;
}
.inMainleft span{
	font-size: 14px;
	color: #666666;
}
.inMainleft .downImg{
	width: 13px;
	height: 7px;
	margin-left: 10px;
	position: relative;
	top: -2px;
}
.inMainright{
	width: 102px;
	height: 100%;
	margin-left: 10px;
}
.inMainright input{
	width: 100%;
	background: none;
	cursor: inherit;
}

.secondTop header .senterBox{

	font-size: 14px;
	
}
.secondTop header .senterBox a{
	color: #666666;
	position: relative;
}
.secondTop header .senterBox a img{
	position: absolute;
	top: 120%;
	left: -30px;
	display: none;
	width: 127px;
	height: 127px;
	z-index:1000;
}
.secondTop header .senterBox a:hover img{
	display: block;
	
}
.secondTop header .senterBox .enter{
	padding-left: 25px;
    background: url(../img/enter.png) no-repeat left center;
    background-size: 12px 12px;
}

.secondTop header .senterBox b{
	display: inline-block;
    width: 2px;
    height: 16px;
    background: #666;
   margin: 0 5px;
    position: relative;
    top: 4px;
}
.secondTop header .senterBox .weixin{
	padding-left: 25px;
	margin-right: 10px;
	background: url(../img/wechat.png) no-repeat left center;
	background-size: 14px 12px;
}

.secondTop header .senterBox .xiaoProject{
	padding-left: 25px;
	margin-right: 10px;
	background: url(../img/xiaochengxu.png) no-repeat left center;
	background-size: 16px 16px;
}
