@charset "utf-8";
body {
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    margin: auto;
    color: #333;
    font-family: 微软雅黑,Arial;
}

.container {
    box-sizing: border-box;
    position: relative;
    padding: 0;
    font-size: 0;
    width: 1200px;
    margin: auto;
}

h1, h2, h3, h4, h5, h6, p ,ul ,li{
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none !important;
}
a:hover {
    color: #1A5284;
    cursor: pointer;
}

.row {
    margin: 0;
    flex-wrap: inherit;
    font-size: 0;
    box-sizing: border-box;
    position: relative;
}
.col{
    font-size: 14px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24 {
    display: inline-block !important;
    font-size: 14px;
    vertical-align: middle;
    box-sizing: border-box;
}

.vertical-align-middle {
    vertical-align: middle;
}

.vertical-align-bottom {
    vertical-align: bottom;
}

.vertical-align-top {
    vertical-align: top;
}

.col-1 {
    width: 4.16666667%;
}

.col-2 {
    width: 8.33333333%;
}

.col-3 {
    width: 12.5%;
}

.col-4 {
    width: 16.66666667%;
}

.col-5 {
    width: 20.83333333%;
}

.col-6 {
    width: 25%;
}

.col-7 {
    width: 29.16666667%;
}

.col-8 {
    width: 33.33333333%;
}

.col-9 {
    width: 37.5%;
}

.col-10 {
    width: 41.66666667%;
}

.col-11 {
    width: 45.83333333%;
}

.col-12 {
    width: 50%;
}

.col-13 {
    width: 54.16666667%;
}

.col-14 {
    width: 58.33333333%;
}

.col-15 {
    width: 62.5%;
}

.col-16 {
    width: 66.66666667%;
}

.col-17 {
    width: 70.83333333%;
}

.col-18 {
    width: 75%;
}

.col-19 {
    width: 79.16666667%;
}

.col-20 {
    width: 83.33333333%;
}

.col-21 {
    width: 87.5%;
}

.col-22 {
    width: 91.66666667%;
}

.col-23 {
    width: 95.83333333%;
}

.col-24 {
    width: 100%;
}

button::after {
    display: none;
}

img {
    display: block;
    margin: auto;
}

.size0 {
    font-size: 0 !important;
}

.size1 {
    font-size: 12px !important;
    line-height: 18px !important;
}

.size2 {
    font-size: 14px !important;
    line-height: 20px !important;
}

.size3 {
    font-size: 16px !important;
    line-height: 22px !important;
}

.size4 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.size5 {
    font-size: 20px !important;
    line-height: 32px !important;
}

.size6 {
    font-size: 24px !important;
    line-height: 30px !important;
}

.bold {
    font-weight: bold;
}

.color-main {
    color: #1A5284 !important;
}

.color-red {
    color: red !important;
}

.color-link {
    color: #4a76a2 !important;
}

.color-black {
    color: #262626 !important;
}

.color-ash {
    color: #8c8c8c !important;
}

.color-white {
    color: #fff !important;
}

.bg-f3 {
    background-color: #f3f3f3;
}

.bg-white {
    background-color: #fff;
}

.bg-main {
    background-color: #1a5284;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #e6e6e6
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-top: 1px solid #e6e6e6
}

.flex-grow-shrink {
    flex-grow: 0;
    flex-shrink: 0;
}

.m-auto{
    margin: auto
}
.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 4px !important;
}

.mt-1 {
    margin-top: 4px !important;
}

.mr-1 {
    margin-right: 4px !important;
}

.mb-1 {
    margin-bottom: 4px !important;
}

.ml-1 {
    margin-left: 4px !important;
}

