/*改变首页的foot样式*/
.foot{
	position: relative;
}
/*关于我们样式*/
.about_bg{
	width:100%;
	max-width: 1920px;
	min-width: 1220px;
	height: 300px;
	background: url("../Img/rongyu.jpg") center center no-repeat;
	position: relative;
	top: -125px;
	left: 0px;
	margin: 0 auto;
}
/*.img_bg{
	width: 1920px;
	min-width: 1220px;
	height: 600px;
	background: url("../Img/about_bg.jpg") center center no-repeat;
	position: absolute;
	top: -112px;
	left: 0px;
}*/
.container{
	width: 1220px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: -110px;
}
.container .txt{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
.txtBox{
/*	display: none;*/
}
.container .txt h1{
	font-size: 30px;
	color: #010101;
}
.container .txt strong{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.container .txt h2{
	text-align: center;
	font-size: 30px;
	color: #010101;
	font-weight: bold;
	margin-bottom: 30px;
}
.container .txt em{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin:0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	border-bottom: 4px solid #0846b3;
	font-size: 14px;
	color: #666;
}
.container .txt p{
	font-family: "microsoft yahei";
	font-size: 16px;
	/*两端对齐*/
	text-align:justify;/*(火狐)*/
	text-justify:inter-ideograph;/*(IE)*/
	line-height: 28px;
	color: #666666;
}
.container .txt p.tit{
	padding: 5px 0px;
	font-size: 16px;
	color: #666;
	border-top: 1px dashed #dedede;
}
.container .txt p.tit span{
	display: inline-block;
	width:  70px;
	padding: 0 20px;
	margin-right: 85px;
	color: #666;
}

/*这里是之前的右侧列表样式，以后可能会用到*/
/*.container .about_nav{
	width: 202px;
	height: auto;
	border: 4px solid #0846b3;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.container .about_nav li{
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #dedede;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.container .about_nav li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #010101;
}
.container .about_nav li a:hover{
	color:#0846B3;
	font-weight: bold;
}
.container .about_nav li i{
	position: absolute;
	top: 24px;
	right: 44px;
	width: 7px;
	height: 13px;
	background: url("../Img/icon_right.png") no-repeat;
}*/
/*右侧联系方式的样式*/
.about_nav{
	display: none;
	width: 242px;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #D2E1FF;
}
.about_nav h3{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:5px;
}
.about_nav p{
	font-size: 14px;
	line-height: 30px;
	padding-left: 70px;
}
.about_nav p span{
	display: inline-block;
	width: 70px;
	margin-left: -70px;
	text-align: justify;
	font-size: 14px;
	font-weight: bold;
}
/*百度地图*/
#allmap{
	width: 870px;
	height: 350px;
	margin-top: 40px;
}
/*专利页面*/
.faming {
	width: auto;
	height: auto;
	margin-bottom: 20px;
	float: left;
}
.faming h3{
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	color: #000;
}
.faming ul li{
	float: left;
    margin-right: 42px;
}
.faming ul li  img{
	width: 179px;
	height: 255px;
	border: 3px solid #999999;
}
.ruanjian{
	width: auto;
	height: auto;
	margin-bottom: 20px;
	float: left;
}
.ruanjian h3{
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	color: #000;
}
.ruanjian ul li{
	float: left;
    margin-right: 42px;
}
.ruanjian ul li  img{
	width: 179px;
	height: 255px;
	border: 3px solid #999999;
}
.shiyong{
	width: 100%;
	height: auto;
	float: left;
}
.shiyong h3{
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	color: #000;
}
.shiyong ul li {
	float: left;
	margin-right: 42px;
	margin-bottom: 20px;
}
.shiyong ul li  img{
	width: 179px;
	height: 255px;
	border: 3px solid #999999;
}