/* 头部 */
.navbar-fixed {
    width: 90px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}

.navbar-logo {
    width: 100%;
    text-align: center;
    padding: 12px 0 0 0;
}

.navbar-logo-pc{
    width: 70px;
    height: 70px;
}

.navbar-logo-media{display: none;}

@media all and (max-width:1000px) {
    .navbar-logo-pc{display: none;}
    .navbar-logo-media{display: block;height: 50px;}
}

.navbar-menu {
    width: 100%;
    height: 90px;
    margin-top: 50px;
    cursor: pointer;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.navbar-menu span {
    width: 30px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: relative;
    margin-top: 45px;
    transition: all .5s;
}

.navbar-menu span:before,
.navbar-menu span:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    display: inline-block;
    left: 0;
}

.navbar-menu span:before {
    width: 30px;
    top: -8px;
}

.navbar-menu span:after {
    width: 20px;
    left: 0;
    top: 8px;
    transition: all .5s;
}

.navbar-menu:hover span:after {
    width: 30px;
}

.navbar-true span {
    transform: rotate(135deg);
}

.navbar-true span:after {
    transform: rotate(90deg);
    top: 0;
    width: 30px;
}

.navbar-true span:before {
    opacity: 0;
}

.navbar-backtop {
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    bottom: 10px;
    cursor: pointer;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.navbar-backtop i {
    width: 8px;
    height: 36px;
    display: inline-block;
    background-image: url('../images/public/toTop.png');
    margin-top: 10px;
    transition: all .5s;
}

.navbar-backtop p {
    font-size: 12px;
    color: #fff;
    font-family: 'Source Han Sans';
    margin-top: 10px;
}

.navbar-backtop:hover i {
    transform: translateY(-6px);
}


.navbar-words {
    width: 100%;
    height: 0%;
    overflow: hidden;
    position: fixed;
    background-color: #b5b4a9;
    left: 90px;
    top: 0;
    z-index: 9999;
    transition: all .8s;
}

.navbar-nav {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 20%;
    z-index: 2;
}

.navbar-nav ul li {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar-nav ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.navbar-nav ul li h4 {
    font-size: 24px;
    color: #fff;
    transition: all .5s;
}

.navbar-twoNav {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 0px;
    height: 0;
    transition: all .6s;
}

.navbar-twoNav a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin: 4px 14px 0 14px;
    position: relative;
    padding: 6px 4px;
}

.navbar-twoNav a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: all .4s;
}

.navbar-twoNav a:hover:before {
    width: 100%;
}

.navbar-nav ul li:hover h4 {
    /* text-decoration: line-through; */
}

.navbar-nav ul li:hover .navbar-twoNav {
    margin-top: 30px;
    height: auto;
}

