*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	box-sizing: border-box;
	font-family: "微软雅黑";
}
a{
text-decoration: none;	
}
img{border: none;}
.containers{
     width: 100%;	
     float: left;
}
.top{
	width: 1200px;
	height: 100px;
	margin: 0px auto;
	overflow: hidden;
}
.top .left{
	width: 600px;
	height: 100px;
	line-height: 100px;
	float: left;
	color: #065ee3;
    font-size: 30px;
    font-weight: 600;
}
.top .right{
	width: 600px;
	height: 100px;
	line-height: 100px;
	float: right;
	color: #666;
    font-size: 20px;
    text-align: right;
}
.top .right a{
	width: 100px;
	height: 40px;
	line-height: 40px;
	margin: 30px 10px;
	float: right;
	color: #999;
    font-size: 18px;
    text-align: center;
    border: 1px solid #104788;
    border-radius: 50px;
}
/*main*/
.main{
	width: 1200px;
	margin: 10px auto;
	overflow: hidden;
}
/*floor1*/
.floor1{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.floor1 a{
	width: 16%;
	height: 180px;
	margin: 50px 2%;
	display: block;
	float: left;
	overflow: hidden;
}
.floor1 a img{
	width: 100%;
	height: 150px;
	display: block;
	float: left;
	overflow: hidden;
}
.floor1 a span{
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	overflow: hidden;
	font-size:14px;
    color:#333;
    display:block;
    text-align: center;
}
/*floor2*/
.floor2{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.floor2 a{
	width: 30%;
	height: 270px;
	line-height: 270px;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 30px;
	border: 1px solid #666;
	text-align: center;
	margin: 50px 10%;
	display: block;
	float: left;
	overflow: hidden;
}
.di{
    font-size:14px;
    color:#333;
    display:block;
    position:fixed;
    bottom:15px;
    right:15px;
    width: 100%;
    text-align: center;
}
