/** {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*html,*/
/*body {*/
/*    width: 100%;*/
/*}*/

/*body {*/
/*    font: 16px "Microsoft YaHei", Arial, Helvetica, sans-serif;*/
/*    color: #676a6c;*/
/*    font-size: 15px;*/
/*    background: #f4fbff;*/
/*    overflow: overlay;*/
/*}*/


/*span {
	display: block;
}*/

i {
    font-style: normal;
    /*display: block;*/
}

a {
    text-decoration: none;
    color: #444;
}

ul,
li {
    list-style: none;
}

header {
    background-color: #fff;
}

.logo_search {
    width: 1200px;
    height: 60px;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.logo {
    height: 60px;
}

.search {
    align-self: center;
}

.input_text {
    border: 0;
    line-height: 36px;
    height: 36px;
    outline: none;
    width: 300px;
    background: #f3f3f3;
    float: left;
    text-indent: 1em;
}

.input_submit {
    border: 0;
    background-color: #7cbce2;
    color: #fff;
    outline: none;
    line-height: 36px;
    font-size: 15px;
    width: 100px;
    cursor: pointer;
    letter-spacing: 5px;
    text-indent: 5px;
    text-align: center;
    float: left;
    transition: all .3s;
}

.input_submit:hover {
    background-color: #68a1c6;
}

.input_submit2 {
    border: 0;
    color: #fff;
    outline: none;
    font-size: 15px;
    width: 100px;
    cursor: pointer;
    float: left;
    transition: all .3s;
    letter-spacing: 0;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input_submit2:hover {
    background-color: #0167b9;
}


.input_submit2_user {
    background-color: #22c9fd!important;
}

.input_submit3 {
    border: 0;
    color: #fff;
    outline: none;
    font-size: 15px;
    width: 100px;
    cursor: pointer;
    float: left;
    transition: all .3s;
    letter-spacing: 0;
    background-color: transparent;
}

.input_submit3:hover {
    background-color: #e29121;
}

.input_submit2_user:hover {
    background-color: #20aaff !important;
}

.topnav {
    width: 100%;
    height: 45px;
    /*background: #7cbce2;*/
    margin-bottom: -45px;
    position: relative;
    z-index: 10;
}

.is-fixed {
    position: fixed;
    top: 0;
    box-shadow: 0px 3px 10px 1px rgb(144 161 180 / 40%);
    z-index: 99;
    background: #2196f3;
}

.banner {
    width: 100%;
    height: 350px;
    background-image: url(../../img/index/back_ground.png);
    background-repeat: no-repeat;
    background-position: center 55.2%;
    position: relative;
}

.lap {
    width: 1200px;
    height: 350px;
    margin: auto;
    position: relative;
}

.laptop {
    height: 340px;
    position: absolute;
    right: 120px;
    bottom: -60px;
}

#starlist {
    width: 1200px;
    margin: auto;
    text-align: center;
    line-height: 45px;
}

#starlist li {
    position: relative;
    display: inline;
    float: left;
    font-size: 15px;
    margin-right: 5px;
}

#starlist li a {
    display: inline;
    float: left;
    padding: 0 25px;
    color: #fff;
    text-shadow: 2px 3px 5px rgb(0 0 0 / 40%);
    font-weight: bold;
    transition: all .2s;
}

.personal {
    background: #22c9fd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#starlist li a:hover,
#starlist li a.hover {
    background: #FF9E29;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.news_bulletin {
    width: 1160px;
    height: 391px;
    margin: auto;
    background: #fff;
    /*box-shadow: 0px 0px 1px rgb(0 0 0 / 40%);*/
    position: relative;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.swiper_box {
    width: 55%;
    height: calc(100% - 61px);
    /*border-right: 1px solid;*/
    box-sizing: border-box;
}

.gd-box {
    width: 100%;
}

#tab {
    border-bottom: #e4e3e3 1px solid;
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
}

#tab li {
    font-size: 18px;
    padding: 0 10px;
    position: relative;
}

