﻿*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}
body{
	color: #000000;
	font-size: 16px;
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.banner{
	margin: 0px;
	padding: 0px;
}
.banner img{
	width: 100%;
}
.mt{
	margin-top: 20px;
}
a{
	cursor: pointer;
}
.box,.box1,.box2,.box3,.box4,.box5{
	height: 400px;
	width: 100%;
	border: 15px solid rgb(59,83,187);
    border-radius: 30px;
	position: relative;
}
.box ul,.box1 ul,.box2 ul,.box3 ul,.box4 ul,.box5 ul{
	width: 390px;
	margin-left: 30px;
	height: 380px;
    overflow: hidden;
}
.box ul li,.box1 ul li,.box2 ul li,.box3 ul li,.box4 ul li,.box5 ul li{
	line-height: 40px;
	background-color: #6481df;
    color: white;
    margin-top: 21px;
	text-indent: 1rem;
	cursor: pointer;
}
ul li:hover{
	background-color: #f6a200;
}
.boxtext,.boxtext1,.boxtext2,.boxtext3,.boxtext4,.boxtext5{
	position: absolute;
    right: 40px;
    color: black;
    width: 700px;
    top: 20px;
    height: 360px;
    overflow-y: auto;
	text-indent: 2rem;
	display: none;
}
.active{
	display: inline-block;
}
.act{
	background-color: #f6a200 !important;
}
.kzsx{
	text-indent: 160px;
    margin-top: -7px;
	letter-spacing: 15px;
}
.kzsx img{
	cursor: pointer;
}