/* 头部 */
.banner-bar {
    height: 367px;
    background: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/chinese/PICTURE/b24b214c.png') no-repeat;
    background-size: cover;
}

.banner-bar .title {
    display: flex;
    align-items: center;
    padding-top: 122px;
    font-size: 40px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.banner-bar .bread {
    margin-top: 32px;
    width: 210px;
    height: 42px;
    background: #ffffff1f;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
}

.banner-bar .bread a {
    color: #FFFFFF;
}

.banner-bar .bread span {
    margin: 0px 10px;
}
/* 底部 */
.footer {
    padding-top: 24px !important;
}
/* tab */
.tabs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 100px;
    height: 80px;
    background: #222222;
    margin-top: 80px;
    margin-bottom: 80px;
    box-shadow: 0px 10px 40px 1px rgba(0,0,0,0.05);
}
.tabs .item{
    height: 60px;
    /* width: 228px; */
    padding: 0 24px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
    cursor: pointer;
}
.tabs .item:hover{
    background-color: #ffc001;
}
.tabs .active .item{
    background-color: #FFC001;
}
.projects .stories .list {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}
.projects .stories .list .item{
    width: 384px;
    height: 472px;
    margin: 12px 8px;
    position: relative;
    transition: all .2s ease;
    cursor: pointer;
}
.projects .stories .list .item:hover img{
    transform: scale(1.2);
}
.projects .stories .list .item:hover .card{
    bottom: 0;
}
.projects .stories .list .item:hover .img-block{
    /* padding-bottom: -24px; */
    height: 94%;
}
.projects .stories .list .item .img-block{
    overflow: hidden;
    height: 100%;
    transition: all .5s ease;
}
.projects .stories .list .item img{
    width: 100%;
    transition: all .5s ease;
    height: 100%;
}
.projects .stories .list .item .card{
    position: absolute;
    bottom: 24px;
    margin-left: 24px;
    z-index: 2;
    transition: all .3s ease;
    box-shadow: 0px 0px 20px 1px rgba(21,27,38,0.05);
}
.projects .stories .list .item .card .card-title{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background-color: #ffc001;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.projects .stories .list .item .card .card-desc{
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    width: 336px;
    /* line-height: 70px; */
    padding: 24px 0;
    padding-left: 15px;
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(21,27,38,0.05);
}
/* 底部banner */
.bottom-banner{
    height: 224px;
    background: url('https://gxl-share.oss-cn-zhangjiakou.aliyuncs.com/official_website/chinese/PICTURE/16b356d9.png') no-repeat;
    background-size: cover;
}
.bottom-banner .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.bottom-banner .container .left{
    width: 634px;
    font-size: 32px;
    font-family: DingTalk JinBuTi-Regular, DingTalk JinBuTi;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 52px;
}
.bottom-banner .container .left div{
    display: flex;
}
.bottom-banner .container .left span{
    color: #FFC001;
    display: inline-block;
}
.bottom-banner .btn{
    width: 174px;
    border-radius:100px;
    /* border: 1px solid #ffffff; */
    background-color: #ffffff;
    font-size: 14px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    padding: 14px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}
.bottom-banner .btn img{
    margin-left: 24px;
    width: 14px;
    height: 14px;
    vertical-align: baseline;
    transform: translateY(-64px);
    filter: drop-shadow(0px 64px #000000);
}