@charset "utf-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
dl,
dt,
dd {
    font-style: normal;
    margin: 0;
    padding: 0;
    border: 0;
}

div,
ul,
li {
    font-size: 0;
    list-style: none;
    ;
}

img {
    border: none;
    transition: all 0.6s;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.6s;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-weight: normal;
}

input,
textarea,
select {
    background: none;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

input[type=search]::-ms-clear {
    display: none;
}

input::-ms-clear {
    display: none;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
}

html,
body,
a {
    font: 16px/1.1 'Microsoft YaHei';
    color: #333;
}

body {
    background: #fff;
}

.banner {
    width: 100%;
    height: 100%;

}

.banner img {
    width: 100%;
    height: 100%;
}

.c {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.dhbg {
    width: 100%;
    height: 100%;
    background: url(dsj_navdbg_smw_20240827.jpg) no-repeat top;
    background-size: 100% 83px;
    padding-bottom: 10px;
}
.logo_tjlog{
    display: inline-block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    border-radius: 5px;
    width: 200px;
    top: 10px;
    left: 10px;
}
.logo_tjlog img{
    width: 100%;
    height: auto;
}
.logo {
    float: left;

    width: 30%;
    margin: 27px 2% 0 auto;
}

.logo a img {
    width: 100%;
    height: auto;
    display: block;

}

.menu {
    float: left;
    width: 68%;
    margin: 0 auto;

}

.menu li {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    width: 20%;
    transition: all 0.6s;
}

.menu li a {
    padding: 0 2%;
    line-height: 92px;
    font-size: 20px;
    color: #333;
}


#nav {
    position: relative;
}

#nav ul {
    position: relative;
}

#t_mall {
    position: absolute;
    width: 218px;
    height: 92px;
    background: url(dsj_navbg_smw_20240827.png) no-repeat center;
    background-size: 100% 100%;
}

h2 {
    display: block;
    text-align: center;
    margin: 30px auto;
}

h2 a img {
    width: auto;
    height: 81px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiperlbt .swiper-slide .pic {
    float: left;
    display: inline-block;
    width: 62%;
    height: 100%;
    overflow: hidden;
    padding: 18px 2%;
    position: relative;

}

.mySwiperlbt .swiper-slide .pic img {
    width: 100%;
    height: 500px;
}

.mySwiperlbt .swiper-slide .pic::before {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    display: inline-block;
    width: 33px;
    height: 337px;
    background: url(dsj_picl_smw_20240827.png) no-repeat center;
    background-size: 100% 100%;

}

.mySwiperlbt .swiper-slide .pic::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    display: inline-block;
    width: 30px;
    height: 120px;
    background: url(dsj_picr_smw_20240827.png) no-repeat center;
    background-size: 100% 100%;

}

.mySwiperlbt .swiper-slide .text {
    display: inline-block;

    width: 40%;
    position: absolute;
    left: 60%;
    top: 10%;
}

.mySwiperlbt .swiper-slide .text a {
    display: block;
    width: 79%;
    background: url(dsj_topnewbg_smw_20240827.png) no-repeat top;
    background-size: 100% 100%;
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 40px 10%;
}

.mySwiperlbt .swiper-slide .text span {
    padding: 0 10%;
    width: 60%;
    display: inline-block;
    line-height: 2rem;
    font-size: 1rem;
    color: #999;
    text-align: justify;
}

.mySwiperlbt .swiper-pagination-progressbar {
    width: 10% !important;
    position: absolute;
    bottom: 51px;
    right: 17%;
    top: initial !important;
    left: initial !important;
}

.mySwiperlbt .swiper-button-next,
.mySwiperlbt .swiper-button-prev {
    border: #ce3a2b 3px solid;
    color: #ce3a2b !important;
    border-radius: 50%;
    top: initial !important;
    bottom: 30px;
    padding: 0 9px;
}

