* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

li {
	list-style: none
}

.biaoti {
	font-size: 36px;
	font-weight: normal;
	color: #333;
	line-height: 0.6rem;
	padding-top: 0.4rem;
	text-align: center;
}

.describe {
	font-size: 18px;
	color: #666;
	line-height: 2em;
	text-align: center;
	max-width: 1000px;
	margin: 0.2rem auto 0;
}

.cp-banner {
	overflow: hidden;
}

.cp-banner img {
	width: 100%;
	display: block;
}

.sbss-info {
	padding-bottom: 0.5rem;
}

.sbss-product {
	background: #f5f5f5;
	padding-bottom: 0.5rem;
	/* min-width: 1200px; */
	text-align: center;
	box-sizing: border-box;
}

.sbss-product .pc {
	display: block;
}

.sbss-product .wap {
	display: none;
}


.sbss-product .pc .tu {
	margin: 0.3rem auto 0;
	width: 100%;
	max-width: 1200px;
	height: auto;
}

.sbss-product .wap .tu {
	margin: 0.3rem auto 0;
	height: auto;
	width: 100%;
}

/*重点*/

.funcs {
	width: 80%;
	height: 26.5rem;
	height: 32.5rem;
	margin: 0 auto;
	position: relative;
}

.funcs_title {
	text-align: center;
	font-size: 0.26rem;
	color: #1F2329;
	line-height: 0.26rem;
	margin-top: 0.365rem;
	margin-bottom: 0.365rem;
}

.funcs ul {
	width: 37%;
	height: 2.5rem;
	position: absolute;
	top: 0.625rem;
}

.funcs ul li {
	padding-left: 0.12rem;
	height: 0.45rem;
	font-size: 0.12rem;
	font-weight: 400;
	color: #1F2329;
	line-height: 0.4rem;
	border-left: 3px solid #EBECF0;
	cursor: pointer;
}

.border_active {
	border-left: 3px solid #0071EF !important;
	color: #0071EF !important;
}

.hide {
	display: none;
}

.funcs_right {
	position: absolute;
	width: 61%;
	height: 2.5rem;
	top: 0.625rem;
	right: 0;
}

.funcs_right .title {
	font-size: 0.208rem;
	color: #1F2329;
	margin-bottom: 0.18rem;
}

.funcs_right .cicle {
	width: 6px;
	height: 6px;
	background: #0071EF;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.05rem;
}

.funcs_right span {
	font-size: 0.1rem;
	font-weight: 400;
	color: #47484A;
	line-height: 0.208rem;
	line-height: 1.5;
	padding-top: 0.05rem;
	padding-bottom: 0.05rem;
	display: block;
	padding-left: 20px;
	margin-top: -20px;
	position: relative;
	top: -10px;
}

.right_down {
	/* width: 1109px; */
	/* height: 659px; */

}

.gn-btn {
	width: 1rem;
	height: 0.26rem;
	border-radius: 4px;
	border: 1px solid #0665E0;
	margin-bottom: 0.1rem;
	margin-top: 0.2rem;
	font-size: 0.104rem;
	font-weight: 400;
	color: #0665E0;
	line-height: 0.26rem;
	cursor: pointer;
	display: block;
	text-align: center;
	text-decoration: none;
}

.funcs_right img {
	width: 100%;
	margin: 0.4rem 0;
	padding-bottom: 0.4rem;
	border-bottom: 1px dashed #ddd;
}

.advantage {
	width: 100%;
	position: relative;
	padding: 0;
	height: auto;
	min-height: 400px;
	clear: both;
	background: #f2fafd;
}

.advantage img {
	width: 100%;
}

.advantage .title {
	width: 100%;
	text-align: center;
	font-size: 0.26rem;
	color: #1F2329;
	line-height: 0.26rem;
	position: absolute;
	top: 0.5rem;
}

.advantage .part {
	width: 80%;
	height: 1.77rem;
	display: flex;
	font-size: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #FFFFFF;
	box-shadow: 0px 6px 20px 0px rgba(68, 93, 192, 0.15);
	border-radius: 15px;
	position: absolute;
	top: 1.25rem;
	left: 10%;
}

