
.ability-area4-block:hover {
    box-shadow: 2px 2px 10px rgba(5, 79, 184, 0.5);
    margin-top: 41px;
    background-position: 100% 0;
    color: #fff;
}
@media (max-width: 500px) {
    .ability-area4-block:hover {
        margin-top: 0px;
    }
}

.ability-area4-block::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/ability-tubiao-beijing.png);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 1s;
    top: 0;
    background-size: 100% 100%;
}

.ability-area4-block:hover::after {
    opacity: 1;
}

.ability-area4-block * {
    position: relative;
    z-index: 1;
}


/*===================��Ʒ��ϵ===================*/
.ability1-product {
}

.ability1-product-left {
    position: relative;
    width: 50%;
    height: 100%;
}

.ability1-product-right {
    position: relative;
    width: 50%;
    height: 100%;
}

.ability1-product-comm {
    height: 50%;
    position: relative;
}

.ability1-product-comm .product-container {
    position: absolute;
    transition: all .8s;
}

.ability1-product-comm .product-container h3 {
    transition: color .8s;
    color: #333;
}

.ability1-product-comm .product-container p {
    transition: color .8s;
    color: #666;
}

.ability1-product-comm .product-container hr {
    transition: all .3s;
    background-image: linear-gradient(#666, #666);
    height: 1px;
}

/*hover������h3��ʽ*/
.ability1-product-comm .product-container:hover h3 {
    color: #0c037a;
}

/*hover������p��ʽ*/
.ability1-product-comm .product-container:hover p {
    color: #333;
}

.ability1-product-comm .product-container:hover hr {
    height: 5px;
    background-image: linear-gradient(to right, #0c037a, red);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}

.ability1-product-comm .product-container::after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background-size: 100% 100%;
    transition: all .8s;
}

.ability1-product-comm .product-container:hover::after {
    width: 150px;
    height: 150px;
}

/*����*/
.ability1-product-comm .product-container.leftTop {
    top: 100px;
    text-align: right;
    margin-right: 330px;
}

.ability1-product-comm .product-container.leftTop:hover {
    margin-right: 360px;
}

.ability1-product-comm .product-container.leftTop::after {
    background-image: url(../images/ability-tubiao8.png);
    top: 76px;
    right: -130px;
}

.ability1-product-comm .product-container.leftTop:hover::after {
    top: 56px;
    right: -150px;
}

/*����*/
.ability1-product-comm .product-container.leftBottom {
    margin-right: 330px;
    top: 30px;
    text-align: right;
}

.ability1-product-comm .product-container.leftBottom:hover {
    margin-right: 360px;
}

.ability1-product-comm .product-container.leftBottom::after {
    background-image: url(../images/ability-tubiao9.png);
    top: 60px;
    right: -130px;
}

.ability1-product-comm .product-container.leftBottom:hover::after {
    top: 40px;
    right: -150px;
}

/*����*/
.ability1-product-comm .product-container.rightTop {
    margin-left: 260px;
    top: 100px;
    left: 0;
    text-align: left;
}

.ability1-product-comm .product-container.rightTop:hover {
    left: 30px;
}

.ability1-product-comm .product-container.rightTop::after {
    background-image: url(../images/ability-tubiao7.png);
    top: 50px;
    left: -70px;
}

.ability1-product-comm .product-container.rightTop:hover::after {
    top: 30px;
    left: -90px;
}

/*����*/
.ability1-product-comm .product-container.rightBottom {
    margin-left: 230px;
    top: 40px;
    left: 30px;
    text-align: left;
}

.ability1-product-comm .product-container.rightBottom:hover {
    left: 60px;
}

.ability1-product-comm .product-container.rightBottom::after {
    background-image: url(../images/ability-tubiao10.png);
    top: 50px;
    left: -60px;
}

.ability1-product-comm .product-container.rightBottom:hover::after {
    top: 30px;
    left: -90px;
}

.ability1-product .product-container {
}


/*===================ҵ��ģʽ===================*/
.business-mode-item {
    position: relative;
    transition: all .8s;
}

.business-mode-item p {
    color: #666;
}

.business-mode-item hr {
    margin-top: -146px;
}

.business-mode-item * {
    position: relative;
    z-index: 1;
}

.business-mode-item:hover {
    color: white;
}

.business-mode-item:hover p {
    color: white;
}

.business-mode-item::after {
    content: "";
    background-image: url(../images/ability-backgroundtu1.png);
    background-size: 100% 100%;
    display: block;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all .8s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .0);
}

.business-mode-item:hover::after {
    opacity: 1;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
}

.business-mode-item:hover .business-mode-item-content hr {
    margin-top: 30px;
}

.business-mode-item:hover .business-mode-item-content p {
    margin-top: 30px;
}

.business-mode-item .business-mode-item-content hr {
    transition: all .8s;
    margin-top: 58px;
}

.business-mode-item .business-mode-item-content p {
    transition: all .8s;
    margin-top: 45px;
}

@media (min-width: 1770px) {
    .ability2 .row .business-mode-item {
        width: 440px;
    }
}

@media (max-width: 1770px) {
    .ability2 .row .business-mode-item {
        width: 800px;
    }
}

@media (max-width: 960px) {
    .ability2 .row .business-mode-item {
        width: 25%;
    }
}

.cooperation-cases {
    position: relative;
    background-size: 100% 100%;
    height: 100px;
    transition: all .5s;
    overflow: hidden;
}

.cooperation-cases p {
    cursor: default;
}

.cooperation-cases * {
    position: relative;
    z-index: 1;
}

.cooperation-cases:hover {
    color: #fff;
    font-weight: 700;
}

.cooperation-cases.activation {
    color: #fff;
    font-weight: 700;
}

.cooperation-cases img {
    padding-left: 40px;
    padding-top: 20px;
    padding-right: 20px;

    float: left;
    width: 170px;
    height: 70px;
}

.cooperation-cases::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../images/ability-backgroundtu2.png);
    top: 0px;
    opacity: 0;
    transition: all .5s;
    background-size: cover;
}

