.banner {
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 1070px;
}

.banner .img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url("../image/banner_bg.png") left top no-repeat;
    background-size: cover;*/
}

.banner .imgApp {
    display: none;
}

.banner .imgApp img {
    width: 100%;
}

.banner .titBan {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: table;
    height: 100%;
    z-index: 100;
}

.banner .titBan .wrap {
    display: table-cell;
    vertical-align: middle;
}

.banner .titBan .mes {
    position: relative;
    margin-top: -140px;
}

.banner .titBan h1 {
    font-size: 80px;
    line-height: 90px;
    color: #fff;
    margin-bottom: 10px;
}

.banner .titBan p {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
}

.banner .titBan a {
    display: block;
    width: 200px;
    height: 62px
    font-size: 16px;
    line-height: 62px;
    color: #4669ff;
    /*font-weight: bold;*/
    text-align: center;
    background-color: #fff;
    /*background-image: url("../image/more_bg.png");*/
    /* background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    margin-top: 45px;
    border-radius: 30px 0 30px 0;
    /*border: 1px solid #4669ff;*/
}

.banner .titBan a:hover {
    color: #fff;
    background-color: #4669ff;
}

.banner .img {
    width: 100%;
    height: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.banner .swiper-slide-active .img {
    -webkit-animation: scaleBigToSmall 2s;
    -moz-animation: scaleBigToSmall 2s;
    -o-animation: scaleBigToSmall 2s;
    animation: scaleBigToSmall 2s;
}

.banner .swiper-navigation {
    position: absolute;
    right: 80px;
    bottom: 180px;
    font-size: 0;
    z-index: 200;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    width: 80px;
    height: 35px;
    border-radius: 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
    z-index: 1;
    margin-top: 0;
    margin-left: 22px;
    overflow: hidden;
    background-image: none;
}



.banner .swiper-button-prev::before,
.banner .swiper-button-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #205BDF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}



.banner .swiper-button-prev::before {
    background-image: url("../image/icon_prev.png");
}

.banner .swiper-button-next::before {
    background-image: url("../image/icon_next.png");
}

.banner .swiper-button-prev:hover::before {
    background-image: url("../image/icon_prev2.png");
}

.banner .swiper-button-next:hover::before {
    background-image: url("../image/icon_next2.png");
}

.banner .swiper-button-prev:hover::after,
.banner .swiper-button-next:hover::after {
    width: 100%;
}



.banner .swiper-page {
    position: absolute;
    left: 80px;
    bottom: 180px;
    font-size: 0;
    z-index: 100;
}

.banner .swiper-pagination,
.banner .swiper-num,
.banner .swiper-taotal {
    display: inline-block;
    vertical-align: middle;
}

.banner .swiper-pagination {
    position: static;
    width: 56px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 10px;
}

.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 2px;
    background: #fff;
}

.banner .swiper-num {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-family: 'geometos';
}

.banner .swiper-taotal {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-family: 'geometos';
}



.mouse {
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 40px;
    text-align: center;
    margin-left: -20px;
    z-index: 1002;
    cursor: pointer;
}

.mouse img {
    width: 24px;
}

.mouse:hover {
    animation: b_jump 1.5s linear 0.1s alternate infinite;
}

@keyframes b_jump {

    from {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

}

@-webkit-keyframes b_jump {

    from {
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }

    to {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
    }

}



.titIn {}

.titIn h1 {
    font-size: 50px;
    line-height: 78px;
    color: #333;
    font-family: 'HYQIHEI-70S';
}

.titIn h1 em {
    display: inline-block;
    color: #205BDF;
}

.titIn p {
    font-size: 24px;
    line-height: 34px;
    color: #696969;
    margin-top: 22px;
}

/*.titIn a {
    position: relative;
    display: block;
    width: 130px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #4669ff;
    background-image: url("https://www.autobio.com.cn/Public/Home/images/more_bg2.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    border-radius: 50px;
}*/
.titIn a {
    position: relative;
    display: block;
    width: 200px;
    height: 62px;
    font-size: 16px;
    line-height: 62px;
    color: #4669ff;
    text-align: center;
    background-color: #fff;
    border: 1px solid #4669ff;
    /*background-image: url("https://www.autobio.com.cn/Public/Home/images/more_bg2.png");*/
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    border-radius:  30px 0 30px 0 ;
}

/*.titIn a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #205BDF;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}*/

.titIn a:hover {
    background-image: none;
    color: #fff;
    background-color: #4669ff;
    border-radius:  30px 0 30px 0 ;
}

/* .titIn a:hover:after{width: 100%;} */

.proSolu,
.newsIn,
.aboutIn {
    position: relative;
    margin-top: -100px;
    border-top-left-radius: 65px;
    overflow: hidden;
}

.proSolu {
    padding-top: 188px;
    padding-bottom: 148px;
    background: #fff;
    z-index: 1001;
}

.proSolu .box {
    position: relative;
    padding-left: 80px;
    overflow: hidden;
    margin-bottom: 80px;
    padding: 0 5%;
}

.proSolu .lef {
    /*float: left;*/
    /*width: 300px;*/
    width:100%;
    margin: 0 0 60px 0;
}

.proSolu .lef .titIn{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.proSolu .lef .titIn a {
    margin-top: 20px;
}

.proSolu .rig {
    /*float: right;*/
    /*width: calc(100% - 565px);*/
    width: 100%;
}

.proIn-sli {}

.proIn-sli .swiper-container {
    position: relative;
    overflow: hidden;
}
.proIn-sli  .swiper-wrapper{
    padding: 10px 0;
}
.proIn-sli .swiper-slide {
    width: auto;
    border-radius: 25px;
}

.proIn-sli a {
    position: relative;
    display: block;
    height: 19vw;
    min-height: 400px;
    /*margin-bottom: 20px;*/
    border-radius: 25px;
    overflow: hidden;
    background: #f6f6f6;
    box-shadow:0 2px 10px 4px rgba(0, 0, 0, .12);
}

.proIn-sli .one {
    width: 559px;
}

.proIn-sli .one a {
    height: 840px;
}

.proIn-sli .dg a {
    width: 559px;
}

.proIn-sli .dg .rw a,
.proIn-sli .dg .rw2 a {
    float: left;
    margin-right: 20px;
}

.proIn-sli .dg .rw a {
    width: 720px;
}

.proIn-sli .dg .rw a:last-child {
    width: 780px;
    margin-right: 0;
}

.proIn-sli .dg .rw2 a {
    width: 582px;
    margin-right: 20px;
}

.proIn-sli .dg .rw2 a:last-child {
    width: 918px;
    margin-right: 0;
}

.proIn-sli a .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
}

.proIn-sli a .img img {
    width: 100%;
    min-height: 100%;
    border-radius: 25px;
    vertical-align: bottom;
    overflow: hidden;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.proIn-sli a .mes {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), transparent);
    display: none;
}

.proIn-sli .swiper-slide.swiper-slide-active a .mes {
    display: block;
}

.proIn-sli a .mes .info {
    padding: 0 36px;
    position: absolute;
    bottom: 25px;
}

.proIn-sli a .mes .nm {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.proIn-sli a .mes .nm em {
    display: inline-block;
    font-family: 'gothamBold';
}

.proIn-sli a .mes p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.proIn-sli .swiper-button-prev,
.proIn-sli .swiper-button-next {
    position: absolute;
    /*left: auto;*/
    /*right: 80px;*/
    top: 50%;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: -18px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
    background-image: none;
    box-shadow:0 2px 10px 4px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 1;
}

.proIn-sli .swiper-button-next.swiper-button-disabled,
.proIn-sli .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.proIn-sli .swiper-button-prev::before,
.proIn-sli .swiper-button-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
}

.proIn-sli .swiper-button-prev::after,
.proIn-sli .swiper-button-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    /*background-color: #205BDF;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}



/* .proIn-sli .swiper-button-prev{right: 170px;display: none;} */

.proIn-sli .swiper-button-prev::before {
    background-image: url("../image/icon_prev.png");
}

.proIn-sli .swiper-button-next::before {
    background-image: url("../image/icon_next.png");
}

.proIn-sli .swiper-button-prev:hover::after,
.proIn-sli .swiper-button-next:hover::after {
    width: 100%;
}

.proIn-sli a:hover .img img {
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}



