* {
    margin: 0;
    padding: 0;
}

.jdjs-container {
    /*width: 1920px;*/
    /*height: 1080px;*/
    background: url("/static/images/pageHome/bj.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-dh-container {
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 117px;
}

.logo-dh-container ul {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo-dh-container li {
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.show-dian-dh {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ff6363;
    margin-top: 15px;
}

.logo-dh-container a {
    /*margin-left: 96px;*/
    font-size: 18px;
    font-family: "PingFang-SC-Medium";
    color: #333333;
    letter-spacing: 1.5px;
    text-decoration: none
}

.medium-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0px 0 0px;
    /*flex-wrap: wrap;*/
}

.gsjdjs {
    /*margin-right: 300px;*/
}

.gsjdjs > :first-child {
    margin-top: 117px;
    font-size: 48px;
    color: #171717;
    margin-bottom: 15px;
}
.gsjdjs > :nth-child(2) {
    font-size: 48px;
    color: #171717;
    margin-bottom: 24px;
}

.gsjdjs > :nth-child(3) {
    font-size: 36px;
    color: #4b4b4b;
    margin-bottom: 40px;
}

.gsjdjs > :nth-child(4) {
    width: 180px;
    font-size: 30px;
    color: #fff;
    border-radius: 28px;
    background: linear-gradient(to right, #ffb497 0%, #ff4747 100%);
    padding: 13px 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    box-shadow: 2px 2px 7px #ffb497;
    animation: masked-animation 2s infinite linear;
}

.cpjs-zt {
    /*margin: 0 117px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    /*padding-bottom: 300px;*/
}
@media screen and (max-width: 1366px) {
    .cpjs-zt {
        justify-content: center;
    }
}

.cpjs-zt > div {
    /*cursor: pointer;*/
    margin-bottom: 100px;
    width: 350px;
    padding: 30px;
    background-color: #fff;
    border-radius: 28px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 50px;
    /*box-shadow: 2px 2px 28px #dcdcdc;*/
}

.cpjs-text {
    margin-left: 10px;
}

.cpjs-text div:first-child {
    font-size: 36px;
    color: #0a0a0a;
}

.cpjs-text div:last-child {
    font-size: 18px;
    color: #0a0a0a;
}

.hzhp-container {
    margin: 0 117px;
}

.hzhp-container > div:first-child {
    margin: 100px auto 16px auto;
    text-align: center;
    font-size: 30px;
    color: #0a0a0a;
}

.hzhp-container > div:nth-child(2) {
    text-align: center;
    font-size: 24px;
}

 a {
    color: #fe5959;
     text-decoration:none;
}

.hzhp-img-container {
    /*width: 1698px;*/
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
}

.hzhp-img-container > img {
    border: 1px solid #dcdcdc;
    box-shadow: 2px 2px 10px #dcdcdc;
    width: 280px;
    height: 180px;
}

.hzhp-img-container > img:hover {
    position: relative;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    /*width: 283px;*/
    /*height: 178px;*/
}

.hzalzs-container {
    margin: 110px 117px 0 117px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
}

.case-container {
    /*width: 1920px;*/
    background-color: #f9f9f9;
    margin: 146px 0 0 0;
    padding-top: 14px;
    padding-bottom: 135px;
}

.case-card {
    width: 510px;
    min-height: 410px;
    background-color: #fff;
    border-radius: 28px;
    cursor: pointer;
    margin-top: 50px;
    padding-bottom: 10px;
}
.case-card img{
    width: 510px;
    height: 160px;
}
.case-title {
    margin: 59px 30px 38px 30px;
    font-size: 24px;
    color: #333333;
}

.case-content {
    margin: 0 30px;
    font-size: 18px;
    color: #666666;
    letter-spacing: 2px;
}

.tdys-container {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    /*flex-wrap: wrap;*/
}

.tdys-container > :first-child {
    /*margin-left: 297px;*/
}

.tdys-container > :last-child {
    /*margin-right: 288px;*/
    margin-top: 83px;
    margin-bottom: 83px;
}

.tdys-card > :first-child {
    margin-top: 245px;
    font-size: 30px;
    color: #0a0a0a;
}

.tdys-card > :nth-child(2) {
    max-width: 300px;
    margin-top: 29px;
    margin-bottom: 67px;
    font-size: 18px;
    color: #666666;
    letter-spacing: 1.5px;
}

.bszs {
    margin-bottom: 35px;
    font-size: 18px;
    color: #666666;
    letter-spacing: 1.5px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.bszs > span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 12px;
}

.zdxs {
    background: linear-gradient(to right, #ff9050 0%, #ff3e09 100%);
}

.xyssj {
    background: linear-gradient(to right, #ffe245 0%, #ffb50b 100%);

}

.ydtygl {
    background: linear-gradient(to right, #48cf64 0%, #05ac13 100%);

}

.news-container {
    /*width: 1920px;*/
    background-color: #f9f9f9;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.news-container > div {
    margin: 116px 117px 0 117px;
}

.news-card div {
    font-size: 30px;
    color: #000000;
    margin-bottom: 70px;
}

.news-card li {
    font-size: 18px;
    color: #000000;
    margin-bottom: 56px;
    cursor: pointer;
}

.footer-container {
    background: url("/static/images/pageHome/foot.png") no-repeat;
    /*height: 233px;*/
    /*width: 1920px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 15px;
    background-size: cover;
}

.footer-left {
    /*margin-top: 70px;*/
    margin-left: 117px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.5px;
}

.footer-left > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    text-align: right;
}

.footer-left > div:first-child {
    margin-top: 0;
}

.footer-right {
    /*margin-top: 70px;*/
    margin-right: 117px;
    font-size: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

.footer-right > div {
    margin-top: 10px;
    text-align: right;
}

.custom-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /*background-color: #ddd;*/
}

/*滑块*/
.custom-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #ffb497 0%, #ff4747 100%);
    border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #ffb497;
}

/*滑道*/
.custom-scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #ffb497;
    border-radius: 10px;
}

.gsjdjs >div:first-child{
    /*渐变背景*/
    background-image:-webkit-linear-gradient(left, #03d2ff, #2d68ff 10%, #00e6ff 20%, #1c5cff 30%,
    #03d2ff 40%, #2d68ff 50%, #00e6ff 60%, #1c5cff 70%, #03d2ff 80%, #2d68ff 90%, #03d2ff);
    color: transparent; /*文字填充色为透明*/
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;          /*背景剪裁为文字，只将文字显示为背景*/
    background-size: 200% 100%;            /*背景图片向水平方向扩大一倍，这样background-position才有移动与变化的空间*/
    /* 动画 */
    animation: masked-animation 2s infinite linear;
}

.gsjdjs >div:nth-child(2){
    /*渐变背景*/
    /*background-image: -webkit-linear-gradient(left, #3498db, #f47920 10%, #d71345 20%, #f7acbc 30%,*/
    /*#ffd400 40%, #3498db 50%, #f47920 60%, #d71345 70%, #f7acbc 80%, #ffd400 90%, #3498db);*/
    background-image: -webkit-linear-gradient(left, #03d2ff, #2d68ff 10%, #00e6ff 20%, #1c5cff 30%,
    #03d2ff 40%, #2d68ff 50%, #00e6ff 60%, #1c5cff 70%, #03d2ff 80%, #2d68ff 90%, #03d2ff);
    color: transparent; /*文字填充色为透明*/
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;          /*背景剪裁为文字，只将文字显示为背景*/
    background-size: 200% 100%;            /*背景图片向水平方向扩大一倍，这样background-position才有移动与变化的空间*/
    /* 动画 */
    animation: masked-animation 2s infinite linear;
}

@keyframes masked-animation {
    0% {
        background-position: 0 0;   /*background-position 属性设置背景图像的起始位置。*/
    }
    100% {
        background-position: -100% 0;
    }
}
