﻿@charset "utf-8";
/* CSS Document */


a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
}

    a img {
        border: none;
    }

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: 0 none;
    color: inherit;
}

li {
    list-style: none;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

body {
    color: #333;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 24px;
    position: relative;
    padding: 0 0 60px;
    overflow-x: hidden;
    background: #fff;
}
/*清除浮动*/
.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}

.block {
    overflow: hidden;
}

a.more {
    font-size: 12px;
    float: right;
    font-weight: bold;
}

.container {
    margin: auto;
    width: 96%;
    position: relative;
    padding: 10px 0;
}

.header {
    background: rgb(34,34,34);
}

.logo {
    background: #008dc7;
    background: -webkit-linear-gradient(bottom,#00a9e2,#006aa5);
    background: -ms-linear-gradient(bottom,#00a9e2,#006aa5);
    background: -moz-linear-gradient(bottom,#00a9e2,#006aa5);
    background: -o-linear-gradient(bottom,#00a9e2,#006aa5);
    background: linear-gradient(bottom,#00a9e2,#006aa5);
    padding: 10px 0;
}

    .logo a img {
        max-height: 100px;
        max-width: 100%;
        display: block;
        margin: auto;
    }

span.menuBtn {
    display: block;
    border: 1px solid #fff;
    width: 24px;
    padding: 9px 10px;
    height: 9px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 32px;
    z-index: 10000;
}

    span.menuBtn:before {
        content: "";
        border-top: 2px solid #fff;
        display: block;
    }

    span.menuBtn:after {
        content: "";
        display: block;
        border-bottom: 6px double #fff;
        margin-top: 2px;
    }

.menu li {
    text-align: center;
    width: 23%;
    float: left;
    line-height: 34px;
    background: rgb(0, 143, 201);
    margin: 5px 1%;
    border-radius: 8px;
}

    .menu li a {
        display: block;
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #25c1f9;
        border-top: 1px solid #00597d;
        border-radius: 8px;
        margin: 1px;
    }

.flash {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .flash li img {
        width: 100%;
    }

img.bannerpic {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
}

#footer {
    padding: 20px 10px;
    color: #fff;
    background: #e87375;
    margin-top: 20px;
}

    #footer .title span {
        color: #fff;
    }

    #footer .title {
        border-bottom: 1px solid #545454;
    }

        #footer .title:after {
            background: #e91c39;
        }

#corpright {
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    padding: 10px;
}

    #corpright a, #corprighthome a {
        font-size: 12px;
    }

.bottom li img {
    padding: 9px 0 0;
    width: 22px;
}

.bottom li a {
    display: block;
    text-align: center;
    color: #fff;
}

.bottom li {
    width: 25%;
    height: 60px;
    float: left;
}

.bottom {
    z-index: 9999;
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
    background: #00a1ff;
}

.contact {
    border: 1px solid #008fc9;
    margin: 40px 0 20px 0;
    padding: 10px;
}

    .contact img {
        width: 110px;
        height: 110px;
        float: right;
    }

    .contact .con {
        overflow: hidden;
    }
/*首页*/
.home {
    margin: 0 10px;
}

.imgTxt, .imgTxt2 {
    text-align: center;
    padding: 10px;
    line-height: 30px;
    border: 1px solid #008dc7;
    margin: 20px 0;
}

.imgTxt2 {
    margin-top: 40px;
}

.title {
    text-align: center;
    margin-top: -32px;
}

    .title span {
        display: inline-block;
        font-size: 18px;
        border: 1px solid #008dc7;
        line-height: 40px;
        padding: 0 20px;
        background: #fff;
    }

.title2 {
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    color: #008fc9;
}

.case {
    text-align: center;
}

    .case li {
        width: 47%;
        display: inline-block;
        margin: 1%;
        background: #d0f1ff;
        box-shadow: 1px 1px 4px #888888;
    }



        .case li a {
            display: block;
            border: 1px solid #b0e0f5;
        }

        .case li img {
            width: 100%;
            display: block;
        }

        .case li h3 {
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            line-height: 30px;
            text-overflow: ellipsis;
        }

.listTitle {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: 10px;
    text-align: left;
}

    .listTitle span {
        border-bottom: 2px solid #008fc9;
        display: inline-block;
        line-height: 29px;
    }

.listBox {
    text-align: center;
}

    .listBox li {
        width: 47%;
        display: inline-block;
        margin: 1%;
        background: #d0f1ff;
        box-shadow: 1px 1px 4px #888888;
    }



        .listBox li a {
            display: block;
            border: 1px solid #b0e0f5;
        }

        .listBox li img {
            width: 100%;
            display: block;
        }

        .listBox li h3 {
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            line-height: 30px;
            text-overflow: ellipsis;
        }

