* {
	padding: 0;
	margin: 0;
}
video{
	width: 100%;
}
.banner {
	display: block;
	width: 100%;
	/* background-image: url("img/banner2.jpg"); */
	background-position: center top;
	/* background-size: 100% auto; */
	position: relative;
	margin-bottom: 16%;
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}
.container{
	padding: 0;
	max-width: 640px;
}
.video4{
	width: 100%;
	display: block;
	margin: auto;
	padding: 20px;
	max-width: 940px;
}
.modal.show .modal-dialog{
	transform: translate(-50%,-50%);
	margin: 0;
}
.modal-dialog{
	top: 50%;
	left: 50%;
	max-width: 1200px;
}
.modal-header{
	border: none;
}
.mimg {
	display: none;
}

.mimg2 {
	position: relative;
	width: 100%;
}

.cd1 {
	display: block;
}

.cd2 {
	display: none;
}

.tp {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	bottom: -22%;
	left: 50%;
	transform: translateX(-50%);
}

.title {
	display: block;
	margin: auto;
	width: 35%;
}
.hglist{
	padding: 20px;
}
.hglist img{
	display: block;
	width: 80%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
.bottom{
	width: 100%;
	background: url("img/db.jpg") center top;
	background-size: auto 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 30px;
}
.bottom strong{
	display: inline-block;
	text-align: center;
	font-size: 16px;
	background: #fff;
	color: #0071e7;
	padding: 3px 8px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.bottom p{
	line-height: 24px;
}
.modal{
	background: rgba(255,255,255,.8);
}
.modal-content{
	background: none;
	border: 0;
}
.modal-header .btn-close{
	    margin: auto;
	    border: #000 2px solid;
	    color: #000;
	    border-radius: 100%;
}
@media screen and (min-width: 1200px) {
	.container{
		max-width: 1200px;
	}
	.mimg2 {
		display: none;
	}

	.mimg {
		display: none;
	}

	.cd1 {
		display: block;
		width: 100%;
		max-width: 1200px;
		transition: all 0.5s;
	}
	.cd1:hover{
		bottom: -20%;
	}

	.cd2 {
		display: none;
	}
	.banner {
		width: 100%;
		max-width: 1920px;
		height: 720px;
		background-image: url("img/banner.jpg");
		margin-bottom: 180px;
	}
	.tp{
		bottom: -18%;
	}
	.title {
		max-width: 296px;
	}
	.video4{
		padding: 50px 30px;
		transition: all 0.5s;
		position: relative;
		top: 0;
		cursor: pointer;
	}
	.video4:hover{
		top: 10px;
	}
	.hglist{
		text-align: center;
		overflow: hidden;
	}
	.hglist img{
		position: relative;
		max-width: 450px;
		display: inline-block;
		margin: 25px 50px;
		transition: all 0.5s;
		top: 0;
		cursor: pointer;
	}
	.hglist img:hover{
		top: 10px;
	}
}
