.diji-banner,
.index-slide {
    height: 350px;
}

.index-slide .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center;
    color: #fff;
    background-size: 100%;
}
.ysjj-txt{width:100%}
.ysjj-txt .tx{text-align:center}
.index-slide .ex-txt .tx {
    transform: translateY(200px);
    transition: opacity 0s, transform 0s;
    opacity: 0;

}

.index-slide .swiper-slide-active .ex-txt .tx {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .7s, transform .7s;
}

.index-slide .ex-txt {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translateX(-50%)
        /* width: 60%; */
}

.index-slide .ex-txt p {
    font-size: 53px;
    color: #fff;
    font-weight: 700;
    font-family: "Source Han Sans";
}

.index-slide .ex-txt span {
    display: block;
    font-size: 18px;
    margin-top: 15px;
}

.index-slide .jtsd-txt {
    width: 555px;
    text-align: right;
    right: 4%;
    left: auto;
    top: 10%;
    font-family: normal;
}

.index-slide .jtsd-txt p {
    font-size: 40px;
    margin-bottom: 40px;
}

.banner-prev,
.banner-next {
    padding: 20px 12px;
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    text-align: center;
    top: 40%;
    z-index:99
}


.banner-prev {
    left: 15px;
}

.banner-next {
    right: 22px;
}

.diji-zxdt {
    display: flex;
    align-items: center;
}

.zxdt-bigtitle {
    width: 100px;
    height: 65px;
    background: rgb(0, 85, 162);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 65px;
}

.zxdt-content {
    width: 1100px;
    height: 65px;
    border: 1px solid #eee;
    margin: 30px 0px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.zxdt-content ul {
    display: flex;
    align-items: center;
    height: 65px;
    width: 1050px;
    margin: 0 auto;
}

.zxdt-content ul li {
    display: flex;
    align-items: center;
}

.zxdt-title a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    font-family: 'Noto Sans CJK';
    height: 35px;
}

.zxdt-date {
    font-size: 12px;
    color: #999;
    margin-left: 8px;
}

.marquee-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
}

.marquee-item {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.news-list {
    display: none
}

.diji-news {
    display: flex;
    justify-content: space-between;
}

.news-left {
    width: 654px;
    height: 415px;
}

.news-pic {
    width: 654px;
    height: 415px;
    position: relative;
}

.news-pic img {
    width: 100%;
    height:auto;
}

.news-left-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    /*font*/
    font-family: Tahoma;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background: rgba(0, 0, 0, .2)
}

.news-left-title a {
    color: #FFF;
}

.news-prev,
.news-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 50px;
    z-index: 99;
    cursor: pointer;
}

.news-prev {
    left: 10px;
}

.news-next {
    right: 10px;
}

.news-left .swiper-pagination-bullet {
    width: 42px;
    height: 4px;
    /*-background-*/
    border-top: 1px rgba(0, 0, 0, 1) solid;
    background-color: transparent;
    /*-transition-*/
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    border-radius: 0;
    margin-right: 10px;
}



.news-left .swiper-pagination-bullet-active {
    width: 42px;
    height: 4px;
    /*-background-*/
    border-top: 4px rgba(0, 0, 0, 1) solid;
   
      
}

.news-right {
    width: 532px;
    height: 416px;
    border: 1px solid #eee;
}

.news-nav {
    display: flex;
    justify-content: space-between;
    height: 36px;
    align-items: center;
    background: #f5f7fa;
}

.news-nav li {
    width: 131px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-left: 1px solid #eee;
}

.news-nav li span {
    cursor: pointer;
    font-family: 'Noto Sans CJK';
    font-size: 16px;
    color: #666;
    font-weight: bold;
}

.news-nav li.on {
    background-color: rgb(0, 85, 162);
}

.news-nav li.on span {
    color: #fff;
}


.news-list {
    width: 475px;
    margin: 0 auto;
    margin-top: 15px;
}

.news-item {
    display: flex;
    height: 50px;
    border-bottom: 1px dotted #ccc;
    align-items: center
}

.news-item-title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*-font-*/

    width: 384px;
    padding-left: 17px;
    background: url(../images/news-icon.png) no-repeat left;
}

.news-item-title a {
    color: #666;
    font-size: 17px;
    font-family: Tahoma;
    font-weight: normal;
}

.news-item-date {
    padding: 0 5px 0 10px;
    margin: 0;
    /*-font-*/
    color: #BBB;
    font-size: 14px;
    font-family: Tahoma;
}

.diji-con {
    position: relative;
}

.diji-fd {
    width: 320px;
    position: absolute;
    left: -330px;
}

.diji-video {
    position: relative;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
    transition: all .1s;
}

