
/* 顶部导航 */
.posit_fixed{
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index: 1;
}
.gw-top{
	display: flex;
	background: #000D18;
	padding: 18px;
	justify-content: space-between;
}
.gw-logo{
	margin-left: 42px;
	width: 70px;
	height: 30px;
	margin-top: 12px;
}
.gw-logo img{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.gw-nav{
	display: flex;
	line-height: 50px;
}
.gw-nav ul{
	display: flex;
}
.gw-nav ul li {
	line-height: 50px;
	text-align: center;
	margin-right: 60px;
}
.gw-btn{
	display: flex;
}
.gw-btn p:nth-of-type(1){
	cursor: pointer;
	display: flex;
	color: #D8D8D8;
	border-right: 1px solid #D8D8D8;
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
	padding-right: 50px;

}
.gw-btn p:nth-of-type(1) span{
	cursor: pointer;
	margin-left: 5px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../imgs/lw.png) no-repeat;
	background-size: contain;
}
.gw-btn p:nth-of-type(2) a{
	cursor: pointer;
    display: block;
	padding: 0 40px;
	height: 50px;
	line-height: 50px;
	/*color:#D8D8D8 ;*/
	background: linear-gradient(123deg, #00D29D 0%, #00A650 100%);
	border-radius: 5px;
	margin-left: 20px;
	margin-right: 120px;
}
/* 顶部导航 结束 */
/* banner 开始 */
.banner{
	height: 1100px;
	background: url(../imgs/banner_bg2.png) no-repeat;
	position: relative;
	background-size: 100% 100%;
}
.banner-content{
	padding-top: 347px;
	width: 1200px;
	margin: 0 auto;
}
.banner-content h4{
	height: 55px;
	font-size: 40px;
	font-family: Alibaba-PuHuiTi-H, Alibaba-PuHuiTi;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 55px;
	background: linear-gradient(180deg, #EEEEEE 0%, #D8D8D8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner-content h5{
	height: 55px;
	font-size: 40px;
	font-family: Alibaba-PuHuiTi-H, Alibaba-PuHuiTi;
	font-weight: bold;
	color: #00AC5C;
	line-height: 55px;
}
.banner-content ul{
	padding-top:92px ;
}
.banner-content ul li{
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgb(255, 255, 255,.8);
	line-height: 22px;
	margin-bottom: 10px;
}
/* banner 结束 */
/* 解决问题 开始 */
.solve-problem{
	width: 1200px;
	position: absolute;
	left: 50%;
	bottom:-66px;
	transform: translateX(-50%);
}
.solve-problem h6{
	text-align: center;
	height: 42px;
	font-size: 30px;

	color: rgb(255, 255, 255,.8);
	line-height: 42px;
}
.solve-problem p{
	text-align: center;
	height: 25px;
	font-size: 18px;
	color: rgb(255, 255, 255,.8);
	line-height: 25px;
}
.solve-problem ul{
	display: flex;
	justify-content: space-between;
	padding-top: 46px;
}
.solve-problem ul li{
	width: 395px;
	background: #fff;
	display: flex;
	padding: 30px;
	box-sizing: border-box;
	display: flex;
}
.solve-problem .li_lsit-img{
	width: 70px;
	height: 70px;
	margin-right: 22px;
	background: #F8F8F8;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.li_list_text{
	flex: 1;
}
.li_list_text h6{
	text-align: left;
	height: 27px;
	font-size: 20px;
	font-family: Al ibabaPuHuiTiM;
	color: #2D3234;
	line-height: 27px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.li_list_text p{
	text-align: left;
	height: 43px;
	font-size: 14px;
	font-family: AlibabaPuHuiTiR;
	color: #909192;
	line-height: 20px;
}
.solve-problem .li_lsit-img img{
	display: block;
	width: 42px;
	height: 42px;
}
/* 解决问题 结束 */
/* 数字模块 开始 */
.number{
	height: 612px;
	background: url(../imgs/num_bg.png) no-repeat;
	position: relative;
	background-size: 100% 100%;
}
.number ul{
	width: 1200px;
	margin: 0 auto;
	padding-top:150px ;
	display: flex;
	justify-content: space-between;
}
.number ul li p:nth-of-type(1){
	font-size: 71px;

	font-weight: bold;
	color: #00AC5C;
	line-height: 83px;
}
.number ul li p:nth-of-type(2){
	font-size: 18px;

	font-weight: bold;
	color: #000000;
	line-height: 25px;
}
.guide-item-top{
	background:url(../imgs/user_item_bg.png) no-repeat;
	height: 160px;
	padding-top: 50px;
	box-sizing: border-box;
}
.guide-item-top img{
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto;
}
.guide-item-top p{
	padding-top: 20px;
	text-align: center;
	height: 27px;
	font-size: 20px;
	font-family: AlibabaPuHuiTiR;
	color: rgba(255,255,255,.8);
	line-height: 27px;
}
/* 数字模块 结束 */
/* 指南 开始 */
.use-guide{
	width: 1200px;
	position: absolute;
	left: 50%;
	bottom: -120px;
	transform: translateX(-50%);
}
.use-guide h6{
	text-align: center;
	height: 42px;
	font-size: 30px;


	color: #000000;
	line-height: 42px;
	padding-bottom: 46px;
}
.use-guide ol{
	display: flex;
	justify-content: space-between;

}
.use-guide ol li{
	width: 280px;
	background: #fff;
	cursor: pointer;
}

.guide-item-bottom p a{
	display: block;
	height: 66px;
	line-height: 66px;
	font-size: 14px;

	color: #46D4A5;
	padding-left: 25px;
	background: url(../imgs/p_bg.png) no-repeat;
	background-position: 90px 27px;
	cursor: pointer;
	font-weight: normal;
}
.guide-item-bottom p:hover{
	background: #FFBF3C;
	color: #fff;
}

.guide-item-bottom p a:hover{
	color: #fff;
	background-image: none;
}
/* 指南 结束 */
/* 应用场景 开始 */
.scenario{
	height: 980px;
	background: url(../imgs/yy_bg.png) no-repeat;
	background-size: 100% 100%;
}
.scenario-content{
	width: 1200px;
	margin: 0 auto;
	padding-top: 230px;
}
.scenario-content h5{
	text-align: center;
	height: 42px;
	font-size: 30px;


	color: rgba(255,255,255,.8);
	line-height: 42px;
}
.scenario-content h6{
	text-align: center;
	height: 20px;
	font-size: 14px;


	color: rgba(255,255,255,.8);
	line-height: 20px;
}
.scenario-content ul{
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
}
.scenario-content ul li{
	width: 230px;
	height:70 px;
	line-height: 70px;
	border: 1px solid rgba(255,255,255,.4);
	font-size: 24px;

	color: rgba(255,255,255,.8);
	font-weight: bold;
	text-align: center;
	cursor: pointer;

}
.scenario-content ul li.active{
	border: 1px solid transparent;
	border-bottom: 6px solid #00AC5C;
	color: #00AC5C;
}

.scenario-content p{
	text-align: center;
	height: 50px;
	font-size: 23px;

	color: rgba(255,255,255,.4);
	line-height: 32px;
	margin-top: 64px;
	margin-bottom: 38px;
}
.scenario-content ol{
	display: flex;
	justify-content: center;
	display: none;
}
ol.hidelist{
	display: flex;
}

.scenario-content ol li:nth-child(odd) div.li_img{
	width: 100px;
	height: 100px;
	background: rgba(255,255,255,.9);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.scenario-content ol li:nth-child(odd) p{
	margin-top: 17px;
	text-align: center;
	height: 22px;
	font-size: 17px;

	color: rgba(255,255,255,.4);
	line-height: 20px;
}
.scenario-content ol li img{
	display: block;
	width: 47px;
	height: 47px;
	animation:rotating 2s infinite ;
}
.scenario-content ol li:nth-child(even){
	width: 167px;
	height: 14px;
	background: url(../imgs/li_bg.png) no-repeat;
	margin: 0 10px;
	margin-top: 42px;
}

/* 应用场景 结束 */
/* 立即注册 开始*/
.register{
	padding-top: 207px;
	background: #1F1F1F;
}
.register-btn{
	height: 146px;
	background: url(../imgs/lizc_bg.png) no-repeat;
	padding-top: 46px;
	box-sizing: border-box;
	background-size: 100% 146px;
}
.register-btn p a{
	width: 293px;
    display: block;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #FFFFFF;
	border-radius: 8px;
	margin:  0 auto;
	cursor: pointer;
	font-size: 20px;
	font-family: AlibabaPuHuiTiR;
	color: #00C484;
}
.register-btn p a:hover{
	background: #FFBF3C;
	color: #fff;
}
.lj_btn a{
    display: block;
	margin:  110px auto 0 auto;
	width: 290px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(../imgs/lj_bg.png) no-repeat;
	background-size: contain;
	color: #fff;
	cursor: pointer;
}


/* 立即注册 结束 */
/* 页脚 开始 */
.gw-footer{
	background:#1F1F1F ;
	padding-top: 175px;
}
.gw-footer-content{
	width: 1200px;
	margin:  0 auto;
}
.footer-logo img{
	display: block;
	width: 70px;
	height: 30px;
	margin: 0 auto;
}
.footer-logo p{
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-family: AlibabaPuHuiTiR;
	color: #FFFFFF;
	line-height: 20px;
	color: #898989;
}
.footer-list{
	display: flex;
	border-bottom: 2px solid #979797;
	padding-bottom: 56px;
	padding-top: 45px;
}
.footer-item{
	color: #898989;
	padding-right: 38px;
}
.footer-item h6{
	color: #F1F1F1;
	font-size: 14px;
	margin-bottom: 8px;
	margin-top: 8px;
}
.footer-item p{
	font-size: 14px;
	line-height: 20px;
	max-width: 420px;
}
.footer-item p a{
	font-size: 14px;
	color: #898989;
	line-height: 20px;
	max-width: 420px;
}
.footer-item ul{
	display: flex;
}
.footer-item ul li{
	width: 100px;
	height: 100px;
	margin-right: 20px;
}
.footer-item ul li img{
	display: block;
	width: 100%;
	height: 100%;
}
.bah{
	margin-top: 53px;
	font-size: 14px;
	font-family: AlibabaPuHuiTiR;
	color: #898989;
	line-height: 20px;
	padding-bottom: 73px;

}
/* 页脚 结束 */