
*{
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;
	outline:none;
}
html{
	font-size:16px;
}
a{
	display:block;
	outline:none;blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline:none;  
	-moz-outline:none;
  }


/*字体大小*/
.fs-12{
	font-size:0.75rem;
}
.fs-14{
	font-size:0.875rem;
}
.fs-16{
	font-size:1rem;
}
.fs-18{
	font-size:1.125rem;
}
.fs-20{
	font-size:1.25rem;
}
.fs-22{
	font-size:1.375rem;
}
.fs-24{
	font-size:1.5rem;
}
.fs-32{
	font-size:2rem;
}

/*浮动清除*/
.clear{
	clear:both;
	
}

/*选择器*/

@font-face {
	font-family: pftc;
	src: url(../font/PingFangBold.ttf);
}
@font-face {
	font-family: pfcg;
	src: url(../font/PingFangRegular.ttf);
}
@font-face {
	font-family:pfzd ;
	src: url(../font/PingFangMedium.ttf);
}
@font-face {
	font-family:pfct ;
	src: url(../font/PingFangBold.ttf);
}
@font-face {
	font-family:arbl ;
	src: url(../font/ariblk.ttf);
}
@font-face {
	font-family:syht ;
	src: url(../font/SourceHanSansCN-Bold_0.otf);
}
img{
	display:block;
}

.wbsl{
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
}
.wbsl2{
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*post*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	font-family: pfcg;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
	font-family: pfcg;
}
.form-group {
    margin: 15px 0px;
}
.post{
	padding:0px 0px 60px;
}
textarea.form-control {
    height: auto;
	font-size:16px;
	font-family: pfcg;
}
.post .bts{
	width:222px;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#fff;
	background-image: linear-gradient(to right, #0170b7 , #018ae1);
	border-radius: 21px;
	border:none;
	font-size:16px;
	font-family: pfcg;
	position:relative;
	left:50%;
	margin-left:-111px;
}
/*post end*/

/*info*/
.nnews{
	border-bottom:#7e7e7e 1px solid;
	padding-bottom:60px;
}
.ty_dtitle{
	padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    margin-bottom: 40px;
}
.ty_atitle{
	font-size:32px;
	font-family: pfzc;
	padding-bottom:20px;
	margin-bottom:20px;
	color:#000;
	padding-top:80px;
	text-align:center;
}

.ty_acontent img{
	max-width:60%;
	margin:0 auto;
}
.ty_time span{
	position: relative;
    display: inline-block;
    line-height: 1.563vw;
    padding-right: 1.302vw;
    margin-right: 1.354vw;
    font-size: 20px;
    color: #666;
}
.ty_time span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 0.781vw;
    margin-top: -0.391vw;
    width: 1px;
    background-color: #e5e5e5;
}
.ty_time span:last-child::before{
	display:none;
}
.fenye {
	margin-top:40px;
	color:#000;
}
.fenye p{
	padding:10px 0px;
}
.fenye a{
	display:inline-block;
	color:#000;
	font-size:14px;
}
.ty_acontent img{
	max-width: 100% !important;
}
.ty_acontent p{
	line-height:30px;
}
/*info end*/


/*baiduditu*/
#allmap{height:835px;width:100%;} 
.shadow img{display:none;}
.contactMap img{max-width:none;}
/*baiduditu end*/

/*nyfooter*/
.pages{
	padding:30px 0px 40px;
}
.pages ul{
	text-align:center;
}
.pages ul li{
	width:38px;
	height:38px;
	text-align:center;
	line-height:36px;
	border:1px solid #d7d7d7;
	display:inline-block;
	margin:0 10px;
	border-radius: 6px;
	position:relative;
	overflow: hidden;
}

.pages ul li::after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:0px;
	height:100%;
	transition: .5s;
	background-image: linear-gradient(to right, #0170b7 , #018ae1);
}
.pages ul li:hover::after{
	left:0px;
	right:auto;
	width:100%;
}
.pages ul li:hover a{
	color:#fff;
	position:relative;
	z-index: 1;
}
.pages .current{
	background-image: linear-gradient(to right, #0170b7 , #018ae1);
	border:1px solid #0170b7;
}
.pages .current a{
	color:#fff;
}
.pages ul .fy{
	width:80px;
}
.pages ul .sw{
	width:50px;
}
.pages ul li a{
	color:#000;
	font-size:14px;
}
.pages_a {
	text-align:center;
}
.pages_a ul{
	float:None;
	text-align:center;
}
/*pages*/

.sj{
	display:none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px;
	font-family: pfcg;
  }
  
  input:-moz-placeholder, textarea:-moz-placeholder {
	color: #fff;
	font-size: 16px;
	font-family: pfcg;
  }
  
  input::-moz-placeholder, textarea::-moz-placeholder {
	color: #fff;
	font-size: 16px;
	font-family: pfcg;
  }
  
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #fff;
	font-size: 16px;
	font-family: pfcg;
  }

  .hrList_a1 {
	background: #fff;
}

