﻿body{
    padding: 0;
    margin: 0;
}
.banner {
    width: 100%;
    height: 56.25rem;
    position: relative;
}
a{
    text-decoration: none;
}
.banner  img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.banner .tit{
    font-size: 3.75rem;
    font-weight: 600;
    color: #0363CF;
    letter-spacing: 0.25rem;
    text-align: center;
    padding: 7.5625rem 0 0;
}
.banner .desc{
    font-size: 1.875rem;
    color: #0E062D;
    line-height: 1.5;
    text-align: center;
    margin:0.875rem  auto;
    width: 75%;
}
.banner  .go{
    position: absolute;
    left: 9.625rem;
    bottom: 2.3125rem;
    font-size: 1rem;
    color: #fff;
}
.banner  .go a{
    color: #fff;
}
.pro{
    width: 100%;
    background: #f3f5f7;
    padding: 7.5rem 9.625rem 8.125rem;
    padding: 2rem 9.625rem 2rem;
    box-sizing: border-box;
}
.pro .title{
    font-size: 2.625rem;
    font-weight: 600;
    color: #0E062D;
    margin-bottom: 3.125rem;
}
.pro .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.pro .bottom a{
    width: 49.375rem;
    min-height: 39rem;
    background: #FFFFFF;
    border-radius: 0.625rem;
    padding: 3.5625rem 3.5625rem 2.3125rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
    position: relative;
    top: 0;
    transition: all .8s;
}
.pro .bottom a .tit{
    font-size: 2.375rem;
    font-size: 2rem;
    color: #0E062D;
    line-height: 1.5;
    margin-bottom: 1.25rem;
    box-sizing: border-box;
    font-weight: 600;
}
.pro .bottom a  .desc{
    font-size: 1.25rem;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 2.1875rem;
}
.pro .bottom a  .more{
    width: 8.125rem;
    height: 2.875rem;
    border-radius: 1.4375rem;
    border: 0.125rem solid #0363CF;
    color: #0363CF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 1.875rem;
}
.pro .bottom a  .more img{
    width: 0.4375rem;
    height: 0.75rem;
    margin-top: 0.0625rem;
    margin-left: 0.3125rem;
}
.pro .bottom a  .img{
    width: 40rem;
    height: 21.25rem;
    overflow: hidden;
}
.pro .bottom a  .img img{
    width: 100%;
    height: 100%;
}
.pro .bottom a:hover{
    /* margin-top: -1.25rem; */
    top: -0.625rem;
    box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,.1);
    transition: all .8s;
}
.table{
    width:100%;
    background: #FFFFFF;
    padding: 7.5rem 9.5625rem;
    box-sizing: border-box;
}
.table .title{
    font-size: 2.625rem;
    font-weight: 600;
    color: #0E062D;
    margin-bottom: 3.125rem;
}
.table .bot * {
    max-width: 100%;
    border-collapse: collapse;
}
.table .bot tr{
    border: 1px solid #ccc;
    border-collapse:collapse;
    text-align: center;
    box-sizing:border-box;
    height: 5.25rem;
}
/* .table .bot .hui{
    background: #ecf0f4!important;
} */
.table .bot tr:nth-child(1) td{
    background: #ecf0f4;
}
.table .bot tr:nth-child(1){
    background: #ecf0f4;
}
/* .table .bot tr:nth-child(9) td{
    background: #ecf0f4;
} */
.table .bot td {
    border: 1px solid #ccc;
    border-collapse:collapse;
    text-align: center!important;
    color:   #0E062D;
    font-size: 1.375rem;
    height: 5.25rem;
    box-sizing:border-box
}
.table .bot tr td:nth-child(1){
    font-weight: 600;
}
.guige{
    width: 100%;
    height: 61.25rem;
    background: #F3F5F7;
    padding: 8.125rem 0 0 9.625rem;
    box-sizing: border-box;
}
.guige .title{
    font-size: 2.625rem;
    font-weight: 600;
    color: #0E062D;
    margin-bottom: 3.125rem;

}
.guige .bot .swiper{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.guige .bot .swiper .swiper-container{
    padding-bottom: 6.25rem;
    position: relative;
}
.guige .bot .swiper .swiper-slide{
    position: relative;
    width: 23.75rem;
    margin-right: 1.875rem;
}
.guige .bot .swiper .swiper-slide .img{
    width: 23.75rem;
    height: 24.875rem;
    background: #FFFFFF;
    border-radius: 0.625rem;
    display: flex;
}
.guige .bot .swiper .swiper-slide .img img{
    max-width: 100%;
    margin: auto;
}
.guige .bot .swiper .swiper-slide .big{
    position: absolute;
    width: 23.75rem;
    height: 24.875rem;
    left: 0;
    top: 0;
    background-color: rgba(1, 53, 112,.4);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    border-radius: 0.625rem;
}
.guige .bot .swiper .swiper-slide:hover .big{
    display: flex
}
.guige .bot .swiper .swiper-slide .big img{
    width: 3.625rem;
    height: 3.625rem;
}
.guige .bot .swiper .swiper-slide .tit{
    font-size: 1.125rem;
    color: #0E062D;
    margin: 1.875rem 0 1.0625rem;
    padding-left: 1.4375rem;
    position: relative;
    min-height: 1rem;

}
.guige .bot .swiper .swiper-slide .tit::after{
    position: absolute;
    left: 0;
    top: calc(50% - 0.5rem);
    width: 1rem;
    height: 1rem;
    background: #0363CF;
    border-radius: 0.25rem;
    content: '';
}
.guige .bot .swiper .swiper-slide .desc{
    font-size: 1.125rem;
    color: #0E062D;
}
.guige .bot .swiper .swiper-pagination{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 99%;
}
.mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
        background-color: rgba(0, 0, 0,.5);
        z-index: 24;
        display: none;

}
.mask .pp{
    width: 68.75rem;
    height: 48.8125rem;
    background: #FFFFFF;
    border-radius: 1.875rem;
    margin: 3.125rem auto 0;
}
.mask .pp .tit{
    height: 5.625rem;
    line-height: 5.625rem;
    background: #F0F2F4;
    border-radius: 1.875rem 1.875rem 0rem 0rem;
    text-align: center;
    color: #222222;
    font-size: 1.75rem;
    font-weight: 600;
}
.mask .pp .img{
    max-width: 48.75rem;
    max-height: 48.75rem;
    object-fit: cover;
    height: auto;
    display: block;
    margin: 1.625rem auto 2.5rem;
}
.mask .pp .down{
    width: 11.25rem;
    height: 3.125rem;
    background: #0363CF;
    border-radius: 1.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    margin: 0 auto;
}
.mask .pp .down img{
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.625rem;
}


