/* body {
    background-color: #f3f3f3;
} */

.swiper-container {
    margin-top: 0.6rem;
}

.swiper-wrapper {
    width: 100%;
    height: 7.5rem;
}

.swiper-container img {
    width: 100%;
    height: 100%;
}

h1.title {
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 500;
    margin-top: 0.2rem;
}

.gezi .box {
    width: 12rem;
    margin: 0 auto;
}

.gezi .item {
    width: 3.92rem;
    height: 2.7rem;
    float: left;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
    margin: 0 0.04rem 0.16rem;
    border-radius: 0.08rem;
}

.gezi .item .top {
    box-sizing: border-box;
    width: 100%;
    height: 0.98rem;
    padding: 0.28rem 0.36rem 0.24rem;
}

.gezi .item .top .left-img {
    width: 0.46rem;
    height: 0.46rem;
    float: left;
}

.gezi .item .top .right-text {
    float: left;
    margin-left: 0.18rem;
    color: #333;
}

.gezi .item .top .right-text h2 {
    font-size: 0.18rem;
}

.gezi .item .line {
    margin: 0 0.36rem;
    height: 1px;
    background-color: #efefef;
}

.gezi .item .content {
    height: 1.23rem;
    box-sizing: border-box;
    padding: 0.23rem 0.36rem 0.33rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #666;
}

.gezi .item .bottom-btn {
    display: block;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    background-color: #f5f8fc;
    font-size: 0.14rem;
    color: #2c7dfa;
    font-weight: 800;
    border-radius: 0 0 0.08rem 0.08rem;
}

.gezi .item .bottom-btn:hover {
    color: #fff;
    background-color: #2c7dfa;
}

.jjfa {
    background-color: #fff;
}

.jjfa .jj-con {
    width: 12rem;
    margin: 0 auto;
}

.jjfa .item {
    display: block;
    height: 4.4rem;
    width: 2.9rem;
    float: left;
    margin-right: 0.13rem;
    border-radius: 0.04rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.jjfa .item:nth-child(4) {
    margin-right: 0;
}
.jjfa .item:hover {
    background-color: #4C98FF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.16);
}
.jjfa .item:hover .jj-title,
.jjfa .item:hover .sub-title {
    color: #fff;
}
.jjfa .item:hover .jj-img {
    height: 2.8rem;
}
.jjfa .item:hover .jj-img img {
    transform: scale(1.2, 1.2);
}
.jjfa .item:hover .jj-arrow {
    margin-top: 0.24rem;
}
.jj-img {
    height: 2.9rem;
    overflow: hidden;
    transition: all 0.3s linear;
}
.jj-img img {
    transition: all 0.3s linear;
}

.jj-desc {
    height: 1.5rem;
    /* position: relative;
    border-top: 1px solid transparent;
    margin-top: -1px; */
}
.jj-desc .jj-title {
    padding-left: 0.32rem;
    margin: 0.32rem 0 0.12rem;
    line-height: 0.18rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #333;
}
.jj-desc .sub-title {
    padding-left: 0.32rem;
    font-size: 0.12rem;
    margin-bottom: 0.08rem;
    color: #666;
}
.jj-desc .jj-arrow {
    transition: all 0.3s linear;
    margin-top: 0.5rem;
    padding-left: 0.32rem;
    font-size: 0.24rem;
    color: #fff;
}
.jjfa .hq-btn {
    height: 1.7rem;
    position: relative;
}
.jjfa .hq-btn a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.88rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    font-size: 0.16rem;
    border-radius: 0.04rem;
    margin: 0 auto;
    border: 1px solid #3388fb;
    color: #3388fb;
}
.jjfa .hq-btn a:hover {
    color: #fff;
    background-color: #3388fb;
}