﻿@charset "utf-8";

html {
    font-size: 13px;
    color: #666;
}

* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    border: 0px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: '微软雅黑';
}

body, div, span, input, p, span, h1, h2, h3, h4, h5, h5, a, form, select, img {
    border: 0px;
}

body {
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    min-width: 1200px;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 15px;
}

img {
    border: 0px;
    max-width: 100%;
}

a {
    outline: none;
    color: #666;
}

    a:hover {
        text-decoration: none;
        color: #e73f3f;
    }

input, select, textarea, option {
    outline: none;
    font-family: '微软雅黑';
    border: none;
}

    input[type="submit"], input[type="button"], select, option {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
    }

.left {
    float: left;
}

.right {
    float: right;
}


.topbj {
    border-bottom: 1px #f2f2f2 solid;
    height: 30px;
    line-height: 30px;
    color: #666;
}

.wel {
    float: left;
    margin-left: -30px;
}

.tel {
    float: right;
}

.top {
    width: 1200px;
    margin: 5px auto;
}

.logo {
    float: left;
    padding: 10px 0px;
    margin-left: -40px;
}





.nav {
    z-index: 9999;
    color: #666;
    float: right;
    margin-top: 15px;
    margin-right: -70px;
}

    .nav > li {
        float: left;
        font-size: 15px;
        height: 48px;
        line-height: 48px;
        position: relative;
        z-index: 9999;
        border: 0px solid red;
    }

        .nav > li > a {
            display: block;
            color: #666;
            float: left;
            padding: 0 20px;
            border: 0px solid red;
            height: 48x;
            line-height: 48px;
        }

            .nav > li > a:hover {
                background: #cc3333;
                color: #fff;
            }






/* flexslider */
.flexslider {
    position: relative;
    height: 480px;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

    .slides li {
        height: 480px;
    }

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

    .flex-control-nav li {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        *display: inline;
        zoom: 1;
    }

    .flex-control-nav a {
        display: inline-block;
        width: 14px;
        height: 14px;
        line-height: 40px;
        overflow: hidden;
        background: url(../images/dot.png) right 0 no-repeat;
        cursor: pointer;
    }

    .flex-control-nav .flex-active {
        background-position: 2px 0;
    }

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

    .flex-direction-nav li a {
        display: block;
        width: 50px;
        height: 50px;
        overflow: hidden;
        cursor: pointer;
        position: absolute;
    }

        .flex-direction-nav li a.flex-prev {
            left: 40px;
            background: url(../images/prev.png) center center no-repeat;
        }

        .flex-direction-nav li a.flex-next {
            right: 40px;
            background: url(../images/next.png) center center no-repeat;
        }


.content {
    width: 1200px;
    margin: 0px auto;
}

.ind_zc {
    width: 100%;
    margin: 30px auto 10px;
}



.tit h1 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
}

.tit span {
    color: #005da0;
}

.tit .line {
    width: 100px;
    height: 3px;
    background: #005da0;
    margin: 0px auto;
    margin: 15px auto;
}


.anli-conr {
    margin-top: 30px;
}

    .anli-conr ul li {
        float: left;
        width: 20%;
        height: 230px;
        position: relative;
        overflow: hidden;
        text-align: center;
        margin: 0px auto;
    }

        .anli-conr ul li:nth-child(4n) {
            margin-right: 0;
        }

.jt {
    float: left;
    width: 5%;
    margin: 50px auto 0px;
    text-align: center;
}

.anli-ms1 {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 3;
    opacity: 0;
}

    .anli-ms1 p {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        width: 80%;
        margin: 0px auto;
    }

    .anli-ms1 a {
        display: inline-block;
        width: 120px;
        height: 38px;
        line-height: 38px;
        background: #1999fa;
        font-size: 14px;
        color: #fff;
    }

.anli-conr ul li:before {
    width: 94%;
    height: 94%;
    left: 3%;
    top: 3%;
    position: absolute;
    content: '';
    z-index: 2;
    transform: scale(1.2);
    transition: all ease-in-out 0.5s;
}

.anli-conr ul li:after {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0;
    background: rgba(15,101,166,0.8);
    position: absolute;
    content: '';
    transform: scale(0);
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}

.anli-conr ul li:hover:before {
    transform: scale(1);
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}

.anli-conr ul li:hover:after {
    transform: scale(1);
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}

