* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* @font-face {
    font-family: "字魂扁桃体";
    src: url("./字魂扁桃体.ttf");
} */

a{
    color: inherit;
    text-decoration: none;
}

img{
    width: auto;
    height: auto;
    max-width: 100%;
    user-select: none;
}

ul, ol{
    list-style: none;
}

body{
    min-width: 1260px;
    max-width: 1920px;
    margin: 0 auto;
}

.container{
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    padding-bottom: 120px;
}

.strong{
    font-weight: 550;
}

.scroll{
    overflow-y: auto;
}
.scroll::-webkit-scrollbar {
    width: 6px;
    background: #dcdcdc;
    border-radius: 40px 40px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 40px 40px;
}

.banner-image{
    position: relative;
}
.banner-image img{
    display: block;
    width: 100%;
    height: auto;
    /* max-height: 100vh; */
}

/* .main{
    background: url(../images/bg.png) no-repeat 100% 100%;
    background-size: 100% 100%;
    padding-top: 80px;
} */

.banner-text{
    position: absolute;
    top: 58%;
    left: 3.5%;
}
.banner-text>span{
    display: block;
    font-weight: 550;
    color: #0c55c2;
    padding-bottom: 10px;
}
.banner-text>img{
    display: block;
    width: 420px;
}
.banner-text div{
    color: gray;
    margin-top: 60px;
    font-size: 14px;
}
.banner-text div .strong + p{
    margin-top: 12px;
}

