        body {
            background: url(xsdwzzg_bg.jpg) 50% 0 no-repeat;
        }

        .banner {
            width: 100%;
            height: 590px;


        }

        .domPc {
            display: block;
        }

        .domMobile {
            display: none;
        }

        .part01 {
            width: 1200px;
            margin: 50px auto 0;
            position: relative;
            padding-bottom: 20px;
        }

        .part01 .swiper-container {
            padding: 0px 0;
            width: 1200px;
            margin: 0 auto;
            /* height: 500px; */
        }

        .part01 .swiper-slide {
            width: 960px;
            height: auto;
            overflow: hidden;
        }

        .part01 .swiper-slide .tit {

            z-index: 4;
            padding: 20px 5px 20px 5px;
            width: 100%;
            text-align: center;
            font-size: 20px;
            line-height: 24px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 69px;
            overflow: hidden;
            color: #fff;

        }

        .part01 .swiper-slide .tit a {
            color: #1d2282;
        }

        .part01 .swiper-slide .tit h3 {
            font-size: 30px;
            font-weight: bolder;
            margin-bottom: 5px;
        }

        .part01 .swiper-slide .tit p {
            font-size: 16px;
            line-height: 24px;
            font-weight: normal;
        }

        .part01 .swiper-slide-active:after {
            display: none;
        }

        .part01 .swiper-slide img {
            width: 100%;
            height: auto;
            display: block;
        }

        .part01 .swiper-button-prev {
            width: 32px;
            height: 56px;
            background: url(xsdwzzg_left.png) 0 0 no-repeat;
            right: auto;
            left: -50px;
        }

        .part01 .swiper-button-prev:hover {
            opacity: 0.6;
        }

        .part01 .swiper-button-next {
            width: 32px;
            height: 56px;
            background: url(xsdwzzg_right.png) 100% 100% no-repeat;
            left: auto;
            right: -50px;
        }

        .part01 .swiper-button-next:hover {
            opacity: 0.6;
        }

        .part01 .swiper-container .swiper-slide-shadow-left {

            background-image: none;
            background-image: none;

        }

        .part01 .swiper-container .swiper-slide-shadow-right {

            background-image: none;
            background-image: none;

        }

        .part01 .swiper-button-next,
        .part01 .swiper-button-prev {

            top: 44%;

        }

        .part02 {
            width: 1200px;
            margin: auto;
        }

        .part02 .xw {}

        .part02 .xw ul {
            margin-top: 40px;
        }

        .part02 .xw li {
            width: 291px;
            height: 295px;
            float: left;
            background: #619ac3;
            overflow: hidden;
        }

        .part02 .xw li img {
            width: 291px;
            height: 164px;
        }

        .part02 .xw li h2 {
            font-size: 24px;
            color: #FFF;
            line-height: 35px;
            margin-top: 20px;
            padding: 0 20px;
        }

        .part02 .xw li h2 a {
            color: #FFF;
        }

        .part02 .xw li p {
            font-size: 16px;
            color: #FFF;
            line-height: 24px;
            margin-top: 18px;
            padding: 0 20px;
            display: none;
        }

        .part02 .xw li p a {
            color: #FFF;
        }

        .part02 .xw li+li {
            margin-left: 12px;
        }

        .footer {
            text-align: center;
            margin-top: 50px;
            height: 100px;
            background: #15559a;
            padding-top: 45px;
        }

        .footer p {
            line-height: 30px;
            font-size: 16px;
            color: #fff;
        }

        .play {
            position: absolute;
            left: 40px;
            bottom: 80px;
            background: url(xsdwzzg_play.png);
            width: 108px;
            height: 109px;
        }

        .more {
            width: 162px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            border: 1px solid #bbb;
            background: #eee;
            line-height: 2em;
            -webkit-border-radius: 0.5em;
            -moz-border-radius: 0.5em;
            border-radius: 0.5em;
            cursor: pointer;
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 24px;
        }

        @media all and (max-width: 768px) {
            .domPc {
                display: none !important;
            }

            .domMobile {
                display: block;
            }

            body {
                background: #fff;
            }

            .banner {
                display: none;
            }

            .mbbanner,
            .mbbanner img {
                width: 100%;
                height: auto;
            }

            .content {
                width: 100%;
            }

            .part01 {
                width: 100%;
                margin-top: 0;
                padding-bottom: 0;
            }

            .part01 .swiper-container {
                width: 100%;
                height: auto;
            }

            .part01 .swiper-slide {
                width: 100%;
                height: auto;
                overflow: hidden;
            }

            .part01 .swiper-slide .tit {
                background: #619ac3;
                height: auto;
                text-align: left;
            }

            .part01 .swiper-slide .tit h3 {
                font-size: 16px;
                line-height: 24px;
                color: #fff;
            }

            .part01 .swiper-slide .tit h3 a {
                color: #fff;
            }

            .play {
                width: 60px;
                height: 60px;
                left: 10px;
                bottom: 95px;
                background-size: contain;
            }

            .swiper-pagination {
                bottom: 5px;
                text-align: right;
            }

            .part01 .swiper-button-prev,
            .part01 .swiper-button-next {
                display: none;
            }

            .part02 {
                width: 100%;
                margin-left: 0;
                background: #ecf6fa url(mbbottom.jpg) bottom center no-repeat;
                background-size: contain;
                padding-bottom: 30px;
            }

            .part02 .xw li {
                width: 47%;
                height: 13rem;
                float: left;
                margin-left: 2%;
                margin-bottom: 10px;
            }

            .part02 .xw li+li {
                margin-left: 2%;
            }

            .part02 .xw li img {
                width: 100%;
                height: auto;
            }

            .part02 .xw li h2 {
                font-size: 16px;
                line-height: 24px;
                margin-top: 10px;
                padding: 0 10px;
            }

            .part02 .xw ul {
                margin-top: 0px;
            }

            .more {
                width: 100px;
                height: 2rem;
                font-size: 1.2rem;
                line-height: 2rem;
                border-radius: 10px;
            }

            .footer {
                margin-top: 0;
                padding-top: 20px;
                height: 60px;
            }

            .footer p {
                font-size: 12px;
                line-height: 20px;
            }
        }