body {
    width: 100%;
    font-size: 14px;
    font-family: "微软雅黑", Microsoft YaHei, STHeiti STXihei, Microsoft JhengHei, Arial;
    overflow: auto;
    background: url('./background.png') repeat center;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    border: none;
    outline: none;
}

ul {
    margin: 0;
}

.user-box {
    text-align: right;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 6px;
}

.user-box a:visited {
    color: #3e3e96;
}

.dis-ib a {
    color: #3e3e96;
}

.logo-box {
    height: 150px;
    background: url("./top.png") no-repeat center;
    min-width: 1302px;
}

.logo-box .inner {
    position: relative;
    height: 100%;
}

.inner {
    width: 1302px;
    margin: 0 auto;
}

.search-content {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 42px;
}

.search-box {
    width: 100%;
    height: 30px;
    border-radius: 10px;
    outline: none;
    border: 1px solid #85a5ff;
    padding-right: 20%;
    padding-left: 10%;
    box-sizing: border-box;
}

.search-botton {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 2px solid #85a5ff;
    position: absolute;
    right: 7px;
    top: 7px;
}

.search-botton:after {
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 8px;
    height: 2px;
    position: absolute;
    top: 13px;
    left: -5px;
    background-color: #85a5ff;
}

.nav-box ul {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 806px;
    height: 70px;
}

.nav-box ul li {
    display: inline-block;
    position: relative;
    width: 101px;
    text-align: center;
}

.nav-box ul li:first-child {
    width: 65px;
    border-top-left-radius: 12px;
}

.nav-box ul li:last-child::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    background: #fff;
    right: -3px;
    top: 38%;
}

.nav-box ul li a {
    color: rgba(250, 250, 250, 0.98);
    line-height: 70px;
    font-size: 18px;
}

.nav-box ul li:first-child a {
    border-top-left-radius: 12px;
}

.nav-box ul li:after {
    content: "";
    width: 1px;
    height: 17px;
    position: absolute;
    background: #fff;
    right: -3px;
    top: 38%;
}

.nav-list {
    position: relative;
}

.zhuanti {
    width: 110% !important;
    margin-top: 10px;
    text-align: center;
    background: #4169ff;
    z-index: 2;
    top: 55px !important;
    height: 210% !important;
    right: -4px !important;
    border-radius: 0 0 6px 6px;
    position: absolute;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-10px);
    z-index: 100;
    padding: 0;
}

.zhuanti li {
    display: block !important;
    width: 100% !important;
}

.zhuanti a {
    font-size: 14px !important;
    line-height: 34px !important;
    background: transparent !important;
}

.nav-box ul li:hover {
    background: -webkit-linear-gradient(#4bb6ff, #31a1ff, #3290ff, #4180ff, #5679ff);
    background: -o-linear-gradient(#4bb6ff,#31a1ff,#3290ff,#4180ff,#5679ff);
    background: -moz-linear-gradient(#4bb6ff,#31a1ff,#3290ff,#4180ff,#5679ff);
    background: linear-gradient(#4bb6ff, #31a1ff, #3290ff, #4180ff, #5679ff);
}

.nav-list:hover .zhuanti{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.active {
    background: transparent !important;
}

.clearfix {
    clear: both;
}

/* 底部 */

.footer {
    padding-top: 30px;
    /* padding-bottom: 100px; */
    padding-bottom: 154px;
    line-height: 28px;
}

.inner {
    width: 1302px;
    margin: 0 auto;
}

.footer span {
    margin-right: 20px;
    color: #525252;
}
