*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	min-height: 100%;
	display: flex;
	flex-direction: column;
	/* font-family: 黑体; */
}

a:hover{
	text-decoration: none;
	/* font-family: 黑体; */
}
ul,ol{
	list-style: none;
}

/* 头部 */
.headert{
	
}
.headert .header_top{
	width: 100%;
	height: 160px;
	background-color: #092c8e;
	padding: 30px 0;
}
.headert .header_top .top_logo{
	display: flex;
}
.headert .header_top .top_logo img{
	width: 430px;
	/*height: auto;*/
	height: 80px;
	padding-right: 10px;
	border-right: 3px solid #fff;
	margin-right: 10px;
}
.headert .header_top .top_text{
	color: #fff;
	margin-top: 6px;
}
.headert .header_top .top_text b{
	font-size: 30px;
	font-family: 黑体;
}
.headert .header_top .top_text span{
	font-size: 18px;
	font-weight: bold;
}
 .top_text p a{
		        /*float: right;*/
		        font-size: 16px;
		        color: #fff;
		        text-align: right;
		        margin-left: 220px;
		    }

/* 移动端导航 */
.navbar{
	background-color: #194a9b;
	border-bottom: #0D3C8C;
	position: absolute;
}

.navbar .top_text{
	color: #fff;
	margin-top: 3px;
}
.header{
    height: 50px;
    background-color: #194a9b!important;
    color: white;
	margin:0 -15px;
}
.header a{
	font-size: 14px;
	color: white;
}
.navi{
    position: relative;
	height: 50px;
	width: 85%;
}
.navi ul{
	display: flex;
	justify-content: space-around;
}
.navi li {
    float: left;
    list-style: none;
}
.navi li>a {
    display: block;
    font-size: 18px;
    color: #fff!important;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}
.navi li.on>a,
.navi li:hover>a {
    color: black!important;
}
.navi li.on,
.navi li:hover {
    background: #fff;
    color: black;
}
.navi ul li{
    float: left;
}
.two-nav {
    padding: 15px;
    position: absolute;
    left: 0px;
    background-color: #fafbfc;
    width: 640px;
    height: 196px;
    margin-top: -1px;
    z-index: 9999;
    display: none
}
.img {
    display: block;
    float: left;
}
.two-nav a {
    margin: 10px 0 0 40px;
    width: 136px;
    list-style: disc;
    height: 36px;
    line-height: 40px;
    float: left;
    color: black!important;
    text-align: left;
}
.two-nav a:hover {
    color: #537ed2!important;
}
/* fullSlide */
.fullSlide{
	width:100%;
	position:relative;
	height:480px;
	background:#fff;
	margin-top: -1px;
}
.fullSlide .bd{
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul{
	width:100% !important;
}
.fullSlide .bd li{
	width:100% !important;
	height: 480px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a{
	display:block;
	height:400px;
}
.fullSlide .hd{
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul{
	text-align:center;
}
.fullSlide .hd ul li{
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:42px;
	height:11px;
	margin:1px;
	overflow:hidden;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullSlide .hd ul .on{
	background:#d1d1d1;
}
.fullSlide .prev,.fullSlide .next{
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:5%;
	z-index:1;;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
	color: #f3f3f3;
	background-color: #191919;
	padding: 10px 5px;
	font-size: 35px;
	font-weight: bolder;
	font-family: 黑体;
}
.fullSlide .next{
	left:auto;
	right:5%;
}

/*.mainpic{*/
/*	width: 100%;*/
/*	height: 280px;*/
	/*height:auto;*/
/*	background: url(../../images/hr/wuji.png) no-repeat ;*/
/*	background-size: 100% 100%;*/
/*}*/
/* 内容 */
/* 工作动态 */
.work{
	height: 450px;
}
.work .work_top{
	display: flex;
	justify-content: space-between;
	line-height: 6rem;
	margin: 20px 0;
	border-bottom: 5px solid #092c8e;
}
.work .work_top .left{
	
}
.work .work_top .left img{
	height: 35px;
	margin-top: -8px;
}
.work .work_top .left b{
	font-size: 24px;
	color: #092c8e;
}
.work .work_top .right a span{
	color: #777;
	font-size: 15px;
	font-weight: bold;
}
.work .work_text li{
	line-height: 2.7rem;
	
}
.work .work_text li a p{
	font-size: 16px;
	color: #000;
	width: 60%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	float: left;
}
.work .work_text li  span{
	float: right;
}
.box{
	margin-top: 5px;
	width: 100%;
	height: 280px;
	/* margin: 20px auto; */
	overflow: hidden;
	position: relative;
}
.box-1 ul li{
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
}
.box-1 ul li img{
	display:block;
	width: 100%;
	height: 280px;
}
.box-1 ul li h2{
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 30px;
	width:100%;
	background: rgba(50, 50, 48, 0.7);
	text-indent: 1em;
	padding-right:40%;
	font-size: 14px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite
}
.box-1 ul li a{
    position: absolute;
	left: 0;
	bottom: 0px;
	height: 30px;
	width:100%;
	background: rgba(50, 50, 48, 0.7);
	text-indent: 1em;
	padding-right:40%;
	font-size: 14px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite
}
.box-2{
	position: absolute;
	right: 10px;
	bottom: 18px;
}
.box-2 ul li{
	float:left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 0 5px; 
	border-radius: 50%;
	background: rgba(0,0,0,0.5);
	text-indent: 100px;
	cursor: pointer;
}
.box-2 ul .on{
	background: rgba(255,255,255,0.6);
}
.box-3 span{
	position: absolute;
	color: #363636;
	font-weight: bolder;
	background: rgba(226, 226, 217, 0.6);
	width: 35px;
	height: 35px;
	border-radius: 50%;
	top:60%; 
	font-family: "黑体";
	line-height: 40px;
	font-size: 20px;
	margin-top: -30px;
	text-align: center;
	cursor: pointer;
}
.box-3 .prev{
	left: 10px;
}
.box-3 .next{
	right: 10px;
}
.box-3 span::selection{
	background: transparent;
}
.box-3 span:hover{
	background: rgba(125,125,120,.8);
}

/* 服务指南 */
.guide{
	height: 320px;
	background-color: #f1f1f1;
	padding: 40px 0;
}
.guide .guide_all{
	
}
.guide .guide_all .guide_left{
	
}
.guide .guide_all .guide_left .top{
	width: 100%;
	height: 70px;
	text-align: center;
	background-color: #092C8E;
}
.guide .guide_all .guide_left .top b{
	font-size: 20px;
	font-family: 黑体;
	line-height: 6.5rem;
	color: #fff;
	font-weight: bold;
}
.guide .guide_all .guide_left .bottom{
	width: 100%;
	height: 150px;
	text-align: center;
	background-color: #fff;
}
.guide .guide_all .guide_left .bottom b{
	color: #092C8E;
	font-size: 30px;
	font-weight: bold;
	line-height: 12rem;
}
.guide .guide_all .guide_right{
	
}
.guide .guide_all .guide_right li{
	background-color: #fff;
	margin-bottom: 20px;
	height: 100px;
	border-right: 16px solid #f1f1f1;
	text-align: center;
	padding: 13px 0;
}
.guide .guide_all .guide_right li img{
	height: 50%;
}
.guide .guide_all .guide_right li a{
	color: #092C8E;
	margin-top: 3px;
	font-weight: bold;
}
/* 最后一部分 */
.forget{
	height: auto;
}
/* 通知公告 */
.forget .noice{
	height: 440px;
}
.forget .noice .noice_top{
	display: flex;
	justify-content: space-between;
	line-height: 6rem;
	margin: 20px 0;
	border-bottom: 5px solid #092c8e;
}

.forget .noice .noice_top .left{
	
}
.forget .noice .noice_top .left img{
	height: 35px;
	margin-top: -8px;
}
.forget .noice .noice_top .left b{
	font-size: 24px;
	color: #092c8e;
}
.forget .noice .noice_top .right a span{
	color: #777;
	font-size: 15px;
	font-weight: bold;
}
.forget .noice .noice_bottom{
	
}
.forget .noice .noice_bottom li{
	line-height: 2.7rem;
	
}
.forget .noice .noice_bottom li p{
	font-size: 16px;
	color: #000;
	width: 60%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	float: left;
}
.forget .noice .noice_bottom li span{
	float: right;
}
/* 人才招聘 */
.forget .advertise{
	height: 440px;
} 
.forget .advertise .advertise_top{
	display: flex;
	justify-content: space-between;
	line-height: 6rem;
	margin: 20px 0;
	border-bottom: 5px solid #092c8e;
}

.forget .advertise .advertise_top .left img{
	height: 35px;
	margin-top: -8px;
}
.forget .advertise .advertise_top .left b{
	font-size: 24px;
	color: #092c8e;
}
.forget .advertise .advertise_top .right a span{
	color: #777;
	font-size: 15px;
	font-weight: bold;
}
.forget .advertise .advertise_bottom{
	
}
.forget .advertise .advertise_bottom li{
	line-height: 2.7rem;
}
.forget .advertise .advertise_bottom li p{
	font-size: 16px;
	color: #000;
	width: 60%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	float: left;
}
.forget .advertise .advertise_bottom li span{
	float: right;
}
/* 底部 */
footer{
	width: 100%;
	height: 200px;
	background-color: #092c8e;
	padding: 10px 0;
	
}
footer .all{
	display: flex;
	justify-content: space-between;
}
footer .left{
	display: flex;
	color: #fff;
}
footer .left img{
	margin-top: 20px;
	width: 130px;
}
footer .left .text{
	font-size: 16px;
	line-height: 3rem;
	margin-top: 20px;
}
footer .right{
	text-align: center;
	color: #fff;
	margin-top: 15px;
}
footer .right img{
	width: 100px;
	margin: 5px 0;
}