
/****************************************************************/
/* header固定 */
/****************************************************************/
@layer legacy {
@media only screen and (min-width:1200px) {
    [data-static-html] #header_sub.fixed {
        top: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }

    [data-static-html] #header_sub.fixed #header {
        height: 60px;
        position: static;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #ddd;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        transition: 0.5s;
    }

    [data-static-html] #header_sub.fixed #logo {
        top: 10px;
    }

    [data-static-html] #header_sub.fixed #logo img {
        width: auto;
        height: 40px;
    }

    [data-static-html] #header_sub.fixed #header_in {
        width: 94%;
        max-width: none;
        position: relative;
        height: 60px;
    }

    [data-static-html] #header_sub.fixed #h_search_in.active {
        top: 60px;
        height: 100px;
        display: table;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        border-top: 0;
    }

    [data-static-html] #header_sub.fixed #globalnav {
        position: absolute;
        right: 300px;
        top: 10px;
        width: auto;
        height: 40px;
        padding: 0 20px;
        background: #FFF;
    }

    [data-static-html] #header_sub.fixed #globalnav_in {
        width: auto;
    }

    [data-static-html] #header_sub.fixed #globalnav li {
        margin-right: 20px;
    }

    [data-static-html] #header_sub.fixed #globalnav li:last-child {
        margin-right: 0px;
    }

    [data-static-html] #header_sub.fixed #globalnav li a {
        height: 40px;
        padding-top: 10px;
        font-size: 13px;
        color: #333;
    }

    [data-static-html] #header_sub.fixed #h_contact {
        top: 10px;
    }

    [data-static-html] #header_sub.fixed #h_exhibition {
        top: 10px;
    }

    [data-static-html] #header_sub.fixed #h_search {
        top: 10px;
    }

    [data-static-html] #header_sub.fixed #h_contact a {
        height: 40px;
        padding-top: 8px;
    }

    [data-static-html] #header_sub.fixed #h_search p {
        height: 40px;
    }

    [data-static-html] #header_sub.fixed #globalnav li a:hover,
    [data-static-html] #header_sub.fixed #globalnav li.main_current a {
        border-bottom: 2px solid #006CE3;
    }
}

/*@media only screen and (max-width:1119px) {
	#header_sub{display:none;}
}*/

/*globalnav*/
/*------------------------------------------------------------------------------*/
[data-static-html] #globalnav {
    width: 100%;
    height: 60px;
    background-color: #0d73e4;
}

[data-static-html] #globalnav_in {
    width: 1200px;
    margin: 0 auto;
}

[data-static-html] #gnav_btn {
    display: none;
}

[data-static-html] #globalnav ul {
    position: relative;
}

[data-static-html] #globalnav li {
    float: left;
    font-size: 15px;
    /*margin-right: 94px;*/
    margin-right: 68px;
}

[data-static-html] #globalnav li:last-child {
    margin-right: 0;
}

[data-static-html] #globalnav li a {
    color: #fff;
    height: 60px;
    padding-top: 20px;
    display: block;
}

[data-static-html] #globalnav li a:hover,
[data-static-html] #globalnav li.main_current a {
    border-bottom: 4px solid #fff;
}

/*MEGAMENU*/
/*------------------------------------------------------------------------------*/
[data-static-html] #globalnav li .mmArea {
    display: flex;
    position: absolute;
    /*top: 60px;*/
    left: 0;
    z-index: -1;
    width: 100%;
    padding: 50px;
    background-color: #FFF;
    box-shadow: 0 10px 30px -5px #666;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

[data-static-html] #globalnav li.mmlist:hover .mmArea {
    opacity: 1;
    visibility: visible;
    z-index: 30;
}

[data-static-html] #globalnav li .mmArea ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 300px);
}

[data-static-html] #globalnav li .mmArea ul li {
    position: relative;
    float: none;
    margin-right: 2%;
    width: 31.33%;
    overflow: hidden;
}

[data-static-html] #globalnav li .mmArea ul li:nth-child(-n+3) {
    margin-bottom: 15px;
}

[data-static-html] #globalnav li .mmArea ul li::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: RGBA(0, 0, 0, 0.3);
    z-index: 0;
}

[data-static-html] #globalnav li .mmArea ul li:nth-child(3) {
    margin-right: 0;
}

[data-static-html] #globalnav li .mmArea ul li a {
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

[data-static-html] #globalnav li .mmArea ul li a:hover {
    border: none;
}

[data-static-html] #globalnav li .mmArea ul li img {
    /* position: absolute;
    top: 50%;
    left: 50%; */
    min-width: 460px;
    width: auto;
    height: auto;
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: -webkit-filter 1.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-filter 1.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: filter 1.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: filter 1.15s cubic-bezier(0.165, 0.84, 0.44, 1),
        -webkit-filter 1.15s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

[data-static-html] #globalnav li .mmArea ul li:hover img {
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

@media only screen and (max-width:1199px) {
    [data-static-html] #globalnav li .mmArea {
        display: none;
    }
}

/*MEGAMENU*/
/*---------------------------------------------------*/
[data-static-html] #header_sub.fixed #globalnav li .mmArea {
    position: fixed;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
}

[data-static-html] #header_sub.fixed #globalnav li .mmArea ul li {
    margin-right: 2%;
}

[data-static-html] #header_sub.fixed #globalnav li .mmArea ul li a {
    font-size: 16px !important;
    height: 100%;
    color: #FFF !important;
}
}