.anli-conr ul li:hover .anli-ms1 {
    top: 30%;
    opacity: 1;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
}

.anli-conr ul li img {
    width: 110px;
    height: 110px;
    transition: all ease-in-out 1s;
    margin: 30px auto;
}

.anli-conr ul li p {
    text-align: center;
    font-size: 16px;
}


.ind_ys {
    width: 100%;
    margin: 0px auto;
    position: relative;
}

.ysleft {
    float: left;
    width: 48%;
    background: #fff;
    border: 1px #ccc solid;
    margin: 30px auto;
    position: relative;
    z-index: 9999;
}

.ysright {
    float: left;
    width: 53%;
    background: #fff;
    border: 1px #3fa8ff solid;
    margin: 30px auto;
    position: absolute;
    right: 0px;
    z-index: -999;
}

.ysleft .title {
    background: #c7c7c7;
    font-size: 24px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    padding-left: 20px;
}

.ysright .title {
    background: #3ea7ff;
    font-size: 24px;
    height: 90px;
    line-height: 90px;
    color: #fff;
    padding-left: 20px;
}

.yslist {
    margin-bottom: 50px;
}

    .yslist li {
        padding: 20px 30% 20px 10%;
        border-bottom: 1px #ccc dotted;
        font-size: 15px;
    }

        .yslist li p {
            line-height: 26px;
        }

        .yslist li span {
            color: #d44245;
        }

        .yslist li h1 {
            font-size: 20px;
            font-weight: bold;
            color: #3fa8ff;
            padding: 5px 0px;
        }

.vs {
    z-index: 99999;
    position: absolute;
    top: 50%;
    left: 42.5%;
}



.ind_hc {
    width: 100%;
    margin-top: 100px;
    background: url(../images/hcbj.jpg) center center no-repeat;
    height: auto;
    padding: 30px 0px;
    position: relative;
}

.hclist {
    margin: 50px auto 30px;
}

    .hclist li {
        background: #fff;
        width: 21%;
        margin: 0px 2%;
        position: relative;
        float: left;
    }

.listimg {
    padding: 15px;
    width: 88.1%;
    height: 186px;
}

    .listimg img {
        width: 100%;
    }

.hctit {
    background: rgba(255,255,255,0.8);
    position: absolute;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    top: 25%;
    text-align: center;
    left: 6%;
    padding: 20px 0px;
    width: 91%;
}

.hcdes {
    position: relative;
    margin: -25px 0px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #333;
    height: 72px;
}

    .hcdes p {
        line-height: 24px;
        color: #666;
        text-align: center;
    }



.ind_zl {
    margin-top: 40px;
    width: 100%;
}

.zllist {
    padding-top: 50px;
}

    .zllist li {
        width: 33.33%;
        float: left;
    }

    .zllist .zlimg {
        text-align: center;
    }

    .zllist li p {
        padding: 20px 0px;
        text-align: center;
        font-size: 16px;
    }

    .zllist li a:hover .zlimg {
        margin-top: -5px;
    }



.bzcbj {
    background: #f4f4f4;
}

.ind_bzc {
    width: 1200px;
    margin: 20px auto;
    padding: 40px 0px;
}

.weihai {
    margin-top: 40px;
}

    .weihai li {
        width: 260px;
        float: left;
        padding: 0 22px;
    }

        .weihai li:first-child {
            padding-left: 0;
        }

        .weihai li:child(4n) {
            padding-right: 0;
        }

    .weihai h4 {
        color: #333;
        font-size: 19px;
        line-height: 56px;
        text-align: left;
        font-weight: bolder;
        padding-left: 3px;
    }

    .weihai .pic {
        width: 262px;
        height: 152px;
        display: inline-block;
    }

        .weihai .pic img {
            vertical-align: middle;
            max-width: 100%;
            border: none;
        }

    .weihai p {
        color: #666;
        font-size: 13px;
        line-height: 21px;
        text-align: left;
        padding-left: 3px;
    }



.ind_case {
    width: 100%;
    margin: 40px auto;
}

.caseimg {
    width: 200px;
    height: 281px;
    overflow: hidden;
    margin: 0px auto;
}

    .caseimg img {
        width: 200px;
        height: 281px;
    }

.casetit {
    text-align: center;
    padding: 5px 0px;
}

.ind_case li {
    width: 22%;
    float: left;
    margin: 10px 1.5%;
}

