.relative {
    position: relative;
}

#announcement .banner-container {
    background: url(../images/banner_public_announcement.e8263ad4.png) no-repeat;
    background-size: cover;
    
}

.banner-box{
    width: 1200px;
    margin: 0 auto;
}
.banner-container .bannertitle{
    
    font-family: FounderYouhei-Medium, PingFangSC-Medium;
    font-size: 64px;
    color: #252525;
    letter-spacing: 11.79px;
    padding-top: 177px;
}

.tab-container {
    height: 520px;
    padding-top: 60px;
    background: #F8F8F8;
}

.tab-container .container {
    width: 1200px;
    height: 400px;
    padding-left: 0;
    background: #FFFFFF;
}

.tab-container .container li {
    float: left;
    width: 600px;
    height: 200px;
    color: #252525;
    cursor: pointer;

}

.rightborder {
    border-right: 1px solid #EEEEEE;
}

.bottomborder {
    border-bottom: 1px solid #EEEEEE;
}

.tab-container li .icon {
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-top: 46px;
    background-size: 100%;
}


.hidden {
    display: none !important;
}

.tab-container li p {
    font-family: "FounderYouhei-Medium";
    font-size: 32px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    margin-top: 20px;
}

.slected {
    color: #FFFFFF !important;
    background: url(../images/img_selected_by_default@2x.8487f8b4.png) no-repeat;
    background-size: 100%;
    border: none;
}

.list-container {
    /* height: 985px; */
}

.list-container .container {
    width: 1200px;
    padding-left: 0;
    padding-top: 60px;
}

.list-container .title {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #252525;
    line-height: 33px;
}

.list-container .list {
    margin-top: 28px;
}

.list-container .list li {
    height: 32px;
    margin-bottom: 28px;
    cursor: pointer;
}

.list-container .list .icon {
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 12px;
}

.list-container .list .time {
    width: 105px;
    font-family: PingFangSC-Regular, FounderYouhei-Regular;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    text-align: left;
}

.container .pb60 {
    padding-bottom: 60px;
    position: relative;
    min-height: 925px;
}

.container .left-container {
    width: 1200px;

}

.page_s1 {
    position: absolute;
    bottom: 60px;
    left: 0;
}

.list_page_s1 {
    position: absolute;
    bottom: 60px;
    left: 0;
}

.txt-title {
    display: inline-block;
    width: 844px;
    height: 32px;
    line-height: 32px;
    font-family:PingFangSC-Regular, FounderYouhei-Regular;
    font-size: 20px;
    color: #252525;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right-list {
    width: 104px;
    height: 865px;
    border-left: 1px solid #EEEEEE;
}

.right-list li {
    height: 32px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    padding-left: 34px;
    margin-bottom: 20px;
    border-left: 3px solid #FFFFFF;
    cursor: pointer;
}

.active-list {
    border-left: 3px solid #3F3F9F !important;
    color: #3F3F9F !important;
}


/* 选项卡 */

.table_card {
    width: 1200px;
    /* margin-top: 28px; */

}

.table_card .tab {
    height: 50px;
    font-family: "FounderYouhei";
    font-size: 20px;
    background: #F8F8F8;
}

.table_card .tab li {

    float: left;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #F8F8F8;
    border-top: 3px #eeeeee solid;
    border-left: 1px #eeeeee solid;
}


.table_card .tab li:last-child {
    border-right: 1px #eeeeee solid;
}

.table_card .tab li:hover {
    height: 50px;
    background: #fff;
    color: #3F3F9F;
    cursor: pointer
}

.table_card .activ {
    height: 50px !important;
    color: #3F3F9F;
    background: #fff !important;
    border-top: 3px solid #3F3F9F !important;
}

.table_card .tabCon {
    width: 1200px;
    margin-top: 28px;
    background: #fff;
    border-bottom: 1px #eeeeee solid;
    border-left: 1px #eeeeee solid;
    border-right: 1px #eeeeee solid;
}

.table_card .tabCon>div {
    display: none
}

.table_card .tabCon .on {
    display: block
}

/* table */

.table-box {
    font-size: 14px;
}

.table-box li {
    line-height: 36px;
}

.table-box li .ding {
    color: #F30;
    margin-left: 5px
}

.table-box li .time {
    float: right;
    font-size: 12px;
    color: #888
}

.picker-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
    background: #FFFFFF;
    padding: 0 5px;
}
.input-box{
    position: relative;
    width: 260px;
    height: 40px;
}
.input-box .calendar {
	width: 260px !important;
}
.dropdownBox {
    display: flex;
    align-items: center;
}
label {
    font-family: FounderYouhei-Regular;
    font-size: 16px;
    color: #252525;
    line-height: 18px;
    margin-right: 10px;
    margin-bottom: 0;
  }
