@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body {
    background-color: #fff;
    color: #818181;
    font-family: "微软雅黑","Open Sans",sans-serif;
    font-size: 16px;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #252525;
  font-family: "微软雅黑","Open Sans",sans-serif;
}
ul, ol {
  list-style: outside none none;
}

/*============================================================
  header start
==============================================================*/
.head-left {
	height: 100px;
	background: url("../images/logo.png") no-repeat left center;
}
.head-right {
	height: 100px;
}
.head-right .nav{
	box-sizing: border-box;
	width:100%; 
	padding: 0 1px;
}
.head-right .nav li {
	box-sizing: border-box; 
	position: relative;
	float: left;
	margin: 32px 0;
}
.head-right .nav li.hover {
	position: relative; 
	float: left;
	background:none;
}
.head-right .nav li a { 
	display: block; 
	padding: 0 24px;
	height: 36px; 
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	color: #FFF; 
}
.head-right .nav li a:hover { 
	background:#8e0000;
}
.head-right .nav li .sonmenu {
	position: absolute;
	left: 0;
	top: 36px;
	z-index: 999;
	display: none;
	width: 122px;
	text-align: center;
	z-index: 999;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background: #fff;
}
.head-right .nav li .sonmenu a { 
	display: block;
  height: 28px;
	margin: 5px 0;
	padding-left: 15px;
	color: #333;
	text-align: left; 
  line-height: 28px;
}
.head-right .nav li .sonmenu a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
	background:#8e0000;
}
.head-right .nav li:hover .sonmenu{display:block;}


/*============================================================
	Footer
==============================================================*/

footer {
	color: #eee;
  background-color: #303437;
}
footer .left {
	margin: 25px 0;
}
footer .left .left-top {
	overflow: hidden;
}
footer .left .left-top .tit {
	float: left;
	padding-right: 15px;
	border-right: 1px dashed #eee;
}
footer .left .left-top .tit p{
	font-weight: 700;
	line-height: 34px;
}
footer .left .left-top .con {
	float: left;
	padding-left: 15px;
}
footer .left .left-top .con p {
	text-align: left;
	line-height: 32px;
}
footer .left .left-top .con p span {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
}
footer .foot-bottom {
	width:100%;
	background: #282c2f;
}
footer .foot-bottom p {
	font-size: 12px;
	text-align: center;
	line-height: 36px;
	color: #999;
}

footer .left .left-bottom {
	margin-top: 25px;
	overflow: hidden;
}
footer .left .left-bottom .tit {
	float: left;
	padding-right: 15px;
	border-right: 1px dashed #eee;
}
footer .left .left-bottom .tit p {
  margin: 0;
	font-weight: 700;
	line-height: 136px;
}
footer .left .left-bottom .con {
	float: left;
	padding-left: 15px;
}
footer .left .left-bottom .con p {
  margin: 0;
	font-size: 14px;
  text-align: left;
	line-height: 34px;
}
footer .left .left-bottom .con p span {
	display: inline-block;
	margin-right: 25px;
}

footer .right-p{
	word-break:break-all; width:700px; overflow:auto;
}

footer .right-p span a{
	color: #eee;text-decoration: none;
}

footer .right {
	margin-top: 55px;
	padding: 18px 0 15px 20px;
	border-left: 1px dashed #fff;
}
footer .right .right-con {
	padding: 3px 5px;
	color: #303437;
	border-radius: 4px;
	background: #fff;
}

footer .foot-bottom {
	width:100%;
	background: #282c2f;
}
footer .foot-bottom p {
  margin: 0 auto;
	font-size: 12px;
	text-align: center;
	line-height: 36px;
	color: #999;
}

/*============================================================
	toolsbar
==============================================================*/
.toolsbar {position: fixed;right: 0;bottom: 30px;width: 47px;height: 200px;}
.toolsbar .bt-box{ position:relative;margin-bottom:1px;width:47px;height:47px;}
.toolsbar .bt_bg{ position:absolute;width:100%;height:100%;right:0px;background:url('../images/bt_bg.png') no-repeat;transition:width 0.5s;-moz-transition:width 0.5s;-webkit-transition: width 0.5s;}
.toolsbar .bt_qcrode{ background-position:0 0;}
.toolsbar .bt_qcrode_2{ visibility:hidden;background-position:0 -240px;}
.toolsbar .bt_phone{ background-position:0 -60px;}
.toolsbar .bt_qq{ background-position:-6px -120px;}
.toolsbar .bt_top{ background-position:0 -180px;}
.toolsbar .bt_qcrode:hover .bt_qcrode_2{ visibility:visible;width:147px;height:142px;right:47px;z-index:-1;}
.toolsbar .bt_phone:hover{ width:200px;right:0px;}
.toolsbar .bt_qq:hover{ width:130px;right:0px;}
.toolsbar .bt_top:hover{ background-position:-47px -180px;}

