@charset "utf-8";

body {
    margin: 0px;
    padding: 0px;
    position: relative;
}

a {
    text-decoration: none;
}
.navhover{
    text-decoration: none;
    color: #ffb71c;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
}

.width {
    width: 1200px;
    margin: 0 auto;
}

.both {
    clear: both;
}

a {
    color: #000;
    transition: 0.5s;
}

#box {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 500px;
}

#box img {
    transition: 0.3s;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.top_tpimg{
    width: 20px;
}
.arrow {
    width: 100%;
}

.arrow a {
    position: absolute;
    top: 45%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    color: #333;
    font-size: 24px;
    padding: 10px 15px;
    opacity: 0;
}

#foot_nav {
    display: none;
}
#top_boxs{
    background: #b1b1b1;padding: 5px 0;
}
#top_top{
    display: flex;
    flex-direction: row-reverse;
}
#top_top li{
    margin: 0 10px;
    font-size: 14px;
}

#top_top li a{
color:#FFF;
}






.erjitype {
    width: 90%;
    padding-left: 10%;
    height: 0px;
    overflow: hidden;
}

.erjitype .ejtp {
    display: block;
}

.yijipr {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center;
}

.jtjtpr {
    width: 30px;
    transition: 1s;
}
.erjitype{
    transition: 1s;
}

.yijipr a {
    font-size: 17px;
    font-weight: 600;
}




























@media screen and (max-width: 980px) {
    * {
        -webkit-text-size-adjust: none;
    }

    #box {
        height: 300px;
    }

    .width {
        width: 98%;
    }


    div[data-vhide768] {
        display: block !important;
    }

    .wyz-wx,
    .wyz-tel1,
    #content_box-1626240403972-0,
    #c_portalResnav_main-16262404502873749,
    #content_box-1626240527582-0,
    #content_box-1626240527582-1 {
        display: none !important;
    }

    #footimgflex {
        display: flex;
        justify-content: space-between;
    }

    .footimg {
        width: 49% !important;
    }

    #w_grid-1625205552574 .p_gridbox {
        /* background-position: center center; */
        background-attachment: inherit;
    }

    #w_grid-1625502658072,
    #c_portalResPublic_codeContainer-16571595307874685 {
        margin-top: 0px;
    }
#top_top li:nth-child(4){
    display: none;
}
    #foot .center {
        display: none;
    }

    #foot_nav {
        display: block;
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0px;
    }

    #foot_nav li {
        list-style: none;
    }

    #foot_nav li a {
        width: calc(100% / 4);
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #238143;
        color: #fff;
        float: left;
    }
}