﻿.search {
    width: 200px;
    position: absolute;
    top: 28px;
    right: 0;
}

@font-face {
    font-family: 'bxweb';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff2') format('woff2'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#bxweb') format('svg');
}

.bxweb {
    font-family: "bxweb" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ckggggddd {
    display: block;
    width: 60%;
    height: 40px;
    background: #119cfd !important;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    margin: 5px auto;
}

    .ckggggddd:hover {
        color: #fff;
        opacity: 0.7;
    }

.search #keyword {
    width: 200px;
    height: 40px;
    border: 1px solid #d9d8d8;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
    color: #8e8e8e;
}

.gengduozy {
    display: inline-block !important;
    width: 100px !important;
    height: 30px !important;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
    color: #fff;
    background: #119cfd !important;
}

.divdiv {
    display: block !important;
    width: 100% !important;
}

.gengduozy:hover {
    color: #fff;
    background: #60bdfe !important;
}

.search i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #3daefd;
    font-size: 20px;
}

.select a {
    height: 30px !important;
}

.pull-right > .dropdown-menu {
    height: 90px !important;
    overflow-y: scroll !important;
}

.footer {
    height: auto;
    background: #119cfd;
    padding-top: 25px;
    padding-bottom: 25px;
}

.tqlj {
    padding-bottom: 20px;
    border-bottom: 1px dashed #2ea8fd;
    text-align:center;
}

    .tqlj h2 {
        /*float: left;*/
        display:inline-block;
        font-size: 16px;
        color: #a1d1fd;
        line-height: 30px;
    }

    .tqlj ul {
        /*float: left;*/
        display:inline-block;
    }

        .tqlj ul li {
            margin-right: 40px;
            display: inline-block;
        }

            .tqlj ul li a {
                font-size: 16px;
                line-height: 30px;
                color: rgba(255,255,255,0.5);
            }
/*.footer .zb {
        float: left;
    }*/
video::-webkit-media-controls-mute-button {
    display: none !important;
}

.bx-popup-nr {
    box-shadow: 0 0 5px 2px #ccc;
}

.footer .zb p:nth-child(1) {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    text-align: center;
}

.footer .zb p:nth-child(2) {
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    text-align: center;
}

.footer .zb p a {
    color: rgba(255,255,255,0.5);
}

.footer .zb p span {
    margin-right: 20px;
}

.footer .youb {
    float: right;
}

    .footer .youb p:nth-child(1) {
        font-size: 14px;
        color: #abdbfd;
    }

    .footer .youb p:nth-child(2) {
        font-size: 18px;
        color: #fff;
    }

.xinwen {
    padding-top: 30px;
}

    .xinwen .biaoti {
        padding-bottom: 25px;
    }

    .xinwen .zuobian {
        padding-left: 60px;
    }

        .xinwen .zuobian .coldd ul li {
            height: 50px;
            line-height: 50px;
            padding-left: 18px;
            position: relative;
        }

            .xinwen .zuobian .coldd ul li::after {
                content: '';
                position: absolute;
                width: 5px;
                height: 5px;
                background: #119cfd;
                border-radius: 50%;
                top: 50%;
                left: 0;
                margin-top: -2.5px;
            }

            .xinwen .zuobian .coldd ul li:hover span {
                color: #119cfd;
            }

            .xinwen .zuobian .coldd ul li span {
                font-size: 16px;
                color: #333;
                display: inline-block;
                width: calc(100% - 100px);
            }

            .xinwen .zuobian .coldd ul li i {
                float: right;
                font-size: 14px;
                color: #999999;
                font-style: normal;
            }

    .xinwen .biaoti span {
        display: inline-block;
        width: 90px;
        height: 40px;
        background: #119cfd;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
    }

.divanniu .webdiyerCss input, .divanniu .webdiyerCss a, .divanniu .webdiyerCss a:link {
    color: #fff;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #119cfd;
    border-radius: 40px;
}

    .divanniu .webdiyerCss a, .divanniu .webdiyerCss a:link, .divanniu .webdiyerCss .redcss { /*float:left;*/
        font-size: 14px;
        line-height: 40px;
        margin: 0 3px;
        display: inline-block;
        width: 150px;
        height: 40px;
        border-radius: 40px;
    }

.coldd {
    height: 300px;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
/*.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;
    }*/
.coldd {
    overflow: hidden;
}

    .coldd .swiper-wrapper {
        padding-right: 20px;
    }

    .coldd h2 {
        font-size: 20px;
        color: #119cfd;
        margin-bottom: 20px;
    }

    .coldd .swiper-slide {
        padding-right: 20px;
    }

    .coldd h2 span:nth-child(1) {
        font-weight: 700;
    }

    .coldd h2 span:nth-child(2) {
        font-size: 14px;
        color: #999999;
    }

    .coldd p {
        font-size: 14px;
        color: #666666;
        line-height: 25px;
    }

    .coldd .swiper-container-vertical > .swiper-pagination-bullets {
        right: 10px;
        top: 50%;
        -webkit-transform: translate3d(0px, -50%, 0);
        transform: translate3d(0px, -50%, 0);
    }

    .coldd .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        display: inline-block;
        border-radius: 100%;
        background: rgba(255,255,255,0.2) !important;
        border: 1px solid #119cfd;
    }

    .coldd .swiper-pagination-bullet-active {
        opacity: 1 !important;
        background: #007aff !important;
    }
.footer8 {
position:relative;
}
.guanzhu {
    /*display: none;*/
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #a1d1fd;
}
    .guanzhu img{
        margin-left:20px;
    }
    .guanzhu .img2 {
        position: absolute;
        left: 50%;
        top: -110px;
        width: 100px;
        display: none;
        background: #fff;
        z-index: 99;
    }

video {
    height: 310px !important;
    max-width: 100%;
}

.select {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666666;
    border: none;
    background: url(../img/654+65.png) 5px center no-repeat #eeeeef;
    padding-left: 30px;
}

    .select a {
        display: block;
        width: 100%;
        height: 40px;
    }

.dropdown-toggle {
    background: none !important;
    box-shadow: none !important;
    height: 100%;
}

.h3123 {
    font-size: 24px;
    color: #119cfd;
}

.banner {
    position: relative;
}
.imgbanner {
opacity:0;

}
.banner .swiper-button-next:after, .banner .swiper-container-rtl .swiper-button-prev:after {
    content: 'none' !important;
    display:none !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'none' !important;
    display: none !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right:5% !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
left:5% !important;
}

.h178 {
    position: static;
    bottom: 0px;
    left: 0;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 178px;
}

    .h178 ul li {
        width: 17.5%;
        float: left;
        height: 178px;
    }

        .h178 ul li:nth-child(1) {
            background: url(../img/1.png);
        }

        .h178 ul li:nth-child(2) {
            background: url(../img/2.png);
            width: 28.5%;
        }

        .h178 ul li:nth-child(3) {
            background: url(../img/3.png);
        }

        .h178 ul li:nth-child(4) {
            background: url(../img/4.png);
        }

        .h178 ul li:nth-child(5) {
            background: url(../img/5.png);
        }

        .h178 ul li a {
            display: block;
            width: 100%;
            height: 100%;
        }

.zhuyinzuobian,
.zhuyinyoubian {
    float: left;
}

.zhuyinzuobian {
    margin: 0 100px;
}

.wenhuayou .bx-news-tow ul li .tet {
    padding-left: 140px;
}

.wenhuayou .bx-news-tow ul li .pic {
    width: 120px;
    height: 120px;
    float: left;
}

.wenhuayou .bx-news-tow ul li .tet h3 {
    font-size: 18px;
    color: #333;
    margin: 5px 0 0px;
    font-weight: initial;
}

.wenhuayou .bx-news-tow ul li .tet p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    text-align: justify;
}

.wenhuayou .bx-news-tow ul li .tet span {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    display: block;
}

.bx-ContactUs ul {
    overflow: hidden;
}

    .bx-ContactUs ul li {
        padding: 0px !important;
        text-align: left !important;
    }

        .bx-ContactUs ul li span {
            font-size: 16px;
            color: #666666 !important;
            display: inline-block !important;
            padding: 10px 0;
            font-weight: 600;
        }

.dierzhangtu {
    display: none;
    width: 100%;
    height: 140px;
    background: url(../img/65465.png)no-repeat center right;
    padding-top: 30px;
}

.bx-mb-nav p {
    font-size: 14px !important;
    color: #666;
}

.wenhuazuo {
    float: left;
    width: 40%;
    padding: 50px 35px 0 25px;
}

