﻿@charset "UTF-8";picture{display:block;}picture img{width:100%;}.w40{width:40%;}.w30{width:30%;}.w15{width:15%;}.w20{width:20%;}.font16{font-size:16px;}.RobotoBold{font-family:"Roboto-Bold";}*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-color:currentColor;--tw-blur:var(--tw-empty);--tw-brightness:var(--tw-empty);--tw-contrast:var(--tw-empty);--tw-grayscale:var(--tw-empty);--tw-hue-rotate:var(--tw-empty);--tw-invert:var(--tw-empty);--tw-saturate:var(--tw-empty);--tw-sepia:var(--tw-empty);--tw-drop-shadow:var(--tw-empty);--tw-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);}.button{width:152px;margin:0 auto;height:50px;display:block;overflow:hidden;position:relative;white-space:nowrap;box-sizing:border-box;border-radius:clamp(2.2rem,1.25vw,1.88rem);color:rgba(57,115,102,var(--tw-text-opacity));--shift:100ms;--timing:300ms;--arrow-pos:73%;--content-pos:50%;--tw-bg-opacity:1;--cliping-size:13%;--tw-text-opacity:1;--cliping-pos-x:37%;--ease-in-out-expo:cubic-bezier(.19,1,.22,1);--ease-in-out-circ:cubic-bezier(.785,.135,.15,.86);}.button .icon{width:max(1vw,30px);height:30px;position:relative;left:6.5%;border-radius:15px;background:#fff;}.button .second-icon{top:50%;left:-10%;opacity:0;margin-right:0;position:absolute;--tw-translate-y:-50%;transform:var(--tw-transform);}.button svg,.button img{fill:#000;width:30px;height:30px;}@media screen and (min-width:1600px){.button{width:9.5vw;height:3.125vw;border-radius:2vw;}.button .icon{width:1.875vw;height:1.875vw;border-radius:.938vw;}.button svg,.button img{width:1.875vw;height:1.875vw;}}.button .button-content{width:100%;height:100%;display:flex;visibility:hidden;align-items:center;}.button .button-container{top:0;left:0;width:200%;height:100%;display:flex;position:absolute;--tw-translate-x:-50%;transform:var(--tw-transform);}.button .button-container .button-text{z-index:3;width:50%;height:100%;display:flex;flex-shrink:0;color:#008947;position:relative;align-items:center;--tw-bg-opacity:1;--tw-text-opacity:1;box-sizing:border-box;background-color:#fff;padding-left:clamp(1.5rem,1.04vw,1.56rem);border-radius:clamp(2.2rem,1.25vw,1.88rem);border:max(.063vw,1px) solid #008947;}.button .button-container .button-inner{width:100%;height:100%;display:flex;position:relative;align-items:center;box-sizing:border-box;justify-content:space-around;background-color:#008947;padding-left:clamp(1rem,1.04vw,1.56rem);padding-right:clamp(1rem,1.04vw,1.56rem);}.button .button-container .button-in-wrapper{color:#fff;z-index:4;width:50%;height:100%;flex-shrink:0;position:relative;pointer-events:none;--tw-text-opacity:1;border-radius:clamp(2.2rem,1.25vw,1.88rem);}.button .button-container .button-out-wrapper{top:0;left:48%;width:50%;z-index:4;height:100%;color:#fff;position:absolute;isolation:isolate;--tw-bg-opacity:1;pointer-events:none;--tw-text-opacity:1;background-color:#008947;border-radius:clamp(2.2rem,1.25vw,1.88rem);}.button::after,.button:after{content:"";top:0;left:0;right:0;bottom:0;z-index:10;border-width:1px;position:absolute;pointer-events:none;--tw-border-opacity:1;border-radius:clamp(2.2rem,1.25vw,1.88rem);border-color:rgba(57,115,102,var(--tw-border-opacity));}@media screen and (min-width:768px){.button.enter .second-icon{opacity:1;left:var(--arrow-pos);transition:left .8s var(--ease-in-out-circ),opacity step-end .45s;background:transparent;}.button.enter .second-icon svg{fill:#fff;}.button.enter .button-container .button-out-wrapper{-webkit-animation:var(--timing) button-translate-out-wrapper var(--ease-in-out-circ) forwards;animation:var(--timing) button-translate-out-wrapper var(--ease-in-out-circ) forwards;}.button.enter .button-container .button-out-wrapper .button-inner{-webkit-animation:calc(var(--timing) - var(--shift)) button-translate-content var(--ease-in-out-circ) forwards;animation:calc(var(--timing) - var(--shift)) button-translate-content var(--ease-in-out-circ) forwards;-webkit-animation-delay:var(--shift);animation-delay:var(--shift);}.button.enter .button-container .button-out-wrapper .button-inner .button-text-inner{position:relative;left:30%;}.button.leave .button-container{-webkit-animation:var(--timing) button-translate-container var(--ease-in-out-expo) forwards;animation:var(--timing) button-translate-container var(--ease-in-out-expo) forwards;}.button.leave .button-container .button-out-wrapper{transform:translate3d(var(--cliping-pos-x),0,0) scale(1);-webkit-clip-path:circle(var(--cliping-size));clip-path:circle(var(--cliping-size));}}@keyframes button-translate-container{0%{transform:translate(-50%);}100%{transform:translate(0);}}@keyframes button-translate-out-wrapper{0%{transform:translateZ(0);clip-path:circle(100%);}100%{transform:translate3d(var(--cliping-pos-x),0,0);clip-path:circle(var(--cliping-size));}}@keyframes sway{0%,100%{transform:translateX(0);transform-origin:center;}50%{transform:translateX(5px);transform-origin:center;}}@keyframes bannerbicycle{0%{transform:translateX(1200%);}100%{transform:translateX(0%);}}@keyframes bannerbicycle1{0%{transform:translateX(700%);}100%{transform:translateX(-150%);}}@keyframes bannerbicycle2{0%{transform:translateX(0%);}100%{transform:translateX(1200%);}}@keyframes bannerbicycle3{0%{transform:translateX(0%);}100%{transform:translateX(1000%);}}@keyframes floattop{0%{top:0%;}15%{top:-10%;}25%{top:-20%;}50%{top:-30%;}75%{top:-40%;}85%{top:-50%;}100%{top:-60%;}}@keyframes bannergirlleftleg{0%{transform:rotate(2deg) scaleY(1.01);}50%{transform:rotate(-12deg) scaleY(.95);}100%{transform:rotate(2deg) scaleY(1.01);}}@keyframes bannergirlrightleg{0%{transform:rotate(-2deg) scaleY(.95);}50%{transform:rotate(4deg) scaleY(1.01);}100%{transform:rotate(-2deg) scaleY(.95);}}@keyframes fbackcar{0%{transform:translate(100%,8%) rotate(0deg);}15%{transform:translate(300%,36%) rotate(0deg);}30%{transform:translate(400%,66%) rotate(0deg);}40%{transform:translate(501%,95%) rotate(-5deg);}50%{transform:translate(600%,120%) rotate(-4deg);}75%{transform:translate(700%,135%) rotate(-7deg);}90%{transform:translate(900%,130%) rotate(-9deg);}100%{transform:translate(1050%,112%) rotate(-13deg);}}@keyframes fbackcar_mb{0%{transform:translate(-212%,153%) rotate(-30deg);}25%{transform:translate(-72%,116%) rotate(-20deg);}50%{transform:translate(75%,90%) rotate(-16deg);}75%{transform:translate(169%,83%) rotate(-5deg);}100%{transform:translate(450%,106%) rotate(-3deg);}}@-webkit-keyframes smallbounce{0%,20%,50%,80%,100%{transform:translateY(0);}40%{transform:translateY(-5%);}60%{transform:translateY(-2.5%);}}@-webkit-keyframes bikeleg2{0%{transform:rotate(0deg);}50%{transform:rotate(10deg);}100%{transform:rotate(0deg);}}@-webkit-keyframes bikeleg1{0%{transform:rotate(-2deg);}25%{transform:rotate(8deg);}100%{transform:rotate(-2deg);}}@-webkit-keyframes hand{0%,100%{transform-origin:bottom right;transform:translate(-6%,0%);}20%{transform:translate(0,0) rotate(0deg);}40%{transform:rotate(-3deg);}60%{transform:rotate(2deg);}80%{transform:rotate(0deg);}}@-webkit-keyframes heart1{0%{opacity:0;transform:translate(30%,20%);}33.33%{opacity:1;}66.67%{opacity:1;transform:translate(0,0) scale(1);}100%{opacity:0;transform:translate(0,0) scale(1.2);}}@-webkit-keyframes zoom-in{0%{transform:scale(.5,.5);}25%{transform:scale(1,1);}50%{transform:scale(.5,.5);}75%{transform:scale(1,1);}100%{transform:scale(1,1);}}@-webkit-keyframes floatLR{0%{transform:translateX(0%);}50%{transform:translateX(20%);}100%{transform:translateX(0%);}}@-webkit-keyframes LtoR{0%{transform:rotate(-5deg) translateX(5%);}50%{transform:rotate(0deg) translateX(0%);}100%{transform:rotate(-5deg) translateX(5%);}}@-webkit-keyframes aboutLeftVacuum{0%{transform:rotate(0deg);transform-origin:center top;}50%{transform:rotate(5deg);transform-origin:center top;}100%{transform:rotate(0deg);transform-origin:center top;}}@keyframes star1_1{0%{transform:rotate(0deg);opacity:0;top:30%;left:35%;}50%{transform:rotate(360deg);opacity:1;top:35%;left:28%;}100%{transform:rotate(360deg);opacity:1;top:35%;left:28%;}}@keyframes zoomup{0%{transform:translateY(30%) scale(.9);opacity:0;}100%{transform:translateY(0%) scale(1);opacity:1;}}@keyframes star3_1{0%{transform:rotate(0deg);opacity:0;top:0%;left:45%;}50%{transform:rotate(360deg);opacity:1;top:5%;left:49%;}100%{transform:rotate(360deg);opacity:1;top:5%;left:49%;}}@keyframes zoomup1{0%{transform:translateY(30%) scale(.9);opacity:0;}30%{transform:translateY(0%) scale(1);opacity:1;}100%{transform:translateY(0%) scale(1);opacity:1;}}@keyframes opacity{0%{transform:scale(.5);opacity:0;}30%{transform:scale(1);opacity:1;}100%{transform:scale(1);opacity:1;}}@keyframes opacity2{0%{transform:scale(0);opacity:0;}100%{transform:scale(1);opacity:.1;}}@keyframes topfloat{0%{top:0%;}5%{top:-5%;}15%{top:-10%;}20%{top:-5%;}25%{top:0%;}85%{top:0%;}100%{top:0%;}}@keyframes couplewithdog{0%{transform:translate(650%,0);}100%{transform:translate(-600%,0%);}}@keyframes couplewithdog1{0%{transform:translate(650%,0);}100%{transform:translate(-350%,0%);}}@keyframes couplegirlleftleg{0%{transform:rotate(40deg) scaleY(1.15) translateY(-5%);}50%{transform:rotate(5deg) scaleY(.9) translateY(0%);}100%{transform:rotate(40deg) scaleY(1.15) translateY(-5%);}}@keyframes couplegirlrightleg{0%{transform:rotate(5deg) scaleY(.95) translateY(0%);}50%{transform:rotate(40deg) scaleY(1.1) translateY(0%);}100%{transform:rotate(5deg) scaleY(.95) translateY(0%);}}@keyframes couplemanleftleg{0%{transform:rotate(10deg) scaleY(1) translateY(0);}50%{transform:rotate(-30deg) scaleY(.98) translateY(1%);}100%{transform:rotate(10deg) scaleY(1) translateY(0);}}@keyframes couplemanrightleg{0%{transform:rotate(-30deg) scaleY(.98) translateY(1%);}50%{transform:rotate(10deg) scaleY(1) translateY(0%);}100%{transform:rotate(-30deg) scaleY(.98) translateY(1%);}}@keyframes flykite{0%{transform:rotate(0deg) scale(1);}50%{transform:rotate(-5deg) scale(1);}100%{transform:rotate(0deg) scale(1);}}.height245{max-height:245px;}.padding50{padding-top:50px;}.sub_tip{font-family:"Roboto-Medium";font-size:20px;line-height:24px;color:#75af42;}.sub_title{font-family:"Roboto-SemiBold";font-size:42px;line-height:52px;color:#222;padding:10px 0 30px;}.sub_sectitle{font-family:"Roboto-SemiBold";font-size:32px;line-height:38px;color:#000;}.menber{background:#f2f9ff;position:relative;}.menber .men_peo1{position:absolute;right:25px;bottom:-80px;width:160px;height:196px;}.menber .men_peo1 img{width:100%;height:100%;}.menber .men_peo1 .men_peo1_icon{width:118px;height:20px;position:absolute;right:-12px;bottom:1px;}.menber .men_peo2{position:absolute;width:97px;height:223px;bottom:-90px;right:-5px;}.menber .men_peo2 img{width:100%;height:100%;}.menber .men_peo2 .men_peo2_icon{width:101px;height:20px;position:absolute;right:11px;bottom:1px;}.menber .men_peo3{width:160px;height:186px;position:absolute;right:-29px;bottom:-52px;}.menber .men_peo3 img{width:100%;height:100%;}.menber .men_peo3 .men_peo3_icon{width:139px;height:20px;position:absolute;right:1px;bottom:-2px;}.menber .men_peo4{width:131px;height:215px;position:absolute;right:-27px;bottom:-64px;}.menber .men_peo4 img{width:100%;height:100%;}.menber .men_peo4 .men_peo4_icon{width:94px;height:20px;position:absolute;right:45px;bottom:-7px;}.menber .men_peo5{bottom:-30px;width:86px;height:219px;position:absolute;right:15px;}.menber .men_peo5 img{width:100%;height:100%;}.menber .men_peo5 .men_peo5_icon{width:98px;height:18px;position:absolute;right:-8px;bottom:0;}.menber .men_peo6{bottom:-44px;right:30px;width:103px;height:221px;position:absolute;}.menber .men_peo6 img{width:100%;height:100%;}.menber .men_peo6 .men_peo6_icon{width:129px;height:15px;position:absolute;right:-12px;bottom:-4px;}.menber .men_banner{position:relative;width:100%;padding:100px 0 20px;height:769px;background:url(../images/men_banner_bg.svg) no-repeat top;background-size:cover;background-position-y:-168px;display:flex;align-items:center;justify-content:center;}.menber .men_banner .men_banner_img2{width:260px;position:absolute;top:47%;left:3%;}.menber .men_banner .men_banner_img1{width:231px;position:absolute;top:24%;right:6%;}.menber .men_banner .men_banner_bg1{position:absolute;bottom:0;left:0;width:100%;}.menber .men_banner .men_banner_content{width:80%;margin:0 auto;max-width:800px;text-align:center;}.menber .men_banner .men_banner_content .men_banner_people{width:95%;margin:0 auto;position:relative;}.menber .men_banner .men_banner_content .men_banner_people .banner_people{opacity:0;width:100%;}.menber .men_banner .men_banner_content .men_banner_people .men_peo6{position:absolute;}.menber .men_banner .men_banner_content .men_banner_people .men_peo5{position:absolute;}.menber .men_banner .men_banner_content .men_banner_people .men_peo4{position:absolute;}.menber .men_banner .men_banner_content .men_banner_people .men_peo3{position:absolute;}.menber .men_banner .men_banner_content .men_banner_people .men_peo2{position:absolute;}.menber .men_banner .men_banner_content .men_banner_people .men_peo1{position:absolute;right:auto;left:19%;bottom:33px;height:auto;width:203px;}.menber .men_banner .men_banner_content .men_banner_people .men_peo1 .men_peo1_icon{width:140px;height:auto;position:absolute;right:-12px;bottom:10px;}.menber .men_banner .men_banner_content .men_banner_people .men_peo2{left:15%;position:absolute;height:auto;width:130px;right:0;bottom:-2px;}.menber .men_banner .men_banner_content .men_banner_people .men_peo2 .men_peo2_icon{width:101px;height:auto;position:absolute;right:38px;bottom:19px;}.menber .men_banner .men_banner_content .men_banner_people .men_peo3{position:absolute;height:auto;width:197px;right:auto;left:46%;bottom:47px;}.menber .men_banner .men_banner_content .men_banner_people .men_peo3 .men_peo3_icon{width:135px;height:auto;position:absolute;right:49px;bottom:9px;}.menber .men_banner .men_banner_content .men_banner_people .men_peo4{position:absolute;height:auto;width:156px;right:5px;bottom:30px;}.menber .men_banner .men_banner_content .men_banner_people .men_peo4 .men_peo4_icon{width:94px;height:auto;position:absolute;right:63px;bottom:-1px;}.menber .men_banner .men_banner_content .men_banner_people .men_peo5{position:absolute;height:auto;width:100px;bottom:34px;right:auto;left:64%;}.menber .men_banner .men_banner_content .men_banner_people .men_peo5 .men_peo5_icon{width:104px;height:auto;position:absolute;right:-2px;bottom:0;}.menber .men_banner .men_banner_content .men_banner_people .men_peo6{position:absolute;height:auto;width:115px;right:auto;bottom:27px;}.menber .men_content{width:100%;padding:0 4% 180px;height:100%;position:relative;}.menber .men_content .men_item{min-height:350px;width:100%;position:relative;display:flex;justify-content:space-between;padding-bottom:60px;}.menber .men_content .men_item .men_img{width:286px;height:301px;box-shadow:5px 5px 20px rgba(233,225,217,.4392156863);border-radius:16px;background:#fff;padding:10px;position:relative;}.menber .men_content .men_item .men_img .men_img_box{width:100%;height:100%;border:0 solid #96cae2;border-radius:14px;background:url(../images/desmond_box.svg) no-repeat bottom;background-size:100%;text-align:center;}.menber .men_content .men_item .men_img .men_img_box .men_item_bg{position:absolute;bottom:10px;width:93%;left:10px;}.menber .men_content .men_item .men_img .men_img_box .desmond{width:292px;height:334px;position:relative;top:-53px;left:-21px;}.menber .men_content .men_item .men_img .men_img_box .hamid{width:273px;height:341px;position:relative;top:-61px;left:-4px;}.menber .men_content .men_item .men_img .men_img_box .Cassandra{width:auto;height:334px;position:relative;left:0;top:-53px;}.menber .men_content .men_item .men_img .men_img_box .Shawn{width:auto;height:375px;position:relative;left:1px;top:-95px;}.menber .men_content .men_item .men_img .men_img_box .Ang{width:auto;height:340px;position:relative;left:4px;top:-61px;}.menber .men_content .men_item .men_img .men_img_box .Patrick{width:auto;height:350px;position:relative;left:7px;top:-70px;}.menber .men_content .men_item .men_img .hamid_box{background:url(../images/hamid_box.svg) no-repeat bottom;background-size:100%;border:0;}.menber .men_content .men_item .men_img .hamid_box .hamid_icon1{position:absolute;width:177px;height:96px;top:30px;right:-19px;z-index:1;animation:float 5s forwards ease-in-out infinite;}.menber .men_content .men_item .men_img .Cassandra_box{background:url(../images/Cassandra_box.svg) no-repeat bottom;background-size:100%;border:0;}.menber .men_content .men_item .men_img .Cassandra_box .Cassandra_icon{position:absolute;width:200px;height:72px;bottom:0;right:0;z-index:1;}.menber .men_content .men_item .men_img .Shawn_box{background:url(../images/Shawn_box.svg) no-repeat bottom;background-size:100%;border:0;}.menber .men_content .men_item .men_img .Shawn_box .Shawn_icon1{width:233px;height:106px;position:absolute;top:28px;right:20px;animation:float 5s forwards ease-in-out infinite;}.menber .men_content .men_item .men_img .Shawn_box .Shawn_icon2{position:absolute;width:27px;height:70px;bottom:0;right:44px;z-index:2;animation:wave-hand 4s forwards ease-in-out infinite;transform-origin:bottom;}.menber .men_content .men_item .men_img .Shawn_box .Shawn_icon3{position:absolute;width:35px;height:92px;bottom:0;right:19px;z-index:1;animation:wave-hand 4s forwards ease-in-out infinite;transform-origin:bottom;}.menber .men_content .men_item .men_img .Patrick_box{background:url(../images/Patrick_box.svg) no-repeat bottom;background-size:100%;border:0;}.menber .men_content .men_item .men_img .Patrick_box .Patrick_icon{width:128px;height:71px;position:absolute;bottom:0;right:-93px;z-index:1;animation:float 5s forwards ease-in-out infinite;}.menber .men_content .men_item .men_img .Patrick_box .Patrick_icon2{width:auto;height:60px;position:absolute;top:27px;left:20px;z-index:1;animation:starshine 3s forwards ease-in-out infinite;}.menber .men_content .men_item .men_img .Patrick_box .Ang_icon1{position:absolute;width:236px;height:74px;top:33px;right:23px;animation:floatLR 4.5s forwards ease-in-out infinite;}.menber .men_content .men_item .men_img .ang_box{background:url(../images/ang_box.svg) no-repeat bottom;background-size:100%;border:0;}.menber .men_content .men_item .men_img .ang_box .Ang_icon{position:absolute;width:91px;height:58px;bottom:0;left:0;z-index:1;}.menber .men_content .men_item .men_img .ang_box .star{position:absolute;z-index:1;left:-1.25vw;top:2.25vw;width:7.688vw;height:3.75vw;}.menber .men_content .men_item .men_img .ang_box .star .star1{position:absolute;width:29.3%;height:58.3%;left:0;top:20%;animation:star1_1 2s;animation-iteration-count:infinite;animation-delay:.4s;}.menber .men_content .men_item .men_img .ang_box .star .star2{position:absolute;width:22.8%;height:50%;left:0;top:0;animation:star3_1 2.2s;animation-iteration-count:infinite;animation-delay:.4s;}.menber .men_content .men_item .men_left{max-width:444px;width:35%;height:279px;border:1px solid #bddaf0;background:#fff;border-radius:30px;padding:30px;position:relative;}.menber .men_content .men_item .men_left .men_left_head{font-family:"Roboto-Bold";font-size:20px;line-height:22px;color:#81b9a5;}.menber .men_content .men_item .men_left ul{padding:20px 0;margin-left:20px;}.menber .men_content .men_item .men_left ul li{font-family:"Roboto-Medium";font-size:16px;line-height:22px;color:#000;list-style:disc;padding:5px 0;}.menber .men_content .men_item .men_left .men_share{padding-top:10px;}.menber .men_content .men_item .men_left .men_share .men_facvebook{width:15px;height:25px;margin-right:10px;}.menber .men_content .men_item .men_left .men_share .men_instagram{width:23px;height:23px;margin-right:10px;}.menber .men_content .men_item .men_left .men_share .men_tiktok{width:21px;height:21px;}.menber .men_content .men_item .men_txt{max-width:625px;width:40%;min-height:230px;border:1px solid #bddaf0;border-radius:30px;padding:30px 15px;background:#fff;position:relative;}.menber .men_content .men_item .men_txt .men_icon1{width:108px;height:52px;position:absolute;right:0;top:-60px;right:37px;top:-52px;animation:sway 3s infinite ease-in-out;}.menber .men_content .men_item .men_txt .men_txt_title{font-family:"Roboto-SemiBold";font-size:20px;line-height:24px;color:#000;text-align:center;padding-bottom:5px;}.menber .men_content .men_item .men_txt .men_table{width:100%;padding:10px 0;}.menber .men_content .men_item .men_txt .men_table .menhead{background:rgba(150,215,191,.4784313725);border:1px solid #81b9a5;border-radius:16px;color:#81b9a5;font-family:"Roboto-Bold";font-size:16px;line-height:22px;display:flex;padding:15px 20px;overflow:hidden;position:relative;}.menber .men_content .men_item .men_txt .men_table .menhead .m_p_bg{width:100%;position:absolute;left:0;top:0;height:100%;}.menber .men_content .men_item .men_txt .men_table .menhead div{z-index:1;position:relative;}.menber .men_content .men_item .men_txt .men_table .menhead .men_t_item{font-family:"Roboto-Medium";font-size:14px;line-height:22px;color:#585858;border-bottom:1px solid rgba(0,0,0,.15);padding-bottom:20px;margin:0 20px;}.menber .men_content .men_item .men_txt .men_table .menhead .men_t_item span{font-family:"Roboto-Bold";display:block;color:#000;}.menber .men_content .men_item .men_txt .men_table .menhead .men_t_item:last-child{border-bottom:0 solid rgba(0,0,0,.15);}.menber .men_content .men_item .men_txt .men_table .menhead .men_t_item a{color:#585858;transition:all ease-in-out 300ms;}@media screen and (min-width:960px){.menber .men_content .men_item .men_txt .men_table .menhead .men_t_item a:hover{color:#5799b7;}}.menber .men_content .men_item .men_txt .men_t_box{display:flex;padding:15px 0 0;}.menber .men_content .men_item .men_txt .men_t_box .w40{padding-right:5%;}.menber .men_content .men_item .men_txt .men_t_box .w40 span{color:#000;display:block;font-size:16px;font-family:"Roboto-Bold";}.menber .men_content .men_item .men_txt .men_t_box .w40 a{color:#585858;transition:all ease-in-out 300ms;}@media screen and (min-width:960px){.menber .men_content .men_item .men_txt .men_t_box .w40 a:hover{color:#000;}}.menber .men_content .men_item .men_txt .men_t_box .w15{padding-left:1%;}.menber .men_content .men_item .men_txt.bg1 .menhead{background:url(../images/m_p_bg1.svg) no-repeat;background-size:cover;border:0;color:#c297bb;}.menber .men_content .men_item .men_txt.bg2 .menhead{background:url(../images/m_p_bg2.svg) no-repeat;background-size:cover;border:0;color:#c7b383;}.menber .men_content .men_item .men_txt.bg3 .menhead{background:url(../images/m_p_bg3.svg) no-repeat;background-size:cover;border:0;color:#72a588;}.menber .men_content .men_item .men_txt.bg4 .menhead{background:url(../images/m_p_bg5.svg) no-repeat;background-size:cover;border:0;color:#c1b44e;}.menber .men_content .men_item .men_txt.bg5 .menhead{background:url(../images/m_p_bg4.svg) no-repeat;background-size:cover;border:0;color:#89a0c4;}.footer_top_bg{width:100%;position:absolute;left:0;bottom:-3%;}.Identity{background:#f2f9ff;position:relative;}.Identity .Identity_banner{height:640px;width:100%;display:flex;position:relative;align-items:flex-end;background:url(../images/Identity_banner_bg.svg) no-repeat top;background-size:103%;}.Identity .Identity_banner .Identity_banner_txt{width:250px;margin:0 auto;position:relative;bottom:30px;text-align:center;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img{width:247px;height:310px;position:relative;padding-top:0;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img:after{width:281px;height:23px;content:"";opacity:0;background:#767676;border-radius:50%;position:absolute;bottom:-11px;left:-8px;animation:opacity2 200ms forwards;animation-delay:3s;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img img{width:100%;position:relative;z-index:1;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img .identity_b_img{opacity:0;animation:dropbounce .8s ease-out forwards .5s;animation-delay:1.5s;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img .identity_banner_img1{width:213px;height:54px;position:absolute;bottom:0;left:-156px;z-index:0;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img .identity_banner_img2{width:97px;height:114px;position:absolute;bottom:18px;right:-100px;opacity:0;animation:zoomup .45s linear forwards;animation-delay:1.8s;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img .identity_banner_img3{width:123px;height:161px;position:absolute;bottom:-12px;right:-73px;opacity:0;animation:zoomup .45s linear forwards;animation-delay:2s;}.Identity .Identity_banner .identity_icon1{width:88px;height:87px;position:absolute;bottom:0;left:0;z-index:2;animation:bannerbicycle1 15s linear forwards infinite;}@media screen and (min-width:768px){.Identity .Identity_banner .identity_icon1{animation:bannerbicycle 20s linear forwards infinite;}}.Identity .Identity_banner .identity_icon1 .identity_icon1_3{width:88px;height:87px;position:relative;z-index:1;}.Identity .Identity_banner .identity_icon1 .identity_icon1_2{width:28px;height:auto;position:absolute;left:36px;top:35px;z-index:1;animation:bikeleg1 2s infinite;transform-origin:right;}.Identity .Identity_banner .identity_icon1 .identity_icon1_1{width:18px;height:auto;position:absolute;right:25px;top:34px;animation:bikeleg2 4s infinite;}.Identity .Identity_banner .couple{position:absolute;z-index:1;width:5.438vw;height:6.5vw;bottom:15%;left:50%;opacity:1;animation:couplewithdog1 20s linear infinite;}@media screen and (min-width:768px){.Identity .Identity_banner .couple{animation:couplewithdog 100s linear infinite;}}.Identity .Identity_banner .couple .girllegL{position:absolute;z-index:1;top:47%;left:21%;width:34%;height:61%;animation:couplegirlleftleg 2.5s linear infinite;transform-origin:top;}.Identity .Identity_banner .couple .girllegR{position:absolute;z-index:1;top:47%;left:21%;width:34%;height:61%;animation:couplegirlrightleg 2.5s linear infinite;transform-origin:top;}.Identity .Identity_banner .couple .manlegL{position:absolute;z-index:1;top:39%;left:19%;width:34%;height:60%;animation:couplemanleftleg 3s linear infinite;transform-origin:top;}.Identity .Identity_banner .couple .manlegR{position:absolute;z-index:1;top:39%;left:18%;width:34%;height:60%;animation:couplemanrightleg 3s linear infinite;transform-origin:top;}.Identity .Identity_banner .couple .dogRFleg{position:absolute;z-index:1;bottom:0;left:69%;width:8.4%;height:auto;animation:couplemanleftleg .75s linear infinite;transform-origin:top;}.Identity .Identity_banner .couple .dogRBleg{position:absolute;z-index:1;bottom:-1%;left:88%;width:7.56%;height:auto;animation:couplemanrightleg .75s linear infinite;transform-origin:top;}.Identity .Identity_banner .couple .dogLFleg{position:absolute;z-index:1;bottom:.5%;left:75%;width:6.82%;height:12.2%;animation:couplemanrightleg .75s linear infinite;transform-origin:top;}.Identity .Identity_banner .couple .dogLBleg{position:absolute;z-index:1;bottom:.5%;left:85%;width:8.28%;height:12.2%;animation:couplemanleftleg .75s linear infinite;transform-origin:top;}.Identity .Identity_banner .couple .body{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;}.Identity .Identity_banner .identity_icon3{position:absolute;width:135px;height:114px;bottom:0;left:15%;z-index:1;}.Identity .Identity_banner .identity_icon3 .identity_icon3_y{position:absolute;z-index:0;}.Identity .Identity_banner .identity_icon3 .identity_icon31{width:105px;position:relative;z-index:2;}.Identity .Identity_banner .identity_icon3 .identity_icon3_1{position:absolute;z-index:1;width:44px;left:52px;top:18px;}.Identity .Identity_banner .identity_icon3 .identity_icon3_2{position:absolute;z-index:1;width:33px;left:91px;top:19px;}.Identity .Identity_banner .identity_icon3 .identity_icon3_3{position:absolute;z-index:2;width:33px;left:4px;top:17px;}.Identity .Identity_banner .identity_icon3 .identity_icon3_4{position:absolute;z-index:1;width:24px;left:28px;top:18px;}.Identity .Identity_banner .identity_icon3 .identity_icon3_5{width:74px;height:8px;position:absolute;left:-18px;bottom:19px;}.Identity .Identity_banner .identity_icon3 .identity_icon3_6{width:74px;height:8px;position:absolute;right:7px;bottom:16px;}.Identity .Identity_banner .identity_icon4{position:absolute;width:152px;height:52px;top:30%;right:18%;animation:floatLR 2.5s forwards ease-in-out infinite;}.Identity .Identity_banner .identity_icon5{position:absolute;width:35px;height:21px;top:30%;right:9%;animation:float 3.5s forwards ease-in-out infinite;}.Identity .Identity_banner .identity_icon6{position:absolute;width:35px;height:11px;top:37%;right:12%;}.Identity .Identity_banner .identity_icon7{position:absolute;width:39px;height:13px;left:32%;top:47%;animation:float 1.5s forwards ease-in-out infinite;}.Identity .Identity_banner .identity_icon8{position:absolute;width:10px;height:15px;left:27%;bottom:7%;}.Identity .Identity_banner .identity_icon9{position:absolute;width:14px;height:19px;left:29%;bottom:5%;}.Identity .Identity_banner .identity_icon10{position:absolute;width:108px;height:37px;top:30%;left:20%;animation:floatLR 3.5s forwards ease-in-out infinite;}.Identity .Identity_banner .identity_icon11{position:absolute;bottom:4%;left:14%;width:62px;height:auto;}.Identity .identity_gallery{height:450px;width:100%;position:relative;padding:40px 0;margin:100px 0;}.Identity .identity_gallery:before{content:"";position:absolute;width:100%;height:100%;border-radius:225px;background:#e2f2eb;right:-16%;top:0;}.Identity .identity_gallery .glist{width:100%;height:100%;padding:0;position:relative;}.Identity .identity_gallery .glist .gallery_img{height:355px;max-width:530px;width:96%;border-radius:20px;overflow:hidden;}.Identity .identity_gallery .glist .gallery_img img{width:100%;height:100%;object-fit:cover;}.Identity .identity_gallery .HDnav{width:120px;height:41px;background:none;padding:0 10px;position:absolute;left:auto;right:17%;display:flex;top:68%;z-index:2;flex-direction:row;justify-content:space-between;}.Identity .identity_gallery .HDnav .swiper-button-next,.Identity .identity_gallery .HDnav .swiper-button-prev{position:relative;width:41px;height:41px;display:flex;flex-direction:column;justify-content:center;align-items:center;top:auto;left:0;right:auto;margin-top:0;padding:5px 0;border:1px solid #75af42;background:#fff;}.Identity .identity_gallery .HDnav .swiper-button-next svg,.Identity .identity_gallery .HDnav .swiper-button-prev svg{width:17px;height:10px;}.Identity .identity_gallery .HDnav .swiper-button-next:after,.Identity .identity_gallery .HDnav .swiper-button-next:before,.Identity .identity_gallery .HDnav .swiper-button-prev:after,.Identity .identity_gallery .HDnav .swiper-button-prev:before{display:none;}.Identity .identity_gallery .HDnav .swiper-button-next:hover,.Identity .identity_gallery .HDnav .swiper-button-prev:hover{background:#75af42;}.Identity .identity_gallery .HDnav .swiper-button-next:hover svg,.Identity .identity_gallery .HDnav .swiper-button-prev:hover svg{fill:#fff;transition:all ease-in-out 300ms;}.Identity .identity_gallery .HDnav .swiper-button-next svg{transform:rotate(180deg);}.Identity .identity_gallery .HDnav .swiper-button-next:hover svg{transform:rotate(180deg);transition:all ease-in-out 300ms;}.Identity .identity_gallery .identity_g_txt{font-family:"Roboto-SemiBold";font-size:23px;line-height:28px;color:#000;width:345px;height:100%;position:absolute;background:#e2f2eb;left:63%;top:0;padding:100px 35px;z-index:2;}.Identity .identity_gallery .identity_g_txt .i_sun{width:56px;height:56px;position:relative;display:block;bottom:-17px;left:-22px;}.Identity .identity_gallery .identity_g_txt .i_sea{width:70px;height:10px;position:relative;display:block;top:10px;}.Identity .identity_gallery .identity_g_txt .yuanhu1{width:20px;height:20px;position:absolute;top:40px;left:-19px;transform:rotate(90deg);background:url("../images/yuanjiao.png") no-repeat;background-size:100%;}.Identity .identity_gallery .identity_g_txt .yuanhu2{width:20px;height:20px;position:absolute;top:40px;right:-20px;background:url("../images/yuanjiao.png") no-repeat;background-size:100%;}.Identity .identity_gallery .identity_g_txt .yuanhu3{width:20px;height:20px;position:absolute;bottom:55px;left:-20px;transform:rotate(180deg);background:url("../images/yuanjiao.png") no-repeat;background-size:100%;}.Identity .identity_gallery .identity_g_txt .yuanhu4{width:20px;height:20px;position:absolute;bottom:55px;right:-19px;transform:rotate(-90deg);background:url("../images/yuanjiao.png") no-repeat;background-size:100%;}.Identity .identity_content{width:100%;height:100%;position:relative;padding-bottom:180px;}.Identity .identity_content .identity_content_bg{width:100%;position:absolute;top:6%;left:0;}.Identity .identity_content p{font-size:16px;color:#000;line-height:24px;}.Identity .identity_content .identity_about{width:750px;text-align:center;position:relative;padding:0 0 80px;margin:0 auto;z-index:1;}.Identity .identity_content .identity_about h2{padding-bottom:40px;}.Identity .identity_content .identity_box{width:1135px;padding:30px 100px;border:1px solid #bddaf0;border-radius:16px;background:#fff;margin:0 auto;position:relative;z-index:1;}.Identity .identity_content .identity_box p{display:flex;justify-content:center;align-items:center;}.Identity .identity_content .identity_box p span{display:inline-block;margin:0 15px;width:4px;height:4px;border-radius:2px;background:#3890db;}.Identity .identity_content .identity_box .identity_box_top{padding-top:20px;display:flex;justify-content:space-between;}.Identity .identity_content .identity_box .identity_box_top p{position:relative;}.Identity .identity_content .identity_box .identity_box_top li:last-child p span{display:none;}.Identity .identity_content .identity_box .identity_box_icon1{position:absolute;left:-24px;bottom:0;width:110px;height:45px;}.Identity .identity_content .identity_box .identity_box_icon2{position:absolute;left:-30px;top:-30px;width:48px;height:48px;}.Identity .identity_content .identity_box .identity_box_icon3{position:absolute;right:-33px;bottom:0;width:68px;height:81px;animation:wave-hand 6s forwards ease-in-out infinite;transform-origin:bottom;}.Identity .identity_content .identity_logo{width:90%;max-width:1135px;z-index:1;padding:160px 3%;height:100%;position:relative;display:flex;margin:0 auto;justify-content:space-between;}.Identity .identity_content .identity_logo .identity_logo_img{width:50%;}.Identity .identity_content .identity_logo .identity_logo_img img{width:385px;height:207px;}.Identity .identity_content .identity_logo .identity_logo_txt{max-width:560px;}.Identity .identity_content .identity_logo .identity_logo_txt p{padding-top:40px;}.Identity .identity_content .identity_mission{width:90%;max-width:1280px;margin:0 auto;padding:0 0 100px;position:relative;display:flex;flex-direction:column;align-items:center;z-index:1;}.Identity .identity_content .identity_mission .identity_mission_txt{padding:30px 0;max-width:560px;width:100%;text-align:center;}.Identity .identity_content .identity_mission .identity_mission_box{width:100%;display:flex;justify-content:space-between;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item{width:31%;max-width:390px;border:1px solid #bddaf0;border-radius:30px;background:#fff;font-size:16px;line-height:24px;font-family:Roboto-Medium;color:#000;position:relative;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item span{position:absolute;top:-20px;left:20px;color:#1a6ca2;font-family:"Roboto-Bold";font-size:34px;line-height:34px;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_mission_item_box{background:#fff;width:100%;height:100%;position:relative;z-index:1;border-radius:30px;padding:15px 20px 15px 40px;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon1{width:54px;height:49px;position:absolute;top:-49px;right:0;z-index:0;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon2{width:100px;height:38px;position:absolute;right:40%;bottom:-70px;animation:floatLR 2.5s forwards ease-in-out infinite;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon3{width:165px;height:97px;position:absolute;bottom:-46px;right:-20px;z-index:2;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon3 .identity_m_icon3_1{position:absolute;width:55px;right:-21px;top:26%;animation:2.25s heart1 infinite ease-in-out;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon3 .identity_m_icon3_2{position:absolute;width:76px;right:-6px;bottom:10%;animation:4s hand infinite ease-in-out;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon3 .identity_m_icon3_3{position:absolute;width:60px;right:0;top:2%;clip-path:polygon(0 0,0 0,0 100%,0 100%);transition:clip-path 500ms cubic-bezier(.455,.03,.515,.955);}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon3 .identity_m_icon3_4{height:100%;position:relative;}.Identity .identity_content .identity_mission.inView .identity_mission_box .identity_mission_item .identity_m_icon3 .identity_m_icon3_3{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);}.Identity .identity_content .identity_mission.inView .identity_mission_box .identity_mission_item .identity_m_icon1{animation:floattop 2s forwards ease-in-out infinite;animation-iteration-count:1;}.subpage_top{width:100%;height:150px;}.subpage_bread{width:75%;margin:0 auto;display:flex;position:relative;}.subpage_bread p{color:#222;opacity:.42;transition:all ease-in-out 300ms;}.subpage_bread span{margin:0 20px;}.subpage_bread span img{width:4px;height:7px;}@media screen and (min-width:960px){.subpage_bread a:hover{cursor:pointer;}.subpage_bread a:hover p{opacity:1;}}.footer_top_bg{width:100%;position:absolute;left:0;bottom:-3%;}@keyframes ring{0%{transform:scale(1);}10%,20%{transform:scale(.9) rotate(-3deg);}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg);}40%,60%,80%{transform:scale(1.1) rotate(-3deg);}100%{transform:scale(1);}}.useful{background:#f2f9ff;}.useful p{font-size:16px;color:#000;}.useful .useful_banner{width:100%;height:560px;position:relative;padding:30px 0;background:linear-gradient(to bottom,#e3f2eb,rgba(222,237,230,.2588235294));}.useful .useful_banner .useful_b_top{bottom:-5px;left:0;width:100%;height:85px;position:absolute;z-index:2;}.useful .useful_banner .useful_niao1{width:35px;height:11px;position:absolute;left:50%;top:48%;animation:float 3.5s forwards ease-in-out infinite;}.useful .useful_banner .useful_niao2{width:35px;height:21px;position:absolute;left:46%;top:43%;animation:float 3s forwards ease-in-out infinite;}.useful .useful_banner .useful_banner_content{width:75%;display:flex;flex-direction:column;margin:60px auto 0;position:relative;}.useful .useful_banner .useful_banner_content .useful_banner_img{display:flex;position:relative;left:-93px;width:440px;height:200px;overflow:hidden;justify-content:space-between;}.useful .useful_banner .useful_banner_content .useful_banner_img .useful_b_icon5{width:80px;height:218px;z-index:0;position:relative;bottom:-40px;left:-49px;opacity:0;animation:zoomup .45s linear forwards;animation-delay:.5s;}.useful .useful_banner .useful_banner_content .useful_banner_img .useful_b_icon6{width:111px;height:260px;z-index:0;position:relative;opacity:0;animation:zoomup .45s linear forwards;}.useful .useful_banner .useful_banner_content .useful_banner_img1{width:255px;height:240px;text-align:center;position:absolute;z-index:2;left:-10px;top:165px;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon7{width:107px;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon8{width:38px;position:absolute;bottom:55px;animation:sway 3s infinite ease-in-out;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon9{position:absolute;width:180px;left:41px;top:30px;animation:smallbounce 4.5s forwards ease-in-out infinite;transform-origin:bottom;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon10{width:254.596px;height:239.821px;position:absolute;bottom:38px;left:0;}.useful .useful_banner .useful_banner_imgright{width:1024px;height:882px;position:absolute;right:-500px;top:-300px;z-index:2;}.useful .useful_banner .useful_banner_imgright .useful_bg_green{position:relative;width:100%;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1{width:70px;height:117px;position:absolute;top:57%;left:20%;}.useful .useful_banner .useful_banner_imgright .useful_b_icon2{width:104px;height:104px;position:absolute;top:72%;left:35%;}.useful .useful_banner .useful_banner_imgright .useful_b_icon2 .useful_b_icon2_1{position:absolute;width:50px;top:0;left:0;animation:topfloat 3s forwards ease-in-out infinite;}.useful .useful_banner .useful_banner_imgright .useful_b_icon2 .useful_b_icon2_y{width:100%;}.useful .useful_banner .useful_banner_imgright .useful_b_icon4{width:83px;height:58px;position:absolute;top:50%;left:19%;animation:zoom-in 2.2s;animation-iteration-count:infinite;animation-delay:.4s;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1_bg{width:61px;height:7px;position:absolute;top:82%;left:34%;mix-blend-mode:multiply;opacity:.5;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1_bg1{width:61px;height:7px;position:absolute;top:83.5%;left:39%;mix-blend-mode:multiply;opacity:.5;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1_bg2{width:113px;height:7px;position:absolute;top:70%;left:18.5%;mix-blend-mode:multiply;opacity:.5;}.useful .useful_banner .useful_b_icon3{width:110px;height:130px;position:absolute;top:83%;right:25%;z-index:2;}.useful .useful_banner .useful_b_icon1_bg21{width:113px;height:7px;position:absolute;top:105%;right:26%;mix-blend-mode:multiply;opacity:.5;}.useful .useful_links{width:80%;height:100%;position:relative;padding:180px 0 60px;margin:0 auto;text-align:center;}.useful .useful_links .useful_links_content{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;padding:40px 0;}.useful .useful_links .useful_links_content .useful_l_icon1{width:67px;height:67px;position:absolute;top:-36px;left:-34px;}.useful .useful_links .useful_links_content .useful_links_item{position:relative;width:220px;height:141px;margin-bottom:40px;}.useful .useful_links .useful_links_content .useful_links_item .useful_links_img{width:220px;height:141px;z-index:1;position:relative;}.useful .useful_links .useful_links_content .useful_links_item .useful_links_img img{width:100%;transition:all ease-in-out 300ms;}.useful .useful_links .useful_links_content .useful_links_item .useful_links_btn{width:40px;height:40px;border:1px solid #bddaf0;border-radius:15px;background:#fff;position:absolute;bottom:0;right:0;transition:all ease-in-out 300ms;}.useful .useful_links .useful_links_content .useful_links_item .useful_links_btn svg{width:40px;height:40px;fill:#000;}@media screen and (min-width:960px){.useful .useful_links .useful_links_content .useful_links_item:hover .useful_links_img img{transform:scale(.98);}.useful .useful_links .useful_links_content .useful_links_item:hover .useful_links_btn{border:1px solid #1a6ca2;}.useful .useful_links .useful_links_content .useful_links_item:hover .useful_links_btn svg{fill:#1a6ca2;}}.useful .useful_links .useful_yun{width:810px;height:291px;position:absolute;right:-14%;bottom:21px;}.useful .useful_contacts{width:100%;position:relative;height:100%;padding:30px 0 60px;background:#fefadd;}.useful .useful_contacts .useful_contacts_box{max-width:950px;margin:0 auto;width:90%;height:100%;position:relative;text-align:center;}.useful .useful_contacts .useful_bottom_bg{position:absolute;top:-60px;left:-5%;width:110%;}.useful .useful_contacts .useful_contacts_content{width:100%;padding:30px 0;}.useful .useful_contacts .useful_contacts_content .w65{width:70%;}.useful .useful_contacts .useful_contacts_content .w35{width:30%;}.useful .useful_contacts .useful_contacts_content p a{color:#000;}@media screen and (min-width:960px){.useful .useful_contacts .useful_contacts_content p a:hover{color:#0c529e;}}.useful .useful_contacts .useful_contacts_content .useful_contacts_item{max-width:922px;width:100%;height:100%;margin-bottom:40px;border:1px solid #bddaf0;border-radius:30px;padding:15px 15px 0;position:relative;z-index:1;background:#fff;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head{width:100%;position:relative;border-radius:16px;height:62px;overflow:hidden;padding:20px 30px;color:#c17f78;font-family:"Roboto-Bold";font-size:18px;line-height:22px;display:flex;text-align:left;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head:before{width:100%;height:100%;background:#d9534f;opacity:.32;content:"";position:absolute;left:0;top:0;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt{width:100%;position:relative;height:auto;padding:15px 30px;display:flex;text-align:left;border-bottom:1px solid #ccc;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt p{font-size:16px;width:80%;color:#000;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w35 p{width:100%;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt:last-child{border-bottom:0 solid #ccc;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(3) .useful_contacts_item_head{color:#ba8f33;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(3) .useful_contacts_item_head:before{background:#f0ad4e;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(4) .useful_contacts_item_head{color:#447f9b;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(4) .useful_contacts_item_head:before{background:#bddaf0;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(5) .useful_contacts_item_head{color:#72a588;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(5) .useful_contacts_item_head:before{background:#5cb85c;}.useful .useful_contacts .useful_contacts_content .useful_icon1{width:168px;height:89px;position:absolute;right:21px;top:0;}.useful .useful_contacts .useful_contacts_content .useful_icon2{width:147px;height:147px;position:absolute;left:-20%;top:20%;}.useful .useful_contacts .useful_contacts_content .useful_icon2 .useful_icon2_y{position:relative;width:100%;}.useful .useful_contacts .useful_contacts_content .useful_icon2 .useful_icon2_1{position:absolute;left:0;bottom:70px;width:56px;}.useful .useful_contacts .useful_contacts_content .useful_icon2 .useful_icon2_2{position:absolute;left:26px;bottom:13px;width:50px;animation:zoom-in 2.2s;animation-iteration-count:infinite;animation-delay:.4s;}.useful .useful_contacts .useful_contacts_content .useful_icon2 .useful_icon2_3{position:absolute;right:12px;top:45px;width:50px;animation:float 4s forwards ease-in-out infinite;}.useful .useful_contacts .useful_contacts_content .useful_icon3{width:133px;height:147px;position:absolute;right:-20%;top:60%;}.useful .useful_contacts .useful_contacts_content .useful_icon3 .useful_icon3_y{width:100%;position:relative;}.useful .useful_contacts .useful_contacts_content .useful_icon3 .useful_icon3_1{position:absolute;left:-4px;bottom:0;width:85px;animation:ring 2s infinite;}.useful .useful_contacts .useful_contacts_content .useful_icon3 .useful_icon3_2{position:absolute;left:30%;top:0;width:20px;animation:zoom-in 2.2s;animation-iteration-count:infinite;animation-delay:.4s;}.useful .useful_bottom{width:100%;height:200px;position:relative;background:#fefadd;top:-8px;}.useful .useful_bottom .useful_icon4{width:152px;height:110px;position:absolute;left:7%;top:-28%;z-index:1;animation:dropbounce .8s ease-out forwards .5s;animation-delay:1.5s;}.useful .useful_bottom .useful_icon5{width:61px;height:112px;position:absolute;right:19%;bottom:17%;z-index:1;}.useful .useful_bottom .useful_icon6{width:53px;height:69px;position:absolute;right:23%;bottom:17%;}.useful .useful_bottom .useful_icon7{width:30px;height:30px;position:absolute;right:18.5%;bottom:28%;z-index:1;animation:zoom-in 2.2s;animation-iteration-count:infinite;animation-delay:.4s;}.useful .useful_bottom .footer_top_bg{bottom:-46%;}.we{position:relative;background:#f2f9ff;}.we p{font-size:16px;color:#000;}.we .we_banner{width:100%;height:700px;position:relative;padding:30px 0;background:linear-gradient(to bottom,#e3f2eb,rgba(222,237,230,.2588235294));}.we .we_banner .useful_b_top{bottom:-5px;left:0;width:100%;height:85px;position:absolute;z-index:2;}.we .we_banner .we_banner_content{width:75%;display:flex;flex-direction:column;margin:60px auto 0;position:relative;}.we .we_banner .we_banner_content p{max-width:637px;padding-bottom:50px;}.we .we_banner .we_banner_content .we_banner_box{width:100%;display:flex;}.we .we_banner .we_banner_content .we_banner_img{height:218px;position:relative;display:flex;overflow:hidden;left:-120px;}.we .we_banner .we_banner_content .we_banner_img .we_b_icon8{width:190px;height:247px;position:relative;bottom:-30px;}.we .we_banner .we_banner_content .we_banner_img .useful_b_icon5{width:80px;position:relative;height:218px;left:-23px;}.we .we_banner .we_banner_content .we_banner_img .we_b_icon9{width:38px;height:22px;position:absolute;right:0;bottom:0;z-index:1;}.we .we_banner .we_banner_content .we_banner_img1{width:402px;height:211px;position:relative;z-index:2;left:-60px;bottom:-13px;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5{position:absolute;top:34px;left:40px;z-index:1;width:237px;height:99px;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5 img{position:relative;height:84px;left:35px;animation:6s linear 0s infinite normal none running zoom-in;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5 .we_b_icon5_txt{position:absolute;font-size:13px;color:#393939;line-height:31px;font-family:"Roboto-Bold";width:175px;height:38px;text-align:center;border:3px solid #e3f2eb;background:#fff;border-radius:12px;top:34%;right:-5%;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon6{position:relative;width:100%;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon7{width:67px;height:93px;position:absolute;left:-14%;bottom:-5%;}.we .we_banner .we_banner_imgright{width:1024px;height:882px;position:absolute;right:-475px;top:-300px;z-index:2;}.we .we_banner .we_banner_imgright .useful_bg_green{position:relative;width:100%;}.we .we_banner .we_banner_imgright .we_b_icon1{width:148px;height:143px;position:absolute;top:54%;left:-7%;}.we .we_banner .we_banner_imgright .we_b_icon2{width:143px;height:154px;position:absolute;top:51%;left:28%;}.we .we_banner .we_banner_imgright .we_b_icon2 img{width:100%;z-index:1;position:relative;}.we .we_banner .we_banner_imgright .we_b_icon2 .we_b_icon2_1{position:absolute;left:4px;bottom:3px;width:116px;animation:aboutLeftVacuum 6s forwards ease-in-out infinite;}.we .we_banner .we_banner_imgright .we_b_icon2 .we_b_icon2_2{position:absolute;left:70px;top:36px;width:32px;z-index:0;}.we .we_banner .we_banner_imgright .we_b_icon2 .we_b_icon_bg4{position:absolute;mix-blend-mode:multiply;width:158px;height:9px;top:95%;left:-4%;}.we .we_banner .we_banner_imgright .we_b_icon3{width:125px;height:146px;position:absolute;top:85%;left:28%;text-align:right;}.we .we_banner .we_banner_imgright .we_b_icon3 img{height:100%;z-index:1;position:relative;}.we .we_banner .we_banner_imgright .we_b_icon3 .we_b_icon3_1{position:absolute;width:93px;bottom:-17px;left:-3px;animation:aboutLeftVacuum 6s forwards ease-in-out infinite;}.we .we_banner .we_banner_imgright .we_b_icon4{width:164px;height:185px;position:absolute;top:73%;left:3%;}.we .we_banner .we_banner_imgright .we_b_icon_bg1{position:absolute;mix-blend-mode:multiply;width:158px;height:9px;top:70%;left:-8%;}.we .we_banner .we_banner_imgright .we_b_icon_bg2{position:absolute;width:123px;height:9px;top:93%;left:5%;mix-blend-mode:multiply;}.we .we_banner .we_banner_imgright .we_b_icon_bg3{position:absolute;mix-blend-mode:multiply;top:100.8%;left:28%;width:143px;height:9px;}.we .we_content{position:relative;padding:130px 0%;width:92%;height:100%;max-width:1420px;margin:0 auto;}.we .we_content .we_content_item{width:100%;min-height:365px;border:1px solid #bddaf0;border-radius:227px;padding:80px 170px 40px 150px;margin-bottom:130px;position:relative;background:#fff;display:flex;z-index:1;}.we .we_content .we_content_item .we_item_txt{width:545px;}.we .we_content .we_content_item ul{width:100%;}.we .we_content .we_content_item ul li{padding:0 20px;}.we .we_content .we_content_item ul li p{position:relative;padding:5px 0;}.we .we_content .we_content_item ul li p:before{width:4px;height:4px;background:#008947;content:"";position:absolute;top:13px;left:-18px;border-radius:2px;}.we .we_content .we_content_item .we_item_type{position:absolute;top:-40px;left:110px;padding:20px 40px;background:#fff;width:auto;display:inline-block;border:1px solid #bddaf0;border-radius:23px;min-width:375px;}.we .we_content .we_content_item .we_item_type .we_c_icon1{width:82px;height:112px;position:absolute;bottom:-75px;right:-60px;}.we .we_content .we_content_item .we_item_type .we_c_icon3{width:93px;height:59px;position:absolute;bottom:10px;right:-45px;}.we .we_content .we_content_item .we_item_type .we_c_icon7{width:111px;height:113px;position:absolute;bottom:10px;right:-45px;}.we .we_content .we_content_item .we_item_type .we_c_icon8{width:118px;height:92px;position:absolute;bottom:-2px;right:-63px;}.we .we_content .we_content_item .we_item_img{position:relative;width:50%;}.we .we_content .we_content_item .we_item_img .we_c_img1{width:324px;height:230px;position:relative;top:-130px;left:0;}.we .we_content .we_content_item .we_item_img .we_c_img2{width:324px;height:230px;position:absolute;bottom:-85px;right:-10px;}.we .we_content .we_content_item .we_item_img .we_c_icon2{width:161px;height:119px;position:absolute;left:29px;bottom:-72px;}.we .we_content .we_content_item .we_item_img .we_c_img6{width:227px;height:133px;}.we .we_content .we_content_item .we_item_img .we_c_img61{width:340px;height:199px;}.we .we_content .we_content_item .we_item_img .we_c_icon9{width:91px;height:72px;position:absolute;right:-35px;top:60%;}.we .we_content .we_content_item .we_item_img .we_c_img7{width:352px;height:250px;position:relative;}.we .we_content .we_content_item .we_item_img .we_c_img8{width:243px;height:173px;position:relative;top:-115px;left:15px;}.we .we_content .we_content_item .we_item_img .we_c_img9{width:239px;height:170px;position:relative;bottom:-60px;}.we .we_content .we_content_item .we_item_img .we_c_img10{width:352px;height:250px;position:relative;left:10px;top:-120px;}.we .we_content .we_content_item .we_item_txt2{width:100%;height:100%;position:relative;top:10px;display:flex;justify-content:space-between;}.we .we_content .we_content_item .we_item_txt2 .we_txt2_item{width:32%;max-width:352px;height:auto;}.we .we_content .we_content_item .we_item_txt2 .we_txt2_item img{width:100%;height:250px;object-fit:cover;border-radius:20px;}.we .we_content .we_content_item .we_item_txt2 .we_txt2_item div{display:flex;align-items:center;justify-content:center;padding-top:5px;}.we .we_content .we_content_item .we_item_txt2 .we_txt2_item div img{width:45px;height:45px;margin-right:10px;}.we .we_content .we_item3{position:relative;}.we .we_content .we_item3 .we_c_cao{width:300px;height:134px;position:absolute;bottom:-63px;left:-122px;}.we .we_content .we_item3 .we_c_cao2{width:300px;height:134px;position:absolute;bottom:-34px;right:-85px;z-index:1;}.we .we_content .we_item3 .we_c_nh{width:74px;height:110px;position:absolute;bottom:-28px;left:2px;}.we .we_content .we_item3 .we_c_door{width:103px;height:181px;position:absolute;bottom:3px;right:-37px;}.we .we_content .we_item3 .we_item_txt{padding-top:20px;}.we .we_content .we_item3 .we_item_img{display:flex;align-items:flex-end;position:relative;bottom:-40px;left:-50px;}.we .we_content .we_item4{height:278px;min-height:auto;}.we .we_content .we_item4 .we_item_type{padding-right:100px;}.we .we_content .we_item4 .we_item_txt{padding-top:20px;}.we .we_content .we_item4 .we_item_img{left:30px;display:flex;}.we .we_content .we_item_img5{display:flex;}.we .we_content:before{content:"";height:80%;position:absolute;bottom:-10%;left:-5%;width:110%;background:linear-gradient(to bottom,#ebf9ff,#28a0dd);opacity:.16;}.we .we_content .marginb170{margin-bottom:170px;}.laws{overflow:hidden;position:relative;background:#e2f5ff;}.laws .laws_banner{position:relative;height:580px;}.laws .laws_banner .laws_b_top{position:absolute;width:auto;top:0;left:0;height:572px;}.laws .laws_banner .laws_banner_yun{width:108px;height:37px;position:absolute;top:36%;left:27%;animation:floatLR 4.5s forwards ease-in-out infinite;}.laws .laws_banner .laws_banner_yun1{width:152px;height:52px;position:absolute;top:48%;right:10%;animation:floatLR 3.5s forwards ease-in-out infinite;}.laws .laws_banner .laws_banner_title{position:relative;text-align:center;z-index:1;width:90%;margin:40px auto;}.laws .laws_banner .laws_banner_img{position:relative;display:flex;z-index:1;width:86%;max-width:1300px;margin:0 auto;align-items:flex-end;justify-content:space-between;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1{display:flex;width:auto;align-items:flex-end;position:relative;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img6{width:103px;height:120px;position:relative;left:-52px;z-index:0;top:-5px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img7{width:118px;height:170px;position:relative;left:-30px;z-index:0;top:-5px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img8{width:253px;height:213px;position:relative;z-index:1;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img1_bg21{width:455px;height:20px;position:absolute;bottom:0;left:0;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox2{width:auto;position:relative;left:-3%;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox2 img{width:86px;height:92px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox2 .laws_banner_img1_bg3{width:97px;height:20px;position:absolute;bottom:-4px;left:-16px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox3{width:auto;height:130px;position:relative;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox3 img{width:244px;height:130px;position:relative;z-index:1;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox3 .laws_banner_img1_bg1{width:268px;height:20px;position:absolute;bottom:-8px;left:-4px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4{display:flex;position:relative;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img1{width:171px;height:97px;position:relative;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img2{width:65px;height:75px;position:relative;top:-36px;left:-36px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img3{width:40px;height:97px;position:relative;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img1_bg2{width:261px;height:20px;position:absolute;bottom:-10px;left:-9px;}.laws .laws_content{width:100%;max-width:1420px;margin:0 auto;height:auto;padding:80px 5% 200px;position:relative;display:flex;justify-content:space-between;}.laws .laws_content .laws_content_item{width:32%;max-width:400px;height:220px;border-radius:30px;padding:45px 40px 20px;background:#fff;}.laws .laws_content .laws_content_item .laws_name{font-family:"Roboto-Bold";font-size:20px;line-height:26px;color:#000;padding:0 0 40px;text-align:center;}.laws .laws_content .laws_content_item .btn{width:152px;padding-left:25px;margin:0 auto;height:50px;border-radius:25px;background:#008947;font-family:"Roboto-Medium";font-size:14px;line-height:16px;color:#fff;display:flex;justify-content:flex-end;align-items:center;}.laws .laws_content .laws_content_item .btn img{width:30px;height:30px;margin:0 13px;}.laws .footer_top_bg{bottom:-10%;}.offices{position:relative;background:linear-gradient(to bottom,#fff,#fefaf5);}.offices .offices_banner{position:relative;height:580px;padding-top:30px;}.offices .offices_banner .offices_b_top{position:absolute;width:auto;top:0;left:0;height:572px;}.offices .offices_banner .offices_banner_yun{width:99px;height:34px;position:absolute;top:32%;left:69%;z-index:1;animation:floatLR 4.5s forwards ease-in-out infinite;}.offices .offices_banner .o_bird{width:78px;height:54px;position:absolute;top:50%;left:7%;z-index:1;animation:float 3s forwards ease-in-out infinite;}.offices .offices_banner .identity_icon7{width:39px;height:13px;position:absolute;top:49%;left:61%;animation:float 2s forwards ease-in-out infinite;}.offices .offices_banner .offices_banner_content{width:75%;display:flex;margin:60px 12.5% 0;position:relative;}.offices .offices_banner .offices_banner_content .offices_img{width:350px;position:relative;left:12%;top:56px;}.offices .offices_banner .offices_banner_content .offices_img .o_build1{width:213px;height:261px;position:relative;}.offices .offices_banner .offices_banner_content .offices_img .o_build2{width:88px;height:172px;position:relative;}.offices .offices_banner .offices_banner_content .offices_img .o_cao1{width:142px;height:18px;position:absolute;bottom:4px;right:-27px;}.offices .offices_banner .offices_banner_content .offices_img .o_sun{width:243px;height:243px;position:relative;position:absolute;top:-44px;right:0;}.offices .offices_banner .offices_banner_imgright{width:1024px;height:882px;position:absolute;right:-500px;top:-300px;}.offices .offices_banner .offices_banner_imgright .useful_bg_green{position:relative;width:100%;}.offices .offices_banner .o_right_icon1{width:246px;height:281px;position:absolute;right:5%;bottom:4%;}.offices .offices_banner .o_right_icon1 .o_right_icon1_y{width:100%;}.offices .offices_banner .o_right_icon1 .o_right_icon1_1{position:absolute;top:39%;width:177px;right:23px;opacity:0;animation:zoomup1 2s linear infinite;animation-delay:1s;}.offices .offices_banner .o_right_icon1 .o_right_icon1_2{position:absolute;top:19%;width:230px;right:23px;opacity:0;animation:zoomup1 2s linear infinite;animation-delay:1.3s;}.offices .offices_banner .o_right_icon1 .o_right_icon1_3{position:absolute;top:-2%;width:230px;right:22px;opacity:0;animation:zoomup1 2s linear infinite;animation-delay:1.8s;}.offices .w45{width:45%;}.offices .w55{width:55%;}.offices .offices_content{width:90%;max-width:1200px;position:relative;height:100%;padding:60px 0 200px;margin:0 auto;}.offices .offices_content .offices_item{width:100%;position:relative;padding:60px 4%;margin:0 auto;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;}.offices .offices_content .offices_item .w45{max-width:358px;}.offices .offices_content .offices_item .w45 p{color:#000;opacity:.57;font-size:14px;}.offices .offices_content .offices_item .w55{max-width:618px;}.offices .offices_content .offices_item .offices_item_title{font-family:"Roboto-Bold";font-size:32px;line-height:22px;color:#1a6ca2;}.offices .offices_content .offices_item .offices_item_txt{padding:30px 0 20px;}.offices .offices_content .offices_item .o_item_item{display:flex;padding:5px;padding-left:25px;position:relative;}.offices .offices_content .offices_item .o_item_item img{position:absolute;top:9px;left:0;}.offices .offices_content .offices_item .o_item_item p a{color:#000;}@media screen and (min-width:960px){.offices .offices_content .offices_item .o_item_item p a:hover{cursor:pointer;color:#1a6ca2;}}.offices .offices_content .offices_item .o_item_map{width:282px;height:196px;border:1px solid #bddaf0;border-radius:16px;background:#fff;position:relative;margin-top:25px;overflow:hidden;}.offices .offices_content .offices_item .o_pin{width:12px;height:16px;}.offices .offices_content .offices_item .o_phone{width:13px;height:13px;}.offices .offices_content .offices_item .o_printer{width:15px;height:15px;}.offices .offices_content .offices_item .o_email{width:17px;height:12px;}.offices .offices_content .offices_item .o_item_hours_title{font-family:"Roboto-Bold";font-size:20px;line-height:24px;color:#008947;padding-bottom:10px;}.offices .offices_content .offices_item .o_item_hours_title img{width:16px;margin-right:10px;}.offices .offices_content .offices_item .o_item_hours_title .img1{width:18px;}.offices .offices_content .offices_item .o_item_hours_box{width:100%;height:auto;border:1px solid #bddaf0;border-radius:30px;padding:15px 15px 5px;background:#fff;}.offices .offices_content .offices_item .o_item_hours_box .o_item_hours_head{width:100%;padding:20px;border-radius:16px;background:#b8d6b8;color:#008947;font-family:"Roboto-Bold";font-size:16px;line-height:22px;display:flex;}.offices .offices_content .offices_item .o_item_hours_box .o_item_hours_txt{width:100%;padding:10px 20px;color:#000;font-family:"Roboto-Medium";font-size:16px;line-height:22px;display:flex;border-bottom:1px solid #ccc;}.offices .offices_content .offices_item .o_item_hours_box .o_item_hours_txt:last-child{border-bottom:0 solid #ccc;}.offices .offices_content .offices_item .o_item_hours_box .w65{width:65%;}.offices .offices_content .offices_item .o_item_hours_box .w35{width:35%;}.offices .offices_content .offices_item .o_item_hours{padding-bottom:30px;}.offices .offices_content .offices_item .o_item_payment .o_item_hours_title{color:#a2781e;}.offices .offices_content .offices_item .o_item_payment .o_item_hours_box .o_item_hours_head{background:rgba(240,173,78,.3411764706);color:#ba8f33;}.offices .offices_content .offices_item:last-child{display:flex;align-items:flex-end;border-bottom:0 solid #ccc;}.offices .offices_content .offices_item:last-child .offices_item_title{width:189%;padding-bottom:40px;}#Whistle{position:relative;background:#cfe8d6;}#Whistle .laws_banner .laws_banner_yun{top:45%;left:17%;}#Whistle .laws_banner .laws_banner_img{max-width:1100px;top:20px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img1{width:103px;height:93px;position:relative;top:-120px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img2{width:96px;height:136px;position:absolute;left:50%;top:-110%;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img3{width:162px;height:79px;position:relative;z-index:1;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img4{width:83px;height:122px;position:relative;z-index:1;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img12{position:absolute;left:39%;top:-42%;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img1_bg2{width:282px;height:20px;position:absolute;bottom:-10px;left:79px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2{left:0;top:15px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2 .wh_banner_img6{width:257px;height:229px;position:relative;z-index:1;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2 .laws_banner_img1_bg{width:268px;height:20px;position:absolute;bottom:5px;left:-4px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3{top:-50px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img7{width:150px;height:117px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img8{width:101px;height:102px;position:absolute;top:85px;left:110px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img9{width:82px;height:86px;position:relative;top:-70px;left:-5px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img10{width:106px;height:104px;position:relative;top:44px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img11{width:103px;height:67px;position:absolute;right:-40px;top:-26px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img1_bg3{width:118px;height:20px;position:absolute;top:175px;left:110px;}#Whistle .whistle_content{width:90%;max-width:960px;margin:0 auto;height:100%;padding:180px 0% 200px;position:relative;}#Whistle .whistle_content .whistle_item{width:100%;height:auto;position:relative;border:1px solid #bddaf0;border-radius:16px;background:#fff;margin-bottom:20px;}#Whistle .whistle_content .whistle_item .whistle_item_head{position:relative;padding:20px 40px;font-family:"Roboto-SemiBold";font-size:18px;line-height:22px;color:#000;}#Whistle .whistle_content .whistle_item .whistle_item_head:hover{cursor:pointer;}@media screen and (min-width:960px){#Whistle .whistle_content .whistle_item .whistle_item_head:hover{color:#1a6ca2;}}#Whistle .whistle_content .whistle_item .whistle_item_head:before{width:22px;height:2px;border-radius:1px;background:#000;content:"";position:absolute;top:50%;right:40px;opacity:1;transform:translateY(-50%);}#Whistle .whistle_content .whistle_item .whistle_item_head:after{width:22px;height:2px;border-radius:1px;background:#000;content:"";position:absolute;top:50%;right:40px;opacity:1;transform:translateY(-50%) rotate(90deg);}#Whistle .whistle_content .whistle_item .whistle_item_txt{display:none;width:100%;padding:0 40px 20px;}#Whistle .whistle_content .whistle_item .whistle_item_txt p{color:#000;padding:0 0 20px;}#Whistle .whistle_content .whistle_item .whistle_item_txt p a{color:#75af42;}#Whistle .whistle_content .whistle_item .whistle_item_txt p a:hover{color:#000;}#Whistle .whistle_content .whistle_item .whistle_item_txt ul{width:100%;}#Whistle .whistle_content .whistle_item .whistle_item_txt ul li{padding:0 20px 10px;}#Whistle .whistle_content .whistle_item .whistle_item_txt ul li p{position:relative;padding:5px 0;font-size:14px;opacity:.6;}#Whistle .whistle_content .whistle_item .whistle_item_txt ul li p:before{width:4px;height:4px;background:#008947;content:"";position:absolute;top:13px;left:-18px;border-radius:2px;}#Whistle .whistle_content .show .whistle_item_head{color:#1a6ca2;}#Whistle .whistle_content .show .whistle_item_head:after{opacity:0;}#Whistle .whistle_content .show .whistle_item_txt{padding-bottom:20px;}#Whistle .whistle_content .itemtxt .whistle_item_txt p{padding-left:25px;position:relative;}#Whistle .whistle_content .itemtxt .whistle_item_txt p span{position:absolute;left:0;top:1px;background:#1a6ca2;width:16px;height:16px;color:#fff;font-size:10px;text-align:center;display:inline-flex;border-radius:8px;justify-content:center;align-items:center;}#Whistle .whistle_content .itemtxt .whistle_item_txt ul li p{margin-left:25px;}#Whistle .whistle_content .itemtxt .whistle_item_txt .pdpa_txt{padding-left:20px;}#Whistle .footer_top_bg{bottom:-8%;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_b_bg1{width:163px;height:20px;position:absolute;left:-36px;bottom:-12px;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_b_bg2{width:77px;height:20px;position:absolute;right:-12px;bottom:-10px;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img1{width:60px;height:101px;position:absolute;top:-59px;left:-32px;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img2{width:112px;height:123px;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img3{width:89px;height:91px;margin-left:45px;position:relative;top:-75px;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img4{width:83px;height:65px;position:relative;top:-126px;left:-25px;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img5{width:49px;height:118px;}#Whistle .pdpa_banner .laws_banner_imgbox2{left:10px;}#Whistle .pdpa_banner .laws_banner_imgbox2 .pdpa_banner_img6{width:294px;height:269px;}#Whistle .pdpa_banner .laws_banner_imgbox3{top:-63px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .laws_banner_img1_bg{width:305px;height:20px;position:absolute;right:-64px;bottom:-71px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img7{width:46px;height:72px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img8{width:122px;height:86px;top:35px;left:50px;z-index:1;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img9{width:121px;height:85px;position:absolute;left:75px;top:-5px;z-index:0;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img10{width:110px;height:45px;top:70px;left:15px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img11{width:65px;height:56px;position:absolute;top:-35px;left:220px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img12{width:43px;height:121px;left:15px;top:69px;}#feedback{position:relative;background:none;overflow:hidden;}#feedback .useful_banner .useful_b_top{bottom:10px;}#feedback .useful_banner .useful_banner_content .useful_banner_img{z-index:2;left:0;width:330px;height:auto;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon1{width:138px;height:241px;position:relative;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon1_bg{width:127px;height:7px;position:absolute;left:0;bottom:0;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon2{width:149px;height:134px;position:relative;top:49px;right:2px;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feebback_b_box{animation:smallbounce 5s forwards ease-in-out infinite;transform-origin:bottom;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3{width:136px;height:63px;position:absolute;bottom:25px;right:30px;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3 .feedback_b_icon3_y{width:100%;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3 .feedback_b_icon3_1{width:21px;position:absolute;left:7px;top:16px;animation:opacity 3s infinite;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3 .feedback_b_icon3_2{width:21px;position:absolute;right:7px;left:auto;top:16px;animation:opacity 3s infinite;animation-delay:1.2s;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3 .feedback_b_icon3_3{width:21px;position:absolute;left:32px;top:16px;animation:opacity 3s infinite;animation-delay:.5s;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3 .feedback_b_icon3_4{width:21px;position:absolute;left:57px;top:16px;animation:opacity 3s infinite;animation-delay:.8s;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3 .feedback_b_icon3_5{width:21px;position:absolute;right:32px;top:16px;animation:opacity 3s infinite;animation-delay:1s;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon4{width:141px;height:147px;position:absolute;bottom:3%;left:7%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon4_bg{width:127px;height:7px;position:absolute;bottom:18px;left:7%;mix-blend-mode:multiply;opacity:.5;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon5{width:79px;height:101px;position:absolute;bottom:38%;left:20%;animation:LtoR 4s forwards ease-in-out infinite;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon5_bg{width:79px;height:7px;position:absolute;bottom:37.5%;left:20%;mix-blend-mode:multiply;opacity:.5;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6{width:112px;height:175px;position:absolute;bottom:19%;left:29%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6 .feedback_b_icon6_y{width:100%;top:17px;left:20px;z-index:1;position:relative;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6 .feedback_b_icon6_1{width:44px;position:absolute;top:70px;left:45px;animation:zoom-in 2.2s;animation-iteration-count:infinite;animation-delay:.4s;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6 .feedback_b_icon6_2{width:60px;position:absolute;top:-14px;left:32px;animation:star3_1 2.2s;animation-iteration-count:infinite;animation-delay:.4s;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6_bg{width:122px;height:7px;position:absolute;bottom:18.5%;left:28%;mix-blend-mode:multiply;opacity:.5;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon7{width:63px;height:59px;position:absolute;left:43%;bottom:36%;}#feedback .feedback_content{width:100%;height:100%;position:relative;padding:60px 60px 150px;min-height:300px;}#feedback .feedback_content .feedback_bg1{width:100%;height:513px;position:absolute;top:-60px;left:0;}#feedback .feedback_content .feedback_content_box{z-index:1;position:relative;width:960px;margin:0 auto;height:100%;}#feedback .feedback_content .feedback_content_box .sub_sectitle{text-align:center;}#feedback .feedback_content .feedback_content_box .wid50{width:49%;}#feedback .feedback_content .feedback_content_box .feedback_from{display:flex;justify-content:space-between;position:relative;padding-top:55px;}#feedback .feedback_content .feedback_content_box .contactFormSect{width:745px;position:relative;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content{display:flex;position:relative;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from{position:relative;padding:0;width:92%;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item{display:flex;margin-bottom:35px;justify-content:space-between;position:relative;align-items:center;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .wid50{width:48%;position:relative;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .wid50.notempty1:before{width:102%;height:114%;position:absolute;left:-3.5px;top:-3px;content:"";background:url(../images/input_bg2.svg) no-repeat;background-size:100%;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .wid50.notempty2:before{width:102%;height:114%;position:absolute;left:-3.5px;top:-3px;content:"";background:url(../images/input_bg.svg) no-repeat;background-size:100%;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .rdrdate.notempty2:before{width:101%;height:112%;position:absolute;left:-3.5px;top:-3px;content:"";background:#b8d2c3;border-radius:20px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .border_right{width:3px;height:32px;background:#dcefe9;position:absolute;right:10px;top:50%;transform:translateY(-50%);opacity:0;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .txtbox{position:relative;z-index:1;width:100%;outline:0;border-bottom:2px solid rgba(154,152,152,.3215686275);height:52px;line-height:52px;border:1px solid #bddaf0;border-radius:16px;padding:20px 15px 10px;box-sizing:border-box;appearance:none;‌-webkit-appearance:none;background:#fff;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .txtbox.txtfont.focus{box-shadow:0 0 9px #96cae2;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .txtfont{font-family:"Roboto-SemiBold";font-size:14px;line-height:16px;color:#000;text-align:left;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .error{color:#cc3727;font-size:12px;font-family:"Roboto-SemiBold";position:absolute;right:auto;left:10px;z-index:2;bottom:-23px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .error .contact_error{width:13px;height:13px;position:relative;top:2px;margin-right:4px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .txtfont.placeholders,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .placeholders{font-family:"Roboto-SemiBold";font-size:14px;position:absolute;top:0;left:0;width:100%;height:40px;overflow:hidden;color:#98989a;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .placeholder1{width:auto;position:absolute;top:0;left:15px;padding:16px 0;pointer-events:none;transition:.3s;z-index:2;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .mess .txtbox{padding-top:20px;height:auto;min-height:160px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box input,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box textarea{border:0;margin:0;padding:0;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box input::-webkit-input-placeholder,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box textarea::-webkit-input-placeholder{font-size:14px;font-family:"Roboto-SemiBold";line-height:16px;color:#98989a;font-weight:400;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box input::-moz-placeholder,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box textarea::-moz-placeholder{font-size:14px;font-family:"Roboto-SemiBold";line-height:16px;color:#98989a;font-weight:400;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box input::-ms-input-placeholder,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box textarea::-ms-input-placeholder{font-size:14px;font-family:"Roboto-SemiBold";line-height:16px;color:#98989a;font-weight:400;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box input.txtbox:focus,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box textarea.txtbox:focus{box-shadow:0 0 9px #96cae2;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .placeholder1.notempty,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .input1:focus~.placeholder1{PADDING:0;font-size:12px;top:5px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .input1.notempty2{border:1px solid #72a588;padding-top:25px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .input1.notempty2+.item_check{width:23px;height:23px;position:absolute;right:12px;top:15px;z-index:2;content:url(../images/check.svg);}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .input1.notempty1{border:1px solid #cc3727;padding-top:25px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .input1.notempty1+.item_check{width:20px;height:20px;position:absolute;right:12px;top:15px;z-index:2;content:url(../images/fillerror.svg);}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select{height:52px;border:0;border:1px solid #bddaf0;border-radius:16px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select .option{color:#000;font-size:14px;font-family:"Roboto-SemiBold";line-height:22px;min-height:25px;background:#fff;padding:10px 20px;margin:5px 0;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select .option:hover,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select .option.focus,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select .option.selected.focus{background-color:rgba(0,137,71,.1215686275);border-radius:25px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select.open .list{width:100%;height:auto;padding:10px;background:#fff;max-height:none;box-shadow:10px 10px 20px rgba(26,26,26,.0431372549);border:1px solid #bddaf0;border-radius:18px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .current{opacity:1;position:relative;display:inline-block;height:36px;line-height:36px;top:12px;font-size:14px;color:#000;padding-left:15px;font-family:"Roboto-SemiBold";}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select:after{border-left:1px solid transparent;border-right:1px solid #585858;border-bottom:1px solid #585858;border-top:1px solid transparent;height:8px;margin-top:-4px;right:22px;top:47%;width:8px;}#feedback .feedback_content .feedback_content_box .contactFormSect .flex{display:flex;justify-content:space-between;align-items:center;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area{background:#fff url(../images/drop_bg.svg) no-repeat;background-size:100%;border-radius:16px;padding:40px;height:215px;text-align:center;transition:all .3s ease;cursor:pointer;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area img{width:50px;height:43px;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area h5{font-family:"Roboto-Bold";font-size:18px;line-height:22px;color:#000;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area h5 span{color:#1a6ca2;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area .text-muted{font-size:12px;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area .aup{color:#1a6ca2;border:1px solid #bddaf0;padding:7px 30px;width:auto;display:inline-block;border-radius:25px;margin-top:5px;transition:all ease-in-out 300ms;}@media screen and (min-width:960px){#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area:hover .aup{color:#008947;border:.063vw solid #008947;}}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .d-none{display:none;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area.dragover{background-color:#e3f2fd;border-color:#2196f3;cursor:pointer;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .preview-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:15px;margin:20px 0;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .preview-item{position:relative;overflow:hidden;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .preview-item img{width:100%;height:auto;object-fit:contain;border-radius:8px;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .remove-btn{position:absolute;top:5px;right:5px;background:none;border:0;border-radius:50%;width:25px;height:25px;cursor:pointer;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .remove-btn img{height:auto;width:163%;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .status-message{padding:10px;border-radius:5px;margin-top:15px;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn{width:215px;height:auto;line-height:58px;color:#fff;font-size:20px;font-family:"OpenSans-Regular";text-align:center;position:relative;overflow:hidden;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn a{width:152px;padding-left:0;height:50px;border-radius:25px;background:#008947;font-family:"Roboto-Medium";font-size:14px;line-height:16px;color:#fff;display:flex;justify-content:flex-end;align-items:center;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn a .button{width:100%;height:100%;border-radius:inherit;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn a .button .button-container .button-inner{padding-left:16px;padding-right:0;justify-content:space-around;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn a .button .button-container .button-text{padding-left:32px;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn a .button .icon{position:relative;left:0;margin-right:0;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn a .button .second-icon{position:absolute;left:var(--arrow-pos);}#feedback .feedback_content .feedback_content_box .contactFormSect .privacy_txt{padding-bottom:30px;}#feedback .feedback_content .feedback_content_box .contactFormSect .privacy_txt p{font-size:14px;line-height:22px;color:#000;}#feedback .feedback_content .feedback_content_box .contactFormSect .privacy_txt p a{color:#1a6ca2;transition:all ease-in-out 300ms;}@media screen and (min-width:960px){#feedback .feedback_content .feedback_content_box .contactFormSect .privacy_txt p a:hover{color:#000;}}#feedback .feedback_content .feedback_content_box .contactFormSect .chebox{display:flex;align-items:flex-start;width:100%;}#feedback .feedback_content .feedback_content_box .contactFormSect .chebox input{width:16px;height:16px;position:relative;top:5px;margin-right:5px;display:none;}#feedback .feedback_content .feedback_content_box .contactFormSect .chebox input[type=checkbox]+label:before{width:17px;height:17px;content:"";display:inline-block;margin-right:10px;border:1px solid #49c495;border-radius:50%;vertical-align:middle;cursor:pointer;transition:all ease-in-out 300ms;}#feedback .feedback_content .feedback_content_box .contactFormSect .chebox input[type=checkbox]:checked+label:before{content:url(../images/check.svg);position:relative;top:-4px;border:0;}#feedback .feedback_content .feedback_content_box .contactFormSect .chebox input[type=checkbox]+label:hover:before{border-color:#49c495;}#feedback .feedback_content .feedback_content_box .contactFormSect .chebox p{font-size:14px;}#feedback .feedback_content .feedback_content_box .contactFormSect .chebox ul{padding-left:4%;}#feedback .feedback_content .feedback_content_box .contactFormSect .chebox ul li{list-style:disc;font-size:20px;}@media screen and (min-width:1600px){#feedback .feedback_content .feedback_content_box .contactFormSect .chebox input{width:1vw;height:1vw;top:.25vw;margin-right:.25vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .chebox input[type=checkbox]:checked+label:before{top:-.25vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .chebox input[type=checkbox]+label:before{width:1.063vw;height:1.063vw;margin-right:.63vw;border:.063vw solid #49c495;}#feedback .feedback_content .feedback_content_box .contactFormSect .chebox p{font-size:.875vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .chebox ul li{font-size:1.25vw;}}#feedback .feedback_content .feedback_content_box .feedback_address{width:232px;height:100%;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item{width:232px;height:199px;position:relative;padding:30px;margin-bottom:25px;background:#fff;border:1px solid #bddaf0;border-radius:16px;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item .feedback_address_head{font-family:"Roboto-SemiBold";font-size:18px;line-height:20px;color:#75af42;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item .feedback_address_txt{display:flex;align-items:flex-start;padding:17px 0 5px;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item .feedback_address_txt img{position:relative;margin-right:10px;top:4px;width:13px;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item .feedback_address_txt .o_email{width:17px;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item p{opacity:.57;transition:all ease-in-out 300ms;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item .fb_head{opacity:1;font-family:"Roboto-Bold";font-size:16px;line-height:22px;color:#000;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item a:hover{transition:all ease-in-out 300ms;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item a:hover p{opacity:1;}#feedback .feedback_content .feedback_content_box .displayBulkyItem,#feedback .feedback_content .feedback_content_box .displayBulkysubmit{display:none;padding-bottom:30px;}@media screen and (min-width:1600px){#feedback .feedback_content .feedback_content_box .displayBulkyItem,#feedback .feedback_content .feedback_content_box .displayBulkysubmit{padding-bottom:1.875vw;}}#feedback .feedback_content .feedback_content_box .displayBulkyItem.show,#feedback .feedback_content .feedback_content_box .displayBulkysubmit.show{display:block;}#feedback .useful_bottom{background:none;}#feedback .useful_bottom .feedback_bt_icon1{width:165px;height:225px;position:relative;z-index:3;top:-80px;left:5%;}#feedback .useful_bottom .feedback_bt_icon2{width:68px;height:118px;position:absolute;z-index:3;bottom:20px;left:8%;}#feedback .useful_bottom .feedback_bt_icon3{width:81px;height:49px;position:absolute;z-index:2;left:17%;top:16px;}#feedback .useful_bottom .feedback_bt_icon4{width:101px;height:82px;position:absolute;z-index:1;left:25%;animation:fbackcar_mb 10s steps(5000,end) infinite;}@media screen and (min-width:760px){#feedback .useful_bottom .feedback_bt_icon4{animation:fbackcar 10s steps(5000,end) infinite;}}#feedback .useful_bottom .feedback_bt_icon5{width:109px;height:97px;position:absolute;right:7%;bottom:4%;z-index:1;}#feedback .feedback_bg2{width:100%;height:1000px;position:absolute;left:0;opacity:.2;bottom:-2%;background:linear-gradient(to bottom,transparent,#ebf9ff,#28a0dd);}#feedback .feedback_note{max-width:600px;width:100%;padding:30px 0;}@media screen and (min-width:1600px){#feedback .feedback_note{max-width:37.75vw;padding:1.875vw 0;}}#feedback .feedback_note p a{color:#000;transition:all ease-in-out 300ms;}@media screen and (min-width:960px){#feedback .feedback_note p a:hover{color:#1a6ca2;}}#Town{overflow:hidden;background:linear-gradient(to bottom,#f2f9ff,#d2ebfa);}#Town .useful_banner{height:572px;background:none;}#Town .useful_banner .councillor_banner_bg{position:absolute;width:auto;top:-1%;left:50%;transform:translateX(-50%);height:572px;}#Town .useful_banner .councillor_img1{width:100%;max-width:940px;position:absolute;bottom:0;left:53%;transform:translateX(-50%);}#Town .useful_banner .erer{width:100px;height:131px;position:absolute;bottom:5%;left:25%;transform:translateX(-50%);}#Town .useful_banner .s3dd{width:80px;height:87px;position:absolute;top:73%;left:54%;transform:translate(-50%,-50%);}#Town .useful_banner .councillor_icon1{width:56px;height:97px;position:absolute;bottom:0%;left:41%;transform:translateX(-50%);}#Town .useful_banner .councillor_icon2{width:98px;height:111px;position:absolute;bottom:13%;left:36%;transform:translateX(-50%);}#Town .useful_banner .councillor_icon2 .councillor_icon21{width:100%;}#Town .useful_banner .councillor_icon2 .councillor_icon2_1{width:5px;position:absolute;top:6%;left:20%;animation:starshine 5s forwards ease-in-out infinite;}#Town .useful_banner .councillor_icon2 .councillor_icon2_2{width:6px;position:absolute;top:5%;left:70%;animation:starshine 4s forwards ease-in-out infinite;}#Town .useful_banner .councillor_icon2 .councillor_icon2_3{width:7px;position:absolute;top:13%;left:61%;animation:starshine 6s forwards ease-in-out infinite;}#Town .useful_banner .councillor_icon3{width:70px;height:51px;position:absolute;bottom:17%;right:7%;}#Town .useful_banner .councillor_icon4{width:157px;height:157px;position:absolute;bottom:1%;left:54%;transform:translateX(-50%);}#Town .useful_banner .councillor_icon4 .councillor_icon41{width:100%;}#Town .useful_banner .councillor_icon4 .councillor_icon4_2{width:88%;position:absolute;right:0;top:-2px;animation:flykite 4s forwards ease-in-out infinite;transform-origin:bottom left;}#Town .useful_banner .councillor_icon5{width:89px;height:151px;position:absolute;right:17%;bottom:15%;}#Town .useful_banner .councillor_icon5 .councillor_icon51{width:89px;height:151px;}#Town .useful_banner .councillor_icon5 .councillor_icon6{width:38px;height:46px;position:absolute;bottom:0;left:19%;z-index:1;animation:wave-hand 4s forwards ease-in-out infinite;transform-origin:bottom;}#Town .useful_banner .councillor_icon5 .councillor_icon7{width:64px;height:53px;position:absolute;bottom:0;z-index:1;right:-22%;}#Town .useful_banner .councillor_banner_title{text-align:center;width:92%;margin:0 auto;}#Town .useful_banner .identity_icon4{position:absolute;width:152px;height:52px;top:32%;right:9%;animation:floatLR 2.5s forwards ease-in-out infinite;}#Town .useful_banner .identity_icon5{position:absolute;width:35px;height:21px;top:31%;right:20%;animation:float 3.5s forwards ease-in-out infinite;}#Town .useful_banner .identity_icon6{position:absolute;width:35px;height:11px;top:38%;right:24%;}#Town .useful_banner .identity_icon7{position:absolute;width:39px;height:13px;left:24%;top:62%;animation:float 1.5s forwards ease-in-out infinite;}#Town .useful_banner .identity_icon41{position:absolute;width:108px;height:37px;top:30%;left:20%;animation:floatLR 3.5s forwards ease-in-out infinite;}#Town .Down_Arrow{width:22px;height:22px;position:absolute;top:50%;transform:translateY(-50%);right:3%;transition:all ease-in-out 300ms;}#Town .box_t{display:none;}#Town .town_box{display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 30px;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item{max-width:none;padding:12px;border:1px solid #bddaf0;border-radius:16px;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt{width:32%;padding:25px 10px 25px 30px;border:1px solid #bddaf0;border-radius:18px;margin-bottom:20px;flex-direction:column;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w65{width:100%;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w65 p{width:100%;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w35{width:100%;padding-top:5px;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w35 p{width:100%;font-size:14px;color:#585858;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(2) .useful_contacts_item_head{color:#d4a94e;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(2) .useful_contacts_item_txt{border:1px solid rgba(212,169,78,.5137254902);}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(3) .useful_contacts_item_head{color:#db766b;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(3) .useful_contacts_item_txt{border:1px solid rgba(219,118,107,.5137254902);}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(4) .useful_contacts_item_head{color:#7eb195;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(4) .useful_contacts_item_txt{border:1px solid rgba(126,177,149,.5137254902);}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(5) .useful_contacts_item_head{color:#dbc200;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(5) .useful_contacts_item_txt{border:1px solid rgba(219,194,0,.5137254902);}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(6) .useful_contacts_item_head{color:#db766b;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(6) .useful_contacts_item_txt{border:1px solid rgba(219,118,107,.5137254902);}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(7) .useful_contacts_item_head{color:#7eb195;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(7) .useful_contacts_item_txt{border:1px solid rgba(126,177,149,.5137254902);}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head{font-size:20px;color:#5799b7;}@media screen and (min-width:960px){#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head:hover{cursor:pointer;color:#000;transition:all ease-in-out 300ms;}}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head:before{display:none;}#Town .useful_contacts .useful_contacts_content .open .useful_contacts_item_head .Down_Arrow{content:url(../images/jianhao.svg);}#Town .useful_contacts{background:none;}#Town .useful_contacts .useful_contacts_box{max-width:1096px;width:92%;}#Town .useful_contacts .useful_bottom_bg{top:0;bottom:auto;left:0;opacity:0;}#Town .useful_bottom{background:none;}@media screen and (min-width:1600px){.font16{font-size:1vw;}.height245{max-height:15.313vw;}.padding50{padding-top:3.125vw;}.sub_tip{font-size:1.25vw;line-height:1.5vw;}.sub_title{font-size:2.625vw;line-height:3.25vw;padding:.63vw 0 1.875vw;}.sub_sectitle{font-size:2vw;line-height:2.375vw;}.menber{background:#f2f9ff;}.menber .men_peo1{position:absolute;right:1.563vw;bottom:-5vw;width:10vw;height:12.25vw;}.menber .men_peo1 .men_peo1_icon{width:7.375vw;height:1.25vw;position:absolute;right:-.75vw;bottom:.063vw;}.menber .men_peo2{position:absolute;width:6.063vw;height:13.938vw;bottom:-5.625vw;right:-.313vw;}.menber .men_peo2 .men_peo2_icon{width:6.313vw;height:1.25vw;position:absolute;right:.688vw;bottom:.063vw;}.menber .men_peo3{width:10vw;height:11.625vw;position:absolute;right:-1.813vw;bottom:-3.25vw;}.menber .men_peo3 .men_peo3_icon{width:8.688vw;height:1.25vw;position:absolute;right:.063vw;bottom:-.125vw;}.menber .men_peo4{width:8.188vw;height:13.438vw;position:absolute;right:-1.688vw;bottom:-4vw;}.menber .men_peo4 .men_peo4_icon{width:5.875vw;height:1.25vw;position:absolute;right:2.813vw;bottom:-.438vw;}.menber .men_peo5{bottom:-1.875vw;width:5.375vw;height:13.688vw;position:absolute;right:.938vw;}.menber .men_peo5 .men_peo5_icon{width:6.125vw;height:1.125vw;position:absolute;right:-.5vw;bottom:0;}.menber .men_peo6{bottom:-2.75vw;right:1.875vw;width:6.438vw;height:13.813vw;position:absolute;}.menber .men_peo6 .men_peo6_icon{width:8.063vw;height:.938vw;position:absolute;right:-.75vw;bottom:-.25vw;}.menber .men_banner{position:relative;width:100%;padding:6.25vw 0 1.25vw;height:48.063vw;background:url(../images/men_banner_bg.svg) no-repeat top;background-size:103%;background-position-y:-10.5vw;}.menber .men_banner .men_banner_img2{width:16.25vw;top:49%;}.menber .men_banner .men_banner_img1{width:14.438vw;top:26%;}.menber .men_banner .men_banner_content{max-width:50vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo1{bottom:2.063vw;width:12.688vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo1 .men_peo1_icon{width:8.75vw;right:-.75vw;bottom:.625vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo2{width:8.125vw;right:0;bottom:-.125vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo2 .men_peo2_icon{width:6.313vw;right:2.375vw;bottom:1.188vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo3{width:12.313vw;bottom:2.938vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo3 .men_peo3_icon{width:8.438vw;right:3.063vw;bottom:.563vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo4{width:9.75vw;right:.313vw;bottom:1.875vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo4 .men_peo4_icon{width:5.875vw;right:3.938vw;bottom:-.063vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo5{width:6.25vw;bottom:2.125vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo5 .men_peo5_icon{width:6.5vw;right:-.125vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo6{width:7.188vw;bottom:1.688vw;}.menber .men_content{padding:0 4% 11.25vw;}.menber .men_content .men_item{min-height:21.875vw;padding-bottom:3.75vw;}.menber .men_content .men_item .men_img{width:17.875vw;height:18.813vw;box-shadow:.313vw .313vw 1.25vw rgba(233,225,217,.4392156863);border-radius:1vw;background:#fff;padding:.63vw;}.menber .men_content .men_item .men_img .men_img_box{border-radius:.875vw;}.menber .men_content .men_item .men_img .men_img_box .men_item_bg{bottom:.625vw;left:.625vw;}.menber .men_content .men_item .men_img .men_img_box .desmond{width:18.25vw;height:20.875vw;top:-3.3vw;left:-1.313vw;}.menber .men_content .men_item .men_img .men_img_box .hamid{width:17.063vw;height:21.313vw;top:-3.813vw;left:-.25vw;}.menber .men_content .men_item .men_img .men_img_box .Cassandra{height:20.875vw;top:-3.313vw;}.menber .men_content .men_item .men_img .men_img_box .Shawn{height:23.438vw;left:.063vw;top:-5.938vw;}.menber .men_content .men_item .men_img .men_img_box .Ang{height:21.25vw;left:.25vw;top:-3.813vw;}.menber .men_content .men_item .men_img .men_img_box .Patrick{height:21.875vw;left:.438vw;top:-4.375vw;}.menber .men_content .men_item .men_img .hamid_box{border:0;}.menber .men_content .men_item .men_img .hamid_box .hamid_icon1{position:absolute;width:11.063vw;height:6vw;top:1.875vw;right:-1.188vw;z-index:1;}.menber .men_content .men_item .men_img .Cassandra_box{border:0;}.menber .men_content .men_item .men_img .Cassandra_box .Cassandra_icon{width:12.5vw;height:4.5vw;}.menber .men_content .men_item .men_img .Shawn_box{border:0;}.menber .men_content .men_item .men_img .Shawn_box .Shawn_icon1{width:14.563vw;height:6.625vw;position:absolute;top:1.75vw;right:1.25vw;}.menber .men_content .men_item .men_img .Shawn_box .Shawn_icon2{position:absolute;width:1.688vw;height:4.375vw;right:2.75vw;}.menber .men_content .men_item .men_img .Shawn_box .Shawn_icon3{position:absolute;width:2.188vw;height:5.75vw;bottom:0;right:1.188vw;z-index:1;}.menber .men_content .men_item .men_img .Patrick_box{border:0;}.menber .men_content .men_item .men_img .Patrick_box .Patrick_icon{width:8vw;height:4.438vw;position:absolute;bottom:0;right:-5.813vw;z-index:1;}.menber .men_content .men_item .men_img .Patrick_box .Patrick_icon2{height:3.75vw;top:1.688vw;left:1.25vw;z-index:1;}.menber .men_content .men_item .men_img .Patrick_box .Ang_icon1{position:absolute;width:236px;height:74px;top:33px;right:23px;}.menber .men_content .men_item .men_img .ang_box{border:0;}.menber .men_content .men_item .men_img .ang_box .Ang_icon{width:5.688vw;height:3.625vw;}.menber .men_content .men_item .men_left{max-width:27.75vw;height:17.438vw;border:.063vw solid #bddaf0;border-radius:1.875vw;padding:1.875vw;}.menber .men_content .men_item .men_left .men_left_head{font-size:1.25vw;line-height:1.375vw;}.menber .men_content .men_item .men_left ul{padding:1.25vw 0;margin-left:1.25vw;}.menber .men_content .men_item .men_left ul li{font-size:1vw;line-height:1.375vw;padding:.313vw 0;}.menber .men_content .men_item .men_left .men_share{padding-top:.63vw;}.menber .men_content .men_item .men_left .men_share .men_facvebook{width:.938vw;height:1.563vw;margin-right:.63vw;}.menber .men_content .men_item .men_left .men_share .men_instagram{width:1.438vw;height:1.438vw;margin-right:.63vw;}.menber .men_content .men_item .men_left .men_share .men_tiktok{width:1.28vw;height:1.263vw;}.menber .men_content .men_item .men_txt{max-width:39.063vw;min-height:14.375vw;border:.063vw solid #bddaf0;border-radius:1.875vw;padding:1.875vw .938vw;}.menber .men_content .men_item .men_txt .men_icon1{width:6.75vw;height:3.25vw;top:-63.75vw;right:2.313vw;top:-3.25vw;}.menber .men_content .men_item .men_txt .men_txt_title{font-size:1.25vw;line-height:1.5vw;padding-bottom:.313vw;}.menber .men_content .men_item .men_txt .men_table{padding:.63vw 0;}.menber .men_content .men_item .men_txt .men_table .menhead{border:0 solid #bddaf0;border-radius:1vw;font-size:1vw;line-height:1.375vw;display:flex;padding:.938vw 1.25vw;}.menber .men_content .men_item .men_txt .men_table .men_t_item{font-size:.875vw;line-height:1.375vw;border-bottom:.063vw solid rgba(0,0,0,.15);padding-bottom:1.25vw;margin:0 1.25vw;}.menber .men_content .men_item .men_txt .men_table .men_t_item:last-child{border-bottom:0 solid rgba(0,0,0,.15);}.menber .men_content .men_item .men_txt .men_t_box{padding:.938vw 0 0;}.menber .men_content .men_item .men_txt .men_t_box .w40 span{font-size:1vw;}.Identity .Identity_banner{height:40vw;}.Identity .Identity_banner .Identity_banner_txt{width:15.625vw;bottom:1.875vw;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img{width:15.438vw;height:19.375vw;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img:after{width:17.563vw;height:1.438vw;bottom:-.688vw;left:-.5vw;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img .identity_banner_img1{width:13.313vw;height:3.375vw;left:-9.75vw;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img .identity_banner_img2{width:6.063vw;height:7.125vw;bottom:1.125vw;right:-6.25vw;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img .identity_banner_img3{width:7.688vw;height:10.063vw;position:absolute;bottom:-.75vw;right:-4.563vw;}.Identity .Identity_banner .identity_icon1{width:5.5vw;height:5.438vw;}.Identity .Identity_banner .identity_icon1 .identity_icon1_3{width:5.5vw;height:5.5vw;}.Identity .Identity_banner .identity_icon1 .identity_icon1_2{width:1.75vw;left:2.25vw;top:2.188vw;}.Identity .Identity_banner .identity_icon1 .identity_icon1_1{width:1.125vw;right:1.563vw;top:2.125vw;}.Identity .Identity_banner .identity_icon2{width:5.625vw;height:6.438vw;}.Identity .Identity_banner .identity_icon3{width:8.438vw;height:7.125vw;}.Identity .Identity_banner .identity_icon3 .identity_icon3_y{position:absolute;z-index:0;}.Identity .Identity_banner .identity_icon3 .identity_icon31{width:6.563vw;}.Identity .Identity_banner .identity_icon3 .identity_icon3_1{width:2.75vw;left:3.25vw;top:1.125vw;}.Identity .Identity_banner .identity_icon3 .identity_icon3_2{width:2.063vw;left:5.688vw;top:1.188vw;}.Identity .Identity_banner .identity_icon3 .identity_icon3_3{width:2.063vw;left:.25vw;top:1.063vw;}.Identity .Identity_banner .identity_icon3 .identity_icon3_4{width:1.5vw;left:1.75vw;top:1.125vw;}.Identity .Identity_banner .identity_icon3 .identity_icon3_5{width:4.625vw;height:.5vw;left:-1.125vw;bottom:1.188vw;}.Identity .Identity_banner .identity_icon3 .identity_icon3_6{width:4.625vw;height:.5vw;right:.438vw;bottom:1vw;}.Identity .Identity_banner .identity_icon4{width:9.5vw;height:3.25vw;}.Identity .Identity_banner .identity_icon5{width:2.188vw;height:1.313vw;}.Identity .Identity_banner .identity_icon6{width:2.188vw;height:.688vw;}.Identity .Identity_banner .identity_icon7{width:2.438vw;height:.813vw;}.Identity .Identity_banner .identity_icon8{width:.625vw;height:.938vw;}.Identity .Identity_banner .identity_icon9{width:.875vw;height:1.188vw;}.Identity .Identity_banner .identity_icon10{width:6.75vw;height:2.313vw;}.Identity .Identity_banner .identity_icon11{width:4vw;}.Identity .identity_gallery{height:28.125vw;width:100%;position:relative;padding:2.5vw 0;margin:6.25vw 0;}.Identity .identity_gallery:before{border-radius:14.063vw;}.Identity .identity_gallery .glist .gallery_img{height:22.188vw;max-width:33.125vw;border-radius:1.25vw;}.Identity .identity_gallery .HDnav{width:7.5vw;height:2.563vw;right:18%;padding:0 .63vw;}.Identity .identity_gallery .HDnav .swiper-button-next,.Identity .identity_gallery .HDnav .swiper-button-prev{width:2.563vw;height:2.563vw;padding:.313vw 0;border:.063vw solid #75af42;}.Identity .identity_gallery .HDnav .swiper-button-next svg,.Identity .identity_gallery .HDnav .swiper-button-prev svg{width:1.063vw;height:.63vw;}.Identity .identity_gallery .identity_g_txt{font-size:1.45vw;line-height:1.75vw;width:21.563vw;padding:6.25vw 2.188vw;}.Identity .identity_gallery .identity_g_txt .i_sun{width:3.5vw;height:3.5vw;bottom:-1.063vw;left:-1.375vw;}.Identity .identity_gallery .identity_g_txt .i_sea{width:4.375vw;height:.625vw;top:.625vw;}.Identity .identity_gallery .identity_g_txt .yuanhu1{width:1.25vw;height:1.25vw;position:absolute;top:2.5vw;left:-1.188vw;}.Identity .identity_gallery .identity_g_txt .yuanhu2{width:1.25vw;height:1.25vw;position:absolute;top:2.5vw;right:-1.25vw;}.Identity .identity_gallery .identity_g_txt .yuanhu3{width:1.25vw;height:1.25vw;bottom:3.438vw;left:-1.25vw;}.Identity .identity_gallery .identity_g_txt .yuanhu4{width:1.25vw;height:1.25vw;bottom:3.438vw;right:-1.188vw;}.Identity .identity_content{width:100%;height:100%;position:relative;padding-bottom:11.25vw;}.Identity .identity_content p{font-size:1vw;line-height:1.5vw;}.Identity .identity_content .identity_about{width:46.875vw;padding:0 0 5vw;}.Identity .identity_content .identity_about h2{padding-bottom:2.5vw;}.Identity .identity_content .identity_box{width:70.938vw;padding:1.875vw 6.25vw;border:.063vw solid #bddaf0;border-radius:1vw;}.Identity .identity_content .identity_box p span{margin:0 1.25vw;width:.25vw;height:.25vw;border-radius:.125vw;}.Identity .identity_content .identity_box .identity_box_top{padding-top:1.25vw;}.Identity .identity_content .identity_box .identity_box_icon1{left:-1.5vw;width:6.875vw;height:2.813vw;}.Identity .identity_content .identity_box .identity_box_icon2{left:-1.875vw;top:-1.875vw;width:3vw;height:3vw;}.Identity .identity_content .identity_box .identity_box_icon3{position:absolute;right:-2.063vw;bottom:0;width:4.25vw;height:5.063vw;}.Identity .identity_content .identity_logo{width:90%;max-width:70.938vw;padding:10vw 3%;}.Identity .identity_content .identity_logo .identity_logo_img img{width:24.063vw;height:12.938vw;}.Identity .identity_content .identity_logo .identity_logo_txt{max-width:35vw;}.Identity .identity_content .identity_logo .identity_logo_txt p{padding-top:2.5vw;}.Identity .identity_content .identity_mission{max-width:80vw;padding:0 0 6.25vw;}.Identity .identity_content .identity_mission .identity_mission_txt{padding:1.875vw 0;max-width:35vw;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item{max-width:24.375vw;border:.063vw solid #bddaf0;border-radius:1.875vw;background:#fff;font-size:1vw;line-height:1.5vw;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item span{position:absolute;top:-1.25vw;left:1.25vw;font-size:2.125vw;line-height:2.125vw;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_mission_item_box{border-radius:1.875vw;padding:.938vw 1.25vw .938vw 2.5vw;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon1{width:3.375vw;height:3.063vw;top:-3.063vw;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon2{width:6.25vw;height:2.375vw;bottom:-4.375vw;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon3{width:10.313vw;height:6.063vw;bottom:-2.875vw;right:-1.25vw;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon3 .identity_m_icon3_1{width:3.438vw;right:-1.313vw;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon3 .identity_m_icon3_2{width:4.75vw;right:-.375vw;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_m_icon3 .identity_m_icon3_3{width:3.75vw;}.subpage_top{height:9.375vw;}.subpage_bread span{margin:0 1.25vw;}.subpage_bread span img{width:.25vw;height:.5vw;}.useful p{font-size:1vw;color:#000;}.useful .useful_banner{width:100%;height:35vw;padding:1.875vw 0;}.useful .useful_banner .useful_b_top{bottom:-.313vw;height:5.313vw;}.useful .useful_banner .useful_niao1{width:2.188vw;height:.688vw;}.useful .useful_banner .useful_niao2{width:2.188vw;height:1.313vw;}.useful .useful_banner .useful_banner_content{margin:3.75vw auto 0;position:relative;}.useful .useful_banner .useful_banner_content .useful_banner_img{left:-5.813vw;width:27.5vw;height:12.5vw;}.useful .useful_banner .useful_banner_content .useful_banner_img .useful_b_icon5{width:5vw;height:13.625vw;z-index:0;position:relative;bottom:-2.5vw;left:-3.063vw;}.useful .useful_banner .useful_banner_content .useful_banner_img .useful_b_icon6{width:6.938vw;height:16.25vw;}.useful .useful_banner .useful_banner_content .useful_banner_img1{width:15.938vw;height:15vw;text-align:center;position:absolute;z-index:2;left:-.625vw;top:10.313vw;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon7{width:6.688vw;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon8{width:2.375vw;position:absolute;bottom:3.438vw;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon9{position:absolute;width:11.25vw;left:2.563vw;top:1.875vw;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon10{width:15.912vw;height:14.989vw;position:absolute;bottom:2.375vw;left:0;}.useful .useful_banner .useful_banner_imgright{width:64vw;height:55.125vw;position:absolute;right:-31.25vw;top:-18.75vw;z-index:2;}.useful .useful_banner .useful_banner_imgright .useful_bg_green{position:relative;width:100%;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1{width:4.375vw;height:7.313vw;}.useful .useful_banner .useful_banner_imgright .useful_b_icon2{width:6.5vw;height:6.5vw;}.useful .useful_banner .useful_banner_imgright .useful_b_icon2 .useful_b_icon2_1{width:3.15vw;}.useful .useful_banner .useful_banner_imgright .useful_b_icon4{width:5.188vw;height:3.625vw;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1_bg{width:3.813vw;height:.438vw;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1_bg1{width:3.813vw;height:.438vw;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1_bg2{width:7.063vw;height:.438vw;}.useful .useful_banner .useful_b_icon3{width:6.875vw;height:8.125vw;}.useful .useful_banner .useful_b_icon1_bg21{width:7.063vw;height:.438vw;}.useful .useful_links{padding:11.25vw 0 3.75vw;}.useful .useful_links .useful_links_content{padding:2.5vw 0;}.useful .useful_links .useful_links_content .useful_l_icon1{width:4.188vw;height:4.188vw;position:absolute;top:-2.25vw;left:-2.125vw;}.useful .useful_links .useful_links_content .useful_links_item{position:relative;width:13.75vw;height:8.813vw;margin-bottom:2.5vw;}.useful .useful_links .useful_links_content .useful_links_item .useful_links_img{width:13.75vw;height:8.813vw;}.useful .useful_links .useful_links_content .useful_links_item .useful_links_img img{width:100%;}.useful .useful_links .useful_links_content .useful_links_item .useful_links_btn{width:2.5vw;height:2.5vw;border:.063vw solid #bddaf0;border-radius:.938vw;position:absolute;bottom:0;right:0;}.useful .useful_links .useful_links_content .useful_links_item .useful_links_btn svg{width:2.5vw;height:2.5vw;fill:#000;}.useful .useful_links .useful_yun{width:50.625vw;height:18.188vw;position:absolute;bottom:1.275vw;}.useful .useful_contacts{padding:1.875vw 0 3.75vw;}.useful .useful_contacts .useful_contacts_box{max-width:59.375vw;}.useful .useful_contacts .useful_bottom_bg{top:-3.75vw;}.useful .useful_contacts .useful_contacts_content{width:100%;padding:1.875vw 0;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item{max-width:57.625vw;margin-bottom:2.5vw;border:.063vw solid #bddaf0;border-radius:1.875vw;padding:.938vw .938vw 0;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head{border-radius:1vw;height:3.875vw;padding:1.25vw 1.875vw;font-size:1.125vw;line-height:1.375vw;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt{padding:.938vw 1.875vw;border-bottom:.063vw solid #ccc;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt p{font-size:1vw;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt:last-child{border-bottom:0 solid #ccc;}.useful .useful_contacts .useful_contacts_content .useful_icon1{width:10.5vw;height:5.563vw;position:absolute;right:1.313vw;top:0;}.useful .useful_contacts .useful_contacts_content .useful_icon2{width:9.188vw;height:9.188vw;}.useful .useful_contacts .useful_contacts_content .useful_icon2 .useful_icon2_1{bottom:4.375vw;width:3.5vw;}.useful .useful_contacts .useful_contacts_content .useful_icon2 .useful_icon2_2{left:1.625vw;bottom:.813vw;width:3.125vw;}.useful .useful_contacts .useful_contacts_content .useful_icon2 .useful_icon2_3{right:.75vw;top:2.813vw;width:3.125vw;}.useful .useful_contacts .useful_contacts_content .useful_icon3{width:8.313vw;height:9.188vw;}.useful .useful_contacts .useful_contacts_content .useful_icon3 .useful_icon3_1{left:-.25vw;width:5.313vw;}.useful .useful_contacts .useful_contacts_content .useful_icon3 .useful_icon3_2{width:1.25vw;}.useful .useful_bottom{width:100%;height:12.5vw;top:-.5vw;}.useful .useful_bottom .useful_icon4{width:9.5vw;height:6.875vw;}.useful .useful_bottom .useful_icon5{width:3.813vw;height:7vw;}.useful .useful_bottom .useful_icon6{width:3.313vw;height:4.313vw;}.useful .useful_bottom .useful_icon7{width:1.875vw;height:1.875vw;}.useful .useful_bottom .footer_top_bg{bottom:-46%;}.we p{font-size:1vw;}.we .we_banner{width:100%;height:43.75vw;padding:1.875vw 0;}.we .we_banner .useful_b_top{bottom:-.313vw;height:5.313vw;}.we .we_banner .we_banner_content{margin:3.75vw auto 0;}.we .we_banner .we_banner_content p{max-width:39.813vw;padding-bottom:3.125vw;}.we .we_banner .we_banner_content .we_banner_img{height:13.625vw;left:-7.5vw;}.we .we_banner .we_banner_content .we_banner_img .we_b_icon8{width:11.875vw;height:15.438vw;position:relative;bottom:-1.875vw;}.we .we_banner .we_banner_content .we_banner_img .useful_b_icon5{width:5vw;position:relative;height:13.625vw;left:-1.438vw;}.we .we_banner .we_banner_content .we_banner_img .we_b_icon9{width:2.375vw;height:1.375vw;}.we .we_banner .we_banner_content .we_banner_img1{width:25.125vw;height:13.188vw;left:-3.75vw;bottom:-.813vw;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5{top:2.125vw;left:2.5vw;width:14.813vw;height:6.188vw;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5 img{height:5.25vw;left:2.188vw;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5 .we_b_icon5_txt{font-size:.813vw;line-height:1.938vw;width:10.938vw;height:2.375vw;border:.188vw solid #e3f2eb;border-radius:.75vw;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon6{position:relative;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon7{width:4.188vw;height:5.813vw;}.we .we_banner .we_banner_imgright{width:64vw;height:55.125vw;right:-29.688vw;top:-18.75vw;}.we .we_banner .we_banner_imgright .we_b_icon1{width:9.25vw;height:8.938vw;}.we .we_banner .we_banner_imgright .we_b_icon2{width:8.938vw;height:9.625vw;}.we .we_banner .we_banner_imgright .we_b_icon2 .we_b_icon2_1{position:absolute;left:.25vw;bottom:.188vw;width:7.25vw;}.we .we_banner .we_banner_imgright .we_b_icon2 .we_b_icon2_2{position:absolute;left:4.375vw;top:2.25vw;width:2vw;}.we .we_banner .we_banner_imgright .we_b_icon2 .we_b_icon_bg4{width:9.875vw;height:.5vw;}.we .we_banner .we_banner_imgright .we_b_icon3{width:7.813vw;height:9.125vw;}.we .we_banner .we_banner_imgright .we_b_icon3 .we_b_icon3_1{width:5.813vw;bottom:-1.25vw;left:-.188vw;}.we .we_banner .we_banner_imgright .we_b_icon4{width:10.25vw;height:11.563vw;}.we .we_banner .we_banner_imgright .we_b_icon_bg1{width:9.875vw;height:.51vw;}.we .we_banner .we_banner_imgright .we_b_icon_bg2{width:7.688vw;height:.51vw;}.we .we_banner .we_banner_imgright .we_b_icon_bg3{width:8.938vw;height:.51vw;}.we .we_content{padding:8.125vw 0%;max-width:88.75vw;}.we .we_content .we_content_item{min-height:22.813vw;border:.063vw solid #bddaf0;border-radius:14.188vw;padding:5vw 10.625vw 2.5vw 9.375vw;margin-bottom:8.125vw;}.we .we_content .we_content_item .we_item_txt{width:34.063vw;}.we .we_content .we_content_item ul{width:100%;}.we .we_content .we_content_item ul li{padding:0 1.25vw;}.we .we_content .we_content_item ul li p{position:relative;padding:.313vw 0;}.we .we_content .we_content_item ul li p:before{width:.25vw;height:.25vw;top:.813vw;left:-1.125vw;border-radius:.125vw;}.we .we_content .we_content_item .we_item_type{position:absolute;top:-2.5vw;left:6.875vw;padding:1.25vw 2.5vw;border:.063vw solid #bddaf0;border-radius:1.438vw;min-width:23.438vw;}.we .we_content .we_content_item .we_item_type .we_c_icon1{width:5.125vw;height:7vw;position:absolute;bottom:-4.688vw;right:-3.75vw;}.we .we_content .we_content_item .we_item_type .we_c_icon3{width:5.813vw;height:3.688vw;position:absolute;bottom:.625vw;right:-2.813vw;}.we .we_content .we_content_item .we_item_type .we_c_icon7{width:6.938vw;height:7.063vw;position:absolute;bottom:.625vw;right:-2.813vw;}.we .we_content .we_content_item .we_item_type .we_c_icon8{width:7.375vw;height:5.75vw;position:absolute;bottom:-.125vw;right:-3.938vw;}.we .we_content .we_content_item .we_item_img .we_c_img1{width:20.25vw;height:14.375vw;top:-8.125vw;left:0;}.we .we_content .we_content_item .we_item_img .we_c_img2{width:20.25vw;height:14.375vw;position:absolute;bottom:-5.313vw;right:-.63vw;}.we .we_content .we_content_item .we_item_img .we_c_icon2{width:10.063vw;height:7.438vw;position:absolute;left:1.813vw;bottom:-4.5vw;}.we .we_content .we_content_item .we_item_img .we_c_img6{width:14.188vw;height:8.313vw;}.we .we_content .we_content_item .we_item_img .we_c_img61{width:21.25vw;height:12.438vw;}.we .we_content .we_content_item .we_item_img .we_c_icon9{width:5.688vw;height:4.5vw;right:-2.188vw;}.we .we_content .we_content_item .we_item_img .we_c_img7{width:22vw;height:15.625vw;}.we .we_content .we_content_item .we_item_img .we_c_img8{width:15.188vw;height:10.813vw;position:relative;top:-7.188vw;left:.938vw;}.we .we_content .we_content_item .we_item_img .we_c_img9{width:14.938vw;height:10.625vw;position:relative;bottom:-3.75vw;}.we .we_content .we_content_item .we_item_img .we_c_img10{width:22vw;height:15.625vw;position:relative;left:.625vw;top:-7.5vw;}.we .we_content .we_content_item .we_item_txt2{top:.625vw;}.we .we_content .we_content_item .we_item_txt2 .we_txt2_item{max-width:22vw;}.we .we_content .we_content_item .we_item_txt2 .we_txt2_item img{height:15.625vw;}.we .we_content .we_content_item .we_item_txt2 .we_txt2_item div{padding-top:.313vw;}.we .we_content .we_content_item .we_item_txt2 .we_txt2_item div img{width:2.813vw;height:2.813vw;margin-right:.625vw;}.we .we_content .we_item3{position:relative;}.we .we_content .we_item3 .we_c_cao{width:18.75vw;height:8.375vw;bottom:-3.938vw;left:-7.625vw;}.we .we_content .we_item3 .we_c_cao2{width:18.75vw;height:8.375vw;bottom:-2.125vw;right:-5.313vw;}.we .we_content .we_item3 .we_c_nh{width:4.625vw;height:6.875vw;position:absolute;bottom:-1.75vw;left:.125vw;}.we .we_content .we_item3 .we_c_door{width:6.438vw;height:11.313vw;position:absolute;bottom:.188vw;right:-2.313vw;}.we .we_content .we_item3 .we_item_txt{padding-top:1.25vw;}.we .we_content .we_item3 .we_item_img{bottom:-2.5vw;left:-3.125vw;}.we .we_content .we_item4{height:17.375vw;min-height:auto;}.we .we_content .we_item4 .we_item_type{padding-right:6.25vw;}.we .we_content .we_item4 .we_item_txt{padding-top:1.25vw;}.we .we_content .we_item4 .we_item_img{left:1.875vw;display:flex;}.we .we_content .marginb170{margin-bottom:10.625vw;}.laws .laws_banner{height:36.25vw;}.laws .laws_banner .laws_b_top{height:35.75vw;}.laws .laws_banner .laws_banner_yun{width:6.75vw;height:2.313vw;}.laws .laws_banner .laws_banner_yun1{width:9.5vw;height:3.25vw;}.laws .laws_banner .laws_banner_title{margin:2.5vw auto;}.laws .laws_banner .laws_banner_img{max-width:81.25vw;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img6{width:6.438vw;height:7.5vw;position:relative;left:-3.25vw;z-index:0;top:-.313vw;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img7{width:7.375vw;height:10.625vw;position:relative;left:-1.875vw;z-index:0;top:-.313vw;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img8{width:15.813vw;height:13.313vw;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img1_bg21{width:28.438vw;height:1.25vw;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox2 img{width:5.375vw;height:5.75vw;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox2 .laws_banner_img1_bg3{width:6.063vw;height:1.25vw;position:absolute;bottom:-.25vw;left:-1vw;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox3{width:auto;height:8.125vw;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox3 img{width:15.25vw;height:8.125vw;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox3 .laws_banner_img1_bg1{width:16.75vw;height:1.25vw;position:absolute;bottom:-.5vw;left:-.25vw;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img1{width:10.688vw;height:6.063vw;position:relative;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img2{width:4.063vw;height:4.688vw;position:relative;top:-2.25vw;left:-2.25vw;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img3{width:2.5vw;height:6.063vw;position:relative;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img1_bg2{width:16.313vw;height:1.25vw;position:absolute;bottom:-.625vw;left:-.563vw;}.laws .laws_content{max-width:88.75vw;padding:5vw 5% 12.5vw;}.laws .laws_content .laws_content_item{width:32%;max-width:25vw;height:13.75vw;border-radius:1.875vw;padding:2.813vw 2.5vw 1.25vw;}.laws .laws_content .laws_content_item .laws_name{font-size:1.25vw;line-height:1.625vw;padding:0 0 2.5vw;}.laws .laws_content .laws_content_item .btn{width:9.5vw;padding-left:1.563vw;height:3.125vw;border-radius:1.563vw;font-size:.875vw;line-height:1vw;}.laws .laws_content .laws_content_item .btn img{width:1.875vw;height:1.875vw;margin:0 .813vw;}.offices .offices_banner{position:relative;height:36.25vw;padding-top:1.875vw;}.offices .offices_banner .offices_b_top{height:35.75vw;}.offices .offices_banner .offices_banner_yun{width:6.188vw;height:2.125vw;}.offices .offices_banner .o_bird{width:4.875vw;height:3.375vw;}.offices .offices_banner .identity_icon7{width:2.438vw;height:.813vw;}.offices .offices_banner .offices_banner_content{margin:3.75vw 12.5% 0;}.offices .offices_banner .offices_banner_content .offices_img{width:21.875vw;top:3.5vw;}.offices .offices_banner .offices_banner_content .offices_img .o_build1{width:13.313vw;height:16.313vw;}.offices .offices_banner .offices_banner_content .offices_img .o_build2{width:5.5vw;height:10.75vw;}.offices .offices_banner .offices_banner_content .offices_img .o_cao1{width:8.875vw;height:1.125vw;bottom:.25vw;right:-1.688vw;}.offices .offices_banner .offices_banner_content .offices_img .o_sun{width:15.188vw;height:15.188vw;top:-2.75vw;}.offices .offices_banner .offices_banner_imgright{width:64vw;height:55.125vw;position:absolute;right:-31.25vw;top:-18.75vw;}.offices .offices_banner .o_right_icon1{width:15.375vw;height:17.563vw;}.offices .offices_content{width:90%;max-width:75vw;padding:3.75vw 0 12.5vw;}.offices .offices_content .offices_item{padding:3.75vw 4%;border-bottom:.063vw solid #ccc;}.offices .offices_content .offices_item .w45{max-width:22.375vw;}.offices .offices_content .offices_item .w45 p{font-size:.875vw;}.offices .offices_content .offices_item .w55{max-width:38.625vw;}.offices .offices_content .offices_item .offices_item_title{font-size:2vw;line-height:1.375vw;}.offices .offices_content .offices_item .offices_item_txt{padding:1.875vw 0 1.25vw;}.offices .offices_content .offices_item .o_item_item{padding:.313vw;padding-left:1.563vw;}.offices .offices_content .offices_item .o_item_item img{position:absolute;top:.563vw;left:0;}.offices .offices_content .offices_item .o_item_map{width:17.625vw;height:12.25vw;border:.063vw solid #bddaf0;border-radius:1vw;margin-top:1.563vw;}.offices .offices_content .offices_item .o_pin{width:.75vw;height:1vw;}.offices .offices_content .offices_item .o_phone{width:.813vw;height:.813vw;}.offices .offices_content .offices_item .o_printer{width:.938vw;height:.938vw;}.offices .offices_content .offices_item .o_email{width:.938vw;height:.75vw;}.offices .offices_content .offices_item .o_item_hours_title{font-size:1.25vw;line-height:1.5vw;padding-bottom:.63vw;}.offices .offices_content .offices_item .o_item_hours_title img{width:1vw;margin-right:.63vw;}.offices .offices_content .offices_item .o_item_hours_title .img1{width:1.125vw;}.offices .offices_content .offices_item .o_item_hours_box{width:100%;height:auto;border:.063vw solid #bddaf0;border-radius:1.875vw;padding:.938vw .938vw .313vw;}.offices .offices_content .offices_item .o_item_hours_box .o_item_hours_head{width:100%;padding:1.25vw;border-radius:1vw;font-size:1vw;line-height:1.375vw;}.offices .offices_content .offices_item .o_item_hours_box .o_item_hours_txt{width:100%;padding:.63vw 1.25vw;font-size:1vw;line-height:1.375vw;display:flex;border-bottom:.063vw solid #ccc;}.offices .offices_content .offices_item .o_item_hours_box .o_item_hours_txt:last-child{border-bottom:0 solid #ccc;}.offices .offices_content .offices_item .o_item_hours_box .w65{width:65%;}.offices .offices_content .offices_item .o_item_hours_box .w35{width:35%;}.offices .offices_content .offices_item .o_item_hours{padding-bottom:1.875vw;}.offices .offices_content .offices_item:last-child{display:flex;align-items:flex-end;border-bottom:0 solid #ccc;}.offices .offices_content .offices_item:last-child .offices_item_title{width:189%;padding-bottom:2.5vw;}#Whistle .laws_banner .laws_banner_img{max-width:68.75vw;top:1.25vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img1{width:6.438vw;height:5.813vw;position:relative;top:-7.5vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img2{width:6vw;height:8.5vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img3{width:10.125vw;height:4.938vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img4{width:5.188vw;height:7.625vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img12{width:2.563vw;height:auto;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img1_bg2{width:17.625vw;height:1.25vw;position:absolute;bottom:-.625vw;left:4.938vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2{left:0;top:.938vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2 .wh_banner_img6{width:16.063vw;height:14.313vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2 .laws_banner_img1_bg{width:16.75vw;height:1.25vw;position:absolute;bottom:.313vw;left:-.25vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3{top:-3.125vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img7{width:9.375vw;height:7.313vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img8{width:6.313vw;height:6.375vw;position:absolute;top:5.313vw;left:6.875vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img9{width:5.125vw;height:5.375vw;position:relative;top:-4.375vw;left:-.313vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img10{width:6.625vw;height:6.5vw;position:relative;top:2.75vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img11{width:6.438vw;height:4.188vw;right:-2.5vw;top:-1.625vw;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img1_bg3{width:7.375vw;height:1.25vw;top:10.938vw;left:6.875vw;}#Whistle .whistle_content{max-width:60vw;padding:11.25vw 0% 12.5vw;}#Whistle .whistle_content .whistle_item{border:.063vw solid #bddaf0;border-radius:1vw;margin-bottom:1.25vw;}#Whistle .whistle_content .whistle_item .whistle_item_head{padding:1.25vw 2.5vw;font-size:1.125vw;line-height:1.375vw;}#Whistle .whistle_content .whistle_item .whistle_item_head:before{width:1.375vw;height:.125vw;border-radius:.063vw;right:2.5vw;}#Whistle .whistle_content .whistle_item .whistle_item_head:after{width:1.375vw;height:.125vw;border-radius:.063vw;right:2.5vw;}#Whistle .whistle_content .whistle_item .whistle_item_txt{display:none;padding:0 2.5vw 1.25vw;}#Whistle .whistle_content .whistle_item .whistle_item_txt p{padding:0 0 1.25vw;}#Whistle .whistle_content .whistle_item .whistle_item_txt ul{width:100%;}#Whistle .whistle_content .whistle_item .whistle_item_txt ul li{padding:0 1.25vw .63vw;}#Whistle .whistle_content .whistle_item .whistle_item_txt ul li p{padding:.313vw 0;font-size:.875vw;}#Whistle .whistle_content .whistle_item .whistle_item_txt ul li p:before{width:.25vw;height:.25vw;background:#008947;content:"";position:absolute;top:.813vw;left:-1.125vw;border-radius:.125vw;}#Whistle .whistle_content .show .whistle_item_txt{padding-bottom:1.25vw;}#Whistle .whistle_content .itemtxt .whistle_item_txt p{padding-left:1.563vw;position:relative;}#Whistle .whistle_content .itemtxt .whistle_item_txt p span{top:.063vw;padding-top:.12vw;width:1vw;height:1vw;font-size:.63vw;border-radius:.5vw;}#Whistle .whistle_content .itemtxt .whistle_item_txt ul li p{margin-left:1.563vw;}#Whistle .whistle_content .itemtxt .whistle_item_txt .pdpa_txt{padding-left:2.5vw;}#Whistle .footer_top_bg{bottom:-8%;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_b_bg1{width:10.188vw;height:1.25vw;position:absolute;left:-2.25vw;bottom:-.75vw;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_b_bg2{width:4.813vw;height:1.25vw;position:absolute;right:-.75vw;bottom:-.63vw;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img1{width:3.75vw;height:6.313vw;position:absolute;top:-3.688vw;left:-2vw;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img2{width:7vw;height:7.688vw;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img3{width:5.563vw;height:5.688vw;margin-left:2.813vw;top:-4.688vw;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img4{width:5.188vw;height:4.063vw;top:-7.875vw;left:-1.563vw;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img5{width:3.063vw;height:7.375vw;}#Whistle .pdpa_banner .laws_banner_imgbox2{left:.625vw;}#Whistle .pdpa_banner .laws_banner_imgbox2 .pdpa_banner_img6{width:18.375vw;height:16.813vw;}#Whistle .pdpa_banner .laws_banner_imgbox3{top:-3.938vw;}#Whistle .pdpa_banner .laws_banner_imgbox3 .laws_banner_img1_bg{width:19.063vw;height:1.25vw;position:absolute;right:-4vw;bottom:-4.438vw;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img7{width:2.875vw;height:4.5vw;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img8{width:7.625vw;height:5.375vw;top:2.188vw;left:3.125vw;z-index:1;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img9{width:7.563vw;height:5.313vw;position:absolute;left:4.688vw;top:-.313vw;z-index:0;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img10{width:6.875vw;height:2.813vw;top:4.375vw;left:.938vw;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img11{width:4.063vw;height:3.5vw;position:absolute;top:-2.188vw;left:13.75vw;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img12{width:2.688vw;height:7.563vw;left:.938vw;top:4.313vw;}#feedback .useful_banner .useful_b_top{bottom:2.813vw;}#feedback .useful_banner .useful_banner_content .useful_banner_img{width:20.625vw;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon1{width:8.625vw;height:15.063vw;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon1_bg{width:7.938vw;height:.438vw;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon2{width:9.313vw;height:8.375vw;top:3.063vw;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3{width:8.5vw;height:3.938vw;position:absolute;bottom:1.563vw;right:1.875vw;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3 .feedback_b_icon3_1{width:1.313vw;left:.438vw;top:1vw;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3 .feedback_b_icon3_2{width:1.313vw;right:.438vw;top:1vw;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3 .feedback_b_icon3_3{width:1.313vw;left:2vw;top:1vw;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3 .feedback_b_icon3_4{width:1.313vw;left:3.563vw;top:1vw;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3 .feedback_b_icon3_5{width:1.313vw;right:2vw;top:1vw;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon4{width:8.813vw;height:9.188vw;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon4_bg{width:7.938vw;height:.438vw;bottom:1.23vw;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon5{width:4.938vw;height:6.313vw;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon5_bg{width:4.938vw;height:.438vw;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6{width:7vw;height:10.938vw;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6_bg{width:7.625vw;height:.438vw;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon7{width:3.938vw;height:3.688vw;}#feedback .feedback_content{width:100%;height:100%;position:relative;padding:3.75vw 3.75vw 9.375vw;min-height:18.75vw;}#feedback .feedback_content .feedback_bg1{height:32.063vw;top:-3.75vw;}#feedback .feedback_content .feedback_content_box{width:60vw;}#feedback .feedback_content .feedback_content_box .feedback_from{padding-top:3.438vw;}#feedback .feedback_content .feedback_content_box .contactFormSect{width:46.563vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item{margin-bottom:2.188vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .wid50.notempty1:before{left:-.219vw;top:-.198vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .wid50.notempty2:before{left:-.219vw;top:-.198vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .border_right{width:.188vw;height:2vw;right:.63vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .txtbox{border-bottom:.125vw solid rgba(154,152,152,.3215686275);height:3.25vw;line-height:3.25vw;border:.063vw solid #bddaf0;border-radius:1vw;padding:1.25vw .938vw .63vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .txtbox.txtfont.focus{box-shadow:0 0 .563vw #96cae2;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .txtfont{font-size:.875vw;line-height:1vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .error{font-size:.75vw;left:.625vw;bottom:-1.438vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .error .contact_error{width:.813vw;height:.813vw;top:.125vw;margin-right:.25vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .txtfont.placeholders,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .placeholders{font-size:.875vw;height:2.5vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .placeholder1{left:.938vw;padding:1vw 0;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .mess .txtbox{padding-top:1.23vw;height:auto;min-height:10vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box input,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box textarea{border:0;margin:0;padding:0;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box input::-webkit-input-placeholder,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box textarea::-webkit-input-placeholder{font-size:.875vw;line-height:1vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box input::-moz-placeholder,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box textarea::-moz-placeholder{font-size:.875vw;line-height:1vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box input::-ms-input-placeholder,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box textarea::-ms-input-placeholder{font-size:.875vw;line-height:1vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box input.txtbox:focus,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box textarea.txtbox:focus{box-shadow:0 0 .563vw #96cae2;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .placeholder1.notempty,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .input1:focus~.placeholder1{PADDING:0;font-size:.75vw;top:.3vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .input1.notempty2{border:.063vw solid #72a588;padding-top:1.55vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .input1.notempty2+.item_check{width:1.438vw;height:1.438vw;position:absolute;right:.75vw;top:.938vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .input1.notempty1{border:.063vw solid #cc3727;padding-top:1.5vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .input1.notempty1+.item_check{width:1.25vw;height:1.25vw;position:absolute;right:.75vw;top:.938vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select{height:3.25vw;border:0;border:.063vw solid #bddaf0;border-radius:1vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select .option{font-size:.875vw;line-height:1.375vw;min-height:1.563vw;background:#fff;padding:.625vw 1.25vw;margin:.35vw 0;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select .option:hover,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select .option.focus,#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select .option.selected.focus{border-radius:1.563vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select.open .list{padding:.625vw;box-shadow:.625vw .625vw 1.25vw rgba(26,26,26,.0431372549);border:.063vw solid #bddaf0;border-radius:1.125vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .current{height:2.25vw;line-height:2.25vw;top:.75vw;font-size:.875vw;padding-left:.938vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .nice-select:after{border-left:.063vw solid transparent;border-right:.063vw solid #585858;border-bottom:.063vw solid #585858;border-top:.063vw solid transparent;height:.5vw;margin-top:-.25vw;right:1.375vw;width:.5vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area{border-radius:1vw;padding:2.5vw;height:13.438vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area img{width:3.125vw;height:2.688vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area h5{font-size:1.125vw;line-height:1.375vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area .text-muted{font-size:.75vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area .aup{border:.063vw solid #bddaf0;padding:.438vw 1.875vw;border-radius:1.563vw;margin-top:.313vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .preview-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(6.25vw,1fr));gap:.938vw;margin:1.25vw 0;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .preview-item img{border-radius:.5vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .remove-btn{position:absolute;top:.313vw;right:.313vw;width:1.563vw;height:1.563vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .status-message{padding:.625vw;border-radius:.313vw;margin-top:.938vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn{width:13.438vw;line-height:3.625vw;font-size:1.25vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn a{width:9.5vw;height:3.125vw;border-radius:1.563vw;font-size:.875vw;line-height:1vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn a .button .button-container .button-text{padding-left:2vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn a .button .button-container .button-inner{padding-left:1vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn a .button .second-icon{left:var(--arrow-pos);}#feedback .feedback_content .feedback_content_box .contactFormSect .privacy_txt{padding-bottom:1.875vw;}#feedback .feedback_content .feedback_content_box .contactFormSect .privacy_txt p{font-size:.875vw;line-height:1.375vw;}#feedback .feedback_content .feedback_content_box .feedback_address{width:14.5vw;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item{width:14.5vw;height:12.438vw;position:relative;padding:1.875vw;margin-bottom:1.563vw;background:#fff;border:.063vw solid #bddaf0;border-radius:1vw;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item .feedback_address_head{font-size:1.125vw;line-height:1.25vw;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item .feedback_address_txt{padding:1.063vw 0 .313vw;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item .feedback_address_txt img{margin-right:.625vw;top:.25vw;width:.813vw;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item .feedback_address_txt .o_email{width:1.063vw;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item .fb_head{font-size:1vw;line-height:1.375vw;}#feedback .useful_bottom{background:none;}#feedback .useful_bottom .feedback_bt_icon1{width:10.313vw;height:14.063vw;top:-5vw;}#feedback .useful_bottom .feedback_bt_icon2{width:4.25vw;height:7.375vw;bottom:1.25vw;}#feedback .useful_bottom .feedback_bt_icon3{width:5.063vw;height:3.063vw;top:1vw;}#feedback .useful_bottom .feedback_bt_icon4{width:6.313vw;height:5.125vw;}#feedback .useful_bottom .feedback_bt_icon5{width:6.813vw;height:6.063vw;}#feedback .feedback_bg2{height:50vw;}#Town .useful_banner{height:35.75vw;}#Town .useful_banner .councillor_banner_bg{height:35.75vw;}#Town .useful_banner .councillor_img1{max-width:62vw;}#Town .useful_banner .erer{width:6.25vw;height:8.188vw;}#Town .useful_banner .s3dd{width:5vw;height:5.438vw;}#Town .useful_banner .councillor_icon1{width:3.5vw;height:6.063vw;}#Town .useful_banner .councillor_icon2{width:6.125vw;height:6.938vw;}#Town .useful_banner .councillor_icon2 .councillor_icon2_1{width:.313vw;}#Town .useful_banner .councillor_icon2 .councillor_icon2_2{width:.375vw;}#Town .useful_banner .councillor_icon2 .councillor_icon2_3{width:.438vw;}#Town .useful_banner .councillor_icon3{width:4.375vw;height:3.188vw;}#Town .useful_banner .councillor_icon4{width:9.813vw;height:9.813vw;}#Town .useful_banner .councillor_icon4 .councillor_icon4_2{top:-.125vw;}#Town .useful_banner .councillor_icon5{width:5.563vw;height:9.438vw;position:absolute;right:17%;bottom:15%;}#Town .useful_banner .councillor_icon5 .councillor_icon51{width:5.563vw;height:9.438vw;}#Town .useful_banner .councillor_icon5 .councillor_icon6{width:2.375vw;height:2.875vw;position:absolute;}#Town .useful_banner .councillor_icon5 .councillor_icon7{width:4vw;height:3.313vw;}#Town .useful_banner .identity_icon4{width:9.5vw;height:3.25vw;}#Town .useful_banner .identity_icon5{width:2.188vw;height:1.313vw;}#Town .useful_banner .identity_icon6{width:2.188vw;height:.688vw;}#Town .useful_banner .identity_icon7{width:2.438vw;height:.813vw;}#Town .useful_banner .identity_icon41{width:6.75vw;height:2.313vw;}#Town .Down_Arrow{width:1.375vw;height:1.375vw;}#Town .town_box{padding:.63vw 1.875vw;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item{padding:.75vw;border:.063vw solid #bddaf0;border-radius:1vw;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt{width:32%;padding:1.563vw .63vw 1.563vw 1.875vw;border:1px solid #bddaf0;border-radius:1.125vw;margin-bottom:1.25vw;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w35{padding-top:.313vw;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w35 p{font-size:.875vw;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(3) .useful_contacts_item_txt{border:.063vw solid rgba(212,168,78,.5137254902);}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(4) .useful_contacts_item_txt{border:.063vw solid rgba(219,118,107,.5137254902);}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(5) .useful_contacts_item_txt{border:.063vw solid rgba(126,177,149,.5137254902);}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(6) .useful_contacts_item_txt{border:.063vw solid rgba(219,194,0,.5137254902);}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(7) .useful_contacts_item_txt{border:.063vw solid rgba(219,118,107,.5137254902);}#Town .useful_contacts .useful_contacts_content .useful_contacts_item:nth-child(8) .useful_contacts_item_txt{border:.063vw solid rgba(126,177,149,.5137254902);}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head{font-size:1.25vw;}#Town .useful_contacts .useful_contacts_box{max-width:68.5vw;}}@media screen and (max-width:1480px){.we .we_content .we_content_item{padding:80px 100px 40px 100px;}.useful .useful_banner .useful_b_top{bottom:-12px;}.we .we_content .we_content_item .we_item_txt2 .we_txt2_item img{height:auto;}.we .we_banner .useful_b_top{bottom:-13px;}.we .we_banner .we_banner_imgright .we_b_icon4{left:7%;}#feedback .useful_banner .useful_b_top{bottom:-7px;left:-20%;width:1600px;}.menber .men_banner .men_banner_img1{width:219px;position:absolute;top:207px;right:4%;}.menber .men_banner .men_banner_img2{width:249px;position:absolute;top:25vw;}}@media screen and (max-width:1400px){.laws .laws_content .laws_content_item{padding:35px 20px 20px;}.offices .offices_banner .offices_banner_content{width:50%;}.footer_top_bg{bottom:-2%;}.useful .useful_bottom .footer_top_bg{width:112%;}}@media screen and (max-width:1280px){.sub_title{font-size:38px;line-height:43px;}.sub_tip{font-size:18px;line-height:22px;}.sub_sectitle{font-size:28px;line-height:32px;}.Identity .identity_content .identity_box{width:90%;padding:30px 75px;}.Identity .identity_content .identity_box .identity_box_top p{font-size:14px;}.Identity .identity_content .identity_logo .identity_logo_img img{width:92%;height:auto;}.subpage_bread{width:90%;}.useful .useful_banner .useful_b_top{bottom:-24px;}.useful .useful_banner .useful_banner_content{width:90%;}.useful .useful_banner .useful_banner_content .useful_banner_img{left:0;}.useful .useful_banner .useful_banner_content .useful_banner_img1{left:80px;}.useful .useful_links{width:92%;padding:100px 0 60px;}#Whistle .laws_banner .laws_banner_img{width:92%;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3{top:-37px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img7{width:120px;height:auto;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img8{width:77px;height:auto;top:77px;left:103px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img9{width:62px;height:auto;top:-70px;left:-5px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img10{width:80px;height:auto;position:relative;top:44px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img11{width:95px;height:auto;position:absolute;right:-40px;top:-26px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img1_bg3{width:100px;height:auto;position:absolute;top:155px;left:125px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2{display:block;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2 .wh_banner_img6{width:199px;height:auto;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2 .laws_banner_img1_bg{width:214px;bottom:-4px;left:-11px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img1{width:80px;height:auto;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img2{width:72px;height:auto;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img3{width:135px;height:auto;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img4{width:75px;height:auto;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img1_bg2{width:231px;height:auto;}#Whistle .pdpa_banner .laws_banner_img .laws_banner_imgbox1 .pdpa_banner_img3,#Whistle .pdpa_banner .laws_banner_img .laws_banner_imgbox1 .pdpa_banner_img5,#Whistle .pdpa_banner .laws_banner_img .laws_banner_imgbox1 .pdpa_banner_img4,#Whistle .pdpa_banner .laws_banner_img .laws_banner_imgbox1 .pdpa_b_bg2{display:none;}#Whistle .pdpa_banner .laws_banner_img .laws_banner_imgbox3{display:block;}#Whistle .pdpa_banner .laws_banner_img .laws_banner_imgbox3 .pdpa_banner_img10{display:none;}#Whistle .whistle_content{padding:80px 0% 200px;}.laws .laws_content{flex-direction:column;align-items:center;}.laws .laws_content .laws_content_item{width:100%;margin-bottom:40px;padding:35px 30px 20px;}.we .we_content .we_content_item{padding:80px 50px 40px 50px;border-radius:20px;}.we .we_content .we_content_item .we_item_type{left:20px;}.we .we_content .we_content_item .we_item_img .we_c_icon2{width:110px;height:auto;position:absolute;left:0;bottom:-45px;}.we .we_content .we_content_item .we_item_img .we_c_img2{width:280px;height:auto;position:absolute;bottom:-78px;right:-10px;}.we .we_content .we_content_item .we_item_img .we_c_img1{width:280px;height:auto;position:relative;top:-105px;}.we .we_content .we_content_item .we_item_img .we_c_img8{width:auto;height:133px;}.we .we_content .we_content_item .we_item_img .we_c_img7{width:auto;height:130%;}.we .we_content .we_content_item .we_item_img .we_c_icon9{width:auto;height:48px;position:absolute;right:0;top:55%;}.we .we_content .we_content_item .we_item_img .we_c_img9{width:auto;height:125px;}.we .we_content .we_content_item .we_item_img .we_c_img10{width:auto;height:205px;}.we .we_banner .useful_b_top{width:auto;left:-55%;}.we .we_banner .we_banner_content{width:90%;}.we .we_banner .we_banner_content .we_banner_img{left:-22px;}.we .we_banner .we_banner_content .we_banner_img1{left:40px;bottom:-13px;width:357px;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5{width:200px;height:70px;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5 img{height:70px;left:35px;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5 .we_b_icon5_txt{top:34%;right:-11%;width:154px;height:36px;font-size:12px;}.we .we_banner .we_banner_imgright{width:974px;height:auto;position:absolute;right:-545px;}.we .we_banner .we_banner_imgright .we_b_icon4{width:126px;height:auto;left:15%;}.we .we_banner .we_banner_imgright .we_b_icon_bg2{top:89%;left:13%;}#feedback .feedback_content .feedback_bg1{top:-9%;}.offices .offices_banner .offices_banner_imgright{right:-590px;top:-300px;}.offices .offices_banner .o_right_icon1{right:1%;bottom:13%;}.menber .men_content .men_item .men_left{width:30%;}.menber .men_content .men_item .men_txt{width:41%;}.menber .men_banner{background-position-y:-180px;}.menber .men_banner .men_banner_img{top:-50px;}#Town .useful_banner .erer{bottom:3%;left:17%;}#Town .useful_banner .councillor_img1{max-width:818px;left:54%;}#Town .useful_banner .councillor_icon2{width:88px;height:102px;position:absolute;bottom:13%;left:30%;}#Town .useful_banner .councillor_icon3{bottom:2%;right:4%;}#Town .useful_banner .councillor_icon5{width:42px;height:115px;position:absolute;right:10%;bottom:15%;}#Town .useful_banner .councillor_icon5 .councillor_icon51{height:100%;width:auto;}#Town .useful_banner .councillor_icon5 .councillor_icon6{left:7%;}#Town .useful_banner .councillor_icon5 .councillor_icon7{width:50px;height:auto;position:absolute;bottom:0;z-index:1;right:-57%;}}@media screen and (max-width:1080px){.laws .laws_banner .laws_banner_img{width:100%;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img2{width:31px;height:63px;position:relative;top:-36px;left:-53px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img1{width:140px;height:auto;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img1_bg2{width:160px;height:auto;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img8{width:180px;height:auto;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img7{width:85px;height:auto;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img6{width:65px;height:auto;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img1_bg21{width:280px;height:auto;position:absolute;bottom:-5px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox3 img{width:210px;height:auto;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox3 .laws_banner_img1_bg1{width:230px;height:auto;position:absolute;bottom:5px;}#feedback .feedback_content .feedback_content_box{width:100%;}.offices .offices_banner .offices_banner_content{width:80%;}.offices .offices_banner .offices_banner_content .offices_img{left:-4%;top:84px;}.menber .men_banner{height:650px;background-position-y:-135px;}.menber .men_banner .men_banner_img1{width:141px;top:227px;right:4%;}.menber .men_banner .men_banner_img2{width:180px;top:304px;left:3%;}.menber .men_content .men_item{display:flex;justify-content:center;padding-bottom:60px;flex-wrap:wrap;}.menber .men_content .men_item .men_left{width:45%;margin-right:45px;}.menber .men_content .men_item .men_txt{width:100%;max-width:none;margin-top:50px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img8{width:93px;height:auto;top:21px;left:50px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img9{left:5px;top:7px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img11{display:block;left:auto;right:-25px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img7{display:block;position:absolute;bottom:-19px;left:-46px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .laws_banner_img1_bg{width:185px;height:auto;position:absolute;right:-25px;}#Whistle .pdpa_banner .laws_banner_imgbox1{left:2%;}}@media screen and (max-width:960px){.sub_title{font-size:32px;line-height:38px;}.sub_tip{font-size:16px;line-height:18px;}.sub_sectitle{font-size:24px;line-height:28px;}.subpage_top{width:100%;height:70px;}.subpage_bread{display:none;}.footer_top_bg{width:1200px;}.Identity .Identity_banner{height:526px;background:url(../images/Identity_banner_bg.svg) no-repeat top;background-size:103%;}.Identity .Identity_banner .Identity_banner_txt{width:200px;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img{width:135px;height:auto;margin:0 auto;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img .identity_banner_img1{bottom:11px;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img .identity_banner_img3{width:113px;height:auto;right:-125px;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img .identity_banner_img2{width:82px;height:auto;bottom:-1px;right:-160px;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img .identity_banner_img1{width:175px;height:auto;left:-130px;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img:after{width:210px;height:23px;bottom:1px;left:-14px;}.Identity .Identity_banner .identity_icon2{bottom:-5%;right:5%;z-index:2;}.Identity .Identity_banner .identity_icon3{z-index:2;}.Identity .Identity_banner .identity_icon10{top:57%;left:9%;}.Identity .Identity_banner .identity_icon7{left:65%;top:52%;}.Identity .Identity_banner .identity_icon5{top:45%;left:27%;right:auto;}.Identity .Identity_banner .identity_icon6{top:51%;left:21%;}.Identity .identity_gallery{height:auto;width:100%;position:relative;padding:0 0;margin:30px 0 120px;}.Identity .identity_gallery .identity_g_txt{height:auto;position:relative;background:none;left:4%;top:0;padding:0 35px 50px;}.Identity .identity_gallery .identity_g_txt .yuanhu1,.Identity .identity_gallery .identity_g_txt .yuanhu2,.Identity .identity_gallery .identity_g_txt .yuanhu3,.Identity .identity_gallery .identity_g_txt .yuanhu4{display:none;}.Identity .identity_gallery .glist .gallery_img{height:auto;min-height:190px;max-width:530px;width:100%;}.Identity .identity_gallery .glist .gallery_img img{min-height:190px;}.Identity .identity_gallery:before{width:1120px;height:85%;min-height:285px;right:auto;left:9%;top:32%;}.Identity .identity_gallery .HDnav{top:auto;bottom:-53px;left:50%;right:auto;transform:translateX(-50%);}.Identity .identity_content{padding-bottom:50px;}.Identity .identity_content .identity_about{width:92%;}.Identity .identity_content .identity_content_bg{width:250%;position:absolute;top:26%;left:0;}.Identity .identity_content .identity_logo{flex-direction:column;padding:60px 0;}.Identity .identity_content .identity_logo .identity_logo_img{width:100%;max-width:300px;margin:0 auto;}.Identity .identity_content .identity_logo .identity_logo_txt{max-width:100%;padding-top:30px;text-align:center;}.Identity .identity_content .identity_mission .identity_mission_box{flex-direction:column;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item{width:100%;max-width:none;border:1px solid #bddaf0;border-radius:16px;margin-bottom:40px;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item .identity_mission_item_box{min-height:78px;}.Identity .identity_content .identity_box{width:90%;padding:30px 25px 40px;}.Identity .identity_content .identity_box p{text-align:center;}.Identity .identity_content .identity_box .identity_box_top{flex-wrap:wrap;width:90%;margin-left:10%;}.Identity .identity_content .identity_box .identity_box_top li{width:45%;}.Identity .identity_content .identity_box .identity_box_top li p{display:block;text-align:left;}.Identity .identity_content .identity_box .identity_box_top li p span{left:-13px;top:8px;position:absolute;margin:0;}.Identity .identity_content .identity_box .identity_box_top li:last-child p span{display:inline-block;}.useful .useful_banner{height:450px;}.useful .useful_banner .useful_banner_content .useful_banner_img{width:200px;height:auto;}.useful .useful_banner .useful_banner_content .useful_banner_img .useful_b_icon6{width:88px;height:auto;}.useful .useful_banner .useful_banner_content .useful_banner_img .useful_b_icon5{width:75px;height:auto;bottom:-22px;left:-29px;}.useful .useful_banner .useful_banner_content .useful_banner_img1{left:40%;width:216px;height:auto;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon7{width:80px;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon8{width:25px;position:absolute;bottom:10px;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon9{position:absolute;width:132px;left:41px;top:34px;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon10{width:201.596px;height:auto;position:absolute;bottom:-5px;left:12px;}.useful .useful_banner .useful_banner_imgright{right:-564px;top:-416px;}.useful .useful_banner .useful_banner_imgright .useful_b_icon2,.useful .useful_banner .useful_banner_imgright .useful_b_icon1_bg,.useful .useful_banner .useful_banner_imgright .useful_b_icon1_bg1{display:none;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1{width:53px;height:auto;position:absolute;top:80%;left:34%;}.useful .useful_banner .useful_banner_imgright .useful_b_icon4{width:58px;height:auto;position:absolute;top:75%;left:33%;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1_bg2{width:100px;height:auto;position:absolute;top:90%;left:31.5%;}.useful .useful_banner .useful_b_icon3{width:85px;height:auto;position:absolute;top:93%;right:auto;left:24%;}.useful .useful_banner .useful_b_icon1_bg21{width:118px;height:7px;position:absolute;z-index:2;top:115%;right:auto;left:22%;}.useful .useful_banner .useful_niao1{top:59%;}.useful .useful_banner .useful_niao2{top:52%;}.useful .useful_banner .useful_b_top{width:1200px;height:auto;left:-5%;}.useful .useful_contacts{padding:0 0 60px;}.useful .useful_contacts .useful_contacts_content{padding:50px 0 0;}.useful .useful_contacts .useful_contacts_content .useful_icon1{width:auto;height:70px;position:absolute;right:-5px;top:25px;}.useful .useful_contacts .useful_contacts_content .useful_icon2,.useful .useful_contacts .useful_contacts_content .useful_icon3{display:none;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head{height:48px;padding:13px 15px;font-size:16px;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt{padding:15px;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt p{font-size:14px;width:95%;}.useful .useful_contacts .useful_bottom_bg{height:103%;position:absolute;top:-60px;left:-5%;width:auto;}.useful .useful_links .useful_links_content .useful_links_item{width:165px;height:auto;margin-bottom:10px;}.useful .useful_links .useful_links_content .useful_links_item .useful_links_img{width:100%;height:auto;}.useful .useful_links .useful_links_content .useful_links_item .useful_links_btn{width:30px;height:30px;bottom:9px;}.useful .useful_links .useful_links_content .useful_links_item .useful_links_btn svg{width:30px;height:30px;}.useful .useful_bottom{height:140px;}.useful .useful_bottom .useful_icon5,.useful .useful_bottom .useful_icon6,.useful .useful_bottom .useful_icon7{display:none;}.useful .useful_bottom .useful_icon4{width:auto;height:65px;left:40%;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img3,#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img5,#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img4,#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_b_bg2{display:none;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img10,#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img7{display:none;}#Whistle .whistle_content .whistle_item .whistle_item_head{padding:20px;font-size:16px;line-height:20px;padding-right:10%;}#Whistle .whistle_content .whistle_item .whistle_item_head:before,#Whistle .whistle_content .whistle_item .whistle_item_head:after{width:15px;right:20px;}#Whistle .whistle_content .whistle_item .whistle_item_txt{padding:0 20px 20px;}.laws .laws_banner{height:490px;}.laws .laws_banner .laws_banner_yun1{width:108px;height:52px;position:absolute;top:31%;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox3{position:absolute;left:59%;transform:translateX(-50%);bottom:-112px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox2{left:-18%;bottom:-99px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1{left:2%;}.laws .laws_banner .laws_b_top{left:50%;transform:translateX(-50%);height:100%;}.we .we_content .we_content_item{flex-direction:column;padding:50px 30px 40px 30px;margin-bottom:80px;}.we .we_content .we_content_item .we_item_txt{width:100%;}.we .we_content .we_content_item .we_item_img{width:100%;padding-top:30px;display:flex;justify-content:space-between;}.we .we_content .we_content_item .we_item_img .we_c_img1{width:49%;height:auto;position:relative;top:0;}.we .we_content .we_content_item .we_item_img .we_c_img2{width:49%;height:auto;position:relative;bottom:0;right:0;}.we .we_content .we_content_item .we_item_img .we_c_icon2{width:129px;height:auto;position:absolute;left:-51px;bottom:-59px;z-index:1;}.we .we_content .we_content_item .we_item_img .we_c_img6{width:40%;height:auto;}.we .we_content .we_content_item .we_item_img .we_c_img61{width:60%;height:auto;}.we .we_content .we_content_item .we_item_img .we_c_img7{width:100%;height:auto;}.we .we_content .we_content_item .we_item_txt2{flex-direction:column;}.we .we_content .we_content_item .we_item_txt2 .we_txt2_item{width:100%;margin:0 auto 40px;max-width:352px;}.we .we_content .we_content_item .we_item_type{min-width:310px;padding:15px 28px;}.we .we_content .we_content_item .we_item_type .we_c_icon1{width:57px;height:auto;position:absolute;bottom:-40px;right:-25px;}.we .we_content .we_content_item .we_item_type .we_c_icon7{width:58px;height:auto;position:absolute;bottom:-20px;right:-17px;}.we .we_content .we_content_item .we_item_type .we_c_icon8{width:65px;height:auto;position:absolute;bottom:-2px;right:-47px;}.we .we_content .we_item3{margin-bottom:100px;}.we .we_content .we_item3 .we_item_img{left:0;}.we .we_content .we_item3 .we_c_cao2{width:200px;height:auto;}.we .we_content .we_item3 .we_c_door{width:66px;height:auto;position:absolute;bottom:3px;right:-30px;}.we .we_content .we_item3 we_c_cao{width:200px;height:auto;bottom:-63px;left:-82px;}.we .we_content .we_item3 .we_c_nh{width:56px;height:auto;position:absolute;bottom:-28px;left:2px;}.we .we_content .we_item4{height:auto;}.we .we_content .we_item4 .we_item_img{left:0;}.we .we_content .we_item4 .we_item_img .we_c_img8{display:none;}.we .we_content .we_item4 .we_item_img .we_c_icon9{right:-6%;top:-7px;}.we .we_content .we_item4 .we_item_img .we_c_img9{width:auto;height:125px;position:absolute;bottom:0;top:-10%;right:-45px;display:none;}.we .we_content .we_item4 .we_item_img .we_c_img10{width:100%;height:auto;left:0;top:0;}.we .we_banner{height:600px;}.we .we_banner .we_banner_imgright .we_b_icon1,.we .we_banner .we_banner_imgright .we_b_icon4,.we .we_banner .we_banner_imgright .we_b_icon_bg2,.we .we_banner .we_banner_imgright .we_b_icon_bg1{display:none;}.we .we_banner .we_banner_imgright .useful_bg_green{top:-80px;left:3%;}.we .we_banner .we_banner_content{width:63%;margin:50px 6%;}.we .we_banner .we_banner_content .we_banner_img1{left:7%;bottom:-69px;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5{width:130px;height:auto;top:15px;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5 img{height:58px;left:31px;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5 .we_b_icon5_txt{top:28%;right:-79px;width:154px;}.offices .offices_banner .offices_banner_imgright{right:-66%;top:-63%;}.offices .offices_banner .o_right_icon1{width:190px;height:auto;right:1%;bottom:30%;}.offices .offices_banner .o_right_icon1 .o_right_icon1_1{width:128px;}.offices .offices_banner .o_right_icon1 .o_right_icon1_2{width:162px;}.offices .offices_banner .o_right_icon1 .o_right_icon1_3{width:169px;}.offices .offices_banner .offices_banner_content{width:90%;margin:60px auto 0;}.offices .offices_banner .offices_banner_content .offices_img{left:-4%;top:136px;width:310px;}.offices .offices_content{width:92%;}.offices .offices_content .offices_item{padding:40px 0;flex-direction:column;}.offices .offices_content .offices_item .offices_item_title{font-size:28px;}.offices .offices_content .offices_item .w45,.offices .offices_content .offices_item .w55{max-width:none;width:100%;}.offices .offices_content .offices_item .w45{padding-bottom:40px;}.offices .offices_content .offices_item:last-child .offices_item_title{width:100%;line-height:28px;padding-bottom:20px;}.offices .footer_top_bg{width:1000px;position:absolute;left:0;bottom:-1%;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon1{width:auto;height:185px;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon1_bg{width:104px;height:7px;position:absolute;left:0;bottom:-2px;mix-blend-mode:multiply;opacity:.5;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3{bottom:1px;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon2{width:120px;height:94px;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon5{width:73px;height:77px;position:absolute;bottom:31%;left:15%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon5_bg{width:58px;height:7px;bottom:30.5%;left:16%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon7{width:41px;height:59px;position:absolute;left:39%;bottom:32%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6{width:285px;height:auto;bottom:12%;left:25%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6 .feedback_b_icon6_y{width:38%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6 .feedback_b_icon6_1{width:28px;top:57px;left:47px;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6 .feedback_b_icon6_2{width:37px;left:23%!important;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6_bg{width:99px;bottom:10.5%;left:26%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon4{width:auto;height:125px;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon4_bg{width:98px;}#feedback .feedback_content{padding:60px 4% 85px;}#feedback .feedback_content .feedback_content_box .contactFormSect .upfile .drop-area{border:2px dashed #96cae2;background:#fff;}#feedback .feedback_content .feedback_content_box .feedback_from{flex-direction:column;}#feedback .feedback_content .feedback_content_box .feedback_from .contactFormSect{width:100%;max-width:670px;margin:0 auto;}#feedback .feedback_content .feedback_content_box .feedback_from .contactFormSect .contact_content .contact_from{width:100%;}#feedback .feedback_content .feedback_content_box .feedback_address{width:100%;height:100%;padding-top:40px;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item{width:100%;height:auto;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item .feedback_address_txt div{display:flex;}#feedback .feedback_content .feedback_content_box .feedback_address .feedback_address_item .fb_head{min-width:100px;}#feedback .useful_bottom{height:200px;}#feedback .useful_bottom .footer_top_bg{bottom:-42%;width:1100px;}#feedback .useful_bottom .feedback_bt_icon1{width:auto;height:175px;top:0;left:2%;}#feedback .useful_bottom .feedback_bt_icon2{width:auto;height:84px;}#feedback .useful_bottom .feedback_bt_icon3{width:auto;height:39px;left:17%;top:74px;}.menber .men_banner{height:580px;}.menber .men_banner .men_banner_img2{width:180px;top:241px;left:3%;}.menber .men_banner .men_banner_img1{top:182px;}.menber .men_banner .men_banner_content{width:93%;}.menber .men_banner .men_banner_content .men_banner_people{width:100%;}.menber .men_peo1{position:absolute;right:-18px;bottom:-60px;width:101px;height:auto;}.menber .men_peo2{position:absolute;width:63px;height:auto;bottom:-71px;right:-33px;}.menber .men_peo2 .men_peo2_icon{width:100%;}.menber .men_peo3{width:108px;height:auto;position:absolute;right:-44px;bottom:-52px;}.menber .men_peo4{width:85px;height:auto;position:absolute;right:-34px;bottom:-56px;}.menber .men_peo4 .men_peo4_icon{width:100%;height:20px;position:absolute;right:20px;bottom:-7px;}.menber .men_peo5{width:49px;height:auto;}.menber .men_peo6{right:4px;width:70px;height:auto;}.menber .men_content .men_item .men_img .ang_box .star{left:-21px;top:20px;width:139px;height:87px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3{top:80px;left:auto;right:0;transform:none;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2{display:block;position:absolute;left:50%;transform:translateX(-50%);bottom:-145px;top:auto;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1{left:-4%;top:124px;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head{height:auto;}}@media screen and (max-width:780px){.useful .useful_banner .useful_banner_imgright{width:935px;height:auto;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1{left:30%;}.useful .useful_banner .useful_banner_imgright .useful_b_icon4{left:29%;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1_bg2{width:90px;top:90%;left:28.5%;}#Whistle .laws_banner .laws_banner_title{margin:55px auto 15px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1{top:145px;left:-4%;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img1_bg2{width:152px;height:auto;position:absolute;bottom:-4px;left:29px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img1{width:59px;height:auto;position:relative;top:-153px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img4{display:none;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img3{width:113px;height:auto;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img12{left:32%;top:-175%;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img2{width:64px;height:auto;position:absolute;left:56%;top:-174%;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3{display:block;top:28px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img7{width:100px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img8{width:69px;height:auto;top:73px;left:45px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img9{width:50px;height:auto;top:-49px;left:-5px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img10{width:64px;height:auto;position:relative;top:63px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img11{width:82px;height:auto;position:absolute;right:-18px;top:-2px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img1_bg3{width:89px;height:auto;position:absolute;top:142px;left:93px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2{top:30px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2 .wh_banner_img6{width:190px;height:auto;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2 .laws_banner_img1_bg{width:198px;height:auto;position:absolute;bottom:-50px;left:-10px;}#Whistle .laws_banner .laws_banner_img.blow .laws_banner_imgbox2 .wh_banner_img6{top:52px;}#Whistle .pdpa_banner .laws_banner_imgbox2 .pdpa_banner_img6{width:200px;height:auto;top:50px;position:relative;}#Whistle .pdpa_banner .laws_banner_imgbox2 .laws_banner_img1_bg{width:200px;height:auto;position:absolute;bottom:-54px;left:-4px;}#Whistle .pdpa_banner .laws_banner_imgbox1{top:-80px;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_banner_img2{width:80px;height:auto;}#Whistle .pdpa_banner .laws_banner_imgbox1 .pdpa_b_bg1{width:134px;height:auto;position:absolute;left:-36px;bottom:-13px;}#Whistle .pdpa_banner .laws_banner_img .laws_banner_imgbox1{left:5%;}#Whistle .whistle_content{padding:70px 0% 120px;}#Whistle .footer_top_bg{width:1000px;}.laws .laws_banner .laws_banner_yun1{top:31%;}#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon2,#feedback .useful_banner .useful_banner_content .useful_banner_img .feedback_b_icon3{display:none;}#feedback .useful_banner .useful_banner_content .useful_banner_img .useful_banner_imgright{right:-525px;top:-377px;}#feedback .useful_banner .useful_b_top{left:-58%;}.offices .offices_banner .offices_banner_imgright{width:950px;height:auto;right:-527px;}.offices .offices_banner .offices_banner_imgright .useful_bg_green{left:6%;top:-30px;transform:rotate(7deg);}.offices .offices_banner .o_right_icon1{right:1%;bottom:37%;}.offices .offices_banner .offices_banner_yun{width:90px;height:auto;position:absolute;top:18%;left:64%;}.offices .offices_banner .identity_icon7{top:38%;}.offices .offices_banner .o_bird{width:56px;height:auto;position:absolute;top:41%;left:3%;}.offices .offices_banner .offices_banner_content .offices_img{left:-24%;}.menber .men_banner .men_banner_content .men_banner_people{padding-top:50px;}#Town .useful_banner{height:510px;}#Town .useful_banner .identity_icon41{width:89px;height:37px;top:34%;left:4%;}#Town .useful_banner .identity_icon4{width:93px;height:auto;}#Town .useful_banner .identity_icon5{top:40%;right:28%;}#Town .useful_banner .identity_icon6{top:46%;right:35%;}#Town .useful_banner .councillor_banner_bg{height:510px;}#Town .useful_banner .councillor_img1{width:650px;left:55%;}#Town .useful_banner .erer{bottom:3%;left:6%;width:11%;height:auto;}#Town .useful_banner .councillor_icon1{width:47px;height:auto;position:absolute;bottom:-3%;left:29%;}#Town .useful_banner .councillor_icon2{width:75px;height:auto;position:absolute;bottom:10%;left:25%;}#Town .useful_banner .councillor_icon3{display:none;}#Town .useful_banner .councillor_icon4{width:29%;max-width:120px;height:auto;}#Town .useful_banner .s3dd{width:60px;height:auto;position:absolute;top:78%;left:58%;}#Town .useful_banner .councillor_icon5{width:50px;height:97px;position:absolute;right:7%;bottom:6%;}#Town .town_box{padding:10px 15px;}#Town .Down_Arrow{width:15px;height:15px;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item{margin-bottom:20px;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head{font-size:18px;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt{width:49%;}#Town .useful_bottom .footer_top_bg{bottom:-36%;}}@media screen and (max-width:767px){.button .button-container .button-out-wrapper{left:50%;}.button .button-container .button-inner{flex-direction:row-reverse;}.Identity .Identity_banner .couple{width:80px;height:91px;}.Identity .Identity_banner .identity_icon1{z-index:3;}.offices .offices_content .offices_item{padding:30px 3%;}.offices .offices_content .offices_item .offices_item_title{font-size:22px;}.offices .offices_content .offices_item .offices_item_txt{padding:15px 0 20px;}}@media screen and (max-width:680px){.Identity .Identity_banner{background:url(../images/Identity_banner_bg.svg) no-repeat top;background-size:180%;}.Identity .identity_content .identity_about{padding:0 0 60px;}.Identity .identity_content .identity_box{width:85%;padding:30px 25px 50px;}.Identity .identity_content .identity_box .identity_box_top{margin-left:5%;width:100%;}.Identity .identity_content .identity_box .identity_box_top li{width:40%;padding-bottom:10px;}.Identity .identity_content .identity_box .identity_box_top li p{font-size:13px;}.Identity .identity_content .identity_box .identity_box_top li:nth-child(2n+1){width:60%;}.useful .useful_links .useful_yun{width:600px;height:251px;position:absolute;right:-65px;bottom:17px;}.useful .useful_contacts .useful_bottom_bg{position:absolute;top:-60px;left:85%;width:auto;height:104%;transform:translateX(-50%);}.we .we_banner{height:600px;}.we .we_banner .we_banner_content{width:75%;}.we .we_banner .we_banner_content .we_banner_img1{left:5%;bottom:-60px;width:307px;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5{width:122px;height:auto;}.we .we_banner .we_banner_content .we_banner_img .we_b_icon8{width:137px;height:auto;}.we .we_banner .we_banner_content .we_banner_img .useful_b_icon5{width:74px;position:relative;height:auto;left:-15px;}.we .we_banner .we_banner_imgright .useful_bg_green{top:-80px;left:12%;transform:rotate(15deg);}.we .we_banner .we_banner_imgright .we_b_icon2{width:105px;height:auto;position:absolute;top:49%;left:25%;}.we .we_banner .we_banner_imgright .we_b_icon2 .we_b_icon2_1{left:-7px;bottom:3px;width:95px;}.we .we_banner .we_banner_imgright .we_b_icon2 .we_b_icon2_2{left:52px;top:19px;width:27px;}.we .we_banner .we_banner_imgright .we_b_icon2 .we_b_icon_bg4{width:110px;height:9px;top:90%;}.we .we_banner .we_banner_imgright .we_b_icon3{width:72px;height:auto;position:absolute;top:74%;left:34%;}.we .we_banner .we_banner_imgright .we_b_icon3 img{height:55%;}.we .we_banner .we_banner_imgright .we_b_icon3 .we_b_icon3_1{width:80px;height:auto;bottom:17px;left:-42px;}.we .we_banner .we_banner_imgright .we_b_icon_bg3{top:90.8%;left:32%;width:99px;}.padding50{padding-top:10px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4{top:-50px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img1{width:107px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox2{display:none;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img8{width:70px;height:auto;top:-4px;left:35px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img9{width:76px;height:auto;position:absolute;left:5px;top:20px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img11{right:-17px;width:49px;height:auto;}#Whistle .pdpa_banner .laws_banner_imgbox3 .laws_banner_img1_bg{width:110px;}#Whistle .pdpa_banner .laws_banner_imgbox3 .pdpa_banner_img7{bottom:-43px;left:6px;width:33px;height:auto;}#Whistle .pdpa_banner .laws_banner_img .laws_banner_imgbox3{right:10px;}.menber{background:#f2f9ff;}.menber h2{text-align:center;margin-bottom:15.581vw;display:block;}.menber .men_peo1{right:20px;top:-108px;bottom:auto;}.menber .men_peo1 img{width:100%;height:auto;}.menber .men_peo1 .men_peo1_icon{position:absolute;right:-2.791vw;bottom:.233vw;}.menber .men_peo2{bottom:auto;right:-1.163vw;top:-116px;}.menber .men_peo2 img{width:100%;height:auto;}.menber .men_peo2 .men_peo2_icon{position:absolute;right:2.558vw;bottom:.233vw;}.menber .men_peo3{right:0;bottom:0;top:-73px;}.menber .men_peo3 img{width:100%;height:auto;}.menber .men_peo3 .men_peo3_icon{right:.233vw;bottom:auto;top:117px;width:101px;height:15px;}.menber .men_peo4{bottom:0;top:-102px;right:0;}.menber .men_peo4 img{width:100%;height:auto;}.menber .men_peo4 .men_peo4_icon{bottom:auto;top:130px;}.menber .men_peo5{bottom:0;top:-91px;}.menber .men_peo5 img{width:100%;height:auto;}.menber .men_peo5 .men_peo5_icon{bottom:auto;top:119px;width:69px;}.menber .men_peo6{bottom:auto;top:-113px;}.menber .men_peo6 img{width:100%;height:auto;}.menber .men_peo6 .men_peo6_icon{position:absolute;width:90px;height:23px;}.menber .men_banner{height:550px;background:url(../images/men_banner_bg.svg) no-repeat top;background-size:800px;background-position-x:98%;padding:70px 0 20px;}.menber .men_banner .men_banner_img{width:104%;top:42%;transform:translateY(-50%);}.menber .men_banner .men_banner_img1{width:102px;top:183px;}.menber .men_banner .men_banner_img2{width:136px;top:217px;}.menber .men_banner .men_banner_content .men_banner_people .men_peo1{right:auto;left:19%;bottom:0;height:auto;width:27.853vw;top:0;}.menber .men_banner .men_banner_content .men_banner_people .men_peo1 .men_peo1_icon{width:68%;right:-12px;bottom:11vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo2{width:18.118vw;top:0;right:0;bottom:0;}.menber .men_banner .men_banner_content .men_banner_people .men_peo2 .men_peo2_icon{width:100%;height:auto;position:absolute;right:8px;bottom:5vw;top:auto;}.menber .men_banner .men_banner_content .men_banner_people .men_peo3{height:auto;width:28.971vw;right:auto;left:46%;top:0;bottom:0;}.menber .men_banner .men_banner_content .men_banner_people .men_peo3 .men_peo3_icon{width:63%;height:auto;position:absolute;right:51px;bottom:11vw;top:auto;}.menber .men_banner .men_banner_content .men_banner_people .men_peo4{height:auto;width:22.941vw;top:0;right:5px;bottom:0;}.menber .men_banner .men_banner_content .men_banner_people .men_peo4 .men_peo4_icon{width:63%;height:auto;position:absolute;right:33%;bottom:6vw;top:auto;}.menber .men_banner .men_banner_content .men_banner_people .men_peo5{height:auto;width:14.706vw;bottom:-16px;right:auto;left:64%;top:auto;}.menber .men_banner .men_banner_content .men_banner_people .men_peo5 .men_peo5_icon{width:100%;right:-2px;bottom:1px;top:auto;}.menber .men_banner .men_banner_content .men_banner_people .men_peo6{height:auto;width:16.912vw;right:auto;bottom:-3px;top:auto;}.menber .men_banner .men_banner_content .men_banner_people .men_peo6 .men_peo6_icon{width:80%;right:2.209vw;}.menber .men_content{width:100%;padding:0 4% 18.605vw;height:100%;position:relative;}.menber .men_content .men_item{min-height:81.395vw;width:100%;position:relative;display:flex;justify-content:space-between;flex-direction:column;}.menber .men_content .men_item .men_img{box-shadow:1.163vw 1.163vw 4.651vw rgba(233,225,217,.4392156863);border-radius:3.721vw;background:#fff;position:relative;order:1;}.menber .men_content .men_item .men_img .men_img_box{width:100%;height:100%;border-radius:3.256vw;background-size:101%;text-align:center;}.menber .men_content .men_item .men_img .hamid_box{background:url(../images/hamid_box.svg) no-repeat bottom;background-size:100%;border:0;}.menber .men_content .men_item .men_img .hamid_box .hamid_icon1{position:absolute;top:22.977vw;right:-4.419vw;z-index:1;animation:float 5s forwards ease-in-out infinite;}.menber .men_content .men_item .men_img .Cassandra_box{background:url(../images/Cassandra_box.svg) no-repeat bottom;background-size:100%;border:0;}.menber .men_content .men_item .men_img .Cassandra_box .Cassandra_icon{position:absolute;bottom:0;right:0;z-index:1;}.menber .men_content .men_item .men_img .Shawn_box{background:url(../images/Shawn_box.svg) no-repeat bottom;background-size:100%;border:0;}.menber .men_content .men_item .men_img .Shawn_box .Shawn_icon1{position:absolute;top:6.512vw;right:4.651vw;animation:float 5s forwards ease-in-out infinite;}.menber .men_content .men_item .men_img .Shawn_box .Shawn_icon2{position:absolute;bottom:0;right:10.233vw;z-index:2;animation:wave-hand 4s forwards ease-in-out infinite;transform-origin:bottom;}.menber .men_content .men_item .men_img .Shawn_box .Shawn_icon3{position:absolute;bottom:0;right:4.419vw;z-index:1;animation:wave-hand 4s forwards ease-in-out infinite;transform-origin:bottom;}.menber .men_content .men_item .men_img .Patrick_box{background:url(../images/Patrick_box.svg) no-repeat bottom;background-size:100%;border:0;}.menber .men_content .men_item .men_img .Patrick_box .Patrick_icon{position:absolute;bottom:0;right:-21.628vw;z-index:1;animation:float 5s forwards ease-in-out infinite;}.menber .men_content .men_item .men_img .Patrick_box .Patrick_icon2{position:absolute;top:6.279vw;left:4.651vw;z-index:1;animation:starshine 3s forwards ease-in-out infinite;}.menber .men_content .men_item .men_img .ang_box{background:url(../images/ang_box.svg) no-repeat bottom;background-size:100%;border:0;}.menber .men_content .men_item .men_img .ang_box .Ang_icon{position:absolute;bottom:0;left:0;}.menber .men_content .men_item .men_img .ang_box .Ang_icon1{position:absolute;top:7.674vw;right:5.349vw;animation:floatLR 4.5s forwards ease-in-out infinite;}.menber .men_content .men_item .men_left{max-width:none;width:100%;height:auto;border:.233vw solid #bddaf0;background:#fff;margin:30px auto 40px;position:relative;order:2;}.menber .men_content .men_item .men_left .men_left_head{font-family:"Roboto-Bold";}.menber .men_content .men_item .men_left ul{padding:4.651vw 0 0;margin-left:4.651vw;}.menber .men_content .men_item .men_left ul li{font-family:"Roboto-Medium";color:#000;list-style:disc;}.menber .men_content .men_item .men_left .men_share{position:absolute;top:-300px;right:auto;left:300px;}.menber .men_content .men_item .men_txt{max-width:145.349vw;width:100%;min-height:53.488vw;border:.233vw solid #bddaf0;background:#fff;position:relative;order:3;margin-top:0;}.menber .men_content .men_item .men_txt.height245{max-height:none;}.menber .men_content .men_item .men_txt .men_icon1{width:25.116vw;height:12.093vw;position:absolute;right:0;top:-13.953vw;right:8.605vw;top:-12.093vw;animation:sway 3s infinite ease-in-out;}.menber .men_content .men_item .men_txt .men_txt_title{background:rgba(150,215,191,.4784313725);border:1px solid #81b9a5;color:#81b9a5;border-radius:3.721vw;font-family:"Roboto-Bold";padding:20px;text-align:left;}.menber .men_content .men_item .men_txt .men_table{width:100%;}.menber .men_content .men_item .men_txt .men_table .menhead{background:rgba(182,228,250,.5215686275);border:.233vw solid #bddaf0;border-radius:3.721vw;color:#447f9b;font-family:"Roboto-Bold";font-size:3.721vw;line-height:5.116vw;display:flex;padding:3.488vw 4.651vw;display:none;}.menber .men_content .men_item .men_txt .men_table .men_t_item{margin:0;}.menber .men_content .men_item .men_txt .men_table .men_t_item span{font-family:"Roboto-Bold";display:block;color:#000;}.menber .men_content .men_item .men_txt .men_table .men_t_item:last-child{border-bottom:0 solid rgba(233,225,217,.4392156863);}.menber .men_content .men_item .men_txt.bg1 .men_txt_title{background:url(../images/m_p_bg1.svg) no-repeat;background-size:cover;border:0;color:#c297bb;}.menber .men_content .men_item .men_txt.bg2 .men_txt_title{background:url(../images/m_p_bg2.svg) no-repeat;background-size:cover;border:0;color:#c7b383;}.menber .men_content .men_item .men_txt.bg3 .men_txt_title{background:url(../images/m_p_bg3.svg) no-repeat;background-size:cover;border:0;color:#92c762;}.menber .men_content .men_item .men_txt.bg4 .men_txt_title{background:url(../images/m_p_bg5.svg) no-repeat;background-size:cover;border:0;color:#dbc200;}.menber .men_content .men_item .men_txt.bg5 .men_txt_title{background:url(../images/m_p_bg4.svg) no-repeat;background-size:cover;border:0;color:#5b80ba;}.menber .men_content .men_item .men_txt .men_t_box{display:flex;padding:3.488vw 0 20px 90px;flex-direction:column;position:relative;border-bottom:1px solid #ccc;}.menber .men_content .men_item .men_txt .men_t_box:last-child{padding-top:20px;}.menber .men_content .men_item .men_txt .men_t_box .w40,.menber .men_content .men_item .men_txt .men_t_box .w30,.menber .men_content .men_item .men_txt .men_t_box .w15{width:100%;padding:0;}.menber .men_content .men_item .men_txt .men_t_box .w40.mobile,.menber .men_content .men_item .men_txt .men_t_box .w30.mobile,.menber .men_content .men_item .men_txt .men_t_box .w15.mobile{display:none;}.menber .men_content .men_item .men_txt .men_t_box .w40{margin-bottom:10px;}.menber .men_content .men_item .men_txt .men_t_box .w40 span{margin-bottom:1px;}.menber .men_content .men_item .men_txt .men_t_box .w40 span:before{position:absolute;content:"Venue";left:30px;font-family:"Roboto-Bold";font-size:16px;color:#447f9b;}.menber .men_content .men_item .men_txt .men_t_box .w30:before{position:absolute;content:"Day";left:30px;font-family:"Roboto-Bold";font-size:16px;color:#447f9b;}.menber .men_content .men_item .men_txt .men_t_box .w15{margin-top:10px;}.menber .men_content .men_item .men_txt .men_t_box .w15.time:before{position:absolute;content:"Time";left:30px;font-family:"Roboto-Bold";font-size:16px;color:#447f9b;}.menber .men_content .men_item .men_txt .men_t_box .w15.tel:before{position:absolute;content:"Tel";left:30px;font-family:"Roboto-Bold";font-size:16px;color:#447f9b;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item{flex-direction:column;margin-bottom:0;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .wid50{margin-bottom:30px;width:100%;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item.mess{margin-bottom:30px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .wid50.notempty1:before{background:#efc1bc;border-radius:16px;height:111%;position:absolute;top:-3px;width:101.5%;left:-3px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .wid50.notempty2:before{background:#b8d2c3;border-radius:16px;width:101%;height:111%;position:absolute;left:-.5%;top:-3px;}}@media screen and (max-width:580px){.useful .useful_banner{height:435px;}.useful .useful_banner .useful_b_icon3{width:75px;}.useful .useful_banner .useful_niao2{top:31%;left:61%;}.useful .useful_banner .useful_niao1{top:40%;}.useful .useful_banner .useful_b_top{left:-37%;bottom:-4px;}.useful .useful_banner .useful_b_icon1_bg21{width:81px;height:7px;position:absolute;z-index:2;top:113%;right:auto;left:22%;}.useful .useful_banner .useful_banner_imgright{right:-579px;top:-437px;width:901px;transform:rotate(6deg);}.useful .useful_banner .useful_banner_imgright .useful_b_icon1{width:71px;top:85%;left:27%;transform:rotate(-7deg);}.useful .useful_banner .useful_banner_imgright .useful_b_icon4{transform:rotate(-7deg);top:78%;left:27%;}.useful .useful_banner .useful_banner_imgright .useful_b_icon1_bg2{transform:rotate(-7deg);width:80px;top:100%;left:28.5%;}.useful .useful_banner .useful_banner_content{max-width:341px;margin:0;left:8%;top:25px;}.useful .useful_banner .useful_banner_content .useful_banner_img{width:170px;height:auto;top:31px;}.useful .useful_banner .useful_banner_content .useful_banner_img .useful_b_icon6{width:70px;}.useful .useful_banner .useful_banner_content .useful_banner_img .useful_b_icon5{width:50px;height:auto;bottom:-4px;left:-40px;}.useful .useful_banner .useful_banner_content .useful_banner_img1{left:58%;top:80%;width:130px;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon7{width:65px;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon9{position:absolute;width:115px;left:4px;top:30px;}.useful .useful_banner .useful_banner_content .useful_banner_img1 .useful_b_icon10{width:140.596px;bottom:-2px;left:-8px;}.useful .useful_links .useful_links_content{justify-content:space-around;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img8{width:146px;height:auto;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img7{width:65px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img6{width:45px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox1 .laws_banner_img1_bg21{width:213px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4{position:absolute;bottom:4px;top:auto;right:0;height:91px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img1{width:auto;height:55px;top:36px;left:20px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img3{position:absolute;left:-15px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img2{top:-20px;left:-24px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox4 .laws_banner_img1_bg2{width:129px;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox2{left:-63%;}.laws .laws_banner .laws_banner_img .laws_banner_imgbox3{bottom:-136px;}#Whistle .laws_banner .laws_banner_yun1{width:102px;top:24%;right:3%;}#Whistle .laws_banner .laws_banner_img.blow .laws_banner_imgbox2 .wh_banner_img6{width:132px;top:95px;}#Whistle .laws_banner .laws_banner_img.blow .laws_banner_imgbox2 .laws_banner_img1_bg{width:153px;}#Whistle .laws_banner .laws_banner_img.blow .laws_banner_imgbox1 .wh_banner_img1{width:49px;height:auto;position:relative;top:-145px;left:11px;}.we .we_banner .we_banner_content{margin:20px 6% 30.7656px;}.we .we_banner .we_banner_content .we_banner_box{display:block;}.we .we_banner .we_banner_content .we_banner_img1{left:55%;bottom:-110px;width:246px;position:absolute;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon7{width:53px;height:auto;position:absolute;left:-17%;bottom:36%;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5 img{height:45px;left:4px;}.we .we_banner .we_banner_content .we_banner_img1 .we_b_icon5 .we_b_icon5_txt{top:16%;right:-49px;width:147px;}.we .we_banner .we_banner_imgright .we_b_icon2{width:85px;height:auto;position:absolute;top:49%;left:31%;}.we .we_banner .we_banner_imgright .we_b_icon2 .we_b_icon2_1{left:-7px;bottom:3px;width:76px;}.we .we_banner .we_banner_imgright .we_b_icon2 .we_b_icon2_2{left:39px;top:10px;width:27px;}.we .we_banner .we_banner_imgright .we_b_icon3{width:55px;height:auto;position:absolute;top:74%;left:35%;}.we .we_banner .we_banner_imgright .we_b_icon3 .we_b_icon3_1{width:64px;height:auto;bottom:12px;left:-35px;}.we .we_banner .we_banner_imgright .we_b_icon_bg3{top:86.8%;}#feedback .useful_banner .useful_banner_imgright{transform:none;}#feedback .useful_banner .useful_banner_imgright .useful_bg_green{transform:rotate(7deg);}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon4{bottom:-10%;left:4%;height:105px;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon4_bg{bottom:-11%;left:3%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon5{width:61px;height:auto;position:absolute;bottom:21%;left:4%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6{bottom:5%;left:19%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon6_bg{bottom:3.5%;left:23%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon5_bg{bottom:20.5%;left:5%;}#feedback .feedback_content{padding:60px 4% 25px;}#feedback .feedback_content .feedback_bg1{width:1200px;}#feedback .feedback_content .feedback_content_box .contactFormSect .flex{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column;}#feedback .feedback_content .feedback_content_box .contactFormSect .con_btn{margin-top:20px;}#feedback .useful_bottom .feedback_bt_icon1{height:158px;top:34px;left:2%;}#feedback .useful_bottom .feedback_bt_icon2{bottom:-7px;left:10%;height:72px;}#feedback .useful_bottom .feedback_bt_icon3{height:32px;left:23%;top:104px;}#feedback .useful_bottom .feedback_bt_icon4{width:76px;height:64px;}#feedback .useful_bottom .feedback_bt_icon5{right:2%;bottom:24%;width:90px;}#feedback .feedback_bg2{width:100%;height:1000px;position:absolute;left:0;bottom:-2%;}.offices .offices_content{padding:15px 0 120px;}.offices .offices_content .offices_item .offices_item_title{font-size:20px;}.offices .offices_content .offices_item .o_item_hours_title{font-size:18px;line-height:22px;}.offices .offices_content .offices_item .o_item_hours_box .w35{width:38%;}.offices .offices_content .offices_item .o_item_hours_box .w65{width:62%;padding-right:2%;}.offices .offices_content .offices_item .o_item_hours_box .o_item_hours_txt{padding:10px 5px;font-size:14px;line-height:18px;}.offices .offices_banner{height:510px;}.offices .offices_banner .offices_banner_content{flex-direction:column;}.offices .offices_banner .offices_banner_content .offices_img{width:265px;left:0;top:80px;}.offices .offices_banner .offices_banner_content .offices_img .o_build1{width:160px;height:auto;}.offices .offices_banner .offices_banner_content .offices_img .o_build2{width:64px;height:auto;}.offices .offices_banner .offices_banner_content .offices_img .o_sun{width:175px;height:auto;}.offices .offices_banner .o_right_icon1{width:140px;height:auto;right:4%;}.offices .offices_banner .offices_banner_imgright .useful_bg_green{top:-150px;}.offices .offices_banner .o_right_icon1{width:165px;bottom:32%;}.offices .offices_banner .o_right_icon1 .o_right_icon1_1{width:80px;right:33px;}.offices .offices_banner .o_right_icon1 .o_right_icon1_2{width:100px;right:37px;top:23%;}.offices .offices_banner .o_right_icon1 .o_right_icon1_3{width:106px;top:6%;right:35px;}}@media screen and (max-width:480px){h2{font-size:24px;line-height:28px;}.sub_title{font-size:28px;line-height:32px;}.Identity .Identity_banner{height:485px;background:url(../images/Identity_banner_bg.svg) no-repeat top;background-size:210%;}.Identity .Identity_banner .Identity_banner_txt .Identity_banner_img .identity_banner_img2{bottom:17px;}.Identity .Identity_banner .identity_icon8,.Identity .Identity_banner .identity_icon9{display:none;}.Identity .Identity_banner .identity_icon5{width:27px;height:auto;top:41%;left:22%;}.Identity .Identity_banner .identity_icon6{top:48%;left:15%;width:29px;height:auto;}.Identity .Identity_banner .identity_icon7{left:71%;width:37px;height:auto;}.Identity .Identity_banner .identity_icon2{width:82px;height:auto;right:15%;}.Identity .Identity_banner .identity_icon1{width:73px;height:auto;}.Identity .identity_gallery:before{top:39%;}.Identity .identity_content p{font-size:14px;line-height:20px;}.Identity .identity_content .identity_about h2{padding-bottom:20px;}.Identity .identity_content .identity_mission .identity_mission_box .identity_mission_item{font-size:14px;line-height:20px;}.laws .laws_content .laws_content_item{max-width:360px;}.laws .laws_content .laws_content_item .laws_name{font-size:18px;line-height:28px;}#Whistle .laws_banner .laws_banner_yun{display:none;width:94px;top:40%;left:1%;}#Whistle .laws_banner .laws_banner_img{top:15px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img12{left:37%;top:-147%;width:30px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img3{width:97px;height:auto;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox1 .wh_banner_img1{width:43px;height:auto;position:relative;top:-108px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2{left:51%;top:44px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2 .wh_banner_img6{width:120px;height:auto;top:100px;left:30px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox2 .laws_banner_img1_bg{width:136px;height:auto;position:absolute;bottom:-64px;left:18px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3{top:4px;}#Whistle .laws_banner .laws_banner_img .laws_banner_imgbox3 .wh_banner_img8{left:78px;}#Whistle .pdpa_banner .laws_banner_yun{display:block;}#Whistle .pdpa_banner .laws_banner_img{top:10px;}#Whistle .pdpa_banner .laws_banner_img .laws_banner_imgbox1{left:10%;top:73px;}#Whistle .pdpa_banner .laws_banner_img .laws_banner_imgbox1 .pdpa_banner_img2{width:51px;}#Whistle .pdpa_banner .laws_banner_img .laws_banner_imgbox1 .pdpa_b_bg1{width:98px;bottom:-8px;}#Whistle .pdpa_banner .laws_banner_img .laws_banner_imgbox2 .laws_banner_img1_bg{bottom:-84px;}.we .we_content .we_content_item .we_item_type .we_c_icon8{width:75px;height:auto;position:absolute;bottom:-26px;right:-30px;}.we .we_content .we_item3 .we_c_cao{width:242px;height:auto;position:absolute;bottom:-63px;left:-103px;z-index:1;}.we .we_content .we_item3 .we_c_nh{left:2px;z-index:1;width:56px;height:auto;}.we .we_content .we_item3 .we_item_img{left:0;}.we .we_banner .we_banner_imgright .useful_bg_green{top:-61px;left:17%;}.we .we_banner .we_banner_imgright .we_b_icon2{width:77px;height:auto;position:absolute;top:48%;left:35%;}.we .we_banner .we_banner_content{width:70%;}.we .we_banner .we_banner_content .we_banner_img .we_b_icon8{width:105px;}.useful .useful_banner .useful_banner_content{max-width:297px;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head .w65{width:100%;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head .w35{display:none;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt{flex-direction:column;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w65,.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w35{width:100%;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w35{padding-top:5px;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w35 p{position:relative;padding-left:30px;}.useful .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w35 p:before{content:"Tel:";position:absolute;left:0;top:0;width:30px;font-size:14px;font-family:Roboto-Medium;}.offices .offices_banner .o_right_icon1{width:125px;right:1%;bottom:36%;}.offices .offices_banner .o_right_icon1 .o_right_icon1_1{top:37%;right:22px;}.offices .offices_banner .o_right_icon1 .o_right_icon1_2{top:17%;right:25px;}.offices .offices_banner .o_right_icon1 .o_right_icon1_3{top:-5%;right:25px;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon4{bottom:-10%;left:9%;height:88px;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon5{width:51px;bottom:21%;left:13%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon5_bg{width:58px;left:13%;}#feedback .useful_banner .useful_banner_imgright .feedback_b_icon4_bg{left:8%;}.menber .men_banner .men_banner_content .sub_tip{position:relative;top:-30px;}.menber .men_banner .men_banner_content .sub_title{position:relative;top:-30px;}.menber .men_banner .men_banner_content .men_banner_people .men_peo1 .men_peo1_icon{bottom:16vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo2 .men_peo2_icon{bottom:10vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo3 .men_peo3_icon{right:36px;bottom:17vw;}.menber .men_banner .men_banner_content .men_banner_people .men_peo4 .men_peo4_icon{bottom:11vw;}.menber .men_content .men_item .men_txt{padding:20px 15px 0;}.menber .men_content .men_item .men_txt .men_txt_title{padding:15px 20px;font-size:18px;line-height:22px;}.menber .men_content .men_item .men_txt .men_table{padding:0;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item{flex-direction:column;margin-bottom:0;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .wid50{margin-bottom:30px;width:100%;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item.mess{margin-bottom:30px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .wid50.notempty1:before{width:101.5%;left:-3px;}#feedback .feedback_content .feedback_content_box .contactFormSect .contact_content .contact_from .contact_from_box .contact_from_item .wid50.notempty2:before{width:102%;left:-1%;}#Town .useful_banner .councillor_icon2{width:67px;height:auto;position:absolute;bottom:10%;left:20%;}#Town .useful_banner .identity_icon41{top:43%;}#Town .useful_banner .councillor_icon5{bottom:0%;}#Town .useful_banner .councillor_icon1{width:36px;bottom:0%;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt{width:100%;padding:20px 10px 20px 20px;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w35 p{padding-left:0;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_txt .w35 p:before{display:none;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head{padding:10px;}#Town .useful_contacts .useful_contacts_content .useful_contacts_item .useful_contacts_item_head .w35{display:block;}#Town .useful_bottom{height:88px;}#Town .useful_bottom .footer_top_bg{bottom:-40%;}}@media screen and (max-width:435px){.menber .men_content .men_item .men_left .men_share{right:3%;left:auto;display:flex;flex-direction:column;}.menber .men_content .men_item .men_left .men_share a{margin-bottom:10px;}.menber .men_content .men_item .men_left .men_share a img{margin-right:0;}}@media screen and (max-width:380px){.menber .men_content .men_item .men_left .men_share{right:0%;}}