.keji-area {
    padding: 110px 0px;
}

.keji-title {
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #333;
    position: relative;
    padding-bottom: 20px;
}

.keji-title:before {
    width: 60px;
    height: 4px;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    background: #006ab7;
}

.keji-info {
    width: 81.25%;
    margin: 50px auto 0;

}

.keji-info p {
    line-height: 30px;
    font-size: 20px;
    color: #333;
    text-align: center;
}


.keji-ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 71.25%;
    margin: 50px auto 0;
}

.keji-li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20%;
    box-sizing: border-box;
}

.keji-li .img {
    width: 40%;
}

.keji-li .img img {
    max-width: 60px;
    max-height: 60px;
}

.keji-li .txt {
    width: 60%;
    padding-left: 30px;
    position: relative;
}

.keji-li .txt:before {
    width: 1px;
    height: 60%;
    content: "";
    position: absolute;
    left: 0px;
    top: 25%;
    background: #f9e9ea;
}

.keji-li .txt .t1 {
    position: relative;
}

.keji-li .txt .t1 span:nth-child(1) {
    font-size: 60px;
    font-family: "dinmed";
    color: #006ab7;
}

.keji-li .txt .t1 span:nth-child(2) {
    font-size: 40px;
    font-family: "dinmed";
    color: #006ab7;
}

.keji-li .txt .t2 {
    padding-left: 10px;
    font-size: 16px;
    color: #222;
}


.keji-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 81.25%;
    margin: 20px auto 0;
}

.keji-item {
    width: 24%;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    border: 6px solid #e2e2e2;
    position: relative;
}

.keji-item img {
    width: 100%;
    height: 200px;
}

.keji-item em {
    width: 3.59vw;
    height: 3.59vw;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    background: url(../images/icon-49.png) no-repeat;
    background-size: 100%;
    z-index: 4;
}

.keji-item span {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.tz-more {
    width: 100%;
    margin: 40px auto;
    text-align: center;
}

.tz-more a {
    display: inline-block;
    width: 230px;
    height: 60px;
    line-height: 60px;
    background-color: #006ab7;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}

.keji-2 {
    width: 81.25%;
    margin: 50px auto 0px;
    position: relative;
}

.keji-2item {
    width: 100%;
    height: 10vw;
    text-align: center;
    overflow: hidden;
    position: relative;
}


.keji-2item img {
    max-width: 100%;
    max-height: 100%;
    transition: all .5s;
}

.keji-2item img:hover {
    transform: scale(1.2);
}

.keji-2 .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e5e5e5 url("../images/icon-59.png") no-repeat center;
    left: -90px;
}

.keji-2 .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e5e5e5 url("../images/icon-59.png") no-repeat center;
    right: -90px;
    transform: rotate(180deg);
}

.keji-2 .swiper-button-prev:hover,
.keji-2 .swiper-button-next:hover {
    background-color: #006ab7;
}

.tz-2 {
    padding: 110px 0;
}

.keji-dy {
    width: 60%;
    margin: 40px auto;
    padding: 40px;
    background-color: #fff;
}

.keji-dy .dy-1 {
    line-height: 30px;
    font-size: 16px;
}

.keji-dy .dy-1 p:nth-child(1),
.keji-dy .dy-1 p:nth-child(2) {
    font-weight: 600;
}

.keji-dy .dy-2 {
    margin-top: 40px;
}

.keji-dy .form-item {
    margin-bottom: 40px;
}

.keji-dy .form-item .t1 {
    margin-bottom: 20px;
    font-size: 16px;
}

.keji-dy .form-item .t1 .s1 {
    color: red;
}


.keji-dy .form-item .t1 .s2 {
    color: #777;
}

.keji-dy .form-item .input {
    width: 600px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.keji-dy .form-item .s3 {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-right: 10px;
    font-size: 16px;
}

.keji-dy .form-item .ck {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.keji-dy .form-item .tt {
    width: 600px;
    height: 100px;
    padding: 10px;
    border: 1px solid #ddd;
    resize: vertical;
    box-sizing: border-box;
}

.keji-dy .form-item .btn {
    width: 230px;
    height: 60px;
    line-height: 60px;
    background-color: #006ab7;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}




@media (max-width:991.98px) {

    .keji-area {
        padding: 30px 0px;
    }

    .keji-title {
        font-size: 24px;
    }

    .keji-info p {
        font-size: 14px;
    }
    .keji-2{
        width: 90%;
    }

    .keji-ul,
    .keji-list {
        width: 90%;
    }

    .keji-item,
    .keji-li {
        width: 25%;
        margin-bottom: 20px;
    }

    .keji-li .img img {
        max-width: 100%;
    }

    .keji-li .txt {
        padding-left: 10px;
    }

    .keji-li .txt .t1 span:nth-child(1) {
        font-size: 16px;
    }

    .keji-li .txt .t1 span:nth-child(2) {
        font-size: 14px;
    }

    .keji-li .txt .t2 {
        padding-left: 0;
        font-size: 14px;
    }

    .keji-2 .swiper-button-prev {
        left: 15px;
    }

    .keji-2 .swiper-button-next {
        right: 15px;
    }

    .keji-2item {
        height: auto;
    }


    .tz-2 {
        padding: 30px 0;
    }

    .tz-more a {
        width: 160px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }


    .keji-dy {
        width: 80%;
        margin: 20px auto;
        padding: 20px;
    }


    .keji-dy .form-item .input {
        width: 100%;
    }

    .keji-dy .form-item .tt {
        width: 100%;
    }


    .keji-dy .form-item .btn {
        width: 160px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }

}

@media (min-width:992px) {

    .keji-3content {
        width: 81.25%;
        overflow: hidden;
        margin: 40px auto;
        display: flex;
        justify-content: space-between;
    }

    .keji-3item {
        flex: 1;
        height: 530px;
        padding: 20px;
        overflow: hidden;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 1px;
        cursor: pointer;
        position: relative;
    }

    .keji-3item.active {
        flex: 2.49;
    }

    .keji-3center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
    }

    .keji-3center a {
        font-size: 24px;
        color: #fff;
    }


    .keji-3item.active .keji-3center {
        width: 86%;
    }

    .keji-3item.active .keji-3center a {
        font-size: 36px;
    }
}



@media (max-width:991.98px) {

    .keji-3content {
        width: 90%;
        overflow: hidden;
        margin: 40px auto;
        display: flex;
        justify-content: space-between;
    }

    .keji-3item {
        flex: 1;
        height: 240px;
        overflow: hidden;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-right: 1px;
        cursor: pointer;
        position: relative;
    }

    .keji-3item.active {
        flex: 2.49;
    }

    .keji-3center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 20px;
        text-align: center;
        overflow: hidden;
    }

    .keji-3center a {
        font-size: 16px;
        color: #fff;
    }


    .keji-3item.active .keji-3center {
        width: 20px;
    }

    .keji-3item.active .keji-3center a {
        font-size: 18px;
    }
}
