.page1 .p1 {
    position: relative;
    padding-bottom: .5rem;
    margin-bottom: 1.2rem;
}

.page1 .p1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10.25rem;
    height: 2.55rem;
    background: #ededed;
}

.page1 .p1-inner {
    position: relative;
    z-index: 1;
}

.page1 .p1-tit {
    margin-bottom: .9rem;
    position: relative;
    padding-bottom: .85rem;
    text-align: center;
    font-weight: bold;
}

.page1 .p1-tit::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: .55rem;
    height: .55rem;
    background: url(../img/csdt/tit-icon.png) center no-repeat;
    background-size: 100%;
}

.page1 .p1-tit .big {
    font-size: .6rem;
    color: #000000;
}

.page1 .p1-tit .big span {
    color: #f9ae3b;
}

.page1 .p1-tit .small {
    font-size: .34rem;
    color: #000000;
}

.page1 .p1-cont {
    display: flex;
    justify-content: space-between;
}

.page1 .p1-cont .p1-left {
    margin-right: 1.15rem;
    width: 7.3rem;
    flex: 0 0 7.3rem;
}

.page1 .p1-cont .p1-left .img-box {
    margin-top: .8rem;
    width: 7.3rem;
    height: 4.02rem;
}

.page1 .p1-cont .p1-left .img-box img {
    width: 7.3rem;
    height: 4.02rem;
}

.page1 .p1-cont .p1-right {
    flex: 1;
}

.page1 .p1-cont .desc-tit {
    margin-bottom: .3rem;
}

.page1 .p1-cont .desc-tit>div {
    padding-left: .1rem;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    line-height: .4rem;
}

.page1 .p1-cont .desc-tit.txt-bg1>div {
    background: #f9ae3b;
}

.page1 .p1-cont .desc-tit.txt-bg2>div {
    background: #9d9e9e;
}

.page1 .p1-cont .desc-tit.txt-bg3>div {

    background: #2575b0;
}

.page1 .p1-cont .desc-tit .cn {
    margin-bottom: .1rem;
    font-size: .3rem;
    width: 4.22rem;

}

.page1 .p1-cont .desc-tit .en {
    width: 4.7rem;
    font-size: .3rem;
    font-weight: bold;
}

.page1 .p1-cont .desc-cont {
    font-size: .16rem;
    line-height: .3rem;
    /*color: #666666;*/
}

.page1 .p1-cont .p1-right .p1-desc:nth-of-type(1) {
    margin-bottom: .7rem;
}

.page2 .p1 {
    padding-bottom: 1.75rem;
}

.page2 .p1-tit {
    margin-bottom: .8rem;
    text-align: center;
}

.page2 .p1-tit .big {
    font-size: .6rem;
    color: #000;
    font-weight: bold;
}

.page2 .p1-tit .big span {
    color: #f6ab3b;
}

.page2 .p1-tit .small {
    margin-bottom: .9rem;
    font-size: .18rem;
    font-weight: bold;
    line-height: .36rem;
    color: #595757;
}

.page2 .p1-tit .en {
    margin-top: .2rem;
    margin-bottom: .4rem;
    font-size: .24rem;
    font-weight: bold;
    color: #595757;
}

.page2 .p2 {
    padding-bottom: 1rem;
    padding-top: .6rem;
    position: relative;
    background: #f5f6f6;
}

.page2 .p2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 4.56rem;
    height: 5.8rem;
    background: url(../img/csdt/dt2-p2-bg.png) center no-repeat;
    background-size: 100%;
}

.page2 .p2-cont {
    position: relative;
    z-index: 1;
}

.page2-tit {
    position: relative;
    width: 100%;
    line-height: .7rem;
    background: #f9ae3b;
    font-size: .32rem;
    color: #fff;
    padding-left: .8rem;
    box-sizing: border-box;
}

.page2-tit::before {
    content: "";
    position: absolute;
    width: .7rem;
    height: .7rem;
    background: url(../img/csdt/dt2-ar.png) left center no-repeat;
    background-size: 100%;
    left: 0;
}

