@charset "utf-8";

/* 首页 */

.container {
    width: 6.9rem;
    margin: 0 auto;
}

.index-page {
    width: 7.5rem;
    margin: 0 auto;
}

header .head {
    box-sizing: border-box;
    height: 1.1rem;
    padding: 0.2rem 0;
}

header .head .container {
    display: flex;
    justify-content: space-between;
}

header .head .container .logo a {
    display: block;
    width: 4.76rem;
    height: 0.7rem;
}

header .head .container .logo a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .head .container .nav .change .iconfont {
    font-size: 0.5rem;
    font-weight: bold;
    color: #016be1;
    line-height: 0.5rem;
}

header .head .container .nav .change.c2 {
    display: none;
}


/* 导航菜单 */

header .dh-menu {
    position: fixed;
    width: 7.5rem;
    top: 1.1rem;
    left: 0;
    background-color: #2ba6e1;
    z-index: 999;
    display: none;
}

header .dh-menu ul {
    height: calc(100vh - 1.1rem);
    height: -webkit-calc(100vh - 1.1rem);
    height: -moz-calc(100vh - 1.1rem);
    overflow-y: scroll;
}

header .dh-menu ul li a {
    display: block;
    height: 0.9rem;
    border-top: 0.02rem solid #eee;
    font-size: 0.28rem;
    line-height: 0.9rem;
    color: #fff;
    padding-left: 0.36rem;
}

header .dh-menu ul li.active a {
    background-color: #016be1;
}


/* 顶部轮播 */

.ind-box1 .swiper1 .swiper-slide {
    width: 7.5rem;
    height: 4.5rem;
}

.ind-box1 .swiper1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind-box1 .swiper1 .swiper-pagination1 {
    width: 100%;
    bottom: 0.3rem;
}

.ind-box1 .swiper1 .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #016be1;
}


/* 通用title */

.ind-box {
    padding: 0.5rem 0;
}

