@charset "utf-8";
.main{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: linear-gradient(to bottom, #fff9e5, #fff, #fff8e4);
}
.tt{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 90px;
    text-align: center;
}
.tt a{
    font-weight: bold;
    color: var(--themes_color);
    font-size: 36px;
}

.yw{
    width: 1300px;
    height: 878px;
    margin: 0 auto;
    margin-top: 100px;
}
.swiper_yw{
    width: 100%;
    height: 100%;
}
.swiper_yw .swiper-slide{
    display: block;
}
.swiper_yw .img_title_out_img{
    height: calc(100% - 50px);
}
.swiper_yw .img_title_out_text{
    height: 50px;
    background: var(--themes_color);
    margin-top: 0;
}
.swiper_yw .img_title_out_text p{
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 0;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: var(--themes_color);
}
.swiper-pagination{
    bottom: 60px !important;
    text-align: right;
}
.twoList{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 188px;
}
.twoList_item{
    width: 48%;
    height: auto;
    overflow: hidden;
    float: left;
}
.bgjd{
    float: right;
}
.towList_title{
    width: 100%;
    height: 70px;
}
.towList_title_img img{
    width: auto;
    height: 100%;
}
.twoList_lists{
    margin-top: 50px;
}
.twoList_lists a:hover{
    color: var(--themes_color);
}

.jujiao{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 100px;
}
.title{
    width: 100%;
    height: 110px;
    text-align: center;
}
.title_img{
    display: inline-block;
    height: 100%;
    width: auto;
}
.jujiao_main{
    width: 100%;
    height: 582px;
    overflow: hidden;
    margin-top: 60px;
}
.swiper_jujiao{
    width: 680px;  
    height: 100%;
    float: left;
}
.jujiao_lists{
    width: calc(100% - 680px);
    float: right;
    background: #fff8e3;
    padding: 40px 20px;
    box-sizing: border-box;
}
.jujiao_lists a{
    display: block;
    margin-bottom: 70px;
}
.jujiao_lists a:last-of-type{
    margin-bottom: 0;
}
.jujiao_lists a:hover{
    color: var(--themes_color);
}

.pljd{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 240px;
    padding-bottom: 600px;
    background: right bottom url(../../images/zt/zt_esjszqh/bg_bottom.png) no-repeat;
}
.gd_bot{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 60px;
}
.gd_bot_item{
    width: 406px;
    float: left;
    margin-right: 41px;
    height: 242px;
    border:1px solid #f2f2f2;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.gd_bot_item:nth-child(3n){
    margin-right: 0;
}
.gd_bot_item:nth-child(4),
.gd_bot_item:nth-child(5),
.gd_bot_item:nth-child(6){
    margin-bottom: 0;
}
.gd_bot span{
    display: block;
}
.gd_bot_item_bot{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0px 20px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    transition: all 0.5s 0.2s;
}
.gd_bot_item_title{
    font-size: 18px;
    font-weight: bold;
    transition: all 0.5s;
}
.gd_bot_item_des{
    color: #666;
    margin-top: 0.1rem;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.5s;
}
.gd_color{
    position: absolute;
    right: calc(-80%);
    bottom: calc(-99%);
    width: 100%;
    height: 100%;
    background: var(--themes_color);
    transition: all 0.5s;
    z-index: 1;
    opacity: 0.8;
}
.gd_bot_item:hover .gd_color{
    right: 0;
    bottom: 0;
}
.gd_bot_item:hover .gd_bot_name{
    padding-left: 0px;
    color: #fff;
}
.gd_bot_item:hover .gd_bot_name{
    padding-left: 0px;
    color: #fff;
}
.gd_bot_item:hover .gd_bot_item_bot{
    padding: 10px 20px;
}
.foot{
    margin-top: 0;
    background: #e50000;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
	.main{
        width: 100%;
        height: auto;
        overflow: hidden;
        background: linear-gradient(to bottom, #fff9e5, #fff, #fff8e4);
    }
    .tt{
        width: 6.8rem;
        margin-top: 1rem;
    }
    .tt a{
        font-size: 0.4rem;
    }

    .yw{
        width: 6.8rem;
        height: auto;
        overflow: hidden;
        margin-top: 1rem;
    }
    .swiper_yw{
        width: 100%;
        height: 5.33rem;
    }
    .swiper_yw .img_title_out_img{
        height: calc(100% - 1rem);
    }
    .swiper_yw .img_title_out_text{
        height: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .swiper_yw .img_title_out_text p{
        color: #fff;
        text-align: center;
        font-size: 0.3rem;
        line-height: 1.5em;
        margin-top: 0;
        display: block;
        text-align: left;
        padding: 0 0.2rem;
        box-sizing: border-box;
    }
    .swiper-pagination{
        bottom: 1.1rem !important;
        text-align: right;
    }

    .twoList{
        width: 6.8rem;
        margin-top: 1rem;
    }
    .twoList_item{
        width: 100%;
        float: none;
        margin-bottom: 0.4rem;
    }
    .bgjd{
        float: none;
    }
    .towList_title{
        width: 100%;
        height: 0.7rem;
    }
    .twoList_lists{
        margin-top: 0.5rem;
    }
    .twoList_lists a:hover{
        color: #333;
    }

    .jujiao{
        width: 6.8rem;
        margin-top: 1rem;
    }
    .title{
        width: 100%;
        height: 1.1rem;
    }
    .jujiao_main{
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 0.6rem;
    }
    .swiper_jujiao{
        width: 6.8rem;  
        height: 100%;
        float: none;
    }
    .swiper_jujiao .swiper-slide{
        height: 5.82rem;
    }
    .jujiao_lists{
        width: 100%;
        float: none;
        padding: 0.4rem;
    }
    .jujiao_lists a{
        display: block;
        margin-bottom: 0.4rem;
    }
    .jujiao_lists a:last-of-type{
        margin-bottom: 0;
    }
    .jujiao_lists a:hover{
        color: var(--themes_color);
    }
    .pljd{
        width: 100%;
        margin-top: 1rem;
        padding-bottom: 6rem;
        background: right bottom url(../../images/zt/zt_esjszqh/bg_bottom.png) no-repeat;
        background-size: 100% auto;
        padding: 0 0.2rem;
        padding-bottom: 3rem;
        box-sizing: border-box;
    }
    .gd_bot{
        width: 100%;
        margin-top: 0.6rem;
    }
    .gd_bot_item{
        width: 100%;
        float: none;
        margin-right: 0;
        height: auto;
        padding: 0.2rem;
        margin-bottom: 0.2rem;
        display: block;
        border-color: #ffdfa3;
        box-sizing: border-box;
    }
    .gd_bot_item:nth-of-type(2n){
        border-color: #f37171;
    }
    .gd_bot_item_bot{
        padding: 0;
        margin-top: 0.1rem;
        transition: none;
    }
    .gd_bot_item_title{
        font-size: 0.34rem;
        transition: none;
        margin-top: 0rem;
    }
    .gd_bot_item_des{
        margin-top: 0.05rem;
        -webkit-line-clamp: 2;
        transition: none;
        font-size: 0.3rem;
    }
    .gd_color{
        display: none !important;
    }
    .gd_bot_item:hover .gd_color{
        right: 0;
        bottom: 0;
    }
    .gd_bot_item:hover .gd_bot_name{
        padding-left: 0px;
        color: #fff;
    }
    .gd_bot_item:hover .gd_bot_name{
        padding-left: 0px;
        color: #fff;
    }
    .gd_bot_item:hover .gd_bot_item_bot{
        padding: 10px 20px;
    }
}
	