*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
    max-width: 100vw;
    max-height: 100vh;
    overflow: hidden;
    font-family: "微软雅黑";
}
ul,li,ol,dl,dt,dd{
	list-style: none;
}
a,a:hover{
	text-decoration: none;
}

.wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
	background-image: url(../img/abiBgALong.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

/******************** 主页展示  *********************/
.content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.content h2{
	position: absolute;
	left: 14.95%;
	top: 7.5%;
	line-height: 52px;
	text-align: left;
	font-size: 34px;
color: #5daefc;
    background-image: linear-gradient(-135deg,#00c6ff,#07e5ff);
    -webkit-background-clip: text;
    color: transparent;
	font-weight: normal;
}
.content .btn-content{
position: absolute;
	right: 0;
	top: 10%;
display: block;
    width: 133px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-indent: 55px;
letter-spacing: 1px;
    font-weight: bold;
    background: linear-gradient(90deg,#576efb 0,#46b7fe 100%);
background-color: #506ae8;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 3px 6px rgba(74,134,252,.35);
}
.content .btn-content:before{
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    margin: -10px 0 0;
    width: 25px;
    height: 19px;
    background-image: url(../img/icon-content.png);
    background-position: center;
background-repeat: no-repeat;
}
.content .btn-content:hover{
    background: linear-gradient(90deg,#2854e8 0,#32daff 100%);
    background-color: #2854e8;
}

/* 主页left  */
.content .leftTitle{
	position: absolute;
	left: 14.95%;
	top: 29.35%;
	text-align: left;
	height: auto;
	overflow: hidden;
	padding-top: 28px;
}
.content .leftTitle:before, .content .rightTitle:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 38px;
	height: 5px;
	background-color: #fff;
}
.content .leftTitle h6, .content .rightTitle h6{
	line-height: 48px;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
}
.content .leftTitle p, .content .rightTitle p{
	width: 275px;
	line-height: 29px;
	font-size: 16px;
	color: #fff;
}
.content .leftTitle .links, .content .rightTitle .links{
	display: block;
	width: 150px;
	height: 40px;
	line-height: 38px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: rgba(41,186,252,.1);
	border: 1px solid #1095ef;
	border-radius: 20px;
	margin-top: 43px;
}
.content .leftTitle .linksL:hover{
	background: linear-gradient(360deg,#1088ff 0,#01deff 100%);
    background-color: #1088ff;
    border-color: #0eb2ff;
    border-top-color: #01deff;
    border-bottom-color: #1088ff;
}

/* 主页right */
.content .rightTitle{
	position: absolute;
	right: 14.9%;
	top: 22%;
	width: 275px;
	height: auto;
	overflow: hidden;
	text-align: left;
	padding-top: 28px;
}
.content .rightTitle:before{
	background-color: #596efb;
}
.content .rightTitle h6, .content .rightTitle p{
	color: #182132;
}
.content .rightTitle .links{
	background: linear-gradient(90deg,#506ae8 0,#44c4ff 100%);
    background-color: #506ae8;
	border: 0;
}
.content .rightTitle .linksR:hover{
	background: linear-gradient(90deg,#2854e8 0,#32daff 100%);
    background-color: #2854e8;
	border: 0;
}

/* 右边动画 */
.content .move{
	position: absolute;
	bottom: 324px;
	left: 50%;
	width: 375px;
	height: 565px;
}
.content .move img{
	position: absolute;
}

/* 左边动画  */
.content .moveLeft{
	width: 199px;
	height: 137px;
	position: absolute;
	left: 32.55%;
	bottom: 386px;
}
.content .moveLeft img{
	position: absolute;
}

/* 主页footer */
.content .footer{
	position: absolute;
	left: 0;
	bottom: 12.31%;
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #3d3d3d;
	font-size: 14px;
}
.content .footer span{
	color: #9faab0;
	padding-left: 8px;
}

/** 点击行业案例按钮展示 **/
.case, .function{
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
    height: 100vh;
    overflow: hidden;
	background-color: #f2f2f2;
}

/** 行业案例背景  **/
.case::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	opacity: .85;
	background-image: url(../img/abiBgBLong.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/** 点击功能演示按钮展示 **/
.function{
background-image: url(../img/function-bg.jpg);
	background-position: center;
	background-color: #fff;
background-size: cover;
	background-repeat: no-repeat;
}
/******************** 行业案例页  *********************/

/** 返回  **/
.case .goBack{
	position: absolute;
	right: 3.7%;
	top: 5.1%;
	width: 97px;
	height: 55px;
	background-image: url(../img/casebtn01.png);
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.case .goBack:hover{
	background-image: url(../img/casebtn01hover.png);
}

/** 大标题  **/
.case .headlines{
	position: absolute;
	left: 0;
	top: 13.74%;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	letter-spacing: 3px;
	background-position: center 4px;
	background-repeat: no-repeat;
}
.case .headlines h2{
	line-height: 107px;
	font-size: 38px;

    color: #d8ecff;
}
.case .headlines h3{
	line-height: 50px;
	font-size: 30px;
	background-image:-webkit-linear-gradient(90deg,#ffffff 0,#91abe4 100%); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent;
	color: #d8ecff;
	font-weight: 600;
	margin-top: 12px;
}

/** 中间主体部分  **/
.picScroll{
	position: absolute;
	left: 50%;transform: translateX(-45%);
	top: 34.85%;
	width:1667px;
	height: 476px;
}
.picScroll .prev, .picScroll .next{
	position: absolute;
	left: 0;
	top: 159px;
	display:block;
	width:57px;
	height:57px;
	overflow:hidden;
	cursor:pointer; 
	border: 2px solid #44dfff;
	opacity: .4;
	border-radius: 50%;
}
.picScroll .prev:before, .picScroll .next:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -9px;
	width: 19px;
	height: 30px;
	background-image: url(../img/casebtn2.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.picScroll .next{ 
	left: auto;
	right: 0;
}
.picScroll .next:before{
	background-position: right center;
}
.picScroll .prev:hover, .picScroll .next:hover{ 
	opacity: 1; 
}

.picScroll .bd{ 
	width: auto;
	height: 476px;
	overflow:hidden;
	margin:0 4.89% 0 5.34%; 
}
.picScroll .bd ul{ 
	width: 1000%;
	height: 476px;
	text-align:center;
	overflow:hidden;
	position: relative;
}

.picScroll .bd ul li{
	display:inline-block;
	width: auto;
	height: 413px;
	text-align:center;
	padding: 43px 0 20px;
	margin-bottom: 50px;
}
.picScroll .bd ul li a{
	display: block;
	position: relative;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 5px;
}
.picScroll .bd ul .listA a{
	background-image: url(../img/caseBgA1.png);
}
.picScroll .bd ul .listB a{
	background-image: url(../img/caseBgB1.png);
}
.picScroll .bd ul .listC a{
	background-image: url(../img/caseBgC1.png);
}
.picScroll .bd ul .listD a{
	background-image: url(../img/caseBgD1.png);
}
.picScroll .bd ul .listE a{
	background-image: url(../img/caseBgE1.png);
}
.picScroll .bd ul .listF a{
	background-image: url(../img/caseBgF1.png);
}
.picScroll .bd ul .listG a{
	background-image: url(../img/caseBgG1.png);
}

.picScroll .bd ul li:nth-child(2) a, .picScroll .bd ul li:nth-child(4) a{
	border-radius: 2px;
}

.picScroll .bd ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 260px;
	width: 100%;
	height: 123px;
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}
.picScroll .bd ul .listA a:before{
	background-image: url(../img/caseBgA3.png);
}
.picScroll .bd ul .listB a:before{
	background-image: url(../img/caseBgB3.png);
}
.picScroll .bd ul .listC a:before{
	background-image: url(../img/caseBgC3.png);
}
.picScroll .bd ul .listD a:before{
	background-image: url(../img/caseBgD3.png);
}
.picScroll .bd ul .listE a:before{
	background-image: url(../img/caseBgE3.png);
}
.picScroll .bd ul .listF a:before{
	background-image: url(../img/caseBgF3.png);
}
.picScroll .bd ul .listG a:before{
	background-image: url(../img/caseBgG3.png);
}

.picScroll .bd ul li a:after{
	content: '';
	position: absolute;
	top: 32px;
	left: 32%;
	width: 124px;
	height: 141px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.picScroll .bd ul li.listC a:after{
	content: '';
	position: absolute;
	top: 14px;
	left: 33%;
	width: 124px;
	height: 141px;

}
.picScroll .bd ul li.listD a:after{
	content: '';
	position: absolute;
	top: 32px;
	left: 32%;
	width: 124px;
	height: 141px;

}
.picScroll .bd ul .listA a:after{
	background-image: url(../img/caseBgA2.png);
}
.picScroll .bd ul .listB a:after{
	background-image: url(../img/caseBgB2.png);
}
.picScroll .bd ul .listC a:after{
	background-image: url(../img/caseBgC2.png);
}
.picScroll .bd ul .listD a:after{
	background-image: url(../img/caseBgD2.png);
}

.picScroll .bd ul li.listB .module{
	width: 349px;
	height:268px;
	position: relative;
	z-index: 1;
}

.picScroll .bd ul li.listC .module{
	width: 342px;
	height:229px;
	position: relative; margin-top: 18px;
	z-index: 1;
}
.picScroll .bd ul li.listC a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 240px;}
.picScroll .bd ul li.listD .module{
	width: 346px;
	height:268px;
	position: relative; margin-top: -5px;
	z-index: 1;
}
.picScroll .bd ul li.listD a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 265px;}
.picScroll .bd ul li .module img{
	position: absolute;
}
.picScroll .bd ul li h6{
	position: absolute;
	bottom: 29px;
	left: 0;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 20px;
	color: #fff;
	letter-spacing: 1px;
}

/* li hover */
.picScroll .bd ul .listA a:hover, .picScroll .bd ul .listA.active a{
	background-image: url(../img/caseBgAhover1.png);
}
.picScroll .bd ul .listB a:hover, .picScroll .bd ul .listB.active a{
	background-image: url(../img/caseBgBhover1.png);
}
.picScroll .bd ul .listC a:hover, .picScroll .bd ul .listC.active a{
	background-image: url(../img/caseBgChover1.png);
}
.picScroll .bd ul .listD a:hover, .picScroll .bd ul .listD.active a{
	background-image: url(../img/caseBgDhover1.png);
}


.picScroll .bd ul .listA a:hover:after, .picScroll .bd ul .listA.active a:after{
	background-image: url(../img/caseBgAhover2.png);
}
.picScroll .bd ul .listB a:hover:after, .picScroll .bd ul .listB.active a:after{
	background-image: url(../img/caseBgBhover2.png);
}
.picScroll .bd ul .listC a:hover:after, .picScroll .bd ul .listC.active a:after{
	background-image: url(../img/caseBgChover2.png);
}
.picScroll .bd ul .listD a:hover:after, .picScroll .bd ul .listD.active a:after{
	background-image: url(../img/caseBgDhover2.png);
}

.foot{ text-align: center;
    color: #333;
    position: absolute;
    bottom: 5%;
    width: 100%;}

@media screen and (min-width: 1880px) {
	@media screen and (max-height: 1000px) {
		/* 主页面 */
		.wrapper{
			background-position: center;
		}
		.content .move{
			bottom: 254px;
		}
		.content .moveLeft{
			bottom: 330px;
		}
		.content .footer{
			bottom: 7%;
		}
		/** 行业案例css **/
		.picScroll{
			top: 33%;
		}
		
	}
}