body{
	width: 100%;
	/* background-color: #f4f5f8; */
	height: 100%;
	
}
html{
	width: 100%;
	height: 100%;
	position: relative;
}
.w{
	
	width: 1200px;
	margin: 0 auto;
}
#wrap{
	width: 100%;
	position: relative;
}
.fl{
	float: left;
}

.fr{
	float: right;
}

.footer{
	width: 100%;
	background-color: #171c61;
	color: #fff;
	text-align: center;
	line-height: 2.5em;
	font-size: 12px;
}
.footer img{
	vertical-align: middle;
	margin-right: 5px;
}
.top{
	width: 100%;
	position: relative;
}
.nav{
	width: 1122px;
	margin: 0 auto;
	height: 70px;
	overflow: hidden;
}
.logo{
  padding: 11px 0;
  box-sizing: border-box;
}
.navlist{
	overflow: hidden;
}
.navlist>li{
	float: left;
	line-height: 70px;
	margin-left: 100px;
}

.navlist>li a{
	font-size: 18px;
    color: #284c88;
}

.navlist>.avi{
	background: url(../img/xian.png) no-repeat;
	background-size: auto auto;
	background-position: bottom 10px center;
}
.banner{
	width: 100%;
	margin-bottom: 30px;
}
.banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.job{
	overflow: hidden;
	width: 1133px;
	margin: 0 auto;
	margin-bottom: 30px;
	/* height: 500px; */
}
.int{
	width: 340px;
	float: left;
	/* background-color: aqua; */
	/* height: 500px; */
}
.int>h1{
	width: 100%;
	height: 32px;
	background-color: #171c61;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
}
.int>h1 img{
	vertical-align: middle;
	margin: 0 10px;
}
.jobbox{
	overflow: hidden;
	/* border: 1px solid #171c61; */
	box-sizing: border-box;
	/* background-color: #171c61;
	height: 500px; */
}
.intName{
	width: 100%;
	font-size: 14px;
	color: #000;
}
.intName>li{
	/* padding-left: 1.5em; */
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
	line-height: 2.5em;
	font-weight: bold;
	text-indent: 1em;
	color: #000;
	cursor: pointer;
}

.intName>li:hover{
	color: red;
}
.intName>li>div{
	text-indent: 0;
}
.intName>li>div h6{
	text-indent: 1em;
	position: relative;
	border-bottom: 1px dashed #ccc;
	cursor: pointer;
	color: #000;
}
.intName>li>div h6:hover{
	color: red;
}
.red{
	color: red !important;
}
/* .intName>li>div h6 span{
	
} */
/* .intName h2{
	position: relative;
	
}
.intName h2 span{
	position: absolute;
	left: -15px;
} */
.z_intname{
	width: 100%;
	display: none;
}
.z_intname>li{
 /* padding-left: 1.5em; */
 text-indent:3em ;
 box-sizing: border-box;
 border-bottom: 1px dashed #ccc;
 line-height: 2.5em;
 font-weight: bold;
 color: #000;
 cursor: pointer;
}
.z_intname>li:hover{
	color: red;
}
.fold{
	cursor: pointer;
    background: url(../img/int_icon.png) no-repeat;
    background-size: 100% 100%;
    background-position: left  center;
    /* width: 17.2px; */
	/* height: 10px; */
	width: 11px;
    height: 11px;
    display: block;
	position: absolute;
	top: 50%;
	margin-top: -5.5px;
	left: 0px;
}

.on{
	background: url(../img/int_icon1.png) no-repeat;
    background-size: 100% 100%;
    background-position: left  center;
}
.border{
	border: 0 !important;
}

