﻿body {
}

.full_width {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.full_container {
    width: 1300px;
    margin: 0 auto;
}

.more03 {
    display: block;
    margin: 40px auto 0;
    background: #007db8;
    color: #fff;
    text-align: center;
    width: 260px;
    line-height: 60px;
    font-size: 18px;
    border-radius: 5px;
}

    .more03:hover {
        color: #fff;
        background-color: #035e96;
    }

    .more03 em {
        font-style: normal;
        display: inline-block;
        padding-right: 45px;
        background: url(../images/ico_05.png) right center no-repeat;
        background-size: 32px;
    }


/*头部导航*/
#header {
    height: 85px;
    background-color: #fdfdfd;
    border-bottom: 1px solid #dfdfdf;
}

    #header .logo {
        height: 70px;
        float: left;
        margin-top: 5px;
    }

    #header .navbar-nav {
        float: right;
    }

        #header .navbar-nav > li > a {
            padding: 0;
            width: 110px;
            text-align: center;
            height: 85px;
            line-height: 85px;
            font-size: 18px;
            font-family: 黑体;
            color: #000;
        }

            #header .navbar-nav > li > a:hover {
                background-color: #035e96;
                color: #fff;
            }

#bigImage-list .big-image {
    width: 100%;
    height: 650px;
}

#bigImage-list .absolute-text {
    position: absolute;
    top: 35%;
    width: 100%;
    height: 120px;
    text-align: center;
    z-index: 2;
}

#bigImage-list .t1 {
    font-size: 42px;
    color: #fff;
    line-height: 80px;
    width: 850px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
}

#bigImage-list .t2 {
    font-size: 18px;
    color: #fff;
    line-height: 70px;
    margin: 0 auto;
}

/*业务介绍*/
#yw-moder .moder-title {
    padding: 90px 0;
    text-align: center;
}

    #yw-moder .moder-title p {
        color: #000;
        font-size: 32px;
    }

#yw-moder {
    padding-bottom: 120px;
}

    #yw-moder .yw-list {
        display: flex;
    }

        #yw-moder .yw-list .yw-item {
            flex: 1;
            text-align: center;
            padding: 0 20px;
            height: 360px;
        }

            #yw-moder .yw-list .yw-item img {
                text-align: center;
                margin-top: 40px;
                margin-bottom: 30px;
            }

            #yw-moder .yw-list .yw-item h3 {
                font-size: 18px;
                margin-bottom: 20px;
            }

            #yw-moder .yw-list .yw-item p {
                font-size: 16px;
                line-height: 24px;
            }

.yw-item.blue {
    background-color: #effcfc;
}

.yw-item.yellow {
    background-color: #f1f1f0;
}
/*公司简介*/
#gsjj-moder {
    padding: 120px 0;
    background-color: #f6f9fd;
}

    #gsjj-moder .cont-left {
        width: 720px;
        float: left;
    }

        #gsjj-moder .cont-left .jj-title {
            margin-bottom: 40px;
        }

            #gsjj-moder .cont-left .jj-title p {
                font-size: 32px;
            }

        #gsjj-moder .cont-left .jj-cont {
            text-align: justify;
            font-size: 14px;
            color: #555;
        }

            #gsjj-moder .cont-left .jj-cont .jj-btn {
                background-color: #035e96;
                color: #fff;
                margin-top: 40px;
                font-size: 18px;
                display: block;
                width: 120px;
                height: 42px;
                text-align: center;
                line-height: 42px;
            }

    #gsjj-moder .cont-right {
        height: 418px;
        float: right;
        border-radius: 20px;
    }

/*实力介绍*/
#sl-moder .moder-title {
    padding: 90px 0;
    text-align: center;
}

    #sl-moder .moder-title p {
        color: #000;
        font-size: 32px;
        text-align: center;
    }

#sl-moder {
    padding-bottom: 120px;
}

    #sl-moder .sl-list {
        display: flex;
    }

        #sl-moder .sl-list .sl-item {
            flex: 1;
            text-align: center;
            padding: 0 20px;
            color: #000;
        }

            #sl-moder .sl-list .sl-item:hover {
                text-decoration: none;
                color: #035e96;
            }

            #sl-moder .sl-list .sl-item img {
                text-align: center;
                margin-top: 40px;
                margin-bottom: 30px;
            }

            #sl-moder .sl-list .sl-item h3 {
                font-size: 45px;
                margin-bottom: 20px;
                font-weight: bold;
                color: #333;
            }

                #sl-moder .sl-list .sl-item h3:hover {
                    color: #035e96;
                }

            #sl-moder .sl-list .sl-item p {
                font-size: 16px;
                line-height: 24px;
            }



