html, body {
	position: relative;
	height: 100%;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide{
	overflow: hidden;
}
.swiper{
	position: relative;
	width: 100%;
	min-width: 1000px;
	min-height: 600px;
	height: 100%
}
.banner{    
	position: relative;
	background: linear-gradient(-244deg, #6f86d6, #4a9ae4 40%,#55aeea 51%,#49c9f7);
	height: calc(100% - 290px);
	height: 380px;
	/*filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=red,endcolorstr=blue,gradientType=0);*/
}
.ground{
	width:100%;
	height:400px;
	position:absolute;
	bottom:-180px;
}


.header{height: 60px;background: #315dc0;    z-index: 99;
    position: relative;}
	.header img{float: left;}
.w_size,.page{width: 1200px;margin: 0 auto}
	.w_size img{
		margin-top: 15px;
	}
.suspli{
        position: fixed;
        right: 20px;
        bottom: 50px;
        z-index: 99;
        text-align: center;
    }
    .suspli>a:hover{
    	background: #689dd8;
    	color:#fff
    }
    .suspli a{
        display: block;
        width: 32px;
        height: 40px;
        text-align: center;
        background: #fff;
        padding: 5px;l
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 5px;
        color: #333;
        cursor: pointer;
    }
    .suspli .sys{
        width: 42px;
        height: 40px;
        background: url("http://xs.ai.pkulaw.cn/resource/official/images/add/sys.jpg");
        background-position: 0px 40px;
        cursor: pointer;
        position: relative;
    }
    .suspli .sys:hover{
        background-position: 0 0;
    }
    .suspli .sys div{
        display: none;
        position: absolute;
        bottom: -5px;
        right: 45px;
    }
    .suspli .sys:hover div{
        display: block;
    }
    .nav{
    	float: right;
    	line-height: 60px;
    	color: #fff;
    	font-size: 17px;
    }
    .nav a{
    	color: #fff;
    	display: inline-block;
    }
    .nav>div{
    	display: inline-block;
    	padding: 0 20px;
    	cursor: pointer;
    }
    .nav>div.active,.nav>div:hover{
    	background: #4c73be
    }
    .nav>div.a:hover{
    	background: rgba(0,0,0,0);
    }
    .nav>div.a>a{
    	display: inline-block;
    	background: #fff;
    	line-height: 30px;
    	padding: 0 10px;
    	color: #478ede;
    	/*font-weight: bold;*/
    	font-size: 16px;
    }
    .nav>div.down{
    	position: relative;
    	height: 60px;
    }
    .nav>div.down>div{
    	display: none;
    	position: absolute;
    	top: 100%;
    	left: 0;
    	line-height: 40px;
    	background: #4c73be;
    	width: 320px;
    }
    .nav>div.down:hover>div{
    	display: block;
    }
    .nav>div.down>div span{
    	display: block;
    	padding-left: 20px;
    }
    .nav>div.down>div span:hover{
    	color: #f0ad4d
    }

.title{
	position: absolute;
	width: 100%;
	top: 30%;
	text-align: center;
}
.navbox{
	text-align: center;
min-width: 1260px;
	margin: 0 auto;
	padding-top: 50px;
}
.navbox .dl{
	display: inline-block;
	border:1px solid #dfdfdf;
	width: 210px;
	height: 230px;
	margin: 0 5px;
	position: relative;
}
.navbox dl{
	padding-top: 30px;
	color: #aaa;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
.navbox dd{
	padding-top: 20px
}
.navbox .h{
	font-size: 20px;
	color: #000
}
.navbox dt{
	display: block;
	width: 110px;
	height: 110px;
	background: url(../img/icon.png);
	margin: 0 auto;
}
.navbox .word{
	display:flex;/*Flex布局*/
    display: -webkit-flex; /* Safari */
    justify-content:center;/*指定垂直居中*/
    flex-direction: column;
	position: absolute;
	background: linear-gradient(rgba(72,182,222,0.8),rgba(51,152,228,0.8));
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	transition: all 0.2s ease-out;
    transform:scale(0);
	opacity: 0;
}
.navbox .dl:hover .word{
	transform:scale(1);
	opacity: 1;
}
.head{
	min-width: 1000px;
	padding-top: 60px;
	font-size: 16px;
	color: #ccc;
	text-align: center;
	font-weight: bold;
	min-height: 80px;
}
.head .h{
	color: #000;
	font-size: 28px; 
}
.head .w{
	color: #555;
	font-size: 16px;
	font-weight: normal;
}
.boll{
	position: absolute;
	border-radius: 50%;
}
.bollr{
	background: linear-gradient(to right,#fdbea9,#fe9cc1);
	padding: 8%;
	left: -5%;
	top: -5%;
}
.bollg{
	background: linear-gradient(to right,#a4ffc6,#90d5f2);
	padding: 8%;
	left: -10%;
	bottom: -2%;
}
.bollb{
	background: linear-gradient(to right,#83deff,#81a0fd);
	padding: 10%;
	right: -10%;
	top: -18%;
}
.grids{
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto; 
	position: relative;
	height: calc(100% - 240px)
}
.grids .box{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	text-align: center;
}
.grids .li{
	display: inline-block;
	width: 30%;
	height: 100%;
	max-height: 570px;
	margin: 0 1.2%;
	position: relative;
}
.lib{
	background: linear-gradient(to bottom right,#6f86d6,#48c6ef);
}
.lig{
	background: linear-gradient(to bottom right,#68e0cf,#209cff);
}
.lir{
	background: linear-gradient(to bottom right,#ec8c69,#ed6ea0);
}
.grid{
	position: absolute;
	top: 4px;
	bottom: 4px;
	right: 4px;
	left: 4px;
	margin: auto;
	background: #fff;
	padding: 10px 20px;
}
.grid .w{
	text-align: left;
	font-size: 14px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #666;
	line-height:22px;
}
.grid .b{
	font-weight: bold;
	padding: 10px 0
}
.grid .p{
	text-indent: 2em
}
.range{
	height: 80%;
	min-height: 540px;
	position: relative;
}
.bezel{
	height: calc(100% - 185px);
	min-height: 450px;
    max-height: 560px;
    width: 400px;
    background: url(../img/box.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 55px 80px 70px 80px
}
.bezel .w{
	width: 100%;
	height: 100%;
	color: #337d8c;
	font-size: 12px;
	text-indent: 2em;
	overflow: hidden;
}
.bezel .t{
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	text-indent: 0;
}
.bezel .l{
	text-indent: 0;
}
.bezel .r{
	text-align: right;
	text-indent: 0;
}
.star{
	width: 478px;
	height: 782px;
	background: url(../img/starfall.png);
	position: absolute;
	opacity: 0.8;
}
.star3{
	right: 0;
	margin-right: -350px;
	top: 50%;
	margin-top: -400px;
	animation: animation3 5s linear infinite alternate;
}
.star2{
	top: 0;
	left: 50%;
	margin-left: 150px;
	margin-top: -500px;
	animation: animation2 5s linear infinite alternate;
}
.star1{
	top: 50%;
	left: 0;
    margin-left: -380px;
    margin-top: -360px;
    animation: animation1 6s linear infinite alternate;
}
@keyframes animation1{
	from{
		transform:rotate(80deg) translate(0px,0);
	}to{
		transform:rotate(100deg) translate(-60px,40px);
	}
}
@keyframes animation2{
	from{
		transform:rotate(-80deg) scale(0.9);
	}to{
		transform:rotate(-100deg) scale(1);
	}
}
@keyframes animation3{
	from{
		transform: translate(0px,0) scale(0.9);
	}to{
		transform: translate(-20px,50px) scale(1);
	}
}
.line{
	opacity: 0;
	width: 100%;
	height: 1px;
	padding: 0 10px;
	position: absolute;
	top: 0;
	left: -10px;
	background: #6be6ff;
	box-shadow: 0 0 5px #00c2ea;
	margin-left: -5px;
}
.bezel .pos{
	position: relative;
	width: 100%;
	height: 100%;
}
.dialog{
	width: 100%;
	position: absolute;
	left: 0;
	font-size: 12px;
	line-height: 22px;
	color: #dbf5fe;
}
.bezel .bold{
	opacity: 0;
	display: inline-block;
	line-height: 24px;
	padding: 2px 18px;
	background: rgba(10,116,155,0.5);
	box-shadow: 0 0 10px #00c2ea;
}
.bezel .t1{
	top: 0;
	left: 50%;
	margin-left: -50%;
    text-align: center;
}
.bezel .t2{
	top: 35%;
}
.bezel .t3{
	top: 72%;
	text-align: right;
}
.bezel .t4{
	top: 85%;
}
.bezel .box{
	opacity: 0;
	width: 200px;
	height: 130px;
	position: absolute;
	background: url(../img/dialog.png);
}
.bezel .l1,.bezel .l2{
	top: -70px;
	left: -400px;
	background-position: 0 -180px;
	padding: 50px 170px 0 75px;
	text-align: left;
}
.bezel .r1{
	top: -108px;
	right: -400px;
	background-position: 0 0px;
	padding: 50px 60px 0 195px;
}
.bezel .r2{
	top: -12px;
    right: -400px;
    background-position: 0 179px;
    padding: 33px 60px 0 196px;
    text-align: left;
    height: 147px;
    line-height: 20px;
}
@keyframes bezeline{
	from{
		opacity: 1;
		top: 0
	}to{
		opacity: 1;
		top: 100%
	}
}
.bezel1{
	animation: bezeline 5s linear 1;
}
@keyframes bezeline15{
	from{
		opacity: 0;
		transform:scale(0);
	}5%{
		opacity: 1;
		transform:scale(1);
	}to{
		opacity: 1;
		transform:scale(1);
	}
}
.bezel .bezel15{
	opacity: 1;
	animation: bezeline15 5s linear 1;
}
@keyframes bezeline20{
	from{
		opacity: 0;
		transform:translate(-300px,0);
	}5%{
		opacity: 0;
		transform:translate(-300px,0);
	}10%{
		opacity: 1;
		transform:translate(0px,0);
	}to{
		opacity: 1;
		transform:translate(0px,0);
	}
}
.bezel .bezel20{
	opacity: 1;
	animation: bezeline20 5s linear 1;
}
@keyframes bezeline35{
	from{
		opacity: 0;
		transform:scale(0);
	}40%{
		opacity: 0;
		transform:scale(0);
	}45%{
		opacity: 1;
		transform:scale(1);
	}to{
		opacity: 1;
		transform:scale(1);
	}
}
.bezel .bezel35{
	opacity: 1;
	animation: bezeline35 5s linear 1;
}
@keyframes bezeline40{
	from{
		opacity: 0;
		transform:translate(300px,0);
	}45%{
		opacity: 0;
		transform:translate(300px,0);
	}50%{
		opacity: 1;
		transform:translate(0px,0);
	}to{
		opacity: 1;
		transform:translate(0px,0);
	}
}
.bezel .bezel40{
	opacity: 1;
	animation: bezeline40 5s linear 1;
}
@keyframes bezeline72{
	from{
		opacity: 0;
		transform:scale(0);
	}72%{
		opacity: 0;
		transform:scale(0);
	}77%{
		opacity: 1;
		transform:scale(1);
	}to{
		opacity: 1;
		transform:scale(1);
	}
}
.bezel .bezel72{
	opacity: 1;
	animation: bezeline72 5s linear 1;
}
@keyframes bezeline77{
	from{
		opacity: 0;
		transform:translate(300px,0);
	}77%{
		opacity: 0;
		transform:translate(300px,0);
	}82%{
		opacity: 1;
		transform:translate(0px,0);
	}to{
		opacity: 1;
		transform:translate(0px,0);
	}
}
.bezel .bezel77{
	opacity: 1;
	animation: bezeline77 5s linear 1;
}
@keyframes bezeline85{
	from{
		opacity: 0;
		transform:scale(0);
	}90%{
		opacity: 0;
		transform:scale(0);
	}95%{
		opacity: 1;
		transform:scale(1);
	}to{
		opacity: 1;
		transform:scale(1);
	}
}
.bezel .bezel85{
	opacity: 1;
	animation: bezeline85 5s linear 1;
}
@keyframes bezeline90{
	from{
		opacity: 0;
		transform:translate(-300px,0);
	}95%{
		opacity: 0;
		transform:translate(-300px,0);
	}to{
		opacity: 1;
		transform:translate(0px,0);
	}
}
.bezel .bezel90{
	opacity: 1;
	animation: bezeline90 5s linear 1;
}
.ground1{
	position: absolute;
	padding: 18%;
	right: 0;
	top: 0;
	background: url(../img/boll.png) no-repeat;
	background-size: 100%;
}
.ground2{
	position: absolute;
	padding: 10% 4%;
	left: 0;
	bottom: 15%;
	background: url(../img/bolls.png) no-repeat;
	background-size: 100%;
}
.robax{
	max-width: 1440px;
    min-width: 1000px;
    margin: 0 auto;
    height: 70%;
    max-height: 640px;
    position: relative;
}
.phone,.robot,.iframe{
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
	top: 0;
	bottom: 0;
}
.phone{
	left: 50%;
	padding: 20% 13%;
	background: url(../img/phone.png) center no-repeat;
	background-size: 100%;
	margin-left: -34%;
}
.robot{
	right: 50%;
	padding: 20% 13%;
	background: url(../img/robot.png) center no-repeat;
	background-size: 100%;
	margin-right: -32%;
}
.robax .w{
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: 36%;
    height: 400px;
    left: 50%;
    top: 0;
	bottom: 0;
	margin: auto;
    margin-left: -40%;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-indent: 2em;
}
.robax .h{
	text-indent: 0em;
	color: #00897b;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.iframe{
	right: 50%;
	padding: 15% 22%;
	background: url(../img/iframe.png) center no-repeat;
	background-size: 100%;
	margin-right: -48%;
}
.pictab{
	width: 100%;
	height: 30%;
	min-height: 200px;
	max-height: 360px;
	background: rgba(0,0,0,0.8);
}
.tab{
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
	background: url(../img/ground.jpg);
	background-size: 100% 100%
}
.pictab .dl{
	width: 25%;
	float: left;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
.pictab dl{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	color: #fff;
}
.pictab dt{
	width: 200px;
	height: 42px;
	padding-top: 90px;
	background: url(../img/tab.png) no-repeat;
	position: absolute;
	top: 0;
    bottom: 0;
    right: 0;
    left: 0;
	margin: auto;
	font-size: 22px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
}
.pictab dd{
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	transition: all 0.2s ease-out;
    transform: scale(0);
    opacity: 0;
}
.pictab .h{
	font-size: 22px;
	text-align: center;
	line-height: 40px;
}
.pictab ul{
	padding-left: 50px;
	padding-right: 30px;
	font-size: 16px;
	line-height: 32px;
}
.pictab li{
	list-style: circle ;
}
.pictab dl:hover dd{
	transform: scale(1);
    opacity: 1;
}
.foot{
	color: #555;
    font-size: 12px;
    width: 100%;
    min-width: 1000px;
    border-top: 1px #c9c9c9 solid;
    padding: 12px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    line-height: 22px;
}
.foot a{
	display: inline-block;
	color: #555;
}
.foot span{
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #555;
	margin: 0 5px;
	overflow: auto;
}
.about{
	position: absolute;
	bottom: 70px;
	width: 100%;
	height: 36%;
	min-height: 230px;
	max-height: 390px;
}
.about .span3{
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.tel{
	float: left;
	margin-left: 20px;
	font-size: 13px;
	line-height: 28px;
	color: #555;
}
.tel .h{
	margin: 5px 0;
	padding: 5px 0 5px 50px;
	line-height: 30px;
	font-size: 26px;
	font-weight: bold;
	background: url(../img/tel.png) no-repeat;
}
.wx{
	margin-left: 300px;
	padding: 70px;
}
.wx dl{
	display: inline-block;
	width: 130px;
}
.wx dt{
	width: 110px;
	height: 110px;
	padding: 0 10px;
}
.wx dd{
	padding: 5px 0 5px 50px;
    color: #555;
    font-size: 13px;
    line-height: 20px;
    background: url(../img/tel.png) 10px -50px no-repeat;
}
.map{
	position: absolute;
	width: 36%;
	height: 75%;
	max-height: 250px;
	background: url(../img/map.jpg);
	right: 10px;
	top: 5px;
}
.map p{
	width: 100%;
	line-height: 24px;
	background: #fff;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 12px;
}

.imgBox{
	text-align: center;
	min-width: 1300px;
	max-width: 1440px;
	padding: 50px 0;
	margin: 0 auto;
	position:relative;
	z-index: 99
}
.imgBox>img{
	margin: 0 30px;
}
.taBox{
	width: 1260px;
	margin: 0 auto;
	color:#849bcf;
	line-height: 50px;
	font-size: 40px;
	font-weight: bold;

}
.taBox>span{
	background: #849bcf;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 0 20px;
	font-weight: normal;
	vertical-align: middle;
}
.imgBox>dl{
	    display: inline-block;
    width: 40%;
    margin: 20px;
    text-align: left;
    vertical-align: top;
    background: #fff;
}

.imgBox>dl dd{
	font-size: 14px;
	line-height: 24px;
	    padding: 10px;
}
.imgBox>dl .h{
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
}