@charset "utf-8";
/* CSS Document */

body {
	position: relative;
	width: 100%;
	min-width: 1180px;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
	font-family: "微软雅黑";
	  font: 13px/1.231 arial,helvetica,clean,sans-serif,"Microsoft YaHei";
	color: #333;
}
* {
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #4E4646;
	cursor: pointer;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
h5 {
	text-align: center;
	font-size: 15px;
	font-weight: 100;
	line-height: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*.more{ width:80px; height:28px; border:1px solid #0753a4;}
.more a{ display:block; color:#0753a4; text-align:center; line-height:28px;}
.more:hover{ background:#0753a4;}
.more:hover a{ color:#fff;}*/
.more {
}
.more a {
	color: #999;
}
.more:hover a {
	color: #0753a4;
}
.hide {
	display: none;
}
.line_2 {
	width: 100%;
	height: 1px;
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #CCC;
}
/*header*/

#nav {
	width: 100%;
	height: 110px; background:#009948;
}
.nav {
	width: 1180px;
	height: 68px;
	padding: 0;
	margin: 0 auto;
}
.tel {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tel span{ color:#fff; font-size:14px;}
.tel b{ color:#f2ea30; font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif; font-size:24px;}
.nav ul {
    text-align: right;
    display: inline-block;
    float: right;
}
.nav ul li {
	width: 117px;
	height: 47px;
	float: left;
	position: relative; 
	margin-left: 0 10px;
}
.nav ul li:hover{ background:#f2ea30;}
.nav ul li:hover a{ color:#333;}
.nav ul li a {
	color: #fff;
	font-size: 15px;
	text-align: center;
	display: block;
	line-height: 47px;
}
.nav .right{ width:927px; height:105px;}
.another {
}
.another a {
}
.left {
	float: left;
}
.right {
	float: right;
}
/*header end*/

/*foot*/
#foot {
	width: 100%;
	height:133px;
	background:url(../images/foot_bg.jpg) repeat;
}
.foot {
    width: 1180px;
    margin: 0 auto; padding-top:35px;
}

.foot a {
	color: #eee;
	margin: 0 2px
}
.foot h2, .foot span {
    color: #eee;
    margin: 0 2px;
    font-size: 14px;
    font-weight: 100;
    display: inline-block;
    line-height: 28px;
}
.foot a:hover {
	text-decoration: underline;
}

/*foot end*/
/*online qq*/
.izl-rmenu {
	position: fixed;
	right: 0;
	bottom: 30%;
	background: url(../images/r_b.png) 0px bottom no-repeat;
	z-index: 999;
}
.izl-rmenu .btn {
	width: 72px;
	height: 73px;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}
.izl-rmenu .btn-qq {
	background: url(../images/r_qq.png) 0px 0px no-repeat;
	background-color: #6da9de;
}
.izl-rmenu .btn-qq:hover {
	background-color: #488bc7;
}
.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
	background: url(../images/r_qq.png) 0px 0px no-repeat;
	background-color: #6da9de;
	text-decoration: none;
	display: block;
}
.izl-rmenu .btn-wx {
	background: url(../images/r_wx.png) 0px 0px no-repeat;
	background-color: #78c340;
}
.izl-rmenu .btn-wx:hover {
	background-color: #58a81c;
}
.izl-rmenu .btn-wx .pic {
	position: absolute;
	left: -160px;
	top: 0px;
	display: none;
	width: 160px;
	height: 160px;
}
.izl-rmenu .btn-phone {
	background: url(../images/r_phone.png) 0px 0px no-repeat;
	background-color: #fbb01f;
}
.izl-rmenu .btn-phone:hover {
	background-color: #ff811b;
}
.izl-rmenu .btn-phone .phone {
	background-color: #ff811b;
	position: absolute;
	width: 160px;
	left: -160px;
	top: 0px;
	line-height: 73px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	display: none;
}
.izl-rmenu .btn-top {
	background: url(../images/r_top.png) 0px 0px no-repeat;
	background-color: #666666;
	display: none;
}
.izl-rmenu .btn-top:hover {
	background-color: #444;
}
/*online qq*/
