﻿.banner{
    height:40vh;
    overflow:hidden;
}
.banner img{
    height:100% !important;
    width:100% !important;
    object-fit: cover;
}
.banner .swiper-container{
    height:100% !important;
}
.banner .swiper-container-autoheight .swiper-wrapper{
    height:100% !important;
}
.banner .swiper-slide {
    height: 100% !important;
}
@media(max-width: 1000px ){
    .banner {
        height: 45vh;
    }
}
.mg5646{
    width:100px;
}
.introduction-dingbu {
    height: 43px;
    line-height: 43px;
    background: #d82d56;
    border-color: #d82d56;
    margin: 0 -10px;
    color: #fff !important;
    padding-left: 70px;
    font-size: 20px !important;
    text-align: left !important;
    position: relative;
}
.introduction-jieshao-left{
    width:75%;
    float:left;
}
.introduction-jieshao{
    margin:25px 0;
}
.introduction-jieshao img{
    width:25%;
    float:right;
    margin-left: 20px;
}

.introduction-jieshao-left span {
    font-size: 18px;
    color: #666;
    line-height: 36px;
    font-weight:600;
}
.introduction-jieshao-left p {
    font-size: 14px;
    color: #666;
    line-height: 36px;
}
.introduction-duo > span {
    width: 90px;
    height: 25px;
    background-color: #ce3259;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .3rem;
}
.introduction-duo {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}
.zddg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width:80%;
}
.zddg div{
    display:inline-block;
    vertical-align:middle;
    line-height:25px;
    padding: 0 30px;
}
.zddg div:first-child{
    padding-left: 0;
}
.zddg div span {
    display: block;
    font-size: 16px;
}
.zddg div span.cl-99{
    cursor: pointer;
}
.zddg div span.cl-99:hover{
    color: #d82d56;
}

.zddg div span i {
    font-style: normal;
}

#pagination .totalPage:last-of-type {
    display: none !important;
}
#pagination .totalPage:nth-last-of-type(2) {
    display: none !important;
}


.dt{
    padding:48px 0;
}
.dt-hot-1{
    padding-bottom:35px;
}

.dt-title {
    line-height: 40px;
    text-align: left;
    border-bottom: 1px solid #eee;
}
    .dt-title h3 {
        display:inline-block;
        line-height: 40px;
        text-align: left;
        font-size: 24px;
        color: #d82d56;
        font-weight: bold;
        position:relative;
        border-bottom: 1px solid #eee;
    }

    .dt-title h3::after {
       content:'';
       position:absolute;
       bottom:0;
       left:0;
       height:2px;
       background:#d82d56;
       width:100%;
    }

.dt-hot-1 ul li {
    height: 156px;
    background-color: #f7f7f7;
    margin-top: 15px;
}
    .dt-hot-1 ul li a {
        border-right: 4px solid #d82d5600;
        display: block;
        width: 100%;
        height: 100%;
    }
    .dt-hot-1 ul li a .dt-li-left {
       float:left;
       width:250px;
       height:100%;
    }
    .dt-hot-1 ul li a .dt-li-left img{
        width: 100%;
        height: 100%;
        object-fit:cover;
    }
    .dt-hot-1 ul li a .dt-li-right {
        float: right;
        width: calc(100% - 250px);
        height: 100%;
        padding:2%;
    }
    .dt-hot-1 ul li a .dt-li-right h3{
        font-size:20px;
        color:#333;
        font-weight:bold;

    }
        .dt-hot-1 ul li a .dt-li-right p {
            font-size: 14px;
            color: #666;
            margin-top: 20px;
        }

/*    .dt-hot-1 ul li:nth-child(even) a .dt-li-left {
        display:none;
    }
    .dt-hot-1 ul li:nth-child(even) a .dt-li-right {
        width:100%;
        padding: 2%;
    }*/