.diji-video:hover .play-button {
    background-color: rgba(115, 133, 159, .5);
}

.gg-item {
    background-color: rgb(207, 226, 243);
    margin-top: 20px;
    height: 107px;
    padding: 5px;
}

.gg-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: Source Han Sans;
    color: #000;
    padding-bottom: 5px;
}

.gg-title a {
    color: #000;
}

.gg-sum {
    text-indent: 2em;
    font-size: 16px;
    line-height: 20px;
}

.gcyj-list {
    display: none;
    margin-left: -40px;
    overflow: hidden;
}

.diji-gcyj {
    background-color: rgb(244, 247, 251);
    margin-top: 22px;
    padding-bottom: 30px;
}

.diji-title {
    padding-top: 50px;
    display: flex;

}

.cn-title {
    font-family: Source Han Sans;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    height: 40px;
    line-height: 40px;
}

.en-title {
    margin-left: 10px;
    font-family: Trebuchet MS, Helvetica, sans-serif;

}

.en-title p {
    font-size: 16px;
    color: #aaa;
    line-height: 18px;
    margin-top: 3px;
}

.en-title span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgb(0, 85, 162);
}

.gcyj-nav {
    display: flex;
    justify-content: space-between;
    height: 35px;
    background: #fff;
    align-items: center;
    margin-top: 30px;
    border-right: 1px solid #eee;
    margin-bottom: 40px;
}

.gcyj-nav li {
    text-align: center;
    width: 109px;
    border-left: 1px solid #eee;
    height: 35px;
    line-height: 35px;
    font-family: 'Noto Sans CJK';
    font-size: 16px;
    color: #666;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s;
}

.gcyj-nav li:hover {
    color: rgb(0, 85, 162);
}

.gcyj-nav li.on {
    background: rgb(0, 85, 162);
    color: #fff;
}


.gcyj-item {
    padding: 0;
    width: 372px;
    min-width: 100px;
    margin: 0 0 40px 40px;
    overflow: hidden;
    display: inline-block;
    float: left;
    /*position*/
    position: relative;
    list-style: none;
    cursor: pointer;
}

.gcyj-item img {
    width: 372px;
    min-width: 100px;
    height: 280px;
    line-height: 280px;
    padding: 0;
    vertical-align: top;
    clear: both;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    transition: all .3s;
}

.gcyj-outer {
    padding: 0px 8px;
    position: absolute;
    top: 245px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    transition: top .1s;
}

.gcyj-title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.gcyj-title a {
    color: #fff;
    font-family: Tahoma;
    line-height: 34px;
    font-weight: bold;

}

.gcyj-sum {
    font-size: 12px;
    color: #fff;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Tahoma;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gcyj-item:hover .gcyj-outer {
    top: 0
}

.gcyj-item:hover .gcyj-outer .gcyj-title {
    margin-top: 100px;
}

.gcyj-item:hover img {
    transform: scale(1.1)
}

.diji-kjcx {
    padding-bottom: 60px;
}

.kjcx-nav {
    border: 1px solid #eee;
    width: 148px;
    border-bottom: none;
}

.kjcx-contain {
    display: flex;
    margin-top: 40px;
}

.kjcx-content {
    width: 1049px;
    border: 1px solid #eee;
    border-left: none;
    max-height: 694px;
    overflow: hidden;
}
.kjcx-content-item{
    display:none;
}


.kjcx-nav .kjcx-nav-item {
    width: 100%;
    height: 99px;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 99px;
    background: #f5f7fa;
    cursor: pointer
}



.kjcx-nav .kjcx-nav-item span {
    font-family: Tahoma;
    font-size: 17px;
    color: #666;
    font-weight: bold;
    transition: all .3s;
}

.kjcx-nav .kjcx-nav-item:hover span {
    color: #609ee9;
}


.kjcx-nav .on{
     background: #fff;
    border-right: 3px solid #609ee9;
    position:relative;
}

.kjcx-nav .on:after {
    display: block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #609ee9;
    right: 0px;
    top: 50%;
    margin-top: -4px;
}

.kjcx-nav .on span {
    color: #609ee9;
}

.xjs-con {
    overflow: hidden;
    padding: 10px 0px
}

.xjs-con li {
    /* margin */
    margin-left: 28px;
    /* margin-bottom: 28px; */
    /* display */
    display: inline-block;
    float: left;
    /* size */
    width: 460px;
    min-width: 100px;
    overflow: hidden;
    list-style: none;
}

.xjs-pic {
    width: 460px;
    min-width: 100px;
    height: 230px;
    /* padding */
    padding: 0;
    margin: 0;
    vertical-align: top;
    /* clear */
    clear: both;
    overflow: hidden;
}

