/*新闻技术*/
.title_tab{
	text-align: center;
	padding-top: 10px;
}
.tab{
	display: inline-block;
	margin:0 10px;
	text-align: center;
}
 .tabtxt{
	font-size:16px;
	line-height: 20px;
	height: 20px;
}
 .tabtxt h2{
 	font-size:16px;
 	font-weight: normal;
 }
.title_tab .tab .tabline{
	width: 20px;
	height: 3px;
	background: none;
	display: inline-block;
	position: relative;
	top: -8px;
}
.title_tab .current .tabline{
	width: 20px;
	height: 3px;
	background: #0080d5;
	display: inline-block;
	position: relative;
	top: -8px;
}
.title_tab .current .tabtxt h2{
	color: #0080d5;
	font-weight: bold;
}

ul.news,ul.techbase{
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
}
ul.news li{
	margin:5px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
ul.news li:last-of-type,ul.techbase li:last-of-type{
	border-bottom: 0 none;
}
.listpicture{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
}
.listpicture img{
	width: 100%;
	max-height: 100px;
	border-radius: 5px;
}
.listtext{
	overflow: hidden;
}


/*公司荣誉*/
.honorbox{
	overflow-x: scroll;
    height: 90px;
}
.honor{
	width: 100%;
    min-width: 900px;
}
.honor .honorlist{
	width:120px;
	margin:0 5px;
	float: left;
}
.honor .honorlist img{
	width: 100%;
	max-height: 90px;
	border-radius: 5px;
}
/*公司地址*/
.address{
	line-height: 40px;
	color: #333;
	font-size:14px;
	background: #fff;
	padding-left: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.address i{
	width: 15px;
	height: 15px;
	background-image:url(../image/address.jpg);
	background-size:100% 100%;
	display: inline-block;
	margin-right: 10px;
	float: left;
	position: relative;
	top: 11px;
}
.address .addtext{
	font-size:14px;
	float: left;
	width: 80%;
}
.mapbox{
	margin: 0 auto;
	overflow: hidden;
}
.mapbox img{
	border-radius: 5px;
}
/*加入我们*/
ul.joinusbox{
	overflow: hidden;
}
ul.joinusbox li{
	background:#fff;
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 5px;
}
ul.joinusbox li a{
	color: #333;
}
ul.joinusbox li .topdiv{
	height: 40px;
	display: flex;
	line-height: 40px;
}
ul.joinusbox li .topdiv span.jointitle{
	font-size: 14px;
	font-weight: bold;
	flex:1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
ul.joinusbox li .topdiv span.xinzi{
	flex: 1;
	color: #ff6600;
	text-align: right;
}
ul.joinusbox li .joinlabel{ 
	height: 26px;
}
ul.joinusbox li .joinlabel span{
	height: 26px;
	line-height: 26px;
	background: #f5f5f5;
	border-radius: 2px;
	color: #666;
	font-size: 12px;
	padding:0 5px;
	display: inline-block;
	margin-right: 5px;
}
/*联系我们*/
ul.contactus{
	overflow: hidden;
	padding:0 2.67%;
}
ul.contactus li{
	border-bottom: 1px solid #e6e6e6;
	height: 50px;
	line-height: 50px;
	display: flex;
	font-size: 14px;
}
ul.contactus li label{
	flex: 1;
	color: #333;
}
ul.contactus li label i{
	width:14px;
	height:14px;
	display: inline-block;
	background-size: 100% 100%;
	position: relative;
    top: 2px;
    margin-right: 5px;
}
i.lxr{
	background-image: url(../image/index_ico_xlr.png);
}
i.dz{
	background-image: url(../image/index_ico_address.png);
}
i.dh{
	background-image: url(../image/index_ico_phone.png);
}
i.gh{
	background-image: url(../image/index_ico_tel.png);
}
ul.contactus li div{
	flex: 3;
	text-align: right;
	color: #888;
	overflow: hidden;
}