.wenhuayou {
    padding: 50px 35px 0 25px;
    float: right;
    width: 100%;
    border-left: 1px solid #fbfbfb;
}

.zhuyinzhidu ul li a {
    display: block;
    width: 90%;
    margin: 0 auto;
}

    .zhuyinzhidu ul li a .img {
        width: 100%;
        overflow: hidden;
    }

        .zhuyinzhidu ul li a .img img {
            width: 100%;
            height: 100%;
        }

    .zhuyinzhidu ul li a p {
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
        color: #119cfd;
    }

.zhuyindangjian {
    width: 60%;
}

#div-k {
    min-height: 500px;
}

.bx-mb-nav .pull-right a {
    display: inline-block;
    line-height: 80px;
    border-bottom: 2px solid #fff;
    margin-left: 35px;
}


    .bx-mb-nav .pull-right a:hover {
        border-bottom: 2px solid #60bdfe;
        color: #60bdfe;
    }

.focus1 {
    border-bottom: 2px solid #60bdfe !important;
    color: #60bdfe !important;
}

.bx-mb-nav p .bxweb {
    margin-right: 8px;
}

.zoujinzhuyin {
    border-top: 1px solid #f9f9f9;
    background: #f8f8f8;
    padding-top: 0px;
}

    .zoujinzhuyin .wenhuazuo {
        float: left;
        width: 40%;
        padding: 50px 15px 0 25px;
    }

.zoujinzhuyin1 {
    background: #f8f8f8;
    position: relative;
    padding-bottom: 100px;
}

.yitiaoxian {
    width: 100%;
    height: 5px;
    background: #e6e5e5;
    position: absolute;
    top: 110px;
    z-index: 0;
}

.zenmg {
    padding: 0 10px;
    padding-top: 55px;
}

    .zenmg img {
        margin-bottom: 30px;
        margin-left: 15px;
    }

    .zenmg .fzlc2 {
        position: relative;
        width: 100%;
        height: auto;
    }

.zoujinzhuyin1 .container {
    position: relative;
    z-index: 2;
}

.zenmg .fzlc2 h2 {
    font-size: 36px;
    color: #119cfd;
    padding-top: 30px;
    padding-bottom: 30px;
}

.zenmg .fzlc2 p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.zzjg2 {
    padding-top: 50px;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 26px !important;
    width: 26px !important;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 110px !important;
    margin-top: -13px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev {
    left: 0px !important;
    background: url(../img/zuojiantoufz.png) no-repeat center !important;
    background-size: 100%;
}

.slick-next {
    right: 0px !important;
    background: url(../img/youjiantoufz.png) no-repeat center !important;
    ;
    background-size: 100%;
}

.nianxiala, .yuexiala {
    width: 150px;
    height: 40px;
    display: inline-block;
    margin: 30px 10px;
    border: 1px solid #999;
}

.nianxiala1 {
    display: inline-block;
    margin: 30px 10px;
    font-size: 16px;
    font-size: 36px;
    color: #119cfd;
}

.nianxiala select, .yuexiala select {
    border: none;
    width: 100%;
    height: 100%;
    outline: none;
    padding-left: 20px;
    position: relative;
}

.hzhb {
    min-height: 500px;
    text-align: center;
}

    .hzhb ul li {
        width: 207px;
        height: 232px;
        background: url(../img/h2.png) no-repeat;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        text-align: center;
        margin: 0 10px;
    }

        .hzhb ul li a {
            display: block;
            vertical-align: middle;
            padding-top: 50px;
        }

            .hzhb ul li a img {
                display: block;
                vertical-align: middle;
                margin: 0 auto;
                width: 160px;
                height: 130px;
            }

.nianxiala select::after,
.yuexiala select::after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(../img/dayanjing.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 41%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
}

.nianxiala option {
    width: 100%;
    height: 40px;
}

.rongyuqiangzuo {
    width: 25%;
    float: left;
    padding-top: 50px;
}

    .rongyuqiangzuo h2 {
        font-size: 24px;
        color: #119cfd;
        margin-bottom: 30px;
    }

    .rongyuqiangzuo p {
        font-size: 14px;
        color: #666;
        line-height: 25px;
    }

.rongyuqiangyou {
    padding-top: 50px;
    width: 75%;
    float: left;
    padding-left: 25px;
}

.rongyuqiangyou1 {
    position: relative;
}

.ryqul1 li {
    top: 55px;
}

    .ryqul1 li:nth-child(1) {
        position: absolute;
        font-size: 16px;
        left: 205px;
        color: #fff;
    }

    .ryqul1 li:nth-child(2) {
        position: absolute;
        font-size: 16px;
        left: 335px;
        color: #fff;
    }

    .ryqul1 li:nth-child(3) {
        position: absolute;
        font-size: 16px;
        left: 465px;
        color: #fff;
    }

    .ryqul1 li:nth-child(4) {
        position: absolute;
        font-size: 16px;
        left: 595px;
        color: #fff;
    }

    .ryqul1 li:nth-child(5) {
        position: absolute;
        font-size: 16px;
        left: 725px;
        color: #fff;
    }

.ryqul2 li {
    display: inline-block;
    position: absolute;
    width: 120px;
    padding: 10px;
    background: #119cfd;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    min-height: 120px;
    top: 125px;
}

    .ryqul2 li:nth-child(1) {
        left: 205px;
    }

    .ryqul2 li:nth-child(2) {
        left: 335px;
    }

    .ryqul2 li:nth-child(3) {
        left: 465px;
    }

    .ryqul2 li:nth-child(4) {
        left: 595px;
    }

    .ryqul2 li:nth-child(5) {
        left: 725px;
    }

.ryqul2 .slick-prev, .ryqul2 .slick-next {
    position: absolute;
    display: block;
    height: 26px !important;
    width: 26px !important;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 60px !important;
    margin-top: -13px;
    padding: 0;
    border: none;
    outline: none;
}

.ryqul2 .single-item1 {
    display: none;
}

.ryqul2 li:nth-child(5) .single-item1 {
    display: block;
}

.ryqul2 h3 {
    display: none;
}

.rongyuqiangyou h3 {
    display: none;
}

.zydsj {
    width: 100%;
    height: 695px;
    background: url(../img/dsj.png)no-repeat center bottom;
}

.zydsj {
    padding-top: 55px;
}

    .zydsj .title h3 {
        font-size: 48px;
        color: #a8a8a8;
    }

    .zydsj .title p {
        font-size: 18px;
        color: rgba(255,255,255,0.7);
    }

.xiamainde {
    position: relative;
}

    .xiamainde .dsjul1 {
        position: absolute;
        width: 90px;
        height: 240px;
        top: 0;
        left: 0px;
        background: url(../img/dsjbg1.png)no-repeat 15px center;
        padding-left: 15px;
        padding-top: 30px;
        overflow-y: scroll;
    }

        .xiamainde .dsjul1::-webkit-scrollbar {
            display: none;
        }

        .xiamainde .dsjul1 li {
            height: 24%;
            position: relative;
            padding-left: 20px;
        }

            .xiamainde .dsjul1 li a {
                display: block;
                font-size: 16px;
                color: rgba(255,255,255,0.7);
            }

            .xiamainde .dsjul1 li::after {
                content: '';
                width: 20px;
                height: 20px;
                border-radius: 50%;
                border: 4px solid #bbab9c;
                position: absolute;
                top: 2px;
                left: -7.5px;
                background: #fff;
            }

            .xiamainde .dsjul1 li:hover::after {
                border: 4px solid #ffffff;
                background: #119cfd;
            }

.youbiandelungoba img {
    padding-left: 130px;
}

.youbiandelungoba .dsjul3 li h3 {
    font-size: 16px;
    color: #fff;
}

.youbiandelungoba .dsjul3 li p {
    font-size: 16px;
    color: #666;
    width: 300px;
    height: 75px;
}

.youbiandelungoba .dsjul3 li:nth-child(1) h3 {
    position: absolute;
    top: 510px;
    left: 110px;
}

.youbiandelungoba .dsjul3 li:nth-child(1) p {
    position: absolute;
    top: 380px;
    left: 90px;
}

.youbiandelungoba .dsjul3 li:nth-child(1) h3::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: -33px;
    left: 7px;
}



.youbiandelungoba .dsjul3 li:nth-child(2) h3 {
    position: absolute;
    top: 400px;
    left: 410px;
}

.youbiandelungoba .dsjul3 li:nth-child(2) p {
    position: absolute;
    top: 460px;
    left: 390px;
}

