*{
	margin:0;
	padding:0;
	list-style: none;
}
a{
	text-decoration: none !important;
	color: #fff ;
}

/* 头部 */
.headbox{
	height:100%;
	display: flex;
	justify-content: space-between;
}
.headbox div{
	height:100%;
	line-height:40px;
}
.lefthead span{
	font-size:14px;
	/* font-weight:bold; */
	color: #fff;
}

.righthead ul{
	width:100%;
	display: flex;
	justify-content: space-around;
}
.righthead ul li{
	padding:0 14px;
}
.navbox{
	height:80px;
	display: flex;
	justify-content: space-between;
}
.buytxt{
	width:50%;
	height:100%;
	line-height:80px;
	font-size:30px;
	font-weight: bold;
	color: #0069D9;
}
.navul{
	user-select: none;
	height:100%;
	line-height:80px;
	width:50%;
	display: flex;
	justify-content: space-between;
	font-size:18px;
	font-weight:bold;
}
.navul li a{
	color: black !important;
}
.navul li a:hover{
	color:#0069D9 !important;
}

/* 产品中心 */
.pdtbox{
	margin-top:20px;
	text-align: center;
}
.productbox{
	width:100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-top:50px;
}
.pdt{
	width:22%;
}
.pdt div{
	width:100%;
	height:70%;
	background: #EBEEF3;
}
.pdt div img{
	width:100%;
}

/* 资讯中心 */
.txtbox{
	height:120px;
	line-height:120px;
	/* background: #007BFF; */
	color: orangered;
	text-align: center;
	font-size:40px;
	font-weight:bold;
}
.borderspan{
	display: inline-block;
	margin-bottom:12px;
	width:14%;
	border-bottom:1px solid orangered;
}
/* 资讯内容 */
.contnetbox-s{
	border:1px solid #ccc;
	width:100%;
	height:180px;
	margin-top:30px;
	border:1px solid #ccc;
	display: flex;
	justify-content: flex-start;
	justify-content: space-between;
	padding:10px;
}
.imgbox{
	width:20%;
}
.contnetbox-s img{
	width:100%;
	height:100%;
}
.jieshaobox{
	width:60%;
}
.jieshaobox p:first-child{
	font-weight: bold;
	font-size:18px;
}
.paybtnbox{
	display: flex;
	align-items: flex-end;
}
.paybtnbox button{
	font-size:14px;
}
/* 联系我们 */
.calltxt{
	color: #6C757D;
}
.callspan{
	border-bottom:1px solid #6C757D;
}
.callmebox{
	width:100%;
	height:900px;
	/* background: #fff; */
	overflow: hidden;
}
.centerbox ul{
	width:100%;
	height:200px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin-top:30px;
}
.centerbox ul li{
	text-align: center;
	width:33.3%;
	border-right:1px solid #ccc;
	line-height:50px;
}


/* 留言板 */
.messagebox{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.messagebox div{
	width:50%;
}
/* 登录页面 */
.loginbox{
	height:800px;
	background-color:rgba(0,0,0,0.1);
	overflow: hidden;
}
.frombox{
	width:26%;
	height:300px;
	background: #fff;
	margin:0 auto;
	margin-top:120px;
	text-align: center;
}
.frombox form div{
	margin:0 auto;
	margin-top:10px;
}
.loginbtn{
	padding:10px 100px;
	border:none;
	margin-top:20px;
	background: #85C300;
	color: #fff;
}
.enterbtn{
	padding:10px 80px;
	border:none;
	margin-top:20px;
}
.enterbox{
	height: 430px;
}

/* 欢迎入驻 */
.ruzhubox{
	overflow: hidden;
}
.ruzhubox h2{
	color: #fff;
	margin:50px 30px;
}
.ruzhubox button{
	padding:20px 80px;
	background: orangered;
	border: none;
	color: #fff;
	font-size:20px;
	font-weight: bold;
	float: right;
	margin-top:50px;
}
.ruzhubox button:hover{
	background:#fff;
	color: orangered;
}

/* 入驻流程 */
.liucheng{
	margin-top:50px;
}
.liucheng ul{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.liucheng ul li div{
	color: #fff;
	text-align: center;
	width:100%;
	background: orange;
}






/* 页脚 */
.footer-bottom{
	background:#192c34;
	margin-top:50px;
}

.copyright{
	color: #fff;
	padding: 22px 0px;
	text-align: center;
}

.copyright a{
	color: #fff;
}
.ruzhucontent{
	margin-top:30px;
}
.ruzhucontent span:first-child{
	font-weight:bold;
	font-size:22px;
}