.mid-width{
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}
.ai-event {
    padding: 30px 0;
    display: flex;
}
.ai-event .ai-left {
    width: 60%;
}
.ai-event .ai-right {
    align-self: center;
    padding-left:80px;
}
.ai-event .ai-left img {
    width: 100%;
    box-shadow: 0 0 10px 0 #999;
}
.ai-intro .title,
.ai-event .ai-right h1 {
    font-size: 24px;
    font-weight: bold;
}
.event-item .top .title,
.faq .faq-title .title,
.contact .info .title,
.live-product .top .title,
.ai-event .ai-right .title {
    font-size: 42px;
    font-weight: bold;
}
.en .event-item .top .title,
.en .faq .faq-title .title,
.en .contact .info .title,
.en .live-product .top .title,
.en .ai-event .ai-right .title {
    font-size: 32px;
}
.ai-event .ai-right .btn-enquiry {
    background: #39EAA1;
    width: 180px;
    font-weight: bold;
    margin-top: 20px;
}
.ai-intro .desc{
    padding-bottom: 60px;
}
.ai-intro .desc p{
    font-size: 16px;
    color: #000;
}
.green-bg{
    background: #2EEE9F;
}
.liveprint-event {
    position: relative;
    padding-bottom: 40px;
    position: relative;
    top: -40px;
}
.liveprint-event .col-wd2{
    width: 20%;
    float: left;
}
.liveprint-event .owl-item .col-wd2{
    width: 100%;
    float: unset;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%!important;
    direction: ltr!important;
}
.owl-controls .owl-buttons div {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    box-shadow: 1px 1px 5px #999;
    background: #fff;
    position: absolute;
    top: calc(50% - 30px);
    padding: 0;
    z-index: 222;
}
.owl-controls .owl-buttons .owl-prev {
    text-align: center;
    left: -16px;
}
.owl-controls .owl-buttons .owl-next {
    text-align: center;
    right: -16px;
}
.owl-controls .owl-buttons div i {
    font-size: 36px;
    color: #333;
}
.owl-controls .owl-buttons .owl-prev:hover,
.owl-controls .owl-buttons .owl-next:hover {
    background: #efefef;
    cursor: pointer;
}
.event-item {
    padding: 30px 0;
}
.event-item .top {
    display: flex;
}
.event-item .top .title {
    width: 30%;
}
.event-item .top .desc {
    width: 70%;
}
 .event-item .top .desc .more{
    float: right;
 }