.dropdown {
  /* display: inline-block; */
  /* margin: 4px 30px 4px 0;  */
}
.dropdown-menu {
  padding: 0;
  border: none;
  overflow: auto;
  max-height: 200px;
  width: 150px;
}
.department-dropdown .dropdown-menu {
  /* width: 160px; */
  width: 245px;
}
.dropdown-toggle input {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  line-height: 18px;
}
.dropdown-toggle input::placeholder {
  color: #999999;
}
.search-select {
  width: 150px;
  height: 40px;
  padding-left: 10px;
  padding-right: 20px;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  box-sizing: border-box;
}
.department-dropdown .search-select {
  width: 245px;
}
input.es-input{padding-right:20px!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA4DIAAIM2AAB5CAAAxgwAADT6AAAgbL5TJ5gAAABGSURBVHjaYvz//z8DOYCJgUzA0tnZidPK8vJyRpw24pLEpwnuVHRFhDQxMDAwMPz//x+OOzo6/iPz8WFGuocqAAAA//8DAD/sORHYg7kaAAAAAElFTkSuQmCC) right center no-repeat}
.clear-input-icon {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAAB65masAAADKUlEQVRYCe2YvWobQRSFJZE8gUmKuErlQNKkMCSFCTK4NyiVa/1UfgNjhJM3SKWfOlUC7gMRxkUEKdIkEFepbEOCnsAg5TtiZpkd7cyOZAIxaGHZe2fOPffMnZ3ZkSqV9bWuwLoCd7sC1dvIHw6Hz6fT6f5sNtupVqubPB+JD/sK+5Lnea1WO202m99WzbOSwMFg8Bphb0m6lZj4AqFHrVbrQyI+gy0lEGGPqcx77hcZwxIGFR1zHyD0V2pYssB+v/8KYR8h3kglD+AmiGy02+2zQH+uOUmgEfeJyPu56NWdG0TupYgsFahp5X37ipbbVs4fzoT3crtsumt+lO/rnfPETfGPqcAfHxvyDfaYfsXaa8NwW7/wGRWo1QqJvyC6nU7nDaPfTREpjLCKQUHXVSFu5XDbfDsq0GwluRgSHrL/PWNv+05HPSbS9NWFVYxic2Q4RTlcTFCgNmGAC/sco34A6WcWzlNe8h9gCkVaccIIqxjFusmNvWVyFXRVKkGBEO4XRtBoEo1CIn1xhIwC4uYpYrmCAiHcCQlUuy/SvpPLijNcwVxBgSTajAn0Rdp3kva6nVbsaOUsfyzXPQvyn1Ro/uH3231flSSBpnsuTP2aeh5J4oSP5QpWUIGpFwlmPraozcdYnwEuxNu+oECCriyo5Pkb7K6dVrtw1Maduplfh3IEBVKBy1CQ054TR4y2ktItyImfm7FcQYGM/twncn1VR1WylZMw+h/qXlZkLFdQINvGqSvItSUOP7daJczByA7ukw5ubkZz+WDX7/V6P/FzX5MicVSs6Auho//CQAqwF3ynn7h5XTtYQYEY2ZELlk2Cd3ZacUcFCbMQ05dVUrFZpzGKcriY0vMgq/ILxO6JRkemLtU5jInLJaGSRlyX9qwocIwZ7EsX69sZ2O+wPiQH2BPr81TMSao4xRnsiYlVky4d/cUdvUoF6sQLUQOWmyjTcp068jfKTtOiLBUoENNwBuEepltJda1yqXJJv0dEniRQQInkhd6GfCx/lUux4hBXanzpIiki0jGdM9z/98PdF6uTsA6bLIJ/9teHn3PtryuwrsBdq8Bf9S+wLDwYBjgAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 7px;
  top: 10px;
  cursor: pointer;
  display: none;
}
.input-box .icon-l{
    position: absolute;
    top: 0;
    right: 25px;
    width: 20px;
    height: 20px;
    margin: 10px;
    display: none;
    cursor: pointer;
}
.input-item {
    width: 260px;
    height: 40px;
    color: #999999;
    padding-left: 10px;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    outline-color: #3F3F9F;
}
#startdatepickerBox,
#enddatepickerBox {
    display: none;
}
#startdatepicker,
#enddatepicker {
    margin-right: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAFVBMVEUAAACampqampqbm5uampqdnZ2ZmZlNX0laAAAABnRSTlMAteMcSRq7rjkBAAAAW0lEQVQoz2MgFQgiKARIg1KkCzqloQEVoKAaumASSIswqvZAEJFmgOokZrAgupupIYgOcAliaqe3oBjCOYlYBWlveyIeQRraboAkAE8MoqiChmlYExj2pEg8AAAjxk/1kk47CwAAAABJRU5ErkJggg==) no-repeat;
    background-size: 20px 20px;
    background-position: top 50% right 10px;
}
.search-box {
    position: relative;
}

a:hover {
    background-color: transparent !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #3f3f9f !important;
  cursor: default !important;
  border-color: #3f3f9f !important;
  background-color: transparent !important;
}
.pagination > li > a,
.pagination > li > span {
  line-height: 32px !important;
  padding: 0px !important;
  color: #c0c0c0 !important;
}
.pagination > li > a:hover {
  color: #3f3f9f !important;
  background-color: transparent !important;;
}
.search-box #del-s{
    right: 34px;
}

.search-icon-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #3F3F9F;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    cursor: pointer;
}

.search-icon-box .icon {
    width: 20px;
    height: 20px;
    margin: 10px;
}



.table-box .tr {
    height: 50px;
    line-height: 50px;
    font-family: "FounderYouhei";
    font-size: 20px;
    color: #252525;
}

.table-box .tr span {
    width: auto;
    float: left;
    box-sizing: border-box;
}

.table-box .tr span:last-child {
    float: right;
}

.table-box .head {
    background: #F8F8F8;
}

.table-box .head .th {
    display: inline-block;
    height: 50px;
    text-align: center;
    border-left: 1px solid #eeeeee;
}

.table-box .head .th:nth-child(1) {
    text-align: center;
    border-left: none;
}

.table-box .content {
    border-top: 1px solid #eeeeee;

}

.table-box .content {
    cursor: pointer;

}

.table-box .content:hover {
    color: #3F3F9F;
}


.table-box .tr .td {
    display: inline-block;
    height: 50px;
    text-align: center;
    border-left: 1px solid #eeeeee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-box .tr .td4 {
  text-align: left;
  padding-left: 10px;
}

.table-box .tr .td:nth-child(1) {
    border-left: none;
}

.breadcrumb {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    text-align: justify;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: -20px;
}

.breadcrumb .location-item {
    cursor: pointer;
}

