﻿.data2024mifrmae {
    width: 82%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 30px;
}

.micontainer {
    width: 80%;
    margin-left: 10%;
    display: inline-block;
}

.ywnew {
    margin-top: 50px;
}

.m-title-center {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}
    .ywnew img {
        max-width: 100%;
    }

.bg-gray {
    background-color: rgb(239,239,239);
}

.border-radius-20 {
    border-radius: 20px;
}

.mbx {
    text-align:right;
}

    .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%;
    max-width: 1920px;
    margin-top: 30px;
    text-align: center;
    padding-bottom: 30px;
    margin: 0 auto;
}


    .data2024miscreen h3 {
        font-weight: bold;
        text-align: center;
        padding: 30px 30px;
        font-size: 40px;
    }

.contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 0;
    margin-bottom: 60px;
}

    .contact .item {
        color: black;
        border: solid 1px #808080;
        border-radius: 15px;
        padding: 30px;
        padding-bottom: 50px;
    }


    .contact .inner {
        position: relative;
    }


        .contact .inner .qrcode {
            display: none;
            position: absolute;
            top: -78px;
            left: calc(calc(100% - 98px) / 2);
            background-color: #ffffff;
            box-shadow: 0px 10px 21.84px 2.16px rgba(0, 0, 0, 0.16);
        }

            .contact .inner .qrcode img {
                width: 98px;
            }

            .contact .inner .qrcode .top-triangle {
                /*width: 0;
                    height: 0;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-top: 10px solid white;
                    position: relative;
                    left: calc(50% - 10px);
                    box-shadow:2px 2px 5px gray;  
                    top:-5px;*/
            }

    .contact .item .img1 {
        min-height: 70px;
        line-height: 70px;
        margin-bottom: 20px;
    }

    .contact .item img {
        max-width: 100%;
    }

    .contact .inner .name {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .contact .inner .address {
        font-size: 14px;
    }

        .contact .inner .address:hover {
            color: #0060ff;
            cursor: pointer;
        }

.message {
    text-align: left;
    padding-top: 0;
}

    .message .form1 {
    }

        .message .form1 .formitem {
            /*float:left;*/
            margin-bottom: 15px;
            margin-right: 10px;
            display: inline-block;
        }

        .message .form1 .wid1 {
            width: calc(33.33% - 15px);
        }

        .message .form1 .wid2 {
            width: calc(66.66% - 15px);
        }

        .message .form1 .wid3 {
            width: calc(99.99% - 15px);
        }

        .message .form1 .formitem input {
            width: 100%;
            height: 40px;
            line-height: 40px;
            background-color: #f6f6f6;
            border: none;
        }

        .message .form1 .formitem textarea {
            width: 100%;
            height: 140px;
            line-height: 40px;
            background-color: #f6f6f6;
            border: none;
            vertical-align: top;
        }

        .message .form1 .formitem input::placeholder {
            color: gray;
            text-indent: 10px;
        }

        .message .form1 .formitem textarea::placeholder {
            color: gray;
            text-indent: 10px;
            font-weight: bold;
        }

        .message .form1 .tj a {
            padding: 5px 50px;
            background-color: #0060ff;
            color: #ffffff;
            border-radius: 20px;
            font-size: 14px;
        }

        .message .form1 .ys {
            font-size: 14px;
        }

            .message .form1 .ys span {
                position: relative;
                top: -15px;
            }

            .message .form1 .ys a {
                color: gray;
                color: #0060ff;
            }


    .message .bigtitle {
        position: relative;
    }

        .message .bigtitle h3 {
            text-align: left;
            padding: 0;
            padding-bottom: 30px;
            width: 200px;
        }

        .message .bigtitle .line {
            width: calc(100% - 300px);
            height: 1px;
            background-color: #c9caca;
            position: absolute;
            top: 30px;
            right: 15px;
        }



.square1 {
    width: 329px;
    height: 380px;
    background-image: url(/page/images/radius.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    font-size: 14px;
}

.swiper-wrapper .active {
    background-color: #3e3a39;
    background-image: unset;
    box-shadow: 0 5px 55px 2px rgba(165, 165, 165, 0.24);
    border-radius: 20px;
    cursor: pointer;
}

    .swiper-wrapper .active .title, .swiper-wrapper .active .text {
        color: #ffffff;
    }

.square1 .inner {
    width: 280px;
    margin: 0 auto;
    position: relative;
}

    .square1 .inner .title {
        font-size: 36px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 30px;
        padding-top: 60px;
    }

    .square1 .inner .info1 {
        width: 100%;
        height: 30px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .square1 .inner .info2 {
        width: 100%;
        height: 30px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .square1 .inner .info3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .square1 .inner .avatar {
        width: 20px;
        height: 20px;
    }

    .square1 .inner .text {
        width: calc(100% - 25px);
        position: relative;
        top: -20px;
        left: 25px;
        text-align: left;
        font-size: 14px;
    }

.listmap {
    margin-top: -100px;
}
