body {
    padding-top: 65px;
}

h1,h2,h3,h4,h5,h6 {
    color: #213b52;
}

.text-orange {
    color: orange;
}

.text-darkslateblue {
    color: darkslateblue;
}

.bg-darkslateblue {
    background-color: darkslateblue;
}

.fill-white {
    fill: rgba(var(--bs-white-rgb));
}

.text-wheat {
    color: rgba(245, 222, 179, 1);
}

.text-darkblue {
    color: #1d3b53;
}

.bg-darkblue {
    background-color: #1d3b53;
}

.bg-wheat {
    background-color: rgba(245, 222, 179, 1);
}

.text-purple {
    color: rgba(111, 66, 193, 1);
}

.bg-purple {
    background-color: rgba(111, 66, 193, 1);
}

.bg-purple-10 {
    background-color: rgba(111, 66, 193, 0.1);
}

.bg-purple-25 {
    background-color: rgba(111, 66, 193, 0.25);
}

.bg-purple-50 {
    background-color: rgba(111, 66, 193, 0.5);
}

.bg-purple-75 {
    background-color: rgba(111, 66, 193, 0.75);
}

.s-main-banner {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #213b52;
}

.section-title h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #fdc134;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}


.section-full-bg {
    position: relative;
    background: url('../images/choose-bd.jpg');
}

.section-full-bg .container {
    position: relative;
    z-index: 10;
}

.section-full-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #2c2b5e;
    opacity: 0.85;
    filter: alpha(opacity=85);
    z-index: 0
}

.section-content {
    position: relative;
    z-index: 1;
    color: #f8f8f8
}

.slider-radio {
    --bs-aspect-ratio: 36%;
}

.slider-img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.slider-caption {
    max-height: 144px;
    padding-top: 25px;
    color: #f8f8f8;
}

.slider-caption .caption-content {
    text-shadow: 1px 1px 2px #000000;
    padding-top: 5px;
    font-size: 16px;
    width: 320px;
}

.slider-caption .caption-title {
    font-weight: bold;
    text-shadow: 1px 1px 2px #000000;
    font-size: 26px;
    color: #f8f8f8;
}

@media (min-width: 768px) {
    .slider-radio {
        --bs-aspect-ratio: 30%;
    }

    .slider-caption {
        max-height: 576px;
        padding-top: 75px;
    }

    .slider-caption .caption-title {
        font-size: 38px;
    }
    .slider-caption .caption-content {
        font-size: 24px;
        width: 520px;
    }
}

#major .card-img {
    overflow: hidden;
}

#major .card-img img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}
#major .card-body {
    z-index: 10;
    background: rgba(220,220,220,.85);
    border-top: 4px solid #fff;
    margin: -40px 5% 0 5%;
    transition: 0.3s;
}

#major .card-title {
    font-weight: bold;
    transition: 0.3s;
}

#major .card-action {
    text-decoration: none;
    font-weight: lighter;
    color: gray;
}

#major .card-action:hover {
    color: #fdc134;
}

#major .card:hover img {
    transform: scale(1.1);
}

#major .card:hover .card-body {
    border-color: #fdc134;
}

#major .card:hover .card-title {
    color: #fdc134;
}

#yinxiang .img-wrap {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 0;
    padding-bottom: 65%;
}

#yinxiang .img-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    background: rgba(33,59,82, .6);
    transition: all 0.3s ease-in-out;
}

#yinxiang .img-action {
    opacity: 0;
    left: 0;
    right: 0;
    top: calc(50% - 36px);
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

#yinxiang .img-caption {
    color: #f8f8f8;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

#yinxiang .img-wrap:hover::before {
    left: 0;
}

#yinxiang .img-wrap:hover .img-action {
    opacity: 1;
    top: calc(50% - 18px)
}

#yinxiang .img-wrap:hover .img-caption {
    opacity: 1;
    bottom: 15px;
}

#yinxiang .gallery {
    background: #f8f8f8;
}

.cst-service {
    position: fixed;
    right: 5px;
    top: 25%;
    z-index: 100;
}

.cst-service .sc-shrank {
    cursor: pointer;
    width: 0;
    height: 0;
    background: url(../images/shrank.png) no-repeat left top;
    -moz-transition: height .3s ease;
    -webkit-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
}

.cst-service .sc-opened {
    position: relative;
    height: 0;
    width: 0;
    background: #f8f8f8;
    border-style: solid;
    border-color: #dddddd;
    border-width: 0;
    border-radius: 8px;
    -moz-transition: height .3s ease;
    -webkit-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
}

.sc-shrank.sc-show {
    height: 133px;
    width: 40px;
}

.sc-opened.sc-show {
    height: auto;
    width: 110px;
    border-width: 1px;
}

.sc-opened .sc-shrink {
    display: none;
    position: absolute;
    top: -12px;
    right: 0;
    color: #bbb;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 12px;
    z-index: 90;
}

.sc-shrink:hover {
    color: #999;
}

.sc-qq {
    display: none;
    cursor: pointer;
    margin-top: 8px;
    width: 110px;
    height: 65px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
}

.sc-qq .qq-bg, .sc-qq .qq-img {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 25px;
    top: 0;
}

.sc-qq .qq-bg {
    z-index: 80;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: url(../images/qq-icon-bg.png) no-repeat center bottom;
}

.sc-qq .qq-img {
    border-radius: 30px;
    position: absolute;
    overflow: hidden;
    z-index: 9;
}

.sc-qq .qq-img IMG {
    max-width: 46px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sc-qq:hover IMG {
    max-width: 60px;
}

.sc-link {
    display: none;
    position: relative;
    text-align: center;
    font-size: 14px;
}

.sc-bottom {
    display: none;
    position: relative;
    width: 110px;
    height: 40px;
}

.sc-bottom::before {
    content: '';
    position: absolute;
    left: 10%;
    top: 0;
    right: 10%;
    height: 1px;
    border-bottom: 1px solid #dddddd;
}

.sc-bottom .sc-code, .sc-bottom .sc-up {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 5px;
    width: 50px;
    height: 100%;
    padding: 5px;
    font-size: 22px;
    text-align: center;
}

.sc-bottom .sc-code:hover, .sc-bottom .sc-up:hover {
    font-size: 23px;
    color: #843534;
}

.sc-bottom .sc-code {
    left: 5px;
}
.sc-bottom .sc-up {
    right: 5px;
}

.sc-bottom .sc-line {
    position: absolute;
    left: 50%;
    top: 10%;
    right: auto;
    width: 0;
    height: 80%;
    border-left: 1px solid #dddddd;
}

.sc-show .sc-shrink, .sc-show .sc-qq, .sc-show .sc-link, .sc-show .sc-bottom {
    display: block;
}