.link {
    width: 100%;
    height: 50px;
    background: #DB011C;
    display: flex;
    align-items: center;
    justify-content: center;

}
.link a {
    display: block;
    width: 101px;
    text-align: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: normal;
    color: #FFFFFF;
    position: relative;
}
.link a {
    margin-right: 64px;
}
.link .on:after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 16px #DB011C solid;
    border-bottom: 16px transparent solid;
    border-left: 50px transparent solid;
    border-right: 50px transparent solid;
}
.link a:nth-last-child(1) {
    margin-right: 0;
}
.sec1 {
    width: 100%;
    padding-top: 62px;
}
.sec1 .joke {
    width: 1420px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.sec1 .joke .left {
    width: 820px;
}
.sec1 .joke .left p {
    font-size: 18px;
    font-family: Arial;
    font-weight: normal;
    color: #666666;
    line-height: 26px;
}
.sec1 .joke .left h1 {
    font-size: 22px;
    font-family: Arial;
    font-weight: 900;
    color: #333333;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.sec1 .joke .right {
    width: 550px;
    background: #F5F5F5;
    position: relative;
    padding: 101px 68px 73px 99px;
    margin-bottom: 85px;
}

.sec1 .joke .right .icon {
    font-size: 264px;
    font-family: Arial;
    font-weight: bold;
    color: #E6E6E6;
    position: absolute;
    top: 7px;
    left: 60px;
    z-index: 1;
}
.sec1 .joke .right p {
    font-size: 18px;
    font-family: Arial;
    font-weight: 900;
    color: #666666;
    line-height: 26px;
    z-index: 2;
    position: relative;
    margin-bottom: 66px;
}
.sec1 .joke .right .ceo {
    font-size: 16px;
    font-family: Arial;
    font-weight: normal;
    color: #666666;
}
.sec2 {
    width: 100%;
}
.sec2 .joke {
    width: 1420px;
    margin: auto;
}
.sec2 .joke h1 {
    font-size: 22px;
    font-family: Arial;
    font-weight: 900;
    color: #DB011C;
    margin-bottom: 40px;
}
.sec2 .joke .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 85px;
}
.sec2 .joke .content .img img {
    display: block;
}
.sec2 .joke .content .img img:nth-child(1) {
    margin-bottom: 20px;
}
.sec2 .joke .content .text {
    width: 460px;
    height: 680px;
    background: #6E6E6E;
    padding: 48px 48px 0 48px;
}
.sec2 .joke .content .text p {
    font-size: 18px;
    font-family: Arial;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 26px;
}
