@charset "utf-8";

.head-page .item:nth-child(4) span {
    color: #0081FF;
}
.head-page .item:nth-child(4) a:after {
    transform: scale(1);
    opacity: 1;
}


.technolog_page01 .width1440 {
    padding: 0 8.5%;
    box-sizing: border-box;
}
.technolog_page01 .list{
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.technolog_page01 .icon{
    width: 124px;
    height: 124px;
    background: #EFF1F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.technolog_page01 img{
    transition: all .4s;
}
.technolog_page01 .h_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.technolog_page01 .list .tit{
    margin: 12px 0 8px;
}
.technolog_page01 .list .desc {
    min-height: 42px;
}




.technolog_page02 {
    position: relative;
}
.technolog_page02 .list{
    margin-bottom: 50px;
}
.technolog_page02 .list:last-child{
    margin-bottom: 0;
}
.technolog_page02 .list:nth-child(2n){
    flex-direction: row-reverse;
}
.technolog_page02 .page-line{
    margin: 10px 0 0;
}
.technolog_page02 .texts{
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.technolog_page02 .page_title {
    text-align: left;
}
.technolog_page02 .tit {
    margin-top: 40px;
}
.technolog_page02 .con p{
    margin-top: 12px;
}
.technolog_page02 .con p:first-child{
    margin-top: 0;
}
.technolog_page02 .swiper_img{
    width: 44%;
}
.technolog_page02  .swiper-slide{
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.technolog_page02  .swiper-slide img{
    display: block;
    max-height: 100%;
}
.technolog_page02 .swiper-button-next, .technolog_page02 .swiper-button-prev{
    width: 36px;
    height: 57px;
    background: rgba(0, 0, 0, .6);
}
.technolog_page02 .swiper-button-next::after, .technolog_page02 .swiper-button-prev::after{
    color: #D7D7D7;
    font-size: 20px;
}
.technolog_page02 .swiper-button-prev{
    left: 0;
}
.technolog_page02 .swiper-button-next{
    right: 0;
}


.technolog_page03{
    background: url(../img/technolog-bg01.png) no-repeat center/cover;
}


/* .technolog_page03 .lists{
    padding: 0 6.25%;
    box-sizing: border-box;
} */
.technolog_page03 .list {
    cursor: pointer;
    background: #EEEEEE;
}
.technolog_page03 .list .img{
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    height: 375px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.technolog_page03 .list .tit{
    text-align: center;
    padding: 20px 20px;
    box-sizing: border-box;
    border-top: 1px solid #DCDCDC;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.technolog_page03 .lists .list img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
}
.technolog_page03 .swiper-pagination {
    display: none;
}
.technolog_page03 .but {
    margin-top: 50px;
    justify-content: center;
}
.technolog_page03 .swiper-button-prev, .technolog_page03 .swiper-button-next {
    position: initial;
    width: 50px;
    height: 50px;
    border: 1px solid #959595;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: initial;
    outline: none;
    transition: all .4s;
}
.technolog_page03 .swiper-button-next.swiper-button-disabled, .technolog_page03 .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.technolog_page03 .swiper-button-prev::before, .technolog_page03 .swiper-button-next::before {
    content: "";
    width: 24px;
    height: 14px;
    transition: all .3s;
}
.technolog_page03 .swiper-button-prev::before {
    background: url(../img/about01-prev.png) no-repeat center/cover;
}
.technolog_page03 .swiper-button-prev {
    margin-right: 30px;
}
.technolog_page03 .swiper-button-next::before {
    background: url(../img/about01-next.png)no-repeat center/cover;
}
.technolog_page03 .swiper-button-prev:hover, .technolog_page03 .swiper-button-next:hover {
    background: #0080FE;
    border: 1px solid #0080FE;
}
.technolog_page03 .swiper-button-prev:hover::before {
    background: url(../img/about01-hprev.png)no-repeat center/cover;
}
.technolog_page03 .swiper-button-next:hover::before {
    background: url(../img/about01-hnext.png)no-repeat center/cover;
}
.technolog_page03 .swiper-button-next:after, .technolog_page03 .swiper-button-prev:after {
    display: none;
}
.technolog_page04 .width1440{
    padding: 0 20px;
    box-sizing: border-box;
}
.technolog_page04 .swiper-slide {
    width: 49%;
    margin-right: 2%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all .4s;
}
.technolog_page04 .texts{
    text-align: center;
    margin: 25px 0;
}
.technolog_page04 .swiper-pagination{
    width: auto;
    position: initial;
}
.technolog_page04 .swiper-pagination-current{
    font-size: 24px;
    color: #333;
}
.technolog_page04 .swiper-pagination-total{
    font-size: 16px;
    color: #999;
}  
.technolog_page04 .swiper_btn_content{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.technolog_page04 .swiper-button-next, .technolog_page04 .swiper-button-prev{
    position: initial;
    margin-top: 0;
    height: auto;
    width: 24px;
    height: 7px;
    opacity: 1;
 }
.technolog_page04 .swiper-button-next::after, .technolog_page04 .swiper-button-prev::after{
   display: none;
}
.technolog_page04 .swiper-scrollbar{
    width: 82%;
    height: 1px;
    background: #EEEEEE;
}
.technolog_page04 .swiper-scrollbar-drag{
    background: #0080FE;
    height: 3px;
}
.technolog_page04 .swiper-button-prev{
    background: url(../img/t_prve.png) no-repeat center/cover;
}
.technolog_page04 .swiper-button-next{
    background: url(../img/t_next.png) no-repeat center/cover;
    margin-left: 30px;
}
.technolog_page01 .list:hover .h_img{
    opacity: 1;
}
.technolog_page01 .list:hover .p_img{
    opacity: 0;
}
@media only screen and (max-width: 1366px) {
    .technolog_page02 .swiper-slide{
        height: 432px;
    }
}
@media only screen and (max-width: 1366px) {
    .technolog_page02 .swiper-slide {
        height: 405px;
    }
}
@media only screen and (max-width: 1280px) {
    .technolog_page03 .list .img{
        height: 345px;
    }
}
@media only screen and (max-width: 1200px) {
    .technolog_page01 .icon {
        width: 115px;
        height: 115px;
    }
    .technolog_page01 .width1440 {
        padding: 0 4.25%;
    }
    .technolog_page03 .swiper-button-prev, .technolog_page03 .swiper-button-next {
        width: 50px;
        height: 50px;
    }
    .technolog_page02 .swiper-slide {
        height: 380px;
    }
    .technolog_page03 .list .img {
        height: 315px;
    }
}
@media only screen and (max-width: 1043px) {
    .technolog_page01 .icon {
        width: 105px;
        height: 105px;
    }
    .technolog_page01 .icon img{
        width: 40px;
    }
    .technolog_page02 .swiper-slide {
        height: 258px;
    }

    .technolog_page02 .con {
        max-height: 147px;
        overflow-y: auto;
        padding-right: 10px;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 960px) {
    .technolog_page01 .width1440 {
        padding: 0;
    }
}

@media only screen and (max-width: 750px) {
    .technolog_page01 {
        padding-top: 10px;
    }
    .technolog_page01 .icon {
        width: 70px;
        height: 70px;
    }
    .technolog_page01 .icon img{
        width: 26px;
    }
    .technolog_page01 .list{
        width: 50%;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 20px;
    }
    .technolog_page02 .texts {
        width: 100%;
    }
    .technolog_page02 .swiper-button-prev{
        left: 0;
    }
    .technolog_page02 .swiper-button-next, .technolog_page02 .swiper-button-prev {
        width: 32px;
        height: 48px;
    }
    .technolog_page02 .swiper-button-next{
        right: 0;
    }
    .technolog_page02 .swiper_img {
        width: 100%;
        margin-top: 20px;
    }
    .technolog_page02 .swiper-slide {
        height: 220px;
    }
    .technolog_page02 .swiper-button-next::after, .technolog_page02 .swiper-button-prev::after{
        font-size: 16px;
    }
    .technolog_page02 .page_title {
        text-align: center;
    }
    .technolog_page02 .page-line {
        margin: 10px auto 0;
    }
    .technolog_page03 .lists{
        padding: 0;
    }
    .technolog_page03 .but{
        margin-top: 25px;
    }
    .technolog_page03 .swiper-button-prev, .technolog_page03 .swiper-button-next {
        width: 36px;
        height: 36px;
    }
    .technolog_page03 .swiper-button-prev::before, .technolog_page03 .swiper-button-next::before {
        width: 16px;
        height: 8px;
    }
    .technolog_page04 .swiper-slide {
        width: 100%;
        margin-right: 0;
    }
    .technolog_page04 .width1440{
        padding: 0;
    }
    .technolog_page04 .swiper-scrollbar{
        width: 44%;
    }
    .technolog_page04 .swiper-button-next{
        margin-left: 25px;
    }
    .technolog_page04 .texts{
        margin: 20px 0;
    }
    .technolog_page02 .con {
        max-height: initial;
        padding-right: 0;
    }
    .technolog_page02 .list {
        margin-bottom: 10px;
    }
}