﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #333;
}

* a {
    text-decoration: none;
}

/* 全屏布局 */

.section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


.section-box {
    display: flex;
    flex-direction: column;
    width: 85%;
    margin: 30px auto;
    gap: 30px;
    z-index: 2;
    flex: 1;
	margin-top: 130px;
}

.contactus-top {
    width: 100%;
    margin: 20px 0;
}

.contactus-top img {
    width: 100%;
    height: auto;
    display: block;
}

/* ---------------------------联系我们------------------- */
/*主体左右布局*/
.Contact-main {
    flex: 1;
    width: 100%;
    height: 100%;
    gap: 70px;
    align-items: flex-start;
    display: flex;

}

/* 左侧内容 */
.Contact-left {
    flex: 0 1 clamp(160px, 13%, 240px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.yp-job {
	font-weight: bold;
	font-size: 26px;
	color: #333333;
}
.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 28px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.menu-item div .title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    margin-bottom: 9px;

}

.menu-item div .en {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
}

.Contact-left .menu-item:nth-child(1) .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.Contact-left .menu-item:nth-child(1) {
    border-bottom: 2px solid #275DBF;
}

.Contact-left .menu-item:nth-child(1) .Contact-btn .iconfont {
    color: #275DBF;
}

.Contact-left .menu-item:not(:nth-child(1)) {
    border-bottom: 1px solid #eeeeee;
}

.Contact-left .menu-item:not(:nth-child(1)) .Contact-btn .iconfont {
    color: #999999;
}

.menu-item:hover {
    cursor: pointer;
    border-bottom: 2px solid #275DBF !important;
}

.menu-item:hover .title {
    color: #333 !important;
    font-weight: bold !important;
}


.menu-item:hover .Contact-btn .iconfont {
    color: #275DBF !important;
}



.Contact-btn {
    width: 24px;
    height: 25px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Contact-btn .iconfont {
    font-size: 24px;
}

/*右侧内容*/
.Contact-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.map-box img,
#mapContainer {
    width: 100%;
    display: block;
}

#mapContainer {
    height: 300px;
}

.contact-info-text {
    display: flex;
    flex-direction: row;
    gap: 14px;
}

