﻿* {
    padding: 0;
    margin: 0;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

ul, ol, li {
    list-style-type: none;
}

img {
    max-width: 100%;
}


.w1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

#slides2 img {
    width: 100%;
    display: block;
}

#dituContent img {
    max-width: inherit;
}

#slides {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    #slides .bd li img {
        width: 100%;
        display: block;
    }
#slides li {
    position: relative;
}

.bdesc {
    position: absolute;
    z-index: 999;
    width: 900px;
    left: 20%;
    top: 50%;
    color: #257abf;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: -100px;
}

.bdesc h3 {
    font-size: 54px;
    color: #000;
}

.bdesc a {
    display: block;
    background: #fff;
    width: 100px;
    font-size: 14px;
    color: #000;
    text-align: center;
    line-height: 34px;
    border-radius: 20px;
    padding-left: 30px;
    position: relative;
    padding-right: 10px;
    margin-top: 50px;
}

.bdesc a:before {content: "";border-left: 8px solid #000;border-top: 8px solid transparent;border-bottom: 8px solid transparent;position: absolute;left: 18px;top: 8px;}
    #slides .bd li .desc {
        font-size: 36px;
        position: absolute;
        width: 100%;
        z-index: 99;
        text-align: center;
        top: 50%;
        margin-top: -40px;
        color: #fff;
    }

        #slides .bd li .desc h3 {
            position: relative;
            top: -10px;
            transform: scale(1.1);
            opacity: 0;
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
        }

        #slides .bd li .desc p {
            font-size: 16px;
            transform: scale(1.1);
            opacity: 0;
            position: relative;
            bottom: -10px;
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
        }

    #slides .bd li.cur .desc h3 {
        transform: scale(1);
        top: 0;
        opacity: 1;
    }

    #slides .bd li.cur .desc p {
        transform: scale(1);
        bottom: 0;
        opacity: 1;
    }

    #slides .hd {
        position: absolute;
        bottom: 20px;
        width: 100%;
        z-index: 101;
        bottom: 20px;
        text-align: center;
    }

        #slides .hd li {
            display: inline-block;
            zoom: 1;
            margin: 0 5px;
            font-size: 0;
            vertical-align: top;
            width: 20px;
            height: 20px;
            cursor: pointer;
            overflow: hidden;
            background: #95ef00;
            border-radius: 50%;
            position: relative;
        }

            #slides .hd li.on {
                background: none;
                width: 19px;
                height: 19px;
                border: 1px solid #fff;
            }

                #slides .hd li.on:after {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 13px;
                    height: 13px;
                    left: 3px;
                    top: 3px;
                    border-radius: 50%;
                    background: #fff;
                }

