.shiwaiy-jz {
	position: relative;
	left: 34%;
	bottom: 10px;
	color: #0038ff;
}


.shiwaiy-superiority {
	padding: 80px 0 0;
	background: #fff;
}

.shiwaiy-superiority .superiority-content {
	width: 1200px;
	margin: 0 auto;
}

.shiwaiy-superiority .superiority-content h2 {
	font-size: 36px;
	color: #2D3037;
	line-height: 36px;
	text-align: center;
	margin-bottom: 80px;
}

.shiwaiy-superiority .superiority-content .superiority-list {
	display: flex;
	flex-wrap: wrap;
}

.shiwaiy-superiority .superiority-content .superiority-list .superiority-item {
	width: 50%;
	flex-shrink: 0;
	margin-bottom: 88px;
	display: flex;
}

.shiwaiy-superiority .superiority-content .superiority-list .superiority-item .img-icon {
	width: 80px;
	height: 80px;
	margin-right: 40px;
}

.shiwaiy-superiority .superiority-content .superiority-list .superiority-item .item-cont {
	width: 422px;
}

.shiwaiy-superiority .superiority-content .superiority-list .superiority-item .item-cont .item-title {
	font-size: 20px;
	color: #2D3037;
	line-height: 20px;
	margin-bottom: 20px;
}

.shiwaiy-superiority .superiority-content .superiority-list .superiority-item .item-cont .item-subtitle {
	width: 422px;
	font-size: 16px;
	color: #5E6D81;
}

.shiwaiy-superiority .superiority-content .superiority-list .superiority-item:nth-child(even) .img-icon {
	margin-left: auto;
}


.shiwaiy-join-wrap>a {
	display: block;
	width: 100%;
	height: 100%;
}

.shiwaiy-join-wrap .join-content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 35px;
}

.shiwaiy-join-wrap .join-content h2 {
	font-size: 30px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 15px;
	text-align: center;
}

.shiwaiy-join-wrap .join-content p {
	font-size: 26px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-align: center;
}

.shiwaiy-join-wrap .join-content p span {
	color: #FFDC00;
}

.shiwaiy-join-wrap .join-content .join-btn {
	display: block;
	width: 180px;
	height: 38px;
	margin: 0 auto;
	background: #fff;
	border-radius: 23px;
	font-size: 16px;
	color: #0038ff;
	line-height: 38px;
	text-align: center;
}

.shiwaiy-join-wrap .join-content .join-btn:hover {
	background: #0038ff;
	color: #fff;
}


.shiwai-nav {
	position: absolute;
	top: 356px;
	left: 40px;
	width: 140px;
	/* box-shadow: 0px 8px 40px 0px rgba(30, 35, 45, 0.08); */
	visibility: hidden;
	z-index: 100;
}

.shiwai-nav .head {
	width: 100%;
	height: 60px;
	background: url(img/daohang.png) no-repeat center;
}

.shiwai-nav .shiwai-body ul {
	background-color: #FFF;
}

.shiwai-nav .shiwai-body ul li {
	line-height: 40px;
	font-size: 14px;
	color: #2D3037;
	text-align: center;
	cursor: pointer;
}

.shiwai-nav .shiwai-body ul li:nth-child(2n) {
	background: #F6F8F9;
}

.shiwai-nav .shiwai-body ul li:hover,
.shiwai-nav .shiwai-body ul li.active {
	color: #0038ff;
	background: #d4deff;
}

.shiwai-nav .shiwai-body .shiwai-nav-erweima {
	background-color: #FFF;
	text-align: center;
	padding-top: 16px;
    border-radius: 16px;
}

.shiwai-nav .shiwai-body .shiwai-nav-erweima .nav-erweima-img img {
	display: inline-block;
	width: 94px;
	height: 94px;
	vertical-align: top;
}

.shiwai-nav .shiwai-body .shiwai-nav-erweima p {
	line-height: 22px;
	font-size: 12px;
	padding-bottom: 11px;
	margin-top: 6px;
}


