@charset "utf-8";
.banner a{
    position: relative;
    display: block;
    overflow: hidden;
}
.banner a img{
    display: block;
    width: 100%;
}
.banner a:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/b-mask.png") repeat-x bottom;
}
.banner .page{
    font-size: 0;
    bottom: 0.35rem;
}
.banner  .page>span{
    position: relative;
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.06rem;
    background: #fff;
    opacity: .4;
    transition:  .3s ease-in;
}
.banner .page> .active{
    opacity: 1;
}
.banner .btn{
    width: .32rem;
    height: .49rem;
    margin-top: auto;
    transform: translateY(-50%);
    background-size: .32rem;
}
.banner .prev{
    left: .3rem;
    background-image: url("../images/arr-l.png");
}
.banner .next{
    right: .3rem;
    background-image: url("../images/arr-r.png");
}
.tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .38rem;
}

.tit .ll h3{
    font-size: .3rem;
    color: #333333;
    font-weight: 600;
    margin-bottom: .1rem;
}
.tit .ll h6{
    font-size: 12px;
    color: #999999;
}
.tit .mores a{
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #333333;
}
.tit .mores a img{
    width: .14rem;
    margin-right: .1rem;
}

.s1 .aLeft{
    width:49%;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/s1-img02.png") repeat-x bottom;
}
.list1w a .pic{
    padding-top: 5.3rem;
}
.list1w a p{
    font-size: .18rem;
    line-height: 2em;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .14rem;
    padding-left: .3rem;
    padding-right: 1.3rem;
    z-index: 3;
}
.list1w .btn{
    width: .32rem;
    height: .6rem;
    margin-top: -.3rem;
    background-size: .32rem;
}
.list1w .prev{
    left: 0;
    background-image: url("../images/s1-l.png");
}
.list1w .next{
    right: 0;
    background-image: url("../images/s1-r.png");
}
.list1w .page {
    left: auto;
    width: auto;
    right: .25rem;
    bottom: .25rem;
}
.list1w .page span{
    width: .12rem;
    height: .12rem;
    opacity: 1;
    margin: 0 0.04rem;
    background: transparent;
    border: 1px solid #fff;
}
.list1w .page span.active{
    background: #fff;
}

.s1List li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.s1List li time{
    width: .9rem;
    height: .8rem;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 0 .2rem 0 .2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}
.s1List li time span{
    font-size: .36rem;
    color: #333;
    font-weight: 600;
    margin-bottom: .05rem;
}
.s1List li time em{
    font-size: .16rem;
    color: #999999;
}
.s1List li .txt{
    width: calc(100% - 1.23rem);
    padding-bottom: .14rem;
    border-bottom: 1px dashed #b5b5b5;
}
.s1List li .txt h4{
    font-size: .18rem;
    color: #333;
    line-height: 1;
    margin-bottom: .1rem;
    transition: .5s;
}
.s1List li .txt p{
    font-size: .14rem;
    line-height: 1.57em;
    color: #999999;
    height: .44rem;
}
.s1List li{
    margin-top: .2rem;
}
.s1List li:first-child{
    margin-top: 0;
}
.s1List li:hover .txt h4{
    color: #0351a3;
    font-weight: 600;
}
.s1List li:hover time{
    border-color: #1a72cc;
}
.s1List li:hover time span,
.s1List li:hover time em{
    color: #1a72cc;
}
.s1List{
    padding-top: .12rem;
}
.s1{
    margin-bottom: .5rem;
}
.s2 .aLeft{
    width: 47.86%;
}
.notice li{
    width: 47.76%;
    margin-bottom: .3rem;
}
.notice li a{
    display: block;
    padding: .18rem .24rem .3rem;
    border-radius: 0 .5rem  0 0;
    background: #fff no-repeat right bottom;
    background-size: .73rem;
    transition: .5s;
    border: 1px solid #eeeeee;
}
.notice li p{
    font-size: .16rem;
    line-height: 1.875em;
    height: .6rem;
    color: #333333;
    margin-bottom: .08rem;
}
.notice li time{
    display: block;
    font-size: .16rem;
    color: #333333;
    padding-left: .28rem;
    background: url("../images/s2-img01.png") no-repeat left ;
    background-size: .17rem;
}
.notice li:hover a{
    border-color: #0351a3;
    background-color: #0351a3;
    background-image: url("../images/s2-img03.png");
}
.notice li:hover p{
    color: #fff;
}
.notice li:hover time{
    color: #fff;
    background-image: url("../images/s2-img02.png");
}
.events li{
    width: 47.76%;
    margin-bottom: .3rem;
}
.events li a{
    display: block;
    border-radius: 0 .5rem  0 0;
    padding: .24rem .23rem .16rem;
    background: #fff no-repeat right bottom;
    background-size: .73rem;
    transition: .5s;
    border: 1px solid #eeeeee;
}
.events li time{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 0 .16rem 0 .14rem;
    background: #054f9f;
    border-radius: 0 .5rem .5rem 0;
    margin-bottom: .12rem;
    margin-left: -.23rem;
}
.events li p{
    font-size: .16rem;
    line-height: 1.875em;
    height: .6rem;
    color: #333333;
}
.events li:hover a{
    background-image: url("../images/s2-img03.png");
}