span.prev, span.next {
    position: absolute;
    z-index: 101;
    width: 34px;
    height: 57px;
    cursor: pointer;
    top: 50%;
    margin-top: -26px;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

span.prev {
    background: url(../images/prev.png) no-repeat center;
    left: 30px;
}



span.next {
    background: url(../images/next.png) no-repeat center;
    right: 30px;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 1.5;
    overflow-x: hidden;
    color: #333;
    background: #fff;
}

.block {
    overflow: hidden;
    clear: both;
}

.container {
    width: 1170px;
    margin: auto;
}
/*头部*/
.header.home {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.logo a {
    display: table-cell;
    width: 300px;
    height: 100px;
    vertical-align: middle;
    text-align: center;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

.nav {
    width: 700px;
    text-align: center;
    line-height: 100px;
}

    .nav li {
        display: inline-block;
        position: relative;
        margin: 0 40px;
    }

    .nav > ul > li:before, .nav > ul > li:before {
        content: "";
        background-color: #0099FF;
        -webkit-box-shadow: 0 5px 8px rgba(0, 204, 204, .5);
        -moz-box-shadow: 0 5px 8px rgba(0, 204, 204, .5);
        box-shadow: 0 5px 8px rgba(0, 204, 204, .5);
        color: red;
        font-weight: bold;
        position: absolute;
        top: 20px;
        left: 0px;
        height: 2px;
        width: 2px;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        transition: .25s;
        -moz-transition: .25s;
        -webkit-transition: .25s;
        -o-transition: .25s;
    }

    .nav > ul > li.cur:before, .nav > ul > li:hover:before {
        width: 100%;
        opacity: 1;
    }

    .nav li a {
        padding: 0 10px;
    }

    .nav li ul {
        display: none;
        position: absolute;
        width: 200px;
        left: 0;
        top: 70px;
        text-align: left;
        z-index: 9999;
    }

        .nav li ul li {
            display: block;
            margin: 0;
        }

            .nav li ul li a {
                display: block;
                line-height: 36px;
                background: RGBA(00, 10, 10, .8);
                color: #fff;
                padding: 0 10px;
                margin-bottom: 1px;
                transition: .25s;
                -moz-transition: .25s;
                -webkit-transition: .25s;
                -o-transition: .25s;
            }

                .nav li ul li a:before {
                    content: ">";
                    color: #c5c5c5;
                    font-family: "黑体";
                    font-weight: bold;
                    margin-right: 10px;
                }

                .nav li ul li a:hover {
                    background: #fff;
                    color: #333;
                    padding-left: 20px;
                }

    .nav li:hover ul {
        display: block;
    }

.input {
    width: 160px;
    height: 24px;
    position: relative;
    margin-top: 36px;
}

    .input input {
        padding-left: 30px;
        padding-right: 50px;
        width: 80px;
        height: 24px;
        border: none;
        color: #fff;
        font-size: 12px;
        background: #257abf url(../images/search.png) no-repeat 6px center;
    }

a.searchBtn {
    position: absolute;
    right: 6px;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    top: 0;
}
/*相关*/
h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

    h4.related span {
        display: inline-block;
        border-bottom: 2px solid #666;
    }

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

    ul.relate_pr li a {
        display: block;
        margin: 5px;
        text-align: center;
        line-height: 30px;
    }

    ul.relate_pr li img {
        width: 100%;
        display: block;
    }

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left {
    width: 216px;
}

.right {
    width: 915px;
    overflow: hidden;
}

.innerTop {
    height: 20px;
    line-height: 24px;
    padding: 7px 8px 8px 20px;
    position: relative;
    color: #333;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 2px solid #59c3e1;
    padding-bottom: 8px;
    background: url(../images/icon_home.jpg) no-repeat left center;
}

    .innerTop b {
        color: #59c3e1;
        font-size: 14px;
    }

.page {
    padding: 30px 0;
}

.innerTree h2 {
    color: #fff;
    font-size: 18px;
    background: #59c3e1;
    height: 38px;
    padding-top: 18px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
}

.innerTree {
    border: 4px solid #59c3e1;
}

    .innerTree > ul {
        padding: 10px 17px 10px;
        text-align: center;
    }

    .innerTree li a {
        height: 37px;
        line-height: 37px;
        display: block;
        background: #ededed;
        color: #333;
        font-weight: bold;
        margin-bottom: 6px;
    }

        .innerTree li a:hover {
            color: #59c3e1;
        }

    .innerTree li .subT li a {
        background: none;
        border-bottom: 1px solid #999;
        width: 130px;
        margin: 0 auto 10px;
    }

.contact {
    border: 4px solid #59c3e1;
    margin-top: 10px;
    background: #59c3e1;
    padding-bottom: 125px;
}

.conC {
    background: #fff;
    padding: 10px;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: -15px;
}

    .conC h2 {
        font-size: 16px;
        color: #59c3e1;
        text-align: center;
        margin: 12px 0 13px;
    }

.cBg {
    height: 145px;
    background: url(../images/lxservice.png) no-repeat bottom center;
    margin-bottom: -130px;
}

.context {
    zoom: 1;
    padding: 10px 5px;
    overflow: hidden;
}

.tnews {
    border: 1px solid #2a7b01;
    margin-top: 10px;
}

h2.ltitle {
    background: #2a7b01;
    color: #fff;
    padding-left: 10%;
    font-size: 16px;
    line-height: 59px;
}

.tnews ul {
    padding: 10px;
}

.tnews li a {
    display: block;
    position: relative;
    line-height: 32px;
    font-size: 13px;
    padding-right: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px dotted #2b2b2b;
}

.tnews li span {
    font-size: 12px;
    position: absolute;
    right: 0;
    color: #6b6b6b;
    top: 0;
}

.tpr {
    border: 1px solid #2b2b2b;
    margin-top: 10px;
}

    .tpr ul {
        padding: 10px;
    }

    .tpr li p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
        line-height: 32px;
        font-size: 12px;
    }

.desctitle {
    font-size: 22px;
    padding: 20px 0;
    color: #2778bd;
    font-weight: bold;
}

    .desctitle span {
        font-size: 14px;
        color: #595959;
        padding-left: 20px;
        text-transform: uppercase;
    }

.desitem {
    padding-bottom: 40px;
    line-height: 28px;
}

ul.list2 li {
    width: 361px;
    display: inline-block;
    margin: 0 90px 40px 0;
    background: #59c3e1;
    color: #fff;
}

    ul.list2 li img {
        width: 100%;
        height: 190px;
    }

    ul.list2 li h3 {
        text-align: center;
        line-height: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        font-weight: normal;
    }



.pagination {
    text-align: center;
    padding: 10px 0;
}

    .pagination a, .pagination span {
        margin: 0 2px;
        padding: 2px 14px;
        border: 1px solid #f1f1f1;
    }

    .pagination .current {
        background: #59c3e1;
        border-color: #59c3e1;
    }

.pageing {
    padding: 20px 0 0;
    line-height: 32px;
}

ul.newscenter li {
    margin: 30px 0;
    overflow: hidden;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 10px;
    transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s;
}

    ul.newscenter li .time {
        width: 60px;
        height: 73px;
        float: left;
        background: #ededed;
        padding: 7px 0 0 20px;
    }

        ul.newscenter li .time b {
            display: block;
            font-size: 18px;
            color: #267abf;
            font-weight: normal;
        }

        ul.newscenter li .time em {
            display: block;
            font-style: normal;
            line-height: 20px;
        }

    ul.newscenter li img {
        height: 80px;
        display: block;
        float: left;
        width: 140px;
        margin-right: 10px;
    }

    ul.newscenter li h3 {
        font-size: 18px;
        color: #267abf;
        padding-bottom: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ul.newscenter li p {
        line-height: 22px;
        font-size: 14px;
        height: 40px;
        overflow: hidden;
        color: #595959;
    }

    ul.newscenter li:hover {
        background: #f8f8f8;
    }

    ul.newscenter li.topnews {
        display: inline-block;
        width: 400px;
        margin-right: 30px;
        border: none;
        margin-bottom: 0;
    }

        ul.newscenter li.topnews img {
            width: 400px;
            height: 250px;
            float: none;
        }

        ul.newscenter li.topnews span {
            display: block;
            color: #777;
            line-height: 24px;
            margin: 10px 0;
        }

        ul.newscenter li.topnews p {
            height: 66px;
        }

        ul.newscenter li.topnews:hover {
            background: none;
        }

h2.artit {
    font-weight: normal;
    text-align: center;
    color: #2778bd;
    font-size: 20px;
}

p.info {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #e2e2e2;
    padding: 10px 0;
}
/*首页*/
.atitle {
    width: 300px;
    float: left;
}

.about {
    padding: 30px 0;
}

.atitle h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
}

.atitle img {
    max-width: 100%;
    display: block;
}

.acon {
    float: right;
    width: 850px;
    line-height: 24px;
}

.qlink {
    padding: 60px 0;
    overflow: hidden;
}

.linkl {
    width: 505px;
    line-height: 26px;
}

    .linkl h2 {
        font-size: 50px;
        color: #257abf;
        line-height: 58px;
    }

a.linka {
    color: #57c1e0;
    font-family: serif;
    margin-top: 10px;
    display: block;
}

.linkr {
    width: 575px;
}

    .linkr img {
        max-width: 100%;
        display: block;
    }

.fnav {
    background: #267abf;
    color: #fff;
    padding: 30px 0;
    overflow: hidden;
    line-height: 36px;
}

    .fnav ul {
        float: left;
        padding: 0 150px 0 40px;
        border-left: 1px solid #69c7f2;
    }

        .fnav ul li:first-child {
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 10px;
        }

.footer {
    background: #535454;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    overflow: hidden;
}
.working li {
    overflow: hidden;
    margin-bottom: 50px;
}

.working li img {
    width: 359px;
    float: right;
}

.info_desc {
    width: 520px;
    float: left;
}

.working li:nth-child(2n) img {
    float: left;
}

.working li:nth-child(2n) .info_desc {
    float: right;
}

.info_desc h3 {
    font-size: 24px;
    font-weight: normal;
    color: #595959;
    border-left: 4px solid #59c3e1;
    padding-left: 10px;
    margin-bottom: 16px;
}

.info_desc p {
    line-height: 30px;
}

.info_desc a {
    display: block;
    width: 98px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #59c3e1;
    color: #fff;
    border-radius: 4px;
    margin-top: 16px;
}
.innerTree li.cur .subT {
    display: block;
}

ul.subT {
    display: none;
}

ul.subT.active {
    display: block;
}



.flink {
    background: #535454;
    color: #fff;
    border-top: 1px solid #fff;
    line-height: 40px;
}

.flink_t {
    float: left;
    margin-right: 10px;
}

.flink_c a {
    display: inline-block;
    margin: 0 5px;
}