/*改变首页的foot样式*/
.foot{
	position: relative;
}
/*关于我们样式*/
.about_bg{
	width:100%;
	max-width: 1920px;
	min-width: 1220px;
	height: 600px;
	background: url("../Img/about_bg.jpg") center center no-repeat;
	position: relative;
	top: -125px;
	left: 0px;
	margin: 0 auto;
}
.about_bg2{
	width:100%;
	max-width: 1920px;
	min-width: 1220px;
	height: 300px;
	background: url("../Img/pro.jpg") center center no-repeat;
	position: relative;
	top: -125px;
	left: 0px;
	margin: 0 auto;
}
.about_bg3{
	width:100%;
	max-width: 1920px;
	min-width: 1220px;
	height: 300px;
	background: url("../Img/news_bg.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: 1222px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: -92px;
}
.container .txt{
	width: 870px;
	height: auto;
	margin-right: 60px;
	float: left;
}
.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: right;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.container .about_nav li{
	height: 50px;
	line-height: 50px;
	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;
	position: relative;
}
.container .about_nav li a.addCur{
	color:#0846B3;
	font-weight: bold;
}
/*.container .about_nav li a:hover{
	color: #f1efef;
    background: #0846b3;
}*/
.container .about_nav li a:hover{
	color:#0846B3;
	font-weight: bold;
}
.container .about_nav li a em{
	display: block;
	position: absolute;
    top: 24px;
    left: 42px;
    width: 6px;
    height: 6px;
	background: url("../Img/point.jpg") repeat;
}
.container .about_nav li i{
	position: absolute;
	top: 20px;
	right: 44px;
	width: 7px;
	height: 13px;
	background: url("../Img/icon_right.png") no-repeat;
}
/*右侧联系方式的样式*/
/*.about_nav{
	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;
}
/*专利页面*/
.zhuanli{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.zhuanli ul li{
	float: left;
	margin-right: 100px;
}
.zhuanli ul li h3{
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	color: #000;
}
.zhuanli ul li  img{
	width: 179px;
	height: 255px;
	border: 3px solid #999999;
}
.shiyong{
	width: 100%;
	height: auto;
}
.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;
}