body * {
    margin: 0;
    padding: 0
}

body .home {
    overflow-x: hidden
}

body .home .ontab {
    display: block;
    padding-bottom: .625vw;
    position: relative;
    cursor: pointer;
    transition: all 600ms;
    align-items: center;
    width: 6.45833vw
}

body .home .ontab::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scale(0.99);
    width: 0;
    height: 1px;
    background: #002FFF;
    transition: all 600ms
}

body .home .ontab:hover::after {
    width: 100%
}

body .home .w1600 {
    margin: 0 auto;
    width: 83.33333vw
}

body .home .container .product {
    padding: 6.25vw 0 3.64583vw 0
}

body .home .container .product h1 {
    text-align: center
}

body .home .container .product .tabs {
    padding: 1.5625vw 0;
    display: flex;
    gap: 6.77083vw;
    justify-content: center
}

body .home .container .product .tabs li {
    display: flex;
    padding-bottom: .625vw;
    position: relative;
    cursor: pointer;
    transition: all 600ms;
    align-items: center;
    justify-content: center
}

body .home .container .product .tabs li::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scale(0.99);
    width: 0;
    height: 1px;
    background: #002FFF;
    transition: all 600ms
}

body .home .container .product .tabs li:hover,
body .home .container .product .tabs li.on {
    color: #002FFF
}

body .home .container .product .tabs li:hover::after,
body .home .container .product .tabs li.on::after {
    width: 100%
}

body .home .container .product .boxs .box {
    display: flex
}

body .home .container .product .boxs .box .left {
    width: 40.10417vw;
    height: 34.63542vw;
    margin-right: 1.25vw;
    padding: 2.08333vw;
    flex-shrink: 0;
    transition: all 600ms
}

body .home .container .product .boxs .box .left .icon img {
    transform: scale(1);
    transition: all 0.6s;
    object-fit: contain
}

body .home .container .product .boxs .box .left .fbg {
    position: absolute;
    left: -8.85417vw;
    bottom: 0;
    z-index: 2
}

body .home .container .product .boxs .box .left .fbg img {
    width: 36.51042vw;
    transition: all 600ms;
    transform: scale(1)
}

body .home .container .product .boxs .box .left .fbg img:nth-child(2) {
    position: absolute;
    left: 0;
    opacity: 0
}

body .home .container .product .boxs .box .left:hover {
    color: #fff
}

body .home .container .product .boxs .box .left:hover .icon img {
    transform: scale(1.05)
}

body .home .container .product .boxs .box .left:hover .fbg img {
    opacity: 0
}

body .home .container .product .boxs .box .left:hover .fbg img:nth-child(2) {
    opacity: 1
}

body .home .container .product .boxs .box .left,
body .home .container .product .boxs .box .li {
    background: #EFEEF3;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    transition: all 600ms
}

body .home .container .product .boxs .box .left:hover,
body .home .container .product .boxs .box .li:hover {
    color: #fff
}

body .home .container .product .boxs .box .left:hover::after,
body .home .container .product .boxs .box .li:hover::after {
    opacity: 1
}

body .home .container .product .boxs .box .left:hover .ontab::after,
body .home .container .product .boxs .box .li:hover .ontab::after {
    width: 100% !important
}

body .home .container .product .boxs .box .left:hover .ontab i,
body .home .container .product .boxs .box .li:hover .ontab i {
    filter: invert(1)
}

body .home .container .product .boxs .box .left::after,
body .home .container .product .boxs .box .li::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #C3CDE4 0%, #688AD7 100%);
    opacity: 0;
    transition: all 600ms;
    z-index: 1
}

body .home .container .product .boxs .box .left span.icon,
body .home .container .product .boxs .box .li span.icon {
    position: absolute;
    bottom: 0vw;
    right: 0vw;
    /* width: 15.78125vw;
    height: 30.83333vw; */
    width: 31.25vw;
    height: 31.25vw;
    z-index: 2
}

body .home .container .product .boxs .box .left span.icon img,
body .home .container .product .boxs .box .li span.icon img {
    width: 100%;
    height: 100%;
    display: block;
}