.youbiandelungoba .dsjul3 li:nth-child(2) h3::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: 31px;
    left: 7px;
}

.youbiandelungoba .dsjul3 li:nth-child(3) h3 {
    position: absolute;
    top: 360px;
    left: 606px;
}

.youbiandelungoba .dsjul3 li:nth-child(3) p {
    position: absolute;
    top: 240px;
    left: 360px;
    text-align: right;
}

.youbiandelungoba .dsjul3 li:nth-child(3) h3::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: -33px;
    left: 7px;
}

.youbiandelungoba .dsjul3 li:nth-child(4) h3 {
    position: absolute;
    top: 180px;
    left: 720px;
}

.youbiandelungoba .dsjul3 li:nth-child(4) p {
    position: absolute;
    top: 210px;
    left: 770px;
}

.youbiandelungoba .dsjul3 li:nth-child(4) h3::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: 23px;
    left: 29px;
}

.youbiandelungoba .dsjul3 li:nth-child(5) h3 {
    position: absolute;
    top: 0px;
    left: 840px;
}

.youbiandelungoba .dsjul3 li:nth-child(5) p {
    position: absolute;
    top: 30px;
    left: 900px;
}

.youbiandelungoba .dsjul3 li:nth-child(5) h3::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: -3px;
    left: 60px;
}

.b_1 {
    display: none;
}

.xiamainde .dsjul1 .cur::after {
    border: 4px solid #ffffff;
    background: #119cfd;
}

.news {
    min-height: 500px;
    border-top: 1px solid #f6f5f5;
}

    .news .newszuo {
        float: left;
        width: 75%;
        border-right: 1px solid #f6f5f5;
    }

    .news .newsyou {
        float: right;
        width: 25%;
        height: 480px;
        background: url(../img/xwbg.png) no-repeat 203px center;
        padding-left: 200px;
        overflow-y: scroll;
    }

    .news .newsyou2 {
        padding-left: 0px;
        background: url(../img/xwbg.png) no-repeat 15px center;
    }

    .news .newsyou::-webkit-scrollbar {
        display: none;
    }

.xinwenremen .xinwenimg {
    float: right;
}

    .xinwenremen .xinwenimg img {
        margin: 0 100px;
        display: inline-block;
    }

.zoujinzhuyin9 .zjzy1 .ul li {
    position: static;
    padding: 5px;
}

    .zoujinzhuyin9 .zjzy1 .ul li h2 {
        position: static;
        font-size: 24px !important;
        color: #333 !important;
    }

    .zoujinzhuyin9 .zjzy1 .ul li p {
        width: 100%;
        font-size: 16px;
        color: #666666;
        padding-top: 10px;
    }

.remenxinw {
    float: left;
    height: 235px;
}

    .remenxinw h3 {
        font-size: 26px;
        color: #119cfd;
    }

    .remenxinw h2 {
        font-size: 18px;
        color: #333;
        font-weight: 600;
        margin: 15px 0;
    }

    .remenxinw p {
        font-size: 14px;
        color: #999999;
    }

.dayanjing {
    width: 100%;
    height: 50px;
    background: #e4e4e4;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    margin-top: 15px;
}

    .dayanjing img {
        line-height: 50px;
        vertical-align: middle;
    }

    .dayanjing:hover {
        background: #119cfd;
    }

    .dayanjing .dimg2 {
        display: none;
    }

    .dayanjing:hover .dimg2 {
        display: inline-block;
        line-height: 50px;
        vertical-align: middle;
    }

    .dayanjing:hover .dimg1 {
        display: none;
    }

.bx-news-date ul li .date p {
    color: #119cfd;
}

.bx-news-date ul li:hover .date {
    background-color: #e4e4e4 !important;
    color: #666666 !important;
}

    .bx-news-date ul li:hover .date p {
        color: #119cfd;
    }

.bx-news-date ul li .tet h3 {
    font-size: 16px !important;
    color: #333;
    margin: 10px 0 10px;
    font-weight: 600 !important;
}

.bx-news-date ul li:hover .tet h3 {
    color: #333 !important;
}

.bx-news-date ul li .tet p {
    font-size: 14px;
    color: #999 !important;
    margin-top: 0px;
}

.bx-news-date ul li:hover {
    background: #e4e4e4 !important;
}

.bx-news-date ul li a {
    display: block;
}

.bx-news-date ul li {
    padding: 20px 0 !important;
    border-bottom: solid 1px #ececec;
    margin-top: 0px !important;
    margin-right: 15px !important;
}

    .bx-news-date ul li .tet h3 span {
        font-size: 14px;
        color: #999999;
        float: right;
    }

.news {
    padding-top: 55px;
    padding-bottom: 15px;
}

    .news .newsyou .ul {
        padding-top: 35px;
    }

        .news .newsyou .ul .ulli a {
            font-size: 18px;
            color: #333333;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 30px;
        }

        .news .newsyou .ul .ulli li a {
            color: #666666;
            font-size: 16px;
            margin-bottom: 20px;
        }

        .news .newsyou .ul .ulli {
            padding-left: 50px;
            min-height: 50px;
            position: relative;
        }

            .news .newsyou .ul .ulli::after {
                content: '';
                position: absolute;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #e0dfdf;
                top: 10px;
                left: 30px;
            }

            .news .newsyou .ul .ulli:hover::after {
                background: #41b0fd;
            }

            .news .newsyou .ul .ulli:hover a {
                color: #41b0fd;
            }

            .news .newsyou .ul .ulli:hover li a {
                color: #666666;
            }

            .news .newsyou .ul .ulli ol li:hover a {
                color: #41b0fd;
            }

            .news .newsyou .ul .ulli ol li {
                position: relative;
            }

                .news .newsyou .ul .ulli ol li:hover::after {
                    content: '';
                    position: absolute;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background: #41b0fd;
                    top: 7px;
                    left: -17px;
                }


/*新闻详情页*/
.shijianxqxw {
    font-size: 18px;
    color: #119cfd;
    margin-bottom: 50px;
}

.xwxqh3 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

.xwxqh4 {
    font-size: 14px;
    color: #666666;
    padding-left: 150px;
}

.xqxinwen p {
    font-size: 14px;
    color: #666;
    margin-top: 30px;
}

.xqxinwen img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.zp {
    border-top: 1px solid #f8f8f8;
    min-height: 500px;
    padding-top: 55px;
}

    .zp h2 {
        height: 40px;
    }

        .zp h2 span:nth-child(1) {
            font-size: 30px;
            color: #333333;
        }

        .zp h2 span:nth-child(2) {
            display: inline-block;
            width: 400px;
            height: 40px;
            border: 1px solid #dddddd;
        }

            .zp h2 span:nth-child(2) img {
                vertical-align: middle;
                cursor: pointer;
                margin-left: 10%;
            }

            .zp h2 span:nth-child(2) input {
                outline: none;
                border: none;
                width: 80%;
                height: 100%;
                padding: 0 20px;
                font-size: 12px;
                color: #999999;
            }

    .zp .zpp {
        margin: 10px 0;
        line-height: 28px;
    }

        .zp .zpp span {
            display: inline-block;
            padding: 5px 10px;
            font-size: 14px;
            color: #666666;
            cursor: pointer;
            border: 1px solid rgba(0,0,0,0);
            border-radius: 10px;
        }

            .zp .zpp span:nth-child(1) {
                width: 150px;
                text-align: right;
                display: inline-block;
                font-size: 16px;
                color: #333333;
                border: 1px solid rgba(0,0,0,0);
            }

            .zp .zpp span:nth-child(2) {
                border: 1px solid #ff2d2d;
                font-size: 16px;
                color: #ff2d2d;
                border-radius: 10px;
            }

            .zp .zpp span:hover {
                border: 1px solid #ff2d2d;
                color: #ff2d2d;
                border-radius: 10px;
            }

            .zp .zpp span:nth-child(1):hover {
                color: #333333;
                border: 1px solid rgba(0,0,0,0);
            }

    .zp .ul li {
        width: 100%;
        height: 455px;
        border: 1px solid #d7eeff;
        border-radius: 20px;
        padding: 32px;
        margin-bottom: 30px;
        overflow: hidden;
        position: relative;
    }

        .zp .ul li h3 {
            font-size: 18px;
            color: #333333;
        }

            .zp .ul li h3 span {
                float: right;
                display: inline-block;
                width: 100px;
                height: 30px;
                background: #119cfd;
                text-align: center;
                line-height: 30px;
                color: #fff;
                cursor: pointer;
            }

        .zp .ul li p {
            margin-top: 20px;
            color: #666666;
            font-size: 16px;
        }

        .zp .ul li a {
            display: block;
            width: 80px;
            height: 30px;
            border: 1px solid #f2f2f2;
            margin: 0 auto;
            bottom: 10px;
            position: absolute;
            bottom: 40px;
            left: 50%;
            margin-left: -40px;
            text-align: center;
            line-height: 30px;
        }

