img{
    max-width: 100%;
}
.c-flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cur-page01{
    overflow: hidden;
}
.cur-page01 .list{
    width: 23.5%;
    margin-right: 2%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    height: 400px;
}
.cur-page01 .list:last-child{
    margin-right: 0;
}
.cur-page01 .list .icon{
    width: 126px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 46px;
    position: relative;
}
.cur-page01 .list .icon img{
    transition: all .3s;
}
.cur-page01 .list .icon  .h-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.cur-page01 .list .line{
    width: 1px;
    height: 32px;
    background: #FFFFFF;
    margin: 20px auto 12px;
}
.cur-page01 .list .tit{
    font-size: 18px;
    color: #FFFEFE;
    line-height: 30px;
}
.cur-page01 .list .desc{
    font-size: 14px;
    color: #FFFEFE;
    margin-top: 12px;
}
.cur-page02 {
    padding-bottom: 100px;
}
.cur-page02 .tit{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.cur-page02 .ftit{
    font-size: 18px;
    color: #999999;
    text-align: center;
    margin-top: 6px;
}
.cur-page02 .swiper-pagination{
    display: none;
}
.cur-page02 .conInner{
    margin-top: 40px;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: initial;
}
.cur-page02 .swiper-container{
    position: initial
}
.cur-page02 .swiper-slide{
    overflow: hidden;
}
.cur-page02 .swiper-slide img{
    transition: all .4s;
}
.cur-page02 .swiper-button-prev,.cur-page02 .swiper-button-next{
    width: 47px;
    height: 47px;
    transition: all .3s;
}
.cur-page02 .swiper-button-prev:after,.cur-page02 .swiper-button-next::after{
    display: none;
}
.cur-page02 .swiper-button-prev{
    left: -100px;
    border: none;
    background: url(../images/cur-prve.png) no-repeat center/cover;
}
.cur-page02 .swiper-button-next{
    right: -100px;
    border: none;
    background: url(../images/cur-next.png) no-repeat center/cover;
}
.cur-page03{
    background: #F4F4F4;
    overflow: hidden;
    padding-bottom: 100px;
}
.cur-page03 .conInner {
    align-items: flex-start;
}
.cur-page03 .item-l{
    width: 41.8%;
    height: 313px;
    position: relative;
    overflow: hidden;
}
.cur-page03 .item-l img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 10000px;
    height: 100%;
    transition: all .4s;
}
.cur-page03 .item-r{
    width: 58.2%;
    padding-right: 5%;
    box-sizing: border-box;
    padding-left: 8.8%;
}
.cur-page03 .tit{
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    margin: 15px 0 8px;
}
.cur-page03 .desc{
    font-size: 18px;
    color: #999999;
}
.cur-page03 .con{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin: 32px 0 30px;
}
.cur-page03 .links{
    font-size: 14px;
    color: #777777;
    display: flex;
    align-items: center;
    transition: all .3s;
}
.cur-page03 .link{
    margin-left: 8px;
}
@media only screen and (min-width: 960px) {
    .cur-page01 .list:hover  .icon .h-icon{
        opacity: 1;
    }
    .cur-page01 .list:hover  .icon .p-icon{
        opacity: 0;
    }
    .cur-page02 .swiper-button-prev:hover{
        background: url(../images/cur-prveh.png) no-repeat center/cover;
    }
    .cur-page02 .swiper-button-next:hover{
        background: url(../images/cur-nexth.png) no-repeat center/cover;
    }
    .cur-page02 .swiper-slide:hover img{
        transform: scale(1.08);
    }
    .cur-page03 .item-l:hover img{
       height: 110%;
    }
    .cur-page03 .links:hover .link{
        color: #0C65AB;
    }
}
@media only screen and (max-width: 1200px) {
    .cur-page01 .list .icon{
        width: 100px;
    }
    .cur-page01 .list{
        height: 374px;
    }
    .cur-page02 .swiper-button-prev {
        left: -60px;
    }
    .cur-page02 .swiper-button-next {
        right: -60px;
    }
    .cur-page02 .swiper-button-prev, .cur-page02 .swiper-button-next{
        width: 40px;
        height: 40px;
        outline: none;
    }
    .cur-page03 .item-r {
        padding-right: 0%;
        padding-left: 6%;
    }
}
@media only screen and (max-width: 1024px) {
    .cur-page01 .list .icon {
        width: 80px;
        margin-top: 20px;
    }
    .cur-page01 .list{
        height: 300px;
        padding: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .conInner{
        width: 92%;
    }
    .cur-page03 .item-l{
        width: 100%;
        height: auto;
    }
    .cur-page03 .item-l img{
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
    .cur-page03 .item-r {
        padding-left: 0;
        width: 100%;
    }
    .mt-80{
        margin-top: 30px!important;
    }
    .cur-page03{
        padding-bottom: 30px;
    }
    .cur-page03 .con {
        font-size: 14px;
        margin: 15px 0 20px;
    }
    .cur-page03 .desc {
        font-size: 16px;
    }
    .cur-page02 .tit{
        font-size: 22px;
    }
    .cur-page03 .tit{
        font-size: 22px;
        margin: 20px 0 8px;
    }
    .cur-page01 .list {
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: 15px;
    }
    .cur-page01 .list:last-child{
        margin-bottom: 0;
    }
    .cur-page01 .list .icon {
        width: 50px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .cur-page01 .list .desc{
        margin-top: 4px;
    }
    .cur-page01 .list .line{
        display: none;
    }
    .cur-page02 .swiper-button-prev, .cur-page02 .swiper-button-next{
        display: none;
    }
    .cur-page02 .swiper-pagination{
        display: block;
    }
    .cur-page02 .conInner {
        margin-top: 25px;
        padding: 0;
    }
    .cur-page02 {
        padding-bottom: 30px;
    }
    .cur-page02 .swiper-pagination-bullet{
        opacity: 1;
        background: #ffffff;
    }
    .cur-page02 .swiper-pagination-bullet-active{
        background: #0C65AB;
    }
    
}