.index {
    width: 100%;
    min-width: 1200px;
}

.banner {
    height: 360px;
    background: url(../images/solutions/solution_banner_bg.png) repeat-x center;
}

.SCMbsq-banner {
    background-image: url(../images/solutions/SCMbsq_banner_bg.png);
}

.SCMcy-banner {
    background-image: url(../images/solutions/SCMcy_banner_bg.png);
}

.SCMbd-banner {
    background-image: url(../images/solutions/SCMbd_banner_bg.png);
}
.SCMkcjr-banner {
    background-image: url(../images/solutions/SCMkcjr_banner_bg.png);
}

.banner-content {
    position: relative;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.banner-title {
    position: absolute;
    top: 50%;
    left: 44px;
    margin-top: -10px;
}

.banner-title h2 {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 44px;
    color: #fff;
}

.banner-title p {
    line-height: 24px;
    font-size: 24px;
    color: #fff;
}

.banner-image {
    position: absolute;
    top: 50%;
    right: 88px;
    margin-top: -162px;
}

.banner-image img {
    height: 340px;
}

.solutions-column {
    margin: 0 auto;
    width: 1200px;
    margin-top: 64px;
    margin-bottom: 88px;
}

.solutions-column .column-title {
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
    text-align: center;
    line-height: 36px;
    font-size: 36px;
    color: #00041a;
}

.solutions-column .column-title p {
    padding: 0 26px;
    letter-spacing: 2px;
    font-weight: 600;
}

.solutions-column .column-title .line-left, .solutions-column .column-title .line-right {
    position: relative;
    width: 8px;
    height: 8px;
    border: 2px solid #ccc;
    border-radius: 50%;
}

.solutions-column .column-title .line-left::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -80px;
    margin-top: -1px;
    width: 80px;
    height: 2px;
    background-color: #ccc;
}

.solutions-column .column-title .line-right::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -80px;
    margin-top: -1px;
    width: 80px;
    height: 2px;
    background-color: #ccc;
}

.solutions-column .column-content {

}

.solutions-column .column-content .column-image {
    float: left;
    width: 576px;
    padding: 0 12px;
}

.solutions-column .column-content .column-image img {
    width: 100%;
}

.solutions-column .column-content .column-detail {
    float: right;
    box-sizing: border-box;
    width: 320px;
    padding: 24px 36px 0;
    background-color: #f9fdff;
    box-shadow: 0 0 21px rgba(134, 194, 225, .3);
}

.solutions-column .column-content .column-detail.half-detail {
    padding: 24px 12px 0;
    width: 560px;
    background-color: #fff;
    box-shadow: none;
}

.solutions-column .column-content .column-detail h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: rgba(0, 4, 26, .85);
    text-align: center;
}

.solutions-column .column-content .column-detail p {
    margin-bottom: 12px;
    line-height: 24px;
    color: rgba(0, 4, 26, .7);
}

.solutions-column .column-content .column-item {
    float: left;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    box-sizing: border-box;
    width: 560px;
    height: 115px;
    padding: 0 12px;
    margin-bottom: 36px;
}

.solutions-column .column-content .column-item .icon {
    flex-shrink: 0;
    margin-top: 18px;
    margin-right: 24px;
    width: 44px;
    height: 44px;
}

.solutions-column .column-content .column-item .icon img {
    width: 44px;
    height: 44px;
}

.solutions-column .column-content .column-item h4 {
    margin-bottom: 12px;
    font-size: 20px;
    color: rgba(0, 4, 26, .85);
}

.solutions-column .column-content .column-item p {
    line-height: 24px;
    color: rgba(0, 4, 26, .7);
}

.solutions-column .production-describe {
    padding: 30px;
    border: 1px dotted #1868BF;
    font-size: 16px;
    margin-bottom: 35px;
    color: rgba(0, 4, 26, .7);
}

.solutions-bd .circle-item h4 {
    color: rgba(0, 4, 26, .7);
}

.solutions-bd .circle-out {
    width: 150px;
    height: 150px;
    border: 1px dotted #1868BF;
    border-radius: 50%;
    margin-bottom: 30px;
}

.solutions-bd .circle-in {
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 50%;
    background: #1868BF;
    margin: 10px;
    text-align: center;
    color: #FFF;
    font-size: 24px;
}

.solutions-bd .circle-img {
    margin: 50px;
}

.solutions-column .column-card {
    width: 202px;
    height: 200px;
    margin: 0 18px;
    padding: 20px 30px 40px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: rgba(0, 0, 0, 0.1) 0 25px 98px 0;
    border-radius: 25px;
}

.solutions-column .column-card .column-card-title {
    background: #1868BF;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 54% 46% 71% 29% / 72% 61% 39% 28%;
    margin: 20px 0;
}

.solutions-column .column-card h4 {
    color: rgba(0, 4, 26, .7);
}

.solutions-bd .solutions-column .column-content img {
    width: 100%;
}