.mySwiperlbt .swiper-button-prev {
    right: 28%;
    left: initial !important;
}

.mySwiperlbt .swiper-button-next {
    right: 13%;
    left: initial !important;
}

.mySwiperlbt .swiper-button-next:after,
.mySwiperlbt .swiper-button-prev:after {
    font-size: 18px !important;
    font-weight: bold;
    color: #ce3a2b !important;
}

:root {
    --swiper-theme-color: #f6c870 !important;
}

.xxlb {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.xxlb li {
    width: 46%;
    float: left;
    border-bottom: #efc78e 1px solid;
    background: url(dsj_libg_smw_20240827.png) no-repeat left;
    padding-left: 2%;
    margin: 0 1%;
}

.xxlb li a {
    font-size: 1rem;
    line-height: 3rem;
    color: #434343;
}

.xxlb li a:hover {
    color: #ce3a2b;
}

.xxlb_pic {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.xxlb_pic li {
    width: 43%;
    float: left;
    background-image: linear-gradient(to right, #f6f6f6, #fdfdfd);

    margin: 5px 1%;
    position: relative;
    padding: 12px 2%;
}

.xxlb_pic li::before {
    content: "";
    width: 5px;
    height: 80px;
    background: #cb2f1f;
    position: absolute;
    left: 0;
    top: 0;
}

.xxlb_pic li a {

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;

}

.xxlb_pic li a img {
    width: 30%;
    height: 150px;
    border-radius: 4px;
    margin-right: 1%;
}

.xxlb_pic li a p {
    display: block;
    font-size: 1.2rem;
    line-height: 2rem;
    color: #000;
    font-weight: bold;
}

.xxlb_pic li a span {
    display: block;
    font-size: 1rem;
    line-height: 2rem;
    color: #999;
    font-weight: normal;
}

.swiper-containerpic {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 0 100px 0;
}

.swiper-containerpic .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8) !important;
    opacity: 0.8;
}

.swiper-containerpic .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1.5) !important;
    z-index: 999999 !important;
    opacity: 1;
}

.swiper-containerpic .swiper-slide p {
    margin-top: 5px;
    color: #434343;
    background: #f6e8e1;
    font-size: 1rem;
    line-height: 3rem;
}

.swiper-containerpic .swiper-button-prev {
    background: url(dsj_lbl_smw_20240827.png) no-repeat;
    width: 50px;
    height: 72px;
    background-size: 100%;
}

.swiper-containerpic .swiper-button-next {
    background: url(dsj_lbr_smw_20240827.png) no-repeat;
    width: 50px;
    height: 72px;
    background-size: 100%;
}

.swiper-containerpic .swiper-button-prev::after {
    font-size: 0;
}

.swiper-containerpic .swiper-button-next::after {
    font-size: 0;
}

.spbg {
    background: url(dsj_spbg_smw_20240827.png) no-repeat 0 100px;

    background-size: 100% auto;
    min-height: 300px;
}

.w70 {
    width: 70%;
    margin: 0 auto;
    overflow: hidden;

}

.swiper-containersp {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px 0 100px 0;
}

.swiper-containersp .swiper-slide {
    background: none;
}