.dt-more {
    width: 200px;
    line-height: 50px;
    background-color: #d82d56;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 18px;
    border-radius: 25px;
    cursor: pointer;
    display:none;
}
    .dt-more:hover{
        opacity:0.8;
    }




    .dt-hot-2 ul li {
        height: 156px;
        background-color: #f7f7f7;
        margin-top: 30px;
    }

    .dt-hot-2 ul li a {
        display: block;
        width: 100%;
        height: 100%;
        border-right: 4px solid #d82d5600;
    }

        .dt-hot-2 ul li a .dt-li-left {
            float: left;
            width: 250px;
            height: 100%;
        }

            .dt-hot-2 ul li a .dt-li-left img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .dt-hot-2 ul li a .dt-li-right {
            float: right;
            width: 80%;
            height: 100%;
            padding: 2% 1%;
        }

            .dt-hot-2 ul li a .dt-li-right h3 {
                font-size: 20px;
                color: #333;
            }

            .dt-hot-2 ul li a .dt-li-right p {
                font-size: 14px;
                color: #666;
                margin-top: 20px;
            }

    .dt-hot-2 ul li:nth-child(even) a .dt-li-left {
        display: none;
    }

    .dt-hot-2 ul li:nth-child(even) a .dt-li-right {
        width: 100%;
        padding: 2%;
    }


.dt-hot-1 ul li:hover a h3 {
    color: #d82d56;
}

.dt-hot-1 ul li:hover a{
  border-right:4px solid #d82d56;
}

    .dt-hot-2 ul li:hover a h3 {
        color: #d82d56;
    }

.dt-hot-2 ul li:hover a {
    border-right: 4px solid #d82d56;
}

.ptjs{
    padding:50px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.pt-left{
    width:42%;
}

.pt-left img{
    width:100%;
}

.pt-right {
    width: 53%;
}


 .tt h3{
    font-size:36px;
    color:#333;
    font-weight:700;
}
 .tt p {
        font-size: 16px;
        color: #666;
        text-transform:uppercase;
    }

    .pt-right .jj-con {
        font-size: 16px;
        color: #666;
        margin-top:10%;
        line-height:34px;
    }
.center{
    text-align:center;
}


.wu ul{
    display:flex;
    justify-content:flex-start;
    margin-top:2%;
}
    .wu ul li{
  width:20%;
  height:230px;
  text-align:center;    
    }
    .wu ul li a{
        width: 100%;
        height: 100%;
     display:block;
    }
        .wu ul li a p{
           margin-top:10%;
           font-size:16px;
           color:#999;
        }


.index-one-item{
    padding:50px 0;
}
    .index-one-item ul{
        margin:0 -20px;
        overflow:hidden;
    }
    .index-one-item ul li {
        width: 20%;
        float: left;
        padding: 0 20px;
    }
.index-one-list{
    display:block;
    width:100%;
    overflow:hidden;
}
.index-one-list .img{
    width:100%;
    height:245px;
    overflow:hidden;
}
    .index-one-list .img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .index-one-list .title {
        font-size: 20px;
        color: #333333;
        font-weight:bold;
        text-align:center;
        line-height:65px;
        margin-bottom:10px;
    }

.introduction-yuzr {
    background: url('../images/gywm_bg.png') no-repeat center;
    background-size:cover;
    padding:70px 0;
}

.map {
    height: 100%;
    width: 50%;
}

    .map iframe {
        width: 100%;
        height: 100%;
    }

.ContactUs-map {
    position: relative;
    height: 500px;
    display: flex;
    justify-content: space-between;
}

.ContactUs-map-item {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    padding-left:100px;
}

.ContactUs-map-box {
    width: 50%;
    background: url('../images/dz.png') no-repeat center;
    background-size:cover;
}


.ContactUs-map-list {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
    position: relative; 
}

.ContactUs-map-icon {
    position: absolute;
    left: 0px;
    top: 50%;
    transform:translate(0,-50%);
}

    .ContactUs-map-icon i {
        font-size: 25px;
        color: #fff;
    }

    .ContactUs-map-icon .bx-tongzhi1 {
        font-size: 22px;
    }

.ContactUs-map-list:nth-last-child(1) {
    margin-bottom: 0;
}

.ContactUs-map-list h3 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 1px;
}

    .ContactUs-map-list h3 i {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 25px;
    }

    .ContactUs-map-list h3 .bx-tongzhi1 {
        font-size: 18px;
        top: 5px;
    }

.ContactUs-map-list p {
    font-size: 14px;
    color: #fff;
}
.ContactUs-map-item .tt{
    margin-bottom:55px;
}
.ContactUs-map-item .tt h3 {
    font-size: 30px;
    color: #fff;
}
.ContactUs-map-item .tt p {
    font-size: 18px;
    color: #fff;
}
.AboutUs301-item{
    padding:50px;
}
.introduction-zs{
    margin-top:50px;
}