.box20220702095846{
	position:relative;
	margin-bottom: 30px;
	overflow: hidden;
	cursor: pointer;
	color: #fff;
	border-radius: 10px;
}
.box20220702095846:hover{
	color: #fff;
}

.box20220702095846 .box1{
	width: 100%;
	/*height: 100%;*/
}

.zoomImage2 {
    width: 100% !important;
    height: 0 !important;
    /*padding-bottom: 100%;*/
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.box20220702095846 .zoomImage2 {	
    padding-bottom: 100%;
	background-size:cover !important;
	transition: transform 5s cubic-bezier(.23,1,.32,1);
}
.box20220702095846:hover .zoomImage2 {
    transform: scale(1.2);
}



.box20220702095846 .bjs {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
    background: rgba(249,191,6,.9);
    transition: opacity 2s cubic-bezier(.23,1,.32,1),height 2s cubic-bezier(.23,1,.32,1);
}
.box20220702095846:hover .bjs {
	opacity: 10;
}

.box20220702095846 .box20220702095846_2{
	position: absolute;
	width: 100%;
	bottom: -265px;
	padding: 15px;
	-webkit-transition: all .5s;
    transition: all .5s;
}

.box20220702095846:hover .box20220702095846_2{
	bottom: 0px;
}

.box20220702095846 .box20220702095846_2 a{
	/*color: #fff;*/
}


.box20220702095846_2_1{	/*position: relative;*/
	font-family:SamsungOne;
	font-size:24px;
	font-weight: 100;
}
.box20220702095846_2_2{
	font-size:24px;
}
.box20220702095846_2_3{
	font-size: 16px;
	display: inline-block;
	border: 1px solid #fff;
	/*line-height: 54px;*/
	padding: 0 15px;
	margin-top: 24px;
}
.box20220702095846 .more{
	font-size:20px;
	line-height:30px;
}
.box20220702095846 .titel_line{
	float: left;
	width: 100%;
	margin: 14px 0px;
	border-bottom: 1px solid #fff;
}

.box20220702095846 .content{
	font-size:18px;
	font-weight: 100;
	letter-spacing:2px;
}

@media (min-width:1200px){
	.box20220702095846 .box1{
		height: 640px;
	}
}

@media (max-width:1199px){
	
}
