
.qw-case-slide {
	/*text-align: center;*/
	position: relative;
	margin-top: 50px;
	padding-bottom: 20px;
}
.qw-case-slide .item-max{
	background: #193d72;
	padding: 16px;
	color: #fff;
	margin-right:25px;
	width: 350px;
	height: 520px;
	float: left;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;
}
.qw-case-slide .item-max .imgbox{
	width: 350px;
	height: 200px;
	position: relative;
	/*background: url(/templets/new/cty_japan/images/anli13.png) left center;*/
}
.qw-case-slide .item-max .showbox{
    padding: 10px 15px 0;
}
.qw-case-slide .item-max .tit{
	font-size: 24px;
	line-height: 45px;
    margin-bottom: 30px;
	position: relative;
}
.qw-case-slide .item-max .tit:after{
	width: 95px;
	height: 2px;
	background: #d6000f;
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.qw-case-slide .item-max .desc{
	font-size: 14px;
	line-height: 24px;
}
.qw-case-slide .item-max .desc span{
	font-weight: bold;
	font-size: 16px;
}
.qw-case-slide .item-max .hidebox{
	width: 382px;
	height: 160px;
	background: #d6000f;
	position: absolute;
	bottom: -160px;
	left: 0;
	transition: all .8s;
	box-shadow: 0 0 43px rgba(0,0,0,.4);
}
.qw-case-slide .item-max .hidebox .btn{
	width: 220px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background: #0d4179;
	border-radius: 38px;
	margin: 55px auto;
	cursor: pointer;
}
.qw-case-slide .item-max:hover .hidebox{
	bottom: 0;
}
.qw-case-slide .item {
    float: left;
    width: 382px;
    height: 234px;
    position: relative;
    margin-right: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}

.qw-case-slide .item img{
	width: 100%;
	height: 100%;
}

.qw-case-slide .item .showbox {
    position: absolute;
    width: 382px;
    height: 234px;
    text-align: center;
    top: 0;
    left: 0;
    box-sizing:border-box;
    padding-top: 50px;
}
.qw-case-slide .item .showbox .tit{
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-bottom: 65px;
}
.qw-case-slide .item .showbox .tit:after{
	width: 95px;
	height: 2px;
	background: #d6000f;
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -47px;
}
.qw-case-slide .item .showbox .btn{
	width: 180px;
	height: 38px;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #d6000f;
	background: #fff;
	border-radius: 38px;
	margin: 0 auto;
	cursor: pointer;
}
.qw-case-slide .item .showbox .btn:hover{
	background: #d6000f;
	color: #fff;
}
.qw-case-slide .swiper-pagination-bullet{
	width: 16px;
    height: 16px;
    border-radius: 14px;
    background: #0d4179;
    margin: 0 6px;
    opacity: 1;
}
.qw-case-slide .swiper-pagination-bullet-active{
	width: 44px;
    height: 16px;
    background: #d6000f;
}