﻿@charset "utf-8";

/* header */
header {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.main_page #headerInnerWrap {
    top: -96px;
    opacity: 0;
}

.main_page #headerInnerWrap.active {
    top: 0;
    opacity: 1;
}

#headerInnerWrap {
    transition: top ease-out 1s 0.4s, opacity ease-out 0.6s 0.5s;
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 96px;
    padding-left: 40px;
    transition: background-color .4s;
}


.header.headerColor2 {
    background: var(--white-color);
}

.header .logo,.e_left_logo {
    max-width: 404px;
}
.logo span {
    display: flex;
    align-items: center;
    max-width: 50%;
}
.logo .text,
.e_left_logo  .text{
position: relative;
margin-left: 24px;
padding-left: 24px;
flex: 1;
}
.logo .text::before,
.e_left_logo .text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
height: 16px;
}
.logo .logo_white div span:first-child,
.logo .logo_red div span:first-child {
    max-width: 158px;
}
.logo .logo_white .text::before,
.e_left_logo .logo_white .text::before {
    background-color: var(--white-color);
    opacity: 0.5;
}
.logo .logo_red .text::before {
    background-color:#202B69;
    opacity: 0.2;
}
.logo .logo_red{
    display: none;
}

.header .header_right {
    display: flex;
}

.header_right_r {
    position: relative;
    margin-left: 40px;
    padding-left: 40px;
    display: flex;
    align-items: center;
}

.header-util-box {
    width: 96px;
    height: 96px;
}

.header-util-box .menu_click {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.header-inquiry-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-out;
}

.right_rove {
    padding-bottom: 40px;
}

.right_rove>ul>li {
    position: relative;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.right_rove>ul>li:last-child {
    margin-bottom: 0;
}

.right_rove>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.20);
    border-radius: 50%;
}

.right_rove>ul>li .hide_eject {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: max-content;
    text-align: center;
    justify-content: center;
    padding: 10px 16px;
    opacity: 0;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
    border-radius: 8px 0px 0px 8px;
    background: var(--main-color);
}

.hide_eject a {
    color: var(--white-color);
    font-family: 'Rubik';
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.right_rove>ul>li:hover {
    overflow: visible;
}

.right_rove>ul>li:hover .hide_eject {
    opacity: 1;
    z-index: 8;
}

.header-inquiry-bottom .down {
    display: flex;
    width: 96px;
    height: 96px;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.50);
}

.down .scroll-icon {
    animation: scroll-ani 1.3s infinite;
}

.down .scroll-icon.scroll-icon01 {
    animation-delay: 0.1s;
}

.down .scroll-icon.scroll-icon01 i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/chevrons-down.svg);
}

.down .scroll-icon i {
    font-size: 1.8rem;
}

