.cem2 .sub-banner {
    margin: 0 auto;
    width: 100%;
    height: 500px;
    background-image: url(/images/ykf/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
}

.cem2 .sub-banner .sub-banner-content {
    min-width: 1120px;
    max-width: 1280px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.cem2 .sub-banner .sub-banner-content .sub-banner-content-title {
    font-size: 56px;
    text-shadow: 0px 2px 6px #516491;
}

.cem2 .sub-banner .sub-banner-content .sub-banner-content-sub-title {
    font-size: 24px;
    padding-top: 24px;

    text-shadow: 0px 2px 6px #516491;
}

.cem2 .sub-banner .sub-banner-content .sub-banner-content-btn {
    display: block;
    cursor: pointer;
    margin: 56px auto 0;
    color: #fff;
    width: 144px;
    height: 48px;
    line-height: 48px;
    background-color: #176de6;
    font-size: 16px;
}

.cem2 .sub-banner .sub-banner-content .sub-banner-content-btn:hover {
    background-color: #3f90f2;
}

#content .content-item1 {
    width: 100%;
    padding: 80px 0;
    /*height: 573px;*/
    text-align: center;
    display: flex;
    align-items: center;
}

#content .content-item1 .content-item-cotainer {
    /*min-width: 1120px;*/
    max-width: 1440px;
    /*width: 80%;*/
    margin: 0 auto;
    color: #000;
}

#content .content-item1 .content-item-cotainer .ykf-title {
    font-size: 40px;
    height: 56px;
    line-height: 56px;
}

#content .content-item1 .content-item-cotainer .sub-title {
    padding: 12px 0 48px;
    font-size: 16px;
    color: #888;
}

#content .content-item1 .content-item-cotainer .tubiao {
    height: 168px;
    background-image: url(/images/product_uincall/list.png);
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: 100%;
}

#content .content-item1 .content-item-cotainer .item1-btn {
    cursor: pointer;
    margin: 56px auto 0;
    text-align: center;
    border: 1px solid #176de6;
    color: #176de6;
    width: 120px;
    height: 40px;
    line-height: 40px;
}

#content .content-item1 .content-item-cotainer .item1-btn:hover {
    background-color: #176de6;
    color: #fff;
}

#content .content-item2 {
    height: 536px;
    background-image: url(/images/product_online_agent/banner2.png);
    background-position: center;
    background-repeat: no-repeat;

    text-align: left;
    display: flex;
    align-items: center;
    color: #fff;
}

#content .content-item2 .content-item-cotainer {
    /*min-width: 1120px;*/
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
}

#content .content-item2 .content-item-cotainer .ykf-title {
    font-size: 40px;
    height: 56px;
    line-height: 56px;
}

#content .content-item2 .content-item-cotainer .sub-title {
    padding: 24px 0 56px;
    font-size: 16px;
}

#content .content-item2 .content-item-cotainer .sub-title div {
    line-height: 24px;
    margin-bottom: 8px;
}

#content .content-item2 .content-item-cotainer .item2-btn {
    cursor: pointer;
    margin-top: 20px;
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

#content .content-item2 .content-item-cotainer .item2-btn:hover {
    background-color: #176de6;
    border: 0;
}

#content .content-item3 {
    text-align: center;
    /*height: 592px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #f5f5f5;*/
    /*background-image: url(/images/product_online_agent/banner2.png);*/
    /*background-position: center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    padding: 80px 0;
}

#content .content-item3 .content-item-cotainer {
    /*min-width: 1120px;*/
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
}

#content .content-item3 .content-item-cotainer .ykf-title {
    height: 56px;
    line-height: 56px;
    font-size: 40px;
}

#content .content-item3 .content-item-cotainer .content-box {
    padding: 48px 0 0;
    text-align: left;
    font-size: 16px;
    display: flex;
    justify-content: space-around;
}

#content .content-item3 .content-item-cotainer .content-box .content-box-item {
    cursor: default;
    padding: 32px;
    width: 25%;
    /*background: #fff;*/
    margin-right: 1%;
    /*border: 1px solid #ffffff30;*/
    color: #000;
    /*opacity: 0.5;*/
    transition: .3s all ease-in;
}

#content .content-item3 .content-item-cotainer .content-box .content-box-item:first-child {
    /*margin-right: 0;*/
}

#content .content-item3 .content-item-cotainer .content-box .content-box-item:last-child {
    margin-right: 0;
}

#content .content-item3 .content-item-cotainer .content-box .content-box-item .num {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #176de6;
    text-align: center;
    margin-bottom: 32px;
    font-size: 32px;
}

#content .content-item3 .content-item-cotainer .content-box .content-box-item .ykf-title {
    font-size: 24px;
    line-height: 24px;
    color: #666;
}

#content .content-item3 .content-item-cotainer .content-box .content-box-item .text {
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

#content .content-item3 .content-item-cotainer .content-box .content-box-item-active {
    opacity: 1;
}

#content .content-item3 .content-item-cotainer .content-box .content-box-item-active>.num {
    color: #fff;
    background-color: #176de6;
}

#content .content-item3 .content-item-cotainer .content-box .content-box-item-active>.text {
    color: #000;
}

#content .content-item3 .content-item-cotainer .content-box .content-box-item-active>.title {
    color: #000;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
}

.item-btn3 {
    cursor: pointer;
    margin: 80px auto 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #176de6;
    color: #fff;
    /*border: 1px solid #fff;*/
}

#content .content-item3 .content-item-cotainer .item-btn3:hover {
    background-color: #fff;
    color: #176de6;
    border: 1px solid #176de6;
}

