@charset "utf-8";



body {
    overflow-x: hidden;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    /* z-index: 9; */
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
}




.banner .slick-slide.slick-current a img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    bottom: 0.6rem;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 0.15rem;
}

.banner .slick-dots li {
    display: flex;
    border-radius: 50%;
    margin: 0 0.12rem;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.3rem;
    height: 0.3rem;
    justify-content: center;
    align-items: center;

}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
}

.banner .slick-dots li.slick-active {
    border-color: #fff;
    background: url(../images/baanner-dot-bor.png) no-repeat;
    background-size: 100% 100%;
    animation: cilcle 2s infinite linear;
}

/* index */
.index {
    overflow-y: auto;
    overflow-x: hidden;
}

.title {
    display: flex;
    align-items: flex-end;
}

.title div {
    border-left: 0.04rem solid #18489C;
    padding-left: 0.1rem;
}

.title div span {
    display: block;
    font-family: Arial;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #18489C;
}

.title div h2 {
    font-size: 0.33rem;
    font-weight: 600;
    /* line-height: 0.58rem; */
    color: #000000;
}

.title a {
    display: block;
    background: url(../images/tit-more.png) no-repeat;
    background-position: right center;
    background-size: 0.22rem;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.22rem;
    color: #000000;
    padding: 0.1rem 0;
    border-bottom: 1px solid #979797;
    flex: 1;
    min-width: 0;
    text-align: right;
    padding-right: 0.3rem;
}

.title a:hover {
    color: #18489C;
}

.s1 {
    padding: 0.2rem 0 0.2rem 0;
    background: url(../images/s1-bj.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s1-c {
    display: flex;
    justify-content: space-between;
    margin-top: 0.1rem;
}

.s1-l {
    width: 7.8rem;
    margin-right: 0.4rem;
    margin-top: .19rem;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a .pic {
    padding-top: 4.39rem;
}

.s1-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/zzc1.png) repeat-x;
    background-position: center bottom;
    z-index: 2;
}

.s1-l ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .25rem;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.24rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
    text-align: center;
    padding: 0 .2rem;
}

.pub-dots .slick-dots {
    position: static;
    font-size: 0;
    margin-top: .2rem;
}

.pub-dots .slick-dots li {
    width: 0.08rem;
    height: 0.08rem;
    opacity: 1;
    background: #B5B5B5;
    border-radius: 50%;
    margin: 0 .03rem;
}

.pub-dots .slick-dots li.slick-active {
    background: #18489C;
}

.pub-dots ..slick-dots {}

.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul li {
    border-bottom: 1px solid #d9d9d9;
}

.s1-r ul li:nth-child(1) {
    margin-top: 0;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
    height: 0.56rem;
}

.s1-r ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #000000;
}

.s1-r ul li a:hover {
    
}

.s1-r ul li a:hover p {
    color: #18489C;
}

.s1-r ul li a:hover span {
    color: #18489C;
}


.s2-c {
    display: flex;
    margin-top: 0.2rem;
    justify-content: space-between;
}

.s2-l {
    width: 48%;
}

.s2-r {
    width: 48%;
}

.slist1 {
    margin-top: 0.1rem;
}

.slist1 ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
}

.slist1 ul li a p {
    flex: 1;
    min-width: 0;
    display: block;
    padding-left: .3rem;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: .6rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-l .slist1 ul li a p {
    background: url(../images/wh_img01.png) no-repeat;
    background-position: left center;
}

.s2-l .slist1 ul li:hover a p {
    color: #18489C;
    background: url(../images/wh_img02.png) no-repeat;
    background-position: left center;
}

.s2-r .slist1 ul li a p {
    background: url(../images/wh_img01.png) no-repeat;
    background-position: left center;
}

.s2-r .slist1 ul li:hover a p {
    color: #18489C;
    background: url(../images/wh_img02.png) no-repeat;
    background-position: left center;
}

.s3 {
    background: url(../images/wh_img05.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0.24rem 0;
    margin: 0.2rem auto 0;
}
.s3 .w16{
    max-width:none;
}




.s3-c {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
    align-items: flex-start;
}

.s3-l {
    width: 48%;
  
    /* min-width: 0; */
    /* background: #FFFFFF; */
    /* box-shadow: 0px 0px 0.04rem 0px rgba(0, 0, 0, 0.5); */
    /* padding: .17rem .44rem .16rem .26rem ; */
}

.s3-l ul li a {
   position: relative;
   display: block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   font-size: 0.18rem;
   font-weight: normal;
   line-height: 0.58rem;
   color: #000000;
   border-bottom: 1px solid #d9d9d9;
   padding-left: 0.3rem;
   padding-right: 0.8rem;
   background: url('../images/wh_img01.png') no-repeat left center;
   background-size: .17rem;
}

.s3-l ul li:nth-child(1) a {
    border-top: none;
}
.s3-l ul li a span{
    position:absolute;
    right:0;
    top:0;
    color: #666;
}
.s3-l ul li:hover a {
    color: #18489C;
    background-image:url('../images/wh_img02.png')
}

.s3-r {
    width:48%;
  
}

.s3-r ul li a {
    display: block;
    position: relative;
}

.s3-r ul li a .pic {
    padding-top: 3.49rem;
}

.s3-r ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/zzc1.png) repeat-x;
    background-position: center bottom;
    z-index: 2;
}

