.navbar {
	display: none;
}


/*轮播图*/

.banner-img img {
	min-height: 200px;
}

.i-liitem>a {
	text-align: center;
}

.i-banner {
	position: relative;
}

.banner-button {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}

.banner-button>div {
	display: inline-block;
	height: 50px;
	line-height: 50px;
}

.banner-button>div>span {
	width: 30px;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.51);
}

.i-iconact {
	border: 1px solid #ffffff !important;
}

.i-titles {
	margin-top: 100px;
	width: 100%;
	text-align: center;
}

.i-titles>p {
	font-size: 36px;
	font-weight: 700;
}


/*主体内容1*/

.inner1 {
	width: 60%;
	margin: 0 auto;
}

.media-img {
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.media-img>img {
	height: 350px;
	display: inline-block;
}

.media-text {
	height: 400px;
	align-items: center;
	display: flex;
}

.i-change {
	display: flex !important;
}

.media-text>div {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	font-size: 16px;
	line-height: 40px;
}

.media-text>div>p {
	font-size: 25px;
	font-weight: 600;
}

.media-text>div>div>p {
	font-size: 24px;
	font-weight: 600;
}

.media-text>div>text {
	width: 50%;
	font-size: 16px;
}

.i-inner1item {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #efefef;
}

.i-inner1item>.i-item {
	overflow: hidden;
}

.inner1item-left {
	display: inline-block;
}

.inner1item-right {
	display: inline-block;
}

.i-traitem1 {
	background-color: #f6f6f6;
	overflow: hidden;
	padding: 55px 0;
}

.i-traitem2 {
	background-color: #f6f6f6;
	overflow: hidden;
	padding: 0 0 15px 0;
}

.traitem-text {
	width: 90%;
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	line-height: 35px;
}

.i-business {
	overflow: hidden;
}

.business-item {
	width: 98%;
	margin: 0 1% 15px 1%;
	position: relative;
	background-color: #f6f6f6;
}

.business-name {
	text-align: center;
	width: 100%;
	font-size: 22px;
	font-weight: 500;
}

.business-text {
	text-align: center;
	width: 100%;
	font-size: 15px;
	color: #a0a0a0;
	padding: 10px 40px 25px 40px;
}

.business-img {
	padding: 15px 0 0 0;
	width: 100%;
}

.business-img>img {
	margin: 10px auto 5px;
	width: 60px;
}

.i-test1 {
	background-image: url(../imgs/sprite.png);
	width: 40px;
	height: 40px;
	background-position: -21px -17px;
	position: absolute;
	top: 0;
	right: 0;
}

.i-test2 {
	background-image: url(../imgs/sprite.png);
	width: 40px;
	height: 40px;
	background-position: -96px -17px;
	position: absolute;
	top: 0;
	right: 0;
}

.i-test3 {
	background-image: url(../imgs/sprite.png);
	width: 40px;
	height: 40px;
	background-position: -23px -89px;
	position: absolute;
	top: 0;
	right: 0;
}

.i-test4 {
	background-image: url(../imgs/sprite.png);
	width: 40px;
	height: 40px;
	background-position: -101px -88px;
	position: absolute;
	top: 0;
	right: 0;
}

.recruit {
	overflow: hidden;
}

.recruit-item {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}

.recruit-name {
	width: 100%;
	text-align: center;
	color: #313243;
	font-size: 20px;
	font-weight: 600;
	padding: 12px 0;
}

.recruit-text {
	width: 70%;
	margin: auto;
	text-align: center;
	color: #313243;
	font-size: 14px;
}

.joinus {
	overflow: hidden;
	margin: auto 0;
	text-align: center;
}

.join-btn {
	background: -webkit-linear-gradient(90deg, #5695d8, #6479d2);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(90deg, #5695d8, #6479d2);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(90deg, #5695d8, #6479d2);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(90deg, #5695d8, #6479d2);
	/* 标准的语法（必须放在最后） */
	margin: 60px 0;
	width: 30%;
	height: 60px;
	color: #ffffff;
	font-weight: 500;
	font-size: 28px;
	border: 1px solid transparent;
	border-radius: 10px;
}

.tp {
	padding-bottom: 20px;
}

.rit p {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.rit2 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

p {
	margin: 0 0 30px;
}


/*媒体查询*/

@media screen and (max-width: 768px) {
	.i-titles>p {
		font-size: 18px;
	}
	.i-titles {
		margin-top: 30px;
	}
	.join-btn {
		width: 60%;
		font-size: 24px;
		height: 45px;
	}
	.media-img {
		margin: 15px 0 0 0;
		height: 100px;
	}
	.media-img>img {
		height: 100px;
		display: inline-block;
	}
	.media-text {
		height: inherit;
		overflow: hidden;
		align-items: center;
		display: flex;
		padding: 0;
	}
	.media-text>div {
		display: inline-block;
		overflow: hidden;
		width: 100%;
		text-align: center;
		margin: 10px 0 10px 0;
	}
	.media-text>div>p {
		font-size: 16px;
	}
	.media-text>div>text {
		width: 100%;
		color: #615f5f;
		font-size: 15px;
	}
	i-traitem1>div {
		margin: 0 0 10px 0 !important;
	}
	.i-traitem1 {
		padding: 10px 0 !important;
	}
	.i-item {
		width: 80% !important;
	}
	.i-trait {
		display: none;
	}
	.i-test1,
	.i-test2,
	.i-test3,
	.i-test4 {
		display: none;
	}
	.traitem {
		margin-bottom: 10px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.traitem-text {
		margin: 0 auto;
		width: 80% !important;
		font-size: 18px !important;
	}
	.business-img>img {
		height: 50px;
	}
	.business-name {
		font-size: 18px !important;
		margin: 8px 0 0 0;
	}
	.business-text {
		width: 90% !important;
		margin: 0 auto;
		font-size: 12px !important;
	}
	.recruit-text {
		display: none;
	}
	.recruit-name {
		font-size: 14px;
	}
}

@media screen and (max-width: 1200px)and (min-width:768px) {
	.banner-img img {
		min-height: 500px;
	}
	.i-titles>p {
		font-size: 30px;
	}
	.i-titles {
		margin-top: 80px;
	}
	.join-btn {
		width: 60%;
		font-size: 24px;
	}
	.media-img {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 300px;
	}
	.media-img>img {
		height: 250px;
	}
	.i-change {
		display: flex !important;
	}
	.media-text {
		height: 300px;
		align-items: center;
		display: flex;
		padding: 0;
	}
	.media-text>div {
		display: inline-block;
		overflow: hidden;
		width: 100%;
	}
	.media-text>div>p {
		font-size: 24px;
	}
	.i-traitem1 {
		padding: 30px 0;
	}
	.i-traitem1>.i-item {
		width: 95%;
	}
	.traitem-text {
		font-size: 16px;
	}
	.i-business>.i-item {
		width: 90%;
	}
	.business-img>img {
		height: 60px;
	}
	.business-name {
		font-size: 20px;
	}
	.business-text {
		width: 90%;
		margin: 0 auto;
	}
	.business-item {
		margin: 0 1% 10px 1%;
	}
}

@media screen and (min-width: 1200px) {}