.con-img {
	height: 1080px;
	background-image: url(../img/con-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.cont-wrap {
	width: 100%;
	height: 445px;
	background-color: #464646;
}
.cont-wrap iframe {
	height:445px;
	width: 59vw;
}
.cont-wrap .cont-left {
	display: inline-block;
	vertical-align: top;
}
.cont-wrap .cont-right {
	display: inline-block;
	vertical-align: top;
	margin-left: 100px;
}
.cont-wrap .cont-right .f-top1 {
	margin-bottom: 6px;
}
.cont-wrap .cont-right .f-right-top {
	margin-bottom: 68px;
}
.cont-wrap .cont-right .f-right1 {
	margin-bottom: 8px;
}
.cont-wrap .cont-right img {
	display: inline-block;
	vertical-align: middle;
}
.cont-wrap .cont-right .img1 {
	margin-right: 18px;
}
.cont-wrap .cont-right .img2 {
	margin-right: 20px;
}
.cont-wrap .cont-right .img3 {
	margin-right: 24px;
}
.cont-wrap .cont-right .img4 {
	margin-right: 15px;
}
.cont-wrap .cont-right p {
	display: inline-block;
	vertical-align: middle;
	color:#fff;
	font-family: OpenSans Regular;
	font-size: 14px;
}
.cont-wrap .cont-right h4 {
	color:#fff;
	font-family: OpenSans Regular;
	font-size: 14px;
	margin-top: 97px;
	margin-left: 45px;
}
.cont-wrap .cont-right h5 {
	color:#fff;
	font-family: OpenSans Bold;
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 75px;
}
.black-line {
	background-color: #000;
	padding:6px 0;
}
.black-line p {
	font-size: 14px;
	color:#fff;
	font-family: OpenSans Regular;
	text-align: center;
}
.block-rel {
	position: relative;
	margin-top:-475px;
}
@media screen and (max-width: 910px) {
	.cont-wrap iframe {
		width: 50vw;
	}
	.cont-wrap .cont-right {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

}
@media screen and (max-width: 600px) {
.cont-wrap iframe {
    width: 100vw;
    height: 300px;
}
.cont-wrap .cont-left {
	display: block;
}
.cont-wrap .cont-right {
	display: table;
	margin:0 auto;
}
.cont-wrap {
	height: 730px;
}
.con-img {
	height: 900px;
}
}