html 
{
    overflow-x:hidden;
}
body {
	font-size: 12px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
.w_top {
	height: 92px;
	width: 1136px;
	margin-right: auto;
	margin-left: auto;
}
.w_top .w_logo {
	/*height: 90px;
	width: 188px;*/
        height: 90px;
	width: 205px;
	float: left;
	background-image: url(../Images/Logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	cursor:pointer;
}
.w_top .w_topright {
	float: right;
	height: 90px;
	width: 930px;
}
.w_top .w_topright .searchDiv {
	height: 30px;
	width: 320px;
	margin-top: 10px;
	float: right;
	text-align: center;
	margin-right: 0px;
}
.w_top .w_topright .menu {
	float: right;
	height: 30px;
	width: 920px;
	margin-top: 10px;
	text-align: right;
	line-height: 30px;
	font-size: 13px;
	font-family: "ËÎÌå";
}
.w_top .w_topright .menu a{
	font-size: 13px;
}

.w_copyrightMenu {
	line-height: 40px;
	height: 40px;
	width: 100%;
	background-color: #1896CC;
	text-align: center;
	color: #FFFFFF;
	font-family: "ËÎÌå";
	font-size: 13px;
}
.w_copyright {
	background-color: #F0F0F0;
	height: 170px;
	width: 100%;
}
.w_copyright .w_copyrightDiv {
	height: 160px;
	width: 1136px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.w_copyright .w_copyrightDiv .w_copyrightLeft {
	float: left;
	height: 150px;
	width: 900px;
	margin-left: 10px;
	line-height: 22px;
}
.w_copyright .w_copyrightDiv .w_copyrightRight {
	float: right;
	height: 140px;
	width: 140px;
	margin-right: 10px;
	background-image: url(../Images/2wm.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
