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%;
}
.training_banner{
	position: relative;
	background: url(../img/training_banner.jpg) no-repeat;
	background-size: cover;
}

.training_banner h1{
	position: absolute;
	font-size: 60px;
	width: 100%;
	top: 180px;
	text-align: center;
}
.training_banner h3{
	position: absolute;
	font-size: 22px;
	font-weight: normal;
	width: 100%;
	top: 330px;
	text-align: center;
}
.training_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;
	width: 280px;
}
.items li:hover {
	box-shadow: 0px 2px 6px 0px rgba(43,105,157,0.30);
	scale: 105%;
}
.items02 li:hover {
	box-shadow: 0px 2px 6px 0px rgba(18,188,219,0.30);
	scale: 105%;
}

.items>div {
	padding: 0px 14px 14px;
	width: 280px;
	height: 140px;
	color: #4f4f4f;
	position: relative;
}

.items i {
	width: 48px;
	height: 48px;
	margin-top: 26px;
	display: inline-block;
}
.items i.icon_training01 {
	background: url(../img/icon_training01.png) no-repeat;
	background-size: cover;
}
.items i.icon_training02 {
	background: url(../img/icon_training02.png) no-repeat;
	background-size: cover;
}
.items i.icon_training03 {
	background: url(../img/icon_training03.png) no-repeat;
	background-size: cover;
}
.items i.icon_training04 {
	background: url(../img/icon_training04.png) no-repeat;
	background-size: cover;
}
.items i.icon_training05 {
	background: url(../img/icon_training05.png) no-repeat;
	background-size: cover;
}
.items i.icon_training06 {
	background: url(../img/icon_training06.png) no-repeat;
	background-size: cover;
}
.items i.icon_training07 {
	background: url(../img/icon_training07.png) no-repeat;
	background-size: cover;
}
.items i.icon_training08 {
	background: url(../img/icon_training08.png) no-repeat;
	background-size: cover;
}
.items i.icon_training09 {
	background: url(../img/icon_training09.png) no-repeat;
	background-size: cover;
}
.items i.icon_training10 {
	background: url(../img/icon_training10.png) no-repeat;
	background-size: cover;
}
.items i.icon_training11 {
	background: url(../img/icon_training11.png) no-repeat;
	background-size: cover;
}
.items i.icon_training12 {
	background: url(../img/icon_training12.png) no-repeat;
	background-size: cover;
}
.items i.icon_training13 {
	background: url(../img/icon_training13.png) no-repeat;
	background-size: cover;
}
.items i.icon_training14 {
	background: url(../img/icon_training14.png) no-repeat;
	background-size: cover;
}
.items i.icon_training15 {
	background: url(../img/icon_training15.png) no-repeat;
	background-size: cover;
}
.items i.icon_training16 {
	background: url(../img/icon_training16.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;
}
.function p{
	color: #555;
	font-size: 14px;
}
.pro_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-radius: 3px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: inline-block;
}
.more01 a{
	background-image: linear-gradient(to right, #898BFF, #31BEF3);
}
.more02 a{
	background-image: linear-gradient(to right, #3DC5FA, #ABFEC2);
}
.more03 a{
	background-image: linear-gradient(to right, #FFB346, #FDED9D);
}
.more04 a{
	background-image: linear-gradient(to right, #F77E81, #FFD5AA);
}

/* 功能展示 */
.function{
	padding-bottom: 40px;
}
.function01 h2, .function02 h2, .function03 h2, .function04 h2{
	font-size: 28px;
}
.function01 h2 i, .function02 h2 i, .function03 h2 i, .function04 h2 i{
	width: 6px;
	height: 30px;
	margin-top: 5px;
	margin-right:12px;
	float:left;
	background-image: linear-gradient(to bottom, #898BFF, #31BEF3);
}
.function02 h2 i{
	background-image: linear-gradient(to bottom, #3DC5FA, #ABFEC2);
}
.function03 h2 i{
	background-image: linear-gradient(to bottom, #FFB346, #FDED9D);
}
.function04 h2 i{
	background-image: linear-gradient(to bottom, #F77E81, #FFD5AA);
}

/* 个性化 */
.custom{
	background-color: #F6F6F6;
	padding-top: 40px;
	padding-bottom: 50px;
}
.custom h2{
	margin-top: 20px;
}
.custom_c {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto 10px;
}

.custom_c dl {
	text-align: center;
	width: 300px;
}
.custom_c dt {
	height: 220px;
}
.custom_c dl dd {
	background-color: #0083DA;
	margin: 0;
	padding: 20px 30px;
	color: #fff;
	height: 220px;
}
.custom_c h3 {
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.custom_c p {
	line-height: 200%;
}
.custom_c dl img {
	width: 100%;
}


/* 安全可靠 */
.safe{
	background-color: #FFFFFF;
	padding-top: 40px;
}
.safe .title h2{
	margin-top: 0;
}
.safe .items li {
	position: relative;
	border-radius: 8px;
	width: 580px;
	height: 160px;
	overflow: hidden;
	margin-bottom: 40px;
}
.safe .items li:hover {
	scale: 105%;
}
.safe .items li dt{
	width: 160px;
	height: 160px;
	float: left;
	margin-right: 20px;
} 
.items dt.pic_safe01 {
	background: url(../img/pic_safe01.png) no-repeat;
	background-size: cover;
}
.items dt.pic_safe02 {
	background: url(../img/pic_safe02.png) no-repeat;
	background-size: cover;
}
.items dt.pic_safe03 {
	background: url(../img/pic_safe03.png) no-repeat;
	background-size: cover;
}
.items dt.pic_safe04 {
	background: url(../img/pic_safe04.png) no-repeat;
	background-size: cover;
}
.safe .items li h3{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
.safe .items li p{
	color: #8D8D8D;
	text-align: left;
	float: left;
	width: 370px;
	margin-top: 0;
	line-height: 180%;
} 