<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    position: relative;
    height: 100%;
    font-family: 微软雅黑;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

    body::-webkit-scrollbar {
        background-color: rgba(0, 140, 214, 0.4);
        width: 13px;
    }

    body::-webkit-scrollbar-thumb {
        background-color: rgba(17, 161, 225, 1);
    }

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    a:hover {
        color: #11a1e1;
    }

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

.swiper-container {
    width: 100%;
    max-height: 930px;
    position: relative;
    /* margin-top: 100px; */
}

.zflogo {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 24%;
    height: auto;
}

    .zflogo a {
        width: 100%;
        display: block;
        height: 100%;
    }

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

.swiper-container .notice::after {
    content: "";
    width: 2px;
    height: 50px;
    background-color: #FFF;
    position: absolute;
    left: -10px;
    bottom: -20px;
}

.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;
}

.my-title {
    position: absolute;
    left: calc(50% - 19vw);
    top: 17vw;
    z-index: 9999;
    width: 42vw;
}

.swiper-pagination-bullet {
    width: 31px;
    height: 9px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 5px;
}

.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}

.swiper-pagination {
    bottom: 3 0px !important;
}

.swiper-slide {
    overflow: hidden;
}

    .swiper-slide img {
        height: 100%;
        width: 100%;
    }

.nav {
    width: 100%;
    height: 1rem;
    background-color: white;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
}

    .nav .wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0 auto;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0px 1%;
    }

        .nav .wrapper .logo {
            display: flex;
            align-items: center;
            width: 4.1rem;
            height: auto;
            flex-shrink: 0;
            /* flex-shrink: 0; */
        }

            .nav .wrapper .logo a {
                display: block;
                width: 100%;
                height: 100%;
            }

.search {
    width: 60px;
    height: 16px;
    text-align: center;
    border-left: 1px solid #000;
    position:relative;
    cursor:pointer;
}
    .search .search-box {
        
        width: 4rem;
        position: absolute;
        right: 0px;
        top: 0.65rem;
        height:0.7rem;
        padding: 0.18rem;
        background: white;
        box-sizing:border-box;
        display:flex;
        border-radius: 5px;
    }
    .search .hideSearch{
        display:none;
    }
    .search .search-box input {
        width: 3rem;
        height: 100%;
        line-height: 0.35rem;
        padding-left: 0.2rem;
        color: #999;
        box-sizing: border-box;
        outline: none;
        border: 1px #ebecec solid;
        border-radius: 5px 0 0 5px;
    }
        .search .search-box button{
            outline:none;
            height:100%;
            border:none;
            color:white;
            background:rgba(17, 161, 225, 1)
        }
        .search img {
            width: 20px;
            height: 20px;
            margin-top: -2px;
        }

.nav .wrapper .contact {
    display: flex;
    height: 100%;
    align-items: center;
}

    .nav .wrapper .contact .lf {
        margin-right: 4%;
    }

    .nav .wrapper .contact .rg {
        height: 55px;
        box-sizing: border-box;
        padding-left: 8%;
        border-left: 1px solid rgba(0, 0, 0, 0.06);
    }

    .nav .wrapper .contact .lf img {
        width: 100%;
        height: 100%;
    }

    .nav .wrapper .contact .rg p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        color: #3c3c3c;
    }

    .nav .wrapper .contact .rg img {
        max-width: 160px;
        max-height: 23px;
    }

.nav-list {
    /* width: 100%; */
    width: 12.5rem;
    height: 100%;
    box-sizing: border-box;
    /* padding:0 9%; */
}

    .nav-list ul {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
    }

        .nav-list ul li {
            color: #000;
            width: 1.2rem;
            text-align: center;
            font-weight: 600;
            font-size: 0.18rem;
            position:relative;   
            
            height:100%;
        }
            .nav-list ul li &gt; a:nth-child(1) {
                height: 100%;
                line-height: 1rem;
            }
            .nav-list ul .active {
                color: #008cd6;
            }
                .nav-list ul .active&gt;a{
                    border-bottom:2px solid rgba(17, 161, 225, 1);
                }

                .nav-list ul li:hover {
                    color: #008cd6;
    background-color: rgba(0,140,214,0.1);
                }
        .nav-list ul li .sub {
            position: absolute;
            width: fit-content;
            box-sizing: content-box;
          
            background: white;
            top: 1.00rem;
            border-radius: 0px;
            display:none;
background-color: #11a1e1;
min-width:100%;
        
        }
        .nav-list ul li:hover .sub{
            display:block;

        }
        .nav-list ul li .sub a {
            width: 100%;
            white-space:nowrap;
            display: block;
            text-align: center;
            box-sizing: border-box;
            padding: 0.1rem 0.2rem;
            font-weight: 500;
	    font-size:0.16rem;
            color: #fff;
        }
                .nav-list ul li .sub a:hover {
                    background: rgba(255,255, 225, 0.2);
                    color: #FFF;
                }
                /* drop-nav */
                /* product.html */
                .drop-nav {
                    width: 14rem;
                    height: 76px;
                    box-sizing: border-box;
                    background-color: white;
                    margin: 0 auto;
                    margin-top: -30px;
                    position: relative;
                    z-index: 3;
                    display: flex;
                    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#11a1e1, #11a1e1);
                    background-blend-mode: normal, normal;
                    box-shadow: 1px 2px 10px 0px rgba(0, 21, 30, 0.08);
                    justify-content: space-between;
                    padding: 0px 20px 0px 0px;
                    line-height: 76px;
                }

    .drop-nav .left {
        /* width: 50%; */
        width: 65%;
        max-width: 65%;
    }

    .drop-nav ul {
        display: flex;
        padding: 0;
        margin: 0%;
        /* justify-content: space-between; */
        width: 100%;
    }

    .drop-nav .left ul li {
        /* width: 130px; */
        /* max-width: 130px; */
        flex-shrink: 0;
        height: 100%;
        /* flex-grow: 1; */
        line-height: 76px;
        box-sizing: border-box;
        padding: 0px 0.4rem;
        text-align: center;
        position: relative;
    }

    .drop-nav .left ul .active {
        font-weight: 600;
    }

        .drop-nav .left ul .active a {
            color: #11a1e1;
            border-bottom: 4px solid #11a1e1;
        }

    .drop-nav .left ul li::after {
        content: "";
        width: 1px;
        height: 15px;
        position: absolute;
        right: 0px;
        top: 30px;
        background-color: #cfcfcf;
    }

    .drop-nav .left ul li a {
        font-family: 微软雅黑;
        line-height: 56px;
        color: #333333;
        font-size: 18px;
    }

    .drop-nav ul li a {
        font-family: 微软雅黑;
        line-height: 36px;
        color: #333333;
        font-size: 18px;
    }

    .drop-nav .right ul {
        display: flex;
        align-items: center;
        height: 100%;
    }

        .drop-nav .right ul li a {
            font-size: 14px;
        }

        .drop-nav .right ul li:hover {
            border: none;
        }

            .drop-nav .right ul li:hover a {
                color: #11a1e1;
            }




/* drop-nav */

.banner {
    width: 100%;
    height: 4.6rem;
}

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

