@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: auto;
}
.header .htop{
	width: 100%;
	height: 40px;
	border-top: 1px solid #080808;
	border-bottom: 1px solid #080808;
	background: #080808;
	background: -webkit-linear-gradient(top, #2e2d32, #0c0c0e);
	background: -moz-linear-gradient(top, #2e2d32, #0c0c0e);
	background: -o-linear-gradient(top, #2e2d32, #0c0c0e);
	background: -ms-linear-gradient(top, #2e2d32, #0c0c0e);
	background: linear-gradient(top, #2e2d32, #0c0c0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2e2d32, endColorStr=#0c0c0e);
}


.mlogo {
	width: 196px;
	height: 36px;
	margin: 2px;
	float: left;
}
#july .top_menu {
	width: 50%;
	height: 40px;
	margin-left: 24px;
	position: relative;
	float: left;
}
#july .top_menu ul {
	list-style: none;
}
#july .top_menu a {
	text-decoration: none;
	white-space: nowrap;
}
#july .top_menu > ul {
	position: absolute;
	top: 42px;
	left: -1px;
	right: -1px;
	opacity: .98;
	filter: alpha(opacity=98);
	height: 0;
}
#july .top_menu > ul:after {
	content: "";
	display: block;
	clear: both;
}
#july .top_menu > ul > li {
	position: relative;
	top: -42px;
	margin-right: -1px;
	float: left;
}
#july .top_menu > ul > li > a {
	display: block;
	/*
	border-left: 1px solid #3e3e40;
	border-right: 1px solid #3e3e40;*/
	line-height: 42px;
	padding: 0 20px;
	color: #000;
	position: relative;
}
#july .top_menu > ul > li > a:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	top: -2px;
	background: #080808;
	overflow: hidden;
}
#july .top_login {
	line-height: 40px;
	margin-right: 15px !important;
	float: right;
}
#july .siteTitle, .user, .admin {
	color: #FFF !important;
}
#july .top {
	width: 1200px;
	height: 160px;
	margin: 10px auto;
}



#july .logo {
	width: 250px;
	height: 100px;
	/*float: left;*/
	margin:0 auto;

}
#july .top_banner {
	width: 855px;
	height: 170px;
	float: right;
	margin-top: -35px;
}
#july .gnb {
	position: relative;
	z-index: 1;
	/*
	border: 1px solid #080808;
	border-radius: 3px;*/
	font-size: 15px;
	text-align: center;
	width: 1200px;
	height: 56px;
	margin: 0 auto;
	clear: both;
	left:3px;
	/*
	background-color: #080808;
	background: -webkit-linear-gradient(top, #2e2d32, #0c0c0e);
	background: -moz-linear-gradient(top, #2e2d32, #0c0c0e);
	background: -o-linear-gradient(top, #2e2d32, #0c0c0e);
	background: -ms-linear-gradient(top, #2e2d32, #0c0c0e);
	background: linear-gradient(top, #2e2d32, #0c0c0e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#2e2d32, endColorStr=#0c0c0e);
	*/
}
#july .gnb:before {
	content: "";
	display: block;
	/*background: #3e3e40;*/
	width: 1200px;
	height: 1px;
}
#july .gnb ul {
	list-style: none;
}
#july .gnb a {
	text-decoration: none;
	white-space: nowrap;
}
#july .gnb > ul {
	position: absolute;
	top: 50px;

	left: -1px;
	right: -1px;

	/*
	background: #181818;
	opacity: .98;
	filter: alpha(opacity=98);
	height: 0;*/

	/*border-left: 1px solid #3e3e40;
	border-right: 1px solid #3e3e40;*/
}
#july .gnb.open > ul {
	height: auto;
	/*border-bottom: 1px solid #333;*/

}
#july .gnb > ul:after {
	content: "";
	clear: both;
}
#july .gnb > ul > li {
	position: relative;
	top: -52px;
	float: left;
	margin: 0 -1px -8px 0;
	width:150px;
	background:url(/images/hbg2.png) no-repeat;
	transition: 0.3s linear;
	display: inline-block;
}
#july .gnb > ul > li > a {
	display: block;
	/*
	border-left: 1px solid #3e3e40;
	border-right: 1px solid #3e3e40;*/
	line-height: 52px;
	padding: 0 16px;
	color: #ffffff;
	font-weight:900;
	position: relative;
}
#july .gnb > ul > li > a:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	/*background: #080808;*/
	overflow: hidden;
}
#july .gnb > ul > li.active > a,
#july .gnb > ul > li.hover > a {
	background:url(/images/mbgo.png) no-repeat;
	color:#181818;

}

#july .gnb ul ul {
	display: none;
	position: relative;
	z-index: 2;
	padding: 0 15px;
	margin: 0 0 0 -1px;
	border-left: 1px solid #424856;
	height: 0;
	overflow: hidden;
	background: #373737;
}
#july .gnb.open ul ul {
	margin-top: 6px;
}
/*
#july .gnb ul ul:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #4b5265;
}
*/
#july .gnb.open ul ul {
	padding: 13px 15px;
	height: auto;
	text-align: left;
	display: block;
}

#july .gnb.open ul li ul li {
  border-top: 1px solid #444;
  display: block;
}


/*
#july .gnb > ul > li:first-child > ul {
	border: 0;
}
#july .gnb > ul > li:first-child > ul:before {
	content: normal;
}

#july .gnb ul ul a {
	display: block;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
}

#july .gnb ul ul a:hover,
#july .gnb ul ul a:focus {
	text-decoration: underline;
}
*/

.main2{
	width: 1200px;
	border-radius: 3px;
	/*background: #FFF;*/
	height: auto;
	margin: 0 auto;
}


.side2 {
	border-radius: 3px;
	/*width: 340px;*/
	width: 300px;
	min-height: 600px;
	padding: 10px 0px 10px 0px;
	background:#FFF url(/images/sub_bg2.png) center top no-repeat;
	float: left;
}
.side_widget {
	width: 100%;
}
.content {
	border-radius: 3px;
	/*width: 840px;*/
	width: 900px;
	padding: 10px 0px 10px 0px;
	/*background:#FFF url(/images/sub_bg2.png) center top no-repeat;*/
	background-color:#ffffff;
	float: right;
}
.clear2 {
	content: "";
	display: block;
	clear: both;
}

.footer {
	width: 100%;
	height: 70px;
	font-size: 14px;
	background: #E0E0E0;

}

.footer .wrap {
	width: 1200px;
	height: 70px;
	font-size: 14px;
	background: #E0E0E0;
	margin:0 auto

}
.footer p {
	line-height: 70px;
	text-align: center;
}
