.aboutUs{
	width: 100%;
	height: 340px;
	margin-top: 10px;
	padding: 150px 0 0 0;
	position: relative;
	background:url(../images/aboutus.jpg) repeat-x top;
}
.aboutUs_box{
	width: 980px;
	height: 100%;
	margin: 0 auto;
}
.videoBox{
	width: 271px;
	height: 210px;
}
.aboutUs_text{
	width: 734px;
	margin: 0 6px;
	text-indent: 32px;
	line-height: 30px;
	font-size: 13px;
	color: #666;
	margin-top: 21px;
}
.aboutUs_code{
	width: 196px;
	height: 182px;
}
.aboutUs_code img{
	display: block;
	width: 100%;
	height: 100%;
}
.prodect_box{
	width: 100%;
	height:460px;
	background: url(../images/product.jpg)repeat-x top ,#f0f0f0;
	padding-top: 180px;
}
.prodect_Div{
	width: 978px;
	height: 246px;
	margin: 0 auto;
	background-color: #fff;
	padding:10px;
	overflow: hidden;
}
.MarqueeDiv_ {
	margin: 0 auto;
}

.MarqueeDiv {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.p_item {
	float: left;
	text-align: center;
	height: auto;
	margin: 0 4px;
}
.p_item_con {
	width: 300px;
	background-color: #fff;
	border: 0px solid #e4e0e0;
}
.p_item_con img {
	height: 200px;
	max-width: 300px;
}
.p_item_con_tit{
	color: #666;
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 22px
}
.news{
	width: 100%;
	background: url(../images/news.jpg)repeat-x top;
	padding-top: 130px;
}
.news_box{
	width: 968px;
	margin: 0 auto;
}
.news_item{
	width: 100%;
	height: 117px;
	padding: 18px 0;
	border-bottom: 1px dashed #999;
	padding-left: 90px;
	padding-right: 88px;
	position: relative;
}
.news_item img{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 18px;
}
.news_text{
	width: 100%;
	overflow: hidden;
	display: block;
}
.news_text .title{
	font-size: 14px;
	color: #5e5e5e;
	line-height: 23px;
	display: block;
}
.news_text .pro{
  font-size: 14px;
  color: #797979;	
  line-height: 23px;
}
.news_item .newsTime{
	display: block;
	width: 88px;
	position: absolute;
	right: 0;
	top: 18px;
	font-size: 14px;
	color: #666;
}
.cooperation{
	width: 100%;
	background: url(../images/cooperation.jpg)repeat-x top;
	padding: 160px 0 41px 0;
}
.cooperation_box{
	width: 980px;
	margin: 0 auto;
}
.cooperation_box_l{
	width: 600px;
}
.maps{
	width: 562px;
	height: 310px;
}
.address{
	margin-top: 15px;
}
.address span{
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.address img{
	vertical-align: middle;
	display: inline-block;
}
.cooperation_box_r{
	width: 355px;
}
.formItem{
	width: 308px;
}
.formItem input{
	height: 23px;
	margin: 0;
	padding: 0;
	border:1px solid #ccc;
	line-height: 23px;
	width: 308px;
	outline:none;
}
 .formItem p{
	 height: 30px;
	 line-height: 30px;
	 font-weight: 700;
	 color:#ff0000
 }
 .formItem p span{
	 color: #666;
 }
 .g_ibutton {
     display: inline-block;
     outline: none;
     cursor: pointer;
     text-align: center;
     text-decoration: none;
     font-size: 12px;
     margin: 0;
     padding: 0 10px!important;
     _padding: 0 4px;
     height: 23px;
     _height: 22px;
     line-height: 19px;
     _line-height: 22px;
     border: 1px solid #8f8f8f;
     background: #f5f5f5;
     color: #666;
	 margin-left: 45%;
 }