* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #f2f3f6;
}

.main {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

header .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16;
}

header nav .nav {
    display: flex;
}

header nav .nav li a {
    padding: 0 16px;
    font-size: 16px;
    color: #1D2129;
}

h1 {
    line-height: 1;
}

header .main .logo a {
    line-height: 1;
    color: #1D2129;
    font-size: 22px;
}

header .main .search {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #e5e6e7;
    border-radius: 50px;
    padding: 6px 12px;
    width: 200px;
}

header .main .search .icon {
    width: 16px;
    margin-right: 10px;
}

header .main .search input {
    border: none;
    width: 0;
    font-size: 14px;
    background-color: transparent;
    outline-style: none;
    flex: 1;
}

.icon {
    display: flex;
    align-items: center;
    font-size: 0;
    line-height: 1;
}

.icon img {
    width: 100%;
}

.container {
    display: flex;
    width: 100%;
    margin-top: 25px;
}

.container .left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 80px;
    overflow: hidden;
}

.container .left .bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
    width: 100%;
    z-index: -1;
}

.container .left .bg img {
    width: 150%;
}

.container .left .btn_row {
    display: flex;
    margin-top: 40px;
}

.container .left .btn_row .btn_Main {
    background-color: #0075f9;
    border: 1px solid #0075f9;
    color: #fff;
    padding: 10px 24px;
    border-radius: 60px;
    margin-right: 16px;
}

.container .left .btn_row .btn_Main:hover {
    background-color: #0066db;
    border: 1px solid #0066db;
}

.container .left .btn_row .btn_Main1 {
    background-color: #ffffff;
    border: 1px solid #dce1e7;
    color: #1b1e24;
}

.container .left .btn_row .btn_Main1:hover {
    background-color: #fcfbfb;
    border: 1px solid #dce1e7;
}

.container .left h2 {
    font-size: 54px;
    font-weight: bold;
    color: #1D2129;
}

.container .left .desc {
    margin-top: 24px;
    color: #1D2129;
    font-size: 20px;
}

.container>div {
    width: 50%;
}

.container .right .pic {
    width: 100%;
}


.container .right .pic img {
    width: 100%;
}

.needs {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 80px 0;
}

.titles {
    flex-direction: column;
    width: 100%;
}

.titles h2 {
    font-size: 44px;
    color: #1D2129;
}

.titles .desc {
    color: #1D2129;
    font-size: 18px;
    margin-top: 16px;
}

.needs>div {
    display: flex;
    justify-content: center;
    width: 50%;
}

.needs .forms {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.needs .forms p {
    margin-top: 16px;
    color: #1D2129;
    font-size: 16px;
}

.needs .forms form {
    display: flex;
    width: 513px;
}

.needs .forms form button {
    color: #fff;
    font-size: 20px;
    border: none;
    border-radius: 50px;
    background-color: #0075f9;
    padding: 10px 24px;
    border: 1px solid #0075f9;
    margin-left: 16px;
}

.needs .forms form input {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #e5e6e7;
    padding: 0 20px;
}

.container1 .right {
    display: flex;
    justify-content: center;
}

.container1 .right .pic_cont {
    width: 80%;
}

.container1 .right .pic_cont img {
    width: 100%;
}

.container1 .left .titles h2 {
    font-size: 44px;
}

.container1 .box {
    margin-top: 15px;
}

.container1 .box .item {
    display: flex;
    margin-top: 20px;
}

.container1 .box .item .icon {
    width: 24px;
}

.container1 .box .item .text {
    margin-left: 12px;
}

.container1 .box .item .text h4 {
    font-size: 20px;
    color: #1D2129;
}

.container1 .box .item .text p {
    font-size: 16px;
    color: #1D2129;
}

.container3 {
    padding-top: 80px;
    flex-direction: column;
}

.container3 .flex-row {
    display: flex;
    gap: 120px;
    width: 100%;
}

.container3 .flex-row>* {
    flex: 1;
}

.container3 .contactUs {
    margin-top: 30px;
}

.container3 .contactUs .form_block {
    display: flex;
    margin-top: 24px;
    flex-direction: column;
}

.container3 .contactUs .form_block input,
.container3 .contactUs .form_block textarea {
    padding: 14px 20px;
    border-radius: 50px;
    margin-top: 8px;
    border: 1px solid #e5e6e7;
}

.container3 .contactUs .form_block textarea {
    border-radius: 15px;
}

.container3 .contactUs .row {
    margin-top: 24px;
}

.container3 .contactUs .row span {
    font-size: 16px;
    color: #1D2129;
}

.container3 .contactUs button {
    padding: 10px 24px;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
    background-color: #0075f9;
    border-radius: 50px;
    border: none;
}.container3 .contactUs button:hover {
    background-color: #0667d5;

}

.container3 .contactUs_right {
    display: flex;
    justify-content: center;
}

.container3 .contactUs_right .box_conts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;

}

.container3 .flex-row {
    align-items: center;
}

.container3 .contactUs_right .box_conts .item {
    width: 50%;
    padding: 30px;
    color: #1b1e24;
}

.container3 .contactUs_right .box_conts .item .icon {
    width: 32px;
}

.container3 .contactUs_right .box_conts .item h5 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 20px;
}

.container3 .contactUs_right .box_conts .item p {
    margin-top: 15px;
}

.container3 .contactUs_right .box_conts .itemMax {
    width: 100%;
}

footer .row .item .logo {
    display: flex;
}

footer .row .item .logo .icon {
    width: 24px;
}

footer .row .item .logo h3 {
    font-size: 22px;
    color: #1b1e24;
}

footer {
    position: relative;
    margin-top: 80px;
    padding-top: 80px;
    overflow: hidden;
}
.needs .forms form button:hover {
    background-color: #1e37d8;
}
footer .bg {
    position: absolute;
    top: -150px;
    z-index: -1;
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .bg img {
    width: 160%;
}

footer .item .desc {
    font-size: 16px;
    color: #1b1e24;
    margin: 25px 0;
}

footer .item .desc1 {
    color: #7a8591;
    font-size: 12px;
    margin-top: 20px;
}

footer .row {
    display: flex;
}

footer .row_d {
    display: flex;
    justify-content: space-between;
}

footer .item form {
    display: flex;
}

footer .item form input {
    padding: 14px 15px;
    border-radius: 50px;
    border: 1px solid #e5e6e7;
    width: 300px;
}

footer .item form button {
    height: 100%;
    padding: 0 25px;
    margin-left: 15px;
    color: #fff;
    font-size: 18px;
    background-color: #0075f9;
    border-radius: 50px;
    border: none;
}
footer .item form button:hover {
    background-color: #0667d5;

}
footer .row .item2 {
    display: flex;
}

footer .row .item2 ol {
    margin-right: 70px;
}

footer .row .item2 ol li {
    margin-bottom: 20px;
}

footer .row .item2 ol li a {
    font-size: 14px;
    color: #1b1e24;
}

footer .row .item2 ol li strong {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

footer .row .item2 ol li a:hover {
    color: #3a54f4;
}

footer .row .item .list {
    display: flex;
    margin-top: 15px;
}

footer .row .item .tit {
    font-weight: bold;
    font-size: 16px;
}

footer .row .item .list li {
    margin-right: 15px;
}

footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #c2c6ce;
    margin-top: 25px;
}

footer .footer_bottom p {
    font-size: 14px;
    color: #1b1e24;
}

footer .footer_bottom .right a {
    margin-left: 15px;
    font-size: 14px;
    color: #1b1e24;
}