* {
    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;
}
/* 滚动条整体样式 */
::-webkit-scrollbar {
    width: 4px;  /* 你可以根据需要调整宽度 */
    height:0px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: rgb(1, 75, 136); /* 滚动条滑块的颜色 */
    border-radius: 0px;  /* 你可以设置圆角，使滑块看起来更平滑 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道的颜色，你可以设置为透明或任何你喜欢的颜色 */
    border-radius: 4px; /* 同样可以设置圆角 */
}

/* 滚动条滑块在鼠标按下时的样式（可选） */
::-webkit-scrollbar-thumb:active {
    background-color: rgba(1, 75, 136, 0.65); /* 稍微降低透明度，使其看起来像被按下 */
}

/* 滚动条滑块在鼠标悬停时的样式（可选） */
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(1, 75, 136, 0.8); /* 稍微提高透明度，使其看起来像被选中 */
}
.count {
    font-family: 'Bebas';
}

@font-face {
    font-family: 'Bebas';
    src: url(BebasNeue-Regular.otf);
}

@font-face {
    font-family: "syht";
    src: url(Source_Han_Sans_SC_Medium_Medium.otf);
}

html {
    font-size: 16px;
}

a {
    display: block;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:focus {
    outline: none;
    -moz-outline: none;
}

.ty_h {
    display: table-cell;
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*字体大小*/
.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;

}

/*选择器*/


.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;
}

.wbsl3 {
    -webkit-line-clamp: 3;
    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: rgb(1, 75, 136);
    border-radius: 0px;
    border: none;
    font-size: 16px;
    font-family: pfcg;
    position: relative;
    left: 50%;
    margin-left: -111px;
    cursor: pointer;
}

.dw {
    position: relative;
    top: -180px;
    display: block;
    height: 0;
    overflow: hidden;
}

#gsjj {
    top: -300px;
}


/*post end*/

/*info*/
.ty_content {
    background-color: #f5f5f5;
    padding: 60px 0px;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.atc {
    padding: 60px 0 60px;
    width: 900px;
    margin: 0 auto;
}

.atc-h {
    text-align: center;
}

.atc-h h1 {
    font-size: 24px;
    color: #222;
    line-height: 40px;
}

.atc-date {
    color: #666;
    line-height: 30px;
    margin-top: 12px;
    padding: 10px 0;
    background-color: #f5f5f5;
}

.atc-con {
    padding: 24px 0 40px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    border-bottom: 1px solid #ebebeb;
}

.atc-pn {
    position: relative;
    margin-top: 20px;
}

.atc-pn {
    color: #666;
    line-height: 40px;
}

.atc-pn a {
    display: inline-block;
    color: #666;
}

.atc-con p {
    font-size: 16px;
    line-height: 32px;
}

.atc-con img {
    display: inline;
    max-width: 100%;
    
}

/*info end*/



/*手机导航*/
.wappagenav {
    position: relative;
}

.wappagenav .wappagenavname {
    display: block;
    color: #fff;
    background-color: #0656B2;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 48px;
    position: relative
}

.wappagenav .wappagenavname:after {
    content: "";
    width: 2px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 21.5px;
    margin-top: -7px;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s
}

.wappagenav .wappagenavname:before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1px;
    transition: 0.5s ease-in-out 0s;
    -webkit-transition: 0.5s ease-in-out 0s;
    -moz-transition: 0.5s ease-in-out 0s
}

.wappagenav .wappagenavname.cur:after,
.wappagenav .wappagenavname.cur:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg)
}

.wappagenav .wappagenavitems {
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    padding: 0;
    display: none;
    background-color: #fff;
    z-index: 10;
    position: absolute;
    top: 48px;
    left: 0;
    box-shadow: 0px 6px 28px rgba(0, 0, 0, 0.08)
}

.wappagenav .wappaganavlist {
    width: 100%;
    float: none;
    border-bottom: 1px solid #ddd;
    padding: 0 15px;
    z-index: 99;
    background-color: #fff
}

.wappagenav .wappaganavlist:nth-last-of-type(1) {
    border-bottom: none
}

.wappagenav .wappaganavlist a {
    width: 100%;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    border-top: none;
    display: block
}

/*手机导航*/
/*baiduditu*/
#allmap {
    height: 480px;
    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 {
    text-align: center;
    padding: 60px 0px 0px;
}

.pages ul {
    display: inline-block;
    text-align: center;
}

.pages ul li {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #c5c5c5;
    display: inline-block;
    margin: 0 12px;
    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: #0656B2;
}

.pages ul li:hover::after {
    left: 0px;
    right: auto;
    width: 100%;
}

.pages ul li:hover {
    border: none;
}

.pages ul li:hover a {
    color: #fff;
    position: relative;
    z-index: 1;
}

.pages .current {
    background: #0656B2;
    background-size: 100% 100%;
    border: none;
}

.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 {
    width: 78px;
    line-height: 34px;
}

.pages ul li.sw {
    width: 58px;
}

/*pages*/


.sj {
    display: none !important;
}


.join {
    padding-top: 18px;
    padding-bottom: 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:30px 4%;
}

.hrList_a1_button a.morehr:hover,
.DownList_a1 li a:hover {
    background-color: rgb(1, 75, 136);
    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: rgb(1, 75, 136);
    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(1, 75, 136);
    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%;
}

.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 rgb(1, 75, 136);
    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(1, 75, 136);
}

.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: rgb(1, 75, 136);
}

.job_type .R input:focus {
    border-bottom-color: rgb(1, 75, 136);
}

.ty_post input {
    background: #fff;
    border: none;
    text-indent: 15px;
    box-shadow: 0px 0px 1px 1px rgb(1, 75, 136);
}

.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 rgb(1, 75, 136);
}

.post {
    padding: 0px 0px 60px;
}

/*移入效果*/
.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: 26px;
        text-align: center;
        line-height: 24px;
        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 li.fy {
        width: auto;
        line-height: 26px !important;
    }

    .pages {
        padding: 20px 0px 20px;
    }

    .atc {
        padding: 30px 0 30px;
        width: 94%;
        margin: 0 auto;
    }

    .w1200 {
        max-width: 96%;
        margin: 0 auto;
        background-color: #fff;
    }

    .atc-date {
        font-size: 12px;
    }

}

/*sj pages*/