/*新闻资讯*/
#news-moder {
    padding-bottom: 90px;
    background-color: #f6f9fd;
}

    #news-moder .moder-title {
        padding: 80px 0;
        text-align: center;
    }

        #news-moder .moder-title p {
            color: #000;
            font-size: 32px;
            text-align: center;
        }

    #news-moder .bigNews-body ul {
        position: relative;
        overflow: hidden;
        padding: 10px 0 10px 0;
        height: 286px;
    }

    #news-moder .bigNews-body li {
        display: block;
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
        margin-left: 10px;
        width: 640px;
        float: left;
    }

    #news-moder .bigNews-body a {
        display: block;
        position: relative;
        overflow: hidden;
        border: 1px solid #eee;
        background-color: #f9f9f9;
    }

        #news-moder .bigNews-body a .news-time {
            float: left;
            background-color: #007db8;
            color: #fff;
            text-align: center;
            padding: 10px 6px;
            width: 70px;
            height: 70px;
            margin-right: 10px;
            overflow: hidden;
        }

        #news-moder .bigNews-body a:hover {
            border: 1px solid #007db8;
        }

            #news-moder .bigNews-body a:hover .news-time {
                background-color: #1488eb;
                color: #fff;
            }

        #news-moder .bigNews-body a .news-time p {
            margin-bottom: 0;
        }

        #news-moder .bigNews-body a .title {
            color: #000;
            line-height: 70px;
            font-size: 16px;
            white-space: nowrap;
            float: left;
            overflow: hidden;
        }

        #news-moder .bigNews-body a .news-time .month {
            font-size: 22px;
            line-height: 28px;
            margin-bottom: 4px;
            font-weight: bold;
        }

        #news-moder .bigNews-body a .news-time .year {
            font-size: 14px;
            line-height: 14px;
            text-align: center;
        }

        #news-moder .bigNews-body a .list_News {
            float: left;
            margin-top: 25px;
        }
/*底部导航*/
#footer-moder {
    background-color: #000;
    color: rgb(204, 204, 204);
    text-align: center;
    padding: 90px 0;
    line-height: 28px;
    font-size: 16px;
}

    #footer-moder a {
        color: rgb(204, 204, 204);
        text-decoration: underline;
    }
/*资质证书*/
.zj-list {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
}

.zj-item {
    display: block;
    height: 50px;
    width: 390px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    font-size: 18px;
    background-color: #007db8;
    color: #fff;
}

    .zj-item:hover {
        background-color: #035e96;
        color: #fff;
        text-decoration: none;
    }

#qyzz-moder {
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
    background-color: #f6f9fd;
}

    #qyzz-moder .moder-title {
        padding: 90px 0;
        text-align: left;
    }

        #qyzz-moder .moder-title p {
            color: #000;
            font-size: 32px;
        }

.qualification-body {
    position: relative;
    overflow: hidden;
}

