html,
body {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 0;
    font-family: 'Bal10', 'PingFang SC', 'Hiragino Sans GB', 'Hiragino Sans GB W3',
    'Source Han Sans', 'Noto Sans CJK Sc', 'Microsoft YaHei',
    'Microsoft Jhenghei', 'Avenir', 'Helvetica Neue', 'Arial', sans-serif;
    min-width: 1024px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

* {
    padding: 0;
    margin: 0;
}

/* -   backtop -- */
.backTop {
    position: fixed;
    bottom: 150px;
    left: 50%;
    margin-left: 540px;
    cursor: pointer;
    display: none;
    z-index: 9;
}

.backTop p {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    font-weight: bold;
}

.backTop img {
    width: 20px;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
}

/* -   backtop -- */

/* header */
.header {
    width: 100%;
    height: 60px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10000;
}

.header .pc {
    width: 1150px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


.header .pc .logo {
    height: 30px;
    position: absolute;
    left: 0;
    top: 10px;
}

.header .pc nav {
    width: 380px;
    height: 100%;
    margin: 0 auto;
    clear: both;
}

.header .pc nav ul li {
    text-align: center;
    height: 100%;
    line-height: 60px;
    font-size: 14px;
    color: #24252C;
    list-style: none;
    display: inline-block;
    cursor: pointer;
    margin-left: 60px;
}

.header .pc nav ul li:first-child {
    margin-left: 0;
}

.header .pc nav ul li p {
    display: inline-block;
    margin: auto;
    position: relative;
}

.header .pc nav ul li span {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0;
    display: inline-block;
    height: 1px;
    background-color: #62332b;
    transition: width 0.4s ease-out;
}
.
.header .pc nav ul li:hover {
    color: rgba(0, 0, 0, 0.7);
}

.header .pc nav ul li:hover span {
    width: 100%;
}

.header .pc nav ul .active span {
    width: 100%;
}


.header .pc .tel-400 {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 20px;
    width: 151px;
    height: 18px; display: flex; align-items: center;
}
.header .pc .tel-400 img{width:20px}
.header .pc .tel-400 span{font-size:16px; color:#62332b; font-weight: bold; display: block; margin-left: 10px;}
.telnav{display: flex; align-items: center; width: 151px;}
.telnav img{width:20px}
.telnav span{font-size:16px; color:#62332b; font-weight: bold; display: block; margin-left: 10px;}
.header .pc .tel-400 .tel-phone {
    position: static;
    width: 100%;
    height: 100%;
}


.header .h5 {
    display: none;
}

.header .h5 .logo {
    height: 23px;
    position: absolute;
    left: 20px;
    top: 7px;
}

.header .h5 .nav-btn {
    display: block;
    position: absolute;
    top: 12px;
    right: 16px;
    width: 25px;
    height: 21px;
}

.header .h5 .nav-btn span {
    display: block;
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 4px;
    margin-bottom: 5px;
}

.header .h5 .nav-btn span:last-child {
    margin-bottom: 0;
}

.header .h5 .nav-list {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    height: 45px;
    opacity: 0;
}


.header .h5 .nav-list-active {
    box-sizing: border-box;
    position: relative;
    opacity: 1;
    color: #333;
    font-size: 14px;
    background: #fff;
    padding-left: 10px; display: flex; justify-content: space-between; align-items: center;
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
}

.header .h5 .nav-list-active li {
    float: left;
    padding: 0 8px;
    list-style: none;

    height: 45px;
    line-height: 45px;
}

.header .h5 .nav-list-active .active {
    font-weight: bold;
}

/* h5*/
.header .nav-list-active .h5-nav-phone {
    position: absolute;
    height: 14px;
    top: 15px;
    right: 20px;
}


/* header */


/* container */
.container {
    width: 100%;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 50px;
}

.container .block {
    width: 100%;
}


.container .block-pc {
    width: 1150px;
}

.container .h5 {
    display: none;
}

.container p {
    text-align: center;
}

.container .hider {
    opacity: 0;
    transition: all 0.3s linear;
    transform: translateY(40px);
}

.container .show {
    opacity: 1;
    transform: translateY(0);
}

/* container */


/* footer   */
.footer {
    overflow: hidden;
    width: 100%;
    height: 129px;
    box-sizing: border-box;
    /*padding: 30px 0;*/
    text-align: center;
    background-color: rgb(19, 22, 22);
}

.footer p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    /*margin-top: 11px;*/
    color: #fff;
}

.footer span {
    display: inline-block;
}

.footer .p1 {
    margin-top: 24px;
}

.footer .p2 {
    margin-top: 11px;
}

.footer .p1-span {
    margin-right: 20px;
}

.footer .p2-span {
    margin-right: 20px;
}

.footer .p3 {
    margin-top: 22px;
    font-size: 12px;
    font-weight: 400;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

/* footer   */


/* 适配  h5 页面 */
@media screen and (max-width: 760px) {

    html, body {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .header {
        height: 45px;
        box-shadow: none;
    }

    .header .pc {
        display: none;
    }

    .header .h5 {
        display: block;
        position: relative;
        width: 100%;
        overflow: inherit;
    }

    .container {
        padding-top: 45px;
    }

    .container .pc {
        display: none;
    }

    .container .h5 {
        display: block;
        position: relative;
        width: 100%;
        overflow: inherit;
    }

    .footer {
        height: 100px;
    }

    .footer p {
        font-size: 10px;
    }

    .footer .p1 {
        margin-top: 29px;
    }

    .footer .p2 {
        margin-top: 5px;
    }

    .footer .p3 {
        margin-top: 13px;
        font-size: 9px;
    }
}


.color-orange {
    color: #62332b; font-weight: bold;
}



