body {
	font: 14px/1.5 PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
	margin: 0;
	padding: 0;

}


.swiper{
	height: 600px;
}
.banner{
	width: 100%;
	position: relative;
	color: #fff;
	height: 600px;
}
.banner img {
	width: 100%;
}
.online_banner{
	position: relative;
	background: url(../img/online_banner.jpg) no-repeat;
	background-size: cover;
}

.online_banner h1{
	position: absolute;
	font-size: 60px;
	width: 100%;
	top: 180px;
	text-align: center;
}
.online_banner h3{
	position: absolute;
	font-size: 22px;
	font-weight: normal;
	width: 100%;
	top: 330px;
	text-align: center;
}
.online_banner a.btn_more{
	position: absolute;
	width: 150px;
	height: 40px;
	border: 1px solid #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	top: 450px;
	left: calc(50% - 75px);
	border-radius: 4px;
	color: #fff;
	line-height: 40px;
}

.title h2{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #181818;
	margin-bottom: 0;
	margin-top: 50px;
}

.title p{
	text-align: center;
	font-size: 16px;
	color: #999;
	margin-top: 0;
}

/* 列表 */
.items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto 10px;
}

.items li {
	background-color: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	border-radius: 8px;
	margin-bottom: 20px;
	transition: 0.3s linear all;
	text-align: center;
}
.items li:hover {
	box-shadow: 0px 2px 6px 0px rgba(43,105,157,0.30);
	scale: 105%;
}

.items a {
	color: #4f4f4f;
	position: relative;
}

.items a>div {
	padding: 0px 14px 14px;
	width: 380px;
}

.items i {
	width: 48px;
	height: 48px;
	margin-top: 26px;
	display: inline-block;
}
.items i.icon_saas01 {
	background: url(../img/icon_saas01.png) no-repeat;
	background-size: cover;
}
.items i.icon_saas02 {
	background: url(../img/icon_saas02.png) no-repeat;
	background-size: cover;
}
.items i.icon_saas03 {
	background: url(../img/icon_saas03.png) no-repeat;
	background-size: cover;
}
.items h3 {
	font-size: 20px;
	color: #181818;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 12px;
}
.saas p{
	color: #B0B0B0;
	font-size: 12px;
}
.pro_txt{
	text-align: center;
	width: 340px;
	margin: 0 auto 5px;
	line-height: 180%;
	color: #555;
}
.saas_txt{
	text-align: center;
	width: 240px;
	margin: 0 auto 5px;
	line-height: 180%;
	color: #555;
}

.more {
	margin: 0 auto 40px;
	text-align: center;
}

.more a {
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #0F55C8;
	border-radius: 3px;
	font-size: 18px;
	color: #0F55C8;
	text-align: center;
	display: inline-block;
}

/* 培训平台 */
.pxpt {
	padding: 1px 0 10px;
	height: 740px;
}
.pxpt .container{
	position: relative;
}
.pxpt .pic{
	margin:40px 0;
}
.pxpt .pic img{
	width: 100%;
}
/* 管家式服务 */
.service{
	background-color: #F6F6F6;
	padding-top: 1px;
	height: 600px;
}
.service .items li {
	position: relative;
	border-radius: 8px;
	width: 280px;
	height: 310px;
	overflow: hidden;
	text-align: center;
}
.service .items li img {
	width: 100%;
}
.service01{
	background: url(../img/service_01.png) no-repeat;
	background-size: cover;
	padding: 5px 70px 10px 15px;
	margin-top: 40px;
}
.service02{
	background: url(../img/service_02.png) no-repeat;
	background-size: cover;
	padding: 5px 70px 10px 15px;
	margin-top: 60px;
}
.service03{
	background: url(../img/service_03.png) no-repeat;
	background-size: cover;
	padding: 5px 15px 10px 70px;
	margin-top: 40px;
}
.service04{
	background: url(../img/service_04.png) no-repeat;
	background-size: cover;
	padding: 5px 15px 10px 70px ;
	margin-top: 60px;
}

/* 我们的优势 */
.advantage{
	background-color: #FFFFFF;
	padding-top: 40px;
}
.advantage .title h2{
	margin-top: 0;
}
.advantage .items li {
	position: relative;
	border-radius: 8px;
	width: 380px;
	height: 120px;
	overflow: hidden;
	box-shadow: none;
}
.advantage .items li:hover {
	scale: 100%;
}
.advantage .items li i{
	float: left;
	margin-top: 10px;
	margin-right: 10px;
} 
.items i.icon_ys01 {
	background: url(../img/icon_ys01.png) no-repeat;
	background-size: cover;
}
.items i.icon_ys02 {
	background: url(../img/icon_ys02.png) no-repeat;
	background-size: cover;
}
.items i.icon_ys03 {
	background: url(../img/icon_ys03.png) no-repeat;
	background-size: cover;
}
.items i.icon_ys04 {
	background: url(../img/icon_ys04.png) no-repeat;
	background-size: cover;
}
.items i.icon_ys05 {
	background: url(../img/icon_ys05.png) no-repeat;
	background-size: cover;
}
.items i.icon_ys06 {
	background: url(../img/icon_ys06.png) no-repeat;
	background-size: cover;
}
.advantage .items li p{
	color: #8D8D8D;
	text-align: left;
	float: left;
	width: 300px;
} 


/* 客户案例 */
.links {
	padding: 0 0 40px;
}

.links ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 30px auto 10px;
}

.links ul li {
	margin-right: 25px;
	margin-bottom: 25px;
	background-color: #fff;
	border: 1px solid #E0E0E0;
	text-align: center;
}

.links ul li:nth-child(7n) {
	margin-right: 0;
}

.links ul li a {
	width: 150px;
	height: 80px;
}

.links ul li a img {
	width: 148px;
}