.cooperation-cases:hover::after {
    opacity: 1;
}

.cooperation-cases.activation::after {
    opacity: 1;
}

/*�������� �����*/
.left-control {
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-control .left-control-con {
    position: relative;
    width: 120px;
    height: 40px;
    border: 1px solid #666;
    border-radius: 25px;
    margin-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-control .left-control-con::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40%;
    border: 1px solid rgba(1, 1, 1, 0.3);
}

.left-control .left-control-con span {
    font-size: 30px;
    color: rgba(1, 1, 1, 0.3);
    cursor: pointer;
    transition: all .5s;
}

.left-control .left-control-con span:hover {
    color: rgba(5, 21, 109, 1);
}

.left-control .left-control-con #left {
    margin-right: 20px;
}

.left-control .left-control-con #right {
    margin-left: 20px;
}

.cooperation-container {
    /*width: 100%;*/
    width: 450px;
}

.case-right {
    width: calc(100% - 450px);
}

@media (max-width: 1700px) {
    .cooperation-container {
        /*width: 100%;*/
        width: 350px;
    }

    .case-right {
        width: calc(100% - 350px);
    }
}

#ability1 p {
    width: 50%;
}
#ability1 div {
    display: flex;
    align-items: center;
}

@media (max-width: 900px) {
    .cooperation-container {
        /*width: 100%;*/
        width: 150px;
    }

    .case-right {
        width: calc(100% - 150px);
    }

    .cooperation-cases img {
        float: left;
        height: 70px;
        max-width: 100%;
        margin: 10px auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
    }


    .cooperation-cases p {
        white-space: nowrap;
        font-size: 12px;
        display: none;
    }

    .case-title span {
        font-size: 16px;
        line-height: 20px;
        padding-right: 40px;
    }

    #img {
        margin-top: 10px !important;
    }
}

@media (max-width: 500px) {
    #ability1 p {
        width: 100%;
    }
}

.ability3-text p {
    width: 100%;
}


@media (max-width: 500px) {
    .smallability .row .product-container {
        padding-left: 50px;
        padding-right: 50px;
        width: auto;
    }
}

@media (min-width: 500px) {
    .smallability .row .product-container {
        padding-left: 60px;
        padding-right: 50px;
        width: auto;
    }
}

.about-title-top {
    padding-top: 100px;
}

.ability-top {
    height: 200px;
}

.about-one__right-text {
    font-size: 22px;
}

.ability-area4-block hr {
    width: 83%;
    margin-left: 10%;
}

.ability-area4-block p {
    margin-left: 10%;
    margin-right: 30px;
}

.ability-area4-block h3 {
    padding-top: 20px;
    padding-left: 10%;
}

.ability-area4-block {
    position: relative;
    min-height: 280px;
    margin-top: 71px;
    transition-property: all;
    transition-duration: 1s;
    background-color: #f0f2f5;
    color: #666;
    padding-bottom: 20px;
}

.ability-area4-block img {
    margin: -55px 0px 0px 55px;
    transform: scale(1);
    width: 110px;
    height: 120px;
}

.ability2 .about-title-top {
    padding-top: 70px;
}

.cop .about-title-top {
    padding-top: 70px;
}

.case-title {
    font-size: 30px;
}

.youshi {
    padding-left: 40px;
    padding-right: 0px;
}

.ability2 {
    width: 90%;
    margin: 0 auto;
}

.ability-item {
    width: 25%;
    height: 500px;
}

.ability23 {
    background-color: #f6f6f6;
}

.ability24 {
    background-color: #e5edff;
}

.business-mode-item-content p {
    width: 72%;
    margin: 20px auto;
}

.business-mode-item-content hr {
    width: 72%;
}

.ability2-title__title_container {
    height: 120px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 750px) {
    .ability2-title__title_container {
        height: 100px;
    }
}

.ability2-title__title {
    margin: 0 auto;
    font-size: 30px;
    line-height: 60px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 140px;
}

