.c_nav_options>li:nth-child(2) {
    background-color: rgb(29, 108, 191);
}

.c_nav_options>li:nth-child(2) a {
    font-weight: 700;
}

.top_img {
    height: 5.2rem;
    color: rgb(255, 255, 255);
    line-height: 1;
    width: 100%;
}

.top_img_content img {
    margin: 1.25rem 0 0 -0.15rem;
    width: 6.32rem;
    height: 2.25rem;
}

.service_list {
    padding-top: 0.51rem;
    width: 100%;
    height: 1.6rem;
    background-color: rgb(245, 247, 250);
}

.service_list_1 {
    height: 0.6rem;
    display: flex;
    justify-content: center;
}

.service_list_1 li {
    position: relative;
    margin: 0 0.06rem;
    width: 1.2rem;
    height: 100%;
}

.service_list_1 li img {
    float: left;
    margin: 0 0.47rem 0.1rem;
    width: 0.28rem;
    height: 0.28rem;
}

.service_list_1 li p {
    font-size: 0.16rem;
    color: rgb(62, 63, 64);
    text-align: center;
    font-weight: 400;
}

.service_list_n {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service_list_1 li:hover .service_list_n {
    display: block;
}
.service_list_1 li.on .service_list_n {
    display: block;
}

.service_list_1 li:hover .service_list_n img {
    background-color: rgb(245, 247, 250);
}
.service_list_1 li.on .service_list_n img {
    background-color: rgb(245, 247, 250);
}

.service_list .service_list_1 li:hover p {
    color: rgb(29, 108, 191);
    font-weight: 500;
}
.service_list .service_list_1 li.on p {
    color: rgb(29, 108, 191);
    font-weight: 500;
}

.consulting {
    width: 100%;
    height: 8rem;
}

.con_left {
    position: relative;
    float: left;
    margin-right: 0.7rem;
    width: 9.6rem;
    height: 8rem;
}

.con_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.con_left span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.con_right {
    float: left;
    padding-top: 0.725rem;
    padding-bottom: 0.725rem;
    width: 5.9rem;
    height: 100%;
    overflow-y: hidden;
}

.con_right h3 {
    font-size: 0.32rem;
    color: rgb(62, 63, 64);
    line-height: 1;
}

.con_right span {
    margin: 0.295rem 0 0.28rem 0;
    display: block;
    width: 0.48rem;
    height: 0.04rem;
    background-color: rgb(29, 108, 191);
}

.con_right_list {
    margin-bottom: 0.115rem;
    width: 100%;
}

.con_right_listItem {
    float: left;
    margin: 0 0.25rem 0.24rem 0;
    width: 1.8rem;
    height: 0.44rem;
    border-radius: 0.24rem;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.42rem;
    color: rgb(62, 63, 64) !important;
    background-color: rgb(245, 247, 250) !important;
    transition: all .1s;
    cursor: pointer;
    display: block;
}

.con_right_listItem:nth-child(3n) {
    margin-right: 0;
}

.con_right_listItem__active {
    background-color: rgb(29, 108, 191) !important;
    color: rgb(255, 255, 255) !important;
}

.con_right h5 {
    height: 0.27rem;
    font-size: 0.18rem;
    color: rgb(62, 63, 64);
    position: relative;
    padding-left: .18rem;
    margin-bottom: 0.2rem;
}

.con_right h5::before {
    content: "";
    width: 0.04rem;
    height: 0.18rem;
    background-color: rgb(29, 108, 191);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.con_right p {
    margin-bottom: 0.44rem;
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: rgb(62, 63, 64);
    white-space: pre-line;
    max-height: 2rem;
    overflow-y: scroll;
}
.con_right p::-webkit-scrollbar {
    width: 4px;
    background: none;
}
.con_right p::-webkit-scrollbar-thumb {
    background: #1D6CBF;
    border-radius: 5px;
}
.recommended {
    width: 100%;
    height: 5rem;
    background-color: rgb(245, 247, 250);
}

.rec {
    height: 100%;
    padding-top: 0.49rem;
}

.rec h2 {
    font-size: 0.28rem;
    padding-bottom: 0.31rem;
    margin-bottom: 0.32rem;
    color: rgb(37, 38, 38);
    line-height: 1;
    border-bottom: 0.01rem solid #C8CACC;
}

.rec h2 span {
    float: right;
    margin-top: 0.12rem;
    font-weight: 400;
}

.rec h2 span a {
    float: left;
    color: #969799;
    font-size: 0.16rem;
    line-height: 1;
}

.rec_list li {
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 0.16rem;
    width: 3.18rem;
    height: 3.2rem;
}

.rec_list li:nth-child(4n) {
    margin-right: 0;
}

.rec_list li img {
    width: 100%;
    height: 100%;
    transition: all .2s;
    object-fit: cover;
}
.rec_list li h3{
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.35rem;
    line-height: .35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 0.14rem;
    text-align: center;
    transition-duration: .3s;
    padding: 0 0.1rem;
}
.rec_list li:hover img {
    margin: -0.3rem 0 0 -0.3rem;
    width: 120%;
    height: 120%;
}

.rec_list li a {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.115rem;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    text-align: center;
    opacity: 0;
    transition: all .2s;
}

.rec_list li:hover a {
    opacity: 1;
}
.rec_list li:hover h3{
    height: 0;
}

.rec_list li a h6 {
    font-size: 0.18rem;
}

.rec_list li a span {
    display: block;
    margin: 0.245rem auto 0.165rem;
    width: 0.32rem;
    height: 0.02rem;
    background-color: rgb(255, 255, 255);
}

.rec_list li a p {
    font-size: 0.14rem;
}

.rec_list .swiper-button-next:after, .rec_list .swiper-button-prev:after {
    content: '';
}
.rec_list .navigation{
    opacity: 0;
    transition-duration: .3s;
    width: .48rem;
    height: .48rem;
    background: rgba(255,255,255,.5);
    border-radius: 50%;
}
.rec_list .navigation:hover{
    background: #1d6cbf;
}
.rec_list .navigation img{
    position: absolute;
    width: .14rem;
    height: .24rem;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rec_list:hover .navigation{
    opacity: 1;
}