﻿/*公共样式*/
body,div,p,ul,li,ol,li,dl,dd,dt,h1,h2,h3,h4,h5,h6,input,img{
	padding:0;
	margin:0;
	list-style:none;
}
html{
	font-family: "Helvetica";
	font-size:100px;
}
body{
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff!important;
}
a{
	color: #333333;
	text-decoration: none;	
	cursor: pointer;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.clearfloat:after{
	content:".";
	display: block;
	visibility: hidden;
	height:0;
	clear:both;
}

/*本页样式*/
.banner img{
	width: 100%;
	height: auto;
}
.stage{
	width: 80%;
	margin:0 auto;
	padding: 20px 0 10px;
}
.stage li{
	float: left;
	width:20%;
	text-align: center;
	font-size: 18px;
}
.stage li:last-child{
	margin-right: 0;
}
.stage em{
	display: none;
	width: 36px;
	height: 2px;
	margin:0 auto;
	margin-top: 3px;
	background-color: #FB4747;
}
.stage .active{
	color: #FB4747;
}
.search_box {
	position: relative;
	width: 90%;
	height: 36px;
	line-height: 36px;
	margin: 5px auto 20px;
	border-radius: 80px;
	background-color: #F0F0F0;
}
.search_box .search_input{
	-webkit-appearance: none; 
	-moz-appearance: none; 
	-o-appearance: none; 
	appearance: none;
	/*width: 90%;*/
	height: 36px;
	line-height: 36px;
	padding-left:18%;
	border: none;
	background: transparent;
	outline: none;
	font-size: 16px;
}
/*input属性字体颜色兼容性*/
input::-webkit-input-placeholder { /* WebKit browsers */  
  color: #C4C4C4;  
}  
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
  color:  #C4C4C4;  
}  
input::-moz-placeholder { /* Mozilla Firefox 19+ */  
  color:  #C4C4C4;  
}  
input:-ms-input-placeholder { /* Internet Explorer 10+ */  
  color:  #C4C4C4;  
}
.search_box .search_button{
	display: inline-block;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right: 18%; 
	width: 18px;
	height: 18px;
	background: url(../image/search.png) no-repeat center center;
	background-size: 100% 100%;
}
.news_content{
	border-top: 1px solid #E7E8E7;
}
.news_content ul{
	display: none;
}
.news_content ul:first-child {
	display: block;
}
.news_list{
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	border-bottom: 1px solid #E7E8E7;
}
.news_list div.left{
	width: 60%;
}
.work_img{
	overflow: hidden;
	width: 36%;
	height: 85px;
	/*border-radius: 3px;*/
}
.work_img img{
	width: 100%;
	/*border-radius: 3px;*/
}
.news_title{
	font-size: 18px;
	line-height: 24px;
}
.view_number,.infor_list{
	font-size: 13px;
	color: #ABABAB;
	margin-top: 5px;
}
.infro_line{
	height: 12px;
	line-height: 12px;
	margin: 0 2px;
}
/*三张图片列表样式*/
.other_list .img_list{
	width: 100%;
    margin-top: 10px;
}
.other_list .work_img{
	float: left;
    overflow: hidden;
    width: 32.6%;
    margin-right: 1%;
    height: 80px;
    /*border-radius: 3px;*/
}
.other_list div:last-child{
	margin-right: 0;
}
.other_list .work_img img{
	width: 100%;
   /* border-radius: 3px;*/
}