.breadcrumb .location-item:hover {
    color: #3F3F9F;
}
body {
    width: 100%;
    overflow: hidden;
}
strong{
    font-weight: bold;
}

.cliked {
    color: #3F3F9F;
}

.line-h32 {
    line-height: 32px;
    margin: 0;
}

.hidden{
    display: none;
}

.mr40 {
    margin-right: 40px;
}

.ml18 {
    margin-right: 18px;
}

.ml36 {
    margin-right: 36px;
}

.ml38 {
    margin-right: 38px;
}

.ml80 {
    margin-right: 80px;
}

.mt24{
    margin-top: 24px;
}

.mt60{
    margin-top: 60px;
}
.mr32{
    margin-right: 32px;
}
.pl41{
    padding-left: 41px;
}

.pl70 {
    padding-left: 70px;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.clearfix:after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.inbox {
    display: inline-block;
}

.title {
    font-family: FounderYouhei-Regular;
    font-size: 32px;
}

.container {
    width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    padding-left: 60px;
}

.banner-container {
    width: 100%;
    height: 460px;
}

.banner-container .title {
    font-family: FounderYouhei-Medium, PingFangSC-Medium;
    font-size: 64px;
    color: #FFFFFF;
    letter-spacing: 11.79px;
    padding-top: 177px;
}
.recruit-wrapper{
  
}
.content-wrapper{
    width:1200px;
    margin:0 auto;
}
.content-wrapper .title{
    margin-top:60px;
    font-family: FounderYouhei-Medium;
    font-size: 32px;
    color: #252525;
    text-align: left;
    
}
.issue-date{
    height: 56px;
    margin-top:43px;
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    line-height: 56px;;
    font-family: FounderYouhei;
    font-size: 16px;
    color: #666666;
    text-align: left;
    
}
.font-change{
    float:right;
    /*font-family: PingFangSC-Regular;*/
    font-size: 20px;
    color: #666666;
    text-align: center;
    
}
.font-setup{
    cursor: pointer;
}
.fontA{
    margin-left:40px;
}
.recruit-text{
    margin-top:35px;
    text-align:left;
    font-family: FounderYouhei-Medium;
     font-size: 20px;
     color: #252525;
     margin-bottom:24px;
}
.recruit-requirement{
    font-family: FounderYouhei;
font-size: 16px;
color: #252525;
line-height: 32px;
}
.recruit-requirementNew{
    font-family: FounderYouhei;
    font-size: 16px;
    line-height: 32px;
}
.recruit-requirement a{
    pointer-events:visible !important;
}
.recruitment-attachment{
    position: relative;
   height:20px;
   margin-bottom:60px;
   line-height: 20px;
   
}
.recruitment-attachment .i-attachment{

    /* display: inline-block; */
    /* position: absolute;
    top:50%;
    left:0;
    transform: translate(0,-50%); */
    width:20px;
    height:20px;
    vertical-align: middle;
    /* background: url("../../../images/join-us/icon_links_20_normal@2x.png") center center no-repeat; */
    background-size:100% 100%;
}
.recruitment-attachment .attachment{
    font-family: FounderYouhei;
    font-size: 16px;
    color: #252525;
    margin-left:8px;
    cursor: pointer;
}
.breadcrumb .location-item{
    cursor: pointer;
}

#nullBox{

    font-family: FounderYouhei-Medium;
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 60px;
    display: none;
}

.textarea-content{
    width: 600px;
    height: 100%;
}
.statement-box {
    width: 1200px;
    margin: 0  auto;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 40px;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .statement-title {
    font-family: PingFangSC-Regular, FounderYouhei-Regular;
    font-size: 16px;
    color: #252525;
    margin-bottom: 16px;
  }
  .statement-text {
    font-family: PingFangSC-Light, FounderYouhei-Light;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
  }
@font-face {
  font-family: "FounderYouhei-Medium";
  font-weight: normal;
  font-style: normal;
  src: url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.eot'); /*IE9*/
  src: url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.eot?#iefix') format('embedded-opentype'),
    /*IE6-IE8*/ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.woff2') format('woff2'),
    url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.woff') format('woff'),
    /* chrome firefox */ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.ttf') format('truetype'),
    /* chrome firefox opera Safari Android IOS 4.2+ */
      url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/511/FZYouHJW_511M.svg?FounderYouhei-Medium') format('svg'); /*IOS 4.2-**/
}
@font-face {
  font-family: "FounderYouhei-Regular";
  font-weight: normal;
  font-style: normal;
  src: url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.eot'); /*IE9*/
  src: url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.eot?#iefix') format('embedded-opentype'),
    /*IE6-IE8*/ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.woff2') format('woff2'),
    url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.woff') format('woff'),
    /* chrome firefox */ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.ttf') format('truetype'),
    /* chrome firefox opera Safari Android IOS 4.2+ */
      url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/508/FZYouHJW_508R.svg?FounderYouhei-Regular') format('svg'); /*IOS 4.2-**/
}
@font-face {
  font-family: 'FounderYouhei-Light';
  font-weight: normal;
  font-style: normal;
  src: url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.eot'); /*IE9*/
  src: url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.eot?#iefix') format('embedded-opentype'),
    /*IE6-IE8*/ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.woff2') format('woff2'),
    url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.woff') format('woff'),
    /* chrome firefox */ url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.ttf') format('truetype'),
    /* chrome firefox opera Safari Android IOS 4.2+ */
      url('https://cdns.chinastock.com.cn/cdn/newsite-assets/fonts/503/FZYouHJW_503L.svg?#FounderYouhei-Light') format('svg'); /*IOS 4.2-**/
}

.header {
  width: 100%;
  height: 100px;
  padding: 26px 50px;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  z-index: 9999;
}
.header-content {
  width: 1400px;
  margin: 0 auto;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.logo {
  width: 276px;
  height: 50px;
  margin-right: 33px;
}
.logo_img {
  width: 276px;
  height: 50px;
}
.nav {
  height: 50px;
  line-height: 50px;
}
.nav li {
  position: relative;
  width: 86px;
  text-align: center;
}
.nav-down {
  position: absolute;
  top: 99px;
  left: 0;
  z-index: 1000000;
  display: none;
}
.nav-down > .b-menu-div > p {
  height: 18px;
}
.nav-down > .nav-down-div {
  padding-top: 6px;
}
.nav a {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #252525;
}
.nav .online {
  margin: 0;
}
.nav .a-active {
  color: #3f3f9f;
}
#header_public .nav a.no-change-clo:hover {
  color: #252525 !important;
}
.nav a span {
  color: #252525;
}
/* 其他页头部简繁样式 */
.language a {
  font-family: PingFangSC-Regular, FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  height: 50px;
  line-height: 50px;
}
.language span {
  margin-right: 10px;
  font-size: 16px;
}
.language a span:hover {
  color: #252525;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.language a:hover{
  color: #252525 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.language span.language-en {
  cursor: pointer;
}
.language a span.language-active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}
.language a span.language-active:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
.language span.dividLine {
  color: #252525;
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
}
/* #index .header-p:hover .header .language-active {
  color: #252525;
} */
.b-menu {
  position: absolute;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 9900;
}

