.item1{
	position: relative;
	/* 
	display: flex;
	justify-content: flex-end; */
}
.item2{
	position: relative;
	/* display: flex;
	justify-content: flex-start; */
	padding: 35px 42px 45px 42px;
}
.wedge2{

	background-color: #f5f5f5;

}
.ch{
	    font-size: 14px;
	    margin-bottom: 5px;
		color: #c0a375;
}
.txts,.txts1{
	width: 626px;
	height: 320px;
}
.en{
	margin-bottom: 20px;
	font-size: 20px;
	    font-family: Arial;
	    text-transform: uppercase;
	    color: #e6e5e5;
	    font-weight: bold;
}
.ti1{
	    color: #333;
	    font-size: 26px;
	    margin-bottom: 22px;
}
.ziti{
	font-size: 13px;
	color: #666;
}
.ziti>a{
	font-size: 13px;
	color: #666;
}
.pic,.pic1{
	height: 320px;
	width: 574px;
}
.pic>img,.pic1>img{
	/* width: 100%; */
	height: 320px;
	width: 574px;
}
.pa{
	margin-top: 35px;
	margin-left: 58px;
}
.freeTx{
	line-height:24px;
}
.txts1{
	position: absolute;
	top: 0px;
	left: 574px;
}
.pic1{
	position: absolute;
	top: 0px;
	left:626px ;
}
@media only screen and (max-width: 640px){
	.txts, .txts1{
		width: 100%;
		height: 100%;
	}
	.pic, .pic1{
		width: 100%;
		height: 100%;
	}
}
}