﻿.main-title {
    color: var(--color-main-dark);
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .main-title {
        font-size: 1.5rem;
    }
}

.main-line {
    width: 125px;
    height: 3px;
    background: var(--color-main-light);
    margin: 0;
    padding: 0;
    border: none;
    opacity: 1;
}

.midbanner {
    position: relative;
    min-height: 500px;
    width: 100%;
    background-image: url('../images/index-img-2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    background-size: cover;
}

.midbanner::before {
    background: #003373;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
}

.xtopsection {
    position: relative;
    top: -470px;
    margin-bottom: -470px!important;
    z-index: 9;
}

.color-w {
    color: #fff;
}

.f-color-blue::after {
    height: 5px;
    width: 100px;
    content: "";
    display: block;
    background: var(--color-main-light);
    margin-top: 6px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.wwp-box {
    row-gap: 35px;
}

.wwp-box .box {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 1vw;
}

.wwp-box .pic {
    width: 100%;
    height: 23vw;
    overflow: hidden;
    max-height: 315px;
    min-height: 230px;
}

.wwp-box a {
    color: #fff;
    line-height: 1.45;
    text-decoration: none;
    padding: 8px 15px;
    display: flex;
    background: #cacaca;
    align-items: center;
    min-height: 62px;
    gap: 15px;
    justify-content: space-evenly;
    font-size: .95rem;
}

.wwp-box a span:nth-child(1) {
    width: calc(100% - 50px);
    line-height: 1;
}

.wwp-box .box:hover a {
    color: #fff;
    background: var(--color-main-light);
    text-decoration: none;
}

.wwp-box .row {
    display: flex;
    row-gap: 15px;
    flex-wrap: wrap;
    align-content: stretch;
}

.wwp-box .box .pic img,
.wwp-box .box {
    transition: all .2s ease;
}

.wwp-box .box:hover .pic img {
    transform: scale(1.1);
}

.wwp-box .box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.arrow-right {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 12h18l-6 -6' stroke='%231aa0e2' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    width: 34px;
    height: 34px;
    display: inline-block;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    border-radius: 34px;
}

.arrow-right-2 {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10h14l-5 -5' stroke='%23ffffff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    background-color: var(--color-main-light);
    background-position: center;
    border-radius: 26px;
}

.fs-box {
    padding: 0 0 100px 0;
}

.fs-box .swiper {
    padding: 25px;
    margin: 0 -25px;
}

.fs-box .swiper-button-prev {
    left: -70px;
}

.fs-box .swiper-button-next {
    right: -70px;
}

.fs-box .swiper-button-prev,
.fs-box .swiper-button-next {
    opacity: 0;
    transition: all .2s ease;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.15);
}

.fs-box .swiper-button-prev::after,
.fs-box .swiper-button-next::after {
    color: var(--color-main-light);
    font-size: 22px;
}

.fs-box .swiper-button-prev:hover,
.fs-box .swiper-button-next:hover {
    background: var(--color-main-light-hover);
    color: #fff;
}

.fs-box .swiper-button-prev:hover::after,
.fs-box .swiper-button-next:hover::after {
    color: #fff;
}

.fs-box:hover .swiper-button-prev,
.fs-box:hover .swiper-button-next {
    opacity: 1;
}

.fs-box .swiper-pagination-bullet-active {
    background: #1e83ca;
}

@media screen and (max-width: 768px) {
    .fs-box {
        padding: 0 0 27px 0;
        margin-bottom: 25px;
        overflow: hidden;
    }
}

.fs-swiper {
    height: auto;
    padding-bottom: 60px;
}

.fs-swiper .swiper-slide,
.fp-swiper .swiper-slide {
    height: unset;
}

.fp-swiper .box {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 15px 20px;
    height: 100%;
    align-content: flex-start;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .2s ease;
    flex-direction: column;
}

.fs-swiper .box {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
    height: 100%;
    align-content: flex-start;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.15);
    transition: all .2s ease;
    flex-direction: column;
    background: var(--color-main-dark);
    color: #fff;
}

.fs-swiper .box:hover {
    background: #fff;
    color: unset;
}

.fs-swiper .box:hover h3 {
    border-color: #fff;
    color: #fff;
}

.fs-box .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    background-color: var(--color-main-light);
    transition: all .2s ease;
    opacity: 1;
}

.fs-box .swiper-pagination-bullet-active {
    width: 80px;
    border-radius: 15px;
    background-color: var(--color-main-light);
}

.fs-swiper .box h3 {
    padding: 15px 0;
    margin-bottom: 15px;
    width: 100%;
    min-height: 75px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #fff;
    border-bottom: #fff solid 1px;
}

.fs-swiper .box:hover h3 {
    color: var(--color-main-dark);
    border-bottom: #999 solid 1px;
}

.fp-swiper .box h3 {
    padding: 15px 0;
    border-bottom: #999 solid 1px;
    margin-bottom: 15px;
    width: 100%;
    min-height: 75px;
    display: flex;
    align-items: center;
    color: var(--color-main-dark);
    font-size: 1.2rem;
}

.fs-swiper .box a,
.fp-swiper .box a {
    display: inline-block;
}

.fs-swiper .ico {
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .fs-swiper .box a:hover,
.fp-swiper .box a:hover {
    background: #1e83ca;
} */

.fp-swiper {
    height: auto;
    padding-bottom: 60px;
}

.fp-swiper .pic {
    margin: -15px -20px;
    padding-bottom: 20px;
    overflow: hidden;
    transition: all ease .2s;
    position: relative;
}

.fp-ico {
    display: flex;
    width: 100%;
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 0;
    transition: all ease .2s;
    background-color: #003473c7;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fp-swiper .box:hover .pic .fp-ico {
    opacity: 1;
}


/* .fp-swiper .box .pic img {
    transition: all ease .2s;
}

.fp-swiper .box:hover .pic {
    margin: -15px -20px 0px -20px;
    padding-bottom: 0;
} */

.rc-1 {
    position: relative;
}

.rc-1::before {
    content: "";
    position: absolute;
    right: -200px;
    bottom: -200px;
    border-radius: 160px;
    width: 320px;
    height: 320px;
    border: 32px solid #d1ecf9;
    display: inline-block;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .rc-1 {
        overflow: hidden;
    }
}

.rc-2 {
    position: relative;
    z-index: 18;
}

.rc-2::before {
    content: "";
    position: absolute;
    left: -200px;
    bottom: -200px;
    border-radius: 160px;
    width: 320px;
    height: 320px;
    border: 32px solid #f2f3f5;
    display: inline-block;
    z-index: -1;
}