@media only screen and (min-width: 1200px) {
    .kx {
        margin-top: 5px;
        padding-top: 53px;
        padding-bottom: 50px;
        background-color: #fafafa;
    }
    .kx .main {
        border: 1px solid #e5e5e5;
        padding-top: 50px;
        padding: 50px 41px 42px 41px;
        text-align: center;
        background-color: #fff;
    }
    .kx h2 {
        font-size: 24px;
    }
    .kx .info {
        font-size: 16px;
        color: #929090 ;
        /* line-height: 36px; */
        margin-top: 21px;
        margin-bottom: 27px;
    }
    
    .kx .line {
        border-bottom: 1px solid  #d9d9d9;
    }
    .kx .con {
        text-align: left;
        margin-top: 34px;
        font-size: 18px;
    }
    .kx .con .c1 p {
        margin-bottom: 30px;
    }
    .kx .con .img {
        text-align: center;
    }
    .kx .c2 {
        float: right;
        margin-top: 74px;
        margin-bottom: 41px;
        font-size: 18px;
    }
    .kx .c3 {
        margin-top: 43px;
        width: 100%;
        position: relative;
    }
    .kx .c3 .n2{
        margin-top: 22px;
    }
    .kx .bk {
        width: 138px;
        height: 40px;
        font-size: 16px;
        background-color: #e5e5e5;
        /* float: right; */
        text-align: center;
        line-height: 40px;
        position: absolute;
        right: 0;
        bottom: 18px;
    }
}
@media only screen and (max-width: 1200px) {
    .kx {
        margin-top: 53px;
        padding-bottom: 50px;
        background-color: #fafafa;
        width: 98%;
        margin: 1%;
    }
    .kx .main {
        border: 1px solid #e5e5e5;
        padding-top: 50px;
        padding: 50px 41px 42px 41px;
        text-align: center;
        background-color: #fff;
    }
    .kx h2 {
        font-size: 24px;
    }
    .kx .info {
        font-size: 16px;
        color: #929090 ;
        /* line-height: 36px; */
        margin-top: 21px;
        margin-bottom: 27px;
    }
    
    .kx .line {
        border-bottom: 1px solid  #d9d9d9;
    }
    .kx .con {
        text-align: left;
        margin-top: 34px;
        font-size: 18px;
    }
    .kx .con .c1 p {
        margin-bottom: 30px;
    }
    .kx .con .img {
        text-align: center;
    }
    .kx .c2 {
        float: right;
        margin-top: 74px;
        margin-bottom: 41px;
        font-size: 18px;
    }
    .kx .c3 {
        margin-top: 43px;
        width: 100%;
        position: relative;
    }
    .kx .c3 .n2{
        margin-top: 22px;
    }
    .kx .bk {
        width: 138px;
        height: 40px;
        font-size: 16px;
        background-color: #e5e5e5;
        /* float: right; */
        text-align: center;
        line-height: 40px;
        position: absolute;
        right: 0;
        bottom: 18px;
    }
}
@media only screen and (max-width: 768px) {
    .kx {
        /*margin-top: 53px;*/
        padding-bottom: 30px;
        background-color: #fafafa;
    }
    .kx .main {
        border: 1px solid #e5e5e5;
        padding-top: 50px;
        padding: 50px 21px 22px 21px;
        text-align: center;
        background-color: #fff;
    }
    .kx h2 {
        font-size: 22px;
    }
    .kx .info {
        font-size: 14px;
        color: #929090 ;
        /* line-height: 36px; */
        margin-top: 21px;
        margin-bottom: 27px;
    }
    
    .kx .line {
        border-bottom: 1px solid  #d9d9d9;
    }
    .kx .con {
        text-align: left;
        margin-top: 34px;
        font-size: 16px;
    }
    .kx .con .c1 p {
        margin-bottom: 15px;
    }
    .kx .con .img {
        text-align: center;
    }
    .kx .c2 {
        float: right;
        margin-top: 24px;
        margin-bottom: 21px;
        font-size: 16px;
    }
    .kx .c3 {
        margin-top: 43px;
        width: 100%;
        position: relative;
        text-align: center;
    }
    .kx .c3 .n1 {
        text-align: left;
    }
    .kx .c3 .n2{
        margin-top: 22px;
        text-align: left;
    }
    .kx .bk {
        width: 138px;
        height: 40px;
        font-size: 14px;
        background-color: #e5e5e5;
        text-align: center;
        line-height: 40px;
        position: relative;
        margin-top: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .kx .main p{
        line-height: 35px;
    }
}
.kx .main p{
    text-indent: 2em;
}