body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
}

input {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.head {
    background-color: #60199d;
    min-width: 1200px;
}

.logo {
    margin: 18px 0 17px 30px;
    float: left;
}

.logo img {
    height: 57px;
}

.nav {
    float: left;
    margin-left: 10px;
}

.nav li {

    float: left;
padding: 26px 0;
}



.nav li a {
    color: #fffffe;
    font-size: 16px;
    padding: 0 22px;
    line-height: 40px;
border-bottom:2px solid #60199d;
display:block;
    border-radius: 10px;
}
.nav li a:hover {
    transition: .2s;
    background-color: #fdfbfd;
color:#60199d;

border-bottom:2px solid #ff0214;
}
.nav li a:active{
    background-color: #e0e0e0;
border-bottom:0px;
border-top:2px solid #9e9e9e;
}
.search {
    background: url(../images/search.png) center no-repeat;
    width: 36px;
    height: 30px;
    float: left;
    cursor: pointer;
    margin: 32px 0 0 20px;
    position: relative;
}
.search_x{
    background: url(../images/close.png) center no-repeat;
}
.search_input {
    position: absolute;
    top: 65px;
    right: 0;
    height: 30px;
    z-index: 999;
    display: none;
}

.search_input .text {
    outline: none;
    box-shadow: 0px 0px 5px 1px #8951b9;
    height: 32px;
    width: 200px;
    padding: 5px 40px 5px 8px;
    border: 0px;
    border-radius: 5px;
    position: absolute;
    right: 0;
}

.search_input .button {
    background: url(../images/search1.png) center no-repeat;
    position: absolute;
    width: 36px;
    height: 42px;
    right: 0;
    border: 0px;
    outline: none;
    cursor: pointer;
}

.footer {
    min-width: 1200px;
    background-color: #320756;
}

.footer .link {
    float: left;
    overflow: hidden;
    width: 800px;
    margin-top: 48px;
}

.footer .link span {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    margin: 0 5px;
}

.footer .link ul,
.footer .link li {
    float: left;
}

.footer .link ul {
    width: 710px;
}

.footer .link li a {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    margin: 0 16px;
}

.footer .bq {
    font-size: 12px;
    color: #fff;
    line-height: 34px;
    margin: 10px 0 30px 0
}

.code li {
    float: left;
    margin: 26px 16px 0;
}

.code img {
    width: 110px;
    height: 110px;
}

.code p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}