* {
    margin: 0;
    padding: 0;
}

a {
    color: #fff;
    text-decoration: none;
}


.clearfix::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

li {
    list-style: none;
}

.Automation-Exhibition {
    width: 84%;
    margin: 0 auto;
}

.Exhibition-title {
    width: 88%;
    margin: 0 auto;
    border-bottom: 2px solid rgba(185, 27, 33, 1);
    justify-content: space-around;
    height: 126px;
    line-height: 126px;
    display: flex;
    margin-bottom: 30px;
}

.title-left {
    margin-left: 30px;
    width: 64%;
}

.title-right {
    margin-top: 40px;
    display: flex;
}

.apply {
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    width: 243.13px;
    height: 61px;
    line-height: 61px;
    opacity: 1;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(228, 66, 67, 1) 0%, rgba(185, 27, 33, 1) 100%);
    margin-right: 20px;
}
.apply:hover{
    background: linear-gradient(180deg, rgba(194, 33, 33, 1) 0%, rgba(125, 5, 9, 1) 100%);
}

.audience {
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
    width: 243.13px;
    height: 61px;
    line-height: 61px;
    opacity: 1;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(1, 108, 165, 1) 0%, rgba(21, 139, 201, 1) 100%);
}
.audience:hover{
    background: linear-gradient(180deg, rgba(0, 66, 102, 1) 0%, rgba(0, 113, 173, 1) 100%);
}

.title-left span:first-child {
    font-size: 32px;
    text-align: center;
    margin-right: 20px;
}

.title-left span:nth-child(2) {
    font-size: 18px;
    text-align: center;
}

.Exhibition-main {
    width: 87%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.box {
    margin-right: 30px;
    width: 270px;
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    border-radius: 29.81px;
    transition: all 0.3s ease;
    background: linear-gradient(360deg, rgba(220, 139, 141, 1) 0%, rgba(247, 229, 230, 1) 59.72%, rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 2px 10px rgba(209, 209, 209, 1)
}

.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.box-overview {
    width: 80px;
    height: 80px;
    background-image: url(/static/images/Exhibition-Overview.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.box:hover .box-overview {
    transform: scale(1.2);
    background-image: url(/static/images/Exhibition-Overview-hover.png);
}

.box-scope {
    width: 85px;
    height: 80px;
    background-image: url(/static/images/Exhibition-scope.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.box:hover .box-scope {
    transform: scale(1.2);
    background-image: url(/static/images/Exhibition-scope-hover.png);
}

.box-ilayout {
    width: 80px;
    height: 80px;
    background-image: url(/static/images/layout.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.box:hover .box-ilayout {
    transform: scale(1.2);
    background-image: url(/static/images/layout-hover.png);
}

.box-address {
    width: 80px;
    height: 80px;
    background-image: url(/static/images/Exhibition-address.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.box:hover .box-address {
    transform: scale(1.2);
    background-image: url(/static/images/Exhibition-address-hover.png);
}

.box-schedule {
    width: 80px;
    height: 80px;
    background-image: url(/static/images/Exhibition-schedule.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.box:hover .box-schedule {
    transform: scale(1.2);
    background-image: url(/static/images/Exhibition-schedule-hover.png);
}


.box-review {
    width: 80px;
    height: 80px;
    background-image: url(/static/images/Exhibition-review.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.box:hover .box-review {
    transform: scale(1.2);
    background-image: url(/static/images/Exhibition-review-hover.png);
}

.box-Exhibitionvideo {
    width: 80px;
    height: 80px;
    background-image: url(/static/images/Exhibitionvideo.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.box:hover .box-Exhibitionvideo {
    transform: scale(1.2);
    background-image: url(/static/images/Exhibitionvideo-hover.png);
}

.box-simultaneous {
    width: 80px;
    height: 80px;
    background-image: url(/static/images/Exhibition-simultaneous.png);
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

.box:hover .box-simultaneous {
    transform: scale(1.2);
    background-image: url(/static/images/Exhibition-simultaneous-hover.png);
}


.text {
    margin-bottom: 20px;
    font-size: 30px;
    color: rgba(0, 0, 0, 1);

}

.box:hover .text {
    margin-bottom: 30px;
    font-size: 35px;
    color: #B91B21;
}
#footsj {
    display: none;
}
.header-banner{
    display: none;
}

@media (max-width: 750px) {
    #head {
        display: none;
    }

    #header-mobile {
        display: block;
    }
    .header-banner{
        display: block;
    }
    #foot {
        display: none;
    }

    #footsj {
        display: block;
    }

    .Automation-Exhibition {
        width:100%;
    }
    .title-right {
        display: none;
    }

    .Exhibition-title {
        width: 100%;
        text-align: center;
        display: block;
        height: 75px;
        line-height: 50px;
        border-bottom: 3px solid linear-gradient(90deg, rgba(188, 30, 35, 1) 0%, rgba(190, 31, 37, 0) 100%);
    }

    .title-left {
        margin-left: 0px;
        font-size: 18px;
        width: 100%;
    }

    .title-right {
        font-size: 10px;
        width: 100%;
    }

    .title-left span:first-child {
        height: 23px;
        display: block;
        width: 100%;
        font-size: 18px;
        margin-right: 0px;
    }

    .title-left span:nth-child(2) {
        font-size: 13px;
    }

    .Exhibition-main {
        width: 87%;
        margin: 30px auto;
        margin-bottom: 20px;
    }

    .box {
        margin-right: 0px;
        margin-bottom: 30px;
        font-size: 20px;
        width: 150px;
        height: 150px;
        background: linear-gradient(3600deg, rgba(186, 27, 31, 0.59) 0%, rgba(255, 255, 255, 0) 100%);
        box-shadow: 0px 2px 4px rgba(209, 209, 209, 1);
    }

    .text {
        font-size: 20px;
    }

    .box:hover .text {
        margin-bottom: 10px;
        font-size: 20px;
        color: #B91B21;
    }

    .box-overview {
        width: 36px;
        height: 36px;
    }

    .box:hover .box-overview {
        transition: transform 0.3s ease;

    }

    .box-Booth {
        width: 36px;
        height: 36px;
    }

    .box-scope {
        width: 36px;
        height: 36px;
    }

    .box-ilayout {
        width: 36px;
        height: 36px;
    }

    .box-schedule {
        width: 36px;
        height: 36px;
    }

    .box-address {
        width: 36px;
        height: 36px;
    }

    .box-review {
        width: 36px;
        height: 36px;
    }

    .box-Exhibitionvideo {
        width: 36px;
        height: 36px;
    }

    .box-simultaneous {
        width: 36px;
        height: 36px;
    }

    

}