.indexSections .section {
    position: relative;
}
.indexSections .section1 {
    height: calc(100vh - 65px);
    /*display: flex;*/
    justify-content: start;
    overflow: hidden;
}
.indexSections .section .ab-box {
    position: absolute;
    top: calc(100vh - 500px);
    left: 64px;
    color: #fff;
}
.indexSections .section .ab-box h1 {
    font-size: 50px;
    font-weight: bolder;
    margin-bottom: 2rem;
}
.indexSections .section .ab-box h1 span {
    color: #4f10fe;
}
.indexSections .section .ab-box p {
    font-size: 16px;
}
.indexSections .section .ab-box a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    width: 215px;
    height: 62px;
    color: #fff;
    font-weight: bolder;
    font-size: 18px;
    margin-top: 2rem;
    transition: all 0.3s;
    position: relative;
}
.indexSections .section .ab-box a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 100%;
    transition: all 0.3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 0;
}
.indexSections .section .ab-box a:hover span {
    color: #000;
    z-index: 1;
}
.indexSections .section .ab-box a:hover::after {
    opacity: 1;
    width: 100%;
}

.indexSections .section2 img {
    opacity: 0.4;
    width: 100%;
}
.indexSections .section3 .ab-box {
    top: 30vh;
}
.indexSections .section3 .ab-box p {
    cursor: pointer;
    margin: 5px 0;
    cursor: pointer;
    color: #999;
}
.indexSections .section3 .ab-box p:hover {
    color: #fff;
}
.indexSections .section4 {
    height: 500px;
    background-color: #000;
}
.indexSections .section4 .ab-box {
    top: 100px;
}
.indexSections .section4 .ab-box h1 {
    font-size: 48px;
}
.indexSections .section4 .ab-box p {
    cursor: pointer;
    margin: 5px 0;
    cursor: pointer;
    color: #999;
}
.indexSections .section4 .ab-box p:hover {
    color: #fff;
}
.indexSections .section4 .ab-box2 {
    right: 64px;
    width: 50%;
    left: unset;
    text-align: right;
}
.indexSections .section4 .ab-box2 p {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: bolder;
}
.indexSections .section4 .ab-box2 .counter {
    display: flex;
    justify-content: flex-end;
    font-size: 48px;
    font-weight: bolder;
}
.indexSections .section4 .ab-box2 .counter span {
    margin-left: 10px;
}
.indexSections .section5 {
    background-color: #000;
    /* border-top: 4px solid #939393; */
    height: 580px;
    overflow: hidden;
}
.indexSections .section5 .ab-box {
    left: unset;
    right: 128px;
    top: 150px;
    text-align: center;
}
.indexSections .section5 .ab-box h1 {
    font-size: 40px;
    margin-bottom: 5rem;
}
.indexSections .section5 .ab-box h2, .indexSections .section5 .ab-box h4 {
    font-weight: bolder;
}
.indexSections .section5 .ab-box a {
    margin-left: auto;
    margin-right: auto;
}
.indexSections .section6 .first-box {
    color: #000;
    padding-top: 100px;
    padding-left: 64px;
    padding-bottom: 50px;
}
.indexSections .section6 .first-box h1 {
    font-size: 48px;
    font-weight: bolder;
    margin-bottom: 2rem;
}
.indexSections .section6 .first-box p {
    font-size: 16px;
}
.indexSections .section6 .second-box {
    padding: 0 30px;
    padding-bottom: 100px;
}
.indexSections .section6 .second-box .item {
    background-color: #faf7fa;
    display: block;
    padding: 35px;
    height: 200px;
    position: relative;
}
.indexSections .section6 .second-box .item:hover {
    background-color: #fff;
    color: #000;
}
.indexSections .section6 .second-box .item h3 {
    font-weight: bolder;
    margin-bottom: 1rem;
}
.indexSections .section6 .second-box .item p {
    line-height: 1.8rem;
    width: 95%;
}
.indexSections .section6 .second-box .item i {
    position: absolute;
    bottom: 15px;
    right: 25px;
    color: #999799;
    font-size: 18px;
}
.indexSections .section7 {
    background-color: #be2521;
    color: #fff;
    padding: 50px 35px;
}
.indexSections .section7 video {
    width: 100%;
}
.indexSections .section7 .first-box {
    padding-left: 20px;
}
.indexSections .section7 .first-box h1 {
    margin-bottom: 1rem;
}
.indexSections .section7 .first-box p {
    font-size: 20px;
    font-weight: bolder;
}
.indexSections .section8 {
    background-color: #be2521;
    padding-left: 35px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}