.s3-r ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .25rem;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.24rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
    text-align: center;
    padding: 0 .2rem;
}

.s3-r.pub-dots .slick-dots li {
    background: #B5B5B5;
}

.s3-r.pub-dots .slick-dots li.slick-active {
    background: #fff;
}

.s4 {
    background: url(../images/s4-bj.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0.24rem 0 0.24rem 0;
}

.s4-c {
    margin-top: 0.2rem;
}

.s4-c ul {
    display: flex;
    justify-content: space-between;
}

.s4-c ul li {
    width: 23%;
}

.s4-c ul li a {
    display: block;
    height: 1.54rem;
    border-radius: 0px 0.2rem 0rem 0.2rem;
    box-shadow: 0rem 0.02rem 0.04rem 0px rgba(24, 72, 156, 0.1989);
    padding: 0.25rem .25rem;
    background: url('../images/wh_img03.png') no-repeat 50%/cover;
}

.s4-c ul li a b {
    display: block;
    font-weight: normal;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .1rem;
}

.s4-c ul li a p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .9rem;
    color: #000000;
}

.s4-c ul li:hover a {
     background-image:url(../images/wh_img04.png)
}

.s4-c ul li:hover a b {
    color: #fff;
}

.s4-c ul li:hover a p {
    color: #fff;
}



@media screen and (max-width: 1480px) {
    .s1-l {
        width: 7.3rem;
        margin-right: .25rem;
    }

    .s3-r {
        width: 40.3125%;
        margin-left: .25rem;
    }
}

@media screen and (max-width: 1200px) {
    #downPage {
        display: none;
    }

    .title div h2 {
        font-size: .36rem;
        line-height: .4rem;
    }
.s3 .w16{
        max-width:95%;
    }
    .s3{
        max-width:none;
    }
}

@media screen and (max-width: 1024px) {
.banner .slick-dots {
    bottom: 0.2rem;
}
.s3-l{
width:100%
}
    .s1-c, .s2-c, .s3-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
    }
    .s1-r ul li a{
        padding: 0 .15rem;
    }
    .s1-r, .s2-r {
        margin-top: .3rem;
    }

    .s2-r, .s2-l {
        width: auto;
    }

    .s3-r {
        width: auto;
        margin-left: 0;
        margin-top: .3rem;
    }

    .s3-l {
        padding: .2rem;
        max-width: none;
    }

    .s4-c ul {
        flex-wrap: wrap;
    }

    .s4-c ul li {
        width: 48%;
    }

    .s4-c ul li:nth-child(-n+2) {
        margin-bottom: .2rem;
    }

    .s4-c ul li a {
        height: auto;
        padding: .2rem .15rem;
    }

    .s4-c ul li a p, .s4-c ul li a .s4-c ul li a b {
        font-size: .18rem;
    }
.s4-c ul li a p{
-webkit-line-clamp: 1;
}
    .title div h2 {
        font-size: .3rem;
        line-height: .3rem;
    }

    .s1, .s4 {
        padding: .5rem 0;
    }

    .s1-c, .s2-c, .s3, .s3-c, .s4-c {
        margin-top: .35rem;
    }
 .s1-l ul li a .pic{
        padding-top: 56.28%;
    }
    .s3-r ul li a .pic{
        padding-top:60.15%
    }
    .s3 .w16{
        max-width:none;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}