.head-page .about_item>a span{
    color: #50C4D6;
}
.head-page .about_item>a:after {
    transform: scale(1);
    opacity: 1;
}

.index_about{
    background: rgba(80, 196, 214, .06);
}
.time_items{
    margin-top: 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(142, 201, 195, 0.29);
}
.index_about .texts{
    width: 50%;
}
.index_about .img{
    width: 39.7%;
} 
.index_about .texts .f_tit::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/index_about_ftit_icon.png) no-repeat center/cover;
    margin-right: 10px;
}
.index_about .texts .tit{
    margin: 25px 0 40px;
}
.index_about .texts .tit span{
    color: rgba(80, 196, 214, 1);
}


/* 企业文化 */
.about_pg02 {
    background: rgba(80, 196, 214, .06);
}
.ys-fadeup1 {
    animation: ysfadeInUp .8s ease-in-out both;
    animation-delay: .2s;
}
.eebu-li {
    width: 15%;
    /* padding: 0 12px; */
    transition: all 0.56s;
}
.eebu-li-wrap {
    width: 100%;
    height: 500px;
    position: relative;
}
.eebu-li-wrap-img {
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
    z-index: 13;
    transition: all 0.56s;
}
.eebu-li-wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.eebu-li-wrap-img::after {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 50%;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%); */
}
.eebu-li-wrap-img-text{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    z-index: 10;
    padding: 55px 35px;
    opacity: 0;
    /* transition: all 0.26s; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.eebu-li-wrap-img-text .elwp-tit-info{
    width: calc(100% - 90px);
    padding-left: 20px;
    box-sizing: border-box;
}
.eebu-li-wrap-positi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #C3E8EC 0%, #FFFFFF 50%, #C3E8EC 99%);
    z-index: 10;
    padding: 55px 35px;
    opacity: 1;
    /* transition: all 0.26s; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.elwp-icon {
    /* width: 118px; */
    width: 90px;
    transition: all .4s;
}
.elwp-icon img {
    width: 100%;
}
.elwp-tit {
    margin-bottom: 10px;
}
.elwp-info {
    width: 725px;
    max-width: 100%;
}
.eebu-li-wrap-positi .elwp-info{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.eebu-li.act {
    width: 25%;
}
.eebu-li.act .eebu-li-wrap-positi {
    opacity: 0;
}
.eebu-li.act .eebu-li-wrap-img{
    opacity: 1;
}
.eebu-li.act .eebu-li-wrap-img-text{
    opacity: 1;
}


/* 荣誉资质 */
.about_pg03 .lists{
    position: relative;
    min-height: 375px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.about_pg03 .img{
    width: 27.7%;
    position: absolute;
    left: 0;
}
.about_pg03 .r_swiper{
    width: 73%;
    position: relative;
    padding: 0 100px;
    box-sizing: border-box;
    margin-left: auto;
}
.about_pg03 .swiper-container{
    position: initial;
}
.about_pg03 .swiper-slide{
    background: #dddddd;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.about_pg03 .swiper-button-next{
    right: 0;
}
.about_pg03 .swiper-button-prev{
    left: 0;
}
.about_pg03 .swiper-button-next, .about_pg03 .swiper-button-prev{
    width: 56px;
    height: 56px;
    background: #50C4D6;
    border-radius: 50%;
}
.about_pg03 .swiper-button-next::after, .about_pg03 .swiper-button-prev::after{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.tech-tk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .68);
    z-index: 999;
    display: none;
}
.tech-tk.active {
    display: block;
}
.tech-tk-box {
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 24px;
    max-width: 800px;
    width: 92%;
}
.tech-tk-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tech-tk-img .img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
}
.tech-tk-img .img img{
    max-width: 100%;
    max-height: 100%;
}
.tech-tk-img .desc{
    margin-top: 15px;
}
.techclose {
    margin-left: auto;
    display: block;
    width: 17px;
}
.techclose img {
    transition: all .4s;
}
.techclose img:hover {
    transform: rotate(360deg);
}


