html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0; padding:0; list-style:none; text-decoration:none;}
i,em{font-style:normal;}
input, select{vertical-align:middle; font-family:"宋体";}
a{color:#333; text-decoration:none;}
a:hover{text-decoration:none; }
a img{border:0 none;}
a, input, textarea{outline:none;}
input:focus, select:focus, textarea:focus{color:#666 !important;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
.tl li{white-space:nowrap; overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.dian{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.mtf_30{margin-left: 30px;}
.mt_10{margin-top: 10px;}
.mt_15{margin-top: 15px;}

html{-webkit-text-size-adjust: none;-webkit-text-size-adjust: 100%;}
body{font-family:"microsoft yahei"; color:#333;}

.banner{
	width: 100%;
	height: 450px;;
	/*background: url(../images/banner.png) no-repeat;
	background-position: center;*/
}
@media screen and (min-width: 1600px) {
	.banner{
		height: 510px;
	}
}
.banner img{
	width: 100%;
	height: 100%;
}
.people{
	width: 1130px;
	margin: 0 auto;
	padding: 70px 30px;
}
.per{
	float: left;
	width: 230px;
	height: 310px;
	position: relative;
}
.per:hover .shadow{
	display:block;
}
.shadow{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 230px;
	border-radius:50%;
	box-shadow: 0 0 20px 2px #bbb;
}
.per+.per{
	margin-left: 70px;
}
.per a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.copyright {
    text-align: center;
    padding: 50px 0 40px 0;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    background: #dfdfdf;
}
.copyright a {
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
}
.footer{
	display: none;
}