@keyframes scroll-ani {
    0% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.header_right {
    padding-right: 96px;

}

.head_languge {
    display: flex;
    align-items: center;
    margin-right: 24px;
    height: 40px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.head_languge a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    width: 56px;
    height: 100%;
    color: var(--white-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.head_languge a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    border-radius: 40px;
    transition: left 0.5s;
    z-index: -1;
}

.head_languge a.active {
    z-index: 1;
}

.head_languge a.active::before {
    left: 0;
}

.head_search {
    margin-right: 30px;
    cursor: pointer;
}

.head_search i {
    display: flex;
    width: 56px;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.30);
    background-image: url(../images/search_w.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    backdrop-filter: blur(8px);

}
.search_eject {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--icon-default, #FFF);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.search_eject .search_close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    background: var(--main-color);
    cursor: pointer;
}
.search_eject .my-container {
    height: 100%;
    display: flex;
    align-items: center;
}
.search_box {
    width: 100%;
    max-width: 964px;
    margin: 0 auto;
}
.search_box .title {
    color: var(--main-color);
font-weight: 400;
line-height: 1.1;
text-align: center;
}
.search_box form {
    margin-top: 110px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid  rgba(0, 0, 0, 0.10);
}
.search_box .s_submit {
    width: 30px;
height: 30px;
background: transparent;
background-image: url(../images/search_grey.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 30px 30px;
cursor: pointer;
}
.search_box .search_po {
    padding-top: 64px;
}
.search_box .search_po .t{
    color: var(--dark-color);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
}
.search_box .search_po .loop {
    padding-top: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.search_box .search_po .loop a {
    display: flex;
padding: 10px 24px;
margin-right: 16px;
margin-bottom: 16px;
justify-content: center;
align-items: center;
    border-radius: 60px;
    background-color: #F2F7FB;
font-size: 16px;
color: #666;
font-style: normal;
font-weight: 400;
line-height: 28px;
transition: all .3s;
}
.search_box .search_po .loop a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}
.ss_boxinput {
    flex: 1;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    background: transparent;
    border: none;
    font-family: 'Microsoft YaHei', ' Open Sans', 'PingFang SC';
}
.ss_boxinput::-webkit-input-placeholder,
.ss_boxinput:-moz-placeholder,
.ss_boxinput::-moz-placeholder,
.ss_boxinput:-ms-input-placeholder {
    color:#666;
    font-size: 24px;
    font-family: 'Microsoft YaHei', ' Open Sans', 'PingFang SC';
}


.search_eject.show {
    z-index: 9999;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* menu */
.header_nav_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.30);
    z-index: -1;
}

.header_nav_box.show {
    opacity: 1;
    z-index: 98;

}

.menu {
    float: left;
    position: relative;
    padding-right: 20px;
}

.menu>ul>li {
    position: relative;
    float: left;
    padding: 0 28px;
}

.menu>ul>li>a {
    display: flex;
    position: relative;
    padding: 33px 0;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.menu>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFF;
    transition: width .4s;
}

.menu>ul>li.active>a::before {
    width: 100%;
}

.menu>ul>li .sub-menu {
    left: 50%;
    transform: translateX(-50%) scaleY(0);
    position: absolute;
    top: 100%;
    display: flex;
    transition: all 0.4s ease-out;
    width: 376px;
    z-index: 9;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
}

.menu>ul>li .sub-menu>ul {
    padding: 24px 48px 48px 48px;
    position: relative;
    width: 100%;
    border-radius: 0px 0px 24px 24px;
    background: #FFF;
}

.menu>ul>li .sub-menu>ul>li {
    position: relative;
    padding-top: 24px;
}



.menu>ul>li .sub-menu>ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: width 0.4s;
}

.menu>ul>li .sub-menu>ul>li>a {
    display: block;
    position: relative;
    padding-bottom: 24px;

    width: 100%;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    transition: all 0.4s;
}
.menu>ul>li .sub-menu>ul>li>a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}
.menu>ul>li .sub-menu>ul>li>a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -12px;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-image: url(../images/menu_grey.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    transition: all 0.4s;
}

.menu>ul>li .sub-menu>ul>li>a:hover {
    color: var(--main-color);
}

.menu>ul>li .sub-menu>ul>li>a:hover:after {
    border: 1px solid var(--main-color);
    background-image: url(../images/menu_red.svg);
}

.menu>ul>li .sub-menu>ul>li:hover:before {
    width: 100%;
}

.menu>ul>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

.menu>ul>li.pro_menu {
    position: inherit;
}

.menu>ul>li .pro_menu_down {
    right: 0;
    transform: scaleY(0);
    position: absolute;
    top: 100%;
    display: flex;
    transition: all 0.4s ease-out;
    width: 1296px;
    z-index: 9;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
}

.menu>ul>li .pro_menu_down>.ul {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    border-radius: 0px 0px 24px 24px;
    background: #FFF;
    overflow: hidden;
}

.pro_menu_down .pro_menu_left {
    width: 364px;
    padding: 24px 48px 56px 56px;
    background: #F2F7FB;
}

.pro_menu_down .pro_menu_right {
    width: calc(100% - 364px);
    padding: 56px 56px 56px 48px;
}

.pro_menu_down .pro_menu_left>ul>li {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
}

.pro_menu_down .pro_menu_left>ul>li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}

.pro_menu_down .pro_menu_left>ul>li::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: width 0.4s;
}

.pro_menu_down .pro_menu_left>ul>li>a {
    display: block;
    position: relative;
    width: 100%;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    transition: all 0.4s;
}

