* {
    padding: 0;
    margin: 0;
}

.p-title {
    text-align: center;
}

.fnt36 {
    font-size: 36px;
}

.p-title h2::after {
    content: '';
    display: block;
    width: 61px;
    height: 2px;
    background: -moz-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
    background: -webkit-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
    background: -ms-linear-gradient(90deg, #ef993a 0%, #e78131 100%);
    background: linear-gradient(90deg, #ef993a 0%, #e78131 100%);
    margin: 15px auto 25px;
}


.part-one .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.part-one .content_left {
    width: 50.90278%;
    padding: 15px;
    box-sizing: border-box;
}

.part-one .content_left .txt p {
    line-height: 1.875;
}

.part-one .content_left .OKCitems {
    margin-top: 50px;
}

.part-one .content_left .OKCitems ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.part-one .content_left .OKCitems ul li{
   
}
.part-one .content_left .OKCitems ul li .box {
    text-align: center;
    list-style-type: none;
}

.part-one .content_left .OKCitems ul li .box .icon {
    width: 64px;
    margin: 0 auto;
    overflow: hidden;
}
.part-one .content_left .OKCitems ul li .box h5{
    padding: 0!important;
    margin: 0!important;
}
.part-one .content_left .OKCitems ul li .box .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.part-one .content_left .OKCitems ul li .box p {
    color: #666;
    margin: 6px 0;
}

.part-one .content_left .OKCitems ul li .box h5 {
    font-weight: bold;
}

.owl-zhou {
    max-width: 1300px;
    width: 49%;
    margin: 0 auto;
    position: relative;
}

.owl-zhou img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

@media screen and (max-width: 868px ) {
    .part-one .content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        flex-direction: column-reverse;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        width: 100%!important;
    }
    .content_left{
        width: 100%!important;
    }
    .owl-zhou{
        width: 100%!important;
        overflow: hidden;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .owl-zhou a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .part-one .content_left .OKCitems ul{
       display: flex;
       justify-content: space-around;
    }
}
@media screen and (max-width: 1200px) {
    .part-one .content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        flex-direction: column-reverse;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        width: 100%!important;
    }
    .content_left{
        width: 100%!important;
        margin-bottom: 20px;
    }
    .owl-zhou{
        overflow: hidden;
        width: 100%!important;
        margin-bottom: 20px;
    }
    .owl-zhou a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .part-one .content_left .OKCitems ul{
       display: flex;
       justify-content: space-around;
    }
}