@import url(swiper.css);
@import url(animate.min.css);
@import url(bootstrap.min.css);
@import url(bootstrap-icons.css);
@import url(iconfont.css);
@import url(all.css);
@import url(lsbt.css);


body{
    overflow-x: hidden;
}
.f-d-c{
    flex-direction: column;
}
.foot-dh-box{
    display: flex;
    justify-content: center;
}
.flex-1-1-auto{
    flex: 1 1 auto;
}
.swiper_foot_daohang{
    overflow: hidden;
}
.index_m{
    margin: 0 40px;
}
.bg_eee{
    background: #eee;
}
.bg_eee .section_title h6{
    color: #e8e8e8;
}
/* section_title */
.section_title{
    padding-bottom: 30px;
    text-align: center;
    /* display: flex; */
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
}
.titile_row{
    width: 100%;

}
.left_tight{
    display: inline-block;
}
.section_title h2{
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bolder;
    display: inline-block;
    position: relative;
    padding: 0 40px;
}
.section_title h2::after{
    width: 200px;
    height: 2px;
    position: absolute;
    content: '';
    background: #9b6525;
    left: 100%;
    top: 50%;
}
.section_title h2::before{
    width: 200px;
    height: 2px;
    position: absolute;
    content: '';
    background: #9b6525;
    right: 100%;
    top: 50%;

}
.section_title h4{
    margin-bottom: 0;
    font-size: 14px;
    display: inline-block;

}

/* section_title */
/* head */
.head{
    height: 100px
}
.head_top{
    height: 30px;
    background: #9b6525;
}
.head_top_box{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
    height: 100%;
}
.head_add{
    color: #fff;

}
.head_tel{
    color: #fff;

}

.head_menu{
    height: 70px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
.head_img{

}
.head_img a{
    display: block;
}
.head_img img{
    width: auto;
    height: 100%;
}
.head_ul {
    display: flex;
    align-items: center;
    justify-content: right;
}
.menu_list {
    margin-left: 10px;
}
.menu_list a{
    padding: 5px 10px;
}
.menu_list a:hover{
    color: #9b6525;
}
.index_active{
    color: #9b6525;
}
.headr_phone_box{
    background: #fff;
    width: 50%;
    height: 100%;
}
.headr_phone_box img{
    width: 100%;
}
.headr_phone_box li a{
    padding: 10px 0;
    display: block;
}
/* head */
/* banner */
.banner {

}

/* banner */
/* about */
.about_img{
    border-radius: 5px ;
    overflow: hidden;
    margin-left: 20px;
}
.about_img img{
    width: 100%;
}
.about_text{
    margin-right: 40px;
}
.about_text h4{
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bolder;
}
.about_text p{
    line-height: 28px;
}
.about_youshi{
    margin-bottom: 18px;
}
.about_youshi_list {
    margin-bottom: 5px;
}
/* about */
/* gmlc */
.gmlc_box{
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}
.gmlc_box::after{
    position: absolute;
    content: "";
    height: 2px;
    background-color: #9b6525;
    width: 100%;
    top: 50%;
    z-index: 0;
    left: 50%;
}
.gmlc_box:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #9b6525;
    border-radius: 50%;
    top: 50%;
    right: -4px;
    transform: translateY(-4px)
}

.gmlc_list{
    padding: 5px 20px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 1;
    transition: .5s;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);
}
.gmlc_list i{
    font-size: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    width: 64px;
    color: #000;
    /* color: #9b6525; */
    transition: .7s;
}
.gmlc_list span{
    width: 64px;
    height: 64px;
    overflow: hidden;
    display: flex;
    text-align: center;
    justify-content: center;
    position: relative;
}
.gmlc_list p{
    margin: 0;
    padding-top: 10px;
    /* color: #9b6525; */
    font-weight: bolder;
}