#tab li.tab-current {
    color: #FF9E29;
    width: 100px;
    text-align: center;
    align-self: center;
    padding: 10px;
}

.more {
    align-self: center;
}

.more:hover {
    align-self: center;
    color: #7cbce2;
}

#tab li:hover:after,
#tab li.tab-current:after {
    opacity: 1;
    width: 100%;
    margin: auto;
    display: block;
    left: 0;
}

#tab li:after {
    content: "";
    background: #FF9E29;
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 40%;
    opacity: 0;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.swiper_img {
    width: 100%;
    height: 100%;
}

.swiper_message {
    width: 100%;
    height: 40px;
    background-color: rgba(11, 39, 61, 0.8);
    position: absolute;
    bottom: 0;
}

.swiper_message p {
    width: 50%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-pagination {
    text-align: right !important;
    width: calc(100% - 20px) !important;
    padding: 10px 0;
    bottom: 0 !important;
    z-index: 100 !important;
}

.news_box {
    width: 45%;
    height: calc(100% - 61px);
}

.headline-box {
    padding: 0 20px;
}

.headline-news-title {
    margin-bottom: 9px;
    color: #7cbce2;
    display: flex;
}

.headline-news-title span {
    float: left;
    font-size: 12px;
    font-weight: normal;
    border: #ff6600 1px solid;
    padding: 0 5px;
    border-radius: 3px;
    color: #ff6600;
    margin: 0 8px 0 0;
    align-self: center;
}

.headline-news-title a {
    color: #7cbce2;
    align-self: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 60px);
    font-size: 18px;
}

.headline-news-smalltext {
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 60px;
    margin-bottom: 10px;
    color: #888;
}

.headline-news-list {
    border-top: #ddd 1px solid;
    padding-top: 10px;
}

.headline-news-list li {
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    position: relative;
}

.headline-news-list li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #000;
    border-radius: 10px;
    left: 0;
    top: 15px;
}

.headline-news-list a:hover {
    color: #7cbce2;
    text-decoration: none;
}

