﻿.banner1{
	position: relative;
	background: url(../img/banner/banner1.jpg) no-repeat;
}
.banner1 .left{
	position: absolute;
	left: 290px;
	top: 85px;
}
.banner2{
	position: relative;
	background: url(../img/banner/banner2.jpg) no-repeat;
}
.banner2 dl{
	position: absolute;
}
.banner2 dl.left{
	left: 330px;
	top: 85px;
}
.banner2 dl.right{
	top: 120px;
	right: 1070px;
}
.banner2 dl>*{
	position: absolute;
}
.banner2 dl.left dt{
	top: 0;
	left: 0;
	z-index: 99;
}
.banner2 dl.left dd:nth-child(2){
	top: 50px;
	left: -160px;
}
.banner2 dl.left dd:nth-child(3){
	top: 50px;
	left: 230px;
}
.swiper-slide{
	height: 600px;
}

.banner-advantage{
	width: 1200px;
	line-height: 40px;
	-webkit-box-shadow: 0 0 10px #8fcbff;
	-moz-box-shadow: 0 0 10px #8fcbff;
	box-shadow: 0 0 10px #8fcbff;
	position: absolute;
	left: 0;
	right: 0;
	margin:  40px auto 0;
	background-color: #fff;
	z-index: 999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.banner-advantage li{
	padding: 10px 0;
	width: 33%;
}
.banner-advantage li:nth-child(2){
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.b-title{
	font-size: 20px;
}
.banner-advantage li .ib{
	vertical-align: sub;
}
.kunhuo{
	padding-bottom: 50px;
	background-color: #ffffff;
	padding-top: 150px;
}
.kunhuo-list{
	flex-wrap: wrap;
}
.kunhuo-list li{
	width: 317px;
	text-align: left;
	padding: 15px 28px;
	line-height: 30px;
	margin-bottom: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.kunhuo-list li:hover{
	-webkit-box-shadow: 0 0 5px #8fcbff;
	-moz-box-shadow: 0 0 5px #8fcbff;
	box-shadow: 0 0 5px #8fcbff;
}
.kunhuo-list li .kunhuo-detail{
	width: 230px;
	margin-left: 20px;
}
.kunhuo-list li p.kunhuo-title{
	font-size: 20px;
}
.kunhuo-list li p.kunhuo-desc{
	color: #666;
	font-size: 16px;
}
.kunhuo-list li .kunhuo-detail, .kunhuo-list li img{
	vertical-align: middle;
}

/*service 服务*/
.service{
	background-color: #dbefff;
	padding-top: 50px;
	padding-bottom: 80px;
}
.service li{
	font-size: 18px;
	color: #888;
	line-height: 35px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	width: 290px;
	overflow: hidden;
	margin-right: 10px;
	transition: .5s;
}
.service li.active{
	width: 580px;
}
.service li .s-wrap{
	width: 580px;
	height: 550px;
}
.service li .s1{
	width: 230px;
	float: left;
	height: 100%;
	color: #fff;
	padding: 0 30px;
}
.service li:nth-child(1) .s1{
	background: url(img/service-weixin-bg.jpg) no-repeat scroll top left;
}
.service li:nth-child(2) .s1{
	background: url(img/service-weibo-bg.jpg) no-repeat scroll top left;
}
.service li:nth-child(3) .s1{
	background: url(img/service-xhs-bg.jpg) no-repeat scroll top left;
}
.service li .s1 p.service-title{
	margin-top: 140px;
	font-size: 26px;
	margin-bottom: 20px;
}
.service li .s2{
	background: url(img/service-right1.jpg) no-repeat scroll top left;
	width: 290px;
	float: right;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	justify-content: center;
}
.service li .s2 a{
	color: #cecece;
	line-height: 40px;
	border: 1px solid #cecece;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 70%;
	margin: 10px auto;
	text-align: center;
}
.service li .s2 a:hover{
	color: #fff;
	border: 1px solid #fff;
}


/*优势*/
.advantage li{
	margin: 0 10px;
	line-height: 30px;
	position: relative;
}
.advantage li .a-content{
	width: 340px;
	position: absolute;
}
.advantage li .a-content .a-title{
	font-size: 24px;
}
.advantage li .a-content .a-desc{
	color: #666;
}

.advantage li:nth-child(1) .a-content{
	left: 20px;
	top: 0;
	text-align: right;
}
.advantage li:nth-child(2) .a-content{
	right: 0px;
	top: -40px;
	text-align: left;
}
.advantage li:nth-child(3) .a-content{
	left: -30px;
	top: -25px;
	text-align: right;
}
.advantage li:nth-child(4) .a-content{
	right: 0px;
	top: 10px;
	text-align: left;
}
.advantage li:nth-child(1) img.line{
	position: absolute;
	left: 370px;
}

.advantage li:nth-child(2) img.line{
	position: absolute;
	right: 20px;
	top: 60px;
}
.advantage li:nth-child(3) img.line{
	position: absolute;
	left: 0px;
	top: 50px;
}

.advantage li:nth-child(4) img.line{
	position: absolute;
	right: 360px;
	top: 70px;
}
.a-color-fabc00{
	color: #fabc00;
}
.a-color-a5a5a5{
	color: #3b9376;
}
.a-color-ed7d31{
	color: #ed4831;
}
.a-color-4472c4{
	color: #4472c4;
}

/*case*/
.chart{
	width: 450px;
	height: 250px;
	margin: auto;
}
.case-content{
	display: none;
}
.case-content.active{
	display: block;
}
.case{
	padding: 50px 0;
	/*background: #fafbff;*/
	background-color: #dbefff;
	position: relative;
}
.case-nav{
	justify-content: center;
}
.case-nav li{
	margin: 0 20px 20px;
	
	padding: 0 15px 10px;
}
.case-nav li.active{
	border-bottom: 2px solid #2196f3
}
.case-info{
	width: 600px;
	padding: 80px 40px 10px;
	background-color: #fff;
	line-height: 30px;
	margin-bottom: 30px;
}
.case-title{
	font-size: 28px;
	text-align: center;
}
.case-desc{
	margin: 20px 0 40px;
	color: #999;
	text-indent: 2em;
}
.case-info .btn{
	display: block;
	width: 130px;
	padding: 5px 0;
	margin: 16px auto;
	background-color: #2196f3;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.customer .title span:before,.customer .title span:after{
	width: 480px;
}
.customer-list{
	flex-wrap: wrap;
}
.customer-list li{
	border: 1px solid #8fcbff;
	width: 13%;
	margin: 10px;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 20px;
}
.customer-list li:hover{
	-webkit-box-shadow: 0 0 15px #8fcbff;
	-moz-box-shadow: 0 0 15px #8fcbff;
	box-shadow: 0 0 15px #8fcbff;
}
.customer-list li img{
	width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
