* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

a {
    display: block;
    outline: none;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

.ty_h {
	width:0.1%;
    display: table-cell;
    vertical-align: middle;
}

/*字体大小*/
.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;

}

/*选择器*/

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;
}


textarea.form-control {
    height: auto;
    font-size: 16px;
    font-family: pfcg;
}

.post .bts {
    width: 222px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #00a126;
    border-radius: 0px;
    border: none;
    font-size: 16px;
    font-family: pfcg;
    position: relative;
    left: 50%;
    margin-left: -111px;
    cursor: pointer;
}

.dw {
    position: relative;
    top: -100px;
    display: block;
    height: 0;
    overflow: hidden;
}


/*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: 40px;
    text-align: center;
}


.ty_time span {
    position: relative;
    display: inline-block;
    line-height: 1.563vw;
    padding: 0px 1.302vw;
    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: 60%;
    margin: 0 auto;
}

.ty_acontent p {
    line-height: 30px;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
    max-height:700px !important;
}

/*info end*/


/*baiduditu*/
#allmap {
    height: 341px;
    width: 100%;
}

#allmap a {
    display: inline-block;
}

#allmap img {
    display: inline-block;
}

.shadow img {
    display: none;
}

.contactMap img {
    max-width: none;
}

/*baiduditu end*/

/*nyfooter*/
.pages {
    padding: 30px 0px 0px;
}

.pages ul {
    text-align: center;
}

.pages ul li {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    border: 1px solid rgb(42, 81, 150);
    display: inline-block;
    margin: 0 9px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.pages ul li::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    transition: .5s;
    background: rgb(42, 81, 150);
    background-size: 100% 100%;
}

.pages ul li:hover::after {
    left: 0px;
    right: auto;
    width: 100%;
}

.pages ul li:hover {
    border: 1px solid rgb(42, 81, 150);
}

.pages ul li:hover a {
    color: #fff;
    position: relative;
    z-index: 1;
}

.pages .current {
    background-size: 100% 100%;
    border: 1px solid rgb(42, 81, 150);
    background: rgb(42, 81, 150);
}

.pages .current a {
    color: #fff;
}

.pages .current:hover a {
    color: #fff;
}

.pages ul li a {
    color: #000;
    font-size: 14px;
}

.pages_a {
    text-align: center;
}

.pages_a ul {
    float: None;
    text-align: center;
}

.pages ul li.fy {
    border: none;
    line-height: 32px;
}

/*pages*/

.sj {
    display: none;
}


.join {
    padding-top: 18px;
}

.hrList_a1 {
    background: #fff;
}

.hrList_a1_item {
    max-width: 100%;
}

.hrList_a1_item:nth-of-type(odd) {
    background: rgb(242, 242, 242);
}

.hrList_a1_item:nth-of-type(even) {
    background: #fff;
}

.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 {
    cursor: pointer;
    overflow: hidden;
}

.hrList_a1_item:nth-child(even) .hrList_a1_title {
    background: #f8f8f8;
}

.hrList_a1_title ul {
    overflow: hidden;
    padding-left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.hrList_a1_button {
    display: none;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
    margin: 0 0px 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.hrList_a1_button a.morehr:hover,
.DownList_a1 li a:hover {
    background-color: #00a126;
    transition-duration: .3s;
    color: #FFF;
}

.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: #fff;
    background: #000;
    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;
    min-width: 600px;
    padding-left: 0px;
}



.job_title {
    background: rgb(0, 130, 53);
    min-width: 600px;
}

.job_title ul {
    overflow: hidden;
}

.job_title li {
    color: #000;
    float: left;
    width: 21.25%;
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 84px;
    text-align: center;
}

.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: #000;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    line-height: 77px;
}

.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: rgb(231, 123, 25);
}

.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: #00a126;
}

.job_type .R input:focus {
    border-bottom-color: #00a126;
}

.ty_post input {
    background: #fff;
    border: none;
    text-indent: 15px;
    box-shadow: 0px 0px 1px 1px #00a126;
}

.ty_post .typostl {
    line-height: 40px;
    margin-top: 30px;
    font-size: 18px;
}

.ty_post textarea {
    border: none;
    text-indent: 15px;
    box-shadow: 0px 0px 1px 1px #00a126;
}

/*移入效果*/
.yrxg ul li .sp {
    position: absolute;
    background: red;
    -webkit-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all .7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.yrxg ul li .line-1 {
    left: 0%;
    top: 0%;
    width: 0%;
    height: 2px;
}

.yrxg ul li:hover .line-1,
.yrxg ul li:hover .line-3 {
    width: 100%;
}

.yrxg ul li:hover .line-2,
.yrxg ul li:hover .line-4 {
    height: 100%;
}

.yrxg ul li .line-2 {
    right: 0%;
    top: 0%;
    width: 2px;
    height: 0%;
}

.yrxg ul li .line-3 {
    right: 0%;
    bottom: 0%;
    width: 0%;
    height: 2px;
}

.yrxg ul li .line-4 {
    left: 0%;
    bottom: 0%;
    width: 2px;
    height: 0%;
}

/*sj pages*/
@media only screen and (max-width: 1100px) {
    .pages ul li {
        width: auto;
        min-width: 20px;
        height: 20px;
        text-align: center;
        line-height: 18px;
        display: inline-block;
        margin: 0 2px;
        border-radius: 2px;
        padding: 0px 5px;
    }

    .pages ul .sw {
        width: auto;
    }

    .pages ul li a {
        font-size: 12px;
    }

    .pages ul .fy {
        width: auto;
        line-height: 20px !important;
    }

    .pages {
        padding: 20px 0px 0px;
    }

}

/*sj pages*/