﻿
.nav .bd {
    display: block;
}



/* banner图 */
.bannerList {
    height: inherit;
    overflow: hidden;
    position: relative;
}

    .bannerList li {
        width: 100%;
        height: 460px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .bannerList li a {
            display: block;
            width: 100%;
            height: 100%;
        }

.banner-form {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
}

    .banner-form .bf-bg {
        width: 300px;
        background: #fff;
    }

    .banner-form .bf-t {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        height: 68px;
        line-height: 68px;
        border-bottom: 1px solid #d3d3d3;
        color: #ca4534;
        margin-bottom: 24px;
    }

    .banner-form .bf-f {
        padding: 0 44px 30px;
    }

        .banner-form .bf-f input {
            color: #808080;
            font-size: 14px;
        }

        .banner-form .bf-f label {
            display: block;
            margin-bottom: 15px;
        }

            .banner-form .bf-f label input {
                vertical-align: middle;
                margin-right: 15px;
            }

            .banner-form .bf-f label span {
                vertical-align: middle;
                color: #808080;
            }

        .banner-form .bf-f input[type=text] {
            width: 100%;
            height: 35px;
            line-height: 35px;
            padding: 0 10px;
            box-sizing: border-box;
        }

        .banner-form .bf-f input[type=submit],
        .banner-form .bf-f input[type=button] {
            width: 100%;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #fff;
            font-size: 14px;
            margin-top: 15px;
            border: none;
            background-color: #ca4534;
        }

@media (max-width: 992px) {
    /*.bannerList li{
        height: 37vw;
    }*/
}

/* banner图end */


/* 全屏轮播图 */
.fullSlide {
    width: 100%;
    min-width: 1000px;
    position: relative;
    height: 543px;
    background: #000;
    overflow: hidden;
}

    .fullSlide .bd {
        margin: 0 auto;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }

        .fullSlide .bd ul {
            width: 100% !important;
            position: relative;
            width: 1920px;
            height: 543px;
        }

        .fullSlide .bd li {
            width: 100% !important;
            height: 543px;
            overflow: hidden;
            text-align: center;
            position: absolute;
            width: 1900px;
            left: 0px;
            top: 0px;
            background-size: cover;
            -moz-background-size: cover;
            -webkit-background-size: cover;
            -o-background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

    .fullSlide .hd {
        width: 100%;
        position: absolute;
        z-index: 1;
        bottom: 60px;
        left: 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
        _background: #000;
        _filter: alpha(opacity=60);
    }

        .fullSlide .hd ul {
            text-align: center;
            padding-top: 5px;
        }

            .fullSlide .hd ul li {
                cursor: pointer;
                display: inline-block;
                *display: inline;
                zoom: 1;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                margin: 5px;
                overflow: hidden;
                line-height: 9999px;
                background-color: rgba( 28, 109, 193, 0.5)
            }


            .fullSlide .hd ul .on {
                background-color: rgba( 28, 109, 193, 1)
            }

.fullSlide {
    position: relative;
}

.SearchCtrl {
    position: absolute;
    bottom: 0;
    left: 0;
}


/*s-nav-box*/
.s-nav-box {
    position: relative;
    z-index: 23;
    background-color: #fff;
    height: 125px;
    font-size: 0;
    margin-top: -35px;
}

    .s-nav-box .shangchengcaigou {
        background-image: url(../Images/i-1.png);
    }

    .s-nav-box .gongchengpeitao {
        background-image: url(../Images/i-2.png);
    }

    .s-nav-box .tesefuwu {
        background-image: url(../Images/i-3.png);
    }

    .s-nav-box .hangyezixun {
        background-image: url(../Images/i-4.png);
    }

.s-nav {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
}

    .s-nav ul, .s-nav span {
        float: left;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 center;
    }

    .s-nav span {
        display: block;
        width: 2em;
        height: 46px;
        line-height: 1.3;
        margin-left: 15px;
        padding: 3px 0 3px 62px;
        font-size: 18px;
        font-weight: bold;
    }

    .s-nav ul {
        width: 180px;
        font-size: 0;
        height: 52px;
        margin-left: 10px;
    }

        .s-nav ul:before {
            height: 50%;
        }

    .s-nav li {
        display: inline-block;
        min-width: 33%;
        vertical-align: middle;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-right: 4px;
    }

        .s-nav li a {
            display: block;
            color: #666;
            line-height: 23.4px
        }

.adImg1 {
    /*height: 80px;*/
}

    .adImg1 li {
        float: left;
    }

    .adImg1 .padding {
        box-sizing: border-box;
        padding-left: 2px;
        padding-right: 2px;
    }

    .adImg1 li:first-child {
        padding-left: 0px;
    }

    .adImg1 li:last-child {
        padding-right: 0px;
    }

/*brand*/
.brand {
    margin-top: 20px;
    border: 1px solid #b5b5b5;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px 0;
    background-color: #fff;
}

    .brand ul {
        margin-left: 3px;
    }

    .brand li {
        width: 125px;
        height: 56px;
        float: left;
        padding: 0 5px;
        border-right: 1px dashed #b5b5b5;
    }

        .brand li:last-child {
            border-right: 0;
        }

        .brand li a {
            position: relative;
            display: block;
            width: 100%;
            height: 100%;
        }

        .brand li img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

/*small-banner*/
.small-banner {
    margin-top: 35px;
    height: 102px;
}

.small-banner2 {
    margin-top: 40px;
}

    .small-banner2 .sb-l, .small-banner2 .sb-r {
        float: left;
        height: 130px;
    }

    .small-banner2 a {
        display: block;
        height: 100%
    }

    .small-banner2 img {
        width: 100%;
        height: 100%
    }

    .small-banner2 .sb-l {
        width: 970px;
    }

    .small-banner2 .sb-r {
        width: 248px;
        margin-left: 12px;
    }



/* banner-box */
.banner-box {
    position: relative;
}
/* left-pType-nav */
.left-pType-nav {
    position: absolute;
    width: 208px;
    left: 50%;
    margin-left: -615px;
    top: 4px;
    z-index: 233;
    width: 198px;
    line-height: 30px;
}

.left-pType-nav-title {
    background-color: #1c6dc1;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    padding: 0 20px;
    text-align: right;
}

    .left-pType-nav-title:before {
        content: "";
        display: block;
        width: 26px;
        height: 19px;
        float: left;
        margin-top: 8px;
        background: url(../Images/left-pType-nav-title.png) no-repeat center center;
    }

.left-pType-nav-box {
    height: 30px;
    border-bottom: 4px solid #1e2974;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.left-pType-nav .f-list {
    width: 100%;
    min-height: 493px;
}

    .left-pType-nav .f-list > li {
        height: 37px;
        line-height: 37px;
        border-bottom: 1px solid #4c5563;
        background-color: rgba(33,42,56,.8);
    }

        .left-pType-nav .f-list > li:last-child {
            border-bottom: 0;
        }

        .left-pType-nav .f-list > li.on {
            background-color: #f5f5f6;
        }

        .left-pType-nav .f-list > li > a {
            display: block;
            font-size: 18px;
            text-align: center;
            text-align: right;
            padding-right: 26px;
            color: #fff;
        }

        .left-pType-nav .f-list > li.on > a {
            /*  border-left: 3px solid #1c6dc1;*/
            color: #1c6dc1;
        }

        .left-pType-nav .f-list > li > a:after {
            content: ">";
            margin-left: 1em;
        }

.left-pType-nav .s-list {
    display: none;
    position: absolute;
    width: 810px;
    height: 100%;
    left: 198px;
    top: 0;
    /*overflow-y: auto;*/
    overflow: hidden;
    background-color: #f5f5f6;
    border: 1px solid #e4e4e4;
    transition: opacity .6s ease-in;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* padding-left: 90px */
}

    .left-pType-nav .s-list .s-list-iBox {
        display: block;
        width: 100%;
        height: 100%;
    }

        .left-pType-nav .s-list .s-list-iBox img {
            width: 100%;
            height: 100%;
        }






/*.left-sign*/
.left-sign {
    position: absolute;
    width: 208px;
    min-height: 528px;
    left: 50%;
    margin-left: 400px;
    top: 4px;
    background-color: rgba(33,42,56,.8);
    color: #c8c8c8;
}

    .left-sign a {
        color: #c8c8c8;
    }

    .left-sign .ls-t, .left-sign .ls-btn, .left-sign .ls-b-new, .left-sign .ls-b-city {
        border-bottom: 1px solid #b5b5b5;
    }

    .left-sign .qq {
        display: inline;
    }

.ls-b div:last-child {
    border-bottom: 0;
}

.left-sign .ls-t {
    height: 64px;
    font-size: 0;
}

.left-sign .ls-btn {
    font-size: 0;
}

    .left-sign .ls-btn a {
        display: inline-block;
        height: 42px;
        width: 50%;
        line-height: 43px;
        font-size: 14px;
        text-align: center;
        border-left: 1px solid #b5b5b5;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .left-sign .ls-btn span:first-child {
        border-left: 0;
    }

.left-sign .ls-b-new {
    padding: 10px;
}

.left-sign .ls-b-city {
    padding: 10px 10px 45px 10px;
}

.left-sign img {
    max-width: 100%;
    margin: 0 auto;
}

.left-sign .ls-b-city span {
    color: #1c6dc1;
}

.left-sign .ls-b-city p {
    line-height: 2;
}

.left-sign .ls-b-new li a {
    display: block;
    line-height: 28px;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

a.ls-b-new-title {
    color: #0089d1;
}

.ls-t-box-l, .ls-t-box-r {
    font-size: 12px;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
}

    .ls-t-box-l img {
        border-radius: 50%
    }

    .ls-t-box-r em, .ls-t-box-r small {
        display: block;
        line-height: 18px;
        font-size: 12px;
    }

    .ls-t-box-r em {
        color: #555;
    }

    .ls-t-box-r small {
        color: #888;
    }



/* 有情链接 */
.friend-links {
    min-height: 70px;
    border-color: #2a2f37;
    border-style: dashed;
    border-width: 1px 0 1px 0;
    margin-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 34px;
    background: url(../Images/footer-bg.png) no-repeat center bottom;
}

    /*滚动条样式*/
    .friend-links ul::-webkit-scrollbar { /*滚动条整体样式*/
        width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 4px;
    }

    .friend-links ul::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: rgba(0,0,0,0.8);
    }

    .friend-links ul::-webkit-scrollbar-track { /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 0;
        background: rgba(255,255,255,0.6);
    }

    .friend-links span {
        font-size: 18px;
    }

    .friend-links ul {
        padding-right: 20px;
        width: 1075px;
        height: 87px;
        /*background: url(../Images/footer-bg2.jpg) no-repeat right top;*/
        overflow-y: scroll;
    }

        .friend-links ul:-webkit-scrollbar {
            display: none;
        }

    .friend-links li {
        float: left;
        font-size: 14px;
        line-height: 1;
        padding-left: 20px;
        margin-right: 20px;
        margin-top: 15px;
        border-left: 1px solid #fff;
    }

        .friend-links li:first-child {
            border-left: 0;
            padding-left: 0;
        }



/* 工程 */
.project-list ul {
    margin: 0 -9px;
}

.project-list li {
    width: 398px;
    float: left;
    margin: 0 9px 10px;
}

    .project-list li img {
        width: 100%;
        height: 254px;
    }

    .project-list li span {
        display: block;
        font-size: 16px;
        line-height: 40px;
        height: 40px;
        overflow: hidden;
        text-align: center;
    }


/* 百科 */
.encyclopedias-img {
    width: 307px;
}

    .encyclopedias-img img {
        width: 100%;
        height: 422px;
    }

    .encyclopedias-img span {
        display: block;
        height: 58px;
        line-height: 58px;
        font-size: 20px;
        color: #444;
        text-align: center;
        border: 1px solid #aaa;
    }

.encyclopedias {
    width: 440px;
    height: 482px;
    border: 1px solid #aaa;
    margin-left: 21px;
    padding: 10px 20px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .encyclopedias .encyclopedias-title {
        font-size: 18px;
        color: #444;
        margin-bottom: 20px;
    }

        .encyclopedias .encyclopedias-title span {
            font-weight: bold;
        }

        .encyclopedias .encyclopedias-title a {
            font-size: 12px;
            color: #666;
            margin-top: 10px;
        }

    .encyclopedias li {
        font-size: 16px;
        color: #666;
        line-height: 1;
        padding: 16px 0 18px;
        border-top: 1px dashed #aaa;
    }

        .encyclopedias li a {
            color: #666;
        }


/*推荐企业*/

.enterpriseList {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #1c6cc3;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 1px 1px 4px 1px rgba(0, 137, 209, 0.38);
}

    .enterpriseList span {
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }

    .enterpriseList a {
        margin: 0 16px 10px;
        display: inline-block;
        width: 22%;
        overflow: hidden;
        height: 20px;
    }

/* 顶部band */
.brandList {
    margin-bottom: 10px;
}

    .brandList li {
        float: left;
        margin: 2px 0;
    }

        .brandList li.w2 {
            width: 615px;
            height: 84px;
        }

        .brandList li.w3 {
            width: 410px;
            height: 83px;
        }

        .brandList li.w6 {
            width: 205px;
            height: 65px;
        }

        .brandList li .bandBox {
            padding: 0 2px;
            height: 100%;
        }

            .brandList li .bandBox img {
                width: 100%;
                height: 100%;
            }



.association {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #1c6cc3;
    font-size: 16px;
    line-height: 20px;
    box-shadow: 1px 1px 4px 1px rgba(0, 137, 209, 0.38);
}

    .association span {
        font-weight: bold;
        display: block;
        margin-bottom: 10px;
    }

    .association a {
        margin: 0 16px 10px;
        display: inline-block;
        width: 22%;
        overflow: hidden;
        height: 20px;
    }