.footer {
    width: 100%;
    height: auto;
    background-color: #2f2822;
    box-sizing: border-box;
    padding: 2% 10% 3% 10%;
}

    .footer .container {
        display: flex;
        height: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .footer .container .right {
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .footer .container .font_item {
            height: 100%;
            margin-top: 3%;
        }

        .footer .container .left {
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
            align-items: center;
            margin-bottom: 4%;
        }

        .footer .container .right .erweima {
            width: 110px;
            height: 110px;
            background-color: #ffffff;
            border-radius: 3px;
            margin-bottom: 10px;
        }

.page1 {
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: white;
}

    .page1 .notice {
        width: 100%;
        display: flex;
        background-color: #FFF;
        align-items: center;
        height: 60px;
        justify-content: space-between;
    }



        .page1 .notice .swiper-slide a {
            font-size: 14px;
            white-space: nowrap;
            display: flex;
		width:100%;	
            justify-content: space-between;
        }

        .page1 .notice .swiper-slide {
            margin: 0px;
            width: 35%;
            flex-shrink: 0;
            border-right: 1px solid #cecece;
            padding-right: 10px;
            height: 12px;
            margin-top: 25px;
        }

            .page1 .notice .swiper-slide a .time {
                margin-left: -40px;
            }

            .page1 .notice .swiper-slide a .content {
                padding-left: 25px;
                width: 75%;
                overflow: hidden;
                text-overflow: ellipsis;
            }

        .page1 .notice .middle {
            height: 100%;
            line-height: 100%;
            width: 84%;
            overflow: hidden;
        }

        .page1 .notice .left {
            width: 140px;
            height: 60px;
            font-size: 18px;
            font-weight: 600;
            color: white;
            text-align: center;
            line-height: 60px;
            background-color: #11a1e1;
        }

        .page1 .notice .right {
            width: 100px;
            height: 30px;
            background-color: #11a1e1;
            border-radius: 15px;
            text-align: center;
            line-height: 30px;
            color: white;
            margin-right: 2%;
        }

            .page1 .notice .right:hover a {
                color: #FFF;
            }

        .page1 .notice ul li a .content {
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .page1 .wrapper {
        width: 15.7rem;
        margin: 0% auto;
        margin-top: 2%;
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

        .page1 .wrapper .news-list {
            margin-left: 30px;
        }

            .page1 .wrapper .news-list ul {
                width: 100%;
                padding: 0;
            }

                .page1 .wrapper .news-list ul li {
                    height: 0.5rem;
                    /* line-height: 50px; */
                    position: relative;
                    cursor: pointer;
                    font-size: 0.22rem;
                    margin-bottom: 0px;
                    width: fit-content;
                    padding: 0px 0.3rem 0.2rem 0.3rem;
                }

                    .page1 .wrapper .news-list ul li::after {
                        content: "";
                        width: 6px;
                        height: 6px;
                        position: absolute;
                        left: 0px;
                        top: 20px;
                        background-color: #999999;
                        border-radius: 50%;
                    }

                    .page1 .wrapper .news-list ul li a {
                        display: flex;
                        justify-content: space-between;
                        font-family: 微软雅黑;
                        font-size: 16px;
                        color: #333333;
                    }

    .page1 .swiper-container {
        margin-top: 0;
        width: 7.5rem;
        height: 6.2rem;
        flex-shrink: 0;
    }

        .page1 .swiper-container .swiper-slide {
            position: relative;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

            .page1 .swiper-container .swiper-slide img {
                height: 4.84rem;
            }

            .page1 .swiper-container .swiper-slide .title {
                width: 100%;
                height: 1.38rem;
                background-color: #f2f2f2;
                color: #000;
                line-height: 0.4rem;
                box-sizing: border-box;
                /* padding: 10px; */
                padding-left: 0.15rem;
                display: flex;
                flex-direction: column;
                position: relative;
                flex-shrink: 0;
                text-align: left;
            }

                .page1 .swiper-container .swiper-slide .title .time {
                    position: absolute;
                    width: 0.9rem;
                    left: 0;
                    top: -0.7rem;
                    color: white;
                    height: 0.9rem;
                    background-color: #11a1e1;
                    text-align: center;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                }

                    .page1 .swiper-container .swiper-slide .title .time h4 {
                        line-height: 0.16rem;
                        font-size: 0.24rem;
                        margin: 0;
                        margin-bottom: 0.14rem;
                    }

                    .page1 .swiper-container .swiper-slide .title .time div {
                        line-height: 0.16rem;
                        font-weight: 400;
                        font-size: 0.16rem;
                    }

                .page1 .swiper-container .swiper-slide .title h2 {
                    font-size: 0.2rem;
                    font-weight: 600;
                    margin: 0;
                    margin-top: 0.18rem;
                }

                .page1 .swiper-container .swiper-slide .title:hover h2 {
                    color: #008cd6;
                    cursor: pointer;
                }

                .page1 .swiper-container .swiper-slide .title p {
                    font-size: 0.14rem;
                    color: #666;
                    margin: 0;
                    margin-top: 0.1rem;
                    line-height: 0.21rem;
                }

                .page1 .swiper-container .swiper-slide .title .page1 .news-list ul {
                    margin: 0;
                    padding: 0;
                }


.news-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    align-items: center;
}

    .news-title .left {
        display: flex;
        padding: 0;
        margin: 0;
    }

        .news-title .left li::after {
            display: none;
        }

        .news-title .left li::before {
            width: 1px;
            height: 20px;
            background-color: #dcdcdc;
            content: "";
            position: absolute;
            right: 0;
            top: 0rem;
        }

        .news-title .left li {
            text-align: center;
            position: relative;
            width: 20%;
        }

            .news-title .left li a {
                display: block !important;
                width: 100% !important;
                text-align: center;
                font-size: 20px;
                font-weight: normal;
                letter-spacing: 0px;
                transition: 0.2s;
                color: #333333;
            }

            .news-title .left li:nth-child(1) a {
                text-align: left;
            }

            .news-title .left li:nth-child(1) {
                text-align: left;
                padding-left: 0 !important;
            }

        .news-title .left .active {
            font-size: 0.26rem !important;
            font-weight: 600;
            line-height: 26px;
            color: #333333;
            border-bottom: 3px solid #11a1e1;
        }

            .news-title .left .active a {
                font-size: 26px !important;
                font-weight: 600 !important;
                color: #333333;
                position: relative;
                text-align: left;
            }


            .news-title .left .active::after {
                content: "";
                width: 104px;
                height: 3px;
                background-color: #11a1e1;
                position: absolute;
                left: 0;
                bottom: 0;
            }

    .news-title .right {
        font-family: MicrosoftYaHei;
        font-size: 0.16rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #999999;
        flex-shrink: 0;
    }



#swiper-news .swiper-pagination {
    right: 0px;
    padding-right: 10px;
    bottom: 12px !important;
    text-align: right;
    right: 9px;
}

#swiper-news .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    opacity: 1;
}

#swiper-news .swiper-pagination-bullet-active {
    background-color: #11a1e1 !important;
}

.First-new {
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding: 0.15rem;
    display: flex;
    margin-top: 0.22rem;
    justify-content: space-between;
    margin-bottom: 0rem;
    cursor: pointer;
    /* transition: 0.5s; */
}

    .First-new .right {
        flex: 1;
        margin-left: 0.2rem;
        text-align: left;
    }

        .First-new .right h1 {
            font-family: 微软雅黑;
            font-size: 0.18rem;
            line-height: 0.3rem;
            color: #333333;
            font-weight: 500;
            margin: 0;
overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

        .First-new .right span {
            line-height: 0.3rem;
            color: #999999;
            font-size: 0.14rem;
            display: none;
            transition: 0.5s;
        }

        .First-new .right p {
            font-size: 0.14rem;
            margin-top: 10px;
            color: #555555;
            line-height: 0.2rem;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

.news-list .active .right span {
    display: inline-block;
    transition: 0.5s;
}

.First-new .left {
    display: none;
}

.First-new .time {
    border-right: 1px solid #dcdcdc;
    height: 0.9rem;
    box-sizing: border-box;
    padding-top: 0.1rem;
    padding-right: 0.1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.5s;
}

    .First-new .time h3 {
        font-weight: 600;
        font-size: 0.36rem;
        margin: 0;
    }

    .First-new .time p {
        font-size: 0.14rem;
        margin: 0;
        color: #333333;
    }

.First-new .right:hover h1 {
    color: #11a1e1;
}

.First-new .right:hover a p {
    color: #11a1e1;
}

.news-list .active1 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border: solid 1px #ffffff;
    /* transition: 0.5s; */
}

    .news-list .active1 .time {
        display: none;
        transition: 0.5s;
    }

    .news-list .active1 .right span {
        display: block;
        transition: 0.5s;
    }

    .news-list .active1 .left {
        display: block;
        width: 1.68rem;
        height: 1.22rem;
        transition: 0.5s;
    }

.page1 .container .wrapper .swiper-container {
    width: 35vw;
    max-height: 460px;
    margin: 0;
}



footer {
    background-image: url(../images/footerbg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.footer2 {
    width: 100%;
    /* height: 338px; */
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 30px 0px 30px 0px;
    flex-direction: column;
}

    .footer2 .mt-ul {
        display: flex;
        width: 82%;
        margin: 0 auto;
        flex-direction: row;
    }

    .footer2 .wrapper {
        width: 82%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .footer2 .wrapper .left {
            display: flex;
            /* width: 60%; */
            justify-content: space-around;
            flex-direction: column;
            color: white;
        }

.footer3 {
    width: 100%;
    height: 66px;
    text-align: center;
    font-family: 微软雅黑;
    font-size: 14px;
    color: #666666;
    line-height: 66px;
}

.footer2 .wrapper .right p {
    font-size: 16px;
}

.footer2 ul {
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    margin-right: 5%;
    flex-shrink: 0;
    /* height: 100px; */
}

    .footer2 ul li {
        text-align: left;
        line-height: 36px;
        margin-right: 20px !important;
    }

        .footer2 ul li a {
            color: #FFF;
            line-height: 20px;
            font-size: 14px;
        }

            .footer2 ul li a:hover {
                color: #11a1e1;
            }

.footer2 .wrapper .left ul li:nth-child(1) a {
    font-weight: 600;
    color: #fff;
    font-family: 微软雅黑;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.footer2 .wrapper .left ul li {
    line-height: 50px;
    max-width: 120px;
}

.footer2 .right .contact-us h5 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0px;
}

.footer2 .right .contact-us img {
    margin-top: 10px;
}

.footer2 .right .code {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
}

.footer2 .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .footer2 .right .code img {
        width: 126px;
        height: 126px;
    }

    .footer2 .right .code div {
        display: flex;
        margin-left: 15px;
        font-size: 14px;
        color: white;
        margin-top: 20px;
    }

        .footer2 .right .code div h6 {
            margin: 0;
            padding: 0;
            font-size: 14px;
            margin-bottom: 20px;
            margin-right: 10px;
        }

.footer3 {
    width: 100%;
    height: 80px;
    font-family: 微软雅黑;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 66px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    padding: 0px 8%;
    overflow: hidden;
    align-items: center;
}

    .footer3 .left {
        display: flex;
        flex-direction: column;
    }

        .footer3 .left a {
            height: 30px;
            line-height: 30px;
            text-align: left;
        }

.page2 {
    width: 100%;
    height: 4.4rem;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 0.6rem 0px 0px 0px;
    background-size: 100% 100%;
    overflow: hidden;
}

    .page2 ul {
        padding: 0;
        width: 16rem;
        margin: 0 auto;
        margin-top: 0.5rem;
        display: flex;
        justify-content: space-between;
    }

        .page2 ul li {
            width: 2rem;
            height: 2rem;
            background-color: #fff;
            border-radius: 0.2rem;
            font-size: 0.18rem;
            color: #333;
        }

            .page2 ul li a {
                display: flex;
                align-items: center;
                width: 100%;
                height: 100%;
                flex-direction: column;
                justify-content: center;
            }

            .page2 ul li .cricle {
                width: 0.86rem;
                height: 0.86rem;
                background-color: rgba(17, 161, 225, 0.2);
                justify-content: center;
                display: flex;
                align-items: center;
                border-radius: 0.43rem;
            }

                .page2 ul li .cricle img {
                    width: 0.4rem;
                    height: auto;
                }

            .page2 ul li img {
                width: 0.86rem;
                height: 0.86rem;
            }

                .page2 ul li img:nth-child(2) {
                    display: none;
                }

        .page2 ul .active img:nth-child(1) {
            display: none;
        }

        .page2 ul .active img:nth-child(2) {
            display: block;
        }

    .page2 .title {
        width: 16rem;
        margin: 0 auto;
        display: flex;
        align-items: baseline;
        color: white;
    }

        .page2 .title h2 {
            margin: 0;
            font-size: 0.3rem;
        }

        .page2 .title span {
            font-size: 0.24rem;
            margin-left: 10px;
        }

    .page2 ul .active {
        background-color: #11a1e1;
    }

    .page2 ul li:hover {
        animation: 1s iconAnimation !important;
    }

    .page2 ul .active a {
        color: white;
    }

    .page2 ul .active .cricle {
        background-color: rgba(255, 255, 255, 0.2);
    }

@keyframes iconAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.page3 {
    width: 100%;
    height: 7rem;
    background-image: url(../images/bg3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
}

    .page3 .wrapper {
        display: flex;
        width: 16rem;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: space-between;
    }

        .page3 .wrapper .left {
            overflow: hidden;
        }

            .page3 .wrapper .left video {
                width: 7.8rem;
                height: 5.1rem;
                background-color: #000000;
                object-fit: fill;
            }

        .page3 .wrapper .right {
            margin-left: 0.6rem;
            width: 7.2rem;
            color: white;
            overflow: hidden;
        }

            .page3 .wrapper .right .title {
                display: flex;
                align-items: baseline;
            }

            .page3 .wrapper .right h4 {
                font-size: 0.3rem;
                font-weight: 600;
                margin-top: 0px;
            }

            .page3 .wrapper .right span {
                font-size: 0.24rem;
                margin-left: 0.1rem;
            }

            .page3 .wrapper .right .content {
                font-family: MicrosoftYaHei;
                font-size: 0.16rem;
                line-height: 0.32rem;
                letter-spacing: 0px;
                color: #ffffff;
                cursor: pointer;
            }

                .page3 .wrapper .right .content:hover {
                    color: #11a1e1;
                }

            .page3 .wrapper .right .more {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 1.8rem;
                height: 0.6rem;
                border-radius: 0.3rem;
                border: solid 1px #c6c7c8;
                margin-top: 0.5rem;
            }

                .page3 .wrapper .right .more img {
                    width: 0.17rem;
                    height: 0.1rem;
                    margin-right: 0.05rem;
                }

            .page3 .wrapper .right ul {
                display: flex;
                width: 100%;
                justify-content: space-between;
                padding: 0;
            }

                .page3 .wrapper .right ul .num {
                    font-size: 0.48rem;
                    font-weight: 600;
                    font-family: fantasy;
                }

            .page3 .wrapper .right .datas {
                margin-top: 0.3rem;
                overflow: hidden;
            }

                .page3 .wrapper .right .datas li h3 {
                    margin-bottom: 8px;
                }

                .page3 .wrapper .right .datas li span {
                    font-size: 0.16rem;
                    margin-left: 5px;
                }

.page4 {
    width: 100%;
    background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 8%;
    padding-top: 64px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 70px;
}

    .page4 .warp {
        width: 48%;
        display: flex;
        flex-direction: column;
    }

    .page4 .title {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


        .page4 .title .left h2 {
            margin: 0;
            font-size: 0.3rem;
        }

        .page4 .title .left span {
            font-size: 0.24rem;
            color: #bbbbbb;
        }

        .page4 .title .right {
            font-size: 0.16rem;
            color: #999999;
        }

    .page4 .info {
        display: flex;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        margin-top: 0.45rem;
        overflow: hidden;
        flex-wrap: wrap;
        justify-content: space-between;
        border: 1px solid #ccc;
        border-radius: 0.1rem;
        background: white;
    }

        .page4 .info li {
            width: 100%;
            height: 100px;
            margin-bottom: 0rem;
            background-color: white;
            box-sizing: border-box;
            padding: 0.08rem;
            padding-right: 0.1rem;
            border-radius: 0.1rem;
        }

            .page4 .info li a {
                display: flex;
                width: 100%;
                height: 100%;
            }

                .page4 .info li a .left {
                    width: 10%;
                    display: flex;
                    /* text-align: center; */
                    align-items: center;
                    justify-content: center;
                    flex-direction: column;
                    background-image: url(../images/rilibg.png);
                    background-repeat: no-repeat;
                    background-size: 100% 90%;
                    flex-shrink: 0;
                }

                    .page4 .info li a .left div:nth-child(1) {
                        font-size: 0.14rem;
                        color: #333333;
                        margin-top: 0.1rem;
                    }



                    .page4 .info li a .left div:nth-child(2) {
                        font-size: 0.26rem;
                        color: #333333;
                    }

                .page4 .info li a .right {
                    display: flex;
                    flex-direction: column;
                    margin-left: 25px;
		    margin-top:10px;
                }

                    .page4 .info li a .right h3 {
                        font-weight: 600;
                        font-size: 0.2rem;
                        margin: 0;
                        transition: 0.4s;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                    }

                    .page4 .info li a .right p {
                        color: #666666;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                    }

        .page4 .info .active a .right h3 {
            color: #008cd6;
        }

.animate__delay-05s {
    --animate-delay: 0.5s;
}

.animate__delay-06s {
    --animate-delay: 0.6s;
}

.animate__delay-07s {
    --animate-delay: 0.7s;
}

.animate__delay-08s {
    --animate-delay: 0.8s;
}

.animate__delay-09s {
    --animate-delay: 0.9s;
}

.animate__delay-1s {
    --animate-delay: 1s;
}

.videomask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 1);
    z-index: 99999999;
    transition: 0.8s;
}

    .videomask video {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }


/**页面加载**/
#loading {
    background-color: #008cd6;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999;
}

    #loading .logo-wrap {
        /* background: #000 url(https://www.hwayuan.com/templates/main/images/white-logo.png) center no-repeat; */
        /* background: #000 url(../images/title-white.png) center no-repeat; */
        background: #008cd6 url(../images/title-white.png) center no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        /* width: 392px;
  height: 59px; */
        z-index: 8;
        width: 1200px;
        height: 400px;
        opacity: 1;
    }

        #loading .logo-wrap.on {
            opacity: 0;
            pointer-events: none;
            -webkit-animation: fadeOut 2s ease-in-out;
            animation: fadeOut 2s ease-in-out;
        }

    #loading .load-ball {
        background-image: url(https://www.hwayuan.com/templates/main/images/loading.png);
        background-size: 100% 100%;
        /* width: 400px;
  height: 200px; */
        position: absolute;
        width: 1200px;
        height: 400px;
        top: -50px;
        left: 0;
        pointer-events: none;
        z-index: 2;
        opacity: 0;
    }

        #loading .load-ball.on {
            -webkit-animation: water-go 5s linear both;
            animation: water-go 5s linear both;
        }


    #loading .load-mask {
        background-color: rgba(0, 140, 214, 0.77);
        /* width: 400px;
  height: 60px; */
        width: 1200px;
        height: 400px;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        -webkit-animation: load-mask-go 3s ease-in-out both;
        animation: load-mask-go 3s ease-in-out both;
    }

@-webkit-keyframes load-mask-go {
    0% {
        left: 0px;
    }

    100% {
        left: 1200px;
    }
}

@keyframes load-mask-go {
    0% {
        left: 0px;
    }

    100% {
        left: 1200px;
    }
}

@-webkit-keyframes water-go {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(15, 15);
        transform: scale(15, 15);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(15, 15);
        transform: scale(15, 15);
        opacity: 1;
    }
}

