img {
    max-width: 1920px;
}

h2 {
    margin: 20px 0;
    font-weight: lighter;
}

li {
    list-style: none;
}

p {
    margin: 0;
}

.header, .footer {
    display: none;
}

.banner {
    font-size: 0;
}

.my-header {
    position: relative;
    width: 1200px;
    height: 130px;
    margin: -65px auto 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 20;
    border-radius: 3px;
    box-shadow: 0 0 5px #999;
}

.my-header a {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #666;
    border-right: 1px solid #ececec;
}

.my-header a img {
    margin-bottom: 10px;
}

.title {
    text-align: center;
    margin-bottom: 50px;
}

.index1 {
    margin-top: -65px;
    padding: 165px 0 100px;
    color: #333;
    font-family: PingFang-SC-Regular;
    background: url(../images/index1_bg.png);
}

.index1 .con, .index2 .con, .index4 .con, .index5 .con {
    width: 1200px;
    margin: 0 auto;
}

.index1 .con p {
    color: #333;
    line-height: 1.8;
}

.index1 .con p:first-child {
    margin: 40px 0 20px;
}

.index1 .desc {
}


.index2 {
    padding: 100px 0;
    color: #333;
    font-family: PingFang-SC-Regular;
    background: url(../images/index2_bg.png);
}

.index2 .desc img {
   margin: 0 auto;
}

.index2 .desc > div {
    width: 50%;
    height: 540px;
    float: left;
    padding: 72px;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}

.index2 .desc p {
    line-height: 1.8;
}

.index2 .desc > div:first-child {
    background: url(../images/index2_bg1.png);
}

.index2 .desc > div:last-child {
    background: url(../images/index2_bg2.png);
    margin-top: 10%;
}

.recruit_common {
    padding: 100px 0 50px;
    font-family: PingFang-SC-Regular;
    background: url(../images/index5_bg.png);
}

.recruit_common .job-cards {
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.recruit_common .job-cards .swiper-slide {
    position: relative;
    height: 640px;
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.recruit_common .job-cards .swiper-slide .job-title {
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background-color: rgba(16, 187, 239, .8);
    margin: 0;
}

.recruit_common .job-cards .swiper-slide .desc {
    height: 490px;
    padding: 0 20px 30px;
    color: #333;
    background-color: rgba(255, 255, 255, .8);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    overflow-y: auto;
}

.recruit_common .job-cards .swiper-slide .desc > div strong {
    padding: 20px 0 10px;
    display: block;
    font-size: 16px;

}

.recruit_common .job-cards .swiper-slide .desc > div > div {
    line-height: 2;
    margin-top: -40px;
}

.index5 {
    padding: 100px 0 50px;
    color: #333;
    background: url(../images/index4_bg.png);
}

.index5 .search-condition {
    color: #333333;
}

.open-shadow {
    text-align: center;
    position: relative;
    width: 100%;
    left: 0;
    color: #fff;
    top: 30px;
}

.open-shadow span {
    background-color: #0070a5;
    display: inline-block;
    width: 150px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}

.active {
    background-color: #0070a5;
}

section {
    display: flex;
    width: 1200px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.job_list {
    text-align: left;
    background-color: white;
    float: left;
    width: 390px;
    border: 1px solid #eaeeed;
    padding: 17px 15px 10px;
    position: relative;
    box-sizing: border-box;
    margin-top: 15px;
}

.intern-title, .intern-info {
    width: 100%;
    clear: both;
}

.job_list a, .job_list span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.intern-title a {
    display: inline-block;
    width: 250px;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.job_list a, .job_list span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intern-title span {
    display: inline-block;
    float: left;
    text-align: right;
    font-size: 14px;
    color: #ff2b00;
    width: calc(100% - 250px);
}

.intern-info {
    padding-top: 5px;
    color: #999;
    font-size: 14px;
}

.intern-title, .intern-info {
    width: 100%;
    clear: both;
}

.cut_line {
    margin: 10px 0;
}

.cut_line {
    border-top: 1px dashed #e8e8e8;
    margin: 10px 0;
}

.job_list a, .job_list span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.bgs {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.intern-logo-img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
}

.com_info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    color: #333;
    font-size: 16px;
    width: 250px;
}

.com_info p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shadow {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 50;
}

.shadow .form {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 15px;
    border-radius: 6px;
    padding-top: 30px;
}

.shadow .shadow_content {
    height: 280px;
    overflow-y: auto;
}

.shadow #form1 .form-control {
    font-size: 14px;
    width: calc(100% - 120px);
    display: inline-block;
}

.shadow .form div:not(:last-child) {
    height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #333;
}

.shadow #form1 div:not(:last-child) > div {
    width: calc(100% - 120px);
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
}

.shadow .cut-line {
    height: 1px !important;
    border-top: 1px dashed #d4d4d4;
    margin: 10px 0;
}

.shadow p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.shadow > .form div > label:before {
    content: "*";
    color: #ff383d;
}

.shadow > #form1 div > label {
    font-size: 14px;
    width: 110px;
    display: inline-block;
}

.shadow > #form2 > div > label {
    font-size: 14px;
    width: 50px;
    display: inline-block;
    margin-bottom: 0;
}

.shadow .birth:before, .shadow .attach-text:before, .shadow .remark:before {
    content: " " !important;
    display: inline-block;
    width: 7px;
}

.shadow .remark, .shadow .remark + span {
    color: #ff383d;
}

.submit, .submit1 {
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 30px;
}

.submit span, .submit1 span {
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 32px;
    line-height: 32px;
    background-color: #159fdf;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    cursor: pointer;
}

.search-condition {
    width: 900px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search-condition > div {
    width: 33%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.search-condition > div > span {
    white-space: nowrap;
}

.search-condition > div ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.search-condition > div ul li {
    width: 130px;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.search-condition select {
    width: 160px;
}

.search-condition .active {
    background-color: #0070a5;
}

.chooseTime li {
    width: 80px !important;
}

.attach {
    width: calc(100% - 110px);
}

.chooseModule > span {
    display: inline-block;
    width: 80px;
}

.footer-img {
    text-align: center;
    background-color: #f7f6f5;
    padding: 60px 0;
}

.protocol {
    display: flex;
    align-items: center;
}

.protocol input {
    margin-right: 5px;
}

.swiper-father {
    position: relative;
    width: 800px;
    margin: 0 auto;
}

.alert {
    position: fixed;
    width: 80%;
    top: 50px;
    left: 10%;
    display: none;
    z-index: 9;
}

.shadow .form div.file_format {
    height: 16px;
    color: #666;
}

.shadow > .form div > .radio_label {
    vertical-align: text-top
}

.shadow > .form div > .radio_label:before {
    content: "";
    margin-right: 5px;
}
