*{
	margin: 0 ;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

/*头部*/
.header{
	width: 100%;
	background: #ddb765;
}
.header .top_txt{
	width: 1200px;
	height: 62px;
	margin: 0 auto;
	position: relative;
}
.header .top_txt .logo2{
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -70px;
	z-index: 999999;
}
.header .top_txt .logo2 img{
	width: 140px;
	border: none;
}

.header .top_txt .left{
	width: 346px;
	height: 58px;
	float: left;
}
.header .top_txt .left img{
	width: 100%;
	display: block;
	margin-top:5px ;
	border: none;
}
.header .top_txt .right{
	width: 214px;
	float: right;
	
}
.header .top_txt .right img{
	float: left;
	margin: 19px 4px 0 0;
}
.header .top_txt .right p{
	float: left;	
	font-size: 23px;
	margin-top: 14px;
}
.header .nav{
	overflow: hidden;
	background: #463b47;
}
.header .nav ul{
	width: 1200px;
	margin: 0 auto;
}
.header .nav ul li{
	float: left;
}
.header .nav ul li a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 56px;
	padding: 0 40px;
}
.header .nav ul li a:hover{
	background: #2d232e;
	color: #ffae00;
}
/*头部结束*/
/*在线报名*/
.sign_up_box{
	width: 100%;
	height: 100%;
	background: rgba(230 ,226 ,229 ,.6);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.sign_up_box_class{
	display: block;
}
.sign_up{
	width: 814px;
	height: 528px;
	background: url(../img/zxbm.jpg) content-box no-repeat;
	background-size: cover;
	position: absolute;
	left: 50%;
	margin-left: -407px;
	border-radius: 10px;
}
.sign_up_out{
	width: 100%;
	height: 30px;
	
}
.sign_up_out span{
	float: right;
	width: 30px;
	line-height: 30px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
}
.sign_up_top b{
	display: block;
	font-size:20px ;
	color: #FFFFFF;
	text-align: center;
	margin: 4px 0;
}
.sign_up_top p{
	width: 740px;
	margin: 0 auto;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}
.sign_up_top p span{
	font-size: 16px;
}
.sign_up_top form{
	border: 1px solid #ffffff;
	padding: 36px 0 36px 36px;
	margin: 20px;	
	overflow: hidden;
}

.sign_up_top form ul li{
	float: left;
	width: 314px;
	margin:0 50px 28px 0;
}
.sign_up_top form input{
	width: 112px;
	height: 32px;
	display: block;
	color: #FFFFFF;
	background: none;
}
.sign_up_top form ul li input{
	line-height: 36px;
	width: 100%;
	padding:0 6px 0 6px;
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
}
.sign_up_top form ul li span{
	display: block;
	margin-bottom: 2px;
	color: #FFFFFF;
}
#sign_up_zy{
	height:32px ;
	width: 100%;
	padding:0 6px 0 6px;
	background: none;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
#sign_up_zy option{
	background:white;
	color: black;
}
/*在线报名结束*/
/*侧边栏导航*/
.sidebar{
	position: fixed;
	right: -132px;
	top: 50%;
	height: 278px;
	margin-top: -138px;
	width: 190px;
	z-index: 999999;
}
.sidebar ul li{
	height: 76px;
	position: relative;
}
.sidebar ul li a{
	display: block;
    height: 50px;
    width: 50px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 0 20px rgba(80, 66, 49, 0.4);
    border-radius: 50%;
    color: #95141c;
    font-size: 18px;
    line-height: 50px;
    background-color: #e4b95b;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s linear;
}	
.sidebar ul li a img{
	float: left;
	margin-top: 14px;
	padding:0 4px 0 16px;
}
.sidebar a:hover{
	left: -104px;
	width: 160px;
	border-radius: 50px 0 0 50px;
}
/*侧边栏导航结束*/
/*脚部*/
.footer{
	background: #463b47;
	overflow: hidden;
}
.footer .box {
	width: 748px;
	margin: 0 auto;
	overflow: hidden;
	border-bottom: 1px solid #372d38;
}
.footer .box div {
	width: 130px;
	float: left;
	margin: 58px 0;
	cursor: pointer;
}
.footer .box div p{
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}
.footer .box div img{
	display: block;
	margin: 0 auto;
}
.footer .end{
	width: 100%;
	border-top: 1px	solid #504751;
	padding: 28px 0 48px 0;
}
.footer .end p{
	margin-bottom: 20px;
	text-align: center;
	font-size:14px ;
	color: #FFFFFF;
}

/*脚步结束*/








