﻿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;
}

.topBox {
    background: url(topbg.png) no-repeat center;
    background-size: 100% 100%;
    width: 100%;
    height: 240px;
    box-shadow: none;
    z-index: 1;
    position: relative;
    margin-top: -5px;
}

.topBox .topContent .topSearchBox {
    border-bottom: 1px solid #9fbdf2;
    box-sizing: border-box;
    height: 170px;
}

.topSearch {
    padding: 35px 0;
    width: 1400px;
    margin: 0 auto;
    height: 170px;
    box-sizing: border-box;
}

.topSearch .logo {
    display: inline-block;
}


.topSearch .search {
    display: inline-block;
    float: right;
}

.topSearch .search .login {
    margin-bottom: 30px;
    text-align: right;
}

.topSearch .search .login a {
    background: #fff;
    color: #1963eb;
    font-size: 14px;
    min-width: 60px;
    padding: 0 15px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    margin-left: 10px;
}

.topSearch .search .login a:hover {
    color: #fff;
    background: #9fbdf2;
}

.searchInput {
    position: relative;
}

.searchInput input {
    padding: 12px 20px;
    border-radius: 20px;
    border: 0;
    width: 320px;
    font-size: 14px;
    color: #666;
}

.searchInput>a {
    position: absolute;
    background: url(search.png) no-repeat;
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.history {
    padding: 0 20px 30px;
    background: #fff;
    position: absolute;
    top: 50px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    display: none;
}

.history .tips {
    font-size: 14px;
    color: #888888;
    margin-top: 20px;
}

.history .tips i {
    float: right;
    cursor: pointer;
}

.history .tipsArea {
    min-height: 30px;
    border-bottom: 1px solid #dddddd;
}

.history .tipsArea a {
    padding: 10px 20px;
    border-radius: 50%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #eeeeee;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 10px;
}

.history .tipsArea a:hover {
    background: #1963eb;
    color: #fff;
}

.history .hotTips .tipsArea {
    border: 0;
}

.topNav {
    width: 1400px;
    margin: 0 auto;
    height: 70px;
    box-sizing: border-box;
}

.topNav ul {
    overflow: hidden;
    width: 1400px;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.topNav ul li {
    height: 67px;
}

.topNav ul li>a {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    display: block;
    letter-spacing: 2px;
    padding-left: 30px;
}

.topNav ul li a b {
    font-weight: bold;
}

.topNav ul li.nav1>a {
    background: url(nav1.png) no-repeat 0 25px;
}

.topNav ul li.nav2>a {
    background: url(nav2.png) no-repeat 0 25px;
}

.topNav ul li.nav3>a {
    background: url(nav3.png) no-repeat 0 25px;
}

.topNav ul li.nav4>a {
    background: url(nav4.png) no-repeat 0 25px;
}

.topNav ul li.nav5>a {
    background: url(nav5.png) no-repeat 0 25px;
}

.topNav ul li.active {
    border-bottom: 3px solid #f9a436;
}

.topNav ul li:hover {
    border-bottom: 3px solid #f9a436;
}

.topNav .headerTab {
    position: absolute;
    top: 237px;
    left: 0;
    right: 0;
    background: #dce7fe;
    height: 0;
    overflow: hidden;
    text-align: center;
    z-index: -1;
}

.topNav .headerTab .tabBox {
    max-width: 1000px;
    margin: 0 auto;
}

.bigTips {
    display: inline-block;
    float: left;
    padding-top: 30px;
    width: 200px;
    text-align: left;
    overflow: hidden;
}

.bigTips img {
    float: left;
}

.bigTips em {
    float: left;
    color: #1963eb;
    font-size: 24px;
    line-height: 41px;
    margin-left: 20px;
}

.topNav .headerTab .headerSmall {
    text-align: left;
    padding: 20px 0 30px 0;
    display: grid;
    align-content: space-evenly;
    grid-template-columns: auto auto auto;
    grid-gap: 0 30px;
}

.topNav .headerTab .headerSmall>a {
    font-size: 16px;
    color: #222;
    display: inline-block;
    border-bottom: 1px solid #aaa;
    padding: 15px;
}

.topNav .headerTab .tabBox>a:hover {
    color: #1963eb;
}

.topNav .headerTab .tabBox>a>i {
    float: left;
}

.topNav .headerTab .tabBox>a>i>img {
    margin-top: 3px;
    margin-right: 10px;
}

/* 登陆模态框 开始 */

.loginModal {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(122, 122, 122, .5);
    z-index: 3;
    display: none;
}

.loginBox {
    width: 500px;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
    background: #fff;
    position: absolute;
    border-radius: 6px;
}

.loginBox .item {
    line-height: 60px;
    background: #1963eb;
    color: #fff;
    font-size: 24px;
    position: relative;
    text-align: center;
}

.loginBox .item i {
    position: absolute;
    right: 10px;
    top: 16px;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 26px;
    overflow: hidden;
    line-height: 22px;
    cursor: pointer;
}

.loginBox .modelContent {
    padding: 20px 70px 50px 70px;
}

.loginCur {
    width: 100%;
    height: 60px;
    border: 1px solid #dddddd;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    line-height: 60px;
    padding-left: 25px;
    font-size: 16px;
    color: #666666;
    position: relative;
    margin-top: 20px;
    box-sizing: border-box;
}

.loginCur i {
    font-size: 24px;
    color: #666666;
}

.loginCur input {
    position: absolute;
    height: 60px;
    width: 70%;
    border: 0;
    line-height: 60px;
    padding-left: 15px;
    background: transparent;
}

.authBox {
    overflow: hidden;
}

.authcode {
    width: 200px;
    float: left;
}

.codeBox {
    display: inline-block;
    float: left;
    height: 35px;
    margin-top: 32px;
    width: 160px;
    text-align: center;
}

.flushShow {
    width: 96px;
    height: 35px;
    margin-left: 32px;
    display: none;
}

.codeBox img {
    width: 96px;
    height: 35px;
}

.codeBox .flush {
    display: inline-block;
    line-height: 35px;
    height: 35px;
    margin-left: 10px;
    font-size: 14px;
    color: #1963eb;
}

.loginBtn {
    margin-top: 35px;
    margin-bottom: 30px;
}

.loginBtn a {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    background: #1963eb;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 10px;
}

.loginOther .nbs {
    color: #999;
    display: inline-block;
    margin: 0px 8px;
    vertical-align: middle;
    width: 1px;
    height: 16px;
    background-color: #1963eb;
    margin-top: -2px;
    margin-bottom: 0px;
}

.loginOther {
    margin-bottom: 30px;
}

.loginOther a {
    font-size: 16px;
    color: #1963eb;
}

.support {
    color: #666666;
    font-size: 16px;
}

/* 登陆模态框 结束 */

/* 返回 开始 */

.back {
    position: fixed;
    bottom: 50px;
    bottom: 20px;
    transition: all 0.2s linear;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    background: #1963eb;
    color: #fff;
    box-sizing: border-box;
    padding: 8px;
    cursor: pointer;
    z-index: 1000;
    right: 100px;
}

.back span {
    display: block;
    text-align: center;
}

.back.go-top-hidden {
    opacity: 0;
}

/* 返回 结束 */

@media screen and (max-width: 1440px) {
    .topBox{
        zoom: 0.85;
    }
}

@media screen and (max-width: 1300px) {
    .topBox{
        zoom: 0.7;
    }
}

@media screen and (max-width: 1366px) {
    .back {
        opacity: 0.5;
        right: 50px
    }

    .back:hover {
        opacity: 1;
    }

    .shareBox {
        right: 0;
        top: inherit;
        margin-top: inherit;
    }

    .shareBox i {
        opacity: 0.8;
    }

    .shareBox i:hover {
        opacity: 1;
    }
}

/* 手机端css */

@media screen and (max-width: 1366px) {
    .shareBox {
        right: 0;
        top: inherit;
        margin-top: inherit;
    }

    .shareBox i {
        opacity: 0.8;
    }

    .shareBox i:hover {
        opacity: 1;
    }
}

@media screen and (max-width:320px) {
    .topNav ul li>a {
        font-size: 14px !important;
    }
}

@media screen and (min-width:300px) and (max-width:1024px) {
    .topBox{
        zoom: 1;
    }

    .topBox {
        width: 100%;
        background-color: #1963eb;
        height: 200px;
        background: url(headapp.jpg) no-repeat center;
        background-size: auto 100%;
    }

    .topSearch {
        width: 100%;
        padding: 0;
        height: 130px;
    }

    .topSearch .search {
        display: none;
    }

    .topContent {
        height: 150px;
    }

    .topBox .topContent .topSearchBox {
        height: 100px;
    }

    .topSearch .search .login {
        display: none;
    }

    .topNav ul {
        width: 100%;
        display: grid;
        align-content: space-evenly;
        grid-template-columns: auto auto auto auto auto;
        grid-gap: 0px;
        justify-content:space-evenly;
    }

    .topNav ul li {
        float: left;
        height: 69px;
        width: unset;
    }

    .topBox .topContent .topSearchBox {
        border: none;
    }

    .topNav ul li.nav1>a,
    .topNav ul li.nav2>a,
    .topNav ul li.nav3>a,
    .topNav ul li.nav4>a,
    .topNav ul li.nav5>a {
        background: none;
        padding-left: 0px;
    }

    .topNav .headerTab .tabBox>a {
        width: 45%;
        height: 30px;
        margin-top: 0px;
        font-size: 16px;
        line-height: 24px;
        float: left;
    }

    .shareBox {
        right: 5px;
        top: 250px;
    }

    .topNav .headerTab .tabBox>a {
        margin-right: 10px;
    }

    .nav5 .headerTab .tabBox>a {
        width: 100%;
    }

    .topBox .topContent .topSearchBox {
        height: 130px;
    }

    .topNav {
        height: 70px;
        line-height: 70px;
        padding: 0 5px;
        width: 100%;
        border-top: 1px solid #4782ef;
    }

    .topNav .headerTab {
        top: 200px;
        border: none;
    }

    .topNav .headerTab .tabBox>a {
        margin-bottom: 15px;
        font-size: 18px;

    }

    .topNav .headerTab .tabBox {
        box-sizing: border-box;
        padding: 20px 20px 20px 30px;
        overflow: hidden;
        width: 100%;
    }

    .topSearch .logo {
        display: inline-block;
        padding: 30px 20px;
    }

    .topSearch .logo img {
        width: 70%;
    }

    .topNav ul li>a {
        font-size: 16px;
        letter-spacing: 0px;
    }

    .bigTips {
        display: block;
        float: unset;
        width: 100%;
        padding-top: 0;
    }

    .topNav .headerTab .headerSmall {
        grid-gap: 0 15px;
        padding: 0;
        margin-top: 10px;
        grid-template-columns: auto;
    }

    .topNav .headerTab .headerSmall>a {
        padding: 10px;
        font-size: 14px;
        line-height: 28px;
    }

    .bigTips img {
        width: 30px;
    }

    .bigTips em {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (min-width:500px) and (max-width: 1024px) {
    .topBox {
        background: url(headipad.jpg) no-repeat;
        background-size: 100%;
    }
}