@charset "utf-8";

.top_box {
    position: absolute;
    color: #333 !important;
}

.zd_title .zd_title_name {
    font-weight: bold;
}

.zd_title h3 {
    font-size: 30px;
    text-align: center;
    line-height: 38px;
}

.zd_title h4 {
    font-size: 20px;
    text-align: center;
}

.zd_title .zd_subtitle {
    margin: 3% auto 0;
    color: #666666;
    width: 45%;
    line-height: 32px;
    font-size: 14px;
}

#zd_culture-md {
    background-color: #FFFFFF;
    padding-bottom: 36px;
    /* height: 580px; */
}

.zd_culture-text {
    width: 74%;
    margin: auto 13%;
}

.zd_culture_title {
    padding-top: 5%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
    color: #333333;
    /* background-color: aquamarine; */
}

#zd_culture-md .zd_culture_content {
    padding-top: 2%;
    margin-left: 15%;
    width: 70%;
    height: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

/* 企业文化-卡片部分 */
.zd_culture__box {
    /* height: 20px; */
    display: flex;
    margin: 3% 0 2% 0;
}

.zd_culture__icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.zd_culture__icon-en {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.culture__box-single {
    /* width: 24%; */
    height: 174px;
    background: #FFFFFF;
    margin-left: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}

.box_title__box-en {
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 15%;
}

.box_title-en {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-top: 3%;
}

.zd_culture__box__content {
    display: none;
}

/*企业文化-悬浮样式*/
.culture__box-single{
    background: #F9F9F9;
    border-radius: 10px 10px 10px 10px;
}

.culture__box-single:hover {
    background: #C7000B;
    color: #FFFFFF;
}

.culture__box-single:hover .box_title {
    display: none;
}

.culture__box-single:hover .box_title__box-en {
    display: none;
}

.culture__box-single:hover .zd_culture__box__content {
    display: inline-block;
    padding-left: 5%;
}

.culture__box-single:hover .zd_culture__box__content h3 {
    font-size: 24px;
    font-weight: bold;
    padding: 3% 0;
    /* line-height: 38px; */
}

.text__small18 {
    padding-top: 3%;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.text__small18-en {
    padding-top: 3%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* 企业架构 */
/* .zd_framework{
    background-color: #ffffff;;
    height: 580px;
} */

#zd_framework-md{
    background: #F9F9F9;
}
.zd_framework__img {
    margin-top: 5%;
    margin-bottom:75px;
}

/* 联系我们 */
#zd_contactUs-md {
    margin: 1% auto 2% auto;
}

.contactUs_img {
    width: 100%;
    height: 785px;
    background: url('../image/aboutZd/contactUs.png');
    background-size: 100% 100%;
}

.zd_map_img {
    width: 100%;
    height: 40%;
    margin: 2% 0%;
}

.contactUs_info {
    width: 65%;
    margin: 2% 17.5%;
    z-index: 3;
}

.contactUs_line {
    width: 0px;
    height: 151px;
    border: 1px solid #FFFFFF;
}

/* 利维办事处 */
.zd_commap {}

.zdpc_companyMap {
    position: relative;
    background-image: url('../image/aboutZd/companyMap.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* 防止图片重复 */
    width: 1920px;
    height: 833px;
    margin-bottom: 240px;
}

/* 坐标 */
.companyMap_point1 {
    position: absolute;
    width: 16px;
    height: 25px;
    background-image: url('../image/aboutZd/bigcoordinates.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.zd_companyLine {
    height: 357px;
    padding: 0 30px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    position: absolute;
    top: 645px;
    background: rgba(0, 0, 0, 0.1);
}

.zd_companyItem {
    width: 349px;
    height: 286px;
    padding: 40px 35px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.05);
    border-radius: 22px 22px 22px 22px;
    flex-shrink: 0;
    color: #666666;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.zd_companyItem_active {
    background: #A5A5A5;
    color: #fff !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.zd_companyItem_title {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
}

.zd_companyItem_address {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    font-size: 14px;
    text-align: left;
}

.zd_companyItem_phone {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    font-size: 14px;
}

.zd_companyItem_email {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    font-size: 14px;
}

.comp_ponit {
    height: 16px;
    width: 15px;
    background-image: url('../image/aboutZd/smellcoordinates.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* 防止图片重复 */
    flex-shrink: 0;
}

.comp_phone {
    height: 16px;
    width: 15px;
    background-image: url('../image/aboutZd/phone.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* 防止图片重复 */
    flex-shrink: 0;
}

.comp_email {
    height: 16px;
    width: 15px;
    background-image: url('../image/aboutZd/email.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* 防止图片重复 */
    flex-shrink: 0;
}

.btn_next{
    width: 61px;
    height: 61px;
    font-size: 30px;
    border-radius: 50%;
    background: #FFFFFF;
    color: #C7000B;
    box-shadow: 0px 5px 20px 1px rgba(0,0,0,0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.next_position{
    position: absolute;
    right: 287px;
    top: 497px;
}

.prod_position{
    position: absolute;
    left: 287px;
    top: 497px;
}

/* 联系我们 */
.contact_main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 74px 360px 100px 380px;
    gap: 55px;
}

.contact_main .contact_left {
    width: 100%;
}

.contact_main .contact_right {
    width: 300px;
    flex-shrink: 0;
}



.contact_left_title {
    font-size: 24px;
    color: #333333;
    position: relative;
}

.contact_right_title {
    font-size: 24px;
    color: #333333;
    position: relative;
}

.contact_left_content {
    margin-top: 25px;
}

.contact_right_line {
    display: flex;
    margin-top: 22px;
}

.contact_right_line .contact_icon{
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.contact_right_line_content {
    margin-left: 37px;
}

.contact_right_line_content_title {
    font-size: 16px;
    color: #333333;
}

.contact_right_line_content_content {
    margin-top: 8px;
    font-size: 14px;
    color: #666666;
}

.line_style {
    display: inline-block;
    margin-top: 4px;
}

/* 表单样式 */
.service_form_item_group{
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.service_form_item{
    height: 52px;
    width: 388px;
    padding-left: 20px;
    border: 1px solid #E2E2E2;
}

.service_form_select{
    width: 20px;
    height: 20px;
    border: 1px solid #E2E2E2;
    cursor: pointer;
}

.service_form_btn{
    width: 138px;
    height: 42px;
    background: #C7000B;
    color: #fff;
    margin-top: 42px;
    border-radius: 30px 30px 30px 30px;
}

.service_refresh{
    cursor: pointer;
}

/* 更多信息卡片 */
.zd_more_info {
    position: relative;
    top: -160px;
    margin: 0 380px;
    height: 256px;
    padding: 0 55px;
    border-radius: 10px;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    background: #C7000B;
}

.zd_more_info_left{
    padding-top: 64px;
}

.zd_more_info_title {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.zd_more_info_content{
    margin-top: 30px;
}

.zd_more_info_content_line{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.zd_more_info_right{
    height: 256px;
    display: flex;
    justify-content: row;
    margin-top: 64px;
    /* align-items: center; */
    gap: 16px;
}

.zd_more_info_right_item{
    display: flex;
    flex-direction: column;
}

.info_right_item_txt{
    width: 108px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.no-select {
    user-select: none; /* 禁用文本选择 */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}