header{
    box-sizing: border-box;
    padding-top: 50px;
    height: 804px;
    background: url('../images/header-bg.png') no-repeat center;
}

.logo{
    display: block;
    margin-bottom: 64px;
}

.logo img{
    max-width: 560px;
}

.head-img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.yjyjj{
    position: relative;
    margin-top: -152px;
    box-sizing: border-box;
    padding: 29px 45px 32px;
    background: url('../images/yjyjj-bg.png') no-repeat center;
    height: 404px;
}

.yjyjj .title{
    margin-bottom: 23px;
    background: url('../images/yjyjj.png') no-repeat center;
    height: 59px;
}

.yjyjj p{
    margin-bottom: 20px;
    font-size: 26px;
    height: 200px;
    line-height: 50px;
    color: #901A13;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ckxq{
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 211px;
    height: 45px;
    border-radius: 25px;
    background: #CE121E ;
    font-size: 20px;
    color: #FFFFFF;
}

.ckxq i{
    margin-right: 13px;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../images/ckxq.png') no-repeat center;
}

.yjcg{
    margin: 54px 0 60px;
}

.yjcg-head {
    margin-bottom: 30px;
    height: 59px;
    background: url('../images/yjcg-head.png') no-repeat center;
}

.yjcg ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yjcg ul li{
    box-sizing: border-box;
    padding: 0 40px;
    margin-bottom: 40px;
    width: calc((100% - 40px) / 2);
    height: 88px;
    line-height: 88px;
    border-radius: 6px;
    background: #F9EFEF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.yjcg ul li a{
    font-size: 24px;
}

.yjcg ul li a:hover{
    font-weight: bold;
    color: #901A13;
    transition: all .3s ease;
}

@media only screen and (max-width: 996px) {
    header{
        height: 690px;
    }
    .yjcg ul {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {
    .logo img{
        width: 500px;
    }
    header{
        height: 590px;
    }
    .yjcg ul li{
        margin-bottom: 20px;
        width: 100%;
    }
    .yjyjj {
        padding: 29px 10px 32px;
    }
}