.headerdingwei{
	position: fixed;top: 0;
	z-index: 100;
}
.bannertop{
	margin-top: 60px;
}
.banner{
	width: 100%;
	height: 276px;
	background: url(../images/banner.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	position: relative;
}
.bannerbox{
	display: flex;
	justify-content:space-between;
	width: 1266px;
	margin: 57px auto 0;
}
.bannerbox .boxleft{
	display: flex;
	align-items: center;
}
.bannerbox .boxleft > img{
	width: 117px;
	height: 117px;
	margin-right: 30px;
}
.bannerbox .boxleft .div1 h1{
	color: #fff;
	font-size: 24px;
	padding-bottom: 5px;
}
.bannerbox .boxleft .div1 h1 span{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	border-radius: 26px;
	background: #349dff;
	padding:0 5px;
	font-weight: 400;
}
.bannerbox .boxleft .div1 > span{
	color: #fff;
	font-size: 12px;
	margin-top: 20px;
	display: block;
}
.bannerbox .boxleft .div1 p{
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	display: flex;
	align-items: center;
}
.bannerbox .boxleft .div1 p img{
	width: 10px;
	height: 14px;
}
.bannerbox .boxleft .div2{
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}
.bannerbox .boxleft .div2 span{
	height: 22px;
	line-height: 22px;
	color: #d9dbde;
	font-size: 12px;
	border-radius: 22px;
	background: #676d7c;
	padding:0 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.bannerbox .boxrightcenter{
	text-align: center !important;
}
.bannerbox .boxright{
	text-align: right;
	width: 440px;
}
.bannerbox .boxright span{
	color: #b2b5bb;
	font-size: 14px;
}
.bannerbox .boxright > a{
	display: block;
	width: 220px;
	height: 50px;
	background: #349dff;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	line-height: 50px;
	margin-top: 50px;
	float: right;
}

.boxright1{
	text-align: center;
	width: 100%;
	border: 1px solid #eee;
	padding-bottom: 28px;
	margin-bottom: 40px;
}
.boxright1 > img{
	width: 115px;
	height: 115px;
	border:1px solid #e4e4e4;
	border-radius: 3px;
	margin: 30px auto;
}
.boxright1 h1{
	color: #414a60;
	font-size: 24px;
	font-weight: 500;
}
.boxright1 h1 p{
	padding-top: 20px;
	color: #9498a6;
	font-size: 12px;
}
.boxright1 > p{
	color: #9498a6;
	font-size: 12px;
	padding-top: 10px;
	display: flex;
	justify-content: center;
}


.bannerbox .boxright b{
	font-size: 40px;
	display:block;
	color: #fff;
}
.bannerbox .boxright p{
	font-size: 14px;
	color: #fff;
}
.bannerbox .boxright .div0{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	color: #b2b4ba;
	font-size: 12px;
}
.bannerbox .boxright div a{
	margin:0 5px;
}
.bannerbox .boxright div a img{
	width: 30px;
	height: 30px;
	display: block;
}

.scrolldiv.stick{
	display: block;
	z-index: 999;
}
.scrolldiv{
	width: 100%;
	background: rgba(68,76,95,.88);
	height: 90px;
	position: fixed;
	top: 60px;
	display: none;
}
.scrolldiv1{
	width: 1266px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}
.scrolldiv1 .scrolldiv1left{
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	display: flex;
	align-items: center;
}
.scrolldiv1 .scrolldiv1left span{
	height: 26px;
	background: #349dff;
	border-radius: 26px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	font-weight: 500;
	padding: 0 10px;
	margin-left: 10px;
}
.scrolldiv1 a{
	width: 220px;
	height: 50px;
	background: #349dff;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	line-height: 50px;
}


.title{
	width: 1266px;
	bottom: 0;
	left: 50%;
	margin-left: -633px;
	position: absolute;
}
.title span{
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: 4px solid #349dff;
	color: #fff;
	font-size: 16px;
}

.listbox{
	width: 1266px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.listbox .listboxleft{
	width: 840px;
}
.listbox .listboxleft .listtitle{
	width: 100%;
	
}
.listbox .listboxleft .listtitle p{
	color: #4a4e5b;
	font-size: 16px;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px solid #349dff;
}
.listboxleft .listtab{
	display: flex;
	align-items: center;
	margin-top: 28PX;
}
.listboxleft .listtab span{
	color: #6f7688;
	font-size: 14px;
	margin-right: 18px;
}
.listboxleft .listtab ul{
	display: flex;
}
.listboxleft .listtab ul li{
	padding:0 18px;
	color: #6f7688;
	font-size: 14px;
	cursor: pointer;
}
.listboxleft .listtab ul li.on{
	color: #349dff;
}
.listul{
	width: 100%;
	margin-top: 20px;
}
.listul ul li{
	padding: 30px;
	border:1px solid #eee;
	margin-bottom: 10px; 
	display: flex;
	justify-content: space-between;
}
.listul ul li .listli1 p{
	color: #414a60;
	font-size: 16px;
}
.listul ul li .listli1 span{
	color: #414a60;
	font-size: 14px;
	display: block;
	margin: 15px 0;
}
.listul ul li .listli1 div{
	display: flex;
	flex-wrap: wrap;
}
.listul ul li .listli1 div i{
	font-style: normal;
	height: 20px;
	border:1px solid #eee;
	color: #9498a6;
	font-size: 12px;
	padding: 0 10px;
	border-radius: 20px;
	margin-right: 5px;
	line-height: 20px;
}
.listul ul li .listli2 p{
	color: #349dff;
	font-size: 24px;
}
.listul ul li .listli2 span{
	color: #b5b9c8;
	font-size: 12px;
	display: block;margin-top: 16px;
}
.listul ul li .listli3{
	width: 100%;
	position: relative;
}
.listul ul li .listli3 h2{
	color: #bbb;
	font-size: 16px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.listul ul li .listli3 h2 span{
	width: 50px;
	height: 10px;
	background: #f1f1f1;
	display: block;
	border-radius: 10px;
}
.listul ul li .listli3 p{
	width: 70%;
	height: 10px;
	background: #f1f1f1;
	margin-top: 11px;
	border-radius: 10px;
}
.listul ul li .listli3 > span{
	width: 40%;
	height: 10px;
	background: #f1f1f1;
	display: block;
	border-radius: 10px;
	margin-top: 20px;
}
.listul ul li .listli3 > img{
	position: absolute;
	right: -20px;
	bottom: -30px;
	width: 91px;
}
.none{
	display: none;
}

.listboxright{
	border-left: 1px solid #eee;
	width: 360px;
	padding-left: 30px;
}
.listboxright .listright1{
	padding-bottom: 55px;
	width: 100%;
}
.listboxright .listright1 h1{
	color: #4a4e5b;
	font-size: 16px;
	font-weight: 400;
}
.listboxright .listright1 p{
	color: #6f7688;
	font-size: 14px;
	margin-top: 20px;
	display: flex;
}
.listboxright .listright1 p img{
	width: 13px;
	height: 18px;
	margin-right: 5px;
}
.listboxright .listright1 > img{
	width: 100%;
	margin-top: 20px;
}
.listboxright .listright1 div{
	display: flex;
	margin-top: 20px;
	flex-wrap: wrap;
}
.listboxright .listright1 div i{
	font-style: normal;
	height: 20px;
	border:1px solid #eee;
	color: #9498a6;
	font-size: 12px;
	padding: 0 10px;
	border-radius: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	line-height: 20px;
}


.listboxleft .listtext{
	margin-top: 24px;
}
.listboxleft .listtext p{
	color: #6f7688;
	font-size: 14px;
	line-height: 26px;
}
.listboxleft .listtext div{
	margin: 30px 0;
}

.listboxleft .listmap{
	border:1px solid #eee;
	margin: 30px 0;

}
.listboxleft .listmap p{
	color: #6f7688;
    font-size: 14px;
    padding:20px; 
    display: flex;
}
.listboxleft .listmap p img{
	width: 13px;height: 18px;
}
.listboxleft .listmap > img{
	width: 100%;
}

.listuldiv{
	width: 100%;
	margin-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.listuldiv ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.listuldiv ul li{
	width: 48%;
	border:1px solid #eee;
	margin-bottom: 10px;
}
.listuldiv ul li .listli1{
	margin: 30px;
}
.listuldiv ul li .listli1 p{
	color: #414a60;
	font-size: 16px;
}
.listuldiv ul li .listli1 span{
	color: #414a60;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}
.listuldiv ul li .listli1 div{
	display: flex;
}
.listuldiv ul li .listli1 div i{
	font-style: normal;
	height: 20px;
	border:1px solid #eee;
	color: #9498a6;
	font-size: 12px;
	padding: 0 10px;
	border-radius: 20px;
	margin-right: 5px;
	line-height: 20px;
}
.listuldiv ul li .listli1 span i{
	color: #349dff;
	font-size: 14px;
	font-style: normal;
}
.listuldiv ul li .listli1 em{
	display: block;
	color: #b5b9c8;
	font-size: 12px;
	font-style: normal;
	margin: 8px 0;
}
.listuldiv ul li .listli3{
	background: #fcfcfc;
	padding:20px 30px;
	display: flex;
	align-items: center;
}
.listuldiv ul li .listli3 img{
	width: 54px;height: 54px;
	border:1px solid #eee;
	border-radius: 5px;
	margin-right: 10px; 
}
.listuldiv ul li .listli3 h1{
	color: #414a60;
	font-size: 16px;
	font-weight: 400;
}
.listuldiv ul li .listli3 h1 p{
	color: #9498a6;
	font-size: 12px;
	margin-top: 6px;
}

.listboxright h2{
	font-weight: 400;
	font-size: 16px;
	color: #4a4e5b;
}
.listul ul li .listli1 em{
	display: block;
	color: #b5b9c8;
	font-size: 12px;
	font-style: normal;
	margin: 8px 0;
}
.listul ul li .listli2 b{
	display: block;
	font-size: 16px;
	color: #349dff;
}



.search{
	width: 100%;
	background: #fff;
	padding:30px 0;
	border-bottom: 1px solid #eee;
}
.searchbox{
	width: 1266px;
	margin:0 auto;
}
.searchbox .search1{
	border:1px solid #eee;
	width: 902px;
	border-radius: 5px;
	margin:0 auto; 
	height: 44px;
}
.searchbox .search1 .addr{
	width: 103px;
	height: 44px;
	border-radius: 5px 0 0 5px;
	background: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: 14px;
	float: left;
	position: relative;
}
.searchbox .search1 .addr img{
	margin-left: 15px;
}
.searchbox .search1 input{
	width: 640px;
	height:44px;
	padding: 0 30px;
	color: #333;font-size: 14px;
	border:none;
	float: left;
}
.searchbox .search1 a{
	float: right;
	width: 99px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	background: #349dff;
	border-radius: 5px;
}
.searchbox .search1 a img{
	margin-right: 15px;
}
.hotsearch{
	display: flex;
	margin: 10px auto;
	width: 902px;
}
.hotsearch li{
	color: #999;
	font-size: 12px;
}
.hotsearch li a{
	color: #999;
	font-size: 12px;
	margin-right: 15px;
}

.searchlist{
	width: 100%;
	display: flex;
	margin-top: 30px;
}
.searchlist span{
	font-size: 14px;
	color: #797979;
	width: 100px;
}
.searchlist ul{
	display: flex;
	margin-left: 20px;
	flex-wrap: wrap;
	width: 1166px;
}
.searchlist ul li{
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
}
.searchlist ul li i{
	position: absolute;
	top: -8px;right: -14px;
	width: 20px;height: 20px;
}
.searchlist ul li a{
	color: #3b3b3b;
	font-size: 14px;
	height: 28px;
    display: block;
    line-height: 28px;
    padding: 0 10px;
    border-radius: 28px;
}
.searchlist ul li.on a{
	color: #fff;
	background: #349dff;
}
.searchlist .searchlistdiv{
	display: flex;margin-right: 30px;
	align-items: center;
}
.searchlist .searchlistdiv span{
	font-size: 14px;
	color: #797979;
}
.searchlist .searchlistdiv select{
	width: 94px;height: 26px;
	border:1px solid #eee;
	border-radius: 5px;
	color: #3b3b3b;
	font-size: 14px;
	margin-left: 20px;
}

.searchlistbox{
	width: 1266px;
	margin: 0 auto;
}
.searchlistbox .searchtit{
	padding-top: 40px;
	display: flex;
}
.searchlistbox .searchtit em{
	color: #8d92a1;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 10px;
    font-style: normal;
    border-bottom: 2px solid #fafafc;
    margin-right: 30px;
    cursor: pointer;
}
.searchlistbox .searchtit em.on{
	color: #349dff;
	border-bottom: 2px solid #349dff;
}

.searchlistbox1{
	width: 100%;
	padding-bottom: 20px;
}
.searchlistbox1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.searchlistbox1 ul li{
	border:1px solid #eee;
	background: #fff;
	width: 49%;
	justify-content: space-between;
	margin-top: 20px;
}
.searchlistbox1 ul li a{
	display: flex;
	width: 100%；
}
.searchlistbox1 ul li .listli1{
	margin:30px;
	width: 310px;
}
.searchlistbox1 ul li .listli1 p{
	color: #414a60;
	font-size: 16px;
}
.searchlistbox1 ul li .listli1 span{
	color: #414a60;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}
.searchlistbox1 ul li .listli1 div{
	display: flex;
	flex-wrap: wrap;
}
.searchlistbox1 ul li .listli1 div i{
	font-style: normal;
	height: 20px;
	border:1px solid #eee;
	color: #9498a6;
	font-size: 12px;
	padding: 0 10px;
	border-radius: 20px;
	margin-right: 5px;
	line-height: 20px;
	margin-bottom: 5px;
}
.searchlistbox1 ul li .listli1 span i{
	color: #349dff;
	font-size: 14px;
	font-style: normal;
}
.searchlistbox1 ul li .listli1 em{
	display: block;
	color: #b5b9c8;
	font-size: 12px;
	font-style: normal;
	margin: 8px 0;
}
.searchlistbox1 ul li .listli3{
	margin: 30px 0;
	padding: 0 30px;
	border-left: 1px dashed #eee;
	text-align: center;
}
.searchlistbox1 ul li .listli3 img{
	display: block;
	width: 54px;height: 54px;
	border:1px solid #eee;
	border-radius: 5px;
	margin-right: 10px; 
	margin:0 auto;
}
.searchlistbox1 ul li .listli3 h1{
	color: #414a60;
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}
.searchlistbox1 ul li .listli3 p{
	color: #9498a6;
	font-size: 12px;
	margin-top: 6px;
}



.searchlistbox1 ul li .listli3 .widthjobimgBox {
    width: 170px;
    height: 100px;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
	overflow: hidden;
	margin: 0 auto;
	
}
.searchlistbox1 ul li .listli3 .widthjobimgBox img {
	width: 100%!important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}




.banner1{
	width: 100%;
}
.banner1 > img{
	width: 100%;
	display: block;
}
.searchlistdiv2{
	display: none;
}
.mod_select {
  width: 100%;
  position: absolute;
  left: 0;top: 0;
  height: 44px;
}
.mod_select .select_box {
  position: relative;
  width: 100%;
  height: 44px;
}
.mod_select .select_box .select_txt {
  display: inline-block;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  font-size: 14px;
  cursor: pointer;
  color: #333;
  width: 56%;
  padding-left: 34%;
}
.mod_select .select_box .select-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  width: 10px;
  height: 10px;
  background: url(../images/icon4.png) center no-repeat;
}
.mod_select .select_box .option {
  display: none;
  position: absolute;
  top: 45px;
  left: -1px;
  width: 102px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
}
.mod_select .select_box .option li {
  font-size: 14px;
  line-height: 2.5;
  cursor: pointer;
  padding-left: 34%;
}
.listmail{
	padding: 25px 0;
	display: flex;
	align-items: center;
}
.listmail img{
	width: 45px;
	height: 45px;
	margin-right: 15px;
}
.listmail p{
	color: #6f7688;
	font-size: 14px;
}
.listmail p b{
	color: #6f7688;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.more{
	width: 100%;
}
.more a{
	display: block;
	width: 90px;
	height: 36px;
	background: #349dff;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	margin: 0 auto;
}
.popular{
	width: 100%;
	padding-bottom: 60px;
}
.popular > h1{
	color: #8d92a1;
	font-size: 14px;
	font-weight: 500;
}
.popular ul{
	width: 100%;
}
.popular ul li{
	width: 23.7%;
	margin-top: 20px;
	background: #fff;
	border:1px solid #eee;
	float: left;
	margin-right: 1.5%;
}
.popular ul li:nth-child(4n){
	margin-right: 0;
}
.popular ul li a{
	display: block;
}
.popular ul li a .populardiv{
	text-align: center;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px dashed #ebebeb;
}
.popular ul li a .populardiv img{
	display: block;
    width: 54px;
    height: 54px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 0 auto 10px;
}
.popular ul li a .populardiv h1{
	color: #414a60;
	font-size: 16px;
	font-weight: 500;
}
.popular ul li a .populardiv h1 p{
	color: #9498a6;
	font-size: 12px;
	padding: 5px 0; 
}
.popular ul li a .populardiv > p{
	color: #9498a6;
	font-size: 12px;
}
.popular ul li a .populardiv1{
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #414a60;
	font-size: 12px;
}
.popular ul li a .populardiv1 span{
	color: #349dff;
}





@media (max-width:1680px) {

}
@media (max-width:1580px) {

}
@media (max-width:1400px) {

}
@media (max-width:1366px) {
	

}

@media (max-width:1280px) {
	.banner{height: auto;}
	.bannerbox{width: 90%;margin: 15px auto;}
	.bannerbox .boxleft > img{width: 80px;height: 80px;margin-right: 15px;}
	.bannerbox .boxleft .div1 h1{font-size: 16px;}
	.bannerbox .boxleft .div1 p{font-size: 12px;}
	.title{width: 90%;position: static;margin:0 auto;}
	.listbox{width: 90%;flex-wrap: wrap;padding-bottom: 30px;}
	.listbox .listboxleft{width: 100%;}
	.listboxleft .listtab{flex-wrap: wrap;}
	.listboxleft .listtab span{margin-bottom: 10px;}
	.listboxleft .listtab ul{flex-wrap: wrap;}
	.listboxleft .listtab ul li{padding: 0;margin-right: 15px;margin-bottom: 10px;}
	.searchbox{width: 90%;}
	.searchbox .search1{width: 100%; position: relative;}
	.searchbox .search1 .addr{width: 80px;position: absolute;top: 0;left: 0;}
	.searchbox .search1 input{width: 100%;top: 0;left: 0;box-sizing: border-box; padding:0 90px; border-radius: 5px;}
	.searchbox .search1 a{width: 80px;position: absolute;top: 0;right: 0;font-size: 14px;}
	.searchbox .search1 a img{margin-right: 5px;width: 15px;}
	.hotsearch{width: 100%;flex-wrap: wrap;}
	.hotsearch li{margin-bottom: 5px;}
	.searchlistbox{width: 90%;}
	
}

@media (max-width:1024px) {
	

}

@media (max-width:980px) {
	.searchlist{margin-top: 15px;flex-wrap: wrap;}
	.searchlist ul{margin-left: 0;margin-top: 10px;}
	.searchlist .searchlistdiv{margin-bottom: 10px;}
}

@media (max-width:768px) {
	.bannerbox{flex-wrap: wrap;}
	.bannerbox .boxright1{justify-content: flex-start;}
}

@media (max-width:414px) {
	.bannerbox .boxright{text-align: left;}
	.bannerbox .boxright .div0{justify-content: flex-start;}
	.title span{font-size: 14px;margin-top: 10px;padding-bottom: 10px;}
	.listul ul li{padding: 15px;}
	.listul ul li .listli1 p{font-size: 14px;}
	.listul ul li .listli1 span{font-size: 12px;}
	.listul ul li .listli2 p{font-size: 18px;text-align: right;}
	.listul ul li .listli3 > img{width: 65px;right: -5px;bottom: -15px;}
	.listul ul li .listli3 h2{font-size: 14px;}
	.listboxright{width: 100%;border-left: none;padding-left: 0;margin-top: 30px;}
	.listuldiv ul li{width: 100%;}
	.listuldiv{padding-bottom: 0;margin-bottom: 0;}
	.searchlistbox1 ul li{width: 100%;flex-wrap: wrap;}
	.searchlistbox1 ul li .listli1{width: 100%;margin: 15px;}
	.searchlistbox1 ul li .listli3{width: 100%;margin: 15px 0;padding: 0 15px;display: flex;align-items: center;}
	.searchlistbox1 ul li .listli3 img{margin:0;}
	.searchlistbox1 ul li .listli3 h1{margin-top: 0;text-align: left;margin-left: 10px;}
}












