@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, ul, li, input, textarea, select, form, dd, dt, dl {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 "Arial", "微软雅黑", sans-serif;
    color: #333;
    background-color: #f0f3f5;
}

h1, h2, h3, h4, h5, h6 {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

ul, ol, dl {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #0059aa;
}

em, i {
    font-style: normal;
}

input, button {
    border: none;
    outline: none;
}

.mb {
    margin-bottom: 10px
}

.di {
    display: inline;
}

.dn {
    display: none
}

.font-bold {
    font-weight: bold;
}

button {
    cursor: pointer;
}

button:hover {
    opacity: 0.9;
}

.more-btn {
    width: 175px;
    height: 35px;
    color: #666666;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    background: #ffffff;
}

.more-btn:hover {
    color: #0059aa;
    border-color: #0059aa;
}

/*****字体大小*****/
.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.fz16 {
    font-size: 16px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz22 {
    font-size: 22px;
}

.fz24 {
    font-size: 24px;
}

/****color*****/
.color000 {
    color: #000;
}

.color333 {
    color: #333;
}

.color666 {
    color: #666;
}

.color999 {
    color: #999;
}

.red {
    color: #fd0000;
}

.green {
    color: #39a61b;
}

.blue {
    color: #0059aa;
}

/*修改滚动条样式*/
div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /**/
}

div::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

div::-webkit-scrollbar-thumb:hover {
    background: #333;
}

div::-webkit-scrollbar-corner {
    background: #179a16;
}

/****** float ******/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.middle {
    text-align: center;
}

/****** position ******/
.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.pos-f {
    position: fixed;
}

/****** 主题宽度 ******/
.m {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

/*header---------*/
.header {
    height: 60px;
    width: 100%;
    background-color: #0059aa;
    margin-bottom: 20px;
}

.header .content {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

.header-nav {
    list-style: none;
}

.header-logo {
    float: left;
    width: 160px;
    height: 60px;
    line-height: 60px;
}

.header-logo a {
    margin-top: 6.5px;
    display: inline-block;
    width: 140px;
    height: 47px;
    background-image: url("../img/logo.png");
    background-size: 100% 100%;
}

.header-nav-item {
    float: left;
    height: 60px;
    line-height: 60px;
}

.header-nav-item a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    height: 60px;
}
.header-nav-item a span{
    height: 30px;
    padding: 0px 10px;
    border-right: 1px solid #ffffff;
}

.header-nav-item a:hover {
    text-decoration: none;
    background-color: #003465;
}

.header-right {
    float: right;
}

.header-right .tel {
    margin-left: 5px;
    width: 150px;
    height: 60px;
    text-align: center;
    float: left;
}

.header-right .download {
    float: left;
    height: 60px;
    margin-left: 5px
}

.header-right .download-app {
    margin-top: 10px;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 999999;
}

.header-right .download-app:hover .qr-code {
    display: block;
    width: 180px;
    height: 229px;
}

.header-right .qr-code {
    position: absolute;
    display: none;
    left: -30px;
    top: 50px;
    padding: 0;
}

.header-right .download-app img {
    border: none;
    vertical-align: middle;
}

.login {
    float: left;
    margin-left: 5px;
}

.login div {
    float: right;
    height: 60px;
    width: 55px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
}

.login div a {
    text-decoration: none;
    color: #ffffff;
}

.login div:hover {
    background-color: #fbda14;
}

/*header==========*/

/*footer----------*/
.footer {
    width: 100%;
    height: 170px;
    color: #000000;
    font-size: 12px;
    text-align: center;
    background-color: #ffffff;
    margin-top: 30px;
}

.footer > .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.footer > a {
    text-decoration: none;
    color: #000000;
}

.footer > a:hover {
    color: #0059aa;
    text-decoration: underline;
}

/*footer============*/

.breadcrumb {
    box-sizing: border-box;
    width: 1200px;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;
    font-size: 14px;
    color: #666666;
}

.pagination {
    height: 90px;
    width: 100%;
    background-color: #666666;
    text-align: center;
    line-height: 90px;
}

button {
    cursor: pointer;
}

button:hover {
    opacity: 0.9;
}

.more-btn {
    width: 175px;
    height: 35px;
    color: #666666;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    background: #ffffff;
}

.more-btn:hover {
    color: #0059aa;
    border-color: #0059aa;
}

.top-ad img {
    max-width: 100%;
}

