@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td {margin:0; padding:0;} 
table {} 
img { border:0;}
s{text-decoration:none}em{font-style:normal}
ul,ol {list-style:none;}
input,button,textarea,select{font-family:"微软雅黑",Arial, Helvetica, sans-serif;font-size:12px}
body{font-family:"微软雅黑";line-height:20px;font-size:14px;color: #595a5a;}
a{color: #000000;text-decoration:none;}
a:hover {color:#369}
a.gray{color:#595a5a}
a.gray:hover{color: #126a9f;}


.content {
	position:relative;
	width:100%;
}

.homebox {
	position:absolute;
	top:0;
	right:0;
	left:0;
	height:993px;
	background: linear-gradient(to right, #4567F4, #3CD3AD);
	overflow:hidden;
	z-index:-1;
}
.homebox .homeimg {
	margin-top:511px;
	hhhheight:486px;
	width:100%;
}



.main{margin:0 auto;margin-left:auto;margin-right:auto;box-sizing: border-box;}
.w1280 {width:1280px;margin:auto}
.logo {width:100%;height:70px;}
.logo1 {float:left;	width:390px;height:100%;padding-top:10px;}
.logo2 {float:right;margin-top:15px;font-size:20px;font-weight: bold;}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.fontht {
	font-family:微软雅黑;
}
.fl {
	float:left;
}
.fr {
	float:right;
}


.process_ul{
	display: flex;
	margin: 0 auto;
	width: 1130px;
	/* background-color: red; */
	justify-content: space-between;
}
.process_li{
	width: 1px;
	height: 43px;
	border: 1px solid #D8D8D8;
	background-color: #D8D8D8;
	margin-top: 30px;
}
.process_bottomborder{
	width: 292px;
	height: 4px;
	background: #D8D8D8 linear-gradient(90deg, #4567F4 0%, #3CD3AD 100%);
}
.mainTitle {
	font-size:36px;
	line-height:50px;
	padding:30px 0 10px 0;
	font-weight:bold;
	color:#303037;
	background: linear-gradient(90deg, #4567F4 0%, #3CD3AD 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mainTitle2 {
	font-size:36px;
	line-height:50px;
	padding:30px 0 10px 0;
	font-weight:bold;
	color:#303037;
}
.mainSubTitle {
	font-size:16px;
	line-height:24px;
	color:#999999;
	margin-bottom:30px;
}

.welcome-grid {
	float:left;
	width:244px;
	height:340px;
	margin-right:10px;
	cursor:pointer;
	background:#F7F9FF;
	border-radius:5px;
	padding-top:40px;
}
.welcome-grid:last-child {
	margin-right:0;
}

.welcome-grid img {
	margin:20px 0 20px 85px;
}
.welcome-grid .title {
	text-align:center;
	color:#303037;
	font-size:21px;
	font-weight:bold;
}
.welcome-grid .content {
	margin-top:20px;
	text-align:center;
	color:#505057;
	font-size:14px;
	line-height:26px;
}
.welcome-grid:hover {
	aabackground-color: #669FEE;
	background: linear-gradient(to bottom, #3CD3AD, #4567F4);
}
.service-img1 {
	/* width: 80px; */
	height: 80px;
}
.service-img2 {
	height: 80px;
	display:none;
}

.button1 {
	background: linear-gradient(to left, #3CD3AD, #4567F4);
	padding:12px 10px;
	width:570px;
	border:none;
	border-radius:5px;
	font-size:18px;
	color:#fff;
}
.button1:hover {
	background: linear-gradient(to left, #34b896, #4160e2);
	color:#fff;
}
.button_all {
	background: linear-gradient(to left, #3CD3AD, #4567F4);
	padding:12px 10px;
	width:370px;
	border:none;
	border-radius:5px;
	font-size:18px;
	color:#fff;
	margin: 80px auto 0;
	display: block;
}
.button_all:hover {
	background: linear-gradient(to left, #34b896, #4160e2);
	color:#fff;
}
.flow {
	margin-top:30px;
	float:left;
	width:153px;
	height:150px;
	position:relative;
}
.flow .circle {
	position:absolute;
	left:60px;
	top:0;
	border: 5px solid #96BDF1;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color:  #2776E2;
	background: linear-gradient(to top, #3CD3AD, #4567F4);
	text-align:center;
	line-height:49px;
	color:#fff;
	font-size:18px;
	font-weight: bold;
}
.flow .note {
	position:absolute;
	height:40px;
	line-height:40px;
	top:80px;
	left:20px;
	right:0;
	text-align:center;
	font-size:24px;
}
.line {
	position:absolute;
	left:90px;
	right:90px;
	top:61px;
	height:2px;
	border-top:1px solid #D4D4E1;
}



.solution .ul {
	position: relative;
}
.solution .ul .li:first-child {
    margin-left: 0;
}
.solution .ul .li {
    display: block;
    width: 30.95%;
    float: left;
    margin-left: -8%;
    cursor: pointer;
    position: relative;
}
.solution .ul .li .img {
    position: relative;
    width: 100%;
}
.solution .ul .li .img .cover {
    transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
}
.solution .ul .li .img img {
    width: 100%;
}
.solution .ul .li .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.solution .ul .li .text {
	position: absolute;
	top:30%;
	width:100%;
}
.solution .ul .li .text .img1{
	text-align:center;
	height:80px;
	
}
.img1 img{
	width: 71px;
	height: ;
}
.solution .ul a:nth-of-type(3) .img1>img{
	width: 48px;
	/* height: ; */
}

.case {
	position:relative;
}
.case .items {
	display:flex;
}
.case .item {
	box-shadow:  0px 1px 6px 0px rgba(23, 23, 23, 0.1);
	border-radius:4px;
	width:390px;
	height:350px;
	padding-top:10px;
	margin:10px;
	background:#fff;
	float:left;
}
.case .item:hover {
	transform:scale(1.02);
	-webkit-transform:scale(1.02);
	-moz-transform:scale(1.02);
	-o-transform:scale(1.02);
	-ms-transform:scale(1.02);
}
.case .item img {
	padding-left:8px;	
}
.case .item .title {
	margin:20px 0;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	line-height: 33px;
	text-align:center;
}
.case .item .note {
	font-size: 16px;
	font-weight: 400;
	color: #303037;
	line-height: 25px;
	text-align:center;
	opacity:0.6;
}
.case .more {
	position:absolute;
	height:380px;
	top:200px;
	left:0;right:0;
	bottom:0;
	z-index:-1;
}

.caseitem0 {
	border-radius:4px;
	background: #d8d8d8;
	width:30px;
	height:9px;
	display:inline-block;
	cursor:pointer;
}
.caseitem1 {
	border-radius:4px;
	background: linear-gradient(270deg, #4567F4 0%, #3CD3AD 100%);
	width:30px;
	height:9px;
	display:inline-block;
	cursor:pointer;
}


.ulli {
	display: inline-block;
	padding:0 10px;
	height:30px;
}
.ullicurrent {
	border-bottom:3px solid #4567F4;
}

.about .title {
	font-size:26px;
	line-height:30px;
}
.about .subtitle {
	font-size:12px;
	line-height:15px;
}
.about .info1 {
	font-size:12px;
	line-height:24px;
	color:#333;
	padding:10px 20px;
}
.about .title1 {
	font-size:16px;
	font-weight:bold;
	color:rgba(255,255,255,0.9);
	margin-left:10px;
}
.about .title2 {
	font-size:14px;
	color:rgba(255,255,255,0.8);
	margin-left:28px;
}
.about img {
	
}



.contact {
	text-align:center
}
.contact .title {
	font-size:32px;
	color:#ddd;
	line-height:45px;
}
.contact .note {
	font-size:14px;
	color:rgba(250,250,250,0.5);
	line-height:30px;
}
.contact input {
	width: 540px;
	height:38px;
	border-radius:4px;
	background-color:rgba(0,0,0,0.3);
	border:none;
	margin-bottom:15px;
	font-size:16px;
	color:#fff;
	padding:5px 15px;
	outline-style: none ;
}
.contact textarea {
	width: 540px;
	height:100px;
	border-radius:4px;
	background-color:rgba(0,0,0,0.3);
	border:none;
	margin-bottom:15px;
	font-size:16px;
	color:#fff;
	padding:5px 15px;
	outline-style: none ;
}
.circle {
	width: 20px;
	height: 18px;
	border: 1px solid #FFFFFF;
	border-radius:50%;
	display: inline-table;
}


.link {
	height:420px;
	margin-top:60px;
	background-color:#303037;
	position:relative;
}

.link .bar {
	padding-top:60px;
	color:#fff;
}
.link .bar .title{
	font-size:16px;
	
}
.title_bottomborder{
	width: 76px;
	height: 3px;
	background: linear-gradient(270deg, #4567F4 0%, #3CD3AD 100%);
	margin-bottom:40px;
	margin-top: 15px;
}
.link .bar .item {
	font-size:12px;
	line-height:40px;
	color:#ddd;
}

.link .footer-corp {
	border-top:1px solid #59595E;
	text-align:center;
	line-height:50px;
	color:#eee;
	font-size:13p;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}

.area {
	position:relative;
	aaoverflow:hidden;
}
.area .text {
	position:absolute;
	top:0;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	
}
.area .imgs {
	position:absolute;
	top:0;
	zzz-index:-1;
}
.area .imgs span {
	background-color: #F7F9FF;
	width:300px;
	height:351px;
	display: inline-block;	
}

.area .line {
	position:absolute;
	top:59px;
	left:30px;
	width:2px;
	background-color:#D8D8D8;
	height:400px;
}
.areaflowtext {
	padding:20px 0 0 82px;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
}
.areaflowdiv2 {
	position:absolute;
}
.areaflowdiv1 {
	background-color: #F7F9FF;
	width:60px;
	height:200px;
	top:30px;
	margin-left:400px;
	position:absolute;
}





.chat {
	position:fixed;
	right:10px;
	bottom:calc(10% + 120px);
	width:500px;
	height:400px;
	box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.16);
	background:#fff;
	z-index: 1000;
	border-radius:5px;
	overflow: hidden;
	
	background: linear-gradient(to left, #3CD3AD, #4567F4);
	font-size:14px;
	color:#fff;
	line-height:35px;
	cursor:move;
}




#scrollCaseItem {
	width: 100%;
    position: absolute;
    height: 100%;
    left: calc(50% - 640px);
    margin: 100px auto 0 auto;
}

#case-all-list {
	height: 400px;
    overflow: hidden;
    position: relative;
}
#case-all-list li {
	float:left;
	/* height:385px; */
	overflow:hidden;
	width:1280px;
	margin:0 auto;
}
#case-all-num {
	top: 430px;
    position: absolute;
    width: 400px;
    height: 20px;
    left: calc(50% - 200px);
	display: flex;
    justify-content: center;
}

#case-all-num li{
	width: 40px;
	height: 9px;
	background: #D8D8D8;
	border-radius: 4px;
	float:left;
	margin-right:5px;
}
#case-all-num li.on {
	background: linear-gradient(270deg, #4567F4 0%, #3CD3AD 100%);
}

