/*通用*/
*{padding:0px;margin:0px;}
body,ul,ol,li,h1,h2,h3,h4,h5,h6,form,img,div,p{margin:0;padding:0;border:0;}
body{font:14px "Microsoft Yahei",Lucida Grande, Verdana, Lucida, Arial, Helvetica, sans-serif; color:#000;}
a{color:#003399;text-decoration:none;}
a:hover{color:#FF0000;text-decoration:underline;}
.banner{height:auto;}
.main{ margin: 0 auto;}
p{line-height: 30px; }
.fl{float:left;}
.fr{float:right;}
.c{clear:both;}
.box1{margin:0 auto; height:auto; border:1px #e5e5e5 solid; padding:20px;box-shadow:0 0 5px #cccccc;}
.box-head{ height: auto; line-height: 45px; font-size: 18px;padding: 10px;background-color:#F2EBD5;font-weight:400;}
.lie{height:auto; }
.lie ul li{font-size:14px; line-height:30px; background:url(https://www.shiyebian.net/images/ico1.gif) no-repeat 0 15px; padding-left:12px; overflow:hidden;}
.lie span{float:right;}
table{ border-collapse:collapse;margin:0 auto; width: 100%;}
td{ border:1px solid #e3e3e3;padding:10px;}
.tbbt td{ text-align: center; font-weight:bold;background:#f5f5f5; }
.tbbt td a{}
.tbbt td a:hover{ color:#FF0000;}
.p10{padding:10px;}
.bk{border:1px solid #e3e3e3; }
.htitle{height: auto; line-height: 50px; font-size: 18px;padding: 10px;text-align: center;font-weight:bold;}
.display{display:block;}
.ndisplay{display:none;}
/*头部*/
.head{ width: 100%;box-shadow:0 0 5px #cccccc;}
.top1,.top2,.diqu{margin: 0 auto;margin-bottom:10px;}
.top1 {
	height:auto;
	text-align:right;
	padding:10px 0px;
}
.top1 a {
	display:inline-block;
	margin:10px;
}
/*各平台图标样式*/
.weixin{ background:url(https://www.shiyebian.net/d/file/p/2017-03-29/9784f24148dd70b3aa9be0fecb4387e3.png) no-repeat -36px 0;padding: 12px 0px 10px 52px; }
.weibo{ background:url(https://www.shiyebian.net/d/file/p/2017-03-29/9784f24148dd70b3aa9be0fecb4387e3.png) no-repeat -126px 0;padding: 12px 0px 10px 52px;}
.qqkongjian{ background:url(https://www.shiyebian.net/d/file/p/2017-03-29/9784f24148dd70b3aa9be0fecb4387e3.png) no-repeat -215px 0;padding: 12px 0px 10px 52px;}
.renren{ background:url(https://www.shiyebian.net/d/file/p/2017-03-29/9784f24148dd70b3aa9be0fecb4387e3.png) no-repeat -286px 0;padding: 12px 0px 10px 80px;}
.qq{ background:url(https://www.shiyebian.net/d/file/p/2017-03-29/9784f24148dd70b3aa9be0fecb4387e3.png) no-repeat -405px 0;padding: 12px 0px 10px 40px;}
/*地区*/
.diqu{font-size:14px; line-height:30px; color:#CCCCCC; }
.diqu span{color:#CC0000; font-weight:bold; padding-right:10px;}
/*表格响应式纵方式*/
@media only screen and (max-width: 800px) {
	.table-responsive-y table,
	.table-responsive-y thead,
	.table-responsive-y tbody,
	.table-responsive-y th,
	.table-responsive-y td,
	.table-responsive-y tr {
		display: block;
	}
	.table-responsive-y thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table-responsive-y tr {
		border: 1px solid #ccc;
	}
	.table-responsive-y td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left:30px;
		white-space: normal;
		text-align: left;
	}
	.table-responsive-y td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}
	.table-responsive-y td:before {
		content: attr(data-title);
	}
}
/*响应式*/
@media only screen and (min-width: 980px) {.main{width: 980px;}.top1,.top2,.diqu{width: 980px;}}
@media only screen and (max-width: 979px) {.main{ width: 100%;}.top1,.top2,.diqu{ width: 100%;}.banner img{ width: 100%;}.display{display:none;}.ndisplay{display:block;}.fl{float:none;}.fr{float:none;}}