/* content */
.cont-js-top{
    /* background-color: #f5f5f5; */
}
.c-info-outer {
    width: 90%;
    background-color: #f5f5f5;
    padding-left: 10% !important;
    box-sizing: border-box;
}
.c-info{
    width: 50%;
    padding: 66px 0 70px !important;
    box-sizing: border-box;
}
.c-tit-e{
    font-size: 48px;
    line-height: 76px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 3px;
    white-space: nowrap;
}
.c-tit{
    font-size: 42px;
    line-height: 69px;
    color: #333333;
}
.c-des{
    font-size: 16px;
    height: 250px;
    line-height: 36px;
    color: #666;
    overflow-y: scroll;
    margin-top: 49px !important;
    text-indent: 2em;
    letter-spacing: 1.6px;
    padding-right: 36px !important;
}

.cont-js-bottom{
    background-color: #fff;
}
.cont-js-list{
    width: 48%;
    display: flex;
    justify-content: space-between;
    padding: 50px 36px 71px 0!important;
}
.cont-js-item{
    text-align: center;
}
.cont-h4{
    font-size: 50px;
    line-height: 70px;
    color: #0069b7;
    font-weight: bold;
    white-space: nowrap;
}
.cont-h4 span{
    font-size: 10px;
    margin-left: 10px !important;
    line-height: 1;
}
.cont-p{
    font-size: 17px;
    color: #666;
}
.c-js-img{
    top: 30%;
    right: 5%;
    width: 40.7%;
}
.cont-qywn{
    background-color: #f7fbff;
}


/* qywn */
.qywn-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 94px 0 110px !important;
}
.qywn-list .qywh-item{
    flex: 1 1;
    z-index: 1;
}
.qywn-list .qywh-item:nth-child(2n){
    margin-top: 20px !important;
}
.qywn-list .qywh-item .qywn-bg-img{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
}
.qywn-list .qywh-item .qywn-bg-img img{
    position: relative;
    z-index: -1;
    width: 100%;
}
.qywn-c{
    width: 80%;
    color: #fff;
    bottom: 104px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

    text-align: center;
}
.qywn-list .qywh-item:nth-child(2n) .qywn-c{
    bottom: 90px;
}
.qywn-list .qywh-item:nth-child(2n) .qywn-c p{
    margin-top: 25px !important;
}
.qywn-c .iconfont{
    font-size: 65px;
}

.qywn-c h4{
    font-size: 31px;
}
.qywn-c p{
    font-size: 14px;
    text-align: left;
    margin-top: 44px !important;
    line-height: 25px;
}
@keyframes bx {
    0%, 11.1%, 100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}
.qywh-item:hover .qywn-c .iconfont{
    display: inline-block;
    animation: bx 1s;
}

