@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header-wrapper{transition: all .4s ease; 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-scroll .Header-wrapper{transform: translateY(-90px);box-shadow: unset;}
.Header-wrapper .contain{width: 100%;}
.Header-logo{float: left;height: 90px;display: flex;align-items: center;position: relative;z-index: 999;margin-left: 68px;}
.Header-logo img{height:100%;}
.Header-lang{float: right;position: relative;z-index: 999;visibility: visible;opacity: 1;}
.Header-lang-menu{display: flex;align-items: center;height: 90px;position: relative;}
.Header-lang-menu::after{content: '';width: 1px;height: 15px;background-color: #c7c7c7;position: absolute;right: -18px;top:50%;margin-top: -7.5px;}
.Header-lang-menu span{display: block;padding:0 22px 0 30px;background: url('../images/lang.svg') no-repeat left center /20px auto;line-height: 22px;font-size: 16px;color: #444;font-family: Arial;position: relative;right:20px;}
.Header-lang-menu span::after{content: '';width: 20px;height: 16px;background: url('../images/arrD.svg') no-repeat center/12px auto;position: absolute;right: 0;top: 0;}
.Header-lang.active .Header-lang-menu span{color: #1a8acc;}
body.onSearch .Header-lang{visibility: hidden;opacity: 0;}
/* 多个语言 */
.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: #1a8acc;}
.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;margin: 0 48px 0 25px;}
.Header-search-click{width: 40px;height: 90px;cursor: pointer;background: url('../images/search.svg') no-repeat center /26px auto;position: relative;z-index: 999;}
.Header-search-click.active{background: url('../images/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('../images/search.svg') no-repeat center /26px auto;cursor: pointer;margin-right: 0;}
body.onSearch .Header-navbar{visibility: hidden;opacity: 0;}
.Header-navbar{width: 100%;visibility: visible;opacity: 1;}
body.PC .Header-navbar{display: block !important;}
.Header-navbar ul{width: 100%;text-align: center;}
.Header-navbar li{display: inline-block; margin: 0 25px;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;text-transform: capitalize;align-items: center;font-size: 17px;color: #444;font-weight: 500; transition: color .4s ease;}
.Header-navbar li:hover .Header-menu, .Header-navbar li.active .Header-menu{color: #1a8acc;}
.Header-arrow{display: none;}
.Header-drop{display: none;}
.Header-drop a{display: block;width: 100%;height: 54px;line-height: 54px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;}
.Header-drop a.active, .Header-drop a:hover{background: #1a8acc;color: #fff;}
/* 下拉菜单 */
.hamb-drop {height:666px;position:fixed; top:0px; right:0;transform: translateY(-100%);width:100%;z-index: 999999; background:#058db0; border-top:1px solid #e0e0e0; -webkit-overflow-scrolling: touch; -webkit-backface-visibility:hidden; -moz-backface-visibility:hidden; -ms-backface-visibility:hidden; backface-visibility:hidden;transition: all .8s ease;}
.hamb-close{width: 14px;height: 14px;background: url('../images/close_ham.png') no-repeat center;position: absolute;right: 70px;top: 54px;cursor:pointer;}
.hamb-drop.active{transform: translateY(0);}
.hamb-drop-items{display: flex;justify-content:center;width: 100%;height: 100%;}
.hamb-drop-items .hamb-drop-column {width:382px;height: 100%;border-right: 1px solid rgba(255, 255, 255, 0.54);padding:210px 26px 0;}
.hamb-drop-items .hamb-drop-column:first-child{border-left: 1px solid rgba(255, 255, 255, 0.54);}
.hamb-drop-items .hamb-drop-column ul{width: 100%;}
.hamb-drop-column ul li{position: relative;width: 100%;text-transform: capitalize;}
.hamb-drop-column ul li+li {margin-top: 38px;}
.hamb-drop-column ul li .hamb-drop-menu {font-size: 30px;color: #fff;line-height: 1;transition: all .4s ease;opacity: .5;}
.hamb-drop-column ul li .hamb-drop-sub {position: absolute;right:24px;top: 8px;z-index: 1;opacity: 0;visibility: hidden;transition: all .4s ease;transform: translateX(-50px);}
.hamb-drop-column ul li .hamb-drop-sub:after{content:'';width:56px;height:1px;position:absolute;top:8px;background:#fff;right:88px}
.hamb-drop-menu.on+.hamb-drop-sub{display:block;opacity:1;visibility:visible;transform:translateX(0)}
.hamb-drop-sub a {display: block;font-size: 16px;color: #a7c8d4;font-weight: 500;line-height: 1;transition: all .4s ease;}
.hamb-drop-items a+a { margin-top: 15px;}
.hamb-drop-column ul li.on .hamb-drop-menu{opacity: 1;}
.hamb-drop-sub a.active,.hamb-drop-sub a:hover{color: #fff;}
.hamb-drop-way{width: 100%;}
.hamb-drop-column .tit{font-size: 24px;color: #fff;font-weight: 500;}
.hamb-drop-way span{font-size: 18px;color: #fff;display: inline-block;margin-top: 14px;}
.hamb-drop-share{width: 100%;margin-top: 60px;}
.hamb-drop-share .FooterCode{width: 100%;margin-top: 14px;}
.hamb-drop-share .FooterCode a{display: flex;justify-content: center;align-items: center;margin-top: 0;margin-right: 20px; width: 34px;height: 34px;border-radius: 50%;border: 2px solid rgba(255, 255, 255, 0.54);}
.hamb-drop-share .FooterCode a>img {width: 18px;}
.Header-navclick{display: flex;width: 96px;height: 90px;background-color: #1a8acc;cursor: pointer;float: right;user-select: none;justify-content: center; align-items: center;}
.Header-navclick span{width: 34px;height: 2px;background: #fff;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #fff;display: block;left: 0;transition: all .2s linear;}
.Header-navclick span:before{top: -10px;width: 45px;}
.Header-navclick span:after{top: 10px;width: 23px;}
.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: #f6fafc;border-top: 1px solid #f1f1f1;position: relative;z-index: 9;padding-top: 58px;}
.Footer-items{display: flex;justify-content: space-between;align-items: center; width: 100%;}
.Footer-logo{width: auto;}
.Footer-logo img{max-width: 100%;object-fit: cover;height:74px;}
.FooterCode{display: flex;width: auto;font-size: 0;}
.FooterCode a{display: inline-block;vertical-align: middle;position: relative;}
.FooterCode a{width: 32px;text-align: center;margin: 0 5px;}
.FooterCode-img{display: none;width: 152px;height: 152px;padding: 6px;position: absolute;bottom: 44px;left: 50%;margin-left: -76px;background: #fff;border-radius: 4px;}
.FooterCode-img::after{content: "";display: block;width: 0px;height: 0px;border: 8px solid transparent;border-top-color: #fff;position: absolute;bottom: -16px;left: 50%;margin-left: -8px;}
.FooterCode-img img{width: 100%;height: 100%;object-fit: cover;}
.FooterCode a:hover .FooterCode-img{display: block;animation: FooterCode .6s ease-in-out both;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
.Footer-coulmn{display: flex;justify-content: space-between;width: 100%;margin-top: 28px;padding-bottom: 68px;}
.Footer-navbar{width: auto;overflow: hidden;user-select: none;}
.Footer-navbar li{float: left;width: auto;margin-left: 98px;}
.Footer-navbar li:first-child{margin-left: 0;}
.Footer-menu{font-size: 17px;color: #333;font-weight: 700;display: block;}
.Footer-drop{width: 100%;margin-top: 12px;}
body.PC .Footer-drop{display: block !important;}
.Footer-drop a{display: block;font-size: 14px;color: #888;line-height: 1;padding: 7px 0;transition: all .4s ease;}
.Footer-drop a:hover{color: #1a8acc;}
.Footer-way{width:25%;display: flex;flex-direction: column;align-items: flex-end; text-align: right;}
.Footer-way h2{font-size: 17px;color: #333;font-weight: 900;line-height: 1;}
.Footer-way h6{display: inline-block;font-size: 14px;color: #9fa5a6;background: url('../images/foot_dots.png') no-repeat center left;margin-top: 20px;padding-left: 20px;}
.Footer-way p{font-size: 14px;color: #9fa5a6;padding:7px 0;max-width: 78%;}
.Footer-way span{font-size: 18px;color: #1a8acc;font-weight: 700;}
.Footer-copyright{width: 100%;background-color:#1a8acc;padding: 24px 0;}
.Footer-copyright h6, .Footer-copyright p{color: #fff;line-height: 18px;}
.Footer-copyright h6{font-size: 14px;float: left;}
.Footer-copyright p{font-size: 13px;float: right;}
/* 置顶 */
.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;border-radius: 4px;position: fixed;cursor: pointer;z-index: 9999; background: #1a8acc url('../images/top.svg') no-repeat center/22px auto;}
@media all and (max-width:1599px) {.backTop {right: 30px;bottom: 40px;}}
@media all and (max-width:640px) {.backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}}
/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 90px;}
.contain-1600, .contain-1440, .contain{margin: 0 auto;}
.contain-1600{width: 1600px;}
.contain-1440{width: 1440px;}
.contain{width: 1280px;}
/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain-1600,.contain-1440{width: 1400px;}
}
@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .contain-1600, .contain-1440{width: 1200px;}
    .contain{width: 1080px;}
    .Footer-navbar li {margin-left:60px;}
}
@media all and (max-width:1439px) {
    /* 1360 */
    .Header-navbar li {margin: 0px 18px;}
}
@media all and (max-width:1359px) {
    /* 1280 */
    .Header-navbar li {margin: 0px 12px;}
    .hamb-close {right: 32px; top: 48px;}
}
@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .contain-1600, .contain-1440{width: 960px;}
    .contain{width: 880px;}
    .Header-logo{margin-left: 48px;}
    .Header-navclick{width: 90px;}
    .Header-search{margin: 0 30px 0 20px;}
    .Header-lang-menu::after{right: -14px;}
    .Header-lang-menu span{font-size: 0;}
    .Header-navbar li{margin: 0 12px;}
    .Header-menu{font-size: 15px;}
    .Footer-navbar li {margin-left:24px;}
    .Footer-menu{font-size: 16px;}
    .hamb-drop-column ul li .hamb-drop-menu {font-size: 24px;}
    .hamb-drop-items .hamb-drop-column { width: 300px;padding: 180px 16px 0;}
    .hamb-drop-column ul li .hamb-drop-sub:after {width: 40px;right: 72px;}
    .hamb-drop-column ul li .hamb-drop-sub {right: 16px;top: 6px;}
}
@media all and (max-width:1151px) {
    /* 1024 */
}
/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.onSearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain-1600, .contain-1440, .contain{width: 92%;}
    .Container-wrapper{margin-top: 60px;}
    .Header-wrapper .contain{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: 44px;}
    .Header-navclick{height: 60px;width: 60px;}
    .Header-navclick span{width: 30px;}
    .Header-navclick span:before,.Header-navclick span:after{width: 30px;}
    .Header-navclick span:before{top: -7px;}
     .Header-navclick span:after{top: 7px;}
    .Header-search {margin: 0 20px 0 20px;}
    .Header-lang-menu::after {right: -15px;}
    .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 0;background: #fff;}
    .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;}
    .Header-navbar.active li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 44px;padding: 0 4%;color: #333;}
    .Header-menu::before{display: none;}
    .Header-navbar li:hover .Header-menu{color: #444;}
    .Header-navbar li.active .Header-menu{color: #1a8acc;}
    .Header-arrow{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/arrD.svg') no-repeat center /18px auto;}
    .Header-arrow.active{transform: rotate(180deg);}
    .Header-drop {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .Header-drop a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;font-size:14px;}
    .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: #1a8acc url('../images/searchW.svg') no-repeat center /26px auto !important;z-index: 2;}
    .Header-search-click.active {background-image: url('../images/close.svg') !important;}
    .Header-search-click {background-image: url('../images/search.svg') !important;}
    .hamb-drop{display:none;}
    .Footer-coulmn{flex-direction: column;}
    .Footer-way{width: 100%;margin-top: 28px;align-items: flex-start;max-width:100%;}
    .Footer-navbar{width: 100%;}
    .Footer-navbar li{width: 100% !important;margin-left: 0;}
    .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('../images/arrD.svg') no-repeat center /18px auto;}
    .Footer-menu.active::after{transform: rotate(180deg);}
    .Footer-drop a{padding: 7px 0%;}
    .Footer-drop{display: none;margin-top: 0;}
    .Footer-copyright h6{width: auto;}
    .Footer-copyright {padding: 20px 0;}
    .FooterCode {text-align: center;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Footer-wrapper {padding-top: 40px;}
    .Footer-logo img {max-width: 100%;}
    .Footer-way p {max-width: 100%;}
    .Footer-coulmn {padding-bottom: 48px;margin-top: 20px;}
    .Footer-copyright h6{margin-bottom: 8px;}
    .Footer-copyright .contain-1440{display: flex;flex-direction: column;align-items: center;}
}

.df{display: flex;}
.jc{justify-content:space-between;}
.ja{justify-content:space-around;}
.je{justify-content: end;}
.fw{flex-flow: wrap;}
.ai{align-items: center;}
.ae{align-items: end;}
.fd{flex-direction: column;}
.frr{flex-direction: row-reverse;}
.text-1{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.text-2{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;
    line-clamp: 2;-webkit-box-orient: vertical;}
.text-3{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;
    line-clamp: 3;-webkit-box-orient: vertical;}


/*浮动*/

.drift {

    width: 77px;

    height: auto;

    position: fixed;

    bottom: 28%;

    right: 2px;

    z-index: 999;

    _position: absolute;

    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));

    -margin-top: 350px;

}



.drift li {

    width: 77px;

    height: 77px;

    margin-bottom: 3px;

    position: relative;

}



.drift li a {

    display: block;

    width: 77px;

    height: 77px;

    background: #2D2C32;

    overflow: hidden;

}



.drift #rolls a {

    background: #0079dc;

}



.drift li a:hover,

.drift #rolls a:hover {

    background: #0079dc;

}



.drift li a:hover span {

    display: block;

}



.drift li span {

    width: 244px;

    right: 77px;

    top: 1px;

    height: 77px;

    line-height: 77px;

    background: #0079dc;

    color: #fff;

    text-align: center;

    font-family: Arial;

    position: absolute;

    font-size: 30px;

    font-weight: bold;

    display: none;

}



.drift li .ewm {

    background: #fff;

    height: 203px;

    border: 1px solid #EEEFF1;

}



.drift li .ewm img {

    width: 146px;

    display: block;

    overflow: hidden;

    padding: 10px 10px 6px 10px;

    width: 146px;

}



.drift li .ewm em {

    height: 40px;

    line-height: 18px;

    overflow: hidden;

    font-family: "Microsoft YaHei";

    font-size: 12px;

    font-weight: normal;

    color: #000;

}



.drift li span.ewm {

    width: 166px;

}

.Footer-coulmn{padding-bottom:50px;}
.foot-link{margin-bottom: 50px;text-align: center;line-height: 50px;border: 1px solid #eee;}
.foot-link a{display: inline-block;margin:0 5px;}
.foot-link a:hover{color: #1a8acc;}
@media screen and (max-width:768px) {
    .foot-link{display: none !important;}
}