.caseyc {
    float: right;
    width: 60%;
}

    .caseyc .casetit {
        font-size: 16px;
        color: #333;
        padding: 10px 0px;
    }

    .caseyc .casems {
        line-height: 22px;
        color: #666;
    }




.fast-good-ul {
    padding: 44px 0px 20px;
    border-top: 1px #ccc solid;
}

    .fast-good-ul li {
        width: 331px;
        float: left;
    }

    .fast-good-ul .fast-good-icon {
        display: block;
        width: 60px;
        height: 60px;
        cursor: pointer;
    }

    .fast-good-ul .expert {
        background: url(../images/expert01.png) no-repeat;
    }

    .fast-good-ul .fast {
        background: url(../images/expert02.png) no-repeat;
    }

    .fast-good-ul .good {
        background: url(../images/expert03.png) no-repeat;
    }

    .fast-good-ul .province {
        background: url(../images/expert04.png) no-repeat;
    }

    .fast-good-ul .expert:hover {
        background: url(../images/expert01-hover.png) no-repeat;
    }

    .fast-good-ul .fast:hover {
        background: url(../images/expert02-hover.png) no-repeat;
    }

    .fast-good-ul .good:hover {
        background: url(../images/expert03-hover.png) no-repeat;
    }

    .fast-good-ul .province:hover {
        background: url(../images/expert04-hover.png) no-repeat;
    }

    .fast-good-ul li.last {
        width: 207px;
    }

.fast-good-comm {
    margin-left: 20px;
}

    .fast-good-comm h2 {
        font-size: 18px;
        color: #333333;
        font-weight: bold;
        margin: 13px 0 8px 0;
        line-height: 18px;
        font-weight: bold;
    }

    .fast-good-comm p {
        font-size: 14px;
        color: #666666;
        line-height: 14px;
    }




.bottom {
    background: #313236;
    border-top: 2px solid #ddd;
    width: 100%;
    padding: 30px 0px;
    line-height: 22px;
}

.bot3 {
    float: left;
    width: 25%;
    font-size: 14px;
}

.bot4 {
    float: right;
    width: 20%;
    text-align: center;
}

.bot1 {
    text-align: center;
    line-height: 22px;
    width: 25%;
    float: left;
}

.bot2 {
    width: 15%;
    float: left;
    margin-left: 2%;
}

.bottom {
    color: #fff;
}.bottom a {
    color: #fff;
}


    .bottom h1 {
        font-size: 20px;
        padding-bottom: 10px;
    }

.bot2 {
    line-height: 22px;
    font-size: 14px;
}

.bottom1 {
    background: #26272a;
    line-height: 45px;
    text-align: center;
}



.nybanner {
    background: url(../images/nybanner.jpg) center center no-repeat;
    height: 280x;
}

.banner_tit {
    color: #FFFFFF;
    font-size: 34px;
    padding: 120px 0;
}

    .banner_tit span h2 {
        font-size: 40px;
        text-align: right;
        font-weight: bold;
        padding-right: 120px;
    }

.position {
    background: url(../images/home.jpg) left center no-repeat;
    padding-left: 30px;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px #ddd solid;
}

.nycon {
    margin: 20px auto;
    width: 100%;
}

.abcon {
    width: 100%;
    margin: 20px auto;
    min-height: 300px;
}

    .abcon p {
        line-height: 26px;
    }


.ind_case h1 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}

.casexqimg {
    text-align: center;
    margin: 20px auto;
}



.conleft {
    width: 50%;
    float: left;
}

.conright {
    width: 50%;
    float: right;
}

.book {
    margin-top: 20px;
    margin: 0px auto;
    width: 500px;
}

    .book p {
        margin-bottom: 10px;
    }

    .book label {
        float: left;
        line-height: 33px;
        padding-right: 10px;
        width: 70px;
    }

    .book input {
        border: 1px #ccc solid;
        height: 30px;
        line-height: 30px;
        width: 300px;
        padding: 5px 5px;
    }

    .book textarea {
        width: 300px;
        border: 1px #ccc solid;
        padding: 3px 5px;
        resize: none;
    }

    .book .tj {
        padding: 0px;
        height: 30px;
        line-height: 30px;
        background: #c30813;
        text-align: center;
        border: none;
        color: #fff;
        margin-left: 120px;
        width: 120px;
        margin-top: 15px;
    }

    .book .yzm {
        width: 100px;
        float: left;
    }

    .book .yzmimg {
        padding: 5px 0px;
        margin-left: 10px;
        float: left;
    }




