.part_one {
	padding: 0;
}

.part_one img {
	width: 100%;
}

#nav_scroll {
	position: fixed;
	top: 68px;
}

.part_two h1,
.part_three h1 {
	font-size: 0.46rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.53rem;
}

.zhaopin_box {
	border: 1px solid #d6dfe5;
	background: #f2f9fe;
	padding: 0.6rem;
	position: relative;
}

.zhaopin_box h3 {
	font-size: 0.43rem;
}

.zhaopin_box p {
	line-height: 0.5rem;
}

.yaoqiu {
	font-size: 0.31rem;
	padding: 0.525rem 0 0.35rem 0;
}

.star {
	width: 0.71rem;
	height: 0.93rem;
	position: absolute;
	right: 5%;
	top: 0;
}

.star img {
	width: 100%;
}

.left_img {
	width: 62%;
}

.right_img {
	width: 35%;
}

.left_img img {
	width: 100%;
	max-width: 740px;
	max-height: 540px;
}

.right_img img {
	width: 100%;
	max-width: 440px;
	max-height: 540px;
}

.part_two p {
	font-size: 0.25rem;
	line-height: 0.5rem;
	text-align: center;
}

.bottom_p {
	padding-bottom: 0.6rem;
}

.mat_40 {
	margin-top: 0.625rem;
}

.pad_b_60 {
	padding-bottom: 0.93rem;
}

.img_mar {
	margin-top: 0.82rem;
}
.nav_active {
	background: #038fee;
	color: #ffffff;
}
@media screen and (max-width: 1200px) {
	.img_mar {
		margin-top: 0.5rem;
	}
}

@media screen and (max-width: 768px) {
	#nav_scroll {
		position: fixed;
		top: 0;
	}
	.navbar-default {
		position: absolute;
		top: 0;
		border: none;
		background: #ffffff!important;
		border-bottom: 1px solid #eeeeee!important;
	}
	.part_one{
		margin-top: 100px;
	}
	li.nav_active>a {
    color: #ffffff!important;
}
}
@media screen and (max-width: 500px) {
		.img_mar {
		margin-top: 0.36rem;
	}
	.part_one{
		margin-top: 50px;
	}
}