<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}
v
img,
input {
    border: 0;
    outline: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

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

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.1);
}

.wap {
    display: none !important;
}


/*banner*/

.banner {
    overflow: hidden;
}

.banner .slick-slide a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-prev,
.banner .slick-next {
    left: 3%;
    background: url(../images/slider-arrow.png) -120px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 9;
}

.banner .slick-next {
    left: auto;
    right: 3%;
    background-position: -2px 5px;
    width: 45px;
    height: 80px;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.banner .slick-dots {
    bottom: 30px;
}

.banner .slick-dots li {
    width: 15px;
    height: 15px;
    background: #fff;
    cursor: pointer;
    opacity: 0.8;
    border-radius: 20px;
}

.banner .slick-dots li.slick-active {
    background: #0064bf;
    opacity: 1;
}

.banner .slick-dots li button {
    display: none;
}

/*banner*/
.mp4_list li span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.lxwm {
    margin-top: 20px;
    color: #fff;
}

.lxwm h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.lxwm p {
    font-size: 14px;
    line-height: 20px;
}

.list_box li a {
    width: calc(100% - 100px);
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-align: left;
}


@media screen and (max-width:1220px) {
    .w1200 {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .i-nav {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .nav .nLi h3 a {
        padding: 0 65px;
    }

    .newx_box {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .newx_box_left {
        width: calc(100% - 500px);
    }

    .newx_box_right {
        /* width: 38.33%; */
    }

    .tw_txt {
        width: calc(100% - 148px);
    }

    .tw_txt h2 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }

    .tw_txt p {
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }



    .i_zxsp_box {
        width: 100%;
        height: auto;
    }

    .mp4_list {
        overflow: hidden;
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        height: auto;
    }

    .mp4_list ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .mp4_list li {
        width: 25%;
        height: auto;
        margin: 0;
    }

    .mp4_list li a {
        width: auto;
        height: auto;
        margin: 0 10px;
        padding-top: 70%;
        position: relative;
        overflow: hidden;
    }

    .mp4_list li img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 1s;
    }

    .end_box {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }


    .list_main {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    .this_dqwz,
    .list_main_right,
    .list_main_right {
        width: calc(100% - 260px);
    }

    .pic-list {
        width: 100%;
    }

    .pic-list ul {
        width: 100%;
    }

    .pic-list li {
        width: 33.333%;
        margin-right: 0;
    }

    .pic-list li a {
        display: block;
        margin: 0 15px;
    }

    .pic-list li .pic {
        padding-top: 65.51%;
    }

    .pic-list li img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:1200px) {
    .nav .nLi h3 a {
        padding: 0 57px;
    }

    .copright {
        padding: 0 0 0 60px;
    }
}

@media screen and (max-width:1100px) {
    .nav .nLi h3 a {
        padding: 0 51px;
    }

    .end_left {
        width: 430px;
    }

    .copright {
        padding: 0 0 0 10px;
    }
}

@media screen and (max-width:1024px) {
    body {
        padding-top: 60px !important;
    }

    .header {
        display: none !important;
    }

    .banner .slick-slide a:before {
        display: none;
    }

    .m-top {
        max-width: 19.2rem;
        margin: 0 auto;
        position: fixed;
        right: 20px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .wap {
        display: block !important;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0a47a0;
        z-index: 999;
        height: 60px;
        padding: 10px 20px;
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0 15px;
        color: rgba(255, 255, 255, 0.6);
    }

    .m-tlink h3 {
        font-size: 14px;
        color: #fff;
        margin-left: 8px;
        margin-bottom: 6px;
    }

    .m-tlink a {
        font-size: 12px;
        margin: 0 8px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        /*background: #fff;*/
        line-height: 24px;
        border-radius: 5px;
    }

    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        /*line-height: 25px;*/
        background: none;
        color: #fff;
        font-size: 12px;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 5px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #0a47a0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }

    .m-nav .top-r {
        color: #fff;
        padding-left: 15px;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li&gt;span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav&gt;ul&gt;li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav&gt;ul&gt;li ul li a {
        padding: 10px 0;
    }

    .m-nav&gt;ul&gt;li&gt;span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    /* 主体 */
    .banner .slick-dots {
        bottom: 15px;
    }

    .banner .slick-dots li {
        width: 8px;
        height: 8px;
    }

    .mp4_list li i {
        width: 46px;
        height: 46px;
        background-size: cover;
    }

    .end_box {
        padding-top: 0;
    }

    .end_left,
    .copright,
    .end_right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .end_left img {
        max-width: 100%;
    }

    .copright {
        padding: 0;
        margin-top: 15px;
    }

    .end_right {
        margin-top: 15px;
    }

    .end_right div {
        float: none;
        display: inline-block;
    }

    #vsb_content_9 IMG {
        max-width: 100%;
    }
}

@media screen and (max-width:768px) {
    .newx_box_left {
        width: 100%;
    }

    .newx_box_right {
        width: 100%;
    }

    .newx_box_right img {
        width: 100%;
        height: auto;
    }

    .mp4_list li {
        width: 50%;
        margin-top: 20px;
    }

    .i_zxsp_box {
        padding: 20px 0;
        background-size: cover;
    }

    .this_mapname {
        width: 180px;
        height: 54px;
        top: -54px;
        padding: 10px 0;
    }

    .this_mapname h1 {
        font-size: 24px;
    }

    .this_dqwz,
    .list_main_right {
        width: 100%;
    }

    .list_main_left {
        width: 100%;
    }

    .list_sub {
        min-height: auto;
        padding: 10px 0;
    }

    .c-content .c-title {
        font-size: 24px;
    }


}

@media screen and (max-width:640px) {
    .end_right div {
        width: 100px;
    }

    .this_map {
        height: auto;
    }

    .this_dqwz {
        text-align: left;
    }

    .this_dqwz h2 {
        display: none;
    }

    .this_dqwz&gt;div {
        line-height: 26px;
        padding: 10px 0;
    }

    .list_sub li a {
        height: 40px;
        line-height: 40px;
    }

    .ilistfy li h2 {
        font-size: 16px;
    }

    .ilistfy li {
        padding: 15px 0;
        height: 100px;
    }

    .pic-list li span {
        font-size: 14px;
    }
}

@media screen and (max-width:480px) {
    .mp4_list li i {
        width: 36px;
        height: 36px;
    }

    .mp4_list li i {
        top: 30%;
    }

    .i_zxsp_title {
        width: 100%;
    }

    .pic-list li {
        width: 50%;
    }
}

@media screen and (max-width:375px) {
    .mp4_list li i {
        top: 22%;
    }
}

@media screen and (max-width:320px) {}
</pre></body></html>