.navbar-pic {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.navbar-pic ul li {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}


/* 内容总盒子 */
.container-pageWords {
    width: 100%;
    overflow: hidden;
}



/* 底部 */
.footer-size {
    overflow: hidden;
    padding-left: 90px;
    background-color: #edeef0;
    position: relative;
    z-index: 3;
}

.footer {
    width: 1440px;
    margin: 0 auto;
    padding: 76px 0;
    overflow: hidden;
}

.footer-left {
    width: 31%;
    float: left;
    overflow: hidden;
}

.footerL-logo {
    width: 100%;
    overflow: hidden;
}

.footerL-logo img {
    width: 154px;
    height: 70px;
}

.footerL-logo span {
    font-size: 16px;
    color: #464243;
    margin-left: 6px;
    display: none;
}

.footerL-icon {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.footerL-icon a {
    display: inline-block;
    margin: 0 20px 0 0;
    opacity: .7;
    transition: all .3s;
    padding: 4px 4px 0 0;
}

.footerL-icon a:hover {
    opacity: 1;
    transform: translateY(-4px);
}

.footer-right {
    width: 69%;
    float: left;
    overflow: hidden;
}

.footer-right ul li {
    width: 25%;
    float: left;
    overflow: hidden;
    border-left: 1px solid #dcdde0;
    padding: 0 20px 0 40px;
    box-sizing: border-box;
    min-height: 300px;
}

.footer-right ul li h6 {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #333;
}

.footerR-twonav {
    width: 100%;
    overflow: hidden;
    margin-top: 4px;
}

.footerR-twonav p {
    padding: 4px 0;
    margin-top: 14px;
}

.footerR-twonav p a {
    font-size: 14px;
    color: #333;
}

.footerR-twonav a:hover {
    color: #000;
}



.footer-brand-size {
    overflow: hidden;
    padding-left: 90px;
    background-color: #edeef0;
    border-top: 1px solid #dcdde0;
    position: relative;
    z-index: 3;
}

.footer-brand {
    width: 1440px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
}

.footer-brandL {
    float: left;
    overflow: hidden;
}

.footer-brandL a {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin: 0 18px 0 0;
	  font-family: "宋体",\5B8B\4F53;
}

.footer-brandL a:hover {
    color: #000;
}


.footer-brandR {
    float: right;
    overflow: hidden;
}

.footer-brandR p {
    font-size: 14px;
    color: #888;
}

.footerR-click {
    display: block;
    width: 44px;
    height: 44px;
    background: url('../images/public/icon-dd.png') no-repeat center center / 14px auto;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
    display: none;
}

.footerR-clickH {
    transform: rotate(180deg);
}

.backtop-media {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 999;
    width: 40px;
    height: 48px;
    background: #000;
    text-align: center;
    display: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.backtop-media i {
    width: 8px;
    height: 20px;
    display: inline-block;
    margin-top: 5px;
    background-image: url('../images/public/toTop.png');
}

.backtop-media p {
    font-size: 12px;
    color: #fff;
    font-family: 'Source Han Sans';
    margin-top: 2px;
}


/* -------------------------PC端--------------------------- */

@media all and (max-width:1600px) {
    .navbar-nav{top: 16%;}
    .navbar-nav ul li{padding: 40px 0;}
}

@media all and (max-width:1460px) {
    .navbar-nav{top: 10%;}
    .navbar-nav ul li{padding: 32px 0;}
    .footer {
        width: 94%;
    }

    .footer-brand {
        width: 94%;
    }
}

@media all and (max-width:1380px) {
    .navbar-nav{top: 8%;}
    .navbar-nav ul li{padding: 28px 0;}
}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {
    .navbar-nav{top: 4%;}
    .navbar-nav ul li{padding: 20px 0;}
}

@media all and (max-width:1200px) {
    .footerL-icon a {
        margin: 0 10px 0 0;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:1000px) {
    .navbar-fixed {
        width: 100%;
        height: 60px;
    }

    .navbar-backtop {
        display: none;
    }

    .navbar-logo {
        width: auto;
        text-align: left;
        padding: 5px 0 0 10px;
        float: left;
    }

    .navbar-menu {
        width: 50px;
        height: 60px;
        margin-top: 0;
        float: right;
    }

    .navbar-menu span {
        margin-top: 30px;
    }

    .navbar-menu span:after {
        width: 30px;
    }

    .container-pageWords {
        margin-top: 60px;
    }

    .navbar-words {
        width: 100%;
        left: 0;
        top: 60px;
    }

    .navbar-nav ul li {
        padding: 24px 0;
    }

    .navbar-nav {
        top: 10%;
    }

    .navbar-nav ul li h4 {
        font-size: 20px;
    }

    .navbar-nav ul li:hover .navbar-twoNav {
        margin-top: 10px;
    }

    .navbar-twoNav a {
        margin: 4px 4px 0 4px;
    }

    .footer-size {
        padding-left: 0px;
    }

    .footer {
        padding: 32px 0;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
        margin-top: 18px;
    }

    .footerL-icon {
        margin-top: 4px;display: none;
    }

    .footer-right ul li {
        width: 100%;
        border-left: none;
        padding: 0;
        min-height: auto;
    }

    .footerR-twonav p {
        margin-top: 10px;
    }

    .footerR-twonav {
        display: none;
    }

    .footer-brand-size {
        padding-left: 0;
    }

    .footer-brand {
        padding: 16px 0;
    }

    .footer-brandL {
        width: 100%;
        text-align: center;
        float: unset;
    }

    .footer-brandR {
        float: unset;
        width: 100%;
        margin-top: 12px;
        text-align: center;
    }

    .footer-right ul li h6 {
        height: 44px;
        line-height: 44px;
    }

    .footerR-click {
        display: block;
    }

    .backtop-media {
        display: block;
    }
}

/* ---------------------------fullPage-------------------------------- */
.fullPage-box{
    overflow: hidden;
    padding-left: 90px;
}
.fullPage{
    width: 100%;
    overflow: hidden;
    padding: 50px 0 100px 0;
    text-align: center;
    font-size: 0;
}
.fullPage a,.fullPage span{
    display: inline-block; padding:0 8px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #666;
    border: 1px solid transparent;
    margin: 6px 2px;
    transition: all .3s;
}
.fullPage a:hover{
    border: 1px solid #b2b2a8;
    color: #b2b2a8;
    
}
.current{
    border: 1px solid #b2b2a8 !important;
    color: #b2b2a8 !important;
}
.fullPage a:first-child,
.fullPage a:last-child{
    font-family: "宋体";
    font-size: 18px;
    cursor: pointer;
}

@media all and (max-width:1000px) {
    .fullPage-box{padding-left: 0;}
    .fullPage{padding: 32px 0 40px 0;}
}

/* ************悬浮菜单***************** */
.suspend-navbar-box{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding: 24px 0;
    position: fixed;
    z-index: 99;
    top: 0px;
    right: 0;
    display: none;
    -moz-box-shadow: 0 2px 3px 0px #eeeeee;
    -webkit-box-shadow: 0 2px 3px 0px #eeeeee;
    box-shadow: 0 2px 3px 0px #eeeeee;
}
.suspend-navbar{
    float: right;
}

.suspend-menu{
    width: 100%;
    /* border-bottom: 2px solid #e5e5e5; */
    padding-right: 195px;
    position: relative;
    z-index: 1;
}
.suspend-menu a{
    display: inline-block;
    padding: 0 2px 16px 2px;
    margin: 0 30px 0 0;
    font-size: 16px;
    color: #333;
    position: relative;
}
.suspend-menu a i{
    position: absolute;
    display: block;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #b5b4a9;
    opacity: 0;
    z-index: 2;
}
.suspend-menu a:hover i{
    opacity: 1;
}
.suspend-menu a:last-child{margin: 0;}
.suspend-menu-active i{
   opacity: 1 !important;
}
@media all and (max-width:1000px) {
    .suspend-navbar-box{top: 60px;padding: 16px 0 0 0;}
    .suspend-navbar{float: left;width: 94%;margin-left: 3%;}
    .suspend-menu {border-bottom: none;padding-right: 0;}
    .suspend-menu a {
        padding: 0 2px 10px 2px;
        margin: 0 20px 10px 0;
        font-size: 14px;
    }
}

/* ************************************ */

/* -------------------向下滚动-------------------- */
.Public-toUp-box{
    padding-left: 90px;
    overflow: hidden;
}
.Public-toUp{
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: relative;
}
.Public-toUp-click{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -35px;
    text-align: center;
    cursor: pointer;
}
.Public-toUp-click p{
    font-size: 12px;
    color: #333;
    margin-top: 16px;
}
.Public-toUp-click:hover p{color: #000;}
.Public-toUp-click i{
    width: 7px;
    height: 16px;
    display: block;
    margin: 0 auto;
    background-image: url('../images/news/arr_up.png');
    margin-top: 8px;
    -moz-animation: toUP 1.2s ease-in-out infinite;
    animation: toUP 1.2s ease-in-out infinite;
}
@keyframes toUP{0% {transform: translateY(0);}100% {transform: translateY(6px);}}
@-moz-keyframes toUP{0% {transform: translateY(0);}100% {transform: translateY(6px);}}


@media all and (max-width:1000px) {.Public-toUp-box{padding-left: 0;}}






.vinterBack{
    width: 100%;overflow: hidden;padding: 20px 0 60px 0;text-align: center;
}
.vinterBack h6{display: inline-block;width: 220px;height: 46px;border: 1px solid #e5e5e5;text-align: center;line-height: 46px;}
.vinterBack h6 i{
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url('../images/benefitJh/item_arrMore.png') no-repeat;
    vertical-align: middle;
    margin: 0 10px 0 0;
    transition: all .6s;
}
.vinterBack h6 span{
    font-size: 18px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    transition: all .6s;
}
.vinterBack h6:hover i{
    transform: translateX(-5px);
}
.vinterBack h6:hover span{
    text-decoration: underline;
    transform: translateX(5px);
}


.footerL-icon{position: absolute;overflow: visible;}
.Footer-ewm{position: absolute;width: 140px;height: 140px;left: -10px;top: 30px;z-index: 999;display: none}



@media all and (max-width:1000px) {
    .vinterBack{padding: 10px 0 44px 0;}

    .Footer-ewm {left: 72px;bottom: -50px;}
}