/* 科创金融 */
.solutions-kcjr .introduce-item {
    margin-bottom: 20px;
}
.solutions-kcjr .introduce-item .item-head {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1868BF;
    color: #fff;
    font-size: 20px;
}
.solutions-kcjr .introduce-item .item-body {
    width: 825px;
    height: 35px;
    border: 2px solid #1868BF;
    padding: 10px 50px;
    font-size: 20px;
}
.solutions-kcjr .meaning-bg {
    position: relative;
    width: 1200px;
    height: 500px;
    color: #fff;
    background: url(../images/solutions/SCMkcjr_cont1.png) no-repeat center 100%;
    background-size: 500px;
}
.solutions-kcjr .meaning-bg .item1 {
    position: absolute;
    left: 429px;
    top: 88px;
    width: 156px;
    font-weight: bold;
    font-size: 18px;
}
.solutions-kcjr .meaning-bg .item2 {
    position: absolute;
    left: 660px;
    top: 88px;
    width: 138px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.solutions-kcjr .meaning-bg .item3 {
    position: absolute;
    left: 531px;
    top: 199px;
    width: 138px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #000;
}
.solutions-kcjr .meaning-bg .item4 {
    position: absolute;
    left: 438px;
    top: 311px;
    width: 138px;
    font-weight: bold;
    font-size: 18px;
}
.solutions-kcjr .meaning-bg .item5 {
    position: absolute;
    left: 665px;
    top: 311px;
    width: 120px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.solutions-kcjr .column-card {
    width: 500px;
    height: 10px;
    margin: 10px 18px;
    padding: 10px 30px 40px;
}
.solutions-kcjr .column-card .column-card-title {
    float: left;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.solutions-kcjr .column-card h4 {
    float: left;
    width: 250px;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
}

/* 全周期投资管理信息系统 */
.solutions-invest .banner {
    background-image: url(../images/solutions/investment_banner.png);
}
.solutions-invest .circle-out {
    width: 270px;
    height: 205px;
    margin-top: 52px;
    margin-bottom: 10px;
    border-top: 2px solid #1868BF;
    border-top-left-radius: 270px;
    border-top-right-radius: 270px;
}
.solutions-invest .circle-out.circle-reversal {
    margin-top: 0;
    border-top: none;
    border-bottom: 2px solid #1868BF;
    border-radius: 0 0 270px 270px;
}
.solutions-invest .circle-in {
    width: 150px;
    height: 150px;
    margin: 60px;
    border: 1px solid #1868BF;
    border-radius: 180px;
    background-color: #1868BF;
}
.solutions-invest .circle-reversal .circle-in {
    margin-top: 10px;
}
.solutions-invest .circle-in img {
    padding: 32px;
    width: 87px;
    height: 83px;
}
.solutions-invest .column-card {
    width: 500px;
    height: 10px;
    margin: 10px 18px;
    padding: 10px 30px 40px;
}
.solutions-invest .column-card .column-card-title {
    float: left;
    margin: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.solutions-invest .column-card h4 {
    float: left;
    width: 250px;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
}

/*大创入口*/
.solutions-column .column-content .column-bar {
    display: flex;
    align-items: center;
    width: calc(50% - 50px);
    height: 60px;
    margin: 0 24px 36px;
    border: 1px solid #e8e9ea;
    box-shadow: rgba(50, 50, 50, .1) 0 25px 98px 0;
    border-radius: 25px;
}

.solutions-column .column-content .column-bar.row-24 {
    width: calc(100% - 50px);
}

.solutions-column .column-bar .column-bar-num {
    margin: 0 32px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #3a97ff;
    font-size: 24px;
    text-align: center;
    border-radius: 54% 46% 71% 29% / 72% 61% 39% 28%;
}

.solutions-column .column-bar .column-bar-icon {
    margin: 0 32px;
    width: 44px;
    height: 44px;
}

.solutions-column .column-bar .column-bar-title {
    font-size: 20px;
    color: rgba(0, 4, 26, .85);
}

.solutions-column .dachuang-content {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.solutions-column .dachuang-content .dachuang-item {
    box-sizing: border-box;
    padding-top: 104px;
    padding-bottom: 32px;
    width: 214px;
    border: 1px solid #e8e9ea;
    border-radius: 4px;
    background: url(../images/solutions/SCMsd_icon01.png) no-repeat center 30px;
    background-color: #fff;
}

.solutions-column .dachuang-content .dachuang-item:nth-child(2) {
    background-image: url(../images/solutions/SCMsd_icon02.png);
}

.solutions-column .dachuang-content .dachuang-item:nth-child(3) {
    background-image: url(../images/solutions/SCMsd_icon03.png);
}

.solutions-column .dachuang-content .dachuang-item:nth-child(4) {
    background-image: url(../images/solutions/SCMsd_icon04.png);
}

.solutions-column .dachuang-content .dachuang-item:nth-child(5) {
    background-image: url(../images/solutions/SCMsd_icon05.png);
}

.solutions-column .dachuang-content .dachuang-item .title {
    margin-bottom: 36px;
    line-height: 20px;
    font-size: 20px;
    color: rgba(0, 4, 26, .85);
    text-align: center;
}

.solutions-column .dachuang-content .dachuang-item .sub-title-wrapper {
    margin: 0 0 12px 36px;
}

.solutions-column .dachuang-content .dachuang-item .sub-title-wrapper .sub-title {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 16px;
    font-size: 16px;
    color: rgba(0, 4, 26, .7);
    transition: all .3s ease;
    outline: none;
}

.solutions-column .dachuang-content .dachuang-item .sub-title-wrapper div.sub-title {
    color: rgba(0, 4, 26, .4);
}

.solutions-column .dachuang-content .dachuang-item .sub-title-wrapper .sub-title:after {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid rgba(0, 4, 26, .7);
    border-radius: 50%;
}

.solutions-column .dachuang-content .dachuang-item .sub-title-wrapper div.sub-title:after {
    border: 2px solid rgba(0, 4, 26, .4);
}

.solutions-column .dachuang-content .dachuang-item .sub-title-wrapper a.sub-title:hover {
    margin-left: 24px;
    color: #4373f9;
    cursor: pointer;
}

.solutions-column .dachuang-content .dachuang-item .sub-title-wrapper a.sub-title:hover:after {
    border-color: #4373f9;
}

















