
/* CSS Document */
@charset "utf-8";

*{font-family: "microsoft yahei",Arial, Helvetica, sans-serif;border:0;
	-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0;padding: 0;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: none;
}
a{text-decoration: none;}
input,button{outline: none;}
button:active{background-color: #0065b2;}
input::-webkit-search-cancel-button {display: none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{-webkit-appearance: none !important;margin: 0; }
body{
	margin:0;
	padding:0;
	font-size:14px;
}
.main{
	width:1200px;
	margin:0 auto;
}
/*----------------top样式------------------------*/
.top{
	margin-top:65px;
}
.clearfix{
	clear: both;
}
.top-main{
	padding-bottom: 20px;
	border-bottom:3px solid #30def8;

}
.hz-logo{
	display: inline-block;
	float: left;
}
.right-link{
	float: right;
	font-size: 12px;
	padding-top:16px;
}
.rt{
	float: right;
	font-size: 12px;
	list-style-type:none;
	margin:0;
	padding:0;
	color: #999;
}

.rt .r2{
	color:#bbb;
}
.rt .r1 a{
	color:#919191;
	text-align: center;
}
/*菜单样式*/
.top-bar{
	margin:30px 0 87px 0;
}
.menu{
	position: relative;
}
.menu .first-menu{
	list-style:none;
	float: left;

}
.menuitem{
	padding:0 26px 10px 26px;
	color:#2d2d2d;
	font-size:16px;
}
.menuitem:hover{
	color:#a3cb35;
}
/*二级菜单*/
.menuBarbg{
	position: absolute;
	top:30px;
	left:0;
	background-color: rgb(252,108,31);
	height:45px;
	width:100%;
}
.second-menu{
	position: absolute;
	top:30px;
	left:0;
	height:45px;
	width:862px;
	text-align: center;
	display: none;
}
.menu-bg{
	height:45px;
	width:1200px;
	background-color: rgb(252,108,31);
}
.second-menu ul .menuName{
	list-style: none;
	line-height: 45px;
	display: inline-block;
	font-size: 15px;
}
.menuName a{
	color:#fff;
	padding:0 10px;
}
.line3{
	color:#fff;
	font-size: 12px;
}
#top-bar ul li.on a.menuitem{
	color:rgb(252,108,31);
}

/*------------------------------------banner广告图样式--------------------------*/
.play{
	width:1200px;
	height:355px;
	margin:0 auto;
	position:relative;
	}
.play .play_list{
	width:1200px;
	height:355px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	overflow:hidden;
	}
.play .play_list li{
	float:left;
	list-style: none;
	}
.play .play_list li img{
	float:left;
	width:1200px;
	height:355px;
	}
.mx-navigation {
	margin: 0;
}
.mx-prev{
	background-image: url(../images/arr_l.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}
.mx-next{
	background-image: url(../images/arr_r.png);
	background-repeat: no-repeat;
	background-position: 8px 5px;
}
.MxSlider{
	width: 100%;
	float: left;
	position: relative;
}
.mx-slider_wrap{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px auto;
	overflow: hidden;
}
.mx-slide{
	position: absolute;
	width: 100%;
	display: table;
	float: left;
	left: 0%;
}
.mx-slide img{
	width: 100%;
}

/* Navigation */
.mx-navigation{
	position: absolute;
	float: left;
	width: 100%;
	top: 160px;
	z-index: 888;
}
.mx-prev, .mx-next{
	display: table;
	width: 40px;
	height: 40px;
	font-size: 0px;
	cursor: pointer;
}
.mx-prev{
	float: left;
}
.mx-next{
	float: right;
}
.mx-nav_dots{
	position: absolute;
	width: 100%;
	top: 85%;
	text-align: center;
	z-index: 889;
}
.mx-nav_dots span{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 3px;
	font-size: 0px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #333;
	background-color: #fff;
	cursor: pointer;
}
.mx-nav_dots span.dotActive{
	background-color: #333;
}

/*------------------------------------图片展示样式--------------------------------------------*/
.imgDisplay{
	width:1200px;
	margin-top:55px;
	padding-bottom:35px;
	border-bottom: 1px solid #e5e5e5;
}
.display_one{
	margin:0px 40px;
}
.display_one li{
	width: 333px;
	float:left;
	margin-right:60px;
	list-style: none;
}
.display_one li.no{
	margin-right:0px;
}
.content-text{
	margin-top:20px;
}
.content-link{
	display: block;
}
.content-link .content-h3{
	font-size: 18px;
	font-weight: normal;
	color:#2d2d2d;
	padding-bottom: 13px;
	border-bottom:1px solid #e5e5e5;
}
.content-link .content-brief{
	padding-top:8px;
	color:#919191;
	font-size: 13px;
	line-height: 20px;
}
/*------------------------------------公司动态--------------------------------------------*/
.Company-dynamics{
	margin-top:35px;
	padding-bottom:30px;
}
.h2-title{
	width: 800px;
	font-size: 24px;
	color:#2d2d2d;
	font-weight: normal;
	line-height: 24px;
	text-align: left;
	padding-bottom: 10px;
}
.h2-title span{
	font-size:16px;
	color:#919191;
}
.dynamics-brief{
	margin:20px 130px;
	color:#919191;
	line-height: 30px;
	font-size: 16px;
	width:940px;
}
.more-dynamics{
	text-align: center;
	border:0;
	outline: none;
	background:url(../images/hz_24.png) no-repeat;
	width: 159px;
	height:32px;
	cursor: pointer;
	margin-top:20px;
}
.more-dynamics:hover{
	background:url(../images/hz_24.png) no-repeat;
}
/*------------------------------------尾部样式--------------------------------------------*/
.foot{
	background:#e1e1e1;
	margin-top:50px;
}
.foot-part{
	width:1200px;
	margin:0 auto;
	text-align: center;
	font-size: 12px;
	color:#919191;

}
.line4 img{
	display: inline-block;
	margin-top:-40px;
}
.print{
	padding-top:20px;
}
.foot-menu{
	padding:30px 0;
}
.foot-menu a{
	color:#919191;
	padding:0 5px;
}

/*新增或修改的样式*/
.top_bar ul li{
	list-style: none;
}
.foot ul li{
	list-style: none;
}
.new_small_pic{
	height: 48px;
	vertical-align: middle;
	padding-right:15px;
	display:block;
	float: left;
}
.newTitle{
	vertical-align: middle;
}
