@charset "utf-8";

html {
    overflow: hidden;
}

.section {
    color: #333;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}

.section.section02::after,
.section.section03::after,
.section.section04::after,
.section.section05::after {
    content: "";
    position: absolute;
    left: 0;
    background: #fff;
    top: 0;
    height: 100%;
    width: 50%;
}

.section.section02::before,
.section.section03::before,
.section.section04::before,
.section.section05::before {
    content: "";
    position: absolute;
    right: 0;
    background: #fff;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
}

.section.section02.active::after,
.section.section02.active::before,
.section.section03.active::after,
.section.section03.active::before,
.section.section04.active::after,
.section.section04.active::before,
.section.section05.active::after,
.section.section05.active::before,
.section.section06.active::after,
.section.section06.active::before {
    transition: width .7s ease-in;
    width: 0;
}

#fullpage__menu {
    position: fixed;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    border-radius: 50px;
    margin: 0 auto;
    /*    padding: 3% 0 3% 3%;*/
    list-style: none;
    z-index: 3;
    overflow: hidden;
    border: 1px solid #fff;
    padding: 10px;
}

#fullpage__menu.on {
    transform: translate(-50%, 0);
    transition: transform 2.5s;
}

/* Menu item */
.fullpage__menu__item {
    flex: 0 0 auto;
    text-align: center;
    color: #777;
    /*    transition: color 0.3s, background 0.3s, box-shadow 0.3s, transform 0.3s;*/
    /** Link **/
    /*** Tooltip ***/
}

.fullpage__menu__item a {
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.fullpage__menu__item a span {
    display: block;
    margin: 0 auto;
    line-height: 10px;
    padding: 11px 40px;
    border-radius: 15px;
    transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.fullpage__menu__item.active a span {
    text-align: center;
    color: #fff;
    background: #12A6B2;
}

.fullpage__menu__item a.on span {
    background: rgba(18, 166, 178, 1);
}

#fullpage__menu.in .fullpage__menu__item a.on span {
    color: #fff;
}

#fullpage__menu.in .fullpage__menu__item a span {
    color: #333;
}

#fullpage__menu.on.in {
    border: 1px solid #333;
    background: #fff;
}

/* section01 */
.section01 {
    padding-bottom: 0;
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.visual-wrap {
    border-top: 1px solid #dadada;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    background-image: url(../images/main/bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.2);
}



.section01.active .visual-wrap {
    transform: scale(1);
    transition: .8s;
}

.visual-title {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    overflow: hidden;
    z-index: 99;
}

.visual-wrap b,
.visual-wrap p {
    position: relative;
    font-size: 56px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    display: block;
    overflow: hidden;
}

.visual-wrap b {
    transform: translateY(120px);
}

.visual-wrap p {
    font-size: 30px;
    font-weight: normal;
    transform: translateY(60px);
}

.section01.active .visual-wrap p {
    transform: translateY(0);
    transition: transform ease-in-out 2.0s;
}

.section01.active .visual-wrap b {
    transform: translateY(0);
    transition: transform ease-in-out 1.5s;
}

@media all and (min-width:2000px) {
    .visual-wrap b {
        font-size: 70px;
        transform: translateY(140px);
    }

    .visual-wrap p {
        font-size: 50px;
        transform: translateY(80px);
    }
}

.section-wrap {
    position: relative;
    /*padding: 100px 0*/
}

.title h3 .word {
    display: inline-block;
    overflow: hidden;
}

.title h3 .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 1s, transform 1s;
    transition-delay: calc(30ms * var(--char-index));
}

h3.aos-animate .char {
    opacity: 1;
    transform: translateY(0);
}

.title h3.aos-animate::after {
    opacity: 1;
}

/* Policy */
.policy-list {
    border-top: 1px solid #E4E7EA;
    margin-top: 60px;
}

.policy-list ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    padding: 30px 20px;
}

.policy-list ul li {
    width: calc(100% / 3);
    padding: 30px 0 30px 30px;
    background: #fff;
    border-radius: 15px;
    /*    box-shadow: 6px 10px 30px 0px rgba(16, 28, 93, 0.12);*/
    border: 1px solid #D1D1D1;
}

.policy-list ul li:not(:nth-last-child(1)) {
    margin-right: 50px;
}

.policy-info {
    padding-right: 30px;
}

