@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.zhenyi-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.20);transition: all .4s ease;}


body.HeaderHide .zhenyi-wrapper{box-shadow: none;}
body.HeaderHide .Container-wrapper{margin-top: 0;}
body.HeaderHide .zhenyi-wrapper{transform: translateY(-85px);}

body.site-up .zhenyi-wrapper {transform: translate(0,-85px);}


.zhenyi-logo{float: left;height: 85px;display: flex;align-items: center;position: relative;z-index: 999;}
.zhenyi-logo img{max-width: 50%;}
.zhenyi-logo img.s{display: block;}
.zhenyi-logo img.h{display: none;}

.zhenyi-lang{float: right;position: relative;z-index: 999;margin-left: 12px;}
.zhenyi-lang-menu{display: flex;align-items: center;height: 85px;}
.zhenyi-lang-menu span{display: block;padding-left: 26px;background: url('../images/common/lang.svg') no-repeat left center /18px auto;line-height: 22px;font-size: 16px;color: #444;font-family: Arial;}
.zhenyi-lang.active .zhenyi-lang-menu span{color: #f00;}



/* 多个语言 */
.zhenyi-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: 85px;left: 50%;margin-left: -80px;}
.zhenyi-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;}
.zhenyi-lang-more a{display: block;font-size: 16px;color: #666;text-align: center;padding: 10px 0;}
.zhenyi-lang-more a span{display: inline-block;}
.zhenyi-lang-more a:hover {color: #fff;background: #f00;}
.zhenyi-lang.active .zhenyi-lang-more{display: block;animation: langInUp .4s ease-out;}
@keyframes langInUp{0% {transform: translateY(20px);opacity: 0.5;}100% {transform: translateY(0);opacity: 1;}}

.zhenyi-navbar{width: 100%;visibility: visible;opacity: 1;}
body.PC .zhenyi-navbar{display: block !important;}
.zhenyi-navbar ul{display: flex;justify-content: center;}
.zhenyi-navbar li{float: left;padding: 0 30px;position: relative;z-index: 9;}
.zhenyi-navbar li:last-child{margin-right: 0;}
.zhenyi-navbar li:first-child{margin-left: 0;}
.zhenyi-daohang{position: relative;height: 85px;display: flex;align-items: center;font-size: 18px;color: #444;transition: color .4s ease;}
.zhenyi-daohang::before{content: "";width: 100%;left: 0;opacity: 0;height: 3px;position: absolute;bottom:24px;background:#f00;transition: all .4s ease;}
.zhenyi-navbar li:hover .zhenyi-daohang, .zhenyi-navbar li.active .zhenyi-daohang{color: #f00 !important;}
.zhenyi-navbar li.active .zhenyi-daohang::before,.zhenyi-navbar li:hover .zhenyi-daohang::before{opacity: 1;}
.zhenyi-afnis{display: none;}
.zhenyi-zibts{display: none;position: absolute;background: #f7f7f7;top: 85px;left: 50%;width: 600px;margin-left: -300px;border-top: 1px solid #dbdbdb82;}
.zhenyi-zibts a{display: block;width: 50%;height: 65px;line-height: 70px;font-size: 16px;color: #666;text-align: center;transition: all .4s ease;float: left;}
.zhenyi-zibts a.active, .zhenyi-zibts a:hover{background: linear-gradient(to left, #f00, #FF5757);color: #fff;}





.zhenyi-navclick{display: none;width: 30px;height: 70px;cursor: pointer;float: right;user-select: none;align-items: center;}
.zhenyi-navclick span{width: 100%;height: 2px;background: #777;display: block;position: relative;transition: all .2s linear;}
.zhenyi-navclick span:before,.zhenyi-navclick span:after{content: "";position: absolute;height: 2px;background: #777;display: block;left: 0;width: 100%;transition: all .2s linear;}
.zhenyi-navclick span:before{top: -7px;}
.zhenyi-navclick span:after{top: 7px;}
.zhenyi-navclick.active span{-moz-animation: buttonAnimation 0.3s ease forwards;-webkit-animation: buttonAnimation 0.3s ease forwards;animation: buttonAnimation 0.3s ease forwards;}
.zhenyi-navclick.active span:before{-moz-animation: buttonAnimationBefore 0.3s ease forwards;-webkit-animation: buttonAnimationBefore 0.3s ease forwards;animation: buttonAnimationBefore 0.3s ease forwards; }
.zhenyi-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);}
}

/* 透明 */
body.Baseg .Container-wrapper{margin-top: 0;}
body.Zhenyisnav .zhenyi-wrapper{background:#0000;box-shadow: none;}
body.Zhenyisnav .zhenyi-logo img.s{display: none;}
body.Zhenyisnav .zhenyi-logo img.h{display: block;}
body.Zhenyisnav .zhenyi-daohang{color: #fff;}
body.Zhenyisnav .zhenyi-search-click{background-image: url('../images/common/searchW.svg');}
body.Zhenyisnav .zhenyi-lang-menu span{color: #fff;background-image: url('../images/common/langW.svg');}
body.Zhenyisnav .zhenyi-navclick span{background: #fff;}
body.Zhenyisnav .zhenyi-navclick.active span{background-color: #777;}
body.Zhenyisnav .zhenyi-navclick span:before,body.Zhenyisnav .zhenyi-navclick span:after{background: #fff;}
body.Zhenyisnav .zhenyi-navclick.active span:before,body.Zhenyisnav .zhenyi-navclick.active span:after{background: #777;}

/* -- */
body.Zhenyisnav.Mouse .zhenyi-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
body.Zhenyisnav.Mouse .zhenyi-logo img.s{display: block;}
body.Zhenyisnav.Mouse .zhenyi-logo img.h{display: none;}
body.Zhenyisnav.Mouse .zhenyi-daohang{color: #747474;}
body.Zhenyisnav.Mouse .zhenyi-search-click{background-image: url('../images/common/search.svg');}
body.Zhenyisnav.Mouse .zhenyi-lang-menu span{color: #747474;background-image: url('../images/common/lang.svg');}
body.Zhenyisnav.Mouse  .zhenyi-navclick span{background-color: #777;}
body.Zhenyisnav.Mouse  .zhenyi-navclick span:before,body.Zhenyisnav.Mouse  .zhenyi-navclick span::after{background-color: #777;}
/* -- */
body.Zhenyisnav.onSearch .zhenyi-wrapper{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
body.Zhenyisnav.onSearch .zhenyi-logo img.s{display: block;}
body.Zhenyisnav.onSearch .zhenyi-logo img.h{display: none;}
body.Zhenyisnav.onSearch .zhenyi-daohang{color: #747474;}
body.Zhenyisnav.onSearch .zhenyi-search-click.active{background-image: url('../images/common/close.svg');}
body.Zhenyisnav.onSearch .zhenyi-lang-menu span{color: #747474;background-image: url('../images/common/lang.svg');}


/* 置顶 */
.backTop {display: none;right: 40px;bottom: 60px;width: 44px;height: 44px;position: fixed;cursor: pointer;z-index: 9999; background: #f00 url('../images/common/top.svg') no-repeat center/22px auto;}

/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 85px;}
.maosjhs-1680, .maosjhs-1440, .contain{margin: 0 auto;}
.maosjhs-1680{width: 85%;}
.maosjhs-1440{width: 85%;}
.contain{width: 1280px;}




/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .maosjhs-1680{width: 1440px;}
	.zhenyi-navbar li{padding: 0 20px;}
	.zhenyi-daohang{font-size: 16px;}
}

@media all and (max-width:1599px) {
    /* 1440 × (700)  */
    .maosjhs-1680, .maosjhs-1440{width: 1200px;}
    .contain{width: 1080px;}
    .backTop {right: 30px;bottom: 40px;}
	.zhenyi-navbar li{padding: 0 20px;}
	.zhenyi-daohang{font-size: 16px;}
}

@media all and (max-width:1439px) {
	.zhenyi-navbar li{padding: 0 20px;}
	.zhenyi-daohang{font-size: 16px;}
    /* 1360 */
}

@media all and (max-width:1359px) {
    /* 1280 */
	.zhenyi-navbar li{padding: 0 20px;}
	.zhenyi-daohang{font-size: 16px;}
}

@media all and (max-width:1279px) {
    /* 1152 × (700) */
    .maosjhs-1680, .maosjhs-1440{width: 90%;}
    .contain{width: 880px;}
	.zhenyi-lang{margin: 0 12px 0 4px;display:none;}
    .zhenyi-navbar li { margin: 0 18px;}
	.zhenyi-daohang{font-size: 16px;}

}

@media all and (max-width:1151px) {
    /* 1024 */
	.zhenyi-navbar li{padding: 0 20px;}
	.zhenyi-daohang{font-size: 16px;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.onSearch .zhenyi-navbar{visibility: visible;opacity: 1;}
    .maosjhs-1680, .maosjhs-1440, .contain{width: 92%;}
    .Container-wrapper{margin-top: 0px;}
    .zhenyi-wrapper .maosjhs-1680{width: 100%;}
    .zhenyi-logo, .zhenyi-search-click, .zhenyi-lang-menu{height: 60px;}
    .zhenyi-logo{margin-left:20px;margin-top: 10px;}
    .zhenyi-logo img{max-width: 50% !important;
height: auto !important;}
    .zhenyi-navclick{display: flex;margin-right: 20px;}
    .zhenyi-lang{margin: 0 12px 0 4px;display:none;}
    .zhenyi-lang-more{width: 120px;margin-left: -60px;top: 60px;}
    .zhenyi-lang-more a{padding: 6px 0;}
    .zhenyi-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;}
    .zhenyi-navbar ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .zhenyi-navbar li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .zhenyi-navbar.active li{opacity: 1;transform: translateY(0);}
    .zhenyi-daohang{height: 44px;padding: 0 4%;}
    .zhenyi-daohang::before{display: none;}
    .zhenyi-afnis{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url('/template/default/images/86.svg') no-repeat center /18px auto;}
    .zhenyi-afnis.active{transform: rotate(180deg);}
    .zhenyi-navbar li:hover .zhenyi-daohang{color: #747474 !important;}
    .zhenyi-navbar li.active .zhenyi-daohang{color: #f00 !important;}
    .zhenyi-zibts {position: relative;top: 0;left: 0;width: 100%;margin-left: 0;overflow: hidden;padding: 8px 0;}
    .zhenyi-zibts a {height: 34px;line-height: 34px;text-align: left;padding: 0 4%;}
    .zhenyi-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;}
    .zhenyi-search-item .contain {padding-right: 0;}
    .zhenyi-search-item input[type="text"]{width: 100%;height: 44px;padding: 0 50px 0 4%;border-bottom: none;}
    .zhenyi-search-item.active input[type="text"] {animation: none;}
    .zhenyi-search-item button{position: absolute;right: 0;top: 0;width: 44px;height: 46px;top: -1px;background: #f00 url('/template/default/images/86.svg') no-repeat center /26px auto !important;z-index: 2;}
    .zhenyi-search-click.active {background-image: url('../images/common/close.svg') !important;}
    body.Zhenyisnav .zhenyi-daohang{color: #747474;}

}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .backTop {right: 8px;bottom: 20px;width: 40px;height: 40px;background-size: 20px auto;}
.zhenyi-lang{margin: 0 12px 0 4px;display:none;}
    .zhenyi-logo img {max-width: 70%; }

   }