*{
	margin:0;
	padding:0;
	list-style: none;
}
a{
	text-decoration: none !important;
	color: #000 !important;
}
/* 头部导航 */
.headbox{
	display: flex;
	justify-content: space-between;
	height:80px;
}
.lefthead{
	height:100%;
	/* line-height:30px; */
}
.lefthead span{
	font-size:26px;
	font-weight:bold;
	display: inline-block;
	margin-top:5px;
}
.logotxt{
	color: orangered;
}
.righthead{
	width:40%;
	height:100%;
}
.righthead ul{
	display: flex;
	justify-content: space-between;
	width:100%;
	height:100%;
	line-height:80px;
}
.righthead ul li{
	text-align: center;
	width:100px;
}
.righthead ul li a{
	display: inline-block;
	width:100%;
	height:100%;
	/* font-size:18px; */
	font-weight:500;
}
.nav-bg{
	color:orangered !important;
	border-bottom:3px solid orangered;
}
.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;
	
}
/* 资讯内容 */
.zxbox{
	width:100%;
	height:250px;
	margin-top:20px;
	border-radius:10px;
	border:1px solid #ccc;
	box-shadow:10px 10px 10px #ccc;
	overflow: hidden;
	padding:10px;
}
.zxbox .media{
	margin-top:50px;
}
.txtsj{
	text-indent:2em;
}
.paybtn{
	float:right;
}
.h5txt{
	font-weight:bold;
}
.mr-3{
	transition:all 0.5s;
}
.mr-3:hover{
	transform: scale(1.04);
}
/* 联系我们 */
/* 联系我们 */
.line{
	display: inline-block;
	width:10%;
	border-bottom:2px solid #ccc;
}
.calltitle{
	text-align: center;
	font-size:50px;
	font-weight:bold;
	margin-top:40px;
}
.callwe{
	margin-top:80px;
	display:flex;
	justify-content: space-between;
}
.leftcall{
	width:40%;
	height:100%;
}
.leftcall p:nth-child(1){
	font-size:20px;
	font-weight:bold;
}
















/* 页脚 */
.foot{
	margin-top:50px;
}
.footer-bottom{
	background:#192c34;
}

.copyright{
	color: #fff;
	padding: 22px 0px;
	text-align: center;
}

.copyright a{
	color: #fff;
}
