*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

html,
body {
    font-family: "Microsoft YaHei", arial, sans-serif;
    font-size: 0;
    min-height: 100vh;
    overflow-scrolling:touch;
    text-size-adjust:100% !important;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0) !important;
    tap-highlight-color:rgba(0, 0, 0, 0) !important;
    max-width: 1920px;
    margin: 0 auto;
}

a,
a:hover,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}



button {
    border: none;
    outline: none;
    border-radius: 0;
}

img[src="123"],img:not([src]){
    opacity:0;

}

video {
    background-color: #000000;
}

.safeplace {
    position: relative;
    max-width: 1420px;
    margin: 0 auto;
}

.wrap {
    width: 100%;
    /*overflow: hidden;*/
}

/* page banner */
.page-banner {
    width: 100%;
}

.page-banner-item {
    position: relative;
    width: 100%;
    height: 36vw;
    max-height: 690px;
    margin: 0 auto;
    overflow: hidden;
}

.page-banner-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #d8d8d8;

}

.page-banner-item-img {
    -webkit-animation: slide_on1 6s linear forwards;
    animation: slide_on1 6s linear forwards;
}

.page-banner-item-title,
.page-banner-info {
    -webkit-animation: fadeInUp2 4s linear forwards;
    animation: fadeInUp2 4s linear forwards;
}

.page-banner-item-title {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    line-height: 84px;
    font-weight: 500;
    color: #282828;
}
.page-banner-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.page-banner-info {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-banner-info .title {
    width: 100%;
    font-size: 60px;
    font-weight: 500;
    color: #282828;
    line-height: 68px;
}

.page-banner-info .info {
    width: 700px;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #252525;
    line-height: 38px;
}

.page-banner-info .zhaopin {
    font-size: 16px;
    height: 50px;
    padding: 0 38px;
    color: #282828;
    border: 1px solid #282828;
    border-radius: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transform: translateX(33%);
}
.page-banner-info .zhaopin span {
    position: relative;
    font-size: inherit;
    color: inherit;
}
.page-banner-info .zhaopin span::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #DA3128;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
}
.page-banner-info .zhaopin:hover {
    color: #fff;
    border: 1px solid #DA3128;
    background-color: #DA3128;
}
.page-banner-info .zhaopin:hover span::before {
    background-color: #fff;
}

/* page anchor */
.page-anchor {
    position: sticky;
    top: 0;
    background: #EFF1F6;
    box-shadow: 0 2px 0 0 #F0F3F8;
    z-index: 9;
}

.page-anchor-item {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 60px;
    color: #282828;
    margin-right: 55px;
    user-select: none;
}

.page-anchor-item.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #DA2027;
    left: 0;
    bottom: 0;
}

.page-anchor-item:last-child {
    margin-right: 0;
}

/**
æŸ¥çœ‹æ›´å¤šæŒ‰é’®
 */