.live-product .top .more,
.event-item .top .desc .more {
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}
.live-product .products,
.event-item .list{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(25% - 10px), 1fr));
    gap: 10px;
    width: 100%;
}
.event-item .list .case-item:hover{
    cursor: pointer;
    color: #49c5b6;
}
.event-item .list .case-item img{
    border-radius: 10px;
    width: 100%;
}
.event-item .list .name{
    text-align: center;
    padding-top: 10px;
}
.live-product {
    padding: 40px 0;
}
.live-product .top .more{
    float: right;
}
.live-product .products .product {
    box-shadow: 0 0 5px 0 #999;
    position: relative;
    padding: 10px;
}
.live-product .product .hot,
.live-product .product .new{
    position: absolute;
    padding: 3px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 70px;
    text-align: center;
    margin: 7px;
    text-transform: uppercase;
}
.live-product .product .hot{
    background-color: #FF5432;
}
.live-product .product .new{
    background-color: #00B7EE;
}
.live-product .products .product .image img {
    width: 100%;
}
.live-product .products .product .product-info {
    text-align: left;
}
.live-product .products .product .product-info h2 {
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: normal;
    margin-top: 10px;
}
.live-product .products .product .product-info .intro {
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    font-weight: 400;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    text-align: left;
}
.live-product .products .product .product-info .link_wrap {
    margin-top: 20px;
    line-height: 34px;
}
.live-product .products .product .product-info .add_enquiry {
    background: #49c5b6;
    float: right;
    padding: 7px 15px;
    font-weight: 600;
    color: #fff;
}
.live-product .products .product .product-info a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.contact-bg {
    background: #f1f1f1;
}
.contact {
    display: flex;
}
.contact .info{
    align-self: center;
}
.contact .info,.contact .form {
    width: 50%;
}
.contact .form form {
    max-width: 480px;
    box-shadow: 0 0 5px 0 #999;
    background: #fff;
    padding: 20px;
    position: relative;
    bottom: -40px;
}
.contact .form form input,
.contact .form form textarea {
    width: 100%;
    border: none;
    padding: 15px 5px 5px;
}
.contact .form form input {
    border: none;
    border-bottom: 1px solid #f0f0f0;
}
.contact .form form textarea {
    background: #f0f0f0;
    height: 120px;
}
.contact .form form .btn_submit {
    background: #000;
    color: #fff;
    border: none;
    width: 150px;
    border-radius: 5px;
    padding: 8px;
    margin-top: 10px;
}
.contact .form form .btn_submit:hover{
    background: #333;
    cursor: pointer;
}
.faq {
    padding: 80px 0;
    display: flex;
}
.faq .faq-list {
    width: 60%;
}
.faq .faq-title {
    width: 40%;
    padding-left: 60px;
    align-self: center;
}
.faq .faq-list  .faq-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
}
.faq .faq-list .faq-name {
    position: relative;
    padding: 5px 10px 5px 0;
    cursor: pointer;
}
.faq .faq-list .faq-name .icon {
    position: absolute;
    right: 0;
    bottom: 4px;
    font-size: 18px;
}
.faq .faq-list .faq-desc {
    padding-left: 20px;
    display: none;
}
.faq .faq-list  .faq-item.active .hide,
.faq .faq-list  .faq-item.active .faq-desc{
    display: block !important;
}
.faq .faq-list  .faq-item.active .show{
    display: none;
}
@media screen and (max-width:1100px) {
    .event-item .top .title,
    .faq .faq-title .title,
    .contact .info .title,
    .live-product .top .title,
    .ai-event .ai-right .title {
        font-size: 30px;
    }
    .en .event-item .top .title,
    .en .faq .faq-title .title,
    .en .contact .info .title,
    .en .live-product .top .title,
    .en .ai-event .ai-right .title {
        font-size: 28px;
    }
}
@media screen and (max-width:767px) {
    .faq,
    .live-product .top,
    .event-item .top,
    .contact,
    .ai-event{
        display: grid;
    }
    .mob-hide{
        display: none;
    }
    .faq .faq-title,
    .ai-event .ai-right {
        padding-left: 0;
        grid-row: 1;
        text-align: center;
        padding-bottom: 20px;
    }
    .faq .faq-list,
    .faq .faq-title,
    .contact .info,
    .contact .form,
    .event-item .top .title,
    .event-item .top .desc,
    .ai-event .ai-left{
        width: 100%;
    }
    .live-product,
    .event-item .top .desc .more{
        margin-top: 0;
        padding-top: 0;
    }
    .live-product .top .more {
        text-align: right;
        grid-row: 2;
        padding-top: 0;
        margin-top: 0;
    }
    .live-product .products, .event-item .list {
        grid-template-columns: repeat(auto-fill, minmax(calc(50% - 10px), 1fr));
    }
    .contact .info {
        padding: 10px 0;
        text-align: center;
        margin-bottom: -40px;
    }
    .faq .faq-title{
       padding-bottom: 0;
    }
    .faq .faq-list  .faq-item {
        padding: 5px 0px;
    }
    .contact .form form{
        padding: 10px;
        margin: 0 auto;
    }
    .live-product .products .product {
        padding: 5px;
    }
    .live-product .products .product .product-info h2 {
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .event-item .top .desc .more,
    .live-product .products .product .product-info .link_wrap {
        margin-top: 5px;
    }
    .live-product .products .product .product-info .add_enquiry {
        padding: 5px 8px;
    }
    .live-product .products .product .product-info .intro,
    .live-product .products .product .product-info a{
        font-size: 12px;
    }
    .live-product .product .hot, .live-product .product .new {
        padding: 3px 0 1px;
        font-size: 12px;
        width: 60px;
        margin: 5px;
    }
    .event-item .list .name {
        font-size: 14px;
    }
}