﻿@charset "utf-8";

.main {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    padding-top: 1.2rem;
    top: 100%;
    overflow-y: scroll;
    z-index: 90;
    background: #fff;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    overflow-x: hidden;
}

.main.show {
    top: 0;
}

.sect {
    overflow: hidden;
}

.section1 {
    padding: .7rem 0 2.95rem;
    /* padding-top: 1.5rem; */
    background: url(/yxdz/images/s1-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.title {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}



.title h2 p {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    color: #333333;
    font-weight: bold;

    z-index: 9;
}

.title h2 span {
    padding: 0 .3rem;
    font-size: 0.36rem;
    font-weight: normal;
    color: #044A97;
    font-family: "sisong";
}

.more {
    position: absolute;
    right: 0;
    transition: all .6s;
}

.more:hover {
    right: .15rem;
}

.more a {
    display: block;
    padding-right: 0.17rem;
    padding-bottom: .1rem;
    background: url(/yxdz/images/more.png) no-repeat left bottom;
    background-size: 100% auto;
    font-size: 0.16rem;
    color: #A1A1A1;
    transition: all .6s;
}


.more:hover a {
    color: #044A97;
}

.s1 {
    padding-top: .35rem;
}

.xslist {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-right: 29.5%;
}

.xslist li {
    margin-top: .2rem;
}

.xslist li:nth-child(1),
.xslist li:nth-child(2),
.xslist li:nth-child(5),
.xslist li:nth-child(6) {
    width: 25.5%;
    margin-right: 2.6%;
}

.xslist li:nth-child(3),
.xslist li:nth-child(4) {
    width: 41.2%;
    margin-right: 2.6%;
}



.xslist li:last-child {
    position: absolute;
    right: 0;
    top: 0;
    width: 29.5%;
    height: 100%;
}

.xslist li a {
    position: relative;
    display: block;
}

.xslist li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #044A97 -34%, rgba(4, 74, 151, 0) 100%);
}

.xslist li a .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    text-align: center;
    padding: .15rem;
}

.xslist li a .txt p {
    font-size: .2rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home2 {
    margin-top: -2.135rem;
    padding-top: .75rem;
    padding-bottom: .85rem;
    background: url(/yxdz/images/sect2-bg.png) no-repeat center top;
    background-size: 100% auto;
}

.home2 .list-pic {
    padding-top: .3rem;
}

.home2 .list-pic ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.15rem;
}

.home2 .list-pic ul li {
    width: 33.333%;
    margin-top: .3rem;
    padding: 0 .15rem;
}

.home2 .list-pic ul li a {
    display: block;
}

.home2 .list-pic ul li a .pic {
    padding-top: 61.849%;
}

.section2 {
    padding: .3rem 0;
}

.s2 ul {

    margin: 0 -0.1rem;
}

.s2 ul li {
    width: 25%;
    padding: 0 0.1rem;
    margin-top: 0.6rem;
    margin-bottom: .4rem;
    transition: all .6s;
}

.s2 ul li a {
    position: relative;
    display: block;
    transition: all .6s;
}


.s2 ul li a .pic {
    padding-top: 65.968%;
}

.s2 ul li a .txt {
    padding: .2rem .3rem;
    height: 2.15rem;
    background: #fff url(../images/s2-txt-bg.png) no-repeat center right;
    background-size: cover;
    border: 1px solid #C8E2FF;
    border-top: none;
}

.s2 ul li a .txt p {
    font-size: .2rem;
    line-height: .35rem;
    color: #333333;
    height: .7rem;
    transition: all .6s;
}

.s2 ul li a .txt span {
    display: block;
    margin-top: .3rem;
    border: 0.03rem solid #DBECFF;
    border-radius: 0.6rem;
    background: #044A97;
    font-size: 0.16rem;
    color: #fff;
    width: 1.3rem;
    height: 0.44rem;
    line-height: 0.38rem;
    text-align: center;
    transition: all .6s;

}

.s2 .slick-dots {
    position: relative;
    margin: 0;
}

.s2 .slick-dots li {
    margin: 0 .15rem;
    width: 0.3rem;
    height: 0.3rem;
    border: 0.01rem dashed transparent;
    padding: 0.09rem;
    border-radius: 50%;
    transition: all .6s;
}

.s2 .slick-dots li button {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #2F5FB1;
}

.s2 .slick-dots li.slick-active {
    border: 1px dashed #2F5FB1;
}

.section3 {
    padding-top: .9rem;
    padding-bottom: 1.9rem;
    background: url(/yxdz/images/s6-bg.png) no-repeat center bottom;
    background-size: cover;
}

.s3 {
    margin-top: 0.4rem;
    position: relative;
}



.group-img ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem;
}

.group-img ul li {
    width: 25%;
    padding: 0 .1rem;
    margin-top: .2rem;
}

.group-img ul li .pic {
    padding-top: 100%;
}

@media screen and (min-width: 1024px) {
    .s2 ul li:hover a .txt {
        background: #044A97 url(../images/s2-txt-bg.png) no-repeat center right;
        background-size: cover;
        border: 1px solid #044A97;
    }

    .s2 ul li:hover a .txt p {
        color: #fff;
    }

    .s2 ul li:hover a .txt span {

        background: #fff;
        color: #262626;
    }
}

@media screen and (max-width:1200px) {
    .main {
        position: static;
        overflow-y: auto;
        padding-top: 0;
    }

    .section1 {
        padding-top: .5rem;
    }
}

@media screen and (max-width:1024px) {
    .group-sml li {
        width: 2.6rem;
    }
}



@media screen and (max-width: 650px) {
    .title h2 p img {
        height: .08rem;
    }

    .title h2 span {
        padding: 0 .15rem;
        font-size: .3rem;
    }

    .title {
        justify-content: space-between;
    }

    .section1 {
        padding-top: .3rem;
        padding-bottom: .8rem;
    }

    .home2 {
        margin-top: -.8rem;
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    .s1 {
        padding-top: .3rem;
    }

    .xslist {
        padding-right: 0;
    }

    .xslist li {
        margin: 0 !important;
        width: 48% !important;
        margin-bottom: .15rem !important;
    }

    .xslist li:last-child {
        position: static;
        width: 100%;
    }

    .home2 .list-pic ul li {
        width: 50%;
    }

    .home2 .list-pic {
        padding-top: .15rem;
    }

    .s2 ul li {
        margin-top: .2rem;
        margin-bottom: .2rem;
    }

    .s2 .slick-dots li {
        width: 0.2rem;
        height: 0.2rem;
        padding: 0.05rem;
        margin: 0 .1rem;
    }

    .home2 .list-pic ul {
        margin: 0 -.1rem;
    }

    .home2 .list-pic ul li {
        padding: 0 .1rem;
        margin-top: .2rem;
    }

    .section3 {
        padding-top: .3rem;
    }

    .group-img ul li {
        width: 50%;
    }

    .s3 {
        margin-top: .15rem;
    }

    .section3 {
        padding-bottom: 1.5rem;
    }
}