@charset "utf-8";

.goleeHumanities3 {
    padding: 90px 0 10px;
}
.goleeHumanities3 p.Hh2p {
    text-align: center;
    padding: 25px 0 55px;
}
.benchMark {
    margin: 0 auto;
    width: 90%;
}
.benchMark .swiper-container {
  width: 100%;
}
.benchMark .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.benchMark .swiper-slide .Sin {
    width: 19.5% !important;
    box-sizing: border-box;
    margin: 0 2.5% 0 0;
    background:#f7f7f7;
    padding: 30px 1.75%;
}
.benchMark .Pic{
    padding: 12px;
    width: 100%;
    background: #fff;
}
.benchMark * {
    box-sizing: border-box;
}
.benchMark .swiper-slide .Act .Pic {
    width: 34.65%;
    text-align: center;
}
.Pic img {
    width: 100%;
}
.benchMark .swiper-slide .Sin.Act {
    width: 55.5% !important;
    display: flex;
    padding: 30px 4.67%;
    justify-content: space-between;
    align-items: center;
}
.benchMark .Txt {
    height: 0;
    opacity: 0;
    width: 0;
}
.benchMark .swiper-slide .Sin.Act .Txt {
    height: auto;
    opacity: 1;
    width: 58.5%;
}
.benchMark h3 {
    font-weight: 700;
    color: #333333;
    font-size: 28px;
    margin: 0 0 10px -10px;
}
.benchMark p.Data {
    color: #333333;
    font-size: 18px;
    margin: 0;
}
.benchMark p {
    margin: 7% 0 17%;
    color: #666666;
    line-height: 1.6em;
}
.benchMark a {
    color: #333333;
    position: relative;
}
.benchMark a::after {
    display: inline-block;
    content: '>';
    width: 28px;
    line-height: 28px;
    border: 1px solid #b7b7b7;
    text-align: center;
    border-radius: 50%;
    margin: 0 0 0 20px;
    color: #b7b7b7;
}
.benchMark a:hover {
    color: #d70c18;
    transition: all 0.5s;
}
.benchMark a:hover::after {
    border-color: #d70c18;
    background:#d70c18;
    color: #fff;
    transition: all 0.5s;
}
.goleeHumanities3 .btnArr {
    display: flex;
    justify-content: center;
    margin: 50px 0 20px;
}
.goleeHumanities3 .Arr {
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 0.5s;
}
.goleeHumanities3 .Arr.Act {
    background: #d70c18;
    color: #fff;
    transition: all 0.5s;
}






.goleeHumanities1 h2,
.goleeHumanities2 h2 {
    padding: 120px 0 60px;
}

.goleeHumanities1-con {
    width: 90%;
    margin: 0 auto;
}

.goleeHumanities1-sfe {
    display: flex;
}

.goleeHumanities1-single {
    width: 33.33%;
    position: relative;
}

.goleeHumanities1-single.first {
    width: 66.67%;
    background-color: rgb(105, 83, 255);
}
.goleeHumanities1-box{
    position: absolute;
    left: 40px;
    top: 40px;
    width: calc(100% - 40px);
}
.goleeHumanities1-t {
    font-weight: 500;
    color: #ffffff;
    font-size: 32px;
    line-height: 36px
}

.goleeHumanities1-t1 {
    opacity: 0;
    width: 95%;
    margin-top: 5px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.79);
    transition: all 1s ease;
}

.goleeHumanities1-single:hover .goleeHumanities1-t1 {
    opacity: 1;
    transition: all 1s ease;
}

.goleeHumanities1-pic {
    height: 100%;
}

.goleeHumanities1-pic img {
    height: 100%;
}

.goleeHumanities1-pic::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(105, 83, 255, 0.5);
}
.goleeHumanities1-single.two .goleeHumanities1-pic::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(199, 0, 185, 0.49);
}

.goleeHumanities1-single.three .goleeHumanities1-pic::after {
    background-color: rgba(209, 0, 0, 0.29);
}

.goleeHumanities1-single.four .goleeHumanities1-pic::after {
    background-color: rgba(255, 167, 51, 0.51);
}

.goleeHumanities1-single.five .goleeHumanities1-pic::after {
    background-color: rgba(0, 167, 156, 0.45);
}

.goleeHumanities1-single:hover .goleeHumanities1-pic::after {
    background-color: rgba(105, 83, 255, 0.95);
    transition: all 0.5s ease;
}
.goleeHumanities1-single.two:hover .goleeHumanities1-pic::after {
    background-color: rgba(199, 0, 185, 0.95);
    transition: all 0.5s ease;
}
.goleeHumanities1-single.three:hover .goleeHumanities1-pic::after {
    background-color: rgba(209, 0, 0, 0.95);
    transition: all 0.5s ease;
}
.goleeHumanities1-single.four:hover .goleeHumanities1-pic::after {
    background-color: rgba(255, 167, 51, 0.95);
    transition: all 0.5s ease;
}
.goleeHumanities1-single.five:hover .goleeHumanities1-pic::after {
    background-color: rgba(0, 167, 156, 0.95);
    transition: all 0.5s ease;
}
#certify {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

#certify .swiper-container {
    padding-bottom: 20px;
}

#certify .swiper-slide {
    font-size: 0;
}

.goleeHumanities2-pic {
    width: 100%;
    font-size: 0;
}

