.clear{clear:both;}

.fixed-layout{
	position: absolute;
	z-index:999;
	width:100%;
	max-width:1423px;
	margin:0 auto;
	min-width:1180px;
	top:0;
}


.fixed-layout .fixed-bg{
	position: absolute;
	width:100%;
	background-color:rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60)\9;
	background-color:#000000\9;
}

.top-layout
{
	width:100%;
	height:55px;
	margin-top:28px;
	
	}
.top-layout .top
{
	position:relative;
	width:1140px;
	height:55px;
	margin:0px auto;
	}
	
.top-layout .top .logo
{
	float:left;
	display:inline;
	width:720px;
	height:55px;
	}
	
.top-layout .top .left
{
	float:left;
	display:inline;
	width:225px;
	margin:12px 0 0 0;
	}
.top-layout .top .left .search
{
	display:inline;
	width:225px;
	height:30px;
	}
.top-layout .top .left .search .word
{
	float:left;
    width:165px;
    height:28px;
    line-height:30px;
    padding-left:18px;
    border:solid 1px #eaeaea;
    border-right:0px;
    color: #999;
	background:none;
	border-radius:28px 0 0 28px;
	}
.top-layout .top .left .search .button
{
	float:left;
	width:38px;
	height:32px;
    line-height:30px;
	background:url("404.png") 6px 5px no-repeat;
    border:1px solid #eaeaea;
	border-left:0px;
    cursor:pointer;
	border-radius:0 28px 28px 0;
	}

.top-layout .top .right
{
	float:right;
	display:inline;
	width:181px;
	height:55px;
	line-height:55px;
	text-align:right;
	}
.top-layout .top .right a
{
	display:inline-block;
	margin:0px 6px;
	color:#fff;
	}
.top-layout .top .right a:last-of-type{
	margin-right:0;
	}
.top-layout .top .right .group
{
	position:relative;
	}
.top-layout .top .right .group i
{
	position:absolute;
	right:-6px;
	bottom:23px;
	width:4px;
	height:4px;
	background:url(404.png) no-repeat;
	}

.pw{width:1140px;margin:0 auto; margin-bottom:10px;}
.topsite{padding:20px;padding-bottom:10px;background:#f8f8f8;border:1px solid #e1e1e1; border-top: 0;}
.topsite .arrow{margin-top:-31px;background:url(404.png) no-repeat 1025px 0;z-index:1;}
.topsite .close{float:right;color:#666;cursor:pointer;}

.sitelink{padding:0 30px;text-align:center;}
.sitelink span{display:inline-block;padding-right:30px;height:30px;line-height:30px;white-space:nowrap;}
.sitelink span a{color:#333;}

.nav-layout
{
	position:relative;
	width:100%;
	height:50px;
	}
.nav-layout .nav
{
	position:relative;
	width:850px;
	height:50px;
	margin:0px auto;
	}
.nav-layout .nav li
{
	position:relative;
	float:left;
	display:inline;
	width:80px;
	height:50px;
	line-height:50px;
	margin:0px 22px;
	font-size:18px;
	
	}
.nav-layout .nav li:first-child{
	margin-left:0;
}
.nav-layout .nav li:last-of-type{
	margin-right:0;
}
.nav-layout .nav li a
{
	display:block;
	position:absolute;
	left:0px;
	top:-1px;
	width:100%;
	height:48px;
	line-height:50px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	vertical-align:bottom;
	}
.nav-layout .nav li a:hover,.nav-layout .nav .current a{
	color:#f48d4b;
}
	
.foot-layout
{
	width:100%;
	height:100px;
	background-color:#f6f6f6;
	border-top:solid 2px #f6974f;
	}    
.foot-layout .foot
{
	position:relative;
	width:1140px;
	height:60px;
	line-height:28px;
	margin:0px auto;
	padding:20px 30px 20px 30px;
	text-align:center;
	font-size:12px;
	color:#666666;
	}
.foot-layout .foot a
{
	color:#666666;
	}
	
.img
{
	overflow:hidden;
	}
.img img
{
	transform: translateZ(0px);
    transition: transform 0.2s ease 0s;
	}
.img:hover img
{
    transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}

.news-wrap .container.not_bg{
	background:none;
	background-color:#fff;
	padding-top: 0px;
	}
	