.xjs-pic img {
    /* margin */
    padding: 0;
    margin: 0;
    /* size */
    width: 460px;
    min-width: 100px;
    height: 230px;
    /* border */
    border: none;
    object-fit: cover;
    /*-transition-*/
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    -ms-transition: transform .3s linear;
    transition: transform .3s linear;
}

.xjs-pic:hover img {
    /* transition */
    -webkit-transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.xjs-title {
    /* margin */
    margin: 0;
    padding: 0;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    /* font */
    font-size: 20px;
    color: #404040;
    text-align: left;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-family: Tahoma;
    line-height: 50px;
    transition: color 200ms linear;
}

.xjs-title:hover {
    /* font */
    color: #222;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

.xjs-sum {
    /* margin */
    margin: 0;
    padding: 0;
    /* font */
    font-size: 12px;
    color: #999;
    text-align: left;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-family: Tahoma;
    /* size */
    height: 48px;
    line-height: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.yjly-con,
.bzgf-con,
.zljs-con,
.kykt-con {
    padding: 40px 70px 0px 70px;

}

.zljs-list {
    position: relative;
    margin-bottom: 40px;
}

.yjly-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;

}

.yjly-inner p {
    line-height: 26px;
    font-size: 14px;
    color: #333;
}

.yjly-inner p img {
    display: inline-block;
    width:90%;
}

.yjly-prev,
.yjly-next,
.bzgf-prev,
.bzgf-next,
.zljs1-prev,
.zljs1-next,
.zljs2-prev,
.zljs2-next,
.rjzzq-prev,
.rjzzq-next,
.kykt-prev,
.kykt-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.yjly-prev,
.bzgf-prev,
.rjzzq-prev,
.kykt-prev {
    left: 40px;
}

.zljs1-prev,
.zljs2-prev {
    left: -40px;
}

.yjly-next,
.rjzzq-next,
.kykt-next {
    right: 40px;
}

.bzgf-next {
    right: 50px;
}

.zljs1-next,
.zljs2-next {
    right: -40px;
}

.bzgf-con ul li {
    margin-left: 14px;
    margin-bottom: 14px;
    position: relative;
    float: left;
    /* width: 215px; */
    height: 285px;
    text-align: center;
    cursor: auto;
}

.zljs-list ul li {
    position: relative;
    float: left;
    /* width: 215px; */
    height: 285px;
    text-align: center;
    cursor: auto;
}

.rjzzq-con {
    height: 650px;
    overflow: hidden;
    padding: 0px 70px;
    position: relative;
}

.bzgf-title {
    position: absolute;
    height: 34px;
    width: 100%;
    line-height: 34px;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-family: Tahoma;
    font-size: 14px;
}

.bzgf-con ul li img,
.zljs-list ul li img {
    width: 100%;
    height: 285px;
}

.bzgf-2 li:nth-child(1),.bzgf-2 li:nth-child(2),.bzgf-2 li:nth-child(3),.bzgf-2 li:nth-child(4),.bzgf-2 li:nth-child(5),.bzgf-2 li:nth-child(6),.bzgf-2 li:nth-child(7),.bzgf-2 li:nth-child(8){
   display:none;
}

.rjzzq-con .swiper-container,
.kykt-con .swiper-container {
    width: 80%;
    margin: 0 auto;
}

.rjzzq-con .swiper-container img {
    width: 760px;
   height:auto;
}

.kykt-con .swiper-container img {
    width: 100%;
   height:auto;
}

.zdsys-top {
    padding: 20px 40px 0px 40px;
}

.diji-box {
    position: fixed;
    right: 30px;
    bottom: 50px;
    background: url(../images/25723134.png) no-repeat center;
    width: 135px;
    height: 388px;
    z-index:99;
}

.diji-pic {
    width: 70px;
    margin-left: 32px;
}

.diji-pic img {
    width: 100%;
}

.diji-box ul {
    width: 108px;
    margin: 0 auto;
    margin-top: 48px;
}

.diji-box ul li {
    text-align: center;
    width: 109px;
    height: 39px;
    border: 1px dotted #3099dd;
    line-height: 36px;
    margin-top: 10px;
    border-radius: 8px;
    transition: all .3s;
}

.diji-box ul li:hover {
    background: #3099dd;
}

.diji-box ul li a {
    display: inline-block;
    /*-font-*/
    font-family: Tahoma;
    font-size: 14px;
    color: #FFF;
    font-weight: 400;
}

/*手机端样式*/

@media (max-width: 1024px) {
    .diji-banner,.diji-zxdt,.diji-box{
        display:none;
    }
    .news-prev, .news-next{
        display:none
    }

    .diji-news{
        display:block;
    }

    .diji-title{
        display:flex !important;
        padding-left:20px;
        margin-bottom:10px;
    }

    .cn-title{
        font-size:26px;
    }

    .en-title p{
        font-size:12px;
    }

    .news-pic,.news-left{
        width:100%;
        height: 275px;
    }
    
    .wid-1200{
        width:100%;
    }

    .news-right{
        margin-top:40px;
        width: 100%;
        height: auto;
    }

    .news-left .swiper-pagination-bullet{
        width:12px;
        height: 12px;
        border-radius:50%;
        border:none;
        background: rgba(0, 0, 0, 1);
    }

    .news-left .swiper-pagination{
        margin-top:10px;
        text-align:center;
        width:100%;
    }

    .news-left .swiper-pagination-bullet-active{
        opacity:0.7
    }

    .news-right-con{
        padding:0px 20px
    }

    .news-item-title{
        width:100%;
        padding-left:0px;
        background:none;
    }

    .news-item-title a{
        font-size:15px;
    }

    .news-nav li span{
        font-weight:100;
        font-size: 16px;
    }

    .news-nav{
        height:42px;
    }

    .news-nav li{
        height:42px;
        line-height:42px;
    }

    .gcyj-nav{
        flex-wrap:wrap;
        height:auto;
        justify-content:flex-start;
        background: none;
    }

    .gcyj-nav li{
        font-weight:300;
        width:25%;
        border-bottom:1px solid #eee;
        background:#fff;
        line-height:40px;
        height:40px;
    }

    .gcyj-nav li:last-child{
        border-right:1px solid #eee;
        width:25.4%
    }

    .gcyj-list{
        padding:0px 20px;
        margin-left:-12px
    }

    .gcyj-item{
        width: 46.5%;
        margin:0px 0px 12px 12px;
    }

    .gcyj-item img{
        height: 151px;
    }

    .gcyj-item:hover img{
        transform:scale(1);
    }

    .gcyj-outer{
        position:inherit;
        background: none;
        top: 0;
    }

    .gcyj-item:hover .gcyj-outer .gcyj-title{
        margin-top:0
    }

    .gcyj-sum{
        display:none;
    }

    .gcyj-title a{
        color:#444;
        font-weight:400;
        font-size:14px;
    }

    .kjcx-contain{
        display:block;
    }

    .kjcx-nav{
        display:flex;
        flex-wrap:wrap;
        width:100%;
    }
    .kjcx-nav .kjcx-nav-item{
        width:25%;
    }

   .kjcx-nav .kjcx-nav-item {
    text-align: center;
    width: 25%;
    border-left: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    font-family: 'Noto Sans CJK';
    font-size: 16px;
    color: #666;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s;
   }

  .kjcx-nav .on span{
      color:#fff;
  }

   .kjcx-nav .kjcx-nav-item.on {
        background: rgb(0, 85, 162);
        color: #fff;
    }

     .kjcx-nav .on{
         border-right:none
     }

    .kjcx-nav .on:after{
        display:none;
    }

    .kjcx-nav .kjcx-nav-item span{
        font-size:16px;
        font-weight:400;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .kjcx-nav .kjcx-nav-item:last-child{
        border-right:1px solid #eee;
    }

    .kjcx-nav .kjcx-nav-item:hover span{
        color:#fff;
    }
    .kjcx-content{
        width:100%;
       max-height: 800px;
    }
    .kjcx-content-item{
        padding:0px 20px;
    }
    .xjs-con{
        display:flex;
        flex-wrap:wrap;
        margin-left:-15px;
    }
    .xjs-con li{
        width:46%;
        margin-left:15px;
    }

    .xjs-pic{
        width:auto;
        height:110px;
    }

    .xjs-pic img{
        height: 110px;
        width: 100%;
        min-width: auto;
    }

    .xjs-title{
        line-height:30px;
        font-size:16px;
        font-weight:400;
        margin-bottom:10px;
    }

    .xjs-sum{
        display:none;
    }
    .yjly-con,
     .bzgf-con,
     .zljs-con,
     .kykt-con {
         padding: 20px 0px 0px 0px;

     }
    .yjly-title{
        font-size:18px;
    }

   .rjzzq-con{
        height:auto;
        padding: 0px;
    }
    .yjly-prev, .bzgf-prev, .rjzzq-prev, .kykt-prev{
        left:0
    }

    .yjly-next, .rjzzq-next, .kykt-next{
        right:0;
    }

  .rjzzq-con .swiper-container img{
        width:100%
    }
}