.policy-list ul li b {
    width: 100%;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
    color: #12A6B2;
    font-size: 16px;
    font-weight: 700;
}

.policy-list ul li p {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    margin: 30px 0;
}

.policy-list ul li p::after {
    content: "";
    position: absolute;
    width: 71px;
    height: 71px;
    right: 0;
    top: 40%;
    transform: translateY(-40%);
    margin-top: -5px;
    background-repeat: no-repeat;
    background-size: contain;
}

.policy-list ul li:nth-child(1) p::after {
    background-image: url(../images/main/ico_Policy01.svg);
}

.policy-list ul li:nth-child(2) p::after {
    background-image: url(../images/main/ico_Policy02.svg);
}

.policy-list ul li:nth-child(3) p::after {
    background-image: url(../images/main/ico_Policy03.svg);
}

.policy-list ul li span {
    color: #666666;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
}

@keyframes text-active-animation {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    to {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.logo-link ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
    margin-top: 40px;
    padding: 0 20px;
}

.logo-link ul li:nth-child(1) {
    width: 50%;
}

.logo-link ul li:nth-child(1)::after {
    content: "";
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translate(-53%, -50%);
    background-image: url(../images/main/logo_mix.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 21px;
}

.logo-link ul li:nth-child(2)::after {
    content: "";
    position: absolute;
    left: -180px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/main/logo_arrow.png);
    background-repeat: no-repeat;
    width: 105px;
    height: 30px;
}

.logo-link ul li:nth-child(2) {
    margin-left: auto;
    width: calc(100% - 70%);
}

.logo-link ul li {
    border: 1px solid #d1d1d1;
    padding: 30px;
    position: relative;
    border-radius: 15px;
}

.logo-link ul li a {
    display: block;
    text-align: center;
}

.logo-link ul li .logo_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

/* why zhongrui */
.banner-list ul {
    margin-top: 50px;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.banner-list ul li {
    padding: 20px 45px;
    border: 2px solid #CFCFCF;
    border-radius: 15px;
    background: #F6F6F6;
}

.banner-list ul li:not(:nth-last-child(1)) {
    margin-right: 30px;
}

.banner-list ul li:hover {
    border-color: #0A3359;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.banner-list ul li img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.banner-list ul li:nth-child(2) img{
    margin-top: 2px;
}

.banner-list ul li:nth-last-child(1) {
    margin-right: 0;
}

#section2 {
    animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.section.section03 {
    background: #F5F5F5;
    position: relative;
    width: 100%;
}

.img-box {
    width: 100%;
    position: relative;
    clip-path: inset(0 100% 0 0);
    transition: all 1s 0.2s
}

.img-box.on {
    clip-path: inset(0 0 0 0);
}

@media all and (max-width:1024px) {
    .section-wrap {
        padding-top: 80px;
    }
}

/* certificate */
.certificate ul {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 50px;
    padding: 0 140px;
    overflow: hidden;
}

.certificate ul li {
    width: calc(100% / 3);
    text-align: center;
    display: block;
    position: relative;
}

.certificate ul li:nth-child(1) {
    transform: translateX(335px);
}

.certificate ul li:nth-child(3) {
    transform: translateX(-335px);
}

.section04.active .certificate ul li:nth-child(1) {
    transform: translateX(0);
    transition: all 1.3s;
}

/*
.section04.active .certificate ul li:nth-child(2){
    left: 0;
    transition: all 2s;
}
*/
.section04.active .certificate ul li:nth-child(3) {
    transform: translateX(0);
    transition: all 1.7s;
}

.certificate ul li p {
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #222;
}

.certificate ul li span {
    font-weight: 400;
    color: #555;
}

/* About-us */
.section05 {
    background: #FDFCFB;
}

.About-us {
    position: relative;
    padding: 40px 50px;
    background: #fff;
    margin-top: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
}

.About-us h3 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.info-row {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #E4E7EA;
}

.info-row.factory {
    padding: 10px 0;
}

.info-row.factory .info-label {
    font-size: 14px;
}

.info-row.factory .info-content {
    font-size: 15px;
    font-weight: 300;
}

.About-us h3.factory-h3 {
    font-size: 18px;
    font-weight: 600;
}

.bt {
    border-top: 1px solid #E4E7EA;
}

.info-label {
    flex: 0 0 150px;
    font-weight: bold;
    color: #333;
    font-size: 18px;
}

.info-content {
    flex: 1;
    color: #555;
    text-align: end;
    font-size: 17px;
}

.info-content:not(:nth-last-child(1)) {
    margin-right: 45px;
}

.About-us .info-row:nth-child(1) .info-content {
    text-align: end;
}

@media all and (max-width:1600px) {
    .section-wrap {
        padding: 80px 15px;
    }

    footer .inner {
        max-width: 100%;
        padding: 0 15px;
    }

    .visual-title {
        top: 50%;
        transform: translateY(-50%);
        left: 100px;
    }

    .banner-list ul {
        width: 85%;
        margin: 0 auto;
        margin-top: 50px;
    }

    .policy-list ul {
        padding: 30px 0;
    }

    .About-us {
        width: 90%;
        margin: 0 auto;
        margin-top: 40px;
    }

    .info-label {
        flex: 0 0 140px;
    }

    .info-content {
        font-size: 16px;
    }

    .policy-list {
        margin-top: 0;
    }
}

@media all and (max-width:1200px) {
    #fullpage__menu {
        display: none;
    }

    .section-wrap {
        padding: 60px 15px;
    }

    .title h3 {
        font-size: 45px;
    }

    .title p {
        font-size: 16px;
        line-height: 1.5;
    }

    .policy-list ul {
        margin-top: 30px;
    }

    .policy-list ul li:not(:nth-last-child(1)) {
        margin-right: 30px;
    }

    .policy-list ul li p {
        font-size: 23px;
        margin: 20px 0;
    }

    .policy-list ul li span {
        font-size: 15px;
    }

    .policy-list ul li span br {
        display: none;
    }

    .policy-list ul li p::after {
        width: 35px;
        height: 35px;
        right: 0;
    }

    .policy-list ul li {
        padding: 20px 0 20px 20px;
    }

    .policy-info {
        padding-right: 15px;
    }

    .banner-list ul {
        width: 100%;
    }

    .banner-list ul li {
        padding: 20px 30px;
    }

    .certificate ul {
        padding: 0px;
    }

    .certificate ul li:not(:nth-last-child(1)) {
        margin-right: 15px;
    }

    .logo-link ul li:nth-child(2)::after {
        left: -160px;
    }

    .logo-link ul li .logo_box {
        justify-content: space-between;
    }

    .logo-link ul {
        padding: 0;
    }
}

@media (max-width: 1024px) {
    .logo-link ul li:nth-child(1)::after {
        width: 15px;
        height: 15px;
    }

    .logo-link ul li {
        padding: 20px;
    }

    .logo-link ul li a img {
        width: 120px;
        height: 40px;
        ;
    }

    .logo-link ul li:nth-child(2)::after {
        width: 70px;
        height: 20px;
        background-size: 100% 100%;
        left: -125px;
    }
}

@media all and (max-width:780px) {
    .section01 {}

    .visual-wrap b {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .visual-wrap p {
        font-size: 25px;
        line-height: 1.3;
    }

    .visual-title,
    .section01.active .visual-wrap p {
        width: 100%;
        left: 0;
        text-align: center;
    }

    .policy-list ul {
        display: block;
    }

    .title h3,
    .title h3 span {
        font-size: 30px;
    }

    .title p {
        font-size: 15px;
        word-break: keep-all;
    }

    .policy-list ul li {
        width: 100%;
    }

    .policy-list ul li:not(:nth-last-child(1)) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .policy-list ul li p {
        font-size: 28px;
    }

    .policy-list ul li span {
        font-size: 17px;
    }

    .policy-list ul li span br {
        display: none;
    }

    .policy-list ul li p::after {
        width: 70px;
        height: 70px;
    }

    .banner-list ul li {
        padding: 15px;
        border-radius: 10px;
    }

    .banner-list ul li:not(:nth-last-child(1)) {
        margin-right: 20px;
    }

    .certificate ul {
        padding: 0;
    }

    .certificate ul li span {
        font-size: 14px;
    }

    .certificate ul li:not(:nth-last-child(1)) {
        margin-right: 30px;
    }

    .certificate ul li:nth-child(1) {
        transform: translateX(250px);
    }

    .certificate ul li:nth-child(3) {
        transform: translateX(-250px);
    }

    .About-us h3 {
        line-height: 1.3;
        font-size: 23px;
    }

    .About-us {
        padding: 30px;
    }

    .accordion .link {
        font-size: 20px;
        padding: 25px;
    }

    .submenu {
        font-size: 16px;
        padding: 25px;
    }

    .accordion .link > p {
        font-size: 16px;
    }

    .logo-link ul {
        padding: 0;
        margin-top: 20px;
    }

    .policy-list ul {
        margin-top: 20px;
    }

    .logo-link ul li:nth-child(1) {
        width: 50%;
        margin-right: 70px;
    }

    .logo-link ul li:nth-child(2) {
        width: 50%;
    }

    .logo-link ul li .logo_box {
        display: block;
    }

    .logo-link ul li a:nth-child(2) {
        margin-top: 60px;
    }

    .logo-link ul li a img {
        width: auto;
        height: auto;
    }

    .logo-link ul li:nth-child(2)::after {
        left: 0;
        width: 50px;
        height: 20px;
        transform: translate(-60px, -50%);
    }

    .logo-link ul li:nth-child(2) a img {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .section02 .section-wrap {
        padding-bottom: 50px;
    }
}

@media all and (max-width:639px) {
    .logo-link ul {
        display: block;
    }

    .logo-link ul li .logo_box {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .logo-link ul li:nth-child(1),
    .logo-link ul li:nth-child(2) {
        width: 100%;
    }

    .logo-link ul li:nth-child(1) {
        margin-bottom: 70px;
    }

    .logo-link ul li:nth-child(2) a img {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
    }

    .logo-link ul li a:nth-child(2) {
        margin-top: 0;
    }

    .logo-link ul li:nth-child(2)::after {
        top: -45px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        width: 45px;
        height: 20px;
    }
}

@media all and (max-width:450px) {
    .section01 {
        height: 100vh;
    }

    .section-wrap {
        padding: 40px 15px;
    }

    .visual-wrap b {
        font-size: 30px;
    }

    .visual-wrap p {
        font-size: 20px;
    }

    .title h3,
    .title h3 span {
        font-size: 23px;
        word-break: keep-all;
        line-height: 1.4
    }

    .title h3::after {
        height: 5px;
    }

    .policy-list ul {
        margin-top: 10px;
    }

    .policy-list ul li p {
        font-size: 23px;
    }

    .policy-list ul li span {
        font-size: 16px;
    }

    .banner-list ul {
        margin-top: 25px;
        display: block;
    }

    .policy-list ul li p::after {
        width: 55px;
        height: 55px;
    }

    .info-label {
        font-size: 16px;
    }

    .info-content {
        font-size: 14px;
    }

    .banner-list ul li:not(:nth-last-child(1)) {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .banner-list ul li {
        position: relative;
    }

    .banner-list ul li img {
        position: relative;
        top: 0;
        transform: translate(0);
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 200px;
        height: 40px;
    }

    .certificate ul {
        display: block;
        margin-top: 20px;
    }

    .certificate ul li {
        width: 100%;
        transform: translateX(0);
    }

    .certificate ul li:not(:nth-last-child(1)) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .About-us h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .About-us {
        width: 100%;
        padding: 25px;
    }

    .accordion {
        margin-top: 20px;
    }

    .accordion .link {
        padding: 15px 60px 15px 5px;
    }

    .accordion .link > p {
        font-size: 16px;
    }

    .submenu {
        font-size: 14px;
        padding: 15px;
    }
}

@media (max-width: 1024px) {

    html,
    body {
        overflow: auto !important;
        height: auto;
    }

    .section {
        height: auto !important;
    }

    #section1.section {
        height: 100vh !important;
    }

    .visual-wrap video {
        height: 100vh;
    }

    .scrollable-content {
        height: auto;
        overflow: hidden;
        padding: 0;
        margin: 0;
        padding-bottom: 30px;
    }

    .info-row {
        display: block;
    }

    .info-content:not(:nth-last-child(1)) {
        margin-right: 0;
    }

    .info-content {
        text-align: start;
        margin-top: 5px;
        line-height: 1.5;
    }

    .info-content:nth-child(2) {
        margin-bottom: 20px;
    }

    .info-row .info-content {
        margin-bottom: 0;
    }

    .info-row .info-label:not(:nth-child(1)) {
        margin-top: 10px;
    }
}