@keyframes water-go {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(15, 15);
        transform: scale(15, 15);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(15, 15);
        transform: scale(15, 15);
        opacity: 1;
    }
}

@keyframes titleAnimation {
    0% {
        transform: translateX(100vw) scale(1.1);
    }



    100% {
        transform: translateX(0) scale(1);
    }
}

.page5 {
    background-color: white;
    background-image: none;
}

.introduce-container {
    background-image: url(../images/aboutBg.png);
    margin-top: -46px;
}

    .introduce-container .container {
        width: 14rem;
	min-height:8rem;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 1.15rem 0px;
    }

    .introduce-container .header-title {
        width: 45%;
    }

        .introduce-container .header-title h3 {
            margin: 0px;
            box-sizing: border-box;
            font-size: 0.32rem;
            color: #222222;
        }

        .introduce-container .header-title p {
            font-size: 0.24rem;
            letter-spacing: 0px;
            color: #bbbbbb;
            margin: 0px;
            line-height: 36px;
        }

.about img {
    width: 6.4rem;
    height: auto;
    margin: 0.3rem;
}

.about-info {
    display: flex;
    width: 7rem;
    margin: 0;
    padding: 0;
    margin-top: 0.2rem;
    box-sizing: border-box;
    justify-content: space-between;
}

    .about-info li .num {
        color: #11a1e1;
        font-weight: 600;
        font-size: 0.48rem;
    }

        .about-info li .num span {
            font-size: 0.16rem;
            font-weight: 500;
            margin-left: -0.1rem;
        }

    .about-info li .desc {
        font-size: 0.16rem;
        line-height: 36px;
        letter-spacing: 0px;
        color: #222222;
    }

