﻿html, body, input, textarea, select, button {
    font-family: 'Microsoft YaHei', 'STHeiti Light [STXihei]', 'Arial', 'tohoma,sans-serif', "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", STHeiti;
    margin: 0;
    padding: 0;
    color: #333;
}

body {
    word-break: break-all;
    overflow-x: hidden;
}

input, textarea, select, button {
    vertical-align: middle;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

ul {
    list-style: none;
}

ul, ul li, dl, dl dt, dl dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    border: none;
}

p {
    text-align: justify
}

textarea {
    resize: none;
}

em, i {
    font-style: normal;
}

b {
    font-weight: normal;
}

.nbs {
    color: #fff;
    display: inline-block;
    margin: 0px 10px;
    vertical-align: middle;
    width: 1px;
    height: 12px;
    background-color: #fff;
    margin-top: -3px;
    margin-bottom: 0px;
}

div {
    box-sizing: border-box;
}

.footBox {
    background: url(bottombg.png);
    color: #fff;
    font-size: 14px;
    background-size: 100% 100%;
}

.footBox a {
    color: #fff;
    font-size: 14px;
}

.foots {
    border-bottom: 1px solid #6999f2;
}

.foot {
    height: 60px;
    width: 1400px;
    margin: 0 auto;
}

.link {
    line-height: 60px;
}

.footLink {
    background: #757575;
}

.footSite {
    position: relative;
}

.site i {
    font-size: 12px;
    margin-left: 5px;
}

.site>div {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}

.site span {
    line-height: 60px;
}

.footTab {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    background: #dce7fe;
    height: 0;
    overflow: hidden;
    text-align: center;
    z-index: 2;
}

.footTab.active {
    display: block;
}

.footTab .tabBox {
    width: 1200px;
    margin: 0 auto;
    padding: 25px 0 40px 0;
    text-align: left;
}

.footTab .tabBox a {
    font-size: 14px;
    color: #333;
    margin-top: 15px;
    margin-right: 50px;
    display: inline-block;
}

.footTab .tabBox a:hover {
    color: #1963eb;
}

.details {
    height: 180px;
    padding: 40px 0;
    box-sizing: border-box;
}

.details .detail {
    width: 1400px;
    margin: 0 auto;
}

.detail .item {
    font-size: 18px;
    margin-bottom: 10px;
}

.detail .itemInfo {
    overflow: hidden;
}

.detail .itemInfo .infoLeft {
    float: left;
}

.detail .itemInfo .infoLeft a {
    margin-top: 10px;
    margin-right: 40px;
    display: inline-block;
}

.detail .itemInfo .infoRight {
    float: right;
}

.detail .itemInfo .infoRight div {
    margin-top: 10px;
}

.detail .itemInfo .infoRight img {
    margin-left: 15px;
}

.infoCode {
    display: none;
    text-align: center;
}

.infoCode a {
    display: inline-block;
    padding: 15px;
    background: #0250de;
    margin-top: 20px;
}

.infoCode a img {
    width: 80px;
}

.infoCode a span {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 10px;
}

.jgwab {
    background: url(gongan.png) no-repeat;
    padding-left: 20px;
    line-height: 30px;
}

/* 手机端 */

@media screen and (max-width: 1024px) {
    .footSite {
        display: none;
    }

    .footLink {
        display: none;
    }

    .foot {
        height: auto;
        width: 100%;
        padding: 15px;
        float: left;
        border-bottom: 1px solid #6999f2;
    }

    .footBox {
        width: 100%;
        float: left;
        padding-bottom: 0;
        background: url(footapp.jpg);
    }

    .footBox a {
        font-size: 14px;
    }

    .footTab .tabBox {
        width: 100%;
        padding: 15px 10px 15px 10px;
    }

    .footTab .tabBox a {
        margin-top: 10px;
        margin-right: 10px;
    }

    .footTab {
        bottom: -120px;
    }

    .link {
        line-height: 30px;
    }

    .site span {
        line-height: 30px;
    }

    .details .detail {
        width: 100%;
        padding: 0 15px;
    }

    .details {
        height: auto;
        padding: 15px 10px 20px 10px;
        box-sizing: border-box;
    }

    .detail .item {
        margin-bottom: 0px;
    }

    .detail .itemInfo .infoLeft a {
        margin-right: 20px;
    }

    .detail .itemInfo .infoRight img {
        margin-left: 0px;
    }

    .detail .item {
        float: left;
    }

    .nbs {
        margin: 0;
    }

    .detail .itemInfo .infoLeft div {
        width: 100%;
        float: left;
    }

    .detail .itemInfo .infoRight {
        width: 100%;
        float: left;
        font-size: 14px;
        line-height: 20px;
    }

    .detail .itemInfo {
        clear: both;
    }

    /* 注册弹出 */
    .loginBox {
        width: 90%;
        top: 15%;
        left: 5%;
        margin: 0;
        background: #fff;
        position: absolute;
        border-radius: 6px;
    }

    .loginBox .modelContent {
        padding: 20px 30px 20px 30px;
    }

    .loginBtn {
        margin: 20px 0;
    }

    .loginOther {
        margin-bottom: 20px;
    }

    .infoCode {
        display: block;
    }
}

.jgwab {
    background: url(gongan.png) no-repeat;
    padding-left: 20px;
    line-height: 30px;
}



@media screen and (max-width:320px) {
    .footTab {
        bottom: -150px;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .details {
        padding: 30px 30px;
    }

    .footTab {
        bottom: -90px;
    }

    .detail .item {
        font-size: 16px;
    }

    .footBox a {
        font-size: 14px;
    }

    .detail .itemInfo .infoRight {
        font-size: 16px !important;
    }

    .topNav .headerTab .tabBox>a {
        font-size: 16px;
    }
}