img{
    max-width: 100%;
}
.h2-title{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 30px;
}
.h4-title{
    font-size: 18px;
    margin: 10px 0;
}
p{
    margin: 0;
}
ul{
    padding: 0;
    margin: 0;
}
.solutions-con{
    margin-top: 3vw;
    margin-bottom: 3vw;
}
.solutions-con .solutions{
    max-width: 1400px;
    margin: 0 auto;
}
.solutions-con .solutions ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 20px
}
.solutions-con .solutions ul li{
    width: calc((100% - 60px) / 4);
    background-color: #ffffff;
    box-shadow: 4px 4px 14px 3px rgb(128 128 128 / 21%);
    padding: 3vw 1vw;
    transition: all .5s ease;
}
.solutions-con .solutions ul li .img{
    height: 104px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.solutions-con .solutions ul li .line{
    width: 90px;
    height: 2px;
    background-color: #fdb825;
    margin: 20px auto!important;
    position: static;
}
.solutions-con .solutions ul li .title{
    font-size: 18px;
    font-weight: bold;
}
.solutions-con .solutions ul li .desc{
    line-height: 1.5
}
.solutions-con .solutions ul li:hover{
    transform: translateY(-10px);
}

.booth-con{
    padding: 4vw 0 30px;
    background-color: #f7f7f7;
}
.booth-con .booth{
    max-width: 1400px;
    margin: 0 auto;
}
.booth-con .booth .h2-title{
    margin-bottom: 35px;
    font-size: 30px;
}
.booth-con .booth .h2-title span{
    position: relative;
    display: inline-block;
    width: 5.6vw;
    height: 5.6vw;
}
.booth-con .booth .h2-title span:after{
    content: "";
    background: url(../img/bauma/hi.png) no-repeat;
    width: 5.6vw;
    height: 5.6vw;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.booth-con .booth .left-right-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: min(5vw,80px);
    margin-top: 30px;
}
.booth-con .booth .left-right-con .left-con .h3-title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}
.booth-con .booth .left-right-con .left-con .info{
    line-height: 1.5;
    margin: 30px 0!important;
}
.booth-con .booth .left-right-con .left-con a{
    font-size: 24px;
    background-color: #fdb825;
    padding: 20px 30px;
    border-radius: 15px;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    position: relative;
    font-weight: bold;
}
.booth-con .booth .left-right-con .left-con a:after{
    content: "";
    background: url(../img/bauma/arrow-right.png) no-repeat;
    width: 41px;
    height: 15px;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
}
.site-con{
    padding-top: 4vw;
    padding-bottom: 3.5vw;
}
.site-con .site{
    max-width: 1400px;
    margin: 0 auto;
}
.site-con .site .top-bottom-con{
    margin-top: 40px;
}
.site-con .site .top-bottom-con,.site-con .site .top-bottom-con .top-con .right-con{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.site-con .site .title-desc .desc span{
    position: relative;
    display: inline-block;
    width: 80px;
    height: 17px;
    margin-left: 30px;
}
.site-con .site .title-desc .desc span:after{
    content: "";
    background: url(../img/bauma/yellow-arrow-right.png) no-repeat;
    width: 80px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
}
.site-con .site .top-bottom-con ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.site-con .site .top-bottom-con .top-con{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.site-con .site .top-bottom-con .top-con .left-con,.site-con .site .top-bottom-con .top-con .right-con .right-top-con,.site-con .site .top-bottom-con .top-con .right-con .right-bottom-con ul li{
    position: relative;
}
.text{
    position: absolute;
    top: 0;
    padding: 2vw;
    color: #ffffff;
    margin-left: 0;
}
.text .desc{
    line-height: 1.5;
}
.text::after{
    display: none;
}
.service-con{
    background: url(../img/bauma/service-bg.jpg) no-repeat;
    background-size: 100% 100%;
    min-height: 279px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ffffff;
    padding: 50px 0;
}
.service-con .service{
    max-width: 1400px;
    margin: 0 auto;
}
.service-con .service ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2vw;
}
.service-con .service ul li:nth-child(2n){
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.service-con .service ul li:nth-child(2n) div{
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 4px;
}
.service-con .service ul li:nth-child(2n+1){
    display: flex;
    flex-direction: column;
    flex: 1;
}
.service-con .service ul li .img{
    position: relative;
    width: 108px;
    height: 108px;
    border: 2px solid #ffffff;
    outline: 8px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 65px;
    margin: 0 auto 20px;
}
.service-con .service ul li:nth-child(1) .img:after{
    content: "";
    background: url(../img/bauma/service-icon1.png) no-repeat;
    width: 61px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: grayscale(100%) brightness(0) invert(1);
}
.service-con .service ul li:nth-child(3) .img:after{
    content: "";
    background: url(../img/bauma/service-icon2.png) no-repeat;
    width: 77px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: grayscale(100%) brightness(0) invert(1);
}
.service-con .service ul li:nth-child(5) .img:after{
    content: "";
    background: url(../img/bauma/service-icon3.png) no-repeat;
    width: 76px;
    height: 63px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: grayscale(100%) brightness(0) invert(1);
}
.service-con .service ul li:nth-child(7) .img:after{
    content: "";
    background: url(../img/bauma/service-icon4.png) no-repeat;
    width: 65px;
    height: 59px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: grayscale(100%) brightness(0) invert(1);
}
.service-con .service ul li:nth-child(9) .img:after{
    content: "";
    background: url(../img/bauma/service-icon5.png) no-repeat;
    width: 59px;
    height: 59px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    filter: grayscale(100%) brightness(0) invert(1);
}
.introduction-con{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.introduction-con .introduction{
    max-width: 1400px;
    margin: 0 auto;
}
.introduction-con .introduction .h2-title{
    color: #2497e8;
}
.introduction-con .introduction .desc{
    max-width: 80%;
    margin: 0 auto!important;
    line-height: 2;
}
.introduction-con .introduction ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.footer-con{
    background: url(../img/bauma/contact-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 5vw;
    padding-bottom: 4vw;
    color: #ffffff;
}
.footer-con .footer{
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}
.footer-con .footer form{
    margin-top: 50px;
}
.footer-con .footer ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 7vw;
    flex-wrap: wrap;
}
.footer-con .footer ul li{
    width: calc((100% - 7vw) / 2);
    display: flex;
}
.footer-con .footer ul li label{
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}

.footer-con .footer ul li:nth-child(2) label{
    padding-left: 25px;
}
.footer-con .footer ul li:nth-child(3) label{
    padding-left: 30px;
}
.footer-con .footer ul li:nth-child(4) label{
    padding-left: 25px;
}
.footer-con .footer ul li:nth-child(1) label:before{
    content: "";
    background: url(../img/bauma/name.png) no-repeat;
    width: 15px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
}
.footer-con .footer ul li:nth-child(2) label:before{
    content: "";
    background: url(../img/bauma/phone.png) no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
}
.footer-con .footer ul li:nth-child(3) label:before{
    content: "";
    background: url(../img/bauma/company.png) no-repeat;
    width: 24px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 0;
}
.footer-con .footer ul li:nth-child(4) label:before{
    content: "";
    background: url(../img/bauma/email.png) no-repeat;
    width: 21px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.footer-con .footer ul li input{
    flex: 1;
    outline: none;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ffffff;
}
.footer-con .footer button{
    margin-top: 60px;
    border: none;
    outline: none;
    width: 100%;
    height:50px;
    text-align: center;
    font-size: 16px;
    background-color: #fdb825;
    color: #1a1a1a;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width:1400px){
    .solutions-con,.booth-con,.site-con,.service-con,.introduction-con,.footer-con{
        padding-left: 15px;
        padding-right: 15px;
    }
    .booth-con .booth .left-right-con>img{
        max-width: 50%;
    }
}

@media (max-width:768px){
    .solutions-con .solutions ul,.booth-con .booth .left-right-con,.site-con .site .top-bottom-con .top-con,.site-con .site .top-bottom-con ul{
        flex-wrap: wrap;
    }
    .solutions-con .solutions ul li{
        width: calc((100% - 20px) / 2);
    }
    .booth-con .booth .left-right-con>img{
        max-width: 100%;
    }
    .site-con .site .top-bottom-con ul li{
        width: calc((100% - 20px) / 2);
    }
    .footer-con .footer ul li{
        width: 100%;
    }
}


@media (max-width:500px){
    .introduction-con .introduction ul{
        flex-wrap: wrap;
    }
    .introduction-con .introduction .desc{
        max-width: 100%;
    }
}