﻿@charset "UTF-8";
/*手机reset.css定义*/
body {
    font-size: 14px;
}

h1 {
    font-size: 28px;
    line-height: 60px;
}

h2 {
    font-size: 22px;
    margin-bottom: 8px;
}

h1, h2, h3 {
    font-weight: normal;
}

.w {
    width: 100%;
    overflow: hidden;
}

.p-tb {
    padding: 20px 0;
}

.btn-a {
    padding: 6px 0;
    width: 120px;
    text-align: center;
}

.line {
    width: 100%;
}

.line-c {
    left: 0;
    margin-left: 0;
}

.p-none {
    margin: 50px auto 20px;
}

.phone-hide {
    display: none;
}
/*------header-----*/
.header {
    height: 50px;
    line-height: 50px;
    background-color: #0e0e0e;
    z-index: 10;
    width: 100%;
    position: absolute;
}

    .header .logo7 img {
        height: 50px;
    }

    .header .logo {
        display: none;
    }

.nav {
    display: none;
}

.nav-phone li {
    float: left;
    display: inline;
    width: 50px;
    height: 50px;
}

.nav-phone .menu {
    background: url(/images/menu.png) center no-repeat;
}

.nav-phone .contact {
    background: url(/images/weixin.png) center no-repeat;
}
/*-----图文滚动-----*/
.slide-bar {
    position: relative;
    width: 100%;
    height: 430px;
    background-color: #fff;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 700%;
    height: 420px;
}

    .slide li {
        float: left;
        width: 14.28%;
        height: 420px;
    }
        /*各背景图*/
        .slide li.slide01 {
            background: url(/images/1-bg.jpg) center top no-repeat;
            background-size: auto 310px;
        }

        .slide li.slide02 {
            background: url(/images/2-bg.jpg) center top no-repeat;
            background-size: auto 310px;
        }

        .slide li.slide03 {
            background: url(/images/3-bg.jpg) center top no-repeat;
            background-size: auto 310px;
        }

        .slide li.slide04 {
            background: url(/images/4-bg.jpg) center top no-repeat;
            background-size: auto 310px;
        }

        .slide li.slide05 {
            background: url(/images/5-bg.jpg) center top no-repeat;
            background-size: auto 310px;
        }

        .slide li.slide06 {
            background: url(/images/6-bg.jpg) center top no-repeat;
            background-size: auto 310px;
        }

        .slide li.slide07 {
            background: url(/images/7-bg.jpg) center top no-repeat;
            background-size: auto 310px;
        }

.slide-introduction {
    width: 100%;
    height: 220px;
    margin-top: 140px;
    text-align: center;
}

    .slide-introduction h1 {
        line-height: 60px;
        background: url(/images/bg.png) repeat;
    }

    .slide-introduction p {
        height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 5px 5%;
        margin-bottom: 15px;
        text-align: left;
        background: #fff;
    }
/*提示*/
.slide-dot {
    position: absolute;
    bottom: 8px;
    width: 100%;
    line-height: 40px;
    text-align: center;
}

    .slide-dot li {
        display: inline-block;
        width: 15px;
        height: 15px;
        background-color: #fff;
        border: 1px solid #8b8b8b;
        border-radius: 50%;
    }

        .slide-dot li img {
            display: none;
        }

        .slide-dot li.active {
            background-color: #8b8b8b;
        }
/*-----客户故事-----*/
.roll {
    width: 60%;
    float: left;
    height: 315px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .roll li {
        width: 100%;
        height: 315px;
        text-align: center;
    }

        .roll li img {
            height: 135px;
            width: 100%;
            max-width: 100%;
        }

        .roll li h2 {
            line-height: 30px;
            text-align: left;
        }

        .roll li p {
            line-height: 22px;
            text-align: left;
        }

.roll-l, .roll-r {
    float: left;
    width: 20%;
    height: 300px;
}

.roll-l {
    background: url(/images/arrow_l.png) center no-repeat;
}

.roll-r {
    background: url(/images/arrow_r.png) center no-repeat;
}
/*-----动态-----*/
.news li {
    position: relative;
    overflow: hidden;
    min-height: 125px;
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #eee;
}

    .news li img {
        display: none;
    }

    .news li h3 {
        line-height: 25px;
        padding: 10px 0;
        margin: 0;
    }

        .news li h3 a {
            color: #00a2e9;
        }

    .news li p {
        line-height: 22px;
        height: 80px;
        margin: 0;
    }

    .news li:last-child {
        border: none;
    }
/*-----加入我们-----*/
.joinus {
    width: 100%;
    height: 229px;
    background: #f5f5f5 url(/images/joinus.jpg) no-repeat center;
    background-size: cover;
}

    .joinus p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60%;
        padding: 10px 20% 65px;
        background: url(/images/bg.png) repeat;
    }

    .joinus .btn-a {
        display: block;
        width: 120px;
        position: absolute;
        left: 50%;
        bottom: 15px;
        margin-left: -60px;
    }
/*-----弹出框-----*/
.popup {
    position: absolute;
    z-index: 99;
    top: 0;
    right: -300px;
    width: 280px;
    min-height: 500px;
    padding: 20px 10px;
    text-align: center;
    background: #f5f5f5;
}

    .popup .popup-content { /*联系我们*/
        display: none;
    }

        .popup .popup-content li {
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
        }

            .popup .popup-content li .qrcode {
                margin: 0 0 0 30px;
            }

        .popup .popup-content a {
            color: #333;
        }

        .popup .popup-content p {
            margin-top: 10px;
            text-align: left;
        }

.contact-module {
    display: none;
}

.popup .menu-list {
    text-align: left; /*解决方案*/
    display: none;
}

    .popup .menu-list li a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #333;
    }

        .popup .menu-list li a:active {
            background-color: #eee;
        }
/*-----底部页脚-----*/
.bottom {
    color: #fff;
    padding: 10px;
    background: #808285;
}

.footer {
    width: 100%;
    overflow: hidden;
}

    .footer h1 {
        height: 40px;
        line-height: 40px;
        font-size: 24px;
    }

    .footer p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }

.about-sevnce {
    width: 55%;
    margin-right: 5%;
}

.interaction {
    width: 40%;
}

.bottom_content a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.interaction .xinlang {
    background: url(/images/xinlang24.png) no-repeat center;
}

.interaction .tengxunwb {
    background: url(/images/tengxunwb24.png) no-repeat center;
}

.interaction .qq {
    background: url(/images/qq24.png) no-repeat center;
}

.interaction .email {
    background: url(/images/emailw24.png) no-repeat center;
}

.interaction .phone {
    background: url(/images/phone24.png) no-repeat center;
}
/* 发送联系方式 */
.bottom_content .send {
    width: auto;
    height: auto;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

    .bottom_content .send .send-text {
        height: 30px;
        line-height: 30px;
        padding-left: 5px;
        width: 65%;
        border: none;
    }

    .bottom_content .send .send-button {
        height: 30px;
        width: 40px;
        background: #fff url(/images/send.png) no-repeat center;
        border-left: 1px solid #ddd;
        border-bottom: none;
        border-right: none;
        border-top: none;
        cursor: pointer;
    }

.QR-Code {
    display: none;
}

.bottom_a { /* 链接 */
    width: 100%;
    margin: 20px auto 0px;
    padding: 20px 0px;
    color: #eee;
    border-top: 1px solid #737578;
}

.bottom_a_a {
    overflow: hidden;
}

    .bottom_a_a a {
        color: #eee;
        font-size: 16px;
        margin-right: 18px;
    }

.bottom_a_text {
    font-size: 16px;
    line-height: 36px;
	color:red;
}
