*{
	margin:0;
	padding:0;
	list-style: none;
}
a{
	text-decoration: none !important;
	color: #BAB7B6 !important;
}
/* 向上滚动 */
/* 本例子css */
		.txtScroll-top{ width:450px;  overflow:hidden; position:relative;  border:1px solid #ccc;   }
		.txtScroll-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("images/icoUp.gif") no-repeat;}
		.txtScroll-top .hd .next{ background:url("images/icoDown.gif") no-repeat;  }
		.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
		.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
		.txtScroll-top .hd ul li.on{ background-position:0 0; }
		.txtScroll-top .bd{ padding:15px;  }
		.txtScroll-top .infoList li{ height:24px; line-height:24px;   }
		.txtScroll-top .infoList li .date{ float:right; color:#999;  }

/* 头部导航 */
.bighead{
	height:240px;
	background:rgba(51,51,51,0.9);
}
.logoname{
	font-size:24px;
	font-weight:600;
	color: #fff;
}
.headnav{
	height:60px;
	line-height:60px;
	display: flex;
	justify-content: space-between;
}
.navsbox a span{
	display: inline-block;
	width:100px;
	height:100%;
	text-align: center;
	transition:all 0.4s;
}
.navsbox a span:hover{
	color:#fff !important; 
}
.point{
	font-size:40px;
	color: #fff;
	text-align: center;
	margin-top:100px;
}






.bigface{
	margin-top:6%;
}
/* 首页背景图 */
.bigbgpic{
	width:100%;
	height:870px;
	background-image: url(../images/bigpic.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.paybgpic{
	width:100%;
	height:870px;
	background-image: url(../images/newscenter.jpg);
	background-size:100% 100%;
	background-repeat:no-repeat;
}
.homecenter span{
	display: inline-block;
	margin-left:10%;
	margin-top:20%;
	font-size:50px;
	color: #fff;
}
/* 首页左右 */
.homebox{
	display: flex;
	justify-content: space-around;
	width:80%;
	margin:0 auto;
}
.rightbox{
	width:24%;
}
.abouthere{
	width:100%;
	border:1px solid #ccc;
	padding:10px 12px;
	font-size:20px;
	font-weight:600;
	color: #666666;
}
.heretxt{
	width:100%;
	height:200px;
	border:1px solid #ccc;
	border-top:none;
	padding:10px;
	font-size:18px;
	color: #666;
	line-height:30px;
	text-indent:2em;
}
.txtlistbox{
	width:100%;
}
.txtlistbox li{
	width:100%;
	padding:10px;
	border:1px solid #ccc;
	border-top:none;
	color: #666666;
	cursor: pointer;
	transition:all 0.4s;
	font-weight:500;
}
.txtlistbox li:hover{
	color:#BF0816;
}
.read{
	color:#A9A9A9;
	font-size:14px;
}
.read svg{
	vertical-align:top;
}
/* 首页联系我们 */
.abouts{
	width:100%;
	height:300px;
	border:1px solid #ccc;
}
.abouts p{
	text-indent:1em;
	margin-top:30px;
}
.telus{
	display: inline-block;
	width:100%;
	height:40px;
	line-height:40px;
	text-indent:2em;
	color: #fff;
	font-weight:600;
	background:#D10101;
}
.jump{
	background:#fff;
	border:1px solid #ccc;
	width:90%;
	margin-top:30px;
	padding:4px 0;
	margin-left:20px;
}
.jump:hover{
	border:1px solid #D10101;
}
.classlist{
	width:100%;
}
.classlist span{
	display: inline-block;
	padding:4px 10px;
	text-align: center;
	border:1px solid #ccc;
	margin:10px 10px;
	transition:all 0.4s;
	cursor: pointer;
}
.classlist span:hover{
	border:1px solid #D10101;
}



/* 资讯内容 */
.title01{
	margin-top:60px;
	margin-left:300px;
	width:200px;
	height:40px;
	text-align: center;
	line-height:40px;
	background: #BF0816;
	color: #fff;
}
.zxbox{
	width:100%;
	margin-top:20px;
	border-radius:10px;
	overflow: hidden;
	padding:20px;
	border:1px solid #fff;
	border-bottom:1px solid #ccc;
}
.zxbox:hover{
	border:1px solid #BF0816;
}
.zxbox .media{
	margin-top:50px;
}
.media img{
	border-radius:5px;
}
.txtsj{
	text-indent:2em;
}
.paybtn{
	float:right;
}
.h5txt{
	font-weight:bold;
	cursor: pointer;
	transition:all 0.2s;
}
.h5txt:hover{
	color: #BF0816;
}
.mr-3{
	transition:all 0.5s;
}
.mr-3:hover{
	transform: scale(1.04);
}
/* 联系我们 */

.container-fluid{
	padding:0px !important;
}
.waysbox{
	display: flex;
	justify-content: space-between;
}
.telbox{
	width:400px;
	height:200px;
	background:#2C2F34;
	color: #fff;
	text-align: center;
}
.aboutbox{
	display: inline-block;
	width:240px;
	height:100px;
	background:#32A6ED;
	color: #fff;
}
.subbox{
	width:60%;
}
.messages{
	width:100%;
	height:200px;
	padding:20px;
	margin-top:20px;
	border:1px solid #CED4DA;
	border-radius:5px;
}
.subbtn{
	float:right;
}
/* 公司简介 */
.comtitle{
	display: inline-block;
	width:230px;
	height:40px;
	text-align: center;
	line-height:40px;
	color:#fff;
	font-weight:600;
	background:#003399;
}
.tellwe{
	margin-top:40px;
}
.tellwe p{
	text-indent:2em;
	margin-top:40px;
}
.knowbox{
	margin-top:50px;
	width:100%;
	height:300px;
	display: flex;
	justify-content: space-between;
}
.knowbox li{
	padding:20px;
	font-weight:600;
}
.knowbox li span:nth-child(1){
	display: inline-block;
	width:40px;
	height:40px;
	background:#D7B671;
	text-align: center;
	line-height:40px;
	color: #fff;
}
/* 页脚 */
.foot{
	margin-top:50px;
}
.footer-bottom{
	background:#333333;
}

.copyright{
	color: #fff;
	padding: 22px 0px;
	text-align: center;
}

.copyright a{
	color: #fff;
}
