@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url("../css/font/SourceHanSansCN-Normal.woff2") format("woff2"),
    url("../css/font/SourceHanSansCN-Normal.woff") format("woff"),
    url("../css/font/SourceHanSansCN-Normal.ttf") format("truetype"),
    url("../css/font/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
    url("../css/font/SourceHanSansCN-Normal.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
}
html,body{
    background: #f7f8fa;
    font-family: "SourceHanSansCN-Normal";
}

.header{
  width: 100%;
  height: 66px;
  min-width: 1200px;
  background: transparent;
}
.head{
  width: 100%;
    min-width: 1200px;
    height: 66px;
    background-color: rgba(255,255,255,.3);
    position: relative;
    z-index: 10;
}
.banner{
  width: 100%;
  height: 420px;
  position: relative;
  top: -66px;
  background-image: url(../img/jianbian6.png);
  overflow:hidden;
}
.banner .img{
  width: 100%;
  max-width: 1920px;
  /*height: 420px;*/
  margin: auto;
  position:relative;
}
.banner img{
  width: 100%;
  /*height: 420px;*/
  display: block;
  position: absolute;
}
.logo{
    height: 66px;
    line-height: 66px;
}
.logo img{
    display: block;
    padding-top: 10.5px;
}
.head_nav .nav_item{
    height: 66px;
    line-height: 66px;
}
.head_nav .nav_item .nav_list{
    float: left;
    margin-left: 35px;
    margin-right: 35px;
    height: 66px;
    line-height: 66px;
}
.list-last{
    margin-right: 0 !important;
}
.head_nav .nav_item .nav_list>a{
    font-size: 18px;
    font-family: "SourceHanSansCN-Normal";
    color: #333;
    padding-left: 2px;
    padding-right: 2px;
}
.head_nav .nav_item>.active{
    border-bottom: 1px solid #fcc91c;
}
.head_nav .nav_item>.active>a{
    color: #fcc91c;
}
.background{
    width: 100%;
    height: 420px;
    min-width: 1200px;
    /*background-image: url(../img/573abf451cf2d_1024.png);*/
}
.second_nav{
    background: #fff;
    height: 0;
    overflow: hidden;
}
.second_nav li{
    /* padding-left: 15px; */
    padding-right: 15px;
}
.second_nav li a{
    font-size: 16px;
    font-family: "SourceHanSansCN-Normal";
    color: #333;
}
.list-last a{
    margin-left: 15px;
}
.bee_show_title{
    width: 160px;
    margin-top: 20px;
    margin-bottom: 60px;
}
.bee_show_title .title{
    height: 56px;
    font-family: "SourceHanSansCN-Normal";
    border-left: 2px solid #fcc91c;
    color: #262522;
}
.bee_show_title .title>span{
    margin-left: 10px;
}
.bee_show_title .title>span:nth-child(1){
    font-size: 28px;
    /* line-height: 40px; */
}
.bee_show_title .title>span:nth-child(3){
    font-family: "SourceHanSansCN-Normal";
}

.now_wz{
    margin-top: 40px;
}
.now_wz p{
    font-size: 14px;
    color: #000 !important;
}
.now_wz p span{
    color: #fcc91c;
}
.index{
    color: #000;
}
.company_job{
    width: 1000px;
    margin-bottom: 100px;
}
.company_job_top{
    display: block;
    width: 1000px;
    background: #f5f5f5;
    line-height: 48px;
}
table{
    border-collapse: collapse;
}
.company_job_top th{
    font-size: 16px;
    color: #282828;
    width: 1400px;
    text-align: left;
    padding-left: 60px;
    font-weight: normal;
}
.company_job tr td{
    display: inline-block;
    font-size: 24px;
    color: #282828;
    width: 139px;
    padding-left: 60px;
    font-weight: 200;
    font-family: "SourceHanSansCN-Normal";
    line-height: 60px;
}
.company_job #tr td{
    height: 60px;}
#tr{
    border-bottom: 1px solid rgba(211,211,211,.5);
    border-top: none;
}
#tr td{
    font-size: 14px !important;
}
#tr td>img{
    margin-top: 20px;
    cursor: pointer;
    width: 14px;
    margin-left: 13px;
}
#tr td>.img2{
    display: none;
}
#tr_list{
    height: 600px;
    display: none;
    /* position: relative; */
}
#tr_list>td{
    width: 940px !important;
    background-color: #fff;
}
#tr_list>td:nth-child(1){
    /* height: 420px; */
    /* position: absolute; */
}

#tr_list>td h5{
    font-size: 12px;
    font-weight: normal;
}
#tr_list>td h3,h4{
    font-size: 14px;
    font-weight: normal;
}
#tr_list>td h4{
    line-height: 40px;
}
#tr_list>td p{
    font-size: 12px;
    line-height: 30px;
}
#tr_list>td:nth-child(2){
    /* margin-top: 10px; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    height: 70px;
}
#tr_list>td a{
    display: block;
    font-size: 12px;
    color: #000;
    /* display: block; */
    width: 48px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    /* margin-top: 10px; */
    border: 1px solid #fcc91c;
    border-radius: 4px;
}

.footer{
    background: #f1f1f1 !important;
}
.second_nav{
    background: #fff;
    height: 0;
    overflow: hidden;
}
.second_nav li{
    /* padding-left: 15px; */
    padding-right: 15px;
}
.second_nav li a{
    font-size: 16px;
    font-family: "SourceHanSansCN-Normal";
    color: #333;
}
.list-last a{
    margin-left: 15px;
}

.second_nav{
    background: #fff;
    height: 0;
    overflow: hidden;
}
.second_nav>li{
    /* padding-left: 15px; */
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
}
.second_nav li a{
    font-size: 16px;
    font-family: "SourceHanSansCN-Normal";
    color: #333;
}
.list-last a{
    margin-left: 15px;
}
.nav_list>a>span{
    font-weight: bolder;
}