@charset "utf-8"; /* ====================鍏叡鏍峰紡========================= */ /* 澶撮儴 */ .Header-wrapper{width: 100%;position: fixed;z-index: 9999999999;top: 0;left: 0;background: #fff;user-select: none;transition: all .4s ease;border-bottom: 1px solid #ededed} .Header-contain{width: 100%;padding: 0 75px;} .Header-logo{float: left;height: 80px;display: flex;align-items: center;position: relative;z-index: 999;} .Header-logo img{height:40px} .Header-lang{float: right;position: relative;z-index: 999;margin-left: 26px;} .Header-lang-menu{display: flex;align-items: center;height: 80px;} .Header-lang-menu span{display: block;padding: 0 20px 0 26px;background: url('../images/common/lang.png') no-repeat left center /17px auto;line-height: 22px;font-size: 14px;color: #0063b4;position: relative;} .Header-lang-menu span::after{content: "";position: absolute;width: 11px;height: 8px;right: 0;top: 50%;margin-top: -4px;background: url('../images/common/Harr.png') no-repeat center;} /* 澶氫釜璇█ */ .Header-lang-more{display: none;z-index: 9;width: 140px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 80px;left: 50%;margin-left: -70px;} .Header-lang-more:before{content: "";display: block;width: 0px;height: 0px;border-style: solid;border-width: 0 8px 8px;border-color: transparent transparent #efefef transparent;position: absolute;top: -8px;left: 50%;margin: 0 0 0 -8px;} .Header-lang-more a{display: block;font-size: 16px;color: #333;text-align: center;padding: 10px 0;} .Header-lang-more a span{display: inline-block;} .Header-lang-more a:hover {color: #fff;background: #0063b4;} .Header-lang.active .Header-lang-more{display: block;animation: langInUp .4s ease-out;} @keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}} .Header-search{float: right;position: relative;width: 200px;height: 80px;display: flex;align-items: center;} .Header-search-click{display: none;width: 40px;height: 80px;cursor: pointer;background: url('../images/common/search.png') no-repeat center /17px auto;position: relative;z-index: 999;} .Header-search-click.active{background: url('../images/common/close.svg') no-repeat center/17px auto;} .Header-search-item{width: 100%;position: relative;} .Header-search-item input[type="text"]{width: 100%;height: 40px;border: 1px solid #e1e1e1;transition: border .4s ease;border-radius: 5px;font-size: 16px;color: #333;padding: 0 46px 0 12px;background:#fff;transition:all .4s ease} .Header-search-item input[type="text"]:focus{border: 1px solid #0063b4;} .Header-search-item button{width: 46px;height: 40px;background: url('../images/common/search.png') no-repeat center /17px auto;cursor: pointer;position: absolute;top: 0;right: 0;transition:all .4s ease} .Header-navbar{width: auto;text-align: center;font-size: 0;} body.PC .Header-navbar{display: block !important;} .Header-navbar ul{display: inline-block;margin-left: 132px;} .Header-navbar li{display: inline-block;} .Header-menu{position: relative;padding: 0 30px;height: 80px;display: flex;align-items: center;font-size: 16px;color: #333;transition: color .4s ease;} .Header-menu::before{content: "";position: absolute;width: 0;right: 0;left: 0;margin: 0 auto;height: 2px;background: #0063b4;transition: all .4s ease;bottom: 0;} .Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu,.Header-navbar li.on .Header-menu{color: #0063b4 !important;} .Header-navbar li.active .Header-menu::before{width: calc(100% - 60px);} .Header-arrow{display: none;} .Header-drop{display: none;position: absolute;background: #fff;left: 0;width: 100%;font-size: 0;padding: 30px 0;top: calc(100% + 1px)} .Header-drop a{display: inline-block;margin: 0 20px;vertical-align: middle;font-size: 15px;color: #333;transition: color .4s ease;} .Header-drop a.active, .Header-drop a:hover{color: #0063b4;} .Header-drop a:first-child{margin-left: 0;} .Header-drop a:last-child{margin-right: 0;} /* style2 */ .Header-drop.style2{background:#fff;padding:48px 0} .Header-drop.style2 .main{margin-left:-3%;margin-top:-40px;width:80%} .Header-drop.style2 .item{width:22%;margin-left:3%;margin-top:40px} .Header-drop.style2 .title{padding-bottom:16px;border-bottom:1px solid #e8e8e8;display:flex;align-items:center} .Header-drop.style2 .title a{display:flex;align-items:center;color:#0063b4;font-weight:700;line-height:1;font-size:16px;width:100%} .Header-drop.style2 .title .icon+a{margin-left:10px} .Header-drop.style2 .title a i{display:block;background:url(../images/pages/arrow-rgt-blue.png) no-repeat center/100%;width:13px;height:13px;margin-left:15px;transition:transform .4s ease} .Header-drop.style2 .title a:hover i{transform:translateX(10px)} .Header-drop.style2 .list{margin-top:15px} .Header-drop.style2 .list a{color:#666;font-size:14px;text-align:left;margin:10px 0 0;display:block;width:100%;transition:color .4s ease} .Header-drop.style2 .list a:hover{color:#0063b4} .Header-navclick{display: none;width: 24px;height: 58px;cursor: pointer;float: right;user-select: none;align-items: center;} .Header-navclick span{width: 100%;height: 2px;background: #a4a4a4;display: block;position: relative;transition: all .2s linear;} .Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #a4a4a4;display: block;left: 0;width: 100%;transition: all .2s linear;} .Header-navclick span:before{top: -7px;} .Header-navclick span:after{top: 7px;} .Header-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;} .Header-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; } .Header-navclick.active span:after{-moz-animation: buttonAnimationAfter 0.3s ease forwards;-webkit-animation: buttonAnimationAfter 0.3s ease forwards;animation: buttonAnimationAfter 0.3s ease forwards;} @-moz-keyframes buttonAnimationBefore { 0% {-moz-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);} 50% {-moz-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);} 100% {-moz-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);} } @-webkit-keyframes buttonAnimationBefore { 0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);} 50% {-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);} 100% {-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);} } @keyframes buttonAnimationBefore { 0% {-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);} 50% {-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);} 100% {-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);} } @-moz-keyframes buttonAnimationAfter { 0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);} 50% {-moz-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);} 100% {-moz-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);} } @-webkit-keyframes buttonAnimationAfter { 0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);} 50% {-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);} 100% {-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);} } @keyframes buttonAnimationAfter { 0% {-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);} 50% {-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);} 100% {-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);} } @-moz-keyframes buttonAnimation { 0% {background: transparent;} 50% {background: rgba(255, 255, 255, 0);} 100% {background: rgba(255, 255, 255, 0);} } @-webkit-keyframes buttonAnimation { 0% {background: transparent; } 50% {background: rgba(255, 255, 255, 0);} 100% {background: rgba(255, 255, 255, 0);} } @keyframes buttonAnimation { 0% {background: transparent; } 50% {background: rgba(255, 255, 255, 0);} 100% {background: rgba(255, 255, 255, 0);} } /* 搴曢儴 */ .Footer-wrapper{width: 100%;background: #142a3b;position: relative;z-index: 9;} .Footer-items{width: 100%;padding: 88px 0 74px;} .Footer-items .contain{display: flex;justify-content: space-between;} .Footer-navbar{width: 1164px;} .Footer-navbar ul{display: flex;flex-wrap: wrap;justify-content: space-between;} .Footer-navbar li{width: auto;} .Footer-menu, .Footer-rel{font-size: 16px;color: #fff;font-weight: 700;display: block;line-height: 1;} .Footer-drop, .Footer-rel-drop{width: 100%;margin-top: 24px;} body.PC .Footer-drop{display: block !important;} .Footer-drop a, .Footer-rel-drop a{display: block;font-size: 14px;color: #748795;line-height: 1.44;padding: 5px 0;transition: all .4s ease;} .Footer-rel-drop a:hover{cursor:none;cursor:default} .Footer-drop a:hover{color: #fff;} .Footer-code{width: 114px;text-align: center;} .Footer-code p{font-size: 15px;color: #fff;font-weight: 700;line-height: 1.1;margin-top: 16px;opacity: 0.22;} .Footer-code img{max-width: 100%;} .Footer-copyright{width: 100%;background: #142a3b;padding: 28px 0;border-top: 1px solid #1a3143;} .Footer-copyright-link{float: left;font-size: 0;} .Footer-copyright-info{float: right;font-size: 0;} .Footer-copyright-link span, .Footer-copyright-link a, .Footer-copyright-info p, .Footer-copyright-info a{display: inline-block;vertical-align: middle;font-size: 14px;color: #748795;height: 14px;line-height: 14px;position: relative;transition: all .4s ease;} .Footer-copyright-link a:hover, .Footer-copyright-info a:hover{color: #fff;} .Footer-copyright-link a::after{content: "|";color: #748795;margin: 0 10px;} .Footer-copyright-link a:last-of-type:after{display: none;} .Footer-copyright-info a{margin-left: 16px;} /* 缃《 */ .backTop {display: none;right: 40px;border-radius: 3px;bottom: 64px;width: 44px;height: 44px;position: fixed;cursor: pointer;z-index: 9999; background: #0063b4 url('../images/common/top.svg') no-repeat center/22px auto;} /* 涓棿+鍏辩敤閮ㄥ垎 */ .Container-wrapper{width: 100%;margin-top: 80px;} .contain-1600, .contain{margin: 0 auto;} .contain-1600{width: 1600px;} .contain{width: 1400px;} /* common */ .full-cover{width:100%;height:100%;object-fit:cover;transition:all .8s ease} .full-width{width:100%;object-fit:cover;transition:all .8s ease} .full-maxWidth{max-width:100%;object-fit:cover;height:auto;transition:all .8s ease} .full-maxHeight{max-height:100%;width:auto;object-fit:cover;transition:all .8s ease} .full-auto{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:cover} .placeholder{visibility:hidden!important;height:0!important;border:0!important;padding:0!important;margin:0!important} .centered{display:flex;align-items:center;justify-content:center} /*flex*/ .block{display:block} .inline-block{display:inline-block} .flex{display:flex} .inline-flex{display:inline-flex} .flex-direction-row{flex-direction:row} .flex-direction-row-reverse{flex-direction:row-reverse} .flex-direction-column{flex-direction:column} .flex-wrap-nowrap{flex-wrap:nowrap} .flex-wrap-wrap{flex-wrap:wrap} .flex-wrap-reverse{flex-wrap:wrap-reverse} .flex-justify-start{justify-content:flex-start} .flex-justify-end{justify-content:flex-end} .flex-justify-center{justify-content:center} .flex-justify-between{justify-content:space-between} .flex-align-start{align-items:flex-start} .flex-align-end{align-items:flex-end} .flex-align-center{align-items:center} .height100{height:100%} .placeholder{visibility:hidden!important;height:0!important;border:0!important;padding:0!important;margin:0!important} /*font justify*/ .text-left{text-align:left} .text-center{text-align:center} .text-right{text-align:right} .inline-bg{background-repeat:no-repeat;background-size:cover;background-position:center} .swiper-button-disabled{cursor:not-allowed!important;opacity:.6} .relative{position:relative} /* 閫忔槑 */ body.NoGap .Container-wrapper{margin-top: 0;} body.Lucency .Header-wrapper{background: transparent;box-shadow: none;border-bottom-color:rgba(255,255,255,.3)} body.Lucency .Header-logo img.c{display: none;} body.Lucency .Header-logo img.w{display: block;} body.Lucency .Header-menu{color: #fff;} body.Lucency .Header-search-item input[type="text"]{border-color:#fff;color:#fff;background:rgba(255,255,255,.2)} body.Lucency .Header-search-item button{background-image:url('../images/common/searchW.png')} body.Lucency .Header-lang-menu span{color:#fff;background-image:url('../images/common/langW.png')} body.Lucency .Header-lang-menu span::after{background-image:url('../images/common/HarrW.png')} /* -- */ body.Lucency.Mouse .Header-wrapper{background: #fff;border-bottom-color:#ededed} body.Lucency.Mouse .Header-logo img.c{display: block;} body.Lucency.Mouse .Header-logo img.w{display: none;} body.Lucency.Mouse .Header-menu{color: #333;} body.Lucency.Mouse .Header-search-item input[type="text"]{border-color:#e1e1e1;color:#333} body.Lucency.Mouse .Header-search-item button{background-image:url('../images/common/search.png')} body.Lucency.Mouse .Header-lang-menu span{color:#0063b4;background-image:url('../images/common/lang.png')} body.Lucency.Mouse .Header-lang-menu span::after{background-image:url('../images/common/Harr.png')} /* -- */ body.Lucency.onSearch .Header-wrapper{background: #fff;} body.Lucency.onSearch .Header-logo img.s{display: block;} body.Lucency.onSearch .Header-logo img.h{display: none;} body.Lucency.onSearch .Header-menu{color: #333;} .bg_hover{display:none;position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);z-index:99999999} /* -------------------------PC绔?-------------------------- */ @media all and (max-width:1700px) { /* 1600 脳 (900) */ .contain-1600{width: 1400px;} } @media all and (max-width:1599px) { /* 1440 脳 (700) */ .contain-1600, .contain{width: 1200px;} .backTop {right: 30px;bottom: 40px;} .Header-drop.style2 .main{width: 100%} .Header-navbar ul {margin-left: 50px;} .Header-menu {padding: 0 24px;} .Footer-items {padding: 80px 0 70px;} .Footer-navbar {width: 1000px;} .Header-contain {padding: 0 64px;} } @media all and (max-width:1439px) { /* 1360 */ } @media all and (max-width:1359px) { /* 1280 */ .Header-navbar ul {margin-left: 40px;} .Header-menu {padding: 0 20px;} } @media all and (max-width:1279px) { /* 1152 脳 (700) */ .contain-1600, .contain{width: 964px;} .Header-contain {padding: 0 50px;} .Header-navbar ul {margin-left: 10px;} .Header-menu {padding: 0 12px;} .Footer-items {padding: 70px 0 64px;} .Footer-navbar {width: 800px;} .Footer-navbar li:last-child{max-width: 220px;} } @media all and (max-width:1151px) { /* 1024 */ .Header-contain {padding: 0 4%;} .Header-lang {margin-left: 16px;} .Header-search{width: 164px;} .Header-navbar ul {margin-left: 6px;} .Header-menu {padding: 0 8px;} } /* ------------------------鎵嬫満绔?------------------------- */ @media all and (max-width:1000px) { /* 骞虫澘璁惧 720 閫傞厤 */ body{overflow: auto;-webkit-overflow-scrolling: touch;} .contain-1600, .contain{width: 92%;} .Container-wrapper{margin-top: 58px;} .Header-contain{padding: 0;} .Header-wrapper{border-bottom:0} .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;transition: all .4s ease;} .Header-logo, .Header-search-click, .Header-lang-menu{height:58px;} .Header-logo{margin-left: 4%;} .Header-logo img{max-height: 40px;} .Header-navclick{display: flex;margin-right: 4%;height:58px} .Header-lang{margin: 0 12px 0 6px;} .Header-lang-more{width: 120px;margin-left: -64px;top: 58px;} .Header-lang-more a{padding: 6px 0;} .Header-lang-menu span {padding: 0 0 0 22px;} .Header-lang-menu span::after{display: none;} .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 58px);top: 58px;left: 0;background: #fff} .Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;margin: 0;background:#e7e7e7;padding:12px 4%} .Header-navbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;} .Header-navbar.active li{opacity: 1;transform: translateY(0);} .Header-navbar li+li{margin-top:12px} .Header-menu{padding: 12px!important;background:#fafafa;color:#121212;height:auto;border-radius:5px} .Header-menu::before{display: none;} .Header-arrow{display:block;width:36px;height:36px;border-radius:5px;position:absolute;z-index:9;right:7px;top:6px;background:#f3f3f3 url(../images/common/arrD.svg) no-repeat center/14px auto} .Header-arrow.active{transform: rotate(180deg);} .Header-navbar li:hover .Header-menu{color: #444 !important;} .Header-navbar li.active .Header-menu{color: #0063b4 !important;} .Header-drop {position: relative;top:-3px;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 16px 0;text-align: left;background:#fff} .Header-drop a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;width: 33.3333%;margin: 0;} .Header-search{width: auto;height: auto;display: block;position: static;} .Header-search-click {background-image: url('../images/common/search.png') !important;display: block;width: 32px;} .Header-search-click.active {background-image: url('../images/common/close.svg') !important;} .site-header-search {display: none;position: absolute;width: 100%;line-height: normal;height: 45px;top: 58px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;left: 0;} .site-header-search.active{display: block;} .site-header-search .contain {padding-right: 0;} .site-header-search input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;border: none;border-radius: 0px} .site-header-search input[type="text"]:focus{border: none;} .site-header-search.active input[type="text"] {animation: none;background:#fff} .site-header-search.active input[type="text"]::placeholder{color:#777} .site-header-search button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #0063b4 url('../images/common/searchW.png') no-repeat center /17px auto !important;z-index: 2} .Header-drop.style2 .item{width: 47%;margin-top: 30px} .Header-drop.style2 .item a{padding: 0;height:auto} .Header-drop.style2 .title{padding-bottom: 5px} .Header-drop.style2 .list{margin-top: 10px} .Header-drop.style2 .list a{height: auto;line-height: unset;margin-top: 5px} .Header-drop.style2{padding: 20px 0} .Header-drop.style2 .main{margin:0 0 0} .Header-drop.style2 .title a{font-size:14px} .Header-drop.style2 .title .icon+a{margin-left:5px} .Header-drop.style2 .title .icon img{max-width:18px} body.NoGap .Container-wrapper{margin-top:58px} .Footer-items{padding: 36px 0;} .Footer-items .contain {width: 100%;display: block;} .Footer-navbar{width: 100%;} .Footer-navbar li{width: 100% !important;} .Footer-navbar li+li{margin-top:5px;padding-top:5px;border-top:1px dashed #1a3143} .Footer-menu, .Footer-menu, .Footer-rel{height: 36px;line-height:36px;padding: 0 4%;position: relative;} .Footer-menu::after{content:"";width:35px;height:30px;position:absolute;z-index:9;right:4%;top:5px;background:#1c3b52 url(../images/common/arrDW.svg) no-repeat center/12px auto;border-radius:5px} .Footer-menu.active::after{transform: rotate(180deg);} .Footer-navbar li:last-child {max-width: 100%;} .Footer-drop a, .Footer-rel-drop a{padding: 4px 4%;} .Footer-drop{display: none;margin-top: 0;} .Footer-rel-drop{margin: 0;} .Footer-code{margin-top:15px;width:100%;padding-top:15px;border-top:1px solid #1a3143} .Footer-code p{margin-top:10px;font-size:14px} .Footer-copyright-link{display: none} .Footer-copyright{padding: 20px 0;text-align: center;} .Footer-copyright-link span, .Footer-copyright-link a, .Footer-copyright-info p, .Footer-copyright-info a{height: auto;line-height: 20px;display: inline;} .Footer-copyright-info a {margin-left: 12px;} .Footer-navbar li:last-child{margin-top:15px;padding-top:15px;border-top:1px solid #1a3143} } @media all and (max-width:640px) { /* 绉诲姩缁堢浠ヤ笂 360 閫傞厤 */ .backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;} .Header-drop.style2 .item{width: 100%;margin:20px 0 0} .Header-drop.style2 .item:first-child{margin-top:0} .Footer-menu, .Footer-menu, .Footer-rel{height:30px;line-height:30px} .Footer-drop a, .Footer-rel-drop a{font-size:13px} .Footer-rel-drop a{padding:1.5px 4%} .Footer-code img{max-width:100px} .Footer-code p{margin-top:10px} .Footer-copyright-link span, .Footer-copyright-link a, .Footer-copyright-info p, .Footer-copyright-info a{font-size:12px} .Footer-copyright-info a{display:block} .Footer-copyright-info{width:100%} .Header-logo img{max-height: 30px} .Footer-items{padding:30px 0} .Footer-menu{font-size:15px} .Footer-menu::after{width:30px;height:24px;background-size:12px} .Footer-copyright{padding:10px 0} }