@charset "utf-8";

/* 导航 开始 */
.navBox {
	background: rgba(0, 0, 0, .5);
	height: 60px;
	line-height: 60px;
	width:100%;
	z-index: 999;
	position: absolute;
	top: 0;
}

.navRight a {
	font-size: 16px;
	margin-right: 40px;
}

.navRight a:hover {
	color: #fff;
}
.footerBox{
	margin: 60px 0;
}
.footer{
	background: url(../images/1.17.png) no-repeat center center;
	background-size: 100% 100%;
	height: 340px;
	width: 100%;
	min-width: 1300px;
	margin-top: 80px;
}
.footerNav{
	border-bottom: 1px solid #666666;
}
.footerNav a{
	display: inline-block;
	padding: 15px 61px;
	font-size: 16px;
}
.footerNav a:hover{
	color: #fff;
}
.footerCon p{
	color: #FFFFFF;
	font-size: 16px;
	padding: 15px 0;
}
.footerCon a{
	display: block;
	margin-bottom: 15px;
}
.footerCon a:hover{
	color: #fff;
}
.footerCon div{
	line-height: 24px;
}

.footerLogo{
	margin-top: 100px;
}
.service img{
	background-color: #fff;
	padding: 15px;
}
.copyright{
	text-align: center;
	border-top: 1px solid #666666;
	padding-top: 15px;
	margin-top: 15px
}
/* 固定电话条 */
.fixationFooter{
	position:fixed;
	bottom:0px;
	width: 100%;
	height: 60px;
	background: rgba(0, 0, 0, .8);
	z-index: 999;
}
.fixationFooter img{
	margin-left: 50px;
}
.fixationFooter span{
	font-size: 30px;
	line-height: 60px;
	vertical-align:middle;
	margin-left: 5px;
	color: #EDEDED;
}
.fixationFooter a{
	background-color: #CF000F;
	color: #EDEDED;
	font-size: 16px;
	height: 46px;
	line-height: 42px;
	display: inline-block;
	padding: 0 10px;
	margin: 0 60px 0 10px;
	border-radius: 10px;
}
.fixationFooter a:hover{
	background-color: #a4000c;
}
.fixationFooter input{
	height: 46px;
	line-height: 46px;
	background-color: #333333;
	border: none;
	padding: 0 15px;
	width: 226px;
	border-radius: 10px;
}
/* 右侧固定菜单 */
.fixed-menu {
	position:fixed;
	right:0px;
	top:50%;
	margin-top:-90px;
	width:60px;
	box-shadow:0px 0px 20px rgba(0,0,0,.3);
	z-index:999;
}
.fx-ul li {
	position:relative;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #fff;
}
.fx-ul li a {
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	color:#fff;
	display:block;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-moz-transition:all 0.6s;
	text-decoration:none;
	background-color: #333333;
}
.fixedtitle {
	position:absolute;
	left:0px;
	bottom:1px;
	color:#fff;
	background-color: #333333;
	width:150px;
	height:40px;
	line-height:40px;
	text-align:center;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-moz-transition:all 0.6s;
	background-color:#333;
	font-size: 16px;
	z-index:1;
	opacity:0;
}
.fixedtitle:before {
	content:'';
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	right:-5px;
	top:14px;
	background-color:#333;
	transform:rotate(45deg);
}
.fx-ul li:hover .fixedtitle {
	left:-158px;
	opacity:1;
}
.fx-ul li a:hover{
	background-color: #404040;
}