#content .content-item3 .content-item-cotainer .content-box .content-box-item:hover {

    opacity: 1;
}

#content .content-item4 {
    color: #fff;
    height: 536px;
    background-image: url(/images/product_online_agent/banner3.png);
    background-position: center;
    background-repeat: no-repeat;

    text-align: left;
    display: flex;
    align-items: center;
}

#content .content-item4 .content-item-cotainer {
    /*min-width: 1120px;*/
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
}

#content .content-item4 .content-item-cotainer .ykf-title {
    height: 56px;
    line-height: 56px;
    font-size: 40px;
}

#content .content-item4 .content-item-cotainer .sub-title {
    padding: 24px 0 56px;
    font-size: 16px;
}

#content .content-item4 .content-item-cotainer .sub-title div {
    height: 24px;
    line-height: 24px;
    margin-bottom: 8px;
}

#content .content-item4 .content-item-cotainer .item-btn4 {
    cursor: pointer;
    margin-top: 20px;
    width: 120px;
    height: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

#content .content-item4 .content-item-cotainer .item-btn4:hover {
    background-color: #176de6;
    border: 0;
}

#content .content-item5 {
    height: 584px;
    color: #000;
    text-align: center;

    display: flex;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 100%);*/
}

#content .content-item5 .content-item-cotainer {
    min-width: 1120px;
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
}

#content .content-item5 .content-item-cotainer .ykf-title {
    height: 56px;
    line-height: 56px;
    font-size: 40px;
}

#content .content-item5 .content-item-cotainer .content-box {
    padding: 24px 0 48px 0;
    font-size: 16px;
}

#content .content-item5 .content-item-cotainer .content-box div {
    height: 24px;
    line-height: 24px;
    margin-bottom: 8px;
}

#content .content-item5 .content-item-cotainer .img-box {
    margin: 0 auto;
    width: 784px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#content .content-item5 .content-item-cotainer .img-box .img-item {
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
}

#content .content-item6 {
    text-align: center;
}

#content .content-item6 img {
    margin: 0 auto;
    width: 100%;
}

#content .content-item {
    padding: 80px 0;
}

#content .content-item .content-item-cotainer .ykf-title {
    text-align: center;
    height: 56px;
    line-height: 56px;
    font-size: 40px;
}

.content-item .title-second {
    text-align: center;
    margin-top: 12px;
    font-size: 16px !important;
    color: #888 !important;
}

.display-flex {
    display: flex;
}

.margin-left-px-45 {
    margin-left: 45px
}

.width-per-55 {
    width: 55%;
}

.width-per-45 {
    width: 45%;
}

.border-ddd {
    border: 1px solid #ddd;
}

.item8 {
    display: flex;
}

.item8 .left,
.item8 .right {
    display: inline-block;
}

.item8 .left {
    width: 60%;
}

.item8 .right {
    width: 40%;
    padding: 40px 0;
}

.item8-title {
    font-size: 24px;
    /*font-weight: bold;*/
}

.item8 .right ul {
    padding: 30px 0;
}

.item8 .right ul li {
    display: inline-block;
    width: 48%;
    font-size: 16px;
    color: #666;
    letter-spacing: 1px;
    /*margin-left: 10px;*/
}

.item8 .right ul li:nth-child(1) {
    margin-left: 0;
}

.item8-div {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    /*margin-left: 10px;*/
    /*letter-spacing: 1px;*/
}

.item-div {
    margin-top: 48px;
}

.item-color {
    text-align: center;
    margin-bottom: 10px;
}

.item9 ul,
.item11 ul {
    width: 100%;
    margin-bottom: 10px;
}

.item9-li,
.item11-li {
    width: 25%;
    margin-right: 1%;
    border: 1px solid #ddd;
    transition: .3s all ease-in;
}

.item9-li:hover,
.item11-li:hover {
    box-shadow: 0px 1px 9px 0px rgba(130, 130, 130, 0.55);
}

.item9-li:nth-last-child(1),
.item11-li:nth-last-child(1) {
    margin-right: 0;
}

.item9-li-title,
.item11-li-title {
    text-align: center;
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: bold;
}

.item9-li-content,
.item11-li-content {
    padding: 0 10% 20px;
    font-size: 14px;
    color: #666;
}



.item11 ul {
    margin-bottom: 10px;
}

.item-ul12 li {
    width: 48%;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 16px;
    /*margin-left: 18px;*/
}

.item-ul12 li:nth-child(1) {
    margin-left: 0;
}

.item-img1 {
    position: relative;
}

.item-img1 img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}


.lang-en-us #content .content-item2 .content-item-cotainer .sub-title,
.lang-en-us #content .content-item2 .content-item-cotainer .ykf-title {
    height: auto;
}

#content .channel-en-us {
    background-image: url(/images/english/1.png);
}

.cem2 .sub-banner .sub-banner-content .sub-banner-content-title_en-us {
    font-size: 50px;
}


@media only screen and (max-width: 991px) and (min-width: 768px) {

    /* #content .content-item1 .content-item-cotainer .tubiao{
        background-position:unset;
        background-size: 100%;
    }*/
    #content .content-item2 .content-item-cotainer .title {
        /*font-size: 36px;*/
    }

    #content .content-item1 .content-item-cotainer {
        width: auto;
        /*max-width: auto;*/
        min-width: auto;
    }

    .content-item1 ul li p {
        font-size: 17px !important;
    }

    .content-item1 ul li .knowmore {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .content-item14 .item-div {
        margin-top: 0;
    }

    #content .content-item1 .content-item-cotainer {
        width: auto;
        max-width: auto;
        min-width: auto;
    }
}