.introduce{
    margin:50px auto;
}
.introduce .title .en-title,
.history .title .en-title,
.honour .title .en-title,
.contact .title .en-title{
    color: transparent;
    -webkit-text-stroke-color:#d4d3d3;
    -webkit-text-stroke-color: var(--sub-text-color);
    -webkit-text-stroke-width: 1px;
    font-family: "Gabo Drive";
    font-size: 50px;
    line-height: 50px;
}
.introduce .title .cn-title,
.history .title .cn-title,
.honour .title .cn-title,
.contact .title .cn-title{
    color: #ffffff;
    color: var(--primary-text-color);
    font-family: "PangMenZhengDao";
    font-size: 50px;
    line-height: 50px;
}

.introduce .content{
    color: #ffffff;
    color: var(--primary-text-color);
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    margin-top: 30px;
}
.introduce .video-wrap{
    margin-top: 20px;
    position: relative;
    height: auto;
}
.history{
    background-image: url("../../assets/img/广告配套.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    overflow-y: hidden;
}
.bg-mix{
    top: 1px;
    width: 200px;
    height: 100%;
    position: absolute;
    background: #e5302f;
    mix-blend-mode: color-dodge;
}

.history .content{
    margin: 20px 50px 20px 0;
    display: flex;
}
.history .content div{
    color: #ffffff;
    color: var(--primary-text-color);
    font-weight: 300;
    margin-top: 20px;
}
.history .content div:first-child{
    width: 200px;
    font-family: "Impact";
    font-size: 50px;
    line-height: 50px;
    color: #ffffff;
    color: var(--primary-text-color);
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.history .content div:last-child{
    width: calc(100% - 255px) ;
    display: inline-block;
    margin-left: 50px;
    border-bottom: 1px solid #872624;
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
}
.honour{
    padding: 80px 0;
}
.honour .title{
    padding-left: 60px;
    position: relative;
}
.honour .title .en-title,
.honour .title .cn-title{
    font-size: 40px;
    line-height: 40px;

}
.honour .title:before{
    width: 40px;
    height: 1px;
    content: '';
    background: #ffffff;
    background: var(--primary-text-color);
    position: absolute;
    left: 0;
    top: 0;
}
.honour .title:after{
    width: 40px;
    height: 1px;
    content: '';
    background: #ffffff;
    background: var(--primary-text-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
.honour .time-title {
    padding-left: 60px;
    position: relative;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    color: var(--primary-text-color);
    font-family: Impact;
    margin-top: 20px;
}
.honour .content {
    margin-top: 20px;
    color: #ffffff;
    color: var(--primary-text-color);
    font-size: 16px;
    margin-left: 50px;
}
.honour .content .item{
    margin-bottom: 20px;
}
.honour .content .item div:first-child span:first-child{
    color: #d4d3d3;
    color: var(--sub-text-color);
    font-weight: 300;
}
.honour .content .item div:last-child{
    font-family: PangMenZhengDao;
    font-size: 25px;
}
.prominent {
    font-family: PangMenZhengDao;
    font-size: 25px;
}

.honour .time-title:before{
    width: 40px;
    height: 1px;
    content: '';
    background: #ffffff;
    background: var(--primary-text-color);
    position: absolute;
    left: 0;
    top: 0;
}
.honour .time-title:after{
    width: 40px;
    height: 1px;
    content: '';
    background: #ffffff;
    background: var(--primary-text-color);
    position: absolute;
    left: 0;
    top: 40px;
}
.contact{
    padding: 80px 0;
    background-image: url("../../assets/img/广告配套.png");
    background-size: cover;
}
.contact .content{
    margin-top: 30px;
    color: #d4d3d3;
    color: var(--sub-text-color);
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}
.contact .content p{
    margin-bottom: 0 !important;
}
.contact .map #map-container{
    width: 80%;
    height: 100%;
}
@media (min-width: 767px) and (max-width: 991px) {

    .introduce .title .en-title,
    .history .title .en-title,
    .honour .title .en-title,
    .contact .title .en-title,
    .introduce .title .cn-title,
    .history .title .cn-title,
    .honour .title .cn-title,
    .contact .title .cn-title {
        font-size: 25pt;
        line-height: 25pt;
    }
    .container-content {
        width: 90%;
    }
    .introduce {
        margin: 50px auto;
    }
    .introduce .content {
        font-size: 11pt;
        line-height: 30px;
        margin: 5px auto;
    }
    .history{
        padding: 30px 0;
    }

    .history .bg-mix{
        display: none;
    }
    .history .content{
        margin: 0;
        display: block;
    }
    .history .content div:first-child{
        width:auto;
        font-size: 25pt;
    }
    .history .content div:last-child{
        width: 100% ;
        margin-left: 0;
        font-size: 10pt;
    }
    .history .container-content,
    .honour .container-content {
        width: 85%;
    }

    .contact {
        padding: 50px 0;
    }
    .contact .map #map-container{
        height: 100%;
        width: 100%;
        margin-top:10px;
    }
}
@media (max-width: 767px) {
    .introduce .title .en-title,
    .history .title .en-title,
    .honour .title .en-title,
    .contact .title .en-title,
    .introduce .title .cn-title,
    .history .title .cn-title,
    .honour .title .cn-title,
    .contact .title .cn-title {
        font-size: 25pt;
        line-height: 25pt;
    }
    .container-content {
        width: 90%;
    }
    .introduce {
        margin: 30px auto;
    }
    .introduce .content {
        font-size: 11pt;
        line-height: 30px;
        margin: 5px auto;
    }
    .history{
        padding: 30px 0;
    }
    .history .bg-mix{
        display: none;
    }
    .history .content{
        margin: 0;
        display: block;
    }
    .history .content div:first-child{
        width:auto;
        font-size: 25pt;
    }
    .history .content div:last-child{
        width: 100% ;
        margin-left: 0;
        font-size: 10pt;
    }
    .history .container-content,
    .honour .container-content {
        width: 85%;
    }

    .contact {
        padding: 30px 0;
    }
    .contact .map #map-container{
        height: 220px;
        width: 100%;
        margin-top:10px;
    }

}
@media (max-width: 574px) {
    .introduce .title .en-title,
    .history .title .en-title,
    .honour .title .en-title,
    .contact .title .en-title,
    .introduce .title .cn-title,
    .history .title .cn-title,
    .honour .title .cn-title,
    .contact .title .cn-title {
        font-size: 25pt;
        line-height: 25pt;
    }
    .container-content {
        width: 90%;
    }
    .introduce {
        margin: 30px auto;
    }
    .introduce .content {
        font-size: 11pt;
        line-height: 30px;
        margin: 5px auto;
    }
    .history{
        padding: 30px 0;
    }
    .history .bg-mix{
        display: none;
    }
    .history .content{
        margin: 0;
        display: block;
    }
    .history .content div:first-child{
        width:auto;
        font-size: 23pt;
        line-height: 25pt;
    }
    .history .content div:last-child{
        width: 100% ;
        margin-left: 0;
        font-size: 10pt;
        margin-top: 10px;
    }
    .history .container-content,
    .honour .container-content {
        width: 85%;
    }
    .honour{
        padding: 30px 0;
    }
    .honour .title{
        padding-left: 40px;
    }
    .honour .title:before{
        width: 20px;
    }
    .honour .title:after{
        width: 20px;
        height: 1px;
    }
    .honour .content {
        font-size: 10pt;
    }
    .honour .time-title {
        font-size: 20pt;
        line-height: 40px;
        padding-left: 40px;
    }
    .honour .time-title:before{
        width: 20px;
    }
    .honour .time-title:after{
        width: 20px;
    }
    .honour .content {
        margin-left: 30px;
        font-size: 10pt;
    }
    .honour .content .item div:last-child{
        font-size: 14pt;
    }
    .contact {
        padding: 30px 0;
    }
    .contact .map #map-container{
        height: 220px;
        width: 100%;
        margin-top:10px;
    }
}