.content {
    /* margin-top: 0.3rem; */
}

    .content p {
        color: #222222;
        font-size: 0.16rem;
        line-height: 0.3rem;
        margin-bottom: 0.15rem;
       /* text-indent: 0.32rem; */
    }

.leader img {
    width: 5rem;
    height: 6.4rem;
    background-image: #11a1e1;
}

.leader .content h6 {
    font-size: 0.16rem;
    font-weight: 500;
}

.leader .content p {
    margin-bottom: 0px;
    margin-top: 10px;
}

.organization {
    min-height: 140vh;
    background-image: url(../images/aboutBg1.png);
}

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

.introduce-container .wrapper {
    width: 14rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 1.15rem 0px;
}

    .introduce-container .wrapper .newspaper {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        padding: 0;
        margin-top: -0.2rem;
    }

        .introduce-container .wrapper .newspaper li {
            margin-right: 0.4rem;
            width: 3.2rem;
            height: 5rem;
            margin-bottom: 0.45rem;
            background-color: white;
            box-sizing: border-box;
            padding: 0.18rem 0.15rem;
        }

            .introduce-container .wrapper .newspaper li .show {
                width: 100%;
                height: 90%;
                overflow: hidden;
                margin-bottom: 0.2rem;
            }

                .introduce-container .wrapper .newspaper li .show img {
                    width: 100%;
                    height: 100%;
                    transition: 1s all;
                }

                .introduce-container .wrapper .newspaper li .show:hover img {
                    transform: scale(1.08);
                }

            .introduce-container .wrapper .newspaper li .title {
                width: 100%;
                font-size: 0.18rem;
                line-height: 0.28rem;
                text-align: center;
                color: #333333;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                transition: 1s all;
            }

            .introduce-container .wrapper .newspaper li:hover .title {
                color: #11a1e1;
            }

            .introduce-container .wrapper .newspaper li:nth-child(4n) {
                margin-right: 0px;
            }

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pagination ul {
        display: flex;
        padding: 0;
        margin: 0;
    }

        .pagination ul li,
        .pagination .left,
        .pagination .right {
            width: 42px;
            height: 42px;
            text-align: center;
            line-height: 42px;
            color: #000;
            margin: 0px 5px;
            background-color: #ffffff;
            border: solid 1px #d4d5e3;
            cursor: pointer;
        }

        .pagination ul .active {
            background-color: #11a1e1;
            border: solid 1px #d4d5e3;
            color: white;
        }