.more-btn {
    width: 160px;
    height: 44px;
    padding: 0 20px;
    background-color: #DA2027;
    border-radius: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.more-btn span {
    width: 80%;
    font-size: 18px;
    line-height: 44px;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
}

.more-btn i {
    width: 20px;
    height: 14px;
    background: url("/static/icon/icon-point-arrow-right.png") no-repeat;
    background-size: cover;
}

/*é¢åŒ…å±‘*/
.bread-crumbs {
    width: 100%;
    background: #EFF1F6;
}

.bread-crumbs span {
    font-size: 16px;
    line-height: 60px;
    font-weight: 400;
    color: #282828;
    display: inline-block;
    cursor: pointer;
}
.bread-crumbs span:first-child {
    font-weight: bold;
}

.bread-crumbs .tag {
    margin: 0 10px;
}

/*laydata*/
.layui-laydate-header i {
    top: 16px;
}

.laydate-icon {
    width: 18px;
    height: 18px;
    padding: 0 !important;
}

.laydate-icon img {
    width: 100%;
    height: 100%;
    display: block;
}

/*iPick*/
.iPicker-container,
.iPicker-result {
    width: 100% !important;
    height: 100% !important;
    background: transparent;
    border: none;
}

.iPicker-result-active:not(.iPicker-disabled),
.iPicker-result:not(.iPicker-disabled):hover {
    border: none;
}

.iPicker-result i {
    width: 13px;
    height: 8px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.iPicker-result i::before {
    content: "123";
    width: 100%;
    height: 100%;
    background: url("/static/icon/icon-drop-arrow.svg") center no-repeat;
    background-size: cover;
    right: 0;
    opacity: 1;
    transform: scale(1);
}

.iPicker-result-active i::before {
    transform: scale(1) rotate(180deg);
}

.iPicker-result input::-webkit-input-placeholder{
    color: #252525;
}

.iPicker-result input::-moz-placeholder {
    color: #252525;
}

.iPicker-result input:-ms-input-placeholder {
    color: #252525;
}

/*åˆ†é¡µ*/
.page-Pagination {
    width: 100%;
    height: 44px;
}

.page-Pagination .spage-number {
    width: auto;
    height: 44px;
    padding: 7px 20px;
    background: #ffffff;
    border-radius: 50px;
    display: flex;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.page-Pagination .spage-number button {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-right: 8px;
    margin-left: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    text-align: center;
    border: none;
    background: #ffffff;
}

.page-Pagination .spage-number button[data-page="prev"] {
    background: url("/static/icon/icon-page-left.png") no-repeat center center;
    background-size: 30%;
}

.page-Pagination .spage-number button[data-page="next"] {
    background: url("/static/icon/icon-page-right.png") no-repeat center center;
    background-size: 30%;
}

.page-Pagination .spage-number .button-disabled[data-page="prev"],
.page-Pagination .spage-number .button-disabled[data-page="next"]{
    opacity: 0.5;
}

.page-Pagination .spage-number button:last-child {
    margin-right: 0;
}

.page-Pagination .spage-number button:hover {
    border-radius: 50%;
}

.page-Pagination .spage-number button.active {
    color: #ffffff;
    border-radius: 50%;
    font-weight: 600;
    background: #DA2027;
}

/*è¿”å›žé¡¶éƒ¨æŒ‰é’®*/
.turn-top {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    position: fixed;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999;
}

.turn-top img {
    width: 100%;
    height: 100%;
}

.turn-top .icon-hover {
    display: none;
}

.turn-top:hover .icon-normal {
    display: none;
}

.turn-top:hover .icon-hover {
    display: block;
}

.img-hover-scale {
    overflow: hidden;
}

.img-hover-scale img {
    transition: all 0.3s;
}

.img-hover-scale:hover img {
    transform: scale(1.2);
    transition: all 0.3s;
}

.slide_on1 {
    -webkit-animation-name: slide_on1;
    animation-name: slide_on1
}

.redFont{
    color: #DA2027;
}
.search-failed{
    width: 576px;
    position: relative;
    margin: 60px auto 0 auto;
}
.search-failed img{
    width: 100%;
    display: block;
}
.search-failed div{
    text-align: center;
    width: 100%;
    color: #333333;
    font-size: 24px;
    margin-top: 30px ;
}


/**
è§†é¢‘å¼¹çª—
 */
.banner-video-popup{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 50;
}
.banner-video-popup .video-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.banner-video-popup .video-main{
    width: 75%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
}
.banner-video-popup .bannerVideo{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-video-popup .close-img{
    width: 100%;
    height: 46px;
    cursor: pointer;
    margin-bottom: 10px;
}
.banner-video-popup .close-img i {
    width: 46px;
    height: 100%;
    background: url(/static/icon/icon-close-white.png) no-repeat;
    background-size: cover;
    display: block;
    float: right;
}

.WXQRbox {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.WXQRcont {
    display: inline-block;
    padding: 50px;
    background-color: #ffffff;
}
.WXQRcont #WXCODE {
    width: 250px;
    height: 250px;
}
.WXQRcont #WXCODE canvas {
    width: 100%!important;
}
.WXQRcont p {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}

@-moz-document url-prefix(){
    .safeplace {
        position: relative;
        max-width: 1420rem;
        margin: 0 auto;
    }

    .wrap {
        width: 100%;
        /*overflow: hidden;*/
    }

    /* page banner */
    .page-banner {
        width: 100%;
    }

    .page-banner-item {
        position: relative;
        width: 100%;
        height: 36vw;
        max-height: 690rem;
        margin: 0 auto;
        overflow: hidden;
    }

    .page-banner-item-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        background: #d8d8d8;

    }

    .page-banner-item-img {
        -webkit-animation: slide_on1 6s linear forwards;
        animation: slide_on1 6s linear forwards;
    }

    .page-banner-item-title,
    .page-banner-info {
        -webkit-animation: fadeInUp2 4s linear forwards;
        animation: fadeInUp2 4s linear forwards;
    }

    .page-banner-item-title {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 60rem;
        line-height: 84rem;
        font-weight: 500;
        color: #282828;
    }
    .page-banner-mask{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .page-banner-info {
        width: 100%;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .page-banner-info .title {
        width: 100%;
        font-size: 60rem;
        font-weight: 500;
        color: #282828;
        line-height: 68rem;
    }

    .page-banner-info .info {
        width: 700rem;
        margin-top: 20rem;
        font-size: 20rem;
        font-weight: 400;
        color: #252525;
        line-height: 38rem;
    }

    /* page anchor */
    .page-anchor {
        position: sticky;
        top: 0;
        background: #EFF1F6;
        box-shadow: 0 2rem 0 0 #F0F3F8;
        z-index: 9;
    }

    .page-anchor-item {
        cursor: pointer;
        position: relative;
        display: inline-block;
        font-size: 16rem;
        line-height: 60rem;
        color: #282828;
        margin-right: 55rem;
        user-select: none;
    }

    .page-anchor-item.active:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3rem;
        background: #DA2027;
        left: 0;
        bottom: 0;
    }

    .page-anchor-item:last-child {
        margin-right: 0;
    }

    /**
    æŸ¥çœ‹æ›´å¤šæŒ‰é’®
     */
    .more-btn {
        width: 160rem;
        height: 44rem;
        padding: 0 20rem;
        background-color: #DA2027;
        border-radius: 21rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .more-btn span {
        width: 80%;
        font-size: 18rem;
        line-height: 44rem;
        letter-spacing: 0;
        color: #ffffff;
        text-align: center;
    }

    .more-btn i {
        width: 20rem;
        height: 14rem;
        background: url("/static/icon/icon-point-arrow-right.png") no-repeat;
        background-size: cover;
    }

    /*é¢åŒ…å±‘*/
    .bread-crumbs {
        width: 100%;
        background: #EFF1F6;
    }

    .bread-crumbs span {
        font-size: 16rem;
        line-height: 60rem;
        font-weight: 400;
        color: #282828;
        display: inline-block;
        cursor: pointer;
    }
    .bread-crumbs span:first-child {
        font-weight: bold;
    }

    .bread-crumbs .tag {
        margin: 0 10rem;
    }

    /*laydata*/
    .layui-laydate-header i {
        top: 16rem;
    }

    .laydate-icon {
        width: 18rem;
        height: 18rem;
        padding: 0 !important;
    }

    .laydate-icon img {
        width: 100%;
        height: 100%;
        display: block;
    }

    /*iPick*/
    .iPicker-container,
    .iPicker-result {
        width: 100% !important;
        height: 100% !important;
        background: transparent;
        border: none;
    }

    .iPicker-result-active:not(.iPicker-disabled),
    .iPicker-result:not(.iPicker-disabled):hover {
        border: none;
    }

    .iPicker-result i {
        width: 13rem;
        height: 8rem;
        top: 50%;
        right: 20rem;
        transform: translateY(-50%);
    }

    .iPicker-result i::before {
        content: "123";
        width: 100%;
        height: 100%;
        background: url("/static/icon/icon-drop-arrow.svg") center no-repeat;
        background-size: cover;
        right: 0;
        opacity: 1;
        transform: scale(1);
    }

    .iPicker-result-active i::before {
        transform: scale(1) rotate(180deg);
    }

    .iPicker-result input::-webkit-input-placeholder{
        color: #252525;
    }

    .iPicker-result input::-moz-placeholder {
        color: #252525;
    }

    .iPicker-result input:-ms-input-placeholder {
        color: #252525;
    }

    /*åˆ†é¡µ*/
    .page-Pagination {
        width: 100%;
        height: 44rem;
    }

    .page-Pagination .spage-number {
        width: auto;
        height: 44rem;
        padding: 7rem 20rem;
        background: #ffffff;
        border-radius: 50rem;
        display: flex;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .page-Pagination .spage-number button {
        width: 30rem;
        height: 30rem;
        padding: 0;
        margin-right: 8rem;
        margin-left: 0;
        font-size: 16rem;
        font-weight: 400;
        color: #000000;
        line-height: 30rem;
        text-align: center;
        border: none;
        background: #ffffff;
    }

    .page-Pagination .spage-number button[data-page="prev"] {
        background: url("/static/icon/icon-page-left.png") no-repeat center center;
        background-size: 30%;
    }

    .page-Pagination .spage-number button[data-page="next"] {
        background: url("/static/icon/icon-page-right.png") no-repeat center center;
        background-size: 30%;
    }

    .page-Pagination .spage-number .button-disabled[data-page="prev"],
    .page-Pagination .spage-number .button-disabled[data-page="next"]{
        opacity: 0.5;
    }

    .page-Pagination .spage-number button:last-child {
        margin-right: 0;
    }

    .page-Pagination .spage-number button:hover {
        border-radius: 50%;
    }

    .page-Pagination .spage-number button.active {
        color: #ffffff;
        border-radius: 50%;
        font-weight: 600;
        background: #DA2027;
    }

    /*è¿”å›žé¡¶éƒ¨æŒ‰é’®*/
    .turn-top {
        width: 60rem;
        height: 60rem;
        background: #ffffff;
        border-radius: 50%;
        position: fixed;
        top: 50%;
        right: 21rem;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .turn-top img {
        width: 100%;
        height: 100%;
    }

    .turn-top .icon-hover {
        display: none;
    }

    .turn-top:hover .icon-normal {
        display: none;
    }

    .turn-top:hover .icon-hover {
        display: block;
    }

    .img-hover-scale {
        overflow: hidden;
    }

    .img-hover-scale img {
        transition: all 0.3s;
    }

    .img-hover-scale:hover img {
        transform: scale(1.2);
        transition: all 0.3s;
    }

    .slide_on1 {
        -webkit-animation-name: slide_on1;
        animation-name: slide_on1
    }

    .redFont{
        color: #DA2027;
    }
    .search-failed{
        width: 576rem;
        position: relative;
        margin: 60rem auto 0 auto;
    }
    .search-failed img{
        width: 100%;
        display: block;
    }
    .search-failed div{
        text-align: center;
        width: 100%;
        color: #333333;
        font-size: 24rem;
        margin-top: 30rem ;
    }


    /**
    è§†é¢‘å¼¹çª—
     */
    .banner-video-popup{
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        z-index: 50;
    }
    .banner-video-popup .video-mask{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .banner-video-popup .video-main{
        width: 75%;
        height: 70%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -60%);
    }
    .banner-video-popup .bannerVideo{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .banner-video-popup .close-img{
        width: 100%;
        height: 46rem;
        cursor: pointer;
        margin-bottom: 10rem;
    }
    .banner-video-popup .close-img i {
        width: 46rem;
        height: 100%;
        background: url(/static/icon/icon-close-white.png) no-repeat;
        background-size: cover;
        display: block;
        float: right;
    }
}

@-webkit-keyframes slide_on1 {
    0% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes slide_on1 {
    0% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@-webkit-keyframes fadeInUp2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (min-width: 1367px) and (max-width: 1600px) {
    .safeplace {
        zoom: .8;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1366px) {
    .safeplace {
        zoom: .7;
    }
}
@media screen and (min-width: 981px) and (max-width: 1099px){
    .safeplace {
        zoom: .6;
    }
}


@media screen and (min-width: 980px){
    .news-wrap-phone {
        display: none;
    }
}



@media screen and (max-width: 980px) {

    .safeplace {
        width: 100%;
        padding: 0 0.3rem;
        max-width: unset;
    }

    .page-banner-item {
        height: 2.32rem;
    }
    .page-banner-info .title{
        font-size: .2rem;
        line-height: 1.5;
    }
    .page-banner-info .info {
        width: 100%;
        margin-top: .08rem;
        font-size: .12rem;
        font-weight: 400;
        color: #252525;
        line-height: 1.5;
    }

    .page-banner-info .zhaopin {
        font-size: 0.12rem;
        height: 0.28rem;
        padding: 0 0.11rem;
        border-radius: 0.15rem;
        transform: translateX(0);
    }

    .page-banner-info .zhaopin span::before {
        content: '';
        width: 0.3rem;
        bottom: -1px;
    }

    .page-banner-info .zhaopin:hover {
        color: #282828;
        border: 1px solid #282828;
        background-color: transparent;
    }

    .page-banner-info .zhaopin:hover span::before {
        background-color: #DA3128;
    }

    /*é¢åŒ…å±‘*/
    .bread-crumbs {
        width: 100%;
        background-color: #F0F3F8;
    }

    .crumbs.safeplace{
        padding: 0.1rem 0.1rem 0.1rem 0.3rem;
    }

    .bread-crumbs span {
        cursor: pointer;
        font-size: 0.1rem;
        color: #7A7B7D;
        line-height: 0.3rem;
        margin-right: 0.04rem;
        vertical-align: middle;
        opacity: 0.6;
    }

    .bread-crumbs .tag {
        margin: 0 10px;
    }

    /**
æŸ¥çœ‹æ›´å¤šæŒ‰é’®
 */
    .more-btn {
        width: .78rem;
        height: .20rem;
        padding: 0 .11rem;
        background-color: #DA2027;
        border-radius: .20rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }

    .more-btn span {
        width: 80%;
        font-size: .1rem;
        line-height: 0.20rem;
        letter-spacing: 0;
        color: #ffffff;
        text-align: center;
        white-space: nowrap;
    }

    .more-btn i {
        width: .1rem;
        height: .07rem;
        background: url("/static/icon/icon-point-arrow-right.png") no-repeat;
        background-size: cover;
    }

    .turn-top {
        width: .40rem;
        height: .40rem;
        right: .15rem;
    }

    .search-failed{
        width: 100%;
        margin: .1rem auto 0 auto;
    }
    .search-failed div{
        font-size: .12rem;
        margin-top: .15rem ;
    }


    .banner-video-popup .video-main{
        width: 100%;
        height: auto;
        transform: translate(-50%, -50%);
    }
    .banner-video-popup .bannerVideo{
        height: auto;
    }
    .banner-video-popup .close-img{
        height: .23rem;
        margin-bottom: .1rem;
        padding: 0;
    }
    .banner-video-popup .close-img i {
        width: .23rem;
    }

    .WXQRcont {
        padding: 25px;
    }
    .WXQRcont #WXCODE {
        width: 180px;
        height: 180px;
    }
    .WXQRcont p {
        font-size: 14px;
        margin-top: 10px;
    }

}

