@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #fff;user-select: none;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}

.Header-logo{float: left;height: 90px;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{height: auto;}

.Header-lang{float: right;position: relative;z-index: 999;margin-left: 12px;}
.Header-lang-menu{display: flex;align-items: center;height: 90px;}
.Header-lang-menu span{display: block;padding-left: 26px;background: url('/template/default/images/common/lang.svg') no-repeat left center /20px auto;line-height: 22px;font-size: 14px;color: #777;font-family: Arial;}
.Header-lang.active .Header-lang-menu span{color: #25ced7;}
/* 多个语言 */
.Header-lang-more{display: none;z-index: 9;width: 160px;box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);background: #fff;position: absolute;top: 90px;left: 50%;margin-left: -80px;}
.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: #666;text-align: center;padding: 10px 0;}
.Header-lang-more a span{display: inline-block;}
.Header-lang-more a:hover {color: #fff;background: #25ced7;}
.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;}
.Header-search-click{width: 40px;height: 90px;cursor: pointer;background: url('/template/default/images/common/search-blue.svg') no-repeat center /26px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url('/template/default/images/common/close.svg') no-repeat center/20px auto}
.Header-search-item{display: none;position: absolute;width: 100%;height: 90px;line-height: 90px;top: 0;left: 0;z-index: 99;text-align: right;}
.Header-search-item .contain{padding-right: 148px;}
.Header-search-item.active{display: block;}
.Header-search-item input, .Header-search-item button{display: inline-block;vertical-align: middle;}
.Header-search-item input[type="text"]{width: 0px;height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);font-size: 16px;color: #747474;background: transparent;}
.Header-search-item.active input[type="text"]{animation: HeaderSearch 0.8s ease both;}
@keyframes HeaderSearch{0%{width: 0;}100%{width: 520px;}}
.Header-search-item button{width: 50px;height: 40px;background: url('/template/default/images/common/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}

.Header-navbar{float:right;margin-right:40px;visibility:visible;opacity:1}
body.PC .Header-navbar{display:block!important}
.Header-navbar li{float:left;position:relative;z-index:9}
.Header-navbar li:last-child{margin-right:0}
.Header-navbar li:first-child{margin-left:0}
.Header-menu{position:relative;height:90px;display:flex;align-items:center;font-size:16px;color:#333;transition:color .4s ease;padding:0 22px}
.Header-menu::before{content:"";width:100%;left:0;height:0;position:absolute;top:0;background:#2bb6cf;background:linear-gradient(45deg,#2bb6cf 0,#3ad5d5 80%);background:-webkit-linear-gradient(45deg,#2bb6cf 0,#3ad5d5 80%);background:-moz-linear-gradient(45deg,#2bb6cf 0,#3ad5d5 80%);transition:all .4s ease;z-index:-1}
.Header-navbar li.active .Header-menu{color:#fff}
.Header-navbar li:not(.active):hover .Header-menu{color:#25ced7}
.Header-navbar li.active .Header-menu::before{height:100%}
.Header-arrow{display:none}
.Header-drop{position:absolute;top:81px;left:50%;width:148px;margin-left:-69px;opacity:0;visibility:hidden;transform:translateY(-20px);padding-top:9px}
.Header-drop .in{box-shadow:-1px 1px 8px 0 rgba(0,0,0,.2);padding:20px 0;overflow:hidden}
.Header-drop:before{content:'+';font-family:Arial;color:#fff;position:absolute;font-size:60px;font-weight:700;right:-4px;bottom:-18px;line-height:1;opacity:.2}
.Header-navbar li:hover .Header-drop{opacity:1;transform:translateX(0);transition:transform .6s ease;visibility:visible}
.Header-drop:after{content:"";width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #3ad5d5;position:absolute;top:0;left:50%;transform:translateX(-50%)}
.Header-drop a{display:block;width:100%;height:38px;line-height:38px;font-size:15px;color:#fff;text-align:center;transition:all .4s ease}
.Header-drop a.active,.Header-drop a:hover{background:#fff;color:#25ced7}

.Header-navclick{display: none;width: 24px;height: 60px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #777;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #777;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{position:relative;z-index:9;width:100%;color:#fff}
.Footer-items{padding-top:60px;width:100%}
.Footer-info{width:29%}
.Footer-info .txt{margin-top:30px}
.Footer-info .txt p i{width:32px;min-width:32px}
.Footer-info .txt p{display:flex;font-size:15px;align-items:center}
.Footer-info .txt p+p{margin-top:12px}
.Footer-info .qr-code{margin-top:30px;width:114px}
.Footer-info .qr-code picture{display:block;height:114px}
.Footer-info .qr-code p{margin-top:10px;text-align:center;font-size:14px;line-height:1}
.Footer-navbar{overflow:hidden;width:71%;user-select:none}
.Footer-navbar ul{display:flex;justify-content:space-between}
.Footer-navbar li{padding:0 30px 0 40px;border-left:1px solid rgba(255,255,255,.3)}
.Footer-navbar li:first-child{padding-left:0;border-left:0}
.Footer-navbar li:last-child{padding-right:0}
.Footer-menu{display:block;font-size:20px}
.Footer-drop{margin-top:30px;width:100%}
body.PC .Footer-drop{display:block!important}
.Footer-drop a{display:block;padding:5px 0;border-radius:5px;font-size:16px;line-height:1;transition:all .4s ease}
.Footer-wrapper a:hover{text-decoration:underline}
.Footer-drop a+a{margin-top:10px}
.Footer-drop a:hover{color:#fff}
.Footer-link{margin-top:100px;padding-bottom:10px;width:100%;font-size:15px}
.Footer-link .link{white-space:nowrap}
.Footer-link li+li{position:relative;margin-left:8px;padding-left:8px}
.Footer-link li+li:after{position:absolute;top:50%;left:0;width:1px;height:50%;background:#6dd0de;content:'';transform:translateY(-50%)}
.Footer-copyright .contain-max{padding:12px 0 34px;border-top:1px solid rgba(255,255,255,.3)}
.Footer-copyright h6{font-size:15px;float:left}
.Footer-copyright ul{float:right}

/* 侧边栏 */
.side-right{background:#fff;transition:box-shadow .4s ease;border-radius:5px;position:fixed;right:52px;z-index:99999;top:35%;box-shadow:0 3px 9px 1px rgba(0,143,235,.15)}
.side-right .side-item{display:flex;flex-direction:column;justify-content:center;width:73px;height:77px;align-items:center;border-radius:5px;position:relative;z-index:2}
.side-right .side-item:nth-child(2){display: none;}
.side-right .side-item:after{content:'';width:100%;height:100%;position:absolute;left:0;top:0;border-radius:5px;background:#2bb6cf;background:linear-gradient(45deg,#2bb6cf 0,#3ad5d5 80%);background:-webkit-linear-gradient(45deg,#2bb6cf 0,#3ad5d5 80%);background:-moz-linear-gradient(45deg,#2bb6cf 0,#3ad5d5 80%);opacity:0;transition:opacity .4s ease;z-index:-1}
.side-right .side-item:hover p{color:#fff}
.side-right .side-item:hover:after{opacity:1}
.side-right .side-item i{width:35px;height:35px}
.side-right .side-item p{font-size:13px;color:#333;margin-top:3px;transition:color .4s ease}
.side-right .side-item svg{color:#0eb8e1;transition:color .4s ease;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto}
.side-right .side-item:hover svg{color:#fff}
.side-right .side-item.backTop{height:60px}
.side-right .side-code{width:80px;height:80px;background:#fff;position:absolute;right:calc(100% + 10px);transform:translateX(50%);opacity:0;visibility:hidden;z-index:-1}
.side-right .side-item:hover .side-code{transform:translateX(0);transition:all .6s ease;opacity:1;visibility:visible}
.side-right .side-item .in{padding:20px 10px;color:#fff;font-size:16px;line-height:1;border-radius:5px;white-space:nowrap;position:absolute;top:50%;right:calc(100% + 15px);transform:translate(50%,-50%);opacity:0;visibility:hidden}
.side-right .side-item .in:after{content:"";width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:12px solid #39d4d4;position:absolute;top:50%;transform:translateY(-50%);right:-10px}
.side-right .side-item:hover .in{transform:translate(0,-50%);transition:all .6s ease;opacity:1;visibility:visible}


/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 90px;}
.contain-max,.contain-md,.contain{margin: 0 auto;}
.contain-max{width: 1640px}
.contain-md{width:1540px}
.contain{width: 1400px}






/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain-max,.contain-md{width: 1400px}
    .Footer-info{width: 25%}
    .Footer-navbar{width: 75%}
    .Footer-menu{font-size: 18px}
    .Footer-navbar li{padding: 0 20px 0 30px}
    .Footer-drop a,.Footer-link,.Footer-copyright h6{font-size: 14px}
    .Footer-copyright .contain-max{padding-bottom: 20px}
    .Footer-drop a+a{margin-top: 5px}
    .Footer-drop{margin-top: 10px}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-max,.contain-md,.contain{width: 1200px}
    .Header-menu{padding: 0 15px}
    .side-right{right: 15px}
    .Footer-info .txt p{font-size: 13px}
    .Footer-info .txt p+p{margin-top: 8px}
    .Footer-info .qr-code picture{height: 100px}
    .Footer-info .qr-code{width: 100px}
    .Footer-menu{font-size: 16px}
    .Footer-drop a, .Footer-link,.Footer-copyright h6{font-size: 13px}
    .Footer-navbar li{padding: 0 10px 0 24px}
    .Footer-drop{margin-top: 5px}
    .Footer-drop a{padding:4px 0}
    .Footer-link{margin-top: 80px}
}

@media all and (max-width:1439px) {
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain-max,.contain-md,.contain{width: 960px}
    .Header-logo img{height: 40px}
    .Header-menu{font-size: 15px;padding: 0 10px}
    .Header-navbar{margin-right: 20px}
    .Footer-info{width: 100%;display: flex;align-items: center;justify-content: center}
    .Footer-info .txt{margin: 0 80px}
    .Footer-info .qr-code{margin: 0}
    .Footer-navbar{width: 100%;margin-top:30px}
    .Footer-items{padding-top: 40px}
}

@media all and (max-width:1151px) {
    /* 1024 */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain-max,.contain-md,.contain{width: 92%}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain-max{width: 100%;}
    .Header-wrapper::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;}
    .Header-logo, .Header-search-click, .Header-lang-menu{height: 60px;}
    .Header-logo{margin-left: 4%;}
    .Header-logo img{max-height: 36px;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-lang{margin: 0 12px 0 4px;}
    .Header-lang-more{width: 120px;margin-left: -60px;top: 60px;}
    .Header-lang-more a{padding: 6px 0;}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 4%;background:#e7e7e7}
    .Header-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;border-radius:4px;overflow: hidden}
    .Header-drop .in{background: #fff}
    .Header-navbar li+li{margin-top: 10px}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);background: #fafafa}
    .Header-menu{padding:10px;height: auto}
    .Header-menu::before{display: none;}
    .Header-arrow{display:block;width:40px;height:32px;margin-top:4px;position:absolute;z-index:9;right:4px;top:0;background:#f3f3f3 url(../images/common/arrD.svg) no-repeat center/12px auto;border-radius: 4px;overflow: hidden}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-navbar li:hover .Header-menu{color: #747474;}
    .Header-navbar li.active .Header-menu{color: #25ced7;}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;display: none;padding-top: 0}
    .Header-drop .in{padding: 10px 0}
    .Header-drop:before{bottom: -10px}
    .Header-drop a {height: 30px;line-height: 30px;text-align: left;padding: 0 10px;color: #333}
    .Header-drop:after{display: none}
    .Header-search-item {display: none;width: 100%;line-height: normal;height: 45px;top: 60px;border-bottom: 1px solid rgba(0, 0, 0, 0.1);padding: 0;background: #fff;}
    .Header-search-item .contain {padding-right: 0;}
    .Header-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;}
    .Header-search-item.active input[type="text"] {animation: none;}
    .Header-search-item button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #25ced7 url('../images/common/searchW.svg') no-repeat center /26px auto !important;z-index: 2;}
    .Header-search-click.active {background-image: url('/template/default/images/common/close.svg') !important;}
    .Header-search-click {background-image: url('/template/default/images/common/search.svg') !important;margin-right: 10px}
    .Header-navbar li:not(.active):hover .Header-menu{color: unset}
    .side-right .side-item:not(.backTop){display: none}
    .side-right{top:auto;bottom:2%;transform: none;display: none}

    .Footer-items{padding: 32px 0 0}
    .Footer-items .contain {width: 100%;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;}
    .Footer-menu {height: 40px;line-height: 40px;position: relative;}
    .Footer-menu::after{content: "";width: 44px;height: 40px;position: absolute;z-index: 9;right: 0;top: 0;background: url('/template/default/images/common/arrDW.svg') no-repeat center /18px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 5px 0}
    .Footer-drop a+a{margin-top: 0}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-navbar ul{flex-wrap: wrap}
    .Footer-navbar li{padding: 0;border: 0}
    .Footer-copyright .contain-max{padding: 15px 0}
    .Footer-info .qr-code picture{height:80px;width: 80px;margin:0 auto}
    .Footer-info .qr-code p{white-space: nowrap}
    .Footer-info .qr-code{width: auto}
    .Footer-info .txt p+p{margin-top: 5px}
    .Footer-navbar{margin-top: 20px}
    .Footer-link{margin-top:60px}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Footer-info .txt{margin:20px 0 0;width: 100%}
    .Footer-menu{height: 34px}
    .Footer-info{flex-wrap: wrap}
    .Container-wrapper{margin-top: 50px}
    .Header-logo, .Header-search-click, .Header-lang-menu{height: 50px}
    .Header-navclick{height: 50px}
    .Header-logo img{max-height: 30px}
    .Header-navbar,.Header-search-item{top: 50px}
    .Header-navbar{height: calc(100vh - 50px)}
    .Header-drop a{font-size: 14px}
    .Footer-copyright ul{width:100%;text-align:center;margin-top:10px}
    .Footer-link{margin-top:30px}
}<!--0.0001981258392334-->