.pro_menu_down .pro_menu_left>ul>li>a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    transform: translateY(-50%);
    background-image: url(../images/menu_grey.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    transition: all 0.4s;
}

.pro_menu_down .pro_menu_left>ul>li.active>a,
.pro_menu_down .pro_menu_left>ul>li>a:hover {
    color: var(--main-color);
}

.pro_menu_down .pro_menu_left>ul>li.active>a:after,
.pro_menu_down .pro_menu_left>ul>li>a:hover:after {
    border: 1px solid var(--main-color);
    background-image: url(../images/menu_red.svg);
}


.pro_menu_down .pro_menu_left>ul>li:hover:before {
    width: 100%;
}

.pro_menu_right .pro_menu_tab .pub-t1 {
    display: none;
}

.pro_menu_right .pro_menu_tab .pub-t1.d-show {
    display: block;
}

.pro_three_tab .three_pub {
    display: none;
}

.pro_three_tab .three_pub.show {
    display: block;
}

.pro_three_tab .three_title {
    display: flex;
    align-items: center;
}

.pro_three_tab .three_title a {
    display: flex;
    margin-right: 16px;
    height: 46px;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: var(--dark-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.pro_three_tab .three_title a.active {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: var(--white-color);
    border-radius: 70px;
}

.pro_menu_p_list {
    padding-top: 30px;
    padding-bottom: 64px;
}

.pro_menu_p_list>ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
}

.pro_menu_p_list>ul>li {
    width: 33.33%;
    padding-left: 12px;
    padding-right: 12px;
}

.pro_menu_p_list .thumb {
    padding: 20px 60px;
    border-radius: 16px;
    background: #F2F7FB;
    overflow: hidden;
}

.pro_menu_p_list .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pro_menu_p_list .t {
    margin-top: 16px;
    color: var(--dark-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.pro_menu_p_list a:hover .t {
    color: var(--main-color);
}

.menu>ul>li:hover .pro_menu_down {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
@media screen and (max-width: 1679px) {
      .menu>ul>li .pro_menu_down {
        width: 1196px;
    }

}
@media screen and (max-width: 1579px) {
    .menu>ul>li {
        padding: 0 20px;
    }
    .menu>ul>li .pro_menu_down {
        width: 1100px;
    }

    .pro_menu_p_list .thumb {
        padding: 20px 40px;
    }

}

@media screen and (max-width:1440px) {
    .menu>ul>li {
        padding: 0 18px;
    }
    .menu>ul>li .pro_menu_down {
        width: 1000px;
    }


}
@media screen and (max-width:1439px) {
    .menu>ul>li {
        padding: 0 15px;
    }


}
@media screen and (max-width:1366px) {
    .logo .text, .e_left_logo .text {
        margin-left: 15px;
        padding-left: 15px;
    }
    .menu>ul>li {
        padding: 0 15px;
    }
    .menu>ul>li .pro_menu_down {
        right: -100px;
        width: 1000px;
    }
    .pro_menu_p_list {
        padding-bottom: 40px;
    }
    .e_left_logo  .text{
        margin-left: 16px;
        padding-left: 16px;
    }
    
}

@media screen and (max-width:1365px) {
    .header .logo {
        max-width: 360px;
    }
    .menu>ul>li {
        padding: 0 10px;
    }
   
}

@media screen and (max-width:1279px) {
    .menu {
        display: none !important;
    }
    .e_left_logo  .text{
        margin-left: 10px;
        padding-left: 10px;
    }


}
@media screen and (max-width:1100px) {

    
}

/* 右侧导航 */

.header-util-container {
    position: fixed;
    width: 96px;
    height: 100vh;
    right: 0;
    background: var(--main-color);
    z-index: 9999;
    transition: height ease-out 0.5s;
    top: 0;
}

.main_page .header-util-container {
    transform: translateX(100%);
    transition: transform ease-out 1s 0.3s, height ease-out 0.5s;
}

.main_page .header-util-container.active {
    transform: translateX(0);
}
.page_header {
    top: 0;
    left: 0;
}
.page_header .header-util-container,
#headerInnerWrap.grey_head+.header-util-container {
    height: 96px;
}

#headerInnerWrap.grey_head+.header-util-container .header-inquiry-bottom {
    opacity: 0;
    z-index: -1;
}

.pu_select {

    position: fixed;
    display: flex;
    align-items: flex-end;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.2s;
    opacity: 0;
    z-index: -100;
}

.pu_select .menu_close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
    background: var(--main-color);
    cursor: pointer;
}

.pu_select .eject_left {
    padding: 35px 40px;
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 0;
    opacity: 0;
    background: var(--main-color);
    transition: height ease 0.4s;
}

.pu_select .eject_right {
    flex: 1;
    height: 0;
    overflow-y: scroll;
    background-color: var(--white-color);
    transition: height ease 0.5s;
}

.eject_left_bottom {
    padding: 60px 0 0 60px;
}

.eject_left_bottom .foot_link {
    padding-top: 140px;
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.5;
}

.e_r_menu {
    padding-top: 160px;
    padding-left: 90px;
    padding-right: 100px;
}

.e_r_menu .depth01>li {
    padding: 35px 0 30px 0;
    display: flex;
    align-items: flex-start;
}

.e_r_menu .depth01>li:first-of-type {
    padding-top: 0;
}

.e_r_menu .depth01>li:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.e_r_menu .depth01 a {
    display: inline-block;
    transform: translateY(100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: transform 1s 0.5s, clip-path 1s 0.5s, color 0.5s;
}

.e_r_menu .depth01>li>a {
    min-width: 200px;
    color: var(--dark-color);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
}
.e_r_menu .depth01>li>a:hover {
    color: var(--main-color);
}
.e_r_menu .depth02 {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-left: 4.4vw;
}

.e_r_menu .depth02>li {
    margin-right: 96px;
    margin-bottom: 15px;
    overflow: hidden;
}

.e_r_menu .depth02>li:last-child {
    margin-right: 0;
}

.e_r_menu .depth02>li>a,
.e_r_menu .depth03>li>a {
    color: rgba(0, 0, 0, 0.60);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.e_r_menu .depth02>li>a:hover,
.e_r_menu .depth03>li>a:hover {
    color: var(--main-color);
}
.e_r_menu .depth02>li.depth>a {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.e_r_menu .depth03 {
    margin-top: 24px;
}

.e_r_menu .depth03>li {
    padding-bottom: 16px;
}

.e_r_menu .depth03>li:last-child {
    padding-bottom: 0;
}

.active .e_r_menu .depth01 a {
    transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* active */

.pu_select.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 9999;
}

.pu_select.active .eject_left,
.pu_select.active .eject_right {
    height: 100%;
    opacity: 1;
}


body.hidden {
    padding-right: 4px;
    overflow: hidden;
}

/* header hover */
.grey_head .header,
.headerColor2 .header,
.headerColor3 .header {
    background-color: var(--white-color);
}

.grey_head .header .logo .logo_white,
.headerColor2 .header .logo .logo_white,
.headerColor3 .header .logo .logo_white {
    display: none;
}

.grey_head .header .logo .logo_red,
.headerColor2 .header .logo .logo_red,
.headerColor3 .header .logo .logo_red {
    display: inline-block;
}

.grey_head .menu>ul>li>a,
.headerColor2 .menu>ul>li>a,
.headerColor3 .menu>ul>li>a {
    color: var(--dark);
}

.grey_head .menu>ul>li.active>a,
.grey_head .menu>ul>li:hover>a,
.headerColor2 .menu>ul>li.active>a,
.headerColor2 .menu>ul>li:hover>a,
.headerColor3 .menu>ul>li.active>a,
.headerColor3 .menu>ul>li:hover>a {
    color: var(--main-color);
}

.grey_head .menu>ul>li.active>a::before,
.headerColor2 .menu>ul>li.active>a::before,
.headerColor2 .menu>ul>li.current>a::before,
.headerColor3 .menu>ul>li.active>a::before,
.headerColor3 .menu>ul>li.current>a::before {
    background: var(--main-color);
    width: 100%;
}

.grey_head .head_languge,
.headerColor2 .head_languge,
.headerColor3 .head_languge {
    background-color: rgba(0, 0, 0, 0.10);
}


.grey_head .head_languge a,
.headerColor2 .head_languge a,
.headerColor3 .head_languge a {
    color: var(--dark-color);
}

.grey_head .head_languge a.active,
.headerColor2 .head_languge a.active,
.headerColor3 .head_languge a.active {
    color: var(--white-color);
}

.grey_head .head_search i,
.headerColor2 .head_search i,
.headerColor3 .head_search i {
    background-color: rgba(0, 0, 0, 0.10);
    background-image: url(../images/search_black.svg);
 
}

@media (max-height:900px) {
    .e_r_menu {
        padding-top: 120px;

    }

}

@media (max-height:800px) {
    .eject_left_bottom .foot_link {
        padding-top: 80px;
    }

    .e_r_menu {
        padding-top: 100px;
    }

    .e_r_menu .depth01>li {
        padding: 25px 0 20px 0;
    }

}

@media (max-height:740px) {
    .eject_left_bottom .foot_link {
        padding-top: 60px;
    }

    .e_r_menu {
        padding-top: 100px;
    }

    .e_r_menu .depth01>li {
        padding: 27px 0;
    }

}

@media (max-height:650px) {
    .e_r_menu {
        padding-top: 80px;
    }

    .e_r_menu .depth01>li {
        padding: 20px 0 10px 0;
    }

}

@media (max-width:1680px) {

    .e_r_menu .depth02>li {
        margin-right: 46px;
    }

}

@media (max-width:1440px) {
    .e_r_menu .depth01>li>a {
        font-size: 32px;
    }

    .e_r_menu .depth02 {
        padding-left: 2.4vw;
        padding-top: 12px;
    }

    .e_r_menu .depth03 {
        margin-top: 20px;
    }
    .ss_boxinput::-webkit-input-placeholder,
    .ss_boxinput:-moz-placeholder,
    .ss_boxinput::-moz-placeholder,
    .ss_boxinput:-ms-input-placeholder {
        font-size: 22px;
    }
}

@media (max-width:1366px) {
    .pu_select .menu_close {
        right: 18px;
        top: 18px;
        width: 50px;
        height: 50px;
    }

    .eject_left_bottom {
        padding: 60px 0 0 40px;
    }

    .e_r_menu .depth01>li {
        padding: 25px 0 20px 0;
    }

    .e_r_menu .depth01>li>a {
        font-size: 30px;
    }

    .e_r_menu .depth02 {
        padding-left: 1.4vw;
        padding-top: 8px;
    }


}

@media (max-width:1280px) {
    .e_r_menu {
        padding-top: 120px;
        padding-left: 60px;
        padding-right: 80px;
    }

    .e_r_menu .depth01>li>a {
        font-size: 28px;
        min-width: 160px;
    }

}

@media (max-width:1279px) {
    .e_r_menu .depth02>li {
        margin-right: 30px;
    }

    .e_r_menu .depth01>li>a {
        font-size: 26px;
        min-width: 150px;
    }

}

@media (max-width:1200px) {
    .eject_left_bottom {
        padding: 60px 0 0 20px;
    }
    .e_left_logo span {
       max-width: 160px;
    }
    .pu_select .eject_left {
        padding-right: 20px;
    }

}

@media (max-width:991px) {
    .header {
        height: 80px;
        padding-left: 20px;
    }
    .header_right {
        padding-right: 80px;
    }
    .header-util-box {
        width: 80px;
        height: 80px;
    }
    .page_header .header-util-container {
        height: 80px;
    }
    .header-util-container {
        height: 80px;
        width: 80px;
    }
 
    .header-inquiry-bottom {
        opacity: 0;
        z-index: -1;
    }
    .e_left_logo .text {
        display: none;
     }
    .eject_left_bottom {
        padding: 60px 0 0 0;
    }

    .e_r_menu {
        padding-top: 100px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .e_r_menu .depth01>li>a {
        font-size: 24px;
        min-width: 140px;
    }

    .e_r_menu .depth01>li {
        padding: 20px 0 10px 0;
    }

    .e_r_menu .depth02>li {
        margin-bottom: 20px;
    }

    .e_r_menu .depth03 {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    .header .logo {
        width: calc(100% - 170px);
        max-width: 150px;
    }
    .logo .text {
        display: none;
    }
    .page_header .header-util-container {
        height: 60px;
    }
    .header-util-container {
        height: 60px;
        width: 60px;
    }
    .header-util-box {
        width: 60px;
        height:60px;
    }
    #headerInnerWrap.grey_head+.header-util-container {
        height: 60px;
    }
    .grey_head .head_search i, .headerColor2 .head_search i, .headerColor3 .head_search i {
        background-color: transparent;
    }
    .header {
        padding-left: 10px;
        padding-right: 20px;
        height: 60px;
    }
    .logo span {
       max-width: 90%;
    }
    .header_right {
        padding-right: 40px;
    }
    .mo_show .dis_flex {
        justify-content: flex-end;
    }
    .head_languge {
        margin-right: 16px;
        height: 36px;
        border-radius: 60px;
    }
    .header .head_languge {
        display: none;
    }
    .e_left_logo {
        display: flex;
    }
    .e_left_logo .head_languge {
        background-color: rgba(0, 0, 0, 0.10);
    }
    .e_left_logo .head_languge a{
        color: var(--dark-color);
    }
   
    .head_languge a.active {
        color: var(--white-color);
    }
    .head_languge a {
        /* padding: 4px 0; */
        /* width: 36px; */
    }
    .head_search {
        margin-right: 16px;
    }
    .head_search i {
        width: 20px;
        height: 20px;
        padding: 0;
        backdrop-filter:inherit;
        background-color: transparent;
        background-size: 20px 20px;
    }

    .pu_select {
        display: block;
        flex-wrap: wrap;
        height: 100%;
        background-color: var(--white-color);

    }

    .pu_select .menu_close {
        right: 10px;
        top: 10px;
        width: 46px;
        height: 46px;
        padding: 10px;
    }

    .pu_select .eject_left,
    .pu_select .eject_right {
        width: 100%;
    }

    .pu_select.active .eject_left {
        height: auto;
    }

    .pu_select.active .eject_right {
        margin-top: 20px;
        height: calc(100vh - 200px);
    }

    .pu_select .eject_left {
        padding: 75px 20px 10px 20px;
        background: transparent;
    }

    .eject_left_bottom {
        display: none !important;
    }

    .pu_select .eject_right {
        flex: inherit;

    }

    .e_r_menu {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .e_r_menu .depth01>li {
        padding: 20px 0 5px 0;
        flex-wrap: wrap;
    }

    .e_r_menu .depth01>li>a {
        font-size: 20px;
        min-width: 140px;
    }

    .e_r_menu .depth02 {
        flex: inherit;
        padding-top: 15px;
        padding-left: 0;
        width: 100%;
    }

    .e_r_menu .depth02>li>a,
    .e_r_menu .depth03>li>a {
        font-size: 16px;
        line-height: 24px;
    }

    .e_r_menu .depth02>li {
        margin-right: 20px;
        margin-bottom: 15px;
    }

    .e_r_menu .depth02>li.depth {
        width: 100%;
    }

    .e_r_menu .depth02>li.depth>a {
        font-size: 16px;
        line-height: 28px;
    }

    .e_r_menu .depth03 {
        display: flex;
        flex-wrap: wrap;
    }

    .e_r_menu .depth03>li {
        padding-bottom: 10px;
        padding-right: 20px;
    }


    .search_eject .search_close {
        right: 10px;
        top: 10px;
        width: 46px;
        height: 46px;
        padding: 10px;
    }
    .search_box form {
        margin-top: 50px;
        padding-bottom: 20px;
    }
    .search_box .search_po {
        padding-top: 34px;
    }
    .ss_boxinput::-webkit-input-placeholder,
    .ss_boxinput:-moz-placeholder,
    .ss_boxinput::-moz-placeholder,
    .ss_boxinput:-ms-input-placeholder {
        font-size: 18px;
    }


}

/* #headerInnerWrap.show {
    display: block;
    transform: translate(0, 0);
} */
@media (min-width:768px) {

    #headerInnerWrap.hide {
        transform: translate(0, -160px);
    }

}