/*上面的视频播放模块  开始*/
.top_bg_img{
    display: flex;
    position: relative;
    height: 700px;
    align-items: center;
    justify-content: center;
    background-image: url('/newwebsite/about/images/aboutIndex.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.about_banner{
    width: 70%;
    height: 70%;
    padding: 40px 60px;
    box-sizing: border-box;
    background-color: rgba(225,225, 225, 0.9);
}
/*左边视频*/
.top_about_left{
    width: 48%;
    height: 100%;
    float: left;
}
.top_about_left .top_about_logo{
    min-height: 32px;
    text-align: center;
    background-image: url('/newwebsite/common/images/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 60px;
}
.chooseVetech{
    display: inline-block;
    font-size: 16px;
    vertical-align: bottom;
    border-left: 1px solid #333;
    margin-left: 10px;
    padding-left: 10px;
    color: #333;
}
.bgc_fff{
    background-color: #fff;
}
.about_video_logo{
    height: 100%;
    display: flex;
    flex-direction:column;
    justify-content:space-between;
}
#aboutVideo{
    width: 100%;
    background-color: #fff;
    flex-grow: 1;
    padding: 5px;
    box-sizing: border-box;
}
/*右边文字*/
.top_about_right{
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    width: 48%;
    height: 100%;
    float: right;
}
.top_about_right h2{
    font-size: 32px;
}
.tab-text1-line{
    width: 100%;
    height: 0;
    border-top: 3px solid;
    margin: 20px 0;
}
.about-text_box {
    flex-grow: 1;
    overflow: hidden;
}
.about-text_scrollbar{
    width: 100%;
    height: 100%;
    padding-right: 40px;
    overflow: auto;
}
.about-text {
    font-size: 13px;
    line-height: 22px;
    color: #383839;
    text-indent: 2rem;
    margin-bottom: 20px;
}
/*------------上面的视频播放模块 结束----------------*/
/*企业历程  开始*/
.course_box{
    height: 870px;
    overflow: hidden;
    background-color: #f8f8f8;
    box-sizing: border-box;
}
.course_box h2{
    font-size: 32px;
    height: 210px;
    text-align: center;
    line-height:210px;
}
.course_year_detail{
    display: flex;
    height: 660px;
    padding-bottom: 50px;
    box-sizing: border-box;
    justify-content: center;
}
.year_num{
    margin-top: 30px;
}
.course_year_ball{
    width: 162px;
    padding-right: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.course_year{
    width: 164px;
    height: 164px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.year_detail_item{
    max-width: 430px;
    overflow: hidden;
 }
.course_item{
    margin-bottom: 44px;
}
.course_item h4{
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}
.course_active_item h4{
    color: #0061DC;
}
.course_item p {
    font-size: 16px;
    color: #999;
    line-height: 28px;
    margin-top: 8px;
}
.year_detail_scrollbar{
    width: 100%;
    height: 100%;
    padding-right: 40px;
    overflow: auto;
}
/*------------企业历程 结束----------------*/
/*企业文化*/
.bg_115{
    background-image: url('/newwebsite/about/images/bg115.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.human_resources_title,
.qualification_title,
.authentication_title,
.contact_title {
    width: 100%;
    padding: 50px 0;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
.qualification_felx{
    display: flex;
    width: 70%;
    max-width: 1440px;
    margin: 20px auto;
    justify-content: space-between;
}
.qualification_positioning{
    background-image: url('/newwebsite/about/images/enterprisePositioning.png');
}
.qualification_mission{
    background-image: url('/newwebsite/about/images/corporateMission.png');
}
.qualification_objectives{
    background-image: url('/newwebsite/about/images/enterpriseObjectives.png');
}
.qualification_philosophy{
    background-image: url('/newwebsite/about/images/developmentPhilosophy.png');
}
.qualification_item{
    width: 24%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: transform 0.3s;
}
.qualification_item:hover{
    transform: translate(0, -10px)
}
.qualification_item:hover .qualification_tiem_describe{
    display: block;
}
.qualification_item:hover .qualification_mack{
    background-color: #0061dca6;
}
.qualification_mack{
    height: 420px;
    color: #fff;
}
.qualification_tiem_title{
    padding-top: 90px;
    font-size: 24px;
    text-align: center;
}
.qualification_tiem_line{
    margin-bottom: 10px;
    text-align: center;
}
.line_fff{
    display: inline-block;
    width: 72px;
    height: 3px;
    background-color: #fff;
}
.qualification_tiem_describe{
    display: none;
}
.qualification_tiem_describe p{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
/*------------企业文化 结束----------------*/
/*资质认证 开始*/
.authentication_swiper{
    position: relative;
    left: -400px;
}
/*.authentication_felx{*/
/*    position: relative;*/
/*}*/
.human_resources_felx,
.authentication_felx,.contact_felx{
    width: 70%;
    height: 240px;
    margin: 20px auto;
    box-shadow: 1px 1px 10px #ccc;
    overflow: hidden;
}
.contact_felx{
    display: flex;
    justify-content: space-around;
}
.authentication_item{
    position: absolute;
    padding-top: 40px;
    width: 200px;
    text-align: center;
}
/*------------资质认证 结束----------------*/
/*联系我们 开始*/
.contact_item{
    padding-top: 30px;
    text-align: center;
}
.contact_item .contact_describe{
    margin-top: 30px;
}
.contact_lin{
    width: 2px;
    height: 122px;
    margin-top: 86px;
    background-color: #eee;
}
.map_box{
    display: flex;
    width: 70%;
    height: 428px;
    margin: 50px auto;
    justify-content:center;
    align-items:center;
    overflow: hidden;
}
#china_map_box{
    width: 70%;
    height: 570px;
    margin: auto;
}
.companyAddress{
    width: 30%;
    margin-right: 20px;
    height: 245px;
    padding: 20px 30px;
    box-sizing: border-box;
    box-shadow: 1px 1px 10px #ccc;
}
.companyAddress_title{
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}
.companyAddress h4{
    padding-left: 30px;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0;
    color: #333;
    background-repeat: no-repeat;
}
.iconAddress{
    background-image: url('/newwebsite/about/images/iconmap.png');
}
.iconCall{
    background-image: url('/newwebsite/about/images/counsely.png');
    background-position-y: bottom;
}
.companyAddress p{
    color: #666;
    font-size: 16px;
}
.human_resources_felx{
    height: auto;
    margin-top: 10px;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.human_resources_tab{
    width: 70%;
    margin: 0 auto;
    border-bottom: 1px solid #939393;
    text-align: center;
}
.human_resources_tab .human_resources_tab_item{
    display: inline-block;
    font-size: 18px;
    color: #363c48;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    margin: 0 100px;
    padding-bottom: 10px;
}
.recruitment_item{
    margin-top: 20px;
}
.recruitment_item .recruitment_item_header{
    position: relative;
    width: 100%;
    height: 88px;
    background: #e8edf0;
    cursor: url(/images/cursor-next.png), url(/images/cursor-next.png), auto;
}
.recruitment_item .recruitment_item_header .zw{
    position: absolute;
    top: 15px;
    left: 40px;
    font-size: 20px;
    color: #34495e;
    font-weight: bold;
}
.recruitment_item .recruitment_item_header .xz{
    position: absolute;
    top: 52px;
    left: 40px;
    font-size: 16px;
    color: #bdc3c7;
}
.recruitment_item .recruitment_item_header .xz em{
    color: #f99100;
}
.recruitment_item .recruitment_item_header .gzdd{
    position: absolute;
    top: 52px;
    left: 180px;
    font-size: 16px;
    color: #bdc3c7;
}
.recruitment_item .recruitment_item_header .gzdd em{
    color: #666;
}
.recruitment_item .recruitment_item_header .date{
    position: absolute;
    top: 34px;
    right: 190px;
    font-size: 16px;
    color: #bdc3c7;
}
.recruitment_item .recruitment_item_header .btn{
    position: absolute;
    top: 24px;
    right: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.recruitment_item .recruitment_item_header .btn:hover{
    background: #fff !important;
}
.recruitment_item .recruitment_item_details{
    display: none;
    position: relative;
    background: #fff;
    padding: 20px 40px;
}
.recruitment_item .recruitment_item_details .icon{
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #b8c4ce;
    color: #b8c4ce;
    padding: 0 12px;
    font-size: 16px;
    line-height: 48px;
}
.recruitment_item .recruitment_item_details .zwyq{
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    color: #7f8c8d;
    font-size: 14px;
    padding-left: 82px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.recruitment_item .recruitment_item_details .zwyq .title{
    position: absolute;
    left: 0px;
    font-size: 16px;
    color: #333;
}
.prove{
    width: 600px;
    height: 700px;
    margin: 20px auto 0px;
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
    text-align: center;
}
.prove h3{
    padding: 40px 0px;
    font-size: 28px;
    font-weight: 400;
    color: #666;
}
.prove p{
    position: relative;
    margin: 0 auto 20px;
    width: 500px;
    height: 40px;
    line-height: 40px;
}
.prove p img{
    position: absolute;
    top: 14px;
    left: 15px;
    width: 12px;
    height: 15px;
}
.prove p img.name{
    width: 14px;
}
.prove p .input{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 20px;
    background: #f8f8f8;
    padding-left: 40px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.prove p .input::placeholder{
    color: #bdbdbd;
}
.prove .btn{
    margin-top: 20px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
}

/* 图形验证码 */
.captcha-container{
    height: 250px;
}

/* 离职证明 */
.resignationCertificate_box {
    margin-top: 10px;
}
.resignationCertificate_felx{
    height: auto;
    margin-top: 10px;
    padding: 0px 20px 20px 20px;
    box-shadow: 1px 1px 10px #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.resignationCertificate_tab{
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #939393;
    text-align: center;
}
.resignationCertificate_tab .resignationCertificate_tab_item{
    display: inline-block;
    font-size: 16px;
    color: #363c48;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    margin: 0 70px;
    padding-bottom: 10px;
}
#resignationCertificate {
    width: 100%;
    height: 800px;
}

/* 诚信、奖惩记录 */
.resignationCertificate_content {
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    background-color: transparent;
}
.preview_header {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.preview_container {
    min-height: 300px;
    border: 1px solid #ccc;
    padding: 15px;
    background-color: white;
    margin-bottom: 15px;
    overflow: auto;
}
.preview_content {
    min-height: 270px;
}
.preview_controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.preview_controls button {
    padding: 5px 15px;
    background-color: #0062dc;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.preview_controls button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}
.page_info {
    font-size: 14px;
}