.bstyle{
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.content1{
    background-image: url(../images/2.png);
    padding: 120px 0 80px;
}
.content1 .container{
    background-image: url(../images/3.png);
    padding: 160px 50px 100px 80px;
    line-height: 42px;
    text-indent: 32px;
}
.content1 .container img{
    display: block;
    width: 511px;
    margin: 0 auto;
}
.content1 .container p + p{
    margin-top: 32px;
}

.content2{
    max-width: 100%;
    overflow: hidden;
    background-image: url(../images/5.png);
    padding: 120px 0 80px;
}
.content2 .container{
    background-image: url(../images/6.png);
    padding: 50px 96px 136px 100px;
}
.content2 .container .title{
    display: block;
    width: 458px;
    margin: 0 auto;
}
.content2-list{
    height: 405px;
    margin-top: 20px;
    display: flex;
    overflow: hidden;
}
.content2-item{
    width: 243.5px;
    height: 378px;
    padding: 18px 12px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    flex-shrink: 0;
    margin-right: 30px;
    background-image: url(../images/8.png);
}
.content2-list .content2-item:nth-child(5n){
    margin-left: 0 !important;
}
.content2-item img{
    border: 2px solid #3d7cd6;
    border-radius: 12px;
}
.content2-item p{
    margin-top: 6px;
    padding: 6px 0;
}
.content2-page{
    position: absolute;
    bottom: 90px;
    left: 100px;
    width: 84.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content2-page p{
    width: 40px;
    height: 6px;
    background-color: #efefef;
    border-radius: 3px;
    cursor: pointer;
}
.content2-page p:active{
    opacity: 0.5;
}
.content2-page .curr{
    background-color: #0c55c2;
}
.content2-page p + p{
    margin-left: 6px;
}

.content3{
    background-image: url(../images/9.png);
    padding-top: 60px;
}
.content3-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content3-item{
    position: relative;
    width: 48%;
    height: 280px;
    background-image: url(../images/10.png);
    margin-top: 46px;
    padding: 60px 0 0 60px;
}
.content3-item:nth-child(2) {
    background-image: url(../images/11.png);
}
.content3-item:nth-child(3) {
    background-image: url(../images/12.png);
}
.content3-item:nth-child(4) {
    background-image: url(../images/13.png);
}
.content3-item .tit{
    display: block;
    width: 200px;
}
.content3-item:nth-child(2) .tit{
    width: 240px;
}
.content3-item .ricon{
    position: absolute;
    right: 10%;
    top: 15%;
    height: 70%;
}
.content3-item p {
    display: inline-block;
    background-image: url(../images/22.png);
    margin-top: 36px;
    padding: 8px 20px 12px 22px;
    font-size: 14px;
    color: #0a56c2;
}
.content3-item p:active{
    opacity: 0.5;
}

.content4{
    position: relative;
    background-image: url(../images/23.png);
    padding: 60px 0;
}
.content4 .container{
    background-image: url(../images/24.png);
    padding: 30px 65px 60px 80px;
}
.content4 .tit{
    display: block;
    width: 498px;
    margin: 0 auto;
}


.content4-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.content4-time{
    width: 42%;
    padding: 16px 12px 16px 0;
    text-align: center;
    background-image: url(../images/26.png);
}
.content4-text{
    width: 54%;
    height: 409px;
    padding-top: 30px;
}
.content4-time h3{
    color: #0a56c2;
    padding-bottom: 12px;
}
.content4-time table{
    width: 100%;
    font-weight: 550;
    font-size: 15px;
    user-select: none;
}
.content4-time table th, .content4-time table td{
    position: relative;
    padding: 7px 0;
}
.content4-time table td span{
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    border-radius: 3px;
}

.content4-time table .active span{
    color: white;
    background-color: #0a56c2;
}
.content4-time table th:nth-child(6),
.content4-time table th:nth-child(7),
.content4-time table td:nth-child(6),
.content4-time table td:nth-child(7) {
    color: #0a56c2;
}
.content4-time table .disabled{
    color: #cacaca !important;    
}

.content4-time table td i{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translateX(-50%);
}

.content4-time table .curr{
    cursor: pointer;
}
.content4-time table .curr i{
    background-color: #bfd7f9;
}
.content4-time table .active i{
    background-color: transparent !important;
}
.content4-time table th{
    padding: 8px 0 12px;
}
.content4-text h3{
    color: #0a56c2;
    font-size: 20px;
}
.content4-text ul {
    height: 326px;
    margin-top: 30px;
}
.content4-text ul li{
    display: flex;
    align-items: center;
    font-size: 15px;
}
.content4-text ul li p{
    padding: 5px 20px;
    background-color: #fff2cd;
    border-radius: 50px 50px;
    margin: 0 20px;
}
.content4-text ul .a p {
    background-color: #fff2cd;
}
.content4-text ul .b p {
    background-color: #fbe4d6;
}
.content4-text ul .c p {
    background-color: #d7e5e6;
}
.content4-text ul li + li{
    margin-top: 12px;
}

.content5{
    position: relative;
    background-image: url(../images/29.png);
    padding: 60px 0 30px;
}
.content5 .container{
    background-image: url(../images/30.png);
    padding: 26px 62px 65px 82px;
}
.content5 .tit{
    display: block;
    width: 465px;
    margin: 0 auto;
}
.content5-list{
    height: 450px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.content5-item{
    width: 48%;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 32px;
}
.content5-item span{
    color: #8c8c8c;
    font-size: 14px;
    padding-right: 16px;
    margin-right: 16px;
    flex-shrink: 0;
    border-right:1px solid #efefef;
}
.content5-item span i{
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
}
.content5-item p{
    flex: 1;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content5-btn{
    display: block;
    width: 180px;
    margin: 0 auto;
    border: 2px solid #0a56c2;
    border-radius: 50px 50px;
    padding: 10px 0;
    text-align: center;
    color: #0a56c2;
    cursor: pointer;
    user-select: none;
    margin: 50px auto 0;
}
.content5-btn:active{
    opacity: 0.5;
}
.content5-bot{
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 120px;
}
.footer{
    text-align: center;
    font-size: 15px;
    margin-top: 60px;
    color: #0a56c2;
}
.footer p + p{
    margin-top: 12px;
}
.footer p span{
    display: inline-block;
    width: 16px;
}

.content6{
    position: relative;
    background-image: url(../images/34.jpg);
    padding: 120px 0 60px;
}
.content6 .container,
.content7 .container{
    padding: 0;
}


.content7{
    position: relative;
    background-image: url(../images/37.jpg);
    padding: 120px 0 60px;
}

.headerContainer .header-wrapper{ 
    background-color: #81aef2;
}

.content8{
    position: relative;
    background-image: url(../images/34.jpg);
    padding: 60px 0;
}