.index-body{
	background: #f9f9f9;
}
/* banner-------------------------------------------- */
.banner-box{
	width: 100%;
	height: 960px;
	z-index: 10;
}
.banner-swiper{
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet {
    width: 50px;
    border-radius: 0%; 
    background: #fff;
	
    height: 3px;
}
.swiper-pagination-bullet-active{
    height: 5px;
}
.banner-a{
	position: absolute;
	display: block;
	width: 500px;
	height: 300px;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -250px;
}
/* introduce-------------------------------------------- */
.introduce-con{
	height: 530px;
	position: relative;
	background: url(../picture/introduce-bg.png) no-repeat right center;
	padding-top: 100px;
}
.in-main .title{
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: rgb(68, 68, 68);
}
.in-main .title-bot{
	color: #024191;
}
.in-main .text{
	width: 900px;
	font-size: 14px;
	line-height: 35px;
	color: rgb(119, 119, 119);
	margin-top: 20px;
}
.in-main .in-btn {
    height: 46px;
    line-height: 46px;
    font-family: Microsoft YaHei;
    overflow: visible;
	width: 154px;
	animation: 0s ease 0s 1 normal none running none;
	background-color: #024191;
	border-radius: 25px 25px 25px 25px;
	text-align: center;
	margin-top: 50px;
}
.in-main .in-btn a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.in-main .in-btn:hover{
	opacity: 0.8;
}
.in-data{
	width: 1200px;
	height: 180px;
	position: absolute;
	left: 50%;
	bottom: -90px;
	margin-left: -600px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
    box-shadow: #dadada 0px 0px 15px;
}
.in-data .item{
	height: 100%;
	float: left;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.in-data .right-bor::before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 50px;
	background: #eee;
	margin-top: -25px;
}
.in-data .val{
	width: 100%;
	font-size: 35px;
	color: rgb(68, 68, 68);
	position: relative;
}
.in-data .val span{
	position: absolute;
	right: -15px;
	top: 0px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	color: rgb(130, 177, 89);
}
.in-data .key{
	width: 100%;
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 35px;
}


/* .case-display--------------------------------------------------- */
.case-display{
	height: 630px;
	background: url(../picture/lv-bg.jpg) no-repeat left bottom;
	background-size: 100% auto;
}
.case-list{
	padding-top: 50px;
}
.case-list .list-item{
	width: 250px;
	height: 400px;
	background: #f9f9f9;
	border-radius: 10px;
	float: left;
	margin: 0 25px;
	position: relative;
}
.case-list .spot{
	position: absolute;
	width: 10px;
	height: 10px;
	top: 15px;
	right: 15px;
	border-radius: 50%;
	background: #024191;
	display: none;
}
.case-list .list-item img{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	margin: 40px auto;
    display: block;
}
.case-list .list-item a{
	height: 50px;
	width: 90%;
    font-size: 14px;
    color: rgb(119, 119, 119);
	display: block;
	margin: 0 auto;
}
.con{
	width: 90%;
	margin: 0 auto;
	height: 110px;
	line-height: 35px;
    font-size: 16px;
    color: rgb(68, 68, 68);
}

.list-item:hover{
    box-shadow: #dadada 0px 0px 15px;
}
.list-item:hover .spot{
    display: block;
}
.list-item:hover a{
	color: #024191;
}





