.header_ny{
	position: inherit!important;
}
.map{
	position: relative;
	height: 480px;
}
.contact_text{
	width: 41%;
	height: 100%;
	background-color: #255DA9;
	position: absolute;
	top:0;
	right: 0;
}
.map_pic{
	height: 100%;
	width: 100%;
	background-color: #000;
}

.contact_text>h3{
	color: #fff;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin: 30px auto 0;
	width: 90%;
	font-size: 20px;
	text-indent: 20px;
}
.con_line{
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin: 0!important;
	color: #fff;
	width: 90%;
	margin: 0 auto!important;
}
.con_left{
	text-align: end;
}
.con_left>span{
	display: block;
	margin-top: 25px;
}
.con_right>span{
	display: block;
	padding-top: 10px;
}
.con_site{
	color: #fff;
	text-align: center;
	line-height: 8;
}
.notice_box{
}
.notice_list{
	display: block;
	margin: 0 auto;
	height: 130px;
	display: flex;
	justify-content: flex-start;
	margin-left: 13%;
}
.notice_left{
	background-color: #1477FB;
	height: 100%;
	width: 21%;
}
.notice_left>span{
	display: block;
	text-align: center;
	color: #fff;
}
.notice_left>span:first-of-type{
	font-size: 42px;
}
.notice_left>span:nth-of-type(2){
	font-size: 12px;
	margin-bottom: 10px;
}
.notice_left>span:nth-of-type(3){
	font-size: 15px;
}
.notice_right{
	height: 100%;
	width: 75%;
	margin-left: 12px;
	padding: 30px 20px 20px;
	overflow: hidden;
	background:rgba(255,255,255,1);
box-shadow:1px 1px 10px rgba(10,13,36,0.1);
}
.notice_right span{
	display: block;
	color: #262626;
}
.notice_right span:first-of-type{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 50px;
	line-height: 26px;
}
.notice_right span:last-of-type{
	float: right;
	font-size: 26px;
}
.notice_right span:last-of-type:hover{
	cursor: pointer;
}
.notice_right:hover{
	transition: all 0.5s;
	transform: scale(1.1);
}

.recruit_nav{
	height: 65px;
	line-height: 65px;
	background-color: #1477FB;
}
.recruit_nav>div:first-of-type{
	display: flex;
	justify-content: space-between;
}
.recruit_nav>div>span{
	color: #fff;
}
.recruit_list>div:first-of-type{
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #b5b5b5;
}
.recruit_list>div>span{
	display: block;
}
.recruit_info{
}

.rec_info_line{
	margin: 0 auto!important;
	width: 77%;
	background-color: #f5f5f5;
	border-bottom: 1px solid #B5B5B5;
}
.rec_info_left p{
	text-align: center;
}
.rec_info_left P:last-of-type{
	display: flex;
	justify-content: flex-start;
}
.rec_info_left P:last-of-type span{
	margin-left: 139px;
}
.rec_info_right{
	padding-left: 0!important;
}
.rec_info_right p{
	display: flex;
	justify-content: flex-start;
}
.rec_info_right p span:first-of-type{
	margin-right: 225px;
}
.rec_info_text{
	margin: 0 auto!important;
	width: 77%;
	background-color: #f5f5f5;
	padding: 30px 10%;
}
.rec_info_text h3{
	margin: 0 0 15px;
	font-size: 18px;
}
.rec_info_text span{
	display: block;
	line-height: 2;
}
.det_btn:hover{
	cursor: pointer;
	color: #2579EE;
}
.project_list{
	max-width: 90%;
	background-color: #fff;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 10px;
}
.content .project_list{
	margin: 50px auto 0px !important;
}
.pro_box{
	width: 25%;
	padding-top: 15px;
}
.pro_box>a{
	display: block;
	width: 100%;
}
.pro_top{
	width: 100%;
	height: 160px;
}
.pro_top img{
	height: 100%;
	width: 100%;
}
.pro_bottom{
	height: 110px;
	padding: 20px 0px 10px 15px;
}
.pro_bottom span{
	display: block;
}
.pro_bottom span:first-of-type{
	font-size: 14px;
	color: #969696;
	overflow: hidden;
}
.pro_bottom>a>p{
	color: #484848;
	overflow: hidden;
	font-size: 16px;
    line-height: 24px;
}

.hides{
	display: none!important;
}
.jia_btn{
	float: right;
	font-size: 34px!important;
	color: #fff;
}
.pro_box:hover .jia_btn{
	display: block!important;
}
.pro_box:hover{
	background-color: #1477FB;
	transition: all 0.7s;
}
.pro_box:hover .pro_bottom span{
	color: #fff;
}
.pro_box:hover .pro_bottom p{
	color: #fff;
}