.banner{
	width: 100%;
	/*height: 660px;*/
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
	vertical-align: top;
}
.swiper-container {
    width: 100%;
}
.mask{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.mask h1,.mask h3{
	color:#fff;
	font-weight: normal;
}
.mask h1{
	margin-top: 8%;
	line-height: 2;
	font-size: 60px;
}
.mask h3{
	font-size: 34px;
}
@media screen and (min-width:1500px){
	.mask h1{
		margin-top: 9.5%;
		line-height: 2;
		font-size: 90px;
	}
	.mask h3{
		font-size: 50px;
	}
}
.server_panel{
    width: 1200px;
    background-color: #fff;
    margin: -10% auto 0;
    height: 520px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,0.25);
    z-index: 11;
}
.server_panel ul li{
	float: left;
	margin-left: 2.5%;
	width: 22%;
	height: 360px;
	padding:0 18px;
	text-align: center;
	box-sizing: border-box;
	transition: all 200ms;
}
.server_panel ul li a{
	color:white;
}
.server_panel ul li:nth-child(1){background-color: #479be9;}
.server_panel ul li:nth-child(2){background-color: #36e19f;}
.server_panel ul li:nth-child(3){background-color: #f69461;}
.server_panel ul li:nth-child(4){background-color: #8047e9;}
.server_panel ul li h4{
	margin-top: 30px;
	font-size: 22px;
	font-weight: normal;
}
.server_panel ul li img{
	margin:30px 0;
}
.server_panel ul li p{
	line-height: 1.4;
	text-align: justify;
}
.server_panel ul li:hover{
	animation-name: bounce;
		transform-origin: center bottom;
		margin-top: -10px;
		box-shadow: 0px 4px 6px 0 rgba(0,0,0,0.35);
}
.panel{
	width: 100%;
}
._txt{
	text-align: center;
	padding: 30px 0;
}
._txt p{
	line-height: 3;
	font-size: 18px;
}
._txt h1{
	font-size: 26px;
	font-weight: normal;
	line-height: 2;
}
._panel{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 70px;
}
.case_panel ul{
	margin-bottom: 30px;
	overflow: hidden;
}
.case_panel ul li{
	float: left;
	margin-right: 13px;
	margin-bottom: 13px;
	position: relative;
}
.case_panel ul li img{
	transition: all 400ms;
	width: 390px;
}
.case_panel ul li:nth-child(3n){
	margin-right: 0;
}
.case_panel ul li:hover img{
	filter: blur(3px);
	-webkit-filter: blur(3px);
}
.case_panel ul li:hover .Limask{
	height: 100%;
}
.case_panel ul li:hover .Limask p{
	display: block;
	animation-name: bounceInDown;
}
.case_panel ul li .Limask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	color:white;
	transition: all 600ms;
}

.case_panel ul li .Limask p{
	display: none;
	font-size: 17px;
	line-height: 28px;
	padding:30px 20px;

}
.case_panel ul li .img_box{
	width: 390px;
	overflow: hidden;
	position: relative;
}
.news_panel ul{
	overflow: hidden;
}
.news_panel ul li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	text-align: center;
	background-color: #fff;
	margin-bottom: 16px;
	padding:30px;
	box-sizing: border-box;
	font-family:"Microsoft Yahei" ;
	transition: all 300ms;
	-webkit-transition:all 300ms;
}
.news_panel ul li h4{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: normal;
}
.news_panel ul li img{
	margin: 15px 0;
	vertical-align: top;
}
.news_panel ul li p{
	line-height: 1.6;
	
}
.news_panel ul li:nth-child(3n){
	margin-right: 0;
}
.news_panel ul li:hover{
	background-color: #33c2ff;
	transform: translate3d(0,-10px,0);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
}
.news_panel ul li:hover a{
	color: #fff;
}
.news_panel ul li .img_box{
	width: 300px;
	height: 209px;
	overflow: hidden;
	text-align: center;
    display: inline-block;
}
.partner_panel ul{
	height: 480px;
}
.partner_panel ul li{
	float: left;
	width: 241px;
	box-sizing: border-box;
	border:1px solid #e9e9e9;
	text-align: center;
	height: 160px;
	margin-top: -1px;
	margin-right: -1px;
	position: relative;
	transition: all 600ms;
}
.partner_panel ul li img{
	margin-top: 30px;
}


.imgDiving .Limask{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	color:white;
	transition: all 600ms;
}
.imgDiving .Limask p{
	display: none;
	font-size: 30px;
	line-height: 158px;
	padding:0 20px;

}
.imgDiving:hover img{
	filter: blur(3px);
	-webkit-filter: blur(3px);
}
.imgDiving:hover .Limask{
	width: 100%;
}
.imgDiving:hover .Limask p{
	display: block;
	animation-name: flipInX;
	animation-delay: 200ms;
}

.showing-product>div .Limask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	color:white;
	transition: all 600ms;
}
.showing-product>div .Limask p {
	display: none;
	font-size: 17px;
	line-height: 28px;
	padding:30px 20px;
}
.showing-product>div:hover img{
	filter: blur(3px);
	-webkit-filter: blur(3px);
}
.showing-product>div:hover .Limask{
	height: 100%;
}
.showing-product>div:hover .Limask p{
	display: block;
	animation-name: bounceInDown;
}




.hidden{
	display: none;
}
.swiper-pagination-bullet{
	width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background-color: #fff;
    vertical-align: middle;
}
.swiper-pagination{
	bottom: 28% !important;
}
.swiper-pagination-bullet-active{
	width: 9px;
	height: 9px;
	background-color: rgba(0,0,0,0);
	border:2px solid #fff;
}

.shangxiatiao {
	transition: all 200ms;
}

.shangxiatiao:hover{
	animation-name: bounce;
	transform-origin: center bottom;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.35);
}

.bds-bodys-items:hover {
	transform: translate3d(0,-10px,0);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.25);
}
.bds-bodys-items:hover > div{
	background-color: #33c2ff;
}