* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.index {
    width: 100%;
    box-sizing: border-box;
    margin-top: 1.2rem;
}

.index .banner {
    width: 100%;
}

.index .banner .swItem {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 6.76rem;
    background: url('../img/index/0-0.png') no-repeat;
    background-size: 100% 100%;
}

.index .banner .swiper-pagination {
    display: flex;
    position: absolute;
    left: 50%;
    top: 7.45rem;
    transform: translateX(-50%);
    width: auto;
}

.index .banner .swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    background: rgba(0, 0, 0, 0.5);
}

.index .banner .swiper-pagination-bullet-active {
    width: 0.14rem;
    height: 0.14rem;
    background: #4492C0;
}

.index .banner .learMore {
    display: flex;
    align-items: center;
    width: 100%;
    height: 7.98rem;
    background: url('../img/index/0-2.png') no-repeat;
    background-size: 100% 100%;
    margin-top: -1.34rem;
}

.learMore img {
    width: 4.64rem;
    height: 4.64rem;
    margin-left: 2.64rem;
    margin-right: 0.69rem;
}

.learMore .moreDetail .moreText {
    width: 8.39rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    margin-bottom: 0.6rem;
}

.learMore .moreDetail .moreBtn {
    display: block;
    width: 1.8rem;
    height: 0.45rem;
    border-radius: 0.06rem;
    border: 0.01rem solid #FFFFFF;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.45rem;
    letter-spacing: 0.01rem;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.learMore .moreDetail .moreBtn:hover{
    background: #4492C0;
    border: 0.01rem solid #4492C0;
    color: #ffffff;
}

.index .business {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 8.9rem;
    background: url('../img/index/0-4.png') no-repeat;
    background-size: 100% 100%;
    margin-top: -0.8rem;
    padding-top: 0.92rem;
    box-sizing: border-box;
}

.index .busTitle {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.6rem;
    color: #4492C0;
}

.index .busBorder {
    width: 0.68rem;
    height: 0.12rem;
    background: #B8CBD3;
    border-radius: 0.06rem;
    margin-top: 0.23rem;
}

.index .business .busList {
    display: flex;
    margin-top: 1.11rem;
}

.busList .busItem {
    display: flex;
    width: 2.4rem;
    height: 4.04rem;

    margin-right: 0.4rem;
}

.busList .busItem:last-child {
    margin-right: 0;
}

.busList .busItem:nth-child(1) {
    background: url('../img/index/05.png') no-repeat;
    background-size: 2.4rem 4.04rem;
}

.busList .busItem:nth-child(2) {
    background: url('../img/index/06.png') no-repeat;
    background-size: 2.4rem 4.04rem;
}

.busList .busItem:nth-child(3) {
    background: url('../img/index/07.png') no-repeat;
    background-size: 2.4rem 4.04rem;
}

.busList .busItem:nth-child(4) {
    background: url('../img/index/08.png') no-repeat;
    background-size: 2.4rem 4.04rem;
}

.busList .busItem:nth-child(5) {
    background: url('../img/index/09.png') no-repeat;
    background-size: 2.4rem 4.04rem;
}

.busList .busItem:nth-child(6) {
    background: url('../img/index/010.png') no-repeat;
    background-size: 2.4rem 4.04rem;
}

.busList .busItem .busModal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 1.2rem;
    padding: 0 0.26rem;
    opacity: 0;
    transition: all 0.5s;
}

.busList .busItem .busModal:hover {
    opacity: 1;
}

.busModal .modalTex {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}

.busModal .modalBtn {
    width: 1.27rem;
    height: 0.35rem;
    border-radius: 0.06rem;
    border: 0.01rem solid #FFFFFF;
    margin-top: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 300;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.35rem;
    letter-spacing: 1px;
    text-align: center;
}

.index .services {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.8rem;
    padding-bottom: 0.55rem;
}

.index .services .serCard {
    display: flex;
    margin-top: 0.72rem;
}

.serCard .cardLeft {
    width: 4.5rem;
    height: 6.25rem;
    background: url('../img/index/011.png') no-repeat;
    background-size: 4.5rem 6.25rem;
    padding-left: 0.54rem;
    padding-top: 2.12rem;
    padding-right: 0.71rem;
    margin-right: 0.25rem;
    box-sizing: border-box;
}