.b-menu-div p {
  margin: 24px 0;
  height: 18px;
  line-height: 18px;
}
.b-menu-div p > a {
  font-family: "FounderYouhei-Regular";
  font-size: 16px;
  color: #666666;
}
.investor-two-title > a,
.online-two-title > a,
.join-us-two-title > a {
  width: 86px;
  display: block;
  text-align: center;
  height: 18px;
  line-height: 18px;
  margin-bottom: 24px;
  font-family: "FounderYouhei-Regular";
  font-size: 16px;
  color: #666666;
}

.totop {
  position: fixed;
  right: 125px;
  bottom: 125px;
  width: 60px;
  height: 260px;
  padding: 2px 10px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
  z-index: 999;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #9a9a9a;
  display: none;
  /* overflow: hidden; */
}
.totop-div {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 8px;
  padding-top: 10px;
  cursor: pointer;
}
.text {
  color: #666666;
}
.totop-div-up {
  border-bottom: 1px solid #fff;
}
.icon-totop-service {
  position: relative;
  right: 0px;
  width: 32px;
  height: 32px;
  margin: 0 auto 6px;
  /* background-image: url("../../images/icon_service_32@2x.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.icon-totop-app {
  position: relative;
  right: 0px;
  width: 32px;
  height: 32px;
  margin: 0 auto 6px;
  /* background-image: url("../../images/icon_CGS_app_32@2x.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.icon-totop-up {
  position: relative;
  right: 0px;
  width: 32px;
  height: 16px;
  margin: 0 auto 6px;
  /* background-image: url("../../images/icon_back_to_top_32@2x.png"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.totop-div-phone:hover .phone-icon {
  display: inline;
}
.phone-icon {
  display: none;
  position: absolute;
  width: 130px;
  height: 92px;
  top: -15px;
  right: 57px;
}
.totop-div .text {
  line-height: 18px;
}
.icon_CGS_app_QR_code {
  position: absolute;
  top: 158px;
  right: 57px;
  width: 130px;
  display: none;
}
.menu-4 > div,
.menu-5 > div,
.menu-6 > div {
  /* older safari/Chrome browsers */
  -webkit-opacity: 0;
  /* Netscape and Older than Firefox 0.9 */
  -moz-opacity: 0;
  /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
  -khtml-opacity: 0;
  /* IE9 + etc...modern browsers */
  opacity: 0;
  /* IE 4-9 */
  filter: alpha(opacity=0);
  /*This works in IE 8 & 9 too*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /*IE4-IE9*/
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.nav a:hover,
.b-menu a:hover {
  text-decoration: none !important;
}
.mar-r-44 {
  margin-right: 41px;
}
.mar-r-52 {
  margin-right: 49px;
}
.margin-r-22 {
  margin-right: 25px;
}
.margin-top-20 {
  margin-top: 20px;
}
.menu-1 > div,
.menu-2 > div {
  display: flex;
  justify-content: center;
}
.menu-1 > div {
  width: 880px;
  white-space: nowrap;
  margin: 0 auto;
}
.menu-2 > div {
  width: 700px;
  white-space: nowrap;
  margin: 0 auto;
}
.b-menu .item {
  text-align: center;
  float: left;
  margin-right: 120px;
}
.menu-1-div {
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  font-family: FounderYouhei-Regular;
  height: 67px;
  line-height: 67px;
  border-bottom: 1px solid #e6e6e6;
}
.menu-1-div > a.menu-1-a {
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  font-family: FounderYouhei-Regular;
}
.header-p .item > a {
  display: block;
  height: 18px;
  margin-bottom: 24px;
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
}
.b-menu .no-margin {
  margin-right: 0;
}

.footer {
  position: relative;
  background: #252525;
  width: 100%;
  height: 320px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #999999;
}
.footer-content-link span {
  cursor: pointer;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.flist-title-text {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 27px;
}
.f-icon {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
}
.f-phone-icon {
  width: 50px;
  height: 20px;
  position: absolute;
}
.ml-60 {
  margin-left: 60px;
}
.footer a {
  text-decoration: none;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #999999;
}
.footer-content {
  width: 1200px;
  margin: 0 auto;
  padding: 48px 0px;
}
.footer-content-link {
  width: 350px;
  height: 196px;
  border-left: 1px solid #414141;
  padding: 0px 20px;
}
.footer-content-link-detail{
  height: 20px;
  line-height: 20px;
  margin-bottom: 18px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-r-46 {
  margin-right: 46px;
}
.m-r-130 {
  margin-right: 140px;
}
.m-r-72 {
  margin-right: 72px;
}
.m-r-80 {
  margin-right: 80px;
}
.f-select {
  position: relative;
  background-color: #252525;
  width: 100px;
  height: 24px;
  line-height: 22px;
  padding: 0 13px;
  color: #fff;
  border: 1px solid #666666;
  cursor: pointer;
  margin-bottom: 23px;
}
.icon_footer_down_12 {
  position: absolute;
  right: 13px;
  top: 5px;
  width: 12px;
}
.link-list {
  position: absolute;
  left: 0px;
  top: 24px;
  width: 756px;
  height: 198px;
  z-index: 10;
  background: #252525;
  border: 1px solid #666666;
  padding: 0px 0px;
  display: none;
}
.link-item-1 {
  position: relative;
  width: 178px;
  height: 196px;
  line-height: 196px;
  text-align: center;
}
.link-item-1::after,
.link-item-2::after {
  position: absolute;
  top: 20px;
  right: 0;
  content: "";
  width: 1px;
  height: 158px;
  background-color: #414141;
}
.link-item-2 {
  position: relative;
  width:203px;
  text-align: left;
  padding-left: 45.5px;
  padding-top: 20px;
}
.link-item-3 {
  padding-top: 20px;
}
.text-a-c {
  position: absolute;
  left: 0;
  top: -35px;
  width: 300px;
}
.link-item-2 a,
.link-item-3 a {
  margin-bottom: 15px;
  display: block;
  line-height: 1;
}
.link-list .link-title {
  margin-bottom: 20px;
}
.link-list a {
  color: #fff;
}
.margin-48 {
  margin: 0 46px;
}
.item-3-middle{
  position: relative;
}
.footer-content-usable {
  width: 696px;
  height: 196px;
  border-left: 1px solid #414141;
  padding: 0px 20px;
}
.usable-msg{
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 26px;
}
.margin-b{
  margin-bottom: 18px;
}
.usable-left {
  width: 364px;
}
.usable-right {
  width: 265px;
}

.footer-content-tobe {
  height: 196px;
  border-left: 1px solid #414141;
  padding: 0px 20px;
}
.f-wx {
  height: 20px;
  line-height: 20px;
  position: relative;
  padding-left: 26px;
  margin-bottom:21px;
}
.gzh {
  width: 96.3px;
}
.float-left {
  float: left;
}
.footer-msg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #303030;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #ffffff;
}
.footer-msg span {
  margin-right: 24px;
  color: #ffffff;
  font-size: 12px;
  font-family: PingFangSC-Regular;
}
.IPV6 {
  display: inline-block;
  width: 31px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  text-align: center;
  line-height: 12px;
  margin-left: -18px;
  font-family: "FounderYouhei-Regular";
}
.IPV6 > span {
  transform: scale(0.83);
  margin: 0;
}
.footer a:hover{
  color: #999 !important;
}
/* 对话框 */
#center_dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
  overflow: auto;
  display: none;
  z-index: 1010;
}
.dialog-overlay {
  width: 100%;
  padding: 60px 0;
}
.dialog-content {
  padding: 100px;
  position: relative;
  background-color: #ffffff;
  width: 1400px;
  margin: 0 auto;
}
.dialog-body p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  line-height: 30px;
}
.dialog-close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.dialog-close img {
  width: 28px;
  height: 28px;
}
.dialog-close-img-normal {
  display: block;
}
.dialog-close:hover .dialog-close-img-normal {
  display: none;
}
.dialog-close-img-highlighted {
  display: none;
}
.dialog-close:hover .dialog-close-img-highlighted {
  display: block;
}
.content-title {
  font-family: PingFangSC-Semibold;
  font-size: 32px;
  color: #252525;
  text-align: center;
  line-height: 45px;
  padding-bottom: 60px;
}
.content-font {
  font-family: PingFangSC-Regular;
  font-size: 20px;
  color: #666666;
  text-align: center;
  line-height: 54px;
  text-align: right;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  height: 54px;
}
.font-small {
  margin-left: 40px;
}
.font-default {
  margin-left: 40px;
}
.disclaimer-body {
  padding: 56px 0 60px;
}
.risk-body {
  padding: 41px 0 60px;
}
.announcement-body {
  padding: 56px 0 60px;
}
.dialog-body p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  line-height: 30px;
  text-indent: 2em;
}
.dialog-body p:first-child {
  text-indent: 0;
}
.dialog-body .strategy-title {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #252525;
  text-align: justify;
  line-height: 32px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.dialog-foot {
  text-align: center;
}
.foot-ok {
  display: inline-block;
  width: 140px;
  height: 40px;
  background: #3f3f9f;
  border-radius: 5px;
  font-family: PingFangSC-Light;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
#sub,
#sup {
  vertical-align: super;
}
.cur {
  cursor: pointer;
}
.modal{
  position: relative;
  top: 200px;
}
.modal-content {
  position: relative;
  width: 520px;
  height: 220px;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.modal-content .content-title {
  border-bottom: 1px solid #e8eaec;
  padding-bottom: 0px;
}
.modal-content .dialog-close {
  position: absolute;
  top: 8px;
  right: 11px;
}
.modal-content .announcement-body {
  padding: 42px 0 30px;
}

/* 巨幕 */
.jumbotron{
   position: relative;
   width:100%;
   height:460px;
   overflow: hidden;
   z-index:2;
   background-position: center center;
   background-repeat:no-repeat;
   background-size:cover;
}
.img{
    position: absolute;
    width:1920px;
    height:100%;
    background-size:100% 100% ;
    background-position:center center;
    z-index: -1;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    /* animation: scaleUp 11s linear both; */
}
@keyframes scaleUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
       
    }
    25% {
        -webkit-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.jumbotron .title{
    /* position: absolute; */
    width:100%;
    /* margin:0 auto; */
    /* margin-left:174px; */
    /* padding: 177px 130px ; */
    /* left:50%; */
    padding-top:177px;
    padding:177px 136px 0;
    /* padding-left:50px; */
    /* top:38.48%; */
    /* transform: translate(-50%,0); */
    font-family: FounderYouhei-Medium !important;
    font-size: 64px;
    color: #FFFFFF;
    letter-spacing: 11.79px;
}
.jumbotron.black .title {
    color: #252525 !important;
}
.jumbotron .title div{
    width:1100px;
    margin:0 auto;
    font-family: FounderYouhei-Medium, PingFangSC-Medium;
    font-weight:700;
}
.sub-title{
    width:1238px;
    margin:0 auto;
    font-family: "FounderYouhei-Regular";
    font-size: 40px;
    color: #fff;
    letter-spacing: 10px;
    margin-top: 25px;
    height: 45px;
}

.jumbotron .title .small-title {
  font-family: FounderYouhei-Regular;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 10px;
  font-weight: 400;
  margin-top: 10px !important;
}


.location{
    margin:40px 0 0 0;
    text-align: justify;
    line-height: 32px;
    height: 32px;
    color: #666666;
 }
 .location .location-item{
    font-size: 16px;
    color: #666666;
    text-decoration: none;
 }
 .location .light{
    color:#3F3F9F
 }
 .location .location-item:hover{
    color:#3F3F9F !important;
    cursor: pointer;
 }
 .liyang-goback{
   width:280px;
   margin: 0px auto;
   height:280px;
   background: url(../images/img_no_data_available@2x.9a634c72.png) center center no-repeat;
   background-size:100% 100%;
   padding-top:250px;
}
.liyang-byebye{
   font-size: 16px;
   color: #666666;
   text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    div,p,span,li,h1,h2,h4,h5,a{      
        font-family:"黑体","宋体","微软雅黑" !important;
    }
    .jumbotron .title,.ie-title{
        font-family: "PingFangSC-Regular","FounderYouhei-Regular" !important;
    }
}
/* 隐藏小叉叉：IE10+ */
/** 文本输入框的 X  **/input::-ms-clear{display: none;}
/** 密码输入框的 X  **/input::-ms-reveal{display: none;}
/* 招聘内容 */
.recruit-wrapper {
  font-size: 0;
  width: 1200px;
  margin: 0 auto;
}

.recruit-wrapper .recruit-item {
  display: block;
  position: relative;
  margin: 0 auto 24px;
  padding: 22px 20px 24px;
  width: 1200px;
  /* height:71px; */
  /* line-height: 71px; */
  padding-left: 20px;
  background: #f8f8f8;
  cursor: pointer;
  text-decoration: none;
}
.recruit-wrapper .recruit-item:hover .recruit-position {
  color: #3f3f9f;
}
.recruit-wrapper .recruit-item:hover .right {
  color: #3f3f9f;
}
.recruit-wrapper .recruit-item:hover .shu {
  color: #3f3f9f !important;
}
/* .recruit-wrapper .recruit-item:hover  .arrow{
    color: #3F3F9F !important;
  } */
.recruit-wrapper .recruit-item .recruit-position {
  width: 1047px;
  line-height: 28px;
  margin-bottom: 16px;
  font-family: FounderYouhei-Medium;
  font-size: 20px;
  color: #252525;
  letter-spacing: 0;
}
.recruit-wrapper .recruit-item .right {
  position: relative;
  /* float:right; */
  font-family: FounderYouhei-Regular;
  font-size: 0px;
  color: #666666;
  letter-spacing: 0;
  line-height: 18px;
  height: 18px;
  /* text-align: right; */
}
.recruit-wrapper .recruit-item .right span {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}
.recruit-wrapper .recruit-item .right .shu {
  display: inline-block;
  /* position:absolute; */
  top: 27px;
  left: 90px;
  width: 4px;
  height: 18px;
  /* background:#666666; */
  line-height: 18px;
  color: transparent;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  color: #666;
}
.recruit-wrapper .recruit-item .right .email {
  /* margin-left:25px; */
}
.recruit-wrapper .recruit-item .right .date {
  margin-right: 64px;
}
.recruit-wrapper .recruit-item .arrow {
  /* margin-left:25px; */
  position: absolute;
  top: 50%;
  right: 23px;
  width: 20px;
  height: 20px;
  transform: translate(0%, -50%);
  /* background:url("../../../images/join-us/icon_more_blue_20@2x.png") center center no-repeat; */
  background-size: 100% 100%;
}
.page {
  width: 1200px;
  margin: 36px auto 61px;
  /* padding-left: 60px; */
}
.no-content {
  font-size: 30px;
  font-family: FounderYouhei-Medium;
  text-align: center;
}
.page-wrapper {
  width: 1200px;
  margin: 0 auto;
}
/* 搜索 */
.branch-main {
  /* max-width: 1920px; */
  margin: 0 auto;
}
.branch-banner {
  width: 100%;
  height: 460px;
  background-image: url(../images/banner_sales_network.0ffe2b1a.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.branch-banner > div {
  width: 1238px;
  margin: 0 auto;
  padding-top: 177px;
  font-family: FounderYouhei-Medium;
  font-weight: 700;
  font-size: 64px;
  color: #ffffff;
  letter-spacing: 11.79px;
  line-height: 72px;
}
.tab-list {
  width: 1200px;
  border-bottom: 1px solid #eeeeee;
  margin: 0 auto;
  text-align: center;
}
.tab-item {
  font-family: FounderYouhei-Regular;
  font-size: 20px;
  color: #252525;
  line-height: 70px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 60px;
  cursor: pointer;
}
.tab-item-select {
  border-bottom: 3px solid #3f3f9f;
}
#serch {
  width: 1200px;
  margin: 0 auto;
}
.tab-content {
  width: 1200px;
  margin: 0 auto;
}
.search-box {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  width: 100%;
  height: 40px;
  margin: 60px 0 24px;
  display: flex;
  justify-content: space-between;
}
.search-content{
  display: flex;
  justify-content: space-between;
  width: 916px;
}
.search-content label {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  line-height: 18px;
  margin-right: 10px;
  font-weight: 400;
}
.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown-menu {
  padding: 0;
  border: none;
  overflow: auto;
  max-height: 200px;
  width: 240px;
  box-sizing: border-box;
  position: absolute;
}

.dropdown-toggle input {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #252525;
  line-height: 18px;
}
.dropdown-toggle input::placeholder {
  color: #999999;
}
.search-select {
  width: 240px;
  height: 40px;
  padding-left: 10px;
  padding-right: 20px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  box-sizing: border-box;
}
input.es-input {
  padding-right: 20px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA4DIAAIM2AAB5CAAAxgwAADT6AAAgbL5TJ5gAAABGSURBVHjaYvz//z8DOYCJgUzA0tnZidPK8vJyRpw24pLEpwnuVHRFhDQxMDAwMPz//x+OOzo6/iPz8WFGuocqAAAA//8DAD/sORHYg7kaAAAAAElFTkSuQmCC)
    right center no-repeat;
}
.clear-input-icon {
  width: 20px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAAB65masAAADKUlEQVRYCe2YvWobQRSFJZE8gUmKuErlQNKkMCSFCTK4NyiVa/1UfgNjhJM3SKWfOlUC7gMRxkUEKdIkEFepbEOCnsAg5TtiZpkd7cyOZAIxaGHZe2fOPffMnZ3ZkSqV9bWuwLoCd7sC1dvIHw6Hz6fT6f5sNtupVqubPB+JD/sK+5Lnea1WO202m99WzbOSwMFg8Bphb0m6lZj4AqFHrVbrQyI+gy0lEGGPqcx77hcZwxIGFR1zHyD0V2pYssB+v/8KYR8h3kglD+AmiGy02+2zQH+uOUmgEfeJyPu56NWdG0TupYgsFahp5X37ipbbVs4fzoT3crtsumt+lO/rnfPETfGPqcAfHxvyDfaYfsXaa8NwW7/wGRWo1QqJvyC6nU7nDaPfTREpjLCKQUHXVSFu5XDbfDsq0GwluRgSHrL/PWNv+05HPSbS9NWFVYxic2Q4RTlcTFCgNmGAC/sco34A6WcWzlNe8h9gCkVaccIIqxjFusmNvWVyFXRVKkGBEO4XRtBoEo1CIn1xhIwC4uYpYrmCAiHcCQlUuy/SvpPLijNcwVxBgSTajAn0Rdp3kva6nVbsaOUsfyzXPQvyn1Ro/uH3231flSSBpnsuTP2aeh5J4oSP5QpWUIGpFwlmPraozcdYnwEuxNu+oECCriyo5Pkb7K6dVrtw1Maduplfh3IEBVKBy1CQ054TR4y2ktItyImfm7FcQYGM/twncn1VR1WylZMw+h/qXlZkLFdQINvGqSvItSUOP7daJczByA7ukw5ubkZz+WDX7/V6P/FzX5MicVSs6Auho//CQAqwF3ynn7h5XTtYQYEY2ZELlk2Cd3ZacUcFCbMQ05dVUrFZpzGKcriY0vMgq/ILxO6JRkemLtU5jInLJaGSRlyX9qwocIwZ7EsX69sZ2O+wPiQH2BPr81TMSao4xRnsiYlVky4d/cUdvUoF6sQLUQOWmyjTcp068jfKTtOiLBUoENNwBuEepltJda1yqXJJv0dEniRQQInkhd6GfCx/lUux4hBXanzpIiki0jGdM9z/98PdF6uTsA6bLIJ/9teHn3PtryuwrsBdq8Bf9S+wLDwYBjgAAAAASUVORK5CYII=)
    center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 7px;
  top: 10px;
  cursor: pointer;
  display: none;
}
.search-btn {
  display: inline-block;
  background: #3f3f9f;
  border-radius: 2px;
  width: 100px;
  height: 40px;
  text-align: center;
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 40px;
  cursor: pointer;
}
.search-btn-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.reset-btn {
  border: 1px solid #3f3f9f;
  margin-left: 32px;
  display: inline-block;
  background: #ffffff;
  border-radius: 2px;
  width: 100px;
  height: 40px;
  text-align: center;
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #3f3f9f;
  letter-spacing: 0;
  line-height: 40px;
  cursor: pointer;
}
.search-btn-icon {
  width: 20px;
  height: 20px;
  vertical-align: -4px;
}
#department-result-list {
  margin-bottom: 37px;
}
#company-result-list {
  margin: 60px 0 40px;
}
.list-item {
  width: 100%;
  margin-bottom: 10px;
  background: #f8f8f8;
  position: relative;
  padding-bottom: 25px;
}
.item-content {
  padding: 24px 20px 0;
  z-index: 9;
}
.item-title {
  font-family: FounderYouhei-Medium;
  font-size: 20px;
  color: #252525;
  letter-spacing: 0;
  line-height: 23px;
  font-weight: 500;
}
.department-list .item-title {
  margin-bottom: 24px;
}
.company-list .item-title {
  margin-bottom: 20px;
}
.list-item span,
.list-item p {
  font-family: FounderYouhei-Regular;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
}
.list-item p {
  margin-bottom: 20px;
}
.item-subtitle span {
  color: #252525;
}
.item-line {
  width: 1px;
  height: 14px;
  margin: 0 10px;
  display: inline-block;
}
.department-list .item-line {
  background-color: #999999;
}
.company-list .item-line {
  background-color: #252525;
}
.service-tel {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 60px;
}
.read-more {
  cursor: pointer;
}
.list-item .read-more-label {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #3f3f9f;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 18px;
  vertical-align: middle;
}
.more-scope {
  margin-left: 30px;
  display: inline-block;
}
.arrow-icon {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.item-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(140, 140, 197, 0.95);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  filter: "alpha(opacity=0)";
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
}
.item-overlay-ie {
  display: none;
}
.item-overlay-active.item-overlay {
  -khtml-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  filter: "alpha(opacity=100)";
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -webkit-pointer-events: auto;
  -moz-pointer-events: auto;
  -ms-pointer-events: auto;
  -o-pointer-events: auto;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.item-overlay-active.item-overlay-ie {
  display: block;
}
.list-item .overlay-label {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}
.close-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.public-photo {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 10px;
}
.department-list .public-photo {
  margin-top: 0;
}
.public-photo:hover {
  text-decoration: none;
}
.public-photo:link,
.public-photo:visited,
.public-photo:active {
  color: #ffffff;
  text-decoration: none;
}
.item-overlay span,
.item-overlay p {
  color: #ffffff;
}
.item-overlay-content {
  position: absolute;
  top: 40px;
  left: 24px;
  right: 24px;
}

/* table */
.table-box .tr {
  height: 50px;
  line-height: 50px;
  font-family: FounderYouhei-Medium;
  font-size: 20px;
  color: #252525;
}
.table-box .tr a{
  color: #252525;
}
.table-box .tr:hover {
  color: #3f3f9f;
}
.table-box .tr:nth-child(odd) {
  background: #f4f4f9;
}
.table-box .tr:nth-child(even) {
  background: #fff;
}
.table-box .tr span {
  width: auto;
  float: left;
  box-sizing: border-box;
}

.table-box .tr span:last-child {
  float: right;
}

.table-box .head {
  background: #3f3f9f;
}

.table-box .head .th {
  color: #fff;
  background: #3f3f9f;
  display: inline-block;
  height: 50px;
  font-size: 20px;
  text-align: center;
  border-left: 1px solid #eeeeee;
 font-family: FounderYouhei-Regular;
}

.table-box .head .th:nth-child(1) {
  text-align: center;
  border-left: none;
}
.table-box .tr .td {
  font-family: FounderYouhei-Regular;
  display: inline-block;
  height: 50px;
  font-size: 16px;
  text-align: center;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}


.table-box .tr .td:nth-child(5) {
  border-right: 1px solid #eeeeee;
}

 /* 分页去掉bootstrap的样式 */
 .pagination>.active>a{
   background: #fff;
 }
 .pagination li a:hover{
  background:#fff  !important;
}
 .pagination>li>a{
   padding: 0px;
 }
 .pagination > .active > a,
 .pagination > .active > a:focus,
 .pagination > .active > a:hover,
 .pagination > .active > span,
 .pagination > .active > span:focus,
 .pagination > .active > span:hover {
   z-index: 3 !important;
   color: #3f3f9f !important;
   cursor: default !important;
   border-color: #3f3f9f !important;
   background-color: #fff !important;
 }
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  margin: 0 8px;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e0e2e5;
  border-radius: 4px;
  width: 32px !important;
  height: 32px !important;
  font-family: PingFangSC-Regular, FounderYouhei-Regular;
  font-size: 14px;
  color: #c0c0c0;
  display: inline-block;
}
.jumbotron{
  padding-top: 0px;
  padding-bottom: 0px;
}
.recruit-wrapper{
  
}
.content-wrapper{
    width:1200px;
    margin:0 auto;
}
.content-wrapper .title{
    margin-top:60px;
    font-family: FounderYouhei-Medium;
    font-size: 32px;
    color: #252525;
    text-align: left;
    
}
.issue-date{
    height: 56px;
    margin-top:43px;
    border-top:1px solid #eeeeee;
    border-bottom:1px solid #eeeeee;
    line-height: 56px;;
    font-family: FounderYouhei-Regular;
    font-size: 16px;
    color: #666666;
    text-align: left;
    
}
.replease-person{
    margin-right:32px;
    
}
.font-change{
    float:right;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #666666;
    text-align: center;
    
}
.font-setup{
    cursor: pointer;
}
.fontA{
    margin-left:40px;
}
.recruit-text{
    margin-top:32px;
    text-align:left;
    font-family: FounderYouhei-Medium;
     font-size: 20px;
     color: #252525;
     margin-bottom:24px;
}
.recruit-requirement{
    font-family: FounderYouhei-Regular;
font-size: 16px;
color: #252525;
line-height: 32px;
}
.recruit-requirement a{
    pointer-events: none;
}
.recruitment-attachment{
   position: relative;
   height:20px;
   line-height: 20px;
   margin-bottom: 20px;
   
}
/* .recruitment-attachment:last-child{
    margin-bottom:60px;
} */
.recruitment-attachment .i-attachment{
    width:20px;
    height:20px;
    vertical-align: middle;
    background-size:100% 100%;
}
.recruitment-attachment .attachment{
    vertical-align: top;
    font-family: FounderYouhei-Regular;
    font-size: 16px;
    color: #252525;
    margin-left: 8px;
    cursor: pointer;
    width: 1166px;
    display: inline-block;
    word-break: break-all;
}
.liyang-goback{
    margin-top: 50px;;
}
.footer{
    margin-top:61px;
}

