/*join us*/
.big_box{
    background: #fff;
    margin-bottom: 40px;
}
.application_box{padding: 0px 0px 22px;}
.application_box li{
    padding: 22px 30px 22px 22px;
    position:  relative;
    transition: 0.3s all linear;
    box-shadow: 0 0px 10px rgb(0 37 105 / 10%);
    margin-bottom: 20px;
    border-radius: 6px;
}
.application_box li:hover{
	background: #e9f0fd;
}
.application_box li:hover .application_name{
	color:#0077e6;
}
.app_btn{
    width: 98px;
    height: 36px;
    display: inline-block;
    top: 113px;
    left: 781px;
    background: none;
    color: #fff;
    border-radius: 19px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    transition: 0.3s all linear;
    background: #0077e6;
    margin-top: 10px;
}
.app_btn:hover{
	color:#fff;
}
.application_name{
    font-size:  18px;
    color: #111;
    margin-bottom: 8px;
}
.show_application{
    cursor:  pointer;
}
.show_application span{
    color: #333;
    display: inline-block;
    font-size: 14px;
    margin-right: 52px;
    min-width: 142px;
}
.show_application span:nth-of-type(1){
	font-size: 14px;
}
.show_application span:nth-of-type(2){
}
.show_application span:nth-of-type(3){
}
.show_application img{position: relative;bottom: 15px;float: right;}
.hide_application{
    display: none;
}
.bold16{
    font-weight: bold;
    font-size:  16px;
    color: #333;
    margin: 20px 0px 0px;
}
.font14{
    font-size:  14px;
    color:  #5c6170;
    line-height: 26px;
}
.rotate1{
	transform:rotate(0deg);
	transition:all 0.5s linear;
	-moz-transition: all 0.5s linear; /* Firefox 4 */
	-webkit-transition: all 0.5s linear; 
}
.fixed {
	position: fixed;
	top: 0px;
	z-index: 2;
	_position: absolute;
	width: 100%;
	z-index: 999999;
}
.big_bg{
	float: left;
	width: 235px;
	background: #e9f0fd;
	padding: 25px 2px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.ywjb-job-box{
	float: left;
	width: 908px;
	padding-left: 36px;
	min-height: 633px;
}
.active{
	border-left: 2px solid #0067a8!important;
	/* çŽ°ä»£æµè§ˆå™¨ */
	background: linear-gradient(to right, #fff, #e9f0fd);
    /* Internet Explorer 10+ */
	background: -ms-linear-gradient(left, #fff, #e9f0fd);
}
.active a{
	color:#0067a8;
}
#appliaction li{
	border-bottom: 1px solid #dde7f9;
	border-left: 2px solid #e9f0fd;
}
.ywjb-nav-a {
    border-bottom: 3px solid transparent;
    color: #222;
    font-size: 18px;
    line-height: 54px;
    display: block;
}
.ywjb-nav-a i{
	margin-left: 15px;
	font-size: 20px;
	margin-right: 7px;
	color: #0067a8;
}
.contact_code{
    margin-top: 30px;
    text-align: center;
}
.contact_code img{
    display: inline;
    width: 100px;
}
.contact_code p{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.zw_btn{color:#3b86f6;}
.rotate {
    transform: rotate(180deg);
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.join_detail_wechat{
	width: 108px;
	margin-top: 6px;
}