﻿html, body {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
}

html {
    background: #FFFFFF;
}

.pb-120 {
    padding-bottom: 120px;
}


body, button, input, select, textarea {
    font: 18px/1 "microsoft yahei",arial;
    color: #666;
}

fieldset, a img, iframe {
    border: 0 none;
}

.header2016 {
    width: 100%;
    height: 80px;
    background: #353535;
    /*444a59*/
}

    .header2016 .logo {
        display: block;
        width: 175px;
        height: 80px;
    }

    .header2016 .header-menu {
        width: 90px;
        height: 80px;
        position: relative;
    }

        .header2016 .header-menu .menu-box {
            width: 0;
            height: 1000px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 999;
            background: #424040;
            overflow: hidden;
        }

            .header2016 .header-menu .menu-box .close-box {
                border-bottom: 1px solid #353535;
            }

.clearfix {
    display: block;
}

.header2016 .header-menu .menu-box .menu-link {
    display: block;
    height: 59px;
    line-height: 58px;
    border-bottom: 1px solid #353535;
    text-indent: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.header2016 .header-menu .menu-box .menu-products {
    border-bottom: 1px solid #353535;
}

.header2016 .header-menu .menu-btn {
    color: #fff;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
}

    .iconfont img {
        width: 30px;
        height: 30px;
        position: relative;
        top: 5px;
    }

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
    position: relative;
    bottom: 5px;
}

a {
    color: inherit;
    text-decoration: none;
}


.banner img {
    width: 100%;
}

.ekaidian .ekaidian-main1 {
    padding: 0 10px;
}

.ekaidian .ekaidian-title {
    text-align: center;
}

    .ekaidian .ekaidian-title h3 {
        font-size: 26px;
        color: #333;
    }

    .ekaidian .ekaidian-title p {
        padding-bottom: 20px;
        font-size: 20px;
        color: #666;
    }

.main1-box {
    
}

    .main1-box img {
        width: 100%;
        /*position: relative;
    top: -100px;*/
    }

    .main1-box h3 {
        font-size: 18px;
        color: #333;
        position: relative;
        margin-left: 55px;
    }

    .main1-box p {
        font-size: 14px;
        color: #666;
        position: relative;
        margin-left: 55px;
    }

.clearfix {
    display: inline-block;
    width: 100%;
}

    .clearfix .list-box {
        width: 32%;
        display: inline-block;
        text-align: center;
    }

        .clearfix .list-box img {
            width: 100%;
        }

        .clearfix .list-box h3 {
            font-size: 14px;
            color: #333;
        }

        .clearfix .list-box p {
            font-size: 14px;
            color: #666;
        }



.t-c img {
    width: 100%;
    margin: 5px 0px;
}

.bottom-link a {
    display: block;
    width: 90%;
    height: 60px;
    line-height: 60px;
    background: #fc540b;
    color: #fff;
    margin: 30px auto;
    border-radius: 30px;
    box-shadow: 0 5px 3px rgba(162, 74, 30, 0.6);
    text-align: center;
}

.footer-nav {
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    /*width: 100%;*/
    text-align: center;
    margin: 0 auto;
    padding: 20px;
}

    .footer-nav .footer-nav-list {
        width: 48%;
        margin: 15px 0;
    }

    .footer-nav .f-30 {
        font-size: 18px;
        color: #333;
    }

    .footer-nav .footer-nav-list a {
        font-size: 14px;
        color: #666;
        line-height: 180%;
        margin-bottom: 10px;
        display: block;
    }

.footer {
    background: #f0f0f0;
    margin-bottom: 100px;
    padding: 15px 0px;
}

    .footer p {
        font-size: 12px;
        color: #666;
        text-align: center;
        margin: 10px;
    }

.footer-ui {
    position: fixed;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    bottom: 0;
    z-index: 999;
    left: 0;
}

    .footer-ui a span {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #aaa;
        border-radius: 10px;
        display: block;
        font-size: 20px;
        text-align: center;
    }

    .footer-ui a {
        display: block;
        width: 33%;
        height: 90px;
        text-align: center;
        float: left;
        color: #333;
        font-size: 14px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .footer-ui a.btn {
            width: 33%;
            background: #db9315;
            color: #fff;
            line-height: 80px;
            font-size: 16px;
        }

        .footer-ui a:nth-child(1), .footer-ui a:nth-child(2) {
            border-right: 1px solid #e5e5e5;
        }

#totop {
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 999;
    width: 71px;
    cursor: pointer;
    display: none;
}

    #totop a {
        display: block;
        width: 71px;
        height: 24px;
        padding-top: 48px;
        background: url(../img/top.png) no-repeat;
        text-align: center;
        color: #888;
        font-size: 16px;
    }