.container01{
    padding-top: .55rem;
    padding-bottom: .2rem;
    background: url("../images/s1.jpg") no-repeat bottom center;
}

.list2w a{
    display: block;
}
.list2w a .pic{
    padding-top: 2.82rem;
}
.list2w a .txt time{
    width: 60px;
    color: #333;
    text-align: center;
}
.list2w a .txt time span{
    display: block;
    font-size: .28rem;
    font-weight: 600;
    margin-bottom: .05rem;
}
.list2w a .txt time em{
    display: block;
    font-size: .15rem;

}
.list2w a .txt .b1-txt{
    width: calc(100% - .86rem);
    padding-bottom: .12rem;
    border-bottom: 1px dashed #d3d3d3;
}
.list2w a .txt h4{
    font-size: .16rem;
    color: #333333;
    line-height: 1.5em;
    height: .48rem;
}

.list2w a .txt p{
    font-size: .14rem;
    color: #999999;
    line-height: 1.71em;
    height: .48rem;
    margin-top: .12rem;
}
.list2w a .txt{
    padding: .28rem .3rem .3rem;
    border: 1px solid #f1f1f1;
}
.list2w a:hover .txt time{
    color: #0351a3;
}
.list2w a:hover .txt h4{
    color: #0351a3;
    font-weight: 600;
}
.list2w a:hover .txt{
    border-color: transparent;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.list2w .swiper-container{
    margin: 0 -0.2rem;
    padding: 0 0.2rem 0.2rem;
}
.s3{
    margin-bottom: .4rem;
}
.s4 .aLeft{
    width: 47.86%;
}
.skill li{
    width: 47.76%;
    margin-bottom: .2rem;
}
.skill li a{
    display: block;
    position: relative;
}
.skill li a .pic{
    padding-top: 2.2rem;
}
.skill li a p{
    font-size: .16rem;
    color: #fff;
    line-height: 2em;
    padding: 0.09rem 0.22rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/s4-img01.png") no-repeat left center;
    background-size: 100% 100%;
}
.work-pic a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.work-pic a .pic{
    width: 32.84%;
    height: 1.6rem;
}
.work-pic a .txt{
    width: calc(100% - 32.84%);
    padding: .26rem .3rem .24rem;
    border: 1px solid #dee0de;
}
.work-pic a .txt h4{
    font-size: .18rem;
    color: #333333;
    margin-bottom: .22rem;
}
.work-pic a .txt p{
    font-size: .14rem;
    line-height: 1.28em;
    color: #999999;
    height: .36rem;
    margin-bottom: .18rem;
}
.work-pic a .txt time{
    display: block;
    font-size: .14rem;
    color: #999999;
    padding-left: .24rem;
    background: url("../images/s4-img03.png") no-repeat left center;
    background-size: .14rem;
}
.work-pic a:hover .txt h4{
    color: #1a72cc;
    font-weight: 600;
}

.work-list li{
    position: relative;
    line-height: 0.59rem;
    color: #333333;
    border-bottom: 1px dashed #eeeeee;
}
.work-list li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .07rem;
    height: .07rem;
    background: #c6c8c7;
    border-radius: 50%;
    transform: translateY(-50%);
}
.work-list li a{
    font-size: .16rem;
    padding-left: .23rem;
    padding-right: 1rem;
}
.work-list li span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: .14rem;
}
.work-list li:hover:before{
    background: #1a72cc;
}
.work-list li:hover a{
    color: #1a72cc;
}
.work-list{
    margin-top: .2rem;
}

.container02{
    padding-top: .55rem;
    padding-bottom: .43rem;
    background: url("../images/s2.jpg") no-repeat bottom center;
}

