.startup-c {
    padding: 0 16px;
}
.startup-title {
    position: absolute;
    top: -12px;
    left: 38px;
    color: #fff;
    text-align: center;
    width: 126px;
    height: 56px;
    background: url(rgft0718_tag_bg.png) no-repeat 0 0 ;
    font-size: 14px;
    line-height: 44px;
}

.su-banner-c {
    padding-right: 200px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 32px;
}
.su-banner {
    position: relative;
}

.su-banner>img {
    width:100%;
    height: 230px;
}
.su-banner .su-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.su-bmenu {
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
}

.su-bmbtn {
    background-color: #335A45 ;
    color: #fff;
    height: 110px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
.su-bmbtn span {
    display: block;
}
.su-bmbtn img {
    width: 32px;
    margin-top: 26px;
}
.su-bmt {
    margin-top: 10px;
}
.su-bmbtn  > a{
    color: #fff;
}
.su-news-c {
    margin-top: 20px;
}

.su-news-item {
    position: relative;
    padding: 0 120px 0 20px;
    font-size: 16px;
    margin-bottom: 12px;
}

.su-news-item::after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: rgba(51,90,69, 1);
    border-radius: 50%;
}


.su-news-item .su-nd {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    padding-left: 8px;
    z-index: 2;
}
.su-news-item .su-nt {
    position: relative;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.su-news-item .su-nt>a {
    background-color: #fff;
    padding-right: 8px;
    color: #222;
}


.su-line {
    position: absolute;
    border-top: 1px dashed #D0D0D0;
    left: 20px;
    right: 20px;
    top: 13px;
    z-index: 1;
}

.startup-modal .col-form-label {
    text-align: right;
    padding-right: 0;
}
.startup-upload-wrap {
    background-color: #FAFAFA;
    height: 70px;
    border: 1px dashed #D9D9D9;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.startup-upload-wrap>img {
    width: 32px;
    margin-top: 13px;
}

.startup-upload-wrap>div {
    color: #A5A5A5;
    font-size: 12px;
}

.s-file {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}


.su-content-main {
    margin-top: 36px;
    padding: 0 100px;
}

.su-content-main p {
    line-height: 2;
}

.su-cm-title {
    font-size: 24px;
    font-weight: bold;
}

.su-cmsec-title {
    font-size: 16px;
    color:#666;
    margin-top: 8px;
}
.su-founder-c {
    display: flex;
    margin-top: 32px;
}
.su-founder-img>img {
    width: 205px;
    margin-top: 8px;
}
.su-founder-des {
   padding-left: 20px;
   font-size: 16px;
}
.su-fname {
    font-size: 24px;
    font-weight: bold;
    margin-top: 8px;
    text-align: center;
}


.su-fs-title {
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient( 180deg, #E4F2E7 0%, #F5FDF4 100%);
    border-radius: 3px 3px 3px 3px;
    height: 46px;
    line-height: 46px;
    padding: 0 0 0 52px;
    position: relative;
}
.su-fs-icon {
    position: absolute;
    left: 16px;
    top: 14px;
}
.mrt-32 {
    margin-top: 32px;
}
.mrt-20 {
    margin-top: 20px;
}
.mrt-16 {
    margin-top: 16px;
}
.jd-detail-wrap {
    padding: 0 0 100px 0;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
}
.jd-dimg>img {
    width: 100%;
}
.jd-dcontent {
    padding: 20px 36px 0 36px;
}
.jd-dcontent p {
    line-height: 2;
}
.jd-dtitle {
    font-size: 24px;
    font-weight: bold;
}
.jd-dtitle-sm {
    font-size: 20px;
    font-weight: bold;
}
.jd-rzlc-wrap {
    display: flex;
    padding: 20px;
    position: relative;
}
.jd-rzlc-wrap::after {
    display: block;
    content: "";
    position: absolute;
    top: 70px;
    right: 10%;
    left: 10%;
    height: 1px;
    background-color: rgba(123, 160, 127, 1);
    z-index: 0;
}
.flow-item {
    width: 25%;  
    position: relative;
    z-index: 2;                                                                                         
}
.flow-item::after {
    display: block;
    content: "";
    position: absolute;
    right: -6px;
    top: 44px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 12px solid rgba(51, 90, 69, 1)
}
.flow-item:last-child::after {
    display: none;
}
.flow-icon {
    width: 100px;
    height: 100px;
    background-color: rgba(236, 247, 237, 1);
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.flow-icon-img {
    position: relative;
    top: 30px;
    left: 30px;
}
.flow-large-txt {
    font-weight: bold;
    padding: 8px 0 4px 0;
    width: 100%;
    text-align: center;
}
.flow-small-txt {
    font-size: 12px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.jd-rzlc-sub {
    display: flex;
    justify-content: center;
}
.jd-rzlc-sub .su-bmbtn {
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jd-rzlc-sub .su-bmbtn:hover {
    color:#fff;
    text-align: none;
}
.jd-rzlc-sub .su-bmbtn>img {
    width: 23px;
    height: 23px;
    margin: 0 4px 0 0;
}
.jd-yy-item {
    width: 100%;
    background: linear-gradient( 180deg, #E4F2E7 0%, #F5FDF4 100%);
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    padding: 16px 28px;
    margin-top: 16px;
}
.jd-yytitle {
    font-size: 20px;
    color:#4E4E4E;
    font-weight: bold;
    padding: 0 20px 0 12px;
    white-space: nowrap;
}
.jd-yydes {
    font-size: 16px;
    color:#718F7F ;
}
.jd-envir-imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jd-envir-item {
    flex: 0 0 calc(33.33% - 8px);
    box-sizing: border-box;
    margin: 0 0 12px 0;
    overflow: hidden;
}
.jd-envir-item>img {
    width: 100%;
}
.jd-core-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 8px;
    margin: 20px 0 0 -8px;
    min-height: 460px;
}
.jd-core-witem {
    flex: 0 0 calc(40% - 8px);
    background: url("rgft0718_theme_bg_mix.png") no-repeat 0 0 !important;
    background-size: cover;
    background-position: bottom right !important;
    padding: 20px 20px 60px 20px;
    color: #363636;
    position: relative;
}
.jd-core-witem::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 100px;
    background: url("rgft0718_theme_bg_icon.png") no-repeat 0 0;
    background-size: cover;
    z-index: 1;
}
.jd-core-witem>div {
    position: relative;
    z-index: 2;
}
.witem-title {
    font-size: 24px;
}
.ctitle {
    color: #fff;
    font-size: 18px;
}
.n01-item {
    display: flex;
}
.n01-label {
    white-space: nowrap;
}
.n01-des {

}
.jd-core-item {
    flex: 0 0 calc(15% - 8px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 10px;
}
.hide {
    display: none;
}

.n-01 {
    background-image: url("rgft0718_theme_01.jpg");
  
}
.n-02 {
    background-image: url("rgft0718_theme_02.jpg");
    
}
.n-03 {
    background-image: url("rgft0718_theme_03.jpg");
   
}
.n-04 {
    background-image: url("rgft0718_theme_04.jpg");

}
.n-05 {
    background-image: url("rgft0718_theme_05.jpg");
}
