﻿/*公共样式*/
.html {
    color: black;
}

body {
    font-family: "SourceHanSansCN-Medium",sans-serif !important;
    overflow: auto !important;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    overflow-x: scroll;
}

.sec-wrapper {
    min-width: 1350px;
    width: 100%;
    overflow: hidden;
}

p {
    margin: 0;
}
.container {
    position:relative;
    margin: 0 auto;
    width: 1200px;
}
/*移动端兼容*/
@media only screen and (max-width: 768px) {
    .hs-head-nav .container {
        width: 100%;
    }
}
    .sec-title {
        font-size: 60px;
        font-weight: bold;
        color: #0A0000;
        line-height: 70px;
        color: #0E3D92;
    }

    .title-two {
        font-size: 22px;
        line-height: 30px;
        color: #0A0000;
    }

    .sec-desc {
        line-height: 35px;
        font-size: 30px;
        color: #0E3D92;
    }


    .sec-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: top center;
    }

    @media only screen and (min-width: 769px) {
        .hide-pc {
            display: none !important;
        }
    }


    @media only screen and (max-width: 1200px) {
        .hs-nav .hs-nav-cpfa .container {
            width: 750px;
        }

        .hs-head ul li:nth-child(2) .hs-nav-cpfa .container {
            width: 1200px;
        }
    }




    /*nav*/
    .hs-head-nav {
        position: fixed;
    }

    .menu {
        position: fixed;
        top: 100px;
        left: 10%;
        width: 100px;
        font-size: 12px;
        background-color: #fff;
        z-index: 99;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        line-height: 40px;
        border: 1px solid #1180FB;
        border-radius: 6px;
        box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
        opacity: 0;
        transition: opacity ease-in .3s;
    }

        .menu ol {
            margin-bottom: 0;
        }

        .menu li.active {
            background-color: #1180FB;
        }

            .menu li.active a {
                color: #fff;
            }

        .menu li a {
            color: #404040;
        }

        .menu li {
            margin-bottom: 10px;
        }

            .menu li:last-child {
                margin-bottom: 0;
            }

    /*banner*/
    .sec-banner {
        height: 794px;
        position: relative;
        color: #FFFFFF;
        margin-bottom: 100px;
        margin-top: 65px;
    }

        .sec-banner img {
            width: 100%;
        }

        .sec-banner.sec-lazyload .sec-bg {
            background-image: url("../img/khal/pc/banner.jpg");
        }

        .sec-banner .container .sec-content {
            padding-top: 221px;
            text-align: right;
        }

            .sec-banner .container .sec-content .sec-title {
                font-size: 100px;
                font-weight: bold;
                line-height: 87px;
                color: #FFFFFF;
            }

            .sec-banner .container .sec-content .eng-title {
                font-size: 26px;
                font-weight: bold;
                line-height: 45px;
                margin-top: 20px;
            }

            .sec-banner .container .sec-content .items {
                display: flex;
                align-items: center;
                justify-content: space-between;
                text-align: left;
                margin-top: 200px;
            }

            .sec-banner .container .sec-content .item {
                font-size: 40px;
                line-height: 50px;
            }

                .sec-banner .container .sec-content .item .text-wrapper {
                    display: flex;
                    align-items: flex-end;
                    margin-bottom: 20px;
                }

                .sec-banner .container .sec-content .item .num {
                    font-size: 20px;
                    line-height: 25px;
                    margin: 0 0 5px 5px;
                }

                .sec-banner .container .sec-content .item .desc {
                    font-size: 18px;
                    line-height: 25px;
                }





    .total-style {
        height: 889px;
        position: relative;
    }

        .total-style .top-bg {
            height: 466px;
        }

            /*.total-style img {
    height: 100%;
}*/
            .total-style .top-bg .img {
                height: 466px;
                /*position: absolute;
    left: 0;
    top: 0;*/
                margin: 0 auto;
                text-align: center;
            }

            .total-style .top-bg .text-wrapper {
                position: absolute;
                top: 167px;
                left: 50%;
                transform: translateX(-50%);
                text-align: center;
            }

            .total-style .top-bg .sec-title {
                margin-bottom: 20px;
            }


        .total-style .sec-content .right {
            display: flex;
            flex-wrap: wrap;
            width: 557px;
            margin-top: 54px;
        }

            .total-style .sec-content .right .pic {
                height: 60px;
                margin: 0 13px 23px 0;
            }

        .total-style .sec-content .left {
            width: 558px;
            color: #061827;
        }

            .total-style .sec-content .left .title {
                font-size: 26px;
                font-weight: bold;
                line-height: 30px;
            }

            .total-style .sec-content .left .desc {
                font-size: 16px;
                line-height: 35px;
                margin-top: 20px;
            }

        .total-style .exp-box {
            width: 1200px;
            position: absolute;
            left: 50%;
            top: 350px;
            transform: translateX(-50%);
            background-color: #fff;
            padding: 40px 0 40px;
            box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
            border-radius: 2px;
            display: none;
        }

            .total-style .exp-box .title {
                font-size: 25px;
                font-weight: bold;
                color: #061827;
                text-align: center;
                margin-bottom: 50px;
            }

            .total-style .exp-box .desc-wrapper {
                display: flex;
                justify-content: space-around;
            }

                .total-style .exp-box .desc-wrapper .desc {
                    width: 550px;
                    font-size: 16px;
                    font-weight: 400;
                    color: #061827;
                    line-height: 30px;
                }

            .total-style .exp-box .img {
                width: 461px;
            }

            .total-style .exp-box img {
                width: 100%;
                height: auto;
            }



    .sec-energy .sec-title, .sec-energy .sec-desc,
    .sec-traffic .sec-title, .sec-traffic .sec-desc,
    .sec-finance .sec-title, .sec-finance .sec-desc,
    .sec-info .sec-title, .sec-info .sec-desc {
        color: #fff;
    }



    /*轮播样式*/
    .total-style .sec-content {
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
    }

    .swiper-slide {
        background-color: #fff;
    }

    .img-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .swiper-select .title {
        font-size: 25px;
        font-weight: bold;
        color: #061827;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .img-list .img {
        flex-shrink: 0;
        margin-bottom: 50px;
    }

        .img-list .img img {
            width: 100%;
        }

    .swiper-container {
        --swiper-theme-color: #787878;
        width: 100%;
        overflow: hidden;
    }

    .swiper-pagination-horizontal .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .total-style .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 10px;
    }


    /*党政*/
    .sec-gov .item-1 {
        width: 179px;
    }

    .sec-gov .item-2 {
        width: 272px;
        margin: 0 55px 50px 69px;
    }

    .sec-gov .item-3 {
        width: 281px;
        margin-right: 71px;
    }

    .sec-gov .item-4 {
        width: 240px;
    }

    .sec-gov .item-5 {
        width: 418px;
    }

    .sec-gov .item-6 {
        width: 300px;
        margin-left: 90px;
        margin-right: 100px;
    }

    .sec-gov .item-7 {
        width: 252px;
    }

    .sec-gov .item-8, .sec-gov .item-9, .sec-gov .item-10, .sec-gov .item-11, .sec-gov .item-12 {
        height: 29px;
        margin-bottom: 90px
    }

        .sec-gov .item-8 img, .sec-gov .item-9 img, .sec-gov .item-10 img, .sec-gov .item-11 img, .sec-gov .item-12 {
            height: 100%;
            width: auto;
        }

    .sec-gov .item-9 {
        margin-left: 130px;
        margin-right: 130px;
    }

    .sec-gov .item-11 {
        margin-right: 130px;
    }


    /*制造*/
    .sec-make .item-1 {
        width: 147px;
    }

    .sec-make .item-2 {
        width: 357px;
        margin-left: 110px;
        margin-right: 82px;
    }

    .sec-make .item-3 {
        width: 157px;
        margin-right: 103px;
    }

    .sec-make .item-4 {
        width: 209px;
    }

    .sec-make .item-5 {
        width: 171px;
    }

    .sec-make .item-6 {
        width: 118px;
        margin-left: 176px;
        margin-right: 212px;
    }

    .sec-make .item-7 {
        width: 120px;
        margin-right: 174px;
    }

    .sec-make .item-8 {
        width: 196px;
    }

    .sec-make .item-9 {
        width: 253px;
    }

    .sec-make .item-10 {
        width: 176px;
        margin-left: 108px;
        margin-right: 129px;
    }

    .sec-make .item-11 {
        width: 329px;
    }


    /*建筑*/
    .sec-build .item-1 {
        width: 248px;
    }

    .sec-build .item-2 {
        width: 297px;
        margin-left: 130px;
        margin-right: 130px;
    }

    .sec-build .item-3 {
        width: 362px;
    }

    .sec-build .item-4 {
        width: 196px;
    }

    .sec-build .item-5 {
        width: 187px;
        margin-left: 117px;
        margin-right: 117px;
    }

    .sec-build .item-6 {
        width: 101px;
        margin-right: 136px;
    }

    .sec-build .item-7 {
        width: 311px;
    }

    .sec-build .item-8, .sec-build .item-9, .sec-build .item-10, .sec-build .item-11 {
        height: 29px;
        margin-bottom: 90px
    }

        .sec-build .item-8 img, .sec-build .item-9 img, .sec-build .item-10 img, .sec-build .item-11 img {
            height: 100%;
            width: auto;
        }

    .sec-build .item-9 {
        margin-left: 133px;
    }

    .sec-build .item-10 {
        margin-right: 168px;
    }


    /*能源*/
    .sec-energy .item-1 {
        width: 85px;
    }

    .sec-energy .item-2 {
        width: 379px;
        margin-left: 107px;
        margin-right: 63px;
    }

    .sec-energy .item-3 {
        width: 243px;
        margin-right: 113px
    }

    .sec-energy .item-4 {
        width: 176px;
    }

    .sec-energy .item-6 {
        margin-left: 60px;
        margin-right: 60px;
    }

    .sec-energy .item-9 {
        margin-left: 150px;
    }

    .sec-energy .item-11 {
        margin-left: 150px;
    }

    .sec-energy .item-5, .sec-energy .item-6, .sec-energy .item-7, .sec-energy .item-8, .sec-energy .item-9, .sec-energy .item-10, .sec-energy .item-11 {
        height: 29px;
        margin-bottom: 90px
    }

        .sec-energy .item-5 img, .sec-energy .item-6 img, .sec-energy .item-7 img, .sec-energy .item-8 img, .sec-energy .item-9 img, .sec-energy .item-10 img, .sec-energy .item-11 img {
            height: 100%;
            width: auto;
        }




    /*交通*/
    .sec-traffic .item-1 {
        width: 84px;
    }

    .sec-traffic .item-2 {
        width: 84px;
        margin-left: 164px;
        margin-right: 170px;
    }

    .sec-traffic .item-3 {
        width: 223px;
        margin-right: 161px
    }

    .sec-traffic .item-4 {
        width: 280px;
    }

    .sec-traffic .item-6 {
        margin-left: 145px;
        margin-right: 125px;
    }

    .sec-traffic .item-9 {
        margin-left: 102px;
    }

    .sec-traffic .item-5, .sec-traffic .item-6, .sec-traffic .item-7, .sec-traffic .item-8, .sec-traffic .item-9, .sec-traffic .item-10 {
        height: 29px;
        margin-bottom: 90px
    }

        .sec-traffic .item-5 img, .sec-traffic .item-6 img, .sec-traffic .item-7 img, .sec-traffic .item-8 img, .sec-traffic .item-9 img, .sec-traffic .item-10 img {
            height: 100%;
            width: auto;
        }


    /*金融*/
    .sec-finance .item-1 {
        width: 184px;
    }

    .sec-finance .item-2 {
        width: 194px;
        margin-left: 133px;
        margin-right: 127px;
    }

    .sec-finance .item-3 {
        width: 196px;
        margin-right: 112px
    }

    .sec-finance .item-4 {
        width: 223px;
    }

    .sec-finance .item-5 {
        width: 408px;
    }

    .sec-finance .item-6 {
        width: 312px;
        margin-left: 73px;
        margin-right: 97px;
    }

    .sec-finance .item-7 {
        width: 279px;
    }

    .sec-finance .item-8 {
        height: 29px;
    }

    .sec-finance .item-9 {
        height: 29px;
        margin-left: 130px;
    }

        .sec-finance .item-8 .img, .sec-finance .item-9 img {
            width: auto;
            height: 100%;
        }



    /*教育*/
    .sec-edu .item-1 {
        width: 179px;
    }

    .sec-edu .item-2 {
        width: 225px;
        margin-left: 91px;
        margin-right: 91px;
    }

    .sec-edu .item-3 {
        width: 219px;
        margin-right: 82px
    }

    .sec-edu .item-4 {
        width: 283px;
    }

    .sec-edu .item-5 {
        width: 302px;
    }

    .sec-edu .item-6 {
        width: 159px;
        margin-left: 150px;
        margin-right: 158px;
    }

    .sec-edu .item-9 {
        margin-left: 90px;
        margin-right: 90px;
    }

    .sec-edu .item-12 {
        margin-left: 89px;
    }


    .sec-edu .item-7, .sec-edu .item-8, .sec-edu .item-9, .sec-edu .item-10, .sec-edu .item-11 .sec-edu .item-12 {
        height: 29px;
        margin-bottom: 90px
    }

        .sec-edu .item-7 img, .sec-edu .item-8 img, .sec-edu .item-9 img, .sec-edu .item-10 img, .sec-edu .item-11 img, .sec-edu .item-12 img {
            height: 100%;
            width: auto;
        }

    .sec-edu .item-7 {
        margin-bottom: 50px;
    }


    /*信息*/
    .sec-info .item-1 {
        width: 252px;
    }

    .sec-info .item-2 {
        width: 254px;
        margin-left: 90px;
        margin-right: 87px;
    }

    .sec-info .item-3 {
        width: 325px;
        margin-right: 105px;
        margin-left: 50px;
    }

    .sec-info .item-4 {
        width: 238px;
    }

    .sec-info .item-5 {
        width: 184px;
    }

    .sec-info .item-6 {
        width: 175px;
        margin-left: 170px;
        margin-right: 252px;
    }

    .sec-info .item-7 {
        margin-right: 92px;
    }

    .sec-info .item-7, .sec-info .item-8, .sec-info .item-9 {
        height: 29px;
        margin-bottom: 90px
    }

        .sec-info .item-7 img, .sec-info .item-8 img, .sec-info .item-9 img {
            height: 100%;
            width: auto;
        }


    /*医疗*/
    .sec-hospital .item-1 {
        width: 186px;
    }

    .sec-hospital .item-2 {
        width: 257px;
        margin-left: 119px;
        margin-right: 127px;
    }

    .sec-hospital .item-3 {
        width: 175px;
        margin-right: 124px
    }

    .sec-hospital .item-4 {
        width: 164px;
    }

    .sec-hospital .item-5 {
        width: 407px;
    }

    .sec-hospital .item-6 {
        width: 264px;
        margin-left: 160px;
        margin-right: 180px;
    }

    .sec-hospital .item-7 {
        width: 104px;
    }

    .sec-hospital .item-8 {
        width: 344px;
    }

    .sec-hospital .item-9 {
        margin-left: 128px;
        margin-right: 140px;
    }

    .sec-hospital .item-9, .sec-hospital .item-10, .sec-hospital .item-11 {
        height: 29px;
        margin-bottom: 50px
    }

        .sec-hospital .item-9 img, .sec-hospital .item-10 img, .sec-hospital .item-11 img {
            height: 100%;
            width: auto;
        }

    /*房地产*/
    .sec-house .item-1 {
        width: 94px;
    }

    .sec-house .item-2 {
        width: 165px;
        margin-left: 180px;
        margin-right: 155px;
    }

    .sec-house .item-3 {
        width: 148px;
        margin-right: 147px
    }

    .sec-house .item-4 {
        width: 260px;
    }

    .sec-house .item-5 {
        width: 145px;
    }

    .sec-house .item-6 {
        margin-left: 149px;
        margin-right: 68px;
    }

    .sec-house .item-9 {
        margin-left: 149px;
    }

    .sec-house .item-6, .sec-house .item-7, .sec-house .item-8, .sec-house .item-9 {
        height: 29px;
        margin-bottom: 90px
    }

        .sec-house .item-6 img, .sec-house .item-7 img, .sec-house .item-8 img, .sec-house .item-9 img {
            height: 100%;
            width: auto;
        }

    .sec-house .item-6, .sec-house .item-7 {
        margin-bottom: 50px;
    }




    /*底部nav*/
    .gray-section {
        background: #efefef;
    }

    .contact {
        background-image: url('../img/word_map.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        margin-top: 40px
    }

    dl.pull-left {
        min-height: 180px;
    }

    .row.wangzhandaohang dt a {
        color: #333;
    }

    .row.wangzhandaohang dd a {
        font-size: 15px;
        color: #8C8D8D;
    }

    .m-b-lg {
        margin-bottom: 30px;
    }

    .wangzhandaohang {
        font-size: 15px;
    }

    .row.wangzhandaohang dd {
        padding-left: 10px;
        border-left: 1px solid #999;
        margin-left: 7px;
        margin-top: 10px;
    }

    .wangzhandaohang a:hover {
        text-decoration: underline;
    }

/*移动端兼容*/
@media only screen and (max-width: 768px) {
    .menu {
        font-size: 12px;
        line-height: 34px;
    }
    .menu li {
        margin-bottom: 0;
    }
}
