.Google_img {
    position: relative;
}

.Google_img img {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.Google_img .Google_from {
    position: absolute;
    top: 80px;
    left: 240px;
    width: 560px;
    padding: 30px 30px 60px 30px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.slide_tail {
    display: none;
}

.company_img2 {
    display: none;
}

.warehouse2 {
    display: none;
}

.Google_img .Google_from .input {
    margin-bottom: 20px;
    padding-left: 20px;
    /* height: 80px; */
    padding: 27px;
    padding-left: 20px;
    border: none;
    outline: none;
    background-color: #f4f7fc;

    color: rgb(183, 182, 196);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.Google_img .Google_from .input::placeholder {
    color: rgb(183, 182, 196);
}

.Google_img .Google_from .textarea {
    padding: 27px 0 96px 20px;
}

.Google_img .Google_from button {
    margin-top: 10px;
    /* 矩形 34 */
    width: 500px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    /* 蓝色 */
    background: rgb(0, 113, 228);
    border: none;
    outline: none;
}

.Google_img .Google_from button a {
    color: rgb(255, 255, 255);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}
.swiper-notification{
    display: none;
}
.web_head2 {
    display: none;
}

.feature_item_wrap .feature_items .feature_items_box .over {
    overflow: hidden;
}
.feature_item_wrap .feature_items .feature_items_box a img{
    transition: all 0.5s;
}

.feature_item_wrap .feature_items .feature_items_box:hover a img {
    transition: all 0.5s;
    transform: scale(1.1);
}

.feature_item_wrap .feature_items .feature_items_box .feature_items_text a {
    transition: all 0.5s;
    /* text-transform: capitalize; */
}

.feature_item_wrap .feature_items .feature_items_box:hover .feature_items_text a {
    color: #0071e4;
}

.feature_button {
    transition: all 0.5s;
}

.index_feature_product .feature_button:hover {
    box-shadow: 0 0 10px 0 rgb(0, 113, 228);
}


.news_right .news_info p:hover {
    transition: all 0.5s;
    color: rgba(0, 113, 228, 0.5);
}

.index_news_container .feature_button:hover {
    box-shadow: 0 0 10px 0 rgb(0, 113, 228);
}

.web_menu {
    display: none;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: 998;
    transition: all 0.5s;
    display: none;
}


.start {
    display: none;
    position: static;
    width: 100%;
    height: 80px;
    margin-top: 50px;
    position: relative;
    z-index: 999;
    background-color: #ffffff;
}

.start .start_input {
    margin: auto;
    width: 80%;
    position: relative;
    display: flex;
}

.start .inp_type {
    width: 100%;
    height: 40px;
    border: 1px solid gray;
    outline: none;
    font-size: 16px;
    display: flex;
    color: #333333;
    transition: all 0.5s;
    background-color: #ffffff;
    border-radius: 5px;
    transition: all 0.3s;
}
.start .inp_type::placeholder{
    padding-left: 15px;
}

.start .inp_type:focus {
    border: 1px solid rgb(0, 113, 228);
    box-shadow: 0 0 3px 0 rgba(0, 113, 228, 0.5);
}

.start .start_input .inp_btn {
    position: absolute;
    top: 1px;
    right: 10px;
    display: block;
    width: 30px;
    height: 38px;
    border: none;
    outline: none;
    background: url(../img/Search.png) no-repeat center center;
    background-position: center;
    background-size: auto 22px;
    background-color: #ffffff;
}

.start button {
    position: absolute;
    right: 20px;
    top: -50px;
    border: none;
    outline: none;
    font-size: 50px;
    background-color: #ffffff;
    opacity: 0.5;
    transition: all 0.5s;
}

