﻿@charset "utf-8";
/* CSS Document */

html {
    overflow-x: hidden;
    overflow-y: auto;
}

html, body, head, div, ul, ol, li, iframe, frameset, frame, p, h1, h2, h3, h4, form, dl, dt, dd, table, tbody, thead, tfoot, tr, th, td, col, a, b, em, i, label, span, legend, fieldset, button, input, select, option, map, img, textarea, br {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    font-family: Gotham, Helvetica, Arial, sans-serif "宋体";
    color: #333;
    background: #FFF;
}

a {
    text-decoration: none;
    color: #333333;
    outline: none;
}

    a:hover {
        text-decoration: none;
        color: #7e7e7e;
    }

h1, h2, h3, h4, h5, h6, input, button {
    font-size: 100%;
}

img, input, button, select {
    border: none;
    vertical-align: middle;
    cursor: pointer;
}

input, select, textarea, button {
    outline: none;
}

table {
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
}

ul, ol, li {
    list-style-type: none;
}

th, td, p {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    visibility: hidden;
}



/* 首页 */
.top {
    margin: 0 auto;
    width: 1400px;
    height: auto;
    overflow: hidden;
    background-color: #000;
}

    .top .top-body {
        margin: 0 auto;
        width: 1400px;
        height: 40px;
        line-height: 40px;
    }

        .top .top-body ul {
            float: right;
            width: 170px;
            padding-left: 30px;
            color: #FFF;
        }

        .top .top-body .bg01 {
            background: url(ico01.png) left no-repeat;
        }

        .top .top-body .bg02 {
            background: url(ico02.png) left no-repeat;
        }


.lm {
    margin: 0 auto;
    width: 1400px;
    height: auto;
    overflow: hidden;
    background-color: #132231;
}

    .lm .lm-body {
        margin: 0 auto;
        width: 1400px;
        height: 80px;
    }

        .lm .lm-body .logo {
            float: left;
        }

        .lm .lm-body .menu {
            float: left;
            margin-left: 100px;
        }

            .lm .lm-body .menu a, .lm .lm-body .menu a:link, .lm .lm-body .menu a:visited {
                display: block;
                float: left;
                width: 90px;
                text-align: center;
                line-height: 80px;
                color: #d1d1d3;
            }

                .lm .lm-body .menu a:hover {
                    border-top: #48ccfd solid 3px;
                    color: #48ccfd;
                }

            .lm .lm-body .menu .isthis {
                border-top: #48ccfd solid 3px;
                color: #48ccfd;
            }

        .lm .lm-body .serch {
            float: left;
            margin-left: 45px;
            padding-top: 25px;
        }

.ipt01 {
    width: 170px;
    padding-left: 15px;
    height: 29px;
    line-height: 29px;
    +height:31px;
    +line-height:31px;
    background-color: #FFF;
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 30px;
    font-size: 12px;
    color: #CCC;
    vertical-align: middle;
}

.btn01 {
    width: 80px;
    text-align: center;
    padding: 7px 0;
    +padding:5px 0;
    background-color: #22bdf1;
    color: #FFF;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0;
    font-size: 14px;
    color: #fff;
}

.banner {
    margin: 0 auto;
 width: 1400px;
    height: auto;
    overflow: hidden;
    background-color: #233f58;
}

    .banner .banner-body {
        margin: 0 auto;
        width: 1400px;
        height: 380px;
    }
/*pic*/
.anythingSlider {
    width: 1400px;
    height: 380px;
    position: relative;
    margin: 0 auto;
    background-color: #00CCFF;
}

    .anythingSlider ul li {
        display: block;
        float: left;
        padding: 0;
        height: 380px;
        width: 1400px;
        margin: 0;
    }

    .anythingSlider .wrapper {
        width: 1400px;
        height: 380px;
        overflow: auto;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }

        .anythingSlider .wrapper ul {
            width: 99999px;
            list-style: none;
            position: absolute;
            top: 0;
            left: 0;
            background: #eee;
            margin: 0;
        }

            .anythingSlider .wrapper ul ul {
                position: static;
                margin: 0;
                background: none;
                overflow: visible;
                width: auto;
                border: 0;
            }

                .anythingSlider .wrapper ul ul li {
                    float: none;
                    height: auto;
                    width: auto;
                    background: none;
                }
    /*左右*/
    .anythingSlider .arrow {
        display: block;
        height: 200px;
        width: 67px;
        background: url(arrows.png) no-repeat 50% 0;
        text-indent: -9999px;
        position: absolute;
        top: 100px;
        cursor: pointer;
    }

    .anythingSlider .forward {
        background-position: 0 0;
        right: -10px;
    }

    .anythingSlider .back {
        background-position: -67px 0;
        left: -10px;
    }

    .anythingSlider .forward:hover {
        background-position: 0 -200px;
    }

    .anythingSlider .back:hover {
        background-position: -67px -200px;
    }
