.ohrPage.Join.Join1 .j1-card .container {
	max-width: 1600px;
	width: 92%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 1200px) {
	.ohrPage.Join.Join1 .j1-card .container {
		padding: 0 10px;
	}
}

.s16 {
	font-size: calc(12px + 4 * 100vw / 1920);
}

.s20 {
	font-size: calc(12px + 8 * 100vw / 1920);
}

.s22 {
	font-size: calc(12px + 10 * 100vw / 1920);
}

.s30 {
	font-size: calc(12px + 18 * 100vw / 1920);
}

.s40 {
	font-size: calc(12px + 28 * 100vw / 1920);
}

.ohrPage.Join.Join1 .j1-card {
	width: 100%;
	padding: 60px 0 30px;
	background-color: #fff;
}

.ohrPage.Join.Join1 .j1-card1 {
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 64px;
}

.ohrPage.Join.Join1 .j1-card1 .card1-img {
	width: 42%;
}

.ohrPage.Join.Join1 .j1-card1 .card1-img .img {
	width: 100%;
	height: 100%;
}

.ohrPage.Join.Join1 .j1-card1 .card1-img .img img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}


.ohrPage.Join.Join1 .j1-card1 .card1-text {
	width: 58%;
	padding: 48px 72px;
	background-color: #f8f8f8;
}

