﻿.banner{
    position: relative;
    height: 580px;
    background-color: #FFFFFF;
}
.banner .swiper-slide {
    background-color: #FFFFFF;
}
.banImg{
    height: 100%;
    overflow: hidden;
    transform: scale(1);
    transition: all 3s linear;
}
.banPage{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: .77rem;
    z-index: 2;
}
.banPage .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    max-width: .16rem;
    max-height: .16rem;
    border: none;
    background-color: #FFFFFF;
    opacity: .2;
    margin: 0 .05rem;
    vertical-align: middle;
    transition: all .5s;
}
.banPage .swiper-pagination-bullet-active {
    opacity: .8;
}
.mainTop{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px .2rem rgba(0,0,0,0.11);
    border-radius: 4px;
    margin-top: -.5rem;
    z-index: 1;
    overflow: hidden;
}
.mainTop li{
    position: relative;
    flex: 1;
}
.mainTop li::before{
    display: block;
    content: "";
    width: 1px;
    height: .6rem;
    max-height: 50%;
    background: #D8D8D8;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-60%);
}
.mainTopLink{
    position: relative;
    display: block;
    color: #666666;
    padding: .3rem 0;
    z-index: 2;
}
.mainTopLink p{
    transition: all .3s;
}
.mainTopIco{
    position: relative;
    width: 50px;
    height: 50px;
    max-width: .5rem;
    max-height: .5rem;
    transition: all .3s;
}
.mainTopIco2{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.mainTop li a:hover .mainTopIco{
    transform: translateY(-3px);
}
.mainTop li a:hover .mainTopIco img{
    display: none;
}
.mainTop li a:hover .mainTopIco2{
    display: block;
}
.mainTop li a:hover .mainTopIco2 img{
    display: block;
}
.mainTop li a:hover p{
    transform: translateY(-2px);
}
.mainTopBtn{
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 42px;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.mainTopBtn1{
    bottom: 100%;
    background-color: #F3AD40;
    border-radius: 4px 4px 0 0;
}
.mainTopBtn2{
    top: 100%;
    background-color: #3261AD;
    border-radius: 0 0 4px 4px;
}
.mainTopLink:hover .mainTopBtn{
    opacity: 1;
    visibility: visible;
}
.mainTopLink:hover .mainTopBtn1{
    bottom: 50%;
}
.mainTopLink:hover .mainTopBtn2{
    top: 50%;
}
.hmBox1Bg{
    position: relative;
    padding: .6rem 0;
}
.hmBox1{
    margin-top: .3rem;
}
.hmBox1Left{
    flex-shrink: 0;
    width: 50%;
}
.hmBox1Img{
    padding-bottom: 58.33%;
    cursor: pointer;
}
.hmBox1Play{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/play.webp) center center no-repeat;
    background-size: 8.3% auto;
}
.hmBox1Notice{
    color: #666666;
    line-height: 30px;
    padding: .1rem .15rem;
    background: url(../image/notice.webp) .15rem center #F5F5F5 no-repeat;
    padding-left: calc(.15rem + 31px);
}
.hmBox1Notice .swiper-container{
    height: 30px;
}
.hmBox1Notice .swiper-wrapper{
    transition-timing-function: linear;
}
.hmBox1Notice .swiper-slide{ 
    width: auto;
}
.hmBox1Notice marquee{
    display: block;
}
.hmBox1Notice span{
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    color: #666666;
}
.hmBox1Notice span::after{
    content: "|";
    margin: 0 10px;
}
.hmBox1Notice span:last-child::after{
    display: none;
}
.hmBox1Notice a{
    color: #666666;
}
.hmBox1Notice a:hover{
    color: var(--baseColor);
}
.hmBox1Right{
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: .4rem;
    overflow: hidden;
}
.hmBox1List{
    list-style: none;
    margin: 0 -.2rem;
}
.hmBox1List li{
    position: relative;
    width: 50%;
    padding: 0 .2rem;
    margin-bottom: .5rem;
}
.hmBox1Item{
    position: relative;
}
.hmBox1Tit{
    color: #666666;
    line-height: 1.2;
    margin: .1rem 0;
    margin-top: 0 !important;
}
.hmBox1Con{
    color: #999999;
    line-height: 1.8;
    height: 5.4em;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hmBox1Ico{
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    max-width: .8rem;
    max-height: .8rem;
    z-index: -1;
}
.hmBox1More{
    display: block;
    width: 120px;
    line-height: 34px;
    border-radius: 22px;
    border: 2px solid var(--baseColor);
    transition: all .3s;
    margin-left: auto;
}
.hmBox1More:hover{
    color: #FFFFFF;
    background-color: var(--baseColor);
}
.hmBox2Bg{
    padding: .6rem 0;
}
.hmBox1Bg + .hmBox2Bg{
    padding-top: 0;
}

.hmBox2Top{
    margin-bottom: .2rem;
}
.hmBox2Select{
    width: 120px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
    padding-right: 25px;
    background: url(../image/arrow.webp) right 10px center no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.hmBox2Item{
    position: relative;
    padding: 0 50px;
    /* display: none; */
}
.hmBox2Item .swiper-container{
    padding: .15rem;
}
/* .hmBox2Item .swiper-slide{
    height: 100%;
} */
.hmBox2Con{
    display: block;
    height: 100%;
    padding: .3rem;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px .15rem rgba(0,0,0,0.06);
}
.hmBox2Img{
    width: 60%;
    max-width: 1.5rem;
    margin: 0 auto .2rem;
}
.hmBox2Img .baseImg{
    padding-bottom: 100%;
    border-radius: 50%;
}
.hmBox2Name{
    color: #333333;
    margin: .15rem 0;
    text-align: center;
}
.hmBox2Line{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #EDEDED;
    margin: .15rem 0;
}
.hmBox2Des{
    line-height: 24px;
    color: #999999;
    padding: 0 10px;
    margin: 0 -10px;
    height: 120px;
    line-clamp: 5;
    -webkit-line-clamp: 5;
}
.hmBox2Des::-webkit-scrollbar{
    width: 3px;
}
.hmBox2Des::-webkit-scrollbar-thumb{
    background-color: var(--baseColor);
}
.hmBox2Text{
    text-indent: 2em;
}
.hmBox2Con:hover .hmBox2Name{
    color: var(--baseColor);
}
.hmBox2Btn{
    display: block;
    width: 23px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.hmBox2Prev{
    left: 0;
    background-image: url(../image/prev.png);
}
.hmBox2Next{
    right: 0;
    background-image: url(../image/next.png);
}
.hmBox3Bg{
    padding: .6rem 0;
    background-color: #F2F7FF;
    overflow: hidden;
}

.hmBox3Top{
    margin: .1rem -.15rem;
    text-align: center;
}
.hmBox3Top .swiper-container{
    padding: .15rem;
}
.hmBox3Top .swiper-slide{
    height: auto;
}
.hmBox3Top .swiper-pagination{
    display: none;
}
.hmBox3Link{
    display: block;
    height: 100%;
    padding: .2rem;
    background-color: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 0px .15rem rgba(0,0,0,0.06);
}
.hmBox3Img{
    padding-bottom: 54.05%;
    border-radius: 5px;
    margin-bottom: .2rem;
    transform: translateZ(0);
    overflow: hidden;
}
.hmBox3Tit{
    color: #666666;
    line-height: 1.4;
    margin: .1rem 0;
    transition: all .3s;
}
.hmBox3Con{
    color: #999999;
    line-height: 22px;
    -webkit-line-clamp: 2;
    transition: all .3s;
}
.hmBox3Link:hover .imgBg{
    transform: scale(1.1);
}
.hmBox3Link:hover .hmBox3Tit,
.hmBox3Link:hover .hmBox3Con{
    color: var(--baseColor);
}
.hmBox3Bot{

}
.hmBox3Bot > li{
    flex: 1;
    background-color: #FFFFFF;
    transition: all .3s;
}
.hmBox3Bot > li:hover{
    position: relative;
    box-shadow: 0 5px 30px rgba(110,110,110,.25);
    transform: translateY(-5px);
}
.hmBox3Bot > li:last-child .hm3BotTit{
    border-right: none;
}
.hmBox3Bot > li:last-child .hm3BotCon::after{
    display: none;
}
.hm3BotTit{
    height: 80px;
    color: #FFFFFF;
    line-height: 1.2;
    background-color: var(--baseColor);
    border-right: 1px solid #FFFFFF;
    font-weight: bold;
}
.hm3BotCon{
    position: relative;
    min-height: calc(100% - 80px);
    padding-top: .1rem;
    padding-bottom: .3rem;
}
.hm3BotCon::after{
    display: block;
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background-color: #EDEDED;
    position: absolute;
    right: 0;
    top: 0;
}
.hm3BotItem{
    padding: 0 8px;
}
.hm3BotItem li a{
    display: block;
    color: #666666;
    line-height: 24px;
    padding: .1rem;
    border-radius: 4px;
    transition: all .3s;
}
.hm3BotItem li a:hover{
    color: #FFFFFF !important;
    background-color: var(--baseColor);
}
.hm3BotItem li.more{
    display: none;
}
.hm3BotItem li.more a{
    color: var(--baseColor);
}




.hmBox4Bg{
    padding: .6rem 0;
}
.hmBox4Bot{
    margin: .1rem -.15rem;
}
.hmBox4Bot .swiper-container{
    padding: .15rem;
}
.hmBox4Bot .swiper-slide{
    height: auto;
}
.hmBox4Bot .swiper-pagination{
    display: none;
}
.hmBox4Link{
    display: block;
    padding: .2rem;
    background: #FFFFFF;
    box-shadow: 0px 0px .09rem rgba(0,0,0,0.15);
    border-radius: 4px;
    cursor: pointer;
}
.hmBox4Img{
    padding-bottom: 56.52%;
    border-radius: 4px;
}
.hmBox4Img .hmBox1Play{
    background-size: 13% auto;
}
.hmBox4Tit{
    color: #333333;
    line-height: 1.5;
    height: 3em;
    -webkit-line-clamp: 2;
    margin: .2rem 0;
    font-weight: normal;
}
.hmBox4Time{
    color: #999999;
}
.hmBox4Time i{
    display: block;
    width: 25px;
    height: 20px;
    background: url(../image/box4Ico.webp) center center no-repeat;
    background-size: contain;
}
.hmBox4Link:hover .imgBg{
    transform: scale(1.1);
}
.hmBox4Link:hover .hmBox4Tit{
    color: var(--baseColor);
}
.hmBox5Bg{
    padding: .6rem 0;
    background-color: #FAFAFA;
}
.hmBox5Tab{
    list-style: none;
    overflow: hidden;
}
.hmBox5Tab li{
    position: relative;
}
.hmBox5Tab li::after{
    display: block;
    content: "";
    position: absolute;
    left: -1px;
    top: 52%;
    width: 2px;
    height: 18px;
    background-color: #999999;
    transform: translateY(-50%);
}
.hmBox5Tab li:first-child::after{
    display: none;
}
.hmBox5Tab li span{
    display: block;
    color: #333333;
    line-height: 24px;
    padding: .1rem .2rem;
    border-radius: 4px;
    transition: all .3s;
    cursor: pointer;
}
.hmBox5Tab li span:hover{
    position: relative;
    color: var(--baseColor);
    z-index: 1;
}
.hmBox5Tab li.active span{
    position: relative;
    color: #FFFFFF;
    background-color: var(--baseColor);
    z-index: 1;
}
.hmBox5Bot{
    margin-top: .4rem;
}
.hmBox5Left{
    float: left;
    width: 41.67%;
}
.hmBox5Img{
    padding-bottom: 50%;   
    border-radius: 5px 5px 0 0;
}
.hmBox5Text{
    color: #FFFFFF;
    padding: .1rem .2rem;
    background-color: var(--baseColor);
}
.hmBox5Tit{
    line-height: 1.5;
    height: 3em;
    -webkit-line-clamp: 2;
    margin: .1rem 0;
}
.hmBox5Line{
    width: 35px;
    height: 2px;
    background: #FFFFFF;
    margin: .2rem 0 .1rem;
}
.hmBox5Time{
    line-height: 1.2;
    margin: .1rem 0;
}
.hmBox5Time i{
    display: block;
    width: 24px;
    height: 24px;
    background: url(../image/box5Ico-white.webp) center center no-repeat;
    background-size: contain;
    transition: all .3s;
}
.hmBox5Left:hover .imgBg{
    transform: scale(1.1);
}
.hmBox5Left:hover .hmBox5Time i{
    transform: rotate(45deg);
}
.hmBox5Right{
    float: right;
    width: 54.5%;
}
.hmBox5First{
    display: block;
    padding-bottom: .1rem;
    border-bottom: 1px solid #EAEAEA;
}
.hmBox5First .hmBox5Tit{
    color: #666666;
    height: auto !important;
}
.hmBox5First .hmBox5Con{
    color: #999999;
    -webkit-line-clamp: 2;
}
.hmBox5First .hmBox5Line{
    background-color: var(--baseColor);
}
.hmBox5First .hmBox5Time{
    color: #999999;
    margin: .1rem 0;
}
.hmBox5First .hmBox5Time i{
    background-image: url(../image/box5Ico.webp);
}
.hmBox5First:hover .hmBox5Tit{
    color: var(--baseColor);
}
.hmBox5First:hover .hmBox5Time i{
    transform: rotate(45deg);
}
.hmBox5List li{
    border-bottom: 1px solid #EAEAEA;
}
.hmBox5List li a{
    color: #666666;
    line-height: 26px;
    padding: .13rem 0;
    transition: all .3s;
}
.hmBox5List li span{
    float: right;
    font-size: 14px;
    margin-left: 10px;
}
.hmBox5List li a:hover{
    color: var(--baseColor);
    text-indent: 1em;
}


@media (min-width:992px) {
    .hm3BotCon{
        display: block !important;
    }
}
@media (max-width:1600px) {
    .banner{
        height: 450px;
    }
    .mainTopBtn{
        line-height: 38px;
    }
    .hmBox1Notice{
        line-height: 24px;
        background-size: 18px auto;
        padding-left: calc(.15rem + 25px);
    }
    .hmBox2Item{
        padding: 0 30px;
    }
    .hmBox5List li a{
        padding: .17rem 0;
    }
}
@media (max-width:1400px) {
    
}
@media (max-width:1200px) {
    .banner{
        height: 400px;
    }
    .banPage{
        bottom: .2rem;
    }
    .banPage .swiper-pagination-bullet{
        width: 12px;
        height: 12px;
    }
    .hmBox1Bg,
    .hmBox2Bg,
    .hmBox3Bg,
    .hmBox4Bg,
    .hmBox5Bg{
        padding: 30px 0;
    }
    .mainTopBg .wrap{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .mainTop{
        margin: 0;
    }
    .mainTopLink{
        padding: .2rem 0;
    }
    .mainTopIco{
        width: 30px;
        height: 30px;
    }
    .hmBox1List{
        margin: 0 -.1rem .1rem;
    }
    .hmBox1List li{
        padding: 0 .1rem;
        margin-bottom: .3rem;
    }
    .hmBox1Ico{
        width: 60px;
        height: 60px;
    }
    .hmBox2Con{
        padding: .2rem;
    }
    .hmBox2Des{
        height: auto;
        max-height: 120px;
    }
    .hmBox3Link{
        padding: .1rem;
    }
    .hm3BotItem li a{
        line-height: 1.4;
        padding: .06rem .1rem;
    }
    .hmBox4Link{
        padding: .1rem;
    }
    .hmBox4Tit{
        margin: .1rem 0;
    }
    .hmBox4Bot .swiper-pagination{
        display: block;
        margin: 0;
    }
    .hmBox5Tab li span{
        padding: 6px .15rem;
    }
    .hmBox5List li a{
        padding: .07rem 0;
    }
}
@media (max-width:991px) {
    .banner{
        height: 340px;
    }
    .hmBox1Tit{
        margin: 5px 0;
    }
    .hmBox3Bot{
        display: block;
    }
    .hmBox3Bot > li{
        border-bottom: 1px solid #FFFFFF;
    }
    .hmBox3Bot > li:hover{
        transform: none;
        box-shadow: none;
    }
    .hm3BotTit{
        position: relative;
        display: block;
        height: auto;
        line-height: 24px;
        padding: .12rem .2rem;
        text-align: left;
        border: none;
        cursor: pointer;
    }
    .hm3BotTit br{
        display: none;
    }
    .hm3BotTit::after{
        display: block;
        content: "\f107";
        font-family: 'FontAwesome';
        position: absolute;
        right: 15px;
        top: .1rem;
        transition: all .5s;
        font-weight: normal;
    }
    .hmBox3Bot > li.active .hm3BotTit::after{
        transform: rotate(-180deg);
    }
    .hm3BotCon{
        min-height: 0;
        padding: .2rem;
        display: none;
    }
    .hm3BotItem{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .hm3BotItem li a{
        padding: 6px 10px;
    }
}
@media (max-width:767px){
    .banner{
        height: 280px;
        max-height: 3.2rem;
    }
    .mainTop{
        flex-wrap: wrap;
        font-size: 12px;
        padding: .1rem 0;
    }
    .mainTop li{
        flex: auto;
        width: 25%;
    }
    .mainTopLink{
        padding: .1rem 0;
    }
    .mainTop li.ychz{
        order: 1;
    }
    .mainTop li.ychz .mainTopLink{
        display: flex;
        padding: .1rem 15px;
    }
    .mainTop li.ychz .mainTopIco,
    .mainTop li.ychz p{
        display: none;
    }
    .mainTopBtn{
        display: block;
        position: static;
        line-height: 34px;
        opacity: 1;
        visibility: visible;
    }
    .mainTopBtn1{
        border-radius: 4px 0 0 4px;
    }
    .mainTopBtn2{
        border-radius: 0 4px 4px 0;
    }
    .hmBox1{
        display: block;
    }
    .hmBox1Left{
        width: 100%;
    }
    .hmBox1Right{
        margin: .3rem 0 0;
    }
    .hmBox3Top .swiper-pagination{
        display: block;
        margin: 0;
    }
    .hmBox5Top{
        display: block;
    }
    .hmBox5Tab{
        flex-wrap: nowrap;
        justify-content: center;
        margin: .2rem 0;
        text-align: center;
    }
    .hmBox5Tab li{
        flex: auto;
    }
    .hmBox5Tab li span{
        padding: .06rem;
    }
    .hmBox5Bot{
        margin-top: .1rem;
    }
    .hmBox5Left,
    .hmBox5Right{
        float: none;
        width: 100%;
        margin: .2rem 0;
    }
    .hmBox5Tit{
        height: auto;
    }

}
@media (max-width:640px){
    .hmBox4Time i{
        width: 20px;
        height: 15px;
    }
}
@media (max-width:460px){
    .hmBox1More{
        line-height: 30px;
    }
    .hmBox2Img{
        max-width: 2rem;
    }
    .hmBox3Link{
        padding: .15rem;
    }
    .hmBox3Tit,
    .hmBox3Con{
        margin: .1rem;
    }
    .hmBox4Link{
        padding: .2rem;
    }
    .hmBox5Time i{
        width: 20px;
        height: 20px;
    }
}