.qszy {
    min-height: 500px;
}

    .qszy .h178 {
        position: static;
        bottom: 0px;
        left: 0;
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 435px;
    }

.qszy1 {
    min-height: 500px;
    padding-top: 50px;
}

    .qszy1 .slick-prev, .qszy1 .slick-next {
        position: absolute;
        display: block;
        height: 25px;
        width: 25px;
        line-height: 0;
        font-size: 0;
        cursor: pointer;
        background: transparent;
        color: transparent;
        top: 50% !important;
        margin-top: -13px;
        padding: 0;
        border: none;
        outline: none;
    }

    .qszy1 .a1 {
        display: block;
    }

    .qszy1 .qszy1xq {
        padding-left: 30px;
    }

        .qszy1 .qszy1xq h2 {
            font-size: 18px;
            color: #666;
        }

        .qszy1 .qszy1xq p {
            font-size: 14px;
            color: #999999;
            margin-top: 30px;
        }

.news .newsyou .ul .ulli::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 10px;
    background: url(../img/xwbefore1.png)no-repeat center center;
    top: 10px;
    left: 20px;
}



.bx-news-date ul li .tet {
    padding-right: 15px;
}

.news .newsyou .newsyou1 .after {
    display: none;
}

.qszy .h178 ul li {
    height: 435px;
    width: 15%;
    position: relative;
    overflow: hidden;
}

    .qszy .h178 ul li .qszydiv {
        background-color: rgba(0, 0, 0, 0.46);
        height: 100%;
        cursor: pointer;
    }

    .qszy .h178 ul li .dckf {
        font-size: 18px;
        color: #fff;
        position: absolute;
        width: 24px;
        height: 94px;
        text-align: center;
        top: 50%;
        margin-top: -47px;
        left: 80px;
        opacity: 1;
        transition: all ease-in-out 0.5s;
    }

    .qszy .h178 ul li .toumingdu {
        opacity: 0;
    }

    .qszy .h178 ul li:nth-child(2) {
        width: 40%;
    }

        .qszy .h178 ul li:nth-child(2) .qszydiv {
            opacity: 1;
        }

.qszydiv {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease-in-out 1s;
    padding-top: 40px;
    text-align: center;
}

    .qszydiv h3 {
        font-size: 24px;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 100%;
    }

    .qszydiv p {
        font-size: 12px;
        color: #fff;
        text-align: center;
        padding: 0 20px;
        margin-bottom: 10px;
    }

.qszy .h178 ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.qszydiv div {
    width: 110px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
}

    .qszydiv div p {
        background: #fff;
    }

    .qszydiv div .bx-text-p2 {
        font-size: 12px;
        color: #333333;
        padding: 0;
    }

.screen-div {
    overflow: hidden;
    margin-bottom: 20px;
}

    .screen-div .bx-fl {
        float: left;
        width: 120px;
        line-height: 40px;
        padding: 0 10px;
        box-sizing: border-box;
        text-align: right;
        font-size: 16px;
        color: #333;
        background: #fff;
    }

    .screen-div .bx-fr {
        position: relative;
        float: left;
        width: calc(100% - 120px);
        padding-right: 100px;
        box-sizing: border-box;
        background-color: #fff;
        height: 40px;
        overflow: hidden;
    }

        .screen-div .bx-fr ul {
            overflow: hidden;
        }

            .screen-div .bx-fr ul li {
                float: left;
                line-height: 38px;
                cursor: pointer;
            }

                .screen-div .bx-fr ul li a {
                    display: block;
                    line-height: 36px;
                }

                .screen-div .bx-fr ul li a {
                    color: #666;
                    cursor: pointer;
                    font-size: 14px;
                    border: 1px solid rgba(0,0,0,0);
                    padding: 0 5px;
                    display: inline-block;
                }

                    .screen-div .bx-fr ul li a:hover {
                        color: #ff2d2d !important;
                        border: 1px solid #ff2d2d;
                        border-radius: 5px;
                    }

                .screen-div .bx-fr ul li .cur {
                    color: #ff2d2d !important;
                    display: block;
                    border: 1px solid #ff2d2d;
                    padding: 0 5px;
                    border-radius: 5px;
                }


        .screen-div .bx-fr .screen-sx {
            text-align: center;
            padding: 10px 0;
            display: none;
        }

            .screen-div .bx-fr .screen-sx a {
                display: inline-block;
                border: solid 1px #ececec;
                width: 60px;
                line-height: 30px;
                font-size: 14px;
                color: #666;
                margin: 0 5px;
                border-radius: 5px;
                transition: all 0.5s;
            }

                .screen-div .bx-fr .screen-sx a:hover {
                    background-color: #ececec;
                    color: #666;
                }

        .screen-div .bx-fr .screen-fd {
            position: absolute;
            top: 10px;
            right: 10px;
        }


.sore_focus3 {
    border-bottom: 2px solid #60bdfe !important;
    color: #60bdfe !important;
}

.banner .slick-prev, .banner .slick-next {
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50% !important;
    margin-top: -13px;
    padding: 0;
    border: none;
    outline: none;
}

.banner .slick-prev {
    left: 10% !important;
    background: url(../img/zuojiantoufz.png) no-repeat center !important;
    background-size: 100%;
}

.banner .slick-next {
    right: 10% !important;
    background: url(../img/youjiantoufz.png) no-repeat center !important;
    background-size: 100%;
}

.dszzc {
    min-height: 760px;
    width: 100%;
    background: url(../img/dszbj.png)no-repeat center bottom;
    box-shadow: 0 0 15px 5px #f7f7f7;
    padding-top: 55px;
}

    .dszzc .dszleft {
        position: relative;
    }

        .dszzc .dszleft .left-zuo h2 {
            color: #666;
            font-size: 30px;
            transform: rotate(90deg);
            position: absolute;
            top: 90px;
            left: -45px;
        }

        .dszzc .dszleft .left-you {
            position: absolute;
            top: 0;
            left: 70px;
        }

            .dszzc .dszleft .left-you .xiamian {
                border-left: 6px solid #119cfd;
                height: 40px;
                padding-left: 10px;
                line-height: 40px;
                font-size: 18px;
                color: #333333;
                margin-top: 10px;
            }

.dszright h3 {
    border-left: 6px solid #119cfd;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    font-size: 18px;
    color: #333333;
}

.dszright .p110 {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
}

.zoujinzhuyin1 {
    width: 100%;
}

.zjzy {
    width: 100%;
    height: 675px;
    background: url(../img/dszbj1.png)no-repeat center bottom;
    position: relative;
}

.zoujinzhuyin9 .zjzy {
    min-height: 500px;
    height: auto;
}

.biaotia {
    padding-top: 60px;
}

    .biaotia h2 {
        font-size: 24px;
        color: #119cfd;
    }

    .biaotia p {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        color: #999999;
    }

    .biaotia span {
        width: 25px;
        height: 2px;
        background: #119cfd;
        display: block;
    }

.zyjtfzlc {
    position: absolute;
    width: 1200px;
    height: 435px;
    top: 40px;
    left: 0;
}

.zjzy1 .ul {
    height: 580px;
}

    .zjzy1 .ul li {
        position: absolute;
    }

        .zjzy1 .ul li p {
            width: 190px;
            font-size: 16px;
            color: #666666;
            margin-top: 30px;
            height: 180px;
            overflow: scroll;
        }

        .zjzy1 .ul li:nth-child(5n+1) {
            top: 475px;
            left: 20px;
        }

        .zjzy1 .ul li:nth-child(5n+2) {
            top: 395px;
            left: 275px;
        }

        .zjzy1 .ul li:nth-child(5n+3) {
            top: 320px;
            left: 510px;
        }

        .zjzy1 .ul li:nth-child(5n+4) {
            top: 245px;
            left: 740px;
        }

        .zjzy1 .ul li:nth-child(5n+5) {
            top: 170px;
            left: 975px;
        }

        .zjzy1 .ul li h2 {
            position: absolute;
        }

        .zjzy1 .ul li:nth-child(5n+1) h2 {
            font-size: 18px;
            color: #28b8b8;
            top: -100px;
            left: 50%;
        }

        .zjzy1 .ul li:nth-child(5n+2) h2 {
            font-size: 18px;
            color: #ffb525;
            top: -100px;
            left: 32%;
        }

        .zjzy1 .ul li:nth-child(5n+3) h2 {
            font-size: 18px;
            color: #cdcdcd;
            top: -96px;
            left: 35%;
        }

        .zjzy1 .ul li:nth-child(5n+4) h2 {
            font-size: 18px;
            color: #ff5c25;
            top: -100px;
            left: 29%;
        }

        .zjzy1 .ul li:nth-child(5n+5) h2 {
            font-size: 18px;
            color: #0073e8;
            top: -95px;
            left: 35%;
        }

