@charset "utf-8";


.head-page .item:nth-child(5)>a span{
    color: #009DE0;
}
.head-page .item:nth-child(5)>a::after{
    background: url(../img/head-hnext.png) no-repeat center/cover;
}
.process-page01 .lists {
    position: relative;
    padding: 0 75px;
    box-sizing: border-box;
}
.process-page01 .swiper-container{
    position: initial;
}
.process-page01 .list{
    width: 33.33%;
    transform: scale(.8);
    overflow:hidden;
}
.process-page01 .swiper-slide-active{
    transform: scale(1);
}
.process-page01 .swiper-pagination {
    display: none;
}
.process-page01 .swiper-button-next:after, .process-page01 .swiper-button-prev:after{
    font-size: 30px;
    font-weight: bold;
    color: #bfbfbf;
    transition:all .4s;
}
.process-page02{
    background: #F5F7FA;
}
.process-page02 .page-con{
    margin-top: 32px;
}
.process-page02 .item-l{
    width: 54.9%;
}
.process-page02 .box{
    max-width: 725px;
    margin-right: 70px;
    margin-left: auto;
}
.process-page02 .texts{
    margin-top: 33px;
}
.process-page02 .text{
    margin-top: 33px;
}
.process-page02 .text:first-child{
    margin-top: 0;
}
.process-page02 .con{
    margin-top: 15px;
}
.process-page02 .item-r{
    width: 45.1%;
    
}
.process-page02 .item-r .list{
    overflow:hidden;
}
.process-page02 .item-r .advice{
    width: 206px;
    height: 54px;
    background: #009DE0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 0;
}
.process-page02 .swiper-button-next, .process-page02 .swiper-button-prev{
    width: 37px;
    height: 52px;
    background: rgba(0,157,224,.4);
    transition: all .4s;
}
.process-page02 .swiper-button-next::after, .process-page02 .swiper-button-prev::after{
   color: #ffffff;
   font-size: 20px;
}
.process-page03 .swiper-container{
    padding-bottom: 60px;
}
.process-page03 .swiper-pagination{
    bottom: 0;
}
.process-page03 .list{
    width: 31.85%;
    margin-right: 2.225%;
  
}
.process-page03 .line{
    width: 19px;
    height: 2px;
    background: #575757;
    margin-top: 18px;
}
.process-page03 .text{
    padding: 18px 0 30px;
}


.pro-process01 .list{
    width: 32.07%;
    margin-right: 1.895%;
    margin-bottom: 40px;
}
.pro-process01 .list:nth-child(3n){
    margin-right: 0;
}
.pro-process01 .list .img{
    overflow: hidden;
}
.pro-process01 .list:hover img{
    transform: scale(1.08);
} 

