.w-img {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.w-img img.bg{
	display: block;
	width: 100%;
}
.w-img .ajax{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -474px;
	width: 949px;
	height: 267px;
	background: url(../img/a1.png) no-repeat;
}
.w-img .ajax-box{
	width: 949px;
	height: 267px;	
}
.w-img .ajax-img{
	float: left;
	margin-top: 59px;
	margin-left: 57px;
}
.w-img .ajax-te{
	float: left;
	margin-left: 28px;
}
.w-img .ajax-te table{
	height: 148px;
	width: 470px;
	margin-top: 45px;
}
.w-img .ajax-te table td{
	font-size: 18px;
	color: #1e1e1e;
	line-height: 30px;
}
.w-img .ajax-year{
	position: absolute;
    right: 42px;
    top: -66px;
    font-size: 154px;
    color: #ed0013;
    line-height: 154px;
    font-family: "Arial";
    font-weight: bold;
}
.w-img .prev{
	position: absolute;
	left: -20px;
	top: 112px;
	background: url(../img/img-56.png) no-repeat;
	background-size: 100% 100%;
	width: 19px;
	height: 34px;
	cursor: pointer;
	transition:all 0.3s;
}
.w-img .prev:hover{
	background: url(../img/img-58.png) no-repeat;
	background-size: 100% 100%;
}
.w-img .next{
	position: absolute;
	right: -20px;
	top: 112px;
	background: url(../img/img-57.png) no-repeat;
	background-size: 100% 100%;
	width: 19px;
	height: 34px;
	cursor: pointer;
	transition:all 0.3s;
}
.w-img .next:hover{
	background: url(../img/img-59.png) no-repeat;
	background-size: 100% 100%;
}
.w-ex{
	height: 82px;
	position: relative;
	overflow: hidden;
	margin-top: -81px;
	padding-top: 81px;
	border-bottom: 1px solid #ddd;
}
.w-ex ul{
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 82px;
}
.w-ex li{
	background:#fff url(../img/zzz-01.jpg) repeat-y right center;
	height: 80px;
	border-top: 1px solid #ddd;
	position: absolute;
	top: 0px;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	font-family: "Arial";
	cursor: pointer;
	    font-weight: bold;
}
.w-ex li .img{
	position: absolute;
    width: 138px;
    height: 145px;
    box-shadow: 0px 2px 15px #DADADA;
    bottom: -159px;
    left: -1px;
    background-color: #fff;
    z-index: 1;

}
.w-ex li .img img{
	display: block;
	margin: 15px auto 0;
}
.w-ex li .img span{
	display: block;
    text-align: center;
    font-family: "Arial";
    font-size: 20px;
    height: 59px;
    line-height: 60px;
    font-weight: bold;
}
.deve-mobile{
	display: none;
}
.deve-mobile .gallery-top{
	background: url(../img/img-27.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 43px;
}
.deve-mobile .gallery-top .swiper-slide .tit{
	font-size: 77px;
	font-weight: bold;
	text-align: center;
	line-height: 77px;
	color: #ed0013;
	font-family: "Arial"
}
.deve-mobile .gallery-top .swiper-slide .text{
	width: 56%;
	padding: 0 10%;
	margin: -37px 12% 0px;
	padding-top: 50px;
	background: #fff;
	font-size: 24px;
	color: #666;
	line-height: 36px;
	padding-bottom: 64px;
}
.deve-mobile .gallery-top .swiper-slide .text img{
	display: block;
	width: 100%;
}
.deve-mobile .gallery-thumbs{
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.deve-mobile .gallery-thumbs .swiper-slide{
	height: 47px;
	width: 98px;
	background: #fff;
	border-right: 1px solid #e0e0e0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #8a8a8a;
	line-height: 47px;
	cursor: pointer;
	border-left: 1px solid #ddd;
	margin-right: -1px!important;
}
@media (max-width: 1024px){
	.w-img {
    	display: none;
	}
	.w-ex {
	    display: none;
	}
	.deve-mobile {
	    display: block;
	}
}