/* banner */
.banner-box{
	height: 600px;
	background: url(../img/banner-product.png) no-repeat center;
	background-size: cover;
}
.slogan-box{
	position: absolute;
	left: 12%;
	top: 0;bottom: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.slogan-box>h2{
	font-weight: 600;
	font-size: 32px;
	margin: 8px 0 22px;
}
.slogan-box>span{
	display: block;
	width: 800px;
	word-break: break-word;
	line-height: 30px;
	font-size: 16px;
}
.stick-level1{
	width:60px;
	height:5px;
	background:linear-gradient(128deg,rgba(0,137,255,1) 0%,rgba(0,220,255,1) 100%);
	margin: 12px 0 6px;
}
.stick-level2{
	width:38px;
	height:5px;
	background:linear-gradient(128deg,rgba(0,137,255,1) 0%,rgba(0,220,255,1) 100%);
}
/* 内容 */
/* 产品服务 */
.product-service{
	padding: 62px 0 80px;
}
.con-title,.sub-title{
	text-align: center;
}
.proservicebox{
	padding-top: 10px;
}
.proservice-per{
	display: flex;
	padding-top: 44px;
}
.proservce-content{
	width: 304px;
	color: #000;
	font-weight: 500;
}
.proservce-content>h3{
	color: #3A67CF;
	font-size: 20px;
	line-height: 28px;
	position: relative;
	padding-left: 16px;
	margin-bottom: 12px;
}
.proservce-content>h3::before{
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width:4px;
	height:28px;
	background:linear-gradient(128deg,rgba(0,137,255,1) 0%,rgba(0,220,255,1) 100%);
}
.proservce-content>p{
	font-size: 14px;
	line-height: 24px;
	padding-left: 16px;
	word-break: break-all;
}
.proservice-img{
	margin-left: auto;
	width: 522px;
	height: 300px;
}
/* 核心优势 */
.advantage-box{
	background: url(../img/background-pic.png) no-repeat;
	background-size: cover;
	background-color: rgba(245,246,251,0.54);
}
.advantage{
	padding: 45px 0 56px;
}
/* 新 */
.core-box{
	margin: 60px 0 20px;
}
.core-item-box{
	display: flex;
	justify-content: center;
}
.core-item{
	flex: 1;
	display: flex;
	margin-bottom: 40px;
}
.core-item_r{
	justify-content: flex-end;
}
.icon-box{
	width: 60px;
	height: 60px;
	position: relative;
}
.icon-box>svg{
	position: absolute;
	top: 0;bottom: 0;left: 0;right: 0;
	margin: auto;
}
.text-box{
	width: 300px;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.text-box>p{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
/* 新 */


/* 旧 */
.adv-three{
	display: flex;
	justify-content: space-between;
	border-bottom: solid 5px #D8D8D8;
	padding: 45px 0 10px;
	position: relative;
}
.adv-three-item{
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.adv-three-item_2::after{
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	background-color: rgba(58,103,207,1);
	position: absolute;
	bottom: -15px;
}
.adv-three-item>img{
	margin-right: 6px;
}
.adv-three-item>span{
	font-size: 24px;
	font-weight: 500;
	color: #000;
}
.describe-span{
	font-size: 14px;
	color: #000;
	line-height: 20px;
	display: block;
	text-align: center;
	margin: 22px 0 16px;
}
.adv-img-box{
	width: 544px;
	height: 342px;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.14);
	border-radius: 15px;
	border: 1px solid rgba(230,230,230,1);
	margin: 0 auto;
	padding: 14px;
}
.point-ul{
	margin-bottom: 10px;
	height: 8px;
}
.point-ul>li{
	width: 8px;
	height: 8px;
	background-color: #D8D8D8;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
}
.adv-img{
	width: 518px;
	height: 298px;
	background: #00DCFF;
	overflow: hidden;
}
.adv-img>img{
	max-width: 100%;
}
/* 旧 */

/* 立即体验 */
.experience-now{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0;
	color: #000;
}
.experience-default-btns{
	padding: 10px 36px;
	border-radius: 20px;
	font-size: 16px;
	min-height: 38px;
}
.experience-now>h3{
	font-size: 24px;
	line-height: 33px;
}
.experience-now>p{
	width: 864px;
	text-align: center;
	font-size: 18px;
	margin: 13px 0;
	line-height:25px;
}




@media (max-width: 1920px){
	.slogan-box>h2{
		font-size: 24px;
		margin: 8px 0 18px;
	}
	.slogan-box>span{
		line-height: 26px;
		font-size: 14px;
	}
}

@media (max-width: 1600px){
	.slogan-box>h1{
		font-size: 28px;
	}
	.slogan-box>h2{
		font-size: 22px;
		margin: 8px 0 16px;
	}
	.slogan-box>span{
		width: 680px;
		line-height: 26px;
		font-size: 14px;
	}
}

@media (max-width: 1200px){
	.slogan-box{
		left: 10%;
	}
	.slogan-box>h1{
		font-size: 28px;
	}
    .slogan-box>h2{
    	font-size: 22px;
		margin: 8px 0 14px;
    }
    .slogan-box>span{
		width: 680px;
    	line-height: 24px;
    	font-size: 14px;
    }
}