.container-w{
    max-width:1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.main {
    position: relative;
    display: block;
    margin-top: 90px;
}
.top-wrp {
    width: 100%;
    height: 570px;
    background: url("../images/dayang_institute/top_bg.png") left top no-repeat;
    background-size: 100% 100%;
}
.dy-logo {
    margin-top: 137px;
}
.dy-name {
    line-height: 28px;
    margin-top: 30px;
    color: #D8AA88;
    font-size: 20px;
}
.dy-desc {
    margin-top: 26px;
    line-height: 22px;
    color: #fff;
}
.content-wrp {
    width: 100%;
    height: auto;
    padding-bottom: 84px;
    background: url("../images/dayang_institute/content_bg.png") left top no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
/*.head-wrp {
    position: relative;
    padding: 80px 40px;
    text-align: center;
}
.head-wrp::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(233, 198, 164, 0), rgba(219, 172, 133, 1), rgba(206, 149, 106, 0));
}
.head-wrp img {
    display: inline-block;
    vertical-align: middle;
}
.intro-content {
    margin-top: 40px;
}
.intro-content p {
    line-height: 28px;
    color: #CE956A;
    font-size: 20px;
    text-align: center;
}
.intro-imgs {
    margin-top: 40px;
    font-size: 0;
}
.intro-imgs img {
    display: inline-block;
    width: 384px;
    height: auto;
    margin-right: 23px;
    vertical-align: middle;
}
.intro-imgs img:last-child {
    margin-right: 0;
}*/
.section-block {
    margin-top: 60px;
}
.main-title {
    position: relative;
    padding-bottom: 12px;
    line-height: 42px;
    color: #333;
    font-size: 40px;
    text-align: center;
}
.main-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 4px;
    transform: translateX(-50%);
    background: #CE956A;
}
.main-title .link-btn {
    position: relative;
    top: 5px;
    float: right;
    display: inline-block;
    width: 88px;
    height: 32px;
    color: #B16934;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    background: #FAF3EF;
    border-radius: 16px;
    text-decoration: none;
}
.sub-title {
    color: #999;
    font-size: 16px;
    text-align: center;
}
.minus-margin {
    position: relative;
    margin-top: -132px;
    z-index: 1;
}
.idea-row {
    display: flex;
    width: 100%;
    /*margin-top: 40px;*/
    justify-content: space-between;
}
.idea-item {
    position: relative;
    width: 260px;
    height: 267px;
    /*padding: 40px 0;*/
    /*text-align: center;*/
    /*box-sizing: border-box;*/
    /*border-radius: 10px;*/
    /*border: 1px solid #F0DFD2;*/
    /*background: #FAF4F0;*/
}
.vir-border::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 54px;
    width: 1px;
    height: 160px;
    background: #F5EAE1;
}
.desc-img {
    width: 384px;
    height: 299px;
}
.desc-img img {
    /*display: inline-block;*/
    width: 100%;
    height: auto;
    vertical-align: center;
}
.system-desc {
    margin-top: 60px;
    color: #333;
    font-size: 24px;
    text-align: center;
}
.system-img {
    margin-top: 40px;
    width: 100%;
    height: auto;
}
/*.idea-title {
    margin-top: 20px;
    line-height: 33px;
    color: #333;
    font-size: 24px;
}
.idea-sub-title {
    line-height: 30px;
    color: #666;
    font-size: 16px;
}*/
.link-row {
    margin-top: 60px;
    text-align: center;
}
.link-row > a {
    display: inline-block;
    width: 328px;
    height: 138px;
    background: url("../images/dayang_institute/link_btn_bg.png") no-repeat center center;
}
.side-title {
    position: relative;
    margin-top: 60px;
    line-height: 44px;
    padding-left: 18px;
    font-size: 32px;
}
.side-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 24px;
    background: #D29F78;
}
.star-item {
    width: 384px;
    text-align: center;
}
.star-title {
    margin-top: 22px;
    color: #333;
    font-size: 24px;
}
.star-desc {
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.hot-flx {
    display: flex;
    margin-top: 76px;
    justify-content: space-around;
}
.hot-flx > img {
    width: 616px;
    height: auto;
    vertical-align: top;
}
.hot-list {
    padding: 18px 0 64px 30px;
    border-left: 1px solid #F5EAE1;
}
.hot-list li {
    position: relative;
    margin-bottom: 60px;
}
.hot-list li:last-child {
    margin-bottom: 0;
}
.hot-list .star-title {
    margin-top: 0;
}
.step-circle {
    position: absolute;
    left: -41px;
    top: 7px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 6px solid #CE956A;
    border-radius: 50%;
}
.strategy-wrp {
    width: 100%;
    background-image: linear-gradient(to bottom, #FDFAF9, #FAF4F0);
}
.result-box {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.result-item {
    display: flex;
    width: 348px;
    height: 200px;
    margin-bottom: 40px;
    align-items: center;
    background: url("../images/dayang_institute/strategy_item_bg.png") no-repeat center center;
}
.result-item .img-flx {
    width: 180px;
    height: 108px;
}
.result-item .img-flx img {
    width: 100%;
    height: 100%;
}
.result-item .txt-flx {
    flex: 1;
    margin-left: 24px;
}
.result-item .star-title {
    margin-top: 0;
}
.reminder {
    line-height: 30px;
    color: #999;
    font-size: 16px;
    text-align: center;
}