/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    color: #666;
}

a {
    color: #666;
}

p {
    line-height: 1.8em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    width: 90%;
    margin: 0 auto;
}

.head {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding: .9375rem 0;
    z-index: 99;
}

    .head .wapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.logo {
    width: 20%;
}

    .logo img {
        width: 100%;
        height: 2.8125rem;
        object-fit: contain;
    }

.menu {
}

    .menu ul li {
        line-height: 2.8125rem;
        padding: .625rem .9375rem;
        margin-right: .5rem;
        width: auto;
        float: left;
        position: relative;
        /* padding-bottom: .625rem; */
    }

        .menu ul li a {
            font-size: 1.25rem;
            font-weight: bold;
        }

        .menu ul li a {
            display: flex;
            align-items: center;
        }

            .menu ul li a i {
                margin-left: .625rem;
                display: block;
            }

                .menu ul li a i img {
                    display: block;
                }

        .menu ul li:hover::after {
            width: 100%;
            height: .125rem;
            background-color: #000;
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
        }

        .menu ul li dl {
            position: absolute;
            top: 100%;
            left: 0;
            width: 12.5rem;
            background-color: #fff;
            padding: .9375rem 1.25rem;
            border-radius: 1.25rem;
            display: none;
        }

        .menu ul li:hover dl {
            display: block;
        }

.nv {
    height: 4.875rem;
}

.banner {
    width: 100%;
    position: relative
}

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

.bannerwz {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    text-align: center;
}

.first-line {
    font-size: 4.375rem;
    margin-bottom: .625rem;
    color: #fff;
    font-weight: bold;
}

.second-line {
    font-size: 4.375rem;
    font-weight: bold;
    color: #fff;
    height: 5.625rem;
    margin-bottom: .625rem;
}

.bannerwz p {
    font-size: 1.25rem;
    color: #fff;
    text-align: center;
}

.cursor {
    display: inline-block;
    width: .125rem;
    height: 1.875rem;
    background-color: #2c3e50;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.con1 {
    width: 100%;
    padding: 7.5rem 0;
    background-color: #03b3a6;
}

.c1lf {
    width: 45%;
    float: left;
}

    .c1lf h1 {
        font-size: 1.75rem;
        color: #fff;
        margin-bottom: 1.25rem;
    }

    .c1lf p {
        font-size: 1rem;
        color: #fff;
        font-size: 1rem;
    }

.c1rt {
    width: 53%;
    float: right;
}

