﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

.ny_jianjie td{border:1px solid #ccc}

body {
    margin: 0;
    padding: 0;
    background: #FFF;
    font-family: "Microsoft YaHei";
    min-width: 1200px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

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

button {
    font-family: "Microsoft YaHei";
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

section {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bian {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
    -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

/* 头部 */
header {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    z-index: 999;
}

.tou {
    width: 1280px;
    height: 80px;
    margin: 0 auto;
}

.logo {
    width: 222px;
    height: 80px;
}

    .logo img {
        width: 222px;
        height: 80px;
    }

.nav {
    width: 928px;
    margin-left: 20px;
}

    .nav li {
        width: 116px;
        height: 80px;
        float: left;
        font-size: 16px;
        color: #333;
        line-height: 80px;
        text-align: center;
        position: relative;
    }

        .nav li:after {
            width: 0px;
            height: 2px;
            content: "";
            background: #047ecb;
            position: absolute;
            bottom: 20px;
            left: 50%;
            margin-left: -30px;
            transition: all 0.4s;
        }

        .nav li:hover:after {
            width: 60px;
            transition: all 0.4s;
        }

    .nav .this:after {
        width: 60px;
        height: 2px;
        content: "";
        background: #047ecb;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -30px;
        transition: all 0.4s;
    }

    .nav li a {
        color: #333;
        display: block;
    }

    .nav li .erji {
        width: 116px;
        height: 0;
        overflow: hidden;
        position: absolute;
    }

        .nav li .erji a {
            display: block;
            color: #fff;
            width: 116px;
            height: 40px;
            margin-top: 1px;
            background: #047ecb;
            line-height: 40px;
        }

    .nav li:hover .erji {
        height: 250px;
    }

    .nav li .erji a:hover {
        background: #ff9000;
    }

.tel {
    height: 80px;
    font-size: 16px;
    color: #0679fa;
    line-height: 80px;
    padding-left: 23px;
    background: url(../images/en.png) 0 no-repeat;
}

    .tel a {
        display: block;
        color: #0679fa;
    }

/* banner开始 */
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility: hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.callbacks_tabs.callbacks1_tabs {
    margin-top: -50px;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

    .callbacks_tabs.callbacks1_tabs li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-left: 5px;
        border-radius: 10px;
        border: 1px solid #FFF;
        position: relative;
    }

        .callbacks_tabs.callbacks1_tabs li a {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 10px;
            position: absolute;
            left: 0;
            z-index: 9;
            color: rgba(100,200,300,0);
            color: transparent;
        }

        .callbacks_tabs.callbacks1_tabs li.callbacks_here a {
            background: #FFF;
        }

.callbacks_container {
    margin-bottom: 2px;
    position: relative;
    width: 100%;
    min-width: 1080px;
    text-align: center;
}

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .callbacks li {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }

    .callbacks img {
        display: block;
        position: relative;
        z-index: 1;
        height: auto;
        width: 100%;
        border: 0;
    }

    .callbacks .caption {
        display: block;
        position: absolute;
        z-index: 2;
        font-size: 20px;
        text-shadow: none;
        color: #fff;
        background: #000;
        background: rgba(0,0,0, .8);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 20px;
        margin: 0;
        max-width: none;
    }

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/themes.gif") no-repeat left top;
    margin-top: -30px;
    display: none;
}

.callbacks_container:hover .callbacks_nav {
    display: block;
}

.callbacks_nav:active {
    opacity: 1.0;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

/* 简介 */
.about {
    width: 817px;
    overflow: hidden;
    padding: 50px 0 0;
}

    .about .tit {
        width: 817px;
        height: 30px;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
    }

        .about .tit h3 {
            font-size: 18px;
            color: #047ecb;
            width: 90px;
            float: left;
            line-height: 18px;
            font-weight: bold;
            position: relative;
        }

            .about .tit h3:after {
                content: "";
                width: 20px;
                height: 3px;
                background: #047ecb;
                position: absolute;
                left: 30px;
                top: 28px;
            }

        .about .tit h4 {
            font-size: 16px;
            color: #333;
            width: 300px;
            float: left;
            line-height: 18px;
            text-transform: Uppercase;
        }

        .about .tit .more {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #fff;
            background: #047ecb;
            text-align: center;
            line-height: 18px;
            position: absolute;
            right: 0;
            top: 20px;
        }

            .about .tit .more a {
                display: block;
                color: #fff;
            }

    .about .con {
        width: 817px;
        height: 290px;
        margin-top: 30px;
    }

        .about .con .shipin {
            width: 436px;
            height: 290px;
            background: url(../images/video.jpg);
        }

        .about .con .zi {
            width: 350px;
            height: 290px;
        }

            .about .con .zi h5 {
                font-size: 16px;
                color: #666;
                line-height: 28px;
                height: 194px;
                text-align: Justify;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 7;
                overflow: hidden;
            }

            .about .con .zi h6 {
                width: 120px;
                height: 40px;
                line-height: 38px;
                text-align: center;
                font-size: 16px;
                color: #666;
                margin-top: 26px;
                border: 1px solid #dcdcdc;
            }

                .about .con .zi h6 a {
                    color: #666;
                }

                .about .con .zi h6:hover {
                    background: #047ecb;
                    border: 1px solid #047ecb;
                }

                    .about .con .zi h6:hover a {
                        color: #fff;
                    }

/* 了解天源 */
.ljty {
    width: 330px;
    overflow: hidden;
    padding: 70px 0 0;
}

    .ljty .tit {
        width: 330px;
        height: 20px;
        border-left: 3px solid #047ecb;
        line-height: 20px;
        padding-left: 10px;
    }

        .ljty .tit h3 {
            font-size: 18px;
            color: #047ecb;
            width: 90px;
            float: left;
            line-height: 18px;
            font-weight: bold;
            position: relative;
        }

        .ljty .tit h4 {
            font-size: 16px;
            color: #333;
            float: left;
            line-height: 18px;
            text-transform: Uppercase;
        }

    .ljty .con {
        width: 330px;
        height: 290px;
        margin: 18px 0 0;
        position: relative;
    }

        .ljty .con li {
            width: 165px;
            height: 145px;
            float: left;
            border: 1px solid #e5e5e5;
            position: absolute;
        }

            .ljty .con li:nth-child(1) {
                top: 0;
                left: 0;
                width: 166px;
                height: 146px;
            }

            .ljty .con li:nth-child(2) {
                top: 0;
                right: 0;
                height: 146px;
            }

            .ljty .con li:nth-child(3) {
                bottom: 0;
                left: 0;
                width: 166px;
            }

            .ljty .con li:nth-child(4) {
                bottom: 0;
                right: 0;
            }

            .ljty .con li:hover {
                background: #047ecb;
            }

            .ljty .con li .tu {
                width: 75px;
                height: 75px;
                margin: 18px auto 0;
                overflow: hidden;
            }

                .ljty .con li .tu img {
                    width: 75px;
                    height: 75px;
                }

                .ljty .con li .tu .tu2 {
                    display: none;
                }

            .ljty .con li h5 {
                font-size: 16px;
                color: #333;
                text-align: center;
                padding-top: 10px;
            }

            .ljty .con li:hover .tu1 {
                display: none;
            }

            .ljty .con li:hover .tu2 {
                display: block;
            }

            .ljty .con li:hover h5 {
                color: #fff;
            }

/* 业务领域 */
.yewu {
    padding: 50px 0 0px;
}

    .yewu .tit {
        width: 100%;
        height: 30px;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
    }

        .yewu .tit h3 {
            font-size: 18px;
            color: #047ecb;
            width: 90px;
            float: left;
            line-height: 18px;
            font-weight: bold;
            position: relative;
        }

            .yewu .tit h3:after {
                content: "";
                width: 20px;
                height: 3px;
                background: #047ecb;
                position: absolute;
                left: 30px;
                top: 28px;
            }

        .yewu .tit h4 {
            font-size: 16px;
            color: #333;
            width: 300px;
            float: left;
            line-height: 18px;
            text-transform: Uppercase;
        }

        .yewu .tit .more {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #fff;
            background: #047ecb;
            text-align: center;
            line-height: 18px;
            position: absolute;
            right: 0;
            top: 20px;
        }

            .yewu .tit .more a {
                display: block;
                color: #fff;
            }

.pro {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 0;
}

    .pro .tu {
        width: 232px;
        height: 100px;
        overflow: hidden;
        color: #fff;
    }

        .pro .tu img {
            width: 100%;
        }

        .pro .tu h5 {
            font-size: 18px;
            font-weight: bold;
            padding: 30px 0 0px 90px;
        }

        .pro .tu h6 {
            font-size: 14px;
            padding: 0 0 0 90px;
        }

    .pro .swiper-slide:nth-child(1) .tu {
        background: url(../images/yw-1.png) no-repeat #e97d25;
    }

    .pro .swiper-slide:nth-child(2) .tu {
        background: url(../images/yw-2.png) no-repeat #00dc85;
    }

    .pro .swiper-slide:nth-child(3) .tu {
        background: url(../images/yw-3.png) no-repeat #2483bb;
    }

    .pro .swiper-slide:nth-child(4) .tu {
        background: url(../images/yw-4.png) no-repeat #2eb8d5;
    }

    .pro .swiper-slide:nth-child(5) .tu {
        background: url(../images/yw-5.png) no-repeat #27ae62;
    }

    .pro .swiper-slide:nth-child(6) .tu {
        background: url(../images/yw-6.png) no-repeat #e72e2e;
    }

.swiper-container {
    height: 130px;
}

.swiper-button-next, .swiper-button-prev {
    width: 18px !important;
    height: 30px !important;
    background-size: 100% 100% !important;
}

/* 新闻 */
.new {
    padding: 50px 0 60px;
}

    .new .tit {
        width: 100%;
        height: 30px;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
    }

        .new .tit h3 {
            font-size: 18px;
            color: #047ecb;
            width: 90px;
            float: left;
            line-height: 18px;
            font-weight: bold;
            position: relative;
        }

            .new .tit h3:after {
                content: "";
                width: 20px;
                height: 3px;
                background: #047ecb;
                position: absolute;
                left: 30px;
                top: 28px;
            }

        .new .tit h4 {
            font-size: 16px;
            color: #333;
            width: 300px;
            float: left;
            line-height: 18px;
            text-transform: Uppercase;
        }

        .new .tit .more {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #fff;
            background: #047ecb;
            text-align: center;
            line-height: 18px;
            position: absolute;
            right: 0;
            top: 20px;
        }

            .new .tit .more a {
                display: block;
                color: #fff;
            }

    .new .lm {
        width: 100%;
        height: 44px;
        margin: 30px 0;
    }

        .new .lm li {
            width: 110px;
            height: 44px;
            float: left;
            margin-right: 5px;
            text-align: center;
            line-height: 44px;
            font-size: 18px;
            color: #333;
        }

            .new .lm li a {
                color: #333;
                display: block;
            }

            .new .lm li:hover {
                background: #047ecb;
            }

                .new .lm li:hover a {
                    color: #fff;
                }

    .new .con {
        width: 1200px;
        height: 200px;
    }

        .new .con .tu {
            width: 300px;
            height: 200px;
            overflow: hidden;
        }

            .new .con .tu img {
                width: 300px;
                height: 200px;
            }

        .new .con .zi {
            width: 900px;
            height: 200px;
            overflow: hidden;
        }

            .new .con .zi li {
                width: 400px;
                height: 17px;
                float: left;
                line-height: 17px;
                margin: 0 0 19px 50px;
                background: url(../images/xw-bt.png) 0 no-repeat;
                padding-left: 18px;
            }

                .new .con .zi li h5 {
                    font-size: 16px;
                    color: #333;
                    width: 260px;
                    float: left;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .new .con .zi li:hover h5 {
                    text-decoration: underline;
                }

                .new .con .zi li h6 {
                    font-size: 14px;
                    color: #666;
                    width: 113px;
                    float: right;
                    text-align: right;
                }

/* 底部 */
.di-bg {
    width: 100%;
    overflow: hidden;
    background: url(../images/bg1.jpg) top center;
    padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
}

.di {
    width: 1200px;
    height: 220px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.di-logo {
    width: 234px;
    height: 181px;
}

    .di-logo img {
        width: 234px;
        height: 181px;
    }

.di-nav {
    width: 910px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -60px;
}

    .di-nav:after {
        width: 846px;
        height: 1px;
        content: "";
        position: absolute;
        left: 0;
        top: 36px;
        background: #7d848f;
    }

    .di-nav li {
        width: 130px;
        float: left;
        overflow: hidden;
    }

        .di-nav li h4 {
            font-size: 16px;
            line-height: 18px;
            padding: 0 0 40px;
            color: #fff;
        }

            .di-nav li h4 a {
                color: #fff;
            }

                .di-nav li h4 a:hover {
                    color: #e6e6e6;
                    text-decoration: underline;
                }

        .di-nav li h5 {
            font-size: 14px;
            line-height: 28px;
        }

            .di-nav li h5 a {
                display: block;
                color: #fff;
            }

                .di-nav li h5 a:hover {
                    color: #e6e6e6;
                    text-decoration: underline;
                }

.copy {
    width: 100%;
    height: 60px;
    background: #063f83;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .copy a {
        color: #fff;
    }

        .copy a:hover {
            color: #e6e6e6;
        }

/* 内页banner */
.ny-banner {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

    .ny-banner img {
        width: 1920px;
        height: 300px;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -960px;
        display: block;
    }

/* 当前位置 */
.ny_tit {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    border-bottom: 1px solid #d1d1d1;
}

    .ny_tit .fl {
        overflow: hidden;
        padding-left: 25px;
        font-size: 14px;
        color: #666;
        background: url(../images/dqwz.png) 0 14px no-repeat;
    }

        .ny_tit .fl a {
            color: #666;
        }

            .ny_tit .fl a:hover {
                color: #333;
            }

    .ny_tit .fr {
        font-size: 24px;
        font-weight: bold;
        color: #047ecb; /*  background: url(../images/tel.png) 0 10px no-repeat; */
        padding-left: 32px;
    }

/* 内页标题 */
.ny-nav {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    margin: 30px auto;
}

    .ny-nav li {
        width: 120px;
        height: 40px;
        background: #e8e8e8;
        color: #000;
        float: left;
        margin-right: 20px;
    }

        .ny-nav li a {
            color: #333;
            display: block;
        }

            .ny-nav li a:hover {
                background: #047ecb;
                color: #fff;
            }

        .ny-nav li .this {
            background: #047ecb;
            color: #fff;
        }

/* 简介 */
.ny_jianjie {
    width: 1200px;
    overflow: hidden;
    min-height: 400px;
    margin: 0 auto;
    padding-bottom: 50px;
}

    .ny_jianjie h4 {
        font-size: 36px;
        color: #000;
        margin: 50px 0 30px;
        text-align: center;
    }

    .ny_jianjie h5 {
        font-size: 16px;
        color: #666;
        text-align: center;
    }

        .ny_jianjie h5 span {
            padding: 0 10px;
        }

    .ny_jianjie .con {
        width: 1200px;
        overflow: hidden;
        margin: 40px auto 0;
        line-height: 28px;
        font-size: 16px;
        color: #666;
        text-align: Justify;
    }

        .ny_jianjie .con img {
            max-width: 100%;
        }

/* 发展历程 */
.licheng {
    width: 1100px;
    overflow: hidden;
    margin: 60px auto 0;
}

    .licheng .tit1 {
        padding: 0 0 0 133px;
        height: 60px;
    }

    .licheng .con1 {
        width: 1100px;
        overflow: hidden;
    }

        .licheng .con1 .time {
            font-size: 26px;
            color: #047ecb;
            font-weight: bold;
            margin-top: 30px;
            padding-right: 30px;
            text-align: right;
            width: 133px;
        }

        .licheng .con1 .fg1 {
            height: 148px;
        }

        .licheng .con1 .txt {
            width: 915px;
            margin-left: 30px;
        }

            .licheng .con1 .txt h4 {
                font-size: 20px;
                color: #194280;
                margin-bottom: 10px;
                font-weight: bold;
            }

            .licheng .con1 .txt h5 {
                font-size: 16px;
                color: #666;
                line-height: 30px;
                border-bottom: 1px dashed #c9c9c9;
                padding-bottom: 15px;
            }

    .licheng .bot {
        padding: 2px 0 50px 133px;
    }

/* 内页新闻 */
.ny_new {
    width: 1300px;
    overflow: hidden;
    margin: 0 auto;
}

.newslist {
    margin-top: 20px;
}

    .newslist li {
        padding: 3% 3%;
        border: 1px #fff solid;
        border-bottom-color: #f1f1f1;
        width: 1200px;
        position: relative;
        margin: 0 auto 30px;
    }

        .newslist li .tu {
            width: 233px;
            height: 155px;
            position: absolute;
            top: 0;
            left: 0;
        }

            .newslist li .tu img {
                width: 233px;
                height: 155px;
            }

        .newslist li .box {
            position: relative;
        }

        .newslist li .imgbox {
            width: 24%;
            margin-right: 4%;
        }

        .newslist li .info {
            width: 68%;
            margin-left: 230px;
        }

            .newslist li .info .title {
                font-size: 24px;
                margin: 0 0 8px;
            }

                .newslist li .info .title a {
                    color: #333;
                }

            .newslist li .info .p {
                font-size: 13px;
                color: #727272;
                line-height: 23px;
                height: 46px;
                overflow: hidden;
            }

    .newslist .date {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -60px;
    }

        .newslist .date span {
            color: #3f3f3f;
            font-family: Arial;
            font-weight: bold;
            display: block;
        }

        .newslist .date .day {
            font-size: 70px;
            line-height: 52px;
        }

        .newslist .date .month {
            font-size: 20px;
        }

        .newslist .date .i {
            margin-top: 10px;
        }

            .newslist .date .i .ico2 {
                width: 28px;
                height: 25px;
                background-position: -32px 0;
            }

    .newslist li:hover {
        box-shadow: 0px 0px 15px rgba(0,0,0,.2);
        transition: all .5s;
    }

        .newslist li:hover .date span {
            color: #4c2e23;
        }

/* 分页 */
.fenye {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 60px 0 80px;
}

    .fenye li {
        display: inline-block;
        padding: 8px 20px;
        font-size: 16px;
        color: #333;
        border-radius: 5px;
        border: 1px solid #333;
        margin: 0 10px;
    }

        .fenye li a {
            color: #333;
        }

            .fenye li a:hover {
                color: #047ecb;
            }

        .fenye li:hover {
            border: 1px solid #047ecb;
        }

/* 内页视频 */
.video {
    width: 1200px;
    overflow: hidden;
    margin: 50px auto;
}

    .video li {
        width: 575px;
        overflow: hidden;
        margin: 0 50px 50px 0;
        float: left;
    }

        .video li:nth-child(2n) {
            margin-right: 0;
        }

        .video li .tu {
            width: 575px;
            height: 330px;
            background: #ececec;
        }

        .video li h5 {
            font-size: 16px;
            color: #666;
            padding-top: 10px;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

/* 翻篇 */
.ny_ft {
    width: 1150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto 40px;
}

    .ny_ft a.fl {
        color: #666;
        margin-left: 20px;
        margin-right: 20px;
        display: inline;
    }

    .ny_ft a.fr {
        color: #666;
        margin-left: 20px;
        margin-right: 20px;
        display: inline;
    }

    .ny_ft a:hover {
        color: #333;
    }

/* 招聘信息 */
.zp {
    width: 1200px;
    overflow: hidden;
    margin: 40px auto;
}

    .zp h4 {
        font-size: 22px;
        color: #333;
        text-align: center;
    }

    .zp .con {
        width: 1000px;
        overflow: hidden;
        margin: 30px auto 0;
    }

        .zp .con .tit {
            background: #fff !important;
        }

        .zp .con .llzp {
            width: 100%;
            min-height: 60px;
            color: #666;
            line-height: 60px;
            background: #f1f1f1;
            margin-top: 10px;
            overflow: hidden;
        }

            .zp .con .llzp .zwmc {
                width: 47%;
                float: left;
                padding-left: 30px;
            }

            .zp .con .llzp .zprs {
                width: 43%;
                float: left;
            }

            .zp .con .llzp .ckxq {
                width: 10%;
                float: left;
                text-align: center;
            }

            .zp .con .llzp .ckxq-1 {
                width: 10%;
                float: left;
                text-align: center;
                color: #e60012;
                cursor: pointer;
            }

                .zp .con .llzp .ckxq-1 a {
                    color: #e60012;
                }

        .zp .con .zpxq {
            width: 100%;
            overflow: hidden;
            background: #fff;
            line-height: 26px;
            padding: 10px 30px 20px;
        }

            .zp .con .zpxq button {
                width: 120px;
                height: 40px;
                background: #e60012;
                color: #fff;
                display: block;
                margin: 20px auto;
                border-radius: 3px;
                cursor: pointer;
            }

/*集团简介*/
.about2 {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

    .about2 .tit {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #ccc;
        text-align: center;
        position: relative;
    }

        .about2 .tit:after {
            content: "";
            width: 50px;
            height: 2px;
            background: #0679fa;
            bottom: 0;
            left: 50%;
            margin-left: -25px;
            position: absolute;
        }

        .about2 .tit h3 {
            font-size: 38px;
            color: #333;
            line-height: 40px;
        }

        .about2 .tit h6 {
            font-size: 16px;
            color: #666;
            line-height: 18px;
            padding: 10px 0;
            text-transform: Uppercase;
        }

    .about2 .con {
        width: 80%;
        overflow: hidden;
        margin: 50px auto 0;
        min-width: 1200px;
    }

        .about2 .con .zi {
            width: 48%;
            overflow: hidden;
        }

            .about2 .con .zi h3 {
                font-size: 30px;
                color: #333;
                line-height: 32px;
            }

            .about2 .con .zi h6 {
                font-size: 18px;
                color: #666;
                line-height: 20px;
                padding: 10px 0 35px;
            }

            .about2 .con .zi h5 {
                font-size: 16px;
                color: #666;
                line-height: 28px;
                height: 106px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
                overflow: hidden;
            }

            .about2 .con .zi .shili {
                width: 100%;
                overflow: hidden;
                margin: 40px 0;
            }

                .about2 .con .zi .shili li {
                    width: 25%;
                    overflow: hidden;
                    text-align: center;
                    font-size: 16px;
                    color: #666;
                    float: left;
                    border-right: 1px solid #ccc;
                }

                    .about2 .con .zi .shili li:nth-child(4) {
                        border-right: none;
                    }

                    .about2 .con .zi .shili li .sz {
                        font-size: 28px;
                        color: #0679fa;
                    }

            .about2 .con .zi .more {
                width: 120px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                font-size: 14px;
                color: #333;
                background: #dcdcdc;
                border-radius: 25px;
                transition: all .4s;
            }

                .about2 .con .zi .more a {
                    color: #333;
                    display: block;
                }

                .about2 .con .zi .more:hover {
                    background: #0679fa;
                    transition: all .4s;
                }

                    .about2 .con .zi .more:hover a {
                        color: #fff;
                    }

        .about2 .con .tu {
            width: 48%;
            overflow: hidden;
        }

            .about2 .con .tu img {
                width: 100%;
            }

/*文化与价值观*/
.wh {
    width: 100%;
    padding: 0 0 30px;
    overflow: hidden;
}

    .wh .tit {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #ccc;
        text-align: center;
        position: relative;
    }

        .wh .tit:after {
            content: "";
            width: 50px;
            height: 2px;
            background: #0679fa;
            bottom: 0;
            left: 50%;
            margin-left: -25px;
            position: absolute;
        }

        .wh .tit h3 {
            font-size: 38px;
            color: #333;
            line-height: 40px;
        }

        .wh .tit h6 {
            font-size: 16px;
            color: #666;
            line-height: 18px;
            padding: 10px 0;
            text-transform: Uppercase;
        }

/* 企业文化 */
.wenhua {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    min-width: 1200px;
}

    .wenhua li {
        width: 25%;
        overflow: hidden;
        float: left;
        text-align: center;
        position: relative;
        cursor: pointer;
        padding: 30px 0;
        margin-top: 20px;
    }

        .wenhua li img {
            width: 110px;
            height: 110px;
            display: block;
            margin: 0 auto;
        }

        .wenhua li .none {
            display: none;
            position: absolute;
            top: 30px;
            left: 50%;
            margin-left: -55px;
        }

        .wenhua li:hover .none {
            display: block;
        }

        .wenhua li h3 {
            font-size: 22px;
            color: #333;
            margin-bottom: 20px;
            margin-top: 30px;
        }

        .wenhua li h6 {
            font-size: 16px;
            color: #666;
            line-height: 28px;
        }

        .wenhua li:hover {
            background: #fcfcfc;
        }

            .wenhua li:hover h3 {
                color: #0679fa;
            }

            .wenhua li:hover h6 {
                color: #0679fa;
            }

/*领导团队*/
.ldtd {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

    .ldtd .tit {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #ccc;
        text-align: center;
        position: relative;
    }

        .ldtd .tit:after {
            content: "";
            width: 50px;
            height: 2px;
            background: #0679fa;
            bottom: 0;
            left: 50%;
            margin-left: -25px;
            position: absolute;
        }

        .ldtd .tit h3 {
            font-size: 38px;
            color: #333;
            line-height: 40px;
        }

        .ldtd .tit h6 {
            font-size: 16px;
            color: #666;
            line-height: 18px;
            padding: 10px 0;
            text-transform: Uppercase;
        }

    .ldtd .con {
        width: 80%;
        overflow: hidden;
        margin: 60px auto 0;
        min-width: 1200px;
    }

        .ldtd .con .tu {
            width: 30%;
            overflow: hidden;
        }

            .ldtd .con .tu img {
                width: 100%;
            }

        .ldtd .con .zi {
            width: 70%;
            overflow: hidden;
            padding-left: 50px;
        }

            .ldtd .con .zi h3 {
                font-size: 30px;
                color: #333;
                line-height: 32px;
            }

            .ldtd .con .zi h6 {
                font-size: 18px;
                color: #666;
                line-height: 20px;
                padding: 10px 0 35px;
            }

            .ldtd .con .zi h5 {
                font-size: 16px;
                color: #666;
                line-height: 28px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
                overflow: hidden;
            }

            .ldtd .con .zi .more {
                width: 120px;
                height: 40px;
                text-align: center;
                line-height: 40px;
                font-size: 14px;
                color: #333;
                background: #dcdcdc;
                border-radius: 25px;
                transition: all .4s;
                margin: 30px 0 0;
            }

                .ldtd .con .zi .more a {
                    color: #333;
                    display: block;
                }

                .ldtd .con .zi .more:hover {
                    background: #0679fa;
                    transition: all .4s;
                }

                    .ldtd .con .zi .more:hover a {
                        color: #fff;
                    }

/*业务领域*/
.ywly {
    width: 100%;
    padding: 60px 0;
    overflow: hidden;
}

    .ywly .tit {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #ccc;
        text-align: center;
        position: relative;
    }

        .ywly .tit:after {
            content: "";
            width: 50px;
            height: 2px;
            background: #0679fa;
            bottom: 0;
            left: 50%;
            margin-left: -25px;
            position: absolute;
        }

        .ywly .tit h3 {
            font-size: 38px;
            color: #333;
            line-height: 40px;
        }

        .ywly .tit h6 {
            font-size: 16px;
            color: #666;
            line-height: 18px;
            padding: 10px 0;
            text-transform: Uppercase;
        }

    .ywly .con {
        width: 80%;
        overflow: hidden;
        margin: 0 auto;
        min-width: 1200px;
    }

        .ywly .con li {
            width: 30%;
            overflow: hidden;
            float: left;
            margin-right: 5%;
            position: relative;
            margin-top: 6%;
        }

            .ywly .con li:nth-child(3n) {
                margin-right: 0;
            }

            .ywly .con li .tu {
                width: 100%;
            }

                .ywly .con li .tu img {
                    width: 100%;
                    display: block;
                }

            .ywly .con li .bg {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: rgba(6,121,250,0);
                transition: all .4s;
            }

            .ywly .con li:hover .bg {
                background: rgba(6,121,250,.6);
                transition: all .4s;
            }

            .ywly .con li .tb {
                width: 100px;
                height: 100px;
                position: absolute;
                top: 25%;
                left: 50%;
                margin-left: -50px;
                transition: all .4s;
            }

            .ywly .con li:hover .tb {
                top: 10%;
                transition: all .4s;
            }

            .ywly .con li h4 {
                width: 100%;
                height: 40px;
                line-height: 40px;
                font-size: 24px;
                color: #fff;
                text-align: center;
                font-weight: bold;
                position: absolute;
                top: 45%;
                left: 0;
                transition: all .4s;
            }

            .ywly .con li:hover h4 {
                top: 30%;
                transition: all .4s;
            }

            .ywly .con li h5 {
                width: 80%;
                height:;
                font-size: 16px;
                color: #fff;
                line-height: 28px;
                position: absolute;
                left: 10%;
                top: 50%;
                text-indent: 2em;
                display: none;
            }

            .ywly .con li:hover h5 {
                display: block;
            }

/* 内页二级导航 */
.ny-erji {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0 0 30px;
}

    .ny-erji li {
        display: inline-block;
        padding: 10px 22px;
        font-size: 16px;
        color: #fff;
        background: #047ecb;
        margin: 0 12px;
    }

        .ny-erji li a {
            color: #fff;
        }

    .ny-erji .this {
        background: #ff9000;
    }

    .ny-erji li:hover {
        background: #ff9000;
    }

        .ny-erji li:hover a {
            color: #fff;
        }

/* 公司新闻 */
.new-list {
    width: 80%;
    min-width: 1200px;
    overflow: hidden;
    margin: 30px auto;
}

    .new-list .tu {
        width: 48%;
        min-width: 600px;
        height: auto;
        overflow: hidden;
    }

        .new-list .tu img {
            width: 100%;
            height: 420px;
        }

    .new-list .zi {
        width: 48%;
        min-width: 550px;
        overflow: hidden;
    }

        .new-list .zi li {
            width: 99%;
            height: 40px;
            border: 1px solid #cccccc;
            position: relative;
            padding: 0 115px 0 22px;
            margin-bottom: 8px;
        }

            .new-list .zi li a {
                color: #666;
                line-height: 40px;
                font-size: 14px;
                display: block;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .new-list .zi li:hover a {
                color: #047ecb;
            }

            .new-list .zi li span {
                position: absolute;
                right: 22px;
                top: 10px;
                font-size: 14px;
                color: #666;
            }

            .new-list .zi li:first-child {
                padding: 15px 20px;
                width: 99%;
                height: 130px;
            }

                .new-list .zi li:first-child h4 {
                    font-size: 18px;
                    color: #047ecb;
                    line-height: 20px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

                .new-list .zi li:first-child h6 {
                    font-size: 14px;
                    color: #999;
                    line-height: 16px;
                    padding: 10px 0 6px;
                }

                .new-list .zi li:first-child h5 {
                    font-size: 14px;
                    color: #666;
                    line-height: 26px;
                    height: 52px;
                    white-space: normal;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

.ljgd {
    width: 120px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 25px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #333;
    margin: 0 auto;
    transition: all .5s;
}

    .ljgd a {
        display: block;
        color: #333;
    }

    .ljgd:hover {
        background: #047ecb;
    }

        .ljgd:hover a {
            color: #fff;
        }

/* 媒体专辑、招标资讯 */
.zb-bg {
    width: 100%;
    overflow: hidden;
    margin: 80px 0 0;
    background: url("../images/xinwen2-gai.jpg") top center;
    padding: 60px 0;
}

.zb {
    width: 80%;
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.mtzj {
    width: 48%;
    overflow: hidden;
}

    .mtzj .tit {
        width: 100%;
        height: 30px;
        border-bottom: 1px solid #eee;
        position: relative;
    }

        .mtzj .tit h3 {
            font-size: 18px;
            color: #047ecb;
            width: 90px;
            float: left;
            line-height: 18px;
            font-weight: bold;
            position: relative;
        }

            .mtzj .tit h3:after {
                content: "";
                width: 20px;
                height: 3px;
                background: #047ecb;
                position: absolute;
                left: 30px;
                top: 28px;
            }

        .mtzj .tit h4 {
            font-size: 16px;
            color: #333;
            width: 300px;
            float: left;
            line-height: 18px;
            text-transform: Uppercase;
        }

        .mtzj .tit .more {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #fff;
            background: #047ecb;
            text-align: center;
            line-height: 18px;
            position: absolute;
            right: 0;
            top: 20px;
        }

            .mtzj .tit .more a {
                display: block;
                color: #fff;
            }

    .mtzj .zi {
        width: 100%;
        min-width: 550px;
        overflow: hidden;
        margin: 50px 0 0;
    }

        .mtzj .zi li {
            width: 100%;
            height: 50px;
            border: 1px solid #cccccc;
            position: relative;
            padding: 0 115px 0 22px;
            margin-bottom: 8px;
            background: #fff;
        }

            .mtzj .zi li a {
                color: #666;
                line-height: 50px;
                font-size: 14px;
                display: block;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }

            .mtzj .zi li:hover a {
                color: #047ecb;
            }

            .mtzj .zi li span {
                position: absolute;
                right: 22px;
                top: 10px;
                font-size: 14px;
                color: #666;
            }

/* 视频中心 */
.video-list {
    width: 80%;
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto 50px;
}

    .video-list .zuo {
        width: 48%;
        overflow: hidden;
        position: relative;
    }

        .video-list .zuo h5 {
            width: 100%;
            height: 40px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            position: absolute; /*bottom: 0;*/
            left: 0;
        }

        .video-list .zuo iframe {
            width: 100%;
            min-height: 420px;
        }

    .video-list .you {
        width: 48%;
        overflow: hidden;
    }

        .video-list .you li {
            width: 48%;
            overflow: hidden;
            margin-right: 4%;
            margin-bottom: 2%;
            float: left;
            position: relative;
        }

            .video-list .you li h5 {
                width: 100%;
                height: 40px;
                text-align: center;
                color: #fff;
                font-size: 16px;
                position: absolute; /*bottom: 0;*/
                left: 0;
            }

            .video-list .you li:nth-child(2n) {
                margin-right: 0;
            }

            .video-list .you li iframe {
                width: 100%;
                min-height: 200px;
            }

/* 人才理念 */
.rcln {
    width: 80%;
    overflow: hidden;
    margin: 0 auto 60px;
    min-width: 1200px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    height: auto;
}

/* 我们在天源 */
.wmzty {
    width: 80%;
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

    .wmzty li {
        width: 48%;
        overflow: hidden;
        float: left;
        margin: 0 4% 30px 0;
        background: #f1f0ef;
    }

        .wmzty li:nth-child(2n) {
            margin-right: 0;
        }

        .wmzty li .tu {
            width: 36%;
            height: auto;
            overflow: hidden;
        }

            .wmzty li .tu img {
                width: 100%;
                display: block;
            }

        .wmzty li .zi {
            width: 60%;
            overflow: hidden;
            padding: 0 30px 0 0;
        }

            .wmzty li .zi h4 {
                font-size: 18px;
                color: #333;
                line-height: 20px;
                padding: 30px 0 0;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

        .wmzty li:hover .zi h4 {
            color: #047ecb;
        }

        .wmzty li .zi h6 {
            font-size: 14px;
            color: #999;
            line-height: 16px;
            padding: 10px 0 15px;
        }

        .wmzty li .zi h5 {
            font-size: 14px;
            color: #666;
            line-height: 26px;
            height: 52px;
            overflow: hidden;
        }

/* 校招宣传 */
.xzxc {
    width: 100%;
    overflow: hidden;
    background: url("../images/xinwen1-gai.jpg") center;
}

.jr {
    width: 600px;
    overflow: hidden;
    margin: 0 auto 80px;
}

    .jr .btn {
        width: 130px;
        height: 50px;
        float: left;
        margin: 0 85px;
        font-size: 16px;
        text-align: center;
        line-height: 50px;
        background: #047ECB;
    }

        .jr .btn a {
            color: #fff;
        }

/* 社会承诺 */
.zrcn {
    width: 80%;
    min-width: 1200px;
    overflow: hidden;
    margin: 60px auto;
    background: url("../images/fazhan1.jpg");
    position: relative;
    padding: 60px 100px;
}

.fz-tit {
    width: 240px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 60px;
}

    .fz-tit h4 {
        font-size: 26px;
        color: #333;
        font-weight: bold;
        line-height: 28px;
    }

    .fz-tit h6 {
        font-size: 18px;
        color: #666;
        line-height: 20px;
        padding: 10px 0;
    }

    .fz-tit h5 {
        height: 23px;
        font-size: 16px;
        color: #333;
        line-height: 23px;
        padding: 0 0 0 28px;
        background: url("../images/more2.png") no-repeat;
    }

        .fz-tit h5 a {
            display: block;
            color: #333;
        }

.fazhan {
    width: 770px;
    overflow: hidden;
    float: right;
}

    .fazhan li {
        width: 360px;
        height: 240px;
        margin: 0 50px 0 0;
        float: left;
        position: relative;
    }

        .fazhan li:nth-child(2n) {
            margin-right: 0;
        }

        .fazhan li:nth-child(1) {
            margin-bottom: 50px;
        }

        .fazhan li:nth-child(2) {
            margin-bottom: 50px;
        }

        .fazhan li img {
            width: 360px;
            height: 240px;
            display: block;
        }

        .fazhan li h5 {
            width: 100%;
            height: 40px;
            text-align: center;
            line-height: 40px;
            color: #fff;
            font-size: 16px;
            position: absolute;
            bottom: 0;
            left: 0;
            background: rgba(0,0,0,.5);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

/* 社会责任 */
.shzr {
    width: 80%;
    min-width: 1200px;
    overflow: hidden;
    margin: 60px auto;
    background: url("../images/fazhan2.jpg");
    position: relative;
    padding: 60px 100px;
}

/* 在乎环境 */
.zhhj {
    width: 80%;
    min-width: 1200px;
    overflow: hidden;
    margin: 60px auto;
    background: url("../images/fazhan3.jpg");
    position: relative;
    padding: 60px 100px;
}


/* 侧边留言 */
.ipt {
    border: solid 1px #d2d2d2;
    border-left-color: #ccc;
    border-top-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 #f8f8f8;
    background-color: #fff;
    padding: 4px 6px;
    height: 28px;
    line-height: 21px;
    color: #555;
    width: 180px;
    vertical-align: baseline;
}

.ipt-mini {
    width: 140px;
    padding: 1px 3px;
}

.ipt:focus {
    border-color: #95C8F1;
    box-shadow: 0 0 4px #95C8F1;
}
/* btn */
.btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    width: 100px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid #ddd;
    color: #666;
    background-color: #047ecb;
    background: -webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
    background: -moz-linear-gradient(top, #F5F5F5, #F1F1F1);
    background: linear-gradient(top, #F5F5F5, #F1F1F1);
}

input.btn {
    height: 29px;
}

.btn:hover {
    border-color: #c6c6c6;
    color: #333;
    background-color: #f8f8f8;
    background: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background: linear-gradient(top, #f8f8f8, #f1f1f1);
    box-shadow: #ddd 0 1px 1px 0;
}

.btn:active, .btn.btn-active {
    box-shadow: #ddd 0 1px 2px 0 inset;
    border-color: #c6c6c6;
}

.btn:focus {
    border-color: #4d90fe;
    outline: none
}

.btn-primary {
    border-color: #3079ED;
    color: #F3F7FC;
    background-color: #4D90FE;
    background: -webkit-linear-gradient(top, #4D90FE, #4787ED);
    background: -moz-linear-gradient(top, #4D90FE, #4787ED);
    background: linear-gradient(top, #4D90FE, #4787ED);
}

    .btn-primary:hover {
        border-color: #2F5BB7;
        color: #fff;
        background-color: #4D90FE;
        background: -webkit-linear-gradient(top, #4D90FE, #357AE8);
        background: -moz-linear-gradient(top, #4D90FE, #357AE8);
        background: linear-gradient(top, #4D90FE, #357AE8);
    }

    .btn-primary:active, .btn-primary.btn-active {
        box-shadow: #2176D3 0 1px 2px 0 inset;
        border-color: #3079ED;
    }

    .btn-primary:focus {
        border-color: #4d90fe;
        outline: none
    }

.theme-buy {
    top: 54%;
    text-align: center;
    position: fixed;
    right: 0;
}

.theme-gobuy, .theme-signin {
    font-size: 15px;
}

.theme-price {
    position: relative;
    bottom: -6px;
    font-family: microsoft yahei, Arial, Helvetica, sans-serif;
    margin-right: 20px;
    font-weight: bold;
    color: #f60;
    line-height: 32px;
    font-size: 24px;
    display: inline-block;
}

    .theme-price dfn {
        font-style: normal;
        font-size: 18px;
        margin-right: 2px;
    }

.theme-desc {
    padding: 30px;
}

.theme-version {
    padding: 30px;
}

.theme-popover-mask {
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /*background:#000;*/
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none
}

.theme-popover {
    z-index: 9999;
    position: fixed;
    top: 55%;
    right: 0;
    width: 240px;
    overflow: hidden;
    margin: -180px 0 0 -330px;
    border-radius: 5px;
    border: solid 2px #666;
    background-color: #fff;
    display: block;
    box-shadow: 0 0 10px #666;
}

.theme-poptit {
    border-bottom: 1px solid #ddd;
    padding: 12px;
    position: relative;
}

    .theme-poptit h3 {
        font-size: 24px;
        color: #047ecb;
        text-align: center;
    }

.theme-popbod {
    padding: 30px 15px;
    color: #444;
    overflow: hidden;
}

.theme-popbom {
    padding: 15px;
    background-color: #f6f6f6;
    border-top: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    color: #666
}

    .theme-popbom a {
        margin-left: 8px
    }

.theme-poptit .close {
    float: right;
    color: #999;
    padding: 5px;
    margin: -2px -5px -5px;
    font: bold 14px/14px simsun;
    text-shadow: 0 1px 0 #ddd
}

    .theme-poptit .close:hover {
        color: #444;
    }

.btn.theme-reg {
    position: absolute;
    top: 8px;
    left: 43%;
    display: none
}

.inp-gray, .feed-mail-inp {
    border: 1px solid #ccc;
    background-color: #fdfdfd;
    width: 220px;
    height: 16px;
    padding: 4px;
    color: #444;
    margin-right: 6px
}

.dform {
    text-align: center;
}

    .dform .ipt_error {
        background-color: #FFFFCC;
        border-color: #FFCC66
    }

.dform-tip {
    display: none;
    background-color: #080;
    color: #fff;
    line-height: 42px;
    margin-top: 10px;
    display:;
    font-size: 14px;
}

.dform-tip-errer {
    background-color: #CF301A;
}

.dform-tip a {
    display: inline-block;
    padding: 0 20px;
    margin-left: 10px;
    background-color: #FFE924;
    color: #CF301A;
}

.dform-login {
    padding: 0;
    height: 270px;
    overflow: hidden;
}

    .dform-login iframe {
        height: 470px;
        margin-top: -180px;
    }

.theme-signin {
    text-align: left;
    font-size: 16px;
}

    .theme-signin h4 {
        color: #999;
        font-weight: 100;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .theme-signin li {
        padding-left: 10px;
        margin-bottom: 10px;
    }

        .theme-signin li strong {
            width: 80px;
            text-align: right;
            line-height: 32px;
        }

    .theme-signin .btn {
        margin-bottom: 10px;
        margin-top: 10px;
        width: 194px;
        height: 36px;
        line-height: 36px;
    }

    .theme-signin p {
        font-size: 12px;
        color: #999;
    }

.theme-desc, .theme-version {
    padding-top: 0;
}


@media screen and (max-width:480px){
  .fl {float: none;}
  .fr {float: none;}
  body{min-width: 100%;}
  header{height:auto; position:relative;}
  .tou{width:100% !important; height:auto;}
  .logo{float:none !important; margin:0 auto;}
  .nav{margin:0; width:100%; background: #047ecb; float:none; overflow:hidden;}
  .nav li{width:31.33%; height:40px; line-height:40px; margin:1%; border:1px solid #fff;}
  .nav li:nth-child(1){display:none;}
  .nav li:nth-child(6){display:none;}
  .nav li a{color:#fff;}
  .tel{display:none;}
  .nav .this:after{display:none;}
  .banner{margin-top:0; width:600px; left:50%; margin-left:-300px;}
  .callbacks_container{min-width:100%;}
  section{width:100%;}
  .about{width:100%; padding:30px 0 0;}
  .about .tit{width:100%; padding:0 3%;}
  .about .tit h4{width:auto;}
  .about .tit .more{top:0; right:3%;}
  .about .con {width: 100%; height: auto; margin-top: 20px; padding:0 3%;}
  .about .con iframe {width: 100% !important;}
  .about .con .zi {width: 100%; height: auto;}
  .about .con .zi h5{margin-top:20px;}
  .about .con .zi h6{margin:20px auto 0;}
  .ljty {width: 100%; overflow: hidden; padding: 30px 0 0;}
  .ljty .tit{width:100%; padding:0 3%;}
  .ljty .con{margin: 18px auto 0;}
  .yewu{padding:30px 0 0px; display:none;}
  .pro{width:100%;}
  .new{padding:30px 0;}
  .new .tit{width:100%; padding:0 3%;}
  .new .tit h4{width:auto;}
  .new .tit .more{top:0; right:3%;}
  .new .lm{display:none;}
  .new .con .tu{display:none;}
  .new .con{width:100%; height:auto;}
  .new .con .zi{width:100%; height:auto; margin-top:20px;}
  .new .con .zi li{width:94%;margin: 0 3% 19px;}
  .new .con .zi li h5{width:66%;}
  .new .con .zi li h6{width:34%;}
  .di{width:100%;}
  .di-logo{margin:0 auto;}
  .di-bg{padding:30px 0 0;}
  .di{height:auto;}
  .copy{position:relative; margin-top:30px; height:auto; padding: 20px 3%; line-height:30px;}
  .di-nav{display:none;}
  .ny-banner{margin:0; height:160px;}
  .ny-banner img{width:1024px; height:160px; left:-140px; margin-left:0;}
  .back{display:none;}
  .about2{padding:30px 0;}
  .about2 .tit h3{font-size:28px;}
  .about2 .tit h6{padding:0 0 8px;}
  .about2 .con{width:100%; min-width:100%; padding:0 3%; margin: 30px auto 0;}
  .about2 .con .zi{width:100%;}
  .about2 .con .zi h3{font-size:22px; display:none;}
  .about2 .con .zi h6{font-size:12px; line-height: 14px; padding: 0 0 15px; display:none;}
  .about2 .con .zi .shili li{font-size:12px;}
  .about2 .con .zi .shili{margin:10px 0 20px;}
  .about2 .con .zi .more{margin:0 auto;}
  .about2 .con .tu{width:100%; margin-top:20px;}
  .about2 .con .zi h5 p:nth-child(1) span{font-size:16px !important;}
  .about2 .con .zi h5{height:auto;}
  .jj_sec_msg{padding-left:0 !important;}
  .wh .tit h3{font-size:28px;}
  .wh .tit h6{padding:0 0 8px;}
  .wenhua{width:100%; min-width:100%; padding:0 3%;}
  .wenhua li{width:50%; margin-top:0; padding:30px 0 0;}
  .wenhua li img{width:50%; height:auto;}
  .wenhua li h3{font-size:18px; margin:10px 0;}
  .wenhua li h6{font-size:16px; line-height:20px;}
  .dxa_gsjj_section3 h2{font-size: 28px !important; color:#333 !important;}
  .dxa_gsjj_section3 .jj_tit_p{font-size: 16px !important; color:#666 !important;}
  #timeline{width:100% !important;}
  #issues li{width:auto !important;}
  .jj_sec3_msg_warp{height:22px;}
  .year_tit span{font-size:50px;}
  #dates{width:100% !important; margin-left:0 !important;}
  #dates{display:none;}
  .ldtd{padding:30px 0;}
  .ldtd .tit h3{font-size:28px;}
  .ldtd .tit h6{padding:0 0 8px;}
  .ldtd .con{width:100%; margin:20px auto 0; min-width:100%; padding:0 3%;}
  .ldtd .con .tu{width:100%;}
  .ldtd .con .zi{padding-left:0; width:100%;}
  .ldtd .con .zi h3{font-size: 22px; margin-top:20px;}
  .ldtd .con .zi h6{font-size:12px; line-height: 14px; padding: 0 0 15px;}
  .ldtd .con .zi .more{margin:20px auto 0;}
  .ywly{padding:30px 0;}
  .ywly .tit h3{font-size:28px;}
  .ywly .tit h6{padding:0 0 8px;}
  .ywly .con{width:100%; min-width:100%; padding:0 3%;}
  .ywly .con li:nth-child(2n) {margin-right: 0;}
  .ywly .con li{width:48%; margin-right: 4%;}
  .ywly .con li:nth-child(3){margin-right: 4%;}
  .ywly .con li .tb{top:18%;}
  .ywly .con li h4{top:54%;}
  .ny-erji li{margin:0;}
  .ny-erji{padding:0;}
  .new-list{width:100%; min-width:100%; padding:0 3%;}
  .new-list .zi{width:100%; min-width:100%;}
  .new-list .zi li a{overflow:hidden !important;}
  .new-list .zi li:first-child img{top:0 !important; left:0 !important; width:100% !important; height:auto !important;}
  .new-list .zi li:first-child{height:380px;}
  .new-list .zi li:first-child h4{margin-top:250px;}
  .zb-bg{width:100%; margin:30px 0 0; padding:30px 3%;}
  .zb{width:100%; min-width:100%;}
  .mtzj{width:100% !important;}
  .mtzj .tit h4{width:auto;}
  .mtzj .tit .more{top:0; right:3%;}
  .mtzj .zi{width:100%; min-width:100%; margin:20px 0 0;}
  .mtzj:nth-child(2){margin-top:20px;}
  .video-list{width:100%; min-width:100%; padding:0 3%; margin:0 auto 20px;}
  .video-list .zuo{width:100%;}
  .video-list .zuo iframe{min-height:auto;}
  .video-list .you{width:100%;}
  .ljgd{margin-bottom:50px;}
  .ny_tit .fr{display:none;}
  .zrcn{width:100%; min-width:100%; padding:30px 3%; margin:30px 0; background-position: 0 -100px;}
  .fz-tit{position:relative; top:0; left:0;}
  .fazhan{width:100%; margin-top:20px;}
  .fazhan li{width:48%; margin:0 4% 0 0; height:auto;}
  .fazhan li img{width:100%; height:113px;}
  .shzr{width:100%; min-width:100%; padding:30px 3%; margin:30px 0;}
  .zhhj{width:100%; min-width:100%; padding:30px 3%; margin:30px 0;}
  .rcln{width:100%; min-width:100%; max-height:500px; padding:0 3%; margin:0 auto 30px; height:auto;}
  .rcln img{width: 50%; margin: 0 auto; display: block;}
  .wmzty{width:100%; min-width:100%; padding:0 3%;}
  .wmzty li .tu{width:100%;}
  .wmzty li .zi{width:100%; padding:0 3%;}
  .wmzty li .zi h5{line-height:20px;}
  .wmzty li .zi h6{padding:10px 0;}
  .wmzty li .zi h4{padding:20px 0 0;}
  .jr{width:100%;}
  .jr .btn{margin: 0 38px;}
  .ny_jianjie{width:100%; min-width:100%;}
  .ny_jianjie h4{margin:30px 0 20px; font-size:18px;padding: 0 3%;line-height: 20px;}
  .ny_jianjie .con span{font-size:16px !important;}
  .ny_jianjie .con{width:100%; margin:20px auto 0; padding:0 3%;}
  .ny-nav li{width:auto; margin:0 5px;}
  .ny-nav li a{padding:0 15px;}
  .ny_new{width:100%; padding:0 3%;}
  .newslist li{width:100%;}
  .newslist li .tu{width:40%; height:auto;}
  .newslist li .tu img{width:100%; height:auto;}
  .newslist li .info{margin-left:43%; width:62%;}
  .newslist li .info .title{width:100%; font-size:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
  .newslist .date{display:none;}
  .ny_ft{width:100%; margin-bottom:30px; height:auto;}
  .ny_ft a.fl{display:block;}
  .theme-popover{display:none;}
  .zp{width:100%;}
  .zp .con .llzp .zprs{width:35%;}
  .zp .con .llzp .ckxq{width:18%;}
  .video{width:100%; padding:0 3%;}
  .video li{width:100%;}
}
