*{
	margin:0;
	padding:0;
	list-style: none;
}
a{
	text-decoration: none !important;
	color: #000 !important;
}
/* 头部导航 */
.navbox{
	display: flex;
	justify-content: space-between;
	height:80px;
}
.leftnav{
	font-size:40px;
	font-weight:bold;
	color:#000;
	height:100%;
	line-height:80px;
}
.leftnav span{
	color:#1A4896;
}
.rightnav{
	width:30%;
	height:100%;
}
.rightnav span{
	display: inline-block;
	width:100px;
	height:100%;
	line-height:80px;
	text-align: center;
	font-size:18px;
}
.rightnav span a{
	display: inline-block;
	width:100px;
	height:100%;
	line-height:80px;
	text-align: center;
	font-size:18px;
}
.rightnav span a:hover{
	color:#1955AD !important;
}
.homepic{
	height:360px;
	background-image: url(../images/tanxin02.jpg);
	background-repeat:round;
}
.hometxt{
	font-size:40px;
	color: #4D9AE8;
	text-align: center;
	line-height:300px;
}
.card{
	margin-top:30px;
}
.paybtn{
	color: #fff !important;
}
/* 联系我们 */
.callbox{
	margin-top:50px;
	height:600px;
	display: flex;
	justify-content: space-between;
}
.waybox{
	width:50%;
}
.waybox span{
	vertical-align: sub;
}
.talkbox{
	width:50%;
	padding:20px;
}
.talkstxt{
	width:100%;
	height:200px;
}
.subbtn{
	width:100%;
	margin-top:10px;
}




























/* 页脚 */
.foot{
	margin-top:50px;
}
.footer-bottom{
	background:#192c34;
}

.copyright{
	color: #fff;
	padding: 22px 0px;
	text-align: center;
}

.copyright a{
	color: #fff;
}
