/* website home css source */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.bg-grey {
    background: #f2f2f4 !important;
}

.bg-white {
    background: #fff !important;
}

.pb60 {
    padding-bottom: 60px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.fl {
    float: left
}

.fr {
    float: right
}

/* 超链接 */
a {
    color: #333;
    text-decoration: none;
    outline: medium none;
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
}

a:hover {}

/* 按钮 */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    display: block
}

.btn_red {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn_red:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn_blue {
    color: #fff;
    background-color: #0a6dee;
    border-color: #0a6dee
}

.btn_blue:hover {
    color: #fff;
}

.mc .p_img {
    width: 500px;
    height: 340px;
    overflow: hidden;
    margin: 0 40px
}

.mc .p_info {
    width: 500px;
    height: 340px;
    margin: 0 40px
}

.mc .p_info h2 {
    font-size: 24px;
    color: #333;
    position: relative;
    line-height: 24px;
    padding-bottom: 22px
}

.mc .p_info .p_intro {
    line-height: 30px;
    color: #000;
    font-size: 16px
}

.mc .p_info .p_link {
    height: 20px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px
}

.mc .p_info .p_link li {
    text-align: center;
    float: left;
    line-height: 20px;
    font-size: 15px;
    color: #353333;
    padding: 0 15px;
    position: relative
}

.mc .p_info .p_link li:after {
    content: " ";
    display: block;
    border-right: 1px solid #000;
    height: 14px;
    position: absolute;
    right: -1px;
    top: 3px
}

/* 核心功能 */

.s_corefunctions .TiTle {
    margin-top: 62px;
}

.s_corefunctions .list li {
    float: left;
    width: 240px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.s_corefunctions .list li .pictrue {
    background: url("https://jycloud-skl.oss-cn-beijing.aliyuncs.com/website/pc/functionBg.png")
        no-repeat 100% 100%;
    width: 83px;
    height: 93px;
    text-align: center;
    line-height: 93px;
    font-size: 44px;
    color: #2a7efb;
    margin: 0 auto;
}

.s_corefunctions .list li .name {
    font-size: 18px;
    color: #282828;
    margin-top: 15px;
}

.s_corefunctions .list li .infor {
    font-size: 14px;
    color: #999;
    padding: 0 30px;
    line-height: 1.7;
    margin-top: 10px;
}

/* 助力全行业升级 */
.s_alltrade {
    background-image: url("https://jycloud-skl.oss-cn-beijing.aliyuncs.com/website/pc/alltrade.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 500px;
    padding: 74px 0 55px 0;
}

/* 消费中台 */
.middleStage {
    width: 100%;
    height: 903px;
    background-image: url("https://jycloud-skl.oss-cn-beijing.aliyuncs.com/website/pc/skl_middleStage.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.s_middleStage .title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #868686;
    padding: 35px 0;
}

.s_middleStage .title .name {
    font-size: 32px;
    color: #282828;
    margin-bottom: 12px;
}