/* 把我们所有标签的内外边距清零 */
* {
	margin: 0;
	padding: 0;
	/* css3盒子模型 */
	box-sizing: border-box;
	font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB,
		"\5B8B\4F53", sans-serif;
}

/* html5新增 的布局元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
/* em 和 i 斜体的文字不倾斜 */
em,
i {
	font-style: normal;
}
/* 去掉li 的小圆点 */
ul,
ol,
li {
	list-style: none;
}
/* blockquote与q标签都是用来表示内容引用,去掉引号 */
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

textarea {
	overflow: auto;
}

small {
	font-size: 85%;
}
strong,
th {
	font-weight: bold;
}

hr {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #e4e4e4;
	border-width: 1px 0;
	clear: both;
	height: 2px;
	margin: 5px 0;
	overflow: hidden;
}

/* border-collapse:collapse; 表示边框合并在一起。 
    border-spacing 属性设置相邻单元格的边框间的距离（仅用于“边框分离”模式）。
    */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	/* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
	border: 0;
	/* 取消图片底侧有空白缝隙的问题 */
	vertical-align: middle;
	display: inline-block;
}

button {
	/* 当我们鼠标经过button 按钮的时候，鼠标变成小手 */
	cursor: pointer;
}

a {
	color: #333;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
}

a:hover {
	color: #c81623;
}

button,
input {
	/* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */
	font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB,
		"\5B8B\4F53", sans-serif;
	/* 默认有灰色边框我们需要手动去掉 */
	border: 0;
	outline: none;
}

/*文字就会和INPUT框对齐。 */
input,
select {
	vertical-align: middle;
}

body {
	/* CSS3 抗锯齿形 让文字显示的更加清晰 */
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB,
		"\5B8B\4F53", sans-serif;
	color: #666;
}

.hide,
.none {
	display: none;
}

/* 清除浮动 */
.clearfix:after {
	visibility: hidden;
	clear: both;
	display: block;
	content: ".";
	height: 0;
}

.clearfix {
	*zoom: 1;
}

.left_box {
	float: left;
	border-radius: 5px;
}
.left_item {
	width: 280px;
	overflow: hidden;
	padding: 30px;
	margin-bottom: 30px;
	box-shadow: 5px 5px 5px #9999991c;
	padding-top: 0;
}
.left_item_title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	position: relative;
	left: 0px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 15px;
	box-sizing: content-box;
	text-align: center;
}
.left_item_title span {
	display: inline-block;
	border-bottom: 2px solid #333;
}
.left_item_content {
	font-size: 14px;
	margin-bottom: 10px;
	color: #333;
}
.left_item_content:last-of-type {
	margin-bottom: 0;
}
.left_item_content_title::after {
	content: "";
	display: inline-block;
	padding-left: 100%;
	position: absolute;
}
.left_item_content_title {
	float: left;
	width: 58px;
}
.left_item_content_title {
	text-align-last: justify;
	text-align: justify;
}
.left_item_content_text {
	float: right;
	width: 145px;
}
.left_item_content_text a {
	color: #1155cc;
}
.left_item_content_text a:hover {
	color: #ff0000;
	text-decoration: underline;
}
.left_item_content a {
	color: #4fa4e5;
}

.service_phone .left_item_content_text {
	float: none;
	display: inline-block;
	width: auto;
}
.service_phone .left_item_content_title {
	display: inline-block;
}
.service_phone_item_title {
	display: inline-block;
}

.cateinfo .left_item_title {
	float: left;
	margin-bottom: 5px;
	width: 218px;
}
.cateinfo > div {
	margin-bottom: 10px;
	position: relative;
}
.left_item_more {
	display: block;
	width: 218px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	margin: 0 auto;
	background-color: #ccc;
	border-radius: 5px;
	font-size: 12px;
	color: #666;
	margin: 20px 0;
}
.left_item_more:hover {
	cursor: pointer;
	color: fff;
	text-decoration: underline;
}
.cateinfo_item img {
	width: 80px;
	height: 60px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #eee;
}
.cateinfo .cateinfo_item {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
}
.cateinfo_item:last-of-type {
	margin-bottom: 0;
}
.cateinfo_name,
.cateinfo_text {
	display: block;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cateinfo_text {
	color: #999;
	font-size: 12px;
}
.cateinfo_name {
	padding: 2px 0;
	color: #333;
	position: relative;
}
.cateinfo_name:hover {
	color: var(--templateCommenColor);
	text-decoration: none;
}


span.aboutus_content_item {
	font-weight: normal;
	color: #333333 !important;
}
