@charset "utf-8";
/*!
*	nav.css v0.0.2
*	Date 2018/06/25
*	Copyright 2018 Annun!
*/

/*nav*/
.nav {
	height: 98px;
	width: 100%;
	min-width: 1200px;
	background-color: #ffffff;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.2);
	z-index: 999;
}
.navbox {
	height: 98px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}


.logo {
	margin: 15px 0;
	height: 36px;
	width: auto;
	float: left;
}
.logo > img {

	width: auto;
}

.navbar {
	height: 98px;
	width: auto;
	float: right;
}
.navbar > li {
	margin: 0 18px;
	float: left;
	height: 98px;
}
.navbar > li > a {
	display: block;
	float: left;
	line-height: 98px;
	font-size: 16px;
}

.navbar > li.on {
	color: #ff6900;
}
.navbar > li.on > a {
	color: #ff6900;
}
.navbar > li:hover {
	color: #ff6900;
}
.navbar > li:hover > a {
	color: #ff6900;
}

.porducts {
	padding-right: 18px;
	background-image: url(../images/index/nav-arrow.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	position: relative;
}
.sub-navbar {
	display: none;
	height: auto;
	width: 118px;
	position: absolute;
	left: -18px;
	top: 98px;
	z-index: 1000;
}
.sub-navbar ul {
	height: auto;
	width: 118px;
	background-color: #ff6900;
}
.sub-navbar ul li {
	height: 45px;
	width: 118px;
}
.sub-navbar ul li+li {
	border-top: 1px solid #ffffff;
}
.sub-navbar ul li > a {
	display: block;
	height: 45px;
	width: 118px;
	line-height: 45px;
	color: #ffffff;
	text-align: center;
}




/* nav end */

.qq_fd{ position:fixed; right:0; bottom:15%; z-index: 9999;}
.qq_fd a{ display:block; margin-bottom:1px; width:50px; height:50px; position:relative;}
.qq_fd a img{ display:block; z-index:99999; position:absolute; top:0px;left:0px;}
.qq_fd a img:hover{ filter:alpha(opacity=80);opacity:0.8;}
.qq_fd .fd_txt1{ position:absolute; top:0px; left:0px; height:50px; width:150px; background:#ff6900; color:#FFF; line-height:50px; font-size:18px; padding-left:10px;}
.qq_fd .fd_txt2{ position:absolute; top:0px; left:-91px; display:none;}







