.dibus {
    background-color: #f9f9f9;
    border-top: 1px solid #ccc;
    margin-top: 100px;
}
.zone_banner {
    height: 496px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, ) 100%, rgba(255, 255, 255, 0) 100%),url();
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    line-height: 496px;
    color: #ebe8e8;
}
.news_box {
    width: 100%;
    background-color: #2b3564;
    border-bottom: 1px solid #1a203d;
}
.news_content {
    display: flex;
    /* align-items: ; */
    padding: 60px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
    margin: 0 auto 100px !important;
}
.news_content_right {
    width: 100%;
    height: 100%;
    margin-right: 25px;
}
.news_content_right_content {
    font-weight: 600;
    font-size: 24px;
    color: #2b3564;
    margin-top: 22px;
}
.infosw {
    margin-top: 22px;
}
.more {
    /* width: 110px; */
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: none;
    border-radius: 5px;
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 600; 
    background-color: #2b3564;
    margin-top: 22px;
    padding: 0 30px;
 }
 .more:active {
    background-color: #1a203d;
 }
 .more a {
     color: #f9f9f9;
     font-size: 13px;
 }
 .form-control {
    width: 100%;
    height: 50px;
    outline: #2b3564;
    border: 1px solid #eee;
    margin-bottom: 40px;
}
.form-control:hover {
    border: 1px solid #2b3564;

}
.custom-select {
    width: 300px;
    height: 50px;
    outline: #2b3564;
    border: 1px solid #2b3564;
}
.inline {
    width: 91%;
    height: 1px;
    /* background-color: #2b3564; */
    background-image: linear-gradient(to right, #2b3564, #c4c4c6);
    margin-top: 400px;
}
.brark {
    width: 100%;
    height: 145px;
    border-radius: 5px;
    border: 1px solid #eee;
    /* margin-top: 180px; */
    padding: 20px;
    box-sizing: border-box;
}
textarea.brark:hover {
    outline: none; /* 移除浏览器默认的轮廓 */
    border-color: #2b3564; /* 改变边框颜色（这里假设你原来设置了边框样式） */
    /* 或者，如果你想用阴影效果代替边框 */
    box-shadow: 0 0 0 1px #2b3564; /* 添加一个内阴影作为聚焦效果 */
}
textarea.brark:focus {
    outline: none; /* 移除浏览器默认的轮廓 */
    border-color: #2b3564; /* 改变边框颜色（这里假设你原来设置了边框样式） */
    /* 或者，如果你想用阴影效果代替边框 */
    box-shadow: 0 0 0 1px #2b3564; /* 添加一个内阴影作为聚焦效果 */
}

.btn-primary1 {
    width: 110px;
    height: 40px;
    background-color: #2b3564;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    margin-top: 40px;
}
.mapBox {
    width: 100%;
    height: 477px;
    margin: 70px 0 70px;
    background-color: #f8f9fa;
}
.mapContent {
    position: relative;
    width: 83%;
    height: 100%;
    background-color: #2b3564;
    margin: 0 auto 0;
    background-image: url(../css/img/map.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.getMap {
    position: absolute;
    left: 200px;
    top: 50%;
    transform: translate(0,-50%);
    width: 355px;
    height: 57px;
    background-color: #2b3564;
    text-align: center;
    line-height: 57px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.1),
    0 6px 10px rgba(0, 0, 0, 0.2),
    inset 0 2px 4px rgba(255, 255, 255, 0.1);
}
.getMap:hover {
    color: #fff;
    box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.2),
    0 20px 40px rgba(0, 0, 0, 0.25),
    inset 0 5px 20px rgba(0, 0, 0, 0.1),
    inset 0 0 10px rgba(255, 255, 255, 0.3);
}

.form_box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.form_box_left,.form_box_right {
    width: 100%;
    /* background-color: #2b3564; */
}
.form_box_right {
    margin-left: 50px;
}
.form-row {
    display: flex;
    flex-direction: column;
}
.tall_us {
    text-align: center;
    margin: 100px auto 70px !important;
    font-size: 39px;
    font-weight: 600;
    color: #2b3564;
}
.ml2 {
    font-weight: 900;
    font-size: 3.5em;
  }
  
  .ml2 .letter {
    display: inline-block;
    line-height: 1em;
  }