@charset "UTF-8";

/*** 公共 ****/

.p-home .main-box {
    padding-top: 0;
    padding-bottom: 0;
}

.p-home .footer {
    background-color: #fff;
}

.home-heading {
    font-size: 36px;
    font-size: 1.8em;
    line-height: 1em;
    text-align: center;
}

@media (max-width: 991.98px) {
    .home-heading {
        font-size: 0.44rem;
        line-height: 0.44rem;
    }
}


/*** swip-paging ***/

.gswip-paging {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: absolute;
    left: 0;
    z-index: 20;
}

.gswip-paging .bullet {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    border: solid 1px #01b552;
    margin: 0 7px 0 8px;
    cursor: pointer;
}

.gswip-paging .active {
    background: #01b552;
}


/*** banner ***/

.home-banbox {
    position: relative;
}

.home-banWeb {
    width: 100%;
    height: 100vh;
    max-height: 840px;
    display: block;
    overflow: hidden;
    position: relative;
}

.home-banWeb .imgs {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
}

.hmweb-paging {
    top: 0em;
}

.home-banApp {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.home-banApp .imgs {
    width: 100%;
    height: calc(100vh - 1.4rem);
    max-height: 9.95rem;
    display: block;
    overflow: hidden;
    position: relative;
    background: no-repeat center center;
    background-size: cover;
}

.home-banApp img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.hmapp-paging {
    bottom: 1.41rem !important;
}

.home-btn {
    bottom: 3em !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #009b4c !important;
}

@media (max-width: 991.98px) {
    .home-banbox {
        margin-top: 1.4rem;
    }
    .mob-home-btn {
        bottom: 0.4rem !important;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px;
}

@media (max-width:991.98px) {
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}


/* banner弹框 */

.head-login {
    position: absolute;
    /* margin-left: 2em;
    padding-bottom: 0.8em; */
    top: 6.25em;
    right: 2em;
}


/* .head-login .hd {
    width: 100%;
    height: 1.8em;
    color: #fff;
    position: relative;
    text-align: center;
    background: url(/content/img/images/bg-1.jpg) no-repeat center center;
    background-size: cover;
    border-radius: 3px;
    cursor: pointer;
} */

.head-login .dropbox {
    width: 16.15em;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: relative;
    right: 0;
    top: 100%;
    z-index: 80;
    padding: 1.2em 1.2em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.head-login .logitem {
    width: 100%;
    margin-bottom: 1.2em;
}

.head-login .logitem .tit {
    width: 100%;
    height: 3.125em;
    display: block;
    font-size: 0.8em;
    line-height: 3.125em;
    color: rgba(255, 255, 255, 0.5);
    /* position: relative; */
    border-radius: 6px;
    overflow: hidden;
}

.head-login .logitem .tit:first-child {
    box-shadow: inset 0px -2px 0px 0px rgba(0, 99, 48, 0.3);
}

.head-login .logitem .tit:last-child {
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
}

.head-login .logitem .tit span {
    color: #fff;
}

.head-login .logitem .tit a {
    display: block;
    /* padding: 0 0 0 2.5em; */
    text-align: left;
    position: relative;
}

.head-login .logitem .tit img {
    width: 1.5em;
    margin: -3px 1em 0 0;
}

.head-login .logitem .list {
    display: flex;
    display: -webkit-flex;
    white-space: nowrap;
}

.head-login .logitem .list li {
    margin-right: 4px;
    font-size: 0.7em;
    line-height: 0.857em;
    margin-top: 0.92em;
}

.head-login .logitem .list li::before {
    content: "·";
    margin: 0 4px 0 0;
}

.head-login .logitem .list li:last-child {
    margin-right: 0;
}

.head-login .logitem .list li:hover a {
    color: #00a546;
}

.head-login .logitem.ge .tit {
    background: #009b4c;
}

.head-login .logitem.ge .tit a::after {
    background: #0bbf65;
}

.head-login .logitem.qy {
    margin-bottom: 1.2em;
}

.head-login .logitem.qy .tit {
    background: #0054a3;
}

.head-login .logitem.qy .tit a::after {
    background: #4e77e6;
}

.head-login .wxlist {
    overflow: hidden;
    padding: 0 0.8em;
}

.head-login .wxlist li {
    width: 7.55em;
    margin: 0 auto;
    text-align: center;
}


/* .head-login .wxlist li.item1 {
    float: left;
} */

.head-login .wxlist li.item2 {
    float: right;
}

.head-login .wxlist .imgs {
    width: 100%;
    position: relative;
    margin-bottom: 0.5em;
}

.head-login .wxlist .imgs img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.head-login .wxlist .tit {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1em;
}


/* 正式开始 */


/* 第一屏 开始 */

.home-sect1 {
    height: 33.75em;
    position: relative;
    padding-top: 5.5em;
}

.home-sect1 .imgs {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.home-sect1 .imgs.web {
    width: 100%;
    height: 33.75em;
    position: absolute;
    left: 0;
    top: 0;
}

.home-sect1 .global-inner {
    display: flex;
    display: -webkit-flex;
    padding-bottom: 2.5em;
    /* justify-content: space-between;
    -webkit-justify-content: space-between; */
}

.home-sect1 .hmect1-box {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    /* justify-content: space-between;
    -webkit-justify-content: space-between; */
}

.hmst1-left {
    width: 60%;
    max-width: 760px;
}

.home-sect1 .hmst1-hd {
    width: 100%;
    margin-bottom: 1.9em;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 2em;
}

.home-sect1 .hmst1-hd .tit {
    font-size: 36px;
    font-size: 1.8em;
    line-height: 1em;
    color: #333333;
}

.home-sect1 .hmst1-hd .more {
    font-size: 18px;
    font-size: 0.9em;
    line-height: 1em;
    color: #999999;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.home-sect1 .hmst1-hd .bi {
    width: 10px;
    height: 10px;
    margin-left: 3px;
}

@media (min-width:991.98px) {
    .home-sect1 .hmst1-hd .more:hover {
        color: #009b4c;
    }
    .home-sect1 .hmst1-hd .more:hover .bi {
        color: #009b4c;
    }
}

.hmst1-left .hmnews-list {
    width: 100%;
    overflow: hidden;
    /* font-size: 18px;
    font-size: 0.8em;
    line-height: 2.77em; */
}

.hmst1-left .hmnews-list li {
    font-size: 18px;
    font-size: 0.9em;
    line-height: 2.777em;
    padding: 1.3em 0;
    border-top: 1px dashed #eeeeee;
    border-bottom: 1px dashed #eeeeee;
}

.hmst1-left .hmnews-list li:first-child {
    border-top: 1px solid #eeeeee;
}

.hmst1-left .hmnews-list li .box {
    display: flex;
    display: -webkit-flex;
}

.hmst1-left .hmnews-list .time {
    color: #0054a3;
    margin-right: 1.66em;
}

.hmst1-left .hmnews-list .tit {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.hmst-right {
    width: 35.15625%;
    padding: 0em 2em 0em 2em;
    background-image: linear-gradient(0deg, #f5f5f5 0%, #fcfcfc 100%);
    /* background: #6ddca1; */
    border-radius: 8px;
    margin-left: 3.6em;
    max-height: 25.5em;
    max-height: 510px;
}


/* .hmst-right .hmst1-hd {
    margin-bottom: 0;
} */

.hmst-right ul {
    padding-top: 5px;
    border-top: 1px solid #eee;
}

.hmst-right li {
    margin-bottom: 2em;
}

.hmst-right li:first-child {
    padding-top: 1.2em;
}

.hmst-right .box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.hmst-right .time {
    width: 45%;
    max-width: 3.4375em;
    text-align: center;
    margin-right: 1.35em;
}

.hmst-right .time span:first-child {
    font-size: 32px;
    font-size: 1.6em;
    line-height: 1em;
    color: #0054a3;
    font-family: Arial, Helvetica, sans-serif;
}

.hmst-right .time span:last-child {
    font-size: 14px;
    font-size: 0.7em;
    line-height: 1em;
    color: #666666;
}

.hmst-right .tit {
    font-size: 18px;
    font-size: 0.9em;
    line-height: 1.44em;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .home-sect1 {
        padding-top: 1rem;
        position: relative;
        height: auto;
        /* width: 7.5rem;
        height: 4.9rem; */
        /* background-image: linear-gradient(0deg, #f5f5f5 0%, #fcfcfc 100%); */
    }
    .home-sect1 .imgs.app.bgk {
        top: 16.8rem;
        left: 0;
        position: absolute;
        background-repeat: no-repeat;
        background-position: 0;
        background-size: cover;
        background-image: url(/content/Img/images/bgk-h.png);
        z-index: -1;
        width: 100%;
        height: 4.95rem;
        /* width: 7.5rem;
        height: 4.9rem;
        background-image: linear-gradient(0deg, #f5f5f5 0%, #fcfcfc 100%); */
    }
    .home-sect1 .imgs.app {
        width: 100%;
        height: 9.7rem;
        position: absolute;
        left: 0;
        top: 1rem;
    }
    .home-sect1 .hmect1-box {
        display: block;
    }
    .hmst1-left {
        width: 100%;
        max-width: none;
    }
    .home-sect1 .hmst1-hd {
        font-size: 0.4rem;
        justify-content: center;
        -webkit-justify-content: center;
        margin-top: 0;
        margin-bottom: .5rem;
    }
    .home-sect1 .hmst1-hd .tit {
        font-size: 0.44rem;
        line-height: 0.44rem;
        text-align: center;
    }
    /* .hmst1-left .hmnews-list {
        font-size: 0.3rem;
        line-height: 0.5rem;
    } */
    .hmst1-left .hmnews-list li {
        padding: 0.4rem 0 0.29rem;
    }
    .hmst1-left .hmnews-list li:nth-child(1) {
        /* padding-top: 0; */
    }
    .hmst1-left .hmnews-list li .box {
        flex-direction: column-reverse;
    }
    .hmst1-left .hmnews-list .tit {
        font-size: 0.3rem;
        line-height: 0.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .hmst1-left .hmnews-list .time {
        font-size: 0.28rem;
        line-height: 0.5rem;
        margin-top: 0.09rem;
    }
    .more-box {
        display: flex;
        justify-content: center;
        margin-top: 0.6rem;
    }
    .appmore {
        border-radius: 0.38rem;
        border: solid 1px #009b4c;
        color: #009b4c;
        font-size: 0.28rem;
        line-height: 0.28rem;
        padding: 0.21rem 0.75rem 0.23rem;
    }
    .hmst-right {
        width: 100%;
        margin-top: 1.5rem;
        margin-left: 0;
        padding: 0;
        background-image: none;
        position: relative;
        /* background: linear-gradient(0deg, #f5f5f5 0%, #fcfcfc 100%); */
    }
    /* .home-sect1 .imgs.app.bgk {
        top: 0;
        left: 0;
        position: absolute;
        background-repeat: no-repeat;
        background-position: 0;
        background-size: cover;
        background-image: url(/content/Img/images/bgk-h.png);
        z-index: -1;
        width: 7.5rem;
        height: 10.2rem;
        width: 7.5rem;
        height: 4.9rem;
        background-image: linear-gradient(0deg, #f5f5f5 0%, #fcfcfc 100%);
    } */
    .hmst-right li {
        margin: 0;
        padding: 0.4rem 0;
        border-top: 1px solid #eeeeee;
    }
    .hmst-right li:first-child {
        border: 0;
    }
    .hmst-right li:last-child {
        border-bottom: 1px dashed #eeeeee;
    }
    .hmst-right .time {
        max-width: none;
        width: 20%;
    }
    .hmst-right .time span:first-child {
        font-size: 0.54rem;
        line-height: 0.54rem;
    }
    .hmst-right .time span:last-child {
        font-size: 0.28rem;
        line-height: 0.28rem;
    }
    .hmst-right .tit {
        width: 80%;
        font-size: 0.3rem;
        line-height: 0.48rem;
    }
}

@media (min-width: 991.98px) {
    .hmst1-left .hmnews-list li .box:hover .tit,
    .hmnotice-list li .box:hover .tit {
        color: #0075c2;
    }
}


/* 第一屏 结束 */


/* 第二屏 开始 */

.home-sect2 {
    position: relative;
    padding-top: 5.5em;
    padding-bottom: 7em;
}


/* .home-sect2 .global-inner {
    padding-top: 3em;
} */

.home-sect2 .imgs.web {
    width: 100%;
    height: 33.75em;
    position: absolute;
    left: 0;
    top: 0;
    background: no-repeat center center;
    background-size: cover;
}

.gryw-list {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 2.25em;
    /* float: left; */
}

.gryw-list .home-heading {
    margin-top: 3em;
}

.gryw-list li {
    flex: 1;
    -webkit-flex: 1;
    width: 25%;
    max-width: 14.5em;
    border-radius: 8px;
    text-align: center;
    /* padding: 3em 2em 1.85em; */
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: rgba(245, 252, 255, 0.9);
    /* box-shadow: 0px 2px 6px 0px rgba(8, 31, 70, 0.3); */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    /* margin: 0 1em; */
    margin-right: 2em;
    /* opacity: 0.8; */
    border-radius: 8px;
    border: solid 1px #009b4c;
}

.gryw-list li:last-child {
    margin-right: 0;
}

.gryw-list .icon {
    width: 5em;
    height: 4.5em;
    margin: 0 auto;
    margin-bottom: 1.25em;
}

.gryw-list .icon img {
    width: 100%;
    height: 100%;
}

.gryw-list .tit-box {
    padding: 1.4em 0;
    opacity: 0.9;
    background-color: #009b4c;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 6px 6px 0px 0px;
}

.gryw-list .tit {
    font-size: 24px;
    font-size: 1.2em;
    /* font-weight: bold; */
    line-height: 1em;
    letter-spacing: 0px;
    color: #fff;
    /* margin-bottom: 0.666em; */
}

.gryw-list .doc-box {
    padding: 1.9em 1.5em 2.8em;
}

.gryw-list .doc {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1.714285em;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (min-width: 991.98px) {
    .gryw-list li:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transform: translateY(-20px);
        border: 0;
    }
    .gryw-list li:hover .tit-box {
        background-color: #f0f3f5;
    }
    .gryw-list li:hover .tit {
        color: #000;
    }
}

@media (max-width: 991.98px) {
    .home-sect2 {
        padding-top: 2rem;
        padding-bottom: 1.3rem;
    }
    .home-sect2 .imgs.app {
        width: 100%;
        height: 9.7rem;
        position: absolute;
        left: 0;
        top: 0.8rem;
        background: no-repeat center center;
        background-size: cover;
    }
    .gryw-list {
        display: block;
        margin-top: 0.5rem;
    }
    .gryw-list li {
        width: 50%;
        float: left;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.8);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        /* opacity: 0.8; */
        max-width: 2.9rem;
        /* padding: 0.5rem 0.80rem 0.6rem; */
        /* border: 0; */
    }
    .gryw-list li:nth-child(odd) {
        margin-right: 0.3rem;
        margin-left: 0.2rem;
    }
    .gryw-list li:nth-child(1),
    .gryw-list li:nth-child(2) {
        margin-bottom: 0.3rem;
    }
    .gryw-list .doc-box {
        padding: 0.5rem 0.3em 0.3rem;
    }
    .gryw-list .tit-box {
        padding: 0.35rem 0;
    }
    .gryw-list .icon {
        width: 1.1rem;
        height: 1.1rem;
        margin-bottom: 0.3rem;
    }
    .gryw-list .tit {
        font-size: 0.3rem;
        line-height: 0.3rem;
        margin-bottom: 0;
    }
}


/* 第二屏 结束 */


/* 第三屏 开始 */

.home-sect3 {
    padding-top: 5.5em;
}

.gsyw-list {
    /* width: 100%; */
    height: 100%;
    /* display: flex;
    flex-wrap: wrap; */
    margin-top: 2.5em;
    /* padding-top: 2.5em; */
    overflow: hidden;
    border-radius: 8px;
    /* box-shadow: 0px 2px 6px 0px rgba(8, 31, 70, 0.3); */
    box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 20%);
}

.gsyw-list-box1 {
    display: flex;
    width: 100%;
}

.gsyw-list li {
    /* float: left; */
    /* width: 100%; */
    overflow: hidden;
}

.gsyw-list .gsyw-list-box1:first-child li:nth-child(1),
.gsyw-list .gsyw-list-box1:last-child li:nth-child(2) {
    width: 58.4375%;
}

.gsyw-list .gsyw-list-box1:first-child li:nth-child(2),
.gsyw-list .gsyw-list-box1:last-child li:nth-child(1) {
    width: 41.25%;
}

.gsyw-list .gsyw-list-box1:first-child li:nth-child(1) {
    border-radius: 8px 0px 0px 0px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.gsyw-list .gsyw-list-box1:first-child li:nth-child(2) {
    border-radius: 0px 8px 0px 0px;
    margin-bottom: 4px;
}

.gsyw-list .gsyw-list-box1:last-child li:nth-child(1) {
    border-radius: 0px 0px 0px 8px;
    margin-right: 3px;
}

.gsyw-list .gsyw-list-box1:last-child li:nth-child(2) {
    border-radius: 0px 0px 8px 0px;
}

.gsyw-list .box {
    /* width: 100%; */
    position: relative;
    overflow: hidden;
    display: block;
}

.gsyw-list .box:nth-child(1) {
    border-radius: 0px 0px 0px 0px;
}

.gsyw-list .box:nth-child(2) {
    border-radius: 0px 8px 0px 0px;
}

.gsyw-list .box:nth-child(3) {
    border-radius: 0px 0px 0px 8px;
}

.gsyw-list .box:nth-child(4) {
    border-radius: 0px 0px 8px 0px;
}

.gsyw-list .item-img {
    background: no-repeat center center;
    background-size: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    overflow: hidden;
}

@media (min-width: 991.98px) {
    .gsyw-list-box1 li:hover .item-img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
}

.gsyw-list .m-bgk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 4;
}

.gsyw-list .imgs1,
.gsyw-list .imgs4 {
    /* width: 37.4em; */
    /* width: 58.4375%; */
    width: 100%;
    height: 15.85em;
    position: relative;
    z-index: 2;
}

.gsyw-list .imgs2,
.gsyw-list .imgs3 {
    /* width: 26.4em; */
    /* width: 41.25%; */
    width: 100%;
    height: 15.85em;
}

.gsyw-list .imgs1 {
    border-radius: 8px 0px 0px 0px;
}

.gsyw-list .imgs2 {
    border-radius: 0px 8px 0px 0px;
}

.gsyw-list .imgs3 {
    border-radius: 0px 0px 0px 8px;
}

.gsyw-list .imgs4 {
    border-radius: 0px 0px 8px 0px;
}

.gsyw-list .item-hd {
    position: absolute;
    left: 0;
    bottom: 1.5em;
    width: 100%;
    display: block;
    z-index: 9;
    padding-left: 2em;
    padding-right: 12%;
}

.gsyw-list .tit {
    font-size: 24px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em;
    color: #ffffff;
    margin-bottom: 0.667em;
}

.gsyw-list .doc {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1.25em;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .home-sect3 {
        padding-top: 0.9rem;
    }
    .mob-home-sect3-swiper {
        margin-top: 0.5rem;
    }
    .mob-home-sect3-swiper .slide-imgs {
        height: 4.8rem;
        background: no-repeat center center;
        background-size: cover;
    }
    .mob-home-sect3-swiper .item-bd {
        width: 100%;
        text-align: center;
        font-size: 0.36rem;
        line-height: 0.36rem;
        color: #ffffff;
        position: absolute;
        bottom: 0.87rem;
        /* box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.33); */
    }
}


/* 第三屏 结束 */


/* 第四屏 开始 */

.home-sect4 {
    position: relative;
    padding-top: 7.5em;
    padding-bottom: 4.5em;
}

.home-sect4 .global-inner {
    padding-left: 10px;
}

.home-sect4 .imgs.web {
    width: 100%;
    height: 17em;
    position: absolute;
    top: 1em;
    left: 0;
    background: no-repeat center center;
    background-size: cover;
}

.home-sect4 .clac-box {
    width: 100%;
    /* display: flex;
    display: -webkit-flex; */
}

.home-sect4 .clac-tit {
    width: 20%;
    max-width: 9em;
    /* margin-right: 4.2em; */
    text-align: left;
    margin-top: 2em;
    float: left;
}

.home-sect4 .clac-tit p:first-child {
    font-size: 32px;
    font-size: 1.6em;
    line-height: 1em;
    color: #333333;
}

.home-sect4 .clac-tit p:last-child {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 2.5em;
    color: #666666;
}

.home-sect4 .clac-list {
    /* width: 100%; */
    text-align: center;
    display: flex;
    display: -webkit-flex;
    float: right;
}

.home-sect4 li {
    /* max-width: 220px; */
    height: 100%;
    flex: 1;
    -webkit-flex: 1;
    position: relative;
    /* margin: 0 0.5em; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin: 0 1.85em;
}

.home-sect4 li:first-child {
    margin-left: 0;
}

.home-sect4 li:last-child {
    margin-right: 0;
}

.home-sect4 .icon {
    width: 3.5em;
    height: 3.5em;
    margin: 0 auto;
}


/* .home-sect4 .icon img {
    width: 100%;
    width: 100%;
} */

.home-sect4 li .icon .img {
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
}

.home-sect4 li .icon .imgc {
    display: block;
}

.home-sect4 li .icon .imgc-h {
    display: none;
}

@media (min-width: 1000px) {
    .home-sect4 li:hover .icon .imgc {
        display: none;
    }
    .home-sect4 li:hover .icon .imgc-h {
        display: block;
    }
}

.home-sect4 .tit {
    font-size: 18px;
    font-size: 0.9em;
    line-height: 1em;
    color: #333333;
    white-space: nowrap;
    margin-top: 0.7em;
}

@media (max-width: 1200px) {
    .home-sect4 li {
        margin: 0 0.8em;
    }
}

@media (min-width: 991.98px) {
    .home-sect4 li:hover .tit {
        color: #009b4c;
    }
}

@media (max-width: 991.98px) {
    .home-sect4 {
        padding-top: 2.07rem;
        padding-bottom: 1.1rem;
    }
    .home-sect4 .imgs.app {
        width: 100%;
        height: 10.6rem;
        position: absolute;
        top: 1.2rem;
        left: 0;
        background: no-repeat center center;
        background-size: cover;
    }
    .home-sect4 .clac-tit p:first-child {
        font-size: 0.44rem;
        line-height: 0.44rem;
        margin-bottom: 0.8rem;
    }
    .home-sect4 .clac-list {
        display: block;
        float: none;
    }
    .home-sect4 li {
        width: 50%;
        float: left;
        flex: none;
        max-width: none;
        margin: 0;
        margin-bottom: 0.6rem;
    }
    .home-sect4 .clac-tit {
        width: 100%;
        float: none;
        margin: 0;
        max-width: none;
        text-align: center;
    }
    .home-sect4 .icon {
        width: 0.7rem;
        height: 0.7rem;
    }
    .home-sect4 .tit {
        font-size: 0.3rem;
        line-height: 0.54rem;
        margin-top: 0rem;
    }
}


/* 第四屏 结束 */


/* 漂浮窗口 */

.home-piaofu {
    width: 200px;
    position: fixed;
    left: 10px;
    top: 50%;
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%); */
    z-index: 9999990;
    /* display: none; */
}

.home-piaofu li {
    margin-bottom: 5px;
    position: relative;
}

.home-piaofu li:last-child {
    margin-bottom: 0;
}

.home-piaofu img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.home-piaofu .close {
    width: 14px;
    height: 14px;
    display: block;
    background: url("/content/Img/images/close3.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 16px;
    top: 14px;
    cursor: pointer;
}

.home-piaofu .close:hover {
    background: url("/content/Img/images/close4-h.svg") no-repeat center center;
}


/* 举报信箱 */

.jubao-box {
    /* display: none; */
    position: fixed;
    border-top: 2px solid #009b4c;
    bottom: 6.25em;
    right: -21em;
    width: 20em;
    height: auto;
    background-color: #fff;
    z-index: 99;
    padding: 2em 1.5em 2.5em;
    margin: 0 auto;
    box-shadow: 0px 8px 38px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 4px 4px;
}

.jubao-box .close {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

.jubao-box .close-img {
    width: .66em;
    height: .66em;
}

.jubao-box .close-img1 {
    display: block;
}

.jubao-box .close-img2 {
    display: none;
}

@media (min-width: 1000px) {
    .jubao-box .close:hover {
        cursor: pointer;
    }
    .jubao-box .close:hover .close-img1 {
        display: none;
    }
    .jubao-box .close:hover .close-img2 {
        display: block;
        opacity: 0.8;
        width: .66em;
        height: .66em;
    }
}

.jubao-box .row-item {
    padding: 0;
}

.jubao-box .form-group {
    margin-bottom: .6rem;
}

.jubao-header {
    margin-bottom: 1.2em;
}

.jubao-title {
    font-size: 22px;
    font-size: 1.1em;
    line-height: 1em;
    color: #333;
}

.jubao-box label {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #666;
}

.jubao-box input {
    width: 21em;
    height: 2em;
    border-radius: 2px;
    font-size: 1em;
}

.jubao-box textarea {
    width: 21em;
    /* font-size: 14px; */
    font-size: 1em;
}

.jubao-box .tips span {
    font-size: 14px;
    font-size: 0.7em;
    line-height: 1.715em;
    color: #999;
}

.jubao-box .btn-submit {
    padding: 4px 3.2em;
    border: 1px solid #009b4c;
}

.jubao-box .btn-submit:hover {
    background-color: #009b4c;
    border: 1px solid #fff;
}

.jubao-box .btn-submit:hover span {
    color: #fff;
}

.jubao-box .form-btnbox {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: 1em;
}

.jubao-box .btn-submit span {
    font-size: 16px;
    font-size: 0.8em;
    line-height: 32px;
    color: #009b4c;
}

.jubao-box .btn-file {
    width: 60%;
    background-color: #fff !important;
}

.jubao-box .frm-vcode .flex {
    width: 17em;
}

.jubao-box .frm-vcode .inpt .form-control {
    width: 100%;
}

.jubao-box .frm-vcode .inpt {
    width: 60%;
}

.jubao-box .frm-vcode .vcode-imgs img {
    width: 5em;
    height: 100%;
}


/* 手机端 举报邮箱 */

@media (max-width:991.98px) {
    .jubao-box {
        bottom: 1.2rem;
        padding: 0.6rem 0.4rem 0.6rem;
    }
    .jubao-box .form-group {
        margin-bottom: 0.2rem;
    }
    .jubao-box input {
        width: 100%;
        height: 0.5rem;
        border-radius: 2px;
        font-size: .3rem;
        padding-left: 0;
    }
    .jubao-box .tips span {
        font-size: .26rem;
        line-height: .5rem;
    }
    .jubao-box textarea {
        width: 100%;
        height: 1rem;
        border-radius: 0;
        font-size: .3rem;
        padding-top: 0;
        padding-left: 0rem;
    }
    .jubao-box .close {
        position: absolute;
        top: 0.2rem;
        right: 0.2rem;
    }
    .jubao-box .close-img {
        width: 0.5rem;
        height: 0.5rem;
    }
    .help-block {
        font-size: 0.23rem;
        line-height: .4rem;
    }
    .jubao-box label {
        font-size: .3rem;
    }
}


/* 动画 */


/* .show-x {
    animation: huachu linear 1s;
    display: block;
}

@keyframes huachu {
    0% {
        width: 0em;
    }
    100% {
        width: 20em;
    }
} */


/*试运行修改*/

@keyframes fadeInBottom2 {
    0% {
        opacity: 0;
        transform: translate3d(0, -100px, 0);
        -webkit-transform: translate3d(0, -100px, 0);
    }
    to {
        opacity: 1;
        transform: none;
        -webkit-transform: none;
    }
}

@-webkit-keyframes fadeInBottom2 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
    }
}

.fadeInBottom2 {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
    animation: fadeInBottom2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
    -webkit-animation: fadeInBottom2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}