.talent_trends {
    width: 1160px;
    height: auto;
    margin: auto;
    background: #fff;
    /*box-shadow: 0px 0px 1px rgb(0 0 0 / 40%);*/
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.talent {
    width: 100%;
    height: calc(100% - 61px);
}

.talent ul {
    display: flex;
    flex-wrap: wrap;
}

.talent ul li {
    width: calc(100% / 3);
    float: left;
    margin-bottom: 20px;
}

.talent_a {
    display: block;
    margin: 0 10px;
    border: #ddd 1px solid;
    padding: 10px;
    transition: all 0.5s;
    height: 90px;
}

.talent_span {
    width: 70px;
    height: 70px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    background: #7cbce2;
    color: #fff;
    float: left;
    margin: 0 10px 0 0;
    transition: all 0.5s;
}

.talent_a:hover .talent_span {
    background: #FF9E29;
}

.talent ul li b {
    display: block;
    font-size: 16px;
    margin-top: 16px;
}

.talent ul li h3 {
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 16px;
}

.talent ul li p {
    font-size: 14px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 40px;
}

.talent_style {
    width: 1160px;
    height: auto;
    margin: auto;
    background: #fff;
    /*box-shadow: 0px 0px 1px rgb(0 0 0 / 40%);*/
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.style {
    width: 100%;
    height: calc(100% - 61px);
}

.style li:first-child {
    width: 40%;
}

.style li {
    width: 20%;
    overflow: hidden;
    float: left;
    text-align: center;
}

.style li a {
    display: block;
    margin: 10px;
    overflow: hidden;
}

.style li:first-child i {
    height: 305px;
    line-height: 305px;
    position: relative;
}

.style li i {
    overflow: hidden;
    display: block;
    height: 130px;
    line-height: 130px;
}

.style li i img {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    transition: .5s;
}

.style li span {
    color: #888;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.talent_service {
    width: 1160px;
    height: auto;
    margin: auto;
    background: #fff;
    /*box-shadow: 0px 0px 1px rgb(0 0 0 / 40%);*/
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.service {
    width: 100%;
    height: calc(100% - 61px);
}

.service ul {
    display: flex;
    flex-wrap: wrap;
}

.service ul li {
    width: calc(100% / 8);
    margin-bottom: 20px;
}

.service a {
    display: block;
    margin: 0 10px;
    border: #ddd 1px solid;
    padding: 10px;
    transition: all 0.5s;
    display: flex;
    flex-flow: column;
    text-align: center;
}

.service a:hover {
    /*background-color: #cbebfc;*/
    background-color: #ffe5c6;
}

.service li img {
    width: 80%;
    vertical-align: middle;
    display: inline-block;
    transition: .5s;
    margin: 0 10%;
}

.service li p {
    margin-top: 10px;
}

.recruitment_services {
    width: 1160px;
    height: auto;
    margin: auto;
    background: #fff;
    /*box-shadow: 0px 0px 1px rgb(0 0 0 / 40%);*/
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.recruitment {
    width: 100%;
    height: calc(100% - 61px);
}

.recruitment ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.recruitment ul li {
    width: calc(94% / 3);
    border-bottom: 2px solid #f1f6f8;
    height: auto;
    margin: 0 1% 25px;
}

.overdot_adress {
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-position: 0 5px;
}

.overdot_adress a {
    float: left;
    margin-left: 20px;
    color: #fe6700;
    font-size: 14px;
    width: 120px;
}

.overdot_area {
    float: left;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    height: 25px;
    color: #999999;
    text-overflow: ellipsis;
    width: 80px;
    text-align: right;
}

.overdot_date {
    float: left;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    width: 60px;
    height: 25px;
    color: #0081cf;
}

.overdot_position {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    margin: 10px 0;
}

.overdot_position span {
    float: left;
    margin-left: 20px;
    width: 62%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.project_declaration {
    width: 1160px;
    height: auto;
    margin: auto;
    background: #fff;
    /*box-shadow: 0px 0px 1px rgb(0 0 0 / 40%);*/
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.declaration {
    width: 100%;
    height: calc(100% - 61px);
}

.declaration ul {
    display: flex;
    flex-wrap: wrap;
}

.declaration ul li {
    width: calc(100% / 4);
    margin-bottom: 20px;
}

.declaration_box {
    height: 260px;
    display: block;
    margin: 0 10px;
    border: #ddd 1px solid;
    padding: 10px;
    transition: all 0.5s;
    display: flex;
    flex-flow: column;
    text-align: center;
}

.declaration_box:hover {
    background-color: #cbebfc;
}

.declaration li img {
    width: 40%;
    vertical-align: middle;
    display: inline-block;
    transition: .5s;
    margin: 25px 30%;
}

.declaration li p {
    color: #444;
    font-size: 18px;
}

.declaration_link {
    margin-top: 10px;
    color: #a2a2a2;
}

.declaration_link a {
    color: #a2a2a2;
}

.declaration_link a:hover {
    color: #7cbce2;
    text-decoration: underline;
}

.style1 {
    width: 100%;
    height: calc(100% - 61px);
}


.style1 li {
    width: 20%;
    overflow: hidden;
    float: left;
    text-align: center;
}

.style1 li a {
    display: block;
    margin: 10px;
    overflow: hidden;
}


.style1 li i {
    overflow: hidden;
    display: block;
    height: 130px;
    line-height: 130px;
}

.style1 li i img {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    transition: .5s;
}

.style1 li span {
    color: #888;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.login_page_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .5;
    display: none;
}

.login_page_mask_show {
    display: block;
    z-index: 9999;
}

.login_page {
    position: fixed;
    width: 450px;
    min-height: 600px;
    top: -600px;
    /*left: 735px;*/
    left: calc(50% - 225px);
    background-color: white;
    z-index: 10000;
    opacity: 0;
    transition: all .3s;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #414141;
}

.login_page_show {
    top: 60px;
    opacity: 1;
}

.login_item {
    width: 100%;
    height: 250px;
    background-position: -400px 575px;
    border-radius: 5px;
    /*background-image: linear-gradient(to left, #2196f3, #77beff);*/
}

.login_title {
    width: 100%;
    height: 30px;
    color: white;
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.login_title_tips {
    float: right;
    line-height: 33px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    margin-left: 20px;
}

.login-btn-close {
    float: right;
    width: 30px;
    height: 100%;
    border-radius: 5px;
    border: none;
    background-color: rgba(0,0,0,0);
    font-size: 20px;
    transition: all .3s;
}

.login-btn-close:hover {
    color: black;
}

.login_content {
    /*margin-top: 30px;*/
}

.login_submit {
    width: 100%;
    height: 35px;
    background-color: #2196f3;
    margin-top: 30px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    letter-spacing: 10px;
    text-indent: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#user-input {
    height: 350px;
    overflow: auto;
}

.error {
    color: red;
}

.content_box {
    width: 1160px;
    min-height: calc(100vh - 355px);
    margin: auto;
    background: #fff;
    position: relative;
    margin-top: 80px;
    display: flex;
    flex-flow: column;
    padding: 5px 20px;
}

.gd-box {
    width: 100%;
}

/*#tab {*/
/*    border-bottom: #e4e3e3 1px solid;*/
/*    margin: 0 0 20px;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*}*/

/*#tab li {*/
/*    font-size: 16px;*/
/*    padding: 0 10px;*/
/*    position: relative;*/
/*}*/

/*#tab li.tab-current {*/
/*    color: #FF9E29;*/
/*    width: 80px;*/
/*    text-align: center;*/
/*    align-self: center;*/
/*    padding: 10px 0;*/
/*}*/

.hnav {
    line-height: 40px;
}

.hnav a:hover {
    align-self: center;
    color: #7cbce2;
}

/*#tab li:hover:after,*/
/*#tab li.tab-current:after {*/
/*    opacity: 1;*/
/*    width: 100%;*/
/*    margin: auto;*/
/*    display: block;*/
/*    left: 0;*/
/*}*/

#tab li:after {
    content: "";
    background: #FF9E29;
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 40%;
    opacity: 0;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.message_box {
    padding: 0 60px 20px;
    min-height: 650px;
    position: relative;
    padding-bottom: 60px;
    /*overflow: auto;*/
}

.title-h1 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.picview-other {
    overflow: hidden;
    color: #888;
    margin-bottom: 20px;
    text-align: center;
}

.picview-other span {
    margin-right: 15px;
    padding-left: 20px;
}

span.po-date {
    background-size: 16px;
}

.substance {
    width: 100%;
    height: auto;
    line-height: 28px;
}

.substance h1 {
    color: #444;
    font-size: 16px;
    padding: 20px 0 0;
}

.substance p {
    color: #444;
    font-size: 14px;
    text-indent: 32px;
    padding: 20px 0;
}
.list-item {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #7b7e86;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f6f6f6;
}

.list-img img{
    width: 132px;
    height: 88px;
    border-radius: 4px;

}

.item-info{
    width: 100%;
    margin-left: 15px;
    height: 80%;
}

.item-title{
    font-weight: 700;
    font-size: 16px;
}

.contMsg {
    color: white;
    text-align: left;
    position: absolute;
    bottom: 45px;
    left: 45px;
}

.no-more{
    color: #969799;font-size: 14px;line-height: 50px;text-align: center;position: absolute;bottom: 10px;
    width: 100%;
}

#myTabContent{
    width: 80%;
    margin: 0 auto;
}
#myTabContent table{
    border-style: none;
    border-color: #ddd !important;
    margin:0 auto!important;
    padding: 0 !important;
}
#myTabContent table tr td{
    vertical-align: middle !important;
    text-align: center !important;
    padding:5px;
}

.form_input{
    width:300px !important;
}