.goleeHumanities2-t {
    font-weight: 700;
    color: #333;
    font-size: 24px;
    text-align: center;
    margin-top: 25px;
}

#certify .swiper-slide img {
    width: 100%;
}

.goleeHumanities2bot {
    width: 12%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 0;
    box-sizing: border-box;
}

.goleeHumanities2-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    color: #333;
    align-items: center;
}

.goleeHumanities2-btn.active {
    background-color: #d70c18;
    color: #fff;
}

.goleeHumanities2 .swiper-pagination {
    position: unset;
}

.goleeHumanities2 .swiper-pagination-bullet {
    background-color: transparent;
    display: none;
    width: auto;
    height: auto;
    font-family: Segoe UI;
    font-style: italic;
    color: rgba(119, 119, 119, 1);
}

.goleeHumanities2 .swiper-pagination-bullet strong {
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
}

.goleeHumanities2 .swiper-pagination-bullet-active {
    background-color: transparent;
    display: block;
}


/* Ã½ÌåÅÌÎÊ */
@media screen and (max-width:1700px) {

    .goleeHumanities1 h2,
    .goleeHumanities2 h2 {
        padding: 110px 0 60px;
    }

    .goleeHumanities1-t {
        font-size: 30px;
    }
}

@media screen and (max-width:1550px) {

    .goleeHumanities1 h2,
    .goleeHumanities2 h2 {
        padding: 100px 0 50px;
    }

    .goleeHumanities1-t {
        font-size: 28px;
    }

    .goleeHumanities1-box {
        left: 30px;
        top: 30px;
    width: calc(100% - 30px);
    }

    .goleeHumanities2-t {
        font-size: 22px;
        margin-top: 20px;
    }

    .goleeHumanities2bot {
        padding: 40px 0 0;
    }
}

@media screen and (max-width:1400px) {

    .goleeHumanities1 h2,
    .goleeHumanities2 h2 {
        padding: 80px 0 35px;
    }

    .goleeHumanities1-t {
        font-size: 24px;
    }

    .goleeHumanities2-t {
        font-size: 20px;
        margin-top: 15px;
    }

    .goleeHumanities2bot {
        padding: 30px 0 0;
    }
}

@media screen and (max-width:1300px) {

    .goleeHumanities1 h2,
    .goleeHumanities2 h2 {
        padding: 60px 0 35px;
    }

    .goleeHumanities1-t {
        font-size: 22px;
    }
    .goleeHumanities1-box {
        left: 20px;
        top: 20px;
    width: calc(100% - 20px);
    }

    .goleeHumanities2-t {
        font-size: 18px;
    }
}

.goleeHumanities1-pic.ph{
    display: none;
}
@media screen and (max-width:1024px) {
    .benchMark .swiper-slide {
        display: block;
    }
    .benchMark .swiper-slide .Sin.Act, .benchMark .swiper-slide .Sin {
        width: 100% !important;
        padding: 20px;
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 0 20px;
    }

    .benchMark .Pic {
        width: 55% !important;
        margin: 0;
    }
    .benchMark .swiper-slide .Sin .Txt {
        width: 39% !important;
        text-align: center;
        opacity: 1;
        height: auto;
    }
    .benchMark h3 {
        font-size: 18px;
        margin: 0;
    }
    .benchMark p {
        display: none;
    }
    .benchMark p.Data {
        display: block;
        margin: 15% 0 30%;
        font-size: 16px;
    }

    .goleeHumanities1-pic{
        display: none;
    }
    .goleeHumanities1-pic.ph{
        display: block;
    }
    .goleeHumanities1-con,#certify {
        width: 92%;
    }
    .goleeHumanities1-sfe {
        display: block;
    }
    .goleeHumanities1-single {
        width: 100% !important;
        box-sizing: border-box;
        padding: 0 15px 20px !important;
        position: relative;
        background-color: #f2f2f2 !important;
    }
    .goleeHumanities1-box {
        position: unset;
        width: 100%;
    }
    .goleeHumanities1-t1 {
        opacity: 1;
        width: 100%;
        margin-top: 20px;
        color: #333333;
        font-size: 16px;
    }
    .goleeHumanities1-pic::after{
        display: none;
    }
    .goleeHumanities1-t {
        margin: 30px -15px 20px;
        font-size: 24px;
        line-height: 50px;
        text-align: center;
        background-color: #7460fc;
    }
    .goleeHumanities1-single.first .goleeHumanities1-t {
        margin: 0 -15px 20px;
    }
    .goleeHumanities1-single.two .goleeHumanities1-t {
        background-color: #c700b9;
    }
    .goleeHumanities1-single.three .goleeHumanities1-t {
        background-color: #d10000;
    }
    .goleeHumanities1-single.four .goleeHumanities1-t {
        background-color: #ffa733;
    }
    .goleeHumanities1-single.five .goleeHumanities1-t {
        background-color: #00a79c;
    }
    .goleeHumanities2bot {
        display: none;
    }
    #certify .swiper-wrapper {
        display: block;
    }
    #certify .swiper-slide {
        display: inline-block;
        width: 48% !important;
        margin: 0 0.6%;
    }
    .goleeHumanities2-t {
        margin: 15px 0 20px;
    }
}

@media screen and (max-width:500px) {
}

@media screen and (max-width:400px) {}<!--ºÄÊ±1755667884.281Ãë-->