.introduce-container .wrapper .honor {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 0;
    margin-top: -0.2rem;
}

    .introduce-container .wrapper .honor li {
        margin-right: 0.4rem;
        width: 4.4rem;
        height: 3.7rem;
        margin-bottom: 0.45rem;
        background-color: white;
        box-sizing: border-box;
        padding: 0.2rem;
        box-shadow: 0px 6px 20px 0px rgba(0, 20, 18, 0.06);
    }

        .introduce-container .wrapper .honor li .show {
            width: 100%;
            height: 90%;
            overflow: hidden;
            display: flex;
            justify-content: center;
            margin-bottom: 0.1rem;
        }

        .introduce-container .wrapper .honor li a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .introduce-container .wrapper .honor li .show img {
            width: fit-content;
            height: 100%;
            transition: 1s all;
        }

        .introduce-container .wrapper .honor li .show:hover img {
            transform: scale(1.08);
        }

        .introduce-container .wrapper .honor li:hover .title {
            color: #11a1e1;
        }

        .introduce-container .wrapper .honor li .title {
            width: 100%;
            font-size: 0.18rem;
            line-height: 0.28rem;
            text-align: center;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            transition: 1s all;
            -webkit-box-orient: vertical;
        }

        .introduce-container .wrapper .honor li:nth-child(3n) {
            margin-right: 0px;
        }

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.introduce-container .wrapper .tabs {
    margin-top: -0.3rem;
    display: flex;
    margin-bottom: 0.4rem;
}

    .introduce-container .wrapper .tabs .tab {
        box-sizing: border-box;
        height: 0.64rem;
        width: 2.1rem;
        background-color: #cfecf9;
        border-radius: 0.32rem;
        /* padding: 0rem 0.6rem; */
        text-align: center;
        font-size: 0.18rem;
        line-height: 0.64rem;
        font-weight: 600;
        cursor: pointer;
        margin-right: 20px;
        color: #11a1e1;
    }

    .introduce-container .wrapper .tabs .active {
        color: #FFF;
        background-color: #11a1e1;
    }

.introduce-container .wrapper .brand {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding: 0;
    margin-top: 0.3rem;
    overflow: hidden;
    width: 100%;
}

    .introduce-container .wrapper .brand li {
        margin-right: 0.3rem;
        width: 3.27rem;
        height: 2.4rem;
        margin-bottom: 0.3rem;
    }

        .introduce-container .wrapper .brand li .show {
            width: 100%;
            height: 100%;
            overflow: hidden;
            margin-bottom: 0.1rem;
        }

            .introduce-container .wrapper .brand li .show img {
                width: 100%;
                height: 100%;
                transition: 1s all;
            }

            .introduce-container .wrapper .brand li .show:hover img {
                transform: scale(1.08);
            }

        .introduce-container .wrapper .brand li:hover .title {
            color: #11a1e1;
        }

        .introduce-container .wrapper .brand li .title {
            width: 100%;
            font-size: 0.18rem;
            line-height: 0.28rem;
            text-align: center;
            color: #333333;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            transition: 1s all;
            -webkit-box-orient: vertical;
        }

        .introduce-container .wrapper .brand li:nth-child(4n) {
            margin-right: 0px;
        }

.news {
    background-image: url(../images/detail-bg.png);
    background-attachment:fixed;
    background-size:100% 100% ;
    background-position:40% 0%;
    background-repeat:no-repeat;
}

.news-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
}

    .news-list li {
        width: 100%;
        box-sizing: border-box;
        padding: 0rem 0rem 0.37rem 0px;
         border-bottom: 1px solid #e7e7e7; 
        display: flex;
        cursor: pointer;
        margin-bottom: 0.3rem;
    }

        .news-list li .left {
            display: flex;
            width: 1.8rem;
            flex-shrink: 0;
        }

            .news-list li .left .lf {
                font-size: 0.40rem;
                font-weight: 600;
                line-height: 30px;
                height: fit-content;
                letter-spacing: 0px;
                color: #11a1e1;
                color: #999999;
                box-sizing: border-box;
                padding: 0px 0.1rem 0px 0px;
                border-right: 1px solid #dddddd;
            }

            .news-list li .left .rg {
                box-sizing: border-box;
                padding: 0px 0px 0px 0.1rem;
                color: #666666;
                font-size: 0.16rem;
            }

                .news-list li .left .rg img {
                    width: 0.16rem;
                    height: 0.16rem;
                }

                .news-list li .left .rg p {
                    margin: 0;
                }

        .news-list li .middle {
            width: 3.5rem;
            height: 2rem;
            overflow: hidden;
            flex-shrink: 0;
            margin: 0px 0.2rem 0px 0px;
        }

            .news-list li .middle img {
                width: 100%;
                height: 100%;
                transition: 1s all;
            }

        .news-list li .right {
            width: 8rem;
        }

            .news-list li .right .title {
                font-size: 22px;
                font-weight: 600;
                line-height: 36px;
                color: #333333;
            }

            .news-list li .right .content-text {
                width: 100%;
                overflow: hidden;
                white-space: wrap;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                transition: 1s all;
                -webkit-box-orient: vertical;
                color: #666666;
                line-height: 30px;
                margin: 0.2rem 0;
                font-size: 16px;
            }

            .news-list li .right .more {
                display: flex;
                align-items: center;
                font-size: 14px;
            }

                .news-list li .right .more img {
                    width: 0.15rem;
                    height: 0.08rem;
                    margin-right: 0.06rem;
                }

                    .news-list li .right .more img:nth-child(2) {
                        display: none;
                    }

        .news-list li:hover .right .more {
            color: #11a1e1;
        }

            .news-list li:hover .right .more img:nth-child(1) {
                display: none;
            }

            .news-list li:hover .right .more img:nth-child(2) {
                display: block;
            }

        .news-list li:hover .lf {
            color: #11a1e1;
        }

        .news-list li:hover .middle img {
            transform: scale(1.08);
        }

        .news-list li:hover .right .title {
            color: #11a1e1;
        }

