/*公共头部*/
.common_header {
    max-width: 1920rem;
	width: 100%;
    height: 703rem;
    background-image: url("../../img/topImg/job.png");
    background-size: 100% 100%;
}

.common_header_nav {
    display: flex;
    justify-content: space-between;
    padding-left: 96rem;
    padding-right: 35rem;
}

.common_header_nav_logo {
    width: 158rem;
    height: 122rem;
    flex-shrink: 0;
}

.common_header_nav_right {
    height: 30rem;
    margin-left: 70rem;
    margin-top: 40rem;
    flex-grow: 1;
    display: flex;

}

.common_header_nav_list {
    width: 1300rem;
    margin-right:0;
    display: flex;
    align-items: center;
    justify-content:center;
}

.common_header_nav_list > a {
    color: #fff;
    font-size: 16rem;
	padding:0 20rem;
}

/* .common_header_nav_other {
    display: flex;
    border-left: 1rem solid rgba(255, 255, 255, .1);
    color: white;
    font-size: 20rem;
    padding-left: 34rem;
}

.common_header_nav_other > div {
    cursor: pointer;
    display: flex;
    align-items: center;
	position: relative;
}

.common_header_nav_other > div:first-child {
    margin-right: 27rem;
}

.common_header_nav_other img {
    width: 21rem;
    height: 21rem;
}

.common_header_title {
    margin-top: 214rem;
    font-size: 48rem;
    line-height: 48rem;
    color: #fff;
    font-weight: bold;
    margin-left: 181rem;
} */
.index-header_right{
	display: flex;
	align-items: center;
    justify-content: center;
    padding-top: 0;
    height: 107rem;
    color: #A8A8A8;
    padding-right:0;
	padding-left: 44rem;
    line-height: 16rem;
    position: relative;
}
.index-header_right > div{
	height: 107rem;
	position: relative;
	padding-top:0;
}
.index-header_right .ico-top{
	width: 60rem;
	text-align: center;
	cursor: pointer;
}
.index-header_right .ico-top img{
	display: block;
	margin: 0 auto;
}
.index-header_right  ul{
	position: absolute;
	width:140rem;
	padding:10rem 0;
	background: #e4e4e4;
	top: 60rem;
	z-index: 9;
	right: -40rem;
	text-align: center;
	font-size: 14rem;
	border-radius: 10rem;
}
.index-header_right  ul li a{
	padding:15rem 30rem;
	display: block;
	width: 100%;
	line-height: 1.5;
	color: #000;
}
.index-header_right  ul li a:hover{
	color: #ff0000;
	background: #fff;
}
.index-header_right  ul li .active{
	color: #ff0000;
	background: #fff;
}
.index-header_right ul{
	display: none;
}
/* 搜索 */
.search-box{
	display:none;
	position: absolute;
    top:50rem;
    right: 15rem;
    width: 280rem;
    height: 45rem;
	z-index: 9;
}
.search-box form{
	display: flex;
	flex-wrap:nowrap;
	border: 1rem solid #c5c5c5;
	overflow: hidden;
}
.search-box input{
	height: 35rem;
	line-height: 35rem;
	width: 180rem;
	padding: 0 15rem;
	border: none;
	outline: 0;
	color: #666;
}
.search-box button{
	height: 35rem;
	width: 70rem;
	background: #5c2eb4;
	border: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 2rem;
	color: #fff;
	padding: 0;
}


/*公用导航栏*/
.common_nav_list {
    max-width: 1920rem;
	width: 100%;
    height: 79rem;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-bottom: 1rem solid #DFDFDF;
}

.common_nav_list > a {
    width: 270rem;
    height: 100%;
    border-right: 1rem solid #DFDFDF;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
    color: #333333;
    font-size: 16rem;
    cursor: pointer;
}

.common_nav_list > a:first-child {
    border-left: 1rem solid #DFDFDF;
}

.common_nav_list > a:last-child {
    border-right: 1rem solid #DFDFDF;
}

.common_nav_list > a:hover {
    color: #fff;
    background-color: #362B87;
}

.common_nav_list .choose_nav {
    color: #fff;
    background-color: #362B87;
}


/*公用内置导航栏*/
.common_option_list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_option_list_item {
    min-width: 186rem;
    height: 51rem;
    background: #362B87;
    border-radius: 26rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16rem;
    color: #fff;
    cursor: pointer;
    padding: 0 10rem;
}

.common_option_list_item + .common_option_list_item {
    margin-left: 22rem;
}

.common_option_list_item:hover {
    background: #AF4ACA;
}

.common_option_list_item_active {
    background: #AF4ACA;
}
/* 搜索 */
/* 搜索 */
.common_header_nav_other .search-box{
	display:none;
	position: absolute;
    top: 65rem;
    right: 35rem;
    width: 280rem;
    height: 45rem;
}
.search-box form{
	display: flex;
	flex-wrap:nowrap;
	border: 1rem solid #c5c5c5;
	overflow: hidden;
}
.search-box input{
	height: 45rem;
	line-height: 45rem;
	width: 180rem;
	padding: 0 15rem;
	border: none;
	outline: 0;
	color: #666;
}
.search-box button{
	height: 45rem;
	/* line-height: 35rem; */
	width: 100rem;
	padding: 0 15rem;
	background: #5c2eb4;
	border: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 2rem;
	color: #fff;
}

.out-msky {
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
    display: none;
}
.out-box {
    margin:16% auto;
    width: 60%;
    background: #020230;
    padding:30px;
    box-sizing: box-sizing;
}
.out-title {
    font-size: 26px;
    font-weight: bold;
    color:#ed9e0e;
    margin-bottom: 20px;
}
.out-word {
    font-size: 18px;
    color:#fff;
    line-height: 30px;
}
.btn-box {
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
     margin-top:30px;
}
.btn-one {
    font-size: 16px;
    padding:10px 40px;
    border:1px solid #fff;
    color:#fff;
    margin-right:30px;
    cursor: pointer;
}
.btn-one a {
    color:#fff;
}
#outlik {
    color:#fff;
    cursor: pointer;
    font-size: 16rem;
}