*{
	margin:0;
	padding: 0;
	list-style:none;
}
a{
	color:#000 !important;
	text-decoration: none !important;
}
/* 导航 */
.headbox{
	display: flex;
	justify-content: space-between;
	height:80px;
	line-height:80px;
}
.lefthead{
	font-size:34px;
	color:#5F83B8;
	font-weight:600;
}
.righthead{
	width:40%;
	height:100%;
	
}
.righthead span a{
	display: inline-block;
	width:30%;
	height:100%;
	line-height:80px;
	text-align: center;
	transition: 0.5s;
	cursor: pointer;
}
	
.righthead span a:hover{
	background: #5F83B8;
	border-radius:50px;
}
/* 资讯内容 */
.contentbox{
	width:100%;
	height:240px;
	display: flex;
	justify-content: space-between;
	padding:20px;
	border-bottom:1px dashed #666;
	margin-top:30px;
}
.imgbox{
	width:30%;
	height:100%;
}
.imgbox img{
	width:100%;
	height:100%;
	transition: all 0.5s;
}
.imgbox img:hover{
	transform: scale(1.08);
}
.txtbox{
	width:64%;
}
.paybtn{
	float: right;
}
.txtbox p{
	text-indent:2em;
}
/* 资讯中心文字 */
.zxpic{
	position:relative;
}
.zxcenter{
	position: absolute;
	font-size:50px;
	color: #fff;
	margin-left:45%;
	margin-top:6%;
}
.callsdiv{
	position:absolute;
	display:inline-block;
	width:200px;
	height:80px;
	background:#E5B995;
	margin-top:-40px;
	line-height:80px;
	font-size:30px;
	text-align: center;
	color: #fff;
}
/* 联系方式 */
.callways{
	display: flex;
	justify-content: space-between;
	height:600px;
	margin-top:50px;
}
.leftcall{
	width:40%;
	height:100%;
	padding:20px;
}
.leftcall span{
	vertical-align: sub;
	font-weight:bold;
}
.rightcall{
	width:56%;
	height:100%;
	padding:20px;
}
.talkstxt{
	width:100%;
	height:140px;
}





/* 页脚 */
.footer-bottom{
	background:#192c34;
	margin-top:50px;
}

.copyright{
	color: #fff;
	padding: 22px 0px;
	text-align: center;
}

.copyright a{
	color: #fff;
}
