@charset "utf-8";
/* ====================公共样式========================= */

/* 头部 */
.Header-wrapper{width: 100%;background: #fff;position: fixed;left: 0;top: 0;z-index: 9991;transition: all .4s ease-in-out;}
.Header-container{width: 1680px;margin: 0 auto;}
.Header-logo{position: relative;float: left;}
.Header-logo a{height: 75px;line-height: 75px;display: block;}
.Header-logo a img{width:auto;height: 100%;max-height: 38px;object-fit: cover;}

.Header-share{float: right;overflow: hidden;margin-top: 26px;display: none;}
.Header-share ul li{width: 26px;height: 26px;border-radius: 50%;text-align: center;margin-left: 16px;float: left;line-height: 24px;}
.Header-share ul li a{display: block;}
.Header-share ul li i{font-size: 12px;color: #fff;line-height: 14px;}
/* .Header-share ul li:nth-child(1) i{color: #007bb6;} */
.Header-share ul li:nth-child(1) {background-color: #007bb6;}
/* .Header-share ul li:nth-child(2) i{color: #3b57a0;} */
.Header-share ul li:nth-child(2) {background-color: #3b57a0;}
/* .Header-share ul li:hover{background-color: #2970d6;border-color: #2970d6;}
.Header-share ul li:hover i{color: #fff;} */


/* 语言切换 */
.Header-lang{width: 28px;height: 75px;float: right;background: url('../images/public/lang.svg') center center no-repeat;cursor: pointer;position: relative;margin-left: 0px;transition: all .4s ease-in-out;}
.Header-langwords{padding: 10px 0px;width: 180px;background: rgba(255, 255, 255, 1);position: absolute;top: 75px;right: -80px;display: none;z-index: 3;}
.Header-langwords a{display: block;padding: 5px 10px 5px 60px;line-height: 30px;background-repeat: no-repeat !important;background-position: 20px center !important;transition: all .2s ease-in-out;font-size: 14px;color: #666;}
.Header-langwords a:hover {color: #fff;background: #2970d6;}
.Header-langwords a.CN{background-image: url('../images/public/iconCn.png');}
.Header-langwords a.EN{background-image: url('../images/public/iconEn.png');}
.winter .Header-navbarbox{display: block !important;}

/*搜索*/
.Header-search,.Header-searclick{width: 50px;height: 75px;float: right;user-select: none;cursor: pointer;position: relative;}
.Header-searclick{background: url('../images/public/search.png') no-repeat center center;}
.Header-searwords{display: none;position: absolute;width: 360px;height: 44px;background-color: #fff;right: 0;top: 75px;padding-right: 44px;box-sizing: border-box;font-size: 0;border: 1px solid #eee;}
.Header-searwords input{width: 100%;box-sizing: border-box;border: none;height: 100%;padding: 0 10px;outline: none;font-size: 16px;color: #000;display: block;}
.Header-searsubmit{width: 50px;height: 42px;cursor: pointer;display: inline-block;background: #fff url("../images/public/search.svg") no-repeat center center;position: absolute;right: 0;top: 0;z-index: 3;   transition: all .3s linear;}
.Header-searclick.ontrue{background: url('../images/public/icon-close.svg') no-repeat center center;}

/* 菜单 */
/* .Header-navbar{font-size: 0;float: left;margin-left: 400px;} */
.Header-navbar{font-size: 0;position: absolute;left: 50%;top: 0;transform: translateX(-50%);width: 940px;text-align: center;}
.Header-navbar ul li{display: inline-block;padding: 0 15px;position: relative;}
.Header-navbar ul li:first-child .Header-Menu::after{display: none;}
.Header-Menu{display: block;height: 75px;line-height: 75px; font-family: 'Dineng';font-size: 16px;color: #222;padding: 0 4px;transition: all .4s ease-in-out;position: relative;padding: 0 6px;}
.Header-Menu::after {content: '';position: absolute;right: 0;top: 0px;height: 3px;background-color: #2970d6;width: 0;transition: all .4s ease-in-out;}
.Header-navbar ul li:hover .Header-Menu::after{width: 100%;left: 0;right: auto;}
.Header-Menu:hover{color: #2970d6;}
.Header-navbar ul li.ontrue .Header-Menu{color: #2970d6;}

.Header-sunNav{display: block;position: absolute;left: 0;top:75px;z-index: 991;font-size: 0;}
.Header-sunNav::after{content: '';width: 200vw;height: 100%;;position: absolute;z-index: 100;display: block;background-color: rgba(34, 34, 34, .9);left: -100vw;top: 0;}
.sunNav-box{width: 1000px;position: relative;padding: 40px 0;display: none;z-index: 200;text-align: left;margin-left: -10px;}

.sunNav1{display:inline-block;vertical-align: top;position: relative;width: auto;padding: 0 40px;}
.sunNav1 ul li{font-size: 15px;color: #fff;line-height: 40px;display: block;padding: 0;}
.sunNav1 ul li.cur,.sunNav1 ul li:hover{color: #2970d6;}
.sunNav1.other ul li{min-width: 120px;text-align: left;font-weight: normal;}
.sunNav1.other ul li a{font-size:15px;}

.sunNav2{display:inline-block;vertical-align: top;z-index: 200;width: auto;height: auto;overflow: hidden;padding: 0 30px;}
.sunNav2 .level{display: 100%;overflow: hidden;display: none;}
.sunNav2 .level li{font-size: 14px;color: #fff;line-height: 34px;width: auto;padding: 0;display: block;}
.sunNav2 .level li.cur,.sunNav2 .level li:hover{color: #2970d6;}



.sunNav-img{display:inline-block;vertical-align: top;position: relative;z-index: 200;width: 200px;text-align: center;margin-left: 30px;}
.sunNav-img img{max-width: 100%;object-fit: cover;}




/* 手机下拉按钮 */
.Header-sunNavClick{display: none;position: absolute;width: 40px;height: 44px;right: 0;top: 0;z-index: 9996;background: url('../images/public/iconArrH.png') no-repeat center center /16px auto;}
.Header-sunNavClick.ontrue{transform: rotate(180deg);}




/* 手机汉堡键 */
.Header-navclick{height: 60px;margin-right: 0%;cursor: pointer;float: right;user-select: none;display: none;width: 30px;}
.Header-navclick span{width: 30px;height: 2px;background: #333;display: block;position: relative;margin-top: 29px;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #333;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -8px;}
.Header-navclick span:after{top: 8px;}
.Header-navclick.ontrue span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.ontrue span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.Header-navclick.ontrue 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(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-moz-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); }
}
@-webkit-keyframes buttonAnimationBefore {
    0% {-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0); }
    50% {-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) 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(8px) rotate(0);-ms-transform: translateY(8px) rotate(0);-webkit-transform: translateY(8px) rotate(0);transform: translateY(8px) rotate(0); }
    100% {-moz-transform: translateY(8px) rotate(45deg);-ms-transform: translateY(8px) rotate(45deg);-webkit-transform: translateY(8px) rotate(45deg);transform: translateY(8px) rotate(45deg); } }
@-moz-keyframes buttonAnimationAfter {
    0% {-moz-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-moz-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-moz-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) rotate(-45deg); }
}
@-webkit-keyframes buttonAnimationAfter {
    0% {-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0); }
    50% {-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) 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(-8px) rotate(0);-ms-transform: translateY(-8px) rotate(0);-webkit-transform: translateY(-8px) rotate(0);transform: translateY(-8px) rotate(0); }
    100% {-moz-transform: translateY(-8px) rotate(-45deg);-ms-transform: translateY(-8px) rotate(-45deg);-webkit-transform: translateY(-8px) rotate(-45deg);transform: translateY(-8px) 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-color: #f4f4f4;overflow: hidden;border-top: 6px solid #1f6ed4;}
.Footer-container{width: 1680px;margin: 0 auto;overflow: hidden;padding: 60px 0;}
.Footer-logo{width: 14%;float: left;}
.Footer-logo img{max-width: 100%;}
.Footer-navbar{width: 70%;float: left;}
.Footer-navbar ul li{width: 14.666%;float: left;margin-right:2%;}
/* .Footer-navbar ul li:first-child{margin-left: 0;} */
.Footer-navclick{width: 100%;position: relative;height: 30px;line-height: 30px;}
.Footer-navclick h6{font-size: 18px;color: #222;position: relative;font-weight: bold;line-height: 30px;font-family: 'Dineng';}
.Footer-navclick i{width: 44px;height: 30px;display: none;position: absolute;z-index: 9;right: 0;top: 0;background: url('../images/public/icon-dd1.png') no-repeat center center /14px auto;}
.Footer-navclick i.ontrue{transform: rotate(180deg);}
.Footer-navwords{width: 100%;overflow: hidden;margin-top: 8px;}
.Footer-navwords a{display: block;font-size: 14px;color: #777;line-height: 32px;transition: all .3s ease-in-out;}
.Footer-navwords a:hover{color: #2970d6;}

.Footer-sign{width: 20%;float: right;overflow: hidden;}
.sign-tit{font-size: 18px;color: #222;position: relative;font-weight: bold;line-height: 30px;font-family: 'Dineng';text-align: right;}
.sign-input{width: 100%;position: relative;float: right;height: 32px;padding-right: 50px;margin-top: 10px;overflow: hidden;}
.sign-input span{position: absolute;width: 50px;height: 32px;background-color: #2970d6;right: 0;top: 0;font-size: 15px;color: #fff;line-height: 32px;text-align: center;cursor: pointer;}
.sign-input input{width: 100%;box-sizing: border-box;border: none;height: 32px;padding: 0 10px;outline: none;font-size: 12px;color: #767676;display: block;border: 1px solid #dbdbdb;background-color: #e8e8e8;}
.sign-input input:-ms-input-placeholder{font-size: 12px;}
.sign-input input::-webkit-input-placeholder{font-size: 12px;}
.sign-show{padding-top: 20px;overflow: hidden;float: right;}
.sign-show ul li{width: 36px;height: 36px;border-radius: 50%;background-color: #525252;text-align: center;line-height: 36px;margin-left: 10px;float: left;}
.sign-show ul li a{display: block;}
.sign-show ul li i{font-size: 18px;color: #fff;line-height: 36px;}
.sign-show ul li:hover{background-color: #2970d6;}
.sign-show ul li:nth-child(1){background-color: #007bb6;}
.sign-show ul li:nth-child(2){background-color: #de3b2a ;}
.sign-show ul li:nth-child(3){background-color: #3b57a0;}
.sign-show ul li:nth-child(4){background-color: #41abe1;}




.Footer-coder-box{width: 100%;border-top: 1px solid #e3e3e3;overflow: hidden;padding: 30px 0;}
.Footer-coder{width: 1680px;margin: 0 auto;overflow: hidden;}
.Fcoder-left{position: relative;padding-left: 30px;font-size: 12px;color: #777;line-height: 20px;max-width: 70%;}
.Fcoder-left::before{content: '';width: 20px;height: 20px;position: absolute;left: 0;top: 0;background: url('../images/public/footer-ico.png') no-repeat;}
.Fcoder-left span{display: block;float: left;line-height: 20px;}
.Fcoder-left a{display: block;float: left;font-size: 12px;color: #777;line-height: 20px;padding: 0 10px;position: relative;transition: all .3s;}
.Fcoder-left a::after{content: '';width: 1px;height: 10px;position: absolute;right: 0;top: 5px;background-color: #bcbcbc;}
.Fcoder-left a:last-child::after{display: none;}
.Fcoder-left a:hover{color: #2970d6;}
.Fcoder-right{float: right;font-size: 12px;color: #777;line-height: 20px;}


/* 中间+共用部分 */
.Container-wrapper{margin-top:75px;}

.pub-ban{width: 100%;position: relative;overflow: hidden;}
.pub-ban .img{width: 100%;overflow: hidden;}
.pub-ban .img img{width: 100%;height: 100%;min-height: 400px;object-fit: cover;}


.pub-layout{width: 100%;padding: 60px 0;box-shadow: 10px 0 10px rgba(0, 0, 0, .1);}
.layout-title{width: 100%;position: relative;}
.layout-title::after{content: '';width: 194px;height: 91px;position: absolute;top: 40px;right: 0;z-index: -1;background: url('../images/public/showmap.png') no-repeat center center;background-size: 100%;}
.layout-left{font-size: 32px;color: #333333;line-height: 40px;position: relative;float: left;font-family: 'Dineng';text-transform: uppercase;}
.layout-left::after{content: '';width: 34px;height: 1px;background-color: #333;position: absolute;left: 0;bottom: -10px;}
.layout-right{float: right;position: relative;}
.layout-right .home{float: left;font-size: 12px;color: #999;line-height: 40px;}
.layout-right .home a:hover{color: #2970d6;}
.layout-right .home span{font-family: '宋体';padding: 0  6px;}
.pub-share{float: left;position: relative;margin-left: 20px;}
.share-tit{font-size: 14px;color: #2970d6;font-weight: bold;padding-right: 30px;line-height: 40px;background: url('../images/public/share.png') no-repeat center right 1px;cursor: pointer;display: none;}
.share-main{position: absolute;width: 350px;background-color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, .3);overflow: hidden;top: 40px;right: 0;padding: 40px 30px;border-radius: 5px;z-index: 10;display: none;}
.shareclose{width: 30px;height: 30px;position: absolute;right: 0;top: 0;cursor: pointer;background: url('../images/public/icon-close.png') no-repeat center center;background-size: 18px;}
.share-main h6{font-size: 15px;color: #000;text-align: center;font-weight: bold;line-height: 22px;}
.share-main ul{width: 100%;margin-top: 20px;text-align: center;}
.share-main ul li{width: 36px;height: 36px;border-radius: 50%;background-color: #2970d6;text-align: center;line-height: 36px;display: inline-block;margin: 0 5px;}
.share-main ul li a{display: block;}
.share-main ul li i{font-size: 18px;color: #fff;line-height: 36px;}
.share-main ul li:hover{background-color: rgba(235, 97, 3, .8);}

.share-main .bshare-custom{text-align: center;margin-top: 10px;}
.share-main .bshare-custom a{width: 36px;height: 36px;margin: 0 5px;}
.share-main .bshare-custom .bshare-twitter{background: url('../images/public/share-01.png') no-repeat center center;}
.share-main .bshare-custom .bshare-facebook{background: url('../images/public/share-02.png') no-repeat center center;}
.share-main .bshare-custom .bshare-linkedin{background: url('../images/public/share-03.png') no-repeat center center;}

.layout-list{width: 100%;overflow: hidden;padding-top: 50px;}
.layout-list a{display: block;line-height: 60px;font-size: 16px;color: #444;padding: 0 20px;background-color: #f5f5f5;transition: all .4s;float: left;margin-right: 10px;}
.layout-list a:hover,.layout-list a.ontrue{background-color: #2970d6;color: #fff;}


/* 右侧客服栏 */
.sideBar-wrapper{position: fixed;top: 50%;right: 0;margin-top: -76px;width: 50px;height: 152px;z-index: 6666;}
.sideBar-wrapper ul li{height: 50px;position: absolute;left: 0;}
.sideBar-wrapper ul li a{display: block;color: #fff;font-size: 14px;height: 50px;line-height: 50px;overflow: hidden;background-color: #646464;opacity: 1;border-radius: 6px;}
.sideBar-wrapper ul li a img{display: block;float: left;width: 24px;height: 24px;margin: 12px 12px 14px 14px;}
.sideBar-wrapper ul li a:hover{background-color: #2970d6;}
.sideBar-wrapper ul li.backTop{top: 102px;width: 55px;}
.sideBar-wrapper ul li.relDh{top: 51px;width: 185px;transition: all .4s;}
.sideBar-wrapper ul li.relDh:hover{left: -130px;}
.sideBar-wrapper ul li.relEwm{top: 0px;width: 55px;}
.sideBar-wrapper ul li.relEwm a.ontrue{background-color: #2970d6;}

.rel-mess{position: absolute;width: 430px;background-color: #fff;padding: 30px 50px;left: -440px;top: 0;border-radius: 5px;box-shadow: 0 0 10px #999;display: none;}
.mess-close{width: 40px;height: 40px;position: absolute;right: 0;top: 0;cursor: pointer;background: url('../images/public/icon-close.png') center center no-repeat;}
.mess-box{width: 100%;overflow: hidden;}
.mess-box h5{font-size: 24px;color: #000;line-height: 30px;margin-bottom: 20px;font-family: 'Dineng';}
.mess-box input{width: 100%;height: 40px;border: 1px solid #dadada;font-size: 14px;color: #777;padding: 0 5px;margin-bottom: 10px;}
.mess-box textarea{width: 100%;height: 66px;border: 1px solid #dadada;font-size: 14px;color: #777;padding: 0 5px;margin-bottom: 10px;line-height: 25px;}
.mess-box button{width: 100%;font-size: 14px;font-weight: bold;font-family: Arial;text-align: center;border-radius: 5px;color: #fff;height: 50px;cursor: pointer;background-color: #2970d6;}


/* 视频弹窗 */
.addup-box{position: fixed;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);left: 0;top: 0;z-index: 99999;opacity: 1;margin: 0 auto;left: auto;right: auto;display: none;}
.addup{width: 1280px;height: 720;margin: 0 auto;;overflow: hidden;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background-color: #fff;}
.upclose{width: 40px;height: 40px;position: absolute;right: 0;top: 0px;z-index: 9;background:#2970d6  url('../images/index/upclose.png') no-repeat center center;cursor: pointer;user-select: none;transition: all .3s ease-in-out;}
.upclose:hover{background: #2970d6 url('../images/index/upclose.png') no-repeat center center;}
.addup video{width: 100%;}



/* --------------------------fullpage-PUB-box------------------------------- */
.fullpage-PUB{width: 100%;font-size: 0;text-align: center;margin: 20px 0;overflow: hidden;}
.fullpage-PUB a{display: inline-block;width: 50px;height: 50px;line-height: 50px;font-size: 16px;color: #555;margin: 0 4px;vertical-align: middle;text-align: center;background-color: #f4f4f4;}
.fullpage-PUB a:first-child {background: #f4f4f4 url('../images/public/page-prev.png') center center no-repeat;}
.fullpage-PUB a:last-child {background: #f4f4f4 url('../images/public/page-next.png') center center no-repeat;}
.fullpage-PUB a:hover{background-color: #2970d6;color: #fff;}
.fullpage-PUB a.ontrue{background-color: #2970d6;color: #fff;}
.fullpage-PUB a:first-child:hover {background: #2970d6 url('../images/public/page-prevH.png') center center no-repeat;}
.fullpage-PUB a:last-child:hover {background: #2970d6 url('../images/public/page-nextH.png') center center no-repeat;}
@media all and (max-width:1000px) {.fullpage-PUB{margin: 10px 0;}.fullpage-PUB a {width: 40px;height: 40px;line-height: 40px;font-size: 14px;margin: 0 3px;}}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .Footer-container,.Footer-coder{width: 94%;}
    .Header-container{width: 94%;}
    .contain{width: 94%;}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .Header-navbar ul li{padding: 0 10px;}
    .sunNav1{padding: 0 40px 0 16px;}
    .sunNav1 ul li{line-height: 36px;}

    .Footer-container{padding: 40px 0;}
    .Footer-navwords a{font-size: 12px;line-height: 26px;}
    .Footer-coder-box{padding: 20px 0;}

    .pub-layout{padding: 50px 0;}
    .Footer-sign{margin-right:50px;}
    .Header-navbar{width: 900px;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Header-navbar ul li{padding: 0 6px;}
    .sunNav1 ul li{font-size: 15px;}
    .sunNav-box{padding: 30px 0;}

    .Footer-navbar{width: 64%;}
    .Footer-sign{width: 18%;}
    .Fcoder-left{width: 100%;}
    .Fcoder-right{width: 100%;float: left;padding-top: 10px;}
    .pub-layout{padding: 40px 0;}
    .addup{width: 960px;height: 540;}
    .Header-navbar {width: 770px;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .sign-input{width: 100%;}
    .layout-list a{padding: 0 14px;margin-bottom: 10px;}
    .Header-logo a img {max-height: 32px;}
    
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .sign-show ul li{margin-left: 5px;}
    .Header-Menu{font-size: 14px;}
    .Header-logo a img {max-height: 30px;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-navbar ul li{padding: 0 4px;}
    .Header-navbar{width: 690px;}

}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Container-wrapper{margin-top: 60px;}
    .Header-container{width: 94%;}
    .Header-wrapper{position: fixed;border-bottom: 1px solid #eee;}
    .Header-container{height: 60px;}
    .Header-logo{height: 60px;width: auto;float: left;margin-top: 0;}
    .Header-logo a {height: 60px;line-height: 60px;}
    .Header-logo a img{max-height: 28px;}
    .Header-share{display: none;}

    .Header-navclick{display: block;}
    .Header-navbarbox{display: none;width: 100%;position: absolute;top: 61px;left: 0;}
    .Header-navbar{width: 100%;overflow: hidden;background-color: rgba(34, 34, 34, 1);margin-left: 0;position: static;transform: translateX(0);text-align: left;}
    .Header-navbar ul li{display: block;width: 100%;position: relative;margin: 0;padding: 0;}
    .Header-Menu{width: 100%;height: 44px;line-height: 44px;font-size: 16px;color: #fff;padding: 0 3%;font-weight: normal;margin: 0;}
    .Header-Menu::after{display: none;}
    .Header-sunNavClick{display: block;}
    .Header-sunNav{position: static;background-color: none;width: 100%;display: none;}

    .sunNav2{display: none;}
    .sunNav-img{display: none;}
    .Header-sunNav::after{display: none;}
    .sunNav-box{width: 100%;position: relative;padding: 5px 0;display: block;margin-left: 0px;}
    .sunNav1{width: 100%;padding: 0 3%;}
    .sunNav1 ul li{font-size: 14px;line-height: 30px;font-weight: normal;}
    .sunNav1 ul li.cur, .sunNav1 ul li:hover{color: #fff;}
    .sunNav1 a{display: block;}

    /*搜索*/
    .Header-search,.Header-searclick{height: 60px;width: 40px;float: right;user-select: none;cursor: pointer;position: relative;}
    .Header-searclick{background: url('../images/public/search.png') no-repeat center center;}
    .Header-searclick.ontrue{background: url('../images/public/icon-close.png') no-repeat center center;background-size: 18px;}
    .Header-search{width: 40px;height: 60px;position: static;}
    .Header-searclick{width: 40px;height: 60px;line-height: 60px;}
    .Header-searwords{display: none;position: absolute;width: 100%;height: 44px;right: 0;top: 60px;padding-right: 50px;box-sizing: border-box;font-size: 0;border: 1px solid #eee;height: 44px;}
    .Header-searwords input{font-size: 14px;}
    
    /* 语言 */
    .Header-lang{width: 40px;height: 60px;line-height: 60px;margin-right: 8px;position: static;}
    .Header-lang::before{display: none;}
    .Header-langwords{top: 61px;width: 100%;left: 0;margin-left: 0;right: auto;}

    /* 底部 */
    .Footer-container{padding: 10px 0;}
    .Footer-navbar {width: 100%;padding: 0 0 10px 0;margin-top: 0px;}
    .Footer-navbar ul li{width: 100%;margin: 0;}
    .Footer-navclick{height: 40px;}
    .Footer-navclick i{height: 40px;}
    .Footer-navclick h6{line-height: 40px;font-size: 15px;height: 40px;}
    .Footer-navwords a {font-size: 13px;line-height: 30px;}
    .Footer-navwords{margin-top: 0;display: none;}
    .Footer-navclick i{display: block;}
    .sign-tit{font-size: 16px;text-align: left;}
    .sign-show{padding-top: 10px;width: 100%;}
    .Fcoder-right{text-align: left;}
    .Footer-coder-box{padding: 10px 0;}
    .Fcoder-left{width: 100%;max-width: 100%;}
    .Fcoder-left span{width: 100%;}
    .Fcoder-left a{padding-left: 0;margin-right: 10px;}

    .Footer-wrapper{border-top: 3px solid #ff873a;}
    .Footer-logo{display: none;}
    .Footer-sign{width: 100%;margin-right: 0;}
    .sideBar-wrapper{display: none;}


    .pub-ban .img img{min-height: 260px;}
    .pub-layout{padding: 30px 0 10px;}
    .layout-list{padding-top: 30px;}
    .layout-list a{padding: 0 10px;font-size: 14px;line-height: 40px;}
    .layout-left{font-size: 34px;}

    .addup{width: 640px;height: 360px;}


    
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .layout-title::after{display: none;}
    .layout-right{display: none;}
    .layout-left{font-size: 24px;line-height: 30px;}
    .pub-layout{padding: 20px 0 10px;}
    .layout-list a{font-size: 14px;padding: 0 6px;margin: 0 5px 5px 0;line-height: 36px;}
    .addup{width: 320px;height: 180px;}
    .Fcoder-left a{margin-right: 5px;}
}

