body {
	font-family: "微软雅黑";
	margin:0px;
	padding:0px;
	
}
a:hover{
	text-decoration: none;
}
.container {
	
	
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
}
.down{
	position: absolute;
	left:0px;
	top:102px;
	z-index: 9999;
	width:130px;
	text-align: center;
	background:#14abca;
	display: none;
}
.row{
	margin:0px;
}
.down a{
	display: block;
	line-height: 30px;
	color:#fff;
}
.down a:hover{
	background:#ccc;
}

a{
	color:#333;
}

.down{
	position: absolute;
	left:0px;
	top:70px;
	z-index: 9999;
	width:120px;
	text-align: center;
	background:#0074e0;
	display: none;
}
.down a{
	display: block;
	line-height: 30px;
	color:#fff;
}
.down a:hover{
	background:#ccc;
}
.leftcheck{
	width:40px;
	height:100px;
	border:1px solid #ccc;
	text-align: center;
	position:absolute;
	left:-70px;
	top:150px;
	background:#e09912;
}
.rightcheck{
	width:40px;
	height:100px;
	border:1px solid #ccc;
	text-align: center;
	position:absolute;
	right:-70px;
	top:150px;
	background:#e09912;
	
}
.leftcheck>span{
	border-top:3px solid #fff;
	border-left:3px solid #fff;
	transform: rotate(-45deg);
	display: inline-block;width:20px;height:20px;
	position: absolute;
	top:35px;
	left:12px;
}
.rightcheck>span{
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	transform: rotate(45deg);
	display: inline-block;width:20px;height:20px;
	position: absolute;
	top:35px;
	right:12px;
}
li{
	list-style: none;
}
.c_orange{color: #ff6700;}
.c_black{color:#000;}
.c_white{color:#fff;}
.f16{font-size: 16px;}
.font_df{font-family: 'dinschriftregular';}
.w125{width: 125px !important;}
.mgt10{margin-top: 10px;}
.mgb10{margin-bottom: 10px;}
.mgl10{margin-left: 10px;}
.mgr10{margin-right: 10px;}

.mgt20{margin-top: 20px;}
.mgb20{margin-bottom: 20px;}
.mgl20{margin-left: 20px;}
.mgr20{margin-right: 20px;}

.mgt30{margin-top: 30px;}
.mgb30{margin-bottom: 30px;}
.mgl30{margin-left:30px;}
.mgr30{margin-right:30px;}

.pdt20{padding-top: 20px;}
.pdb20{padding-bottom: 20px;}
.pdl20{padding-left:20px;}
.pdl30{padding-left:30px;}
.pdt30{padding-top: 30px;}
.pdb30{padding-bottom: 30px;}

.pda5{
	padding:5px;
}
.pda10{
	padding:10px;
}
.pda20{
	padding:20px;
}
.t-center{text-align: center;}
.t-left{text-align: left;}
.opa_0{opacity: 0;}
.opa_06{opacity: .6;}
.opa_1{opacity: 1;}

.bg_black{
	background:#000;
}
.bg_333{
	background:#333;
}
.bg_f2{
	background:#f2f2f2;
}
.bg_f5{
	background:#f5f5f5;
}
