.abanner .aban-tit {
    color: #fff;
}

.abanner .aban-en {
    color: #fff;
}




.video_con {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 99999;
}

.video_con .vid_dom {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video_con img {
    width: 100%;
    height: 100%;

   object-fit: contain;
}

.video_con .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #000;
    border-radius: 100%;
    cursor: pointer;
    z-index: 2;
}

.video_con .close:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg);
}

.video_con .close:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    transform: translateX(-50%) rotate(135deg);
}




@media screen and (max-width:768px) {
    .video_con .vid_dom {
        width: 90%;
    }
}

.maintop {
    display: flex;

    align-items: center;
}

.main-tlf {
    flex: 0 0 36.458%;
}

.main-tlf .main-timg {
    width: 100%;
}

.main-tlf .main-timg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-trg {
    flex: 0 0 56.38%;
    margin-left: 5.9%;
}

.mainpro .mainlist {
    display: flex;
    flex-wrap: wrap;
}

.mainpro .main-item {
    flex: 0 0 23.4%;
    margin-right: calc(6.4% / 3);

}

.mainpro .main-item:nth-child(4n) {
    margin-right: 0;
}

.mainpro .main-tit {
    line-height: 1.41;
    font-weight: 500;
    color: #222222;
    padding-left: 26px;
    position: relative;
    transition: all .5s;
    background-color: rgba(250, 250, 254, 1);
}

.mainpro .main-tit::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 1.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--blue);
}

.main-img {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
   position: relative;
}

.main-img img {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.main-item:hover .main-img img {
    transform: scale(1.05);
}

.mainpro .main-item:hover .main-tit {
    color: var(--blue);
}

.service-top {
    display: flex;
    align-items: center;
}

.service-tlf {
    flex: 0 0 39.236%;
    margin-right: 6.388%;
}

.service-tlf .sevice-img {
    width: 100%;
}

.service-tlf .sevice-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-trg {
    flex: 1;
}

.service .service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service .service-item {
    flex: 0 0 48.95%;
}

.service .service-item a {
    display: flex;
    width: 100%;
    height: 100%;
    background: #FAFAFE;
    padding-left: 7.09%;
    padding-right: 9.5%;
    align-items: center;
    transition: all .5s;
}

.service .service-item a:hover{
    background: var(--blue);
}

.service .service-item svg {
    width: 42px;
    height: 42px;
    flex: none;
    margin-right: 20px;
}

.service .service-item svg path {
    transition: all .5s;
}

.service .service-item a:hover svg path {
    fill: #fff;
}

.service .ser-tit {
    font-weight: bold;
    color: #222222;
    line-height: 1.5;
    flex: 1;
      transition: all .5s;
}
.service .service-item a:hover .ser-tit {
    color: #fff;
}
.service .ser-time {
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin-left: 20px;
      transition: all .5s;
    flex: none;
}
.service .service-item a:hover .ser-time {
    color: #fff;
}

/*.service .service-item a:hover {
    border-image: linear-gradient(95deg, rgba(15, 86, 174, 1), rgba(15, 86, 174, 1), rgba(15, 86, 174, 1)) 1 1;
}*/

.equipment-list {
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.equipment-item {
    flex: 0 0 32%;
    margin-right: 2%;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    transition: all .5s;
}

.equipment-item:nth-child(3n) {
    margin-right: 0;
}

.equipment-img {
    overflow: hidden;
    height: 0;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.equipment-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.equipment-item:hover .equipment-img img {
    transform: scale(1.05);
}

.equipment-item:hover {
    background-color: var(--blue);
}

.equipment-tit {
    line-height: 1.41;
    padding-left: 9.13%;
    padding-right: 9.13%;
    color: #222222;
    font-weight: 500;
    transition: all .5s;
}

.equipment-item:hover .equipment-tit {
    color: #fff;
}

.appchange {
    position: relative;
}

.appchange:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
}


.appchange .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.appchange .swiper-slide {
    flex: none;
    width: auto;
    margin: 0 4.34%;
    cursor: pointer;
}

.app-ico {
    width: 64px;
    height: 64px;
    margin: 0 auto;
}

.app-ico img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.app-ico img:nth-child(2) {
    display: none;
}

.appchange .swiper-slide.active .app-ico img:nth-child(1) {
    display: none;
}

.appchange .swiper-slide.active .app-ico img:nth-child(2) {
    display: block;
}

.app-name {
    text-align: center;
    font-weight: 500;
    line-height: 1.41;
    margin-top: 9px;
    color: #222;
    transition: all .5s;
}

.app-name:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    transform: translateX(-50%);
    height: 3px;
    background-color: var(--blue);
    transition: all .5s;
}

.appchange .swiper-slide.active .app-name {
    color: var(--blue);
}

.appchange .swiper-slide.active .app-name:after {
    width: 100%;
}

.appbox {
    display: none;
}

.appbox .swiper-slide {
    border: 1px solid rgba(0, 0, 0, .1);
}

.app-img {
    overflow: hidden;
       height: 0;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.app-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

.appbox .swiper-slide:hover .app-img img {
    transform: scale(1.05);
}

.appbox .apptxt {
    padding-left: 8.357%;
    padding-right: 8.357%;
}

.appbox .app-tit {
    font-weight: 500;
    color: #222222;
    line-height: 1.41;
    margin-bottom: 11px;
    transition: all .5s;
}

.appbox .swiper-slide:hover .app-tit {
    color: var(--blue);
}

.appbox .app-des p {
    line-height: 30px;
    color: #666666;
    position: relative;
    padding-left: 12px;
}

.appbox .app-des p:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 13px;
    border-radius: 50%;
    background-color: var(--blue);
}


.appbox.active {
    -webkit-animation: myfirst0 0.8s;
    animation: myfirst0 0.8s;
}

@keyframes myfirst0 {
    0% {
        opacity: 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.applist {
    position: relative;
}

.applist .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;

    transform: translate(100%, -50%);
    margin-top: 0;
    border: 1px solid var(--blue);
    transition: all .5s;
    top: 50%;
    right: -18px;


}

.applist .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-100%, -50%);
    margin-top: 0;
    border: 1px solid var(--blue);
    transition: all .5s;
    top: 50%;
    left: -18px;

}

