*{
	padding: 0;
	margin: 0;
}

li,
ol,
ul {
	list-style: none
}
body{
	background: #5d4fea;
	font: 14px/1.8 Microsoft Yahei, Arial, Helvetica, sans-serif;
}
.top{
	background:url(../images/top.jpg) no-repeat center;
	height: 763px;
	overflow: hidden;
}
.top1200{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#video{
	width: 306px;
	height: 545px;
	position: absolute;
	right: 115px;
	top: 82px;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
	
	
}
.slideTxtBox{
	background: #fff;
	margin-top: -64px;
}
.slideTxtBox .hd{
	height: 100px;
	background: #392fc8;
}
.slideTxtBox .hd ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	padding: 20px 64px 0;
}
.slideTxtBox .hd  li{
	cursor: pointer;
	padding: 0 20px;
	border-radius: 10px;
	height: 62px;
	line-height: 62px;
	    background-image: linear-gradient(45deg, #6a87fd, #d3ade0);
}
.slideTxtBox .hd  li.on{
	background: #ff5a4c;
}
.slideTxtBox .bd{
	padding: 30px 0;
	text-align: center;
	background: #fff;
	width: 1200px;
}
.title{
	margin-bottom: 30px;
}
.footer{
	margin-top: 55px;
	background: #392fc8;
	padding: 50px 0;
	display: flex;
	justify-content: center;
}
.footerBox{
	
	color: #fff;
	display: flex;
	align-items: center;
}
.footerRbox{
	margin-left: 50px;
}
.footerBox h3{
	font-size: 25px;
	font-weight: bold;
}

.btn{
	height: 65px;
	display: flex;
	margin-top: 25px;
	padding-bottom: 20px;
}
.btn a{
	margin-right: 25px;
}
.btn a:hover img{
	opacity: .7;
}






