*{
	margin:0;
	padding:0;
	list-style: none;
}
a{
	text-decoration: none !important;
	color: #fff !important;
}
/* 头部logo */
.headbox{
	height:80px;
	display: flex;
	justify-content: space-between;
	font-size:38px;
	font-weight:600;
	line-height: 80px;
}
.headtel span{
	font-size:16px;
}
/* 头部导航 */
.nav{
	width:100%;
	height:50px;
	line-height:50px;
}
.nav li{
	width:100px;
	text-align: center;
	margin-right:30px;
}
.nav li a{
	display: inline-block;
	width:100%;
	height: 100%;
	transition: 0.3s;
}
.navbox{
	background: #303030;
}

.nav li a:hover{
	background: #64CAF2;
}

.nav-bg{
	background: #64CAF2;
}
/* 资讯内容 */
.newsbox{
	width:100%;
	padding:20px;
	border-bottom:1px solid #ccc;
	margin-top:30px;
}
.newsbox p{
	text-indent:2em;
	margin-top:20px;
}
.paybtn{
	float:right;
}
/* 联系我们 */
.callwebox{
	height:700px;
	background:#1195EE;
}
.callustxt{
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.callbox{
	display: flex;
	justify-content: space-between;
	padding:20px;
}
.leftcall{
	width:24%;
	text-align: left;
}
.leftcall p span{
	vertical-align: sub;
}
.rightcall{
	width:65%;
	text-align: left;
}
.rightcall input{
	margin:12px 0;
}
.rightcall button{
	width:100px;
}



/* 页脚 */
.foot{
	margin-top:50px;
}
.footer-bottom{
	background:#2B2B2B;
}

.copyright{
	color: #fff;
	padding: 22px 0px;
	text-align: center;
}

.copyright a{
	color: #fff;
}