.ohrPage.Join.Join1 .j1-card1 .card1-title {
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ohrPage.Join.Join1 .j1-card1 .card1-title .title {
	width: auto;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.ohrPage.Join.Join1 .j1-card1 .card1-title .title .ch {
	color: #004ea2;
	line-height: 1.2;
	margin-right: 18px;
}

.ohrPage.Join.Join1 .j1-card1 .card1-title .title .en {
	color: #bbb;
	text-transform: uppercase;
	line-height: 1.2;
}

.ohrPage.Join.Join1 .j1-card1 .card1-title .icon {
	width: auto;
	margin-right: 20px;
}

.ohrPage.Join.Join1 .j1-card1 .card1-title .icon .icon-row {
	width: auto;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.ohrPage.Join.Join1 .j1-card1 .card1-title .icon .icon-row:before {
	content: "";
	width: 5px;
	min-width: 5px;
	height: 5px;
	min-height: 5px;
}

.ohrPage.Join.Join1 .j1-card1 .card1-title .icon .icon-row:after {
	content: "";
	width: 15px;
	min-width: 15px;
	height: 5px;
	min-height: 5px;
}

.ohrPage.Join.Join1 .j1-card1 .card1-title .icon .icon-row:first-of-type:before {
	background-color: #004ea2;
}

.ohrPage.Join.Join1 .j1-card1 .card1-title .icon .icon-row:first-of-type:after {
	background-color: #fff;
}

.ohrPage.Join.Join1 .j1-card1 .card1-title .icon .icon-row:last-of-type:before {
	background-color: #fff;
}

.ohrPage.Join.Join1 .j1-card1 .card1-title .icon .icon-row:last-of-type:after {
	background-color: #004ea2;
}

.ohrPage.Join.Join1 .j1-card1 .card1-line {
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 32px 0 42px;
}

.ohrPage.Join.Join1 .j1-card1 .card1-line:before {
	content: "";
	display: block;
	width: 5.2%;
	background-color: #004ea2;
	height: 3px;
}

.ohrPage.Join.Join1 .j1-card1 .card1-line:after {
	content: "";
	display: block;
	width: 94.8%;
	background-color: #004ea2;
	opacity: 0.2;
	height: 1px;
}

.ohrPage.Join.Join1 .j1-card1 .card1-guide {
	width: 100%;
}

.ohrPage.Join.Join1 .j1-card1 .card1-guide p {
	color: #666;
	line-height: 2;
}

@media (max-width: 900px) {
	.ohrPage.Join.Join1 .j1-card1 {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ohrPage.Join.Join1 .j1-card1 .card1-img {
		width: 100%;
	}

	.ohrPage.Join.Join1 .j1-card1 .card1-img .img {
		/* padding-top: -webkit-calc(300 / 595 * 100%);
		padding-top: -moz-calc(300 / 595 * 100%);
		padding-top: calc(300 / 595 * 100%); */
	}

	.ohrPage.Join.Join1 .j1-card1 .card1-text {
		width: 100%;
		padding: 20px;
	}
}

.ohrPage.Join.Join1 .j1-card2 {
	width: 100%;
	overflow: hidden;
}

.ohrPage.Join.Join1 .j1-card2 .card2-TS {
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	margin-bottom: 65px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-title {
	width: auto;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.ohrPage.Join.Join1 .j1-card2 .card2-title .title.ch {
	line-height: 1.2;
	color: #333;
	margin-right: 18px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-title .title.en {
	line-height: 1.2;
	color: #bbb;
}

.ohrPage.Join.Join1 .j1-card2 .card2-search {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	height: 50px;
	min-height: 40px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-search .work {
	width: 320px;
	height: 100%;
	border: solid 1px #dcdcdc;
	margin-right: 20px;
	overflow: hidden;
}

.ohrPage.Join.Join1 .j1-card2 .card2-search .work .select-diy:after {
	border-top-color: #888;
}

.ohrPage.Join.Join1 .j1-card2 .card2-search .work .select-diy .cur {
	color: #888;
}

.ohrPage.Join.Join1 .j1-card2 .card2-search .key {
	width: 320px;
	height: 100%;
	border: solid 1px #dcdcdc;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.ohrPage.Join.Join1 .j1-card2 .card2-search .key .input {
	width: 75%;
	height: 100%;
}

.ohrPage.Join.Join1 .j1-card2 .card2-search .key .input input {
	border: none;
	height: 100%;
	width: 100%;
	padding: 0 20px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-search .key .button {
	width: 25%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 20px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-search .key .button .icon {
	cursor: pointer;
	width: 18px;
	min-width: 12px;
	height: 18px;
	min-height: 12px;
	background: url(../images/search3.png) center/cover no-repeat;
}

.ohrPage.Join.Join1 .j1-card2 .card2-list-head {
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #004ea2;
	background-color: #004ea2;
	margin-bottom: 10px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-list-head>div {
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

.ohrPage.Join.Join1 .j1-card2 .card2-list-head .name {
	width: 20%;
	text-align: left;
}

.ohrPage.Join.Join1 .j1-card2 .card2-list-head .area {
	width: 20%;
}

.ohrPage.Join.Join1 .j1-card2 .card2-list-head .people {
	width: 20%;
}

.ohrPage.Join.Join1 .j1-card2 .card2-list-head .date {
	width: 24%;
}

.ohrPage.Join.Join1 .j1-card2 .card2-list-head .detail {
	width: 16%;
}

.ohrPage.Join.Join1 .j1-card2 .card2-list {
	width: 100%;
	margin-bottom: 50px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item {
	width: 100%;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-header {
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
	background-color: #fff;
	text-align: center;
	border-top: 1px solid transparent;
	border-bottom: 1px solid rgba(0, 78, 162, 0.8);
	background-color: rgba(0, 78, 162, 0.8);
	margin-bottom: 10px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-name {
	width: 20%;
	text-align: left;
	color: #fff;
	line-height: 1.2;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-area {
	width: 20%;
	color: #fff;
	line-height: 1.2;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-people {
	width: 20%;
	color: #fff;
	line-height: 1.2;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-date {
	width: 24%;
	color: #fff;
	line-height: 1.2;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-detail {
	width: 16%;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-detail .button {
	display: inline-block;
	padding: 12px 32px;
	border: solid 1px #dcdcdc;
	color: #fff;
	line-height: 1.2;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	white-space: nowrap;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-detail .button:hover {
	color: #fff;
	background-color: #004ea2;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-main {
	width: 100%;
	padding: 35px 20px;
	background-color: #f6f7f9;
	display: none;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-info {
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-info span {
	color: #555;
	line-height: 2;
	margin-right: 40px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-info span:last-of-type {
	margin-right: 0;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-guide {
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-guide .guide {
	width: 100%;
	margin-right: 2%;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-guide .guide:nth-of-type(2n) {
	margin-right: 0;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-guide .guide-title {
	width: 100%;
	color: #004ea2;
	line-height: 1.2;
	margin-bottom: 24px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-guide .guide-content {
	width: 100%;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-guide .guide-content p {
	color: #555;
	line-height: 2;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-send {
	width: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-send .email {
	width: auto;
	background-color: #004ea2;
	padding: 8px 16px;
	padding-left: 24px;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-send .email .text {
	color: #fff;
	width: auto;
	line-height: 1.2;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item .item-send .email .icon {
	width: 30px;
	height: 30px;
	min-width: 20px;
	min-height: 20px;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item-drop .item-detail {
	width: 16%;
}

.ohrPage.Join.Join1 .j1-card2 .card2-item-drop .item-detail .button {
	color: #fff;
	background-color: #004ea2;
}

.ohrPage.Join.Join1 .j1-card2 .card2-pages {
	width: 100%;
}

@media (max-width: 600px) {
	.ohrPage.Join.Join1 .j1-card2 .card2-list-head .name {
		width: 38%;
	}

	.ohrPage.Join.Join1 .j1-card2 .card2-list-head .area {
		display: none;
	}

	.ohrPage.Join.Join1 .j1-card2 .card2-list-head .people {
		display: none;
	}

	.ohrPage.Join.Join1 .j1-card2 .card2-list-head .date {
		width: 32%;
	}

	.ohrPage.Join.Join1 .j1-card2 .card2-list-head .detail {
		width: 30%;
	}

	.ohrPage.Join.Join1 .j1-card2 .card2-item .item-name {
		width: 38%;
	}

	.ohrPage.Join.Join1 .j1-card2 .card2-item .item-area {
		display: none;
	}

	.ohrPage.Join.Join1 .j1-card2 .card2-item .item-people {
		display: none;
	}

	.ohrPage.Join.Join1 .j1-card2 .card2-item .item-date {
		width: 32%;
	}

	.ohrPage.Join.Join1 .j1-card2 .card2-item .item-detail {
		width: 30%;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (max-width: 450px) {
	.ohrPage.Join.Join1 .j1-card2 .card2-item .item-guide .guide {
		width: 100%;
		margin-bottom: 10px;
	}

	.ohrPage.Join.Join1 .j1-card2 .card2-item .item-header {
		width: auto;

	}

	.ohrPage.Join.Join1 .j1-card2 .card2-item .item-detail .button {
		padding: 12px;
	}

	.ohrPage.Join.Join1 .j1-card2 .card2-item .item-main {
		width: auto;
	}
}