.serCard .cardLeft:hover{
    transform: scale(1.01);
}

.serCard .cardLeft .cardLeftTit {
    margin-bottom: 0.28rem;
}

.serCard .serCardTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #303030;
}

.serCard .serCardTex {
    overflow: auto;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.28rem;
}

.serCard .cardRight {
    display: flex;
    flex-direction: column;
}

.serCard .cardRight .cardRightTop {
    display: flex;
    margin-bottom: 0.4rem;
}

.serCard .cardRight .cardRightBottom {
    display: flex;
}

.serCard .cardRight .rightCard {
    width: 4.5rem;
    height: 2.9rem;
    padding-top: 1.33rem;
    padding-left: 0.3rem;
    box-sizing: border-box;
    margin-right: 0.25rem;
}

.serCard .cardRight .rightCard:hover{
    transform: scale(1.01);
}

.serCard .cardRight .rightCard:nth-child(1) {
    background: url('../img/index/012.png') no-repeat;
    background-size: 4.5rem 2.9rem;
}

.serCard .cardRight .rightCard:nth-child(2) {
    background: url('../img/index/013.png') no-repeat;
    background-size: 4.5rem 2.9rem;
    margin-right: 0;
}

.serCard .cardRight .rightCard:nth-child(3) {
    background: url('../img/index/014.png') no-repeat;
    background-size: 4.5rem 2.9rem;
}

.serCard .cardRight .rightCard:nth-child(4) {
    background: url('../img/index/015.png') no-repeat;
    background-size: 4.5rem 2.9rem;
    margin-right: 0;
}

.index .advantage {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.8rem;
}

