@charset "utf-8";
@media (min-width:992px){
    /** 首屏 */
    
    .nav_en {
        transform: rotate(180deg);
    }
    .language{
                        margin-left: 90px;
                        display: flex;
                        align-items: center;
                    }
                    .language_tit{
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-radius: 50px;
                    }
                    .language_tit img{
                        margin-right: 14px;
                    }
                    .language_tit p{
                        font-family: Microsoft YaHei, Microsoft YaHei;
                        font-weight: 400;
                        font-size: 14px;
                        color: #383838;
                    }
                    .language_right{
                        display: flex;
                        align-items: center;
                    }
                    .language_right a{
                        font-family: Microsoft YaHei, Microsoft YaHei;
                        font-weight: 400;
                        font-size: 14px;
                        color: #7F7F89;
                        margin-left: 21px;
                        text-decoration: none;
                        white-space: nowrap;
                    }
        
                    .language {
                        position: fixed;
                        right: 30px;
                        top: 34px;
                        z-index: 99;
                    }
                    .language_tit {
                        width: 159px;
                        background: #fff;
                        cursor: pointer;
                        
                    }
                    .language_tit p {
                        white-space: nowrap;
                    }
                    .language_right {
                        position: absolute;
                        display: block;
                        top: 110%;
                        padding-top: 15px;
                        padding-bottom: 15px;
                        border: 1px solid rgba(187, 187, 187, 1);
                        display: none;
                        left: 50%;
                        transform: translateX(-50%);
                        background: #fff;
                    }
                    .language_right a {
                        display: block;
                        text-align: center;
                        line-height: 30px;
                        margin-right: 21px;
                    }
    .section-home{
        height:100%;
        height:100vh;
        width:100%;
        width:100vw;
    }
    .section-home-bg{
        display:block;
        position:fixed;
        top:-4px;
        bottom:-4px;
        left:-4px;
        right:-4px;
        background-image:url(https://www.muli.group/assets/static1/images/home-bg.gif);
        background-repeat:no-repeat;
        background-size:cover;
        background-attachment:fixed;
        background-position:center;
        background-clip:content-box;
    }
    /** 菜单 */
    .section-menu{
        background-color:rgba(247, 247, 247, 1);
        width:600px;
    }
    .app-header {
        display: none;
    }
    .pc-header {
    }
    .c-header{
        left:40%;
        background-color:rgba(255, 255, 255, 1);
        height:180px;
    }
    @media (min-width:1000px){
        .c-header.-sticky .c-header_menu{
            display:flex;
            margin:0 0 0 10%;
            border-bottom:1px solid #CCCCCC;
        }
    }
    .c-header_menu{
        border:none;
        display:inline;
        border-bottom:1px solid #CCCCCC;
        padding-bottom:8px;
        /*margin:4.5% 0 0 10%;*/
        margin:1.5% 0 0 10%;
    }
    .c-header_menu_item a{
        /*padding:20px 0 0px 0;*/
        /*margin:0 0 0 12px;*/
        margin:0 12px 0 0px;
    }
    .menu-logo{
        transform: translate3d(-20.5%, -22%, 0) rotate(90deg);
        width:80px;
    }
    .menu-logo img {
        width: 55%;
    }
    .menu-more{
        display:none;
        position:absolute;
        top:45px;
        left:35px;
        color:#1E1E1E;
        width:35px;
        height:2.5rem;
        transform:translate3d(-50.5%, -50%, 0) rotate(90deg);
    }
    /** 愿景 */
    .section-vision{
        width:1600px;
		z-index:6;
    }
    .vision-start-line{
        position:absolute;
        top:0;
        bottom:10%;
        border-left:2px solid #C6C6C6;
    }
    .section-vision-group{
        position:relative;
        width:1600px;
        height:996px;
    }
    .vision-middle-line{
        position:relative;
        top:0;
        left:712px;
        z-index:3;
        border-left:10px solid #383838;
        height:996px;
    }
    .vision-bg-top{
        display:block;
        position:absolute;
        top:102px;
        left:330px;
        z-index:1;
        width:950px;
        height:322px;
    }
    .vision-bg-top figure{
        width:950px;
        height:322px;
    }
    .vision-bg-top-animate{
        filter:alpha(opacity=0);
        opacity:0;
    }
    .vision-bg-top-animate.is-show{
        transition-property: opacity, filter;
        transition-duration:2s;
        transition-timing-function:ease;
        transition-delay:0s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    .vision-bg-top img{
        width:950px;
        height:322px;
    }
    .vision-bg-bottom{
        display:block;
        position:absolute;
        top:422px;
        left:0;
        z-index:1;
        width:720px;
        height:122px;
    }
    .vision-bg-bottom img{
        width:720px;
        height:122px;
    }
    .vision-title{
        display:block;
        position:absolute;
        top:345px;
        z-index:2;
        padding-bottom:20px;
        width:fit-content;
        height:150px;
        line-height:100px;
        z-index: 9;
    }
    .vision-title-en{
        display:inline-block;
        position:relative;
        top:31px;
        left:0;
        color:#383838;
        font-size:100px;
        vertical-align:bottom;
        /*height:96px;*/
        line-height:80px;
        mix-blend-mode: multiply;
        will-change: transform;
        mix-blend-mode: exclusion;
        white-space: break-spaces;
        max-width: 880px;
        margin-bottom: 11px;

    }
    .vision-title-cn{
        display:block;
        position:relative;
        top:40px;
        left:0;
        font-size: 18px;
        font-weight: 400;
        vertical-align:bottom;
        height:14px;
        line-height:20px;
        width: fit-content;
    }
    .vision-title-animate{
        left: -450px;
        transform:scale(0.1);
        filter:alpha(opacity=0);
        opacity:0;
    }
    .vision-title-animate.is-show{
        left: -54px;
        transform:scale(1);
        transition-property: left, transform, opacity, filter;
        transition-duration:1.2s;
        transition-timing-function:ease;
        transition-delay:0s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    .vision-title-bottom-line{
        position:relative;
        bottom:0;
        left:0;
        right:0;
        border-bottom:4px solid #111111;
        margin-top:15px;
        width: 577px;
    }
    .vision-comment{
        display:block;
        position:absolute;
        top:610px;
        left:80px;
        z-index:2;
        width:610px;
    }
    .vision-comment-text{
        display:block;
        font-size:16px;
        font-weight:300;
        word-break:break-all;
        white-space:normal;
        word-wrap:break-word;
        margin:10px 0;
        width:100%;
        line-height:25px;
        color:#4d4d4d;
    }
    .vision-comment-bottom-line{
        position: relative;
        left: 0;
        border-bottom: 6px solid #ACACAC;
        width: 100%;
    }
    .vision-img-large{
        display:block;
        position:absolute;
        top:422px;
        left:721px;
        z-index:4;
        width:555px;
        height:355px;
    }
    .vision-img-large figure{
        width:555px;
        height:355px;
    }
    .vision-img-large video{
        display:block;
        position:static;
        top:0;
        bottom:0;
        left:0;
        right:0;
        padding:0;
        margin:0;
        width:100%;
    }
    .vision-img-large-animate{
        filter:alpha(opacity=0);
        opacity:0;
    }
    .vision-img-large-animate.is-show{
        transform:none;
        transition-property:opacity, filter;
        transition-duration:2s;
        transition-timing-function:ease;
        transition-delay:0.5s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    .vision-img-small{
        display:block;
        position:absolute;
        top:110px;
        left: 1340px;
        z-index:3;
        width:253px;
        height:320px;
    }
    .vision-img-small-animate{
        filter:alpha(opacity=0);
        opacity:0;
    }
    .vision-img-small-animate.is-show{
        transform:none;
        transition-property:opacity, filter;
        transition-duration:1.5s;
        transition-timing-function:ease;
        transition-delay:0.5s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    .vision-more{
        bottom:0;
        right:0;
        z-index:3;
        width:120px;
        height:60px;
        line-height:60px;
    }
    .vision-right-line{
        display:block;
        position:absolute;
        top:814px;
        left:721px;
        z-index:2;
        border-top:1px solid #B3B3B3;
        width:555px;
    }
    /** 产品 */
    .section-product{
        width:1600px;
        padding-left:250px;
		z-index:5;
    }
    .section-product-group{
        position:relative;
        width:1301px;
        height:680px;
    }
    .product-middle-line{
        position:absolute;
        top:517px;
        left:0;
        z-index:1;
        border-top:10px solid #383838;
        width:100%;
    }
    .product-bg{
        display:block;
        position:absolute;
        top:0;
        left:190px;
        z-index:2;
        overflow:hidden;
        width:1001px;
        height:517px;
    }
    .product-bg figure{
        width:1001px;
        height:517px;
    }
    .product-bg figure .o-image{
        margin-left:-250px;
    }
    .product-title{
        display:block;
        position:absolute;
        left:0;
        z-index:1;
    }
    .product-title-part{
        display:inline-block;
        position:relative;
        z-index:2;
        border:0;
        margin:0;
        padding:0;
        overflow:visible;
        vertical-align:bottom;
    }
    .product-title-text{
        display:inline-block;
        font-size:96px;
        vertical-align:baseline;
        height:74px;
        line-height:100px;
    }
    .product-title-line{
        border-top:4px solid #111111;
        padding:0;
        margin:0;
    }
    .project-title-top{
        position:absolute;
        top:0;
        left:0;
        overflow-y:hidden;
        height:75px;
    }
    .product-bg-title{
        top:140px;
        left:-164px;
    }
    .product-bg-title .product-title-line{
        border-top:4px solid #f7f7f7 !important;
        width:365px;
    }
    .product-title-sub{
        top: -5px;
        left: -4px;
        background-color: #B8B8B8;
        color: rgba(255, 255, 255, 1);
        font-size: 18px;
        font-weight: 400;
        padding: 0 35px;
    }
    .product-bg-title-animate,
    .product-title-animate{
        top:0;
    }
    .product-bg-title-animate.is-show,
    .product-title-animate.is-show{
        top:140px;
        transform:none;
        transition-property:top;
        transition-duration:1.5s;
        transition-timing-function:ease;
        transition-delay:0s;
    }
    .product-comment{
        display:block;
        position:absolute;
        top:295px;
        left:223px;
        z-index:2;
        width:365px;
        height:180px;
    }
    .product-comment-text{
        display:block;
        font-size:16px;
        word-break:break-all;
        white-space:normal;
        word-wrap:break-word;
        width:337px;
        line-height:25px;
        color:#4d4d4d;
    }
    .product-comment-text p:nth-child(2) {
        display: -webkit-box;
    	-webkit-box-orient: vertical;
    	text-overflow: ellipsis;
    	overflow: hidden;
    	-webkit-line-clamp: 5;
    }
    .product-slider{
        display:block;
        position:absolute;
        left:719px;
        z-index:5;
        background-color:#FFFFFF;
        text-align:center;
        width:350px;
        height:486px;
    }
    .product-slider figure{
        width:350px;
        height:486px;
    }
    .product-slider-animate{
        top:0;
    }
    .product-slider-animate.is-show{
        top:163px;
        transform:none;
        transition-property:top;
        transition-duration:1.5s;
        transition-timing-function:ease;
        transition-delay:0s;
    }
    .product-slider-wrapper,
    .product-slider-item{
        position:absolute;
        top:0;
        left:0;
        bottom:0;
        right:0;
        width:350px;
        height:486px;
    }
    .product-slider-item{
        filter:alpha(opacity=0);
        opacity:0;
    }
    .product-slider-item:first-child{
        filter:alpha(opacity=1);
        opacity:1;
    }
    .product-slider-item img{
        width:100%;
    }
    .product-fluid-background{
        width:350px;
        height:486px;
        overflow:hidden;
    }
    .product-slider-trigger{
        position:absolute;
        bottom:-29px;
        left:0;
        cursor:pointer;
        vertical-align:middle;
        width:52px;
        height:30px;
        line-height:30px;
    }
    .product-slider-trigger img{
        width:100%;
    }
    .product-slider-index{
        position:absolute;
        bottom:-29px;
        right:0;
        vertical-align:middle;
        width:52px;
        height:30px;
        line-height:30px;
    }
    .product-slider-index-total{
        color:#CCCCCC;
    }
    .product-slider-info{
        position:absolute;
        top:93px;
        right:-139px;
        transform:translate3d(0, 0, 0) rotate(90deg);
        writing-mode:lr-tb;
        text-align:left;
        vertical-align:middle;
        padding:0;
        margin:0;
        width:230px;
        height:42px;
        line-height:42px;
    }
    .product-more{
        top:444px;
        right:0;
        z-index:4;
        width:150px;
        height:73px;
        line-height:74px;
    }
    /** 项目 */
    .section-project{
        width:1600px;
        padding-left: 100px;
		z-index: 4;
    }
    .section-project-group{
        position:relative;
        width:1637px;
        height:877px;
        margin-left:-170px;
    }
    .project-middle-line{
        display:block;
        position:absolute;
        top:85px;
        left:700px;
        z-index:2;
        background-color:#383838;
        width:30px;
        height:805px;
    }
    .project-middle-line-ft{
        display:block;
        position:absolute;
        top:85px;
        left:730px;
        z-index:2;
        background-color:#F7F7F7;
        width:50px;
        height:805px;
    }
    .project-sub-line{
        display:block;
        position:absolute;
        top:538px;
        left:-200px;
        z-index:5;
        border-top:2px solid #CCCCCC;
        width:1100px;
        height:3px;
    }
    .project-bg-wrap{
        display:block;
        position:absolute;
        top:0;
        left:730px;
        overflow:hidden;
        width:1000px;
        height:700px;
    }
    .project-bg{
        display:block;
        position:absolute;
        top:0;
        left:214px;
        width:1001px;
        height:700px;
    }
    .project-bg figure{
        width:1001px;
        height:700px;
    }
    .project-title{
        display:block;
        position:absolute;
        top:143px;
        left:0;
        width:700px;
    }
    .project-title-bg{
        display:block;
        position:relative;
        top:0;
        bottom:0;
        background-color:#CCCCCC;
        height:44px;
    }
    .project-title-bg-animate{
        width:0;
    }
    .project-title-bg-animate.is-show{
        width:700px;
        transform:none;
        transition-property:width;
        transition-duration:1.8s;
        transition-timing-function:ease;
        transition-delay:0s;
    }
    .project-title-text{
        display:block;
        position:absolute;
        top:-48px;
        left:220px;
        bottom:0;
        height:100px;
    }
    .project-title-text-animate{
        filter:alpha(opacity=0);
        opacity:0;
    }
    .project-title-text-animate.is-show{
        transform:none;
        transition-property: opacity, filter;
        transition-duration:2s;
        transition-timing-function:ease;
        transition-delay:1.5s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    .project-title-part{
        display:inline-block;
    }
    .project-title-en{
        position:relative;
        top:-27px;
        font-size:96px;
        color:#f7f7f7;
    }
    .project-title-cn{
        position:relative;
        top:-20px;
        font-size: 18px;
        font-weight: 400;
        color:#555555;
    }
    .project-slider{
        display:block;
        position:absolute;
        top:396px;
        left:236px;
        width:175px;
        height:336px;
    }
    .project-slider-image-list{
        display:inline-block;
        position:relative;
        top:0;
        left:0;
        overflow:hidden;
        width:180px;
        height:340px;
    }
    .project-slider-image-list figure{
        width:180px;
        height:340px;
    }
    .project-slider-link-list{
        display:inline-block;
        position:absolute;
        top:42%;
        left:200px;
    }
    .project-slider-link{
        margin-bottom:12px;
        padding:8px 20px;
        cursor:pointer;
        color:#989898;
    }
    .project-slider-link-active{
        background-color:#B8B8B8;
        color:#FFFFFF;
    }
    .project-main-image{
        display:block;
        position:absolute;
        top:86px;
        left:728px;
        z-index:3;
        width:660px;
        height:405px;
    }
    .project-main-image figure{
        width:660px;
        height:405px;
    }
    .project-sub-img{
        display:block;
        position:absolute;
        z-index:2;
        top:491px;
        left:728px;
        z-index:2;
        width:238px;
        height:207px;
    }
    .project-sub-img figure{
        width:238px;
        height:207px;
    }
    .project-sub-img-name {
        position: absolute;
        top: 124px;
        color: #fff;
        font-size: 14px;
        font-weight: 900;
        word-break: break-all;
        white-space: normal;
        overflow-wrap: break-word;
        padding-left: 10px;
    }
    .project-sub-img-comment {
        display: -webkit-box;
        position: absolute;
        top: 146px;
        color: #9c9c9c;
        font-size: 13px;
        font-weight: 400;
        word-break: break-all;
        white-space: normal;
        overflow-wrap: break-word;
        padding-left: 10px;
        overflow : hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .project-sub-img-comment-sub {
        display: -webkit-box;
        position: absolute;
        top: 164px;
        color: #7e7e7e;
        font-size: 13px;
        font-weight: 400;
        word-break: break-all;
        white-space: normal;
        overflow-wrap: break-word;
        padding-left: 10px;
        overflow : hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 232px;
    }
    .project-sub-img-mask {
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        z-index:2;
        background: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
        width:100.5%;
        height:100.5%;
    }
    .project-more{
        top:385px;
        left:1318px;
        z-index:4;
        width:167px;
        height:70px;
        line-height:60px;
    }
    /** 新闻 */
    .section-news{
        width:1800px;
		z-index:3;
    }
    .section-news-group{
        position:relative;
        width:1777px;
        height:939px;
    }
    .news-middle-line{
        display:block;
        position:absolute;
        top:240px;
        left:1085px;
        z-index:2;
        border-left:2px solid #DDDDDD;
        height:700px;
    }
    .news-bg{
        display:block;
        position:absolute;
        top:0;
        left:295px;
        z-index:1;
        overflow:hidden;
        width:1225px;
        height:596px;
    }
    .news-bg figure{
        width:1225px;
        height:596px;
    }
    .news-title{
        display:block;
        position:absolute;
        top:390px;
        left:100px;
        z-index:0;
        width:478px;
    }
    .news-title-text{
        display:block;
        position:relative;
        top:-50px;
        bottom:0;
        left:0;
        height:100px;
    }
    .news-title-part{
        display:inline-block;
    }
    .news-title-en{
        position:relative;
        top:-70px;
        font-size:100px;
    }
    .news-title-cn{
        display:block;
        position:absolute;
        top:58px;
        left:230px;
        font-size: 18px;
        font-weight: 400;
        color:#555555;
    }
    .news-title-line{
        display:block;
        position:absolute;
        top:50px;
        border-bottom:4px solid #111111;
        width:700px;
    }
    .news-bg-title{
        left:-195px;
        top:390px;
    }
    .news-bg-title .news-title-line{
        border-bottom:4px solid #f7f7f7 !important;
    }
    .news-bg-title-animate,
    .news-title-animate{
        transform:scale(0.1);
        filter:alpha(opacity=0);
        opacity:0;
    }
    .news-bg-title-animate.is-show,
    .news-title-animate.is-show{
        transform:scale(1);
        transition-property:transform, opacity, filter;
        transition-duration:2s;
        transition-timing-function:ease;
        transition-delay:0s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    .news-bg-title-animate,
    .news-title-animate{
        transform:scale(0.1);
        filter:alpha(opacity=0);
        opacity:0;
    }
    .news-bg-title-animate.is-show,
    .news-title-animate.is-show{
        transform:scale(1);
        transition-property:transform, opacity, filter;
        transition-duration:1.5s;
        transition-timing-function:ease;
        transition-delay:0s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    .news-main-image{
        display:block;
        position:absolute;
        top:237px;
        left:473px;
        z-index:2;
        width:610px;
        height:410px;
    }
    .news-main-image figure{
        width:610px;
        height:410px;
    }
    .news-main-image-mask {
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        z-index:2;
        background: linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
        width:100.5%;
        height:100.5%;
    }
    .news-main-image .text{
        display:block;
        position:absolute;
        bottom:-10%;
        left:20px;
        width: 90%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .news-main-image a.news{
        display:block;
        position:absolute;
        bottom:-16%;
        left:20px;
        color:#CCCCCC;
    }
    .news-sub-img{
        display:block;
        position:absolute;
        top:488px;
        left:1089px;
        z-index:2;
        width:269px;
        height:286px;
    }
    .news-sub-img figure{
        width:269px;
        height:286px;
    }
    .news-sub-image-mask {
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        right:0;
        z-index:2;
        background: rgba(0, 0, 0, .5);
        width:100.5%;
        height:100.5%;
    }
    .news-sub-img .text{
        display:block;
        position:absolute;
        bottom:-20%;
        left:20px;
    }
    .news-sub-img a.news{
        display:block;
        position:absolute;
        bottom:-28%;
        left:20px;
        color:#CCCCCC;
    }
    .news-sub-img-animate{
        filter:alpha(opacity=0);
        opacity:0;
    }
    .news-sub-img-animate.is-show{
        transform:none;
        transition-property:opacity, filter;
        transition-duration:1.5s;
        transition-timing-function:ease;
        transition-delay:0s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    .news-more{
        top:417px;
        left:1437px;
        z-index:4;
        width:167px;
        height:70px;
        line-height:60px;
    }
    .news-person-img{
        display:block;
        position:absolute;
        top:115px;
        left:1384px;
        z-index:3;
        width:218px;
        height:280px;
    }
    .news-person-img figure{
        width:218px;
        height:280px;
    }
    .news-person-img .text{
        display:block;
        position:absolute;
        bottom:10%;
        left:230px;
    }
    .news-person-img a.news{
        display:block;
        position:absolute;
        bottom:0;
        left:230px;
        color:#CCCCCC;
    }
    .news-person-img-animate{
        filter:alpha(opacity=0);
        opacity:0;
    }
    .news-person-img-animate.is-show{
        transform:none;
        transition-property:opacity, filter;
        transition-duration:1.5s;
        transition-timing-function:ease;
        transition-delay:0s;
        filter:alpha(opacity=100);
        opacity:1;
    }
    /** 页脚 */
    .section-footer{
        width:900px;
    }
    .section-footer-nav{
        position:absolute;
        top:0;
        bottom:0;
        left: 500px;
        background:-webkit-linear-gradient(to right, #B2B2B2, #666766);
        background:-o-linear-gradient(to right, #B2B2B2, #666766);
        background:-moz-linear-gradient(to right, #B2B2B2, #666766);
        background:linear-gradient(to right, #B2B2B2, #666766);
        width:200px;
        height:100vh;
    }
    .section-footer-share{
        float:left;
        margin:45px 0 0 20px;
    }
    .section-footer-share-ul{
        list-style:none;
        margin:0;
        padding:0;
    }
    .section-footer-share-li{
        position:relative;
        display:block;
        /* background:#717171; */
        /* border-radius:50%; */
        writing-mode:vertical-lr;
        margin-bottom:30px;
        width:80px;
        height:50px;
    }
	.section-footer-share-ul{
		position: relative;
		width:80px;
	}

	#nav_ewm{
		position: absolute;
		left:-50px;
		/* top:0; */
		width:80px;
		height:80px;
		display: none;
	}
	.nav_ewm_box:hover #nav_ewm{
		display: block;
		
	}
	
	
   /* .section-footer-share-li a{
        display:block;
        width:30px;
        height:30px;
        border-radius:50%;
        color:#FFFFFF;
        text-decoration:none;
        cursor:pointer;
    } */
	 .section-footer-share-li a{
	    display:block;
	    width:50px;
	    height:50px;
	    border-radius:50%;
	    color:#FFFFFF;
		background:#717171;
		border-radius:50%;
	    text-decoration:none;
	    cursor:pointer;
		position: relative;
	}
    .section-footer-share-li img{
        position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);
        width:21px;
    }
    .section-footer-link{
        float:right;
        margin: 45px 20px 0 0;
    }
    .section-footer-link-ul{
        list-style:none;
        margin:0;
        padding:0;
    }
    .section-footer-link-li{
        display:block;
        writing-mode:vertical-lr;
        padding: 0 10px 8px 10px;
    }
    .section-footer-link-li a{
        display:block;
        color:#FFFFFF;
        text-decoration:none;
        cursor:pointer;
        font-size:14px;
    }
    .section-footer-link-li a img{
        margin-top:5px;
        margin-left:-6px;
    }
    .section-footer-return{
        position:absolute;
        left:0;
        bottom:30px;
        display:flex;
        flex-direction:column;
        justify-content:center;
        text-align:center;
        width:60px;
        height:60px;
        background-color:#636363;
        color:#ffffff;
        font-size:13px;
    }
    .section-footer-return:hover, .section-footer-return:focus{
        color:#ffffff;
    }
    .section-footer-return span.icon{
        display:inline-block;
        width:12px;
        height:12px;
        align-self:center;
        margin-bottom:4px;
        border-width:0 0 2px 2px;
        border-color:#FFFFFF;
        border-style:solid;
        transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -webkit-transform:rotate(45deg);
    }
    .section-footer-divider{
        position:absolute;
        top:0;
        bottom:0;
        left:830px;
        border-left:1px solid #C6C6C6;
        width:2px;
        height:100vh;
    }
    .section-footer-info{
        position: absolute;
        top: 30;
        right: -74px;
        width: 250px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 30px 10px;
        color: #FFFFFF;
        font-size: 12px;
    }
    .section-footer-copyright{
        color:#FFFFFF;
        font-size:12px;
        text-align: center;
        writing-mode: vertical-rl;
    }
    .section-footer-copyright-1 {
        padding: 0 5px 0 0;
    }
    .section-footer-copyright-2 {
        padding: 0 0 0 5px;
    }
    .section-footer-logo{
        position:absolute;
        bottom:0;
        right:20px;
        margin:10px;
        width:120px;
    }
    .section-footer-logo img{
        width:100%;
    }
}
.js-animate_bg{
    display:none;
    position:absolute;left:0;top:0;z-index:2; width:100.5%;height:100.5%;
    background:linear-gradient(to bottom right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}
.c-header_menu_item ul{
    display:none;
    position:absolute;
    /*bottom:-40px;*/
    bottom: -60px;
    /*right:0;*/
    /*right: -700%;*/
    left: 50%;
    transform: translateX(-50%);
    height:40px;
    padding:0;
    line-height:1.1;
    list-style:none;
    writing-mode:vertical-lr;
    font-weight:bold;
}

.c-header_menu_item ul li{
    /*transform: rotate(90deg);*/
}
.c-header_menu_item ul li a{
    padding:0.75rem 0;
    color:#ccc;
    font-size:12px;
    display: flex;
}
.c-header_menu_item ul a span {
        
    
}
.c-header_menu_pc{
    /*display:inline-block;*/
    display: flex;
    width: fit-content;
    padding-bottom:0;
    flex-direction: row-reverse;
    
}
.c-header_menu_pc .c-header_menu_item a:before{
    bottom:-2px;
}
.c-header_menu_app{display:none;}
.menu-logo-pc{display:block;}
.menu-logo-app{display:block;}
.c-header .menu-logo-pc{display:block;}
.c-header .menu-logo-app{display:none;}
.c-header.-sticky .c-header_menu_app{display:none;}
@media (max-width:415px){
    .c-header_menu_pc{display:none}
    .c-header_menu_app{display:block}
    .menu-logo-pc{display:none;}
    .menu-logo-app{display:block;}
    .c-header .menu-logo-pc{display:none;}
    .c-header .menu-logo-app{display:block;}
    .c-header .menu-logo-app img{max-height:80%;}
    .c-header_menu_app{display:block;}
    .c-header.-sticky .c-header_menu_app{display:none;}
    .read-more a img{width:48px;}
    .read-more a{padding-right:3px;}
}
