body {
    background: url(../images/img_1.png) no-repeat top center;
    font-size: 18px;
}

.w1200 {
    width: 1200px;
    margin: auto
}

.header {
    margin: 20px auto;
    height: 510px;
}

.midcon {
    background: url(../images/img_7.png) no-repeat center 250px;
    width: 100%;
}

.elli-s {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    max-width: 85%;
    overflow: hidden;
}

.lhtit {
    margin: 30px auto;
}

.lhtit span{
     float:right;
     font-family: '微软雅黑';
     font-size: 16px;
     position:relative;
     top:-43px;
     color:#f4ab76;
     font-weight:bold;
}
.hydt .swiper-container {
    width: 100%;
    height: 387px;
    /* 固定高度 */
}

.hydt .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.hydt .slide-image {
    width: 52%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: -2;
}

.hydt .slide-image img {
    width: 582px;
    height: 387px;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
}

.hydt .slide-text-container {
    width: 48%;
    height: 387px;
    padding: 0 20px;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.hydt .slide-text {
    padding-left: 25px;
    border-bottom: 1px #ccc dashed;
    cursor: pointer;
    background: url(../images/i_2.png) no-repeat 5px center;
    line-height: 73px;
    font-weight: bold;
    /* height: 158px; */
}

.hydt .slide-text span {
    float: right;
}

.hydt .slide-text p {
    display: none;
    line-height: 30px;
    font-size: 16px;
}

.hydt .slide-text:hover {
    /* background: #e0e0e0; */
}

.footer {
    width: 100%;
    height: 60px;
    background: brown;
    margin:0 auto;
}

.footer p {
    height: 28px;
    line-height: 28px;
    font-family: '微软雅黑';
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align:center;
}

.hydt .active {
    height: 160px;
    width: 560px;
    color: #7A5622;
    position: relative;
    background: url(../images/img_3.png) no-repeat left center;
    z-index: 2;
    left: -62px;
    padding-left: 100px;
    border-bottom: none;
}

.hydt .active a {
    color: #D43030;
}

.index-tpxw {
    display: none;
}

.index-tpxw .swiper-slide {
    position: relative;
}

.index-tpxw .swiper-slide .txt {
    height: 104px;
    padding: 20px;
    font-size: 1.25em;
    background: #F7F7F7 url(../images/index/in_34.png) right bottom no-repeat;
    z-index: 2;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.index-tpxw .swiper-slide .txt>a {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.index-tpxw .swiper-slide .txt a {
    color: #333;
}

.index-tpxw .swiper-slide .txt a:hover {
    color: #015293;
}

.index-tpxw .swiper-container .swiper-pagination span {
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    opacity: 1;
    background: none;
    transition: .3s all;
    background: #E5E5E5
}

.index-tpxw .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #D43030;
}

.lhmtbd {
    background: url(../images/img_5.png) no-repeat top center;
}

.lhmtbd {
    padding: 80px 0;
}

.lhmtbd li {
    background: #fff url(../images/i_1.png) no-repeat 5px center;
    margin: 20px 50px;
    float: left;
    width: 38%;
    height: 75px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    text-align: left;
    font-weight: bold;
}

.lhmtbd li a {
    color: #C44427;
}

.lhzs li {
    background: url(../images/img_8.png) no-repeat top center;
    height: 170px;
    width:378px;
    margin-right:15px;
    margin-top: 30px;
}

.lhzs li a {
    width: 250px;
    display: block;
    margin: 47px auto 0;
    color: #383838;
}

.lhzs li:hover {
    background: url(../images/img_9.png) no-repeat top center;
    color: #fff;
}
.lhsp li{
    width:362px;
    height:362px;
    margin:0 15px;
}
.lhsp li a{
   text-align:center;
   display:block;
   
}
.lhsp img {
    width: 362px;
    height: 331px;
}

@media (max-width: 768px) {
    body {
        background-size: 180%;
    }
    .hyd{display:none;}
    .w1200,
    .lhzs li,
    .lhsp li {
        width: 100%;
    }
    .w1200 {
        overflow: hidden;
    }
    .lhtit span{
     position:relative;
     top:-18px;
    }
    .header {
        height: 150px;
    }
    .slide-image {
        width: 100%;
    }
    .active {
        width: 100%;
    }
    .lhmtbd li {
        width: 85%;
        margin: 10px auto;
    }
    .hydt {
        display: none;
    }
    .index-tpxw {
        display: block;
    }
    .lhmtbd {
        padding: 0;
    }
    .lhtit img {
        transform: scale(1.3);
    }
    .lhsp img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .footer {
        width: 100%;
        height: 120px;
        background: brown;
    }
    .footer p {
        display:inline-block;
        text-align:center;
        height: 28px;
        line-height: 28px;
        font-family: '微软雅黑';
        font-size: 14px;
        color: rgb(255, 255, 255);
    }
}