.banner {
    background: url(../images/banner1.jpg) center center no-repeat;
    height: 480px;
}

.ke-zeroborder {
    margin-top: 20px;
    width: 50%;
    margin: 0px auto;
}

    .ke-zeroborder tr {
        height: 30px;
        line-height: 30px;
        border-bottom: 1px #fff solid;
    }

        .ke-zeroborder tr:nth-child(n) td:first-child {
            background: #2551b6;
            color: #fff !important;
            text-align: center;
        }

        .ke-zeroborder tr td {
            background: #e8e8e8;
            text-align: center;
            border-bottom: 1px #fff solid;
            border-right: 1px #fff solid;
        }




.sblist {
    width: 100%;
    margin: 20px auto;
}

    .sblist li {
        width: 32.33%;
        padding: 10px 0.5%;
        float: left;
    }

.sbimg {
    text-align: center;
}

.sblist li p {
    width: 80%;
    margin: 10px auto;
    text-align: center;
    line-height: 22px;
    font-size: 15px;
}


.lsimg {
    float: left;
}

.lsrig {
    background: #f4f4f4;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    padding: 12px 10px;
    font-size: 14px;
}

    .lsrig h1 {
        font-size: 20px;
        font-weight: bold;
        color: #005da0;
        padding-bottom: 10px;
    }

.zlaj span {
    background: #005da0;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    padding: 5px 10px;
    color: #fff;
    margin-right: 10px;
}

.zlaj p {
    margin-bottom: 10px;
    font-size: 14px;
}

.lstit {
    font-size: 20px;
    font-weight: bold;
    color: #005da0;
    padding-bottom: 10px;
    margin: 20px auto;
}

.lsejtit {
    background: #ddd;
    padding: 10px;
    color: #005da0;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.lsmore {
    text-align: center;
    margin: 20px auto;
}


.nr_lm {
    width: 100%;
    height: 74px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

    .nr_lm .now-menu {
        float: left;
        height: 74px;
        line-height: 74px;
    }

        .nr_lm .now-menu a.home {
            display: block;
            width: 30px;
            height: 74px;
            background: url(../images/home.jpg) no-repeat center;
            float: left;
        }

        .nr_lm .now-menu span {
            display: inline-block;
            width: 37px;
            height: 74px;
            background: url(../images/bg_sign07.png) no-repeat center;
            float: left;
        }

        .nr_lm .now-menu p {
            display: inline-block;
            font-size: 14px;
            line-height: 74px;
            color: #666;
            float: left;
        }

    .nr_lm ul {
        float: right;
    }

        .nr_lm ul li {
            float: left;
            line-height: 74px;
            height: 74px;
            margin-right: 10px;
            font-size: 15px;
        }

            .nr_lm ul li a {
                display: block;
                padding: 0 18px;
            }

                .nr_lm ul li a:hover {
                    color: #da251c;
                    border-bottom: 2px solid #da251c;
                    position: relative;
                    margin-bottom: -1px;
                }

    .nr_lm a.menunows {
        color: #da251c;
        border-bottom: 2px solid #da251c;
        position: relative;
        margin-bottom: -1px;
    }



.caselist1 {
    width: 100%;
    margin-top: 15px;
    line-height: 26px;
}

    .caselist1 li {
        margin-bottom: 10px;
        border-bottom: 1px #eaeaea solid;
        padding-bottom: 10px;
    }

.casetime1 {
    width: 80px;
    border: 1px #ccc solid;
    line-height: 26px;
    display: block;
    padding: 10px 0px;
    float: left;
}

.caserig1 {
    width: 100%;
}

.casetime1 .date1 {
    font-size: 22px;
    text-align: center;
}

.casetime1 .year1 {
    font-size: 13px;
    color: #999;
    text-align: center;
}

.caserig1 h1 {
    font-size: 16px;
    background: url(../images/li.jpg) left center no-repeat;
    padding-left: 15px;
}

.casems1 {
    line-height: 20px;
    color: #999;
    padding-top: 5px;
}

.nyright {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2), 0px 0px 10px rgba(0,0,0,0.2);
    padding: 15px 20px;
    border-radius: 5px;
}
