@font-face {
    font-family: 'Canla';
    src: url("../foot/CANELA-REGULAR_ATDZCU.TTF");
}

.banner {
    height: 100vh;
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .banner_text {
    position: absolute;
    left: 13.5416666667vw;
    bottom: 12.7604166667vw;
}

.banner .banner_text h1 {
    font-size: 2.5vw;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 4.2708333333vw;
    line-height: 1;
}

.banner .banner_text h2 {
    font-size: 1.875vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 0.8333333333vw;
}

.banner .banner_text p {
    font-size: 1.25vw;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    opacity: 0.8;
}

.sec1 {
    padding: 7.8125vw 0 8.6458333333vw;
}

.sec1 .joke {
    width: 72.9166666667vw;
    margin: auto;
    position: relative;
}

.sec1 .joke .item {
    display: flex;
    align-items: center;
    position: relative;
}

.sec1 .joke .item h5 {
    font-size: 5.2083333333vw;
    color: #1a1a1a;
    opacity: 0.08;
    font-family: "Canla", 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
    text-transform: uppercase;
    font-weight: 100;
    position: absolute;
    left: 0;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}

.sec1 .joke .item p {
    padding-left: 14.84375vw;
    font-size: 1.25vw;
    font-weight: 500;
    color: #1A1A1A;
    line-height: 5.2083333333vw;
    transform: translateY(-0.5208333333vw);
}

.sec1 .joke .item p span {
    font-weight: bold;
}

.sec1 .joke .cir_img {
    width: 7.03125vw;
    position: absolute;
    bottom: -1.9270833333vw;
    right: 9.375vw;
}

.sec1 .joke .cir_img img {
    animation: rote2 10s infinite linear;
}

@keyframes rote2 {
    100% {
        transform: rotate(360deg);
    }
}

.sec2 {
    padding: 7.8125vw 0 6.8229166667vw 13.5416666667vw;
}

.sec2 .title {
    margin-bottom: 1.1458333333vw;
}

.sec2 .title h1 {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin-bottom: 1.5625vw;
}

.sec2 .title p {
    font-size: 1.3541666667vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
}

.sec2 .map_box {
    display: flex;
}

.sec2 .map_box .map_control {
    margin-right: 8.75vw;
    padding-top: 4.9479166667vw;
}

.sec2 .map_box .map_control p {
    font-size: 0.9375vw;
    font-weight: 500;
    color: #222222;
    line-height: 2.2916666667vw;
    transition: 0.6s;
    cursor: pointer;
}

.sec2 .map_box .map_control p:hover, .sec2 .map_box .map_control p.on {
    color: #009944;
}

.sec2 .map_box .map {
    width: 58.1770833333vw;
    position: relative;
}

.sec2 .map_box .map > img {
    width: 100%;
}

.sec2 .map_box .map .postion {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec2 .map_box .map .postion .address {
    position: absolute;
}

.sec2 .map_box .map .postion .address .cir {
    width: 1.09375vw;
    height: 1.09375vw;
    background: #DCBA40;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.sec2 .map_box .map .postion .address .cir img {
    display: block;
    width: 0.9375vw;
    height: 0.9375vw;
}

.sec2 .map_box .map .postion .address .line {
    width: 33.3854166667vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
}

.sec2 .map_box .map .postion .address .line .l {
    width: 100%;
    height: 1px;
    background: #DCBA40;
    transform: scaleX(0);
    transform-origin: right;
    transition: 0.4s;
    transition-delay: 0.4s;
}

.sec2 .map_box .map .postion .address .line p {
    height: 0.8333333333vw;
    padding-top: 0.8333333333vw;
    font-size: 0.8333333333vw;
    font-weight: 500;
    line-height: 1;
    color: #222222;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: -1.3541666667vw;
    transition: 0.4s;
    transition-delay: 0s;
}

.sec2 .map_box .map .postion .address:hover .line .l, .sec2 .map_box .map .postion .address.on .line .l {
    transform: scaleX(1);
    transition-delay: 0s;
}

.sec2 .map_box .map .postion .address:hover .line p, .sec2 .map_box .map .postion .address.on .line p {
    padding-top: 0;
    transition-delay: 0.4s;
}

.sec2 .map_box .map .postion .address:nth-child(1) {
    top: 27.1875vw;
    left: 42.8645833333vw;
}

.sec2 .map_box .map .postion .address:nth-child(2) {
    top: 28.5416666667vw;
    left: 42.4479166667vw;
}

.sec2 .map_box .map .postion .address:nth-child(3) {
    top: 26.3541666667vw;
    left: 41.9270833333vw;
}

.sec2 .map_box .map .postion .address:nth-child(4) {
    top: 25.4166666667vw;
    left: 41.1979166667vw;
}

.sec2 .map_box .map .postion .address:nth-child(5) {
    top: 34.84375vw;
    left: 35.9375vw;
}

.sec2 .map_box .map .postion .address:nth-child(6) {
    top: 27.7083333333vw;
    left: 37.6041666667vw;
}

.sec2 .map_box .map .postion .address:nth-child(7) {
    top: 29.1145833333vw;
    left: 36.3541666667vw;
}

.sec2 .map_box .map .postion .address:nth-child(8) {
    top: 29.1145833333vw;
    left: 38.4375vw;
}

.sec2 .map_box .map .postion .address:nth-child(9) {
    top: 21.6666666667vw;
    left: 34.6354166667vw;
}

.sec2 .map_box .map .postion .address:nth-child(10) {
    top: 19.84375vw;
    left: 36.8229166667vw;
}

.sec2 .map_box .map .postion .address:nth-child(11) {
    top: 15.15625vw;
    left: 30.7291666667vw;
}

.sec2 .map_box .map .postion .address:nth-child(12) {
    top: 15.15625vw;
    left: 28.9583333333vw;
}

.sec3 {
    padding: 6.25vw 0 0;
    position: relative;
}

.sec3:after {
    content: "";
    width: 100%;
    height: 36.40625vw;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #F7F8FA;
}

.sec3 .joke {
    width: 52.0833333333vw;
    margin: auto;
}

.sec3 .joke .title {
    text-align: center;
    margin-bottom: 3.90625vw;
}

.sec3 .joke .title h1 {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin-bottom: 1.5625vw;
}

.sec3 .joke .title p {
    font-size: 0.9375vw;
    font-weight: 400;
    color: #222222;
    line-height: 1;
}

.sec3 .joke .flex {
    display: flex;
    justify-content: center;
    margin-bottom: 3.4375vw;
}

.sec3 .joke .flex .item {
    text-align: center;
    margin-right: 7.8125vw;
}

.sec3 .joke .flex .item h5 {
    font-size: 1.4583333333vw;
    font-weight: bold;
    color: #009944;
    line-height: 1;
    position: relative;
    width: fit-content;
    margin: 0 auto 0.8854166667vw;
}

.sec3 .joke .flex .item h5:after {
    content: attr(data-text);
    position: absolute;
    font-size: 0.625vw;
    font-weight: 500;
    color: #009944;
    top: -2px;
    right: 0;
    transform: translateX(0.7291666667vw);
}

.sec3 .joke .flex .item p {
    font-size: 0.8333333333vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
}

.sec3 .joke .flex .item:nth-last-child(1) {
    margin-right: 0;
}

.sec3 .joke .imgList {
    width: 52.0833333333vw;
}

.sec3 .joke .imgList .flex {
    width: 100%;
    display: flex;
    margin-bottom: 0;
}

.sec3 .joke .imgList .flex > img {
    width: 50%;
}

.sec3 .joke .imgList .flex .img_box {
    width: 50%;
}

.sec3 .joke .imgList .flex .img_box > img {
    width: 100%;
}

.sec4 {
    padding: 8.8541666667vw 0 6.6145833333vw;
}

.sec4 .joke {
    width: 72.9166666667vw;
    margin: auto;
}

.sec4 .joke .title {
    text-align: center;
    margin-bottom: 2.5vw;
}

.sec4 .joke .title h1 {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin-bottom: 1.3020833333vw;
}

.sec4 .joke .title p {
    font-size: 1.3541666667vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
}

.sec4 .joke .main {
    display: flex;
    width: 100%;
}

.sec4 .joke .main .item {
    width: 25%;
    display: flex;
    flex-direction: column;
}

.sec4 .joke .main .item .item_box {
    height: 13.0208333333vw;
    background: #F7F8FA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sec4 .joke .main .item .item_box .iconfont {
    font-size: 3.6458333333vw;
    color: #009944;
}

.sec4 .joke .main .item .item_box p {
    font-size: 1.1458333333vw;
    font-weight: 500;
    color: #222222;
    margin-top: 1.1458333333vw;
}

.sec4 .joke .main .item .item_img {
    width: 100%;
}

.sec4 .joke .main .item .item_img img {
    display: block;
    width: 100%;
}

.sec4 .joke .main .item:nth-child(2n) {
    flex-direction: column-reverse;
}

.sec5 {
    padding: 0 0 4.21875vw;
}

.sec5 .title {
    text-align: center;
    margin-bottom: 4.6875vw;
}

.sec5 .title h1 {
    font-size: 1.3541666667vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin-bottom: 1.5625vw;
}

.sec5 .title p {
    font-size: 0.9375vw;
    font-weight: 400;
    color: #222222;
    line-height: 1;
}

.sec5 .main {
    display: flex;
    flex-wrap: wrap;
    width: 54.1666666667vw;
    margin: auto;
}

.sec5 .main .item {
    width: 25%;
    text-align: center;
    margin-bottom: 5.7291666667vw;
}

.sec5 .main .item .iconfont {
    font-size: 2.34375vw;
    color: #009944;
    margin-bottom: 1.875vw;
}

.sec5 .main .item p {
    font-size: 0.9375vw;
    font-weight: 500;
    color: #222222;
}

/*# sourceMappingURL=examine.css.map */

@media screen and (max-width: 1024px) {
    .banner {
        height: 52vh;
    }

    .banner .banner_text {
        left: 5%;
        bottom: 60px;
    }

    .banner .banner_text h1 {
        font-size: 24px;
        margin: 0 0 20px;
    }

    .banner .banner_text h2{
        font-size: 18px;
        margin: 0 0 10px;
    }
    .banner .banner_text p{
        font-size: 14px;
    }
    .sec1 .joke{
        width: 90%;
        padding: 0 0 45px;
    }
    .sec1 .joke .item h5{
        font-size: 35px;
        position: static;
        transform: none;
        margin: 0 0 10px;
    }
    .sec1{
        padding: 50px 0;
    }
    .sec1 .joke .cir_img{
        width: 90px;
        right: 0;
        bottom: 0;
    }
    .sec1 .joke .item{
        flex-direction: column;
        align-items: unset;
    }
    .sec1 .joke .item:not(:last-child) {
        margin: 0 0 20px;
    }
    .sec1 .joke .item p{
        padding: 0;
        font-size: 14px;
    }
    .sec2{
        padding: 0 5% 40px 5%;
    }
    .sec2 .title h1{
        font-size: 24px;
        margin: 0 0 10px;
    }
    .sec2 .title{
        margin-bottom: 30px;
    }
    .sec2 .map_box{
        flex-direction: column
    }
    .sec2 .map_box .map_control p{
        font-size: 14px;
        line-height: 2.5;
    }
    .sec2 .map_box .map_control{
        margin-right: 0;
        padding: 0;
    }
    .sec2 .map_box .map{
        width: 100%;
    }
    .sec2 .map_box .map .postion{
        display: none;
    }
    .sec2 .title p{
        font-size: 14px;
    }

    .sec3{
        padding: 45px 0 0 0;
    }
    .sec3 .joke .title h1{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .sec3 .joke .title p{
        font-size: 14px;
        line-height: 1.7;
    }
    .sec3 .joke .title{
        margin-bottom: 25px;
    }
    .sec3 .joke{
        width: 90%;
    }
    .sec3 .joke .flex{
        margin-bottom: 25px;
    }
    .sec3 .joke .flex .item h5{
        font-size: 24px;
        line-height: 1.3;
    }
    .sec3 .joke .flex .item p{
        font-size: 12px;
        margin: 5px 0 0 0;
        line-height: 20px;
    }
    .sec3 .joke .imgList {
        width: 100%;
    }
    .sec3:after{
        height: 77%;
    }

    .sec4{
        padding: 50px 0 35px 0;
    }

    .sec4 .joke .title{
        margin: 0 0 25px;
    }
    .sec4 .joke .title h1{
        font-size: 24px;
        margin: 0 0 10px;
    }
    .sec4 .joke .title p{
        font-size: 14px;
    }

    .sec4 .joke{
        width: 90%;
    }
    .sec4 .joke .main{
        flex-direction: column;
    }
    .sec4 .joke .main .item{
        width: 100%;
        flex-direction: column-reverse!important;
        margin: 0 0 20px;
    }
    .sec4 .joke .main .item .item_box{
        height: auto;
        padding: 45px 0;
    }
    .sec4 .joke .main .item .item_box .iconfont{
        font-size: 30px;
    }
    .sec4 .joke .main .item .item_box p{
        font-size: 18px;
        margin: 10px 0 0 0;
    }

    .sec5{
        padding: 0 5% 25px 5%;
    }
    .sec5 .title h1{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .sec5 .title p{
        font-size: 14px;
        line-height: 1.9;
    }

    .sec5 .main{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px 20px;
    }
    .sec5 .main .item{
        width: 100%;
    }
    .sec5 .main .item .iconfont{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .sec5 .main .item p{
        font-size: 13px;
    }
}