.gmlc .gmlc_box:last-child:before,.gmlc .gmlc_box:last-child::after{
    /* background: red; */
    display: none;
}
.gmlc_list:hover{
    transform: translateY(-10px)
}
.gmlc_list:hover i{

    transform: rotatey(180deg);
}
/* gmlc */
/* yqfc */
.yqfc_ul{

}
.yqfc_li .yqfc_img{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.yqfc_li .yqfc_img img{
    width: 100%;
    transition: .5s;
}
.yqfc_conent{
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);
    z-index: 2;
    position: relative;

}
.yqfc_li a{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.yqfc_li a::after,.yqfc_li a::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    transition: .4s;
    transition: 0.5s;
}
.yqfc_li a::after{
    z-index: 1;
    bottom: -5px;

}
.yqfc_li a::before{
    z-index: 0;
    bottom: -10px;
}
.yqfc_li a:hover:before{
    transform: rotate(3deg) translateX(10px);
    transition: 0.25s;
}

.yqfc_li a:hover:after{
    transform: rotate(1.5deg) translateX(5px);
    transition: 0.25s;
}
.yqfc_li a:hover img{
    transform:scale(1.1);
    transition: .25s;
}
.yqfc_li h5{
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 900;
}
/* yqfc */
/* bxzs */
.bxzs{
    position: relative;
}

.bxzs_li a{
    display: block;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
.bxzs_li a:hover .bxzs_txt{
    transform: translateY(0);
}
.bxzs_li a:hover .bxzs_img img{
    transform: scale(1.1);
}
.bxzs_img img{
    width: 100%;
    transition: .5s;
}
.bxzs_txt{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.518);
    transform: translateY(100%);
    transition: .5s;
}
.bxzs_txt h4{
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bolder;
}
/* bxzs */
/* ljzx */
.ljzx{
    background: linear-gradient(rgba(155, 102, 37, 0.685),rgba(155, 102, 37, 0.685)), url(../img/banner_one.jpg) no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 0;
}
.ljzx_left h4{
    color: #fff;
    margin-bottom: 0;
}
.ljzx_left h3{
    color: #fff;
    margin-bottom: 20px;
}
.ljzx_right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ljzx_right a{
    display: block;
    padding:  10px 20px;
    background: rgba(255, 255, 255, 0.795);
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);

}
/* ljzx */


/* news */
.news{

}
.news_ul{

}
.news_li{

}
.news_li a{
    padding: 10px;
    display: flex;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);
    justify-content: space-between;
}
.news_li img{
    width: 100%;
}
.news_li .news_img{
    width: 25%;
}
.news_li .news_txt{
    width: 60%;
    padding: 5px 10px 5px 10px;
}
.news_txt h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news_txt p{
    font-size: 14px;
    margin-bottom: 0;
}
.news_li .news_time{
    width: 15%;
    background-color: #9b6525;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.news_time p{
    /* width: 100%; */
    margin: 0;
    color: #fff;
}
.time_Y{
    font-size: 24px;
    font-weight: bold;
}
.time_m_d{
    font-size: 20px;
    font-weight: bold;

}

.article-title{
    font-size: 24px;
    font-weight: bold;
}
/* news */