.ind-box .title h3 {
    font-size: 0.4rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.ind-box .title p {
    font-size: 0.28rem;
    color: #808080;
    text-align: center;
    margin-top: 0.1rem;
}

.ind-box .title .line {
    width: 0.3rem;
    height: 0.02rem;
    background-color: #016be1;
    margin: 0.3rem auto 0;
}


/* 服务范围 */

.ind-box2 {
    padding: 0.5rem 0;
    background-image: url(../img/back1.jpg);
    background-size: 100%;
}

.ind-box2 .fw-box1 ul {
    display: flex;
    justify-content: space-between;
}

.ind-box2 .fw-box1 ul li {
    width: 2.1rem;
    height: 2.6rem;
    padding: 0.3rem 0.2rem;
    border-radius: 0.1rem;
    background-color: #fff;
    box-shadow: 0 0 0.1rem #ddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ind-box2 .fw-box1 ul li .name {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.ind-box2 .fw-box1 ul li p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #808080;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ind-box2 .fw-box1 ul li button {
    width: 1.4rem;
    height: 0.4rem;
    background-color: #fff;
    border-radius: 0.2rem;
    border: 0.02rem solid #016be1;
    font-size: 0.24rem;
    color: #016be1;
    text-align: center;
    line-height: 0.36rem;
    margin: 0 auto;
}

.ind-box2 .fw-box2 {
    margin-top: 0.6rem;
}

.ind-box2 .fw-box2 .zz {
    width: 6.9rem;
    height: 4.2rem;
    padding: 0.4rem 0;
    border-radius: 0.1rem;
    background-color: #016be1;
    margin-top: 0.4rem;
}

.ind-box2 .fw-box2 .zz h4 {
    font-size: 0.5rem;
    color: #fff;
    text-align: center;
}

.ind-box2 .fw-box2 .zz p:nth-of-type(1) {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
}

.ind-box2 .fw-box2 .zz p:nth-of-type(2) {
    margin-top: 0.1rem;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
}

.ind-box2 .fw-box2 .zz .btn {
    width: 2.6rem;
    height: 0.7rem;
    border-radius: 0.35rem;
    background-color: #fff;
    font-size: 0.3rem;
    text-align: center;
    color: #016be1;
    line-height: 0.7rem;
    margin: 0.3rem auto 0;
}

.ind-box2 .fw-box2 .zz .hotline {
    font-size: 0.3rem;
    text-align: center;
    color: #fff;
    margin-top: 0.3rem;
}

.ind-box2 .fw-box2 ul {
    display: flex;
    flex-wrap: wrap;
}

.ind-box2 .fw-box2 ul li {
    width: 2.1rem;
    height: 2.6rem;
    border-radius: 0.1rem;
    margin-right: 0.3rem;
    box-shadow: 0 0 0.1rem #ddd;
    padding: 0.3rem 0.2rem;
    margin-top: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ind-box2 .fw-box2 ul li h4 {
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.ind-box2 .fw-box2 ul li p {
    font-size: 0.24rem;
    color: #808080;
    line-height: 0.4rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ind-box2 .fw-box2 ul li a {
    display: block;
    width: 1.4rem;
    height: 0.44rem;
    background-color: #fff;
    border-radius: 0.2rem;
    border: 0.02rem solid #016be1;
    font-size: 0.24rem;
    color: #016be1;
    text-align: center;
    line-height: 0.4rem;
    margin: 0 auto;
}

.ind-box2 .fw-box2 ul li:nth-of-type(1),
.ind-box2 .fw-box2 ul li:nth-of-type(2) {
    width: 3.3rem;
    border-radius: 0.1rem;
}

.ind-box2 .fw-box2 ul li:nth-of-type(2),
.ind-box2 .fw-box2 ul li:nth-of-type(5) {
    margin-right: 0;
}


/* 关于我们 */

.ind-box3 .about-box {
    margin-top: 0.3rem;
}

.ind-box3 .about-box .pic {
    width: 6.9rem;
    height: 3.7rem;
}

.ind-box3 .about-box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind-box3 .about-box .text {
    margin-top: 0.2rem;
}

.ind-box3 .about-box .text p {
    font-size: 0.28rem;
    color: #333;
    text-align: justify;
    text-indent: 0.56rem;
    line-height: 0.5rem;
}

.ind-box3 .about-box a {
    display: block;
    width: 2.5rem;
    height: 0.7rem;
    border-radius: 0.35rem;
    background-color: #016be1;
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.7rem;
    text-align: center;
    margin: 0.5rem auto 0;
}


/* 算一算 */

.ind-box4 {
    padding: 0 0;
}

.ind-box4 .container {
    box-sizing: border-box;
    padding: 0.5rem 0.3rem;
    background-color: #efefef;
}

.ind-box4 .container form {
    width: 6.3rem;
}

.ind-box4 .container form input {
    width: 6.3rem;
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    color: #333;
    margin-top: 0.4rem;
}

.ind-box4 .container form input::placeholder {
    color: #999;
}

.ind-box4 .container form button {
    width: 6.3rem;
    height: 0.8rem;
    background-color: #016be1;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    margin-top: 0.4rem;
}


/* 成功案例 */

.ind-box5 .al-swiper {
    margin-top: 0.4rem;
}

.ind-box5 .al-swiper .swiper2 .swiper-slide {
    width: 3.3rem;
    height: 4.3rem;
}

.ind-box5 .al-swiper .swiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 优势 */

.ind-box6 {
    background-image: url(../img/back2.jpg);
    background-size: 100%;
}

.ind-box6 .container .title h3 {
    color: #fff;
}

.ind-box6 .container .title p {
    color: #fff;
}

.ind-box6 .container ul {
    margin-top: 0.4rem;
}

.ind-box6 .container ul li {
    width: 6.9rem;
    height: 1.8rem;
    background-color: #fff;
    display: flex;
    margin-bottom: 0.3rem;
}

.ind-box6 .container ul li .pic {
    width: 1.8rem;
    height: 1.8rem;
    background-color: #f2f2f2;
}

.ind-box6 .container ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind-box6 .container ul li .text {
    padding: 0.4rem 0.4rem;
}

.ind-box6 .container ul li .text h4 {
    font-size: 0.32rem;
    color: #333;
}

.ind-box6 .container ul li .text p {
    font-size: 0.24rem;
    color: #808080;
    margin-top: 0.1rem;
}

.ind-box6 .container .zx {
    margin-top: 0.4rem;
}

.ind-box6 .container .zx p {
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
}

.ind-box6 .container .zx button {
    display: block;
    width: 2.5rem;
    height: 0.7rem;
    border-radius: 0.35rem;
    background-color: #fff;
    font-size: 0.32rem;
    color: #016be1;
    text-align: center;
    line-height: 0.7rem;
    margin: 0.3rem auto 0;
}


/* 人力资源 */

.ind-box7 {
    padding: 0.6rem 0 0.3rem;
}

.ind-box7 .container .pic {
    width: 6.9rem;
    height: 2rem;
    position: relative;
}

.ind-box7 .container .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind-box7 .container .pic h3 {
    font-size: 0.42rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ind-box7 .container ul {
    display: flex;
}

.ind-box7 .container ul li a {
    display: block;
    width: 2.3rem;
    height: 1rem;
    background-color: #016be1;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    line-height: 1rem;
}

.ind-box7 .container ul li:nth-of-type(2) a {
    background-color: #2ba6e1;
}


/* 新闻中心 */

.ind-box8 .container ul {
    margin-top: 0.1rem;
}

.ind-box8 .container ul li a {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-bottom: 0.02rem solid #eee;
}

.ind-box8 .container ul li a .pic {
    width: 2.7rem;
    height: 1.9rem;
}

.ind-box8 .container ul li a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ind-box8 .container ul li a .text {
    width: 4rem;
    padding: 0.04rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ind-box8 .container ul li a .text h4 {
    font-size: 0.28rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind-box8 .container ul li a .text p {
    font-size: 0.24rem;
    color: #808080;
    line-height: 0.4rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ind-box8 .container ul li a .text span {
    font-size: 0.24rem;
    color: #808080;
}

.ind-box8 .container .more {
    display: block;
    width: 2.5rem;
    height: 0.7rem;
    border-radius: 0.35rem;
    background-color: #016be1;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    line-height: 0.7rem;
    margin: 0.4rem auto 0;
}


/* 通用底部 */

footer .foot1 {
    padding: 0.6rem 0;
    background-color: #3e3a39;
}

footer .foot1 .container {
    display: flex;
    justify-content: space-between;
}

footer .foot1 .container .text {
    width: 5.2rem;
}

footer .foot1 .container .text .company {
    font-size: 0.28rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.2rem;
}

footer .foot1 .container .text p {
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
}

footer .foot1 .container .pic {
    width: 1.5rem;
}

footer .foot1 .container .pic .ewm {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.4rem;
}

footer .foot1 .container .pic .ewm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer .foot2 {
    background-color: #313131;
    height: 0.6rem;
}

footer .foot2 p {
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
}

footer .foot2 p a {
    color: #fff;
}


/* 通用内页 */

.tong-page {
    width: 7.5rem;
    margin: 0 auto;
}

.tong-page .top-pic {
    width: 7.5rem;
    height: 3.4rem;
}

.tong-page .top-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tong-page .top-menu {
    padding: 0.3rem;
    background-color: #f2f2f2;
}

.tong-page .top-menu ul {
    display: flex;
    overflow-x: scroll;
}

.tong-page .top-menu ul li {
    margin-right: 0.3rem;
}

.tong-page .top-menu ul li a {
    display: block;
    width: 2.1rem;
    height: 0.7rem;
    border-radius: 0.1rem;
    background-color: #fff;
    font-size: 0.3rem;
    color: #016be1;
    text-align: center;
    line-height: 0.7rem;
}

.tong-page .top-menu ul li.active a {
    background-color: #016be1;
    color: #fff;
}


/* 股权转让 */

.tong-page .con-box {
    padding-bottom: 0.4rem;
}

.tong-page .con-box .link {
    font-size: 0.24rem;
    color: #808080;
    padding: 0.3rem 0;
}

.tong-page .con-box .link a {
    color: #808080;
}

.tong-page .con-box .tit-pic {
    width: 6.9rem;
    height: 1.5rem;
    position: relative;
}

.tong-page .con-box .tit-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tong-page .con-box .tit-pic h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.5rem;
    text-align: center;
    z-index: 9;
}

.tong-page .con-box .container>.text {
    padding: 0.4rem 0;
}

.tong-page .con-box .container .text p {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.46rem;
    text-align: justify;
    margin: 0.1rem 0;
}

.tong-page .con-box .container .text .company {
    font-size: 0.28rem;
    color: #333;
}

.tong-page .con-box .container .text p img {
    display: block;
    width: 6.9rem;
}

.tong-page .con-box .zz-box {
    padding: 0.3rem 0.3rem;
    background-color: #f2f2f2;
}

.tong-page .con-box .zz-box .pic {
    width: 6.3rem;
}

.tong-page .con-box .zz-box .pic img {
    display: block;
    width: 100%;
}

.tong-page .con-box .zz-box h3 {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-top: 0.3rem;
}

.tong-page .con-box .zz-box p {
    font-size: 0.24rem;
    color: #808080;
    text-align: center;
    margin-top: 0.1rem;
}

.tong-page .con-box .zz-box .ljzx {
    width: 4rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    background-color: #016be1;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    margin: 0.2rem auto 0;
}


/* 算一算 */

.tong-page .sys {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 2rem;
    width: 7.5rem;
    margin: 0 auto;
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
}

.tong-page .sys .container {
    position: relative;
}

.tong-page .sys .close {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
    border: 0.02rem solid #666;
    text-align: center;
}

.tong-page .sys .close .iconfont {
    font-size: 0.4rem;
    color: #000;
    line-height: 0.5rem;
}

.tong-page .sys .title h3 {
    font-size: 0.4rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.tong-page .sys .title p {
    font-size: 0.28rem;
    color: #808080;
    text-align: center;
    margin-top: 0.1rem;
}

.tong-page .sys .title .line {
    width: 0.3rem;
    height: 0.02rem;
    background-color: #016be1;
    margin: 0.3rem auto 0;
}

.tong-page .sys .container {
    box-sizing: border-box;
    padding: 0.5rem 0.3rem;
    background-color: #efefef;
}

.tong-page .sys .container form {
    width: 6.3rem;
}

.tong-page .sys .container form input {
    width: 6.3rem;
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    color: #333;
    margin-top: 0.4rem;
}

.tong-page .sys .container form input::placeholder {
    color: #999;
}

.tong-page .sys .container form button {
    width: 6.3rem;
    height: 0.8rem;
    background-color: #016be1;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    margin-top: 0.4rem;
}


/* 成功案例 */

.tong-page .al-box {
    padding: 0.6rem 0;
}

.tong-page .al-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tong-page .al-box ul li {
    width: 3.3rem;
    margin-bottom: 0.3rem;
}

.tong-page .al-box ul li .pic {
    width: 3.3rem;
}

.tong-page .al-box ul li .pic img {
    display: block;
    width: 100%;
}

.tong-page .al-box ul li p {
    font-size: 0.24rem;
    color: #808080;
    text-align: center;
    margin-top: 0.2rem;
}

.tong-page .con-box .line {
    width: 0.4rem;
    height: 0.02rem;
    background-color: #016be1;
    margin: 0.3rem auto 0;
}

.tong-page .con-box form {
    width: 6.3rem;
    margin-top: 0.4rem;
}

.tong-page .con-box form .inp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
    background-color: #fff;
    padding: 0 0.3rem;
}

.tong-page .con-box form .inp em {
    display: block;
    width: 1.5rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    color: #999;
    text-align: center;
}

.tong-page .con-box form input {
    width: 4.3rem;
    height: 0.8rem;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    color: #333;
}

.tong-page .con-box form input::placeholder {
    color: #999;
}

.tong-page .con-box form button {
    width: 6.3rem;
    height: 0.8rem;
    background-color: #016be1;
    font-size: 0.32rem;
    color: #fff;
    text-align: center;
    line-height: 0.8rem;
    margin-top: 0.2rem;
}


/* 新闻中心 */

.tong-page.news .top-menu ul {
    width: 4.5rem;
    justify-content: space-between;
    margin: 0 auto;
}

.tong-page.news .top-menu ul li {
    margin: 0;
}

.tong-page.news .news-list ul li a {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-bottom: 0.02rem solid #eee;
}

.tong-page.news .news-list ul li a .pic {
    width: 2.7rem;
    height: 1.9rem;
}

.tong-page.news .news-list ul li a .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tong-page.news .news-list ul li a .text {
    width: 4rem;
    padding: 0.04rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tong-page.news .news-list ul li a .text h4 {
    font-size: 0.28rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tong-page.news .news-list ul li a .text p {
    font-size: 0.24rem;
    color: #808080;
    line-height: 0.4rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.tong-page.news .news-list ul li a .text span {
    font-size: 0.24rem;
    color: #808080;
}


/* 新闻详情 */

.tong-page .con-box .news-detail h1 {
    font-size: 0.32rem;
    color: #333;
    text-align: center;
    line-height: 0.56rem;
}

.tong-page .con-box .news-detail .time {
    font-size: 0.24rem;
    color: #808080;
    text-align: center;
    margin-top: 0.1rem;
}

.tong-page .con-box .news-detail .text {
    padding: 0.2rem 0;
}

.tong-page .con-box .news-detail .text p {
    font-size: 0.28rem;
    color: #808080;
    line-height: 0.46rem;
    text-align: justify;
    text-indent: 0.56rem;
    margin: 0.1rem 0;
}

.tong-page .con-box .news-detail .text p img {
    display: block;
    width: 6.9rem;
    height: 3.9rem;
    object-fit: cover;
}

.tong-page .con-box .news-detail .other {
    margin-top: 0.3rem;
}

.tong-page .con-box .news-detail .other a {
    display: block;
    font-size: 0.3rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.1rem;
}

.tong-page .con-box .us {
    font-size: 0.32rem;
    text-align: center;
    color: #016be1;
}

.tong-page .con-box .map {
    width: 100%;
    height: 3.4rem;
}

.tong-page .con-box .map .contact_box {
    width: 100%;
    height: 100%;
    position: relative;
}

.tong-page .con-box .map .BMap_bubble_title {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
}

.tong-page .con-box .map .BMap_bubble_content {
    font-size: 0.24rem;
    line-height: 0.5rem;
}

.tong-page .con-box .map .contact_box-map {
    width: 100%;
    height: 100%;
    font-size: 0.32rem;
}

.tong-page .con-box .map .contact_box-map .BMap_mask {
    left: 0px !important;
    width: 100% !important;
    height: 100% !important;
}