.swiper-containersp .swiper-slide a {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.swiper-containersp .swiper-slide a::after {
    content: '';
    background: #dfbd8d;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: -14px;
    z-index: -1;
    left: 0;

}

.swiper-containersp .swiper-slide p {
    width: 100%;
    position: absolute;
    margin-top: 1rem;
    color: #434343;
    font-size: 1rem;
    line-height: 1.5rem;
    left: 0;
}

.swiper-containersp .swiper-pagination {
    bottom: 30px;
}

.swiper-containersp .swiper-button-prev::after {
    font-size: 0;
}

.swiper-containersp .swiper-button-next::after {
    font-size: 0;
}


/*二级页*/
.dqwz{
    margin: 0 auto;
    width: 80%;
    background: #f5f5f5;
    padding: 10px 0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #666;
    text-align: right;overflow: hidden;
}
.dqwz a{
    color: #666;
}
.dqwz a:hover{
    color: #f00;
}
.dqwz span{
    color: #666;
}
.dqwz span a{
    color: #666;
}
.dqwz b{
    display: inline-block;
    float: left;
    margin-left: 5px;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: #f1f1f1 1px dashed;
    margin: 30px 0;
}
.zly_xx2{     overflow: hidden; width: 98%; height: auto; margin-bottom: 15px; padding-left: 15px; background: url(zly_xxbg20190425.png) 2px 10px no-repeat;}
.zly_xx2 a{ float: left; height: 20px; display: inline-block; width: 80%; overflow: hidden; color: #333; line-height: 24px; font-size: 16px; overflow: hidden;}
.zly_xx2 a:hover{ color: #3173a7;}
.zly_xx2 em{    float: right;
    font-weight: normal;
    font-size: 16px;
    color: #999;
    display: inline-block;
    font-style: normal;
    text-align: right;
    line-height: 24px;
    padding-right: 16px;}
    .tyj-fenye{text-align: center;
        margin: 30px 0 10px;}   
        .tyj-fenye{ text-align:center; margin:30px 0 10px;}
    .tyj-fenye span,.tyj-fenye a{ display:inline-block; padding:5px;text-align:center;  margin:0 2px; font-size:12px; }
    .tyj-fenye span.on{ background-color: #cf0b14;
        color: #fff;
        padding: 8px 10px;
        border-radius: 3px;}
    .tyj-fenye a{     border-radius: 3px;
        padding: 8px 10px;
        background-color: #eaeaea;
        color: #6a6a6a;}
    .tyj-fenye a:hover{ background-color:#cf0b14; color:#fff;}
    .tyj-fenye .page_s{     margin: 0 2px;
        display: inline-block;
        color: #9096a1;
        font-size: 16px;
        border: #dcdcdc 1px solid;
        border-radius: 3px;
        padding: 5px 10px;}
    .tyj-fenye a.page_s:hover{  border: #ddd 1px solid;}
    .tyj-fenye .page_x{     margin: 0 2px;
        display: inline-block;
        color: #9096a1;
        font-size: 16px;
        border: #dcdcdc 1px solid;
        border-radius: 3px;
        padding: 5px 10px;}
    .tyj-fenye a.page_x:hover{  border: #ddd 1px solid;}
    .tyj-fenye font{ font-size:16px; color:#797979;}
    .tyj-fenye input{ padding:5px ; text-align:center; box-sizing:border-box; margin:0 4px;}
    .tyj-fenye font input:first-child{ border:1px solid #ede8e6;}
    .tyj-fenye font input:first-child+input{ background:#ddd; cursor:pointer;}
    .tyj-fenye font input:first-child+input:hover{background-color:#cf0b14; color:#fff;} 
    .xq_bt{ font-size: 28px; line-height: 36px; color: #015293; text-align: center; margin: 40px 0; }
.xq_sj{border-top:#dcdcdc 1px dashed; width: 100%; line-height: 48px; margin: 0 auto; text-align: center; display: flex;}
.xq_sj span{ display: inline-flex; font-size: 16px; color: #999; margin: 0 auto;}
.xq_sj span a{font-size: 16px; color: #999; line-height: 48px;}
.xq_nr{ padding:60px; overflow: hidden; line-height: 36px; font-size: 16px; color: #333;}
.xq_zrbj{ color: #015293!important;}
.zly_foot{ margin-top: 30px; width: 100%; height: auto; border-top:#c13130 6px solid; padding-bottom: 20px; overflow: hidden;background: #fff; }
.zly_footc{ display:none}
.topc{max-width: 1300px; margin: 0 auto;}
.zly_footline{ width: 100%; height: auto;  color: #666; overflow: hidden; font-size: 16px;}
.zly_footline a{  line-height: 55px; color: #666; font-size: 16px;}
.zly_footline a:hover{color: #015293;}
.zly_txt{ line-height: 30px; width: 70%; float: left; font-size: 16px; color: #999;}
.zly_txt a{font-size: 16px; color: #999;}
.zly_txt a:hover{color: #015293;}
.zly_txttp{ width: 10%; height: auto; float: right; text-align: right;}
 
    @media screen and (max-width: 1080px) {
        #t_mall {
            display: none;
        }
    
        .c {
            width: 98%;
            margin: 0 1%;
        }
        .dqwz {
            width: 98%;
            margin: 0 1%;
        }
        .logo {
            display: none;
        }
    
        .menu {
            width: 100%;
        }
    
        .mySwiperlbt .swiper-slide .pic {
            width: 95%;
            margin: 0 1%;
        }
    
        .mySwiperlbt .swiper-slide .text {
            display: inline-block;
            width: 90%;
    
            left: 0;
            bottom: 0;
            top: initial;
            background: rgba(255, 255, 255, 0.9);
        }
    
        .mySwiperlbt .swiper-slide .text span {
            padding: 0 5%;
            width: 63%;
            float: left;
        }
    
        .xxlb li {
            width: 96%;
        }
    
        .xxlb_pic li {
            width: 96%;
        }
        .zly_xx2 a{
            width: 100%;
            height: auto;
        }
        .zly_xx2 em{float: left;}
        .xq_sj{display: inline-block; line-height: 1rem;}
.xq_sj span{display: inline-block;}
.xq_sj span a{display: inline-block; line-height: 1rem;}
.xq_nr{padding: 1%; width: 98%;}
.topc{max-width: 100%;
    margin: 0 auto;
    background: #fff;
    overflow: hidden; text-align: center;}
.zly_txt{width: 100%;}
.zly_txttp {
    width: auto;
    height: auto;
    float: none;
    display: inline-block;
    text-align: right;
    margin: 0 auto;
}
    }
    
    @media screen and (max-width: 768px) {
        .logo_tjlog{width: 100%;}
        .menu li {
            width: 33%;
        }
    
        .menu li a {
            line-height: 1rem;
            font-size: 1rem;
    
            display: inline-block;
            margin-top: 17px;
        }
    
        h2 a img {
            width: auto;
            height: 40px;
        }
    
        .mySwiperlbt .swiper-slide .pic img {
            width: 100%;
            height: 200px;
        }
    
        .mySwiperlbt .swiper-slide .text {
            position: initial;
        }
    
        .mySwiperlbt .swiper-slide .text a {
            font-size: 1.2rem;
            padding: 10px 10%;
        }
    
        .mySwiperlbt .swiper-slide .text span {
            padding: 0 5%;
            width: 90%;
            line-height: 1.5rem;
        }
    
        .mySwiperlbt .swiper-button-next {
            right: 6%;
            left: initial !important;
            bottom: 0;
        }
    
        .mySwiperlbt .swiper-button-prev {
            right: 28%;
            bottom: 0;
            left: initial !important;
        }
    
        .xxlb li {
            width: 94%;
            padding-left: 6%;
        }
    
        .xxlb li a {
            font-size: 1rem;
            line-height: 1.5rem;
        }
    
        .xxlb_pic li a img {
            height: auto;
        }
        .swiper-containerpic .swiper-button-prev{    top: 29%!important;}
        .swiper-containerpic .swiper-button-next{    top: 29%!important;}
        .swiper-containerpic .swiper-slide p {
           
            font-size: 1rem;
            line-height: 1.5rem;
        }
        .xxlb_pic{margin-top: 0;}
        .swiper-containerpic {
           
            background-position: 0 0;
        }
        .spbg {
            background-position:  0 0;}
            .swiper-containersp {
                
                padding: 0 0 50px 0;
            }
        h2{margin: 10px auto;}
    }