.list3w a{
    display: block;
}
.list3w .pic{
    padding-top: 43.75%;
}
.list3w .btn{
    width: .32rem;
    height: .6rem;
    opacity: .5;
    margin-top: -.3rem;
    background-size: .32rem;
}
.list3w .prev{
    left: -.6rem;
    background-image: url("../images/s1-l.png");
}
.list3w .next{
    right: -.6rem;
    background-image: url("../images/s1-r.png");
}
.list3w{
    position: relative;
}
.s5{
    padding-top: .6rem;
    padding-bottom: .45rem;
}
.list4w a{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 1.85rem;
    position: relative;
}
.list4w a .icon{
    width: .6rem;
    height: .6rem;
    position: relative;
    z-index: 3;
}
.list4w a .icon .img02{
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.2rem);
    transition: all .3s;
}
.list4w a p{
    font-size: .16rem;
    color: #333;
    text-align: center;
    line-height: 2em;
    margin-top: .15rem;
    position: relative;
    z-index: 3;
}

.list4w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.15rem;
    bottom: 0;
    background: url("../images/s6-img15.jpg") no-repeat 50%;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.list4w a:before{
    position: absolute;
    content: '';
    border: 0.075rem solid transparent;
    top: -.15rem;
    right: -0.15rem;
    border-left-color: #205886;
    border-bottom-color: #205886;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.list4w{
    padding-top: .15rem;
}
.list4w a:hover .icon .img02{
    opacity: 1;
    visibility: visible;
    transform: none;
}
.list4w a:hover .icon .img01{
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.2rem);
    transition: all .3s;
}
.list4w a:hover p{
    color: #fff;
}
.list4w a:hover:before,
.list4w a:hover:after{
    opacity: 1;
    visibility: visible;
}

.s6{
    background: url("../images/s6.jpg") no-repeat bottom center;
}

@media screen and (max-width: 1024px){
    .banner{
        margin-top: .75rem;
    }
    .banner .prev{
        left: 0.1rem;
    }
    .banner .next{
        right: 0.1rem;
    }
    .banner .btn{
        width: .25rem;
        background-size: .25rem;
    }
    .banner .page{
        bottom: .15rem;
    }
    .list3w .prev{
        left: 0;
    }
    .list3w .next{
        right: 0;
    }

}

@media screen and (max-width: 900px){
    .tit{
        margin-bottom: .25rem;
    }
    .s1 .aLeft{
        width: 100%;
    }

    .s1List{
        padding-top: .3rem;
    }
    .s2 .aLeft,
    .s4 .aLeft{
        width: 100%;
    }
    .container01{
        padding-top: .35rem;
        padding-bottom: 0;
    }
    .container02{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .s5{
        padding-top: .3rem;
        padding-bottom: .25rem;
    }
    .list4w a{
        height: 1.45rem;
    }
    .s1{
        margin-bottom: .3rem;
    }
}

@media screen and (max-width: 768px){
    .tit .ll h3{
        font-size: .28rem;
    }
    .list1w a .pic{
        padding-top: 69.4%;
    }
    .list1w a p,
    .s1List li .txt h4{
        font-size: .2rem;
    }
    .s1List li .txt p{
        font-size: .16rem;
        height: 0.51rem;
    }
    .s1List li .txt{
        padding-bottom: .2rem;
    }
    .s1List li {
        margin-top: 0.25rem;
    }
    .notice li p,
    .events li p{
        font-size: .18rem;
        height: 0.68rem;
    }
    .list2w a .txt h4{
        font-size: .18rem;
        height: 0.54rem;
    }
    .list2w a .txt p{
        font-size: .16rem;
        height: 0.55rem;
    }
    .list2w a .txt{
        padding: .25rem .2rem;
    }
    .skill li a p{
        font-size: .18rem;
    }
    .skill li a .pic{
        padding-top: 64.24%;
    }
    .work-pic a .txt h4{
        font-size: .2rem;
    }
    .work-pic a .txt p{
        font-size: .16rem;
        line-height: 1.5em;
        height: 3em;
        margin-bottom: .1rem;
    }
    .work-pic a .txt{
        padding: .2rem;
    }
    .work-list li a{
        font-size: .18rem;
    }
    .work-list li span{
        font-size: .16rem;
    }
}

@media screen and (max-width: 640px){
    .list2w .swiper-container{
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width: 480px){
    .s1List li .txt{
        width: calc(100% - 1.15rem);
    }
    .work-pic a .pic{
        width: 100%;
        height: auto;
        padding-top: 72.73%;
    }
    .work-pic a .txt{
        width: 100%;
    }
}

@media screen and (max-width: 360px){
    .notice li,.events li
    {
        width: 100%;
        margin-bottom: .2rem;
    }
    .skill li{
        width: 100%;
        margin-bottom: .2rem;
    }
}