a.moreLink {
    display: block;
    width: 150px;
    text-align: center;
    border: 1px solid #008fc9;
    line-height: 34px;
    margin: 15px auto;
    border-radius: 4px;
}

.news li {
    margin: 10px 0;
}

    .news li img {
        width: 100%;
        display: block;
    }

    .news li h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 34px;
    }

    .news li p {
        font-size: 12px;
        line-height: 22px;
        max-height: 44px;
        overflow: hidden;
    }

.news2 {
    position: relative;
    padding-right: 56px;
}

.titlen {
    position: absolute;
    right: 0;
    height: 100%;
    border-left: 2px solid #9e9e9e;
    padding-left: 8px;
}

    .titlen span {
        display: block;
        width: 20px;
        font-size: 18px;
    }

    .titlen em {
        width: 12px;
        font-size: 12px;
        word-break: break-all;
        display: block;
        text-align: center;
        line-height: 20px;
    }

.news2 li:before {
    position: absolute;
    border-top: 10px solid #9e9e9e;
    border-right: 18px solid transparent;
    display: block;
    content: "";
    right: -18px;
    top: 9px;
}

.news2 li:after {
    content: "";
    display: block;
    position: absolute;
    right: -35px;
    width: 12px;
    height: 12px;
    background: #9e9e9e;
    border-radius: 50%;
    top: 4px;
    border: 2px solid #ffffff;
}

.news2 li {
    margin: 10px 0;
    border-bottom: 1px solid #969696;
    border-top: 1px solid #d4d2d2;
    border-radius: 8px;
    background: #efefef;
    position: relative;
    border: 1px solid #ccc;
}

    .news2 li img {
        margin-left: 6px;
        height: 70px;
        width: 100px;
        float: left;
        margin-right: 10px;
    }

    .news2 li h3 {
        margin-left: 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 30px;
        font-size: 16px;
        font-weight: normal;
    }

    .news2 li p {
        height: 70px;
        line-height: 24px;
        overflow: hidden;
        font-size: 12px;
        color: #adadad;
    }

        .news2 li p.date {
            height: 24px;
            line-height: 24px;
            background: #9e9e9e;
            margin-top: 6px;
            padding-left: 6px;
            border-radius: 0 0 8px 8px;
            color: #fff;
        }



/*页面通用*/
.proTree li {
    width: 32%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    left: -999px;
    transition: .2s;
    font-size: 14px;
}

    .proTree li:nth-child(2) {
        transition-delay: .1s;
    }

    .proTree li:nth-child(3) {
        transition-delay: .2s;
    }

    .proTree li:nth-child(4) {
        transition-delay: .3s;
    }

    .proTree li:nth-child(5) {
        transition-delay: .4s;
    }

    .proTree li:nth-child(6) {
        transition-delay: .5s;
    }

    .proTree li:nth-child(7) {
        transition-delay: .6s;
    }

    .proTree li:nth-child(8) {
        transition-delay: .7s;
    }

    .proTree li:nth-child(9) {
        transition-delay: .8s;
    }

    .proTree li:nth-child(10) {
        transition-delay: .9s;
    }

.proTree.animate li {
    left: 0;
}
/*产品页*/

.content {
    padding: 10px 5px;
    line-height: 1.5em;
    font-size: 1.2em;
}

.pagination a, .pagination span {
    padding: 2px 5px;
    background: #008fc9;
    margin: 2px;
    border-radius: 4px;
    border-bottom: 1px solid #25c1f9;
    border-top: 1px solid #00597d;
    color: #fff;
}

    .pagination span.current {
        color: #fff;
    }

.pagination {
    padding: 10px 0;
    text-align: center;
}

span.arInfo {
    display: block;
    font-size: 12px;
    padding-top: 10px;
}

.pageTit {
    margin-bottom: 10px;
}

#slides li img {
    width: 100%;
}

.content img {
    max-width: 90% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

p.info {
    text-align: center;
    font-size: 12px;
}

p.prName {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

p.info {
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
}

.tree ul {
    display: table-cell;
    vertical-align: middle;
    height: 54px;
}

.tree li {
    display: inline-block;
    margin: 5px;
    line-height: 14px;
}

    .tree li a {
        font-size: 14px;
    }

.title3 {
    line-height: 23px;
    overflow: hidden;
}

    .title3 span {
        display: table-cell;
        float: left;
        padding: 5px 10px;
        width: 40px;
        overflow: hidden;
        margin-left: 5px;
        font-size: 20px;
        vertical-align: middle;
        height: 44px;
        text-align: center;
        border-bottom: 1px solid #25c1f9;
        border-top: 1px solid #00597d;
        border-radius: 8px;
        background: #008fc9;
        color: #fff;
    }

#innerpage {
    padding: 0 5px;
}

img.ctImg {
    float: right;
    max-width: 200px;
}

.tree {
    padding: 10px 0;
}
