
*{ box-sizing: border-box;  margin:0;padding:0;  outline:none;}
fieldset,img {border:0 none}  /* 閲嶇疆fieldset锛堣〃鍗曞垎缁勶級銆佸浘鐗囩殑杈规涓�0*/
dl,ul,ol,menu,li {list-style:none}   /* 閲嶇疆绫昏〃鍓嶅绗﹀彿涓簅nne,menu鍦℉TML5涓湁鏁� */
blockquote, q {quotes: none}   /* 閲嶇疆宓屽寮曠敤鐨勫紩鍙风被鍨� */
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 閲嶇疆宓屽寮曠敤*/
input,select,textarea,button {vertical-align:middle;resize:none;-webkit-appearance: none !important;outline: none; border:none; background:transparent;}  /* 閲嶇疆琛ㄥ崟鎺т欢鍨傜洿灞呬腑*/
button { cursor:pointer}  /* 閲嶇疆琛ㄥ崟button鎸夐挳鏁堟灉 */
a {color:#333;text-decoration:none;border:0 none;}  /* 閲嶇疆閾炬帴a鏍囩 */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 閲嶇疆鏍峰紡鏍囩鐨勬牱寮� */
caption {display:none;}    /* 閲嶇疆琛ㄦ牸鏍囬涓洪殣钘� */
table {border-collapse:collapse;border-spacing:0;}    /* 閲嶇疆table灞炴€� */
img{ border:0 none; max-width: 100%; vertical-align: middle; transition:all .6s ; -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }  /* 鍥剧墖鍦ㄥ綋鍓嶈鍐呯殑鍨傜洿浣嶇疆 */
a img{border:0 none;}
em,i{font-style:normal;}
h3,h4,h5,h6{ font-weight: normal;}
table{margin:5px auto;width:100%;}
table,tr,td,th {border: 1px solid #bbb;padding: 0.4rem;border-collapse: collapse;text-align:center;}
/* 鍙栨秷a鏍囩鐐瑰嚮鍚庣殑铏氱嚎妗� */
 a {outline: none;color: inherit;-webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;  -webkit-user-select: none;}  
 ::-webkit-scrollbar {width:5px;background-color: #F5F5F5;}
/* 婊氬姩妲� */::-webkit-scrollbar-track {border-radius:5px;}
/* 婊氬姩鏉℃粦鍧� */::-webkit-scrollbar-thumb {border-radius:10px;background:rgb(45, 54, 132);}
/*娓呴櫎娴姩*/
.fl{ float:left;}
.fr{ float:right;}
.clear10{height:10px;overflow:hidden;clear:both;}
.clear20{height:20px;overflow:hidden;clear:both;}
.clear30{height:30px;overflow:hidden;clear:both;}
.clear40{height:40px;overflow:hidden;clear:both;}
.clear150{height:150px;overflow:hidden;clear:both;}
.clearfix:after {content: "";display: block;clear: both;width: 100%;height: 0;line-height: 0;font-size: 0;}
:root {
  --black:#1a1a1a;
  --red: #a9002c;
  --orange: #ffa400;
  --blue: #00479b;
  --gray: #8F8E94;
}
.jumpUrl{ cursor: pointer;}
.linka a:hover{ color:  #00479b;;}
 /* input 鐨� placeholder*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#999;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#999;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#999;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #999;}

@font-face {
    font-family: bebas;
    src: url(BebasNeue-Regular.otf);
}
/*选择器*/

.lg-object.lg-image{
    max-height:700px !important;
}
.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;
}
.wbsl4 {
    -webkit-line-clamp: 4;
    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(215, 171, 105);
    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*/

.ty_img{
    position:relative;
    overflow: hidden;
}
.ty_img img{
    width:100%;
    display:block;
    transition: .5s;
}
.ty_img:hover img{
    transform:scale(1.02)
}

/*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-con img{
    margin:5px 0px;
}
.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: rgb(45, 54, 132);
    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: 70px 0px 100px;
}

.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: rgb(45, 54, 132);
}

.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: rgb(45, 54, 132);
    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;
}


.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-top: 30px;
    padding-bottom: 30px;
}

.hrList_a1_button a.morehr:hover,
.DownList_a1 li a:hover {
    background-color: #ef9f3b;
    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(215, 171, 105);
    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(215, 171, 105);
    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(215, 171, 105);
    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: rgb(215, 171, 105);
}

.job_type .R input:focus {
    border-bottom-color: rgb(215, 171, 105);
}

.ty_post input {
    background: #fff;
    border: none;
    text-indent: 15px;
    box-shadow: 0px 0px 1px 1px rgb(215, 171, 105);
}

.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(215, 171, 105);
}

.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*/