.Join-us {

	align-items: center;
}

@media screen and (min-width: 1200px) {
    .Join-us-ul {
		width: 45%;
		align-items: center;
		margin: auto;
		padding: 30px 0px 30px 0px;
	}
}



@media screen and (max-width: 1200px) {
    .Join-us-ul {
		width: 85%;
		align-items: center;
		margin: auto;
		padding: 30px 0px 30px 0px;
	}
}


.desc p{
    font-size: 20px;
    color: #041835;
    letter-spacing: 8px;
    margin: 10px auto 0;
}

.Join-us-ul-li {
	color: #000000;
	background: #fcfdfe;
	text-align: left;
	margin-bottom: 10px;
	border-radius: 8px;
	/* padding: 20px 10px; */
	/* box-sizing: border-box; */
	box-shadow: 0 2px 8px 0 rgb(4 24 53 / 24%);
	transition: box-shadow .3s ease-in-out;
}

.Join-us-ul-li:hover {
	box-shadow: 0 12px 36px 0 rgba(4, 24, 53, .16)
}

.Join-us-ul-li p {
	line-height: 30px;
}



.Join-us-ul-li-d1 {
	height: 60px;
	/* align-items: center; */
}
.Join-us-ul-li-img {
	
	margin-left: 1%;
	padding-top: 10px;
	/* display: block; */
	float: left;
}

.Join-us-ul-li-img img {
	line-height: 10px;
	margin-right: 15px;
	height: 40px;
	width: 40px;
}
.Join-us-ul-title {
	margin-left: 10%;
	padding-top: 18px;
	/* width: 30%; */
}
.Join-us-ul-li-icon {
	margin-right: 4%;
	margin-top: -22px;
	display: block;
	float: right;
}

.Join-us-ul-li-icon img {
	width: 20px;
	height: 20px;
}

.Join-us-xz {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* Internet Explorer */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
}

.gwyq {
	margin-top: 10px;
	margin-bottom: 10px;
}


.Join-us-ul-li-d1 {
	align-items: center;
	padding-left: 5%;
}

.Join-us-ul-li-d2 {
	width: 70%;
	margin-left: 15%;
}
/* 联系我们样式 */

.Join-us-lx {
	height: 400px;
	/* background-color: #003A81; */
	width: 90%;
	margin-left: 5%;
	margin-top: 50px;
	margin-bottom: 80px;
}

.Join-us-lx-title {
	padding-top: 50px;
	/* margin-bottom: 20px; */
}

.Join-us-lx-lxfs  {
	width: 40%;
	margin-left: 30%;
	line-height: 30px;

}

.Join-us-lx-lxfs span {
	margin-left: 10%;
	color: #000000;
	text-align: left;
}
.Join-us-lx-log{
	text-align: center;
	/* width: 100%; */
	/* height: 300px; */
	/* background-color: #003A81; */
}
	
.Join-us-lx-log img{
	
	/* background-color: palegoldenrod; */
	width: 40%;
	height: 20%;
	
}

/* --------------------------------- */
/* @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"); */
/* 64ac15 */
*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	font-size: 15px;
	color: #b9b9b9;
}

h4 {
	color: #34ACFF;
}

input,
input[type="radio"]+label,
input[type="checkbox"]+label:before,
select option,
select {
	width: 100%;
	padding: 1em;
	line-height: 1.4;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

input:focus {
	outline: 0;
	border-color: #34ACFF;
	background-color: 0, 82, 217;
}

input:focus+.input-icon i {
	color: #34ACFF;
}

input:focus+.input-icon:after {
	border-right-color: #34ACFF;
}

input[type="radio"] {
	display: none;
}

input[type="radio"]+label,
select {
	display: inline-block;
	width: 50%;
	text-align: center;
	float: left;
	border-radius: 0;
}

input[type="radio"]+label:first-of-type {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

input[type="radio"]+label:last-of-type {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

input[type="radio"]+label i {
	padding-right: 0.4em;
}

input[type="radio"]:checked+label,
input:checked+label:before,
select:focus,
select:active {
	background-color: #34ACFF;
	color: #fff;
	border-color: #34ACFF;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+label {
	position: relative;
	display: block;
	padding-left: 1.6em;
}

input[type="checkbox"]+label:before {
	position: absolute;
	top: 0.2em;
	left: 0;
	display: block;
	width: 1em;
	height: 1em;
	padding: 0;
	content: "";
}

input[type="checkbox"]+label:after {
	position: absolute;
	top: 0.45em;
	left: 0.2em;
	font-size: 0.8em;
	color: #fff;
	opacity: 0;
	font-family: FontAwesome;
	content: "\f00c";
}

input:checked+label:after {
	opacity: 1;
}

.input-group {
	margin-bottom: 1em;
	zoom: 1;
}

.input-group:before,
.input-group:after {
	content: "";
	display: table;
}

.input-group:after {
	clear: both;
}

.input-group-icon {
	position: relative;
}

.input-group-icon input {
	padding-left: 4.4em;
}

.input-group-icon .input-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 3.4em;
	height: 3.4em;
	line-height: 3.4em;
	text-align: center;
	pointer-events: none;
}

.input-group-icon .input-icon:after {
	position: absolute;
	top: 0.6em;
	bottom: 0.6em;
	left: 3.4em;
	display: block;
	border-right: 1px solid #e5e5e5;
	content: "";
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.input-group-icon .input-icon i {
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	-o-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.container {
	max-width: 38em;
	padding: 1em 3em 2em 3em;
	margin: 0em auto;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 4.2px;
	box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}

.row {
	zoom: 1;
	/* margin-bottom: 20px; */
}

.row:before,
.row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.sub {
	width: 100%;
}

.sub-but {
	margin-left: 25%;
	width: 50%;
	height: 40px;
	color: #000000;
	background-color: #34ACFF;
	cursor: pointer;
}

.fa {
	padding-top: 15px;
}

/* ------------ */
