.lbanner-box {
    display: none !important;
}

.customized_main {
    margin-top: 4%;
}

.customized_wrap {
    justify-content: space-between !important ;
    align-items: center;
}

.customized_left {
    width: 48%;
    border-radius: 22px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 28%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.customized_left img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.customized_left:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.customized_right {
    width: 48%;
}

.customized_right .customized_tips {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 18px;
    color: var(--dominant-color);
    line-height: 1.5;
}

.customized_right .customized_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 58px;
    color: #000000;
    line-height: 70px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.customized_right .customized_desc {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
}


.customized_right .customized_box .customized_list .customized_item {
    position: relative;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.customized_right .customized_box .customized_list .customized_item::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: var(--dominant-color);
    border-radius: 50%;
    background-image: url(../img/icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
}

.service_introduction {
    margin-top: 5%;
}


.service_introduction .service_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 58px;
    color: #000000;
    line-height: 70px;
    margin-bottom: 30px;
    text-align: center;
}


.service_introduction .servier_desc {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    max-width: 1117px;
    margin: 0 auto;
    text-align: center;
}

.service_introduction .service_wrap {
    margin-top: 50px;
}

.service_introduction .service_wrap .service_list {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.service_introduction .service_wrap .service_list .service_item {
    width: 31%;
    margin-right: 30px;
    margin-bottom: 30px;
}

.service_introduction .service_wrap .service_list .service_item:nth-child(3n) {
    margin-right: 0;
}

.service_introduction .service_wrap .service_list .service_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    border-radius: 20px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.service_introduction .service_wrap .service_list .service_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.service_introduction .service_wrap .service_list .service_item .item_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.service_introduction .service_wrap .service_list .service_item .item_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 1.5;
    text-align: center;
    margin: 10px 0;
}

.service_introduction .service_wrap .service_list .service_item .item_desc {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    text-align: center;
}

.talk_form {
    margin-top: 5%;
    margin-bottom: 4%;
}

.talk_form .talk_title {
    font-family: 'MyriadPro-Bold';
    font-weight: 400;
    font-size: 45px;
    color: #333333;
    line-height: 60px;
    text-align: center;
}

.talk_form .talk_desc {
    font-family: 'MyriadPro-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.form_box {
    margin-top: 50px;
    width: 100%;
}

.form_box .top_box {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.form_box .top_box li {
    width: 48%;

}

.form_box form li {
    position: relative;

}

.form_box form input[type="text"] {
    background: #E7EAEE;
    border-radius: 5px;
    width: 100%;
    font-family: 'MyriadPro-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    height: 46px;
    line-height: 46px;
    border: none;
    padding: 0 20px;
}

.form_box form input[type="text"]::placeholder {
    font-family: 'MyriadPro-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 46px;
}

.form_box form li::before {
    content: '*';
    color: #ff0000;
    position: absolute;
    top: 9px;
    left: 12px;
    font-size: 16px;
}
.form_box form  .item_message::before{
    top: 17px;
}
.form_box form .item_message {
    margin-top: 30px;

}

.form_box form textarea {
    width: 100%;
    height: 136px;
    border: none;
    background: #E7EAEE;
    border-radius: 5px;
    font-family: 'MyriadPro-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    padding: 20px;
}

.form_box form textarea::placeholder {
    font-family: 'MyriadPro-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}

.form_box form .item_submit {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    margin-top: 15px;
}

.form_box form input[type="submit"] {
    width: 100%;
    border: none;
    padding: 0 10px;
    background: var(--dominant-color);
    border: 2px solid var(--dominant-color);
    border-radius: 26px;
    height: 52px;
    font-family: 'MyriadPro-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    transition: all 0.5s ease;
}

.form_box form input[type="submit"]:hover {
    background-color: transparent;
    color: var(--dominant-color);
}

.form_box form li.item_submit::before{
    content: '' !important;
}

@media (max-width:950px) {
    .customized_wrap{
        flex-direction: column;
    }
    .customized_left{
        width: 100%;
        padding-bottom: 60%;
        margin-bottom: 30px;
    }
    .customized_right{
        width: 100%;
    }
    .customized_right .customized_title{
        font-size: 30px;
        line-height: 40px;
    }
    .service_introduction .service_title{
        font-size: 30px;
        line-height: 40px;
    }
    .service_introduction .service_wrap{
        margin-top: 30px;
    }
    .service_introduction .service_wrap .service_list .service_item{
        width: 48%;
    }
    .service_introduction .service_wrap .service_list .service_item:nth-child(2n){
        margin-right: 0 !important;
    }
    .service_introduction .service_wrap .service_list .service_item:nth-child(3n){
        margin-right: 30px;
    }
    .talk_form .talk_title{
        font-size: 30px;
        line-height: 40px;
    }
    @media (max-width:800px) {
        .service_introduction .service_wrap .service_list .service_item{
            width: 100%;
            margin-right: 0;
        }
    }
}