/*
顶部 s
*/

body{
	font-family: 'Microsoft YaHei';
	font-size: 16px;
}

ul{
	list-style: none;
	padding-left: 0;
}

a:visited{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color:#333;
}

.main,.main-auto{
	width:1200px;
	margin:0 auto;
}

.mr{
	padding-left:0px;
	padding-right:0px;
}

.top{
	width:100%;
	margin-bottom:10px;
	padding:5px 0;
	background-color: #232323;
}

.top-span{
	color:#fff;
}
.top-right{
	padding-left:40px;
	background:url(../images/tel_icon.png) 5px -6px no-repeat;
}
.top-center{
	margin-right:50px;
	z-index: 11;
}
.wx-img{
	position: absolute;
	display:none;
	top:32px;
	z-index: 133;
	transition: all linear .3s;
}
a.wx:hover .wx-img{
	display:block;
	transition: all linear .3s;
}
.top-center a{
	color: #fff;
	padding:0 10px;
	transition: all linear .3s;
}
.fl{
	float:left;
}
.fr{
	float:right;
}

.clear {
    content: ".";
    display: block;
    clear: both;
    overflow: hidden;
}
/*
顶部e
*/

/*footer s */
.footer{
	width:100%;
	padding:50px 0;
	color:#fff;
	background-color: #303030;
}

.footer a{
	color:#fff;
	font-size:14px;
	padding-left:5px;
}

.footer-box01{
	width:260px;
}

.footer-box02{
	width:686px;
	/*//margin-left:20px;*/
	padding:0 70px;
}

.footer-box03{
	width:254px;
	text-align: center;
        display:none;
}


.footer 
ox-one h4{
   padding:4px 8px 16px 40px;
   
   border-bottom:1px solid #252222;
}
.footer .box-one h4.icon-01{
	background:url(../images/icon_06.png) no-repeat;
}
.footer .box-one h4.icon-02{
	background:url(../images/icon_10.png) no-repeat;
}
.footer .box-one ul li{
	float:left;
	width:130px;
	padding:6px 0;
	text-align:center;
}

.footer .box-two{
	margin-top:40px;
        display:none;
}

.footer .box-two ul li{
	width:80px;
	text-align: right;
}

.footer .footer-box02 h4{
   padding:4px 8px 16px 40px;
   
   border-bottom:1px solid #252222;
}
.footer .footer-box02 h4.icon-01{
	background:url(../images/icon_03.png) no-repeat;
}

.footer-box02 ul{
	/*border-left:1px solid #252222;*/
	border-right:1px solid #252222;
	margin-right:-50px;
	padding-left:20px;
}

.footer .footer-box02 ul li{
	float:left;
	width:100px;
	padding:6px 0;
	text-align:center;
}
.footer-box03 h4{
	padding:4px 8px 28px 40px;
}
.footer-box03 p{
	text-align:center;
	margin-top:20px;
	font-size: 14px;
}

/*右侧导航*/
.right_nnav a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: #eea6a2 solid 1px;
    color: #fff;
    text-align: center;
}

.right_nnav {
    width: 90px;
    overflow: hidden;
    background: #159f54;
    display: none;
}