.have-width-keti {
    width: 62.5%;
    padding: 25px 0 0;
    margin: 0 auto;
}

.crumbs-content .detail .d_nav {
    padding: 0;
    font-size: 14px;
    color: #717171;
}

.keti {
    width: 62.5%;
    padding: 40px 0 70px;
    margin: 0 auto;
}

.keti_title {
    font-size: 28px;
    text-align: center;
}

.keti_desc {
    padding: 24px 40px;
    background: rgba(223, 223, 223, 1);
    font-size: 14px;
    line-height: 24px;
    border-radius: 10px;
    margin: 40px 0;
}

.keti img {
    width: 100%;
}

.btn-box {
    display: flex;
    justify-content: center;
}

.keti .btn-box .btn {
    display: block;
    padding: 0 20px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    background: #ffebeb;
    color: #ff5757;
    margin-bottom: 30px;
    border-radius: 4px;
}

.btn:hover {
    background: #FFD6D6;
    color: #E81616;
}

.red-font {
    color: #FF2020;
}

.font-bold {
    font-weight: bold;
}

.top_40 {
    margin-top: 40px;
}

.bottom_40 {
    margin-bottom: 40px !important;
}

.bottom_30 {
    margin-bottom: 30px !important;
}

.keti_content {
    margin-top: 40px;
}

.keti_content_title {
    position: relative;
    margin-bottom: 28px;
    display: inline-block;
    padding: 5px 25px 5px 10px;
    background: linear-gradient(to right, #01ccad 0%, #4f9df9 100%);
    background: -webkit-linear-gradient(to right, #01ccad 0%, #4f9df9 100%);
    background: -moz-linear-gradient(to right, #01ccad 0%, #4f9df9 100%);
    background: -ms-linear-gradient(to right, #01ccad 0%, #4f9df9 100%);
    background: -o-linear-gradient(to right, #01ccad 0%, #4f9df9 100%);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    height: 25px;
}

.keti_content_title .last-img {
    position: absolute;
    height: 100% !important;
    width: 15px !important;
    right: -10px;
    top: 0;
}

.keti_content_title .title_icon {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 22.6px;
    line-height: 22.6px;
    text-align: center;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    color: #4f9df9;
    margin-right: 20px;
}

.keti_content_title .title_icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 14px;
    border-width: 11.3px 7px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.keti_content_title .title_icon:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 14px;
    border-width: 11.3px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    top: 0;
}

.keti-text {
    padding-left: 45px;
}

.keti-text p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

.small-text-no-margin p {
    margin-bottom: 0;
    display: flex;
}

.keti-desc li {
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.keti-img {
    padding: 0 45px;
}

.keti-img img {
    max-width: 100%;
}

.keti-img p.img-title {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
    display: block;
    color: #a2a2a2;
}

.ketifour-img-small {
    width: 500px;
    margin: 0 auto;
}

.keti-text-part {
    margin-bottom: 27px;
}

.title-top {
    font-size: 14px;
}

.keti-content-type .type-icon {
    margin-right: 5px;
}

.literature>p {
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 80px;
}

.literature_list li {
    font-size: 12px;
    line-height: 24px;
    color: #A2A2A2;
    list-style: none;
    display: flex;
}

.section_text {
    margin-bottom: 32px;
}

.section_title {
    color: #4f9df9;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}

.section_desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 26px;
    line-height: 24px;
}

.section_desc:last-child {
    margin-bottom: 0;
}