/*重置*/
@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],input[type="reset"],input[type="button"],input {
	-webkit-appearance:none;
	resize:none;
	outline:none;
}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/* 设置HTML5元素为块 */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
/* 图片自适应 */
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
	border:0;
	/* ie8 */
	-ms-interpolation-mode:bicubic;
	/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;
	padding:0;
	border:none;
}
body {
	font:normal 14px/1 "Microsoft Yahei",Tahoma,"Lucida Grande",Verdana,STXihei,hei;
	color: #333;
}
em,i {
	font-style:normal;
}
strong {
	font-weight:normal;
}
.clearfix:after {
	content:"";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
.clearfix {
	zoom:1;
}
a {
	text-decoration:none;
	color:#333;
	transition:all .3s ease;
}
a:hover {
	color:#3377e6;
	text-decoration:none;
}
ul,ol {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
img {
	border:none;
	max-width:100%;
}
.container{
	min-height:100%;
	margin:0 10px;
}
.m-show{
	/* 手机显示，电脑不显示 */
}
.pc-show{
	/* 电脑显示，手机不显示 */
	display: none;
}
/* 最大屏幕显示 */
.max-show{
	display: none;
}
.flex{
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flex;
	display:flex;
}
.flex-1 {
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
}

.flex-v {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-space {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-around {
　　-webkit-box-pack: center;
　　-webkit-justify-content: space-around;
　　-ms-flex-pack: center;
　　justify-content: space-around;
}

/*头部*/
header{
	position: absolute; 
	left:0;
	right:0;
	top:0;
	z-index:5;
}
.header{
	width:100%;
	height:50px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.header .logo{
	display:block;
	height:30px;	
	cursor:pointer;
	margin-right: 25px;
	position: relative; 
	z-index:10;
}
.header .logo img{
	height:100%;
}
.mfixed{
	overflow:hidden;	
}
.header .btn-menu{
	width:20px;
	height:15px;	
	position: relative;	
	margin-left: 20px;
	cursor:pointer;
}
.header .btn-menu i{
	display: block;
	width:20px;
	height:2px;
	background-color: #fff;
	position: absolute;
	left:0;
}
.mfixed .header .btn-menu i{
	background-color: #333;
}
.header .btn-menu.on{
	z-index:10;
}
.header .btn-menu i:first-child{
	top:0;
}
.header .btn-menu.on i:first-child{
	width:20px;
	top:0;
	left:7px;
	transform: rotate(45deg);
	transform-origin:left top;
}
.header .btn-menu i:last-child{	
	bottom:0;
}
.header .btn-menu.on i:last-child{
	width:20px;
	right:0;
	top:0;
	transform: rotate(-45deg);
	transform-origin:right top;
}
.header .btn-menu i:nth-child(2){
	top:50%;
	margin-top: -1px;
}
.header .btn-menu.on i:nth-child(2){
	display: none;
}
.header .nav{
	display: block;
	width:100%;
	height:100%;
	position: fixed; 
	left:100%;
	top:0;
	z-index:9;
	background-color: #fff;
	padding-top: 50px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header .nav.open{
	left:0;
}
.header .nav-item{
	display: block;
	font-size: 16px;
	margin:0 10px;
	line-height:60px;
	border-bottom:1px solid #eee;
	text-transform:uppercase;
	white-space:nowrap;
	transition:all .3s;
}
.header .nav-item.active,
.header .nav-item:hover{
	font-weight:bold;
}


.fz12-14{
	font-size: 12px;
}
.fz14-18{
	font-size: 14px;
}
.fz14-16{
	font-size: 14px;
}
.fz16-18{
	font-size: 16px;
}
.fz16-20{
	font-size: 16px;
}
.fz18-24{
	font-size: 18px;
}
.fz20-28{
	font-size: 20px;
}
.fz20-30{
	font-size: 20px;
}
.fz22-34{
	font-size: 32px;
}
.fz24-36{
	font-size: 24px;
}
.fz30-44{
	font-size: 30px;
}		
.fz32-48{
	font-size: 32px;
}	
.fz38-58{
	font-size: 38px;
}
.fz42-64{
	font-size: 42px;
}

/* 底部 */
footer{
	background: #3a3a3a url(../imgs/bg_footer.jpg) no-repeat center top;
	-webkit-background-size: auto 100%;
	background-size:  auto 100%;
}
footer .hd{
	color:#c3c3c3;
	padding:35px 25px 25px;
	border-bottom:1px solid #595959;
}
footer .hd .item{
	align-items:flex-start;
	margin-top:20px;
}
footer .hd .item dl{
	margin-left:15px;
}
footer .hd .item dt{
	line-height:22px;
	margin-bottom: 15px;
}
footer .hd .item{
	line-height:1.2;
}
footer .bd{
	color:#787878;
	padding:15px 0;
	line-height:1.4;
}

/* 首页 */
.banner .swiper-slide{
	height:250px;
}
.banner .swiper-slide a{
	display:block;
	width:100%;
	height:100%;
	background: no-repeat center center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.swiper-button-next, .swiper-button-prev{
	display:none;
}

/* 首页 */
.home-main-title{}
.home-main-title .item{
	width:50%;
	height:150px;
	float:left;
	padding:23px 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.home-main-title .item dt{
	line-height:24px;
	font-weight:bold;
}
.home-main-title .item dd{
	margin-top:10px
}
.home-main-title .item:first-child{
	width:100%;
	color:#fff;
	font-weight:bold;	
}
.home-main-title .item:first-child:before{
	content:"";
	display:block;
	width:73%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: linear-gradient(135deg,#6dd8bc,#607cda);
}
.home-main-title .item:first-child dt{
	line-height:1;
	margin-bottom: 15px;
}
.home-main-title .item:nth-child(2){
	background-color: #fffc00;
}
.home-main-title .item:nth-child(3){
	background-color: #ffde00;
}
.home-main-title .item .more-box{
	width:28%;
	height:100%;
	background-color:#607cda;
	position: absolute;
	top:0;
	right:0;
	z-index:1;
}
.home-main-title .item .more-box .more{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#fff;
	/* font-weight:bold; */
	border:1px solid #fff;
	cursor:pointer;
	position:absolute;
	right:20px;
	bottom:15px;
}
.home-main-title .item .more-box .more:before{
	content:"→";
}
.home{
	background: url(../imgs/bg_index1.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding:30px 0 20px;
	overflow:hidden;
}
.home .hd{
	text-align:center;
	padding-bottom: 30px;
}
.home .hd dt{
	font-weight:bold;	
	padding-top:20px;
	margin-bottom:18px;
}
.home .hd dd{
	color:#666666;
}
.home .bd{
	position: relative;
	margin-top:-10px;
}
.officerSwiper{
	z-index:1;
}
.officerSwiper .swiper-slide{
	padding:10px 0;
}
.officerSwiper .item{
	background-color: #fff;
	padding:15px 10px 5px;
}
.officerSwiper .item .y{
	color:#ff7200;
}
.officerSwiper .item .box{
	padding:0 10px;
}
.officerSwiper .item .line{
	height:1px;
	background-color: #e5e5e5;
}
.officerSwiper .item .p{
	margin:10px 0;
	line-height:24px;
}
.officerSwiper .item .h2{
	margin-top:15px;
	padding-bottom: 10px;
}
.officerSwiper .item:hover{
	box-shadow:0 0 10px 5px #eee;
}
.home .more{
	display:block;
	width:140px;
	line-height:40px;
	margin:20px auto 0;
	color:#ff7200;
	text-align:center;
	font-weight:bold;
	border:1px solid #ff7200;
}
.home-bonus{
	color:#fff;
	text-align:center;
	padding-top: 50px; 
	padding-bottom: 60px;
	background: url(../imgs/bg_index2.jpg) no-repeat center center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.home-bonus dt{
	font-weight:bold;
	margin-bottom:30px;
}
.home-bonus dd{
	line-height:32px;
}

/* 内页 banner */
.common-banner{
	height:250px;
	background: no-repeat center top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.page-box{
	background-color: #f8f8f8;
}
.page-box .title{
	font-weight:bold;
	text-align: center;
	padding:30px 0;
}
.page-box .bd{}
.page-box .bd .list{
	background-color: #fff;
	padding:20px;
	margin-top:17px;
	box-shadow:0 0 10px #eee;
}
.page-box .bd .list:first-child{
	margin-top:0;
}
.page-box .bd .list dt{
	font-weight:bold;
	padding-bottom:10px;
}
.page-box .bd .list dd{
	line-height:24px;
}
.page-box .bd .list .apply{
	height:24px;
	line-height:24px;
	margin-top: 10px;
}
.page-box .bd .list .apply img{
	height:100%;
	margin-right: 10px;
}

.pagination{
	display:flex;
	justify-content:center;
	margin-top: 30px;
}
.pagination a{
	color: #666;
	background-color: #efefef;
	padding:5px 10px;
	margin:0 5px;
}
.pagination a.on,.pagination a:hover{
	color: #fff;
	background-color: #0250a3;
}
.officer-details{
	padding:30px 0;
}
.officer-main{}
.officer-title{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	font-weight:bold;
	padding-bottom:17px;
}
.officer-title .btn-back{
	color: #ff6600;
}
.officer-content{	
	background-color: #fff;
	padding:0 17px;
}
.officer-content .h{
	color:#333;
	font-weight:bold;
	padding-top: 21px; 
	padding-bottom: 17px;
}
.officer-content ul{
	line-height:36px;
	color: #666666;
	background-color: #f8f8f8;
	padding:15px 20px;
}
.officer-content ul li .y{
	color: #ff6600;
}
.officer-content .bd dt{
	margin-top: 25px;
	font-weight:bold;
	margin-bottom: 6px;
}
.officer-content .bd dd{
	line-height:24px;
}
.officer-content .fb{
	display:flex;
	justify-content:center;
	padding:30px 0 ;
}
.officer-content .fb .btn{
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	line-height:34px;
	background-color: #ff7200;
	padding:0 15px;
	margin:0 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.officer-content .fb .btn img{
	height:24px;
	margin-left: 12px;
}
.officer-content .fb .btn.bg-blue{
	background-color: #0997d9;
}
.officer-details .aside{
	
}
.officer-details .aside .t{
	font-weight:bold;
	padding-top: 25px; 
	padding-bottom: 16px;
	padding-left: 25px;
	background-color: #fff;
}
.officer-details .aside ul{
	padding:1px 10px 6px;
	background-color: #fff;
}
.officer-details .aside ul li{
	display:flex;
	justify-content:space-between;
	line-height:46px;
	margin:4px 0;
	padding:0 35px;
}
.officer-details .aside ul li.grey{
	background-color: #f8f8f8;
}
.notice{
	padding:30px 0;
}
.notice-menu{
	display: none;
	width:270px;
	line-height:64px;
	background-color:#edf3f8;
	margin-right:30px;
}
.notice-menu li .t{
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:20px;
	color:#02549c;
	font-weight:bold;
	background-color: #c7d7e6;
	padding-left: 40px; 
	padding-right: 25px;
	border-left:10px solid #02549c;
}
.notice-menu li .t .arrow:before{
	content:">";
	font-family: "宋体";
}
.notice-menu .dropdown-menu{
	height:0;
	overflow:hidden;
}
.notice-menu .active .dropdown-menu{
	height:auto;
}
.notice-menu li.active .t .arrow{
	transform:rotate(90deg);
}

.notice-menu .dropdown-menu-item{
	display:flex;
	justify-content:space-between;
	font-size:16px;
	cursor:pointer;
	padding-left: 40px; 
	padding-right: 25px;
	border-left:10px solid #e5e5e5;
	border-bottom:1px solid #d5dadf;
}
.notice-menu .dropdown-menu-item span{
	display:flex;
	align-items:center;
}
.notice-menu .dropdown-menu-item span:before{
	content:"";
	display:block;
	width:8px;
	height:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #333;
	margin-right:12px;
}
.notice-menu .dropdown-menu-item .arrow:before{
	content:">";
	font-family: "宋体";
}
.notice-menu .dropdown-menu-item.active,
.notice-menu .dropdown-menu-item:hover{
	color: #02549c;
}
.notice-menu .dropdown-menu-item.avtive span:before,
.notice-menu .dropdown-menu-item:hover span:before{
	border-color: #02549c;
}
.notice-content{
	background-color: #fff;
}
.notice-tab-title{
	display:flex;
	justify-content:center;
	padding:20px 0;
}
.notice-tab-title .item{
	line-height:35px;
	padding:0 20px;
	background-color: #e8e8e8;
	margin:0 10px;
	cursor:pointer;
}
.notice-tab-title .item:hover,
.notice-tab-title .item.on{
	color:#fff;
	background-color: #004399;
}
.notice-tab-content{
	padding-bottom: 30px;
}
.notice-tab-content .tab-panel{
	padding:0 10px;
}
.notice-tab-content .item{
	display:flex;
	justify-content:space-between;
	align-items:center;
	line-height:50px;
	border-bottom:1px solid #e2e2e2;
}
.notice-tab-content .item .p{
	width:60%;
	padding-left: 20px;
	margin-right: 20px;
	position: relative;
}
.notice-tab-content .item .p:before{
	content:"";
	display:block;
	width:6px;
	height:6px;
	background-color: #004399;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute; 
	left:0;
	top:50%;
	margin-top:-3px;
}
.notice-tab-content .item .p span{
	display:block;	
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.notice-tab-content .item .date{
	color: #999999;
}
.notice-tab-content .item:hover{
	color: #004399;
}
.notice-tab-content .tab-panel{
	display: none;
}
.notice-tab-content .tab-panel.open{
	display:block;
}
.recruiting-details{
	padding:30px;
}
.recruiting-details .hd{
	padding-bottom: 20px;
	font-weight:bold;
	color:#004498;
	text-align:center;
	border-bottom:1px solid #d2d2d2;
}
.recruiting-details .bd{
	line-height:24px;
	padding:20px 10px 0; 
}
.recruiting-details .bd .img{
	text-align: center; 
	margin-top: 15px;
}
.zplc{
	padding:30px;
}
.zplc .hd{
	padding-bottom: 20px;
	font-weight:bold;
	color:#004498;
	text-align:center;
	border-bottom:1px solid #d2d2d2;
}
.zplc .bd{
	line-height:24px;
	padding:20px 10px 0; 
}
.zplc .bd .img{
	text-align: center; 
	margin-top: 15px;
}
.reason .hd{
	padding-top: 30px; 
	padding-bottom: 25px;
	text-align:center;
}
.reason .bd{
	line-height:24px;
	padding-bottom: 25px;
}
.reason .bd .p1{
	padding-left: 15px;
}
.reason .bd ul{
	margin-bottom: 15px;
}
.reason .bd ul li{
	padding-left: 26px;
	position: relative;
}
.reason .bd ul li:before{
	content:"";
	display:block;
	width:6px;
	height:6px;
	background-color: #004399;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute; 
	left:10px;
    top:9px;
}
.reason-box img{
	width:100%;
}