.dzdl-title{
    width: 100%;
    height: 580px;
    background: url("/images/zndl/title.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* position: relative; */
    position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.title-btn{
    width: 231px;
    height: 65px;
    border-radius: 231px;
    background-color: #ffffff;
    border: none;
    color: #01C135;
    font-family: Source Han Sans CN;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 6px;
    /* position: absolute;
    bottom: ; */
  
}
.codedl{
    width: 100%;
    height: 767px;
    padding-top: 108px;
    background-color: #F8F9FF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.codedl>div{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.title>h3{
    font-size: #333333;
    font-size: 40px;
    
    text-align: center;
    font-family: Source Han Sans CN;
}
.title>p{
    font-size: 14px;
    color: #999;
    font-family: Source Han Sans CN;
    text-align: center;
    margin-top: 10px;
}
.codedl-body{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.codedl-body>.codedl-body-img1{
    width: 239px;
    height: auto;
}
.codedl-body>div{
    padding-left: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.codedl-body>div>div{
    background-color: #ffffff;
    padding: 23px;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0px 3px 14px rgba(14, 38, 4, 0.11);
    
}
.codedl-body>div>div>img{
   width: 154px;
   height: auto;  
}
.codedl-body>div>p{
    color: #999999;
    font-size: 20px;
    margin-top: 21px;
}
.dzdl-miaoshu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    box-sizing: border-box;
    background-color: #fff;
}
.dzdl-miaoshu>ul{
    display: flex;
    margin-top: 20px;
}
.dzdl-miaoshu>ul>li{
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
.dzdl-miaoshu>ul>li>h4{
    font-size: 20px;
    font-weight: 700;
}
.dzdl-miaoshu>ul>li>p{
    font-size: 16px;
    color: #291E10 ;
    font-family: SourceHanSansCN-Regular;
}

.dzdl-miaoshu>ul>li>img{
    width: 126px;
    height: auto;
}
.dzdl-miaoshu .dl-miaoshu-body{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.dzdl-miaoshu .dl-miaoshu-body dl{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
.dzdl-miaoshu .dl-miaoshu-body dl>dt{
    width: 414px;
    height: 100%;
   display: flex;
   flex-direction: column;
}
.dzdl-miaoshu .dl-miaoshu-body dl>dt>h4{
    font-family: Source Han Sans CN;
    color: #333333;
    /* font-weight: 700; */
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 19px;
}
.dzdl-miaoshu .dl-miaoshu-body dl>dt>p{
    font-size: 16px;
    color: #999999;
    font-family: Source Han Sans CN;
    line-height: 26px;
}
.dzdl-miaoshu .dl-miaoshu-body dl:nth-child(odd) dd{
    margin-left: 80px;
}
.dzdl-miaoshu .dl-miaoshu-body dl:nth-child(even) dd{
    margin-right: 80px;
}
.dzdl-miaoshu .dl-miaoshu-body dl>dd>img{
    width: 616px;
    height: auto;
}
.dl-miaoshu-model {
    margin-top: 70px;

}
.dl-miaoshu-model>h3{
    text-align: center;
    color: #333333;
    font-size: 40px;
    font-family: Source Han Sans CN;
}
.dl-miaoshu-model>div{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.dl-miaoshu-model>div>dl{
    width: 380px;
    
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.dl-miaoshu-model>div>dl img{
    width: 135px;
    height: auto;
}
.dl-miaoshu-model>div>dl h4{
    color: #333333;
    font-size: 40px;
    font-family: Source Han Sans CN;
    padding: 10px 0;
    box-sizing: border-box;
}
.dl-miaoshu-model>div>dl p{
    font-size: 16px;
    color: #999;
}
.chumo{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    align-items: center;
    justify-content: center;
}
.chumo-msg{
    width: 1200px;
    height: 528px;
    margin-top: 50px;
    background: url("/images/zndl/chumo.png") no-repeat;
    background-size: 100% auto;
}
.chumo-msg>ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 130px 170px 50px;
    box-sizing: border-box;
}
.chumo-msg>ul>li{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chumo-msg li img{
    width: 150px;
    height: auto;
}
.dl-miaoshu-body dt{
    width: 100%;
    height: 100%;
}
.dl-miaoshu-body dt button{
    width: 266px;
    height: 61px;
    border-radius: 105px;
    background: #23DB69 ;
    color: #FFFFFF;
    font-size: 24px;
    border: none;
    letter-spacing: 8px;
    margin-top: 20px;
}
.ar{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    font-size: 40px;
    color: #333;
}
.ar h3{
    margin-bottom: 50px;
}
.changjing{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    
}
.changjing h3{
    font-size: 40px;
    color: #333;
    margin-bottom: 50px;
}
.changjing>ul{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}
.changjing>ul>li{
    flex: none;
    width: 169px;
    height: 222px;
    margin-left: 20px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode:vertical-lr;
    letter-spacing: 5px;
}
.changjing>ul>li:nth-child(1){
    background: url("/images/zndl/changjing1.png") no-repeat;
    background-size: 100% auto;
}
.changjing>ul>li:nth-child(2){
    background: url("/images/zndl/changjing2.png") no-repeat;
    background-size: 100% auto;
}
.changjing>ul>li:nth-child(3){
    background: url("/images/zndl/changjing3.png") no-repeat;
    background-size: 100% auto;
}
.changjing>ul>li:nth-child(4){
    background: url("/images/zndl/changjing4.png") no-repeat;
    background-size: 100% auto;
}
.changjing>ul>li:nth-child(5){
    background: url("/images/zndl/changjing5.png") no-repeat;
    background-size: 100% auto;
}
.changjing>ul>li:nth-child(6){
    background: url("/images/zndl/changjing6.png") no-repeat;
    background-size: 100% auto;
}

.zhanshi{
    width: 100%;
    height: auto;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.zhanshi h3{
    font-size: 40px;
    color: #333;
    margin-bottom: 50px;
}
.zhanshi-list {
    width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.zhanshi-list dl{
    width: 333px;
    height: 300px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin: 0 0 30px 30px;
}
.zhanshi-list dl:nth-child(1)>dt{
    width: 100%;
    height: 145px;
    background: url("/images/zndl/zhanshi1.png") no-repeat;
    background-size: 100% auto;
}
.zhanshi-list dl:nth-child(2)>dt{
    width: 100%;
    height: 145px;
    background: url("/images/zndl/zhanshi2.png") no-repeat;
    background-size: 100% auto;
}
.zhanshi-list dl:nth-child(3)>dt{
    width: 100%;
    height: 145px;
    background: url("/images/zndl/zhanshi3.png") no-repeat;
    background-size: 100% auto;
}
.zhanshi-list dl:nth-child(4)>dt{
    width: 100%;
    height: 145px;
    background: url("/images/zndl/zhanshi4.png") no-repeat;
    background-size: 100% auto;
}
.zhanshi-list dl:nth-child(5)>dt{
    width: 100%;
    height: 145px;
    background: url("/images/zndl/zhanshi5.png") no-repeat;
    background-size: 100% auto;
}
.zhanshi-list dl:nth-child(6)>dt{
    width: 100%;
    height: 145px;
    background: url("/images/zndl/zhanshi6.png") no-repeat;
    background-size: 100% auto;
}
.zhanshi-list dl dd{
    flex: 1;
    border: 1px solid #eee;
    border-top: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0 20px 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #f9f9f9;
}
.zhanshi-list dl dd div{
    position: absolute;
    top: -50px;
    width: 97px;
    height: 97px;
    padding: 7px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 8px;
}
.zhanshi-list dl dd>h4{
    color: #333333;
    font-size: 20px;


}
.zhanshi-list dl dd>p{
    font-size: 16px;
    color: #999;
    margin-top: 15px;
}