/* 公司历程 */
.about_pg04{
    background: url(../img/bg_about_history.jpg) no-repeat center fixed;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.about-title {
    margin-bottom: 25px;
}
.about-title h3 {
    margin: 0 0 10px;
    font-size: 34px;
    font-weight: 400;
    color: #2c2c2c;
}
.about-title p {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    color: #ECECEC;
}
.title-white h3 {
    color: #d6d6d6;
}
.title-white p {
    color: rgba(222, 222, 222, .09);
}
.about-history {
    position: relative;
    padding: 0 80px;
    box-sizing: border-box;
}
.about-history-list {
    position: initial;
}
.about-history:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-top: 1px solid #50C4D6;
}
.about-history-list .swiper-button-next, .about-history-list .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-top: -24px;
    font-size: 24px;
    font-family: simsun;
    color: #ffffff;
    text-align: center;
    background: #50C4D6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.about-history-list .swiper-button-prev {
    left: 0;
}
.about-history-list .swiper-button-next {
    right: 0;
}
.about-history-list .swiper-button-next::after, .about-history-list .swiper-button-prev::after{
    font-size: 16px;
}
.about-history-list .swiper-button-next.swiper-button-disabled, .about-history-list .swiper-button-prev.swiper-button-disabled{
    opacity: .9;
}
.about-history-list .slides li {
    position: relative;
    height: 470px;
}
.about-history-list .slides li .item {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    padding-top: 44px;
}
.about-history-list .slides li .item:before {
    position: absolute;
    top: -49px;
    left: 50%;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-left: -10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(80,196,214, .6);
    content: '';
}
.about-history-list .slides li .item:after {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin-left: -6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #50C4D6;
    content: '';
}
.about-history-list .slides li .item .item_text{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 152px;
    padding-bottom: 15px;
    box-sizing: border-box;
}
.about-history-list .slides li .item .item_text .desc {
    margin-top: 10px;
}
.about-history-list .slides li .item .year {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    line-height: 44px;
    margin: 0;
    color: #fff;
    text-align: center;
    background-color: #50C4D6;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.about-history-list .slides li .item .year:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -9px;
    border-width: 0 9px 18px;
    border-style: solid;
    border-color: transparent transparent #50C4D6;
    content: '';
}
.about-history-list .slides li .item .desc p {
    margin: 0;
}
.about-history-swiper .swiper-slide .item {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.about-history-swiper .swiper-slide .item .year {
    margin: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    color: #999999;
    background-color: #50C4D6;
}
.about-history-swiper .swiper-slide .item .desc {
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
    color: #929292;
}
.about-history-swiper .swiper-slide .item .desc p {
    margin: 0;
}
.about-history-list .slides li:nth-child(even) .item {
    top: 0;
    bottom: auto;
    padding: 0 0 44px;
}
.about-history-list .slides li:nth-child(even) .item:before {
    top: auto;
    bottom: -49px;
}
.about-history-list .slides li:nth-child(even) .item:after {
    top: auto;
    bottom: -45px;
}
.about-history-list .slides li:nth-child(even) .item .year {
    top: auto;
    bottom: 0;
}
.about-history-list .slides li:nth-child(even) .item .year:before {
    top: 100%;
    bottom: auto;
    border-width: 18px 9px 0;
    border-color: #50C4D6 transparent transparent;
}
.about-history-list .slides li:nth-child(odd) .item .item_text{
    justify-content: flex-start;
    padding-bottom: 0;
    padding-top: 15px;
}

/* 招聘机会 */
.job_pg .list {
    border-bottom: 1px dashed #ddd;
}
.job_pg .list:last-child {
    margin-bottom: 0;
}
.job_pg .title{
    height: 88px;
    background: #F4F4F4;
    padding: 0 30px;
    box-sizing: border-box;
}
.job_pg .title .tit{
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
}
.job_pg .name {
    color: #333333;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.job_pg .list_title{
    padding: 0 30px;
    box-sizing: border-box;
    height: 88px;
    background: #fff;
    cursor: pointer;
}
.job_pg .title .tit:nth-child(1),.job_pg .name:nth-child(1){
    width: 18%;
    text-align: left;
    font-size: 18px;
}
.job_pg .title .tit:nth-child(2),.job_pg .name:nth-child(2){
    width: 15%;
}
.job_pg .title .tit:nth-child(3),.job_pg .name:nth-child(3){
    width: 15%;
}
.job_pg .title .tit:nth-child(4),.job_pg .name:nth-child(4){
    width: 18%;
}
.job_pg .title .tit:nth-child(5),.job_pg .name:nth-child(5){
    width: 24%;
}
.job_pg .title .tit:nth-child(6),.job_pg .name:nth-child(6){
    width: 10%;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.detail_btn{
    width: 23px;
    height: 13px;
    background: url(../img/detail_btn_next.png) no-repeat center/cover;
    transition: all .4s;
}
.job_pg .list_hidden {
    padding: 55px 45px;
    box-sizing: border-box;
    display: none;
    background: #F7F7F7;
}
.job_pg .text .show_tit{
    font-size: 18px;
    color: #333;
    margin: 28px 0 15px;
    font-weight: 600;
}
.job_pg .text .show_tit:first-child{
    margin-top: 0;
}
.job_pg .text .show_con p{
    margin-bottom: 10px;
}
.job_pg .text .show_con p:last-child{
    margin-bottom: 0;
}
.send_btn{
    width: 353px;
    height: 55px;
    background: #50C4D6;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 45px;
}
.send_btn:hover{
    color: #fff;
}
.job_pg .list.active .detail_btn {
    transform: rotate(180deg);
}


/* 企业新闻 */
.news_list .list{
    height: 318px;
    background: #E7E9EE;
    border-radius: 20px;
    padding: 50px 5%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.news_list .list .texts{
    width: calc(100% - 345px);
    padding-right: 11.5%;
    box-sizing: border-box;
}
.news_list .list .texts_time{
    width: 80px;
}

.news_list .list .texts_text{
    width: calc(100% - 80px);
    padding-left: 11.5%;
    box-sizing: border-box;
}
.news_list .list .texts_text .tit{
    transition: all .4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list .list .texts_text .con{
    margin: 15px 0 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    overflow:hidden;
    -webkit-box-orient: vertical;
}
.news_list .list .img {
    width: 345px;
    height: 198px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.news_list .list .img img{
    transition: all .4s;
}
.news_details_pg .title {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 27px;
    box-sizing: border-box;
    margin-bottom: 50px;
}
.news_details_pg .title .desc {
    margin-top: 16px;
}
.news_details_pg .title .desc p{
    margin-right: 10px;
    display: unset;
}
.news_details_pg .title .desc p:last-child{
    margin-right: 0;
}
.news_details_pg .con {
    text-indent: 2em;
}
.news_details_pg .con img{
    display: block;
    margin: 0 auto;
}
.news_details_pg .con p{
    margin-bottom: 26px;
}
.news_details_pg .con p:last-child{
    margin-bottom: 0;
}
.newsDe_page {
    border-top: 1px solid #DCDCDC;
    padding-top: 40px;
    box-sizing: border-box;
    margin-top: 60px;
}
.newsDe_list {
    width: 175px;
    height: 55px;
    border: 1px solid #DCDCDC;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    z-index: 1;
}
.newsDe_list::before {
    content: "";
    display: block;
    width: 22px;
    height: 20px;
    background: url(../img/newsDe_list.png) no-repeat center/cover;
    margin-right: 15px;
    transition: all .4s;
}
.newsDe_list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #50C4D6 ;
    transition: all .3s;
    height: 100%;
    width: 0;
    display: block;
}
.newsDe_iteml {
    width: calc(100% - 175px);
    padding-right: 5%;
    box-sizing: border-box;
}
.newsDe_iteml span {
    width: 70px;
    transition: all .4s;
}
.newsDe_iteml .item {
    margin-bottom: 12px;
    transition: all .4s;
}
.newsDe_iteml .item:last-child {
    margin-bottom: 0;
}
.newsDe_iteml .descc {
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s;
}
.newsDe_iteml .item:hover .descc {
    color: #50C4D6 ;
}


/* 合作伙伴 */
.partners_pg02{
    background: #F3F4F8;
}
.partners_pg02 .page_tit {
    line-height: 1.38;
}
.partners_pg02 .con{
    margin-top: 55px;
}
.partners_pg02 ..contaca_btn{
    width: 150px;
    height: 55px;
    background: #50C4D6;
    border-radius: 20px 0px 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners_pg02 .contaca_btn::after{
    content: "";
    display: block;
    width: 20px;
    height: 13px;
    background: url(../img/contaca_btn.png) no-repeat center/cover;
    margin-left: 15px;
}
.partners_pg02 .texts_l{
    max-width: 35%;
}
.partners_pg02 .lists{
    width: 60%;
}
.partners_pg02 .lists .img{
    width: 18.4%;
    height: 90px;
    margin-right: 2%;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
}
.partners_pg02 .lists .img img{
    max-height: 100%;
}
.partners_pg02 .lists .img:nth-child(5n){
    margin-right: 0;
}
.partners_pg02 .swiper_btns {
    margin-top: 30px;
}
.partners_pg02 .swiper-scrollbar{
    width: calc(100% - 70px);
    height: 2px;
    background: #DDDDDD;
}
.partners_pg02 .swiper-scrollbar-drag{
    background: #50C4D6;
}
.partners_pg02 .swiper-pagination-pd{
    width: 50px;
    text-align: right;
    font-size: 16px;
    color: #666;
}
.partners_pg02 .swiper-pagination-current{
    color: #50C4D6 ;
}


/* 关于永力 */
.yongli_pg01{
    background: #EEF1F4;
}
.yongli_pg01 .texts{
    width: 100%;
    padding-top: 25px;
    box-sizing: border-box;
}
.yongli_pg01 .texts .page_title_desc {
    margin-top: 10px;
}
.yongli_pg01 .texts .con {
    margin-top: 30px;
}
.yongli_pg01 .texts .con p{
    margin-bottom: 10px;
}
.yongli_pg01 .texts .con p:last-child{
    margin-bottom: 0;
}
.yongli_pg01 .img{
    width: 45%;
    background: #2964AC;
    margin-right: 4.5%;
    float: left;
}
.yongli_pg01 .items{
    justify-content: space-around;
    margin-top: 80px;
    background: rgba(255, 255, 255, .8);
    border-radius: 12px;
    padding: 35px;
    box-sizing: border-box;
}
.yongli_pg01 .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.yongli_pg01 .item .icon{
    max-width: 60px;
}
.yongli_pg01 .item p {
   margin-top: 15px;
}


.yongli_pg02 .lists{
    overflow: hidden;
    position: relative;
    padding: 40px 0;
    box-sizing: border-box;
}
.yongli_pg02 .desc_icon_lines{
    margin: 10px 0 50px;
}
.yongli_pg02 .desc_icon_lines::before,.yongli_pg02 .desc_icon_lines::after{
    content: "";
    display: block;
    width: calc((100% - 50px) / 2);
    height: 1px;
    background: #999999;
}
.course_title2 {
    font-style: initial;
    margin: 0 15px;
    text-align: center;
    width: 56px;
    line-height: 1.2;
}
.course-box2-text {
    width: 100%;
    overflow-y: auto;
    color: #666666;
    margin-top: 10px;
}
.course-box2-text p{
    margin-bottom: 10px;
}
.course-box2-text p:last-child{
    margin-bottom: 0;
}
.course-box2_line{
    width: 40px;
    height: 3px;
    background: #50C4D6;
    margin: 10px 0 15px;
}
.course-box2-img {
    width: 168px;
    object-fit: cover;
}
.course-box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 15px 1px #F1F1F1;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 25px;
    box-sizing: border-box;
    width: calc(100% - 120px);
}
.course-box2-tbox {
    width: calc(100% - 198px);
}
.course-hline {
    width: 37px;
    height: 1px;
    background: #999999;
}
.course-title2 {
    margin: 0px 15px;
    color: #333;
    font-weight: 600;

}
.course-icon {
    background: #fff;
    border: 3px solid #50C4D6;
    border-radius: 50%;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}
.yongli_pg02 .list{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yongli_pg02 .list_box {
    width: 50.65%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}
.yongli_pg02 .list:nth-child(2n - 1) .list_box{
    margin-left: auto;
}
.yongli_pg02 .list:nth-child(2n - 1) .course-box2{
   margin-left: 15px;
}
.yongli_pg02 .list:nth-child(2n) .course-box2{
    margin-right: 15px;
 }
.yongli_pg02 .list:nth-child(2n) .list_box{
    flex-direction: row-reverse;
}
.course-sline {
    width: 1px;
    height: 100%;
    background: #999999;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}


.history_content .desc {
    margin-top: 10px;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.history_content {
    overflow: hidden;
}
.history_content ul li {
    background-image: url(../img/history_line.png);
    background-repeat: repeat-y;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding: 35px 0;
    box-sizing: border-box;
}
.history_content ul li dd:last-child {
    margin-bottom: 0;
}
.history_content ul li .first {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -3px;
}
.history_content ul li .bottom {
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
}
.history_content ul li .f-left {
    width: 50%;
    text-align: right;
}
.history_content ul li .f-right {
    width: 50%;
    text-align: left;
}
.history .f-right,
.history .f-left {
    position: relative;
    left: 0;
    top: 0;
}
.history_dot {
    display: flex;
    align-items: center;
    margin-top: 8px;
    width: 57px;
}
.history_dot_scale{
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    background: #fff;
    border: 3px solid #50C4D6;
    border-radius: 50%;
}
.history_dot_line{
    width: 37px;
    height: 1px;
    background: #999999;
}
.f-right .history_dot {
    margin-left: -10px;
}
.f-left .history_dot {
    margin-right: -10px;
    right: 0;
}
.history_dot_line{
    width: 37px;
    height: 1px;
    background: #999999;
}
.history_date {
    color: #50C4D6;
    font-family: 'ITCAVANTGARDESTD-BOLD', Arial, sans-serif;
    font-weight: bold;
}
.f-right .history_date {
    padding-left: 36px;
}
.f-left .history_date {
    padding-right: 36px;
}
.f-right .history_text {
    background: #fff;
    box-shadow: 0px 0px 15px 1px #F1F1F1;
    padding: 25px;
    box-sizing: border-box;
    margin-left: 30px;
    width: calc(100% - 87px);
}
.f-left .history_text {
    margin-right: 30px;
    background: #fff;
    box-shadow: 0px 0px 15px 1px #F1F1F1;
    padding: 25px;
    box-sizing: border-box;
    width: calc(100% - 87px);
    flex-direction: row-reverse;
}
.f-left .history_tet{
    flex-direction: row-reverse;
}
.f-left .history_tet .history_dot{
    flex-direction: row-reverse;
}
.history_text_img{
    display: flex;
    overflow: hidden;
    margin-top: 10px;
    width: 50%;
}
.history_text_img img{
    max-height: 100%;
}
.f-left .history_text_img{
    margin-left: auto;
    justify-content: flex-end;
}
.history_text text {
    color: #666;
    line-height: 1.875;
}
.history_text .tit {
    color: #50C4D6;
    line-height: 1;
    font-weight: lighter;
    margin-bottom: 5px;
    display: block!important;
}
.history_tet {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}
.history_tet.last {
    padding-bottom: 0;
}
.padding_b {
    padding-bottom: 20px;
}
@media only screen and (min-width: 960px) {
    .news_list .list:hover img{
        transform: scale(1.08);
    }
    .news_list .list:hover .tit{
        color: #50C4D6;
    }
    .news_list .list:hover .watch_detil{
        padding: 0 10px;
        color: #fff ;
        background: #50C4D6;
    }
    .news_list .list:hover .watch_detil::after{
        background: url(../img/watch_detil_next_hover.png) no-repeat center/cover;
    }
    .news_list .list:hover .time_day {
        color: #50C4D6;
    }
    .newsDe_list:hover::before {
        background: url(../img/newsDe_hlist.png) no-repeat center/cover;
    }
    .newsDe_list:hover::after {
        width: 100%;
    }
    .newsDe_list:hover {
        color: #fff;
    }
}
@media only screen and (max-width: 1600px) {
    .about_pg03 .lists{
        min-height: 337px;
    }
}
@media only screen and (max-width: 1480px) {
    .about_pg03 .lists{
        min-height: 312px;
    }
}
@media only screen and (max-width: 1440px) {
    .about_pg03 .lists{
        min-height: 303px;
    }
}
@media only screen and (max-width: 1400px) {
    .about_pg03 .lists{
        min-height: 295px;
    }
}
@media only screen and (max-width: 1366px) {
    .about_pg03 .lists{
        min-height: 288px;
    }
    .yongli_pg01 .items{
        margin-top: 70px;
    }
}
@media only screen and (max-width: 1280px) {
    .about_pg03 .lists{
        min-height: 270px;
    }
    .elwp-icon{
        width: 75px;
    }
    .eebu-li-wrap-img-text .elwp-tit-info{
        width: calc(100% - 75px);
    }
    .eebu-li-wrap-img-text{
        padding: 50px 20px;
    }
    .eebu-li-wrap-positi{
        padding: 50px 20px;
    }
    .partners_pg02 .lists .img{
        height: 80px;
    }

    .yongli_pg01 .items{
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1240px) {
    .about_pg03 .lists {
        min-height: 261px;
    }
}
@media only screen and (max-width: 1200px) {
    .job_pg .title{
        height: 75px;
    }
    .job_pg .list_title{
        height: 75px;
    }
    .detail_btn {
        width: 18px;
        height: 9px;
    }
    .about_pg03 .lists {
        min-height: 253px;
    }
    .news_list .list{
        height: 278px;
        padding: 40px 5%;
    }
    .news_list .list .texts{
        padding-right: 8%;
    }
    .yongli_pg01 .items {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1043px) {
    .eebu-li-wrap{
        height: 435px;
    }
    .elwp-icon {
        width: 65px;
    }
    .eebu-li-wrap-img-text .elwp-tit-info {
        width: calc(100% - 65px);
    }
    .about_pg03 .lists {
        min-height: 224px;
    }
    .about_pg03 .swiper-button-next, .about_pg03 .swiper-button-prev {
        width: 48px;
        height: 48px;
    }
    .job_pg .title{
        padding: 0 15px;
    }
    .job_pg .list_title{
        padding: 0 15px;
    }
    .job_pg .list_hidden{
        padding: 35px 35px;
    }
    .send_btn{
        width: 302px;
    }
    .news_list .list .img {
        width: 300px;
        height: 172px;
    }
    .news_list .list .texts {
        width: calc(100% - 300px);
    }
    .partners_pg02 .lists .img {
        height: 70px;
        padding: 10px;
    }
    .yongli_pg01 .items{
        padding: 30px 0;
    }
    .history_text_img{
        width: 60%;
    }
}
@media only screen and (max-width: 960px) {
    .news_list .list{
        height: 252px;
    }
    .news_list .list .texts_text{
        padding-left: 6%;
    }
}
@media only screen and (max-width: 768px) {
    .index_about .texts {
        width: 100%;
    }
    .index_about .texts .tit {
        margin: 12px 0 15px;
    }
    .index_about .img {
        width: 100%;
        margin-top: 20px;
    }
    .eebu-li.act {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .eebu-li.act:last-child{
        margin-bottom: 0;
    }
    .eebu-li-wrap {
        height: 245px;
    }
    .eebu-li-wrap-img-text {
        padding: 30px 15px;
    }
    .elwp-icon {
        width: 60px;
    }
    .eebu-li-wrap-img-text .elwp-tit-info {
        width: calc(100% - 60px);
        padding-left: 15px;
    }
    .elwp-tit {
        margin-bottom: 6px;
    }
    .about_pg03 .page_tit {
        text-align: center;
    }
    .about_pg03 .img {
        width: 100%;
        position: initial;
    }
    .about_pg03 .r_swiper {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: 30px;
    }
    .about_pg03 .swiper-button-next, .about_pg03 .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .about_pg03 .swiper-button-next::after, .about_pg03 .swiper-button-prev::after{
        font-size: 14px;
    }


    .about-history{
        padding: 0 40px;
    }
    .about-history-list .swiper-button-next, .about-history-list .swiper-button-prev{
        width: 38px;
        height: 38px;
        margin-top: 0;
        top: 0;
    }
    .about-history-list .swiper-button-next::after, .about-history-list .swiper-button-prev::after{
        font-size: 14px;
    }

    .about-history-list .slides li .item .year{
        height: 36px;
        line-height: 36px;
    }
    .about-history-list .slides li .item{
        padding-top: 36px;
        bottom: 0;
    }
    .about-history-list .slides li:nth-child(even) .item {
        padding: 36px 0 0;
        top: initial;
        bottom: 0;
    }
    .about-history-list .slides li:nth-child(even) .item .year {
        top: 0;
        bottom: initial;
    }
    .about-history-list .slides li:nth-child(even) .item .year:before {
        top: initial;
        bottom: 100%;
        border-width: 0 9px 18px;
        border-color: transparent transparent #50C4D6;
    }
    .about-history-list .slides li:nth-child(even) .item:before {
        top: -49px;
        bottom: initial;
    }
    .about-history-list .slides li:nth-child(even) .item:after {
        top: -45px;
        bottom: -0;
    }
    .about-history:before{
        top: 18px;
    }
    .about-history-list .slides li .item .item_text .tit{
        margin-top: 15px;
    }

    .about-history-list .slides li{
        height: 221px;
    }
    .about-history-list .slides li .item .item_text{
        min-height: 127px;
        padding-bottom: 0;
        justify-content: flex-start;
    }
    .about-history-list .slides li:nth-child(odd) .item .item_text{
        padding-top: 0;
    }

    .job_pg .title .tit:nth-child(2), .job_pg .name:nth-child(2){
        display: none;
    }
    .job_pg .title .tit:nth-child(3), .job_pg .name:nth-child(3){
        display: none;
    }
    .job_pg .title .tit:nth-child(4), .job_pg .name:nth-child(4){
        display: none;
    }
    .job_pg .title .tit:nth-child(1), .job_pg .name:nth-child(1){
        width: 50%;
    }
    .job_pg .title .tit:nth-child(6), .job_pg .name:nth-child(6){
        width: 20%;
    }
    .job_pg .title .tit:nth-child(5), .job_pg .name:nth-child(5) {
        width: 30%;
    }
    .job_pg .list_title{
        padding: 0;
    }
    .job_pg .title{
        padding: 0;
    }
    .job_pg .name{
        padding: 0 8px;
    }
    .job_pg .title .tit{
        padding: 0 8px;
    }
    .job_pg .title .tit:nth-child(1), .job_pg .name:nth-child(1){
        font-size: 15px;
    }
    .detail_btn {
        width: 14px;
        height: 7px;
    }
    .job_pg .list_title {
        height: 50px;
    }
    .job_pg .list_hidden {
        padding: 25px 15px 30px;
    }
    .send_btn {
        width: 278px;
        margin-top: 20px;
        height: 42px;
    }
    .job_pg .text .show_tit {
        font-size: 16px;
        margin: 15px 0 8px;
    }
    .job_pg .title{
        height: 52px;
    }

    .news_list .list {
        height: auto;
        padding: 30px 15px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .news_list .list .texts {
        width: 100%;
        padding-right: 0;
    }
    .news_list .list .img {
        width: 100%;
        height: 178px;
        margin-top: 15px;
    }
    .news_list .list .texts_text{
        padding-left: 15px;
        width: calc(100% - 60px);
    }
    .news_list .list .texts_time {
        width: 60px;
    }
    .news_list .list .texts_text .con {
        margin: 10px 0 10px;
    }
    .newsDe_iteml {
        width: 100%;
        padding-right: 0;
        box-sizing: border-box;
    }
    .newsDe_list{
        width: 128px;
        height: 42px;
        margin: 25px auto 0;
    }
    .newsDe_page {
        margin-top: 30px;
        padding-top: 25px;
    }
    .news_details_pg .title{
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .news_details_pg .con p {
        margin-bottom: 10px;
    }
    .news_details_pg .title .desc {
        margin-top: 10px;
    }

    .partners_pg02 .texts_l {
        max-width: 100%;
    }
    .partners_pg02 .lists {
        width: 100%;
        margin-top: 25px;
    }
    .partners_pg02 .lists .img {
        height: 70px;
        padding: 10px;
        width: 32%;
        margin-right: 2%;
        border-radius: 10px;
    }
    .partners_pg02 .lists .img:nth-child(5n){
        margin-right: 2%;
    }
    .partners_pg02 .lists .img:nth-child(3n){
        margin-right: 0;
    }
    .partners_pg02 .con {
        margin-top: 10px;
    }
    .partners_pg02 .swiper_btns {
        margin-top: 10px;
    }
    .yongli_pg01 .img{
        width: 100%;
        margin-right: 0;
        float: initial;
        margin-top: 20px;
    }
    .yongli_pg01 .texts{
        padding-top: 0;
    }
    .yongli_pg01 .items {
        margin-top: 25px;
    }
    .yongli_pg01 .lists{
        display: flex;
        flex-direction: column-reverse;
    }
    .yongli_pg01 .texts .con {
        margin-top: 15px;
    }
    .yongli_pg01 .texts .page_title_desc {
        margin-top: 5px;
    }
    .f-right .history_text{
        margin-left: 10px;
        width: calc(100% - 40px);
        box-shadow: initial;
        padding: 0;
    }
    .f-left .history_text{
        margin-right: 10px;
        width: calc(100% - 40px);
        box-shadow: initial;
        padding: 0;
    }
    .history_text_img {
        width: 100%;
    }
    .history_dot_line{
        width: 15px;
    }
    .history_dot_scale{
        width: 15px;
        height: 15px;
    }
    .f-right .history_dot {
        margin-left: -8px;
    }
    .history_dot{
        width: 30px;
    }
    .history_tet{
        margin-bottom: 20px;
    }
    .history_content ul li{
        padding: 15px 0;
    }
    .yongli_pg01 .items {
        padding: 20px 0;
        justify-content: flex-start;
    }
    .yongli_pg01 .item {
        width: 32%;
        margin: 10px 0;
    }
    .yongli_pg01 .item .icon {
        max-width: 35px;
    }
    .yongli_pg01 .item p {
        margin-top: 12px;
    }
}
