@charset "utf-8";

/*产品展示*/
.main {
	padding-top:40px;
}
/*左侧内容*/
.conright {
	width: 900px;
	float: right;
	min-height: 500px;
	overflow: hidden;
}
.crumb {
	height: 37px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.crumb h1 {
	font-size: 20px;
	font-family: "微软雅黑";
	color: #006cc1;
	line-height: 37px;
	font-weight: bold;
}
.crumb span {
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #828282;
	width: 357px;
    float: right;
    text-align: right;
    padding-right: 10px;
}
.crumb span a {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #828282;
}
/*产品展示*/
.prolist  {
	width: 900px;
	min-height: 500px;
	overflow: hidden;
}
.prolist ul {
    margin-bottom: 10px;
    overflow: hidden;
}
.prolist li {
	width: 280px;
	height: 245px;
	float: left;
	margin:0 8px 30px;
	border:1px solid #e2e2e2;
}
.prolist li p {
	width: 280px;
    height: 205px;
	text-align:center;/*非IE的主流浏览器识别的垂直居中的方法*/
	display:table-cell;/*设置垂直居中*/
	vertical-align:middle;/*设置水平居中*/
	text-align:center;/* 针对IE的Hack */
	*display: block;*
}
.prolist li p img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.prolist li span {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #d9d9d9;
	text-align: center;
	font-size: 16px;
	color: #666;
	font-family: "微软雅黑";
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prolist li:hover {
	border:1px solid #ff8400;
}
.prolist li:hover span {
	color: #fff;
	background: #ff8400;
}

/*新闻样式*/
.newlist {
	width: 830px;
	min-height: 470px;
	overflow: hidden;
	padding-bottom: 40px;
	margin:0 auto;
}
.newlist ul {
	min-height: 609px;
	margin-bottom: 20px;
}
.newlist li {
	height: 60px;
	padding: 12px 0;
	border: 1px solid #dfdfdf;
	margin-bottom: 20px;
}
.newlist li .date {
	width: 78px;
	height: 60px;
	float: left;
	border-right: 1px solid #d1d1d1;
	margin-right: 15px;
}
.newlist li .date h1 {
	font-family: "Arial";
	color: #9b9b9b;
	font-size: 36px;
	text-align: center;
	line-height: 35px;
}
.newlist li .date h2 {
	font-family: "Arial";
	color: #7d7d7d;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	font-weight: normal;
}
.newlist li .newcon {
	width: 730px;
	height: 60px;
	float: left;
}
.newlist li .newcon h1 {
	font-family: "微软雅黑";
	color: #393939;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.newlist li .newcon span {
	font-family: "微软雅黑";
	color: #7d7d7d;
	font-size: 14px;
	line-height: 25px;
	display: block;
	height: 30px;
	overflow: hidden;
}
.newlist li:hover .newcon h1,.newlist li:hover .newcon span {
	color: #de2812;
}


/*单页*/
.content {
	min-height: 300px;
}
.pagecon {
	width: 860px;
	min-height: 300px;
	margin:0 auto;
}
.tit {
	font-size: 22px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	line-height: 30px;
}
.info {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	display: block;
	text-align: center;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}
.content, .content p,.content span  {
	font-family: "宋体";
	font-size: 14px;
	color: #666;
	line-height: 35px;
}
.content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin:0 auto;
}

/*留言板*/
.m-form{line-height:29px;color:#555;}
.m-form legend{font-size:14px;font-weight:bold;}
.m-form form {float: left;}
.tips{float: right;margin-top: 50px;border: 1px solid #ccc;padding: 30px;}
.m-form .formitm{padding:20px 0 0;line-height:30px;}
.m-form .formitm.last{padding:10px 0;}
.m-form .formitm-1{padding-left:100px;}
.m-form .lab{float:left;width:90px;margin-right:-90px;text-align:right;font-weight:bold;}
.m-form .ipt{margin-left:100px; background:none;}
.m-form .ipt *{vertical-align:middle;height: 30px;}
.m-form .ipt a,.m-form .ipt a:hover{text-decoration:none;color:#fb5500;}
.m-form .ipt img{height:28px;margin:0 15px 0 5px;}
.m-form .ipt .domain{margin:0 0 0 5px;font-weight:bold;color:#777;}
.m-form .ipt p{height:22px;line-height:22px;color:#fb5500;}
.m-form .tip{padding-top:10px;color:#545454!important;}
.m-form .tip input{margin:0 5px 3px 0;}
.m-form .u-btn {width: 50px;height: 30px;background: #0e60bc;border: none;color: #fff;margin-right: 15px;outline: none;}

/* 上下篇*/
.n-p{padding:10px 0;border-bottom: 1px dotted #afafaf;font-family:"宋体";height: 25px;}
.n-p li{float: left;padding:0px 20px;max-width: 50%; line-height:24px; list-style:none}
.n-p li a:hover{ text-decoration:underline}
.n-p .p,.n-p .n{background: url(../images/icon.png) no-repeat;}
.n-p .p{background-position: 0px -332px;}
.n-p .n{background-position: 0px -313px;}
