header{box-sizing:border-box;display:flex;justify-content:space-between;padding:10px 80px;z-index:999}@media (min-width:320px) and (max-width:480px){header{padding:10px 20px}}@media (min-width:481px) and (max-width:768px){header{padding:10px 20px}}header .header-logo img{height:40px;vertical-align:middle}header .header-search{display:flex;flex:1;max-width:500px;width:100%}@media (min-width:320px) and (max-width:480px){header .header-search{display:none}}@media (min-width:481px) and (max-width:768px){header .header-search{display:none}}@media (min-width:769px) and (max-width:1024px){header .header-search{display:none}}header .header-search label{flex:1}header .header-search label input{border:1px solid #c4c4c4;border-right:none;box-sizing:border-box;color:#464646;font-size:14px;height:100%;padding:0 15px;width:100%}header .header-search label input:focus{outline:0}header .header-search button{background-color:#023192;border:none;color:#fff;cursor:pointer;height:100%;padding:0 20px}header .header-right{-moz-column-gap:30px;column-gap:30px;display:flex}@media (min-width:320px) and (max-width:480px){header .header-right{-moz-column-gap:10px;column-gap:10px}}header .header-right-unfold{align-items:center;background-color:#023192;display:none;flex-direction:column;height:100%;justify-content:center;position:relative;width:50px}@media (min-width:320px) and (max-width:480px){header .header-right-unfold{display:flex}}@media (min-width:481px) and (max-width:768px){header .header-right-unfold{display:flex}}header .header-right-unfold span{background-color:#fff;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:25px}header .header-right-unfold span:after,header .header-right-unfold span:before{background-color:#fff;content:"";height:2px;position:absolute;width:25px}header .header-right-unfold span:before{top:-10px}header .header-right-unfold span:after{top:10px}header .header-right-language{align-items:center;color:#464646;-moz-column-gap:5px;column-gap:5px;cursor:pointer;display:flex;position:relative}header .header-right-language i{font-size:24px}header .header-right-language:hover .header-right-language-list{display:flex}header .header-right-language-list{box-sizing:border-box;display:none;flex-direction:column;left:50%;position:absolute;top:100%;transform:translateX(-50%);z-index:9}header .header-right-language-list-item{background-color:#023192;border-bottom:1px solid hsla(0,0%,100%,.16);box-sizing:border-box;color:#fff;-moz-column-gap:8px;column-gap:8px;display:flex;padding:10px 20px;transition:.2s}header .header-right-language-list-item:last-child{border-bottom:none}header .header-right-language-list-item img{height:20px;width:20px}header .header-right-language-list-item span{white-space:nowrap}header .header-right-language-list-item:hover{background-color:#efefef;color:#464646}header .header-nav-popup{background-color:#fff;display:flex;flex-direction:column;height:0;inset:0;overflow:hidden;overscroll-behavior:contain;position:fixed;touch-action:none;transition:.5s;z-index:99999}header .header-nav-popup-header{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:10px 20px}header .header-nav-popup-header i{color:#023192;font-size:32px}header .header-nav-popup-body{display:flex;flex:1;flex-direction:column}header .header-nav-popup-body-item{border-top:1px solid #bbb;box-sizing:border-box;padding:15px 20px}header .header-nav-popup-body-item:last-child{border-bottom:1px solid #bbb}header .header-nav-popup-body-item-active{color:#023192;font-weight:700}.header-search-mobile{box-sizing:border-box;display:none;justify-content:space-between;padding:10px 20px}@media (min-width:320px) and (max-width:480px){.header-search-mobile{display:flex}}@media (min-width:481px) and (max-width:768px){.header-search-mobile{display:flex}}@media (min-width:769px) and (max-width:1024px){.header-search-mobile{display:flex}}.header-search-mobile label{flex:1}.header-search-mobile label input{border:2px solid #023192;border-right:none;box-sizing:border-box;color:#464646;font-size:14px;height:100%;padding:0 15px;vertical-align:middle;width:100%}.header-search-mobile label input:focus{outline:0}.header-search-mobile button{background:#023192;border:none;box-sizing:border-box;color:#fff;cursor:pointer;padding:10px 15px;vertical-align:middle}@media (min-width:320px) and (max-width:480px){.nav{display:none}}@media (min-width:481px) and (max-width:768px){.nav{display:none}}.nav ul{background-color:#023192;list-style-type:none;padding:0 90px}.nav ul,.nav ul li .nav-item{box-sizing:border-box;color:#fff;display:flex}.nav ul li .nav-item{align-items:center;height:60px;padding:0 40px;position:relative}.nav ul li .nav-item:hover{background-color:#69c;color:#fff}