.chakangd {
    width: 130px;
    height: 50px;
    display: block;
    margin: 0 auto;
    background: #119cfd !important;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
}

    .chakangd:hover {
        color: #fff;
        background: #60bdfe !important;
    }

.zjzy1 .ul2 {
    padding: 50px 10px;
}

    .zjzy1 .ul2 li {
        margin-bottom: 10px;
    }

        .zjzy1 .ul2 li h2 {
            margin-bottom: 10px;
        }

.zjyz {
    width: 100%;
    height: auto;
    background: url(../img/dszbj1.png)no-repeat center bottom;
    position: relative;
}

.zoujinzhuyin12 {
    background: #f8f8f8;
    position: relative;
    padding-bottom: 0;
}

.rongyuqiang {
    width: 100%;
    min-height: 400px;
    background: url(../img/dszbj1.png)no-repeat center bottom;
}

    .rongyuqiang .img2 {
        position: absolute;
        top: 0;
        left: 0;
    }

    .rongyuqiang .ryqqq {
        float: right;
        width: 900px;
        margin-right: 100px;
        padding-top: 55px;
    }

        .rongyuqiang .ryqqq h2 {
            font-size: 18px;
            color: #fff;
            position: relative;
        }

            .rongyuqiang .ryqqq h2::after {
                position: absolute;
                content: '';
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: #fff;
                border: 5px solid #000;
                top: 25px;
                left: 50%;
                margin-left: -20px;
            }

.gengduoduo {
    display: block;
    margin: 10px auto;
    width: 100%;
    height: 40px;
    background: #119cfd !important;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}

    .gengduoduo:hover {
        opacity: 0.7;
        color: #fff;
    }

.rongyuqiang .ryqqq .ryqq {
    margin-top: 60px;
    width: 150px;
    border: 1px solid #000;
    border-radius: 5px;
    float: right;
    min-height: 150px;
    padding: 15px;
    font-size: 16px;
    height: 200px;
    overflow: scroll;
}

    .rongyuqiang .ryqqq .ryqq img {
        display: block;
        margin: 5px auto;
        cursor: pointer;
    }

.rongyuqiang .ryqqq .slick-slide:nth-child(4n+1) h2::after {
    border-color: #28b8b8;
}

.rongyuqiang .ryqqq .slick-slide:nth-child(4n+1) .ryqq {
    border-color: #28b8b8;
}

.rongyuqiang .ryqqq .slick-slide:nth-child(4n+2) h2::after {
    border-color: #ffb525;
}

.rongyuqiang .ryqqq .slick-slide:nth-child(4n+2) .ryqq {
    border-color: #ffb525;
}

.rongyuqiang .ryqqq .slick-slide:nth-child(4n+3) h2::after {
    border-color: #ff5c25;
}

.rongyuqiang .ryqqq .slick-slide:nth-child(4n+3) .ryqq {
    border-color: #ff5c25;
}

.rongyuqiang .ryqqq .slick-slide:nth-child(4n+4) h2::after {
    border-color: #0073e8;
}

.rongyuqiang .ryqqq .slick-slide:nth-child(4n+4) .ryqq {
    border-color: #0073e8;
}

.rongyuqiang .ryqqq .slick-prev, .rongyuqiang .ryqqq .slick-next {
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 67% !important;
    margin-top: -13px;
    padding: 0;
    border: none;
    outline: none;
}

.rongyuqiang .ryqqq .slick-prev {
    left: 0px !important;
    background: url(../img/zuojiantoufz.png) no-repeat center !important;
    background-size: 100%;
}

.rongyuqiang .ryqqq .slick-next {
    right: -80px !important;
    background: url(../img/youjiantoufz.png) no-repeat center !important;
    background-size: 100%;
}


.rongyuqiang .ryqqq .multiple-items2 {
    text-align: center;
}

.multiple-items {
}

.bx-popup3 {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 888;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
}

    .bx-popup3 .bx-tubiaozhizuo {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
        transition: all 0.5s;
        z-index: 99;
    }

.bx-text-vertical {
    display: flex;
    text-justify: center;
    align-items: center;
    height: 100%;
}

.bx-popup-nr {
    background-color: #fff;
    border-radius: 10px;
    min-height: 200px;
    width: 500px;
    margin: auto;
}

#list-a img {
    display: inline-block;
    height: 800px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    vertical-align: middle;
}

.rongyuqiang .ryqqq .slick-prev {
    left: -40px !important;
    background: url(../img/zuojiantoufz.png) no-repeat center !important;
    background-size: 100%;
}

.zoujinzhuyin .zoujinzhuyin8 {
    padding-top: 55px;
    background: url(../img/dszbj1.png) no-repeat center center;
    min-height: 500px;
}

.zenmg .fzlc2 .img {
    width: 167px;
    height: 167px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 8.5px;
}

.zenmg .fzlc2 .gdg {
    width: 100%;
    height: 200px;
    overflow: scroll;
}


.zenmg .fzlc2::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    top: -2px;
    left: 10px;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+1) .zenmg .fzlc2::after {
    background: #28b8b8;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+1) .zenmg .fzlc2 h2 {
    color: #28b8b8;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+2) .zenmg .fzlc2::after {
    background: #ffb525;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+2) .zenmg .fzlc2 h2 {
    color: #ffb525;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+3) .zenmg .fzlc2::after {
    background: #cdcdcd;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+3) .zenmg .fzlc2 h2 {
    color: #cdcdcd;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+4) .zenmg .fzlc2::after {
    background: #ff5c25;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+4) .zenmg .fzlc2 h2 {
    color: #ff5c25;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+5) .zenmg .fzlc2::after {
    background: #0f79e8;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+5) .zenmg .fzlc2 h2 {
    color: #0f79e8;
}

.zoujinzhuyin8 .slick-slide .zenmg .fzlc2 .img img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: auto;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+1) .zenmg .fzlc2 .img {
    background: url(../img/zy1.png) no-repeat center;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+2) .zenmg .fzlc2 .img {
    background: url(../img/zy2.png) no-repeat center;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+3) .zenmg .fzlc2 .img {
    background: url(../img/zy3.png) no-repeat center;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+4) .zenmg .fzlc2 .img {
    background: url(../img/zy4.png) no-repeat center;
}

.zoujinzhuyin8 .slick-slide:nth-child(5n+5) .zenmg .fzlc2 .img {
    background: url(../img/zy5.png) no-repeat center;
}

.zoujinzhuyin8 .slick-prev {
    left: -20px !important;
    background: url(../img/zuojiantoufz.png) no-repeat center !important;
    background-size: 100%;
}

.zoujinzhuyin8 .slick-next {
    right: -20px !important;
    background: url(../img/youjiantoufz.png) no-repeat center !important;
    background-size: 100%;
}

.zoujinzhuyin8 .slick-prev, .zoujinzhuyin8 .slick-next {
    position: absolute;
    display: block;
    height: 26px !important;
    width: 26px !important;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 60px !important;
    margin-top: -13px;
    padding: 0;
    border: none;
    outline: none;
}