.tender-list {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: -0.3rem;
    margin-bottom: 0.8rem;
}

    .tender-list li {
        width: 100%;
        box-sizing: border-box;
        padding: 0rem 0rem 0.17rem 0px;
        border-bottom: 1px solid #e7e7e7;
        display: flex;
        cursor: pointer;
        margin-bottom: 0.15rem;
        flex-direction: column;
    }

        .tender-list li .title {
            font-size: 22px;
            font-weight: 600;
            line-height: 36px;
            color: #333333;
            transition: 0.7s all;
            margin: 0.25rem 0rem;
            overflow: hidden;
            white-space: wrap;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            transition: 1s all;
            -webkit-box-orient: vertical;
        }

        .tender-list li .from {
            display: flex;
            color: #888888;
        }

            .tender-list li .from span {
                margin-right: 0.3rem;
            }

        .tender-list li .more {
            display: flex;
            align-items: center;
            font-size: 14px;
            transition: 0.7s all;
        }

            .tender-list li .more img {
                width: 0.15rem;
                height: 0.08rem;
                margin-right: 0.06rem;
            }

                .tender-list li .more img:nth-child(2) {
                    display: none;
                }

        .tender-list li:hover .more {
            color: #11a1e1;
        }

            .tender-list li:hover .more img:nth-child(1) {
                display: none;
            }

            .tender-list li:hover .more img:nth-child(2) {
                display: block;
            }

        .tender-list li:hover .title {
            color: #11a1e1;
            margin-left: 0.4rem;
        }

.mask {
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    overflow: hidden;
    transition: 1s all;
}

    .mask .container {
        width: 83%;
        position: absolute;
        right: 0;
        background-color: white;
        height: 100%;
        z-index: 999;
        box-sizing: border-box;
        padding: 0.6rem 0;
        height: 100%;
        overflow-y: scroll;
    }

        .mask .container .wrapper {
            width: 9.5rem;
            margin: 0 auto;
        }

            .mask .container .wrapper::-webkit-scrollbar {
                display: none;
            }

            .mask .container .wrapper .line {
                width: 100%;
                height: 1px solid #ebebeb;
            }

            .mask .container .wrapper .title {
                font-family: MicrosoftYaHei-Bold;
                font-size: 28px;
                font-weight: 600;
                font-stretch: normal;
                line-height: 70px;
                letter-spacing: 0px;
                color: #333333;
            }

            .mask .container .wrapper .time {
                font-size: 14px;
                line-height: 30px;
                letter-spacing: 0px;
                color: #999999;
                display: flex;
                align-items: center;
            }

                .mask .container .wrapper .time img {
                    width: 16px;
                    height: 16px;
                    margin-right: 10px;
                }

            .mask .container .wrapper .content {
                width: 100%;
            }

                .mask .container .wrapper .content img {
                    /*   width: 6.3rem;
                    height: 4.2rem;*/
                    margin: 0 auto;
                    text-align: center;
                }

                .mask .container .wrapper .content p {
                    font-size: 16px;
                    line-height: 0.36rem;
                }

.exit {
    width: 1rem;
    height: 1rem;
    background-color: #11a1e1;
    position: fixed;
    right: 0px;
    top: 0px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    flex-direction: column;
    padding: 0.2rem 0;
}

    .exit img {
        width: 30%;
        flex-shrink: 0;
        height: 40%;
    }

    .exit p {
        margin: 0;
        margin-top: 10px;
    }


.mask .container::-webkit-scrollbar {
    background-color: rgba(0, 140, 214, 0.4);
    width: 13px;
}

.mask .container::-webkit-scrollbar-thumb {
    background-color: rgba(17, 161, 225, 1);
}

.introduce-container .page2 {
    width: 100%;
    height: 3rem;
    background-image: none;
    background-color: #eef5ff;
}



    .introduce-container .page2 ul {
        padding: 0;
        width: 14rem;
        margin: 0 auto;
        /* margin-top: 50px; */
        display: flex;
        height: 100%;
        align-items: center;
        justify-content: space-between;
    }

        .introduce-container .page2 ul li {
            width: 1.76rem;
            height: 1.76rem;
            background-color: #fff;
            border-radius: 0.2rem;
            font-size: 0.18rem;
            color: #333;
        }

            .introduce-container .page2 ul li a {
                display: flex;
                align-items: center;
                width: 100%;
                height: 100%;
                flex-direction: column;
                justify-content: center;
            }

            .introduce-container .page2 ul li .cricle {
                width: 0.86rem;
                height: 0.86rem;
                background-color: rgba(17, 161, 225, 0.2);
                justify-content: center;
                display: flex;
                align-items: center;
                border-radius: 0.43rem;
            }

                .introduce-container .page2 ul li .cricle img {
                    width: 0.4rem;
                    height: auto;
                }

            .introduce-container .page2 ul li img {
                width: 0.86rem;
                height: 0.86rem;
            }

                .introduce-container .page2 ul li img:nth-child(2) {
                    display: none;
                }

        .introduce-container .page2 ul .active img:nth-child(1) {
            display: none;
        }

        .introduce-container .page2 ul .active img:nth-child(2) {
            display: block;
        }

    .introduce-container .page2 .title {
        width: 1600px;
        margin: 0 auto;
        display: flex;
        align-items: baseline;
        color: white;
    }

        .introduce-container .page2 .title h2 {
            margin: 0;
            font-size: 30px;
        }

        .introduce-container .page2 .title span {
            font-size: 24px;
            margin-left: 10px;
        }

    .introduce-container .page2 ul .active {
        background-color: #11a1e1;
    }

    .introduce-container .page2 ul li:hover {
        animation: 1s iconAnimation !important;
    }

    .introduce-container .page2 ul .active a {
        color: white;
    }

    .introduce-container .page2 ul .active .cricle {
        background-color: rgba(255, 255, 255, 0.2);
    }

