@charset "utf-8";
/* CSS Document */
from {
	margin: 0px;
}
img{
	border:0px;
	margin:0px;
}
li{list-style:none;}

/*滑动门开始*/
.cnt-menu {width: 260px;
	margin-right: auto;
	margin-left: auto;
	display:block;
	height:60px; width:260px; line-height:60px; background-color:#343432; font-size:14px; text-align:center; color:#FFF;
}

.cnt-menu li {
	float: left;
	height: 60px;
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	color: #636363;
	line-height: 60px;
	list-style-type: none;
	display: inline;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	 display:block; width:50%; color:#fff;height:60px;
}
li.cnt-menu-on {
	float: left;
	height:60px;
	line-height:60px;
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	color: #1859ad;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display:block;color:#fff; background-color:#194887;
}
.black_font {
	font-size: 10px;
	color: #000000;
}
.x_font {
	text-decoration: line-through;
}
.bold_font {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

.cnt-cnt {
	height: auto;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}
