/* 全局 */

body {
    /*background: #f5f2f5;*/
    background-color: #fff;
    padding-bottom: 50px !important;
    margin: 0;
}

@font-face {
    font-family: "Noto Sans TC ";
    src: url(http://www.cebpubservice.com/common/css/font/AlibabaPuHuiTi-3-55-Regular.woff2) format('woff2');
    cache: local;
}

* {
    font-family: "Noto Sans TC ";
}

.el-table {
    font-size: 12px;
    text-align: left;
}

.tel_fixed {
    position: fixed;
    width: 46px;
    height: 46px;
    bottom: 40px;
    right: 20px;
    background-image: url(./images/tel.svg);
    background-size: 46px;
    border-radius: 50px;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
}

#top {
    width: 100%;
    height: 380px;
    background: url(./images/banner.png) no-repeat center #10112D;
    position: relative;
    background-size: 100%;
}

#top .top {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    top: 0;
}

#top .logo {
    position: absolute;
    width: 1200px;
    height: 214px;
    left: 50%;
    margin-left: -600px;
    top: 100px;
}

#top .logo .right {
    width: 1000px;
    height: auto;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 0 #12274B;
    padding-left: 20px;
    padding-top: 5px;
    line-height: 500%;
    text-align: center;
    margin: 0 auto;
}

.contacts {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 70px;
    background: rgba(94, 93, 93, 1);
    padding: 20px;
    border-radius: 15px;
}