.pro-process01 .list .text{
    margin-top: 22px;
}
.pro-process01 .list .tit {
    margin: 12px 0;
    transition: all .4s;
}
.pro-process01 .list .con {
    transition: all .4s;
    max-height: 78px;
    overflow-y: auto;

}
.pro-process01 .list .detail{
    width: 35px;
    height: 35px;
    /*background: url(../img/detail.png) no-repeat center/cover;*/
}
.pro-process02{
    background: url(../img/pro-process02-bg.png) no-repeat center/cover;
}
.pro-process02 .list{
    width: 33.3333%;
    background: #ffffff;
    /* height: 572px; */
    height: 500px;
    position: relative;
}
/* .pro-process02 .list:nth-child(2n){
    flex-direction: column-reverse;
} */
.pro-process02 .img{
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-process02 .img img {
    transition:all .4s;
}
.pro-process02  .texts{
    height: 50%;
    /* background: #F5F5F5; */
    width: 100%;
    padding: 0 18px;
    box-sizing:border-box;
}
.pro-process02 .con{
    margin-top: 12px;
    max-height: 124px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.pro-process02 .list::after{
    content: "";
    display: block;
    width: 21px;
    height: 12px;
    background: #FFFFFF;
    background: url(../img/next.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 10.8%;
}
.pro-process02 .list:nth-child(2n)::after{
    background: url(../img/tnext.png) no-repeat center/cover;
    margin-top: -12px;
}
 .process-page03 .list .img {
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:54px 0 32px;
    box-sizing:border-box;
}
.process-page03 .list .tit {
     transition: all .4s;
}
.process-page03 .list .line{
    transition: all .4s;
}
@media only screen and (min-width: 960px) {
    .pro-process02 .list:hover .texts {
         
    }
    .pro-process02 .img:hover img {
        transform:scale(1.08)
    }
    .process-page03 .list:hover img {
        transform:scale(1.08);
    }
    .process-page03 .list:hover .tit {
        color:#009DE0;
    }
    .process-page03 .list:hover .line{
        background:#009DE0;
    }
    .process-page02 .swiper-button-next:hover, .process-page02 .swiper-button-prev:hover {
        background: rgba(0,157,224,1);
    }
    .process-page01 .list:hover img {
        transform:scale(1.08);
    }
    .process-page01 .swiper-button-next:hover:after, .process-page01 .swiper-button-prev:hover:after {
        color:#009DE0;
    }
    .process-page02 .item-r:hover img {
        transform:scale(1.08);
    }
}

@media only screen and (max-width: 1600px) {
    .process-page02 .box{
        max-width: 693px;
    
    }
    .process-page02 .texts{
        max-height: 300px;
        overflow-y: auto;
        padding-right: 5px;
    }

}
@media only screen and (max-width: 1480px) {
    .process-page02 .box{
        max-width: 82%;
    }
    .process-page02 .texts{
        max-height: 240px;
    }
}
@media only screen and (max-width: 1366px) {
    .process-page02 .texts {
        max-height: 210px;
    }
}
@media only screen and (max-width: 1280px) {
    .process-page02 .texts {
        max-height: 148px;
    }
    .process-page02 .box {
        max-width: 80.5%;
    }
}
@media only screen and (max-width: 1200px) {
    .pro-process01 .list .con{
        padding-right: 5px;
        box-sizing: border-box;
    }

    .process-page02 .texts {
        max-height: 156px;
    }
    .process-page02 .box{
        max-width: 80%;
    }
}
@media only screen and (max-width: 1024px) {
    .process-page01 .lists{
        padding: 0 55px;
    }
    .process-page02 .box{
        width: 78%;
    }
    .process-page02{
        padding: 60px 0;
    }
    .process-page02 .item-l{
        padding-top: 40px;
    }
    .process-page02 .texts {
        max-height: 105px;
    }
    .process-page03 .swiper-container {
        padding-bottom: 30px;
    }

}
@media only screen and (max-width: 960px) {
    .process-page02 .box{
        width: 76%;
    }
    .process-page02 .page-con{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .pro-process01 .list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .pro-process01 .list .tit{
        margin: 10px 0;
    }
    .pro-process02 .list{
        width: 100%;
        margin-bottom: 20px;
        /* height: 372px; */
        height: 315px;
    }
    .pro-process02 .con{
        max-height: 78px;
    }
    .pro-process02 .list:last-child{
        margin-bottom: 0;
    }
    .pro-process01 .list .detail{
        display: none;
    }
    .pro-process02 .list:nth-child(2n) {
        flex-direction: column;
    }
    .process-page02 .text {
        margin-top: 20px;
    }
    .process-page03 .list{
        width: 100%;
    }

    .process-page02 .item-l {
        padding-top: 0;
        width: 100%;
    }
    .process-page02 .box {
        width: 92%;
        margin: 0 auto;
        max-width: 100%;
    }
    .process-page02 .page-tit {
        text-align: center;
    }
    .process-page02 .page-ftit{
        text-align: center;
    }

    .process-page02 .item-r{
        width: 100%;
    }
    .process-page02 .item-r .advice{
        width: auto;
        height: 43px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .process-page02 .item-r .advice{
        bottom: 20px;
    }
    .process-page02{
        padding: 30px 0;
    }
    .process-page03 .line{
        display: none;
    }
    .process-page03 .text {
        padding: 15px 0 5px;
    }
    .process-page01 .list{
        width: 100%;
        transform: scale(1);
    }
    .process-page01 .lists{
        padding: 0 40px;
    }
    .process-page02 .texts {
        max-height: initial;
        margin-top: 20px;
    }
    .process-page01 .swiper-button-next:after, .process-page01 .swiper-button-prev:after{
        font-size: 15px;
    }
    .process-page02 .con {
        margin-top: 10px;
    }
    .process-page03 .list .img{
        padding: 25px 0;
    }
}