.contact-info-text p:first-child {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.contact-info-text p:last-child {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}







/* --------------------招贤纳士----------------------- */
/*主体左右布局*/
.Careers-main {
    flex: 1;
    width: 100%;
    height: 100%;
    gap: 70px;
    align-items: flex-start;
    display: flex;

}

/* 左侧内容 */
.Careers-left {
    flex: 0 1 clamp(160px, 13%, 240px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 28px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.menu-item div .title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    margin-bottom: 9px;

}

.menu-item div .en {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
}

.Careers-left .menu-item:nth-child(2) .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.Careers-left .menu-item:nth-child(2) {
    border-bottom: 2px solid #275DBF;
}

.Careers-left .menu-item:nth-child(2) .Careers-btn .iconfont {
    color: #275DBF;
}

.Careers-left .menu-item:not(:nth-child(2)) {
    border-bottom: 1px solid #eeeeee;
}

.Careers-left .menu-item:not(:nth-child(2)) .Careers-btn .iconfont {
    color: #999999;
}

.menu-item:hover {
    cursor: pointer;
}

.menu-item:hover .title {
    color: #333 !important;
    font-weight: bold !important;
}


.menu-item:hover .Careers-btn .iconfont {
    color: #275DBF !important;
}



.Careers-btn {
    width: 24px;
    height: 25px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Careers-btn .iconfont {
    font-size: 24px;
}

/*右侧内容*/
.Careers-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.job-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.job-item {
    position: relative;
    padding: 15px 0;
    border-radius: 10px;
    overflow: hidden;
}

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.job-content {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.job-name {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    flex: 1;
}

.job-num {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    flex: 1;
}

.job-pay {
    margin-left: auto;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #275DBF;
    flex: 1;
}

.job-btn {
    background: #275DBF;
    color: #fff;
    padding: 5px 20px;
    border-radius: 99px;
    text-decoration: none;
    font-size: 20px;
}







/* --------------------客户支持----------------------- */
/*主体左右布局*/
.Support-main {
    flex: 1;
    width: 100%;
    height: 100%;
    gap: 70px;
    align-items: flex-start;
    display: flex;

}

/* 左侧内容 */
.Support-left {
    flex: 0 1 clamp(160px, 13%, 240px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 28px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.menu-item div .title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    margin-bottom: 9px;

}

.menu-item div .en {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
}

.Support-left .menu-item:nth-child(3) .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.Support-left .menu-item:nth-child(3) {
    border-bottom: 2px solid #275DBF;
}

.Support-left .menu-item:nth-child(3) .Support-btn .iconfont {
    color: #275DBF;
}

.Support-left .menu-item:not(:nth-child(3)) {
    border-bottom: 1px solid #eeeeee;
}

.Support-left .menu-item:not(:nth-child(3)) .Support-btn .iconfont {
    color: #999999;
}

.menu-item:hover {
    cursor: pointer;
}

.menu-item:hover .title {
    color: #333 !important;
    font-weight: bold !important;
}


.menu-item:hover .Support-btn .iconfont {
    color: #275DBF !important;
}



.Support-btn {
    width: 24px;
    height: 25px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Support-btn .iconfont {
    font-size: 24px;
}

/*右侧内容*/
.Support-right {
    flex: 1;
}

.support-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.form-row {
    display: flex;
    gap: 20px;
}

.form-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-item.full {
    width: 100%;
}

.form-item.half {
    flex: 1;
}

.form-label {
    width: 80px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.form-label .required {
    color: red;
    margin-right: 4px;
}

.form-input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.item-textarea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.form-textarea {
    flex: 1;
    width: 100%;
    min-height: 300px;
    padding: 12px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #dddddd;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.code-row {
    align-items: center;
}

.submit-btn {
    width: 100%;
    padding: 10px 0;
    background-color: #275DBF;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}





/* --------------------方案解决----------------------- */
/*主体左右布局*/
.Solutions-main {
    flex: 1;
    width: 100%;
    height: 100%;
    gap: 70px;
    align-items: flex-start;
    display: flex;

}

/* 左侧内容 */
.Solutions-left {
    flex: 0 1 clamp(160px, 13%, 240px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 28px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.menu-item div .title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    margin-bottom: 9px;

}

.menu-item div .en {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
}

.Solutions-left .menu-item:nth-child(4) .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.Solutions-left .menu-item:nth-child(4) {
    border-bottom: 2px solid #275DBF;
}

.Solutions-left .menu-item:nth-child(4) .Solutions-btn .iconfont {
    color: #275DBF;
}

.Solutions-left .menu-item:not(:nth-child(4)) {
    border-bottom: 1px solid #eeeeee;
}

.Solutions-left .menu-item:not(:nth-child(4)) .Solutions-btn .iconfont {
    color: #999999;
}

.menu-item:hover {
    cursor: pointer;
}

.menu-item:hover .title {
    color: #333 !important;
    font-weight: bold !important;
}


.menu-item:hover .Solutions-btn .iconfont {
    color: #275DBF !important;
}



.Solutions-btn {
    width: 24px;
    height: 25px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Solutions-btn .iconfont {
    font-size: 24px;
}

/*右侧内容*/
.Support-right {
    flex: 1;
}

.support-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.form-row {
    display: flex;
    gap: 20px;
}

.form-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-item.full {
    width: 100%;
}

.form-item.half {
    flex: 1;
}

.form-label {
    width: 80px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.form-label .required {
    color: red;
    margin-right: 4px;
}

.form-input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.item-textarea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.form-textarea {
    flex: 1;
    width: 100%;
    min-height: 300px;
    padding: 12px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #dddddd;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.code-row {
    align-items: center;
}

.submit-btn {
    width: 100%;
    padding: 10px 0;
    background-color: #275DBF;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}













/* --------------------产品咨询----------------------- */
/*主体左右布局*/
.Inquiry-main {
    flex: 1;
    width: 100%;
    height: 100%;
    gap: 70px;
    align-items: flex-start;
    display: flex;

}

/* 左侧内容 */
.Inquiry-left {
    flex: 0 1 clamp(160px, 13%, 240px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 28px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.menu-item div .title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    margin-bottom: 9px;

}

.menu-item div .en {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
}

.Inquiry-left .menu-item:nth-child(5) .title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.Inquiry-left .menu-item:nth-child(5) {
    border-bottom: 2px solid #275DBF;
}

.Inquiry-left .menu-item:nth-child(5) .Inquiry-btn .iconfont {
    color: #275DBF;
}

.Inquiry-left .menu-item:not(:nth-child(5)) {
    border-bottom: 1px solid #eeeeee;
}

.Inquiry-left .menu-item:not(:nth-child(5)) .Inquiry-btn .iconfont {
    color: #999999;
}

.menu-item:hover {
    cursor: pointer;
}

.menu-item:hover .title {
    color: #333 !important;
    font-weight: bold !important;
}


.menu-item:hover .Inquiry-btn .iconfont {
    color: #275DBF !important;
}



.Inquiry-btn {
    width: 24px;
    height: 25px;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Inquiry-btn .iconfont {
    font-size: 24px;
}

/*右侧内容*/
.Support-right {
    flex: 1;
}

.support-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.form-row {
    display: flex;
    gap: 20px;
}

.form-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-item.full {
    width: 100%;
}

.form-item.half {
    flex: 1;
}

.form-label {
    width: 80px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.form-label .required {
    color: red;
    margin-right: 4px;
}

.form-input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.item-textarea {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.form-textarea {
    flex: 1;
    width: 100%;
    min-height: 300px;
    padding: 12px;
    resize: none;
    border-radius: 5px;
    border: 1px solid #dddddd;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.code-row {
    align-items: center;
}

.submit-btn {
    width: 100%;
    padding: 10px 0;
    background-color: #275DBF;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}







/* 隐藏开关 */
.modal-toggle {
    display: none;
}

/* 默认隐藏弹窗 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}


.modal-toggle:checked+.modal-overlay {
    display: flex;
}

/* 弹窗容器 */
.modal-content {
    width: 85%;
    max-width: 1600px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}

/* 弹窗背景图 */
.modal-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* 关闭按钮 */
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 26px;
    cursor: pointer;
    z-index: 10;
    color: #333;
    background: none;
    border: none;
}

/* top */
.modal-top {
    z-index: 2;
    padding-top: 20px;
    padding-left: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 26px;
    color: #333333;
    margin-bottom: 20px;
}

/* 左侧+右侧 */
.modal-main {
    display: flex;
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
    gap: 30px;
}

/* 左侧 */
.modal-left {
    display: flex;
    flex-direction: column;
    flex: 1;
    box-sizing: border-box;
    z-index: 2;

}

.left-color {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

.job-top {
    display: flex;
    justify-content: space-between;
}

.job-title {
    margin-bottom: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
}

.job-top span {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 30px;
    color: #275DBF;
}


.job-meta {
    display: flex;
    justify-content: space-between;
    color: #666;
    margin-bottom: 15px;
}

.job-request {
    display: flex;
    gap: 20px;
}

.meta-lable {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.meta-value {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.job-line {
    height: 1px;
    background: #F2F2F2;
}

.job-section {
    margin-bottom: 20px;
}

.job-section h3 {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    margin: 15px auto;
}

.job-section p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}

.tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tags span {
    background: #F9F9F9;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    padding: 5px 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

/* 右侧 */
.modal-right {
    flex: 1;
    box-sizing: border-box;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.banner-img {
    /* text-align: left; */
    /* margin-bottom: 20px; */
	transform: translateY(-20px);
}


/* 表单 */
.form-item {
    margin-bottom: 20px;
    padding: 0 10px;
}

.form-item label {
    width: 80px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.apply-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.phone-input {
    position: relative;
    width: 100%;
}

.form-item input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 12px;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}


.get-code-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #333;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #275DBF;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
}

.submit-btn {
    width: 100%;
    background: #275DBF;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    /* margin-top: 10px; */
    /* margin-bottom: 80px; */
	padding: 16px 0;
}

.apply-form2 {
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
	font-size: 16px;
	color: #333333;
	.form-item2 {
		display: flex;
		align-items: center;
		margin-bottom: 60px;
		label {
			font-size: 16px;
			color: #999999;
			margin-right: 50px;
		}
		.btn2 {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 60px;
			height: 30px;
			background: rgba(39,93,191,0.1);
			border-radius: 10px;
			font-size: 16px;
			color: #275DBF;
			border: none;
			margin-left: 40px;
		}
		
	}
	
	img {
		margin-top: 50px;
		width: 540px;
		height: auto;
	}
}

.apply-form4 {
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
	text-align: center;
	font-size: 20px;
	color: #333333;
	.btn4 {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 60px;
		background: #F2F2F2;
		border-radius: 10px;
		font-weight: bold;
		font-size: 16px;
		color: #999999;
		border: none;
		margin-top: 60px;
	}
	
	img {
		margin: 40px auto;
		width: 100px;
		height: auto;
	}
}