/*123456*/
#thumbNav {
    position: relative;
    top: 330px;
    text-align: center;
}

    #thumbNav a {
        color: black;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 5px 0 0;
        background: url(01.png) repeat-x;
        text-align: center;
    }

        #thumbNav a:hover {
            background: url(01.png) repeat-x;
        }

        #thumbNav a.cur {
            background: url(02.png) repeat-x;
        }

.soft {
    margin: 0 auto;
    width: 1400px;
    padding: 60px 0;
    height: auto;
    overflow: hidden;
    background-color: #fafafa;
}

    .soft .soft-content {
        margin: 0 auto;
        width: 96%;
        overflow: hidden;
        background-color: #fafafa;
    }

        .soft .soft-content ul {
            float: left;
            text-align: center;
            width: 160px;
            padding: 15px;
            line-height: 200%;
            font-size: 12px;
        }

            .soft .soft-content ul a {
                display: block;
            }

a.a1:link, a.a1:visited {
    padding-top: 120px;
    background: url(ico-a.png) top center no-repeat;
    font-weight: bold;
    color: #333;
}

a.a1:hover {
    background: url(ico-a1.png) top center no-repeat;
    color: #48ccfd;
}

a.a2:link, a.a2:visited {
    padding-top: 120px;
    background: url(ico-b.png) top center no-repeat;
    font-weight: bold;
    color: #333;
}

a.a2:hover {
    background: url(ico-b1.png) top center no-repeat;
    color: #48ccfd;
}

a.a3:link, a.a3:visited {
    padding-top: 120px;
    background: url(ico-c.png) top center no-repeat;
    font-weight: bold;
    color: #333;
}

a.a3:hover {
    background: url(ico-c1.png) top center no-repeat;
    color: #48ccfd;
}

a.a4:link, a.a4:visited {
    padding-top: 120px;
    background: url(ico-d.png) top center no-repeat;
    font-weight: bold;
    color: #333;
}

a.a4:hover {
    background: url(ico-d1.png) top center no-repeat;
    color: #48ccfd;
}

a.a5:link, a.a5:visited {
    padding-top: 120px;
    background: url(ico-e.png) top center no-repeat;
    font-weight: bold;
    color: #333;
}

a.a5:hover {
    background: url(ico-e1.png) top center no-repeat;
    color: #48ccfd;
}

a.a6:link, a.a6:visited {
    padding-top: 120px;
    background: url(ico-f.png) top center no-repeat;
    font-weight: bold;
    color: #333;
}

a.a6:hover {
    background: url(ico-f1.png) top center no-repeat;
    color: #48ccfd;
}

a.a7:link, a.a7:visited {
    padding-top: 120px;
    background: url(ico-g.png) top center no-repeat;
    font-weight: bold;
    color: #333;
}

a.a7:hover {
    background: url(ico-g1.png) top center no-repeat;
    color: #48ccfd;
}



.title01 {
    margin: 0 auto;
    width: 50%;
    height: 100px;
    text-align: center;
    line-height: 100%;
    font-family: "微软雅黑";
    font-size: 28px;
    color: #404042;
}

    .title01 span {
        font-size: 18px;
    }

.boder02 {
    border-bottom: #999 dotted 2px;
}

.more {
    margin: 0 auto;
    width: 50%;
    height: 60px;
    padding-top: 40px;
}

    .more a {
        display: block;
        margin: 0 auto;
        width: 100px;
        line-height: 38px;
        text-align: center;
        background: #31c3f5;
        border-radius: 5px;
        color: #FFF;
        border: #089dcb solid 1px;
    }

.case {
    margin: 0 auto;
    width: 1400px;
    padding: 35px 0;
    height: auto;
    overflow: hidden;
}

    .case .case-content {
        margin: 0 auto;
        width: 94%;
        height: auto;
        overflow: hidden;
    }

        .case .case-content ul {
            float: left;
            margin: 0 15px;
            text-align: center;
            line-height: 300%;
        }

.about {
    margin: 0 auto;
    width: 1310px;
    height: 316px;
    padding: 35px 45px;
    background: url(about-bg.jpg) top center no-repeat;
}

    .about .aboutus {
        float: left;
        width: 760px;
    }

        .about .aboutus .aboutus-title {
            margin: 0 auto;
            font-size: 24px;
            line-height: 200%;
            color: #48ccfd;
        }

        .about .aboutus .about-content {
            line-height: 260%;
            text-align: left;
        }

            .about .aboutus .about-content p span {
                font-weight: bold;
            }

            .about .aboutus .about-content p a {
                color: #48ccfd;
            }

                .about .aboutus .about-content p a:hover {
                    font-weight: bold;
                }

    .about .news {
        float: left;
        margin-left: 50px;
        width: 470px;
    }

    .about .news-title {
        font-size: 28px;
        font-family: "微软雅黑";
        line-height: 160%;
    }

        .about .news-title span {
            font-size: 16px;
            color: #48ccfd;
        }

    .about .news-content {
        margin: 0 auto;
    }

        .about .news-content a {
            display: block;
            width: 98%;
            padding-left: 2%;
            line-height: 40px;
            border-bottom: #CCC dotted 1px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-break: keep-all;
        }

            .about .news-content a span {
                color: #48ccfd;
            }