/* foot_logo */
.foot{
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);

}
.foot_logo{
    margin-top: 20px;
}
.foot_logo img{
    width: 100%;
}
.foot_logo a{
}
.foot_h4{
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.foot_description{
    border-right: 1px solid #eee;
    /* border-left: 1px solid #eee; */
}
.foot_h3{
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 0;
}
.lxly_foot p{
    font-size: 14px;
    margin-bottom: 0;
}
.tag_foot{
    display: flex;
    flex-direction: column;
}
.tag_box{
    /* flex: 1 1 auto; */
    height: 100%;
    overflow-x: auto;
    width: 100%;
    position: relative;
}
.tag_contant{
    position: absolute;
    width: 100%;
    height: 100%;
    /* position: relative; */
    /* height: 100%; */
}
.tag_contant a{
    height: 24px;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #9b6525;
    padding: 4px 6px;
    border-radius: 5px;
    margin: 5px 0;
    text-align: center;
    line-height: 16px;

}
.tag_box::-webkit-scrollbar{
    width: 0;
    height: 0;
}
/*  */

/*nav*/
.nav{
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.nav>div{
    display: flex;
    align-items: content;
    flex-direction: column;
    justify-content: center;
}
.breadcrumb-item::before{
    color: #fff !important;
}
.breadcrumb .breadcrumb-item a{
    color: #eee;
}
/*nav*/
.foot_phone {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #9b6525;
    height: 40px;
    z-index: 1000;
}
.foot_phone a{
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: block;
}
/* liucheng */
.liucheng_list{
    background: #fff;
    display: flex;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px 0;
    padding-left: 20px;
    overflow: hidden;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);
}
.liucheng_img{
    width: 30%;
    margin-right: 20px;
}
.liucheng_img img{
    width: 100%;
    border-radius: 5px;
}
.liucheng_txt{
    flex: 1;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
}
.liucheng_txt::after{
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    background: #9b6525;
    transform: rotate(45deg) translate(-45px);
}
.liucheng_txt h4{
    font-size: 22px;
    z-index: 2;
    position: relative;
}
.liucheng_txt h4 span{
    font-size: 30px;
    margin-right: 15px;
    font-weight: bolder;
    color: #000;
}
.liucheng_txt p{
    margin: 0;
}

/* list_right */
.list_right{
    /* background-color: #fff; */
    width: 100%;
    padding-left:15px ;
}
.list_right_title{
    padding: 10px 0;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.06), -2px -2px 4px 0 rgba(0, 0, 0, 0.06);

}
.list_right_title h4{

    margin-left: 10px;
    padding-left: 10px;
    border-left: 5px solid #9b6525;
    margin-bottom: 0;
    font-weight: bolder;
}

.col-flex{
    display: none;
}
.phone_btn_box{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: right;
}
.phone_btn_box i{
    font-size: 26px;
}

.article-content img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.article-content p{
    margin: 0;
    text-indent: 2em;
}
.foot_yqlj{
    text-wrap: nowrap;
}
.foot_yqlj_box{
    display: flex;
    margin-top: 20px;
}
.yqlj_swiper .swiper-slide{
    width: auto;
}

.map_txt_box{
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #9b6525;
    background: #9b6525;
    border-radius: 5px;
    margin-bottom: 20px;
}
.map_txt_box *{
    color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    color: #9b6525;
    background: rgba(255, 255, 255, 0.605);
    border-radius: 5px;
    padding: 30px 20px ;
}
.swiper-pagination span{
    background: #fff;
}
@media (max-width: 992px) {
    .foot_phone {
        display: block;
    }
    .nav{
        height: auto;
    }
    .head_top{
        display: none;
    }
    .head_ul{
        display: none;
    }
    .section_title h2::after{
        display: none;
    }
    .section_title h2::before{
        display: none;
    }
    .gmlc_box::after{
        display: none;
    }
    .gmlc_box:before{
        display: none;
    }
    .head_menu,.head{
        height: 55px;
    }
    .head_menu{
        height: 55px;
        position: fixed !important;
        top: 0;
        width: 100%;

    }
    .about_text{
        margin-right: 0;
    }
    .about_img{
        margin-left: 0;
    }
    .ljzx_left h4{
        margin-bottom: 20px;
    }
    .news_li a{
        flex-wrap: wrap;
    }
    .news_li .news_img{
        width: 100%;
        margin-bottom: 10px;
    }
    .news_li .news_txt{
        width: 80%;
    }
    .news_li .news_time{
        width: 20%;
    }
    .news_txt p{
        -webkit-line-clamp: 2;
    }
    .foot{
        display: none;
    }
    .swiper-button-next,.swiper-button-prev{
        display: none;
    }
    .liucheng_list{
        padding: 0;
        flex-wrap: wrap;
    }
    .liucheng_img{
        width: 100%;
        margin: 0;
        order: 1;
    }
    .liucheng_img img{
        border-radius: 0;
    }
    .col-flex {
        display: flex;
    }
    .news_txt h3{
        margin-bottom: 5px;
    }
    #mapDiv{
        min-height: 420px !important;
    }
    .list_right{
        display: none;
    }
}