﻿.data2024mifrmae {
    width: 82%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 30px;
}

.micontainer {
    width: 80%;
    margin-left: 10%;
    display: inline-block;
}

.ywmodel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 70px;
    grid-row-gap: 60px;
    margin-top: 50px;
    margin-bottom: 60px;
}

.bg-gray {
    background-color: rgb(239,239,239);
}

.border-radius-20 {
    border-radius: 20px;
}

.ywmodel .item {
    color: black;
    position: relative;
}

    .ywmodel .item .img1 {
        overflow: hidden;
        border-radius: 20px;
    }

        .ywmodel .item .img1 img {
            transition: all 0.3s;
        }

.hover_mg:hover {
    transform: scale(1.2);
}

.ywmodel h3 {
    color: #333333;
    font-size: 30px;
    margin-top: 40px;
}

.ywmodel h5 {
    font-size: 18px;
    margin-top: 30px;
    font-weight: bold;
}

.ywmodel .myp {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}
/*.ywmodel p {
            font-size: 16px;
            line-height: 30px;
            margin-top: 30px;
            margin-bottom: 30px;
        }*/

.ywmodel img {
    max-width: 100%;
}

.mbx {
    margin-top: 30px;
}

    .mbx .inner i {
        margin-right: 5px;
    }

    .mbx .inner span {
        margin-right: 5px;
    }

    .mbx .inner span {
        margin-right: 5px;
    }

    .mbx a, .mbx span {
        color: #949494;
    }

        .mbx a:visited {
            color: #949494;
        }

.data2024miscreen {
    width: 100%;
    background-color: rgb(247,248,248);
    max-width: 1920px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto;
}

.ywnews {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
    margin-bottom: 30px;
}

    .ywnews .item {
        color: black;
        background-color: #fff;
        padding: 60px 0px;
        border-radius: 20px;
    }

        .ywnews .item:hover {
            color: white;
            background-color: #0060ff;
            padding: 60px 0px;
            cursor: pointer;
        }

            .ywnews .item:hover .inner .text {
                color: white;
            }


.data2024miscreen h3 {
    font-weight: bold;
    text-align: center;
    padding: 60px 30px;
    font-size: 40px;
}

.ywnews .item img {
    max-width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.ywnews .inner {
    padding: 15px;
    text-align: left;
    font-size: 14px;
}

.ywnews h4 {
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

.ywnews .inner .text {
    margin-top: 15px;
    line-height: 22px;
    color: gray;
    font-size: 14px;
}

.mar20 {
    margin-top: -30px;
}

.pos20 {
    position: relative;
    top: -200px;
}

.ljzx img {
    width: 120px;
}

    .ljzx img:hover {
        cursor: pointer;
    }


.data2024flowscreen {
    width: 100%;
    background-color: #fff;
    max-width: 1920px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto;
}

    .data2024flowscreen h3 {
        font-weight: bold;
        text-align: center;
        padding: 30px 30px;
        font-size: 40px;
    }

.ywflow {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
}

    .ywflow .item {
        color: black;
        background-color: #fff;
        padding: 60px 0px;
        padding-bottom: 0;
    }

        .ywflow .item .topimg {
            position: relative;
            height: 90px;
        }

        .ywflow .item:hover .inner .text, .ywflow .item:hover .inner h4 {
            /*box-shadow: 5px 12px 10px gray;*/
            box-shadow: 0px 10px 21.84px 2.16px rgba(0, 0, 0, 0.16);
        }

        .ywflow .item:hover .img1 img {
            /*box-shadow: 5px 12px 10px gray;*/
            box-shadow: 0px 10px 21.84px 2.16px rgba(0, 0, 0, 0.16);
            border-radius: 50%;
        }

        .ywflow .item .topimg .img1 {
            display: inline-flex;
        }

        .ywflow .item .topimg .arr_r1 {
            width: 10px;
            position: relative;
            top: -64%;
            left: 98%;
        }


        .ywflow .item .topimg .line2 {
            width: calc(100% - 30px);
            height: 2px;
            background-color: #808080;
            position: relative;
            top: -49%;
            z-index: 88;
            margin-left: 15px;
        }

        .ywflow .item img {
            max-width: 100%;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            z-index: 99;
        }


    .ywflow .inner {
        padding: 15px;
        text-align: left;
        font-size: 14px;
        margin-top: 20px;
    }

        .ywflow .inner .top-triangle {
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid black;
            position: relative;
            left: calc(50% - 10px);
        }

    .ywflow h4 {
        font-weight: bold;
        font-size: 26px;
        text-align: center;
        background-color: #2683c7;
        color: #ffffff;
        padding: 10px 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .ywflow .inner .text {
        line-height: 30px;
        font-size: 14px;
        background-color: #f7f8f8;
        padding: 20px 10px;
        min-height: 260px;
    }



.ywyy {
    display: flex;
    padding: 0;
    margin-bottom: 30px;
}

    .ywyy .itemleft {
        width: 200px;
        float: left;
    }

        .ywyy .itemleft ul {
            list-style: none;
        }

            .ywyy .itemleft ul li {
                width: 100%;
                height: 80px;
                line-height: 80px;
                background-color: #ffffff;
                border-radius: 10px;
                margin-bottom: 15px;
                font-weight: bold;
                text-align: left;
                text-indent: 30px;
            } 
                .ywyy .itemleft ul li:hover {
                    background-color: #0060ff;
                    color: #ffffff;
                    cursor: pointer;
                }


    .ywyy .itemright {
        width: calc(100% - 250px);
        float: left;
        margin-left: 50px;
        height: 550px;
        background-image: url(/page/images/1676016758690717404_179895230-x2l.png);
        background-size: cover;
        background-repeat: no-repeat;
    }

        .ywyy .itemright .inner {
            width: 80%;
            margin-left: 10%;
            height: 550px;
            display: flex;
            align-items: center;
            text-align: left;
            line-height: 50px;
            color: #ffffff;
        }

            .ywyy .itemright .inner .text {
            line-height: 35px;
            display:flex;
            font-size:15px;
            }

.dnone {
    display: none;
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (min-width: 1210px) and (max-width: 1600.98px) {
    .micontainer {
        width: 100%;
        margin-left: 0%;
    }

    
    .ywmodel h3 { 
    margin-top: 0px;
}
}

@media only screen and (max-width: 1025px) {
}
