﻿.section_01,.section_03,.section_05{
	background: -moz-linear-gradient(140deg, #3abdb3 32%, #3d75e0 68%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(32%,#3abdb3), color-stop(68%,#3d75e0));
    background: -webkit-linear-gradient(140deg, #3abdb3 32%,#3d75e0 68%);
    background: -o-linear-gradient(140deg, #3abdb3 32%,#3d75e0 68%);
    background: -ms-linear-gradient(140deg, #3abdb3 32%,#3d75e0 68%);
    background: linear-gradient(140deg, #3abdb3 32%,#3d75e0 68%);
}
.section_02,.section_04,.section_06{
	background: -moz-linear-gradient(30deg, #38bced -23%, #724eed 76%);
    background: -webkit-gradient(linear, right top, left bottom, color-stop(-23%,#38bced), color-stop(76%,#724eed));
    background: -webkit-linear-gradient(30deg, #38bced -23%,#724eed 76%);
    background: -o-linear-gradient(30deg, #38bced -23%,#724eed 76%);
    background: -ms-linear-gradient(30deg, #38bced -23%,#724eed 76%);
    background: linear-gradient(30deg, #38bced -23%,#724eed 76%);
}

.section_01{
    padding: 150px 0 70px 0;
}
.section_01 .serv-item{
	background-color: #fff;
	height: 330px;
	border-radius: 13px;
	box-shadow: 0 0 18px rgba(51,145,196,6.2);
	text-align: center;
	padding: 15px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.section_01 .serv-item .icobox{
	width: 90px;
	height: 90px;
	border-radius: 90px;
	margin: 80px auto 28px auto;
    padding: 3px;

	background: -moz-linear-gradient(140deg, #3abdb3 20%, #3d75e0 80%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(20%,#3abdb3), color-stop(80%,#3d75e0));
    background: -webkit-linear-gradient(140deg, #3abdb3 20%,#3d75e0 80%);
    background: -o-linear-gradient(140deg, #3abdb3 20%,#3d75e0 80%);
    background: -ms-linear-gradient(140deg, #3abdb3 20%,#3d75e0 80%);
    background: linear-gradient(140deg, #3abdb3 20%,#3d75e0 80%);
}
.section_01 .serv-item .icobox>div{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background: #fff;
}
.section_01 .serv-item .icobox>div>img{
	width: 40px;
	height: 40px;
	margin-top: 22px;
}
.section_01 .serv-item .name{
	font-size: 1.2rem;
}
.section_01 .serv-item .showbox{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #000;
	border-radius: 13px;
	color: #fff;
	padding: 13px;

	background: -moz-linear-gradient(180deg, #123c8a 12%, #5cc2c1 88%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(12%,#123c8a), color-stop(88%,#5cc2c1));
    background: -webkit-linear-gradient(180deg, #123c8a 12%,#5cc2c1 88%);
    background: -o-linear-gradient(180deg, #123c8a 12%,#5cc2c1 88%);
    background: -ms-linear-gradient(180deg, #123c8a 12%,#5cc2c1 88%);
    background: linear-gradient(180deg, #123c8a 12%,#5cc2c1 88%);
	
	
    transition:top .3s;
	-webkit-transition:top .3s; 
}
.section_01 .serv-item:hover .showbox{
	top: 0;
}

.section_01 .serv-item .showbox .opcity-ico{
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: .2;
}

.section_01 .serv-item .showbox .name{
	font-size: 1.4rem;
	margin: 35px 0 10px 0;
}
.section_01 .serv-item .showbox .line{
	width: 36px;
	height: 7px;
	background:#fff;
	margin: 0 auto 10px auto;
}
.section_01 .serv-item .showbox .desc{
	height: 196px;
	padding: 24px;
	font-size: 1.1rem;
	line-height: 2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.section_02{
    padding: 200px 0 131px 0;
	color: #fff;
	height: 846px;
}

.section_02 .caseImg-view{
	margin: 0 auto;
	width: 506px;
	height: 485px;
	max-width: 100%;
}


.section_02 .layui-carousel, .section_02 .layui-carousel>[carousel-item]>*{
	background: none;
}
.section_02 .layui-carousel>[carousel-item]:before{
	display: none;
}
.section_02 .caseImg-view img{
	
	height: 100%;
	max-width: 100%;
}
.section_02 .caseInfo-view>div{
	
	position: absolute;
	top: 0;
	right: 0;
}

.section_02 .caseInfo-view .case-app-title{
	font-size: 1.3rem;
	line-height: 70px;
	margin: 50px 0 20px 0;
}
.section_02 .caseInfo-view .case-app-title img{
	width: 70px;
	height: 70px;
	margin-right: 8px;
	border: 3px solid #fff;
	box-sizing: border-box;
	border-radius: 20px;
}

.section_02 .caseInfo-view .case-app-desc{
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin-bottom: 40px;
	
}
.section_02 .caseInfo-view .case-super-title{
	font-size: 1.3rem;
	margin-bottom: 15px;
}
.section_02 .caseInfo-view .case-super-list{
	font-size: 1.1rem;
}
.section_02 .caseInfo-view .case-super-list>li{
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 10px 20px;
	position: relative;

	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.section_02 .caseInfo-view .case-super-list>li:before{
	content: ' ';
	position: absolute;
	left: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
	margin-top: -4px;
}
.section_02 .caseInfo-view .case-super-list>li:nth-child(4n+1):before{
	background: #92e987;
}
.section_02 .caseInfo-view .case-super-list>li:nth-child(4n+2):before{
	background: #fab049;
}
.section_02 .caseInfo-view .case-super-list>li:nth-child(4n+3):before{
	background: #fd7260;
}
.section_02 .caseInfo-view .case-super-list>li:nth-child(4n+4):before{
	background: #30e8df;
}


.section_02 .layui-carousel[lay-indicator=outside] .layui-carousel-ind{
	top: 40px;
}

.section_02 .layui-carousel[lay-indicator=outside] .layui-carousel-ind ul{
	background: none;
}

.section_02 .layui-carousel-ind li, .layui-carousel-ind li *{
	transition: all .3s;
	-webkit-transition: all .3s; 
}
.section_02 .layui-carousel-ind li{
	margin: 0 1rem;
	padding: .3rem 1rem .6rem 1rem;
	width: auto;
	height: auto;
	line-height: 1.6rem;
	border-radius: 0;
	background: none;
	font-size: 1.13rem;
	position: relative;
}

.section_02 .layui-carousel-ind li:hover{
	background: none;
}
.section_02 .layui-carousel-ind li.layui-this{
	background: none;
	font-weight: 600;
}
.section_02 .layui-carousel-ind li.layui-this:after{
	content: ' ';
	position: absolute;
	left: 50%;
	bottom: -0px;
	width: 40px;
	height: 3px;
	background: #fff;
	border-radius: 5px;
	margin-left: -20px;
}


.section_03{
    padding: 280px 0 220px 0;
    color: #fff;
}

.section_03 .flow-list>div .line-block{
	height: 90px;
	border: 4px solid rgba(255,255,255,0.42);
	border-left-width: 2px;
	border-right-width: 2px;
}
.section_03 .flow-list>div:first-child .line-block{
	border-left: 0;
	width: 50%;
	float: right;
}
.section_03 .flow-list>div:last-child .line-block{
	border-right: 0;
	width: 50%;
}
.section_03 .flow-list>div:nth-child(2n+1) .line-block{
	border-top: 0;
}
.section_03 .flow-list>div:nth-child(2n) .line-block{
	border-bottom: 0;
}

.section_03 .flow-list .flow-item{
	width: 90px;
	padding: 10px;
	position: absolute;
	left: 50%;
	margin-left: -45px;
	top: 6px;
	cursor: pointer;
	opacity: 0;
}
.section_03 .flow-list>div:nth-child(2n) .flow-item{
	top: -84px;
}
.section_03 .flow-list>div:first-child .flow-item{
	left: 0;
}
.section_03 .flow-list>div:last-child .flow-item{
	left: 100%;
}



.section_03 .flow-list .flow-icobox{
	text-align: center;
	margin: 0 auto;
}
.section_03 .flow-list .flow-icobox img{
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	left: 10px;
	z-index: 1;
}
.section_03 .flow-list .flow-block{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	margin: 27px auto 8px auto;
}
.section_03 .flow-list .flow-name{
	text-align: center;
	z-index: 10;
	position: relative;
	top: 0;
	font-weight: 300;
}
.section_03 .flow-list .flow-desc{
	position: absolute;
	width: 170px;
	margin-left: -85px;
	margin-top: -30px;
	background: rgba(89, 125, 237, 0.72);
	color: #fff;
	left: 50%;
	top: 100%;
	padding: 13px;
	padding-top: 45px;
	text-align: center;
	line-height: 1.6rem;
	box-shadow: 2px 2px 7px #5238ad;
	opacity: 0;
}

.section_03 .flow-list .flow-item *{
	transition: all .3s;
	-webkit-transition: all .3s; 
}
.section_03 .flow-list .flow-item:hover .flow-name{
	font-weight: 600;
	top: 10px;
}
.section_03 .flow-list .flow-item:hover .flow-desc{
	opacity: 1;
}

.section_04{
	padding: 200px 0 100px 0;	
}

.section_04 .prep-item{
	background: #fff;
}
.section_04 .prep-title{
	height: 180px;
	padding: 18px;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 1.5rem;
	text-align: center;
	line-height: 140px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.section_04 .prep-title span{
	position: relative;
}
.section_04 .prep-title span:after{
	content: "";
	position: absolute;
	width: 34px;
	height: 4px;
	bottom: -10px;
	left: 50%;
	margin-left: -17px;
	background: #fff;
}

.section_04 .prep-desc{
	height: 170px;
	padding: 18px 22px;
	
	
}
.section_04 .prep-desc p{
	font-size: 1.1rem;
	line-height: 1.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.section_05{
	padding: 80px 0 70px 0;	
	height: 780px;
}

.section_05 .about-info{
	color: #fff;
	min-height: 400px;
}

.section_05 .about-info h3{
	font-size: 1.38rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.section_05 .about-info .about-content p{
	padding: 2px 0;
	line-height: 1.5rem;
}
.section_05 .about-logo{
	width: 320px;
	margin: 50px auto;
	box-shadow: 22px 22px 0px #fff;
	position: absolute;
	right: 22px;
}

.section_05 .about-logo img, .section_05 .about-image img{
	max-width: 100%;
}


.section_05 .layui-carousel{
	background: none;
}

.section_05 .layui-carousel>[carousel-item]>*{
	background: none;
}

.section_05 .layui-carousel>[carousel-item]:before{
	display: none;
}

.section_05 .layui-carousel[lay-indicator=outside] .layui-carousel-ind ul{
	background: none;
}

.layui-carousel-ind li{
	width: 100px;
	border-radius: 0;
	height: 5px;
	margin: 0 8px;
}

.section_05 .section-title{
	position: relative;
	top: 0;
	margin-bottom: 80px;
}

.about-info .about-images{
	height: 306px;
	background: #fff;
	padding: 3px;
	margin-top: 30px;
}
.about-info .about-images div{
	float: left;
	height: 100%;
}
.about-info .about-images img{
	width: 100%;
	height: 100%;
	display: block;

	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s; 
	position: relative;
	left: 0%;
	top: 0%;
	z-index: 0;
}

.about-info .about-images img:hover{
	width: 106%;
	height: 106%;
	left: -3%;
	top: -3%;
	z-index: 1;
}
.about-info .about-images>div{
	padding-right: 4px;
}
.about-info .about-images>div:nth-child(1){width: 34%;}
.about-info .about-images>div:nth-child(2){width: 44%;}
.about-info .about-images>div:nth-child(3){width: 22%;}
.about-info .about-images>div:last-child{
	padding-right: 0;
}

.about-info .about-images>div:nth-child(2)>div:nth-child(1){
	height: 160px;
}
.about-info .about-images>div:nth-child(2)>div:nth-child(1)>div:nth-child(1){
	width: 48%;
	padding-right: 4px;
}
.about-info .about-images>div:nth-child(2)>div:nth-child(1)>div:nth-child(2){
	width: 52%;
}

.about-info .about-images>div:nth-child(2)>div:nth-child(2){
	padding-top: 4px;
	height: 140px;
}

.about-info .about-images>div:nth-child(2)>div:nth-child(2)>div:nth-child(1){
	width: 52%;
	padding-right: 4px;
}
.about-info .about-images>div:nth-child(2)>div:nth-child(2)>div:nth-child(2){
	width: 48%;
}