a {
    text-decoration: none;
}

.page-wrapper {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.container {
    width: 1920px;
    height: 100%;
    transform-origin: top left;
    box-sizing: border-box;
}

/* 主体内容 */
.main-container {
    padding: 0 360px;
}

.main-title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 150px;
}

.main-title1 {
    font-size: 48px;
    color: #0A71E4;
    opacity: 0.1;
}

.main-title2 {
    position: absolute;
    bottom: -20%;
    font-weight: bold;
    font-size: 36px;
    color: #333;
}

.main-title2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) scaleY(0.35);
    width: 200px;
    height: 12px;
    background: radial-gradient(ellipse at center,
    #035ec7 0%,
    rgba(13, 115, 228, 0.4) 40%,
    rgba(13, 115, 228, 0) 100%);
    filter: blur(3px);
}

/* 公司简介 */
.company-introl {
    margin-top: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-introl-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 380px;
}

.company-left-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.company-right {
    position: relative;
    width: 570px;
    height: 380px;
}

.company-left-msg {
    width: 550px;
    height: 312px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #666666;
}

.company-right-img {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 570px;
    height: 380px;
    border-radius: 10px;
}

.company-right-bc {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 480px;
    height: 278px;
    background: #0A71E4;
    border-radius: 10px;
    border: 1px solid #0A71E4;
    z-index: -1;
}

.company-group {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    border: 1px dashed #000;
    box-sizing: border-box;
}

.company-icon-img {
    width: 100%;
    height: 100%;
}

.company-card-content {
    margin-left: 7px;
    display: flex;
    flex-direction: column;
}

.company-card-title-light {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #0A71E4;
}

.company-card-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
}

/* 联系我们 */
.contact {
    padding-bottom: 150px;
}

.contact-box {
    display: flex;
    /*justify-content: flex-end;*/
    justify-content: center;
    margin-top: 165px;
    position: relative;
}

.contact-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px;
    position: absolute;
    top: -91px;
    left: 0;
    width: 481px;
    height: 456px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.2);
    border-radius: 10px;
    box-sizing: border-box;
    text-align: start;
    z-index: 2;
}

.contact-title {
    position: relative;
    width: 100%;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.contact-title::after {
    position: absolute;
    bottom: 0;
    left: -5px;
    content: '';
    width: 100%;
    height: 6px;
    background: #0A71E4;
    border-radius: 1px;
    opacity: 0.3;
}

.contact-msg {
    margin-top: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.contact-img {
    width: 1057px;
    height: 520px;
}

.map-MA {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-icon {
    width: 23px;
    height: 32px;
}

.map-title {
    padding-top: 18px;
    display: flex;
    justify-content: center;
    width: 447px;
    height: 74px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: center;
    background: url('/static/www/mengma/images/icon/map-bc.png') no-repeat;
    background-size: 447px 74px;
    box-sizing: border-box;
}