body .home .container .product .boxs .box .left a,
body .home .container .product .boxs .box .li a {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 9
}

body .home .container .product .boxs .box .left a .txt h4,
body .home .container .product .boxs .box .li a .txt h4 {
    line-height: 1.25;
    width: 22.39583vw
}

body .home .container .product .boxs .box .left a .txt h5,
body .home .container .product .boxs .box .li a .txt h5 {
    width: 20vw;
    font-weight: 400;
    line-height: 1.5;
    margin: .83333vw 0 2.1875vw 0
}

body .home .container .product .boxs .box .left a .txt h6,
body .home .container .product .boxs .box .li a .txt h6 {
    font-weight: 400;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: fit-content;
    transition: none
}

body .home .container .product .boxs .box .left a .txt h6 i,
body .home .container .product .boxs .box .li a .txt h6 i {
    margin-left: .41667vw;
    transition: all 600ms
}

body .home .container .product .boxs .box .right {
    flex: 1
}

body .home .container .product .boxs .box .right .li {
    background: #EFEEF3;
    width: 100%;
    height: 16.66667vw;
    margin-bottom: 1.25vw;
    padding: 2.08333vw;
    box-sizing: border-box;
    position: relative
}

body .home .container .product .boxs .box .right .li h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

body .home .container .product .boxs .box .right .li:hover .o1,
body .home .container .product .boxs .box .right .li:hover .o2 {
    transform: scale(1.05)
}

body .home .container .product .boxs .box .right .li .o1 {
    /* width: 17.65625vw;
    height: 6.66667vw; */
        height: 16.67vw;
    width: 16.67vw;
    bottom:0;
    right:0;
    display: flex;
    /* bottom: 2.08333vw;
    right: 2.08333vw; */
    transition: all 0.6s
}

body .home .container .product .boxs .box .right .li .o1 img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.6s;
    transform: scale(1);
    object-fit: contain
}

body .home .container .product .boxs .box .right .li .o2 {
    /* width: 15.26042vw;
    height: 10.10417vw; */
    height: 16.67vw;
    width: 16.67vw;
        bottom:0;
    right:0;
    display: flex;
    /* bottom: 2.08333vw;
    right: 2.08333vw; */
    transition: all 0.6s
}

body .home .container .product .boxs .box .right .li .o2 img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.6s;
    transform: scale(1);
    object-fit: contain
}

body .home .container .product .boxs .box .right .li:last-child {
    margin-bottom: 0
}

body .home .container .product .boxs .box .right .li .fbg {
    position: absolute;
    right: 1.04167vw;
    top: 0;
    z-index: 2
}

body .home .container .product .boxs .box .right .li .fbg img {
    width: 16.30208vw;
    transition: all 600ms;
    transform: scale(1)
}

body .home .container .product .boxs .box .right .li .fbg img:nth-child(2) {
    position: absolute;
    left: 0;
    opacity: 0
}

body .home .container .product .boxs .box .right .li:hover .fbg img {
    opacity: 0
}

body .home .container .product .boxs .box .right .li:hover .fbg img:nth-child(2) {
    opacity: 1
}

body .home .container .product .btnMore {
    display: flex;
    justify-content: center;
    margin-top: 3.33333vw
}

body .home .container .industry {
    background: #EFEEF3;
    min-height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    padding: 4.16667vw 0 6.25vw 0
}

body .home .container .industry .icon1 img,
body .home .container .industry .icon2 img {
    width: 100%;
    display: block
}

