/*内页公共样式*/
.detail_title {
    position: relative;
    padding-bottom: 25px;
}

.detail_title p {
    position: relative;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #142943;
    text-align: center;
}

.detail_title span {
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: #666666;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.detail_title:after {
    content: '';
    width: 30px;
    height: 3px;
    background: var(--blue);
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.detail_title.white p {
    color: #ffffff;
}

.detail_title.white:after {
    background-color: #ffffff
}

/*关于我们*/
.about_us_p1 {
    background-image: url(../images/about_p1_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 90px;
}

.about_us_p1 .tit_ h2 {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #142943;
    text-align: center;
}

.about_us_p1 .tit_ p {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #142943;
    margin-top: 20px;
    text-align: center;
}

.about_us_p1 .video_ {
    width: 160px;
    height: 48px;
    background: var(--blue);
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 6px;
    cursor: pointer;
}

.about_us_p1 .video_ span {
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
}

.about_us_p1 .video_ .ico_ {
    width: 35px;
    height: 35px;
    margin-left: 15px;
}

.about_us_p1 .cont_ {
    margin-top: 40px;
    padding: 80px 90px 60px;
    background: #FFFFFF;
    border: 1px solid #E6E9F0;
    border-radius: 6px;
}

.about_us_p1 .cont_ .text_ p {
    left: 330px;
    top: 823px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.about_us_p1 .cont_ .text_ p:not(:first-child) {
    margin-top: 30px;
}

.about_us_p1 .cont_ .list_ {
    padding-top: 30px;
}

.about_us_p1 .cont_ .list_:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}

.about_us_p1 .cont_ .list_ .item {
    float: left;
    width: 25%;
    text-align: center;
}

.about_us_p1 .cont_ .list_ .item .ico_ {
    width: 88px;
    margin: 0 auto;
}

.about_us_p1 .cont_ .list_ .item .num,
.about_us_p1 .cont_ .list_ .item .num span {
    color: var(--blue);
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.about_us_p1 .cont_ .list_ .item .num {
    font-weight: 400;
    margin-top: 20px;
}

.about_us_p1 .cont_ .list_ .item p {
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #8396A8;
    margin-top: 10px;
}

@media(max-width:992px) {
    .about_us_p1 .cont_ .list_ .item {
        width: 50%;
        margin-top: 20px;
    }

}

@media(max-width:768px) {
    .about_us_p1 .cont_ {
        padding: 20px;
    }

    .about_us_p1 {
        padding: 30px 0 40px;
    }

}

.about_us_p2 {
    background: #F4F7FD;
    padding: 70px 0;
}

.about_us_p2 .tit_ {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #142943;
    text-align: center;
}

.about_us_p2 .cont_ {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 70px;
}

.about_us_p2 .cont_ .item_01 {
    width: calc(50% - 10px);
    flex-shrink: 0;
    background: linear-gradient(59.01deg, #FEFEFE 0%, #F6F7FA 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    padding: 50px;
}

.about_us_p2 .cont_ .item_02 {
    width: calc(50% - 10px);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about_us_p2 .cont_ .item_03 {
    height: calc(50% - 10px);
    background: linear-gradient(59.01deg, #FEFEFE 0%, #F6F7FA 100%);
    border: 1.5px solid rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    padding: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.about_us_p2 .cont_ .item_03 .img {
    width: 70px;
    flex-shrink: 0;
}

.about_us_p2 .cont_ .item_03 .text_ {
    flex-shrink: 0;
    width: calc(100% - 70px);
    padding-left: 50px;
}

.about_us_p2 .cont_ .item_03 .text_ p {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #142943;
}

.about_us_p2 .cont_ .item_03 .text_ span {
    display: block;
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
}

.about_us_p2 .cont_ .item_01 .tit_02 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.about_us_p2 .cont_ .item_01 .tit_02 img {
    width: 70px;
}

.about_us_p2 .cont_ .item_01 .tit_02 span {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #142943;
    margin-left: 30px;
}

.about_us_p2 .cont_ .item_01 .des_ {
    padding-top: 30px;
}

.about_us_p2 .cont_ .item_01 .des01 {
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
}

.about_us_p2 .cont_ .item_01 .des02 {
    padding-top: 20px;
}

.about_us_p2 .cont_ .item_01 .des02 p {
    padding-left: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #666666;
    position: relative;
}

.about_us_p2 .cont_ .item_01 .des02 p:after {
    content: '';
    font-weight: 400;
    line-height: 32px;
    color: #666666;
    position: absolute;
    left: 5px;
    top: 16px;
    width: 3px;
    height: 3px;
    background-color: #cccccc;
    border-radius: 50%;
}

.about_us_p2 .cont_ .item_01,
.about_us_p2 .cont_ .item_03 {
    transition: .4s;
}

@media(min-width:768px) {

    .about_us_p2 .cont_ .item_01:hover,
    .about_us_p2 .cont_ .item_03:hover {
        border-color: var(--blue);
        transform: translateY(-10px);
    }

}

@media(max-width:900px) {
    .about_us_p2 .cont_ {
        flex-direction: column;
    }

    .about_us_p2 .cont_ .item_01,
    .about_us_p2 .cont_ .item_02 {
        width: 100%;
    }

    .about_us_p2 .cont_ .item_03 {
        margin-top: 20px;
    }

}

@media(max-width:768px) {

    .about_us_p2 .cont_ .item_01,
    .about_us_p2 .cont_ .item_03 {
        padding: 25px;
    }

    .about_us_p2 .cont_ .item_03 .text_ {
        padding-left: 20px;
    }

    .about_us_p2 .cont_ .item_03 .text_ span {
        margin-top: 20px;
    }

    .about_us_p2 .cont_ .item_01 .des_ {
        padding-top: 20px;
    }

    .about_us_p2 {
        padding: 40px 0;
    }

    .about_us_p2 .cont_ {
        margin-top: 50px;
    }

}

.eject_video {
    width: 100%;
    max-width: 1200px;
}

.eject_video .video_height {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.eject_video .video_k {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.eject_video .video_k .vjs-big-play-centered .vjs-big-play-button {
    margin-top:inherit !important;
    margin-left:inherit !important;
    transform: translate(-50%,-50%);
}

.eject_video .video_height .video-js {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-height: 100%;
    height: 100%;
    transform: translateZ(1px);
}

.m_video_list .t4 {
    display: none;
}

.his_tc {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: -999;
    left: 0;
    top: 0;
    opacity: 0;
}

.join-tc-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateY(100px);
    z-index: 10;
    width: 926px;
    max-width: 95%;
    display: flex;
    transition: all .6s;
}

.his_tc.show {
    z-index: 120;
    opacity: 1;
}

.his_tc.show .join-tc-box {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0px);
}

.md-close {
    width: 42px;
    height: 42px;
    background-image: url(../images/close.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ffffff;
    position: absolute;
    right: -50px;
    top: 0;
}


@media(max-width:767px) {

.join-tc-box {

    max-width: 85%;

}
.md-close {

    right: -25px;
    top: -50px;
}
}

/*new-list*/
.new_list {
    padding-top: 50px;
    position: relative;
}

.new_list_01 {
    background: #FFFFFF;
    border: 1px solid #E6E9F0;
    border-radius: 6px;
}

.new_list_01 .swiper-slide {
    padding: 40px 130px;
    width: 1440px;
}

.new_list_01 .swiper-slide .img {
    height: 320px;
    width: 500px;
    border-radius: 6px;
    overflow: hidden;
    float: left;
}

.new_list_01 .swiper-slide .img i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.new_list_01 .swiper-slide .img img {
    display: none;
}

.new_list_01 .swiper-slide .text_ {
    float: left;
    width: calc(100% - 500px);
    padding-left: 40px;
    padding-top: 20px;
}

.new_list_01 .swiper-slide .text_ .t1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_list_01 .swiper-slide .text_ .t1_i {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.new_list_01 .swiper-slide .text_ .t1_i span {
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #9B9EA9;
    margin-left: 5px;
}

.new_list_01 .swiper-slide .text_ h2 {
    font-weight: 400;
    line-height: 36px;
    color: #142943;
    margin-top: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_list_01 .swiper-slide .text_ .des {
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 56px;
    margin-top: 30px;
}

.new_list_01 .swiper-slide .text_ .more_,
.new_list_02 .more_ {
    width: 110px;
    height: 40px;
    background: var(--blue);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.new_list_01 .swiper-slide .text_ .more_ span,
.new_list_02 .more_ span {
    font-weight: 400;
    line-height: 36px;
    color: #FFFFFF;
    margin-right: 5px;
}

.new_list_01 .btn__ {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #EEEEEE;
    position: absolute;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 20;
    background-image: url(../images/s_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.new_list_01 .btn__.prev {
    left: 40px;
    transform: rotate(180deg);
}

.new_list_01 .btn__.next {
    right: 40px;
}

.new_list_01 .btn__:hover {
    background-color: var(--blue);
    border-color: transparent;
    background-image: url(../images/s_right_h.svg);
}

.new_list_02 {
    padding: 50px 0;
}

.new_list_02 .list_:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}

.new_list_02 .list_ {
    margin: -10px;
    padding-bottom: 40px;
}

.new_list_02 .item {
    width: 25%;
    float: left;
    padding: 10px;
}

.new_list_02 .item_ {
    display: block;
    background: #FFFFFF;
    border: 1px solid #E6E9F0;
    border-radius: 6px;
    padding: 30px;
    transition: all .4s;
}



.new_list_02 .item_ .t1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.new_list_02 .item_ .t1_i {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.new_list_02 .item_ .t1_i span {
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #9B9EA9;
    margin-left: 5px;
}

.new_list_02 .hasimg .item_ .img {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.new_list_02 .hasimg .item_ .img img {
    width: 100%;
}

.new_list_02 .hasimg .item_ .img i {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.new_list_02 .hasimg .item_ h2 {
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    margin: 20px 0;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.new_list_02 .more_ {
    margin-top: 20px;
}

.new_list_02 .noimg .no_img_box {
    position: relative;
}

.new_list_02 .noimg .no_img_box .img img {
    width: 100%;
}

.new_list_02 .noimg .no_img_text_ {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.new_list_02 .noimg .no_img_text_ h2 {
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}

.new_list_02 .noimg .no_img_text_ .des {
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 40px;
}

@media(min-width:768px) {
    .new_list_02 .item_:hover {
        border-color: var(--blue);
        transform: translateY(-5px);
    }

    .new_list_02 .item_:hover h2 {
        color: var(--blue);
    }
}

.new_list_01 .swiper-pagination-bullet-active {
    background-color: var(--blue);
}

.new_list_01 .swiper-pagination {
    display: none
}

@media(max-width:1200px) {
    .new_list_01 .swiper-slide .img {
        width: 360px;
        height: 240px;
    }

    .new_list_01 .swiper-slide .text_ {
        width: calc(100% - 360px);
        padding-top: 10px;
    }

    .new_list_01 .swiper-slide .text_ .des,
    .new_list_01 .swiper-slide .text_ h2,
    .new_list_01 .swiper-slide .text_ .more_ {
        margin-top: 20px;
    }

    .new_list_02 .item {
        width: 33.33%;
    }

}

@media(max-width:992px) {
    .new_list_02 .item {
        width: 50%;
    }

    .new_list_01 .swiper-slide .img {
        width: 100%;
    }

    .new_list_01 .swiper-slide .text_ {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

}

@media(max-width:768px) {
    .new_list_02 .item {
        width: 100%;
    }

    .new_list_01 .swiper-slide {
        padding: 20px 20px 50px;
    }

    .new_list_01 .btn__ {
        display: none;
    }

    .new_list_01 .swiper-pagination {
        display: block
    }

}

@media(max-width:767px) {
.new_list_01 .swiper-slide .img {
    height: 100%;
    position: relative;
}
.new_list_01 .swiper-slide .img i {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.new_list_01 .swiper-slide .img img {
    display: inline-block;
}

}

/*page*/
.pub_page_list {
    text-align: center;
    width: 100%;
}

.pub_page_list .pagination {
    display: inline-block;
    position: relative;
}

.pub_page_list .pagination li {
    float: left;
}

.pub_page_list span,
.pub_page_list a {
    display: block;
    margin: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.pub_page_list .active span,
.pub_page_list .active a {
    color: var(--main-color);
}

.pub_page_list .disabled span,
.pub_page_list .disabled a {
    color: #CBCBCB;
}

/*certification*/
.cer_list {
    background-image: url(../images/about_p1_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 90px 0 100px;
}

.cer_list .tit_ {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #142943;
    text-align: center;
}

.cer_list .cate_ {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-flow: row wrap;
}

.cer_list .cate_ a {
    margin: 0 8px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    color: #333333;
    padding: 0 25px;
    white-space: nowrap;
    margin-bottom: 10px;
}

.cer_list .cate_ a.active {
    border-color: transparent;
    background-color: var(--blue);
    color: #ffffff;
}

.cer_list .list_ {
    margin: -10px;
    padding: 45px 0;
}

.cer_list .list_:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.cer_list .list_ .item {
    float: left;
    width: 25%;
    padding: 10px;
}

.cer_list .list_ .item_ {
    background: #FFFFFF;
    border: 1px solid #E6E9F0;
    padding: 20px;
    cursor: pointer;
}

.cer_list .list_ .item_ .img {
    background: #F3F6FC;
    position: relative;
}

.cer_list .list_ .item_ .img>img {
    width: 100%;
}

.cer_list .list_ .item_ .img i {
    padding: 40px 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cer_list .list_ .item_ .img i>img {
    max-width: 100%;
    max-width: 100%;
}

.cer_list .list_ .item_ h2 {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #666666;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 20px;
}

@media(max-width:1200px) {
    .cer_list .list_ .item {
        width: 33.33%;
    }

}

@media(max-width:992px) {
    .cer_list .list_ .item {
        width: 50%;
    }

    .cer_list .list_ .item_ .img i {
        padding: 20px;
    }

}

@media(max-width:768px) {
    .cer_list {
        padding: 40px 0 50px;
    }

    .cer_list .list_ .item {
        width: 100%;
    }

}

/*tc*/
.case-swp-tc-close {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 40px;
    top: 20px;
    z-index: 11;
    cursor: pointer;
    background-image: url(../images/tc_close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.case-swp-tc {
    position: fixed;
    z-index: 1111;
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.case-swp-tc .swiper-container {
    transform: scale(0);
    transition: transform .6s;
}

.case-swp-tc .swiper-slide {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.case-swp-tc .swiper-slide div {
    text-align: center;
}

.case-swp-tc .swiper-slide img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
}

.case-swp-tc .swiper-slide p {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.case-swp-tc .tc-btn {
    position: absolute;
    width: 50px;
    height: 100px;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    outline: 0;
    background-size: 80%;
    opacity: .3;
}

.case-swp-tc .tc-btn:hover {
    opacity: 1;
}

.case-swp-tc .tc-prev {
    left: 50px;
    background-image: url(../images/tc_left.png);
}

.case-swp-tc .tc-next {
    right: 50px;
    background-image: url(../images/tc_right.png);
}

@media (max-width:768px) {
    .case-swp-tc-close {
        width: 30px;
        height: 30px;
        right: 20px;
        top: 20px;
    }

    .case-swp-tc .tc-btn {
        width: 30px;
        height: 60px;
        opacity: 1;
    }

    .case-swp-tc .swiper-slide p {
        font-size: 16px;
    }

    .case-swp-tc .tc-prev {
        left: 10px;
    }

    .case-swp-tc .tc-next {
        right: 10px;
    }

    .case-swp-tc .swiper-slide div {
        padding: 0 30px;
    }

}

/*job*/
.job_ {
    background-image: url(../images/about_p1_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 90px 0 100px;
    background-color: #ffffff;
}

.job_ .tit_ {
    font-weight: 700;
    line-height: 1.2;
    color: #142943;
    text-align: center;
}

.job_ .sub_ {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
    margin-top: 40px;
    text-align: center;
}

.job_ .des_ {
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    color: #666666;
    margin-top: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.job_ .list_ {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 40px;
}

.job_ .list_ .item {
    width: calc(50% - 10px);
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    padding: 70px 50px 100px;
    position: relative;
}

.job_ .list_ .item .text_ {
    position: relative;
    z-index: 2;
}

.job_ .list_ .item .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .4s;
}

.job_ .list_ .item .img:after {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(52, 96, 242, .8);
}

.job_ .list_ .item:hover .img {
    transform: scale(1.06);
}

.job_ .list_ .item .text_ p {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
}

.job_ .list_ .item .text_ span {
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 30px;
}

.job_ .more_ {
    width: 174px;
    height: 50px;
    background: #F28434;
    border-radius: 50px;
    margin: 70px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job_ .more_ span {
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    margin-right: 10px;
}

@media(max-width:992px) {
    .job_ .list_ {
        flex-flow: column wrap;
    }

    .job_ .list_ .item {
        width: 100%;
        margin-bottom: 20px;
    }

}

@media(max-width:768px) {
    .job_ {
        padding: 40px 0 50px;
    }

    .job_ .list_ .item {
        padding: 30px 20px 50px;
    }

    .job_ .more_ {
        margin-top: 30px;
    }

}

/*solution-list*/
.solution_list {
    padding: 80px 0;
    background-color: #f4f7fd;
}

.solution_list .item {
    background: #FFFFFF;
    border-radius: 6px;
    height: 340px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid transparent;
}

.solution_list .item .l_ {
    float: left;
    width: 340px;
    background-image: url(../images/solution_list_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    padding: 50px 35px;
    position: relative;
}

.solution_list .item .l_:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(141.22deg, #3460F2 0%, rgba(52, 96, 242, 0.31) 49.86%, rgba(52, 96, 242, 0) 86.51%);
}

.solution_list .item .l_ .text_ {
    position: relative;
    z-index: 2;
}

.solution_list .item .r_ {
    float: left;
    width: calc(100% - 340px);
    height: 100%;
}

.solution_list .item .l_ h2 {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
}

.solution_list .item .l_ .more_ {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}

.solution_list .item .l_ .more_ span {
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    margin-right: 10px;
}

.solution_list .item .r_ {
    padding: 50px 50px 50px 50px;
}

.solution_list .item .r_ .box_ {
    height: 100%;
    overflow-y: auto;
    padding-right: 20px;
}

.solution_list .item .r_ .box_ .des_ {
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 60px;
    padding: 0 10px;
}

.solution_list .item .r_ .r_list {
    padding: 20px 0 0;
}

.solution_list .item .r_ .r_list:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}

.solution_list .item .r_ .r_list .r_item {
    padding: 10px;
    float: left;
    width: 33.33%;
}

.solution_list .item .r_ .r_list .r_item_ {
    display: flex;
    align-items: flex-start;
    background-image: url(../images/solution_list_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 20px 30px;
    background-color: #F9FBFF;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
}

.solution_list .item .r_ .r_list .r_item_ .num {
    width: 50px;
    flex-shrink: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: var(--blue);
    font-size: 30px;
}

.solution_list .item .r_ .r_list .r_item_ span {
    flex-shrink: 0;
    width: calc(100% - 50px);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    height: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.solution_list .item:hover {
    border: 1px solid var(--blue);
}

@media(max-width:1200px) {
    .solution_list .item .r_ .r_list .r_item {
        width: 50%
    }

}

@media(max-width:992px) {
    .solution_list .item {
        height: auto;
    }

    .solution_list .item .l_ {
        width: 100%;
        height: 300px;
    }

    .solution_list .item .r_ {
        width: 100%;
    }

}

@media(max-width:768px) {
    .solution_list .item .r_ {
        padding: 30px 20px;
    }

    .solution_list .item .r_ .r_list .r_item {
        width: 100%;
    }

    .solution_list .item .l_ {
        padding: 50px 20px;
    }
    .solution_list .item .l_ h2 {
        font-size:22px;
    }
    .solution_list .item .r_ .box_ {
        padding-right: 0;
    }
    .solution_list .item .r_ .r_list .r_item_ {
        padding: 30px 20px;
}
    .solution_list .item .r_ .r_list .r_item_ span {
        height: 72px;
        -webkit-line-clamp:3;
    }
    .solution_list .item .l_ .more_ img {
        width: 16px;
    }

}

/*solution-detail*/
.solution_detail .top_ {
    max-width: 1060px;
    margin: 0 auto;
    padding: 50px 0;
}

.solution_detail .top_ h2 {
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    color: #142943;
    text-align: center;
}

.solution_detail .top_ span {
    display: block;
    margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #666666;
    text-align: center;
}

.solution_detail .p1 {
    padding: 50px 0 40px;
    background-image: url(../images/slt_d_p1_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.solution_detail .p1 .list_ {
    padding: 40px 0 40px;
}

.solution_detail .p1 .swiper-slide {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 60px 20px 50px;
    text-align: center;
    height: unset !important;
}

.solution_detail .p1 .swiper-slide .img img {
    max-width: 76px;
    
}

.solution_detail .p1 .swiper-slide p {
    margin-top: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #666666;

}

.swiper-pagination-bullet-active {
    background-color: var(--blue);
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.pub_swiper_dot_ {
    padding-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    display: none;
}

.solution_detail .p1 .swiper-pagination {
    position: relative;
    width: auto;
}

.pub_swiper_dot_ .btn__ {
    width: 60px;
    height: 60px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(../images/jt_l_gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.pub_swiper_dot_ .btn__:hover {
    background-image: url(../images/jt_l_blue.svg);
    border-color: var(--blue);
}

.pub_swiper_dot_ .btn__.prev {
    margin-right: 60px;
}

.pub_swiper_dot_ .btn__.next {
    margin-left: 60px;
    transform: rotate(180deg);
}

.pub_swiper_dot_ .swiper-pagination-bullet {
    margin: 0 5px;
}

.solution_detail .p2 {
    padding: 50px 0 40px;
}

.solution_detail .p2 .list_:after {
    content: '';
    height: 0;
    clear: both;
    display: block;
}

.solution_detail .p2 .list_ {
    padding-top: 30px;
}

.solution_detail .p2 .list_ .item {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.solution_detail .p2 .list_ .item_ {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../);
    padding: 50px;
    background-color: #f4f7fd;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: all .3s;
}
.solution_detail .p2 .list_ .item_:hover {
    transform: translateY(-5px);
}
.solution_detail .p2 .list_ .item_ img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
    opacity: 0.5;
}

.solution_detail .p2 .list_ .item_ p {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
}

.solution_detail .p2 .list_ .item_ span {
    display: block;
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    height: 168px;
}

.solution_detail .p3 {
    padding: 50px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.solution_detail .p3:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.solution_detail .p3>.container {
    position: relative;
    z-index: 2;
}

.solution_detail .p3 .list_ {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    padding-top: 50px;
    justify-content: space-between;
}

.solution_detail .p3 .list_ .item {
    flex-shrink: 0;
    width: calc(50% - 15px);
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px;
    margin-bottom: 30px;
    transition: all .3s;
}
.solution_detail .p3 .list_ .item:hover {
    transform: translateY(-5px);
}
.solution_detail .p3 .list_ .item .img {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
}

.solution_detail .p3 .list_ .item p {
    width: calc(100% - 56px);
    flex-shrink: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    padding-left: 35px;
}

.solution_detail .p4 {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_detail .p4 .img {
    width: 50%;
    flex-shrink: 0;
}

.solution_detail .p4 .text_ {
    width: 50%;
    flex-shrink: 0;
    padding-left: 70px;
}

.solution_detail .p4 .text_ p {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #142943;
}

.solution_detail .p4 .text_ span {
    display: block;
    margin-top: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
}

.solution_detail .p5 {
    padding: 60px 0;
    background-position: center;
}

.solution_detail .p5 .t1 {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
}

.solution_detail .p5 .t2 {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
    margin-top: 10px;
}

.solution_detail .p5 .more_ {
    display: block;
    width: 160px;
    height: 46px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 8px rgba(85, 85, 85, 0.1);
    border-radius: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}

@media(min-width:768px) {
.solution_detail .p1 .swiper-slide:hover .img img {
    transition: all .8s;
}
.solution_detail .p1 .swiper-slide:hover .img img {
    transform: rotateY(360deg);
}

}
@media(max-width:1024px) {
    .solution_detail .p2 .list_ .item {
        width: 50%;
    }

}

@media(max-width:992px) {
    .solution_detail .p4 {
        flex-flow: row wrap;
    }

    .solution_detail .p4 .img {
        width: 100%;
    }

    .solution_detail .p4 .text_ {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }

}

@media(max-width:768px) {
    .solution_detail .p1 {
        padding-bottom: 0px;
    }

    .pub_swiper_dot_ .btn__ {
        display: none;
    }

    .solution_detail .p2 .list_ .item {
        width: 100%;
    }

    .solution_detail .p2 .list_ .item_ {
        padding: 30px 20px;
    }

    .solution_detail .p3 .list_ .item {
        width: 100%;
        padding: 30px 20px;
    }

}

/*pro-list*/
.pro_list {
    padding-bottom: 70px;
    background-image: url(../images/pro_pg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pro_list .pro_01 {
    position: relative;
    padding-top: 120px;
}

.pro_list .tit_ {
    position: relative;
    z-index: 1;
}

.pro_list .tit_ h2 {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #142943;
}

.pro_list .tit_ h3 {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
    margin-top: 10px;
}

.pro_list .tit_ .sub_ {
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #666666;
    margin-top: 20px;
}

.pro_list .img {
    position: absolute;
    right: 0;
    top: 0;
}

.pro_list .list_ {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 50px 0 0;
}

.pro_list .list_ .item {
    float: left;
    width: 33.33%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 40px 50px;
}

.pro_list .list_ .item .t_ {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro_list .list_ .item .t_ h2 {
    width: calc(100% - 30px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
}

.pro_list .list_ .item .t_ img {
    transform: rotate(180deg);
}

.pro_list .list_ .item .des_ {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 96px;
}

.pro_list .list_ .item .tag_ {
    margin-top: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pro_list .list_ .item .tag_ span {
    height: 28px;
    border: 1px solid #EEEEEE;
    margin-right: 9px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 28px;
    color: #999999;
    padding: 0 10px;
}

.pro_list .list_ .item .t_ .hover {
    display: none;
}

@media(min-width:768px) {
    .pro_list .list_ .item:hover {
        transition: all .4s;
        background-color: var(--blue);
    }

    .pro_list .list_ .item:hover .t_ h2 {
        color: #ffffff;
    }

    .pro_list .list_ .item:hover .t_ .hover {
        display: block;
    }

    .pro_list .list_ .item:hover .t_ .org {
        display: none;
    }

    .pro_list .list_ .item:hover .des_ {
        color: #D6DFFC;
    }

    .pro_list .list_ .item:hover .tag_ span {
        border-color: #ffffff;
        color: #ffffff;
    }

}

.pro_list .pro_02 .list_ .item {
    width: 50%;
}

@media(max-width:1200px) {
    .pro_list .list_ .item {
        width: 50%;
    }

}

@media(max-width:768px) {

    .pro_list .list_ .item,
    .pro_list .pro_02 .list_ .item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 20px;
    }

    .pro_list .img {
        width: 200px;
        top: 0px;
    }

    .pro_list .pro_01 {
        padding-top: 60px;
    }

}
@media(max-width:767px) {

.pro_list .img {
    width: 120px;
    top: 21px;
}

}

/*pro-detail*/
.pro_detail .pd50 {
    padding: 50px 0;
}

.pro_detail .font30 {
    font-size: 30px;
}

.pro_detail_img {
    background-color: #ffffff;
    text-align: center;
}

.pro_detail_tab_01 {
    background-color: #F4F7FD;
}

.pro_detail_tab_01 .list_ {
    background: #FFFFFF;
    margin-top: 50px;
}

.pro_detail_tab_01 .tab_ {
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
}

.pro_detail_tab_01 .tab_ .swiper-slide:first-child {
    border-left: 1px solid #EEEEEE;
}

.pro_detail_tab_01 .tab_ .swiper-slide {
    cursor: pointer;
    width: auto;
    height: 80px;
    border-right: 1px solid #EEEEEE;
    padding: 0 54px;
    line-height: 80px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.pro_detail_tab_01 .tab_ .swiper-slide-thumb-active {
    box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.05);
}

.pro_detail_tab_01 .tab_ .swiper-slide-thumb-active:after {
    content: '';
    height: 4px;
    background: var(--blue);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.pro_detail_tab_01 .cont_01 {
    padding: 90px 50px 50px;
}

.pro_detail_tab_01 .li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    position: relative;
    padding-left: 40px;
}

.pro_detail_tab_01 .li:after {
    content: '';
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    background-image: url(../images/ddd.svg);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center;

}

.pro_detail_tab_01 .cont_01 .img {
    text-align: center;
    padding-top: 50px;
}

.pro_detail_tab_01 .cont_ {
    border: 1px solid #eeeeee;
    border-top-color: transparent;
}

.pro_detail_tab_01 .cont_02 {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 80px 60px;
}

.pro_detail_tab_01 .cont_02 .img {
    width: calc(50%);
    flex-shrink: 0;
}

.pro_detail_tab_01 .cont_02 .l_ {
    width: calc(50% - 90px);
    flex-shrink: 0;
}

.pro_detail_tab_01 .cont_02 .tb {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #142943;
}

.pro_detail_tab_01 .cont_02 .t_des {
    padding: 30px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

@media(max-width:992px) {
    .pro_detail_tab_01 .cont_02 {
        flex-direction: column;
        padding: 30px 20px;
    }

    .pro_detail_tab_01 .cont_02 .img,
    .pro_detail_tab_01 .cont_02 .l_ {
        width: 100%;
    }

}

@media(max-width:768px) {
    .pro_detail .font30 {
        font-size: 22px;
    }

    .pro_detail_tab_01 .cont_01 {
        padding: 30px 20px;
    }

    .pro_detail_tab_01 .tab_ .swiper-slide {
        height: 60px;
        line-height: 60px;
        padding: 0 20px;
    }

    .pro_detail_tab_01 .list_ {
        margin-top: 30px;
    }
    .pro_detail_tab_01 .cont_02 .l_  {
        padding-top: 30px;
    }

}

.pro_detail_tab_video {
    background-color: #ffffff;
}

.pro_detail .zhengwen {
    max-width: 1080px;
    margin: 0 auto 0;
}

.pro_detail .zhengwen p {
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #666666;
    margin-top: 30px;
}

.pro_detail .video {
    text-align: center;
    max-width: 950px;
    margin: 40px auto 0;
}

.pro_detail .video video {
    width: 100%;
}

.pro_detail_tab_video .list_ {
    margin-top: 40px;
}

.pro_detail_tab_video .swiper-wrapper {
    align-items: stretch;
}

.pro_detail_tab_video .swiper-slide {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    background-image: url(../images/pro_detail_swp_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 55px 35px 130px;
    cursor: default;
    height: auto;
}

.pro_detail_tab_video .swiper-slide .bg_ {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-size: cover;
    background-position: center;
}

.pro_detail_tab_video .swiper-slide .bg_:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.pro_detail_tab_video .swiper-slide .text_ {
    position: relative;
    z-index: 2;
}

.pro_detail_tab_video .swiper-slide .text_ p {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
}

.pro_detail_tab_video .swiper-slide .text_ span {
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: block;
    margin-top: 20px;
}

.pro_detail_tab_video .swiper-pagination {
    position: relative;
}

@media(min-width:768px) {
    .pro_detail_tab_video .swiper-slide:hover .bg_ {
        transition: all .4s;
        opacity: 1;
    }

    .pro_detail_tab_video .swiper-slide:hover .text_ p,
    .pro_detail_tab_video .swiper-slide:hover .text_ span {
        transition: all .4s;
        color: #ffffff;
    }

}

.pro_detail_swiper {
    padding-bottom: 40px;
}

.pro_detail_swiper .list_ {
    margin-top: 40px;
}

.pro_detail_swiper .swiper-wrapper {
    align-items: stretch;
}

.pro_detail_swiper .swiper-slide {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    background-image: url(../images/pro_detail_swp_bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 55px 35px 50px;
    cursor: default;
    height: 385px;
}

.pro_detail_swiper .swiper-slide .bg_ {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-size: cover;
    background-position: center;
}

.pro_detail_swiper .swiper-slide .bg_:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.pro_detail_swiper .swiper-slide .text_ {
    position: relative;
    z-index: 2;
}

.pro_detail_swiper .swiper-slide .text_ p {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
}

.pro_detail_swiper .swiper-slide .text_ span {
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    display: block;
    margin-top: 20px;
    height: 160px;
    overflow-y: auto;
    margin-right: -20px;
    padding-right: 20px;
}

@media(min-width:768px) {
    .pro_detail_swiper .swiper-slide:hover .bg_ {
        transition: all .4s;
        opacity: 1;
    }

    .pro_detail_swiper .swiper-slide:hover .text_ p,
    .pro_detail_swiper .swiper-slide:hover .text_ span {
        transition: all .4s;
        color: #ffffff;
    }

}

.pro_detail_duibi {
    background-color: #ffffff;
}

.pro_detail_duibi .list_ {
    display: flex;
    align-items: stretch;
}

.pro_detail_duibi .list_ .l_ {
    flex-shrink: 0;
    width: 55%;
    padding: 60px 40px;
    background: linear-gradient(140.35deg, #3497F2 0%, #3460F2 77.34%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    position: relative;
}

.pro_detail_duibi .list_ .l_:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/pro_detail_duibi.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.pro_detail_duibi .list_ .r_ {
    flex-shrink: 0;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.pro_detail_duibi .list_ .r_ .text_ {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.pro_detail_duibi .list_ {
    padding-top: 40px;
}

.pro_detail_duibi .list_ .t_ {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.pro_detail_duibi .list_ .r_ .t_ {
    color: #333333;
}

.pro_detail .des_ {
    padding-top: 10px;
}

.pro_detail .q_li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #FFFFFF;
    position: relative;
    padding-left: 50px;
    margin-top: 10px;
}

.pro_detail .q_li:after {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url(../images/qg.svg);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}

.pro_detail_duibi .list_ .r_ .text_ {
    padding: 40px;
}

.pro_detail_duibi .list_ .r_ .text_ .t_ {
    border-bottom: 1px solid #eeeeee;
}

.pro_detail .e_li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    position: relative;
    padding-left: 50px;
    margin-top: 10px;
}

.pro_detail .e_li:after {
    content: '';
    width: 26px;
    height: 26px;
    background-image: url(../images/error.svg);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 5px;
}

@media(max-width:1200px) {
    .pro_detail_duibi .list_ {
        flex-direction: column;
    }

    .pro_detail_duibi .list_ .l_,
    .pro_detail_duibi .list_ .r_ {
        width: 100%;
    }

    .pro_detail_duibi .list_ .r_ .text_ {
        width: 100%;
        margin-top: 30px;
    }

    .pro_detail_duibi .list_ .l_ {
        padding: 30px 20px;
    }

    .pro_detail_duibi .list_ .r_ .text_ {
        padding: 30px 20px;
    }

    .pro_detail_duibi .list_ .t_ {
        padding-bottom: 20px;
    }

}

.pro_detail_ys {
    background-image: url(../images/pro_detail_ys_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pro_detail_ys .cont_ {
    position: relative;
}

.pro_detail_ys .cont_ .y {
    width: 490px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-image: url(../images/pro_detail_ys_y.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_detail_ys .cont_ .y img {
    max-width: 100%;
    max-height: 100%;
}

.pro_detail_ys .cont_ .list_ {
    height: 640px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
}

.pro_detail_ys .cont_ .list_ .l_,
.pro_detail_ys .cont_ .list_ .r_ {
    width: calc(50% - 250px);
    height: 100%;
}

.pro_detail_ys .cont_ .item {
    margin: 35px 0;
}

.pro_detail_ys .cont_ .item.item6 {
    margin: 15px 0;
}

.pro_detail_ys .cont_ .item .ico {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.pro_detail_ys .cont_ .item .ico i {
    display: block;
    position: absolute;
    background-color: #E9EEFF;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: circleChange 2s linear infinite alternate;
}

.pro_detail_ys .cont_ .item .ico:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--blue);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.pro_detail_ys .cont_ .item:hover h3,.pro_detail_ys .cont_ .item:hover .des span{
color: var(--blue);
}
.pro_detail_ys .cont_ .l_ {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.pro_detail_ys .cont_ .r_ {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.pro_detail_ys .cont_ .item h3 {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
}

.pro_detail_ys .cont_ .l_ .item h3 {
    text-align: right;
    padding-right: 37px;
    margin-bottom: 15px;
}

.pro_detail_ys .cont_ .r_ .item h3 {
    text-align: left;
    padding-left: 37px;
    margin-bottom: 15px;
}

.pro_detail_ys .cont_ .l_ .item .des {
    display: flex;
    align-items: flex-start;
}

.pro_detail_ys .cont_ .r_ .item .des {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.pro_detail_ys .cont_ .item .des span {
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #333333;
    width: calc(100% - 30px);
    flex-shrink: 0;

}

.pro_detail_ys .cont_ .l_ .item .des span {
    padding-right: 10px;
    text-align: right;
}

.pro_detail_ys .cont_ .r_ .item .des span {
    padding-left: 10px;
}

.pro_detail_ys .cont_ .l_ .item.item3:nth-child(2) {
    margin-right: 20px;
}

.pro_detail_ys .cont_ .r_ .item.item3:nth-child(2) {
    margin-left: 20px;
}


.pro_detail_ys .cont_ .l_ .item.item6:nth-child(2),
.pro_detail_ys .cont_ .l_ .item.item6:nth-child(5) {
    margin-right: 20px;
}

.pro_detail_ys .cont_ .r_ .item.item6:nth-child(2),
.pro_detail_ys .cont_ .r_ .item.item6:nth-child(5) {
    margin-left: 20px;
}

.pro_detail_ys .cont_ .l_ .item.item6:nth-child(3),
.pro_detail_ys .cont_ .l_ .item.item6:nth-child(4) {
    margin-right: 40px;
}

.pro_detail_ys .cont_ .r_ .item.item6:nth-child(3),
.pro_detail_ys .cont_ .r_ .item.item6:nth-child(4) {
    margin-left: 40px;
}


@keyframes circleChange {
    0% {
        width: 30px;
        height: 30px;
    }

    100% {
        width: 12px;
        height: 12px;
    }

}

.pro_detail_jz .list_ {
    overflow: hidden;
    padding: 50px 0;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    justify-content: space-between;
}

.pro_detail_jz .list_ .item {
    width: calc(50% - 10px);
    background: #F4F7FD;
    border: 1px solid #DBE0E5;
    padding: 30px 40px;
    margin-bottom: 20px;
    position: relative;
    transition:all .3s;
}
.pro_detail_jz .list_ .item:hover {
    transform: translateY(-5px);
}

.pro_detail_jz .list_ .item:after {
    content: '';
    width: 4px;
    background: var(--blue);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pro_detail_jz .list_ .item p {
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    color: #333333;
}

.pro_detail_jz .list_ .item span {
    display: block;
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
}

@media(max-width:1200px) {
    .pro_detail_ys .cont_ .y {
        width: 360px;
        height: 500px;
    }

    .pro_detail_ys .cont_ .list_ {
        height: 500px;
    }

    .pro_detail_ys .cont_ .list_ .l_,
    .pro_detail_ys .cont_ .list_ .r_ {
        width: calc(50% - 180px);
    }

}

@media(max-width:992px) {
    .pro_detail_jz .list_ .item {
        width: 100%;
    }

    .pro_detail_ys .cont_ .y {
        position: relative;
        width: auto;
        max-width: 360px;
        margin-top: 40px;
        height: auto;
        min-height: 360px;
    }

    .pro_detail_ys .cont_ .y img {
        max-height: 400px;
    }

    .pro_detail_ys .cont_ .list_ {
        height: auto;
        flex-direction: column;
    }

    .pro_detail_ys .cont_ .list_ .l_,
    .pro_detail_ys .cont_ .list_ .r_ {
        width: 100%;
    }

    .pro_detail_ys .cont_ .l_ {
        align-items: flex-start;
    }

    .pro_detail_ys .cont_ .l_ .item .des {
        flex-direction: row-reverse;
    }

    .pro_detail_ys .cont_ .l_ .item.item3:nth-child(2) {
        margin-right: 0;
    }

    .pro_detail_ys .cont_ .r_ .item.item3:nth-child(2) {
        margin-left: 0;
    }

    .pro_detail_ys .cont_ .l_ .item.item6:nth-child(2),
    .pro_detail_ys .cont_ .l_ .item.item6:nth-child(5) {
        margin-right: 0px;
    }

    .pro_detail_ys .cont_ .r_ .item.item6:nth-child(2),
    .pro_detail_ys .cont_ .r_ .item.item6:nth-child(5) {
        margin-left: 0px;
    }

    .pro_detail_ys .cont_ .l_ .item.item6:nth-child(3),
    .pro_detail_ys .cont_ .l_ .item.item6:nth-child(4) {
        margin-right: 0px;
    }

    .pro_detail_ys .cont_ .r_ .item.item6:nth-child(3),
    .pro_detail_ys .cont_ .r_ .item.item6:nth-child(4) {
        margin-left: 0px;
    }

    .pro_detail_ys .cont_ .item {
        margin: 20px 0;
    }
    .pro_detail_ys .cont_ .item.item6 {
        margin: 10px 0;
    }

    .pro_detail_ys .cont_ .l_ .item .des span {
        padding-right: 0;
        padding-left: 10px;
        text-align: left;
    }

    .pro_detail_ys .cont_ .l_ .item h3 {
        text-align: left;
        padding-left: 0px;
        margin-bottom: 15px;
    }

    .pro_detail_ys .cont_ .r_ .item h3 {
        text-align: left;
        padding-left: 0px;
        margin-bottom: 15px;
    }

}

.pro_detail .p5 {
    padding: 60px 0;
    background-position: center;
}

.pro_detail .p5 .t1 {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
}

.pro_detail .p5 .t2 {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
    margin-top: 10px;
}

.pro_detail .p5 .more_ {
    display: block;
    width: 160px;
    height: 46px;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 8px rgba(85, 85, 85, 0.1);
    border-radius: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}

.three_menu {
    background-color: #fff;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
}

.three_menu .small {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.three_menu ul li {
    padding-bottom: 4px;
    height: 67px;
    margin: 0 20px;
}

.three_menu ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.three_menu ul li span {
    padding-left: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}

.three_menu ul li.active span {
    color: var(--blue);
}

.three_menu ul li.active {
    border-bottom: 3px solid var(--blue);
}

@media(max-width:998px) {
    .three_menu .small {
        justify-content: flex-start;
    }

}

@media(max-width:767px) {
.pro_detail_ys .cont_ .item .ico {
    display: none;
}
.pro_detail_ys .cont_ .item .m_sun{
   position: relative;
}

.pro_detail_ys .cont_ .item h3 {
    position: relative;
    padding-left: 35px !important;
    padding-right: 0 !important;
}
.pro_detail_ys .cont_ .item h3:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #E9EEFF;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.pro_detail_ys .cont_ .item h3:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--blue);
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.pro_detail_ys .cont_ .item .m_sun:before{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background-color: #E9EEFF;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.pro_detail_ys .cont_ .item .m_sun:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--blue);
    position: absolute;
    left: 5px;
    top:10px;
}
.pro_detail_ys .cont_  .item .des span {
padding-left: 5px;
}



}