.contacts p {
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

input {
    border: 0px;
    outline: none;
}

input:active {
    direction: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.search {
    display: flex;
}

.talent-title{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding-top: 45px;
}

.search-input {
    width: 680px;
    margin: 0 auto;
    position: relative;
}

.search-input .input .el-input__inner {
    border: 1px solid rgba(3, 96, 220, 1);
    padding: 26px 100px 26px 10px;
}

.append-btn {
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    background-image: url(./images/search.svg);
    cursor: pointer;
}

.search_bg {
    background-image: url(./images/search.png);
    background-size: 28px;
    width: 80px;
    background-position: center;
    height: 50px;
    background-repeat: no-repeat;
}


/* .el-input-group__append,
.el-input-group__prepend {
    padding: 0 12px;
    background: #fff;
}

.el-button--primary {
    color: #FFF;
    background-color: #2079ED;
    border-color: #2079ED;
} */

.flexBetween {
    display: flex;
    /* justify-content: space-between; */
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.flexEnd {
    display: flex;
    justify-content: flex-end
}

.flexColumn {
    display: flex;
    flex-direction: column
}

.flexAround {
    display: flex;
    justify-content: space-around
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center
}

.conBox {
    margin: 0 auto;
    width: 100%;
}

.conItem .conTop {
    width: 100%;
    height: 115px;
    position: relative;
}

.conItem .conTop img {
    width: 100%;
}

.conBox .conItem {
    border-radius: 4px;
    background: rgba(111, 107, 107, .1);
    transition: .2s;
    overflow: hidden;
    /* padding: 20px; */
    /* flex: 1; */
    margin-right: 20px;
    /* 每个元素右间距设置为20px */
    /* 计算每个元素的宽度：20px是前三个元素的间距（margin-right）和，除以4即为每个元素的宽度 */
    width: calc((100% - 60px) / 4);
    margin-top: 30px;
    cursor: pointer;
}

.conBox .conItem:nth-of-type(4n+0) {
    margin-right: 0;
}

.conBox .conBottom {
    padding: 20px 20px 50px 20px;
    position: relative;
    min-height: 150px;
}

.conBox .conBottom p {
    margin: 0;
    padding: 0;
    color: #4A4848;
    line-height: 23px;
}

.title_text {
    height: 60px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 0 #12274B;
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 35px;
    width: 100%;
    top: 0;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 15px;
}

.conBox .conBottom .tel {
    text-align: center;
    font-size: 14px;
}

.gg_img {
    width: 80px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.conBox .conBottom p strong {
    font-size: 13px;
}

.certificate_name {
    font-size: 13px;
    letter-spacing: 0px;
}

.certificate_source {
    font-size: 12px;
    height: 40px;
    border-top: 1px dashed #ccc;
    margin-top: 5px !important;
    padding-top: 6px !important;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 40px);
    display: flex;
    color: #8B8B8C;
    padding-bottom: 4px;
    flex-direction: column;
}

.certificate_info {
    display: flex;
    color:#4A4848;
}

.text_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
}

.conBox .conItem:hover {
    box-shadow: 0 0 24px 14px rgba(61, 68, 97, .05);
    transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transition: all .3s ease-in-out;
}

.title {
    margin-bottom: 15px;
    background: #EFEFEF;
    height: 45px;
    line-height: 45px;
    color: #6E6D72;
}

.Information {
    padding-right: 15px;
    font-size: 18px;
    color: rgb(55, 121, 209);
    padding-left: 15px;
    background: #fff;
    border: 1px solid #cccc;
    height: 43px;
    display: inline-block;
    margin-right: 10px;
}

.code {
    display: flex;
    height: 40px;
}

.state {
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.submit {
    flex: 0.5 !important;
}

.substance {
    margin-top: 15px;
}

.bz_text {
    width: 100%;
    text-align: center;
    color: #66666696;
    line-height: 80px;
}

.photograph {
    float: left;
    width: 152px;
}

.portrait {
    float: left;
    width: 152px;
    height: 240px;
    display: block;
    /* background-color: red; */
    display: flex;
    align-items: center;
}

.portrait img {
    width: 100%;
    margin: 0 auto;
}

.QRcode {
    float: left;
    width: 152px;
    height: 152px;
    display: block;
    margin-top: 25px;
}

.QRcode img {
    width: 100%;
    height: 100%;
}

.QRcode_Tip {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
    color: #969494;
}

.info {
    width: 765px;
    float: left;
    height: 240px;
    margin-left: 25px;
    text-align: center;
}

.info-item {
    display: flex;
}

.info_cell {
    flex: 1;
    height: 45px;
    line-height: 45px;
}

.info_cell .el-input-group__append,
.el-input-group__prepend,
.info_cell .el-input-group--prepend .el-input__inner {
    border-radius: 0px;
}

.info_cell .el-input .el-input-group__prepend {
    width: 65px;
    background: #F2F2F2;
    color: #000;
}

.info_name {
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    text-align: left;
}

.link {
    color: #409EFF;
    cursor: pointer;
}


/*头部*/

.header {
    width: 100%;
    margin: 0 auto;
    /*margin-top: 30px;*/
}

.header .head {
    width: 1200px;
    height: 68px;
    margin: 0 auto;
}


/*logo*/

.header .head .logo {
    width: 520px;
    height: 56px;
    float: left;
}

.header li {
    float: right;
    margin-top: 25px;
    font-size: 15px;
    list-style: none;
}

.header li a {
    text-decoration: none;
    color: #9e9e9e;
    outline: none;
}


/* .header .head .logo img{
	padding-top: 15px;
} */

.header .head .r_box {
    width: 100px !important;
    height: 30px;
    float: right;
    margin-top: 22px;
}

.header .head .r_box a {
    display: inline-block;
    margin-left: 20px;
    float: left;
    position: relative;
    background-image: url('./images/home_fill.png');
    font-size: 13px;
    color: #787575;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 20px;
    text-decoration: none;
}

.header .head .r_box a.mobile {
    width: 22px;
    margin-left: 10px;
}

.header .head .r_box a.title {
    font-size: 14px;
    color: #A61111;
    font-weight: bold;
}

.header .head .r_box a .ewmImg {
    display: none;
    position: absolute;
    top: 26px;
    left: 0;
    height: 108px;
    max-width: 91px;
}

.header .head .r_box a .ewmImg,
.header .head .r_box a .weixin {
    z-index: 9;
}

.header .head .r_box a:hover .ewmImg {
    display: block;
}

.logo_main {
    width: 940px;
    float: right;
    color: red
}

.logo_left {
    float: left;
}

.logo_right {
    margin: 0 auto;
    height: 130px;
    line-height: 130px;
    font-size: 38px;
    font-weight: 700;
    color: #000;
    text-align: center;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 52% 130px;
}

.content .fixedTip {
    position: fixed;
    height: 100px;
    padding: 15px 0px;
    width: 170px;
    z-index: 999;
    top: 50%;
    left: 0%;
    margin-top: -50px;
    margin-left: 0;
}

.column_query .el-input {
    margin-bottom: 15px;
}

.column_query .el-input-group__append,
.el-input-group__prepend {
    width: 60px;
    text-align: center;
}

.content .nav .lianxi {
    margin-top: 50px;
}

.content .nav .lianxi ul li {
    height: 40px;
    line-height: 30px;
}

.content .nav .lianxi ul .spe {
    background: #f7f4f8;
}

.content .nav .lianxi ul .spe a {
    color: #da4545;
}

.tips {
    width: 100%;
    background-color: rgba(251, 248, 229, 1);
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}

.main_logo {
    width: 942px;
    height: 130px;
    /*background: url(./images/main_bg.png) 0 0 repeat;*/
    margin: 0 auto;
}

.main_logo .img {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}

.main_logo .img img {
    height: 100%;
}


/* content */

.waper {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    /* background: no-repeat bottom / contain, linear-gradient(to bottom, #EDF1F8 0%, #EDF1F8 25%, #EDF1F8 50%, #EDF1F8 85%, #ffffff 100%); */
    background-image: url(./images/bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.content {
    /* width: 1200px; */
    width: 1000px;
    height: auto;
    margin: 0 auto;
}


/* 右侧 */

.content_right {
    width: 1000px;
    margin-left: 18px;
    margin-top: 45px;
}

.reminder-bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 10000px;
    height: 10000px;
    background-color: rgb(217, 213, 213);
    opacity: 0.6;
    z-index: 1016;
    display: none;
}

.reminder-title {
    font-weight: bold;
    font-size: 18px;
}

.reminder {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1020;
    width: 300px;
    padding: 20px 0;
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    display: none;
}

.reminder p {
    margin: 10px auto;
}

.sure {
    background: #488BE5;
    color: #fff;
    padding: 7px 0;
    width: 130px;
    font-size: 13px;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}
