@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
span,
i,
ul,
a,
em,
img,
textarea,
select {
	margin: 0;
	padding: 0;
}

* {
	padding: 0;
	margin: 0;
	list-style: none;
}

body,
button,
input,
select,
textarea,
font {
	font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
	font-size: 100%;
}

label,
input,
select {
	vertical-align: middle;
}

address,
cite,
em,
i,
strong {
	font-style: normal;
	font-weight: normal;
}

fieldset {
	cursor: pointer;
}

img {
	border: none;
}

ul,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sub {
	vertical-align: text-bottom;
}

sup {
	position: relative;
	top: -1px;
	left: 2px;
	font: 11px/normal tahoma;
	vertical-align: text-top;
}

small {
	font-size: 12px;
}

legend {
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	text-decoration: none;
}

a:hover {
	color: #E23200;
	text-decoration: none;
}

ul,
li {
	padding: 0;
	margin: 0;
}

body {
	behavior: url("csshover.htc");
}

body {
	font-family: Microsoft Yahei;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.container {
	width: 1100px;
	display: block;
	margin: 0 auto;
}

.header {
	width: 100%;
	height: 124px/*114px*/
	;
	display: inline-block;
}

.mainbody {
	width: 100%;
	display: inline-block;
}

.footer {
	width: 100%;
	display: inline-block;
	background-color: #1f2021;
}

.page_next,
.page_up {
	font-family: "宋体";
	font-size: 13px;
}

.case_con li a,
.newslist_title,
.newslist_img {
	display: block;
}

.case_con li a:hover .case_con_title h3,
.con_link a:hover,
.our_cus li:hover .our_cus_title strong,
.news_list:hover .newslist_title {
	color: #E23200;
}

.newslist_time span,
.newslist_time samp {
	font-family: "Arial";
}

.case_con_title h3,
.case_con_title p em {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.case_con li a span i,
.our_cus li:hover img,
.news_list:hover .newslist_img img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

.case_link a,
.our_cus li img,
.news_list,
.newslist_img img {
	transition: all 0.3s ease-out 0s;
}