.ddh-container {
    background: #fdd393;
   padding-bottom: 50px;

}
.ddh-container1 {
    background: none;
}

.ddh-top {
    background: url("../images/top-bg1.jpg") center top no-repeat;
    height: 270px;
}



.logo- {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;

}
.logo- a {
    display: block;
    width: 200px;
    height: 60px;
    margin-top: 20px;
}


.ddh-pic {
    background: url("../images/top-bg2.jpg") center top no-repeat;
    padding-top: 160px;
}

.ddh-container1 .ddh-pic {
    background: url(../images/top-bg3.jpg) center top no-repeat;
}

.ddh-content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 40px;
    overflow: hidden;

}
.achievements ul li {
    width: 350px;
    height: 200px;
    float: left;
    margin: 30px 0 50px 38px;
    color: #c10000;
    font-weight: bold;
    font-size: 48px;
    text-align: center;
    line-height: 1;
    padding-top: 30px;
    background: url(../images/a-title-bg.png) no-repeat;
    background-size: cover;
}
.achievements ul li a {
    color: inherit;
}
.ddh-content.mart-30 {
    margin-top: 30px;
}

.ddh-pic h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    margin: 25px;
    font-weight: bold;
    color: #c10000;
}
.ddh-pic h3 a {
    color: inherit;
}

.ddh-pic span  {
    display: block;
    height: 545px;
    width: 1160px;
    border-radius: 40px;
    margin: 20px;
    overflow: hidden;
}
.ddh-pic img {
    width:100%;
    height:100%;
    /*object-fit: contain;*/
}

.ddh-list ul li {
    font-size: 20px;
    margin: 30px 0 10px 7%;
    position: relative;
    width: 18%;
    float: left;

}
.ddh-list {
    padding-bottom: 50px;
    margin: 0 50px;
    overflow:hidden;
}
.ddh-list ul li span {
    /*width: 92%;*/
    height: 24px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}
.ddh-list ul li a {
    margin-left: 20px;
}

.ddh-list ul li::before {
    content: "";
    position: absolute;
    width:8px;
    height: 8px;
    background: #f2685a;
    top: 9px;
    left:0;
    border-radius: 50%;
}


.ddh-list ul li em {
    position: absolute;
    right:0;
    top: 3px;
    font-weight: normal;
    color: #888;
    font-size: 18px;
}

.d-more {
    text-align: center;
    margin-top: 40px;
}
.d-more a {
    display: inline-block;
    padding: 0 100px;
    color: #c10000;
    line-height: 46px;
    border: 1px solid #f2685a;
    border-radius: 30px;
}
.d-more a:hover {
    background: #f2685a;
    color: #fff;
}



.ddh-title {
    text-align: center;
    font-size: 34px;
    color: #c10000;
    font-weight: bold;
    line-height: 60px;
    margin: 40px 50px 10px;
    background: url("../images/title-bg.jpg") no-repeat;
}

.pic-wrap ul {
    position: absolute;
    left:0;
    top:0;

}
.pic-wrap ul li {
    float: left;
    margin: 0 20px 0 0;
    width:255px;
}

.pic-wrap ul li span {

    width:100%;
    height: 170px;
    display: block;
    overflow: hidden;
    background:#f5f5f5;

}
.pic-wrap ul li span img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.pic-wrap ul li p {
    line-height: 1.4;
    font-size: 18px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
}

.pic-wrap {
    position: relative;
    overflow: hidden;
    height: 220px;
    margin: 30px 50px 0;
}
.marb-50 {
    margin-bottom: 50px;
}


.ddh-pic .achievements-wrap,.achievements-wrap {
    background: url(../images/achievements-bg.png) center top no-repeat;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 20px;
}

.achievements-wrap {
    background: url(../images/achievements-bg.jpg) center top no-repeat;

}
.achievements-wrap ul {
    padding:20px 0 ;
}
.achievements-wrap ul li {
    width: 265px;
    float: left;
    margin: 30px 15px 0;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    background: #f5f5f5;
   
}


.achievements-wrap ul li img {
    display: block;
    height: 165px;
    margin-bottom: 10px;
    
}

.achievements-top {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 400px;
}


.achievements-top h2 {
    width: 500px;
    height: 320px;
    margin-top: 40px;
    float: left;
    color: #c10000;
    font-weight: bold;
    font-size: 72px;
    text-align: center;
    line-height: 1;
    background: url(../images/a-title-bg.png) no-repeat;
    padding-top: 30px;
}

.a-describe {
    width: 655px;
    background: #fff;
    box-shadow: -10px -10px 0 rgba(255,230,230,.5);
    position: absolute;
    right:0;bottom:0;
    padding:0 20px 10px 0;
}
.achievements-wrap p {
    text-indent: 2em;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0 0 20px;
    
}



.mart-30 {
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .ddh-container,.ddh-top,.ddh-pic,.achievements-wrap {width:1200px;}
}