@media (max-width: 1700px) {
 
    .mask .pp {
        width: 68.75rem;
        height: 60.8125rem;
    }
}

@media (max-width: 600px) {
    .pro .title {
        font-size: 20px;
        font-weight: 600;
        color: #0E062D;
        margin-bottom: 20px;
    }
    .pro {
        width: 100%;
        background: #f3f5f7;
        padding: 30px 5%;
    }
    .pro .bottom a {
        width: 100%;
        border-radius:10px;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .pro .bottom a .tit {
        font-size: 16px;
        color: #0E062D;
        line-height: 1.5;
        margin-bottom: 10px;
        box-sizing: border-box;
        font-weight: 600;
    }
    .pro .bottom a .desc {
        font-size: 14px;
        color: #666666;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .pro .bottom a .more {
        width:100px;
        height: 30px;
        border-radius: 15px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .pro .bottom a .more img {
        width: 7px;
        height: auto;
        margin-top: 1px;
        margin-left: 10px;
    }
    .pro .bottom a .img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .table {
        width: 100%;
        background: #FFFFFF;
        padding: 30px 5%;
        box-sizing: border-box;
    }
    .table .title {
        font-size: 20px;
        font-weight: 600;
        color: #0E062D;
        margin-bottom: 20px;
    }
    .guige .title {
        font-size: 20px;
        font-weight: 600;
        color: #0E062D;
        margin-bottom: 20px;
    }
    .guige .bot .swiper .swiper-slide .img {
        width: 50rem;
        height: 50rem;
        border-radius:10px;
    }
    .guige {
        width: 100%;
        height: 115rem;
        background: #F3F5F7;
        padding: 30px 0 30px 5%;
        box-sizing: border-box;
    }
    .guige .bot .swiper .swiper-slide {
        position: relative;
        width: 50rem;
        margin-right: 20px;
    }
    .guige .bot .swiper .swiper-slide .tit {
        font-size: 14px;
        color: #0E062D;
        margin: 20px auto;
        padding-left: 20px;
        position: relative;
        min-height: 10px;
    }
    .guige .bot .swiper .swiper-slide .desc {
        font-size: 16px;
        color: #0E062D;
    }

    .guige .bot .swiper .swiper-slide .tit::after {
        position: absolute;
        left: 0;
        top: 5px;
        width: 8px;
        height: 8px;
        background: #0363CF;
        border-radius: 2px;
        content: '';
    }
    .guige .bot .swiper .swiper-slide .desc {
        font-size: 14px;
        color: #0E062D;
    }
    .guige .bot .swiper .swiper-slide .big {
        position: absolute;
        width: 50rem;
        height: 50rem;
        display: flex;
        border-radius: 10px;
    }
    .guige .bot .swiper .swiper-slide .big img {
        width: 40px;
        height: 40px;
    }


    .mask .pp {
        width: 90%;
        display: block;
        height: auto;
        padding-bottom: 30px;
        margin: 200px auto 0;
        border-radius: 10px;
    }
    .mask .pp .tit {
        height: 40px;
        line-height: 40px;
        background: #F0F2F4;
        border-radius: 10px 10px 0 0;
        font-size: 14px;
        font-weight: 600;
    }
    .mask .pp .img {
        max-width: 90%;
        max-height: 250px;
        object-fit: cover;
        height: auto;
        display: block;
        margin: 20px auto;
    }
    .mask .pp .down {
        width: 130px;
        height: 40px;
        background: #0363CF;
        border-radius: 20px;
        justify-content: center;
        color: #fff;
        font-size: 16px;
        margin: 0 auto;
    }
    .mask .pp .down img {
        width: 15px;
        height: 15px;
        margin-right: 10px;
    }
    .table .bot td {
        font-size: 14px;
        height: 30px;
        box-sizing: border-box;
    }
    .banner .tit {
        font-size: 16px;
        font-weight: 600;
        color: #0363CF;
        letter-spacing: 0;
        text-align: center;
        padding: 30px 0 20px;
    }
    
.banner .desc {
    font-size: 14px;
    color: #0E062D;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
.banner {
    width: 100%;
    height: 300px;
    position: relative;
}
.banner img {
    object-fit: cover;
}
.banner .go {
    position: absolute;
    left: 5%;
    bottom: 20px;
    font-size: 14px;
    color: #fff;
}
}