.yuangongrongyu {
    margin-bottom: 20px;
}

    .yuangongrongyu .rongyuyuangong {
        font-size: 20px;
        color: #119cfd;
        text-align: center;
    }

    .yuangongrongyu .multiple-items5 .yuangongrongyu1 {
        width: 90%;
        display: block;
        margin: 0 auto;
        height: 160px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

        .yuangongrongyu .multiple-items5 .yuangongrongyu1 .img {
            width: 100%;
            height: 100%;
        }

        .yuangongrongyu .multiple-items5 .yuangongrongyu1 img {
            width: 100%;
            height: 100%;
        }

        .yuangongrongyu .multiple-items5 .yuangongrongyu1:hover .fudongrongyu {
            top: 0;
        }

            .yuangongrongyu .multiple-items5 .yuangongrongyu1:hover .fudongrongyu h2 {
                margin-top: 30px;
            }

        .yuangongrongyu .multiple-items5 .yuangongrongyu1 .fudongrongyu {
            background: rgba(0,0,0,0.5);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 130px;
            transition: all 0.5s;
        }

            .yuangongrongyu .multiple-items5 .yuangongrongyu1 .fudongrongyu h2 {
                text-align: center;
                font-size: 16px;
                color: #119cfd;
                line-height: 30px;
            }

            .yuangongrongyu .multiple-items5 .yuangongrongyu1 .fudongrongyu p {
                font-size: 14px;
                color: #fff;
                padding: 0 10px;
            }

.multiple-items5 .slick-prev {
    left: -20px !important;
    background: url(../img/zuojiantoufz.png) no-repeat center !important;
    background-size: 100%;
}

.multiple-items5 .slick-next {
    right: -20px !important;
    background: url(../img/youjiantoufz.png) no-repeat center !important;
    background-size: 100%;
}

.multiple-items5 .slick-prev, .multiple-items5 .slick-next {
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50% !important;
    margin-top: -13px;
    padding: 0;
    border: none;
    outline: none;
}

@media (max-width:1400px) and (min-width:1200px) {
    .bx-nav-one .bx-nav ul li a {
        display: block;
        color: #333333;
        width: 90px !important;
        font-size: 18px;
    }

    .bx-nav-one .bx-nav ul li .bx-nav-fd a {
        padding: 0 5px;
        display: inline-block;
        width: 13.5% !important;
        color: rgba(255,255,255,0.7);
    }

    .bx-nav-one .bx-logo {
        height: 80px;
        margin-top: 10px;
        margin-right: 15px !important;
    }

    .h178 ul li:nth-child(2) {
        background: url(../img/2.png);
        width: 33%;
    }

    .h178 ul li {
        width: 16.7%;
    }

    .qszy .h178 ul li {
        height: 435px;
        width: 12%;
    }

        .qszy .h178 ul li:nth-child(2) {
            width: 48%;
        }
}


@media (max-width:1200px) and (min-width:1000px) {
    .zyjtfzlc {
        position: absolute;
        width: 960px;
        height: auto;
        top: 40px;
        left: 0;
    }

    .zjzy1 .ul li:nth-child(5n+1) {
        top: 390px;
        left: 0px;
    }

        .zjzy1 .ul li:nth-child(5n+1) h2 {
            font-size: 16px;
            color: #28b8b8;
            top: -80px;
            left: 47%;
        }

    .zjzy1 .ul li:nth-child(5n+2) {
        top: 335px;
        left: 220px;
    }

        .zjzy1 .ul li:nth-child(5n+2) h2 {
            font-size: 18px;
            color: #ffb525;
            top: -92px;
            left: 25%;
        }

    .zjzy1 .ul li:nth-child(5n+3) {
        top: 274px;
        left: 405px;
    }

        .zjzy1 .ul li:nth-child(5n+3) h2 {
            font-size: 18px;
            color: #cdcdcd;
            top: -88px;
            left: 30%;
        }

    .zjzy1 .ul li:nth-child(5n+4) {
        top: 215px;
        left: 590px;
    }

        .zjzy1 .ul li:nth-child(5n+4) h2 {
            font-size: 18px;
            color: #ff5c25;
            top: -95px;
            left: 25%;
        }

    .zjzy1 .ul li:nth-child(5n+5) {
        top: 155px;
        left: 778px;
    }

        .zjzy1 .ul li:nth-child(5n+5) h2 {
            font-size: 18px;
            color: #0073e8;
            top: -90px;
            left: 30%;
        }

    .biaotia {
        padding-top: 20px;
    }

    .zjzy {
        width: 100%;
        height: 600px;
        background: url(../img/dszbj1.png)no-repeat center bottom;
        position: relative;
    }

    .bx-nav-one .bx-nav ul li a {
        display: block;
        color: #333333;
        width: 67px !important;
        font-size: 12px !important;
    }

    .zjzy1 .ul li p {
        width: 170px;
        font-size: 14px;
        color: #666666;
        padding-top: 10px;
    }

    .bx-nav-one .bx-logo {
        height: 70px !important;
        margin-top: 10px;
        margin-right: 5px !important;
    }

        .bx-nav-one .bx-logo img {
            max-height: 60px !important;
        }

    .zenmg .fzlc2 h2 {
        font-size: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .zoujinzhuyin {
        border-top: 1px solid #f9f9f9;
        background: #f8f8f8;
        padding-top: 0px;
    }

    .bx-nav-one .bx-nav ul li {
        float: left;
        line-height: 80px !important;
        text-align: center;
        font-size: 16px;
        color: #666666;
        background-color: #ffffff;
        z-index: 600;
        padding: 0 0px;
    }

        .bx-nav-one .bx-nav ul li .bx-nav-fd a {
            padding: 0 5px;
            display: inline-block;
            width: 13.5% !important;
            color: rgba(255,255,255,0.7);
        }

    .bx-nav-one {
        height: 80px !important;
        line-height: 80px !important;
        position: relative;
    }

    .h178 ul li {
        width: 17.5%;
        float: left;
    }

    .h178 {
        position: absolute;
        bottom: 0px;
        left: 0;
        background: rgba(0,0,0,0.7);
        width: 100%;
    }

    .search {
        width: 170px;
        position: absolute;
        top: 25px;
        right: 0;
    }

        .search #keyword {
            width: 170px;
            height: 30px;
            border: 1px solid #d9d8d8;
            position: relative;
            padding: 0 10px;
            font-size: 12px;
            color: #8e8e8e;
        }

        .search i {
            position: absolute;
            top: 6px;
            right: 10px;
            color: #3daefd;
            font-size: 17px;
            cursor: pointer;
        }

    .rongyuqiangyou1 .img2 {
        width: 100%;
    }

    .rongyuqiang .ryqqq {
        float: right;
        width: 700px;
        margin-right: 100px;
        padding-top: 40px;
    }

        .rongyuqiang .ryqqq h2::after {
            position: absolute;
            content: '';
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background: #fff;
            border: 5px solid #000;
            top: 25px;
            left: 50%;
            margin-left: -17px;
        }

    .ryqul1 li {
        top: 41px;
    }

        .ryqul1 li:nth-child(1) {
            position: absolute;
            font-size: 16px;
            left: 160px;
            color: #fff;
        }

        .ryqul1 li:nth-child(2) {
            position: absolute;
            font-size: 16px;
            left: 260px;
            color: #fff;
        }

        .ryqul1 li:nth-child(3) {
            position: absolute;
            font-size: 16px;
            left: 365px;
            color: #fff;
        }

        .ryqul1 li:nth-child(4) {
            position: absolute;
            font-size: 16px;
            left: 470px;
            color: #fff;
        }

        .ryqul1 li:nth-child(5) {
            position: absolute;
            font-size: 16px;
            left: 570px;
            color: #fff;
        }

    .ryqul2 li {
        display: inline-block;
        position: absolute;
        width: 100px;
        padding: 5px;
        background: #119cfd;
        font-size: 12px;
        color: #fff;
        border-radius: 5px;
        min-height: 100px;
        top: 100px;
    }

        .ryqul2 li:nth-child(1) {
            left: 165px;
        }

        .ryqul2 li:nth-child(2) {
            left: 270px;
        }

        .ryqul2 li:nth-child(3) {
            left: 375px;
        }

        .ryqul2 li:nth-child(4) {
            left: 480px;
        }

        .ryqul2 li:nth-child(5) {
            left: 585px;
        }

    .youbiandelungoba img {
        padding-left: 80px;
    }

    .youbiandelungoba .dsjul3 li:nth-child(1) h3 {
        position: absolute;
        top: 510px;
        left: 60px;
    }

    .youbiandelungoba .dsjul3 li:nth-child(1) p {
        position: absolute;
        top: 380px;
        left: 40px;
    }

    .youbiandelungoba .dsjul3 li p {
        font-size: 16px;
        color: #666;
        width: 250px;
        height: 75px;
    }

    .youbiandelungoba .dsjul3 li:nth-child(2) h3 {
        position: absolute;
        top: 400px;
        left: 360px;
    }

    .youbiandelungoba .dsjul3 li:nth-child(2) p {
        position: absolute;
        top: 460px;
        left: 340px;
    }

    .youbiandelungoba .dsjul3 li:nth-child(3) h3 {
        position: absolute;
        top: 360px;
        left: 556px;
    }

    .youbiandelungoba .dsjul3 li:nth-child(3) p {
        position: absolute;
        top: 240px;
        left: 310px;
        text-align: right;
    }

    .youbiandelungoba .dsjul3 li:nth-child(4) h3 {
        position: absolute;
        top: 180px;
        left: 670px;
    }

    .youbiandelungoba .dsjul3 li:nth-child(4) p {
        position: absolute;
        top: 210px;
        left: 720px;
    }

    .youbiandelungoba .dsjul3 li:nth-child(5) h3 {
        position: absolute;
        top: 0px;
        left: 880px;
    }

    .youbiandelungoba .dsjul3 li:nth-child(5) p {
        position: absolute;
        top: 0px;
        left: 590px;
    }

    .youbiandelungoba .dsjul3 li:nth-child(5) h3::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        top: -3px;
        left: -30px;
    }

    .xinwenremen .xinwenimg img {
        margin: 0px 60px;
        display: inline-block;
    }

    .dszzc .dszleft .left-zuo h2 {
        color: #666;
        font-size: 30px;
        transform: rotate(90deg);
        position: absolute;
        top: 90px;
        left: -60px;
    }

    .dszzc .dszleft .left-you {
        position: absolute;
        top: 0;
        left: 105px;
    }

        .dszzc .dszleft .left-you img {
            width: 330px;
            height: 480px;
        }

    .dszright .p110 {
        padding-left: 80px;
        padding-right: 50px;
        padding-top: 40px;
    }
}

