@charset "utf-8";

/*左侧内容*/
.conright {
	width: 100%;
	float: left;
	min-height:200px;
	overflow: hidden;
}
.crumb {
	height: 37px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.crumb h1 {
	font-size: 16px;
	font-family: "微软雅黑";
	color: #006cc1;
	line-height: 37px;
	font-weight: bold;
}
.crumb span {
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #828282;
	width: 357px;
    float: right;
    text-align: right;
    padding-right: 10px;
}
.crumb span a {
	font-size: 12px;
	font-family: "微软雅黑";
	color: #828282;
}
/*产品展示*/
.prolist  {
	min-height: 200px;
	overflow: hidden;
}
.prolist ul {
    margin-bottom: 10px;
    overflow: hidden;
}
.prolist li {
	width: 230px;
	height: 260px;
	float: left;
	margin:0 8px 30px;
}
.prolist li p {
	width: 230px;
    height: 230px;
    border:1px solid #e2e2e2;
	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: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prolist li:hover span {
	color: #fff;
	background: #61abf2;
}

/*新闻样式*/
.newlist {
	min-height: 200px;
	overflow: hidden;
	margin:0 auto;
}
.newlist ul {
	min-height: 200px;
	margin-bottom: 20px;
}
.newlist li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #dbdbdb;
}
.newlist li h1 {
	width: 230px;
	height: 45px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #333;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.newlist li span {
	display: block;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #999;
}
.newlist li:hover h1 {
	color:#f00;
	text-decoration:underline;
}

/*单页*/
.content {
	min-height: 200px;
}
.pagecon {
	min-height: 200px;
	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: 12px;
	color: #666;
	line-height: 35px;
}
.content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin:0 auto;
}
.content #info p {
	font-size: 14px;
	line-height: 30px;
	color: #1A6DAF;
}

/*留言板*/
.m-form{line-height:29px;color:#555;}
.m-form legend{font-size:14px;font-weight:bold;}
/*.m-form form {float: left;}*/
.tips{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;}
