body {
    font-family: Microsoft YaHei;
}

.border {
    border: 1px solid #000;
}


/* * {
    transition: all 0.1s;
} */

a {
    text-decoration: none;
}


/* a:hover {
    color: #fff !important;
} */

.main {
    margin-top: 120px;
    width: 81%;
    margin: 50px auto 0px;
}

.maintitle {
    margin-top: 220px;
    font-size: 70px;
    font-family: Poppins;
    font-weight: bold;
    color: #292525;
}

.contacttitle {
    margin-top: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292525;
    line-height: 32px;
}

.mainimage {
    overflow: hidden;
    width: 81%;
    /* height: 425px; */
    height: 22.135417vw;
    min-height: 180px;
    margin: 50px auto 0px;
    cursor: pointer;
}

.mainimage img {
    width: 100%;
    /* height: 22.135417vw; */
    min-height: 180px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
    object-fit: cover;
    transition: all 0.4s;
}
.pcbackimg{
    display: block !important;
}
.mobilebackimg{
    display: none !important;
}
.mainimage img:hover {
    width: 110%;
}

.timestamp {
    width: 81%;
    margin: 80px auto 0px;
    display: flex;
    /* justify-content: space-between; */
}

.tiemlinetitle {
    display: inline-block;
    vertical-align: top;
    margin-right: 10%;
    /* width: 450px; */
}

.tiemlinetitle .up {
    height: 300px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292525;
    line-height: 32px;
}

.tiemlinetitle .down {
    height: 300px;
    margin-top: 20px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292525;
    line-height: 32px;
}

.timeline {
    display: inline-block;
    vertical-align: top;
    /* margin-right: 15%; */
}

.timelinediv {
    width: 370px;
    display: inline-block;
    margin-left: 50px;
    margin-bottom: 20px;
}

.timelinediv i {
    margin-right: 5px;
}

.timelinetitle {
    display: none;
}

.flexdiv {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.flexdiv2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.timelinelist {
    width: 420px;
    height: 240px;
}

.proname {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292525;
    line-height: 32px;
}

.map {
    height: 550px;
}

.map .contact_map {
    height: 100%;
}


/* .map .contact_map {
    z-index: 1000000;
    width: 400px;
    height: 300px;
} */

.report {
    margin: 0px auto;
    width: 81%;
}

.layui-form-select dl dd.layui-this {
    background-color: #004EA1 !important;
}

.report-title {
    /* height: 220px; */
}

.report-title-p-1 {
    margin-top: 120px;
    /* margin-left: 110px; */
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #292525;
    line-height: 32px;
}

.report-title-p-2 {
    margin-top: 29px;
    /* margin-left: 110px; */
    margin-bottom: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8D8D8D;
}

.select {
    display: inline-block;
    vertical-align: top;
    width: 49.8%;
    height: 50px;
}

.textcontent {
    /* height: 137px; */
}

.inputtext {
    display: inline-block;
    vertical-align: top;
    width: 49.8%;
    height: 50px;
}

.layui-btn {
    margin-top: 40px;
    background-color: #004EA1 !important;
    width: 200px;
    height: 50px;
}

.layui-input-block {
    margin-left: 0px !important;
}

.layui-input-captcha {
    display: flex;
    align-items: center;
}

.layui-input-captcha img {
    margin-left: 10%;
    height: 38px;
}

.layui-timeline-axis {
    color: #eeeff600 !important;
    width: 29px;
    height: 29px;
    border: 5px solid #EEEFF6;
    left: -14px !important;
}

.layui-timeline-axis:hover {
    border: 5px solid #004EA1 !important;
}
.br{
    display: none;
}
@media (min-width: 1921px) {
    .mainimage img {
        width: 100%;
    }
}

@media (min-width: 1199px) {
    .flexdiv {
        height: 300px;
        width: 760px;
        /* margin-left: 10%; */
    }
    .flexdiv2 {
        height: 750px;
        /* width: 900px; */
        /* margin-left: 10%; */
    }
}

@media (max-width:1700px) {
    .tiemlinetitle .up {
        font-size: 19px;
    }
    .tiemlinetitle .down {
        font-size: 19px;
    }
    .maintitle {
        margin-top: 140px;
    }
}

@media (max-width:1300px) {
    .tiemlinetitle {
        margin-right: 0%;
    }
    .timestamp {
        justify-content: space-between;
    }
}

@media (max-width: 1199px) {
    .tiemlinetitle .up {
        height: 370px;
    }
    .tiemlinetitle {
        display: none;
    }
    .timelinetitle {
        display: block;
    }
    .timelinetitle p {
        display: block;
        width: 254px;
        font-size: 24px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #292525;
    }
    .timestamp {
        width: 81%;
        margin: 80px auto;
    }
    .timeline {
        width: 100%;
    }
}

@media (max-width: 996px) {
    .pcbackimg{
        display: none !important;
    }
    .mobilebackimg{
        display: block !important;
    }
    .layui-timeline-axis{
        width: 23px;
        height: 23px;
        left: -10px !important;
    }
    .report-title {
        width: 80%;
        margin: 0px auto;
    }
    .timelinediv {
        width: auto;
    }
    .layui-btn {
        /* margin-left: 50px !important; */
        display: block !important;
        margin: 40px auto;
    }
    /*  */
    .report {
        width: 100%;
    }
    .select {
        display: block;
        width: 80%;
        margin: 0px auto;
    }
    .layui-input-block {
        margin-left: 0px !important;
    }
    .inputtext {
        margin: 0px auto;
        display: block;
        width: 80%;
    }
    .textcontent {
        width: 80%;
        margin: 0px auto;
    }
    .report-title-p-1 {
        margin-left: 0%;
    }
    .report-title-p-2 {
        margin-left: 0%;
    }
    /* footer */

    /* 导航996 */

    /*  */
    /* footer-996 */
    .maintitle {
        font-size: 40px;
    }
}

@media (max-width: 464px) {
    .timelinelist {
        width: auto;
        height: auto;
        margin-bottom: 20px;
    }
    .timelinediv {
        width: 100%;
        margin-left: 0%;
        /* white-space: nowrap; */
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .timestamp {
        width: 92%;
    }
    .maintitle {
        font-size: 48px;
    }
    .layui-timeline-content{
        margin-left: 15px !important;
        margin-bottom: 20px !important;
    }
    .br{
        display: inline-block;
    }
}