@charset "utf-8";
/* CSS Document */
/* banner */
.banner{
	width: 100%;
	height: 600px;
	position: relative;
}
.banner .ban-a{
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	background-color: #061e7f;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.banner .ban-a1{
	background-image: url(/wp-content/uploads/images/cs/cs-bj1.jpg);
}

/* 对号 */
.check-mark,.check-mark-6 {
	background: url(/wp-content/uploads/images/cs/cs-ico13.png) no-repeat left 3px;
}
.check-mark-6 {
	background-position: left 6px;
}

/* 功能介绍Tab */
.gallery-thumbs {
	height: 90px;
	margin: 60px auto 0;
	box-shadow: 0 0 13px #f8f8f8;
	background-color: #fff;
}
.gallery-thumbs > li span {
	width: 34px;
	height: 34px;
	margin: 14px 0 0;
	display: inline-block;
	overflow: hidden;
}
.gallery-thumbs .thumb-active {
	color: #fff;
	background-color: #3b53eb;
}
.gallery-thumbs .thumb-active span img {
	margin-top: -34px;
}
.gallery-thumbs .thumb-active::after {
	content: "";
	position: absolute;
	border: 15px solid transparent;
	border-top: 15px solid #3b53eb;
	left: 50%;
	bottom: -30px;
	margin-left: -15px;
}

/* 亮点 */
.highlights {
	width: 535px;
}
.highlights > p {
	position: relative;
	z-index: 2;
}
.highlights > i:first-child {
	width: 118px;
	height: 118px;
	position: absolute;
	left: -50px;
	top: -50px;
	padding: 45px 0 0 45px;
	border-radius: 50%;
	background-color: #0174fc;
	border: 10px solid #d9e6ff;
}
.highlights::before {
	content: "";
	width: 214px;
	height: 214px;
	position: absolute;
	left: -84px;
	bottom: -78px;
	border-radius: 50%;
	border: 60px solid #f6faff;
}
.highlights::after {
	content: "";
	width: 38px;
	height: 38px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: url(/wp-content/uploads/images/cs/cs-ico14.png) no-repeat center center;
}

/* 电话客户列表 */
.phone-list > li {
	width: 196px;
	border-radius: 10px;
	padding: 15px 0 10px;
	background: url(/wp-content/uploads/images/cs/cs-bj2.jpg) no-repeat center center;
	background-size: cover;
}
.phone-list > li > .font-s26 {
	margin-bottom: 6px;
}