.case01 {
    margin: 0 auto;
    width: 1400px;
    height: 453px;
    padding: 60px 0;
    background: url(case-bg.jpg) top center no-repeat;
}

    .case01 .case01-content {
        margin: 0 auto;
        width: 92%;
    }

        .case01 .case01-content ul {
            float: left;
            width: 226px;
            padding-left: 15px;
            margin: 0 40px;
            border-left: #999 dotted 1px;
        }

            .case01 .case01-content ul img {
                margin-bottom: 20px;
            }

            .case01 .case01-content ul li {
                font-size: 12px;
                line-height: 260%;
            }

                .case01 .case01-content ul li p {
                    font-size: 14px;
                }

                    .case01 .case01-content ul li p span {
                        font-weight: bold;
                    }

.bottom {
    margin: 0 auto;
    width: 1400px;
    padding: 35px 0;
    height: auto;
    overflow: hidden;
    background-color: #132231;
}

    .bottom .bottom-body {
        margin: 0 auto;
        width: 100%;
        height: 100px;
        padding: 35px 200px 35px 0;
        color: #a4a6aa;
        font-size: 12px;
        line-height: 200%;
    }

        .bottom .bottom-body ul {
            float: right;
            text-align: right;
            border-right: #FFF solid 1px;
            padding-left: 15px;
        }

        .bottom .bottom-body .boder01 {
            border: none;
        }

.up {
    position: fixed;
    right: 5%;
    bottom: 25px;
    width: 45px;
    height: 45px;
}

.about-page {
    margin: 0 auto;
    width: 1400px;
    padding: 60px 0;
    height: auto;
    overflow: hidden;
}

.about-page-content {
    width: 100%;
    line-height: 300%;
    color: #666;
    padding: 50px 0;
}

.news-page {
    margin: 0 auto;
    width: 1400px;
    padding: 60px 0;
    height: auto;
    overflow: hidden;
}

.news-page-content {
    margin: 0 auto;
    width: 90%;
    padding: 50px 0;
}

    .news-page-content a {
        margin: 0 auto;
        display: block;
        width: 1150px;
        padding: 25px;
        height: 144px;
        border-bottom: #CCC dotted 1px;
    }

        .news-page-content a img {
            float: left;
        }

        .news-page-content a p {
            float: left;
            margin-left: 35px;
            display: block;
            width: 900px;
            height: 114px;
            padding: 15px 0;
            line-height: 200%;
        }

        .news-page-content a span {
            color: #48ccfd;
        }

.page {
    margin: 0 auto;
    width: 40%;
}

    .page a, .page a:link, .page a:visited {
        background: #f7f7f7;
        padding: 0 12px;
        border: 1px solid #ccc;
        margin: 0 0 0 4px;
        border-radius: 4px;
        height: 30px;
        float: left;
        line-height: 32px;
    }

        .page a:hover {
            background: #09a8ff;
            text-decoration: none;
            font-weight: bold;
            color: #FFF;
        }

    .page .isthis {
        background: #09a8ff;
        display: block;
        padding: 0 12px;
        border: 1px solid #ccc;
        margin-left: 4px;
        border-radius: 4px;
        height: 30px;
        line-height: 30px;
    }

.jishu {
    margin: 0 auto;
    width: 1400px;
    padding: 60px 0;
    height: auto;
    overflow: hidden;
}

.jishu-content {
    margin: 0 auto;
    width: 90%;
    padding: 50px 0;
}

    .jishu-content a {
        margin: 0 auto;
        display: block;
        width: 1150px;
        padding: 25px;
        height: auto;
        overflow: hidden;
        border-bottom: #CCC dotted 1px;
        line-height: 200%;
    }

        .jishu-content a p {
            color: #48ccfd;
        }

.message {
    margin: 0 auto;
    width: 1400px;
    padding: 60px 0;
    height: auto;
    overflow: hidden;
}

.message-content {
    margin: 0 auto;
    width: 50%;
    padding: 50px 0;
}

.ipt02 {
    margin-top: 10px;
    width: 195px;
    padding-left: 5px;
    height: 38px;
    border: #CCC solid 1px;
    font-size: 12px;
    color: #CCC;
}

.ipt03 {
    margin-top: 10px;
    width: 500px;
    padding: 5px;
    height: 200px;
    border: #CCC solid 1px;
    font-size: 12px;
    color: #CCC;
}

.btn02 {
    margin-top: 10px;
    width: 80px;
    padding: 10px 0;
    color: #FFF;
    background-color: #233f58;
}

.title02 {
    margin: 0 auto;
    width: 60%;
    height: 100px;
    text-align: center;
    line-height: 160%;
    font-family: "微软雅黑";
    font-size: 22px;
    color: #404042;
}

    .title02 span {
        font-size: 14px;
    }

.content {
    margin: 0 auto;
    width: 1400px;
    padding: 60px 0;
    height: auto;
    overflow: hidden;
}

.content-content {
    margin: 0 auto;
    width: 100%;
    padding: 50px 0;
    line-height: 200%;
    color: #666;
}
