body {
	font-family: "微软雅黑";
	margin:0px;
	padding:0px;
	min-width: 1200px;
}
a:hover{
	text-decoration: none;
}
a{
	text-decoration: none;
	color:#333;
}
.container {
	width:1200px;
	padding:0px;
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
}
.row{
	margin:0px;
}
.down a{
	display: block;
	line-height: 30px !important;
	color:#fff;
}
.down a:hover{
	background:#ccc;
}


.downs{
	position: absolute;
	left:100%;
	top:0px;
	z-index: 9999;
	width:150px;
	text-align: center;
	background:#007cc2;
	display: none;
}
.down{
	position: absolute;
	left:0px;
	top:90px;
	z-index: 9999;
	width:100%;
	text-align: center;
	background:#2c6bbd;
	display: none;
	
}
ul{
	list-style: none;margin: 0px;
	padding:0px;
}


.leftcheck{
	width:40px;
	height:40px;
	border:1px solid #ccc;
	text-align: center;
	position:absolute;
	left:-70px;
	top:150px;
	background:#717171;
}
.rightcheck{
	width:40px;
	height:40px;
	border:1px solid #ccc;
	text-align: center;
	position:absolute;
	right:-70px;
	top:150px;
	background:#717171;
	
}
.leftcheck>span{
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	transform: rotate(-45deg);
	display: inline-block;width:16px;height:16px;
	position: absolute;
	top:10px;
	left:12px;
}
.rightcheck>span{
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform: rotate(45deg);
	display: inline-block;width:16px;height:16px;
	position: absolute;
	top:10px;
	right:12px;
}

.nav-blue {
	height: 50px;
}
.m9contents{
	width:8000px;
	position: relative;
    left: 0px;
}
.m9content{
	overflow: hidden;
}
.navbar-nav {
	width: 100%;
	font-size: 16px;
}

.navbar {
	border-radius: none;
	border: none;
	margin-bottom: 0px;
}
.navbar-collapse{
	padding:0px;
}
.navbar-nav li {
	padding:0px 16px;
	text-align: center;
	position: relative;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a,
.navbar-nav>li:hover,
.navbar-nav>li:focus,
.navbar-nav>li.active{
	background: #2c6bbd;
	color: #fff;
}

.navbar-nav>li.active {
	background: #2c6bbd;
	color: #fff;
}

.navbar-nav>li>a.right:hover,
.navbar-nav>li>a.right:focus,
.navbar-nav>li.active>a.right {
	background: none;
	color: #fff;
	cursor: pointer;
}

.btn-default {
	width: 60px;
	padding: 0px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	background: #2c6bbd;
	display: inline-block;
	text-transform: uppercase;
}
.clear{
	clear: both;
}

.procheck .leftcheck{
	width:40px;
	height:40px;
	border:1px solid #ccc;
	text-align: center;
	position: relative;
	left:0px;
	top:0px;
	background:#717171;
	display: inline-block;
}
.procheck .rightcheck{
	width:40px;
	height:40px;
	border:1px solid #ccc;
	text-align: center;
	position: relative;
	right:0px;
	top:0px;
	background:#717171;
	display: inline-block;
}