.applist .swiper-button-prev:after,
.applist .swiper-button-next:after {
    content: none;
}

.applist .swiper-button-prev:hover,
.applist .swiper-button-next:hover {
    background-color: var(--blue);
}

.applist .swiper-button-prev svg {
    width: 6px;
    transform: rotate(180deg);
    margin-left: -2px;
}

.applist .swiper-button-next svg {
    width: 6px;
    margin-left: 2px;
}

.applist .swiper-button-prev svg path,
.applist .swiper-button-next svg path {
    fill: var(--blue);
}

.applist .swiper-button-prev:hover svg path,
.applist .swiper-button-next:hover svg path {
    fill: #fff;
}

.market .marketbox {
    display: flex;
}

.market-lf {
    flex: 0 0 240px;
    margin-right: 30px;
}

.market-rg {
    flex: 1;
}

.market-change {
    position: sticky;
    top: 100px;
}

.market-changeitem {
    height: 60px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 22px;
    padding-right: 22px;
    color: #222222;
    line-height: 30px;
    transition: all .5s;
    cursor: pointer;
    background-color: rgba(1, 119, 217, .05);
}

.market-changeitem span {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    /*border-left-color: var(--blue);*/
    transition: all .5s;
}

.market-changeitem.active {
    background-color: var(--blue);
    color: #fff
}

.market-changeitem.active span {
    border-left-color: #fff;
}

.table-top {
    display: flex;
    border: 1px solid #D9D9D9;
}

.table-toplf {
    flex: 0 0 274px;
    background: #F2F8FD;
    padding-left: 4.74%;
    padding-right: 4%;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--blue);
    font-weight: 500;
    border-right: 1px solid #D9D9D9;
}

.table-toprg {
    flex: 1;
    background: #F2F8FD;
    padding-left: 4.16%;
    padding-right: 4.16%;
    height: 60px;
    display: flex;
    align-items: center;
    color: var(--blue);
    font-weight: 500;

}

.market-item {
    display: flex;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.market-item .market-room {
    flex: 0 0 274px;

    padding-left: 4.74%;
    padding-right: 4%;
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: 500;
    border-right: 1px solid #D9D9D9;
}

.market-item .market-contact {
    flex: 1;
    padding-left: 4.16%;
    padding-right: 4.16%;
}

.market-item .market-content {
    line-height: 1.875;
    line-height: 30px;
    text-align: left;
}



@media screen and (max-width:1600px){
    .table-toplf,
    .market-item .market-room{
        flex: 0 0 250px;
    }
}


@media screen and (max-width:1200px){
    .table-toplf,
    .market-item .market-room{
        flex: 0 0 220px;
    }
    .applist .swiper-button-prev {

    width: 36px;
    height: 36px;

    left: 0px;
}
    .applist .swiper-button-next {

    width: 36px;
    height: 36px;

    right: 0px;
}
}
@media screen and (max-width:1024px){
    .appchange .swiper-wrapper{
        justify-content: flex-start;
    }
        .table-toplf,
    .market-item .market-room{
        flex: 0 0 180px;
    }
}

@media screen and (max-width:768px){
    
    .market .marketbox{
        flex-wrap: wrap;
    }
    .market-rg{
        flex:0 0 100%;
        margin-top: 6vw;
    }
    
        .table-toplf, .market-item .market-room {
        flex: 0 0 35%;
    }
    
    .appbox{
        width: 90%;
    }
    
        .applist .swiper-button-prev {

    width: 30px;
    height: 30px;

    left: 5%;
}
    .applist .swiper-button-next {

    width: 30px;
    height: 30px;
    right: 5%;
}
.app-ico{
    width: 40px;
    height: 40px;
}
.app-name{
    font-size: 18px;
}
    .equipment-item{
      flex: 0 0 100%;
    }
    .equipment-tit{
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .maintop{
        flex-wrap: wrap;
    }
    .main-trg{
        flex: 0 0 100%;
        margin-left: 0;
    }
    .main-tlf{
        flex: 0 0 100%;
        margin-bottom: 5vw;
    }
    
    .mainpro .main-item {
    flex: 0 0 100%;
    margin-right: 0%;
}

.service-top{
    flex-wrap: wrap;
}
.service-tlf{
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 6vw;
}
.service .service-item{
    flex: 0 0 100%;
}
.service .service-item svg{
   width: 30px;
   height: 30px;
   margin-right: 10px;
}
}
