body {
    /*background: no-repeat url("../image/bg3.jpg");*/
}

.index-header {
    background: no-repeat 0 -10px url("../image/bg6.jpg");
    background-size: cover;
    perspective: 280px;
    height: 335px;
}

.header-title {
    display: block;
    text-align: center;
    line-height: 260px;
    width: 100%;
}
.header-title-h2 {
    text-align: center;
    line-height: 30px;
    width: max-content;
    font-size: 18px;
    color: #0A3B8A;
    font-weight: 600;
    letter-spacing: 3px;
    right: 128px;
    position: absolute;
    bottom: 46px;
}
.header-container {
    height: 270px;
    width: 1270px;
}

.index-body-1 {
    margin-top: 36px;
    margin-bottom: 60px;
    /*width: 1280px;*/
}

.index-nav {
    background-color: #0A3B8A;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.header-text-label {
    font-family: 'Microsoft YaHei', Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    color: rgba(255,255,255,.5);
    font-size: 20px;
    text-align: center;
    width: 100%;
    letter-spacing: 3px;
    margin-top: -30px;
}

.swiper-pagination {
    text-align: right;
    padding-right: 10px;
}

.fixed-affix {
    font-size: 14px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    text-align: center;
}

.affix-div {
    float: right;
    margin-right: 45px;
    margin-bottom: 30px;
}

.affix-div div span {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #8A959C;
}

.affix-div div {
    margin-bottom: 3px;
    cursor: pointer;
}
.affix-div div span {
    margin-bottom: 5px;
}

.alert-image {
    width: 180px;
    height: 180px;
}


/**
    导航
 */

.nav_list {
    list-style: none;
    padding: 0;
    float: left;
    margin: 0 auto;
}


.nav_list li {
    float: left;
    height: 24px;
    font-size: 20px;
    margin: 16px 0;
    padding: 0 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    font-family: '微软雅黑', serif;
    font-weight: bolder;
    -webkit-background-clip: text;
    color: transparent;
    width: 208px;
}

.nav_list li:last-child {
    border-right: none;
}

.nav_list li a {
    color: white;
}

.nav_list li a:hover {
    border-bottom: 2px solid #ABC0E4;
    padding-bottom: 8px;
    text-decoration: none;
}

.nav_list li.nobor {
    border: none;
}

.header-title-img {
    display: inline-block;
    margin: 0 auto 0 -100px;
    width: 100%;
}
