.kuang {
    width: 300px;
    margin: 0 auto;
    padding: 35px 35px 35px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../imgs/kuang.png) no-repeat;
    background-size: 100% 100%;
}
.kuang img {
	width: 200px;
}
.kuang h2 {
	font-size: 3em;
    color: #fff;
    letter-spacing: 2px;
    margin-left: 20px;
}
.wrap1 {
	width: 100%;
    min-height: 860px;
    margin-top: 110px;
    background: linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,.1));
	padding: 40px 0;
}
.wrap1:before{
   content: '';
   position: fixed;
   z-index: -1;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/DEI/img/dei/index3.png) no-repeat center;
   background-size: cover;
   overflow: hidden;
}
.safewidth {
    width: 1200px;
    margin: 0 auto;
}

.main {
	width: 840px;
	margin: 0 auto;
	padding: 20px 0;
}
.video-player {
	width: 100%;
	height: 500px;
	border: solid 1px #e5e5e5;
	background: #fff;
	border-bottom: none;
}
.videodisabled {
	pointer-events: none;
}
.prism-player {
	background-color: #000;
	position: relative;
}
.prism-player .prism-cover {
	z-index: 8 !important;
}
.prism-player .prism-big-play-btn {
	z-index: 9 !important;
}
.videodisabled {
	pointer-events: none;
}
.videoinfo {
	width: 100%;
	padding: 10px 20px 20px 20px;
	background: #fff;
}
.videoinfo h6 {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    font-weight: bold;
    padding: 0 0 10px 0;
    background: #fff;
}
.detailinfo ul li:nth-child(1) {
    margin-bottom: 10px;
}
.detailinfo span {
    font-size: 12px;
    color: #888;
}
.detailinfo span.iconfont {
    font-size: 14px;
    margin-right: 3px;
}
.detailinfo .two2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.detailinfo span.iconfont {
    font-size: 14px;
    margin-right: 3px;
}
.detailinfo .two2 div:nth-child(2) {
    margin-left: 20px;
}
.detailinfo .two2 div:nth-child(2) span.iconfont {
    font-size: 16px;
    position: relative;
    top: 1px;
    right: 0;
}
.mflex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.detailinfo .two2 div:nth-child(3) {
    margin-left: 20px;
}
.desc {
    padding: 20px;
    background: #fff;
    margin-top: 20px;
}
.videodesc {
    margin-bottom: 20px;
}
.desc h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}
.speakerdesc {
    margin-bottom: 20px;
}
.speakerdesc span {
    font-family: "微软雅黑","Microsoft YaHei","Arial", sans-serif !important;
}
.companydesc .comlogo {
    text-align: center;
}
.companydesc .comlogo img {
    width: 120px;
    margin: 0 auto;
}
@media screen and (max-width:768px) {
	.kuang{
		width: 300px;
		height: 120px;
	}
	.kuang>img{
		width: 300px;
		height: 120px;
	}
	.kuang h2{
		height: 120px;
		font-size: 30px;
		letter-spacing: 2px;
		line-height: 120px;
		margin: 0;
	}
    .wrap1 {
        min-height: 800px;
		margin-top: 50px;
	}
    .safewidth {
        width: 100%;
        padding: 0 15px;
    }
	.main {
		width: 100%;
	}
	.video-player {
		height: auto;
	}
	.prism-player {
		height: 200px !important;
	}
	.prism-player .prism-big-play-btn {
		bottom: 40px !important;
    }
    .prism-big-play-btn {
        display: none !important;
    }
    .prism-controlbar {
        display: block !important;
    }
}