﻿@media only screen and (min-width:769px) {
	#s50001 .container {max-height: inherit !important;}
	.index_zdylist>div{width:22%;height:100vh;-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;}
	.index_zdy_imgbox {width:50vw !important;}
	.index_zdy_contbox{width:100% !important;opacity:0;}
	.index_zdy_contbox>div{position:absolute !important;width:100%;height:100vh;left:0px;top:0px;z-index: 9}
	.text_box {position:absolute !important;width:100%;left:0px;top:50%;-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);}
	.index_zdylist>div.curr .index_zdy_imgbox{opacity:0.05;}
	.index_zdylist>div.curr .index_zdy_contbox{opacity:1;}
	.index_zdylist>div.curr {width:34%;}

	.index_zdy_imgbox .xg_img{left:-20vw;}
	.index_zdylist>div.curr .xg_img{left:0px;}
}
@media only screen and (max-width:768px) {
	
}