.joinInbody {
	width: 100%;
	min-width: 1226px;
	background: #F8F8F8;
	display: flex;
	justify-content: center
}

.joinIn {
	width: 1226px;
	background: #F8F8F8;
}

.process,
.shootingReal,
.supportJoin,
.explosive {
	margin-top: 73px;
}

.title {
	display: flex;
	justify-content: center;
}

.titleChinese {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

.explosive .subtitle {
	width: 220px;
	height: 126px;
}

.explosive .typeProject .but {
	margin-top: 43px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.explosive .explain {
	display: flex;
	justify-content: space-between;
}

.explosive .card {
	width: 194px;
	height: 88px;
	background: #FFE100;
	padding: 27px 0px 0px 15px;
	/* -webkit-box-shadow: 3px 3px #5500ff;
		-moz-box-shadow: 3px 3px #ff0000;
		box-shadow: 10px 10px #000000; */
}

.explosive .card2 {
	margin-left: 10px;
	width: 194px;
	height: 88px;
	background: #000000;
	padding: 27px 0px 0px 15px;
	/* -webkit-box-shadow: 3px 3px #5500ff;
		-moz-box-shadow: 3px 3px #ff0000;
		box-shadow: 10px 10px #000000; */
}

.explosive .cardName1 {
	font-size: 30px;
	font-weight: bold;
	color: #161010;
}

.explosive .cardName2 {
	font-size: 24px;
	font-weight: bold;
	color: #161010;
}

.explosive .cardBox {
	margin-top: -105px;
	margin-left: 10px;
	width: 209px;
	height: 115px;
	border: 1px solid #FFE100;
}

.explosive .cardBox2 {
	margin-top: -105px;
	width: 209px;
	height: 115px;
	border: 1px solid #000000;
}

.explosive .details {
	/* margin-left: 27px; */
	width: 979px;
}

.explosive .details p {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.explosive .details div {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 30px
}

.explosive .picture {
	margin-top: 26px;
	display: flex;
	justify-content: space-between;
}

.explosive .pictureDetails {
	width: 660px;
	height: 495px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.explosive .pictureClick{
	margin-top: 26px;
	display: flex;
	justify-content: space-between;
}
.explosive .hidediv{
	display:none;
}
.explosive button {
	width: 200px;
	height: 40px;
	background: #F8F8F8;
	border: 1px solid #333333;
}

.JtoJ {
	width: 1224px;
	height: 297px;
	padding: 46px 0px 37px;
	margin-top: 75px;
	background-image: url(../../image/joinIn/JoinInBg.png);
	border: 1px solid #E9E9E9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between
}

.JtoJ .text1 {
	font-size: 24px;
	font-weight: bold;
	color: #FFE100;
}

.JtoJ .text2 {
	color: #ffffff;
}

.JtoJ .input {
	width: 350px;
	height: 40px;
	background: #F8F8F8;
	border: 1px solid #333333;
	line-height: 40px;
	padding: 0 15px;
	opacity: 0.8;
}

.JtoJ input {
	height: 30px;
	/* width: 70%; */
	BACKGROUND-COLOR: transparent;
	border: none;
	outline: none;
}
.JtoJ .consulting{
	width: 350px;
	height: 40px;
	background: #F8F8F8;
	border: 1px solid #333333;
	line-height: 40px;
	padding: 0 15px;
	opacity: 0.8;
	display: flex;
	justify-content: space-between;
}
.JtoJ button {
	width: 380px;
	height: 40px;
	background: #FFE100;
	border: 1px solid #FFE100;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.supportJoin .supportService {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.supportJoin .supportArr {
	margin-top: 20px;
	width: 395px;
	height: 160px;
	background: #FFFFFF;
	border: 2px solid #2660AC;
	border-radius: 10px;
	display: flex;
}

.supportJoin .supportName {
	width: 110px;
	height: 160px;
	background: #2660AC;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.supportJoin .supportName2 {
	width: 110px;
	height: 160px;
	background: #2095B0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.supportJoin .supportNameCode {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

.supportJoin .supportNameName {
	font-size: 24px;
	font-weight: bold;
	color: #FFE100;
}

.supportJoin .supportContent {
	padding: 20px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.supportJoin .supportContent .ser {
	display: flex;
	align-items: center;
}

.supportJoin .supportContent .dot {
	margin-right: 6px;
	width: 10px;
	height: 10px;
	background: #2660AC;
	border-radius: 50%;
}

.supportJoin .supportContent .dot2 {
	margin-right: 6px;
	width: 10px;
	height: 10px;
	background: #2095B0;
	border-radius: 50%;
}