.mumping_mun {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .mumping_mun li {
        width: 49%;
    }

.mun_top {
    display: flex;
    align-items: center;
    font-size: 3.75rem;
    color: #fff;
}

    .mun_top h2 {
        font-size: 3.75rem;
    }

.mumping_mun li p {
    font-size: 1.75rem;
    color: #fff;
}

.con2 {
    width: 100%;
    padding: 7.5rem 0;
    background-color: #fff;
}

.c2lf {
    width: 45%;
    float: left;
}

    .c2lf:hover img {
        transform: scale(1.1);
        transition: all 0.5s;
    }

    .c2lf img {
        width: 100%;
    }

.c2rt {
    width: 48%;
    float: right;
}

.c2nr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.c2rt h1 {
    font-size: 2.875rem;
    margin-bottom: 3.125rem;
    color: #000;
}

.c2nrwz {
    font-size: 1rem;
}

    .c2nrwz p {
        padding: 0;
        margin-bottom: 3.125rem;
    }

.btn {
    width: auto;
    padding: 1.375rem 1.875rem;
    background-color: #03b3a6;
    border-radius: 2.5rem;
    display: inline-block;
    font-size: 1.5rem;
    color: #fff;
}

    .btn:hover {
        background-color: #007a71;
        transform: scale(1.1);
        transition: all 0.5s;
    }

.con3 {
    background-color: #F5F9F1;
    width: 100%;
    display: flex;
    align-items: center;
}

.c3lf {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .c3lf h1 {
        font-size: 2.875rem;
        color: #03b3a6;
        margin-bottom: 3.125rem;
    }

    .c3lf p {
        font-size: 1rem;
        margin-bottom: 3.125rem
    }

.cent {
    width: 90%;
    text-align:;
}

.btn1 {
    width: auto;
    padding: 1.375rem 1.875rem;
    background-color: #03b3a6;
    border-radius: 2.5rem;
    display: inline-block;
    font-size: 1.5rem;
    color: #fff;
}

    .btn1:hover {
        background-color: #03b3a6;
        transform: scale(1.1);
        transition: all 0.5s;
    }

.c3rt {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.c3item {
    width: 100%;
    position: relative;
}

    .c3item img {
        width: 100%;
        display: block;
    }

.c3bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
}

.c3lf1 {
    width: calc((100% - 4.375rem));
}

    .c3lf1 h1 {
        font-size: 2.875rem;
        line-height: 5rem;
        color: #fff;
    }

.pd30 {
    padding: 1.875rem;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: calc(100% - 3.75rem);
    flex-wrap: wrap;
}

.c3lf1 p {
    font-size: 0;
    color: #fff;
    height: 0;
    overflow: hidden;
    padding: 0;
}

.c3rt1 {
    width: 2.1875rem;
}

    .c3rt1 img {
        width: 100%;
    }

.c3item:hover .c3lf1 p {
    font-size: 1rem;
    transition: all 0.5s;
    height: auto;
}

.c3item:hover .c3bg {
    background-color: rgb(80, 173, 186, 0.5);
}

.c3item.rog:hover .c3bg {
    background-color: rgb(218, 131, 68, 0.5);
}

.con4 {
    width: 100%;
    padding: 7.5rem 0;
}

    .con4 .h1 {
        font-size: 2.875rem;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 3.125rem;
    }

    .con4 ul li {
        width: calc(100% / 3);
        position: relative;
        float: left;
    }

        .con4 ul li img {
            width: 100%;
            border-radius: 50%;
        }

    .con4 .c4bg {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 50%;
    }

.c4bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
}

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

.c4toplf {
    width: 81%;
}

.c4toprt {
    width: 2.5rem;
}

    .c4toprt img {
        display: block;
    }

.c4btm {
    width: 100%;
}

.c4btm {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.c4toplf h2 {
    font-size: 2.1875rem;
    color: #fff;
}

.c4toplf p {
    font-size: 1rem;
    color: #fff;
}

.c4btmlf h4 {
    font-size: 1rem;
    color: #fff;
    font-size: 2.5rem;
    width: 100%;
    text-align: left;
    text-align: center;
    color: #fff;
}

.c4btmlf {
    width: 70%;
}

.c4btmrt {
    width: 2.5rem;
}

    .c4btmrt img {
        width: 100%;
        height: auto !important;
    }

.c4toprt img {
    width: 100%;
    height: auto !important;
}

.con4 ul li h3 {
    font-size: 2.5rem;
    width: 100%;
    text-align: left;
    color: #fff;
}

.c4top {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.875rem 0;
}

.c4btm1 {
    width: 90%;
    padding: 1.875rem 0;
    margin: 0 auto;
}

.c4toplf {
    opacity: 0;
}

.con4 ul li:hover .c4bg {
    background-color: #03b3a6;
    opacity: 0.7;
}

.con4 ul li:hover .c4btm {
    display: flex;
    justify-content: center;
}

.con4 ul li:hover h3 {
    display: none;
}

.con4 ul li:hover .c4toplf {
    opacity: 1;
}

.con4 ul li:hover .c4toprt {
    opacity: 0;
}

.con5 {
    width: 100%;
    padding: 7.5rem 0;
}

    .con5 .wapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.c5lf {
    width: 60%;
    border-radius: 1.875rem;
    overflow: hidden;
}

.c5rt {
    width: 38%;
}

    .c5rt h1 {
        font-size: 2.875rem;
        margin-bottom: 3.125rem;
    }

    .c5rt p {
        font-size: 1rem;
        margin-bottom: 3.125rem;
    }

.con6 {
    width: 100%;
    padding: 7.5rem 0;
}

    .con6 h1 {
        font-size: 2.875rem;
        margin-bottom: 3.125rem;
    }

    .con6 .swiper-slide img {
        width: 100%;
        height: 9.0625rem;
        object-fit: contain;
    }

.con7 {
    width: 100%;
    padding: 7.5rem 0;
}

    .con7 ul {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }

        .con7 ul li {
            width: calc((100% - 3.75rem)/3);
            margin: .625rem;
            position: relative;
            margin-bottom: 1.875rem;
        }

            .con7 ul li img {
                width: 100%;
                display: block;
                height: 31.25rem;
                object-fit: cover;
            }

            .con7 ul li:hover .c4bg {
                background-color: rgba(3, 179, 166, 0.8);
            }

            .con7 ul li:hover .c4btm {
                display: flex;
            }

            .con7 ul li:hover h3 {
                display: none;
            }

            .con7 ul li:hover .c4toplf {
                opacity: 1;
            }

            .con7 ul li:hover .c4toprt {
                opacity: 0;
            }

    .con7 .c4btm1 h3 {
        font-size: 1.75rem;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .con7 .c4toprt {
        opacity: 0;
    }

    .con7 h1 {
        font-size: 2.875rem;
        margin-bottom: 3.125rem;
    }

.foot {
    width: 100%;
    padding: 3.75rem 0;
    background-color: #03b3a6;
}

    .foot .wapper {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

.footmenu {
    width: 65%;
}

    .footmenu ul {
        width: 100%;
        margin-bottom: 3.125rem;
    }

        .footmenu ul li {
            line-height: 2.8125rem;
            padding: 0 1.25rem;
            margin-right: .5rem !important;
            border: 0 !important;
            width: auto !important;
            float: left;
            position: relative;
        }

            .footmenu ul li a {
                font-size: 1rem;
                font-weight: bold;
                color: #fff;
                line-height: 2.1875rem;
            }

            .footmenu ul li a {
                display: flex;
                align-items: center;
            }

                .footmenu ul li a i {
                    margin-left: .625rem;
                    display: block;
                }

                    .footmenu ul li a i img {
                        display: block;
                    }

            .footmenu ul li:hover::after {
                width: 100%;
                height: .125rem;
                background-color: #fff;
                position: absolute;
                bottom: 0;
                left: 0;
                content: "";
            }

            .footmenu ul li dl {
                position: absolute;
                top: 100%;
                left: 0;
                width: 19.5rem;
                background-color: #8afff6ab;
                padding: .9375rem 1.25rem;
                border-radius: 1.25rem;
                display: none;
            }

            .footmenu ul li:hover dl {
                display: block;
            }

            .footmenu ul li dl dd a {
                color: #000;
            }

.footlogo {
    width: 15%;
}

    .footlogo img {
        width: 100%;
        margin-bottom: 1.25rem;
        display: block;
    }

    .footlogo h3 {
        font-size: 1.125rem;
        color: #fff;
        white-space: nowrap;
    }

.footdz {
    width: 15%;
}

    .footdz p {
        font-size: 1rem;
        color: #fff;
    }

.footcmlink {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footicon {
    width: 3.125rem;
    height: 3.125rem;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .625rem;
}

    .footicon img {
        width: 1.25rem;
        height: 1.25rem;
    }

.nybanner {
    width: 100%;
}

    .nybanner img {
        width: 100%;
        display: block;
    }

.nav {
    width: 100%;
    padding: .625rem;
}

    .nav ul li {
        line-height: 2.1875rem;
        margin-right: 1.875rem;
        float: left;
    }

        .nav ul li a {
            font-size: 1rem;
            font-weight: bold;
        }

        .nav ul li.on {
            border-bottom: .125rem solid #03b3a6;
        }

            .nav ul li.on a {
                color: #03b3a6;
            }

.con {
    width: 100%;
    padding: 1.875rem 0;
}

.conlf {
    width: 68%;
    float: left;
}

    .conlf ul li {
        margin-bottom: 1.875rem;
    }

.condetil span {
    font-size: .75rem;
    color: #03b3a6;
    margin-bottom: .3125rem;
    display: block;
}

.condetil strong {
    font-size: .75rem;
    display: block;
}

.condetil h1 {
    font-size: 1.75rem;
    margin-bottom: .625rem;
}

.cdetillf {
    width: 49%;
    float: left;
    position: relative
}

.tipsz {
    position: absolute;
    padding: .3125rem .625rem;
    border-radius: .625rem;
    top: .3125rem;
    right: .3125rem;
    background-color: #03B3A6;
    color: #fff;
    text-align: center;
    font-size: .75rem;
}

.cdetillf img {
    width: 100%;
    height: 18.75rem;
    object-fit: cover;
}

.cdetilrt {
    width: 49%;
    float: right;
}

    .cdetilrt p {
        font-size: .875rem;
    }

.btn2 {
    width: 100%;
    line-height: 2.8125rem;
    background-color: #03b3a6;
    border-radius: .3125rem;
    text-align: center;
    font-size: 1rem;
    margin-top: 1.25rem;
    font-weight: bold;
}

.conrt {
    width: 30%;
    border: .0625rem solid #000;
    float: right;
    background-color: #f3fcff;
}

    .conrt h1 {
        font-size: 1.25rem;
        margin-bottom: 1.5rem;
        border-bottom: .0625rem solid #000;
    }

    .conrt ul li {
        width: 100%;
        margin-bottom: .9375rem;
    }

        .conrt ul li h2 {
            width: 1.875rem;
            height: 1.875rem;
            background-color: #000;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: .75rem;
        }

        .conrt ul li a {
            font-size: 1rem;
            color: #000;
        }

.culture {
    width: 100%;
    padding: 3.75rem 0;
}

.bt {
    width: 100%;
    margin-bottom: 1.875rem;
}

    .bt h1 {
        font-size: 1.875rem;
        text-align: center;
        margin-bottom: .625rem;
    }

    .bt p {
        font-size: 1rem;
        text-align: center;
    }

.culture ul li {
    width: calc((100% - 4.125rem)/3);
    margin: .625rem;
    border: .0625rem solid #9B9B9B;
    float: left;
}

    .culture ul li img {
        width: 100%;
    }

.pd15 {
    padding: .9375rem;
}

.culwz {
    display: flex;
    align-items: start;
    margin-bottom: .625rem;
}

    .culwz h1 {
        width: calc(100% - 2.5rem);
        min-height: 3.875rem;
    }

    .culwz i {
        width: 1.25rem;
        display: block;
        font-size: 1rem;
        font-weight: bold;
    }

.culture ul li p {
    font-size: .875rem;
    margin-bottom: 1.25rem;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 1.5625rem;
}

.culpic {
    width: 100%;
    position: relative;
}

.cultip {
    padding: .3125rem .75rem;
    background-color: #FF0000;
    color: #fff;
    position: absolute;
    top: .625rem;
    right: .625rem;
    border-radius: .3125rem;
}

.btnc {
    width: 12.5rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    background-color: #03b3a6;
    text-align: center;
    font-size: 1rem;
    margin: 1.25rem auto;
    font-weight: bold;
}

.newbett {
    width: 100%;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cnn {
    width: 100%;
    padding: 3.75rem 0;
}

.newpic {
    width: 30%;
}

    .newpic img {
        width: 100%;
        transform: translateY(0);
    }

.newsrt {
    width: 66%;
}

    .newsrt h2 {
        font-size: 1.875rem;
    }

    .newsrt p {
        font-size: 1rem;
        margin-bottom: 1.875rem;
    }

.newbtn {
    width: 12.5rem;
    line-height: 2.8125rem;
    background-color: #03b3a6;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    border-radius: .3125rem;
}

.cnn1 {
    width: 100%;
    padding: 3.75rem 0;
    background-image: url(../images/bg.png);
}

    .cnn1 .wapper {
        display: flex;
        align-items: center
    }

.cnn1lf {
    width: 49%;
    float: left;
}

    .cnn1lf h1 {
        font-size: 2.25rem;
        margin-bottom: .9375rem;
        font-weight: bold;
        color: #000;
    }

    .cnn1lf p {
        font-size: 1.125rem;
        margin-bottom: 1.25rem;
    }

.cnn1rt {
    width: 49%;
    float: right;
}

    .cnn1rt img {
        width: 100%;
    }

.wapper1 {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto;
}

.prolf {
    width: 50%;
}

.pd20 {
    padding: 1.25rem 1.25rem 1.25rem 0rem;
}

.project {
    width: 100%;
    padding: 3.75rem 0;
}

    .project h1 {
        font-size: 2.125rem;
        margin-bottom: .625rem;
    }

    .project p {
        font-size: 1rem;
        margin-bottom: 1.25rem;
    }

.projectnr {
    width: 100%;
    /* border: .0625rem solid #000; */
}

.ipt {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.projectnr h2 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

.ipt input {
    width: 69%;
    line-height: 2.5rem;
    border: .0625rem solid #ddd;
    text-indent: 16px;
}

.ipt button {
    width: 30%;
    background-color: #03b3a6;
    text-align: center;
    border: 0;
    height: 5rem;
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.25rem;
    border-radius: .9375rem;
}

.projectlist {
    width: 100%;
    padding: 3.75rem 0 0 0;
}

.userlist {
    padding: 0 !important;
    border-top: .0625rem solid #ccc;
    background-image: url(/images/wuniu.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 33.875rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
}

.prolist2 ul li p {
    height: 3.125rem;
    overflow: hidden
}

.projectnavlf {
    width: 80%;
}

.projectnav {
    width: 100%;
    border-top: .0625rem solid #ddd;
    border-bottom: .0625rem solid #ddd;
    position: relative;
}

    .projectnav .wapper1 {
        position: relative;
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.projectnavlf ul li {
    height: 3.125rem;
    display: flex;
    border-left: .0625rem solid #ddd;
    border-right: .0625rem solid #ddd;
    align-items: center;
    justify-content: center;
    padding: 0 .625rem;
    width: 34%;
}

    .projectnavlf ul li span {
        width: auto;
        font-size: 1rem;
        font-weight: bold;
        margin: 0 .4375rem;
    }

.tshow {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9;
    display: none;
}

.projectnavlf ul {
    display: flex;
}

.tshowtop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .tshowtop h1 {
        font-size: 1rem;
        color: #ff0000;
    }

.topen {
    cursor: pointer;
}

.tclose {
    width: 1.25rem;
    text-align: center;
    font-size: 1rem;
    color: #ff0000;
    cursor: pointer;
}

.tshownr ul {
    display: block;
}

    .tshownr ul li {
        border: 0;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0;
        float: left;
        height: 2.5rem;
        line-height: 2.5rem;
    }

        .tshownr ul li input {
            margin-right: .9375rem;
        }

.projectnavrt {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.clear1 {
    width: 100%;
    line-height: normal;
    color: #ff0000;
    text-align: center;
    font-weight: bold;
    border-left: .0625rem solid #ddd;
    border-right: .0625rem solid #ddd;
    font-size: 1rem;
}

.search {
    width: 64%;
    display: flex;
    align-items: center;
}

    .search span {
        width: 85%;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
    }

.searchnr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}

    .searchnr.sc {
        display: flex;
    }

    .searchnr input {
        width: 80%;
        line-height: 2.5rem;
    }

.tlcose1 {
    cursor: pointer;
    font-weight: bold;
    color: #000;
}

.projectlist1 ul {
    margin-top: 2.5rem;
}

    .projectlist1 ul li {
        width: calc((100% - 4.125rem)/3);
        position: relative;
        border-radius: .9375rem;
        margin: .625rem;
        float: left;
        border: .0625rem solid #ddd;
    }

.propic {
    width: 100%;
}

.pronr h1 {
    height: 3.125rem;
    margin-top: .3125rem;
    font-size: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: normal;
}

.cultxt {
    margin-top: .3125rem;
}

.pronr p {
    font-size: .875rem;
    padding: 0;
    line-height: normal;
}

.propic img {
    width: 100%;
    height: 11.25rem;
    object-fit: cover;
}

.probg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: left;
    left: 0;
    background-color: #fff;
    text-align: left;
    display: none;
}

    .probg h1 {
        font-size: 1rem;
        margin-top: .3125rem;
        height: 3.125rem;
        overflow: hidden;
        line-height: normal;
    }

    .probg p {
        font-size: .875rem;
        padding: 0;
        line-height: normal;
    }

    .probg img {
        width: 100%;
        height: 11.25rem;
        object-fit: cover;
    }

.btnpr {
    width: 6.875rem;
    height: auto;
    line-height: 1.5625rem;
    text-align: center;
    background-color: #03b3a6;
    color: #fff;
    font-size: .75rem;
    padding: 0 .3125rem;
    margin: 0;
    margin-top: .3125rem;
    transform: translateY(-0.9375rem);
}

.projectlist1 ul li:hover .probg {
    display: block;
}

.pro {
    width: 100%;
    padding: 3.75rem 0;
}

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

    .pronav select {
        margin-right: 1.25rem 3.125rem;
        padding: 1.25rem;
        font-size: 1rem;
        background-color: #F8F8F8;
        border-radius: .625rem;
        border: 0;
        font-weight: bold;
        width: 13rem;
    }

    .pronav input {
        padding: 1.25rem 3.125rem;
        background-color: #F8F8F8;
        border-radius: .625rem;
        width: 50%;
    }

.porlist ul li {
    width: calc((100% - 7.5rem)/3);
    margin: 1.25rem;
    float: left;
    position: relative;
}

    .porlist ul li .img {
        width: 100%;
        position: relative;
    }

.img1 {
    width: 100%;
    display: block;
}

.img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    height: 28.125rem;
}

.porlist ul li:hover .img2 {
    display: block;
}

.porlist ul li h1 {
    font-size: .875rem;
    margin-top: .3125rem;
}

.porlist ul li p {
    padding: 0;
}

@media(max-width:480px) {
    /* .head {
     display:none;
    }*/
    .menu {
        display: none;
    }

    .first-line {
        font-size: 20px;
    }

    .second-line {
        font-size: 20px;
        height: auto;
        line-height: 35px;
    }

    .bannerwz p {
        font-size: 16px;
    }

    .con1 {
        width: 100%;
        padding: 30px 0;
        background-color: #03b3a6;
    }

    .c1lf {
        width: 100%;
        float: left;
    }

        .c1lf h1 {
            font-size: 18px;
            color: #fff;
            margin-bottom: 20px;
        }

    .c1rt {
        width: 100%;
        float: right;
    }

    .mun_top h2 {
        font-size: 20px;
    }

    .mun_top i {
        font-size: 12px;
    }

    .mumping_mun li p {
        font-size: 14px;
        color: #fff;
    }

    .mun_top {
        display: flex;
        align-items: center;
        font-size: 16px;
        color: #fff;
    }

    .con2 {
        width: 100%;
        padding: 30px 0;
        background-color: #fff;
    }

    .c2lf {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

    .c2rt {
        width: 100%;
        float: right;
    }

        .c2rt h1 {
            font-size: 26px;
            margin-bottom: 10px;
            color: #000;
        }

    .btn {
        width: auto;
        padding: 5px 15px;
        background-color: #03b3a6;
        border-radius: 20px;
        display: inline-block;
        font-size: 14px;
        color: #fff;
    }

    .con3 {
        background-color: #F5F9F1;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 20px 0;
        flex-flow: wrap
    }

    .c3lf h1 {
        font-size: 26px;
        color: #03b3a6;
        margin-bottom: 10px;
    }

    .c3lf {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .c3rt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }

    .c3lf p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .btn1 {
        width: auto;
        padding: 5px 10px;
        background-color: #03b3a6;
        border-radius: 20px;
        display: inline-block;
        font-size: 14px;
        color: #fff;
    }

    .c3rt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        margin: 10px 0;
    }

    .c3lf1 h1 {
        font-size: 14px;
        line-height: 80px;
        color: #fff;
    }

    .con5 {
        width: 100%;
        padding: 30px 0;
    }

    .c5lf {
        width: 100%;
        border-radius: 30px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .c5rt {
        width: 100%;
    }

        .c5rt h1 {
            font-size: 26px;
            margin-bottom: 10px;
        }

        .c5rt p {
            font-size: 16px;
            margin-bottom: 10px;
        }

    .con4 {
        width: 100%;
        padding: 30px 0;
    }

        .con4 .h1 {
            font-size: 26px;
            width: 90%;
            margin: 0 auto;
            margin-bottom: 10px;
        }

        .con4 ul li {
            width: 100%;
            position: relative;
            float: left;
        }

            .con4 ul li h3 {
                font-size: 20px;
                width: 100%;
                text-align: left;
                color: #fff;
            }

    .con6 {
        width: 100%;
        padding: 20px 0;
    }

        .con6 h1 {
            font-size: 26px;
            margin-bottom: 10px;
        }

    .con7 {
        width: 100%;
        padding: 20px 0;
    }

        .con7 h1 {
            font-size: 26px;
            margin-bottom: 10px;
        }

        .con7 ul {
            width: 100%;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
        }

            .con7 ul li {
                width: 100%;
                margin: 10px 0;
                position: relative;
                margin-bottom: 30px;
            }

    .c4toplf h2 {
        font-size: 25px;
        color: #fff;
    }

    .c4toplf p {
        font-size: 12px;
        color: #fff;
    }

    .con7 .c4btm1 h3 {
        font-size: 18px;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .foot {
        width: 100%;
        padding: 20px 0;
        background-color: #03b3a6;
    }

    .footlogo {
        width: 100%;
    }

    .foot .wapper {
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-wrap: wrap;
    }

    .footmenu {
        width: 100%;
    }

    .footlogo {
        width: 100%;
        margin: 10px auto;
        text-align: center;
    }

        .footlogo img {
            width: 50%;
            margin: 0 auto;
            margin-bottom: 20px;
            display: block;
        }

        .footlogo h3 {
            font-size: 18px;
            color: #fff;
            white-space: nowrap;
        }

    .footmenu ul {
        width: 100%;
        margin-bottom: 10px;
    }

    .footdz {
        width: 100%;
        margin-top: 10px;
    }

    .conlf {
        width: 100%;
        float: left;
    }

    .condetil h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .con {
        width: 100%;
        padding: 10px 0;
    }

    .nav ul li a {
        font-size: 14px;
        font-weight: bold;
    }

    .cdetillf {
        width: 100%;
        float: left;
        margin: 10px 0;
    }

    .cdetilrt {
        width: 100%;
        float: right;
    }

    .conrt {
        width: 100%;
        border: 1px solid #000;
        float: right;
        background-color: #f3fcff;
    }

    .culture ul li {
        width: calc(100% - 2px);
        margin: 10px 0;
        border: 1px solid #9B9B9B;
        float: left;
    }

    .culwz h1 {
        width: 100%;
        min-height: 0;
        font-size: 18px;
    }

    .culture ul li p {
        min-height: 0
    }

    pd30 {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: end;
        width: calc(100% - 2px);
        flex-wrap: wrap;
    }

    .newpic {
        width: 100%;
    }

    .newsrt {
        width: 100%;
        margin: 10px 0;
    }

        .newsrt h2 {
            font-size: 20px;
        }

    newsrt p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .cnn1 .wapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    .cnn1lf {
        width: 100%;
        float: left;
    }

        .cnn1lf h1 {
            font-size: 18px;
            margin-bottom: 15px;
            font-weight: bold;
            color: #000;
        }

    .kuang {
        width: 100% !important;
        border: 1px solid #03B3A6;
        /* margin-top: 40px; */
    }

    .ittt input {
        width: 100%;
        line-height: 35px;
        border: 1px solid #03B3A6;
        color: #03B3A6;
        background-color: transparent;
        text-indent: 1rem;
        margin-left: 10px;
    }

    .pd30 {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: end;
        width: 100%;
        flex-wrap: wrap;
    }

    .newbett .pd30 {
        align-items: center
    }

    .cnn1rt {
        width: 100%;
        float: right;
        margin-top: 20px;
    }

    .projectnavlf ul li {
        height: 50px;
        display: flex;
        border-left: 0;
        border-right: 0;
        align-items: center;
        justify-content: center;
        padding: 0 10px;
        width: 100%;
        flex-wrap: wrap;
        position: relative;
    }

    .tshow {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        z-index: 9999;
        display: none;
    }

    .projectnavlf ul {
        display: flex;
        flex-wrap: wrap;
    }

    .projectnavlf {
        width: 100%;
    }

    projectnavrt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }

    .pd20 {
        padding: 10px;
    }

    .projectnavrt {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }

    .clear1 {
        width: 100%;
        line-height: normal;
        color: #ff0000;
        text-align: center;
        font-weight: bold;
        border-left: 0;
        border-right: 0;
        font-size: 16px;
    }

    .projectlist1 ul li {
        width: 100%;
        position: relative;
        border-radius: 15px;
        margin: 10px 0;
        float: left;
        border: 1px solid #ddd;
    }

    userlf {
        width: 100%;
        float: left;
    }

    .user {
        flex-wrap: wrap
    }

    .userrt {
        width: 100%;
        float: right;
        margin: 10px 0;
    }

    .morec {
        width: 109px;
        border: 1px solid #666;
        text-align: center;
        line-height: initial;
        font-size: 12px;
        margin-top: 20px;
        margin-right: 20px;
        border-radius: 5px;
    }

    .pronav select {
        margin-right: 20px 50px;
        padding: 5px;
        font-size: 12px;
        background-color: #F8F8F8;
        border-radius: 10px;
        border: 0;
        font-weight: bold;
    }

    .porlist ul li {
        width: 100%;
        margin: 20px 0;
        float: left;
        position: relative;
    }

    .prolist1 ul li {
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

    .probtn h3 {
        font-size: 14px;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }

    .prolist2 ul li {
        width: 100%;
        float: left;
        position: relative;
        margin: 20px 0;
    }

    .proself {
        margin: 10px 0;
        width: 100% !important;
    }

    .prosert {
        width: 100% !important;
    }

    .pd9510 {
        padding: 10px !important;
    }

    .prosert h1 {
        font-size: 26px !important;
        margin-bottom: 20px;
    }

    .iptpro input {
        width: 100%;
        line-height: 30px !important;
        padding: 5px 0;
        text-indent: 1rem;
        font-size: 16px;
    }

    .iputort button {
        padding: 5px 15px !important;
        background-color: #000;
        border-radius: 10px !important;
        text-align: center;
        font-size: 18px !important;
        color: #fff;
    }

    .tab_btn {
        position: relative !important;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .tab_btn {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap !important;
        align-items: center;
    }

    .btncb {
        width: 180 !important;
        padding: 0 15px;
        height: auto;
        text-align: center;
        line-height: normal;
        margin-top: 10px !important;
        border: 1px solid #ccc;
        font-size: 12px !important;
        color: #303133;
        margin-right: 15px;
    }
}