@media (max-width:1000px) {
    .xinwen .zuobian {
        padding-left: 0px; 
    }
    .zyjtfzlc {
        display: none;
    }

    .zjzy1 .ul {
        height: auto;
    }

        .zjzy1 .ul li {
            position: static;
            padding: 10px 10px;
        }

    .biaotia {
        padding-top: 10px;
        padding: 0 10px;
    }

    .zoujinzhuyin1 {
        background: #f8f8f8;
        position: relative;
        padding-bottom: 20px;
    }

    .zjzy {
        width: 100%;
        height: auto;
        background: url(../img/dszbj1.png)no-repeat center bottom;
        position: relative;
    }

    .zjzy1 .ul li p {
        width: auto;
        font-size: 16px;
        color: #666666;
        padding-top: 5px;
        height: auto;
        margin-top: 0px;
    }

    .zjzy1 .ul li h2 {
        position: static;
    }

    .search {
        width: 100%;
        position: relative;
        padding: 10px 10px;
        top: 0;
    }

    .divanniu a {
        width: 150px !important;
        height: 40px !important;
    }

    .search #keyword {
        width: 100%;
        height: 40px;
        border: 1px solid #d9d8d8;
        position: relative;
        padding: 0 10px;
        font-size: 14px;
        color: #8e8e8e;
    }

    .search i {
        position: absolute;
        top: 20px;
        right: 20px;
        color: #3daefd;
        font-size: 20px;
    }

    .h3123 {
        font-size: 20px;
        color: #119cfd;
    }

    .xinwen {
        padding: 0px 10px;
        padding-top: 10px;
    }

        .xinwen .biaoti {
            padding: 13px 5px;
        }

    .coldd h2 {
        line-height: 25px;
    }


    .zoujinzhuyin {
        border-top: 1px solid #f9f9f9;
        background: #f8f8f8;
        padding-top: 0px;
    }

    .rongyuqiang .ryqqq {
        float: none;
        width: auto;
        margin-right: 0px;
        padding-top: 5px;
    }

        .rongyuqiang .ryqqq h2 {
            font-size: 18px;
            color: #333;
            position: relative;
        }

        .rongyuqiang .ryqqq .ryqq {
            margin: 0 auto;
            margin-top: 60px;
            width: 150px;
            border: 1px solid #000;
            border-radius: 5px;
            float: none;
            min-height: 150px;
            padding: 15px;
        }

        .multiple-items5 .slick-next,
        .rongyuqiang .ryqqq .slick-next {
            display: none !important;
            right: 10px !important;
            background: url(../img/youjiantoufz.png) no-repeat center !important;
            background-size: 100%;
        }

        .multiple-items5 .slick-prev,
        .rongyuqiang .ryqqq .slick-prev {
            display: none !important;
            left: 10px !important;
            background: url(../img/zuojiantoufz.png) no-repeat center !important;
            background-size: 100%;
        }

    .rongyuqiang {
        width: 100%;
        min-height: 300px;
        background: url(../img/dszbj1.png)no-repeat center bottom;
    }

    .yuangongrongyu .multiple-items5 .yuangongrongyu1 {
        width: 90%;
        display: block;
        margin: 0 auto;
        height: 200px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

        .yuangongrongyu .multiple-items5 .yuangongrongyu1 .fudongrongyu {
            background: rgba(0,0,0,0.5);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 170px;
            transition: all 0.5s;
        }

    #list-a img {
        width: 100%;
        height: auto;
        display: block;
        transform: translate(-50%, -50%);
    }

    .bx-popup3 .bx-popup-nr {
        background-color: #fff;
        border-radius: 10px;
        min-height: 200px;
        width: 100%;
        margin: auto;
    }

    .coldd h2 span:nth-child(1) {
        display: inline-block;
        font-weight: 700;
        width: calc(100% - 40%);
    }

    .coldd {
        height: 150px;
        overflow: hidden;
    }

        .coldd .swiper-slide {
            padding-right: 10px;
        }

        .coldd .swiper-container-vertical > .swiper-pagination-bullets {
            right: 0px;
            top: 50%;
            -webkit-transform: translate3d(0px, -50%, 0);
            transform: translate3d(0px, -50%, 0);
        }

        .coldd p {
            font-size: 14px;
            color: #666666;
            line-height: 25px;
            height: 100px;
            overflow: hidden;
        }

    video {
        height: 220px !important;
        max-width: 100%;
    }

    .footer .zb {
        float: none;
    }

    .footer .youb {
        float: none;
        text-align: center;
    }

    .footer .zb p span {
        margin-right: 20px;
        display: block;
        text-align: center;
    }

    .footer {
        height: 100%;
        background: #119cfd;
        padding-top: 25px;
    }

        .footer .youb p {
            display: inline-block;
        }

    .h178 {
        position: static;
        bottom: 0px;
        left: 0;
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
    }

        .h178 ul li {
            width: 50%;
            float: left;
            height: 100px;
            background-size: 100% 100% !important;
        }

    .qszy .h178 ul li {
        height: 325px !important;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

        .qszy .h178 ul li .dckf {
            opacity: 0;
        }

        .qszy .h178 ul li .qszydiv {
            opacity: 1;
        }

    .h178 ul li:nth-child(2) {
        background: url(../img/2.png);
        width: 50%;
    }

    .qszy .h178 ul li:nth-child(2) {
        width: 100%;
    }

    .h178 ul li:nth-child(5) {
        width: 100%;
        height: 110px;
        background-size: 100% auto !important;
    }

    .qszy1 .qszy1xq h2 {
        font-size: 18px;
        color: #666;
        margin-top: 5px;
    }

    .qszy1 .qszy1xq {
        padding-left: 0px;
        padding: 0 10px;
    }

    .h178 ul li:nth-child(5) {
        background: url(../img/5.png) no-repeat center center;
    }

    .zuobian {
        margin-bottom: 20px;
    }

    .select {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #666666;
        border: none;
        background: url(../img/654+65.png) 5px center no-repeat #eeeeef;
        padding: 0 10px;
        padding-left: 30px;
    }

    .zhuyinyoubian {
        padding: 0 10px;
    }

    .bx-ContactUs ul li span:nth-child(2) {
        font-size: 12px !important;
    }

    .bx-mb-nav .pull-right {
        display: block;
        float: none !important;
        overflow-x: scroll;
        white-space: nowrap;
        height: 50px;
    }

        .bx-mb-nav .pull-right a {
            display: inline-block;
            line-height: 40px;
            border-bottom: 2px solid #fff;
            margin-left: 0px;
            margin: 0 10px;
        }

    .bx-mb-nav p {
        line-height: 42px !important;
        padding: 0 10px;
    }

    .wenhuazuo {
        float: none;
        width: 100%;
        padding: 10px 10px 0 10px;
    }

    .zoujinzhuyin .wenhuazuo {
        float: none;
        width: 100%;
        padding: 10px 10px 0 10px;
    }

    .wenhuayou {
        padding: 10px 10px 0 10px;
        float: right;
        width: 100%;
        border-left: 0px solid #fbfbfb;
    }

    .rongyuqiangzuo {
        width: 100%;
        float: none;
        padding-top: 15px;
    }

        .rongyuqiangzuo h2 {
            font-size: 20px;
            color: #119cfd;
            margin-bottom: 10px;
        }

        .rongyuqiangzuo p {
            font-size: 12px;
            color: #666;
            line-height: 20px;
        }

    .zzjg2 {
        padding-top: 15px;
        padding: 0 10px;
    }

    .rongyuqiangyou1 .img2 {
        display: none;
    }

    .ryqul1 {
        display: none;
    }

    .ryqul2 h3 {
        display: block;
        margin-bottom: 5px;
        font-size: 20px;
    }

    .ryqul2 li {
        display: inline-block;
        position: static;
        width: 100%;
        padding: 10px;
        background: #119cfd;
        font-size: 12px;
        color: #fff;
        border-radius: 5px;
        min-height: 120px;
        top: 125px;
        margin-bottom: 10px;
    }

    .rongyuqiangyou {
        padding-top: 15px;
        width: 100%;
        float: none;
        padding: 0 10px;
        text-align: center;
    }

    .ryqul2 .slick-slide img {
        display: block;
        margin: 0 auto;
    }

    .rongyuqiangyou h3 {
        display: block;
        color: #119cfd;
        font-size: 24px;
        margin: 10px 0;
    }

    .dierzhangtu {
        display: none;
        width: 100%;
        height: 100px;
        background: url(../img/65465.png) no-repeat bottom center;
        padding-top: 30px;
    }

        .dierzhangtu img {
            width: 80%;
            display: block;
            margin: 0 auto;
        }

    .zydsj {
        padding: 0 10px;
        padding-top: 15px;
    }

    .zydsj {
        width: 100%;
        height: auto;
        background: none;
    }

        .zydsj .title h3 {
            font-size: 24px;
            color: #a8a8a8;
        }

        .zydsj .title p {
            font-size: 14px;
            color: #333;
        }

    .youbiandelungoba img {
        display: none;
    }

    .xiamainde .dsjul1 li a {
        display: block;
        font-size: 16px;
        color: #333;
    }

    .xiamainde .dsjul1 li {
        height: 30px;
        position: relative;
        padding-left: 0px;
        display: inline-block;
        width: 25%;
        text-align: center;
    }

    .xiamainde .dsjul1 {
        position: static;
        width: 100%;
        height: 50px;
        background: url(../img/dsjbg1.png)no-repeat 15px center;
        padding-left: 0px;
        padding-top: 10px;
        overflow-y: scroll;
        z-index: 99;
        overflow-x: scroll;
        white-space: nowrap;
    }

        .xiamainde .dsjul1::-webkit-scrollbar {
            display: none;
        }

        .xiamainde .dsjul1 li::after {
            content: '';
            width: 0px;
            height: 0px;
            border-radius: 50%;
            border: 0px solid #bbab9c;
            position: static;
            top: 0px;
            left: 0px;
            background: none;
        }

        .xiamainde .dsjul1 .cur::after {
            border: 0px solid #ffffff !important;
            background: none !important;
        }

    .youbiandelungoba .dsjul3 li h3 {
        position: static !important;
        font-size: 18px;
        color: #333;
    }

        .youbiandelungoba .dsjul3 li h3::after {
            position: static !important;
        }

    .youbiandelungoba .dsjul3 li p {
        position: static !important;
        text-align: left !important;
        width: 100%;
        height: 100%;
        font-size: 14px;
    }

    .youbiandelungoba .dsjul3 li {
        margin-bottom: 10px;
    }



    .guanzhu {
        padding: 0 10px;
        position:static;
        text-align:center;
        display:block !important;
    }
    .tqlj h2{
        display:block;
        float:none;
    }
    .tqlj ul {
    float:none;

    }
        .tqlj ul li {
            margin-right: 0px;
            margin:0 10px;
            display: inline-block;
        }



    .news {
        padding-top: 15px;
    }

    .zjzy1 .ul2 {
        padding: 10px 10px;
    }

    .xinwenremen .xinwenimg {
        float: none;
        width: 100%;
        text-align: center;
    }

    .remenxinw {
        float: left;
        height: 100%;
        width: 100%;
    }

    .news .newszuo {
        float: left;
        width: 100%;
        border-right: 1px solid #f6f5f5;
        padding: 0 10px;
    }

    .zoujinzhuyin {
        border-top: 1px solid #f9f9f9;
        background: #f8f8f8;
        padding-top: 0px;
    }

    .zoujinzhuyin8 .slick-prev, .zoujinzhuyin8 .slick-next {
        display: none !important;
    }

    .xinwenremen .xinwenimg img {
        margin: 0;
        display: inline-block;
        width: 60%;
    }

    .zoujinzhuyin .zoujinzhuyin8 {
        padding-top: 0px;
        background: url(../img/dszbj1.png) no-repeat center center;
        min-height: 500px;
    }

    .yitiaoxian {
        width: 100%;
        height: 5px;
        background: #e6e5e5;
        position: absolute;
        top: 55px;
        z-index: 0;
    }

    .zenmg .fzlc2 h2 {
        font-size: 24px;
        color: #119cfd;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .zenmg .fzlc2 p {
        font-size: 12px;
        color: #666;
        line-height: 30px;
    }

    .zenmg .fzlc2 .img {
        width: 135px;
        height: 135px;
        margin: 0 auto;
        margin-top: 10px;
        padding: 8.5px;
    }

    .zoujinzhuyin8 .slick-slide .zenmg .fzlc2 .img img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        overflow: hidden;
        display: block;
        margin: auto;
    }

    .bx-news-date ul li .tet h3 span {
        font-size: 14px;
        color: #999999;
        float: left;
    }

    .bx-news-date ul li {
        padding: 10px 0 !important;
        border-bottom: solid 1px #ececec;
        margin-top: 0px !important;
        margin-right: 0px !important;
    }

    .news .newsyou {
        float: none;
        width: 180px;
        height: 240px;
        padding-left: 0px;
        overflow-y: scroll;
        position: fixed;
        background: none;
        z-index: 99;
        left: -144px;
        transition: all linear .3s;
    }

        .news .newsyou .newsyou1 {
            width: 80%;
            background: url(../img/xwbg.png) no-repeat 14px center #fff;
            z-index: -1;
            position: relative;
        }


            .news .newsyou .newsyou1 .after {
                display: inline-block;
                position: absolute;
                top: 0;
                right: -36px;
                width: 36px;
                height: 36px;
                background: #119cfd;
                border-radius: 0 50px 50px 0;
                font-size: 25px;
                color: #fff;
                cursor: pointer;
            }

    .zp {
        border-top: 1px solid #f8f8f8;
        min-height: 500px;
        padding-top: 15px;
    }

        .zp h2 span:nth-child(1) {
            font-size: 20px;
            color: #333333;
            display: block;
            margin-bottom: 10px;
        }

        .zp h2 span:nth-child(2) {
            float: none !important;
            display: block;
            width: 90%;
            height: 40px;
            border: 1px solid #dddddd;
            margin: 0 auto;
        }

        .zp h2 {
            height: auto;
        }

    .screen-div .bx-fl {
        float: left;
        width: 100px;
        line-height: 40px;
        padding: 0 10px;
        box-sizing: border-box;
        text-align: right;
        font-size: 16px;
        color: #333;
        background: #fff;
    }

    .dszzc .dszleft .left-zuo h2 {
        color: #666;
        font-size: 24px;
        transform: rotate(0);
        position: static;
        top: 90px;
        left: -45px;
        padding: 10px;
    }

    .dszzc .dszleft .left-you {
        position: static;
        top: 0;
        left: 150px;
        width: 100%;
        height: auto;
        padding: 10px;
    }

    .dszzc {
        min-height: 760px;
        width: 100%;
        background: url(../img/dszbj.png)no-repeat center bottom;
        box-shadow: 0 0 15px 5px #f7f7f7;
        padding-top: 0px;
    }

    .dszright .p110 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }

    .dszright h3 {
        display: none;
    }

    .bx-nav-fd {
        display: none !important;
    }

    .wenhuayou .bx-news-tow ul li .tet p {
        font-size: 14px;
        color: #666;
        margin-top: 10px;
        text-align: justify;
    }

    .wenhuayou .bx-news-tow ul li .tet span {
        margin-top: 10px;
        font-size: 12px;
        color: #999;
        display: block;
    }
}
