.jthd-box .jthd-div .jthd-kuai .tu-div .hemask{
    width: 100%;
    height: 100%;
    max-height: 208px;
    background-color: rgba(0,0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
}
.jthd-box .jthd-div .jthd-kuai .tu-div{
    position: relative;
}
.jthd-box .jthd-div .jthd-kuai .tu-div .dibu{
    text-align: right;
    position: absolute;
    bottom: 75px;
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    padding-right: 15px;
    box-sizing: border-box;
}
.jthd-box .jthd-div .jthd-kuai .tu-div .dibu img{
    width: 15px;
    height: 13px;
    margin-right: 10px;
    margin-top: -2px;
}
.jthd-box .jthd-div .jthd-kuai .tu-div .dibuzi{
    background-color: #fff;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.jthd-box .jthd-div .jthd-kuai .tu-div img {
    width: 100%;
    height: auto;
    max-height: 208px;
}
.jthd-box .jthd-div .jthd-kuai .mask-div {
    width:auto;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.jthd-box .jthd-div .jthd-kuai:hover .tu-div .dibuzi{
    
color: #2250E4;
}
.jthd-box .szyy-div{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}
.jthd-box .szyy-div a{
    display: inline-block;
    width: 110px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #2250E4;
    border-radius: 18px;
    line-height: 36px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2250E4;
    box-sizing: border-box;
    margin: 0 35px;
}
.jthd-box .szyy-div a.active{
    
background: #2250E4;
    color: #FFFFFF;
}
.zpxxtk .zpxxtk-kuai .videos{
        width: auto;
    height: auto;
    background: rgba(0,0, 0, 0);
    box-sizing: border-box;
    padding: 0px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.zpxxtk .zpxxtk-kuai .videos .vclose{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

@media screen and (max-width: 768px){
	.zpxxtk .zpxxtk-kuai .videos {
		width: 96%;
		height: 300px;
		background: rgba(0,0, 0, 0);
		box-sizing: border-box;
		padding: 0px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
	}
	.zpxxtk .zpxxtk-kuai .videos video{
		width:100% !important;
	}
}