.hrList_a1_item {
	background: #fff;
	max-width: 100%;
}

.last {
	margin-bottom: 60px;
}

.hrList_a1_item:nth-child(3n) {
	margin-right: 0;
}

.hrList_a1_item>ul li.other span {
	margin-bottom: 10px;
	display: block;
}

.hrList_a1_title {
	padding: 20px 0 20px 30px;
	cursor: pointer;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}

.hrList_a1_item:nth-child(even) .hrList_a1_title {
	background: #f8f8f8;
}

.hrList_a1_title ul {
	overflow: hidden;
	padding-left: 0px;
}

.hrList_a1_button {
	display: none;
	border-top: 1px dashed #eee;
	margin: 0 30px 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.hrList_a1_button a.morehr:hover, .DownList_a1 li a:hover {
	background-image: linear-gradient(to right, #0170b7 , #018ae1);
	transition-duration: .3s;
	color: #FFF;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
	max-height:750px!important;
}
.lg-outer .lg-thumb-outer{
	background:rgba(0,0,0,0.3)!important;
}
.hrList_a1_button a.morehr, .DownList_a1 li a {
	text-align: left;
	cursor: pointer;
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 120px;
	color: #444;
	background: #F3F5FA;
	transition-duration: .3s;
	border-radius: 8px;
	font-size: 16px;
	margin: 0;
}


.hrList_a1_item>ul {
	display: none;
	font-size: 16px;
	padding: 30px;
}

.hrList_a1_item>ul li {
	font-size: 16px;
	line-height: 2.5;
	list-style: none;
}

.clearfix p {
	margin-top: 0;
	margin-bottom: 1rem;
}

.hrList_a1_item>ul li.other {
	width: 100%;
	line-height: 22px;
	padding: 5px 0;
	color: #777;
	text-overflow: inherit;
	white-space: inherit;
	margin-top: 0;
}

.job_box ul li {
	list-style: none;
}

.JobList_e1 {
	border: 1px solid #eee;
	margin-bottom: 35px;
	min-width: 600px;
	padding-left: 0px;
}

.hrList_a1_title li:first-child {
	color: #333;
}

.job_title {
	background: #F3F5FA;
	min-width: 600px;
}

.job_title ul {
	overflow: hidden;
	padding-left: 30px;
}

.job_title li {
	color: #000;
	float: left;
	font-size: 20px;
	width: 21.25%;
	line-height: normal;
	list-style: none;
}

.job_title i {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.job_title img {
	max-width: 25px;
	max-height: 20px;
	display: block;
}

.job_title span {
	display: inline-block;
	vertical-align: middle;
	line-height: 3em;
}

.hrList_a1_title li {
	width: 21.25%;
	float: left;
	color: #999;
	font-size: 16px;
	box-sizing: border-box;
}

.job_box {
	width: 100%;
	overflow: auto;
}

.hrList_a1_button a.morehr {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}

.hrList_a1_button span {
	display: inline-block;
	margin-left: 20px;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px dashed #00a126;
	padding: 0 10px;
}

.hrList_a1_button span a:hover {
	text-decoration: underline;
}

.job_type {
	display: inline-block;
	font-size: 14px;
	overflow: hidden;
	vertical-align: middle;
	margin-left: 50px;
}

.job_type select {
	background: #f5f5f5;
	font-size: 14px;
	padding: 10px 20px;
	color: #666;
	line-height: 2;
}

.job_type .L {
	float: left;
}

.job_type span {
	color: #fba51a;
}

.job_type .L a {
	padding: 5px 20px;
	border: 1px solid #ddd;
	border-radius: 3px;
	color: #777;
	margin-right: 10px;
	transition: 0.3s ease 0s;
}

.job_type .R {
	float: right;
}

.job_type .R form {
	display: inline-block;
	line-height: 30px;
}

.job_type .R input {
	height: 29px;
	border-bottom: 1px solid #ddd;
	padding: 0 10px;
	line-height: 35px;
	color: #666;
	font-size: 14px;
	width: 200px;
}

.job_type .R button {
	font-size: 14px;
	border-radius: 3px;
	width: 80px;
	height: 30px;
	color: #666;
	background: #eee;
	margin-left: 20px;
	cursor: pointer;
	transition: 0.3s ease 0s;
}

.job_type .L a:hover, .job_type .R button:hover {
	border-color: #fff;
	color: #fff;
	background: #fba51a;
}

.job_type .R input:focus {
	border-bottom-color: #fba51a;
}


/*sj pages*/
@media only screen and (max-width: 1100px){
	.pages ul li {
		width: auto;
		min-width: 20px;
		height: 26px;
		text-align: center;
		line-height: 24px;
		display: inline-block;
		margin: 0 2px;
		border-radius: 5px;
		padding:0px 5px;
	}
	.pages ul .sw {
		width: auto;
	}
	.pages ul li a {
		font-size: 12px;
	}
	.pages ul .fy {
		width: auto;
	}
}
/*sj pages*/