.page2 .p2 .page2-tit {
    margin-bottom: .65rem;
}

.page2 .p2 .p2-top {
    margin-bottom: .65rem;
    display: flex;
    justify-content: space-between;
}

.page2 .p2 .p2-top .img-box {
    width: 6.58rem;
    height: 3.78rem;
    flex: 0 0 6.58rem;
}

.page2 .p2 .p2-top .p2-tit {
    position: relative;
    flex: 1;
    margin-right: .8rem;
    font-weight: bold;
}

.page2 .p2 .p2-top .p2-tit::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: .8rem;
    height: 1px;
    background: #eea83f;
}

.page2 .p2 .p2-top .p2-tit .big {
    font-size: .48rem;
    color: #000;
}

.page2 .p2 .p2-top .p2-tit .big span {
    color: #eea83f;
}

.page2 .p2 .p2-top .p2-tit .en {
    margin-top: .1rem;
    margin-bottom: .4rem;
    font-size: .32rem;
    font-style: italic;
    color: #000;
}

.page2 .p2 .p2-top .p2-tit .small {
    font-size: .18rem;
    line-height: .36rem;
    color: #666666;
}

.page2 .p2 .p2-list {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.page2 .p2 .p2-list .list-item {
    margin-right: .6rem;
}

.page2 .p2 .p2-list .list-item .big {
    font-size: .3rem;
    line-height: .37rem;
    color: #000;
    margin-bottom: .25rem;
}

.page2 .p2 .p2-list .list-item .small {
    font-size: .18rem;
    line-height: .3rem;
    color: #666666;
}

.page2 .p3 {
    padding-top: 1.25rem;
    padding-bottom: 1.1rem;
}

.page2 .p3 .p3-tit {
    margin-top: .8rem;
    margin-bottom: .7rem;
    text-align: center;
}

.page2 .p3 .p3-tit .big {
    font-size: .6rem;
    font-weight: bold;
    color: #000;
}

.page2 .p3 .p3-tit .big span {
    color: #eea83f;
}

.page2 .p3 .p3-tit .small {
    margin-top: .35rem;

    margin-bottom: .2rem;
    font-size: .3rem;
    font-weight: bold;
    color: #000;
}

.page2 .p3 .p3-tit .other {
    font-size: .2rem;
    line-height: .36rem;
    /*color: #666666;*/
}

.page2 .p3 .p3-img {
    width: 8.31rem;
    display: block;
    margin: 0 auto;
}
.page2 .p4{
    background: #f5f6f6;
    padding: .8rem 0;
}
.page2 .p4-cont{
    display: flex;
    justify-content: space-between;
}
.page2 .p4-cont .p4-left{
    margin-right: 1rem;
    width: 6.5rem;
    flex: 0 0 6.5rem;
}
.page2 .p4-cont .p4-left .left-tit{
    margin-bottom: .3rem;
    font-size: .42rem;
    font-weight: bold;
    color: #595757;
}
.page2 .p4-cont .p4-left .left-tit span{
    color: #eea83f;
}
.page2 .p4-cont .p4-left .left-desc{
    margin-bottom: .45rem;
    font-size: .18rem;
    font-weight: bold;
    line-height: .36rem;
    color: #666666;
}
.page2 .p4-cont .p4-list{
    flex: 1;
    display: flex;
    justify-content: space-between;
}
.page2 .p4-cont .p4-list .list-box{
    width: 3.1rem;
    flex: 0 0 3.1rem;
}
.page2 .p4-cont .p4-list .list-desc{
    margin-bottom: 1.6rem;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 50%;
    border:1px solid #eea83f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: .46rem;
    font-weight: bold;
    color: #595757;
}
.page2 .p4-cont .p4-list .list-desc span{
    color:#eea83f ;
}
.page2 .p4-cont .p4-list .list-box .list-item{
    margin-bottom: .3rem;
}
.page2 .p4-cont .p4-list  .item-tit{
    display: flex;
    align-items: center;
    font-size: .3rem;
    font-weight: bold;
    color: #595757;
    margin-bottom: .2rem;
}
.page2 .p4-cont .p4-list  .item-tit span{
    color: #eea83f;
    font-size: .1rem;
    margin-right: .1rem;
    
}
.page2 .p4-cont .p4-list  .item-cont{
    font-size: .18rem;
    font-weight: bold;
    line-height: .3rem;
    color: #666;
}
.page2 .p5{
    padding-top: 1.2rem;
}
.page2 .p5-tit{
    padding-top: .6rem;
    text-align: center;
    color: #595757;
    font-weight: bold
}
.page2 .p5-tit .big{
    font-size: .6rem;
    color: #000;
}
.page2 .p5-tit .big span{
    color: #eea83f;
}
.page2 .p5-tit .small{
    font-size: .45rem;
    margin-top: .1rem;
    margin-bottom: .45rem;
    color: #000;
}
.page2 .p5-tit .desc{
    font-size: .18rem;
    line-height: .36rem;
}
.page2 .p5-tit .desc span{
    font-size: .3rem;
}
.page2 .p5-tit  .other{
    margin-top: .1rem;
    margin-bottom: .7rem;
    text-align: center;
}
.page2 .p5-tit  .other img{
    width: 3.9rem;
    display: block;
    margin: 0 auto;
}
.page2 .p5-tit  .other >div{
    font-size: .41rem;
    font-weight: bold;
    color: #595757;
}
.page2 .p6 {
    padding-top: .9rem;
    padding-bottom: 1.7rem;
}

.page2 .p6-tit {
    text-align: center;
    font-size: .48rem;
    font-weight: bold;
    color: #000;
    margin-bottom: .3rem;
}

.page2 .p7 {
    padding-bottom: 1.8rem;
}

.page2 .p7-tit {
    padding-top: .8rem;
    margin-bottom: .7rem;
    text-align: center;
    font-weight: bold;
}

.page2 .p7-tit .big {
    font-size: .6rem;
    color: #000;
}

.page2 .p7-tit .big span {
    color: #eea83f;
}

.page2 .p7-tit .small {
    margin-bottom: .4rem;
    font-size: .45rem;
    color: #000;
}

.page2 .p7-tit .other>div {
    font-size: .18rem;
    line-height: .3rem;
    color: #595757;
    margin-bottom: .2rem;
}

.page2 .p8 {
    padding-bottom: 1.8rem;
}

.page2 .p8-tit {
    text-align: center;
    color: #000;

    font-weight: bold;
    margin-bottom: .8rem;
}
.page2 .p8-tit .big{
    font-size: .48rem;
}
.page2 .p8-tit .small{
    font-size: .24rem;
    margin-top: .2rem;
}
.page2 .p8-list{
    display: flex;
    justify-content: space-between;
}
.page2 .p8-list .list-item{
    width: 4.34rem;
    height: 5.4rem;
    background: #ececed;
}
.page2 .p8-list .list-item .item-tit{
    line-height: .95rem;
    background: #eea83f;
    font-size: .24rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.page2 .p8-list .list-item .img-box img{
    width: 4.34rem;
    height: 2.33rem;
    display: block;
}
.page2 .p8-list .list-item  .item-desc{
    font-size: .18rem;
    font-weight: bold;
    line-height: .32rem;
    color: #595757;
    text-align: justify;
    padding: .3rem .3rem 0 .3rem;
    box-sizing: border-box;
}
.page2 .p9{
    padding-bottom: 1.3rem;
}
.page2 .p9 .p9-cont{
    margin-top: .9rem;
    display: flex;
    justify-content: space-between;

}
.page2 .p9 .p9-cont  .p9-tit{
    font-weight: bold;
}
.page2 .p9 .p9-cont  .p9-tit .big{
    font-size: .6rem;
    color: #212121;
}
.page2 .p9 .p9-cont  .p9-tit .big span{
    color: #f2a73b;
}
.page2 .p9 .p9-cont  .p9-tit  .small{
    font-size: .46rem;
    color: #212121;
}
.page2 .p9 .p9-cont .p9-img{
    width: 7.92rem;
    height: 5.19rem;
    flex: 0 0 7.92rem;
}

.page2 .p9 .p9-cont  .p9-desc{
    margin-top: .45rem;
    margin-bottom: .55rem;
    font-size: .18rem;
    line-height: .3rem;
    color: #595757;
    font-weight: bold;
}
.page2 .p9 .p9-cont  .p9-other{
    border:1px solid #f2a73b;
    padding: .2rem;
    box-sizing: border-box;
    font-size: .2rem;
    line-height: .36rem;
    color: #595757;
    font-weight: bold;
}
.page2 .p9 .p9-cont  .p9-other span{
    color: #f2a73b;
}
.page2 .p10{
    background: #eeeeee;
    padding: .8rem 0;
}
.page2 .p10   .p10-tit{
    margin-bottom: .85rem;
    font-weight: bold;
    text-align: center;
}
.page2 .p10   .p10-tit .big{
    font-size: .6rem;
    color: #212121;
}
.page2 .p10   .p10-tit .big span{
    color: #f2a73b;
}
.page2 .p10   .p10-tit  .small{
    font-size: .3rem;
    color: #212121;
}

.page2 .p10-top{
    display: flex;
}
.page2 .p10-top .desc{
    margin-right: .8rem;
}
.page2 .p10-top .desc div{
    font-size: .18rem;
    font-weight: bold;
    line-height: .36rem;
    color: #595757;
    margin-bottom: .18rem;
}
.page2 .p10-top .p10-img{
    width: 6.6rem;
    flex: 0 0 6.6rem;
}
.page2 .p10-cont{
    padding-top: .85rem;
    display: flex;
    justify-content: space-between;
}
.page2 .p10-cont .item{
    width: 6.6rem;
    flex: 0 0 6.6rem;
}
.page2 .p10-cont .item .item-tit{
    margin-bottom: .5rem;
    padding-left: .25rem;
    box-sizing: border-box;
    line-height: .7rem;
    background: #f9ae3b;
    font-size: .32rem;
    color: #fff;
    font-weight: bold;
}
.page2 .p10-cont .item .item-cont{
    font-size: .18rem;
    line-height: .36rem;
    font-weight: bold;
    color: #595757;
}


.page2 .p11{
    padding-top: 1.35rem;
    padding-bottom: 2rem;
}

.page2 .p11   .p11-tit{
    margin-bottom: .5rem;
    font-weight: bold;
    text-align: center;
}
.page2 .p11   .p11-tit .big{
    font-size: .6rem;
    color: #212121;
}
.page2 .p11   .p11-tit .big span{
    color: #f2a73b;
}
.page2 .p11   .p11-tit  .small{
    font-size: .3rem;
    color: #212121;
}
.page2 .p11   .p11-desc {
    margin-bottom: .7rem;
}
.page2 .p11   .p11-desc div{
    font-size: .18rem;
    font-weight: bold;
    line-height: .36rem;
    color: #595757;
    margin-bottom: .1rem;
}
.page2 .p11-list{
    display: flex;
    justify-content: space-between;
}
.page2 .p11-list .item{
    width: 6.6rem;
    flex: 0 0 6.6rem;
}
.page2 .p11-list .item .item-tit{
    margin-bottom: .5rem;
    padding-left: .25rem;
    box-sizing: border-box;
    line-height: .7rem;
    background: #f9ae3b;
    font-size: .32rem;
    color: #fff;
    font-weight: bold;
}
.page2 .p11-list .item .item-cont{
    font-size: .18rem;
    line-height: .36rem;
    font-weight: bold;
    color: #595757;
}
.page2 .p11-list .item .item-cont .item-other span{
    margin-right: .15rem;
}
.page2 .p11-list .item .item-cont .item-other{
    display: flex;
}