﻿@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

.clear {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a: {
    text-decoration: none;
}

a {
    blr: expression(this.onFocus=this.blur());
}
/*if IE*/
a {
    outline: none;
}

#w {
    background: #f5f5f5;
}

.header {
    width: 100%;
    background: #fff;
    overflow: hidden;
    min-width: 1180px;
}

.header_box {
    width: 1000px;
    height: 100px;
    background: url(../images/header-bg.png) no-repeat;
    margin: 0 auto;
    position: relative;
}

    .header_box ul {
        margin-left: 190px;
        margin-top: 81px;
        position: absolute;
        width: 100%;
    }

    .header_box li {
        float: left;
        font-family: "Microsoft YaHei", "微软雅黑", "宋体";
        margin-right: 25px;
    }

        .header_box li a {
            color: #333;
            text-decoration: none;
            font-size: 18px;
        }

    .header_box .current a {
        color: #fff;
        float: left;
    }

    .header_box li a:hover {
        color: #fff;
    }

.nav {
    background: #4e4e4e;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

    .nav ul {
        width: 1000px;
        margin: 0 auto;
    }

    .nav li {
        float: left;
        font-family: "Microsoft YaHei", "微软雅黑", "宋体";
        font-size: 15px;
        color: #FFF;
        width: 135px;
        text-align: center;
        border-right: #6c6c6c solid 1px;
    }

        .nav li a {
            color: #d4d4d4;
            display: block;
            transition: background 0.2s ease-out 0s;
            text-decoration: none;
        }

            .nav li a:hover {
                background: #2a2a2a;
                width: 100%;
                height: auto;
                color: #fff;
            }

.hovera {
    background: #2a2a2a;
    color: #fff;
}

    .hovera a {
        color: #fff !important;
    }

.logo {
    float: left;
}

.top_box {
    float: right;
    margin-top: 20px;
}

.lan {
    font-size: 12px;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
    line-height: 26px;
    height: 26px;
    width: 200px;
    margin-left: 40px;
}

    .lan a {
        color: #6d6d6d;
        padding: 5px 15px;
        text-decoration: none;
    }

    .lan img {
        padding-top: 5px;
    }

.cn {
    border-right: #999 solid 1px;
}

.top_search {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #E8E8E8;
    border-style: solid;
    border-width: 1px;
    height: 28px;
    width: 230px;
    margin-top: 10px;
}

    .top_search .textBox {
        background: none repeat scroll 0 0 #fdfdfd;
        border: 0 none;
        color: #888888;
        float: left;
        height: 28px;
        line-height: 28px;
        text-indent: 3px;
        width: 200px;
    }

.search-logo {
    background: url(../images/btn-s.jpg) no-repeat;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 28px;
    width: 28px;
}


.contents {
    width: 1000px;
    margin: 0 auto;
}

.content_left {
    float: left;
    width: 740px;
    padding: 0 30px 0 0;
    height: 100%;
}

.con_tit {
    margin: 10px auto;
}

.con_a {
    width: 740px;
    float: left;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
}

.con_a_l {
    float: left;
    width: 305px;
}

.con_a_r {
    float: left;
    width: 720px;
    color: #6f6f6f;
    margin-left: 15px;
}

    .con_a_r a {
        color: #6f6f6f;
    }

    .con_a_r h4 {
        font-size: 22px;
        font-weight: 100;
        line-height: 38px;
    }

        .con_a_r h4 a {
            color: #6f6f6f;
            text-decoration: none;
        }

            .con_a_r h4 a:hover {
                color: #333;
            }

    .con_a_r p {
        font-size: 14px;
        text-align: justify;
        word-wrap: break-word;
        text-indent: 30px;
        line-height: 26px;
    }

.line {
    margin: 25px auto 10px;
    float: left;
}

.con_b ul {
    width: 780px;
}

.con_b li {
    float: left;
    width: 165px;
    margin-right: 25px;
    margin-bottom: 20px;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
}

    .con_b li img {
        border: #fff solid 3px;
    }

        .con_b li img:hover {
            border: #dfdfdf solid 3px;
        }

    .con_b li span {
        width: 105%;
        text-align: center;
        display: block;
        font-size: 12px;
    }

    .con_b li a {
        color: #6f6f6f;
        text-decoration: none;
    }

        .con_b li a:hover {
            color: #000;
        }

.con_b table {
    width: 750px;
}

    .con_b table td {
        width: 165px;
        text-align: center;
        padding-bottom: 20px;
    }

    .con_b table span {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        font-family: "Microsoft YaHei", "微软雅黑", "宋体";
    }

    .con_b table img {
        border: #fff solid 3px;
    }

        .con_b table img:hover {
            border: #dfdfdf solid 3px;
        }

    .con_b table a {
        color: #6f6f6f;
        text-decoration: none;
    }

        .con_b table a:hover {
            color: #000;
        }

.content_right {
    float: left;
    width: 230px;
    position: relative;
    height: 100%;
    z-index: 9;
    background: #fff;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sidebar {
    float: left;
    height: 550px;
    top: -48px;
    position: relative;
}

    .sidebar h3 {
        background: url(../images/img-1.png) no-repeat 20px center #454545;
        width: 100%;
        height: 48px;
        line-height: 48px;
        color: #fff;
        text-indent: 35px;
        font-weight: 100;
    }

.data_link li {
    background: url(../images/img-line.png) no-repeat bottom center;
    width: 230px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    font-size: 14px;
}

    .data_link li a {
        display: block;
        color: #6d6d6d;
        transition: background 0.2s ease-out 0s;
        text-decoration: none;
    }

        .data_link li a:hover {
            background: #fbfbfb;
            color: #000;
        }

.sidebar_l {
    float: left;
}

    .sidebar_l h3 {
        background: url(../images/img-2.png) no-repeat 20px center;
        width: 100%;
        height: 48px;
        line-height: 48px;
        color: #454545;
        text-indent: 35px;
        font-weight: 100;
    }

    .sidebar_l p {
        font-size: 14px;
        text-indent: 15px;
        line-height: 26px;
        color: #454545;
    }


.fot {
    height: 40px;
    line-height: 40px;
    background: #3e4245;
    text-align: center;
    color: #fff;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
    font-size: 12px;
    float: left;
    width: 100%;
}


.banner_about {
    width: 100%;
    height: 220px;
    background: url(../images/b-1.jpg) no-repeat center center;
}

.banner_products {
    width: 100%;
    height: 220px;
    background: url(../images/b-2.jpg) no-repeat center center;
}

.banner_online {
    width: 100%;
    height: 220px;
    background: url(../images/b-3.jpg) no-repeat center center;
}

.banner_contact {
    width: 100%;
    height: 220px;
    background: url(../images/b-4.jpg) no-repeat center center;
}

.con_p {
    background: #FFF;
    width: 700px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 25px;
    height: auto;
}

    .con_p h3 {
        border-bottom: #dfdfdf solid 1px;
        margin-bottom: 15px;
    }

.con_text {
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
    color: #6D6D6D;
    font-size: 14px;
    text-align: justify;
    word-wrap: break-word;
    line-height: 26px;
}

    .con_text p {
        text-indent: 30px;
        color: #6D6D6D;
    }

    .con_text img {
        float: left;
        margin: 0 15px 15px 0;
    }

.con_page {
    background: #FFF;
    width: 700px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 25px;
    height: auto;
    font-size: 14px;
}

    .con_page h3 {
        border-bottom: #dfdfdf solid 1px;
        margin-bottom: 15px;
        height: 50px;
        line-height: 50px;
        font-family: "Microsoft YaHei", "微软雅黑", "宋体";
        font-weight: 100;
        color: #787878;
        font-size: 22px;
        text-indent: 20px;
    }

.item {
    width: 600px;
    margin: 0 auto;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
    margin-bottom: 60px;
}

    .item img {
        margin: 15px 0;
    }

    .item p {
        width: 600px;
        height: 42px;
        line-height: 42px;
        font-weight: 100;
        color: #787878;
        border-bottom: #e3e3e3 solid 1px;
    }


.con_products {
    width: 100%;
    margin-top: 20px;
    height: auto;
}

    .con_products h3 {
        border-bottom: #dfdfdf solid 1px;
        margin-bottom: 15px;
    }

.pages {
    clear: both;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
    font-size: 14px;
    padding: 10px 12px;
    text-align: center;
    vertical-align: top;
    margin-bottom: 20px;
}

    .pages a, .pages span {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #E5E5E5;
        display: inline-block;
        height: 23px;
        line-height: 23px;
        margin: 5px 1px 0 0;
        overflow: hidden;
        padding: 0 8px;
        vertical-align: top;
    }

        .pages a:hover {
            background: none repeat scroll 0 0 #F60;
            border: 1px solid #cf4603;
            text-decoration: none;
        }

        .pages a, .pages a:visited {
            color: #252525;
        }

            .pages a:hover, .pages a:active {
                color: #FFFFFF;
            }

    .pages .current {
        background: none repeat scroll 0 0 #F60;
        border: 1px solid #CC1B1B;
        color: #FFFFFF;
    }

    .pages a.current, .pages a.current:visited {
        color: #FFFFFF;
    }

    .pages b {
        background: none repeat scroll 0 0 #F60;
        color: #FFFFFF;
        border: 1px solid #cf4603;
        display: inline-block;
        height: 23px;
        line-height: 23px;
        margin: 5px 1px 0 0;
        overflow: hidden;
        padding: 0 8px;
        vertical-align: top;
    }

span.pass {
    color: #909090;
    font-weight: bold;
    background: none!important;
    border: none !important;
}


#left {
    float: left;
    height: auto;
}

#right {
    float: left;
    height: auto;
}

.online-tab {
    margin: 0 auto;
    font-size: 15px;
}

    .online-tab img {
        margin-left: 10px;
    }

    .online-tab td {
        height: 58px;
        color: #6d6d6d;
    }

    .online-tab input {
        border: #d2d2d2 solid 1px;
        width: 320px;
        height: 38px;
        line-height: 38px;
        border-radius: 2px;
        text-indent: 5px;
        float: left;
    }

    .online-tab textarea {
        border: #d2d2d2 solid 1px;
        width: 530px;
        height: 150px;
        margin: 10px 0;
        line-height: 24px;
        border-radius: 2px;
        font-size: 12px;
        padding: 0 5px;
    }

.btn {
    margin: 25px 0 50px 0;
}


.address {
    overflow: hidden;
    font-family: "Microsoft YaHei", "微软雅黑", "宋体";
}

.address-t {
    margin: 15px 0;
    color: #6d6d6d;
    line-height: 32px;
    margin-left: 20px;
}

    .address-t h4 {
        font-size: 18px;
    }

    .address-t p {
        font-size: 14px;
    }
