* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	min-width: 1200px;
	overflow-x:hidden ;
	cursor: url(../img/1.ico),auto;
}
a {
	text-decoration: none;
}
input,select{
	border: none;
	outline: none;
}
#zg_wrap{
	overflow: hidden;
}
.zg_container{
	width: 1000px;
	margin: 0 auto;
}
.zg_title{
	text-align: center;
	margin-bottom: 56px;
}
.zg_bor{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}





/* 左侧边栏 */
.zg_sideleft{
	width: 130px;
	height: 231px;
	position: fixed;
	top:15%;
	left:30px;
	background: #3be899;
	text-align: center;
	padding: 25px 0px;
}
.zg_sideleft a{
	font-size: 16px;
	color: #000;
	border-bottom: 1px dashed #00a0e9;
	line-height: 35px;
	padding-bottom: 6px;
}
.zg_sideleft_bg{
	position: absolute;
    top: -32px;
    left: -11px;
}


/* 右侧边栏 */
.zg_sideright{
	width: 130px;
	height: 231px;
	position: fixed;
	top:15%;
	right:30px;
	background: #ffd900;
	text-align: center;
	padding: 25px 0px;
}
.zg_sideright a{
	font-size: 16px;
	color: #000;
	border-bottom: 1px dashed #00a0e9;
	line-height: 35px;
	padding-bottom: 6px;
}
.zg_sideright_bg{
	position: absolute;
    top: -32px;
    right: -11px;
}




footer{
	color: #6d6d6d;
	font-size: 14px;
	text-align: center;
	margin-top: 70px;

}