@charset "utf-8";
/* @zzwc.com
 * bay.zk
 */
*{
    margin:0px;
    padding:0px;
}

li{
    list-style-type:none;
    text-decoration:none;
}
.header-top{
    width:100%;
    height:65px;
    background:#fbfbfb;
	border-bottom:1px solid #d6eff7;

}
.header-logo{
    margin-top: 8px;
    margin-right: 10px;
	float:left;
}
.container-top{
    width:1200px;
    height:auto;
    margin:0px auto;
}

.divul{
	float:left;
	margin-left:300px;

}
.divulr{
	float:right;
	margin-right:20px;

}
.divulr li{
	float:left;
	margin-top:12px;
	height:40px;
	line-height:40px;
	list-style-type:none;
	text-decoration:none;
	color:#666666;
	padding-left:5px;
	padding-right:5px;
	

}
.divulr li a{
	text-decoration:none;
	color:#00b0ec;
	border:1px solid #fbfbfb;
	padding:10px 5px 10px 5px;

}
.divul li{
	float:left;
	margin-top:12px;
	height:40px;
	line-height:40px;
	list-style-type:none;
	text-decoration:none;
	color:#666666;
	padding-left:5px;
	padding-right:5px;

}

.divul li a{
	text-decoration:none;
	color:#666666;
	border:1px solid #fbfbfb;
	padding:10px 8px 10px 8px;

}
.bg-color{
	background:#eeeeee;
	border:1px solid #eeeeee;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}
.divul li a:hover{
	background:#fff;
	border:1px solid #e5e5e5;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s

}
.header-top a:hover{
    color:#666666; 
    text-decoration:none;
}
.foot-box{
	width:100%;
	height:40px;
	//border:1px solid red;
	line-height:40px;
	font-size:13px;
	text-align:center;
	background:#01a6de;
}
.foot-box a{
	text-decoration:none;
	color:#e0e1e1;
}
.remind-box{
    display: block;
    height: 60px;
    top:60px;
    width: 100%;
    position: fixed;
    left: 0px;
    display: none;
    z-index: 10002;
}
.remind-box .yes{
    width: 400px;
    height: 40px;
    margin: 0 auto;
    background: #cce7af;
    border:none;
	color:#666;
	font-size:14px;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	font-weight:bold;
	opacity: 0.8;
}
.remind-box .no{
    width: 350px;
    height: 40px;
    margin: 0 auto;
    background: #e4bba5;
    border:none;
	color:#666;
	font-size:14px;
	text-align:center;
	line-height:40px;
	border-radius:5px;
	font-weight:bold;
	opacity: 0.8;
}