 /*首页搜索框*/
 
 #index_sou input,
 #index_sou,
 #index_sou i {
 	height: 35px;
 	display: inline-block;
 }
 
 #index_sou {
 	width: 340px;
 	border-radius: 21px;
	 border: 1px solid #212121;
 }
 
 #index_sou i {
 	font-size: 20px;
 	width: 50px;
 	line-height: 35px;
 	text-align: center;
 	border-radius: 0px 17px 17px 0px;
 }
 #index_erweim  li{
 	cursor: pointer;
 }
 #index_sou input {
 	width: 290px;
 	color: #fff;
 	text-align: center;
 	float: left;
 	border-radius: 17px 0px 0px 17px;
 }
 
 #index_sou i:hover {
 	cursor: pointer;
 	color: #fff;
 }
 
 #contactform ul img {
 	width: 160px;
 	height: 160px;
 	display: block;
 	margin: 0 auto;
 }
 
 #contactform ul li {
 	width: 33.3333%;
 	float: left;
 }
 
 #contactform ul {
 	width: 100%;
 	padding-top: 88px;
 }
 
 #contactform ul li p {
 	float: inherit!important;
 	text-align: center;
 	color: #989898;
 	width: 160px!important;
 	line-height: 40px;
 }
 
 #contactinfo p {
 	padding-bottom: 22px;
 }
 .tel, .tel a{
	color: #636363 !important;
 }
 
 #indexPage #mcontact #contactlist {
 	margin-top: 2%!important;
 }
 
 .foort_bottom {
 	display: inline-block;
 	width: 100%;
 	font-size: 12px;
 	height: 35px;
 	background: #104f2a;
	color: #FFF;
 	text-align: center;
 	line-height: 35px;
 	padding-bottom: 0px;
 }
 
 .foort_bottom a {
 	display: inline-block;
 	color: #c2ffdb;
 	margin-right: 30px;
 	text-align: center;
 }
 
 #mcontact #contactlist {
 	position: relative;
 }
 
 #mcontact #contactlist .foort_bottom {
 	position: absolute;
 	bottom: 6%;
 	left: 0px;
 }
 
 iframe {
 	width: 100%;
 	border: inherit;
 }
 /*发展历程*/
 
 * {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 }
 
 body {
 	height: 100%;
 	/*font: 12px/18px Tahoma, Helvetica, Arial, Verdana, "\5b8b\4f53", sans-serif;*/
 	color: #51555C;
 	background: #162934
 }
 
 #dates a {
 	/*color: #007bc4/*#424242*/
 	*/;
 	text-decoration: none;
 }
 
 #dates a:hover {
 	text-decoration: underline
 }
 
 #main {
 	width: 100%;
 	min-height: 600px;
 	margin: 30px auto 0 auto;
 	background: #272727;
 	-moz-border-radius: 12px;
 	-khtml-border-radius: 12px;
 	-webkit-border-radius: 12px;
 	border-radius: 12px;
 }
 
 h2.top_title {
 	margin: 4px 20px;
 	padding-top: 15px;
 	padding-left: 0px;
 	padding-bottom: 10px;
 	border-bottom: 1px solid #d3d3d3;
 	font-size: 26px;
 	color: #fff;
 }
 
 #timeline {
 	width: 97%;
 	height: 300px;
 	overflow: hidden;
 	margin: 100px auto;
 	position: relative;
 	/*background: url('http://demo.lanrenzhijia.com/2014/time0824/images/dot.gif') left 45px repeat-x;*/
 	background: url('../Images/dot.png')left 45px repeat-x;
 }
 
 #dates {
 	width: 760px;
 	height: 60px;
 	overflow: hidden;
 }
 
 #dates li {
 	list-style: none;
 	float: left;
 	width: 100px;
 	height: 50px;
 	font-size: 24px;
 	text-align: center;
 	/*background: url('http://demo.lanrenzhijia.com/2014/time0824/images/biggerdot.png') center bottom no-repeat;*/
 	background: url('../Images/biggerdot.png')center bottom no-repeat;
 	;
 }
 
 #dates a {
 	line-height: 38px;
 	padding-bottom: 10px;
 }
 
 #dates .selected {
 	font-size: 38px;
 	color: #fff;
 }
 
 #issues {
 	width: 760px;
 	height: 300px;
 	overflow: hidden;
 }
 
 #issues li {
 	width: 760px;
 	height: 300px;
 	list-style: none;
 	float: left;
 }
 
 #issues li h1 {
 	color: #fff;
 	font-size: 42px;
 	margin: 20px 0;
 	text-shadow: #000 1px 1px 2px;
 }
 
 #issues li p {
 	font-size: 14px;
 	margin-right: 70px;
 	margin: 10px;
 	font-weight: normal;
 	line-height: 22px;
 }