@charset "utf-8";

*{margin: 0; padding: 0; box-sizing: border-box;}
body{background-color: #fff; font-family: "微软雅黑";}
a{text-decoration: none; color: #000;}
ul,li{list-style: none;}
.w{width: 1200px; margin: 0 auto;}
.clearfix{content: ""; display: table; clear: both;}
.layui-laypage a, .layui-laypage span{background-color:none;}
/*顶部导航*/
.top-nav{
	width: 100%;
	background-color: #ededed;
}
.top-nav .menu{
	height: 40px;
	line-height: 40px;
	padding-right: 50px;
	font-size: 13px;
	color: #333;
}
.top-nav .menu span{
	float: right;
}

/*banner*/
.banner{
	width: 100%;
	min-height: 150px;
	background: url(logo.png) no-repeat;
}

/*主导航*/
.main-nav{
	width: 100%;
	
	background-color: #427fda;
}
.main-nav .main-nav-menu{
	font-size: 17px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

/*当前位置*/
.position{
	width:1200px;
	height: 38px;
	line-height: 38px;
	background-color:#f0f0f0; margin: auto;
}
.position .position-txt{
	padding-left:20px;
	font-size: 13px;
	color: #454545;
}

/*内容*/
.con{
	margin-top: 30px;
	margin-bottom: 30px;overflow: hidden;
}
/*左侧*/
.con .con-left{
	float: left;
	width: 300px;
     padding-bottom: 9999px;
     margin-bottom: -9999px;
	margin-right: 30px;
	background-color: #efefef;
}
.con-left .con-left-title{
	width: 300px;
	height: 50px;
	line-height: 50px;
	padding-left: 45px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	background-color: #427fda;
}


/*右侧*/
.con .con-right{
	float: right;
	width: 870px;
	font-size: 17px;
	color: #333;    min-height: 732px;
	background-color: #f9f9f9;
}

.footer-banner{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background-color: #427fda;
}

.footer{
	width: 100%;
	height: 110px;
	line-height: 110px;
	font-size: 13px;
	color: #999;
	text-align: center;
	background-color: #dbdbdb;
}