@charset "utf-8";


/*banner start*/

#dg-container{
    width: 100%;
    height: 462px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}


.dg-container {
    width: 100%;
    height: 462px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.dg-wrapper {
    width: 1048px;
    height: 462px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper .dg-slide {
    width: 1048px;
    height: 462px;
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 30px #333;
}

.dg-wrapper .dg-slide.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-wrapper .dg-slide a img {
    display: block;
    padding: 0;
}



.dg-container .dg-prev,
.dg-container .dg-next {
    position: absolute;
    z-index: 100;
    top: 50%;
    height: 38px;
    width: 20px;
    display: block;
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.dg-container .dg-prev {
    left: 4.6875vw;
    background-image: url("../images/left.png");
}

.dg-container .dg-next {
    right: 4.6875vw;
    background-image: url("../images/right.png");
}
.dg-container .paga{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0;
    z-index: 99;
}
.dg-container .paga span{
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 50%;
    cursor: pointer;

}
.dg-container .paga span.dg-acitive{
    background: #0054a3;
    border-color: #0054a3;
}


.banner{
    position: relative;
    background: #eee;
    background-size: cover;
overflow:hidden;
}


.index_flash a img{
    display: block;
    width: 100%;
}
.index_flash .btn{
    position: absolute;
    z-index: 100;
    top: 50%;
    height: 38px;
    width: 20px;
    margin-top: auto;
    display: block;
    cursor: pointer;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    background-size: 100%;
}
.index_flash .prev{
    left: 10px;
    background-image: url("../images/left.png");
}
.index_flash .next{
    right: 10px;
    background-image: url("../images/right.png");
}
.index_flash .paga{
    font-size: 0;
    bottom: 10px;
}
.index_flash .paga span{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: 0 5px;
    background: transparent;
    opacity: 1;
}
.index_flash .paga .swiper-pagination-bullet-active{
    background: #0054a3;
    border-color: #0054a3;
}

.index_flash{
    display: none;
}
/*banner end*/

.tit001 {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    background: url("../images/tit.png") repeat-x 50%;
    justify-content: space-between;
}
.tit001 .ll {
    display: flex;
    padding-right: 20px;
    background: #eee;
    align-items: baseline;
}
.tit001 .ll h2{
    font-size: 24px;
    color: #999999;
    line-height: 34px;
    font-weight: bold;
}
.tit001 .ll i{
    font-size: 18px;
    color: #999999;
    line-height: 22px;
    margin-left: 10px;
}
.tit001 .rr{
    padding-left: 20px;
    background: #eee;
}
.tit001 .rr .mores{
    font-size: 16px;
    color: #999999;
    line-height: 32px;
}

.s1 .content .aleft{
    width: 50%;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    padding-top: 460px;
}
.list1w a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    font-size: 20px;
    color: #fff;
    line-height: 56px;
    padding-left: 25px;
    padding-right: 170px;
    background: rgba(20, 20, 20, 0.7);
}
.list1w .paga{
    font-size: 0;
    left: auto;
    width: auto;
    right: 20px;
    bottom: 22px;
}
.list1w .paga span{
    width: 12px;
    height: 12px;
    margin: 0 8px;
    opacity: 1;
    border: 1px solid #fff;
    background: transparent;
}
.list1w .paga .swiper-pagination-bullet-active{
    background: #f9461d;
    border-color: #f9461d;
}
.s1 .content .aright{
    width: 48.21%;
}
.gglist li{
    position: relative;
    line-height: 48px;
}
.gglist li a{
    font-size: 16px;
    color: #333333;
    /* padding-left: 12px; */
    padding-right: 115px;
}
.gglist li time{
    font-size: 16px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}
.gglist li:before{
    position: absolute;
    /* content: ''; */
    /* left: 0; */
    /* top: 50%; */
    /* width: 7px; */
    /* height: 7px; */
    /* border: 1px solid #999999; */
    /* border-radius: 50%; */
    /* transform: translateY(-50%); */
}
.s1 .content{
    align-items: center;
}
.s1{
    margin-bottom: 55px;
}
.s2 .aleft{
    width: 50%;
}
.s2 .aright{
    width: 48.21%;
}
.s2{
    margin-bottom: 68px;
}

.s3 .aleft{
    width: 50%;
}
.s3 .content a{
    position: relative;
    display: block;
}
.s3 .content a p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    padding: 0 15px;
    background: rgba(20, 20, 20, 0.7);
    z-index: 3;
}
.s3 .aleft .top a .pic{
    padding-top: 330px;
}
.s3 .aleft .bottom a{
    width: 24%;
}
.s3 .aleft .bottom a .pic{
    padding-top: 260px;
}
.s3 .aright{
    width: 48.57%;
}
.s3 .aright .top a{
    width: 48.53%;
}
.s3 .aright .top a .pic{
    padding-top: 260px;
}
.s3 .aright .bottom a:nth-child(1){
    width: 55.88%;
}
.s3 .aright .bottom a:nth-child(2){
    width: 41.18%;
}
.s3 .aright .bottom a .pic{
    padding-top: 280px;
}
.s3 .top{
    margin-bottom: 20px;
}

.container01{
    padding-top: 78px;
    padding-bottom: 84px;
    /* background: #fdfdff; */
    background-size: cover;
}

.s4Lsit ul{
    position: relative;
    height: 610px;
}
.s4Lsit ul li{
    position: absolute;
    width: 21.43%;
    height: 550px;
    opacity: 0;
    top: 50px;
    transition: all 2s ease-out 0s;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
}
.s4Lsit ul li:nth-child(2n){
    top: -50px;
}
.s4Lsit ul li:nth-child(1){
    left: 0;

    z-index: 5;
}
.s4Lsit ul li:nth-child(2){
    left: 19.64%;

    z-index: 4;
}
.s4Lsit ul li:nth-child(3){
    left: 39.29%;

    z-index: 3;
}
.s4Lsit ul li:nth-child(4){
    left: 58.93%;

    z-index: 2;
}
.s4Lsit ul li:nth-child(5){
    left: auto;
    right: 0;

    z-index: 1;
}
.s4Lsit ul li a,
.list2w_2 a {
    display: block;
    position: relative;
}
.s4Lsit ul li a .pic ,
.list2w_2 a .pic{
    padding-top: 143.33%;
}
.s4Lsit ul li a .txt,
.list2w_2 a .txt{
    background: #fff;
    padding: 8px 20px 20px;
min-height: 144px;
}
.s4Lsit ul li a .txt h2,
.list2w_2 a .txt h2{
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}
.s4Lsit ul li a .txt p,
.list2w_2 a .txt p{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.s4Lsit ul li:hover{
    z-index: 9;
    box-shadow: 0 0 30px rgba(51, 51, 51, 0.6);
}
.list2w .swiper-slide-active .s4Lsit ul li,
.list2w .swiper-slide-active .s4Lsit ul li:nth-child(2n){
    opacity: 1;
    top: 0;
}
.list2w .swiper-slide-active .s4Lsit ul li:nth-child(2) {
    top: 50px;
}
.list2w .swiper-slide-active .s4Lsit ul li:nth-child(4) {
    top: 60px;
}
.list2w_2{
    display: none;
}

.s4 .tit001{
    margin-bottom: 40px;
}

.s4{
    margin-bottom: 65px;
}
.list3w a{
    display: block;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.2);
}
.list3w .pic{
    padding-top: 52%;
}
.list3w .txt{
    padding: 17px 24px 25px;
    background: #fff;
}
.list3w .txt p{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    height: 52px;
}
.list3w {
    padding-top: 10px;
    padding-bottom: 10px;
}
.container02{
    padding-top: 66px;
    padding-bottom: 0px;
    /* background: url("../images/container02.jpg") no-repeat 50%; */
    background-size: cover;
}


.list4w a{
    display: block;
    padding: 0 10px;
}
.list4w a .icon{
    width: 64px;
    height: 53px;
    position: relative;
    margin: 0 auto;
}
.list4w a p{
    font-size: 18px;
    color: #999999;
    line-height: 32px;
    text-align: center;
    margin-top: 18px;
}
.list4w a:hover .icon img{
    transform: rotateY(180deg);
}
.list4w a:hover p{
    color: #0054a3;
}

.container03 .tit001{
    margin-bottom: 50px;
}
.container03{
    padding-top: 55px;
    padding-bottom: 55px;
    background:#eee
}
.index{
    background:#eee
}
@media screen and (max-width: 1400px){
    .s4Lsit ul li{
        height: 440px;
    }
    .s4Lsit ul{
        height: 560px;
    }
}
@media screen and (max-width: 1200px){
    #dg-container{
        display: none;
    }
    .index_flash{
        display: block;
    }
    .banner .ll{
        display: none;
    }
    .banner{
        margin-top: 65px;
    }
    .container01{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .list2w{
        display: none;
    }
    .list2w_2{
        display: block;
    }
    .container02{
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .s4 .tit001{
        margin-bottom: 20px;
    }
    .s1,.s2,.s4{
        margin-bottom: 30px;
    }
    .list1w a p{
        font-size: 16px;
    }
    .container03{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .container03 .tit001{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1024px){
    .tit001 .ll h2{
        font-size: 22px;
    }
    .tit001 .ll i{
        font-size: 14px;
    }
    .tit001 .rr .mores{
        font-size: 12px;
    }
    .tit001 .rr{
        padding-left: 10px;
    }
    .tit001 .ll{
        padding-right: 10px;
    }
    .tit001{
        margin-bottom: 15px;
    }
    .s1 .content .aleft{
        width: 100%;
        margin-bottom: 15px;
    }
    .s1 .content .aright{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 65.71%;
    }
    .list1w a p{
        line-height: 46px;
        padding-left: 10px;
        padding-right: 120px;
    }
    .list1w .paga{
        right: 10px;
        bottom: 17px;
    }
    .list1w .paga span{
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    .s2 .aleft{
        width: 100%;
        margin-bottom: 15px;
    }
    .s2 .aright{
        width: 100%;
    }
    .s1, .s2, .s4{
        margin-bottom: 10px;
    }
    .s3 .aleft{
        width: 100%;
        margin-bottom: 20px;
    }
    .s3 .aright{
        width: 100%;
    }
    .s3 .aleft .top a .pic{
        padding-top: 47.14%;
    }
    .s3 .aleft .bottom a .pic{
        padding-top: 61.76%;
    }
    .s3 .aright .top a .pic{
        padding-top: 78.79%;
    }
    .s3 .aright .bottom a .pic{
        padding-top: 73.68%;
    }
    .s3 .aright .bottom a:nth-child(2) .pic{
        padding-top: 100%;
    }
}

@media screen and (max-width: 768px){
    .index_flash .btn{
        width: 13px;
        background-size: 13px;
    }
    .gglist li a{
        font-size: 14px;
        padding-right: 70px;
    }
    .gglist li{
        line-height: 42px;
    }
    .gglist li time{
        font-size: 12px;
    }
    .s3 .content a p{
        font-size: 14px;
        line-height: 40px;
    }
    .gglist li:before{
        width: 5px;
        height: 5px;
    }
    .list2w_2 a .txt{
        padding: 8px 10px 12px;
min-height: 124px;
    }
    .list3w .txt p{
        font-size: 14px;
        line-height: 22px;
        height: 44px;
    }
    .list3w .txt{
        padding: 10px 15px;
    }
    .list4w a .icon{
        width: 40px;
        height: 40px;
    }
    .list4w a p{
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 480px){
    .tit001 .ll h2{
        font-size: 20px;
        line-height: 28px;
    }
    .tit001 .ll i{
        font-size: 12px;
    }
    .tit001{
        background: none;
    }
    .tit001 .ll,
    .tit001 .rr{
        padding: 0 !important;
        background: transparent !important;
    }
    .tit001{
        margin-bottom: 0;
    }
    .s3 .tit001,.s1 .tit001{
        margin-bottom: 15px;
    }
    .list2w_2 a .txt h2{
        font-size: 14px;
        margin-bottom: 0;
    }
    .list2w_2 a .txt p{
        font-size: 12px;
    }
    .s3 .aleft .bottom a,
    .s3 .aright .top a,
    .s3 .aright .bottom a:nth-child(1),
    .s3 .aright .bottom a:nth-child(2){
        width: 100%;
        margin-bottom: 10px;
    }
    .s3 .aleft .top{
        margin-bottom: 10px;
    }
    .s3 .top,
    .s3 .aleft{
        margin-bottom: 0;
    }
    .container01,
    .container02{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .container03{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .list1w a p{
        font-size: 14px;
    }
}

.ftewm img{    width: 152px;}
.swiper-wrapper{margin-bottom:20px}