.introduce-container .handle {
    width: 100%;
    /*height: 6.4rem;*/
    background-image: url(../images/bg2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

    .introduce-container .handle .wrapper {
        width: 14rem;
        background-image: none;
        padding: 0.5rem 0;
    }


.introduce-container .handle-tabs {
    display: flex;
}

    .introduce-container .handle-tabs .tab {
        width: 2.6rem;
        height: 0.8rem;
        margin-right: 0.25rem;
        border-radius: 0.4rem;
        text-align: center;
        line-height: 0.8rem;
        font-size: 0.22rem;
        font-weight: 600;
        color: #FFF;
        cursor: pointer;
        background-color: rgba(255, 255, 255, .16);
    }

    .introduce-container .handle-tabs .active {
        color: #0069b9;
        background-color: #ffffff;
    }

.introduce-container .handle-container {
    width: 14rem;
    background-color: white;
    min-height: 4.26rem;
    border-radius: 0.2rem;
    margin-top: 0.3rem;
    box-sizing: border-box;
    padding: 0.45rem 0.35rem;
    display: flex;
    padding-bottom: 0.6rem;
    flex-wrap: wrap;
    flex-direction: column;
}

.introduce-container .pwater-queryTips {
    width: 14rem;
    background-color: white;
    min-height: 4.26rem;
    border-radius: 0.2rem;
    margin-top: 0.3rem;
    box-sizing: border-box;
    padding: 0.45rem 0.35rem;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0.6rem;
}

.pwater-queryTips table {
    cellpadding: 0px;
    cellspacing: 0px;
    border: 0px;
    border-collapse: collapse;
}

.pwater-queryTips td {
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.28rem;
    padding: 0.1rem;
    border: 1px #333 solid;
}

.handle-container a {
      background: #0074c5;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    position: relative;
    color: #fff;
    font-size: 14px;
    border: 1px solid #0074c5;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.handle-container p {
    width: 100%;
}

{
}

.handle-container .a-uploadBtn input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.handle-container .phone-changeTable td .submit-btn {
    background: #0066cc;
    min-width: 140px;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    outline: none;
}

.phone-changeTable td .p-inpt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: none;
    outline: none;
}

.phone-changeTable td .p-area {
    width: 100%;
    height: 56px;
    line-height: 28px;
    font-size: 16px;
    border: none;
    outline: none;
}

.a-uploadImg {
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.handle-container table {
    cellpadding: 0px;
    cellspacing: 0px;
    border: 0px;
    border-collapse: collapse;
}

.handle-container td {
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.28rem;
    padding: 0.1rem;
    border: 1px #333 solid;
}

.introduce-container .handle-container .left {
    border-right: 1px solid #d4d4d4;
    width: 50%;
    box-sizing: border-box;
    padding-right: 0.55rem;
}

    .introduce-container .handle-container .left .cell {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 0.38rem;
    }

        .introduce-container .handle-container .left .cell .label {
            flex-grow: 1;
            text-align: right;
            padding-right: 0.1rem;
            font-size: 0.18rem;
            color: #333333;
            box-sizing: border-box;
        }

        .introduce-container .handle-container .left .cell .value {
            width: 4.5rem;
            height: 0.6rem;
            overflow: hidden;
            background-color: #f2f5fa;
            border-radius: 0.06rem;
        }

            .introduce-container .handle-container .left .cell .value input {
                width: 100%;
                height: 100%;
                background-color: #f2f5fa;
                border: none;
                outline: none;
                box-sizing: border-box;
                padding: 0px 0.25rem;
                font-size: 0.18rem;
                color: #333333;
            }

                .introduce-container .handle-container .left .cell .value input::placeholder {
                    color: #999999;
                }

            .introduce-container .handle-container .left .cell .value select {
                width: 100%;
                height: 100%;
                border: none;
                outline: none;
                background-color: #f2f5fa;
                box-sizing: border-box;
                padding: 0px 0.25rem;
                font-size: 0.18rem;
                color: #333333;
            }

                .introduce-container .handle-container .left .cell .value select option {
                    border: none;
                    outline: none;
                }

            .introduce-container .handle-container .left .cell .value button {
                width: 1.8rem;
                height: 0.6rem;
                background-color: #0069b9;
                border-radius: 0.06rem;
                border: none;
                outline: none;
                color: white;
                font-size: 0.18rem;
            }

.introduce-container .handle-container .right {
    box-sizing: border-box;
    padding-left: 0.5rem;
    width: 50%;
}

    .introduce-container .handle-container .right .title {
        font-size: 0.24rem;
        font-weight: 600;
        color: #009f74;
        margin-bottom: 0.2rem;
    }

    .introduce-container .handle-container .right p {
        font-size: 0.18rem;
        line-height: 0.36rem;
        margin: 0;
        color: #009f74;
    }

    .introduce-container .handle-container .right span {
        font-size: 0.16rem;
        line-height: 0.32rem;
        color: #888888;
    }

    .introduce-container .handle-container .right img {
        width: 0.52rem;
        height: auto;
        margin-top: 0.2rem;
    }

.introduce-container .notices-container {
    width: 100%;
    height: 2rem;
    background-color: #FFF;
    /* border: 1px solid red; */
}

    .introduce-container .notices-container .notices {
        margin: 0;
        width: 14rem;
        margin: 0 auto;
        display: flex;
        height: 100%;
        padding: 0;
        justify-content: space-between;
        align-items: center;
    }

        .introduce-container .notices-container .notices li {
            width: 2rem;
            height: 0.6rem;
            border-radius: 0.3rem;
            background-color: #43bdd7;
            box-sizing: border-box;
            padding: 0rem 0.2rem;
            padding-right: 0.5 5rem;
        }

            .introduce-container .notices-container .notices li a {
                display: flex;
                align-items: center;
                height: 100%;
                justify-content: space-between;
            }

            .introduce-container .notices-container .notices li img {
                width: 0.37rem;
                height: 0.37rem;
            }

            .introduce-container .notices-container .notices li span {
                display: block;
                height: 100%;
                line-height: 0.6rem;
                font-size: 0.18rem;
                color: white;
                box-sizing: border-box;
                padding: 0px 0.15rem;
            }






/*  移动端*/
.navBtn {
    width: 62px;
    height: 62px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 999999999999999;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mobileNav {
    position: fixed;
    top: 70px;
    left: 0px;
    height: 100%;
    background-color: white;
    z-index: 999;
    width: 100%;
    transition: 0.3s linear;
    overflow: hidden;
}

    .mobileNav ul {
        width: 100%;
        margin-top: 10vw;
        padding: 0px;
    }

        .mobileNav ul li {
            width: 100%;
            line-height: 10vw;
            text-align: center;
        }

            .mobileNav ul li a {
                font-size: 4vw;
            }

.hideNav {
    height: 0;
}

.gxHead {
    display: none;
    width: 100%;
    background-color: white;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    position: fixed;
    top: 0px;
    z-index: 999;
}

    .gxHead .logo {
        /* margin: 15px; */
        height: 100%;
        width: 80%;
        /*  margin: 10px;*/
    }

        .gxHead .logo img {
            height: 100%;
            width: 100%;
        }

.navBtn span {
    position: absolute;
    top: 20px;
    display: block;
    width: 38px;
    height: 4px;
    left: 10px;
    border: 0px solid #11a1e1;
    background-color: #11a1e1;
    -webkit-transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s;
    transition: top 0.2s 0.2s, transform 0.2s, background 0.2s, opacity 0s 0.2s, -webkit-transform 0.2s;
}

    .navBtn span:nth-of-type(2) {
        top: 30px;
        width: 28px;
    }

    .navBtn span:nth-of-type(3) {
        top: 40px;
        bottom: 0;
        width: 18px;
        -webkit-transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
        transition: bottom 0.2s 0.2s, background 0.2s, -webkit-transform 0.2s;
        transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s;
        transition: bottom 0.2s 0.2s, transform 0.2s, background 0.2s, -webkit-transform 0.2s;
    }

    .navBtn span:nth-of-type(4) {
        color: #11a1e1;
        margin-top: 5px;
        border: none;
        background-color: transparent;
        width: 100%;
    }

.navBtn.expanded:hover span {
    transform: scale(0.9);
}

.navBtn.expanded span:nth-of-type(1) {
    top: 30px;
    transform: rotate(45deg);
    transition: top 0.2s, transform 0.2s 0.2s, background 0.2s;
    -webkit-transform: rotate(45deg);
    -webkit-transition: top 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}

.navBtn.expanded span:nth-of-type(2) {
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

.navBtn.expanded span:nth-of-type(3) {
    top: 30px;
    transform: rotate(-45deg);
    transition: bottom 0.2s, transform 0.2s 0.2s, background 0.2s;
    -webkit-transform: rotate(-45deg);
    -webkit-transition: bottom 0.2s, -webkit-transform 0.2s 0.2s, background 0.2s
}


.ppage {
    padding-top: 50px;
    font-size: 0;
    text-align: center;
}

    .ppage a {
        line-height: 40px;
        margin: 0 5px;
        vertical-align: top;
        padding: 0 19px;
        display: inline-block;
        font-size: 15px;
        color: #989898;
        border: 1px #efefef solid;
    }

    .ppage .nowpage {
        background: #11a1e1;
        line-height: 40px;
        margin: 0 5px;
        vertical-align: top;
        font-size: 15px;
        font-weight: bold;
        padding: 0 19px;
        display: inline-block;
        color: #fff;
        border: 1px #0074c5 solid;
    }

    .ppage a:hover {
        background: #11a1e1;
        border-color: #11a1e1;
        color: #fff;
    }

.detail .title {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.detail-main {
    display: flex;
}
.detail-main p img{
margin-left:-32px;
width: auto;
    height: auto;
}
    .detail-main .left {
        flex-shrink: 0;
        width: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 2rem;
        border-right: 1px solid #e2e2e2;
        margin-top: 0.4rem;
        height: 5rem;
    }

        .detail-main .left .time {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .detail-main .left .time p {
                font-size: 18px;
                margin: 0px;
                letter-spacing: 0px;
                color: #999999;
            }

                .detail-main .left .time p:nth-child(1) {
                    position: relative;
                }

                    .detail-main .left .time p:nth-child(1)::after {
                        content: '';
                        position: absolute;
                        width: 0.3rem;
                        left: -0.33rem;
                        top: 0.09rem;
                        height: 1px;
                        height: 1px;
                        background: #e2e2e2;
                    }

                    .detail-main .left .time p:nth-child(1)::before {
                        content: '';
                        position: absolute;
                        width: 0.3rem;
                        right: -0.33rem;
                        top: 0.09rem;
                        height: 1px;
                        background: #e2e2e2;
                    }

            .detail-main .left .time h3 {
                font-size: 30px;
                margin: 0px;
                font-weight: 600;
                font-stretch: normal;
                line-height: 36px;
                letter-spacing: 0px;
                color: #111111;
            }

    .detail-main .right {
        width: 12rem;
        box-sizing: border-box;
        margin-top: 0.3rem;
        padding-left: 0.3rem;
    }

        .detail-main .right p {
            width: 100%;
            display: block;
            word-wrap: break-word;
        }

    .detail-main .content {
        padding-bottom: 0.6rem;
     
        border-bottom: 1px solid #e2e2e2;
    }

    .detail-main .handles {
        display: flex;
    flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

.views{
    margin-top:1.2rem;
}
    .views .nums {
        width: 0.5rem;
        height: 0.5rem;
        border-radius:0.25rem;
        text-align:center;
        color:white;
        font-size:0.16rem;
        line-height:0.5rem;
        background-color: #11a1e1;
    }













.pabout-info {
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
}

.pservice-tab {
    text-align: center;
    padding-bottom: 30px;
}

    .pservice-tab a {
        background: #ededed;
        padding: 0 25px;
        font-size: 16px;
        margin-right: 15px;
        color: #666;
        line-height: 40px;
        display: inline-block;
    }

        .pservice-tab a.active, .pservice-tab a:hover {
            background: #0074c5;
            color: #fff;
        }


.pnews-list li {
    font-size: 17px;
    overflow: hidden;
    line-height: 22px;
    padding: 20px 0 20px 15px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px #ededed solid;
}

    .pnews-list li span {
        float: right;
        font-size: 15px;
        color: #666;
    }

    .pnews-list li:before {
        content: '';
        background: #666;
        width: 5px;
        height: 5px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.ptender-list li {
    padding: 29px 0;
    overflow: hidden;
    border-bottom: 1px #ededed solid;
}

    .ptender-list li .date {
        width: 65px;
        text-align: center;
    }

        .ptender-list li .date .d {
            background: #dedede;
            font-size: 24px;
            font-weight: bold;
            color: #5e5d5d;
            line-height: 41px;
        }

        .ptender-list li .date .y {
            background: #005d9e;
            color: #85bde5;
            line-height: 30px;
        }

    .ptender-list li .word {
        width: calc(100% - 65px);
        padding: 18px 0 0 25px;
        font-size: 24px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }


.pnews-dateTop {
    padding: 0 0 20px 0;
    text-align: center;
    border-bottom: 1px #ededed solid;
}

    .pnews-dateTop .t {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .pnews-dateTop .st {
        font-size: 17px;
        font-weight: bold;
        padding-bottom: 15px;
    }

    .pnews-dateTop .c span {
        color: #999;
        padding-right: 30px;
    }

.pnews-dateInfo {
    font-size: 16px;
    line-height: 36px;
    text-align: justify;
    padding: 40px 0;
    border-bottom: 1px #ededed solid;
}

.pnews-datePage {
    font-size: 16px;
    line-height: 40px;
    padding-top: 30px;
}


.pabout-honor {
    margin-left: -30px;
    margin-top: -25px;
    position: relative;
}

   

        .pabout-honor a .pic {
            background: #fff;
            width: 100%;
            height: 195px;
            border: 1px #ddd solid;
        }

        .pabout-honor a .tit {
            font-size: 16px;
            margin-top: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }


.pcooper-list {
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
}

    .pcooper-list li {
        width: calc(33.33% - 26px);
        float: left;
        display: inline-block;
        margin-left: 25px;
        margin-top: 25px;
        position: relative;
        overflow: hidden;
    }

        .pcooper-list li img {
            width: 100%;
            display: block;
            transition: all 0.4s;
        }

        .pcooper-list li .tit {
            background: rgba(0,0,0,.7);
            width: 100%;
            text-align: center;
            font-size: 16px;
            color: #fff;
            line-height: 45px;
            position: absolute;
            left: 0;
            bottom: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .pcooper-list li:hover img {
            transform: scale(1.05);
            -moz-transform: scale(1.05);
            -webkit-transform: scale(1.05);
        }


.prenc-tabel th{ border:1px #333 solid; padding:5px 10px;}
.prenc-tabel td{ border:1px #333 solid; padding:5px 10px;}
.prenc-tabel td .inputText{     border: none;width:calc(100% - 25px); height:35px; line-height:35px; vertical-align:top; float:left;}
.prenc-tabel td .selectbox{ width:calc(100% - 25px); height:35px; line-height:35px; vertical-align:top; font-size:16px;}
.prenc-tabel td .inputTextarea{ width:calc(100% - 25px); height:70px; line-height:26px; vertical-align:top;}
.prenc-tabel td .InputBut{ background:#0066cc; min-width:120px; margin:0 15px; display:inline-block; font-size:16px; line-height:40px; color:#fff; border-radius:5px; cursor:pointer;}
.prenc-tabel input{
background: transparent;
}
.prenc-tabel textarea{
background: transparent;
border:none;
}
.prenc-tabel button{
border:none;
outline:none;	
}
.prenc-tabel select{
border:none;
background: transparent;
}
.detail{
    position: relative;        
}
.detail:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    opacity: 0.68;
 z-index: 1;
}
.detail .wrapper{
position: relative;
    z-index: 2;
}
</pre></body></html>