/* dzlc */
.dzlc-top{
    background: url(../img/49.jpg) center left no-repeat;
    background-size: cover;
    height: 430px;
    color: #fff;
}
.dzlc-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
}
.dzlc-left h3{
    font-size: 48px;
    background: -webkit-linear-gradient(left, #2990cd, #03ecbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}
.dzlc-left p{
    font-size: 38px;
}
.dzlc-right {
    right: 0;
    bottom: 30px;
}
.dzlc-right .nav-item {
    font-size: 36px;
    width: 19%;
    text-align: right;
    position: relative;
    cursor: pointer;

}
/*.dzlc-right .nav-item:hover{*/
/*    animation: bx 1s;*/
/*}*/
.dzlc-right .nav-item.active::before{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 8%;
    width: 15px;
    height: 15px;
    background-color: #0069b7;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);

    box-sizing: content-box;
    border: 8px solid;
}

/* .dzlc-right .nav-item.active::after{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;

    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    z-index: 1;
} */
.dzlc-c {
    display: none;
    /* padding: 40px 0 23px !important; */
}
.dzlc-c.show{
    display: flex;
    align-items: flex-start;
}

.dzlc-c-top{
    font-size: 75px;
    line-height: 220px;
    width: 22.3%;
    /* border-right: 1px solid #e5e5e5; */
    color: #0069b7;
    font-weight: bold;
    padding-right: 10px !important;
    box-sizing: border-box;
}
.dzlc-c-list{
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
    /* padding: 17px 0 17px 8.4% !important; */
    padding: 61px 0 0 !important;
    width: 100%;
    height: -webkit-fill-available;
}
.dzlc-cc{
    font-size: 18px;
    color: #666;
    line-height: 2;
    margin: 20px 0 !important;
    position: relative;
    padding-left: 10.3% !important;
    letter-spacing: 0.3px;
}
.dzlc-cc::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #e5e5e5;
    box-sizing: content-box;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/* ryzz */
.as-c-tit{
    font-size: 44px;
}
.as-t-des{
    font-size: 15px;
    color: #666;
    letter-spacing: 1.5px;
    margin: 20px 0 !important;
}
.ryzz{
    background-color: #f5f5f5;
    padding: 65px 0 !important;
}
.ryzz-list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*overflow: hidden;*/
    width: 400px;
    margin: 0 auto!important;
    padding: 44px 0 57px !important;
}
.ryzz-item{
    box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important;
    /*width: 350px !important;*/
    background-color: #fff;

    height: 458px;
    box-sizing: border-box;
    border-bottom: 3px solid #0069b7;
    flex-shrink: 0;
    margin: 0 24px !important;
}
.ryzz-list .ryzz-item:first-child{
    margin-left: 0 !important;
}
.ryzz-list .ryzz-item:last-child{
    margin-right: 0 !important;
}
.ryzz-p{
    line-height: 60px;
    text-align: center;
    font-size: 17px;
    border-top: 1px solid #e5e5e5;
}
.ryzz-s-item{
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: #f5f5f5;
    
}
.ryzz-s-item .iconfont{
    font-size: 22px;
    color: #ccc;
}
.ryzz-right{
    margin-left: 22px !important;
}
.ryzz-select{
    display: flex;
    justify-content: center;

}
.ryzz-i-img{
    padding: 36px 64px 49px 53px !important;
    width: 224px;
    height: 309px;
    box-sizing: content-box;
    position: relative;
}
.ryzz-i-big{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.ryzz-i-big .iconfont{
    font-size: 24px;
    color: #aaa;
}
/* hxtd */
.hxtd{
    padding: 49px 0 !important;
}
.hxtd-list{
    display: flex;
    /*justify-content: flex-start;*/
    justify-content: space-around;
    margin: 49px 2px 0px !important;
    /*flex-wrap: wrap;*/
    align-items: flex-start;
}
.hxtd-item{
    /*margin: 10px 1% !important;*/
    margin: 10px  0 !important;
}
.hxtd-img{
    width: 323px;
    height: 445px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    overflow: hidden;
    text-align: center;
}
.hxtd-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hxtd-info{
    text-align: center;
}
.hxtd-i-name{
    font-size: 18px;
    padding: 20px 0 15px !important;
    position: relative;
}
.hxtd-i-name::before{
    content: "";
    width: 30px;
    height: 4px;
    background-color: #0069b7;
    clip-path: polygon(5px 0, 25px 0, 30px 4px, 0 4px);;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.hxtd-i-other{
    padding: 15px 0 0 !important;
}

.hxtd-info .hxtd-i-other+.hxtd-i-other{
    padding: 7px 0 0 !important;
}

.pic02{
    position:fixed;
    top:0;
    display:none;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.675);
    z-index: 100;
    overflow: auto;
}
.pic02 img{
    position:absolute;
    top:50%;
    left:50%;
    z-index:11;
    transform:translate(-50%, -50%);
}

@media (max-width: 1620px) {
    .hxtd-item{
        width: 16.8%;
    }
    .hxtd-img{
        width: auto;
        /*height: auto;*/
        height: 300px;
    }
}
@media (max-width: 1440px) {
    .c-des{
        height: 180px;
    }
    .hxtd-img{
        height: 250px;
    }
}
@media (max-width: 1150px) {
    .qywn-c{
        bottom: 50px;
    }
    .qywn-list .qywh-item:nth-child(2n) .qywn-c{
        bottom: 36px;
    }
    .hxtd-img{
        height: 200px;
    }
}
@media (max-width: 992px) {

    .c-info{
        padding: 0 !important;
    }
    .c-tit-e{
        font-size: 32px;
        line-height: 52px;
        
    }
    .c-tit{
        font-size: 28px;
        line-height: 50px;
    }
    .c-des{
        font-size: 14px;
        margin-top: 25px !important;
        padding-right: 20px !important;
        letter-spacing: 1px;
    }
    .c-info-outer{
        padding: 5% !important;
    }
    #gsjs{
        padding-bottom: 20px !important;
    }
    .cont-js-list{
        width: 100%;
        padding: 30px 0 !important;
    }
    .cont-h4 span{
        margin-left: 0 !important;
    }
    .cont-h4{
        font-size: 32px;
        line-height: 50px;
        white-space: nowrap;
    }
    .cont-p{
        font-size: 10px;
    }
    .c-js-img{
        position: relative !important;
        top:auto;
        left: auto;
        max-width: 100%;
        margin: 0 auto !important;
        text-align: center;
    }

    .qywn-c p{
        display: -webkit-box;
        overflow: hidden; 
        text-overflow: ellipsis; 
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .dzlc-c-top{
        font-size: 50px;
    }
    .hxtd-img img{
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    
}
@media (max-width: 754px) {
    .qywn-list{
        flex-wrap: wrap;
    }
    .qywn-list .qywh-item{
        flex: auto;
        z-index: 1;
        width: 50%;
        flex-shrink: 0;
    }
    .dzlc-c-top{
        font-size: 32px;
    }
    
}
@media (max-width: 576px) {
    .dzlc-left{
        justify-content: flex-start;
        margin-top: 20px !important;
    }
    .dzlc-c-top{
        font-size: 50px;
        line-height: 2;
    }
    .dzlc-c.show{
        flex-direction: column;
    }
    .dzlc-c-list{
        padding: 0 !important;
    }
    .dzlc-right .nav-item{
        font-size: 28px;
        width: 100%;
        line-height: 2;
    }
    .dzlc-right{
        right: 20px;
        bottom: 0;
    }
    .dzlc-right .nav{
        display: flex;
        flex-flow: column;
       
    }
    .dzlc-right .nav-item.active::before{
        bottom: 50%;
        right: 0;
        transform: translate(calc(-100% - 50px), 50%);
        -webkit-transform: translate(calc(-100% - 50px), 50%);
        -moz-transform: translate(calc(-100% - 50px), 50%);
        -ms-transform: translate(calc(-100% - 50px), 50%);
        -o-transform: translate(calc(-100% - 50px), 50%);
        border: 4px solid;
    }
    .hxtd-list{
        flex-wrap: wrap;
    }
    .hxtd-item {
        width: 32%;
    }
    .hxtd-list::after {
        width: 32%;
        content: "";
    }

    .ryzz-item{
        /*width: auto !important;*/
        /*height: auto !important;*/
    }
    .ryzz-i-img{
        width: auto;
        height: auto;
        padding: 10px !important;
    }
}