@font-face {
    font-family: FZLTXHK;
    src: url(https://g.alicdn.com/ha/hippo-home-assets/1.1.12/assets/FZLTXHK.3f2045c8.woff2) format("woff")
}

: body {
    margin: 0;
    background: #f5f5f5;
    font-family: FZLTXHK, FZLTXHJW, FZLTZHUNHK, FZLTZHUNHJW;
    max-width: 100vw;
}

h4 {
    font-weight: 200;
}

a{
    text-decoration: none !important;
}
a:hover {
  text-decoration: none !important; /* 鼠标悬停时也无下划线 */
}
* {
    padding: 0;
    margin: 0;
}

.home-main {
    background: #f5f5f5;
}

.home-main>.video {
    /*height: 100vh;*/
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
    /*-o-object-position: 50% 60%;*/
    /*object-position: 50% 60%;*/
    width: 100%
}

.page-main {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    max-width: 100vw;
    /*min-height: calc(100vh - 300px);*/
    min-width: 375px;
    padding-bottom: 80px;
}

@media (max-width:576px) {
    .home-main>.video {
        height: 100vw;
        width: 100vw
    }
}

.home-main .b2 {
    align-items: center;
    display: flex;
    flex-flow: column;
    position: relative;
    width: 100%
}

.home-main .b2 .img-m1 {
    /*min-height: 280px;*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.home-main .b2 .t2 {
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 8%;
    width: 90%
}

@media (max-width:1280px) {
    .home-main .b2 .t2 {
        max-width: 648px
    }
}

@media (min-width:1280px) {
    .home-main .b2 .t2 {
        max-width: 1280px;
        width: 60%
    }
}

.home-main>.news-wrap {
    max-width: 1280px;
    margin: 0 auto;
    margin: 80px 24px 0;
}

@media (max-width:576px) {
    .home-main>.news-wrap {
        margin: 12px
    }
}

.home-main .news-title {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 10px 10px;
    padding: 0 5px
}

.home-main .news-title>span {
    cursor: pointer
}

.home-main .news-title>:first-child {
    color: #333;
    font-family: FZLTXHK, AlibabaPuHuiTi_3_85_Bold, sans-serif;
    text-align: center
}

.home-main .news-title>:nth-child(2) {
    color: #666;
    font-family: FZLTXHK, AlibabaPuHuiTi_2_55_Regular, sans-serif;
    font-size: 14px;
    text-align: center
}

.home-main .news-title>:nth-child(2) .next-icon:before {
    font-size: 12px
}

.home-main>.avatar {
    border: 1px dashed blue
}

.news-box {
    max-width: 1280px;
    position: relative
}

.news-box .card {
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    margin: 10px;
    overflow: hidden;
    transition: all .2s ease
}

.news-box .card .avatar {
    aspect-ratio: 16 / 9;
    height: 234px;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: bottom;
    transition: all .2s ease;
    width: 100%
}

.news-box .card>.detail {
    background: #fff;
    height: 148px;
    max-width: 100%;
    padding: 16px 20px 20px;
    position: relative
}

.news-box .card>.detail h2 {
    color: #2f2e2f;
    font-family: FZLTXHK, AlibabaPuHuiTi_2_65_Medium, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px
}

.news-box .card>.detail>.time {
    bottom: 25px;
    color: #aaa;
    font-family: FZLTXHK, AlibabaPuHuiTi_2_55_Regular, sans-serif;
    font-size: 16px;
    left: 20px;
    position: absolute
}

.news-box .card:hover {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .1)
}

.news-box .card:hover>img {
    -webkit-filter: contrast(.9);
    filter: contrast(.9);
    transform: scale(1.04);
    transform-origin: bottom;
    z-index: 1
}

.news_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.news_list :nth-child(1) {
    grid-column: span 2;
}

.news-box .news_list :nth-child(1) {
    grid-column: span 2;
}

@media (max-width: 576px) {
    .news_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .news_list :nth-child(1) {
        grid-column: span 1;
    }

}

.app-article {
    background: #fff;
}

.app-article>header {
    display: flex;
    justify-content: center;
    position: relative;
}

.app-article>header .header-img {
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.app-article>header .content {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    font-size: 16px;
    margin: 0 24px;
    max-width: 960px;
    position: absolute;
    top: 88px;
    width: -webkit-fill-available;
}

.app-article>header .content>h1 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #111;
    display: -webkit-box;
    font-family: FZLTXHK, AlibabaPuHuiTi_2_65_Medium, sans-serif;
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: all;
    margin: .67em 0;
    font-weight: 500;
}

.app-article .article-main .art-wrap {
    margin-top: 24px;
    max-width: 960px;
    width: 100%;
}

a {
    text-decoration: none;
}

.navbar-wrap .nav-wrap .nv-menu {
    margin-top: 0;
}

.zc-menu-item {
    background: transparent;
    border-bottom: 0 !important;
    color: #fff !important;
    cursor: pointer;
    font-family: FZLTXHK, AlibabaPuHuiTi_2_55_Regular, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.86667vw;
    text-align: center;
}

.header-img {
    /*height: 460px;*/
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.news-main {
    background: #f5f5f5;
}
.app-news{
    background: #f5f5f5;
}
.news-wrap{
     margin: 80px 24px 0;
}

.app-news .news-main .news-wrap .title-wrap {
    display: flex;
    justify-content: center;
    line-height: 40px;
    margin-bottom: 40px;
}

h3 {
    color: #1d1d1d;
    font-family: FZLTXHK, AlibabaPuHuiTi_3_85_Bold, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: center;
}

.page-main {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    max-width: 100vw;
    /*min-height: calc(100vh - 300px);*/
    min-width: 375px;
    /*padding-bottom: 80px;*/
}

.white-container {
    /*background: #fff;*/
    width: 100%;
}

.app-about {
    background: #f5f5f5;
}

.app-about .header-tip {
    background: #fff;
    border: .5px solid #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    margin: -80px 24px 0;
    max-width: 1280px;
    min-height: 100%;
    padding: 80px;
}

.app-about .step-wrap {
    background: #fff;
    display: flex;
    flex: 1;
    margin-bottom: 80px;
    max-width: 1000px;
    width: inherit;
}

.app-about .step-wrap>.content {
    flex: 1;
}

.app-about .step-wrap>.content .item-wrap {
    display: flex;
    flex: 1;
    flex-flow: row;
}

.app-about .step-wrap>.content .item-wrap .right-wrap {
    border-left: 1px solid #d8d8d8;
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 6px;
}

.app-about .step-wrap>.content .item-wrap>:last-child {
    display: flex;
    flex: 1;
    flex-flow: column;
}

.app-about .step-wrap>.content .item-wrap .right-wrap .content {
    display: flex;
    flex: 1;
    flex-flow: column;
    margin-right: auto;
    max-width: 550px;
    padding-left: 40px;
    position: relative;
}

.app-about .step-wrap>.content .item-wrap .right-wrap>.img {
    background: #e0e0e0;
    border-radius: 8px;
    height: 96px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 170px;
}

.app-about .step-wrap>.content .item-wrap .right-wrap .content>:first-child {
    color: #111;
    font-family: FZLTXHK, AlibabaPuHuiTi_2_65_Medium, sans-serif;
    font-size: 22px;
}

.app-about .step-wrap>.content .item-wrap .right-wrap .content>:nth-child(2) {
    color: #111;
    font-family: FZLTXHK, AlibabaPuHuiTi_2_55_Regular, sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
    opacity: .6;
    word-break: break-all;
}

.app-about .step-wrap>.content .item-wrap .year {
    color: #11ab8f;
    font-family: FZLTXHK, AlibabaPuHuiTi_2_65_Medium, sans-serif;
    font-size: 30px;
    margin-right: 20px;
    text-align: center;
    width: 120px;
}


.box_about {
    display: flex;
    flex-flow: row wrap;
    min-width: 0;
    justify-content: space-between;
}

.app-about .st-feature-wrap .item-wrap {
    background: #fff;
    border-radius: 12px;
    margin-top: 20px;
    overflow: hidden;
}

@media (min-width: 576px) {
    .box_left {
        display: block;
        flex: 0 0 66.66666666666666%;
        max-width: 66.66666666666666%;
    }
}


.app-about .st-feature-wrap .item-wrap .left {
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-evenly;
    padding: 40px 10% 40px 80px;
}


.show_boxs {
    max-width: 1280px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

@media (min-width: 768px) {

    .show_boxs :nth-child(1),
    .show_boxs :nth-child(2) {
        grid-column: span 2;
    }

    .show_boxs :nth-child(n+3) {
        grid-column: span 2;
    }

}

@media (max-width: 768px) {

    .show_boxs :nth-child(1),
    .show_boxs :nth-child(2) {
        grid-column: span 6;
    }

    .show_boxs :nth-child(n+3) {
        grid-column: span 6;
    }
}

.show_boxs .card {
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    margin: 10px;
    overflow: hidden;
    transition: all .2s ease;
}

.show_boxs .card .avatar {
    aspect-ratio: 16 / 9;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: bottom;
    transition: all .2s ease;
    width: 100%;
}


.show_boxs .card:hover>img {
    -webkit-filter: contrast(.9);
    filter: contrast(.9);
    transform: scale(1.04);
    transform-origin: bottom;
    z-index: 1;
}


.next_breadcrumb {
    line-height: 18px;
    color: hsla(0, 0%, 7%, .6);
}

.next_breadcrumb .active_a {
    margin: 10px;
    color: hsla(0, 0%, 7%, .6);
}

.next_breadcrumb .active {
    margin: 10px;
    color: #111111;
}

#contentlist_id{
    opacity: 0;
}


.foot_gzh{
    text-align: center;
    color: #dedede;
    font-family: FZLTXHK, AlibabaPuHuiTi_2_55_Regular, sans-serif;
    font-size: 12px;
    margin-top: 10px;
}




/* head */
.head{width: 100%;position: fixed;top: 0;left: 0;height: 90px;z-index: 4;background-image: linear-gradient(to top, rgba(0,0,0,0.25), rgba(0,0,0,0.25));transition: all 0.3s;}

.headleft,.headright{float: left;width: 100%;height: 90px !important;text-align: center;transition: all 0.3s;}

.headleft .logo{height: 100%;}
.headleft .logo a,.headleft .logo a{display: inline-block;width: 100%;margin: 0;height: 100%;}
.headleft .logo a img{display: inline-block;max-width: 80%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);max-height: 70%;filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.8));}
.headright .nav{width: 100%;float: left;}
.headright .nav .navBox ul{margin: 0;}
.headright .nav .navBox ul .child{display: block;float: left;    padding: 0 20px;}
.headright .nav .navBox ul .child>a{color: #fff;font-size: 16px;}

.headright .nav .navBox ul .child .childContent{padding: 10px 0;transform: rotateX(90deg) translateX(-50%);transform-origin: top;transition: all 0.3s;position: absolute;min-width: 100%;z-index: 11;left: 50%;}
.headright .nav .navBox ul .child .childContent li{width: 100%;line-height: 40px;white-space: nowrap;padding: 0 15px;}
.headright .nav .navBox ul .child .childContent li a{color: #fff;display: inline-block;width: 100%;height: 100%;}

.headright .nav .navBox ul .child .childContent li:hover{background-color: rgba(0, 0, 0, 0.2);}
.headright .nav .navBox ul .child:hover{background-color: rgba(17, 95, 173, 1);}
.headright .nav .navBox ul .child:hover .childContent{transform: rotateX(0deg) translateX(-50%);background-color: rgba(17, 95, 173, 1);}

.headright .headtel{width: 209px;margin-left: 20px;float: left;height: 90px;font-size: 22px;color: #fff;position: relative;border-left: 1px solid rgba(255, 255, 255, 0.3);transition: all 0.3s;}
.headright .headtel img{display: inline-block;position: absolute;width: 35px;left: 75px;top: 50%;transform: translateY(-50%);}
.headright .headtel strong{display: block;float: left;width: 100%;padding-left: 60px;line-height: 61px;padding-top: 15px;font-family: fantasy;font-weight: normal;transition: all 0.3s;}
.headleft .logo .img_logo{cursor: pointer;
    height: 29px;
    margin-left: 24px;
    margin-right: 24px;
    width: 70px;}

.head.tr{height: 70px;background-color: rgba(0,0,0,0.5);}
.head.tr .headright .headtel{height: 70px;}
.head.tr .headright .headtel strong{line-height: 41px;}
.head.tr .headleft, .headright{height: 70px;}
.head.tr .headright .nav .navBox ul .child{line-height: 70px;}


/* wapnav */
.menu-btn {position: absolute;z-index: 3;display: flex;justify-content: center;align-items: center;width: 105px;height: 43px;border-radius: 22px;cursor: pointer;transition: 0.4s 0.2s;background: rgba(0, 0, 0, 0.2);top: 50%;right: 3%;transform: translateY(-50%);}
.menu-btn p {margin-right: 10px;color: #fff;font-size: 15px;text-transform: uppercase;transition: 0.4s 0.2s;}
.menubtn {position: relative;z-index: 20;float: right;cursor: pointer;transition: 0.4s;cursor: pointer;}
.menubtn span {display: block;width: 18px;height: 2px;background: #fff;position: relative;vertical-align: middle;-webkit-transition-duration: .3s,.3s;-moz-transition-duration: .3s,.3s;-ms-transition-duration: .3s,.3s;-o-transition-duration: .3s,.3s;transition-duration: .3s,.3s;-webkit-transition-delay: .3s,0s;-moz-transition-delay: .3s,0s;-ms-transition-delay: .3s,0s;-o-transition-delay: .3s,0s;transition-delay: .3s,0s;}

.menubtn span:after, .menubtn span:before {content: "";position: absolute;display: inline-block;width: 100%;height: 2px;left: 0;background-color: #fff;-webkit-transition-duration: .3s,.3s;-moz-transition-duration: .3s,.3s;-ms-transition-duration: .3s,.3s;-o-transition-duration: .3s,.3s;transition-duration: .3s,.3s;-webkit-transition-delay: .3s,0s;-moz-transition-delay: .3s,0s;-ms-transition-delay: .3s,0s;-o-transition-delay: .3s,0s;transition-delay: .3s,0s;}
.menubtn span:before {top: -6px;-webkit-transition-property: top,transform;-moz-transition-property: top,transform;-ms-transition-property: top,transform;-o-transition-property: top,transform;transition-property: top,transform;}
.menubtn span:after {bottom: -6px;-webkit-transition-property: bottom,transform;-moz-transition-property: bottom,transform;-ms-transition-property: bottom,transform;-o-transition-property: bottom,transform;transition-property: bottom,transform;}
.menubtn.active span {background-color: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s;}
.menubtn.active span:after, .menubtn.active span:before {-webkit-transition-delay: 0s,.3s;-moz-transition-delay: 0s,.3s;-ms-transition-delay: 0s,.3s;-o-transition-delay: 0s,.3s;transition-delay: 0s,.3s;}
.menubtn.active span:before {top: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.menubtn.active span:after, .menubtn.active span:before {-webkit-transition-delay: 0s,.3s;-moz-transition-delay: 0s,.3s;-ms-transition-delay: 0s,.3s;-o-transition-delay: 0s,.3s;transition-delay: 0s,.3s;}
.menubtn.active span:after {bottom: 0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

.menu-flex.show {visibility: visible;pointer-events: visible;}
.menu-flex {position: fixed;left: 0;top: 0;width: 100%;height: 100%;visibility: hidden;pointer-events: none;transition: 0.88s;}
.menu-flex.show .menu-bg {opacity: 1;visibility: visible;transition: 0.88s 0s;}
.menu-bg {position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;opacity: 0;visibility: hidden;transition: 0.88s 0.3s;z-index: 9;}
.menu-flex.show .menu-right {right: 0;}
.menu-right {position: absolute;right: -330px;top: 0;width: 60%;max-width: 330px;height: 100%;background: #fff;transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);z-index: 10;}
.menu-list {padding-top: 100px;margin: 0 30px;}
.menu-list > li {position: relative;z-index: 3;border-bottom: 1px solid #ebebeb;}
.menu-list > li > a {display: block;position: relative;z-index: 2;padding-left: 42px;color: rgba(0, 0, 0, 0.7);font-size: 16px;height: 59px;line-height: 59px;}
.menu-list > li > a:before {position: absolute;left: 0;bottom: 0;content: "";width: 100%;height: 0;transition: 0.38s;z-index: -1;}



.area{width: 100%;padding: 0 15px;}
.area h2{display: inline-block;width: 100%;text-align: center;font-weight: bold;position: relative;line-height: 110px;}
.area h2 p{font-size: 42px;color: rgba(0, 0, 0, 0.8);position: relative;z-index: 2;}
.area h2 p b{color: rgba(17, 95, 173, 1);}
.area h2 span{font-size: 120px;color: rgba(17, 95, 173, 0.05);font-weight: normal;position: absolute;font-weight: bold;left: 50%;transform: translate(-50%,-50%);z-index: 1;top: 50%;text-transform:uppercase;display: block;width: 100%;font-family: fantasy;}
.n-area{width: 100%;max-width: 1600px;margin: 0 auto;overflow: hidden;}

.area .more{font-size: 15px;padding: 15px 35px;line-height: 20px;border: 1px solid rgba(17, 95, 173, 1);color: rgba(0, 0, 0, 0.6);}
.area .more b{display: inline-block;width: 20px;height: 20px;margin-left: 50px;background-color: #cf0b0f;color: #fff;font-weight: bold;border-radius: 50%;text-align: center;font-family: cursive;}

table tr td{border: 1px solid #222;padding: 5px;}


@media (max-width: 700px) {
   .app-about .step-wrap>.content .item-wrap .right-wrap {
       display: inline-grid;
    }
    
    .app-about .step-wrap>.content .item-wrap .right-wrap>.img{
        margin: 0 auto;
        width: 80%;
        height: 100%;
    }
    .app-about .step-wrap>.content .item-wrap .year{
        width: 60px;
    }
}