.index .advantage .advantageCard {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 18.12rem;
    height: 11.61rem;
    background: url('../img/index/016.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 0.67rem;
    padding: 0 3.29rem;
    box-sizing: border-box;
}

.advantageCard .advantageItem {
    position: relative;
    width: 5.6rem;
    height: 2.4rem;
    border-radius: 0.3rem;
    border: 0.01rem solid #FFF9F9;
    margin-right: 0.34rem;
    padding-top: 0.49rem;
    padding-left: 0.39rem;
    margin-bottom: 0.26rem;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.advantageCard .advantageItem:hover {
    background: #4492C0;
    border: 0.01rem solid #4492C0;
}

.advantageCard .advantageItem:hover .advantItemTex {
    color: #fff !important;
}

.advantageCard .advantageItem:last-child {
    margin-bottom: 0;
}

.advantageCard .advantageItem:nth-child(2n) {
    margin-right: 0;
}

.advantageCard .advantageItem:nth-child(1) {
    padding-right: 1.3rem;
}

.advantageCard .advantageItem:nth-child(2) {
    padding-right: 1.06rem;
}

.advantageCard .advantageItem:nth-child(3) {
    padding-right: 1.06rem;
}

.advantageCard .advantageItem:nth-child(4) {
    padding-right: 0.17rem;
}

.advantageCard .advantageItem:nth-child(5) {
    padding-right: 0.52rem;
}

.advantageCard .advantageItem:nth-child(6) {
    padding-right: 0.59rem;
}

.advantageCard .advantageItem:nth-child(7) {
    width: 100%;
    padding-right: 0.59rem;
}

.advantageCard .advantageItem .cardBgNum {
    position: absolute;
    z-index: 10;
    top: 0.22rem;
    left: 0.39rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.64rem;
    color: #FFFCFC;
}

.advantItemTit {
    position: relative;
    z-index: 1;
    margin-left: 0.4rem;
    margin-bottom: 0.36rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.24rem;
    color: #444444;
    transition: all 0.3s ease-in-out;
    margin-left: 1rem;
}

.advantItemTex {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333 !important;
    line-height: 0.28rem;
    transition: all 0.3s ease-in-out;
}

.index .encyclopedia {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 0.77rem;
    padding-bottom: 0.29rem;
    background: url('../img/index/017.png') no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.index .encyclopedia .encyclopediaCard {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2.6rem;
    margin-top: 1.13rem;
    box-sizing: border-box;
}

.encyclopediaCard .encyclopediaItem {
    display: flex;
    width: 6rem;
    border-bottom: 0.01rem solid #DDDDDD;
    padding-bottom: 0.33rem;
    margin-right: 2rem;
    box-sizing: border-box;
    margin-bottom: 0.55rem;
}

.encyclopediaCard .encyclopediaItem:hover .encyItemTit{
    color: #4492C0 !important;
}

.encyclopediaCard .encyclopediaItem .encyImg {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
}

.encyclopediaCard .encyclopediaItem .scale{
    min-width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.2rem;
}

.encyclopediaCard .encyclopediaItem .scale img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.encyclopediaCard .encyclopediaItem:nth-child(2n) {
    margin-right: 0;
}

.encyclopediaCard .encyclopediaItem.encyclopediaItemBot {
    border: none;
    padding-bottom: 0;
}

.encyclopediaCard .encyclopediaItem:hover .scale img{
    transform: scale(1.2);
}

.encyclopediaItem .encyItemright .encyItemTit {
    margin: 0.1rem 0 0.16rem 0.43rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #23353E;
    transition: all 0.3s ease-in-out;
}

.encyclopediaItem .encyItemright .encyItemText{
    margin-left: 0.43rem;
    margin-bottom: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333 !important;
    line-height: 0.28rem;
}

.encyclopediaItem .encyItemright .encyItemTex {
    display: flex;
    margin-left: 0.41rem;
}

.encyItemTex .encyItemTexImg:nth-child(1) {
    margin-right: 0.39rem;
}

.encyItemTex .encyItemTexImg:nth-child(1) img {
    margin-right: 0.09rem;
}

.encyItemTex .encyItemTexImg:nth-child(2) img {
    margin-right: 0.07rem;
}

.encyItemright .encyItemTex .encyItemTexImg {
    display: flex;
}

.encyItemright .encyItemTex .encyItemtime {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.14rem;
    color: #9AA1A5;
}

.encyclopedia .encyclopediaBtn {
    display: block;
    width: 1.8rem;
    height: 0.45rem;
    border-radius: 0.06rem;
    border: 0.01rem solid #4492C0;
    margin-top: 0.39rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    color: #4492C0;
    line-height: 0.45rem;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.encyclopedia .encyclopediaBtn:hover{
    background: #4492C0;
    color: #FFFFFF;
}

.index .news {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.62rem;
    padding-bottom: 0.8rem;
    background: url('../img/index/018.png') no-repeat;
    background-size: 100% 100%;
}

.index .news .newsBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0.74rem 1.81rem 0;
    box-sizing: border-box;
}

.news .newsBox .newsItem {
    display: flex;
    flex-direction: column;
    width: 4.75rem;
    padding-bottom: 0.42rem;
    margin-right: 0.65rem;
    background: #fff;
    margin-bottom: 0.6rem;
    border-radius: 0.2rem;
    box-shadow: 0 0 0.3rem 0 rgba(68,146,192,0.2);
    transition: all 0.3s ease-in-out;
}

.news .newsBox .newsItem:hover {
    background: #4492C0;
}

.news .newsBox .newsItem:nth-child(3n) {
    margin-right: 0;
}

.newsBox .newsItem .newsItemImg {
    position: relative;
    width: 4.75rem;
    height: 2.68rem;
    display: flex;
}

.newsBox .newsItem:hover .item-img{
    transform: scale(1.2);
}

.newsItemImg .item-img-con{
    border-radius: 0.2rem;
    overflow: hidden;
}

.item-img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.newsItemImg .imgTab {
    display: flex;
    width: 2.4rem;
    height: 0.4rem;
    border-top-right-radius: 0.4rem;
    background: #fff;
    color: #9AA1A5;
    padding-left: 0.2rem;
    box-sizing: border-box;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.newsItemImg .imgTab .tabImg {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.06rem;
}

.newsItemImg .imgTab .tabTime {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.14rem;
}



.newsBox .newsItem .newsItemTit {
    width: 100%;
    padding: 0 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 500;
    font-size: 0.2rem;
    color: #31393D;
    margin-top: 0.25rem;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.newsBox .newsItem .newsItemTex {
    padding: 0 0.2rem;
    margin-top: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    /*color: #5A686E;*/
    color: #333333 !important;
    line-height: 0.28rem;
    transition: all 0.3s ease-in-out;
}

.newsBox .newsItem:hover .newsItemTex{
    color: #fff !important;
}

.news .newsBtn {
    width: 1.8rem;
    height: 0.45rem;
    border-radius: 0.06rem;
    border: 0.01rem solid #4492C0;
    margin-top: 0.39rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    color: #4492C0;
    line-height: 0.45rem;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.news .newsBtn:hover{
    background:#4492C0;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px){
    .index{
        margin-top: 51px;
    }
    
    .index .banner .swItem{
                background: url(../img/index/0-00.png) no-repeat !important;
        background-size: contain !important;
        background-position: center center;
        width: 100%;
        height: 200px;
    }
    
    .learMore{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .learMore img{
        width: 30%;
        height: auto;
        margin-left: 0;
        margin-right: 0;
    }
    
    .index .banner .swiper-pagination{
        top: 233px;
    }
    
    .moreDetail{
        width: 70%;
    }
    
    .learMore .moreDetail .moreText{
        width: 100%;
        padding-left:20px;
        box-sizing: border-box;
        font-size: 14px;
    }
    
    .learMore .moreDetail .moreBtn{
        margin-left: 20px;
        font-size: 14px;
    }
    
    .index .banner .learMore{
        height: 5.98rem;
    }
    
    .index .business{
        height: auto;
        background-size: 100% auto;
    }
    
    .index .business .busList {
        flex-wrap: wrap;
        justify-content: space-evenly;
        width: 100%;
        /*padding: 0 20px;*/
        box-sizing: border-box;
    }
    
    .busList .busItem{
        margin-right: 0;
        margin-bottom: 0.1rem;
    }
    
    .index .services .serCard {
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .serCard .cardRight {
        width: 100%;
    }
    
    .serCard .cardRight .cardRightTop{
        width: 100%;
        flex-direction: column;
        margin-bottom: 0;
    }
    
    .serCard .cardRight .cardRightBottom{
        width: 100%;
        flex-direction: column;
    }
    
    .serCard .cardLeft{
        border-radius: 0.4rem;
        width: 100%;
        height: 300px;
        background-size: 100% auto;
        padding-top: 2.5rem;
        /*padding-bottom: 1.5rem;*/
        margin-right: 0;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    
    .serCard .serCardTit{
        font-size: 16px;
    }
    
    .serCard .serCardTex{
        font-size: 14px;
        line-height: 28px;
    }
    
    .serCard .cardRight .rightCard{
        width: 100%;
        height: 300px;
        background-size: auto 100% !important;
        margin-right: 0;
        padding-top: 2.5rem;
        /*padding-bottom: 1.5rem;*/
        border-radius: 0.4rem;
    }
    
    .serCard .cardRight .rightCard:nth-child(1){
        background-size: auto 100%;
        margin-bottom: 10px;
    }
    
    .serCard .cardRight .rightCard:nth-child(2){
        background-size: auto 100%;
         margin-bottom: 10px;
    }
    
    .index .advantage .advantageCard{
        width: 100%;
        height: auto;
        justify-content: space-between;
        padding: 50px 20px;
        box-sizing: border-box;
        background-size: auto 100%;
        border-radius: 1rem;
    }
    
    .advantageCard .advantageItem{
        width: 48%;
        margin:0;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    .advantItemTit{
        font-size: 16px;
    }
    
    .advantItemTex{
        font-size: 14px;
    }
    
    .encyclopediaCard{
       
    }
    
    .encyclopediaCard .encyclopediaItem{
        width: 100%;
        align-items: center;
         margin-right: 0;
    }
    
    .encyclopediaItem .encyItemright .encyItemTit{
        font-size: 16px;
    }
    
    .encyclopediaItem .encyItemright .encyItemText{
        font-size: 14px;
        line-height: 20px;
    }
    
    .encyItemright .encyItemTex .encyItemtime{
        font-size: 12px;
    }
    
    .index .news .newsBox{
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .news .newsBox .newsItem{
        margin-right: 0 !important;
        width: 48%;
    }
    
    .newsBox .newsItem .newsItemImg{
        width: 100%;
        height: auto;
    }
    
    .item-img{
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .newsBox .newsItem .newsItemTit{
        font-size: 14px;
    }
    
    .newsBox .newsItem .newsItemTex{
        font-size: 14px;
    }
    
    .news .newsBtn{
        font-size: 14px;
    }
    
    .index .encyclopedia .encyclopediaCard{
        padding: 0;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}











