﻿/*重置*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, div, tt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-bottom: none;
	font-weight: normal;
	font-style: normal;
	border: none;
	font-family: "Microsoft Yahei";
	list-style-type: none;
}
/*-- header --*/
.head {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 92px;
	border-bottom: 1px solid rgba(48, 48, 48, 0.14);
	z-index: 1000;

}
.head .head_content {
	height: 92px;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	width: 1000px
}
.head .logo {
	width: 125px;
	height: 92px;
	float: left;
	padding-top: 10px;
}
.header_bg {
	width: 100%;
	height: 100%;
	position: relative;
}
/*nav*/
.nav {
	float: right;
}
.nav li {
	float: left;
	padding-left: 36px;
	position: relative;
}
.nav li .v1 {
	font-size: 18px;
	color: #1a1a1a;
	line-height: 92px;
	display: block;
}
.nav li .v2{	color: #aace36;
	background: url(../images/nav_bg.png) no-repeat;}
.nav li:hover .v1 {
	color: #aace36;
	background: url(../images/nav_bg.png) no-repeat;
}
.nav dl {
	position: absolute;
	width: 204px;
	top: 93px;
	z-index: 999;
	background:#000;
	display: none;
	left: -12px;
}
.nav dd a {
	display: block;
	text-align: center;
	border-bottom: 1px solid #5f605f;
	font-size: 16px;
	color: #fff;
	line-height: 55px;
	height: 55px;
}

.nav dd a:hover {
	color: #aace36;
}
/*footer*/
.foot {
	width: 100%;
	height: 300px;
	background: url(../images/foot_bg.png) no-repeat;
	background-size: cover;
	    margin-top: 50px;
}
.contact_1 {
	width: 1000px;
	height: 260px;
	margin: 0 auto;
}
.message_1 {
	width: 600px;
	height: 138px;
	padding-top: 45px;
}
.message_1 p {
	padding-bottom: 20px;
}
.message_1 span {
	font-size: 14px;
	padding-left: 37px;
	color: #fff;
	font-family: "Microsoft Yahei";
	display: block;
	position: relative;
	top: -20px;
}
.foot_1 {
	width: 100%;
	height: 55px;
	background-color: #000;
	text-align: center;
	line-height: 55px;
}
.weixin {
	float: right;
	margin-top: -147px;
}
/*友情链接*/
.links {
	width: 950px;
	overflow: hidden;
	padding: 10px 0;
}
.auto {
	width: 100%;
	margin: 0 auto;
}
.links span {
	float: left;
	font-size: 16px;
	color: #fff;
	height: 20px;
	line-height: 28px;
	margin-right: 25px;
}
.links li a {
	color: #fff;
	font-size: 14px;
}
.links li {
	float: left;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-right: 13px;
	padding-top: 3px;
}
.links li a:hover {
	color: #999;
}
.copyright {
	color: #fff;
	margin-top: -15px;
	font-size: 14px;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #aace36;
}
/*右侧浮动条*/
.fixed ul {
	opacity: 0;
}
.fixed {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 50px;
	z-index: 9000000;
}
.fixed li {
	width: 50px;
	height: 50px;
	margin-bottom: 8px;
	position: relative;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.fixed li span, .fixed li a {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.fixed li.tel {
	overflow: hidden;
}
.fixed li.tel {
	background-color: rgba(156,202,7,0.5);
	border-radius: 50%;
}
.fixed li.tel span {
	background: url(../images/tel.png) no-repeat center center;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	-webkit-animation-name: hvr-buzz;
	animation-name: hvr-buzz;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
 50% {
 -webkit-transform:rotate(5deg);
 transform:rotate(5deg);
}
 100% {
 -webkit-transform:  rotate(-5deg);
 transform: rotate(-5deg);
}
}
@keyframes hvr-buzz {
 50% {
 -webkit-transform:rotate(5deg);
 transform:rotate(5deg);
}
 100% {
 -webkit-transform:  rotate(-5deg);
 transform: rotate(-5deg);
}
}
.fixed li.tel em {
	position: absolute;
	left: 50px;
	top: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 130px;
	white-space: nowrap;
}
.fixed li.qq a {
	background: rgba(156,202,7,0.5) url(../images/qq.png) no-repeat center center;
}
.fixed li.wei {
	overflow: hidden;
}
.fixed li.wei span {
	background: rgba(156,202,7,0.5) url(../images/wx.png) no-repeat center center;
}
.fixed li.wei em {
	position: absolute;
	left: -160px;
	padding-right: 25px;
	top: -70px;
	opacity: 0;
	transform: translateX(25px);
	-webkit-transform: translateX(25px);
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.fixed li.wei em img {
	width: 135px;
	height: 135px;
}
.fixed li.wei:hover {
	overflow: visible;
}
.fixed li.wei:hover em {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}
.fixed li.go-top a {
	background: url(../images/top.png) no-repeat center center;
	background-color: rgba(156,202,7,0.5);
}
.fixed li.go-top a:hover {
	background-color: rgba(130,180,5,1);
}
.fixed .tel:hover {
	width: 205px;
	background-color: rgba(130,180,5,1);
	border-radius: 50px;
	transform: translateX(-155px);
	-webkit-transform: translateX(-155px);
}
.fixed li.qq a:hover {
	background-color: rgba(130,180,5,1);
}
.fixed li.wei:hover span {
	background-color: rgba(130,180,5,1);
}
