.banner{
	min-width: 1200px;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
	min-width:1200px;
	vertical-align: top;
}
.swiper-container {
    width: 100%;
    min-width: 1200px;
} 
.mask{
	width: 100%;
	min-width: 1200px;
	min-height: 500px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(0,0,0,0.3);
}
.mask_txt{
	position: absolute;
	top: 34%;
	left: 46%;
}
.mask_txt h1,.mask_txt h3{
	color:#fff;
	font-weight: normal;
}
.mask_txt h1{
	line-height: 2;
	font-size: 40px;
}
.mask_txt h3{
	font-size: 20px;
	line-height: 3;
}
.server_panel{
    width: 1200px;
    background-color: #fff;
    margin: -10% auto 60px;
    height: 520px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
    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:#333;
}
.server_panel ul li h4{
	margin-top: 30px;
	font-size: 22px;
	font-weight: normal;
}
.server_panel ul li .image{
	margin:30px auto;
	width: 150px;
	height: 106px;
	background-repeat: no-repeat;
	background-position: center;
}
.server_panel ul li:nth-child(1) .image{background-image: url(../img/subnav03.png);}
.server_panel ul li:nth-child(2) .image{background-image: url(../img/subnav01.png);}
.server_panel ul li:nth-child(3) .image{background-image: url(../img/subnav02.png);}
.server_panel ul li:nth-child(4) .image{background-image: url(../img/subnav04.png);}
.server_panel ul li:nth-child(1):hover .image{background-image: url(../img/subnav03_select.png);}
.server_panel ul li:nth-child(2):hover .image{background-image: url(../img/subnav01_select.png);}
.server_panel ul li:nth-child(3):hover .image{background-image: url(../img/subnav02_select.png);}
.server_panel ul li:nth-child(4):hover .image{background-image: url(../img/subnav04_select.png);}
.server_panel ul li p{
	line-height: 1.4;
	color:#808080;
}
.server_panel ul li .detailsBtn{
	margin-top: 30px;
    padding: 10px 30px;
    color: #808080;
    cursor: pointer;
    border-radius: 3px;
}
.server_panel ul li:hover{
	/*animation-name: bounce;*/
	transform-origin: center bottom;
	margin-top: -10px;
	box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.35);
}
.server_panel ul li:hover a p{
	color:#000;
} 
.server_panel ul li .detailsBtn:hover{
	color:white;
	background-color: #10E282;
}
.panel{
	width: 100%;
	min-width: 1200px;
	border-bottom: 1px solid transparent;
}
._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: 10px;
	margin-bottom: 13px;
	position: relative;
}
.case_panel ul li img{
	vertical-align: top;
}
.case_panel ul li:nth-child(4n){
	margin-right: 0;
}
/*.case_panel ul li:hover img{
}*/
/*.case_panel ul li:hover .Limask{
	height: 100%;
}*/
.case_panel ul li:hover .Limask .you{
	display: block;
	animation-name: bounceInUp;
}
/*.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: 100%;
	background-color: rgba(0,0,0,.4);
	text-align: center;
	color:white;
	transition: all 600ms;
}

.case_panel ul li .Limask h1{
	font-size: 26px;
	line-height: 20px;
	margin-top: 168px;
	padding:0 20px;
	position: relative;
	font-weight: normal;
}
.case_panel ul li .Limask p{
	font-size: 16px;
	line-height: 20px;
	margin-top: 46px;
	padding:0 20px;
	position: relative;
	font-weight: normal;
}
.case_panel ul li .Limask .you{
	display: none;
	position: absolute;
	bottom: 50px;
	left:50%;
	width: 72px;
	background-image: url(../img/jiantou_you.png);
	background-position: center;
	border-radius:30px;
	height: 30px;
	background-repeat: no-repeat;
	margin-left: -36px;
}
.case_panel ul li .Limask h1::after{
	/*display: none;*/
	position: absolute;
	content:"";
	bottom: -26px;
	left:50%;
	width: 20px;
	margin-left: -10px;
	height: 2px;
	background-color: #fff;
}
.news_panel ul{
	overflow: hidden;
}
.news_panel ul li{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	text-align: center;
	margin-bottom: 16px;
	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{
	width: 100%;
	vertical-align: top;
}
.news_panel ul li p{
	line-height: 1.6;
	padding: 16px 30px 0;
}
.news_panel ul li:nth-child(3n){
	margin-right: 0;
}
.news_panel ul li .liImage{
	position: relative;
	overflow: hidden;
	height: 300px;
}
.news_panel ul li .liImage:hover .liImageMask:after{
	content: "查看详情";
    position: absolute;
    bottom: 30px;
    left: 50%;
    line-height: 30px;
    width: 100px;
    margin-left: -50px;
    background-color: #08e17d;
    border-radius: 50px;
    font-size: 14px;
    color: white;
    animation-name: bounceInUp;
    animation-duration: 800ms;
    animation-fill-mode: both;
}
.news_panel ul li .liImageMask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	color: white;
	text-align: center;
	vertical-align: middle;
	line-height: 300px;
	font-size: 26px;
}
.news_panel ul li .liImageMask h4{
    text-align: center;
    color: white;
    font-size: 26px;
    margin-top: 50%;
    height: 68px;
    transform: translate3d(0,-100%,0);
    padding: 0 50px;
    line-height: 34px;
}
/*.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;
}*/
.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;
}
.partner_panel ul li .Limask{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	display: block;
	color:white;
	transition: all 600ms;
}

.partner_panel ul li .Limask p{
	display: none;
	font-size: 30px;
	line-height: 158px;
	padding:0 20px;

}
.partner_panel ul li:hover img{
	filter: blur(3px);
	-webkit-filter: blur(3px);

}
.partner_panel ul li:hover .Limask{
	width: 100%;
}
.partner_panel ul li:hover .Limask p{
	display: block;
	animation-name: flipInX;
	animation-delay: 200ms;
}
.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;
}