@charset "UTF-8";
a{
    transition: all 0.3s ease-out 0s;
}
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
.zjdt_content{
    padding-bottom: 30px;
}
.dt_banner img{
    display: block;
    width: 100%;
    outline: none;
}
.dt_col{
    text-align: center;
    margin: 30px 0;
}
.dt_col a{
    display: inline-block;
}
.dt_col img{
    width: 240px;
}
.dtgk_con .con_img{
    float: left;
    width: 560px;
    height: 320px;
    overflow: hidden;
}
.dtgk_con .con_img a{
    display: block;
}
.dtgk_con .con_img img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}
.dtgk_con .con_img a:hover img{
    transform: scale(1.1);
}
.dtgk_con .con_text{
    float: left;
    width: 610px;
    margin-left: 30px;
}
.dtgk_con .con_text p{
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: justify;
}
.dtgl_con .gl_left{
    float: left;
    width: 610px;
}
.dtgl_con .gl_left ul li{
    margin-top: 14px;
}
.dtgl_con .gl_left ul li:first-child{
    margin-top: 0!important;
}
.dtgl_con .gl_left ul li .gl_img{
    float: left;
    width: 246px;
    height: 122px;
    overflow: hidden;
    transition: all 0.3s linear;
}
.dtgl_con .gl_left ul li .gl_img a{
    display: block;
    width: 100%;
    height: 100%;
}
.dtgl_con .gl_left ul li .gl_img img{
    display: block;
    width: 100%;
    height: 100%;
 object-fit: cover;
}
/*.dtgl_con .gl_left ul li .gl_img a:hover img{
    transform: scale(1.1);
}*/
.dtgl_con .gl_left ul li .gl_text{
    float: left;
    width: 364px;
    height: 122px;
    background: #f1ece7;
    padding: 20px 28px 16px 28px;
    border-bottom: 1px solid #ebd6d2;
    transition: all 0.3s ease-out 0s;
}
.dtgl_con .gl_left ul li .gl_text .text_title a{
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #333;
    display: inline-block;
}
/*.dtgl_con .gl_left ul li .gl_text .text_title a:hover{
    letter-spacing: 4px;
}*/
.dtgl_con .gl_left ul li .gl_text .text_zy{
    font-size: 14px;
    line-height: 26px;
    color: #333;
    margin-top: 10px;
}
.dtgl_con .gl_left ul li:hover .gl_img{
    padding: 10px;
}
.dtgl_con .gl_left ul li:hover .gl_text{
    margin-left: -10px;
    background: #c13737;
}
.dtgl_con .gl_left ul li:hover .gl_text .text_title a,
.dtgl_con .gl_left ul li:hover .gl_text .text_zy{
    color: #fff!important;
}
.dtgl_con .gl_right{
    float: left;
    width: 560px;
    margin-left: 30px;
}
.dtgl_con .gl_right .right_sub:first-child{
    margin-bottom: 34px;
}
.dtgl_con .gl_right .right_sub .sub_title{
    float: left;
    width: 72px;
    height: 248px;
    text-align: center;
    padding-top: 64px;
}
.dtgl_con .gl_right .right_sub.zsyz .sub_title{
    background: #5b87a9;
}
.dtgl_con .gl_right .right_sub.lyms .sub_title{
    background: #bd7c48;
}
.dtgl_con .gl_right .right_sub .sub_title a{
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 6px;
    transition: all 0.3s linear;
    width: 24px;
}
/*.dtgl_con .gl_right .right_sub .sub_title a:hover{
    letter-spacing: 10px;
}*/
.dtgl_con .gl_right .right_sub .sub_main{
    float: left;
    width: 488px;
}
.sub_main{
    width: 488px;
    height: 248px;
    overflow: hidden;
    position: relative;
}
.sub_main .main_img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}
.sub_main:hover img{
    transform: scale(1.1);
}
.sub_main .main_list{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(91, 135, 169, 0.6);
    width: 100%;
    transform: translateX(-100%);
    transition: all 0.5s;
}
.lyms .sub_main .main_list{
    background: rgba(189, 124, 72, 0.6);
}
.sub_main .main_list ul{
    padding: 34px 30px;
}
.sub_main .main_list ul li{
    position: relative;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
}
.sub_main .main_list ul li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #fff;
}
.sub_main .main_list ul li a{
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.sub_main .main_list ul li a:hover{
    text-decoration: underline;
}
.sub_main:hover .main_list{
    width: 100%;
    transform: translateX(0);
}
.dtyx_con ul{
    width: 100%;
    height: 470px;
    overflow: hidden;
    transition: all .3s;
}
.dtyx_con ul li{
    position: relative;
    float: left;
    width: 197px;
    height: 470px;
    margin-left: 1px;
    transition: all .5s;
    overflow: hidden;
}
.dtyx_con ul li:first-child{
    margin-left: 0;
}
.dtyx_con ul li .yx_name{
    width: 197px;
    height: 470px;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 130px;
    text-align: center;
    opacity: 0.75;
    z-index: 999;
    transition: all .5s;
}
.dtyx_con ul li .yx_name a{
    font-size: 26px;
    font-weight: bold;
    color: #f8f3e5;
    letter-spacing: 12px;
    width: 28px;
    display: inline-block;
}
/*.dtyx_con ul li .yx_name a:hover{
    letter-spacing: 15px;
}*/
.dtyx_con ul li.yx_01 .yx_name{
    background: #c13737;
}
.dtyx_con ul li.yx_02 .yx_name{
    background: #de9118;
}
.dtyx_con ul li.yx_03 .yx_name{
    background: #9a2f09;
}
.dtyx_con ul li.yx_04 .yx_name{
    background: #774930;
}
.dtyx_con ul li .yx_img{
    width: 511px;
    height: 470px;
    overflow: hidden;
    position: absolute;
    left: -76%;
    top: 0;
    transition: all .5s;
}
.dtyx_con ul li .yx_img a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.dtyx_con ul li img{
    display: block;
    min-width: 100%;
    width: auto;
    max-height: 690px;
    min-height: 470px;
    transition: all 0.5s ease-out 0.2s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*.dtyx_con ul li .yx_img:hover img{
    transform: scale(1.1);
}*/
.dtyx_con ul li.active{
    width: 606px;
}
.dtyx_con ul li.active .yx_img{
    left: 95px!important;
}
.dtyx_con ul li.active .yx_name{
    width: 95px!important;
    opacity: 1!important;
}
/* ÐÂÐÞ¸Ä */
     .dtgl_con .gl_left ul li:hover .dtlist a{
        color: #ffffff;
    }
    .dtgl_con .gl_left ul li:hover .dtlist::before{
        background: #ffffff;
    }
     .dtgl_con .gl_left ul.dlist li.dtlist{
        margin-top: 0px !important;
    }
    .dtgl_con .gl_left ul.dlist li.dtlist:first-child{
        margin-top: 10px !important;
    }
    .dtlist a{
        font-size: 15px;
    line-height: 26px;
    color: #333;
    margin-top: 10px;
    }
    .dtlist::before{
        content: "";
        margin-top: 12px;
        width: 4px;
        height: 4px;
        background: #333;
        display: inline-block;
        float: left;
        margin-right: 5px;
    }