/* 懒加载背景图片规则 */
.lazyload {
	opacity: 0;
	transition: opacity 0.5s;
}
.lazyloaded {
	opacity: 1;
}
.lazyload[data-bg] {
	background-image: none;
}
/* 处理lazysizes的背景图片 */

.moveY {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: 0.58s;
	-o-transition: 0.58s;
	-moz-transition: 0.58s;
	transition: 0.58s;
	opacity: 0;
}

.moveX {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -ms-box;
	display: -ms-flexbox;
	/* -webkit-line-clamp: 3; */
	-webkit-box-orient: vertical;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	-webkit-transition: -webkit-clip-path 1s;
	transition: -webkit-clip-path 1s;
	-o-transition: clip-path 1s;
	-moz-transition: clip-path 1s;
	transition: clip-path 1s;
	transition: clip-path 1s, -webkit-clip-path 1s;
}

.swiper_one .swiper-slide-active .moveX {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.swiper_one .swiper-slide-active .moveY {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.xabt {
	width: 100%;
	padding: 90px 0 100px 0;
	overflow: hidden;
	box-sizing: border-box;
	background: linear-gradient(180deg, #F4F4F6 0%, #FFFFFF 100%);
}

.xabt_w {
	display: flex;
	justify-content: space-between;
}

.xabt1_1 {
	display: block;
	width: 491px;
	height: 72px;
	position: relative;
	z-index: 1;
}

.xabt_t {
	position: relative;
	z-index: 2;
	margin-top: -25px;
	line-height: 59px;
	font-weight: 500;
	font-size: 42px;
	color: #C82B2C;
	display: flex;
	align-items: center;
	font-weight: bold;
}

.xabt_t img {
	display: block;
	width: 23px;
	height: 14px;
	margin-left: 30px;
}

.xabt1 {
	width: 660px;
	flex: none;
}

.xabt1_2 {
	margin-top: 50px;
}

.xabt1_2 p {
	margin-top: 30px;

	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}

.xabt1_2 p:nth-child(1) {
	margin-top: 0;
}

.xmore {

	border-radius: 40px 40px 40px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #C82B2C;

}

.xmore img {
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 30px;
}

.xmore1 {
	width: 154px;
	height: 48px;
	background: #C82B2C;

	margin-top: 60px;
}
.xmore1:hover {
	background: rgba(200,43,44,0.9) !important;
}
.xmore2 {
	width: 124px;
	height: 40px;
	background: #fff;
	border-radius: 20px 20px 20px 20px;
	margin: 0 auto;
	margin-top: 30px;
	color: #C82B2C;
	border: 1px solid rgba(200, 43, 44, 0.4);
}

.xmore2 img {
	margin-left: 20px;
}

.xmore2:hover {
	color: #fff;
	background: #C82B2C;

	border: 1px solid #C82B2C;
}

.xmore2:hover img {
	content: url(../images/jt1.png);
}

.xmore3 {
	border: 1px solid #DED9D9;
	color: #666666;
	margin: 0;
	width: 106px;
	font-size: 12px;
	height: 37px;
	background: transparent;
	border-radius: 40px;
}

.xmore3 img {
	margin-left: 10px;
}

.xmore3:hover {
color: #C82B2C;
	border: 1px solid rgba(200,43,44,0.4);
}

.xmore3:hover img {
	content: url(../images/jt2.png);
}

.xmore4 {
	border: 1px solid rgba(200, 43, 44, 0.4);
	color: #C82B2C;
	width: 124px;
	font-size: 12px;
	height: 40px;
	background: #fff;
	border-radius: 20px 20px 20px 20px;
	margin-top: 20px;
}

.xmore4 img {
	margin-left: 20px;
}

.xmore4:hover {
	color: #fff;
	background: #C82B2C;
	border: 1px solid #C82B2C;
}

.xmore4:hover img {
	content: url(../../images/right2.png);
}

.xmore7 {
	border: 1px solid #fff;
	background: #fff;
	color: #1F6CB4;
	width: 154px;
	font-size: 14px;
	height: 48px;
	border-radius: 4px;
	margin-top: 80px;
}

.xmore7 img {
	margin-left: 20px;
}

.xmore7:hover {
	background: #1F6CB4;
	border: 1px solid #1F6CB4;
}

.xmore7:hover img {
	content: url(../../images/right2.png);
}

.xabt2 {
	flex: none;
	width: 670px;
	height: 500px;
	position: relative;
	z-index: 1;
}

.xabt2::after {
	content: "";
	position: absolute;
	top: -50px;
	left: -50px;
	background-image: url(../images/abt1.png);
	background-size: cover;
	width: 960px;
	height: 600px;
	z-index: -1;
}

.xabt2 div {
	width: 670px;
	height: 500px;
	overflow: hidden;
	border-radius: 40px;
}

.xabt2 img {
	width: 670px;
	height: 500px;
}

.xqy {
	width: 100%;
	height: 700px;
	box-sizing: border-box;
	padding-top: 100px;

	background-image: url(../images/qy1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.xtit1 div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.xtit1 p {
	line-height: 53px;
	font-weight: 600;
	font-size: 38px;
	color: #FFFFFF;
	margin: 0 30px;
}

.xtit1 img {
	width: 23px;
	height: 14px;
}

.xtit1 span {
	text-align: center;
	display: block;
	line-height: 20px;
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}

.xqy_w {
	display: flex;
	margin-top: 60px;
}

.xqy1 {
	width: calc(25% - 15px);
	height: 355px;
	background: #FFFFFF;
	border-radius: 4px;
	overflow: hidden;

	box-sizing: border-box;
	padding: 30px 0 0;
	margin-left: 20px;
}

.xqy1:hover .xqy1_2 {
	color: #C82B2C;
}

.xqy1:nth-child(1) {
	margin-left: 0;
}

.xqy1_1 {
	width: 80px;
	height: 80px;
	background: #FFFFFF;
	border-radius: 50%;
	border: 1px solid #DFE4F5;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

.xqy1_1 img {
	width: 78px;
	height: 78px;
}

.xqy1_2 {
	margin-top: 20px;
	line-height: 25px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.xqy1_3 {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.xqy1_3 div {
	margin-left: 10px;
	width: 80px;
	height: 80px;
	border-radius: 4px 4px 4px 4px;
	overflow: hidden;
}

.xqy1_3 div:nth-child(1) {
	margin-left: 0;
}

.xqy1_3 div img {
	width: 80px;
	height: 80px;
}

.xjs {
	padding: 80px 0;
	width: 100%;
	background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F6 100%);
}

.red6_1 {
	display: flex;
	margin-top: 60px;
	overflow: hidden;
}

.red6_1item {
	overflow: hidden;
	flex: none;
	width: 170px;
	height: 450px;
	margin-right: 18px;
	background-position: center;
	background-size: auto 100%;
	transition: all 0.6s;
	border-radius: 10px;
}

.red6_1item:last-child {
	margin-right: 0;
}

.red6_1item.active {
	width: 690px;
	box-sizing: border-box;
	padding-left: 40px;
}

.red6_1item.active .red6_1item1 {
	text-align: left;
	padding-top: 66px;
}

.red6_1item.active .red6_1item2 {
	display: none;
}

.red6_1item.active .red6_1item3 {
	display: none;
}

.red6_1item.active .red6_1item4 {
	opacity: 1;
}

.red6_1item.active .red6_1item0 {
	display: none;
}

.red6_1item0 {
	height: calc(100% - 103px);
	writing-mode: vertical-rl;
	text-orientation: upright;
	/* direction: rtl; */
	font-family: 'SourceHanSerifCN-Regular';
	line-height: 20px;
	letter-spacing: 6px;
	font-weight: 400;
	font-size: 20px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 92px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.red6_1item0::after {
	content: "";
	position: absolute;
	top: 55px;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
}

.red6_1item1 {
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 39px;
	padding-top: 97px;
	text-align: center;
	transition: all 0.6s;
}

.red6_1item2 {
	font-weight: bold;
	font-size: 26px;
	color: #FFFFFF;
	line-height: 34px;
	text-align: center;
	transition: all 0.6s;
}

.red6_1item3 {
	margin: 0 auto;
	margin-top: 26px;
	width: 36px;
	height: 6px;
	display: block;
	transition: all 0.6s;
}

.red6_1item4 {
	margin-top: 20px;
	width: 500px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	opacity: 0.8;
	text-align: justify;
	transition: all 0.6s;
}

.red6_1item5 {
	margin-top: 78px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 188px;
	height: 45px;
	background: #C8222A;
	border-radius: 2px 2px 2px 2px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 45px;
	transition: all 0.6s;
}

.red6_1item5 img {
	width: 14px;
	height: 14px;
	margin-left: 20px;
}

.xad img {
	width: 100%;
}

.xad_a {
	display: flex;
}

.xad {
	width: 100%;
	height: 240px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}


.xnew {
	width: 100%;
	height: 800px;
	background-image: url(../images/xbg1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 80px;
}

.xnew_w {
	margin-top: 60px;
	display: flex;
}

.xnew1 {
	flex: none;
	width: 460px;
	margin-right: 30px;
}

.xnew1_1 {
	width: 460px;
	height: 312px;
	border-radius: 10px;
	overflow: hidden;
}

.xnew1_1 img {
	width: 460px;
	height: 312px;
}

.xnew1_2 {
	font-weight: bold;
	line-height: 26px;
	font-size: 18px;
	color: #333;
}

.xnew1_3 {
	line-height: 20px;
	font-size: 14px;
	color: #666;
}

.xnew1 .xnew1_2 {
	margin-top: 20px;
}

.xnew1 .xnew1_3 {
	margin-top: 10px;
}

.xnew2 .xnew1_3 {
	margin-top: 10px;
}

.xnew2 .xnew1_4 {
	margin-top: 10px;
}

.xnew2 .xnew1_4 img {
	width: 40px;
	height: 40px;
}

.xnew1_4 {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xnew1_4 p {
	line-height: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}


.xnew1:hover .xnew1_2 {
	color: #C8222A;
}

.xnew2 {
	flex: 1;
}

.xnew2_1 {
	margin-bottom: 30px;
}

.xnew2_1:last-child {
	margin-bottom: 0px;
}

.xnew2_1 a:hover .xnew1_4 img {
	content: url(../images/jt4.png);
}

.xnew2_1 a:hover .xnew1_2 {
	color: #C8222A;
}


.xkp {
	width: 100%;
	height: 1420px;
	background-image: url(../images/xbg2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 80px;
}

.xkp_w {
	margin-top: 40px;
}

.xkp1 {
	display: flex;
}

.xkp1_1 {
	width: 460px;
	background-color: #fff;
	height: 560px;
	margin-right: 30px;
	border-radius: 10px 10px 0 0;
}

.xkp1_1:last-child {
	margin-right: 0px;
}

.xkp1_1_1 {
	width: 460px;
	height: 360px;
	overflow: hidden;
	border-radius: 10px 10px 0px 0px;
}

.xkp1_1_1 img {
	width: 460px;
	height: 360px;
}

.xkp1_1_2 {
    font-size: 18px;font-weight: 600;
	margin-top: 30px;
	box-sizing: border-box;
	padding: 0 30px;
}

.xkp1_1_3 {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;

	margin-top: 10px;
	box-sizing: border-box;
	padding: 0 30px;
}

.xkp1_1 a {
	margin-left: 30px;font-size: 14px;
}



.y_gy_w {
	margin-top: 30px;
	display: flex;
}

.y_gy1 {
	width: 440px;
	height: 545px;
	flex: none;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}

.y_gy1_1 {
	width: 440px;
	height: 545px;
	overflow: hidden;

}

.y_gy1_1 img {
	width: 440px;
	height: 545px;
}

.y_gy1_mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 440px;
	height: 142px;
	box-sizing: border-box;
	padding: 30px 30px 0;
	background: rgba(51, 51, 51, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.y_gy1_mask div {
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 22px;
}

.y_gy1_mask p {
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 12px;
}


.y_gy2 {
	flex: 1;
	height: 550px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	overflow: hidden;
}

.y_gy2_item {
	height: 33.3333%;
	box-sizing: border-box;
	padding: 0px 50px 0px 0;
	border-bottom: 1px solid #EEEEEE;
}

.y_gy2_item:last-child {
	border-bottom: none;
}

.y_gy2_item a:hover .y_gy2_item_1 div {
	color: #C82B2C;
}

.y_gy2_item a:hover .y_gy2_item_2 div {
	color: #C82B2C;
}

.y_gy2_item a:hover .y_gy2_item_1 p {
	color: #C82B2C;
}

.y_gy2_item a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
}

.y_gy2_item_1 {
	flex: none;
	margin-right: 50px;
	width: 151px;
	height: 80px;
	text-align: center;
	border-right: 2px solid #EEEEEE;
}

.y_gy2_item_1 div {
	line-height: 52px;
	font-family: "DINPro";
	font-weight: 500;
	font-size: 40px;
	color: #666;
}

.y_gy2_item_1 p {
	line-height: 17px;
	font-weight: 400;
	font-size: 12px;
	color: #666;
}

.y_gy2_item_2 {
	flex: 1;
}

.y_gy2_item_2 div {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 22px;
}

.y_gy2_item_2 p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 25px;

	margin-top: 12px;
}


.xjoin {
	width: 100%;
	padding: 80px 0 73px 0;
	background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F6 100%);
}

.xjoin_w {
	position: relative;
}

.xjoin2 {
	position: absolute;
	top: 88px;
	right: 0;
	width: 760px;
	height: 270px;
	background-image: url(../images/join1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 60px 104px 0;

	display: flex;
	justify-content: space-between;
}

.xjoin2_1 img {
	width: 46px;
	height: 46px;
	display: block;
}

.xjoin2_1 p {
	line-height: 20px;
	font-weight: 500;
	font-size: 14px;
	color: #666666;

	margin-top: 20px;
}

.xjoin2_1 div {
	line-height: 39px;
	font-family: 'DIN';
	font-weight: 400;
	font-size: 32px;
	color: #333333;
	margin-top: 10px;
}

.xjoin2_1:nth-child(2) div {
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
}

.xjoin1 {
	width: 1260px;
	height: 446px;
	background-image: url(../images/join2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;

	box-sizing: border-box;
	padding-left: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.xjoin1 div {
	line-height: 45px;
	font-weight: 600;
	font-size: 32px;
	color: #FFFFFF;
}

.xjoin1 p {
	width: 521px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 20px;
	line-height: 20px;
	opacity: 0.7;
}



.j_join_w {
	margin-top: 50px;
}

.j_join1 {
	width: calc(25% - 24px);
	margin-right: 32px;
	height: 280px;
	position: relative;
	overflow: hidden;
	border-radius: 8px 8px 8px 8px;
}

.j_join1:last-child {
	margin-right: 0;
}

.j_join1_1 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.j_join1_1 img {
	width: 100%;
	height: 100%;
}

.j_join1_tag {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 76px;
	height: 28px;
	background: linear-gradient(137deg, #F5A81C 0%, #F5471C 100%);
	border-radius: 0px 8px 0px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}

.j_join1_2 {
	width: 100%;
	height: 52px;
	background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 52px;
	text-indent: 20px;
	font-size: 16px;
	color: rgba(255,255,255,0.8);
}
.j_join1:hover .j_join1_2{	color: #FFFFFF;}

.xft {
	background: #2B2F31;
	width: 100%;
	padding: 50px 0 40px 0;
}

.xft1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.xft1 a img {
	width: 196px;
	/*height: 34px;*/
	display: block;
}

.xft1_1 div {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 30px;
}

.xft1_1 img {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.xft1_1 p {
	line-height: 39px;
	font-family: 'DIN';
	font-weight: 400;
	font-size: 32px;
	color: #FFFFFF;
}

.xft2 {
	margin-top: 43px;
	margin-bottom: 20px;
	padding: 50px 0 92px 0;
	display: flex;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.xft2 ul {
	margin-left: 100px;
}

.xft2 ul:first-child {
	margin-left: 0;
}

.xft2 li {
	font-weight: 400;
	font-size: 12px;
	line-height: 28px;
}
.xft2 li a{
	color: rgba(255, 255, 255, 0.4);
}
.xft2 li:first-child {
	line-height: 22px;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

.xft2 li:first-child a {
	color: #FFFFFF;
}
.xft3{
font-weight: 400;
font-size: 12px;
color: rgba(255,255,255,0.3);
line-height: 22px;
text-align: center;
}

.xdmore1 {
	flex: none;
	width: 154px;
	height: 48px;
	line-height: 48px;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	border-radius: 40px 40px 40px 40px;
	background: #C82B2C;
	box-sizing: border-box;

	display: flex;
	justify-content: center;
	align-items: center;
}

.xdmore1 img {
	margin-left: 30px;
	width: 8px;
	height: 8px;
	color: #fff;
}

.xdmore1:hover {
	border: 1px solid #DF2725;
	background: #DF2725;
}

.xcont {
	width: 100%;
	height: 800px;
	box-sizing: border-box;
	padding: 100px 0 0 0;
	background-image: url(../images/cont2.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.xcont_t {
	line-height: 55px;
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	text-align: center;
	position: relative;
}

.xcont_t::after {
	display: block;
	content: '';
	width: 80px;
	height: 4px;
	background: #DF2725;
	margin: 0 auto;
	margin-top: 20px;
}

.xcont_t::before {
	display: block;
	content: '';
	width: 590px;
	height: 72px;
	background-image: url(../images/tit7.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}

.xcont_w {
	margin-top: 76px;
	display: flex;
	justify-content: space-between;
}

.xcont1 {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: space-between;
}

.xcont1_2 {
	width: 320px;
	height: 60px;
	box-sizing: border-box;
	display: block;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 8px 8px 8px 8px;
	outline: none;
	text-indent: 20px;
	color: #fff;
	font-size: 14px;
	background-color: transparent;
	margin-top: 30px;
}

.xcont1_2::placeholder {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}

.xcont1_1 {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 27px;
}

.xcont1_3 {
	border-radius: 8px 8px 8px 8px;
	margin-top: 20px;
	width: 100%;
	height: 220px;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-sizing: border-box;
	display: block;
	outline: none;
	color: #fff;
	font-size: 14px;
	background-color: transparent;
	padding: 20px;
	resize: none;
}
.xcont1_3::placeholder{
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.4);
}
.xcont1_4{
	width: 154px;
	height: 48px;
	margin-top: 30px;
	position: relative;
}
.xcont1_4 input{
	width: 154px;
	height: 48px;
	display: block;
	border: none;
	outline: none;
	background-color: #333;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 11;
	cursor: pointer;
}

.xcont2 {
	flex: none;
	width: 700px;
	height: 460px;
	overflow: hidden;
	margin-left: 80px;
	border-radius: 8px;
}

.xcont2 img {
	width: 700px;
	height: 460px;
}