html{
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	/* min-width: 1200px;
	min-height: 1080px; */
	background:url(../images/body-1.png) no-repeat center center;
	background-size: cover;
}

/*页眉*/
.header{
	width: 1200px;
	margin:auto;
}
/*logo*/
.logo{
	width: 307px;
	height: 58px;
	padding-top:37px;
}
.logo img{
	width: 100%;
	height:100%；
}

/*广告横幅*/
.banner{
	width: 1200px;
	height: 160px;
	min-width: 1200px;
	margin: auto;
}
.banner-text1{
	width:1041px;
	height: 62px;
	padding-top:50px;
	/* padding-bottom: 115px; */
	margin: auto;
}
.banner-text1 img{
	width: 100%;
	height: 100%;
}

/*中间内容*/
.content{
	width: 1200px;
	margin:auto;
}

.content > ul > li{
	float: left;
	margin-right: 75px;
	margin-bottom: 40px;
}
.content > ul > li > a{
	width: 350px;
	height: 130px;
	display: block;
	border-radius: 10px;
	background: #e9f6fd;
	position: relative;
	overflow: hidden;
}
.content > ul > li > a > img{
	max-width: 75px;
	min-width: 67px;
	max-height: 68px;
	min-height: 67px;
	margin-top: 31px;
	margin-left: 57px;
	float: left;
}
.content > ul > li > a > span{
	width: 190px;
	height: 68px;
	line-height: 68px;
	float: left;
	display: inline-block;
	margin-top: 31px;
	text-align: center;
	margin-left: 10px;
	font-size: 26px;
	font-weight: bold;
	color:#333333;

	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*样式*/
.content > ul > li > a:hover > span{
	color:#ff9c00;
}

.shisan-float-shadow {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.shisan-float-shadow:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.shisan-float-shadow:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 30px;
	width: 90%;
	opacity: 0;
	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 80%);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.shisan-float-shadow:hover:before {
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}

/*底部*/
.footer{
	width: 100%;
	min-width: 1200px;
	margin-top: 120px;
}
.footer-top{
    color:#fff;
    text-align: center;
    font-size:14px;
}
.footer-top a{
    color:#fff;
}
.footer-top span{
    margin:0px 5px;
}
/* 样式 */
.footer-top a:hover{
    color:#ff9c00;
}