ul, dl, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wrap::after {
    display: block;
    content: '';
    height: 0;
    clear: both;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    text-transform: none;
}


.header {
    background: #fff;
    height: 90px;
    position: relative;
    box-shadow: 0 0.18rem 0.41rem rgb(78 78 78 / 15%);
    border-bottom: 1px solid #dedede;
}

@media screen and (min-width: 1500px) and (max-width: 1699.999px){
    .wrap, .wrap2 {
        width: 1300px;
    }
}
.header .partner {
    float: right;
}

.header .partner a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    width: 7.05rem;
    background: #1a71d8;
    color: #fff;
    text-align: center;
    margin-top: 26px;
}
.partner a {
    color: #1a71d8;
    font-size: 0.94rem;
    margin-top: 3rem;
    display: inline-block;
}
.header .logo {
    float: left;
    padding-top: 15px;
}
.header .logo img {
    height: 48px;
    float: left;
}
.header .logo p {
    float: left;
    color: #999;
    font-size: 14px;
    padding-top: 3px;
}
.menu {
    padding-left: 2.6rem;
    float: inherit;
}
.header .menu > li.active, .header .menu > li:hover {
    padding: 0 5px;
}
.header .menu > li {
    display: inline-block;
    position: relative;
    padding: 0 8px;
    font-size: 1.1rem;
}
.header .menu > li.active > a, .header .menu > li:hover > a {
    color: #1a71d8;
}
.header .menu > li > a {
    line-height: 90px;
    padding: 0 0.9rem;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #222;
}

.footer {
    background: #f7f7f7;

}
.footer .wrap {
    padding: 2.5rem 0;
    font-size: 0.94rem;
    margin-left: auto;
}
.code {
    float: right;
    overflow: hidden;
    color: #666;
}
.code dd {
    overflow: hidden;
}
.code p {
    padding: 1rem;
    background: #fff;
    float: left;
    margin-left: 1.4rem;
}
.code p img {
    width: 7rem;
    height: 7rem;
    display: block;
}
.service {
    float: right;
    padding-right: 5rem;
    text-transform: none;
    letter-spacing: 1px;
    padding-right: 8rem;
}
.service h3 {
    font-weight: 400;
    font-size: 0.94rem;
    padding-bottom: 1.4rem;
}
.service p {
    line-height: 2;
    overflow: hidden;
    color: #666;
}
.service i {
    font-size: 1.45rem;
    float: left;
    color: #a1a1a1;
    margin-top: -0.55rem;
    margin-right: 0.8rem;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.link {
    line-height: 1.8;
}
.link li {
    float: left;
    padding-right: 4rem;
    padding-right: 8rem;
}
.link h3 {
    font-weight: 400;
    font-size: 0.94rem;
}
.link a {
    display: block;
    margin: 0.4rem 0;
}
.footer a {
    color: #666;
}
