﻿@charset "utf-8";
/*honor*/

.honor_t_cont .pic img {
    width: 100%;
}

.honor_t_cont .pic img:nth-child(2) {
    display: none;
}

.honor_t_cont .honor_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.honor_t_cont {
    position: relative;

}

.honor_t_cont .my-container {
    height: 98%;
    overflow-y: auto;
    position: relative;
}

.honor_t_cont .l {
    padding-top: 240px;
    max-width: 625px;
    width: 45%;
}

.honor_t_cont h3 {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.honor_t_cont h2 {
    padding-top: 5px;
    color: var(--dark);

    font-weight: 700;
    line-height: 1.5;
}

.honor_t_cont .list {
    margin-top: 40px;
}

.honor_t_cont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #1D1D1F;
}

.honor_t_cont p:not(:first-child) {
    padding-top: 16px;
}

.honor_t_cont p span {
    color: #1D1D1F;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding-right: 8px;
}

/* list */
.page_title {
    position: relative;

}

.page_title .line {
    padding-bottom: 16px;
}

.honor_label {
    padding-top: 60px;
}

.honor_tab {
    position: absolute;
    right: 0;
    bottom: 0;
}

.honor_tab ul {
    display: flex;
}

.honor_tab ul li {
    padding: 0 16px;
}

.honor_tab a {
    position: relative;
    display: block;
    padding-bottom: 16px;
    color: var(--dark);
    font-size: 18px;
    font-weight: 700;
}

.honor_tab a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: var(--main-color);
    transition: width .3s;
}

.honor_tab li.active a {
    color: var(--main-color);
}

.honor_tab li.active a::before {
    width: 100%;
}

.tab_box .pub-t1 {
    display: none;
    opacity: 0;
    width: 100%;
}

.tab_box .pub-t1.d-show {
    display: inline-block;
    opacity: 1;
}

.honor_list {
    padding-top: 60px;
    margin-left: -60px;
    margin-right: -60px;
}

.honor_list ul {

    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}

.honor_list ul li {
    width: 50%;
    float: left;
    padding: 20px 60px;
}

.honor_list .border {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

.honor_list .border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #CCC;
}

.honor_list .border>div:first-child {
    flex: 1;
}

.honor_list .number {
    color: #E6E6E6;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;

}

.honor_list .year {

    color: #E6E6E6;
    font-family: Rubik;
    font-weight: 400;
    line-height: 1.2;
}

.honor_list .title h3 {
    color: var(--dark);
    font-weight: 700;
    line-height: 1.2;
}

.honor_list .title p {
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.honor_list .title {
    padding-left: 24px;
    padding-right: 20px;
}

.honor_list .border:hover .title h3 {
    color: var(--main-color);
}

/*hover*/
.honor_list .hover-reveal {
    width: 360px;
    height: 348px;

}

.ser_menu[data-fx="1"] .menu_link::after,

.menu_link.content__text-link[data-fx="1"]::after {

    content: '';

    z-index: -1;

    width: 100%;

    bottom: 0;

    left: 0;

    position: absolute;

    height: 1px;

    background: #DE3232;

    transform: scale3d(0, 1, 1);

    transform-origin: 0% 50%;

    transition: transform 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000);

}



.ser_menu[data-fx="1"] .menu_link:hover::after,

.menu_link.content__text-link[data-fx="1"]:hover::after {

    transform: scale3d(1, 1, 1)
}

.service .hover-reveal {

    width: 492px;

    height: 369px;

}

.hover-reveal {

    position: fixed;

    top: 0;

    left: 0;

    pointer-events: none;

    opacity: 0;

    z-index: 9;

}



.hover-reveal__inner,

.hover-reveal__img {

    width: 100%;

    height: 100%;

    position: relative;

}

.hover-reveal__inner {
    padding: 17px;
    border: 1px solid #F1F1F1;
    background: #FFF;
    box-shadow: 0px 2.364px 9.455px 0px rgba(0, 0, 0, 0.10);
}


.hover-reveal__deco {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    background-color: #181314;

}



.hover-reveal__img {

    background-size: contain;

    background-repeat: no-repeat;
    background-position: 50% 50%;

}


@media (max-width:1580px) {
    .honor_list {
        margin-left: -30px;
        margin-right: -30px;
    }

    .honor_list ul li {
        padding: 20px 30px;
    }

}

@media (max-width:1440px) {
    .honor_t_cont .my-container {
        height: 92%;
    }

    .honor_t_cont .list {
        max-height: 168px;
        overflow-y: auto;
    }




}

@media (max-width:1366px) {
    .honor_t_cont .list {
        margin-top: 40px;
    }

    .honor_t_cont .my-container .l {
        padding-top: 180px;
    }

    .honor_list .year {
        font-size: 36px;
    }
}

@media (max-width:1200px) {
    .honor_t_cont .my-container {
        height: auto;
    }

    .honor_t_cont .honor_text {
        position: relative;
        background-color: #FDFDFD;
    }

    .honor_t_cont .pic img:first-child {
        display: none;
    }

    .honor_t_cont .pic img:nth-child(2) {
        display: block;
    }

    .honor_t_cont .list {
        max-height: inherit;
        padding-bottom: 30px;
    }

    .honor_list .year {
        font-size: 26px;
    }

}

@media (max-width:991px) {
    .honor_list ul li {
        width: 100%;
    }
}

@media (max-width:767px) {
    .honor_label {
        padding-top: 50px;
    }

    .honor_t_cont .honor_text {
        position: inherit;
    }

    .honor_t_cont {
        position: relative;
    }

    .honor_t_cont .my-container {
        position: inherit;
    }

    .honor_t_cont .my-container .l {
        padding-top: 50px;
        width: 100%;
        max-width: inherit;
    }

    .honor_t_cont .list {
        margin-top: 24px;
    }

    .honor_t_cont p {
        font-weight: 400;
        line-height: 24px;
        display: flex;
        align-items: flex-start;
    }

    .honor_t_cont p span {
        line-height: 24px;
    }

    .honor_t_cont p:not(:first-child) {
        padding-top: 8px;
    }

    .honor_tab {
        margin-top: 30px;
        position: relative;
        float: left;
    }

    .honor_tab ul {
        flex-wrap: wrap;
    }

    .honor_tab ul li {
        padding-bottom: 15px;
    }

    .honor_list {
        padding-top: 30px;
    }

    .honor_list .title {
        padding-left: 16px;
    }

    .honor_list .year {
        font-size: 20px;
    }

    .honor_list .title h3 {
        font-size: 20px;
    }
    .honor_list .hover-reveal {
        width: 260px;
        height:300px;
    }
.hover-reveal {
   
    left:10px !important;
}
}