blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}
button{
	cursor: pointer;
}
body {
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	font-family: "Microsoft YaHei", "Arial", sans-serif;
	overflow-x: hidden;
}
.top-form{
	height: 100%;
}
caption,
td,
th {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: 400
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
a:hover{
	color: #0b6cb8;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	position: relative;
	font-size: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

img::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #f2f2f2
}

li,
ol,
ul {
	list-style: none
}

button,
input,
select,
textarea {
	font-family: 'poppins';

}

table {
	border-collapse: collapse
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}
.dx {
	text-transform: uppercase;
}
.yjtxt{
	margin-bottom: 15px;
}
.msoso{
	display: none !important;
}
.imgBox2 a{
		display: block;
		overflow: hidden;
	}
.imgBox2 a{
	opacity:.8;
}	
	.imgBox2 a:hover{
		opacity: 1;
	}
	
.title a:hover img{
	transform: scale(1.1);
}
.imgBox2 a:hover img{
		transform: scale(1.1);
	}
.mnavBtb{
	display: none;

	margin-left: auto;
	margin-top: 3px;
}
	.m_nav{
		display: none;
	}
.navRbox input{
	width: 120px;
	background: transparent;
	border: none;
	border-bottom: 1px #fff solid;
	color: #fff;
	line-height: 1.6;
	padding: 0 10px;
	font-size: 15px;
}
	.navRbox .btnImg{
		background: transparent;
		border: none;
		width: 19px;
		height: 21px;
	}
	
	.qyJob{
		margin-top: 20px;
		border: 1px #e5e5e5 solid;
		padding: 30px;
	}
	
	.jobH1{
		text-align: center;
		margin-bottom: 15px;
		line-height: 1.6;
		font-size: 24px;
	}
	.qyJob .infos{
		font-size: 16px;
		color: #A0A0A0;
	}
	.qyJob .infos span{
		margin: 0 10px;
	}
	.qyJobTitle{
		border-bottom: 1px #dcdcdc solid;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}
	.qyJobTitle span{
		font-size: 16px;
		display: inline-block;
		padding: 0 5px;
		border-bottom: 2px #0B6CB8 solid;
		color: #0b6cb8;
	}
	.qyJobTxtBox{
		padding: 15px;
		font-size: 16px;
		line-height: 1.8;
	}
	.qyJobTxtBox img{
		display: block;
		max-width: 100%;
		margin: 15px auto;
	}
	
/* flex 鐢啫鐪�*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}


.text-overflow1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.header{
	border-top: 5px #0b6cb8 solid;
	background: #fff;
}
.w1300{
	max-width: 1300px;
	margin: 0 auto;
}
.w1000{
	max-width: 1000px;
	margin: 0 auto;
}
.top{
	line-height: 40px;
	text-align: right;
}
.top a{
	display: inline-block;
	margin: 0 5px;
}
.logo{
	padding-bottom: 30px;

	width: 100%;
}
.logoimg2{
	margin:0 10px;
}

.navBox{
	background: #0b6cb8;
	height: 86px;
}
.navUl li a.nav{
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 0 30px;
	height: 86px;
	line-height: 86px;
	font-weight: bold;
}
.navUl li a.nav:hover,.navUl li.on a.nav{
	background: #045db7;
}
.navUl li{
	position: relative;	
	z-index: 500;
}
.navUl li:hover .subNav{
	display: block;
}
.subNav{
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	top: 100%;
}
.subNav a{
	display: block;
	font-size: 18PX;
	color: #fff;
	height: 70px;
	line-height: 70px;
	background-color: #4183c8;
	margin-top: 1px;
	text-align: center;
}
.subNav a:hover{
	background-color:#045db7;
}
.navRbox{
	height: 86px;
	cursor: pointer;
}


.sosoPop {
	position: fixed;
	z-index: 1000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}

.sosoInpt {
	margin-top: 60%;
	background: #fff;
	height: 68px;
	padding: 15px;
	box-sizing: border-box;
}.sosoInpt  form{
	display: flex;
	width: 100%;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #666;
  font-size: 16px;
}
.navRbox ::-webkit-input-placeholder { /* WebKit browsers */
  color: #fff;
  font-size: 16px;
}


.sosoInpt input {
	border: 0;
	font-size: 16px;
}

input,
button {
	outline: 0;
}

.sosoInpt button {
	border: 0;
	background: transparent;
	padding: 0 10px;
	cursor: pointer;
}

.sosoInpt button i {
	font-size: 28px;
	color: #AC6F4E;
}

.sosoBox {
	width: 680px;
	margin: 0 auto;
}

.sosoBtn {
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 30px;
	margin-left: -15px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.sosoBtn i {
	font-size: 30px;
	color: #AC6F4E;

}

.sosoBtn:hover {
	transform: rotate(180deg)
}
.indexSwiper  img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.indexSwiper .swiper-button-next{
	background: url(../img/rbt.png);
	width: 50px;
	height: 50px;
	right: 30px;
	opacity: .5;
}
.indexSwiper .swiper-button-next:hover{
	background: url(../img/rbt2.png);
	opacity: 1;
}

.indexSwiper .swiper-button-next::after,.indexSwiper .swiper-button-prev::after{
	display: none;
}
.indexSwiper .swiper-button-prev{
	background: url(../img/lbt.png);
	width: 50px;
	height: 50px;
	left: 30px;
	opacity: .5;
}
.indexSwiper .swiper-button-prev:hover{
	background: url(../img/lbt2.png);
	opacity: 1;
	
}

.indexSwiper .swiper-pagination{
	display: none;
}

.mt35{margin-top: 35px;}
.indexNrbox{
	width: 48.46%;
	
}
.title{
	height: 48px;
	border-bottom: 1px #e5e5e5 solid;
	line-height: 48px;
}
.title h2{
	font-size: 22px;
	color: #333;
	padding: 0 10px;
	border-bottom: 2px #2780cb solid;
}
.newImg{
	margin-top: 22px;
}
.newImg a.item{
	position: relative;
	width: 48%;
	overflow: hidden;
	border: 1px #e5e5e5 solid;
	height: 180px;
}
.newImg a.item img{
	width: 100%;
	height: 100%;
}
.newImg a.item:hover{
	border-color:#2780cb;
}
.newImg a.item:hover img{
	transform: scale(1.2);
}
.newImg a.item .itemAbs{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding:5px 10px;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
}
.newImg a.item .itemAbs p.tiem{
	text-align: right;
	font-size: 12px;
}
.newImg a.item:hover .itemAbs{
	background: #2780cb;
}
.tr{
	text-align: right;
}
.hotNews li{
	width: 48%;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
}
.hotNews li p.text-overflow1{
	background: url(../img/dian.png) no-repeat 3px center;
	padding-left: 13px;
}
.hotNews li p.tr{
	font-size: 12px;
	color: #a0a0a0;
}

.indexUl li{
	line-height: 59px;
	height: 59px;
	border-bottom: 1px #e5e5e5 dashed;
	font-size: 16px;
}
.indexUl li a{
	display: block;
	position: relative;
	padding-right: 90px;
	padding-left: 13px;
background: url(../img/dian.png) no-repeat 3px center;
}
.indexUl li span{
	position: absolute;
	right: 0;
	color: #a0a0a0;
	font-size: 12px;
}
.mt25{
	margin-top: 60px;
}
.mt30{margin-top: 60px;}


.imgBox2 .item{
	overflow: hidden;
	width: 48.46%;
}
.posr{
	position: relative;
	
}
.posr h3{
	font-size: 18px;
	font-weight: bold;
}
.imgBox2 .item .abs{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	color: #fff;
	font-size: 16px;
	line-height: 2;
}
.imgBox2 .item .abs a{
	color: #fff;
	display: inline-block;
	margin: 0 2px;
}
.imgBox2 .item .abs a:hover{
	color: #f60;
}
.mt50{margin-top: 50px;}
.abgBox{
	height: 78px;
	font-size: 16px;
	color: #fff;
	position: relative;
	
	font-weight: bold;
}
.abgBox::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.abgBox p ,.abgBox img{
	position: relative;
	z-index: 100;
}
.aabg1{
	background: url(../img/b1.jpg) center center no-repeat;
	background-size: cover;
}
.aabg2{
	background: url(../img/b2.jpg) center center no-repeat;
	background-size: cover;
}
.aabg3{
	background: url(../img/b3.jpg) center center no-repeat;
	background-size: cover;
}
.aabg4{
	background: url(../img/b4.jpg) center center no-repeat;
	background-size: cover;
}
.aabg5{
	background: url(../img/b5.jpg) center center no-repeat;
	background-size: cover;
}
.abgBox2 a{
	width: 49%;
}
.abgBox:hover{
	font-size: 18px;
}
.abgBox:hover::after{
	background: rgba(0,0,0,.5);
}
.abgBox:hover img{
	transform: scale(1.1);
}



.mt17{
	margin-top: 17px;
}
.abgBox:hover{
	color: #fff;
}

.abgBox p{
	margin-left: 15px;
}
.linkBox{
	margin-top: 30px;
	margin-left: -20px;
}
.linkBox li{
	box-sizing: border-box;
	padding-left: 20px;
	overflow: hidden;
	width: 16.6667%;
}
.linkBox li img:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.footer{
	margin-top: 30px;
	background:#f8f8f8 url(../img/footbg.jpg) no-repeat center bottom;
}
.footBox{
	padding: 56px 200px 0 85px;
}
.footerRbox h2{
	font-size: 22px;
	color: #333333;
	margin-bottom: 15px;
}
.footNav{
	margin-right: 120px;
}
.footNav a{
	display: block;
	font-size: 18px;
	line-height: 1.6;
}
.rwmBox p{
	text-align: center;
	font-size: 16px;
	margin-top: 6px;
}
.copy{
	padding: 10px;
	line-height: 2;
	margin-top: 40px;
	background: rgba(11,108,184,.8);
	color: #fff;
	text-align: center;	
}

.copy a,.copy a:hover{
	color: #fff;
}
.mbx{
	font-size: 16px;
}
.cxBox{
	margin-top: 60px;
}
.cxbtn{
	width: 200px;
	height: 50px;
	background: #448aca;
	color: #fff;
	border: none;
	font-size: 18px;
	cursor: pointer;
	outline: none;
}
.cxItem label{
	font-size: 18px;
	margin: 0 20px;
}
.cxItem input{
	height: 50px;
	box-sizing: border-box;
	line-height: 50px;
	font-size: 18px;
	padding: 0 10px;
	margin-right: 20px;
	border: 1px #dcdcdc solid;
}

.cxTitle{
	height: 58px;
	line-height: 58px;
	padding-left: 10px;
	color: #fff;
	font-size: 20px;
	background: #448aca;
}

.cxShow{
	margin-top: 50px;
}
.datable {
	margin-top: 10px;
}
.datable table{
	width: 100%;
}
.datable table th,.datable table td{
	border: 1px #dcdcdc solid;
	padding: 10px;
	line-height: 1.6;
	font-size: 18px;
	
}
.datable table td{
	vertical-align: text-top;
}
.datable table th{
	background: #eeeeee;
	width: 150px;
	text-align: center;
}
.pic{
	font-size: 18px;
}
.pic img{
	max-width: 100%;
	max-height: 100%;
}
.jytr{
	margin-top: -1px;
	border:1px #DCDCDC solid;
}
.jytr input{
	width: 100%;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-size: 18px;
	padding: 0 3px;
	    font-family: "Microsoft YaHei", "Arial", sans-serif;
}
.jytr textarea{
	width: 100%;
	box-sizing: border-box;
	border: none;
	outline: none;
	min-height: 150px;
	padding: 0 3px;
	    font-family: "Microsoft YaHei", "Arial", sans-serif;
}
.jyxsItem input{
	flex: 1;
	border-bottom: 1px #333 solid;
	
}

.upBtn,.upBtnfile{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;	
}
.upBtnfile{
	z-index: 100;
}
.upBtnfile input{
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.upImgBox{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.upImgBox img{
	max-width: 100%;
	min-height: 100%;
}

.jyqzBox input{
	width: 40px;
	text-align: center;
}
.jyitem{
	width: 40%;
}
.jyth,.jytd{
	padding: 10px;
	line-height: 1.6;
	font-size: 18px;
}
.jyitem .jyth{
	width: 140px;
	text-align: center;
	background: #eeeeee;
	border-right: 1px #DCDCDC solid;
}
.headers{
	display: flex;
	align-items: center;
}

span.imgClick {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    cursor: pointer;
    background: url(../img/addUpload.png) no-repeat center center;
    background-size: cover;
	display: inline-block;
}
.imgcontent{
	font-size: 15px;
	color: #999;
	margin-left: 15px;
}
.imgAll ul{
	margin-top: 20px;
	flex-wrap: wrap;
	display: flex;
}
.imgAll ul li{
	margin-bottom: 15px;
	width: 100px;
	height: 100px;
	border: 1px #DCDCDC solid;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-right: 15px;
}
.imgAll ul li img{
	max-width: 100%;
	max-height: 100%;
}
.delImg{
	font-style: normal;
	width: 26px;
	height: 26px;
	background: #045DB7;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 14px;
	position: absolute;
	top: -13px;
	right: -13px;
}
.delImg:hover{
	background: #f00;
}


.glx{
	margin: 20px 0;
	height: 8px;
	background: #e5e5e5 ;
}
.jyitem .jytd{
	border-right: 1px #DCDCDC solid;
}
.jytr .jyitem:nth-child(2) .jytd{
	border-right: none;
}
.jydtd{
	padding: 10px 15px;
	font-size: 18px;
}

.jytjBox{
	position: relative;
}
.jytjBox .pic{
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 244px;
	background: #eeeeee;
	border: 1px #DCDCDC solid;
}

.jyqzBox{
	padding: 0 40px;
	font-size: 18px;
	line-height: 2;
	padding-bottom: 15px;
}
.jyqzBox span{
	margin: 0 15px;
}
.jyty{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	padding: 30px;
	letter-spacing:30px
}
.cjBox{
	height: 200px;
}
.jytd2{
	padding:20px;
	font-size: 18px;
}
.tc{
	text-align: center;
}
.tt2{
	font-size: 24px;
	margin-top: 10px;
}

.jyxs{
	padding-bottom: 30px;
}

.jyxsItem{
	margin-left: auto;
	width: 300px;
	font-size: 18px;
	line-height: 2;
	margin-right: 30px;
}
.jyxsItem span{
	width: 90px;
	text-align-last: justify;
}
.jyxsItem .name{
	border-bottom: 1px #333 solid;
}

.btnBox{
	width: 198px;
	height: 50px;
	line-height: 50px;
	margin: 40px auto;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	font-size: 18px;
	display: block;
	background: #0b6cb8;
}
.btnBox:hover{
	color: #fff;
}

.xjhBox{
	padding-top: 50px;
}
.xjhBox h1{
	font-size: 24px;
	text-align: center;
}
.xjhBox .infos{
	margin-top: 15px;
	color: #a0a0a0;
	font-size: 16px;
	border-bottom: 1px #dcdcdc solid;
	padding-bottom: 20px;
}
.xjhBox .infos span{
	margin: 0 10x;
}
.httxt{
	padding: 20px 0;
	color: #fe0101;
	font-size: 20px;
	padding-left: 35%;
	line-height: 1.8;
	border-bottom: 1px #dcdcdc solid;
}
.jyhzw{
	padding-top: 30px;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
}
.jyhzw img{
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.ts{
	font-size: 16px;
	padding: 15px 0;
	color: #ff0000;
}

.jobBox{
	padding: 20px;
	margin-top: 30px;
	border: 1px #DCDCDC solid;
}
.red{
	color: #f00;
}
.jobItem{
	font-size: 18px;
	line-height: 2;
}
.jobItem label{
	line-height: 50px;
	margin-right: 20px;
	width: 100px;
	text-align: right;
}
.file01 {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
	width: 144px;
	height: 50px;
}
.uploader{
	position: relative;
}
.buttonUp{
	width: 144px;
	height: 50px;
	line-height: 50px;
	border: none;
	cursor: pointer;
	background: #0b6cb8;
	color: #fff;
	font-size: 18px;
}
.jobItem{
	margin-bottom: 20px;
}
.filename{
	height: 50px;
	line-height: 50px;
	width: 380px;
	padding: 0 10px;
	margin-right: 20px;
	border: 1px #dcdcdc solid;
}
.jobtBtn{
	font-size: 18px;
	height: 50px;
	padding: 0 40px;
	background: #0b6cb8;
	cursor: pointer;
	color: #fff;
	border: none;
	border-radius: 8px;
}
.pageLeft{
	width: 260px;
	overflow: hidden;
	text-align: center;
	margin-right: 30px;
}
.pageLeft h2{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background:url(../img/h2bg.png) no-repeat;
	height: 120px;
	line-height: 120px;
}
.pageLeft a{
	border-top: 2px #fff solid;
	font-size: 18px;
	height: 80px;
	line-height: 80px;
	background: #eeeeee;
}
.pageLeft a img{
	display: inline-block;
	margin-top: -2px;
	margin-right: 10px;
}
.pageLeft a.on{
	color: #0b6cb8;
}

.pageRright{
	overflow: hidden;
}

.newsList li{
	border-bottom: 1px #e5e5e5 dashed;
}
.newsList li a{
	background: url(../img/dian.png) no-repeat 5px center;
	padding-left: 15px;
	display: block;
	position: relative;
	height: 59px;
	line-height: 59px;
	padding-right: 100px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.newsList li a span{
	text-align: center;
	position: absolute;
	right: 10px;
	color: #a0a0a0;
}
.pageBox a{
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background: #eeeeee;
	margin: 0 4px;
	border-radius: 2px;
}
.pageBox a:hover,.pageBox a.on{
	color: #fff;
	background: #0b6cb8;
}
.mlogo{
	display: none;
}

@media screen and (max-width:1350px) {
	.w1300{
		max-width: 960px;
	}
	.navBox{
		height: 60px;
	}
	.navUl li a.nav {
	    padding: 0 20px;
	    height: 60px;
	    line-height: 60px;
		font-size: 16px;
	}
	.navRbox{
		height: 60px;
	}
	.logoimg1{
		height: 30px;

		margin-right: 10px;
	}
	.logoimg2{
		height: 40px;

		width: auto;
	}
	.logoimg3{
		height: 25px;

		width: auto;
	}
	.logo{

		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mt35{
		margin-top: 20px;
	}
	.footBox{
		padding:0;
		padding-top: 25px;
	}
	.copy{
		margin-top: 30px;
		box-sizing: border-box;
	}
	.subNav a{
		height: 50px;
		line-height: 50px;
	}
}
@media screen and (max-width:960px) {

	

	
	.daForm{
		flex-direction: column;
	}
	.w1000{
		padding-left: 10px;
		padding-right: 10px;
	}
	.daForm .cxItem{
		margin-bottom: 15px;
	}
	.cxbtn{
		margin: 0 auto;
	}
	.mt30{
		margin-top: 20px;
	}
	.cxBox{margin-top: 20px;}
	.cxItem label{
		font-size: 16px;
		margin: 0;
	}
	.cxItem input{
		height: 40px;
		line-height: 40px;
	}
	.cxShow{
		margin-top: 20px;
	}
	.cxTitle{
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}
	.datable table th,.datable table td{
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		font-size: 16px;
		margin-top: -1px;
	}
	.datable table td{
		
	}
	
	
	.w1300{
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
		max-width: 100%;
	}
	.indexSwiper .swiper-button-next,.indexSwiper .swiper-button-prev{
		display: none;
	}
	.indexSwiper  .swiper-pagination{
		display: block;
	}
	.indexSwiper  .swiper-pagination span{
		width: 10px;
		height: 10px;
	}
	.indexSwiper .swiper-pagination-bullet-active{
		background: #0b6cb8;
	}
	.topNews{
		flex-wrap: wrap;
	}
	.topNews .indexNrbox:nth-child(2){
		margin-top: 20px;
	}
	.indexNrbox{
		width:100%;
	}
	.linkBox li{
		width: 33.33333%;
		margin-bottom: 15px;
	}
	.linkBox{
		flex-wrap: wrap;
	}
	.title h2{
		font-size: 18px;
	}
	.indexUl li{
		height: 48px;
		line-height: 48px;
	}
	.imgBox2{
		flex-wrap: wrap;
	}
	
	.imgBox2 .item{
		width: 100%;
	}
	.imgBox2 .item img{
		width: 100%;
	}
	.imgBox2 .item + .item{
		margin-top: 15px;
	}
	
	.navBox{
		height: 45px;
	}
	.navUl li a.nav {
	    padding: 0 20px;
	    height: 45px;
	    line-height: 45px;
		font-size: 16px;
	}
	.navRbox{
		height: 45px;
	}
	.footBox{
		text-align: center;
		flex-wrap: wrap;
	}
	.flogo{
		width: 100%;
		margin-bottom: 20px;
	}
	.flogo img{
		width: 150px;
	}
	.footerRbox {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;
		width: 100%;
	}
	.footerRbox h2{
		font-size: 18px;
	}
	.footNav a{
		font-size: 16px;
	}
	.hotNews li{
		width: 100%;
		margin-top: 10px;
	}
	.newDbox{
		flex-direction: column;
	}
	.pageLeft{
		width: 100%;
		display: flex;
	}
	.pageLeft h2{
		display: none;
	}
	.pageLeft a {
	    font-size: 16px;
	    height: 50px;
	    line-height: 50px;
	    background: #eeeeee;
		flex: 1;
		margin-top: 0;
		margin: 0 10px;
	}
	.jyitem .jyth{
		width: 100px;
	}
	.filename{
		flex: 1;
		width: auto;
	}
	.jobItem label{
		width: 90px;
		overflow: hidden;
		font-size: 16px;
	}
	.filename {
	    height: 40px;
	    line-height: 40px;
		}
		.buttonUp{
			width:100px;
			line-height: 42px;
			 height: 42px;
			 font-size: 16px;
			 box-sizing: border-box;
		}
		.file01{
			width:100px;
			line-height: 42px;
			 height: 42px;
			 font-size: 16px;
		}
	.jobBox{
		padding:20px 10px;
	}
	.hotNews li {

	    height: 48px;

	    line-height: 48px;

		border-bottom: 1px #e5e5e5 dashed;

		margin-top: 0;

		position: relative;

	}

	.hotNews li a{

		display: block;

	}

	.hotNews li p.text-overflow2{

		display: -webkit-box;

		    -webkit-box-orient: vertical;

		    -webkit-line-clamp:1;

		    overflow: hidden;

			padding-right: 90px

	}

	.hotNews li p.tr{

		position: absolute;

		right: 0;

		top: 0;

		z-index: 10;

	}
}
@media screen and (max-width:860px) {

	.logoimg1 {

		height: 25px;

	}

	.logoimg3{

		height: 15px;

	}

	

	.top{

		display: none;

	}

	
	.jytjBox .pic{
		position: relative;
		margin: 0 auto 15px;
	}
	.jytr{
		flex-direction: column;
		flex-wrap: wrap;
		border-bottom: none;
	}
	.jyxs{
		border-bottom: 1px #DCDCDC solid;
	}
	.jyitem{
		    border-bottom: 1px #DCDCDC solid;
		width: 100%;
	}
	.jyitem .jytd{
		border: none;
	}
	
}


@media screen and (max-width:880px) {

	.indexSwiper img{

		width: 180%;

		max-width: 180%;

		margin-left: -40%;

	}

		.indexSwiper .swiper-slide a{

			display: flex;

			justify-content: center;

			align-items: center;

			overflow: hidden;

		}

	.navBox{

		background:transparent;

		display: none;

		height: auto;

		padding-bottom: 20px;

	}

	.navBox.on{

		display: block;

	}

	.navBox.on .navUl{

		display: block;

		width: 100%;

	}

	.navUl li{

		display: flex;

		width: 100%;

		margin-bottom: 5px;

	}

	.navUl li a.nav{

		float: left;

		color: #333;

		font-weight: bold !important;

		padding: 0 !important;

		height: 38px;

		line-height: 38px;

		font-size: 14px;

		margin-bottom: 5px;

	}

	.navUl li a.nav:hover, .navUl li.on a.nav {

	    background: transparent;

	}

	.navUl li .subNav{

		flex: 1;

		margin-left: 20px;

		display: flex;

		position: relative;

		border-bottom: 1px solid #eee;

		flex-wrap: wrap;

		padding-bottom: 5px;

	}

	.subNav a {

	    display: inline-block;

		color: #333;

	    font-size: 14PX;

	    height: 38px;

	    line-height: 38px;

	    background-color:transparent;

		margin-left: 10px;

	}

	
	.qyJob{
		padding:20px 15px;
	}
	.jobH1{
		font-size: 20px;
	}
	.qyJob .infos{
		font-size: 14px;
	}
	.qyJobTxtBox{
		font-size: 15px;
	}
	.logo a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.filename{
		margin-right: 0;
	}
	.jobItem{
		flex-direction: column;
	}
	.jobItem label{
		width: 100%;
		text-align: left;
		margin-right: 0;
	}
	.httxt{padding-left: 10%;font-size: 18px;}
	.xjhBox{
		padding-top: 20px;
	}
	.jyth, .jytd{
		font-size: 16px;
	}
		.jyqzBox{
			flex-direction: column;
			padding: 0 20px 20px;
		}
		.jyxsItem{
			margin: 0 auto;
		}
		.jyqzLeft{
			margin-bottom: 15px;
		}
		.jytd2{
			flex-direction: column;
		}
	.newsList li a{
		height: 46px;
		line-height: 46px;
		padding-right: 88px;
	}
	.newsList li a span{
		font-size: 12px;
	}
	.logoimg2{
		display: none;
	}
	.newsDiv{
		overflow: hidden;
		overflow-x: auto;
		
	}
	.navUl{
		display: none;
	}
	.newsDiv ul{
		white-space: nowrap;
		    overflow-y: auto;
		    overflow-x: auto;
		    margin: 0 -5px;
	}
	.sosoBox{
		width: 96%;
	}
	.navRbox{
		margin-left: 20px;
	}
	.subNav{
		display: none;
	}
	.newImg{
		flex-wrap: wrap;
	}
	.newImg a.item{
		height: auto;
		width: 100%;
	}
	.newImg a.item + .item{
		margin-top: 15px;
	}
	.mt25{
		margin-top: 20px;
	}
	.top{
		height: 30px;
		line-height: 30px;
	}
	.abgBox2{
		flex-wrap: wrap;		
	}
	.abgBox2 a {
		width: 100%;
	}
	.navUl li a.nav{
		padding: 0 10px;
		font-weight: 500;
	}
	.navRbox{
		display: none;
	}
	.msoso{
		margin-top: 3px;
		margin-right: 20px;	
		background: #fff;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		display: flex !important;
		box-sizing: border-box;
		border-radius: 6px;
	}
	.mnavBtb{
		display: block;

		float: right;
	}
	.msoso .minpts{
		border: none;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
	}
	.msoso .btnImg2{
		margin-right: -2px;
		border: none;
		padding: 5px 10px;
		height: 30px;
		line-height: 30px;
		background: #f60;
	}
	
	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}
	
	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.8);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}
	
	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 8;
		top: 5%;
		z-index: 100;
		text-align: center;
	}
	
	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #fff;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}
	
	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}
	
	.m_nav .m_navList ul li {
		border-bottom: 1px solid #e1e1e1
	}
	
	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #000000;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}
	
	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}
	
	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}
	
	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}
	
	.icon {
		background: url(../img/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}
	
	.icon_on {
		background: url(../img/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}
	
	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}
	
	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
	.mbx{
		display: none;
	}
	
}



@media screen and (max-width:350px) {

	.w1300{

		padding-left: 10px;

		padding-right: 10px;

	}

	.logo {

	    padding-top: 10px;

	    padding-bottom: 10px;

	}

	.logoimg1{

		height: 20px;

	}

	.logoimg3{

		height: 13px;

	}

}

#vsb_content_6 TABLE {
 border-collapse: collapse;
 border: 1px
 solid #000;
 display: block;
 overflow: auto;
 width: 100%;
overflow-x: scroll;
}