section{
    max-width: 70%;
    margin: 0 auto;
    font-size: 0;
    margin-top: .8rem;
}

.line{
    display: inline-block;
    width: 1.2rem;
    height: .05rem;
    background-color: #2294dc;
}
.title{
    margin-top: .1rem;
    color: #005bac;
}

#fgztx{
    margin-top: 1.2rem;
    width: 100%;
    max-width: 100%;
    background-image: url(http://nikkiso.oss-cn-shanghai.aliyuncs.com/img/20thTopic-2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#fgztx .content{
    max-width: 70%;
    margin-left: 15%;
    padding: 1rem 0;
}

#ourhistory{
    width: 100%;
    max-width: 100%;
}

#ourhistory .content{
    max-width: 70%;
    margin-left: 15%;
    padding: 1rem 0;
}

#tscxstory{
    margin-top: 1.2rem;
    width: 100%;
    max-width: 100%;
    background-image: url(http://nikkiso.oss-cn-shanghai.aliyuncs.com/img/20thTopic-3.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

#tscxstory .content{
    max-width: 70%;
    margin-left: 15%;
    padding: 1rem 0;
}

.dsc-body{
    display: flex;
    height: 1.24rem;
}

.db-left,.db-right{
    flex: 1;
    position: relative;
}
.db-left .yd,.db-right .yd{
    display: block;
    position: absolute;
    width: 1.35rem;
    height: 1.24rem;
    background-image: url('http://nikkiso.oss-cn-shanghai.aliyuncs.com/img/dsl-yuandian.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
}
.db-left{
    text-align: right;
}
.db-left .yd{
    top: 0;
    right: -.25rem;
}
.db-right .yd{
    top: 0;
    left: -.25rem;
    transform: scaleX(-1);
}
.ds-year{
    color: #005bac;
    font-weight: 500;
    text-align:right;
    display: inline-block;
    position: relative;
}

.db-left .sd,.db-right .sd{
    display: block;
    position: absolute;
    top: .03rem;
    width: .27rem;
    height: .37rem;
    background-image: url('http://nikkiso.oss-cn-shanghai.aliyuncs.com/img/dsl-jiantou.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.db-left .sd{
    left: -.3rem;
}

.db-left .ds-year{
    margin-right: 1.2rem;
}

.db-right .ds-year{
    margin-left: 1.5rem;
}

.db-right .sd{
    left: -.3rem;
}
.sjneirong{
    display: inline-block;
    color: #FFF;
    bottom: -.8rem;
    background-color: #2294dc;
    border-radius: 999px;
    padding: .1rem .2rem;
    margin-top: .1rem;
}
.db-left .sjneirong{
    margin-right: 1.2rem;
}
.db-right .sjneirong{
    margin-left: 1.2rem;
}

.products{
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 100%;
    background-color: #eee;
    position: absolute;top:-.15rem;
}

.products img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .15rem;
}
.db-left .products{
    left: 0;
}
.db-right .products{
    right: 0;
}