main .sec-1{
    position: relative;
}
main .sec-1 .video-btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .8);
}
main .sec-1 .video-btn dl{
    color: #ffffff;
    font-size: .22rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
main .sec-1 .video-btn dl dd:first-child{
    font-weight: bold;
}
main .sec-1 .video-btn dl dd:nth-child(2){
    font-size: .12rem;
    margin: .08rem 0 .15rem;
}
main .sec-1 .video-btn dl dt{
    font-size: .12rem;
    width: 1.2rem;
    text-align: center;
    cursor: pointer;
    height: .32rem;
    line-height: .32rem;
    border-radius: .28rem;
    border: 1px solid #ffffff;
    color: #fff;
}
main .sec-2{
    padding: 0 .15rem;
    margin: .2rem 0;
    box-sizing: border-box;
}
main .sec-2 .sub h3{
    font-size: .2rem;
    font-weight: bold;
    margin-bottom: .15rem;
}
main .sec-2 .sub p{
    line-height: .22rem;
    margin-bottom: .1rem;
    color: #808080;
}
main .sec-2 dl{
    display: flex;
    flex-wrap: wrap;
}
main .sec-2 dl dd{
    width: 50%;
    margin: .1rem 0 .15rem;
}
main .sec-2 dl dd p:first-child{
    font-size: .35rem;
    font-weight: bold;
}
main .sec-2 dl dd p:first-child sup {
    font-size: .15rem;
}
main .sec-2 dl dd p:last-child {
    font-size: .13rem;
    color: #7F7F7F;
}
main .sec-2 .img{
    position: relative;
    width: 100%;
    /* padding-left: .6rem; */
    box-sizing: border-box;
}
main .sec-2 .img .img-1{
    width: 100%;
}
main .sec-2 .img .img-2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
}
main .sec-2 .more-btn a{
    display: block;
    font-size: .12rem;
    margin: .2rem auto 0;
    color: #ffffff;
    width: 1rem;
    text-align: center;
    height: .3rem;
    line-height: .3rem;
    background: #2737AB;
    border-radius: .2rem;
}
main .sec-3{
    width: 100%;
    background: #ffffff url(../../images/bg_1.png) no-repeat;
    background-size: 100% 100%;
    /* background-attachment: fixed; */
    position: relative;
    padding: .6rem .15rem;
    box-sizing: border-box;
    color: #ffffff;
}
main .sec-3 .swiper{
    margin-bottom: .15rem;
}
main .sec-3 .swiper img{
    width: 100%;
}
main .sec-3 .sup div:first-child span{
    position: relative;
    display: inline-block;
    padding-left: .12rem;
    font-weight: bold;
    font-size: .15rem;
}
main .sec-3 .sup div:first-child span::after{
    position: absolute;
    content: "";
    width: .05rem;
    height: .16rem;
    background: #2737AB;
    opacity: 1;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
main .sec-3 .sup div:last-child{
    display: flex;
    flex-wrap: wrap;
    margin-top: .2rem;
}
main .sec-3 .sup div:last-child dl{
    width: 100%;
    padding-right: .1rem;
    box-sizing: border-box;
    position: relative;
    padding-left: .6rem;
    height: .5rem;
    margin-bottom: .25rem;
}
main .sec-3 .sup div:last-child dl dt{
    position: absolute;
    top: 0;
    left: 0;
    width: .5rem;
    height: .5rem;
}
main .sec-3 .sup div:last-child dl dt img{
    width: .5rem;
    height: .5rem;
}
main .sec-3 .sup div:last-child dl dd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
main .sec-4{
    padding-top: .4rem;
    padding-bottom: .1rem;
}
main .sec-5{
    padding: 0 .15rem;
    margin: .2rem 0;
}
main .sec-5 dl{
    width: 100%;
    box-shadow: 0 0 .12rem #ececec;
    padding: .15rem .2rem;
    box-sizing: border-box;
}
main .sec-5.active dl{
    background: #DBE9FB;
}
main .sec-5 dl dt{
    display: flex;
    align-items: center;
    margin-bottom: .05rem;
}
main .sec-5 dl dt img{
    width: .14rem;
    margin-right: .05rem;
}
main .sec-5 dl dd{
    padding-left: .19rem;
    margin-bottom: .02rem;
}
main .sec-5 dl dd span{
    display: inline-block;
    width: .45rem;
}
main .sec-6{
    width: 100%;
    height: 3rem;
    padding: 0 0.15rem .4rem .15rem;
    box-sizing: border-box;
}

