.contact {
    font-size: 0;
}
.contact .contact-info img {
    width: 100%;
}
.contact .contact-info .contact-info-content {
    position: absolute;
    bottom: 118px;
    right: 26px;
}
.contact .contact-info p {
    color: #fff;
    font-size: 46px;
    margin-bottom: 30px;
}
.contact .contact-info  ul li{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 22px;
}
.contact .contact-info  ul li span {
    font-size: 22px;
    color: #fff;
}
.contact .contact-info .adress {
    width: 23px;
    height: 24px;
    margin-right: 10px;
}
.contact .contact-info .phone {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}
.contact .contact-info .ip {
    width: 22px;
    height: 18px;
    margin-right: 12px;
}

.contact .contact-imgs img{
    width: 578px;
    height: 481px; 
}

.contact .contact-img1 {
    margin-right: 45px;
}

.contact .contact-video {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.contact .contact-video .video-title {
    position: absolute;
    left: -80px;
    writing-mode: vertical-rl;
    text-align: center;
    color: #d70c19;
    font-size: 32px;
    line-height: 2;
    height: 100%;
}

.contact .contact-video .video-content {
    position: relative;
    width: 970px;
    height: 450px;
    display: flex;
    align-items: center;
}

.contact .contact-video .video-right {
    position: absolute;
    right: 0;
    width: 160px;
}

.contact .contact-video .video-right img {
    width: 100%;
    height: 100%;
    float: right;
    margin-top: 10px;
}

.contact .contact-video .video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.contact-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.contact .contact-imgs {
    width: 1201px;
    /* margin: 0 auto; */
    background: white;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    /* justify-content: space-between; */
    padding: 28px 42px 28px;
    margin-top: 112px;
    margin-bottom: 93px;

}
.contact .contact-imgs ul {
    display: flex;
    flex-direction: row;
}
.contact .contact-imgs ul li:first-child {
    margin-right: 28px;
}
.contact .contact-imgs ul li img {
    width: 450px;
    height: 332px;
}
.contact .contact-imgs ul li p {
    background: #D70C19;
    width: 450px;
    height: 37px;
    font-size: 16px;
    color: white;
    text-align: center;
    line-height: 37px;
}
.contact .contact-imgs > div {
    display: flex;
    flex-direction: column;
    margin-left: 45px;
    justify-content: space-between;
}

.contact .contact-imgs > div  .company {
    width: 154px;
    height: 177px;
}
.contact .contact-imgs > div   .code {
    width: 154px;
    height: 186px;
}