.jobs{
	width: 560px;
	margin: 0 15px;
	float: left;
	
}
.title{
	width: 100%;
	margin-bottom: 20px;
}
.title img{
	width: 100%;
	display: block;
}
.jobarr{
	border: 1px solid #e1e1e1;
    box-sizing: border-box;
    /* padding-bottom: 50px; */
    position: relative;
}
.jobarr h1{
	background-color: #e1e1e1;
	overflow: hidden;
	padding: 0 30px;
	box-sizing: border-box;
}
.jobarr h1 span{
	display: block;
	float: left;
	line-height: 2.5em;
	font-size: 14px;
	font-weight: bold;
	width: 20%;
	text-align: center;
}
.jobarr h1 span:nth-child(1){
	width: 40%;
	text-align: left;
}
.joblist{
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.joblist li{
	border-bottom: 1px solid #e1e1e1;
	font-size: 14px;
	line-height: 2em;
	/* margin: 10px 0; */
	margin-top: 10px;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
.joblist li span{
	width: 20%;
   display: block;
   float: left;
   text-align: center;
}

.joblist li span:nth-child(1){
	width: 40%;
	text-align: left;
}
.joblist li span a{
	display: block;
	width: 90px;
	height: 30px;
	background-color: #212671;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	line-height: 30px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.paging{
	font-size: 13px;
	margin: 12px 0;
	width: 100%;
	/* padding-left: 20px; */
	box-sizing: border-box;
	text-align: center;
}
.paging span{
	cursor: pointer;
}
.paging input{
	width: 20px;
	text-align: center;
}
.search{
	overflow: hidden;
	/* height: 300px; */
	background-color: #e1e1e1;
}
.search>h1{
	width: 100%;
	height: 32px;
	background-color: #171c61;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 30px;
}

.search>h1 img{
	vertical-align: middle;
	margin: 0 10px;
}
select{
	display: block;
	width: 90%;
	margin: 10px auto;
	margin-bottom: 20px;
	border: none;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	border: solid 1px #707070;
	padding-left: 10px;
	box-sizing: border-box;

}
select::-ms-expand { display: none; }
select:focus { outline: none; }
option:focus{outline: none;}
.sous{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
}
.sous span{
	display: inline-block;
	width: 5em;
	float: left;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	
}
.sous input{
	display: block;
	width: calc(100% - 5.6em);
	float: right;
	border: solid 1px #707070;	
	padding-left: 10px;
	box-sizing: border-box;
}
input:focus { outline: none; }
#btn{
	width: 90%;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	background-color: #171c61;
	margin:  20px auto;
	margin-bottom: 30px;
	cursor: pointer;
}

.er{
	width: 100%;
	text-align: center;
}
.er p{
	font-size: 14px;
	line-height: 3em;
}
#go{
	background-color: #e2e2e2;
	border: 1px solid #707070;
	display: inline-block;
	width: 23px;
	height: 23px;
	text-align: center;
	line-height: 23px;
}
#govai{
	border: 1px solid #707070;
}
.tis{
	width: 100%;
    height: 100%;
    text-align: center;
    line-height: 350px;
    font-size: 24px;
}
.tit{
	display: inline-block;
	background-color: #171c61;
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.tit img{
	vertical-align: middle;
	margin-right: 5px;
}
.ints{
	/* margin-top: 85px; */
	/* overflow: hidden; */
	background-color: #e7e8ef;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.h1{
	font-size: 35px;
	color: #e7e8ef;
}
.int_txt{
	font-size: 14px;
	line-height: 2em;
	text-align: justify;
	text-indent: 2em;
}
.int_img{
	width: 550px;
	margin-top: -100px;
	padding-bottom: 30px;
	box-sizing: border-box;
	background-color: #fff;
	margin-left: 20px;
	position: relative;
}
.int_img img{
	width: 100%;
	display: block;
}
.int_img .swiper-pagination{
	
	bottom: 0;
    text-align: center;
    width: 100%;
}

.int_img .pagination1 span{
	background-color: #c0c1c7;
	margin: 0 10px;
	width: 12px !important;
	height: 12px !important;
	opacity: 1;
}

.int_img .pagination1 .swiper-pagination-bullet-active{
	background-color: #171c61;
}
.int_txt b{
	color: #171c61;
}
.qy{
	width: 100%;
	position: relative;
	padding-left: 40px;
	box-sizing: border-box;
	margin-top: 30px;
	height: 319px;
	
}
.qy>img{
	position: absolute;
	left: 0;
	top: 0;
}
.qy_img{
	width: 100%;
	position: relative;
	padding-bottom: 30px;
	box-sizing: border-box;
	/* background-color: aqua; */
}
.qy_img .swiper-slide{
	height: 100%;
	overflow: hidden;
}
.qy_img .swiper-slide img{
	display: block;
	width: 582px;
	float: left;
	height: 100%;
	object-fit: cover;
}
.qy_img .swiper-slide .itme{
	width: calc(100% - 582px);
	float: right;
	background-color: #171c61;
	height: 100%;
	color: #fff;
	line-height: 2em;
	padding-left: 24px;
	padding-top: 28px;
	padding-right: 48px;
	box-sizing: border-box;
	text-align: justify;
}
.swiper2{
	height: 319px;
}
.itme h1{
	font-size: 18px;
	margin-bottom: 27px;
	width: 100%;
position: relative;
}
.itme p{
	font-size: 14px;
	margin-bottom: 27px;
	text-indent: 2em;
}
.itme h1 .xian{
	position: absolute;
	width: 135px;
	height: 2px;
	background-color: #fff;
	right: 0;
	top: 50%;
	margin-top: -1px;
	
}
.qy_img{
	margin-bottom: 60px;
}
.qy_img .pagination2{
  bottom: 0;
  width: 100%;
  text-align: center;

}

.qy_img .pagination2 span{
	background-color: #c0c1c7;
	margin: 0 10px;
	width: 65px !important;
	height: 8px !important;
	opacity: 1;
	border-radius: 0 !important;
}
 
.qy_img .pagination2 .swiper-pagination-bullet-active{
	background-color: #171c61;
}
.next{
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -45px;
	z-index: 9;
	cursor: pointer;
	border: 0;
	outline: none;
}
.tc{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.tc .tc-txt{
   width: 830px;
   border: 1px solid #171c61;
   background-color: #e7e8ef;
   padding: 40px;
   box-sizing: border-box;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -415px;
   margin-top: -183px;
   z-index: 100;
  
}
.tc .tc-txt h1{
	font-size: 18px;
	color: #171c61;
	margin-bottom: 30px;
}
.tc .tc-txt p{
	font-size: 14px;
	color: #000;
	line-height: 2em;
	text-align: justify;
	text-indent: 2em;
}
.on{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.showimg{
	width: 100%;
	position: relative;
	margin-top: 100px;
	margin-bottom: 60px;
}
.showimg img{
	display: block;
	width: 100%;
	object-fit: cover;
}
.gw{
	text-align: center;
	font-size: 16px;
	color: #171c61;

}
.gw img{
	vertical-align: middle;
	margin-right: 10px;
}
.t{
	display: block;
	margin: 40px auto;
}
.bg{
	width: 100%;
	height: 500%;
	background: url(../img/bg.png) no-repeat;
	background-size: cover;
	padding: 40px 0;
	box-sizing: content-box;
}
.bg img{
	/* width: 100%; */
	display: block;
}
.zg{
	width: 100%;
	position: relative;
	background: url(../img/dian.png);
	background-repeat: repeat-y;
	background-position-x: 10px;
}
.zg p{
	font-size: 16px;
	margin-bottom: 40px;
}
.zg p span{
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #171c61;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin-right: 10px;
	vertical-align: middle;
}
.t1{
	display: block;
	margin: 40px 0;
}
.e{
	width: 100%;
	position: relative;
	font-size: 25px;
	font-weight: 900;
	color: #171c61;
	margin: 20px 0;
}
.e img{
	vertical-align: middle;
}
.job1 {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}
.job1 .jobtit1{
  background-color: #e7e8ef;
  color: #171c61;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 35px;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-right: 57px;

}
.job1 .jobtit1 span{
   font-size: 18px;
}
.job1 .jobtit1 span:nth-child(2){
	font-size: 16px;
	cursor: pointer;
	
}
.joblist1{
	width: 100%;
	position: relative;
	display: none;
}
.joblist1 li{
	background-color: #cdcee0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
    padding: 0 35px;
    box-sizing: border-box;
	margin-bottom: 10px;
	color: #171c61;
	cursor: pointer;
}
.joblist1 li span{
	float: left;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 900;
	margin-right: 80px;
	display: inline-block;
	width: 200px;
}
.jobcon{
	display: none;
}
.joblist1 li a{
	float: right;
	font-size: 18px;
	display: inline-block;
	font-weight: 900;
	color: #171c61;
	/* background-color: #171c61; */
    height: 30px;
    margin-top: 5px;
	padding: 0 20px;
	line-height: 30px;
	border-radius: 6px;
}
.xianla{
	vertical-align: middle;
	margin-left: 40px;
}
.jobcon{
	width: 100%;
}
.jobcon>div{
	width: 100%;
	/* height: 500px; */
	/* border: 1px  solid red; */
	box-sizing: border-box;
	padding: 0 35px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.jobcon>div h1{
	background: #171c61;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
  /* padding-top: 20px; */
  margin-top: 20px;
}
.jobcon>div p{
	color: #171c61;
	font-size: 16px;
	line-height: 2em;
}
.on1{
	transform: scale(-180deg);
}
.p1{
	text-align: center;
	font-size: 14px;
	color: #888888;
	margin-bottom: 50px;
}
.p1 img{
	vertical-align: middle;
	margin-right: 10px;
}
.ceter{
	text-align: center;
}
.ceter img{
	vertical-align: middle;
	margin: 0 20px;
}
.job2 table{
	width: 100%;
	
}
.job2 table th{
	color: #fff;
	font-size: 18px;
	background-color: #171c61;
	line-height: 2em;
	border: 5px solid #fff;
	
}

.job2 table td{
	text-align: center;
	font-size: 16px;
	background-color: #f1f1f1;
	border: 5px solid #fff;
	padding: 10px 0;
}
.job2 table .link_a{
	padding: 0 !important;
	background-color: #171c61;
	border-radius: 15px;
}
.job2 table td a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	/* background-color: #171c61; */
}
.job2 table .tdbg{
	background-color: #e7e8ef;
}



.job2 li{
	background-color: #cdcee0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
    padding: 0 35px;
    box-sizing: border-box;
	margin-bottom: 10px;
	color: #171c61;
	cursor: pointer;
}
.job2 li span{
	float: left;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 900;
	margin-right: 80px;
	display: inline-block;
	width: 200px;
}
.jobcon{
	display: none;
}
.job2 li a{
	float: right;
	font-size: 18px;
	display: inline-block;
	font-weight: 900;
	color: #171c61;
	/* background-color: #171c61; */
    height: 30px;
    margin-top: 5px;
	padding: 0 20px;
	line-height: 30px;
	border-radius: 6px;
}
.gs{
	width: 400px !important;
}
.fl p p span{
  font-family: '方正兰亭黑简体';
  font-size: 16px !important;
  color: #171c61 !important;
}
.left {
  float: left;
  width: 50%;
  text-align: right;
  padding-left: 21%;
}
.left .p1 {
  /* text-align: right; */
}
.right {
  float: left;
  width: 8%;
  position: relative;
  top: -23px;
  
}
.right img {
  width: 100%;
}
.con {
  /* overflow: hidden; */
}
