.ckts-banner {
    height:700px;
    background-image: url('http://xt12366.com/Public/newpublic/images/cktsindex/ckts-banner.png');
    background-position: center center;
}

.inner-w1200 {
    max-width: 1200px;
    margin: 0 auto;
}


.ckts .font-color-main {
    color: #222;
}

.ckts .font-color-secondary {
    color: #666;
}

.ckts .line {
    border-bottom: 0px solid #e0e0e0;
    border:0px;
}

.ckts .content-item .item-title{
    text-align: center;
}

.ckts .content-item .item-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 45px;
    position: relative;
    padding-bottom: 10px;
}


.ckts .content-item.cpgs {
    padding-top: 85px;
    padding-bottom: 100px;
}

.ckts .content-item.cpgs .item-title {
    margin-bottom: 36px;
}

.ckts .content-item.cpgs .item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ckts .content-item.cpgs .item-content-msg .p2 {
    font-size: 18px;
    font-weight: 400;
    margin-left: 122px;
    line-height: 33px;
}

.ckts .content-item.gntd {
    padding-top: 60px;
}

.ckts .content-item.gntd .item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.gntd-item {
    width: 20%;
    text-align: left;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 50px;
}

.gntd-item .p1 {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.gntd-item .p2 {
    font-size: 14px;
    line-height: 5px;
    font-weight: 400;
}



.ckts .content-item.yycx {
    padding-top: 60px;
    padding-bottom: 20px;
}

.yycx-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.yycx-item .yycx-item-left {
    width: 46%;
    box-sizing: border-box;
}

.yycx-item .yycx-item-right {
    width: 46%;
    box-sizing: border-box;
}

.yycx-item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
}

.yycx-item-msg {
    font-size: 14px;
    font-weight: 400px;
    line-height: 22px;
}

.ckts .content-item.cpzx {
    padding-top: 80px;
    padding-bottom: 40px;
}

.cpzx .item-msg {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 20px;
}

.cpzx .cpzx-cpzx-btn {
    margin: 50px auto;
    width: 240px;
    height: 56px;
    text-indent: -999px;
    display: block;
    overflow: hidden;
    background-image: url(../images/cktsindex/ckts-cpzx-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 768px) {
    .ckts, .ckts .inner-w1200 {
        width: 100%;
        min-width: 320px;
        max-width: 540px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
    }
    .ckts {
        margin-top: 95px;
    }
    .ckts .banner {
        width: 100%;
        height: 215px;
        background: url(../images/cktsindex/ckts-banner-m.png) no-repeat center center;
        /* background-size: 315px 215px; */
        background-size: cover;
    }
    .ckts .content-item {
        padding: 10px !important;
        margin-bottom: 10px !important;
    }
    .ckts .content-item.cpgs .item-content {
        flex-direction: column;
    }
    .ckts .content-item.cpgs .item-content img {
        display: none;
    }
    .ckts .content-item.cpgs .item-content-msg .p2 {
        margin-left: 0px;
        width: 100%;
    }
    .gntd-item {
        width: 50%;
    }
    .yycx-item {
        flex-direction: column;
    }
    .yycx-item .yycx-item-right, .yycx-item .yycx-item-left {
        width: 100%;
    }
    .yycx-item .yycx-item-left img {
        display: none;
    }
}