.wrapper{
	min-width: 1400px;
	overflow: hidden;
}
.wonder_banner{
    width: 100%;
}
.wonder_banner img{
	width: 100%;
	position: relative;
}
.wonder_act{
    position: relative;
    right: 10%;
}
.wonder_banner h3{
    position: absolute;
    right: 10%;
    bottom: 415px;
    font-size: 34px;
    color: #fff;
    animation:fadeInL 1.5s ;
}

.wonder_banner h5{
    position: absolute;
    right: 10%;
    bottom: 360px;
    font-size: 34px;
    color: #fff;
    animation:fadeInR 1.5s ;
}
.duty_jieshao{
	width: 1120px;
	margin: 100px auto;
}
.duty_jieshao dl{
	width: 555px;
	float: left;
}
.duty_jieshao dl dt{
	float: left;
	width: 132px;
	height: 132px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 30px;
}
.duty_jieshao dl dt img{
	width: 100%;
	height: 100%;
}
.duty_jieshao dl dd{
	width: 352px;
	float: left;
	margin-top: 20px;
}
.duty_jieshao dl dd h6{
	font-size: 22px;
	margin-bottom: 20px;
}
.duty_jieshao dl dd h6 em{
	font-size: 20px;
	color: #636262;
}
.duty_jieshao dl dd h6 b{
	font-size: 20px;
	margin: 0 10px;
}
.duty_jieshao dl dd p{
	font-size: 16px;
	line-height: 32px;
}
.duty_con{
	background: #f2f2f1;
	text-align: center;
	padding-bottom: 100px;
}
.duty_con a:hover{
	text-decoration: none;
}
.duty_con img{
	margin-top: 100px;
}
.duty_con dl{
	width: 860px;
	margin: 0 auto;
}
.duty_con dl dt{
	font-size: 30px;
	margin: 70px 0 40px 0;
}
.duty_con dl dd{
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}
.duty_anli{
	width: 1055px;
	margin: 0 auto;
}
.duty_anli h5{
	text-align: center;
	margin-top: 70px;
}
.duty_anli h5 span{
	font-size: 30px;
	line-height: 62px;
	border-bottom: 2px solid #dd1d16;
	padding-bottom: 10px;
}
.duty_anli dl{
	margin: 100px 0 0 0;
	width: 490px;
	float: left;
	margin-right: 70px;
}
.duty_anli dl dt{
	cursor: pointer;
	position: relative;
}
.duty_anli dl dt p {
	height: 58px;
	line-height: 58px;
	color: #fff;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	font-size: 20px;
}
.duty_anli dl dd{
	color: #4b4c4e;
	font-size: 18px;
	line-height: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 40px;
	padding: 20px 0;
}
.duty_map{
	text-align: center;
}
.duty_map h5{
	margin-top: 70px;
}
.duty_map h5 span{
	font-size: 30px;
	line-height: 62px;
	border-bottom: 2px solid #dd1d16;
	padding-bottom: 10px;
}
.duty_map img{
	margin: 100px 0 100px 0;
}
.mathcha {
    float: left;
    background: url(../img/close.png) no-repeat #f00!important;
}
a{
	text-decoration: none!important;
}

.video_box{
	width: 1000px;
	height: 560px;
	position: fixed;
	left:50%;
	top:50%;
	margin: -280px -500px;
	background: #ccc;
}
.video_close{
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(../img/close.png);
	right: -40px;
	cursor: pointer;
}
#playerContainer {
	width: 100%;
	height: 100%;
}
.playicon {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}






