

.video{
	padding:50px 0;
}

.video h2{
	height:100px;
	background:url(../images/t2.jpg) no-repeat center / auto 80%;
	margin-bottom:35px;
}

#video {
	max-width:970px;
	width:100%;
	margin: 0 auto;
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}

.VideoBtn1 {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: 235px;
	cursor: pointer;
	z-index: 10;
}


.intro{
	margin:50px 0;
}

.intro img{
	display: block;
	width:90%;
	margin: 0 auto;
}

.intro h2{
	font-size:24px;
	font-weight:700;
	padding-left:15px;
	position:relative;
}

.intro h2:after{
	content:"";
	display:block;
	width:5px;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	background:#cc3453;
}

.intro h4{
	font-size:16px;
	font-weight:700;
}

.intro .img-box:after{
	content:"";
	display: block;
	position:absolute;
	width:70%;
	height:106%;
	border:5px solid #cc3453;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	/*padding:0;*/
	z-index:-1;
}


.f-part{
	margin:50px 0;
}

.f-part .part{
	padding:20px;
	background:#e5e5e5;
	text-align: center;
	color:#999;
}

.f-part .part .img{
	padding:30px 0;
	background:url(../images/p1.png) no-repeat center / auto 80%;
}

.f-part .part h4{
	font-size:20px;
}
.f-part .part p{
	line-height:20px;
	height:40px;
	font-size:15px;
}

.f-part .part:hover{
	color:#fff;
	background-image: url(../images/back.jpg);
	cursor: pointer;
}

.f-part .part:hover .img{
	background-image: url(../images/p2.png);
}

.honr {
	width:100%;
	max-width:1920px;
	margin:30px auto;
}

.honr img{
	display: block;
	width:100%;
}

@media screen and ( max-width : 1000px ) {
	
	.f-part .part:last-child{
		height:230px;
	}

	.intro .img-box{
		position: relative;
		height:60%;
		top:20%;
	}

}