body .home .container .industry .icon1 {
    width: 27.23958vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

body .home .container .industry .icon2 {
    width: 27.23958vw;
    position: absolute;
    bottom: -2.08333vw;
    left: 50%;
    transform: translateX(-50%)
}

body .home .container .industry h1 {
    text-align: center
}

body .home .container .industry ul.list {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin-top: 3.125vw
}

body .home .container .industry ul.list li {
    width: 7.8125vw;
    height: 34.89583vw;
    flex-shrink: 0;
    margin-right: 1.04167vw;
    transition: all 0.6s;
    position: relative;
    cursor: pointer
}

body .home .container .industry ul.list li:nth-child(1) {
    animation-delay: 0s
}

body .home .container .industry ul.list li:nth-child(2) {
    animation-delay: 0.1s
}

body .home .container .industry ul.list li:nth-child(3) {
    animation-delay: 0.2s
}

body .home .container .industry ul.list li:nth-child(4) {
    animation-delay: 0.3s
}

body .home .container .industry ul.list li:nth-child(5) {
    animation-delay: 0.4s
}

body .home .container .industry ul.list li:nth-child(6) {
    animation-delay: 0.5s
}

body .home .container .industry ul.list li:nth-child(7) {
    animation-delay: 0.6s
}

body .home .container .industry ul.list li:hover a::after,
body .home .container .industry ul.list li.on a::after {
    background: rgba(0, 0, 0, 0.2)
}

body .home .container .industry ul.list li:hover .txt,
body .home .container .industry ul.list li.on .txt {
    bottom: 0;
    padding: 1.5625vw
}

body .home .container .industry ul.list li:hover .txt h4,
body .home .container .industry ul.list li.on .txt h4 {
    text-align: left
}

body .home .container .industry ul.list li:hover .txt h5,
body .home .container .industry ul.list li:hover .txt h6,
body .home .container .industry ul.list li.on .txt h5,
body .home .container .industry ul.list li.on .txt h6 {
    opacity: 1
}

body .home .container .industry ul.list li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex
}

body .home .container .industry ul.list li a::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.6s
}

body .home .container .industry ul.list li a img.bg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.6s
}

body .home .container .industry ul.list li a .tips {
    width: 4.6875vw;
    bottom: 2.08333vw;
    position: absolute;
    left: 17%;
    z-index: 3;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: all 0.6s
}

body .home .container .industry ul.list li a .txt {
    position: absolute;
    z-index: 3;
    bottom: -5.20833vw;
    left: 0;
    opacity: 0;
    padding: .78125vw;
    color: #fff;
    transition: all 0.6s;
    width: 30.20833vw
}

body .home .container .industry ul.list li a .txt h4 {
    font-weight: 500;
    text-align: center;
    transition: all 0.6s
}

body .home .container .industry ul.list li a .txt h5 {
    font-weight: 400;
    margin: .625vw 0 1.25vw 0;
    color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

body .home .container .industry ul.list li a .txt h6 {
    font-weight: 400;
    display: flex;
    align-items: center
}

body .home .container .industry ul.list li a .txt h6 i {
    margin-left: .41667vw;
    width: 6px
}

body .home .container .industry ul.list li a .txt h5,
body .home .container .industry ul.list li a .txt h6 {
    opacity: 1;
    transition: all 0.6s
}

body .home .container .industry ul.list li:last-child {
    margin-right: 0
}

body .home .container .industry ul.list li.on {
    width: 30.20833vw
}

body .home .container .industry ul.list li.on .txt {
    opacity: 1;
    transform: translateY(0vw)
}

body .home .container .industry ul.list li.on .tips {
    opacity: 0
}

body .home .container .latest {
    padding: 6.25vw 0
}

body .home .container .latest .con {
    position: relative
}

body .home .container .latest h1 {
    padding-bottom: 2.08333vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2.08333vw
}

body .home .container .latest .swiper-button-prev,
body .home .container .latest .swiper-button-next {
    top: 25px;
    color: #000;
    width: 2.60417vw;
    height: 2.60417vw;
    border: 1px solid #000
}

body .home .container .latest .swiper-button-prev::after,
body .home .container .latest .swiper-button-next::after {
    font-size: 18px;
    font-weight: bold
}

body .home .container .latest .swiper-button-prev {
    left: inherit;
    right: 80px
}

body .home .container .latest .lists {
    overflow: hidden
}

body .home .container .latest .lists .swiper-slide {
    height: 21.5625vw;
    width: 26.92708vw
}

body .home .container .latest .lists .swiper-slide a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column
}

body .home .container .latest .lists .swiper-slide a:hover span.img img {
    transform: scale(1.05)
}

