.homebox {
    width: 100%
}

.header {
    background: none;
    width: 1200px;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.headnav {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.homewords {
    display: flex;
}

.toplogo {
    margin-right: 210px;
}

.topwords a {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #1D2023;
    line-height: 45px;
    display: inline-grid;
}

.topwords a span {
    width: 40px;
    height: 2px;
    background: #FF0000;
    border-radius: 2px;
    display: inline-block;
}

.topwords a.active {
    color: #FF0000;
}

.topwords a:last-child {
    margin-left: 60px;
}

.topwords a:last-child:hover {
    color: #FF0000;
}

.topwords a:last-child span {
    display: none;
}

.topwords a:last-child:hover span {
    display: block;
}

.headRight {
    padding-top: 15px;
}

.headRight a {
    font-size: 14px;
    color: #1D2023;
    line-height: 20px;
}

.headRight a img {
    display: inline-block;
    height: 15px;
    margin: 0 5px 2px 0;
}

.headRight span {
    margin: 0 5px
}

.headRight a img.userpic {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 10px;
}

.videobg {
    position: relative;
    width: 100%;
    max-height: 890px;
}

.slogan {
    position: absolute;
    font-size: 60px;
    color: #fff;
    width: 100%;
    text-align: center;
    bottom: 45%;
    font-family: cursive;
    font-weight: bolder;
    letter-spacing: 2px;
}

.searchbox {
    margin-top: -5px;
    background: #ebedef;
}

.search-bar {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

.wrt-item {
    background: #fff;
    margin: 30px 0;
    padding: 5px 10px;
    position: relative;
}

.suggess {
    position: relative;
    height: 30px;
    border-radius: 40px;
    background: #fff;
    line-height: 30px;
}

.suggess, .suggess input:hover {
    cursor: pointer;
}

.suggess .sugipt {
    position: relative;
    width: 80px;
    text-align: center;
    outline: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 8px;
    border: 1px solid #fff;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #606972;
}

.suggess i {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 20%;
    left: 75%;
}

.arrowdowns {
    background: url(../../img/recruit/arrowup.png) no-repeat center top;
}

.arrowups {
    background: url(../../img/recruit/arrowdown.png) no-repeat center top;
}

.hidden {
    display: none !important;
}

.sug-dropdown {
    position: absolute;
    width: 175px;
    text-align: left;
    padding: 28px 18px;
    top: 50px;
    left: 50%;
    border-radius: 3px;
    margin-left: -75px;
    display: none;
    background: #FFFFFF;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 9999;
}

.sug-dropdown:before {
    content: '';
    width: 0px;
    height: 0px;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: -7px;
    z-index: 10;
    left: 30%;
    margin-left: -4px;
}

.sug-dropdown ul li {
    text-align: left;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #3F454B;
    line-height: 32px;
    margin: 0 -18px;
    padding: 0 18px;
}

.sug-dropdown ul li:hover {
    background: #F0F4F5;
}

.type {
    width: 200px;
    height: 236px;
    background: #FFFFFF;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.two {
    width: 85%;
    border-radius: 20px 0 0 20px;
}

.two input {
    width: 80%;
    font-size: 16px;
}

.two input::placeholder {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #9CA3A9;
    line-height: 21px;
}

.three {
    background: #E50120;
    border-radius: 22px;
    width: 15%;
    text-align: center;
    margin-left: -20px;
}

.three button {
    background: none;
    border: none !important;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 21px;
}

.search-bar > div {
    vertical-align: middle;
    display: inline-block;
}

.search-bar .search-ipt {
    height: 30px;
    line-height: 30px;
    border: none;
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    outline: none;
    border-radius: 2px;
}

.home-center {
    background: #ffffff !important;
    margin: 80px 0;
}

.contain {
    border-bottom: 1px solid #ededed;
}

.contain:nth-child(5){
    border-bottom: none;
}

.itemlist {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

.intro {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-bottom: 88px;
}

.companypic {
    position: relative;
    width: 35%;
}

.companydesc {
    width: 65%;
}

.companypic img {
    width: 326px;
    height: 463px;
    z-index: 999;
    position: relative;
    object-fit: cover;
}

.bgred {
    width: 300px;
    height: 400px;
    background: #DE1E1E;
    position: absolute;
    left: 65px;
    top: 99px;
}

.comdes h4 {
    font-size: 36px;
    color: #1D2023;
    line-height: 47px;
    font-family: MicrosoftYaHei;
}

.comdes span {
    font-size: 18px;
    color: #1D2023;
    line-height: 24px;
    font-family: MicrosoftYaHei;
}

.comdes p {
    font-size: 18px;
    color: #3F454B;
    line-height: 32px;
    font-family: MicrosoftYaHei;
    margin-top: 35px;
}

.placard {
    margin-top: 74px;
}

.placard ul {
    display: flex;
    justify-content: space-around;
}

.placard ul li {
    text-align: center;
}

.placard ul li em {
    display: block;
    font-style: normal;
    font-size: 30px;
    font-family: MicrosoftYaHei;
    color: #1D2023;
    line-height: 40px;
}

.placard ul li span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #3F454B;
    line-height: 28px;
    display: block;
    margin-top: 6px;
}

.businessdec {
    padding: 88px 0;
}

.titname {
    text-align: center;
    font-size: 36px;
    font-family: MicrosoftYaHei;
    color: #1D2023;
    line-height: 47px;
    margin-bottom: 60px;
}

.busnessdesc {
    width: 1200px;
}

.busnessdesc ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.busnessdesc ul li {
    height: 478px;
    margin-right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.busnessdesc ul li:hover {
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.07);
    border: 1px solid #fff;
}

.busnessdesc ul li:hover span {
    color: #DE1E1E;
    cursor: pointer;
}

.busnessdesc ul li:last-child {
    margin-right: 0 !important;
}

.busnessdesc ul li span {
    font-family: MicrosoftYaHei;
    line-height: 32px;
    display: block;
    font-size: 18px;
    color: #1D2023;
    padding: 3px 20px;
}

.busnessdesc ul li:hover em {
    cursor: pointer;
    color: #606972;
}

.busnessdesc ul li em {
    font-style: normal;
    line-height: 28px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #9CA3A9;
    padding: 0 20px;
    display: block;
}

.busnessdesc ul li img {
    width: 386px;
    height: 270px;
    object-fit: cover;
}


.companywork {
    padding: 80px 0;
}

.activepics {
    display: flex;
    justify-content: space-between;
}

.picone {
    margin-bottom: 12px;
}

.activepic img {
    height: 280px;
    object-fit: cover;
}

.picone img:first-child {
    width: 656px;
}

.picone img:nth-child(2), img:nth-child(3) {
    width: 260px;
}

.pictwo img:first-child {
    width: 280px;
}

.pictwo img:nth-child(2) {
    width: 634px;
}

.pictwo img:last-child {
    width: 260px;
}

.jobtype {
    padding: 80px 0;
}

.table-box {
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.table-box .first-cell {
    text-align: left;
}

.table-box th {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #606972;
    line-height: 21px;
    padding: 20px 0 20px 9px;
    font-weight: 500 !important;
}

.table-box td {
    font-family: MicrosoftYaHei;
    color: #1D2023;
    font-size: 18px;
    line-height: 60px;
    padding-left: 9px;
}

.table-box tr {
    border-bottom: 1px solid #ededed;
}
.table-box tr:hover{
    cursor: pointer;
}

.table-box tr:last-child {
    border-bottom: none;
}

.table-box tr:hover td  a{
    color: #0977ec;
}

.table-box tr:nth-child(1):hover {
    box-shadow: none;
}

.table-box tr:hover {
    box-shadow: 0 0 12px 5px rgba(243, 243, 243, 0.7);
    cursor: pointer;
}

/*一键置顶*/
.gotopbox {
    position: fixed;
    bottom: 15%;
    right: 10%;
    display: none
}

.gotopbox .gotop {
    margin-top: -1px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    width: 65px;
    height: 65px;
    background: url(../../img/recruit/gotop.png) 2px 3px no-repeat;
    display: block;
}

.gotopbox .gotop:hover {
    background-position: -91px 3px;
}


.servicedesc {
    padding: 88px 0;
}

.serviceintro ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.serviceintro ul li {
    margin-right: 20px;
    background: #FFFFFF;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    height: 320px;
}

.serviceintro ul li:last-child {
    margin-right: 0;
}

.serviceintro ul li img {
    width: 285px;
    height: 190px;
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.serviceintro ul li span {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    color: #1D2023;
    line-height: 36px;
    display: block;
    padding: 3px 20px;
}

.serviceintro ul li em {
    font-style: normal;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #9CA3A9;
    line-height: 25px;
    display: inline-block;
    padding: 0 20px;
}
