* {
    margin:0;
    padding:0;
    list-style:none;
}
body {
	font-size: 15px;
    font-family:'Microsoft YaHei UI';
	text-decoration: none;
	line-height: 25px;
	margin: 0px;
    letter-spacing:1px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
    background:#444;
    background-repeat:repeat-x;
    align-items:center;
}
fieldset {
	margin: 0;
	padding: 0;
}
a:hover {
            text-decoration: none;
            color: #ffffff;
        }
a:link {
    text-decoration: none;
    color:#000;
}
a:active {
    text-decoration: none;
    text-align: center;
}
a:visited {
    text-decoration: none;
	color:black;
    text-align:center;
}
.th {
    line-height:25px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-width: 0px;
    font-size: 15px;
    text-decoration: none;
    margin: 0px;
    border: 1px dashed #c0c0c0;
    background-color:white;
    padding:15px;
}
#navul {
    position: relative;
    width: 700px;
    height: 30px;
    box-shadow: 2px 3px 20px rgba(0,0,0,0.7);
    display: flex;
    border-radius: 5px;
    line-height: 30px;
    justify-content:center;
}

.navli {
    position: relative;
    width: 140px;
    text-align: center;
}
.navtop {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
    background-color:#444;
}
#hk {
    position: absolute;
    left: 0;
    width: 140px;
    height: 30px;
    background-color: rgba(255, 216, 0, 0.5);
    border-radius: 5px;
    z-index: -999;
    transition: 1s;
    display: none;
}
.navli:nth-child(1):hover ~ #hk {
    left: 0px;
    display: block;
    color:#fff;
}

.navli:nth-child(2):hover ~ #hk {
    left: 140px;
    display: block;
    color:#fff
}

.navli:nth-child(3):hover ~ #hk {
    left: 280px;
    display: block;
}

.navli:nth-child(4):hover ~ #hk {
    left: 420px;
    display: block;
}

.navli:nth-child(5):hover ~ #hk {
    left: 560px;
    display: block;
}
.fwrx {
    display:flex;
    justify-content:right;
    align-items:center;
    border-radius:5px;
    background:linear-gradient(90deg,#ff1b69,#ff0,#2196f3,#9c27b0,#ff1b69);
    animation:animate 2s linear infinite;
    transition:0.5s;
}
@keyframes animate {
    0% {
    background-position-x:0;
    }
    100% {
    background-position-x:180px;
    }
}
.ibottom {
    position: relative;
    width: 100%;
}
.banner {
}
.banner ol {
    position: relative;
    width: 80px;
    height: 20px;
    top: -30px;
    left: 30px;
}
.banner ol li {
	float:left;
    width:10px;
    height:10px;
    margin:5px;
    background:#ffffff;
    }
.banner ol li.selected {
	background:#1AA4CA;
    }
#ggbt {
    position: relative;
    width: 300px;
    height:20px;
    top: -20px;
    left: 270px;
    line-height:18px;
}
.zx {
    color:#000000;
}
.zx:link {
    color:#000000
}
.zx:hover {
    color: #A78A00;
    font-weight: bold;
}
.zx:hover a {
    color: #A78A00;
    font-weight: bold;
}
.shadow {
    width:400px;
    height:100px;
    background-color:rgba(255,216,0,0.3);
    box-shadow:5px 5px 20px rgb(150, 150, 50);
}
