main>header{background:#edeeee;position:fixed;left:0;top:0;width:100%;z-index:50;transition-property:all;transition-duration:1s;transition-timing-function:"ease"}main>header .box{display:flex;justify-content:space-between;align-items:stretch;padding:0 0 0 0;gap:0 6.6rem}@media(max-width: 768px){main>header .box{padding:0}}main>header .logo{display:flex;max-width:6vw;align-items:center}@media(max-width: 768px){main>header .logo{max-width:20vw}}main>header .logo img{width:100%;height:auto}main>header .mask_search{position:absolute;top:0;width:100%;left:0;height:100%;background:#39517a;z-index:10;display:flex;align-items:center;transition-property:all;transition-duration:0.8s;transition-timing-function:"ease";transform:translateY(-100%);visibility:hidden}main>header .mask_search.show{transform:translateY(0%);visibility:initial}main>header .mask_search form{display:flex;height:3rem;box-sizing:border-box;position:relative}@media(max-width: 1440px){main>header .mask_search form{width:auto}}@media(max-width: 768px){main>header .mask_search form{width:90%}}main>header .mask_search form .i0{width:100%;height:auto;padding:0 .8vw;border:0;border-radius:5px;background:rgba(0,0,0,0);box-sizing:border-box;font-size:1.3rem;color:#ccc;line-height:0}main>header .mask_search form .i0:focus{outline:0;border-color:#aaa}main>header .mask_search form .i1{width:4vw;border-radius:5px;min-width:30px;border:0;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23000000'%3E%3Cpath d='M 13 3 C 7.4889971 3 3 7.4889971 3 13 C 3 18.511003 7.4889971 23 13 23 C 15.396508 23 17.597385 22.148986 19.322266 20.736328 L 25.292969 26.707031 A 1.0001 1.0001 0 1 0 26.707031 25.292969 L 20.736328 19.322266 C 22.148986 17.597385 23 15.396508 23 13 C 23 7.4889971 18.511003 3 13 3 z M 13 5 C 17.430123 5 21 8.5698774 21 13 C 21 17.430123 17.430123 21 13 21 C 8.5698774 21 5 17.430123 5 13 C 5 8.5698774 8.5698774 5 13 5 z' fill='%23444444'/%3E%3C/svg%3E") no-repeat center;background-size:auto 60%}main>header .mask_search form .i2{width:2vw;border-radius:5px;border:0;min-width:24px;cursor:pointer;background:#fff url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23000000'%3E%3Cpath d='M 7.21875 5.78125 L 5.78125 7.21875 L 14.5625 16 L 5.78125 24.78125 L 7.21875 26.21875 L 16 17.4375 L 24.78125 26.21875 L 26.21875 24.78125 L 17.4375 16 L 26.21875 7.21875 L 24.78125 5.78125 L 16 14.5625 Z' fill='%23000000'/%3E%3C/svg%3E%0A") no-repeat center;background-size:auto 60%}main>header .tool{display:flex;gap:3rem;height:8rem;align-items:center;flex:1;justify-content:space-between;margin:0 0 0 3vw}@media(max-width: 768px){main>header .tool{height:auto;gap:1.4rem;flex:initial;height:5rem;flex-direction:row-reverse}}main>header .tool .menu_on_m{display:none;width:2rem;height:2rem;background:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' fill='%23000000'%3E%3Cpath d='M 0 4 L 0 6 L 26 6 L 26 4 Z M 0 12 L 0 14 L 26 14 L 26 12 Z M 0 20 L 0 22 L 26 22 L 26 20 Z' fill='%230369B1'/%3E%3C/svg%3E%0A") no-repeat center}@media(max-width: 768px){main>header .tool .menu_on_m{display:flex}}main>header .tool .menu_m{display:none;transform:perspective(900px) rotate3d(1, 0, 0, -90deg);transform-origin:50% 0;transition:350ms}main>header .tool .menu_m.show{transform:perspective(400px) rotate3d(0, 0, 0, 0)}@media(max-width: 768px){main>header .tool .menu_m{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;box-sizing:border-box;padding:1rem 4%;background:#0369b1}main>header .tool .menu_m li{list-style:none}main>header .tool .menu_m li>a{display:block;padding:1rem 0;font-size:1.3rem;color:#fff}main>header .tool .menu_m .zdy_m0{display:flex;width:70%;gap:0 4vw;margin:0 0 1rem 0}main>header .tool .menu_m .zdy_m0 .type{width:50%;display:flex;flex-direction:column}main>header .tool .menu_m .zdy_m0 .type b{display:inline-flex;box-sizing:border-box;color:#eee;background:#333;padding:.4rem .7rem;font-size:1.2rem;margin:0 0 .5rem 0}main>header .tool .menu_m .zdy_m0 .type a{display:block;padding:.5rem 0 .5rem 1rem;border-left:2px solid #333;color:#eee}main>header .tool .menu_m .close{padding:1.2rem 0;text-align:center}main>header .tool .menu_m .close span{color:#fff}}main>header .tool .menu{width:80%;margin:0;display:flex;height:100%;justify-content:space-between;align-items:center;flex:1}@media(max-width: 768px){main>header .tool .menu{display:none}}main>header .tool .menu li{position:relative;display:flex;height:100%;align-items:center}main>header .tool .menu li.selected a{color:#006cbb}main>header .tool .menu li:hover>a::after{width:80%}main>header .tool .menu li:hover .zdy_m0{transform:perspective(400px) rotate3d(0, 0, 0, 0) translateX(-50%)}main>header .tool .menu li>a{font-size:1.18rem;font-weight:normal;color:#444;align-items:center}main>header .tool .menu li>a:hover{color:#006cbb}main>header .tool .menu .zdy_m0{position:absolute;left:50%;top:100%;width:18rem;background:rgba(0,0,0,.8);padding:1rem;box-sizing:border-box;display:flex;text-align:center;gap:0 5px;transform:translateX(-50%) perspective(900px) rotate3d(1, 0, 0, -90deg);transform-origin:50% 0;transition:350ms}main>header .tool .menu .zdy_m0 .type{flex:1}main>header .tool .menu .zdy_m0 .type:hover{background:#444}main>header .tool .menu .zdy_m0 .type:hover b{border-color:#c30e23}main>header .tool .menu .zdy_m0 .type b{transition-property:all;transition-duration:0.2s;transition-timing-function:"ease";display:block;border:1px solid rgba(0,0,0,0);color:#fff;font-size:1.2rem;font-weight:300;padding:.5rem 0;background:#333;margin:0 0 .6rem 0}main>header .tool .menu .zdy_m0 .type a{display:block;font-weight:200;padding:.3rem 0;color:#eee}main>header .tool .menu .zdy_m0 .type a:hover{opacity:.5}main>header .tool .search{display:none}main>header .tool .search a{display:flex;width:1.2rem;height:1.2rem;background:url(/img/search.png) no-repeat center;opacity:.8;background-size:contain}main>header .tool .lang{position:relative;margin:0 0 0 3vw}main>header .tool .lang .this{font-size:1.2rem;display:flex;justify-content:center;align-items:center}main>header .tool .lang .this::after{content:"";margin:0 0 0 .4rem;display:block;width:.8rem;height:.8rem;background:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 24 24' id='down-2' data-name='Flat Color' xmlns='http://www.w3.org/2000/svg' class='icon flat-color'%3E%3Cpath id='primary' d='M12,19a1,1,0,0,1-.8-.4l-9-12A1,1,0,1,1,3.8,5.4L12,16.33,20.2,5.4a1,1,0,1,1,1.6,1.2l-9,12A1,1,0,0,1,12,19Z' style='fill: rgb(0, 0, 0);'%3E%3C/path%3E%3C/svg%3E") center no-repeat;background-size:contain}main>header .tool .lang:hover ul{display:block}main>header .tool .lang ul{position:absolute;display:none;right:0;top:100%;width:6rem;box-shadow:2px 2px 5px rgba(0,0,0,.2);border-radius:1px;overflow:hidden}main>header .tool .lang ul li a{display:block;background:#fff;color:#444;padding:.8rem 1rem}main>header .tool .lang ul li a:hover{background:#006cbb;color:#fff}@media(max-width: 768px){main>header .tool .sign{display:none}}main>header .tool .sign .a0{display:flex;width:1.3rem;height:1.3rem;background:url(../img/icon_sign.png) no-repeat center;background-size:contain}main>header .tool .sign .a1{display:flex;width:1.3rem;height:1.3rem;background:url(../img/icon_signout.png) no-repeat center;background-size:contain}#HEADER._ac_s0{background:#edeeee}main>footer{background:#39517a}main>footer .box{margin:0 22%}@media(max-width: 768px){main>footer .box{margin:0 5%}}main>footer .lv0{padding:calc(2.4rem + 2.4vw) 0 0 0}main>footer .lv0 .menu ul{display:flex;justify-content:space-between}@media(max-width: 768px){main>footer .lv0 .menu ul{flex-wrap:wrap;gap:1.5rem;justify-content:center}}main>footer .lv0 .menu ul li a{color:#fff;opacity:.9;font-size:1.1rem}main>footer .lv0 .menu ul li a:hover{text-decoration:underline}main>footer .lv1{padding:calc(4.4rem + 4.4vw) 0 calc(2.4rem + 2.4vw) 0;display:flex;justify-content:space-between}@media(max-width: 768px){main>footer .lv1{flex-direction:column;align-items:center;gap:1.4rem 0}}main>footer .lv1 .cpr{color:#fff}main>footer .lv1 .media{display:flex;gap:.8rem}main>footer .lv1 .media a img{width:1.3rem;height:1.3rem;-o-object-fit:contain;object-fit:contain}main>footer .lv2{text-align:center;margin:calc(5vw + 5rem) auto calc(1.4vw + 1.4rem) auto;display:flex;flex-direction:column;gap:.4rem 0}main>footer .lv2 .cpr{color:#888;font-weight:200;font-size:1rem}main>footer .lv2 .links{color:#888;font-weight:200;font-size:1rem}main>footer .lv2 .links a{color:#888}