.jop-title-bg {
	width: 100%;
	height: 720px;
	min-height: 720px;
	position: relative;
}
.jop-title-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jop-column {
	font-size: 64px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	bottom: 10%;
	left: 10%;
}
.jop-bgs{
	background: url(/img/idea.png) no-repeat top center;
	width: 100%;
	background-size: 100% 564px;
}
.jop-content {
	max-width: 1440px;
	padding: 0 50px;
	margin: 0 auto;
	
}
.jop-idea {
	font-size: 30px;
	color: #000;
	font-weight: bold;
	padding: 50px 0 10px 0;
}
.jop-idea h2{
	font-weight: 800;
	font-size: 30px;
	line-height: 2;
	text-align: center;
}
.jop-require h1{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.jop-idea p {
	font-size: 14px;
	margin: 10px 0;
    font-weight: 500;
}
.commin p{
	font-size: 20px;
    color: #E83B18;
    margin: 0;
}
.jop-good {
	width: 100%;
	display: flex;
	gap: 20px;
}
.jop-point,
.jop-mission {
	flex: 1;
	padding: 40px 50px;
	color: #fff;
	font-size: 14px;
}
.jop-point p,
.jop-mission p {
	font-weight: 800;
	line-height: 1.5;
}

.jop-point {
	background: url(/img/find.png) no-repeat center;
}
.jop-mission {
	background: url(/img/cooperate.png) no-repeat center;
}

.ZCQJ_ICON_search_D,
.ZCQJ_ICON_hire {
	line-height: 1.5;
	font-size: 60px;
	color: #fff;
}

.jop-require {
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 50px 0;
}

.jop-item-title {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 20px 50px;
	background: #fafafa;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.jop-item-title h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
}
.jop-item-content {
	display: flex;
	flex-direction: row;
	gap: 20px;
	padding: 20px 50px;
	background: #f9f9f9;
	font-size: 16px;
	font-weight: 500;
}
.jop-item-content > div {
	flex: 1;
}
.jop-item-content p {
	font-size: 14px;
	line-height: 2;
}
.contact-item span {
	margin-right: 10px;
	font-size: 14px;
}
.ctr {
	margin-top: 20px;
}
.jop-cont span {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	margin: 0 40px;
}

.jop-state {
	display: none;
}

.jop-state .jop-item-content {
	background: #f9f9f9;
}
.jop-item-title:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.ZCQJ_ICON_H_arrow {
	display: inline-block;
	transform: rotate(90deg);
}

.contact-content {
	background: #fff;
	box-shadow: 0 15px 300px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	padding: 50px;
	position: relative;
	top: -50px;
}
.contact-content h2 {
	font-size: 30px;
	font-weight: bold;
	color: #005197;
}
.contact-info {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 100px 0;
}
.contact-info > div {
	flex: 1;
}
.contact-info-item span {
	display: inline-block;
	font-size: 50px;
	line-height: 120px;
	color: #005197;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #f9f9f9;
}
.contact-info-item h3 {
	font-size: 18px;
	line-height: 2;
	margin-top: 20px;
}
.contact-info-item p {
	font-size: 16px;
	font-weight: 900;
}
.contact-subsidiary {
	display: flex;
}
.contact-subsidiary > div {
	flex: 1;
}
.contact-subsidiary-item h2 {
	font-size: 20px;
	font-weight: 900;
	line-height: 2;
}
.contact-subsidiary-item p {
	font-size: 16px;
}
.sub-digit {
	font-family: "Alexandria", Arial, Helvetica, sans-serif;
	font-size: 40px;
	margin-top: 20px;
	color: #005197;
}
.contact_map {
	position: relative;
	/* top: -100px; */
	width: 100%;
	height: 500px;
	background: radial-gradient(closest-side, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 100%), url(/img/map2.jpg) no-repeat center;
	z-index: -1;
	background-size: cover;
	max-width: 1440px;
	margin: 0 auto;
}
.map {
	width: 200px;
	height: 80px;
	font-size: 80px;
	line-height: 80px;
	position: relative;
	background: #fff;
	top: 9%;
	left: 44%;
	text-align: center;
	transform: translate(-50%, -50%);
	font-weight: 900;
	z-index: 9;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1000px) {
	.jop-title-bg {
		height: 400px;
		min-height: 420px;
	}
	.jop-column {
		font-size: 40px;
		bottom: 15%;
	}
	.jop-content {
		padding: 0 20px;
	}
	.contact-content {
		padding: 20px;
	}
	.contact-content h2 {
		font-size: 24px;
	}

	.contact-info {
		flex-wrap: wrap;
        margin: 40px 0;
        overflow: hidden;
	}
	.contact-info .contact-info-item {
		flex: 0 0 calc(50%);
        padding: 20px 0;
	}
	.contact-info-item span {
		width: 80px;
		height: 80px;
		font-size: 40px;
		line-height: 80px;
	}
    .contact-info-item h3{
        font-size: 14px;
    }
    .contact-info-item p{
        font-size: 12px;
        line-height: 1.5;
    }
    .contact-subsidiary{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .contact-subsidiary .contact-subsidiary-item{
        flex: 1;
    }
    .contact-subsidiary-item h2{
        font-size: 14px;
        line-height: 1.5;
    }
    .sub-digit{
        font-size: 20px;
    }
    .contact-subsidiary-item p{
        font-size: 12px;
    }
    .contact_map{  
        height: 300px;
        background-size:170%;
    }
    .jop-idea{
        font-size: 14px;
        padding: 20px ;
    }
    .jop-idea h2{
        font-size: 20px;
        line-height: 2;
        font-weight: 900;
    }
    .jop-idea p{
        margin: 0;
    }
    .jop-good{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .jop-point,.jop-mission{
        flex: 1;
        padding: 20px 20px;
    }
   .jop-point p, .jop-mission p{
        font-size: 14px;
        line-height: 1.5;
    }
    .ZCQJ_ICON_search_D, .ZCQJ_ICON_hire{
        font-size: 40px;
    }
    .jop-item-title{
        flex-wrap: wrap;
        padding: 20px;
    }
    .jop-cont span{
        margin: 0 10px 0 0;
        font-size: 12px;
    }
    .jop-item-content {
        padding: 20px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .jop-item-content > div{
        flex: 1;
    }
    .jop-item-content p{
        font-size: 12px;
    }
    .contact-item span{
        font-size: 12px;
    }
}