.columnImage {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.whImage_list {
    WIDTH: 100%;
    OVERFLOW: hidden;
    float: left;
    margin: 8px;
}

    .whImage_list table {
    }

    .whImage_list td {
    }

    .whImage_list a {
        margin-left: 10px;
        display: block;
        padding: 1px;
        border: 4px solid #035e96;
    }

        .whImage_list a:hover {
            border: 4px solid #F90;
        }

    .whImage_list img {
        width: 280px;
        height: 340px;
        border: none;
    }

    .whImage_list a p {
        height: 40px;
        line-height: 32px;
        color: #000;
    }

.wh_img_title {
    padding-left: 10px;
}


.company_zz li {
    float: left;
    width: 398px;
    height: 398px;
    margin: 10px 6px;
    display: block;
    border: 1px solid #999;
    padding: 4px;
    vertical-align: bottom;
    overflow: hidden;
}

    .company_zz li img {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .company_zz li span {
        display: block;
        text-align: center;
        line-height: 32px;
        font-size: 13px;
    }

.big_zzimg {
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #000;
    background-color: rgba(0,0,0,0.5); /* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}

.show_img {
    width: 100%;
    height: 100%;
    text-align:center;
}

    .show_img img {
        width: 480px;
        margin:0 auto;
    }

.ico_close {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    background: url(/webstyle/image/document-close.png) no-repeat;
    z-index: 999;
    cursor: pointer;
}


/*招聘模块*/

/*工作机会*/
.post_box {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.post_tit {
    position: relative;
    cursor: pointer;
    padding: 30px 90px 30px 50px;
    margin-bottom: 20px;
    background: #f0f0f0;
    color: #666;
    -webkit-transition: all 0.5s 0s ease-in-out;
    transition: all 0.5s 0s ease-in-out;
    line-height: 1.72;
}

    .post_tit:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        width: 32px;
        height: 32px;
        margin-top: -16px;
        background: url(../images/ico_09a.png) center no-repeat;
        background-size: contain;
    }

    .post_tit em {
        font-style: normal;
        display: block;
        line-height: 1.25; /*font-family:PingFang_Medium;*/
        margin-bottom: 15px;
        color: #333;
    }

    .post_tit.current {
        background: #438bc5;
        color: #fff;
    }

        .post_tit.current:before {
            background-image: url(../images/ico_09b.png);
        }

        .post_tit.current em {
            color: #fff;
        }

.post_block {
    margin-top: -20px;
    margin-bottom: 20px;
    background: #f9fafa;
    color: #000;
    padding: 30px 50px;
    display: none;
    font-size: 16px;
}

.post_item {
    color: #666;
    margin-bottom: 15px;
}

.post_apply {
    margin-top: 30px;
    color: #333;
}

/*past_list*/

.past_list {
    margin: 20px 0;
}

    .past_list li {
        position: relative;
    }

        .past_list li:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: -50%;
            width: 200%;
            height: 100%;
        }

        .past_list li a {
            position: relative;
            z-index: 1;
            display: block;
            overflow: hidden;
            padding: 20px 0;
            border-bottom: 1px solid #ccc;
        }

            .past_list li a:hover {
                background-color: #f7f7f7;
            }

.past_img {
    float: left;
    width: 386px;
}

    .past_img .bgImg {
        height: 0;
        overflow: hidden;
        padding-top: 58.04%; /*background-position: 50% 0;*/
    }

.past_info {
    overflow: hidden;
    text-align: justify;
    padding: 2% 0 0 4%;
}

    .past_info .tit { /*font-family:PingFang_Medium;*/
        padding-bottom: 25px;
        margin-bottom: 25px;
        position: relative;
        border-bottom: 1px solid #e1e1e1;
        font-size: 22px;
    }

        .past_info .tit:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 1;
            width: 25px;
            height: 2px;
            background: #003e6a;
        }

    .past_info .des {
        color: #333;
        margin-bottom: 20px;
    }

        .past_info .des span {
            margin-right: 20px;
            font-size: 16px;
            color: #808080;
        }

.past_time {
    color: #999;
    float: left;
}

.past_more {
    float: right;
}

.past_list li:hover:before {
    background: #fff;
}

.past_list li:hover a {
    color: #003e6a;
}

    .past_list li:hover a .tit:before {
        width: 100%;
    }


/*内容页样式*/
.breadcrumb {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    border: 1px solid #efefef;
    border-left: 4px solid #438bc5;
    margin-bottom: 10px;
    background-color: #fff;
}

    .breadcrumb .sy-ico {
        width: 17px;
        height: 15px;
        background: url(../images/pt_icn.png) no-repeat;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }


    .breadcrumb li {
        font-size: 18px;
    }

.cont-page {
    border: 1px solid #1e4b8f;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    background: #fff;
}

.content-body {
    width: 940px;
    margin: 0 auto;
    min-height: 300px;
}

    .content-body .content-head {
        line-height: 40px;
        text-align: center;
        border-bottom: 1px dashed #ccc;
        min-height: 80px;
        margin-top: 20px;
    }

        .content-body .content-head .cont-title {
            line-height: 40px;
            text-align: center;
            font-size: 30px;
            color: #000;
        }

        .content-body .content-head .cont-time {
            font-size: 16px;
            color: #999;
        }

    .content-body .body {
        padding: 40px 0;
        text-align: left;
        font-size: 16px;
        line-height: 32px;
        text-indent: 2em;
    }

        .content-body .body img {
            width: 100%;
            margin: 0 auto;
            margin-top: 10px;
        }

.top-head {
    width: 100%;
    padding: 2px 0;
    background-color: #eee;
    border: 1px solid #ccc;
}
