/*-----------------------   公共头部   ------------------------*/
header {
	position: relative;
	width: 100%;
	height: 90px;
	line-height: 90px;
	background: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	-ms-box-shadow: 0px 1px 4px #ccc;
	box-shadow: 0px 1px 4px #ccc;
}

header .max-content,
header .content {
	height: 100%;
}

header .header-logo {
	height: 100%;
}

header .top-right {
	width: 75%;
	height: 100%;
}

header .top-right nav {
	width: 75%;
	float: left;
}

header .top-right nav li {
	width: 100%;
}

header nav .header-list {
	width: 100%;
	font-size: 16px;
	color: #001a0f;
	text-align: center;
}

.top-active,
header nav .header-list:hover {
	color: #fff !important;
	background-color: #000;
}

/*-----------------------   导航子菜单  ------------------------*/
.nav-menu {
	display: none;
	width: 125px;
	position: absolute;
	top: 90px;
	background-color: #fff;
}

.nav-menu ul {
	width: 100%;
}

.nav-menu ul li {
	text-align: center;
	line-height: 50px;
}

.nav-menu ul li a:hover {
	color: #fff !important;
	background-color: #000;
}

/*-----------------------   联系客服固定   ------------------------*/
.contact-box {
	position: fixed;
	right: 0px;
	width: 50px;
	height: 290px;
	z-index: 101;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.contact-box ul {
	position: absolute;
	right: 0px;
	padding: 0px;
	width: 50px;
	height: 240px;
	border-right: none;
	background-color: rgba(0, 0, 0, .6);
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}

.contact-box ul>li {
	padding: 5px 0;
}

.contact-icon {
	width: 50px;
	height: 50px;
	background: url("../img/public/icon-r.png") no-repeat;
}

.contact-info {
	position: absolute;
	width: 205px;
	height: 205px;
	top: 20px;
	right: 50px;
	padding: 25px 0;
	color: White;
	line-height: 30px;
	border-right: none;
	text-align: center;
	background-color: rgba(0, 0, 0, .6);
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	z-index: 102;
}

.contact-info .btn{
	width: 122px;
	margin:25px auto 0;
	line-height: 35px;
	text-align: center;
	background-color: #3fcdfd;
	border-radius: 3px;
}

.contact-info img{
	width: 70%;
	margin: 5px auto 0;
}
/* 按钮开关 */
.contact-switch{
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 30px;
	right: 5px;

}
.contact-switch-close{
	background: url("../img/public/switch.png") no-repeat;
	background-position: 0;
}

.contact-switch-add{
	background: url("../img/public/switch.png") no-repeat;
	background-position: -30px 0;
}



/*-----------------------   底部   ------------------------*/
footer {
	width: 100%;
	/*----height: 462px;---*/
	background: url("../img/public/footer-bg.png") no-repeat;
	background-size: 100% 100%;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8) !important;
}

footer .foot-top ul li {
	font-size: 14px;
	margin-bottom: 18px;
}

footer .foot-top ul li:first-of-type {
	font-size: 16px;
}

footer li,
footer li>a {
	font-weight: lighter;
	color: rgba(255, 255, 255, 0.8);
}

footer .foot-top li:hover,
footer .foot-top li>a:hover {
	color: #fff !important;
}

footer .link-item li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.8);
}

footer .link-item li:last-child {
	border: none;
}
footer .footer-ba{
	border-top:1px solid #fff;
	padding:10px 0;
	
}
footer .footer-ba p a{
	display:inline;
	color:#fff;
}