@import "swiper.min.css";
@import "common.css?v=1.1";

.slide-bg{
    width: 100%;
    height: 100vh;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.slide-bg .des{
    width: 670px;
    max-width: 100%;
    padding: 0 10px;
    height: 340px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.slide-bg .des h2{
    /*font-size: 65px;*/
    font-size: calc(30px + 30 * (100vw - 300px)/ 1400);
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 3px;
    transition-delay: .2s;
}
.slide-bg .des h3{
    line-height: 2;
    font-family: "ITCAvantGardeStd-XLt";
    font-size: calc(15px + 7 * (100vw - 300px)/ 1400);
    /*transition-delay: .5s;*/
}
.slide-bg .des hr{
    width: 0;
    transition: ease all 1.7s;
    /*transition-delay: .55s;*/
    border-top: 1px solid rgb(255 255 255 / 26%);
}
.slide-bg .des p{
    font-size: 16px;
    margin-top: 5px;
    font-family: "ITCAvantGardeStd-XLt";
    line-height: 1.7;
    /*transition-delay: .6s;*/
}
/*.slide-bg .des *:not(hr){
    opacity: 0.85;
    transform: translateY(20px);
    transition: ease all 1s;
}*/

.slide-bg .des .d1,
.slide-bg .des .d2{
    opacity: 0;
    transform: translateY(50px);
    transition: linear all .7s;
}
.swiper-slide-active .slide-bg .des .d1,
.swiper-slide-active .slide-bg .des .d2{
    opacity: 1;
    transform: translateY(0px);
}
.swiper-slide-active .slide-bg .des .d2{
    transition-delay: .7s;
}
.swiper-slide-active .slide-bg .des hr{
    width: 100%;
}
.banner .sin{
    z-index: 10;
    position: absolute;
}
.banner .sin p{
    color: #fff;
    margin-top: 5px;
    font-family: "DINNeuzeitGroteskStd-Light";
    text-align: center;
}
/*.swiper-slide-active .slide-bg .des *{
    opacity: 1;
    transform: translateY(0px);
}
.swiper-slide-active .slide-bg .des hr{
    width: 100%;
}*/
.p2{
    height: 100vh;
    max-height: 1000px;
}
.p2-01{
    height: 100%;
    color: #fff;
    padding: calc(35px + 33 * (100vw - 300px)/ 1400) 0;
    background-color: #363636;
}
.p2-main{
    margin-top: 70px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.factory-list{
    max-width: 300px;
    line-height: 1.7;
    font-size: 16px;
    color: #77797A;
    white-space: nowrap;
    z-index: 2;
}
.factory-list li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;
}
.factory-list li:before{
    content: '';
    /*display: block;*/
    width: 10px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    /*border-top: 5px solid transparent;*/
    /*border-left: 10px solid #56B3E4;*/
    /*border-bottom: 5px solid transparent;*/
    background-image: url(../images/20200910132023.png);
}
.factory-list li p:first-child{
    color: #DEDEDE;
    margin-bottom: 10px;
}
.p2-map{
    max-width: 1020px;
    position: relative;
}
.p2-map .mark{
    position: absolute;
    top: 44%;
    right: 20%;
}


.m01{
    top: 26.7%;
    left: 15%;
    cursor: pointer;
}
.p2-map .point{
    position: absolute;
    width: 50px;
    height: 50px;
}
.p2-map .point i{
    font-style: normal;
    transform: translateY(-12px);
    display: block;
    white-space: nowrap;
    text-align: center;
}
.m01 .point{
    top: 0;
    left: 0;
    transform: translate(-50%, 67%);
}
.m02{
    top: 61%;
    left: 46.5%;
    cursor: pointer;
}
.m02 .point{
    top: 0;
    left: 0;
    transform: translate(-57%, -51%);
}
.m03{
    top: 65%;
    left: 78.5%;
    cursor: pointer;
}
.m03 .point{
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
}
.m04{
    top: calc(65% + 20px);
    left: 68.5%;
    cursor: pointer;
}
.m04 .point{
    bottom: 24px;
    left: 0;
    transform: translate(-50%, 0%);
}
.m05{
    top: 47.5%;
    left: 82.5%;
    cursor: pointer;
}
.m05 .point{
    bottom: 0;
    right: 0;
    transform: translate(4%, 50%);
}
.p2-info{
    width: 385px;
    height: 200px;
    background-color: #383F42;
    color: #ffffff;
    line-height: 2.5;
    padding: 36px 40px;
    font-size: 13px;
}
.p2-info p:first-child{
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
}
.p2-01 .num-group{
    padding-top: 20px;
    max-width: 600px;
    padding: 0 15px;
    margin: auto;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p2-01 .num-group span{
    font-family: "Akrobat-SemiBold";
    font-size: 60px;
    margin-left: 14px;
    line-height: 1;
    display: inline-block;
}
.p2-01 .num-group i{
    font-style: normal;
    font-size: 14px;
    vertical-align: top;
    line-height: 25px;
}
.p2-01 .num-group p{
    color: #787A7A;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}

.point span:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid #00A0E9;
    animation-name: circle;
    animation-duration: 3s;
    animation-timing-function: steps(90);
    animation-iteration-count: infinite;
    animation-delay: 0s;
}
.point span:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid #00A0E9;
    animation-name: circle;
    animation-duration: 3s;
    animation-timing-function: steps(90);
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
.point span+span:before{
    animation-delay: 2s;
}
.point span+span:after{
    animation-delay: 3s;
}
@-webkit-keyframes circle {
    0% {
        width: 0%;
        height: 0%;
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        width: 0%;
        height: 0%;
        opacity: 1;
    }
    100% {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
/*.point{
    opacity: 0;
}
*/
.p2-map-s{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.p2-map-s img{
    position: absolute;
    max-width: unset;
}
.m01 .p2-map-s img{
    right: 0;
    top: 0;
}
.m02 .p2-map-s img,
.m03 .p2-map-s img,
.m04 .p2-map-s img{
    right: 0;
    bottom: 0;
}

.m01,
.m02,
.m03,
.m04,
.m05{
    position: absolute;
    /*overflow: hidden;*/
    /*transition: ease all 2.5s;*/
}
/*.m01{transition-delay: 2s;}
.m02{transition-delay: 2.5s;}
.m03{transition-delay: 2.8s;}
.m04{transition-delay: 3.2s;}
.m05{transition-delay: 3.5s;}*/

/*body.loaded .point{
    opacity: 1;
    transition: ease all .8s;
}*/
/*body.loaded .m01 .point{
    transition-delay: 4.7s;
}
body.loaded .m02 .point{
    transition-delay: 5.2s;
}
body.loaded .m03 .point{
    transition-delay: 5.5s;
}
body.loaded .m04 .point{
    transition-delay: 5.9s;
}
body.loaded .m05 .point{
    transition-delay: 6.2s;
}
*/

.m06{
    position: absolute;
    top: 36%;
    left: 0%;
}
.m07{
    position: absolute;
    top: 44%;
    left: 83%;
}

.p3,
.p4{
    height: 100vh;
    max-height: 1000px;
    width: 100%;
   padding: 80px 0;
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}



.page-nav{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*transform: translateY(100%);*/
    transition: ease all .5s;
    /*opacity: 1;*/
}
/*.page-nav.show{
    opacity: 1;
    transition: ease all .3s;
    transform: translateY(0%);
}*/
.page-nav .b1{
    flex-grow: 1;
    flex-shrink: 1;
    width: 0;
    border-top: 1px solid rgb(196 196 196 / 40%);
    transition: ease all .5s;
}
.page-nav .a1{
    cursor: pointer;
    width: 120px;
    height: 120px;
    padding: 10px;
}
.page-nav .a2{
    width: 100%;
    height: 100%;
    position: relative;
    color: rgb(196 196 196 / 40%);
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease all .2s;
    transform: translateX(12px);
}
.page-nav .a2:before{
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid rgb(196 196 196 / 40%);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: ease all .2s;
}
.page-nav .a1.on .a2:before{
    width: 100%;
    height: 100%;
    border-color: #fff;
}
.page-nav .a1.on .a2 {
    color: #ffffff;
    font-size: 16px;
    transform: translateX(0px);
}
.page-nav .a1.on+.b1{
    width: 360px;
    border-color: #fff;
}

.p4{
    position: relative;
}
.p4 .partner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    transform: translate(-50%,-50%);
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.p4 .partner .item{
    width: 100%;
    cursor: pointer;
    height: 150px;
    align-items: center;    
    display: flex;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 15%);
    background-color: rgb(255 255 255 / 8%);
    transition: ease all .3s;
    padding: 10px;
}
.partner-grid{
    width: 25%;
    padding: 0 25px;
    margin-top: 50px;
}
@media (max-width: 1299px){
    .partner-grid{
        padding: 0 10px;
        margin-top: 20px;
    }   
}
@media (max-width: 768px){
    .partner-grid{
        width: 50%;
    }
    .p4{
        height: auto;
        max-height: unset;
    }
    .p4 .partner{
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%,0%)
    }
}
.p4 .partner .item img{
    transition: ease all .3s;
    filter: invert(50%);
    max-height: 100px;
}
.p4 .partner .item:hover{
    transform: scale(1.05);
}
.p4 .partner .item:hover img{
    filter: invert(0%);
}
.p3-s2-title{
    margin-top: 50px;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}
.p3-list{
    width: 100%;
    padding: 0 20px;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1500px;
    margin:50px auto 0 auto;
}
.p3-list .item{
    margin: 0 20px;
}
.p3-list .item span{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    transition: ease all .2s;
}
.p3-list .item span:hover{
    background-color: rgb(255 255 255 / 39%);
    box-shadow: 0px 0px 16px #676767;
}
.p3-list .item p{
    color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}
.p3-list svg{
    height: 50px;
    width: 50px;
    fill: #ffffff;
}

.p5{
   padding: 80px 0;
}
.blog{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    border-bottom: 1px solid #ddd;
}
.blog-main{
    display: flex;
    flex-wrap: wrap;
}
.blog-grid{
    width: 33.333333333%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.blog-grid:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    transition: ease all .5s;
    background-color: #ffffff;
}
.blog-grid:hover:before{
    opacity: 0;
}
.blog-item{
    position: relative;
    z-index: 2;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 40px 70px;
}
.blog-item .date{
    color: #979797;
}
.blog-item .date span{
    font-size: 30px;
    font-family: "ITCAvantGardeStd-XLt";
}
.blog-item .date p{
    font-size: 16px;
}
.blog-item .title{
    color: #1E1E1E;
    margin: 37px 0;
    font-size: 25px;
}
.blog-item .des{
    font-size: 15px;
    line-height: 2;
    transition: ease all .3s;
}
.blog-item .link{
    margin-top: 50px;
    font-size: 14px;
}
.blog-item .link i{
    font-size: 12px;
}
.blog-grid:hover .blog-item .des{
    opacity: 0;
}
.blog-grid:hover .blog-item a,
.blog-grid:hover .blog-item .date span,
.blog-grid:hover .blog-item .date p,
.blog-grid:hover .blog-item .title,
.blog-grid:hover .blog-item .date{
    color: #ffffff;
}

.blog-more{
    padding: 22px 0;
    text-align: center;
    color: #303030;
    background-color: #E5E5E5;
}
.blog-more svg{
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    fill: #303030;
}
@media (max-width: 1799px){
    .factory-list{
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        white-space: normal;
    }
    .factory-list ul{
        display: flex;
        justify-content: center; 
    }
    .factory-list ul li{
        margin-right: 3%;
        margin-bottom: 0;
    }
    .p2-main{
        padding: 0;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .p2-01 .num-group{
        max-width: 400px;
        transform: translate(-100px,-80px);
        padding-top: 0; 
    }
    .p2-01 .num-group span{
        font-size: 40px;
    }
}
@media (max-width: 1449px){
    .p2-info{
        display: none;
    }
    .p2-01 .num-group{
        max-width: 400px;
        transform: translate(50px,-70px);
        padding-top: 0; 
    }
    .factory-list{
        font-size: 12px;
    }
    .factory-list li:before{
        height: 18px;
    }
    .p3-s2-title{
        font-size: 14px;
    } 
    .p3-list svg {
        height: 30px;
        width: 30px;
    }
    .p3-list .item span {
        width: 80px;
        height: 80px;
    }
    .p3-list .item p{
        font-size: 15px;
    }
}
@media (max-width: 1060px){
    .hide-in-m{
        display: none;
        visibility: hidden;
    }
    .factory-list ul{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .factory-list ul li{
        width: 50%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .p2-01 .num-group{
        max-width: 400px;
        transform: translate(0px,0px);
        padding-top: 0; 
    }
    .p2,
    .p3{
        height: auto;
        max-height: unset;
    }
    .page-nav{
        display: none;
    }
    .p3-list{
        justify-content: center;
    }
    .blog-grid{
        width: 100%;
    }
    .blog-item{
        border-right-width: 0; 
    }
    .p5{
        padding-bottom: 0;
    }
}
@media (min-width: 1000px){
    .banner .sin{
        left: 100px;
        top: 50%;
    }
}
@media (max-width: 999px){
    .banner .sin{
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 900px){
    .slide-bg .des h3,
    .slide-bg .des p{
        line-height: 1.5;
    }
    .slide-bg .des p{
        margin-top: 10px;
        font-size: 13px;
    }

}
@media (max-width: 500px){
    .blog-item{
        padding: 40px 10%;
    }
    .blog-item .title{
        margin: 20px 0;
        font-size: 20px;
    }
    .blog-item .des{
        font-size: 13px;
    }
    .blog-item .link{
        font-size: 12px;
    }
}