ul {
    padding: 0;
}

ul li {
    list-style: none;
}

.nav-container {
    background-color: rgb(0,0,60);
    position: relative;
}

.nav-logo {
    width: 5rem;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.nav-button {
    margin-left: 25.5rem;
}

.nav-menu {
    background-color: rgb(0,0,60);
}

.nav-arrow {
    font-size: 2rem;
    margin-left: 19rem;
}

.nav-menu li {
    color: #FFF;
    font-size: 1.6rem;
    padding-left: 1rem;
    line-height: 3rem;
}

.nav-menu li a {
    display: block;
    color: #FFF;
    font-size: 1.6rem;
}

.nav-menu li a.active {
    color: #148EFF;
}

.nav-menu .inner-menu li {
    padding-left: 3rem;
    line-height: 2.6rem;
}

.nav-menu .inner-menu li a {
    display: block;
    font-size: 1.4rem;
}

.nav-menu .inner-menu li a.active {
    color: #148EFF;
}

#banner-swiper {
    margin-top: 3.5rem;
}

.carousel-indicators .dot, .carousel-indicators .dot.active {
    margin: 0 0.5rem;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20rem;
    background-image: url('https://image.jingan-china.cn/home/index/banner1.gif');
    background-position: center;
    background-size: cover;
    position: relative;
}

.bn-img1 {
    padding-left: 2rem;
    justify-content: left;
    background-image: url('https://image.jingan-china.cn/home/index/banner2.png');
}

.bn-img2 {
    padding-left: 2rem;
    justify-content: left;
    background-image: url('https://image.jingan-china.cn/home/index/banner3.png');
}

.banner p {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 3rem;
    margin: 0;
}

.banner p.narrow {
    line-height: 2.4rem;
}

.banner p.small, .banner p.small1 {
    font-size: 1rem;
    line-height: 1.6rem;
}

.banner p.small1 {
    margin-left: 2rem;
}

.half {
    margin-left: 1rem;
}

.title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 4rem;
    margin-top: 0;
    position: relative;
}

.desc-p {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.underline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4rem;
    height: 4px;
    background-color: #148EFF;
}

.section {
    padding: 0 1rem;
    margin-top: 3rem;
}

.img-container {
    width: 100%;
    margin-top: 1rem;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.plan-img {
    width: 100%;
}

.service-img {
    width: 120%;
    transform: translate(-10%);
}

.plan-intro {
    color: #FFF;
    padding: 0 1rem 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.plan-intro h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.plan-intro p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.4rem;
}

.footer {
    margin-top: 2rem;
    background-color: #000;
}

.info {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo img {
    width: 6rem;
}

.footer-contact {
    color: #FFF;
    font-size: 1rem;
}

.footer-contact h4 {
    font-size: 1.4rem;
}

.footer-contact ul, .nav-menu ul {
    margin: 0;
}

.footer-contact li {
    line-height: 1.8rem;
}

.divider {
    width: 7rem;
    height: 2px;
    margin: 1rem 0;
    background-color: #FFF;
}

.bottom-p {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.65);
    padding: 0 1rem;
    text-align: center;
    margin: 0;
}

.bottom-p a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.65);
}

.copyright {
    padding-top: 1rem;;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin: 0;
}

.record-number {
    padding-bottom: 1rem;
}