*{
	padding:0px;
	margin: 0px;
}
body{
	padding:0px!important;
	margin:0px!important;
	font-size:13px!important;
	line-height: 20px!important;
	font-family: verdana!important;
}
.header_fixed{
	position: fixed;
	top: 0px;
	width: 100%;
}
.header{
	background: #f5f5f5;
	width: 100%;
	margin: 0px;
}
.header_container{
	position: fixed;
	z-index: 999;
	width: 100%;
	top:0px;
}
#logo{
	background: url(../images/logo.jpg) no-repeat;
	width: 92px;
	height: 18px;
	display: inline-block;
	text-indent: -9999px;
	margin: 10px 0px;
}
.wrapper{
	width: 1170px;
	margin: 0px auto;
}
.menu_conatiner{
	width: 100%;
	background: #203e5c;
}
.menu_conatiner .menu{
	list-style: none;
	padding: 15px 10px;
}
.menu_conatiner .menu li{
	float: left;
	margin-right: 5px;
}
.clear{
	clear: both;
}

#samplecode{
	list-style: square;
	margin-left: 30px;
	line-height: 20px;
}
#samplecode li{
	margin-bottom: 10px;
}
.left_content{
	padding: 0px 10px;
	width: 280px;
}
.left_content h2{
	padding: 10px 0px;
	color: #203e5c;
	margin: 10px 0px;
	font-size: 18px;
}
#right_content{
	position: absolute;
	top: 10px;
	padding: 20px;
	background: #f9f9f9;
	font-size: 13px;
	line-height:30px;
	font-family: verdana;
}
.net_list{
	list-style: decimal;
	padding: 10px;
}
.php_list{
	list-style: decimal;
	padding: 10px;
}
.net_list li p{
	margin-bottom: 10px;
}
.php_list li p{
	margin-bottom: 10px;
}
.shut{
	border: none;
	text-align: right;
	float: right;
}
#text_style{
	font-size: 13px;
	line-height:30px;
	font-family: verdana;
}
.btn_style{
	background: #fff;
	cursor: pointer;
	padding: 4px 10px;
}
.content{
	font-size: 13px;
	font-family: verdana;
	line-height: 20px;
	color: #000;
}
h2,h3{
	padding: 10px 0px;
	color: #203e5c;
	border-bottom: 1px dashed #203e5c;
	margin-bottom: 10px;
	font-size: 16px;
}

#main_content{
	color:#000;
	line-height:20px;
	font-size:13px;
	font-weight:verdana;
}
#main_content #over_view ul{
	margin-left: 30px;
	list-style: square;
}
.close{
	width: 16px;
	height: 15px;
	color: #000;
	border: none;
}
.content_list{
	padding:15px 10px!important;
	box-shadow:0px 0px 4px #ccc!important;
}
.content_list li a{
	padding:2px 4px;
	font-size: 13px;
}
.content_list li a span{
	padding-left: 15px;
}