@charset "utf-8";
/* ====================公共样式========================= */

.contain{width: 1300px;margin: 0 auto;}

/* 头部 */
.Header-wrapper{width: 100%;position: fixed;left: 0;top: 0;background: #fff;z-index: 99999;}
.Header-wrapper.site-on{height: 100%;overflow-y: auto}
.Header-wrapper .contain{width: 1360px;}
.Header-logo{float: left;height: 84PX;width: 211px; line-height: 84PX;}
.Header-logo a{display: block;width: 100%;height: 84px;}
.Header-logo a img{max-width: 100%;object-fit: cover;}

.Header-lang{float:right;height: 84px;width: 21px;position: relative;user-select: none;}
.Header-lang i{width:21px;height: 84px; background: url(../images/public/lang.png) no-repeat center;position: absolute;z-index: 2;cursor: pointer;margin-left: -30px;}
.Header-lang .Hlang-menu{display: block;width: 68px;height: 100%;transition: none;-webkit-transition: none;font-size: 16px;text-align: center;color: #666;line-height: 85px;}

.Header-navber{float:right;margin-right: 40px;font-size: 0;}
.Header-navber li{display: inline-block;vertical-align: middle;margin: 0 28px;position: relative;}
.Header-navber li:first-child{margin-left: 0;}
.Header-navber li:last-child{margin-right: 0;}
.Header-menu{display: block;font-size: 17px;color: #444444;height: 84px;line-height: 84px;position: relative;}
.Header-navarr{display: none;}
.Header-menu::after{content:"";width: 0%;height: 3px;background: #003a5d;position: absolute;right: 0;bottom: 0;transition: all .4s ease;}
.Header-navber li:hover .Header-menu::after{right: auto;left: 0;width: 100%;}
.Header-navber li:hover .Header-menu{color:#003a5d}
.Header-navber li.ontrue .Header-menu:after{right: auto;left: 0;width: 100%;}
.Header-navber li.ontrue .Header-menu{color:#003a5d}
.Header-navber li.Header-product-li{position: static;}

.Header-menulik{display:none;width:218px;background: #f8f8f8;position: absolute;top: 84px;left: 50%;margin-left: -109px;}
.Header-menulik>a{display: block;width:100%;font-size: 16px;color: #666666;line-height: 60px; text-align: center;transition: all .4s ease;}
.Header-menulik>a:hover{background-color: #003a5d;color: #fff;}

.Header-drop{display: none;width:100%;background:rgba(242, 245, 247, .94); padding: 70px 0 84px;position: absolute;top: 84px;left: 0;border: 1px solid #d9d9d9;}
.Header-dropitem{width:100%;display: flex;justify-content: space-around;}
.Header-drop-li{float: left;}
.Header-dropmenu{display: block;font-size:17px;font-weight: bold; color: #003a5d;padding-bottom: 26px;border-bottom:1px solid #dddddd;}
.Header-droplink{ padding-top: 24px;}
.Header-droplink>a{display: block;font-size: 15px;font-weight: bold; color: #666666;line-height: 36px;transition: all .4s ease;}
.Header-droplink a.Header-droplink-more{color: #003a5d}
.Header-droplink>a:hover{color:#003a5d;}

.sideBar-wrapper{position: fixed;top: 50%;right: 0;margin-top: -101px;width: 50px;height: 203px;z-index: 6666;}
.sideBar-wrapper ul li{height: 50px;position: absolute;left: 0;}
.sideBar-wrapper ul li.backTop{top: 0;width: 62px;}
.sideBar-wrapper ul li.relQq{top: 51px;width: 126px;transition: all .4s;}
.sideBar-wrapper ul li.relDh{top: 102px;width: 172px;transition: all .4s;}
.sideBar-wrapper ul li.relEwm{top: 153px;width: 62px;}
.sideBar-wrapper ul li a{display: block;font-family: "Microsoft Yahei";color: #fff;font-size: 14px;height: 50px;line-height: 50px;overflow: hidden;background-color: #044bb0;opacity: .7;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: #044bb0;opacity: 1;}
.sideBar-wrapper ul li.relQq:hover{left: -70px;}
.sideBar-wrapper ul li.relDh:hover{left: -116px;}
.sideBar-wrapper-ewm{position: absolute;top: -144px;left: -144px;background: url('../images/public/side-arr.png') no-repeat bottom right;width: 140px;height: 149px;padding-bottom: 9px;display: none;}
.sideBar-wrapper-ewm img{display: block;background-color: #FFF;width: 140px;height: 140px;}
.sideBar-wrapper ul li.relEwm:hover .sideBar-wrapper-ewm{display: block;}
@media all and (max-width:1000px) {
    .sideBar-wrapper{display: none;right: 4px;width: 50px;height: auto;top: auto;bottom: 60px;margin-top: 0;}
    .sideBar-wrapper ul li{display: none;height: 46px;}
    .sideBar-wrapper ul li.backTop{display: block;width: 46px;}
    .sideBar-wrapper ul li a{height: 46px;line-height: 46px;}
    .sideBar-wrapper ul li a img {margin: 11px 10px 11px 12px;}
}



/* 搜索 */

/* 手机汉堡键 */
.Header-navclick{height: 60px;cursor: pointer;user-select: none;display: none;position: absolute;right: 76px;top:0;}
.Header-navclick span{width: 24px;height: 2px;background:#003a5d;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:#003a5d;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span::before{top: -7px;}
.Header-navclick span::after{top: 7px;}
.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(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:#003a5d;position: relative;z-index: 1;}
.Footer-wrapper .contain{width: 1360px;}
.Footer-navitem{width: 100%;padding-top: 88px;}
.Footer-navber{float: left;width: 78.8%;}
.Footer-navber li{float: left;width:16%;height: 354px; border-right:1px solid #114a69;padding-left:40px;}
.Footer-navber li:first-child{padding-left: 0;}
.Footer-navber li:nth-child(1){width: 12%;}
.Footer-navber li:nth-child(2){width: 20%;}
.Footer-menu{display: block;font-size: 20px;color: #fff;margin-bottom: 40px;}
.Footer-navarr{display: none;}
.Footer-navlink{display: flex;flex-direction: column;}
.Footer-navlink a{display: block;font-size: 16px;color: #90b3c6;line-height: 38px;transition: all .4s ease;}
.Footer-navlink a:hover{color:#f39500;}
.Footer-ewm{float: right;text-align: right;}
.Footer-ewm img{display: block;width: 68%;object-fit: cover;}
.Footer-ewmcont{display: flex;flex-direction: column;text-align: left;}
.Footer-ewmcont h2{font-size: 14px;color: #90b3c6;margin-top: 10px;}
.Footer-ewmcont p{font-size: 14px;color: #90b3c6;padding: 20px 0 4px;}
.Footer-ewmcont i{display: inline-block;margin-right: 4px;vertical-align: middle;}
.Footer-ewmcont span{font-size: 14px;color: #90b3c6;margin-top: 10px;}
.Footer-friendship{width: 100%;border-top: 1px solid #114a69;padding: 34px 0;}
.Footer-friendship a{display: inline-block;font-size: 14px;color: #90b3c6;}
.Footer-copy{width: 100%;padding: 34px 0;background-color: #033957;}
.Footer-copyitem{width: 100%;font-size: 14px;color: #90b3c6;}
.Footer-copyrgt{float: right;}
.Footer-copylft{float: left;}






/* 中间+共用部分 */
.Contain-wrapper{width: 100%;margin-top: 84px;overflow: hidden;}



/* 视频 */
.popVideo {display: none;position: fixed;z-index: 99999;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);top: 0;left: 0;}
.popVideo-content {display: flex;justify-content: center;align-items: center;position: relative;width: 66%;height: 100%;margin: 48px auto;}
.popVideo-core {position: relative;display: inline-block;vertical-align: middle;width: 100%;position: relative;}
.popVideo-core video {width: 100%;}
.popVideo-close {width: 28px;height: 28px;position: absolute;right: -28px;top: -28px;z-index: 3;background: url('../images/public/close.png') no-repeat center;cursor: pointer;opacity: .7;transition: all .6s ease;}
.popVideo-close:hover {opacity: 1;}
@media all and (max-width:1279px) {.popVideo-content{width: 92%;}.popVideo-close{right: 0;}}
/* ---- */


/*浮动*/
.float-slide{position: fixed;top: 50%;right: 0;z-index: 99999}
.float-slide-item{background: #033957;width: 54px;height: 50px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;display: flex;align-items: center;justify-content: center;color: #fff}
.float-slide-item.top{flex-direction: column;display: none}
.float-slide-item:hover{background: #f39500}
.float-slide-item:not(:first-child){margin-top: 2px}
.float-slide-item:nth-child(1) i{display: block;background:url("../images/public/top-ico.png");width: 11px;height: 6px}
.float-slide-item:nth-child(2) i{display: block;background:url("../images/public/qq-ico.png");width: 20px;height: 24px}
.float-slide-item:nth-child(3) i{display: block;background:url("../images/public/phone-ico.png");width: 20px;height: 21px}
.float-slide-item:nth-child(4) i{display: block;background:url("../images/public/qr-code-ico.png");width: 18px;height: 18px}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
  .contain,.Header-wrapper .contain,.Footer-wrapper .contain{width: 92%!important;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Footer-navber li{padding-left: 28px;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .Header-menulik{width: 188px;margin-left: -94px;}
    .Header-menulik>a{line-height: 48px;}
    .Footer-navber li{padding-left: 20px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .Header-navber li{margin: 0 20px;}
    .Footer-menu{font-size: 16px;margin-bottom: 28px;}
    .Footer-navlink>a{font-size: 14px;line-height: 32px;}
    .Footer-navber li:nth-child(2) {width: 22%;}
    .Footer-navber{width: 76%;}
  
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-navber li{margin: 0 12px;}
    .Footer-navber{width: 74%;}
    .Footer-navitem{padding-top: 68px;}
    .Footer-menu {font-size: 14px;margin-bottom: 18px;}
    .Footer-navlink>a{font-size: 12px;line-height: 32px;}
    .Footer-navber li {padding-left: 16px;}
    .Footer-ewm img {width: 88%;}
    .Footer-ewmcont p{font-size: 12px;}
    .Footer-ewmcont span{font-size: 12px;}
    .Footer-ewmcont h2{font-size: 12px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Contain-wrapper{margin-top: 60px;}
    .Header-logo{float: left;height: 60PX;width: 211px; line-height: 60PX;}
    .Header-logo a{height: 60px;}
    .Header-logo a img{max-width: 86%;object-fit: cover;}
    .Header-lang{height: 60px;right: 58px;}
    .Header-lang i{height: 60px;}
    .Header-navclick{display: block;right: 36px;}
    .Header-navber{display: none; width: 100%; position: absolute;top: 60px;left: 0;background: #fff;padding: 0 4%;}
    .Header-navber::before{content: "";width: 100%;height: 1px;background-color:#d9d9d9;position: absolute;left: 0;top: 0;}
    .Header-navber li{width: 100%;margin: 0;}
    .Header-navber li>a{height: 48px;line-height: 48px;}
    .Header-menu::after{display: none;}
    .Header-navber li.Header-product-li{position: relative;}
    .Header-navarr{display: block; width: 40px;height: 40px;background: url(../images/public/iconArr.png) no-repeat center;position: absolute;right: 0;top: 0;z-index: 4;transition: .2s ease}
    .Header-navarr.ontrue,.Footer-navarr.ontrue{transform: rotate(180deg)}
    .Header-dropitem{display: flex;flex-direction: column;}
    .Header-drop{position: static;padding: 28px 0 28px;}
    .Header-drop-li {margin-bottom: 28px;}
    .Header-menulik{top: 38px;left: 0;width:100%;margin-left:0;position: static;padding: 20px 10px}
    .Header-menulik>a{text-align: left;line-height: 38px;}
	.Header-lang .Hlang-menu{line-height:60px;margin-left: -30px;}



    .Footer-navber{width: 100%;margin-bottom: 48px;}
    .Footer-navber li{width: 100%;padding-left: 0;height: auto;border:none;line-height: 48px;position: relative;}
    .Footer-navber li:nth-child(1){width: 100%;}
    .Footer-navber li:nth-child(2){width: 100%;}
    .Footer-navlink{display: none;}
     
    .Footer-navitem{padding: 32px 0;}
    .Footer-menu {margin-bottom: 0;}
    .Footer-ewm{width: 100%;display: flex;flex-direction: column;align-items: center;}
    .Footer-ewmcont{text-align: center;}
    .Footer-ewm img{width:28%;}
    .Footer-ewmcont p {font-size: 16px;}
    .Footer-ewmcont span {font-size: 16px;}
    .Footer-ewmcont h2 {font-size: 16px;}
    .Footer-navarr{width: 40px;height: 40px;display: block;background: url(../images/public/iconArrW.png) no-repeat center;position: absolute;right: 0;top: 0;z-index: 4;transition: .2s ease}
    .float-slide{display: none}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .Header-logo a img{max-width: 68%;}
    .Header-navclick{right: 28px;}
    .Footer-ewm img{width:36%;}
    .Footer-copy{padding: 12px 0;}
    .Footer-copyitem{display: flex;flex-direction: column-reverse;justify-content: center;text-align: center;}
    .Footer-copylft p{line-height: 20px;}
    .Footer-copyrgt{margin-bottom: 8px;}
}

