* {
/*      -webkit-box-sizing:  inherit; 
    -moz-box-sizing:  inherit;
     box-sizing: inherit; */
     -webkit-box-sizing:  inherit; 
    -moz-box-sizing:  inherit;
     box-sizing: content-box;
}
html,
body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: "微软雅黑";
}
div,
body {
	padding: 0;
	margin: 0;
}
.clear{
	clear: both;
}
.left {
	float: left
}
.right {
	float: right
}
nav{
	width:100%;
	height:80px;
	background:#fff;
	border-bottom: 1px solid #DCDEDD;
}
.nav_container{
	width:1200px;
	height:100%;
	margin:0 auto;
}
.logo{
	width:226px;
	height:100%;
}
.logo a{
	display: block;
	width:100%;
	height:55px;
	background: url(../img/logo.jpg) no-repeat;
	background-size: cover;
	margin-top: 20px;
}
.page_title{
	font-size: 20px;
	color: #666666;
	height:100%;
	line-height: 96px;
	padding-left: 12px;
}
.nav-list{
	height:100%;
}
.nav-list ul{
	
	height:80px;
	margin:0;
	padding:0;
	padding-top:50px;
	padding-right:30px;
}
.nav-list ul li {
	list-style: none;
	float: left;
	line-height: 80px;
}
.nav-list ul li a{
	padding:0 10px;
	text-decoration: none;
	color:#666666;
}
#user_name{
	color:#13B0E5;
}
.banner{
	width:100%;
	height:460px;
	background:url(../img/banner.jpg) no-repeat;
	background-size: cover;	
}
.banner_container{
	width:1200px;
	height:100%;
	margin:0 auto;
}
footer{
	width:100%;
}
.footer_container{
	width:1200px;
	margin:0 auto;
	text-align: center;
	padding:40px 0px;
}
.pos_r{
	position: relative;
}
.main{
	width:100%;

}
.main_container{
	width:1200px;
	margin:0 auto;
}
.check_span{
	display: inline-block;
	background-color: #fff;
	width:16px;
	height:16px;
	border:1px solid #323232;
	
	background-size:cover;
}
.check_span[type='yes']{
	background-image:url(../img/yes.png);
}
.margin-0{
	margin:0;
}
.modal-dialog{
	z-index:1050;
}
