.gywm_banner{
    position: relative;
}
.bannerCon{
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bannerCon h1{
    width: 100%;
    text-align: center;
    font-size: 100px;
    /*color: #FFFFFF;*/
    opacity: 0.08;
    text-transform: uppercase;
    line-height: 80px;

    /* 保证文字不会溢出容器 */
    display: inline-block;
    /* 裁剪背景到文本内容 */
    -webkit-background-clip: text;
    background-clip: text;
    /* 使文本颜色透明，从而让背景渐变可见 */
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    /* 应用渐变背景 */
    background-image: linear-gradient(to bottom, rgba(255,255,255, 1) 75%, transparent);
}
.banTit{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: -40px;
}
.banTit ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.banTit ul li{
    font-size: 70px;
    color: #FFFFFF;
    line-height: 70px;
}
.banTit ul p{
    width: 100%;
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    margin-top: 30px;
}

.currLocation{
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(101,101,101,0.17);
}
.currentLoc{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.currentLoc img{
    margin-right: 6px;
}
.currentLoc p{
    display: flex;
    align-items: center;
}
.currentLoc p a{
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.currentLoc p a.viewDet{
    color: #2A88E8;
}

.textBox{
    width: 100%;
    margin: 50px 0;
}
.textCon{
    width: 1200px;
    margin: 0 auto;
}

.bannerCon h1{
    font-size: 90px;
}
.textTit{
    width: 100%;
    font-weight: bold;
    font-size: 28px;
    color: #000000;
    text-align: left;
    margin-top: 35px;
    line-height: 40px;
}
.artDate{
    width: 100%;
    position: relative;
}
.artDate h1{
    font-weight: bold;
    font-size: 110px;
    color: rgba(0, 0, 0, 0);
    line-height: 90px;
    opacity: 0.12;
    -webkit-text-stroke: 2px #797979;
}
.artDate h3{
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    position: absolute;
    top: 46%;
    left: 0;
    transform: translateY(-50%);
}
.artDate li{
    width: 100%;
    display: flex;
    margin-top: 15px;
}
.artDate li i{
    display: inline-block;
    width: 50px;
    height: 6px;
    background: #D2E8FF;
}
.artDate li p{
    width: 20px;
    height: 6px;
    background: #69B3FF;
}
.speCon{
    width: 100%;
    margin-top: 50px;
}
.speCon p{
    font-size: 16px;
    color: #000000;
    text-indent: 30px;
}
.speCon p{
    line-height: 32px;
    text-wrap: unset !important;
    text-align: unset !important;
}
.speCon p img{
    max-width: 684px;
    text-align: left;
    margin: 10px 0;
}

.eveRconL li p{
    padding: 4px 8px 6px 8px;
}
.eveRconL li p span{
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 22px;
}
.eveRconL li p i{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 6px;
    line-height: 14px;
}
.eveRconL ul{
    padding: 4px 6px;
    background: #C6C6C6;
    font-size: 13px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 0;
    box-sizing: border-box;
}

.contactUsBox{
    padding-top: 40px;
}