.newsIn {
    padding-bottom: 148px;
    background-image: url("../image/newsIn_bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1002;
}

/* .newsIn .scrollmagic-pin-spacer{padding-bottom: 0!important;} */

.newsIn .mr-home-news-pin {
    padding-top: 145px;
}

.newsIn-cont {
    margin-top: 90px;
}

.newsIn .news-hot {
    float: left;
    width: 54.5%;
    margin-bottom: 75px;
}

.newsIn .newsIn-rig {
    float: right;
    width: 41%;
}

.newsIn .news-hot a {
    display: block;
    position: relative;
    padding-right: 80px;
    padding-bottom: 108px;
}

.newsIn .news-hot .cont {
    position: relative;
    border-bottom-left-radius: 65px;
    overflow: hidden;
    z-index: 2;
}

/* .newsIn .news-hot a::after{content: "";position: absolute;right: 0;bottom: 0;width: 66.5%;height: 100%;background-image: url("../image/news_libg.png");background-position: right bottom;background-repeat: no-repeat;background-size: 100%;} */

.newsIn .news-hot a .bgcont {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66.5%;
    height: 100%;
    background-image: url("../image/news_libg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}



.newsIn .news-hot .img {
    overflow: hidden;
}

.newsIn .news-hot .img img {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.newsIn .news-hot .mes {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 92%;
    background-color: #205BDF;
    background-image: url("../image/news_mesbg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    border-top-right-radius: 65px;
    overflow: hidden;
}

.newsIn .news-hot .info {
    padding: 43px 55px 43px 62px;
}

.newsIn .news-hot .info h3 {
    color: #fff;
    margin-bottom: 10px;
}

.newsIn .news-hot .info p {
    color: #fff;
}

.newsIn .news-hot .info h3,
.newsIn .newsIn-list li .info h3 {
    font-size: 32px;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsIn .news-hot .info p,
.newsIn .newsIn-list li .info p {
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsIn .newsIn-rig {
    height: 870px;
    overflow: hidden;
}

.newsIn .newsIn-list {}

.newsIn .newsIn-list li {
    margin-bottom: 75px;
}

.newsIn .newsIn-list li a {
    display: block;
}

.newsIn .newsIn-list li .img {
    overflow: hidden;
    margin-bottom: 32px;
    height: 400px;
}

.newsIn .newsIn-list li .img img {
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.newsIn .newsIn-list li .info {}

.newsIn .newsIn-list li .info h3 {
    color: #000;
    margin-bottom: 25px;
}

.newsIn .newsIn-list li .info p {
    color: #666;
}

.newsIn .newsIn-list li .dt {
    margin-top: 28px;
    font-size: 0;
}

.newsIn .newsIn-list li .dt span {
    display: inline-block;
    width: 82px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    background: #205BDF;
}

.newsIn .newsIn-list li .dt em {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #205BDF;
    font-family: 'gothamBold';
    margin-left: 38px;
}



.newsIn .news-hot:hover .img img,
.newsIn .newsIn-list li:hover .img img {
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.newsIn .newsIn-list li:hover .info p {
    color: #205BDF;
}

.newsIn .newsIn-list li .dt span.hoverLef::before {
    background: #205BDF;
}

.newsIn .newsIn-list li:hover .dt span.hoverLef::after {
    width: 100%;
    background: #205BDF;
}

.more-news {
    padding-bottom: 100px;
    padding-top: 25px;
}

.more-news a {
    display: block;
    width: 126px;
    font-size: 18px;
    line-height: 46px;
    color: #205BDF;
    background-image: url("https://www.autobio.com.cn/Public/Home/images/more_bg2.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    text-align: center;
    border-radius: 50%;
    z-index: -1;
}

/* 

.titIn a{position: relative;display: block;width: 130px;height: 44px;font-size: 16px;line-height: 44px;color: #205BDF;text-align: center;background-image: url("https://www.autobio.com.cn/Public/Home/images/more_bg2.png");background-repeat: no-repeat;background-position: left top;background-size: 100% 100%;}

.titIn a::after{content: "";position: absolute;left: 0;top:0;width: 0;height: 100%;background: #205BDF;border-radius: 50%;z-index: -1;-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}

.titIn a:hover{background-image: none;color: #fff;background-color: #205BDF;border-radius: 50%;} */





.more-news a:hover {
    background-image: none;
    color: #fff;
    background-color: #205BDF;
    border-radius: 50%;
}

.mCustomScrollBox {
    position: relative;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_scrollTools {
    position: absolute;
    width: 10px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    ;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 1px;
    height: auto;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 5px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    /* -webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;*/

    background-color: transparent;
}



.aboutIn {
    padding-top: 160px;
    background-color: #fff;
    /*background-image: url("../image/aboutIn_bg.png");*/
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1003;
    padding-bottom: 160px;
}

/*.aboutIn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 330px;
    background: #205BDF;
    z-index: -1;
}*/



.aboutIn .titIn {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 100%;
}

.aboutIn .titIn a {
    position: absolute;
    left: 0;
    bottom: 80px;
}



.aboutIn-content {
    padding-left: 630px;
    position: relative;
}

.aboutIn-content p {
    font-size: 18px;
    line-height: 34px;
    color: #666;
}

.aboutIn-content .data-list {
    margin-top: 85px;
}

.aboutIn-content .data-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.aboutIn-content .data-list li:last-child {
    margin-right: 0;
}

.aboutIn-content .data-list li .img {
    position: relative;
    width: 100%;
    height: 229px;
    background-color: #f7f7f7;
/*    background-image: url("../image/data_bg.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;*/
    z-index: 10;
}

.aboutIn-content .data-list li .img img {
    position: absolute;
    left: 35px;
    top: 30px;
    width: 32px;
    z-index: 12;
}

.aboutIn-content .data-list li .imgB {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    visibility: visible;
    -webkit-ontransiti: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*.aboutIn-content .data-list li:hover .imgB {
    opacity: 1;
    visibility: visible;
}*/

.aboutIn-content .data-list li .mes {
    position: relative;
    padding: 0 30px;
    margin-top: -120px;
    text-align: right;
    z-index: 11;
    margin-bottom: 50px;
}

.aboutIn-content .data-list li .mes h2 {
    font-size: 76px;
    line-height: 76px;
    color: #e8b14c;
    font-family: 'gothamBold';
}

.aboutIn-content .data-list li .mes p {
    font-size: 20px;
    line-height: 32px;
    color: #6b6b6b;
}

.aboutIn-content .data-list li:hover h2 {
    color: #205BDF;
}

.about-video .jsmodern-video {
    background-color: transparent;
}

.about-video {
    width: 100%;
    margin-top: 110px;
    position: relative;
    border-top-right-radius: 65px;
    border-bottom-left-radius: 65px;
    overflow: hidden;
}

.about-video video {
    width: 100%;
    height: 700px;
    object-fit: fill;
}

.about-video video::-webkit-media-controls {
    display: none !important;
}

.about-video video::-moz-media-controls {
    display: none !important;
}

.about-video video::-ms-media-controls {
    display: none !important;
}

.about-video video::-o-media-controls {
    display: none !important;
}

.about-video video::media-controls {
    display: none !important;
}

.videoPause {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    margin-left: -28px;
    margin-top: -28px;
    z-index: 300;
    cursor: pointer;
}

.videoPause img {
    width: 100%;
}

.about-video .jsmodern-video-panel {
    display: none;
    width: 90%;
    padding: 0 5%;
}

.about-video .poster-bg {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: transparent;
    z-index: 200;
}

.about-video .poster img {
    width: 100%;
}




/* 关于 */



.aboutW .section1 {
    background-image: url("../image/about_bg1.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutW .section2 {}

.research {
    padding-top: 180px;
}

.research-list {
    margin: 115px 0 145px;
    padding: 0 10%;
    
    overflow: hidden;
    position: relative;
}
.research-list2 {
    margin-top: 115px;
    margin-bottom: 145px;
    overflow: hidden;
    position: relative;
}

.swp .swiper-wrapper {
    position: relative;
}

.swp .swiper-slide {
    width: 100%;
    transform: scale(0.9);
    transition: all 0.2 ease-in-out;
}
.swp .swiper-slide.swiper-slide-active{
    transform: scale(1);
}
.research-list .wrapIn{
    position:relative;
    padding:0;
    box-shadow:0 2px 10px 4px rgba(0, 0, 0, 0.12);
    border-radius: 25px;
}
.researchList{
    padding: 0 0 5%;
}
.swp .swiper-button-prev,
.swp .swiper-button-next {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0px;
    z-index: 300;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 50%;
    box-shadow:0 2px 10px 4px rgba(0, 0, 0, 0.12);
}

.swp .swiper-button-prev {
    left: 4%;
    background-image: url("../image/icon_prev.png");
}

.swp .swiper-button-next {
    right: 4%;
    background-image: url("../image/icon_next.png");
}

.swp .swiper-button-prev:hover,
.swp .swiper-button-next:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.21);
}

.swp .swiper-button-next.swiper-button-disabled,
.swp .swiper-button-prev.swiper-button-disabled {
    opacity: 0.7;
}

.lean-list {
    overflow: hidden;
}

.lean-list .swiper-button-prev,
.lean-list .swiper-button-next {
    right: auto;
}

.lean-list .swiper-button-prev {
    left: 62px;
}

.lean-list .swiper-button-next {
    left: 134px;
}



/* .swp .swiper-button-prev::before,.swp .swiper-button-next::before{content: ""; position: absolute; left: 50%; top: 50%;width: 66px;height: 66px;background: #205BDF;margin-left: -33px;  margin-top: -33px;-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;  -webkit-transform: scale(0); -moz-transform: scale(0);-ms-transform: scale(0);transform: scale(0);z-index: 1;}

.swp .swiper-button-prev::after,.swp .swiper-button-next::after{content: ""; position: absolute; left:0; top:0;width: 100%;height: 100%;background-position: center center;background-repeat: no-repeat;background-size: 25px;z-index: 2; }

.swp .swiper-button-prev::after{background-image: url("../image/prev.png");}

.swp .swiper-button-next::after{background-image: url("../image/next.png");}

.swp .swiper-button-prev:hover::before,.swp .swiper-button-next:hover::before{-webkit-transform: scale(1);-moz-transform: scale(1); -ms-transform: scale(1);transform: scale(1); } */

.swp .img {
    /*width: 1120px;*/
    width: 100%;
    overflow: hidden;
    border-radius: 25px;
}

.swp .img img {
    width: 100%;
    border-radius: 25px;
    -webkit-ontransiti: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.swp .info {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
    border-radius: 25px;
    /*margin-top: -227px;*/
    /*background: rgba(0, 0, 0, 0.3);*/
}

.swp .swiper-slide-thumb-active .info {
    box-shadow: 0 0 20px rgba(17, 167, 156, 0.06);
}

.swp .info .cont {
    /*padding: 36px;*/
    /*margin-top: 36px;*/
    padding: 12px 16px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.swp .info h1 {
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    /*margin-bottom: 25px;*/
}

.swp .info p {
    font-size: 15px;
    line-height: 26px;
    padding: 0 8px 0 0;
    color: rgba(255,255,255,0.8);
    height: 78px;
    overflow: hidden;
    position: relative;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
}

.swp .info p .after {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 26px;
  color: rgba(255,255,255,0.8);
}

/*样式控制br隐藏*/
.swp .info .cont p:not(:nth-child(2)) {
    display: none;
}

/*.swp .swiper-slide:hover .info h1 {*/
/*    color: #205BDF;*/
/*}*/

.swp .swiper-slide:hover .img img {
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}



.lean-list {
    margin-top: 110px;
    margin-bottom: 175px;
    position: relative;
}

.lean-list .img {
    float: right;
}

.lean-list .swiper-navigation {
    position: absolute;
    left: 160px;
    top: 50%;
    width: 630px;
    height: 420px;
    margin-top: -210px;
}

.lean-list .info {
    position: absolute;
    left: 0;
    top: 50%;
    width: 500px;
    height: 420px;
    margin-top: -210px;
    background: #fff;
}



.manage {
    padding-top: 125px;
    padding-bottom: 130px;
    background-image: url("../image/about_bg2.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.manage-cont {
    margin-top: 30px;
}

.manage-cont .rig-map {
    float: right;
    width: 68.5%;
    position: relative;
}

.manage-cont .rig-map .img img {
    width: 100%;
}

.manage-cont .rig-map .zz {
    position: absolute;
    top: 42%;
    left: 35.88%;
    margin-top: -14px;
    margin-left: -14px;
    text-align: center;
}

.manage-cont .rig-map .zz .quan {
    position: relative;
    width: 24px;
    margin: 0 auto;
}

.manage-cont .rig-map .zz .quan img {
    width: 100%;
}

@keyframes scale {

    0% {
        transform: scale(1);
        opacity: 0.3
    }

    50%,
    75% {
        transform: scale(3)
    }

    78%,
    100% {
        opacity: 0
    }

}

.manage-cont .rig-map .zz .quan:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: .7;
    background-color: rgba(255, 255, 255, 0.82);
    animation: scale 1.6s infinite cubic-bezier(0, 0, .49, 1.02);
    animation-delay: 200ms;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    z-index: 1;
}

.manage-cont .rig-map .zz p {
    font-size: 16px;
    line-height: 10px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

.manage-cont .lef-mes {
    float: left;
    width: 31.5%;
    padding-top: 84px;
}

.manage-cont .lef-mes .manage-num {
    float: left;
    width: 50%;
    text-align: center;
}

.manage-cont .lef-mes .manage-num .info {
    padding-right: 35px;
}

.manage-cont .lef-mes .manage-num h1 {
    font-size: 44px;
    line-height: 54px;
    color: #343434;
}

.manage-cont .lef-mes .manage-num .num {
    font-size: 80px;
    line-height: 120px;
    color: #205BDF;
    margin-top: 30px;
    margin-bottom: 50px;
    font-family: 'dinBold';
    background: linear-gradient(45deg, #205BDF 1%, #0a7971 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.manage-cont .lef-mes .manage-num em {
    display: inline-block;
    font-size: 120px;
    line-height: 120px;
    color: #205BDF;
    font-family: 'dinBold';
    background: linear-gradient(45deg, #205BDF 1%, #0a7971 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    min-width: 131px;
}

.manage-cont .lef-mes .manage-num p {
    font-size: 24px;
    line-height: 30px;
    color: #343434;
}

.develop {
    padding-top: 138px;
    padding-bottom: 135px;
    background-image: url("../image/about_bg3.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.develop-top {
    padding-top: 88px;
    overflow: hidden;
}

.developLef {
    float: left;
    width: 42.5%;
}

.developRig {
    float: right;
    width: 47.18%;
}

/* .develop-top .develop-mes{float: left;width: 42.5%;} */

.develop-top .develop-mes .year {
    font-size: 160px;
    line-height: 160px;
    color: #205BDF;
    padding-top: 20px;
    font-family: 'dinBold';
    margin-bottom: 55px;
    background: linear-gradient(45deg, #205BDF 1%, #0a7971 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.develop-top .develop-mes .info {
    font-size: 20px;
    line-height: 30px;
    color: #343434;
}

.develop-top .develop-mes .info p {
    position: relative;
    padding-left: 30px;
}

.develop-top .develop-mes .info p em {
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 12px;
    width: 10px;
    height: 10px;
    background: #205BDF;
    border-radius: 50%;
}

/* .develop-top .imgBox{position: relative;float: right;width: 47.18%;padding-right: 55px;padding-bottom: 65px;box-sizing: border-box;} */

/* .develop-top .imgBox{position: relative;padding-right: 55px;padding-bottom: 65px;box-sizing: border-box;} */

.develop-top .imgBox {
    position: relative;
    box-sizing: border-box;
}

.develop-top .imgBox .img {
    position: relative;
}

.develop-top .imgBox .img img {
    width: 100%;
}

/* .develop-top .imgBox .img::after{content: '';position: absolute;right: -55px;bottom: -65px;width: 100%;height: 100%;background: #205BDF;z-index: -1;} */

.developRig {
    padding-bottom: 65px;
    box-sizing: border-box;
    position: relative;
    margin-right: 55px;
}

.developRig::after {
    content: '';
    position: absolute;
    right: -55px;
    bottom: -65px;
    width: 100%;
    height: 100%;
    background: #205BDF;
}



.developLef .swiper-slide {
    opacity: 0;
}

.developLef .swiper-slide-active {
    opacity: 1;
}

.develop-year {
    margin-top: 100px;
    position: relative;
    padding: 0 160px;
    overflow: hidden;
}

.develop-year .line {
    position: absolute;
    left: 0;
    top: 32px;
    width: 100%;
    height: 2px;
    background-image: url("../image/line.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.develop-year .year-list {
    text-align: center;
    padding-top: 29px;
    cursor: pointer;
}

.develop-year .year-list em {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #205BDF;
    border-radius: 50%;
    z-index: 10;
}

.develop-year .year-list em::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 24px;
    background: rgba(17, 167, 156, 0.12);
    border-radius: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.develop-year .year-list p {
    font-size: 22px;
    line-height: 22px;
    color: #7a7a7a;
    margin-top: 15px;
}

.develop-year .swiper-container {
    z-index: 3;
    overflow: hidden;
}

.develop-year .swiper-wrapper {
    z-index: 3;
}

.develop-year .swiper-slide {
    text-align: center;
    width: 20%;
}

/*.develop-year .swiper-slide-active .year-list p,.develop-year .swiper-slide:hover .year-list p,.develop-year .swiper-slide-thumb-active .year-list p{color: #205BDF;}*/

.develop-year .swiper-slide:hover .year-list p,
.develop-year .swiper-slide-thumb-active .year-list p {
    color: #205BDF;
}

.develop-year .swiper-button-prev,
.develop-year .swiper-button-next {
    position: absolute;
    top: 4px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: #205BDF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 26px;
    margin-top: 0;
    z-index: 100;
}

.develop-year .swiper-button-prev {
    left: 100px;
    background-image: url("../image/icon_prev2.png");
}

.develop-year .swiper-button-next {
    right: 100px;
    background-image: url("../image/icon_next2.png");
}

.develop-year .swiper-button-next.swiper-button-disabled,
.develop-year .swiper-button-prev.swiper-button-disabled {
    opacity: 0.55;
}





.honor {
    padding-top: 160px;
    padding-bottom: 60px;
    background: #f5f5f5;
}

.honor-slider {
    position: relative;
    overflow: hidden;
    margin-top: 85px;
}

.honor-slider .swiper-container {
    padding-bottom: 200px;
}

.honor-sliderApp {
    display: none;
}

.honor-slider .conL {
    float: left;
    width: 32%;
    margin-right: 2%;
    height: 322px;
    background-color: #fff;
    background-image: url("../image/icon_honor.png");
    background-repeat: no-repeat;
    background-position: right 50px bottom 36px;
    background-size: 46px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    ;
    transition: all 0.2s linear;
    margin-bottom: 40px;
}

.honor-slider .conL:nth-child(3n) {
    margin-right: 0;
}

.honor-sliderApp .conL {
    width: 100%;
    margin-right: 0;
}

.honor-slider .conL a {
    position: relative;
    display: block;
    padding: 38px 120px 0 49px;
    height: 100%;
    box-sizing: border-box;
}

.honor-slider .conL em {
    display: block;
    width: 82px;
    height: 3px;
    background: #e8e8e8;
    margin-bottom: 16px;
}

.honor-slider .conL h2 {
    font-size: 36px;
    line-height: 46px;
    color: #343434;
}

.honor-slider .conL .mes {
    position: absolute;
    left: 0;
    bottom: 36px;
    width: 100%;
    padding: 0 120px 0 49px;
    box-sizing: border-box;
    max-height: 84px;
    overflow: hidden;
}

.honor-slider .conL p {
    font-size: 20px;
    line-height: 28px;
    color: #888;
}

.honor-slider .conL:hover {
    background-color: #205BDF;
    background-image: url("../image/icon_honor2.png");
}

.honor-slider .conL:hover em {
    background: #fff;
}

.honor-slider .conL:hover h2 {
    color: #fff;
}

.honor-slider .conL:hover p {
    color: #fff;
}

.honor-slider .swiper-navigation {
    font-size: 0;
    text-align: center;
    z-index: 200;
    padding-top: 20px;
}

.honor-slider .swiper-button-prev,
.honor-slider .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    width: 80px;
    height: 35px;
    border-radius: 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
    z-index: 1;
    margin-top: 0;
    margin-left: 21px;

    margin-right: 21px;
    overflow: hidden;
    background-image: none;
    box-shadow: 0 0 62px rgba(26, 170, 160, 0.16);
}

.honor-slider .swiper-button-prev::before,
.honor-slider .swiper-button-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
}

.honor-slider .swiper-button-prev::after,
.honor-slider .swiper-button-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #205BDF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    z-index: 2;
}

.honor-slider .swiper-button-prev::before {
    background-image: url("../image/icon_prev3.png");
}

.honor-slider .swiper-button-next::before {
    background-image: url("../image/icon_next3.png");
}

.honor-slider .swiper-button-prev:hover::before {
    background-image: url("../image/icon_prev2.png");
}

.honor-slider .swiper-button-next:hover::before {
    background-image: url("../image/icon_next2.png");
}

.honor-slider .swiper-button-prev:hover::after,
.honor-slider .swiper-button-next:hover::after {
    width: 100%;
    opacity: 1;
}

.culture {
    padding-top: 165px;
    padding-bottom: 258px;
    background-image: url("../image/about_bg4.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.culture-tab {
    margin-top: 65px;
    margin-bottom: 86px;
    border-bottom: 1px solid #c3c4c4;
}

.culture-tab li {
    position: relative;
    float: left;
    margin-right: 98px;
    cursor: pointer;
    width: auto !important;
}

.culture-tab li,
.culture-tab li a {
    display: block;
    font-size: 32px;
    line-height: 76px;
    color: #232323;
}

.culture-tab li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 4px;
    background: #205BDF;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.culture-tab li:last-child {
    margin-right: 0;
}

.culture-tab li:hover {
    color: #205BDF;
}

.culture-tab li:hover::after {
    width: 100%;
    margin-left: -50%;
}

.culture-tab li.active a {
    color: #205BDF;
}

.culture-tab li.active::after {
    width: 100%;
    margin-left: -50%;
}

.culture-content {
    overflow: hidden;
}

.culture-list {}

.culture-list.active {
    display: block;
}

.culture-tab li.swiper-slide-thumb-active a,
.culture-tab li:hover a {
    color: #205BDF;
}

.culture-tab li.swiper-slide-thumb-active::after {
    width: 100%;
    margin-left: -50%;
}





.social {
    padding-bottom: 200px;
    background-image: url("../image/about_bg5.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.social-cont {
    position: relative;
}

.social-list {
    position: relative;
    overflow: hidden;
    padding-top: 184px;
    padding-bottom: 118px;
}

.social-list .swiper-slide {
    position: relative;
}

.social-list .bg2,
.social-list .bg {
    position: absolute;
    width: 58.95%;
    height: 74%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.social-list .bg2 {
    left: 0;
    bottom: 0;
    background-image: url("../image/social_bg.png");
    background-position: right top;
}

.social-list .bg {
    right: 0;
    top: 0;
    background-image: url("../image/social_bg2.png");
    background-position: left top;
}

.social-list .socialImg {
    position: absolute;
    right: 160px;
    top: 103px;
    z-index: 20;
}

/* .social-list .cont,.social-list .img{width: 44.94%;} */

.social-list .socialImg,
.social-list .socialMes {
    width: 44.94%;
}

.social-list .img img {
    width: 100%;
}

.social-list .socialMes {
    float: left;
    margin-left: 160px;
    position: relative;
    z-index: 10;
}

.social-list .cont .box {
    display: table;
    width: 100%;
    height: 609px;
    background: #205BDF
}

.social-list .cont .mes {
    display: table-cell;
    padding-left: 5%;
    padding-right: 21%;
    vertical-align: middle;
    color: #fff;
}

.social-list .cont .mes h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 35px;
}

.social-list .cont .mes p {
    font-size: 22px;
    line-height: 34px;
    max-height: 204px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.social-list .cont .mes .zk {
    display: inline-block;
    margin-top: 58px;
    padding: 7px 0;
}

.social-list .cont .mes .zk img {
    width: 16px;
}

.social-list .swiper-button-prev,
.social-list .swiper-button-next {
    position: absolute;
    left: auto;
    right: 160px;
    top: 40%;
    display: inline-block;
    width: 66px;
    height: 36px;
    margin-top: 0;
    background-color: #205BDF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
    background-image: none;
    overflow: hidden;
    z-index: 100;
}

.social-list .swiper-button-next.swiper-button-disabled,
.social-list .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.social-list .swiper-button-prev::before,
.social-list .swiper-button-next::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px;
}

.social-list .swiper-button-prev::after,
.social-list .swiper-button-next::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #205BDF;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}

/* .social-list .swiper-button-prev{top: 47%;} */

.social-list .swiper-button-prev::before {
    background-image: url("../image/icon_prev2.png");
}

.social-list .swiper-button-next::before {
    background-image: url("../image/icon_next2.png");
}

.social-list .swiper-button-prev:hover::after,
.social-list .swiper-button-next:hover::after {
    width: 100%;
}



/* 新闻 */

.newsW {
    padding-bottom: 115px;
}

.news-top {
    padding-top: 185px;
    padding-bottom: 115px;
    background-image: url("../image/news_bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.news-top .news-topSlider {
    box-shadow: 10px 10px 38px rgba(17, 167, 156, 0.16);
    border-top-right-radius: 35px;

    border-bottom-right-radius: 35px;
}

.news-top a {
    display: block;
    background: #fff;
/*    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;*/
    overflow: hidden;
}

.news-top .lef,
.news-top .rig {
   /* height: 573px;*/ height:auto !important;
}

.news-top .lef {
    width: 44%;
}

.news-top .rig {
    width: 56%;
/*    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;*/
    overflow: hidden;
}

.news-top .img {
    overflow: hidden;
    height: 100%;
}

.news-top .img img {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.news-top .mes {
    padding-left: 115px;
    padding-right: 145px;
    padding-top: 72px;
}

.news-top .mes h1 {
    font-size: 38px;
    line-height: 46px;
    color: #205BDF;
    margin-bottom: 25px;
}

.news-top .mes p {
    font-size: 16px;
    line-height: 28px;
    color: #205BDF;
    max-height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-top .mes .del {
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    color: #205BDF;
    position: relative;
    margin-top: 40px;
}

.news-top .mes .del::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #205BDF;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.news-top .mes .dt {
    font-size: 0;
    position: relative;
    z-index: 10;
    margin-bottom: 25px;
}

.news-top .mes .dt span {
    display: inline-block;
    width: 82px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    background: #205BDF;
}

.news-top .mes .dt em {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #205BDF;
    font-family: 'gothamBold';
    /*margin-left: 38px;*/
}

.news-top .mes .dt span.hoverLef::before {
    background: #205BDF;
}

.news-top .swiper-slide:hover .dt span.hoverLef::after {
    width: 100%;
    background: #205BDF;
}

.news-top .swiper-slide:hover .img img {
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.news-top .swiper-slide:hover .mes .del {
    color: #205BDF;
}

/* .news-top .swiper-slide:hover .mes .del::after{width: 100%;} */

.news-top .swiper-pagination {
    top: auto;
    bottom: 88px;
    left: 115px;
    z-index: 100;
    text-align: left;
}

.news-top .swiper-pagination .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.news-top .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 2px solid #d8d8d8;
    background: none;
    opacity: 1;
}

.news-top .swiper-pagination .swiper-pagination-bullet-active {
    background: #205BDF;
    border: 2px solid #205BDF;
}

/* .ownerIn .swiper-container-horizontal>.swiper-pagination-progressbar{height: 1px;background: #ece3d3;}

.ownerIn .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{height: 5px;background: #dcd1bc;margin-top: -2px;} */



.filter {
    position: relative;
    padding: 74px 0;
    z-index: 20;
    margin-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.filter .inp,
.filter .sewv {
    position: relative;
    margin-right: 1.1%;
}

.filter .inp {
    width: 26%;
    position: relative;
}

.filter .sewv {
    width: 17%;
}

.filter .inp .inpbox {
    padding-right: 60px;
}

.filter .inp input {
    display: block;
    width: 100%;
}

.filter .sewvtop,
.filter .inp .inpbox {
    background: #fff;
    cursor: pointer;
    padding-left: 30px;
    border-radius: 15px;
    box-shadow: 0 0 40px rgb(235 236 240);
    overflow: hidden;
}

.filter .sewvtop {
    position: relative;
    padding-right: 50px;
}

.filter .sewvtop::after {
    content: "";
    position: absolute;
    right: 26px;
    top: 0;
    width: 22px;
    height: 100%;
    background-image: url("../image/sel_jt.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.filter .inp input,
.filter .sewvtop>span {
    display: block;
    height: 22px;
    padding-top: 17px;
    padding-bottom: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filter .inp input,
.filter .sewvtop>span,
.filter .sewvbm>li {
    font-size: 18px;
    line-height: 22px;
    color: #205BDF;
}

.filter .sewvbm {
    width: 100%;
    position: absolute;
    left: 0;
    top: 56px;
    background: #f1f1f1;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
    box-sizing: border-box;
    z-index: 100;
    display: none;
}

/* .filter .sewvbm.active{height: auto;} */

.filter .sewvbm>li {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
}

.filter .sewvbm>li:hover {
    color: #3e3a32;
}

.filter .searbtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-image: url("../image/sel_search.png");
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 22px;
    cursor: pointer;
}

.news-list {}

.news-list li {
    padding-bottom: 86px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.news-list li a {
    display: table;
    width: 100%;
}

.news-list li .img,
.news-list li .mes {
    display: table-cell;
}

.news-list li .img {
    width: 383px;
    overflow: hidden;
}

.news-list li .img img {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.news-list li .mes {
    padding-left: 50px;
    padding-top: 18px;
}

.news-list li .mes em {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #205BDF;
    font-family: 'gothamBold';
    margin-bottom: 10px;
}

.news-list li .mes h3 {
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    color: #343434;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-list li .mes p {
    font-size: 18px;
    line-height: 26px;
    color: #6a6a6a;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-list li .mes .dt {
    margin-top: 26px;
}

.news-list li .mes .dt span {
    display: inline-block;
    width: 82px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    background: #205BDF;
}

.news-list li .mes span.hoverLef::before {
    background: #205BDF;
}

.news-list li:hover .img img {
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.news-list li:hover .mes span.hoverLef::after {
    width: 100%;
    background: #205BDF;
}

.news-list li:hover .mes h3 {
    color: #205BDF;
}

.loadM span {
    display: inline-block;
    font-size: 38px;
    line-height: 48px;
    color: #a7a7a7;
    position: relative;
    cursor: pointer;
}

.loadM span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #205BDF;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.loadM span:hover {
    color: #205BDF;
}

.loadM span:hover::after {
    width: 100%;
}



/* 新闻详情 */

.detailW {
    padding-bottom: 20px;
}

.detail-top {
    padding-top: 155px;
    padding-bottom: 104px;
    background-image: url("../image/detail_bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.detail-tit {
    font-size: 60px;
    line-height: 80px;
    color: #000;
}

.detail-top .detail-oth {
    margin-top: 100px;
    position: relative;
}

.detail-top .dt {
    padding-top: 15px;
}

.detail-top .dt span {
    display: inline-block;
    width: 82px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background: #205BDF;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}

.detail-top .dt em {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #205BDF;
    font-family: 'gothamBold';
    margin-left: 18px;
}

.detail-top .lk {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #dcdddd;
}

.detail-top .lk .lk-li {
    float: left;
    border-right: 1px solid #dcdddd;
    position: relative;
}

.detail-top .lk .lk-li:last-child {
    border-right: none;
}

.detail-top .lk .lk-li a {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.detail-top .lk .lk-li a img {
    width: 24px;
}

.detail-top .lk .lk-li a img.img2 {
    display: none;
}

.detail-top .lk .lk-li .lk-img {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 110px;
    margin-left: -55px;
    padding-bottom: 10px;
    text-align: center;
    z-index: 100;
    visibility: hidden;
}

.detail-top .lk .lk-li .lk-img::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top: 6px solid #205BDF;
    margin-left: -6px;
}

.detail-top .lk .lk-li .lk-img img {
    width: 100%;
    border: 1px solid #205BDF;
}

.detail-top .lk .lk-li:hover .lk-img {
    visibility: visible;
}

.detail-top .lk .lk-li:hover a {
    background: #205BDF;
}

.detail-top .lk .lk-li:hover a img.img1 {
    display: none;
}

.detail-top .lk .lk-li:hover a img.img2 {
    display: inline-block;
}

.detail-content {
    overflow: hidden;
}

.detail-content .content {
    padding-top: 85px;
    padding-bottom: 65px;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
}

.detail-content .content,
.detail-content .content p {
    font-size: 22px;
    line-height: 48px;
    color: #000;
}

.detail-content .content h2 {
    font-size: 36px;
}

.detail-content img {
    max-width: 100% !important;
}

.detail-content .news-page {
    padding: 55px 0;
    overflow: hidden;
}

.detail-content .news-page .prev-bt,
.detail-content .news-page .next-bt {
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 6px;
}

.detail-content .news-page .prev-bt {
    background-image: url("../image/jt_pr.png");
}

.detail-content .news-page .next-bt {
    background-image: url("../image/jt_ne.png");
}

.detail-content .news-page .bt a {
    color: #565656;
}

.detail-content .news-page .bt span,
.detail-content .news-page .bt a {
    font-size: 16px;
    line-height: 16px;
}

.detail-content .news-page .bt span {
    display: inline-block;
}

.detail-content .news-page .bt a {
    position: relative;
    display: inline-block;
    padding: 10px 0;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

.detail-content .news-page .bt a:hover {
    color: #205BDF;
}

.detail-content .news-page .bt a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #205BDF;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.detail-content .news-page .bt a:hover::after {
    width: 100%;
}





/* 客户服务 */

.serviceW {
    padding-top: 150px;
}

.service-list {}

.service-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 55px;
}

.service-list li:nth-child(3n) {
    margin-right: 0;
}

.service-list li a {
    display: block;
    position: relative;
}

.service-list li .img {
    overflow: hidden;
    position: relative;
}

.service-list li .img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/service_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10;
}

.service-list li .img img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.service-list li:hover .img img {
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.service-list li .mes {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 20;
}

.service-list li .mes .info {
    padding: 0 40px;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
}

.service-message {
    margin-top: 85px;
    margin-bottom: 140px;
    padding-top: 64px;
    padding-bottom: 1px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.service-message li {
    float: left;
    width: 32%;
    margin-right: 1.333%;
    margin-bottom: 70px;
}

.service-message li.addr {
    width: 65.33%;
}

.service-message li .mes {
    padding-left: 70px;
}

.service-message li .mes p {
    font-size: 18px;
    line-height: 30px;
    color: #585858;
}

.service-message li .mes .ms {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-top: 12px;
}

.service-message li .mes .ms em {
    display: inline-block;
    font-size: 28px;
    line-height: 30px;
    font-family: 'gothamBold';
    word-break: break-word;
}



.service-tab {
    margin-top: 74px;
    border-bottom: 1px solid #c8c8c8;
}

.service-tab li {
    float: left;
    margin-right: 95px;
    width: auto !important;
}

.service-tab li:last-child {
    margin-right: 0;
}

.service-tab li a {
    display: block;
    font-size: 32px;
    line-height: 66px;
    color: #232323;
    position: relative;
}

.service-tab li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 4px;
    background: #205BDF;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* .service-tab li.active a,.service-tab li:hover a{color: #205BDF;} */

/* .service-tab li.active a::after{width: 100%;margin-left: -50%;} */

.service-tab li:hover a::after {
    width: 100%;
    margin-left: -50%;
}

.service-tab li.active a::after {
    width: 100%;
    margin-left: -50%;
}

.service-tab li.active a {
    color: #205BDF;
}



.service-tab li.swiper-slide-thumb-active a,
.service-tab li:hover a {
    color: #205BDF;
}

.service-tab li.swiper-slide-thumb-active a::after {
    width: 100%;
    margin-left: -50%;
}





/* 投资者关系 */

.report-top {
    padding-top: 186px;
    padding-bottom: 170px;
    background-image: url("../image/news_bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}

.report-list {
    margin-top: 75px;
}

.report-top .report-list {
    margin-top: 108px;
}

.report-list li {
    float: left;
    width: 49%;
    margin-right: 2%;
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 0 0 57px rgba(17, 167, 156, 0.19);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.report-list li:nth-child(2n) {
    margin-right: 0;
}

.report-list li a {
    display: block;
    position: relative;
}

.report-list li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: #205BDF;
}

.report-list li .mes {
    padding: 40px 50px 35px 50px;
}

.report-list li .mes .dt {
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}

.report-list li .mes .dt span {
    display: inline-block;
    width: 82px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    background: #205BDF;
    overflow: hidden;
}

.report-list li .mes h3 {
    font-size: 34px;
    line-height: 44px;
    color: #343434;
    height: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.report-list li .mes .dd {
    margin-top: 20px;
}

.report-top .report-list li .mes .dd {
    margin-top: 50px;
}

.report-list li .mes .dd img {
    width: 20px;
}

.report-list li .mes .dd .img2 {
    display: none;
}

.report-list li .mes .dd span {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #205BDF;
    margin-left: 8px;
}



.report-list li:hover {
    background: #205BDF;
}

.report-list li:hover .mes .dt span {
    background: #fff;
    color: #205BDF;
}

.report-list li:hover .mes h3 {
    color: #fff;
}

.report-list li:hover .mes .dd .img1 {
    display: none;
}

.report-list li:hover .mes .dd .img2 {
    display: inline-block;
}

.report-list li:hover .mes .dd span {
    color: #fff;
}



.investor {
    padding-top: 140px;
    padding-bottom: 45px;
}

.investor .sec {
    padding-bottom: 90px;
    margin-bottom: 80px;
    border-bottom: 1px solid #ddd;
}

.investor .sec .ftit {
    padding-right: 40px;
    position: relative;
    cursor: pointer;
}

.investor .sec .ftit::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
    height: 100%;
    background-image: url("../image/jt2.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
}

.investor .sec .ftit.active::after {
    background-image: url("../image/jt6.png")
}

.investor .sec .list {
    display: none;
}

.investor .sec .list.active {
    display: block;
}



/* 产品与解决方案 */

.prosoluW {
    padding-top: 186px;
}
/*.prosoluW .wrapIn{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/
.prosolu-cont {
    position: relative;
    margin-top: 135px;
    margin-bottom: 140px;
    width: 100%;
}

.prosolu-cont .lef {
    float: left;
    width: 305px;
    padding-bottom: 130px;
    position: relative;
    display: none;
}

.prosolu-cont .lef.fixed {
    position: fixed;
    left: 160px;
    top: 110px
}

/* .prosolu-cont .lef::after{content: "";position: absolute;right: 0;top:0;width: 1px;height: 100%;background: #ececec;} */

.fmenu-list {
    position: relative;
    border-right: 1px solid #ececec;
}

.prosolu-cont .lef.fixed .fmenu-list {
    padding-top: 30px;
}

.fmenu-list li a,
.prosolu-cont .rig .ft {
    display: inline-block;
    font-size: 30px;
    line-height: 44px;
    color: #000;
    margin-bottom: 66px;
}

.fmenu-list li.active a,
.fmenu-list li:hover a {
    color: #205BDF;
}

.prosolu-cont .rig {
    float: right;
    /*width: calc(100% - 405px);*/
    width: 100%;
    /*padding-left: 100px;*/
    height: auto;
    overflow: hidden;
}

.prosolu-cont .rig .item-box {
    /*padding-right: 50px;*/
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.prosolu-cont .rig .item-box .li-item  {
    /*width: 50%;*/
    width: 25%;
}
/*.prosolu-cont .rig .item-box .li-item:last-child  {*/
/*    min-width: 50%;*/
/*}*/
.product-list {
    padding-bottom: 40px;
}
.product-list.flex_ul{
    display:flex;
    flex-wrap: wrap;
}
.product-list li {
    float: left;
    width: 98%;
    margin-right: 2%;
    margin-bottom: 120px;
}

.product-list li:nth-child(2n) {
    margin-right: 0;
}
.product-list .swiper-button-prev,
.product-list .swiper-button-next {
    position: absolute;
    display: inline-block;
    z-index: 300;
    /*display: none;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.product-list .swiper-button-prev {
    transform: rotate(180deg);
    background-image: url("../image/jt3.png");
}

.product-list .swiper-button-next {
    background-image: url("../image/jt3.png");
}
.product-list:hover .swiper-button-prev,.product-list:hover .swiper-button-next{
    display: block;
}
.product-list .swiper-pagination-bullets{
    
    bottom: 4px;
}
.product-list .swiper-pagination-bullet,
.product-list .swiper-pagination-bullet-active{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}
.product-list .li_content a {
    display: block;
    padding-top: 105px;
    position: relative;
}

.product-list .li_content .imgBox {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 310px;
}

.product-list .li_content .img {
    padding: 0 45px;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.product-list .li_content .img img {
    max-width: 100%;
    max-height: 100%;
}

.product-list .li_content .mes {
    /*height: 400px;*/
    padding: 100% 0 0;
    background: #f4f4f4;
    border-radius: 25px;
    overflow: hidden;
}
.prosolu-cont .rig .ft{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.product-list .li_content .mes .box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.product-list .li_content .mes .nm {
    /*padding: 0 45px;*/
    margin-bottom: 24px;
}

.product-list .li_content .mes .nm h1,
.product-list .li_content .mes .nm p {
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}

.product-list .li_content .mes .nm h1 {
    font-size: 30px;
    line-height: 38px;
    font-family: 'gothamBold';
    text-align: center;
}

/*.product-list .li_content .mes .nm p {*/
/*    font-size: 16px;*/
/*    line-height: 24px;*/
/*}*/

.product-list .li_content .info {
    /*display: table;*/
    padding: 25px 30px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #205BDF;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.product-list .li_content .info p {
    width: 100%;
    font-size: 16px;
    height: 100%;
    height: 144px;
    color: #fff;
    overflow: hidden;
    line-height: 24px;
    position: relative;
    word-break: break-all;
    padding: 0px 10px 0 0;
}

.product-list .li_content .info .after {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 26px;
  color: #fff;
}


.prosolu-cont .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)";
}

/* .prosolu-cont .mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.prosolu-cont .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {opacity: 0;filter: "alpha(opacity=0)";-ms-filter: "alpha(opacity=0)";} */

.prosolu-cont .mCSB_scrollTools .mCSB_draggerRail {
    width: 5px;
    background-color: #e5e5e5 !important;
    opacity: 1;

    filter: alpha(opacity=100);
    border-radius: 0;
}

.prosolu-cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
    background: #205BDF !important;

    border-radius: 0;
}

.prosolu-cont .item-box:hover .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 1;
    filter: "alpha(opacity=1)";
    -ms-filter: "alpha(opacity=1)";
}

.prosolu-solution {
    margin-top: 180px;
    padding-bottom: 125px;
}

.prosolu-solution li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 44px;
    border-radius: 25px;
    overflow: hidden;
}

.prosolu-solution li:nth-child(2n) {
    margin-right: 0;
}

.prosolu-solution li a {
    position: relative;
    display: block;
}

.prosolu-solution li .img {
    overflow: hidden;
}

.prosolu-solution li .img img {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.prosolu-solution li:hover .img img {
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.prosolu-solution li .mes {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 167, 156, 0.2);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.prosolu-solution li .mes p {
    font-size: 38px;
    line-height: 56px;
    color: #fff;
    padding: 70px 40px 0 40px;
}

.prosolu-solution li:hover .mes {
    background: rgba(17, 167, 156, 0.1);
}



/* .product-re{background: #f3f3f3;padding-top: 88px;padding-bottom: 100px;} */

.product-re {
    background-image: url("../image/pre_bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 88px;
    padding-bottom: 100px;
}

.product-re .pro-list {
    margin-top: 110px;
}

.product-re .pro-list li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 35px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 40px rgba(17, 167, 156, 0.13);
}

.product-re .pro-list li:nth-child(3n) {
    margin-right: 0;
}

.product-re .pro-list li a {
    display: block;
}

.product-re .pro-list li .img {
    /*height: 330px;*/
    /*line-height: 330px;*/
    /*text-align: center;*/
    border-radius: 25px 25px 0 0 ;
    overflow: hidden;
}

.product-re .pro-list li .img img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(1.05);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.product-re .pro-list li .img:hover img {
    transform: scale(1.1) !important;
}
.product-re .pro-list li .mes {
    background: #f8f8f8;
    border-radius: 0 0 25px 25px;
    height: 115px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.product-re .pro-list li .mes .info {
    text-align: center;
    padding: 35px 10px 0 10px;
}

.product-re .pro-list li .mes p {
    font-size: 18px;
    line-height: 26px;
    color: #828282;
}

.product-re .pro-list li .mes em {
    display: block;
    font-size: 26px;
    line-height: 30px;
    color: #343434;
    font-family: 'gothamBold';
}

.product-re .pro-list li:hover .img img {
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
}

.product-re .pro-list li:hover .mes {
    background: #205BDF;
}

.product-re .pro-list li:hover .mes p,
.product-re .pro-list li:hover .mes em {
    color: #fff;
}





.proBanner .current {
    top: 56%
}

.proBanner.f-banner .img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 91, 223, 0.9);
}

.pro-banner .lef {
    float: left;
    width: 48%;
    color: #fff;
    padding-bottom: 20px;
}

.pro-banner .lef p {
    font-size: 30px;
    line-height: 50px;
}

.pro-banner .lef h2 {
    font-size: 60px;
    line-height: 62px;
    font-family: 'gothamBold';
    margin-bottom: 22px;
}

.pro-banner .lef .btn {
    margin-top: 145px;
}

.pro-banner .lef .btn a {
    display: inline-block;
}

.pro-banner .lef .bt {
    display: inline-block;
    font-size: 0;
    text-align: center;
    width: 200px;
    height: 62px;
    line-height: 62px;
    background: #fff;
    /*padding: 10px 0;*/
    border-radius: 30px 0 30px 0;
    cursor: pointer;
    border: 1px solid #fff;
    margin-right: 10px;
}

/* .pro-banner .lef .bt:last-child{margin-right: 0;} */
.pro-banner .lef .bt img {
    width: 20px;
}

.pro-banner .lef .bt span {
    font-size: 18px;
    /*line-height: 20px;*/
    color: #205BDF;
    margin-left: 10px;
}



.pro-banner .proImg {
    float: right;
    width: 51%;
}

.pro-banner .proImg img {
    width: 100%;
}



.proV.f-banner .current {
    top: 58%;
}

.pro-banner .lef .bt:hover  {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.popVideo,
.videoIn {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
    z-index: 10000;
    display: none;
}

.popVideo .videoP,
.videoIn .videoP {
    width: 60%;
    margin: 150px auto;
    position: relative;
    padding-top: 40px;
}

.popVideo .closeP,
.videoIn .closeP {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.popVideo .closeP img,
.videoIn .closeP img {
    width: 22px;
}

.popVideo .videoP video,
.videoIn .videoP video {
    width: 100%;
    height: auto;
}



.productW {
    padding-top: 115px;
}

.product-mess {
    margin-top: 60px;
}

.product-mess,
.product-mess p {
    font-size: 26px;
    line-height: 42px;
    color: #343434;
}

.product-swiper {
    margin-top: 118px;
    padding-bottom: 175px;
}

.product-swiper .swiper-container {
    background: #fff;
    box-shadow: 0 0 70px rgba(17, 167, 156, 0.21);
    border-radius: 25px;
    overflow: hidden;
}

.product-swiper a {
    display: block;
    /*padding: 115px 0;*/
}

.product-swiper .pc_imgBox{
    display: block;
}

.product-swiper .app_imgBox{
    display: none;
}
@media screen and (max-width: 1100px) {
    
    .product-swiper .pc_imgBox{
        display: none;
    }
    
    .product-swiper .app_imgBox{
        display: block;
    }
}
.product-swiper a .img {
    /*height: 460px;*/
    /*line-height: 460px;*/
    text-align: center;
    overflow: hidden;
}

.product-swiper a .img img {
    max-width: 100%;
}

.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 56px;
    height: 56px;
    margin-top: -28px;
    background-color: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px;
    z-index: 1;
    overflow: hidden
}

.product-swiper .swiper-button-prev {
    left: 16px;
    background-image: url("../image/jt_prev.png");
}

.product-swiper .swiper-button-next {
    right: 16px;
    background-image: url("../image/jt_next.png");
}

.product-feat {
    padding-top: 66px;
    padding-bottom: 124px;
}

.product-feat .lef {
    width: 44%;
}

.product-feat .mes,
.product-feat .mes p {
    font-size: 20px;
    line-height: 38px;
    color: #343434;
}

.product-feat .feat-img {
    width: 51%;
}

.product-feat .feat-img .img {
    padding: 10px 0;
    position: relative;
}
.product-feat .feat-img .img::after{
    content: '';
    position: absolute;
    top: 0;
    right: 10%;
    width: 80%;
    height: calc(100% - 10px);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
    z-index: 100;
}
.product-feat .feat-img .img img {
    width: 80%;
    margin: 0 auto;
    display: block
}

.product-feat .swiper-navigation {
    position: absolute;
    left: 50%;
    bottom: 0;
    /*width: 296px;*/
    height: 74px;
    /*margin-left: -148px;*/
    /*background: #fff;*/
    text-align: center;
    z-index: 101;
}

.product-feat .swiper-button-prev,
.product-feat .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    box-shadow:0 4px 6px 2px rgba(0, 0, 0, 0.12);
    margin-top: 0;
    background-image: none;
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    z-index: 200;
    cursor: pointer;
}

.product-feat .swiper-button-prev {
    left: 1%;
}

.product-feat .swiper-button-next {
    right: 1%;
}

.product-feat .swiper-pagination {
    position: static;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    /*color: #000;*/
    color: #fff;
    padding: 0 0 29px;
}

.product-feat .swiper-pagination span {
    font-family: 'gothamBold';
}

.product-match {
    margin-top: 75px;
    margin-bottom: 120px;
    background: #fff;
    box-shadow: 0 0 70px rgba(17, 167, 156, 0.21);
    border-radius: 25px;
    overflow: hidden;
}

.product-match img {
    width: 100%;
}



.service-detail {
    margin-top: 120px;
    margin-bottom: 83px;
    overflow: hidden;
    position: relative;
}

.service-detail .wrapIn {
    padding: 0 0;
}

.service-detail .swiper-container {
    padding: 0 160px;
}

.service-detail a {
    display: block;
}

/* .service-detail .swiper-button-prev,.service-detail .swiper-button-next{bottom: auto;top: -18px;} */

.swp .swiper-button-next.swiper-button-disabled,
.swp .swiper-button-prev.swiper-button-disabled {
    pointer-events: inherit;
}



.service-detail .img {
    width: 1025px;
    border-top-left-radius: 65px;
    border-bottom-right-radius: 65px;
}

.service-detail .info {
    width: 600px;
    height: 424px;
    margin-top: -212px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.service-detail .swiper-slide-active .info {
    box-shadow: 0 0 14px rgba(17, 167, 156, 0.12);
}

.swp.service-detail .swiper-navigation {
    height: 424px;
    margin-top: -212px;
}

.service-detail .info .cont {
    padding: 40px;
    margin-top: 46px;
}

.service-detail .info h2 {
    font-size: 36px;
    line-height: 50px;
    color: #343434;
    margin-bottom: 25px;
}

.service-detail .info .look {
    position: absolute;
    left: 60px;
    bottom: -34px;
    width: 192px;
    height: 68px;
    font-size: 20px;
    line-height: 68px;
    color: #fff;
    text-align: center;
    z-index: 100;
    cursor: pointer;
}

.service-detail .info .look::before,
.service-detail .info .look::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
}

.service-detail .info .look::before {
    width: 100%;
    background: #205BDF;
    z-index: -2;
}

.service-detail .info .look::after {
    width: 0;
    background: #205BDF;
    z-index: -1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service-detail .info .look:hover::after {
    width: 100%;
}

.service-detail .swiper-slide:hover .info h2 {
    color: #205BDF;
}

/* .service-detail .swiper-button-prev, .service-detail .swiper-button-next{background: #205BDF;} */

.service-detail .swiper-button-prev:hover,
.service-detail .swiper-button-next:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.21);
}

.service-detail .info .look:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.21);
}



.swp .info-swiper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.info-swiper .swiper-container {
    width: 630px;
    padding: 0 160px;
}

.lean-list .info-swiper {
    right: auto;
    left: 0;
}

.leanInfo-swiper .swiper-container {}



.serviceMes-swiper .swiper-container {
    width: 756px;
}

.info-swiper .swiper-container,
.info-swiper .swiper-wrapper,
.info-swiper .swiper-slide,
.info-swiper a {
    height: 100%;
}

.info-swiper .swiper-slide-active {
    opacity: 1 !important;
}





.solu-mess {
    padding-top: 110px;
    padding-bottom: 125px;
    background-image: url("../image/solu_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.solu-mess .solu-info {
    margin-top: 50px;
}

.solu-mess .solu-info,
.solu-mess .solu-info p {
    font-size: 18px;
    line-height: 30px;
    color: #303030;
    ;
}

.solu-mess .solu-info h3 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 20px;
}



.solu-swiper {
    padding: 55px 0;
    overflow: hidden;
}

.solu-swiper .swiper-slide a {
    display: block;
    padding: 0 160px;
    overflow: hidden;
}

.solu-swiper .swiper-slide .img img {
    width: 100%;
}

.solu-swiper .swiper-button-prev,
.solu-swiper .swiper-button-next {
    width: 48px;
    height: 48px;
    margin-top: -24px;
    opacity: 0.25;
    background-size: 100%;
}

.solu-swiper .swiper-button-next.swiper-button-disabled,
.solu-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0.15;
    background-size: 100%;
}

.solu-swiper .swiper-button-prev {
    left: 55px;
    background-image: url("../image/jt_prev2.png");
}

.solu-swiper .swiper-button-next {
    right: 55px;
    background-image: url("../image/jt_next2.png");
}

.solu-swiper .swiper-button-prev:hover {
    background-image: url("../image/jt_prev.png");
    opacity: 1;
}

.solu-swiper .swiper-button-next:hover {
    background-image: url("../image/jt_next.png");
    opacity: 1;
}



.stock {
    padding-top: 185px;
    padding-bottom: 175px;
    background-image: url("../image/stock_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.stock-mes {
    position: relative;
}

.stock-mes .stock-tm {
    font-size: 24px;
    line-height: 44px;
    color: #595959;
}

.stock-mes .stock-tm p {
    margin-top: 26px;
    padding-right: 350px;
}

.stock-mes .stock-num {
    position: absolute;
    right: 0;
    top: 0;
}

.stock-mes .stock-num .num,
.stock-mes .stock-num .limit {
    text-align: center;
    color: #f73131;
    font-family: 'dinM';
}

.stock-mes .stock-num .num em,
.stock-mes .stock-num .num span,
.stock-mes .stock-num .limit span {
    font-family: 'dinM';
    vertical-align: bottom;
}

.stock-mes .stock-num .num em {
    display: inline-block;
    font-size: 100px;
    line-height: 90px;
    width: 275px;
}

.stock-mes .stock-num .num span {
    font-size: 16px;
    line-height: 24px;
}

.stock-mes .stock-num .limit {
    margin-top: 10px;
    font-size: 24px;
    line-height: 24px;
}

.stock-mes .stock-num .limit i {
    display: inline-block;
    width: 30px;
    height: 24px;
    text-align: center;
    background-image: url("../image/up.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.stock-mes .stock-num .limit i.down {
    background-image: url("../image/down.png");
}

.stock-mes .stock-num .limit span {
    font-size: 24px;
    line-height: 24px;
    margin: 5px;
}

.stock-mes .item h3#xj::after {
    content: "";
    width: 20px;
    height: 35px;
    position: absolute;
    display: block;
    background: url(https://www.autobio.com.cn/Public/Home/images/stock-jiantou2.png) no-repeat scroll;
    right: -30px;
    top: 8px;
}

.stock-mes .item h3#xj.down::after {
    background-position: -20px 0;
}

.stock-mes .stock-num.dn .num,
.stock-mes .stock-num.dn .limit {
    color: #205BDF;
}




.stock-oth {
    margin-top: 95px;
}

.stock-oth .rem {
    float: left;
    width: 36%;
    color: #595959;
}

.stock-oth .stock-hd {
    float: right;
    max-width: 60%;
}

.stock-oth .rem h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}

.stock-oth .rem p {
    font-size: 14px;
    line-height: 24px;
}



.stock-oth .stock-hd li {
    float: left;
    padding: 0 50px;
    color: #414141;
    text-align: center;
    position: relative;
}

.stock-oth .stock-hd li p {
    font-size: 22px;
    line-height: 40px;
}

.stock-oth .stock-hd li em {
    display: inline-block;
    width: 115px;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-family: 'dinM';
}

.stock-oth .stock-hd li::before,
.stock-oth .stock-hd li:last-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 50px;
    background: #c1c1c1;
}

.stock-oth .stock-hd li::before {
    left: 0;
}

.stock-oth .stock-hd li:last-child::after {
    right: 0;
}



.investor-notice {
    padding-top: 110px;
    padding-bottom: 30px;
}

.company-notice {
    margin-top: 105px;
}

.company-notice li {
    padding: 35px 25px;
    border-top: 1px solid #c1c1c1;
}

.company-notice li:last-child {
    border-bottom: 1px solid #c1c1c1;
}

.company-notice li a {
    display: block;
    position: relative;
    padding: 0 30px;
}

.company-notice li a::before,
.company-notice li a::after {
    content: "";
    position: absolute;
    top: 0;
    width: 30px;
    background-repeat: no-repeat;
}

.company-notice li a::before {
    height: 30px;
    left: 0;
    background-position: left center;
    background-image: url("../image/pdf3.png");
    background-size: 24px;
}

.company-notice li a::after {
    height: 100%;
    ;
    right: 0;
    background-position: right center;
    background-image: url("../image/icon_load.png");
    background-size: 20px;
}

.company-notice li p {
    font-size: 24px;
    line-height: 30px;
    color: #000
}

.company-notice li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #909090;
    margin-top: 10px;
}

.company-notice li:hover p {
    color: #205BDF;
}

.newbtn {
    position: relative;
    display: block;
    top: 60px;
    width: 200px;
    height: 62px;
    font-size: 16px;
    line-height: 62px;
    color: #4669ff;
    text-align: center;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    border-radius: 30px 0 30px 0;
    margin: auto;
    border: 1px solid #4669ff;
}
.newbtn:hover {
    color: #fff;
    border-radius: 30px 0 30px 0;
    background-color: #4669ff;
}

/* 2024-0910-新增-客户中心 */
.list_question{
    margin: 64px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 5%;
}
.list_question .li{
    width: 30%;
}
.list_question .li .a{
    width:100%;
    display: block;
}
.list_question .li .a img{
    width: 100%;
    border-radius: 12px;
}
.list_question .li .a h5{
    font-size: 20px;
    margin: 20px 0 14px;
    color: #333;
}
.list_question .li .a .desc{
    font-size: 16px;
    margin: 12px 0;
    color:#999;
    line-height: 20px;
}
.question_detail{
    margin: 64px 0;
}
.question_detail h5{
    font-size: 20px;
    margin: 0 0 14px;
    color: #333;
}
.question_detail .desc{
    font-size: 16px;
    color:#999;
    line-height: 20px;
}
.question_detail img{
    max-width: 100%;
}
.list_video{
    margin: 64px 0 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px 2%;
}
.list_video .li{
    width: 23.5%;
    cursor: pointer;
}
.list_video .li .img{
    position: relative;
    height: 80%;
}
.list_video .li .poster{
    position: relative;
    width: 100%;
    height: 100%;
}
.list_video .li .pro{
    width: 100%;
    height: 100%;
    /*border-radius: 10px;*/
}
.list_video .li .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 60px;
    width: 18%;
}
.list_video .li h5{
    font-size: 20px;
    margin: 20px 0 14px;
    color: #333;
    text-align: center;
}
.list_video .li .my_video{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 100%;
    background: #000;
    /*border-radius: 10px;*/
    display: flex;
    align-items: center;
}
.list_video .li .my_video video{
    width: 100%;
    height: 100%;
    /*border-radius: 10px;*/
}
.ty_pages {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin: 0 0 64px;
}
.ty_pages a,
.ty_pages span {
	padding: 0px 13.5px;
	height: 36px;
	margin-bottom: 5px;
	line-height: 36px;
	text-align: center;
	background-color: #f4f4f4;
	color: #666666;
	display: inline-block;
	border-radius: 2px;
}
.ty_pages a:hover,
.ty_pages a.active,
.ty_pages span {
	color: #fff;
	background-color: #205BDF;
	text-decoration: none;
}