.indexSections .section8 .left-box {
    background-image: url('../images/indexsection8-left.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 383px;
    height: 349px;
    margin-top: -200px;
    padding: 0 25px;
}
.indexSections .section8 .left-box .up .pic {
    text-align: right;
    margin-bottom: 2rem;
}
.indexSections .section8 .left-box .up .pic img {
    width: 66px;
    height: 67px;
}
.indexSections .section8 .left-box .up h3 {
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 1.5rem;
}
.indexSections .section8 .left-box .up p {
    font-family: Georgia;
    margin-bottom: 2rem;
}
.indexSections .section8 .left-box .down {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.indexSections .section8 .left-box .down .left {
    width: 30%;
    flex: 0 0 auto;
}
.indexSections .section8 .left-box .down .right {
    width: 75%;
    flex: 0 0 auto;
}
.indexSections .section8 .left-box .down .right p {
    font-weight: bolder;
    font-size: 16px;
}
.indexSections .section8 .left-box .down .right p:nth-child(2) {
    font-size: 12px;
    color: #4b4b4b;
}
.indexSections .section8 .right-box p {
    width: 345px;
    margin-left: 100px;
    font-size: 18px;
    color: #fff;
}
.indexSections .section8 .right-box a {
    width: 174px;
    height: 58px;
    position: absolute;
    top: 0;
    right: 35px;
    margin-top: 0;
    background-color: #fff;
}
.indexSections .section8 .right-box a span {
    color: #be2521;
}
.indexSections .section9 {
    padding: 64px 0;
}
.indexSections .section9 .top-box .box {
    display: none;
    align-items: center;
}
.indexSections .section9 .top-box .box.active {
    display: flex;
}
.indexSections .section9 .top-box .box .left img {
    width: 100%;
    height: 300px;
}
.indexSections .section9 .top-box .box .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
}
.indexSections .section9 .top-box .box .first .title {
    font-size: 30px;
    font-weight: bolder;
}
.indexSections .section9 .top-box .box .first .subtitle {
    font-size: 20px;
    color: #a9a9a9;
}
.indexSections .section9 .top-box .box .second .text {
    color: #4b4b4b;
    font-size: 18px;
    font-style: italic;
    font-weight: bolder;
}
.indexSections .section9 .bottom-box {
    margin-top: 5rem;
}
.indexSections .section9 .bottom-box .box {
    width: 105px;
    height: 105px;
    padding: 5px;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}
.indexSections .section9 .bottom-box .box img {
    padding: 5px;
    width: 100%;
    max-height: 100px;
}
.indexSections .section9 .bottom-box .box.active {
    border-color: #333;
}
.indexSections .section10 {
    background-color: #000;
    color: #efe3cc;
    padding: 100px 35px;
}
.indexSections .section10 h1 {
    font-size: 48px;
    margin-bottom: 2rem;
}
.indexSections .section10 p {
    font-size: 16px;
    line-height: 2rem;
}
.indexSections .section10  .baseBtn {
    border-color: #efe3cc;
    color: #efe3cc;
}
.indexSections .section10 img {
    position: absolute;
    top: 100px;
    right: 128px;
}
.indexSections .section11 {
    padding: 50px 0;
    text-align: center;
}
.indexSections .section11 h2 {
    font-size: 24px;
    color: #666666;
}
.indexSections .section11 img {
    width: 100%;
}
.indexfooter {
    background-color: #121212;
    padding-top: 63px;
}
.indexfooter .title {
    margin-bottom: 10px;
    color: #4b4b4b;
}
.indexfooter ul li {
    color: #fff;
    margin: 6px 0;
}
.indexfooter .contacts {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.indexfooter .contacts .title {
    margin-bottom: 0;
}
.indexfooter .contacts span {
    font-weight: bolder;
    font-size: 20px;
    color: #fff;
    display: block;
    margin-bottom: 1rem;
}
.indexfooter .copyright {
    color: #a9a9a9;
    font-size: 12px;
}
.indexfooter ul li a {
    color: #fff;
}