body .home .container .latest .lists .swiper-slide span.img {
    width: 100%;
    height: 16.14583vw;
    display: flex;
    overflow: hidden
}

body .home .container .latest .lists .swiper-slide span.img img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    transform: scale(1)
}

body .home .container .latest .lists .swiper-slide h5 {
    display: flex;
    align-items: center;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 16px 0 8px 0
}

body .home .container .latest .lists .swiper-slide h5 i {
    width: 8px;
    height: 8px;
    background: #002FFF;
    border-radius: 8px;
    margin-right: 6px
}

body .home .container .latest .lists .swiper-slide h6 {
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

body .home .container .latest .btnMore {
    display: flex;
    justify-content: center;
    margin-top: 3.33333vw
}

body .home .container .about {
    background: url(../images/index/a1.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 38.85417vw;
    padding: 6.25vw 0 6.25vw 8.33333vw
}

body .home .container .about h5 {
    line-height: 1.5;
    width: 32.8125vw;
    font-weight: 400;
    margin: 2.08333vw 0
}

body .home .container .about .numbers {
    margin-top: 6.77083vw;
    display: flex
}

body .home .container .about .numbers li {
    display: flex;
    flex-direction: column
}

body .home .container .about .numbers li b {
    color: #002FFF;
    font-weight: 600;
    margin-bottom: .52083vw
}

body .home .container .about .numbers li em {
    font-style: normal
}

body .home .container .about .numbers li:nth-child(2) {
    margin: 0 4.6875vw
}

body .home .container .contact {
    display: flex;
    margin: 6.25vw 0;
    padding: 0 8.33333vw 0 0;
    position: relative;
    align-items: center
}

body .home .container .contact span.icon {
    width: 25vw;
    position: absolute;
    height: 7.1875vw;
    top: 0;
    right: 0
}

body .home .container .contact span.icon img {
    width: 100%;
    display: block;
    height: 100%
}

body .home .container .contact span.img {
    width: 43.48958vw;
    height: 38.85417vw;
    display: flex;
    overflow: hidden;
    margin-right: 4.16667vw;
    flex-shrink: 0
}

body .home .container .contact span.img:hover img {
    transform: scale(1.05)
}

body .home .container .contact span.img img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.6s;
    transform: scale(1)
}

body .home .container .contact .form {
    flex: 1
}

body .home .container .contact .form .formUl {
    margin-top: 3.125vw
}

body .home .container .contact .form .formUl li {
    background: #EFEEF3;
    height: 2.70833vw;
    display: flex;
    align-items: center;
    margin-bottom: 1.25vw;
    padding: 0 .83333vw;
    box-sizing: border-box;
    transition: all 0.6s
}

body .home .container .contact .form .formUl li.item.error {
    border: 1px solid red;
    border-radius: 4px
}

body .home .container .contact .form .formUl li .inputs {
    height: 100%;
    position: relative;
    flex: 1
}

body .home .container .contact .form .formUl li select {
    width: 100%;
    height: 100%
}

body .home .container .contact .form .formUl li input,
body .home .container .contact .form .formUl li select,
body .home .container .contact .form .formUl li textarea {
    height: 100%;
    width: 100%;
    border: none;
    background: none;
    resize: none;
    font-size: .8375vw
}

body .home .container .contact .form .formUl li h4 {
    font-weight: 400;
    color: #606060;
    margin-right: 20px;
    flex-shrink: 0
}

body .home .container .contact .form .formUl li .em {
    align-items: center;
    position: absolute;
    top: 0 !important;
    height: 100%;
    font-style: normal;
    color: #FF0000;
    display: none
}

body .home .container .contact .form .formUl li .em i {
    margin-right: 5px
}

body .home .container .contact .form .formUl li.span24 {
    width: 100%;
    justify-content: space-between;
    display: flex;
    background: none;
    padding: 0
}

body .home .container .contact .form .formUl li.span24 .span12 {
    width: 48%;
    background: #EFEEF3;
    padding: 0 .83333vw;
    box-sizing: border-box;
    display: flex;
    height: 2.70833vw;
    align-items: center
}

body .home .container .contact .form .formUl li.multxt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: .83333vw;
    height: auto
}

