* {
    padding: 0;
    margin: 0;
}

ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.text_center {
    width: 1300px;
    margin: 0 auto;
}

body {
    background: url(https://www.impc.com.cn/resource/img/dm30zn_header.jpg) top center no-repeat;
}

.header {
    height: 1060px;
    background: url(https://www.impc.com.cn/resource/img/dm30zn_header.jpg) top center no-repeat;
}

@keyframes pulse-outer {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        box-shadow: 0 0 0px 50px rgba(52, 152, 219, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
    }
}

.time_axis {
    height: 2250px;
    position: relative;
}

.time_axis ul li {
    width: 129px;
    height: 121px;
    position: absolute;
    font-size: 18px;
    color: #008965;
    line-height: 29px;
    overflow: hidden;
}

.time_axis ul li:hover {
    overflow: visible;
}

.time_axis ul li:hover .text {
    opacity: 1;
}

.time_axis ul li:hover .jt {
    opacity: 1;
}

.time_axis ul li .jt {
    margin-top: -8px;
    margin-left: 45px;
}

.time_axis ul li .text {
    text-indent: 2em;
    margin-top: -1px;
    width: 427px;
    background-color: #fff;
    padding: 19px 10px;
    border-radius: 20px;
    transform: translateX(-35.3%);
    opacity: 0;
    transition: opacity 0.5s ease;
    font-weight: 500;
}

.time_axis ul li .jt {
    margin-top: -8px;
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.time_axis ul li .jt img {
    display: block;
}

.time_axis ul li:nth-child(1) {
    top: 32px;
    left: 159px;
}

.time_axis ul li:nth-child(2) {
    top: 52px;
    left: 752px;
}

.time_axis ul li:nth-child(3) {
    top: 177px;
    right: 0px;
}

.time_axis ul li:nth-child(3) .text {
    transform: translateX(-75.3%);
}

.time_axis ul li:nth-child(4) {
    top: 485px;
    right: 53px;
}

.time_axis ul li:nth-child(4) .text {
    transform: translateX(-75.3%);
}

.time_axis ul li:nth-child(5) {
    top: 514px;
    left: 609px;
}

.time_axis ul li:nth-child(6) {
    top: 542px;
    left: 124px;
}

.time_axis ul li:nth-child(7) {
    top: 978px;
    left: 80px;
}

.time_axis ul li:nth-child(8) {
    top: 1165px;
    left: 514px;
}

.time_axis ul li:nth-child(9) {
    top: 1607px;
    right: 726px;
}

.time_axis ul li:nth-child(9) .text {
    transform: translateX(-75.3%);
}

.time_axis ul li:nth-child(11) {
    top: 1315px;
    right: 96px;
}

.time_axis ul li:nth-child(11) .jt {
    margin-top: 31px;
    transform: rotate(90deg);
    margin-left: -165px;
}

.time_axis ul li:nth-child(11) .text {
    transform: translateX(-107.3%);
    margin-top: -193px;
}

.time_axis ul li:nth-child(10) {
    bottom: 206px;
    right: 560px;
}

.time_axis ul li:nth-child(10) .jt {
    margin-top: -158px;
    transform: rotate(60deg);
    margin-left: 34px;
}

.time_axis ul li:nth-child(10) .text {
    margin-top: -260px;
}

.compilation {
    padding: 20px 0;
    margin-top: -50px;
}

.compilation .content {
    padding: 0 100px;
    box-sizing: border-box;
}

.compilation .content h3 {
    font-size: 35px;
    color: #fff;
    line-height: 62px;
    height: 62px;
    font-weight: 200;
    margin-bottom: 25px;
    background: url(https://www.impc.com.cn/resource/img/dm30zn_bza_title.png) no-repeat;
    padding-left: 27px;
}

.compilation .content p {
    font-size: 24px;
    text-indent: 2em;
    line-height: 56px;
    color: #008965;
}

.demarcation {
    height: 200px;
    margin-top: -67px;
    background: url(https://www.impc.com.cn/resource/img/dm30zn_demarcation.png);
}

.interview {
    margin-top: -20px;
    padding: 20px 0 0 0;
    height: 671px;
    position: relative;
}

.interview .interview_box {
    width: 1197px;
    margin: 0 auto;
}

.interview .swiper-button-next {
    height: 73px;
    background: url(https://www.impc.com.cn/resource/img/dm30zn_right.png) 0 0 no-repeat;
}

.interview .swiper-button-next:after {
    content: none;
}

.interview .swiper-button-prev {
    height: 73px;
    background: url(https://www.impc.com.cn/resource/img/dm30zn_left.png) 0 0 no-repeat;
}

.interview .swiper-button-prev:after {
    content: none;
}

.interview .interview_item {
    display: flex;
    justify-content: space-between;
}

.interview .interview_left {
    height: 612px;
    width: 1023px;
    background: linear-gradient(to right, #27b685, #35c0e6);
    padding: 59px 0px 0px 55px;
    display: flex;
    justify-content: space-between;
}

.interview .interview_left>img {
    width: 710px;
    height: 430px;
    margin: 93px -118px 0 0;
    box-shadow: -9px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

.interview .interview_left>div {
    width: 375px;
    color: #fff;
}

.interview .interview_left>div h3 {
    font-size: 30px;
    border-bottom: 4px solid #fff;
    padding-bottom: 16px;
    margin-bottom: 36px;
    width: 550px;
    white-space: nowrap;
    margin-bottom: 96px;
}

.interview .interview_left>div p {
    font-size: 18px;
    text-indent: 2em;
    line-height: 30px;
}

.interview .interview_left>div>div {
    padding: 8px 26px;
    margin-top: 38px;
    border: 2px solid #fff;
    float: right;
    cursor: pointer;
}

.unit {
    background: url(https://www.impc.com.cn/resource/img/dm30zn_unit.png) top center no-repeat;
    padding-top: 170px;
}

.unit>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.unit>div>div {
    width: 652px;
}

.unit>div>div img {
    width: 100%;
    display: block;
}

.unit>div>div>div {
    height: 378px;
}

.unit>div>div:nth-child(1) {
    flex: 1;
    padding-right: 50px;
    margin-bottom: 54px;
}

.unit>div>div:nth-child(2) {
    flex: 1;
}

.unit>div>div:nth-child(3) {
    flex: 2;
    padding-right: 50px;
}

.unit>div>div:nth-child(4) {
    flex: 2;
}

.unit>div>div>div:last-child {
    background: #fff;
    padding: 20px 50px 0 50px;
    height: 160px;
    color: #008965;
    box-sizing: border-box;
    width: 625px;
}

.unit>div>div>div:last-child h3 {
    font-size: 30px;
    line-height: 50px;
}

.unit>div>div>div:last-child h3 .dm30zn_a {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.unit>div>div>div:last-child p {
    text-indent: 2em;
    line-height: 30px;
}

.footer {
    background: url(https://www.impc.com.cn/resource/img/dm30zn_footer.png) top center no-repeat;
    height: 611px;
    text-align: center;
    line-height: 37px;
    padding-top: 140px;
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
}