.m-2 {
    margin: 8px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mr-2 {
    margin-right: 8px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}

.ml-2 {
    margin-left: 8px !important;
}

.m-3 {
    margin: 12px !important;
}

.mt-3 {
    margin-top: 12px !important;
}

.mr-3 {
    margin-right: 12px !important;
}

.mb-3 {
    margin-bottom: 12px !important;
}

.ml-3 {
    margin-left: 12px !important;
}

.m-4 {
    margin: 16px !important;
}

.mt-4 {
    margin-top: 16px !important;
}

.mr-4 {
    margin-right: 16px !important;
}

.mb-4 {
    margin-bottom: 16px !important;
}

.ml-4 {
    margin-left: 16px !important;
}

.m-5 {
    margin: 20px !important;
}

.mt-5 {
    margin-top: 20px !important;
}

.mr-5 {
    margin-right: 20px !important;
}

.mb-5 {
    margin-bottom: 20px !important;
}

.ml-5 {
    margin-left: 20px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 4px !important;
}

.pt-1 {
    padding-top: 4px !important;
}

.pr-1 {
    padding-right: 4px !important;
}

.pb-1 {
    padding-bottom: 4px !important;
}

.pl-1 {
    padding-left: 4px !important;
}

.p-2 {
    padding: 8px !important;
}

.pt-2 {
    padding-top: 8px !important;
}

.pr-2 {
    padding-right: 8px !important;
}

.pb-2 {
    padding-bottom: 8px !important;
}

.pl-2 {
    padding-left: 8px !important;
}

.p-3 {
    padding: 12px !important;
}

.pt-3 {
    padding-top: 12px !important;
}

.pr-3 {
    padding-right: 12px !important;
}

.pb-3 {
    padding-bottom: 12px !important;
}

.pl-3 {
    padding-left: 12px !important;
}

.p-4 {
    padding: 16px !important;
}

.pt-4 {
    padding-top: 16px !important;
}

.pr-4 {
    padding-right: 16px !important;
}

.pb-4 {
    padding-bottom: 16px !important;
}

.pl-4 {
    padding-left: 16px !important;
}

.p-5 {
    padding: 20px !important;
}

.pt-5 {
    padding-top: 20px !important;
}

.pr-5 {
    padding-right: 20px !important;
}

.pb-5 {
    padding-bottom: 20px !important;
}

.pl-5 {
    padding-left: 20px !important;
}



.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-ellipsis-2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.text-ellipsis-3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.align-items-center {
    align-items: center;
}

.division {
    height: 8px;
    background: #f9f9f9;
    width: 100%;
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

input {
    outline-offset: 0;
    outline: none;
}

:root {
    --swiper-theme-color: #007aff;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline li{
    display: inline-block;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-100 {
    width: 100% !important;
}
.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-100 {
    height: 100% !important;
}

.border {
    border: 1px solid #e6e6e6 !important
}

.border-top {
    border-top: 1px solid #e6e6e6 !important
}

.border-right {
    border-right: 1px solid #e6e6e6 !important
}

.border-bottom {
    border-bottom: 1px solid #e6e6e6 !important
}

.border-left {
    border-left: 1px solid #e6e6e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}
.justify-content-center{
    justify-content: center;
}
.justify-content-right{
    justify-content: flex-end;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
.box-shadow{
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.4);
}

button:hover{
    cursor: pointer;
    opacity: 0.8;
    outline:none;
}

.bg{
    background-image: url("../images/bg.png");
    background-size: 1920px 795px;
    background-position: top center;
    background-repeat: no-repeat;
}
.header-logo{
    display: flex;
    align-items: center;
}
.header-logo img{
    flex: 0 0 auto;
}
.header-logo div{
    width: 100%;
    color: #1A5284;
    padding-left: 8px;
}
.header-logo div h1{
    font-size: 34px;
    line-height: 46px;
}
.header-logo div p{
    font-size: 16px;
    line-height: 18px;
}
.header-search{
    display: flex;
}
.header-search input{
    border: none;
    height: 40px;
    padding-left: 20px;
    width: 130px;
}
.header-search button{
    background: #1A5284;
    color: #fff;
    border: none;
    height: 40px;
    width: 58px;
}
.header-nav{
    list-style: none;
    text-align: center;
    background: #1A5284;
    display: flex;
    justify-content: center;
}
.header-nav li{
    padding: 16px 0;
}
.header-nav li a{
    display: flex;
    width: 180px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255,255,255,0.5);
}
.header-nav li a:hover span{
    opacity: 1;
}
.header-nav li a span{
    opacity: 0.9;
    color: #FEFEFE;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}
.header-nav li a img{
    margin: 0;
    flex: 0 0 auto;
    height: 20px;
}
.header-nav li:nth-last-child(1) a{
    border-right: 1px solid rgba(255,255,255,0.5);
}

.m-nav{
    display: flex;
    list-style: none;
    justify-content: flex-end;
}
.m-nav a{
    padding: 0 8px;
    border-right: 1px solid #5C6165;
    color: #5C6165;
}
.m-nav li:nth-last-child(1) a{
    border-right: none;
    padding-right: 0;
}
.m-nav a:hover{
    color: #1A5284;
}
.breadcrumb{
    height: 56px;
    background: #1A5284;
    color: #fff;
    text-align: left;
    line-height: 56px;
    padding: 0 12px;
}
.breadcrumb a:hover{
    color: #fff000;
}

.tag{
    color: orange;
}
.table-style{
    width: 100%;
    border-spacing: 0;
    text-align: center;
    border-collapse: collapse;
    margin-top: 20px;
}
.table-style thead td{
    background: #f2f2f2;
}
.table-style td{
    padding: 12px;
    border: 1px solid #e6e6e6;
}
.table-style td:nth-child(2){
    text-align: left;
}
.m-btn{
    border: 0;
    padding: 4px 12px;
    background-color: #1a5284;
    color: #fff;
}

.list-gd {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
}
.list-time{
    list-style: none;
}
.list-time li{
    display: flex;
    font-size: 16px;
    overflow: hidden;
    margin-top: 10px;
}
.list-time li a{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-time li a::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #D8D8D8;
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 9px;
}
.list-time li:hover a::before{
    background: #1A5284;
}
.list-time li span{
    flex: 0 0 100px;
    text-align: right;
}

.empty-box{
    text-align: center;
    margin: 36px 0;
}

.nosearch #frontNavSearchBox {
    display: none;
}