﻿
.minwidth_index{
    min-width:1200px;

}
.minwidth_index .mid{
    width:1200px; 
}
.minwidth_index .topmid{
    width:1200px; 
    margin:0 auto;
}
.tit {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
    .tit::after {
        content: "";
        width: 80px;
        height: 3px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        background: linear-gradient(to right, rgba(196, 167, 113, 1), rgba(253, 251, 213, 1));
    }
.gsjj{
   padding:80px 0px 30px;
   
   background:url(../img/logobg.png) no-repeat center 180px;

   height:1000px;
}
    .gsjj .txt {
        width:100%;
        text-align:center;
        color:#fff;
    }
    .gsjj .t {
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        margin-top:120px;
    }
    .gsjj .gsjjimg{
        margin-top:80px;
        width:100%;
    }
    
        .gsjj p {
            color: #fff;
            font-size: 14px;
            text-align: justify;
            text-indent: 2em;
            line-height: 30px;
            width: 800px;
            max-width:calc(100% - 40px);
            margin: 0 auto;
            margin-top: 30px;
        }

.focusimg {
    width: 100%;
    height: 400px;
    position: relative;
}

    .focusimg .item {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        display: none;
    }

        .focusimg .item:first-child {
            display: initial;
        }

        .focusimg .item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


.dzkj {
    /*background: url(../img/cpbg.jpg) no-repeat center center;*/
    background-size: cover;
}
    .dzkj .tit {
        margin-top: 50px;
    }
.kjlist{
    width:100%;
    height:700px;
    float:left;
    margin-top:80px;
    display:flex;
}

    .kjlist .item {
        flex-grow: 1;
        height: 100%;
        background-size: cover;
        transition: all 0.5s;
        interpolate-size:allow-keywords;
        position:relative;
    }
        .kjlist .item:hover{
            width:200px;
        }

        .kjlist .item .cover {
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 10;
            transition: all 0.5s;
        }
        .kjlist .item:hover .cover {
            background: rgba(0,0,0,0);
        }

        .kjlist .item .t{
            color:#fff;
            font-size:26px;
            position:absolute;
            z-index:20;
            top:30px;
            left:30px;
            text-shadow:0 0 5px #000;
        }



.gyfw{
    margin-top:100px;
    height:900px
}
    .gyfw .mid {
        position: relative;
    }
    .gyfw .gylist {
        position: absolute;
        z-index: 20;
        left: 0px;
        top: 80px;
        height: 700px;
        width:50%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
        
    }
        .gyfw .gylist a {
            color: #fff;
            margin-bottom:40px;
            display:block;
        }
            .gyfw .gylist a::after {
                content: "";
                display: block;
                width: 60px;
                height: 2px;
                margin-top:10px;
                background: linear-gradient(to right, rgba(196, 167, 113, 1), rgba(253, 251, 213, 1));
                transition:all 0.5s;
            }
            .gyfw .gylist a:hover::after {
                width: 100px;
            }
                .gyfw .gylist .tab {
                    margin-top: 100px;
                    margin-left: 30px;
                    float:left;
                }
        .gyfw .imglist {
            position: absolute;
            width: 100%;
            height: 700px;
            top: 80px;
            left: 0px;
            z-index: 10;
        }
        .gyfw .imglist .item {
            position: absolute;
            width: 100%;
            height: 100%;
        }
            .gyfw .imglist .item img {
                width: 100%;
                height: 100%;
                float:left;
                object-fit:cover;
            }
            .gyfw .imglist .item .txt{
                position:absolute;
                right:5%;
                bottom:300px;
                background:rgba(0,0,0,0.5);
                color:#fff;
                padding:15px 30px;
                transition:all 0.5s;
            }
                .gyfw .imglist .item .txt a{
                    color:#fff;
                    font-size:12px;
                    margin-top:10px;
                    display:block;
                }













.bor .info{
    width:100%;
    line-height:30px;
    margin-top:20px;
    width:100%;
    text-align:center;
   margin-bottom:20px;
}
    .bor .info .t {
        font-size: 28px;
        display: inline-block;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .bor .info .c1 {
        font-size: 28px;
        display: inline-block;
        margin-bottom: 30px;
    }
    .bor .info .c2 {
        font-size: 28px;
    }
    .fullbar .itemlist {
        margin-top:80px;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(5, 1fr);
    }
        .fullbar .itemlist img {
            max-width: 100%;
            display: block;
        }

    .xwzx{
        padding:150px 0px;
    }
.bort{
    width:100%;
}
.xwdt {
    padding: 100px 0px 120px;
    background: url(../img/cpbg.jpg) center center;
    background-size:cover;
    height:460px;
}
.xwdt .itemlist {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    width: 100%;
    margin-top: 50px;
    float:left;
}
    .xwdt .itemlist .item {
        background: rgba(40,40,40,0.4);
        padding: 20px;
        transition: all 0.5s;
        border:1px solid #444;
    }
    .xwdt .itemlist .item .t {
        font-size: 16px;
        float: left;
        width: calc(100% - 30px);
        height: 45px;
        overflow: hidden; /* 隐藏超出内容 */
        text-overflow: ellipsis; /* 显示省略号 */
        display: -webkit-box; /* 设置为弹性伸缩盒子模型 */
        -webkit-box-orient: vertical; /* 子元素竖排 */
        -webkit-line-clamp: 2; /* 限制显示3行 */
        color: #fff;
    }
        .xwdt .itemlist .item:hover{
            transform:translateY(-5px);
        }
        .xwdt .itemlist .item .date {
            color: #999;
            margin-top: 15px;
            display: block;
            float: left;
            font-size: 12px;
        }

.fwwl{
    background:url(../img/fwwlbg.jpg);
    background-size:cover;
    padding:80px 0px;
}

    .fwwl .num {
        float:left;
        width: 100%;
        margin: 0 auto;
        margin-top: 80px;
        display: flex;
        justify-content: space-between;
        line-height: 30px;
        color: #fff;
    }



        .fwwl .num span {
            font-size: 60px;
            color: #fff;
            font-family: Impact;
            margin-right: 10px;
        }



        .fwwl .num .item {
            width: fit-content;
        }

.fwwl .map{
    width:100%;
    margin-top:20px;
}