@charset "utf-8";
/* tips */
.tips {
    background: #fff;
    padding: 30px 0 10px 0;
}
.tips_title{
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: var(--color_theme);
    line-height: 1em;
}
.tips_main{
    width: 1300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
}
.tips_item{
    width: 33%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.tips_item::before{
    content: '';
    width: 10px;
    height: 10px;
    background: var(--color_theme);
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 8px;
}
/* tips end */

/* jxtj */
.jxlc{
    background: url(../images/bg_jxlc.jpg) no-repeat center top;
    background-attachment: fixed;
    padding: 20px 0;
}
.jxlv_main{
    width: 940px;
}
.column_title{
    text-align: center;
    color: #fff;
}
.column_title_title{
    font-size: 26px;
    font-weight: bold;
    line-height: 1em;
}
.column_line{
    width: 60px;
    height: 4px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    background: var(--color_theme);
}
.title_des{
    margin-top: 20px;
    text-indent: 2em;
    text-align: left;
}
.jxtj_lists{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.jxtj_list_img{
    width: 100%;
    height: 100%;
}
.jxtj_lists_wap{
    display: none;
}
.jxtj_lists_aside, .jxtj_lists_center{
    width: 300px;
}
.jxtj_list{
    height: 300px;
    border-radius: 0 40px 0 40px;
    overflow: hidden;
    border: 6px solid #fff;
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.jxtj_list_text{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    color: #fff; 
    padding: 20px;
    transition: height 0.3s;
}
.jxtj_price{
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
}
.jxtj_pathname{
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    margin-top: 10px;
}
.jxtj_des{
    margin-top: 10px;
    display: none;
}
.jxtj_btn, .jxtj_btn_center{
    width: 140px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 50%;
    bottom: -40px;
    background: var(--color_theme);
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
    display: block;
    border-radius: 20px;
    transition: bottom 0.3s;
}
.jxtj_btn:hover{
    opacity: 0.9;
}
.jxtj_lists_center .jxtj_list:first-of-type{
    height: 400px;
}
.jxtj_lists_center .jxtj_list:last-of-type{
    height: 200px;
}
.jxtj_lists_center .jxtj_list:last-of-type .jxtj_btn{
    left: initial;
    right: 10px;
}
.jxtj_list:hover .jxtj_list_text{
    height: 100% !important;
    background: rgba(0, 0, 0, 0.7);  
}
.jxtj_list:hover .jxtj_btn{
    bottom: 30px;
}
.jxtj_list:hover .jxtj_btn_center{
    bottom: 10px;
}
.jxtj_list:hover .jxtj_des{
    display: block;
}
/* jxtj end */

/* wmyj */
.wmyj{
    background: url(../images/bg_wmyj.jpg) no-repeat center top;
    background-attachment: fixed;
    padding: 20px 0;
}
.wmyj_main{
    width: 1120px;
}
.swiper_wnyj_big{
    height:400px;
    margin-top: 20px;
}
.swiper_wnyj_big .swiper_img{
    width: 628px;
    height: 100%;
    float: left;
}
.swiper_wnyj_big .swiper_text{
    width: calc(100% - 628px);
    height: 100%;
    float: left;
    background: #fff;
    padding: 20px 20px 60px 20px;
    position: relative;
    overflow: hidden;
}
.swiper_text_title{
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    text-indent: 0;
}
.swiper_text_des{
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 240px;
    overflow-y: auto;
    margin-top: 0;
}
.swiper_text_des p{
    margin-top: 10px;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.5em;
}
.swiper_text_btn{
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--color_theme);
    color: #fff;
    border-radius: 20px;
    position: absolute;
    right: 40px;
    bottom: 20px;
    display: block;
    padding: 0 20px;
}
.swiper_wnyj_small{
    height: 132px;
    margin-top: 20px;
}
.swiper_wnyj_small .swiper-slide{ 
    width: 208px;
    height: 100%;
}
.swiper_wnyj_small .swiper_text{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_wnyj_small .swiper_text p{
    color: #fff;
    text-align: center;
}
.my-swiper-slide-thumb-active .swiper_text{
    position: absolute;
}
/* wmyj end */

/* cwdb */
.cwdb{
    background: url(../images/bg_cwdb.jpg) no-repeat center top;
    background-attachment: fixed;
    padding: 20px 0;
}
.swiper_cwdb{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 70px;
    margin-top: 20px;
}
.swiper_cwdb .swiper-slide{
    width: 780px !important;
    height: auto;
    overflow: hidden; 
}
.swiper_cwdb .swiper_img{
    width: 100%;
    height: 496px;
    position: relative; 
    border: 10px solid #fff;
    overflow: hidden;
}
.swiper_cwdb .swiper_img p{
    position: absolute;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    left: 20px;
    bottom: 20px;
}
.swiper_cwdb_btn{
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: var(--color_theme);
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 0 20px;
}
.swiper_cwdb .swiper_text{
    width: 100%;
    height: 240px;
    background: #fff;
    padding: 10px 20px;
    text-indent: 2em;
    line-height: 1.5em;
    overflow-y: auto;
}
.swiper_cwdb .swiper_text p{
    margin-bottom: 10px;
}
.swiper_cwdb .swiper-pagination{
    font-size: 0;
    line-height: 1em;
    bottom: 30px;
}
.swiper_cwdb .swiper_btn{
    width: 64px;
    height: 16px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.swiper_cwdb .swiper_btn_prev{
    left: 44%;
    background: url(../images/prev1.png) no-repeat center;
}
.swiper_cwdb .swiper_btn_next{
    right: 44%;
    background: url(../images/next1.png) no-repeat center;
}
.swiper_cwdb .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.swiper_cwdb .swiper-pagination-bullet-active{
    background: var(--color_theme);
    opacity: 1;
}
/* cwdb end /