.advantage .part .model {
	display: inline-block;
	flex: 1;
	height: 1.77rem;
	text-align: center;
	padding: 0 2.5%;
	box-sizing: border-box;
}

.advantage .part .model .text1 {
	margin-top: 0.285rem;
	font-size: 0.125rem;
	font-weight: 400;
	color: #28303B;
}

.advantage .part .model .text2 {
	display: inline-block;
	margin-top: 0.1rem;
	font-size: 0.375rem;
	color: #0665E0;
}

.advantage .part .model .text0 {
	display: inline-block;
	font-size: 0.1875rem;
	color: #0665E0;
}

.advantage .part .model .text3 {
	margin-top: 0.15rem;
	font-size: 0.09375rem;
	font-weight: 400;
	color: #28303B;
	text-align: left;
}

.advantage .exp_btn {
	position: absolute;
	bottom: 0.2rem;
	top: 3.5rem;
	left: 50%;
	transform: translate(-50%, 0);
	width: 0.9375rem;
	height: 0.26rem;
	text-align: center;
	background: #0665E0;
	border: 1px solid #0071EF;
	border-radius: 5px;
	font-size: 0.104rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.26rem;
	cursor: pointer;
	text-decoration: none;
}

@media (max-width: 1220px) {
	.cp-banner.zt img {
		left: -30vw !important;
	}

	.funcs {
		height: calc(175vw + 19rem);
	}

}

/*小屏*/
@media (max-width:900px) {
	.sbss-product .pc {
		display: none;
	}

	.sbss-product .wap {
		display: block;
	}

	.funcs {
		height: calc(286vw + 31rem);
	}

	.funcs .gn-btn {
		width: 3rem;
		height: 1rem;
		line-height: 1rem;
		font-size: 14px;
		margin-top: 0rem;
	}

	.biaoti,
	.funcs .funcs_title {
		font-size: 0.5rem;
		margin: 0.5rem auto;
		padding-top: 0;
	}

	.describe {
		padding: 0 10%;
		margin: 0.5rem auto;
	}

	.describe,
	.funcs_right .title {
		font-size: 0.4rem;
		padding-top: 0;
	}

	.funcs_right .title {
		margin-bottom: 0;
	}

	.zhengwen {
		margin-top: -0.2rem;
	}

	.sbss-info {
		padding-bottom: 0.3rem;
	}

	.sbss-product {
		padding-top: 1px;
	}


	.funcs .ul_left {
		display: none;
	}

	.funcs .funcs_right {
		width: 100%;
	}

	.funcs .right_up {
		height: 3.5rem;
	}

	.funcs .right_up span {
		font-size: 0.4rem;
		line-height: 0.6rem;
	}

	.advantage {
		height: 11rem;
	}

	.advantage .title {
		font-size: 0.5rem;
	}

	.advantage .part .model .text0 {
		font-size: 0.4rem;
	}

	.advantage .part .model .text1 {
		font-size: 0.4rem;
		font-weight: bold;
	}

	.advantage .part .model .text2 {
		font-size: 0.5rem;
	}

	.advantage .part .model .text3 {
		font-size: 0.32rem;
		line-height: 0.5rem;
		padding-bottom: 0.2rem;
	}

	.advantage .part {
		height: 7rem;
		display: block;
		width: 90%;
		left: 5%;
	}

	.advantage .part .model {
		width: 50%;
		height: auto;
		padding-bottom: 1px;
	}

	.advantage .exp_btn {
		font-size: 14px;
		top: auto;
		bottom: 1rem;
		width: 3rem;
		height: 1rem;
		line-height: 1rem;
	}

	.footer .aohuan {
		margin-top: 1rem !important;
	}

	.footer .server-group {
		margin-top: 1rem !important;
	}
}

/*大屏*/
@media (min-width:900px) {

	.funcs_title,
	.advantage .title {
		font-size: 36px;
	}

	.funcs_right .title {
		font-size: 32px;
	}
}