html{
        overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #000;
}
.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden;display:block; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

body {
    overflow-x: hidden;
    font-size: 14px;
    background: #f4f6f8;
    font-family: 'Noto Serif SC', "思源宋体", 'Source Sans Pro', 'Helvetica Neue', Helvetica, 'Microsoft Yahei', Arial, sans-serif;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}
.image-container1 {
    max-width: 400px;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 22%;
    overflow: hidden;
}
.news-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.header .navbar-transparent {
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet-active {
    background: #5D3115;
}

.header .navbar-brand {
    height: 80px;
}

.header .nav-link {
    border-color: transparent;
    color: #fff;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-right: 30px;
    margin-left: 30px;
    font-size: 18px;
    border-width: 1px;
    border-style: solid;
    border-radius: 30px;
}

.header .nav-link.active,
.header .nav-link:hover {
    border-color: #fff;
}

.mySwiper {
    width: 100%;
    height: 100vh;
}

.mySwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    padding: 20px;
    position: relative;
}

.mySwiper .slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.mySwiper .slide-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 20px;
}

.mySwiper .slide-text {
    font-size: 48px;
    line-height: 2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.w-line {
    margin: 0 auto;
    padding: 0;
    width: 1px;
    height: 70px;
    font-size: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ffffff;
}

.index-about {
    background: #fdecc2 url(../images/index-about-bg.png) bottom center no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}

.index-about .til {
    text-align: center;
}

.index-about .til h2 {
    font-size: 38px;
    line-height: 1.5;
    color: #333;
    font-weight: bolder;
}

.index-about .nr {
    padding-top: 80px;
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    color: #333;
}

.index-about .more {
    margin-top: 80px;
    font-size: 18px;
    text-align: center;

}

.index-about .more a {
    color: #5D3115;
}
.more a{
    position: relative;
    color: #fff;
    line-height: 1;
    padding: 19px 52px;
    display: inline-block;
}
.more span{
    color: #fff;
    z-index: 99;
    position: relative;
}
.more a:before, .more a:after{
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-88px, -50%);
    -ms-transform: translate(-88px, -50%);
    -o-transform: translate(-88px, -50%);
    -webkit-transform: translate(-88px, -50%);
    -moz-transform: translate(-88px, -50%);
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
.more a:before{
    width: 176px;
    height: 56px;
    background-image: url(../images/more1.png);
}
.more a:after {
    width: 176px;
    height: 56px;
    background-image: url(../images/more2.png);
}
.more a:after{
    opacity: 0;
    filter: alpha(opacity = 0);
}
.more a:hover:after{
    opacity: 1;
    filter: alpha(opacity = 100);
}
.index-about .til .w-line {
    border-left-color: #999;
}

.index-news {
    background: #f3f3f3;
    padding-top: 120px;
    padding-bottom: 120px;
}

.index-news .til {
    text-align: center;
}

.index-news .til h2 {
    font-size: 38px;
    line-height: 1.5;
    color: #333;
    font-weight: bolder;
}
.index-news h5:hover{
    color: #5D3115 !important;
}
.show {
    margin-top: 50px;
}

.show img {
    width: 100%;
}

.show .time {
    color: #999;
    font-size: 18px;
}

.show h5 {
    color: #333;
}

.show .xq {
    height: 100%;
    display: -webkit-box;
    color: #999;
    font-size: 13px;
    line-height: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-za .za {
    background: #5D3115;
    text-align: center;
}

.index-za .za h5 {
    color: #fff;
    font-size: 38px;
    line-height: 1.5;
    font-weight: bolder;
}

.index-za .za .xq {
    text-align: left;
    margin-top: 30px;
    color: #fff;
    line-height: 2;
    font-size: 21px;

    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-za .za .pj {
    height: 100%;
    padding: 10% 10%;
}

.index-za .za .more {
    margin-top: 30px;
    font-size: 21px;
    text-align: center;
}

.za .more a {
    color: #fff;
}

.index-wenhua {
    background: #fdecc2 url(../images/index-about-bg.png) bottom center no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}

.index-wenhua .til {
    text-align: center;
}

.index-wenhua .til h2 {
    font-size: 38px;
    line-height: 1.5;
    color: #333;
    font-weight: bolder;
}

.index-wenhua .nr {
    padding-top: 80px;
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    color: #333;
}

.index-wenhua .more {
    margin-top: 80px;
    font-size: 21px;
    text-align: center;

}

.index-wenhua .more a {
    color: #5D3115;
}

.index-wenhua .til .w-line {
    border-left-color: #999;
}

.index-zong {
    padding-top: 120px;
    padding-bottom: 120px;
}

.index-zong .til {
    text-align: center;
}

.index-zong .til h2 {
    font-size: 38px;
    line-height: 1.5;
    color: #333;
    font-weight: bolder;
}

.index-zong .til .w-line {
    border-left-color: #999;
}


footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #525157;
}

.ft_logo {
    max-height: 70px;
}

footer ul li {
    color: #fff;
    font-size: 18px;
    line-height: 2;
}

footer .ewm {
    text-align: center;
    color: #fff;
}

footer .ewm p {
    font-size: 15px;
    line-height: 2;
}

footer .ewm img {
    border: 4px solid #fff;
    width: 100px;
}

.ny-about {
    background: #fff url(../images/ny-about-bg.jpg) bottom center no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}

.ny-about .til {
    text-align: center;
}

.ny-about .til h2 {
    font-size: 38px;
    line-height: 1.5;
    color: #333;
    font-weight: bolder;
}

.ny-about .nr {
    padding-top: 80px;
    text-align: center;
    font-size: 24px;
    line-height: 1.8;
    color: #333;
}

.ny-wenhua .za {
    background: #FCF1D6;
    text-align: center;
}

.ny-wenhua .za h5 {
    color: #333;
    font-size: 38px;
    line-height: 1.5;
    font-weight: bolder;
}

.ny-wenhua .za .xq {
    text-align: left;
    margin-top: 30px;
    color: #333;
    line-height: 2;
    font-size: 21px;
}

.ny-wenhua .za .pj {
    padding: 10% 10%;
}

.ny-wenhua .za .w-line {
    border-left-color: #333;
}

.ny-lsh {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ny-lsh .til {
    text-align: center;
}

.ny-lsh .til h2 {
    font-size: 38px;
    line-height: 1.5;
    color: #333;
    font-weight: bolder;
}

.ny-lsh .til .w-line {
    border-left-color: #999;
}

.ny-lsh .row {
    margin-top: 60px;
}

.ny-lsh .row img {
    max-width: 190px;
}

.ny-lsh .row h5 {
    font-size: 26px;
    line-height: 2;
    font-weight: bold;
}

.ny-lsh .row p {
    font-size: 18px;
    line-height: 2;
}

.ny-lsh .row .zy {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;

}

.ny-yy {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ny-yy .til {
    text-align: center;
}

.ny-yy .til h2 {
    font-size: 38px;
    line-height: 1.5;
    color: #333;
    font-weight: bolder;
}

.ny-yy .row .nr {
    margin-top: 50px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.5;

}

.ny-yy .til .w-line {
    border-left-color: #999;
}


@media (min-width: 1600px) {
    .index-zong .container {
        max-width: 1520px;
    }
}

.zj {
    padding: 5rem 5rem 5rem 5rem;
    height: 100%;
    text-align: left;
    bottom: 0;
    right: 5%;
    width: 500px;
    background: #525157;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
}

.zj .tt h4 {
    padding-left: 20px;
    border-left: 4px solid #fff;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 2rem;
    font-weight: bold;
}



@media (max-width: 768px) {
    .image-container1 {
    padding-bottom: 50%;
}
    footer .ewm img {
    width: 80px;
}
    .mySwiper {
        height: auto;
    }

    .mySwiper .slide-text {
        font-size: 21px;
    }

    .header .navbar-transparent {
        position: relative;
        background-color: #5D3115 !important;
    }

    .header .navbar-brand {
        height: 60px;
    }

    .zj {
        min-height: 550px;
        padding: 1rem;
        width: 100%;
        left: 0;
        right: 0;
        position: relative !important;
    }

    .w-line {
        height: 50px;
    }

    .index-about {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .index-about .til h2 {
        font-size: 28px;
    }

    .index-about .nr {
        text-align: left;
        padding-top: 40px;
        font-size: 21px;
        line-height: 1.5;
    }
.index-wenhua .nr {
    text-align: left;
    padding-top: 40px;
    font-size: 21px;
    line-height: 1.5;
}
.ny-about .nr {
    text-align: left;
    padding-top: 40px;
    font-size: 21px;
    line-height: 1.5;
}
.index-wenhua {
    padding-top: 60px;
    padding-bottom: 60px;
}
    .index-news {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .index-news .til h2 {
        font-size: 28px;
        line-height: 1.5;
    }

    .index-zong {
        padding-top: 60px;
        padding-bottom: 60px;
    }

.index-zong .til h2 {
    font-size: 28px;
    line-height: 1.5;
}
.zj .tt h4 {
    font-size: 1.4rem;
    line-height: 2;
}
.index-wenhua .til h2 {
    font-size: 28px;
}

.index-za .za h5 {
    font-size: 28px;

}
.index-za .za .xq {
    margin-top: 20px;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ny-about {
    padding-top: 60px;
    padding-bottom: 60px;
}
.ny-about .til h2 {
    font-size: 28px;
}
.ny-wenhua .za h5 {

    font-size: 28px;
}
.ny-lsh .til h2 {
    font-size: 28px;
}
.ny-yy .til h2 {
    font-size: 28px;
}
.img{width: 100%;max-width: 100% !important}




}