@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, form, fieldset, legend, input, select, textarea, button, caption, th, td, blockquote, pre {
	margin: 0;
	padding: 0
}
body{ 

	background: #ffffff;
	color:#000;
	font-family: 'Microsoft Yahei',sans-serif,arial,tahoma,'\5b8b\4f53'; 
	/*font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;*/
	/*font-family: font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeitiSC-Light,simsun,\\5B8B\4F53,WenQuanYi Zen Hei,WenQuanYi Micro Hei,'sans-serif';*/
	font-size:14px;
}
/*让ie支持rgba*/
.filter{ 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#4C000000); 
}
input, select, textarea, button {
	vertical-align: middle;
	font-size: 100%;
	outline: 0;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
	
}

li{
	list-style:none;
}

img {
	border: 0 none;
	vertical-align: top;
}
em {
	font-style: normal;
}
input,select,textarea{
	outline:none;
	border:none;
}
textarea{
	resize:none;
}
.clearfix:after {
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;
}
.clear{
	height:0; 
	overflow:hidden; 
	clear:both;
}
a {
	text-decoration: none;
	color: #525252;
}
a:hover {
	color: #3d464d;
	text-decoration: none;
}
em,i{
	font-style: normal;
}
.left{
	float:left;
}
.right{
	float:right;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.color{
	color: #e60012;
}
/*头部导航*/
header{
	background:rgba(0,0,0,0.5);
	height: 60px;
	line-height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
header> .nav ul li{
    float: left;
    width: 112px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
	margin: 10px 15px 0 15px;
	    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header> .nav ul li a{
	color: #ffffff;
}
header> .nav >span{
	display: inline-block;
	width: 188px;
	height: 60px;
	cursor: pointer;
}
header> .nav >span>img{
	display: block;
	width:80%;
	margin: 0.5em 0;
}
header> .nav ul li.nav-this{
	background: #ffffff;
	border-radius: 3px 3px 0px 0px;
	    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
header> .nav ul li a{
	display:block; 
	overflow:hidden; 
	color:#ffffff; 
	text-align:center; 
	-webkit-transition:all ease 0.3s;  
	-moz-transition:all ease 0.3s;  
	-ms-transition:all ease 0.3s;  
	-o-transition:all ease 0.3s;  
	transition:all ease 0.3s;
}
header> .nav ul li.nav-this a{
	color: #000;
}
header> .nav ul li:hover{
	background: #ffffff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px 3px 0px 0px;
}
header> .nav ul li:hover a{
	color: #000;
}
/*footer*/
footer{
	height: 400px;
	background: #25292e;
	color: #ffffff;
}
.foot{
	padding-top: 80px;
}
.instro{
	width: 680px;
	margin-right: 70px;
}
.instro h2{
	margin-bottom: 30px;
	font-weight: normal;
	font-size: 16px;
}
.instro p{
	line-height: 30px;
}
.contact_way {
	line-height: 36px;
}
.contact_way p .icon-way1{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/images/herun/icon-foot.png) no-repeat 0px 0px;
    vertical-align: middle;
}
.contact_way p .icon-way2{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/images/herun/icon-foot.png) no-repeat 0px -30px;
    vertical-align: middle;
}
.contact_way p .icon-way3{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/images/herun/icon-foot.png) no-repeat 0px -60px;
    vertical-align: middle;
}
.contact_way p .icon-way4{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/images/herun/icon-foot.png) no-repeat 0px -90px;
    vertical-align: middle;
}
.bottom{
	height: 75px;
	margin-top: 100px;
	line-height: 75px;
	color: #ffffff;
	background: #222222;
	text-align: center;
}