body .home .container .contact .form .formUl li.multxt .inputs {
    margin-top: 10px;
    width: 100%
}

body .home .container .contact .form .formUl li.multxt textarea {
    width: 100%;
    min-height: 100px
}

body .home .container .contact .form .formUl li.multxt .em {
    align-items: flex-start
}

body .home .container .contact .form .submit {
    display: flex
}

body .home .container .contact .form .submit .success {
    margin-left: 2.60417vw;
    height: 2.08333vw;
    background: #002FFF;
    color: #fff;
    display: none;
    align-items: center;
    padding: 0 .83333vw
}

body .home .container .contact .form .submit .success i {
    margin-right: 4px
}

@media screen and (max-width: 768px) {
    body .home .w1600 {
        width: 100%
    }

    body .home .industry {
        padding: 30px 0 20px 0 !important
    }

    body .home .industry .w1600 {
        width: 100%
    }

    body .home .industry .w1600 ul.list {
        display: flex;
        flex-direction: column;
        margin-top: 20px
    }

    body .home .industry .w1600 ul.list li {
        width: 100%;
        height: auto;
        animation-delay: 0 !important
    }

    body .home .industry .w1600 ul.list li.on {
        width: 100%
    }

    body .home .industry .w1600 ul.list li.on .txt {
        padding: 20px 5%
    }

    body .home .industry .w1600 ul.list li a {
        display: flex;
        flex-direction: column
    }

    body .home .industry .w1600 ul.list li a::after {
        display: none
    }

    body .home .industry .w1600 ul.list li a img.bg {
        position: relative
    }

    body .home .industry .w1600 ul.list li a .txt {
        position: relative;
        opacity: 1;
        top: inherit;
        left: 0;
        bottom: inherit;
        color: #000;
        padding: 20px 5% !important;
        width: 100%;
        box-sizing: border-box
    }

    body .home .industry .w1600 ul.list li a .txt h4 {
        text-align: left
    }

    body .home .industry .w1600 ul.list li a .txt h5 {
        color: rgba(0, 0, 0, 0.8) !important;
        margin: 10px 0
    }

    body .home .industry .w1600 ul.list li a .txt h6 {
        width: fit-content;
        justify-content: flex-start
    }

    body .home .industry .w1600 ul.list li a .txt h6 i {
        width: 5px;
        height: auto;
        filter: invert(1);
        margin-top: 0;
        margin-left: 8px
    }

    body .home .industry .w1600 ul.list li a .txt h4,
    body .home .industry .w1600 ul.list li a .txt h5,
    body .home .industry .w1600 ul.list li a .txt h6 {
        color: #000
    }

    body .home .industry .w1600 ul.list li a .tips {
        display: none
    }

    body .home .product {
        padding: 30px 5% !important
    }

    body .home .product h1 {
        margin-bottom: 10px
    }

    body .home .product .tabs {
        gap: 20px !important;
        overflow-x: auto;
        padding-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 20px
    }

    body .home .product .tabs li {
        width: 46% !important;
        display: flex;
        font-size: 14px
    }

    body .home .product .boxs .box {
        flex-direction: column
    }

    body .home .product .boxs .box .left .icon {
        width: 105px !important;
        height: auto !important
    }

    body .home .product .boxs .box .left,
    body .home .product .boxs .box .right .li {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
        height: auto !important;
        padding: 20px 5% !important
    }

    body .home .product .boxs .box .left a,
    body .home .product .boxs .box .right .li a {
        width: 100%;
        height: 100%;
        display: flex
    }

    body .home .product .boxs .box .left .txt h5,
    body .home .product .boxs .box .right .li .txt h5 {
        margin: 10px 0 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis
    }

    body .home .product .boxs .box .left .txt h6,
    body .home .product .boxs .box .right .li .txt h6 {
        justify-content: flex-start;
        width: 110px
    }

    body .home .product .boxs .box .left .txt h6 i,
    body .home .product .boxs .box .right .li .txt h6 i {
        margin-left: 8px !important
    }

    body .home .product .boxs .box .left .txt h6 i img,
    body .home .product .boxs .box .right .li .txt h6 i img {
        width: 5px
    }

    body .home .product .boxs .box .left .txt h4,
    body .home .product .boxs .box .left .txt h5,
    body .home .product .boxs .box .right .li .txt h4,
    body .home .product .boxs .box .right .li .txt h5 {
        width: 70% !important
    }

    body .home .product .boxs .box .right .li:last-child {
        margin-bottom: 10px !important
    }

    body .home .product .boxs .box .right .o2 {
        width: 150px !important;
        height: auto !important
    }

    body .home .product .boxs .box .right .o1 {
        width: 150px !important;
        height: auto !important
    }

    body .home .product .btnMore {
        margin-top: 20px
    }

    body .home .latest {
        padding: 30px 5% !important
    }

    body .home .latest h1 {
        margin-bottom: 20px !important
    }

    body .home .latest .swiper-button-prev {
        right: 55px !important
    }

    body .home .latest .lists .swiper-slide {
        width: 100% !important;
        margin: 0 auto 20px;
        height: auto !important
    }

    body .home .latest .lists .swiper-slide span.img {
        height: 200px !important
    }

    body .home .latest .swiper-button-prev,
    body .home .latest .swiper-button-next {
        width: 28px !important;
        height: 28px !important
    }

    body .home .latest .swiper-button-prev::after,
    body .home .latest .swiper-button-next::after {
        font-size: 14px !important
    }

    body .home .about {
        padding: 20px 5% !important;
        height: auto !important
    }

    body .home .about h1 {
        text-align: center
    }

    body .home .about h5 {
        width: 100% !important;
        margin: 20px 0 !important
    }

    body .home .about .btnMore {
        display: flex;
        justify-content: center
    }

    body .home .about .numbers {
        margin-top: 30px !important;
        flex-wrap: wrap;
        justify-content: space-between
    }

    body .home .about .numbers li {
        margin-bottom: 20px
    }

    body .home .about .numbers li:nth-child(2) {
        margin: 0
    }

    body .home .contact {
        flex-direction: column;
        padding: 0 !important;
        margin: 0 0 30px 0 !important
    }

    body .home .contact span.img {
        margin-bottom: 20px !important;
        width: 100% !important;
        height: auto !important
    }

    body .home .contact .form {
        padding: 0 5%
    }

    body .home .contact .form h3 {
        text-align: center
    }

    body .home .contact .form .formUl {
        margin-top: 20px !important
    }

    body .home .contact .form .formUl li {
        margin-bottom: 20px !important;
        height: 50px !important
    }

    body .home .contact .form .formUl li h4 {
        margin-right: 5px !important;
        margin-left: 10px;
        font-size: 12px
    }

    body .home .contact .form .formUl li .inputs {
        margin-right: 10px
    }

    body .home .contact .form .formUl li select,
    body .home .contact .form .formUl li input,
    body .home .contact .form .formUl li textarea {
        font-size: 12px !important
    }

    body .home .contact .form .formUl li.span24 {
        border: none;
        display: flex;
        flex-direction: column;
        height: auto !important
    }

    body .home .contact .form .formUl li.span24 .span12 {
        display: flex;
        width: 100% !important;
        height: 50px !important;
        flex-shrink: 0
    }

    body .home .contact .form .formUl li.span24 .span12:not(:last-child) {
        margin-bottom: 20px
    }

    body .home .contact .form .formUl li.multxt {
        height: 140px !important;
        padding: 10px 12px !important
    }

    body .home .contact .form .formUl li.multxt h4 {
        margin: 0
    }

    body .home .contact .form .formUl li .em {
        top: 5px !important
    }

    body .home .contact .form .formUl li:nth-child(2) h4 {
        height: 100%;
        width: 140px;
        align-items: center;
        display: flex;
        font-size: 12px
    }

    body .home .contact .form span.submit {
        display: flex;
        justify-content: center
    }

    body .home .contact .success {
        height: auto !important;
        font-size: 12px;
        padding: 0 10px !important;
    }
}