.ability-item:hover {
    background-image: url(../images/ability.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.yewumoshi .y1{
    background: #f6f6f6;

}
.yewumoshi .y2{
    background: #e5edff;

}


.yewumoshi .y:hover{
    background: url(../images/ability.png)!important;;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.y{
    height: 500px;
}

.owl-item.active:nth-of-type(1) .y{
    background: url(../images/ability.png)!important;;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
}



@media (max-width: 640px) {
    .ability-item {
        height: 300px;
    }
}

@media (max-width: 1000px) {
    .ability-item {
        width: 50%;
    }

    .ability23 {
        background-color: #e5edff;
    }

    .ability24 {
        background-color: #f6f6f6;
    }
}

@media (max-width: 400px) {
    .ability2-title__title {
        font-size: 18px;
        padding-top: 40px;

    }
    .yewumoshi .owl-item{
        height: 350px!important;
    }
}

@media (max-width: 640px) {
    .ability2-title__title {
        font-size: 18px;
        padding-top: 10%;

    }

    .yewumoshi .owl-item{
        height: 400px;
    }

}

@media (max-width: 960px) {

    .ability2 {
        width: 100%;
    }

    .youshi {
        margin-left: 1px;
        margin-right: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .youshi .col-6 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .about-title-top {
        padding-top: 70px;
        height: auto;
    }

    .ability-top {
        height: auto;
    }

    .about-one__right-text {
        font-size: 18px;
    }

    .ability .ability-area4-block hr {
        width: 83%;
        margin-left: 10%;
    }

    .ability .ability-area4-block p {
        margin-left: 10%;
        margin-right: 30px;
    }

    .ability .ability-area4-block h3 {
        padding-top: 0px;
        padding-left: 10%;
    }

    .ability-area4-block {
        position: relative;
        min-height: auto;
        margin-top: 71px;
        transition-property: all;
        transition-duration: 1s;
        background-color: #f0f2f5;
        color: #666;
        padding-bottom: 20px;
        margin-left: 1px;
        margin-right: 1px;
    }

    .ability-area4-block img {
        margin: -55px 0px 0px 15px;
        transform: scale(0.5);
    }

    .ability2 .about-title-top {
        padding-top: 50px;
    }

    .cop .about-title-top {
        padding-top: 50px;
    }

    .case-title {
        font-size: 20px;
    }
}
@media (max-width: 640px) {
    .ability2 .about-title-top {
        padding-top: 30px;
    }
    .ability2 .about-title-top h2 {
        font-size: 20px;
    }
}
.ability3-content-righgt-contentR {
    height: 500px;
}

.ability3-content-righgt-contentR .ability3-text {
    height: 500px;
    margin-top: 60px;
}
.ability3-content-righgt-contentR .ability3-text div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#img {
    margin-top: 50px;
}

@media (max-width: 990px) {
    .ability3-content-righgt-contentL {
        width: 100% !important;
        height: auto !important;

    }

    .ability3-content-righgt-contentR {
        width: 100% !important;
        height: 200px !important;
        margin-left: 120px !important;
    }

    .ability3-content-righgt-contentR .ability3-text {
        height: 200px !important;
        margin-top: 0px !important;
    }

}

.ability3-text1 {
    display: none;
    font-size: 12px;
}

.ability3-text2 {
    display: flex;
}

@media (max-width: 992px) {
    .ability3-text1 {
        display: flex !important;
    }

    .ability3-text2 {
        display: none !important;
    }
}

.smallability {
    display: none;
}

@media (max-width: 1200px) {
    .smallability {
        display: block !important;
    }
}

.bigability {
    display: block;
}

@media (max-width: 1200px) {
    .bigability {
        display: none;
    }
}

.cooperation-height{
    height: 700px;
}

@media (max-width: 900px) {
    #left-control{
        display: none;
    }
    .cooperation-height{
        height: 540px;
    }
    .cooperation-cases {
        height: 90px;
    }
}

@media (max-width: 575px) {
    .ability-area4-block img{
        margin: 28px 10px 0 10%;
        float: left;
        height: 36px;
        width: 36px;
        transform: scale(1);
    }
    .ability-area4-block h3{
        padding-left: 20%!important;
        padding-top: 10px!important;
    }

    .about-one__right-text {
        font-size: 14px;
    }

    .ability-area4-block{
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

.smallability .ability-area4-block img{
    margin: 28px 10px 0 10%;
    float: left;
    height: 36px;
    width: 36px;
    transform: scale(1);
}
.smallability .ability-area4-block h3{
    padding-left: 50px!important;
    padding-top: 10px;
}

.smallability .about-one__right-text {
    font-size: 14px;
}

.smallability .ability-area4-block{
    margin-top: 0px;
    margin-bottom: 20px;
}

#hexinyoushi{
    margin-bottom: 100px;
}
@media (max-width: 575px) {
    #hexinyoushi{
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    .section-title__title-2 {
        margin: 0;
    }
}

.news-one__meta li{
    width: 50%;
}

.news-one__single .news-one__img{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
}

#hexinyoushi{
    width: 100%;
}

@media (max-width: 767px) {
    .news-one__content {
        padding: 15px 20px 27px!important;
    }
}

