@charset "utf-8";
/* CSS Document */

/*设置整体页面在不同分辨率下适应屏幕大小*/
.bodyer{
	width:100%;
	height:auto;
	overflow:hidden;    /*overflow 属性规定当内容溢出元素框时发生的事情  hidden 内容会被修剪，并且其余内容是不可见的*/
	}
	
	
/*头部banner*/
.banner{
	margin-top:0px;
	height:560px;
	}
	
.banner1{
	height:560px;
	background:url(../img/banner.jpg) center center no-repeat;
}

/*头部banner 结束*/	


/*页面内容宽度*/
.content{
	width:1000px;
	height:auto;
	margin: 0 auto;  /*外部居中*/
}
h1{
	font-size: 44px;
	text-align: center;
	color: #000000;	
	letter-spacing:2px;
	margin: auto;
}
.h1{
	padding-top: 40px;
	padding-bottom: 10px;
}
.text{ 
	width:100%
	height: auto;
	font-size: 16px;
	letter-spacing:1px;
	line-height: 26px;
}

.bj1{
	height:499px;
	background: url(../img/bj1.png) center center no-repeat;
}

.btn{
	width: 330px;
	height: 80px;
	margin: 24px auto -30px;
}



.mxmk{
	width: 960px;
	margin: auto;
}

table{
	width:960px;
	margin:0 auto;
	border-collapse:collapse;
}

.lm{
	background-color:#5824d1;
	color:#FFF;
	letter-spacing: 1.2px;
	}

th{
	font-size:16px;
	border:1px solid #8878e5;
	height:30px;
	font-weight: 400;
	}

.tr2{background-color:#fff}


h3{
	text-align: center;
}
.db{
	width: 979px;
	height:326px;
	padding-top: 26px;
	margin: auto;
}

.kc{
	width: 964px;
	height:150px;
	padding-top: 26px;
	margin: auto;
}

.zgks{
	width: 960px;
	height: 100%;
	padding-top: 24px;
	margin:auto;
}

.bj5{
	height:668px;
	background: url(../img/bj2.png) center center no-repeat;
	margin-top: 50px;
}

.wd{
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
}

span{
	color: #ffff63;
}

