/* 通用样式 */
* {
	margin: 0;
	padding: 0;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000000;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

html,
body {
	width: 100%;
	font-family: "微软雅黑", "Microsoft YaHei UI", "Microsoft YaHei UI Light", "宋体", Helvetica-Black-SemiBold, Tahoma, Arial, sans-serif;
	font-size: 16px;
}

.main-body{
	width: 100%;
}
.blank20{ clear:both; height:20px;}
.w1200{ width:1200px; margin:0 auto; color:#Fff;text-shadow: 0 0 20px #133b78;filter:shadow(Color=#0000ff,Direction=10,Strength=10); height:300px; line-height:300px; font-size:60px; font-weight:bold; text-align:center;}
.container{ background:#fff; padding:10px;
	width: 1180px;
	margin: 0 auto;
}

.comtoptitle{
	position: relative;
	width: 100%;
	height: 30px;
}

.comtoptitle .comtopdot{
	position: absolute;
	width: 6px;
	height: 6px;
	top: 12px;
	left: 5px;
	border-radius: 50%;
	background-color: #C50001;
}

.comtoptitle .comtoplog{
	position: absolute;
	width: 3px;
	height: 30px;
	top: 0;
	left: 18px;
	background-color: #C50001;
}

.comtoptitle .comtoptext{
	line-height: 1.875rem;
	padding-left: 34px;
	font-size: 22px;
	font-weight: bold;
}

.floor1{
	width: 100%;
	padding-top: 30px;
}

.comcontent{
	width: 100%;
}

.catalague{
	padding-left: 20px;
	margin-top: 20px;
}

.catalague p{
	line-height: 2rem;
}

.catalague p a:hover{
	color: #C50001;
}

.contentarea{
	width: 100%;
	margin-top: 100px;
}

.com-item_matter{
	width: 98%;
	margin-top: 20px;
	padding-left: 20px;
	padding-top: 10px;
	background-color: #e6f4fb;
	border: 1px dashed #000000;
}

.itemup{
	width: 97%;
	padding: 10px;
}

.itemup p{
	line-height: 2rem;
}

.relevacle{
	width: 100%;
	margin-top: 10px;
	padding-bottom: 30px;
}

.relevacle a{
	display: inline-block;
	padding: 10px 20px;
	margin-right: 20px;
	background-color: #37a1ce;
	color: #ffffff;
	pointer-events: initial;
}

.relevacle .exist{
	background-color: #c7c7c7;
	color: #ffffff;
	pointer-events:none;
}


.footer{
	width: 100%;
	height: 120px;
	margin-top: 30px;
	background-color: #000000;
}