@charset "UTF-8";
@media screen and (min-width: 1081px) {
  header {
    color: #fff;
  }
  header .padding {
    padding: 0 0.6rem;
  }
  header .banner {
    height: 8.7rem;
    background: url("./image/banner.jpg") no-repeat;
    background-size: 100% 100%;
  }
  header .banner .md_nav {
    display: none;
  }
  header .banner .pc_nav {
    height: 1rem;
    display: flex;
    align-items: center;
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 100;
  }
  header .banner .pc_nav .logo {
    width: 2.7rem;
    margin-right: 4rem;
  }
  header .banner .pc_nav .menu {
    display: flex;
    justify-content: space-between;
    flex: 1;
    align-items: center;
  }
  header .banner .pc_nav .menu a {
    font-size: 0.2rem;
    margin: 0 0.6rem;
    opacity: 0.38;
  }
  header .banner .pc_nav .menu .active {
    opacity: 1;
  }
  header .banner .pc_nav .menu .tel {
    font-size: 0.28rem;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    opacity: 1;
  }
  header .banner .pc_nav .consult {
    width: 2.9rem;
    height: 1rem;
    background-color: #b2976c;
    position: absolute;
    right: 0;
    cursor: pointer;
  }
  header .banner .pc_nav .consult .consult_img {
    width: 0.9rem;
    height: 1rem;
    background-color: #a18458;
  }
  header .banner .pc_nav .consult .consult_img img {
    width: 0.4rem;
  }
  main .p_padding {
    padding: 1.2rem 3.6rem;
  }
  main .p_padding .title {
    line-height: 0.4rem;
    margin-bottom: 1.4rem;
  }
  main .p_padding .title h1 {
    color: #101010;
    opacity: 0.32;
    font-size: 0.3rem;
  }
  main .p_padding .title h2 {
    color: #101010;
    position: relative;
  }
  main .p_padding .title h2::after {
    display: block;
    position: absolute;
    content: "";
    width: 0.8rem;
    height: 0.1rem;
    background-color: #a18458;
    top: 0.7rem;
    left: 50%;
    transform: translateX(-50%);
  }
  main #about img {
    height: 4rem;
    margin-left: 0.9rem;
  }
  main #about .about_introduce {
    height: 4rem;
  }
  main #about .about_introduce h2 {
    margin-bottom: 0.1rem;
  }
  main #about .about_introduce span {
    color: #c2c2c2;
    font-size: 0.16rem;
    letter-spacing: -1px;
  }
  main #about .about_introduce p {
    line-height: 0.4rem;
  }
  main #team {
    background: url("./image/team_bg.jpg") no-repeat;
    background-size: 100% 100%;
  }
  main #team .title h1 {
    color: #e7d5b8 !important;
    opacity: 1;
  }
  main #team .title h2 {
    color: #f5f3ef !important;
  }
  main #team .title h2::after {
    background-color: #fff;
  }
  main #team ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.3rem;
  }
  main #team ul li {
    width: 2.8rem;
    height: 4rem;
    background-color: #ffffff;
  }
  main #team ul li h3 {
    color: #101010;
  }
  main #team ul li img {
    width: 2.8rem;
    height: 3rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main #team ul li .team_introduce {
    flex: 1;
  }
  main #team ul li .team_introduce p {
    color: #aa875c;
    font-size: 0.16rem;
    line-height: 0.22rem;
    margin: 0.05rem;
  }
  main #delegate {
    background: #f3f3f3;
  }
  main #delegate ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
  }
  main #delegate ul li {
    width: 3.6rem;
    height: 3.7rem;
    background-color: #ffffff;
    padding: 0.5rem 0.5rem 0.3rem 0.5rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0.16rem;
    line-height: 0.26rem;
  }
  main #delegate ul li h3 {
    margin-bottom: 0.4rem;
  }
  main #delegate ul li .d_icon {
    width: 0.4rem;
    margin-left: 0.2rem;
    margin-bottom: 0.3rem;
  }
  main #delegate ul li:first-child {
    background-image: url("./image/b1_bg.png");
  }
  main #delegate ul li:nth-child(2) {
    background-image: url("./image/b2_bg.png");
  }
  main #delegate ul li:nth-child(3) {
    background-image: url("./image/b3_bg.png");
  }
  main #delegate ul li:nth-child(4) {
    background-image: url("./image/b4_bg.png");
  }
  main #delegate ul li:nth-child(5) {
    background-image: url("./image/b5_bg.png");
  }
  main #delegate ul li:nth-child(6) {
    background-image: url("./image/b6_bg.png");
  }
  main #advantages {
    background: url("./image/c_bg.jpg") no-repeat;
    background-size: 100% 100%;
  }
  main #advantages h1,
  main #advantages h2 {
    color: #fff !important;
  }
  main #advantages ul {
    color: #fff;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.4rem;
    align-items: center;
  }
  main #advantages ul li {
    width: 2.7rem;
    height: 2.7rem;
    background: url("./image/c1.png") no-repeat;
    background-size: 100% 100%;
  }
  main #advantages ul li:nth-child(2) {
    background: #aa875c;
    width: 2.9rem;
    height: 3.1rem;
  }
  main #advantages ul li:nth-child(2) img {
    margin-bottom: 0.2rem;
  }
  main #advantages ul li:nth-child(2) p {
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }
  main #advantages ul li:nth-child(2) p::before {
    background-color: #fff;
    top: 1.2rem;
  }
  main #advantages ul li:nth-child(2) p::after {
    background-color: #fff;
    top: 1.3rem;
  }
  main #advantages ul li p {
    margin: 0.3rem 0;
    position: relative;
    font-size: 0.24rem;
    line-height: 0.26rem;
  }
  main #advantages ul li p::before {
    display: block;
    position: absolute;
    content: "";
    width: 0.7rem;
    height: 0.04rem;
    background-color: #a18458;
    left: 50%;
    transform: translateX(-50%);
    top: 0.5rem;
  }
  main #advantages ul li p::after {
    display: block;
    position: absolute;
    content: "";
    width: 0.35rem;
    height: 0.04rem;
    background-color: #a18458;
    left: 50%;
    transform: translateX(-50%);
    top: 0.62rem;
  }
  main #business {
    background: #f7f7f7;
  }
  main #business .bus_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  main #business ul li {
    background: #fff;
    width: 3.7rem;
    padding: 0.3rem 0.5rem 0.3rem 0.3rem;
    margin-bottom: 0.4rem;
  }
  main #business ul li div {
    flex: 1;
  }
  main #business ul li .v_flex_w {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  main #business ul li h3 {
    margin-bottom: 0.1rem;
  }
  main #business ul li img {
    width: 0.7rem;
    margin-right: 0.4rem;
  }
  main #question {
    background: url("./image/e_bg.jpg");
  }
  main #question .title h1 {
    color: #e7d5b8 !important;
    opacity: 1;
  }
  main #question .title h2 {
    color: #f5f3ef !important;
  }
  main #question .title h2::after {
    background-color: #fff;
  }
  main #question ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.6rem;
  }
  main #question ul li {
    width: 5.7rem;
    height: 3.6rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.1rem 0.1rem 0rem rgba(216, 221, 223, 0.16);
    padding: 0.4rem 0.5rem 0.3rem 0.7rem;
    position: relative;
    line-height: 0.35rem;
  }
  main #question ul li .q_title {
    font-size: 0.24rem;
    color: #242424;
    margin-bottom: 0.2rem;
    position: relative;
  }
  main #question ul li .q_title::before {
    content: "问";
    color: #fff;
    background: #e1c5a2;
    display: block;
    position: absolute;
    width: 0.4rem;
    line-height: 0.4rem;
    left: -0.5rem;
    text-align: center;
    border-radius: 50%;
    font-size: 0.22rem;
  }
  main #question ul li .q_ans {
    position: relative;
  }
  main #question ul li .q_ans::before {
    content: "答";
    color: #f3f4f8;
    background: #3b3b3b;
    display: block;
    position: absolute;
    width: 0.4rem;
    line-height: 0.4rem;
    left: -0.5rem;
    text-align: center;
    border-radius: 50%;
    font-size: 0.22rem;
  }
  footer {
    height: 5rem;
    background-color: #343434;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  footer .foot_tip {
    padding: 1.2rem 3.6rem 0 3.6rem;
    flex: 1;
    line-height: 0.35rem;
  }
  footer .logo {
    width: 4.5rem;
    margin-bottom: 1rem;
  }
  footer .foot_filings {
    line-height: 0.8rem;
    border-top: 0.01rem solid #474747;
    text-align: center;
  }
  footer .foot_code {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 2.4rem;
    display: none;
  }
  footer .foot_code .code {
    width: 2rem;
  }
  footer .foot_code .code .code_icon {
    display: flex;
    justify-content: space-between;
  }
  footer .foot_code .code .code_icon img {
    width: 0.5rem;
    height: 0.5rem;
    cursor: pointer;
  }
  footer .foot_code .code_img {
    display: flex;
    position: relative;
  }
  footer .foot_code .code_img .wx,
  footer .foot_code .code_img .xhs,
  footer .foot_code .code_img .dy {
    position: absolute;
    display: none;
    top: -1.2rem;
    left: -1.5em;
    width: 1rem;
    height: 1.1rem;
  }
  footer .foot_code .code_img .xhs {
    left: 0.48rem;
  }
  footer .foot_code .code_img .dy {
    left: 1.25rem;
  }
  footer address{
    font-style: normal !important;
  }
}
@media screen and (max-width: 1080px) {
  header {
    height: 10.2rem;
    background: url("./image/mobile_banner.jpg") no-repeat;
    background-size: 100% 100%;
  }
  header .pc_nav {
    display: none;
  }
  header .md_nav {
    background: #fff;
    padding: 0.2rem 0.2rem;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    height: 0.8rem;
  }
  header .md_nav .logo {
    width: 4rem;
  }
  header .md_nav .menu_img {
    width: 0.3rem;
  }
  header .md_nav .menu {
    display: none;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
  }
  header .md_nav .menu .menu_list {
    background: #343434;
    width: 100%;
    height: 7rem;
  }
  header .md_nav .menu .menu_list .close {
    padding: 0.3rem 0.2rem;
    text-align: right;
  }
  header .md_nav .menu .menu_list .close img {
    width: 0.2rem;
    height: 0.2rem;
  }
  header .md_nav .menu .menu_list .list_item a {
    display: block;
    border-bottom: 1px solid #474747;
    padding: 0.2rem 0.8rem;
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    position: relative;
  }
  header .md_nav .menu .menu_list .list_item a img {
    width: 0.4rem;
    margin-right: 0.4rem;
  }
  header .md_nav .menu .menu_list .list_item a .d_icon {
    position: absolute;
    right: 0.8rem;
  }
  header .md_nav .menu .menu_list .list_item a.active {
    color: #aa875c;
  }
  main .p_padding {
    padding: 0.8rem 0.4rem;
  }
  main .p_padding .title {
    line-height: 0.4rem;
    margin-bottom: 0.6rem;
  }
  main .p_padding .title h1 {
    color: #101010;
    opacity: 0.32;
    font-size: 0.26rem;
  }
  main .p_padding .title h2 {
    color: #101010;
    position: relative;
    font-size: 0.26rem;
  }
  main .p_padding .title h2::after {
    display: block;
    position: absolute;
    content: "";
    width: 0.6rem;
    height: 0.07rem;
    background-color: #a18458;
    top: 0.55rem;
    left: 50%;
    transform: translateX(-50%);
  }
  main #about .d_flex {
    flex-direction: column;
  }
  main #about .about_introduce {
    color: #141414;
    margin-bottom: 0.4rem;
  }
  main #about .about_introduce span {
    color: #c2c2c2;
    font-size: 0.16rem;
  }
  main #about .about_introduce p {
    line-height: 0.4rem;
    margin-top: 0.2rem;
  }
  main #about img {
    width: 100%;
    height: 4rem;
  }
  main #delegate {
    background: #f3f3f3;
  }
  main #delegate ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  main #delegate ul li {
    width: 3.2rem;
    background-color: #ffffff;
    padding: 0.3rem 0.2rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #323335;
  }
  main #delegate ul li h3 {
    margin-bottom: 0.2rem;
  }
  main #delegate ul li .d_icon {
    width: 0.4rem;
    margin-left: 0.2rem;
    margin-bottom: 0.1rem;
  }
  main #delegate ul li:first-child {
    background-image: url("./image/b1_bg.png");
  }
  main #delegate ul li:nth-child(2) {
    background-image: url("./image/b2_bg.png");
  }
  main #delegate ul li:nth-child(3) {
    background-image: url("./image/b3_bg.png");
  }
  main #delegate ul li:nth-child(4) {
    background-image: url("./image/b4_bg.png");
  }
  main #delegate ul li:nth-child(5) {
    background-image: url("./image/b5_bg.png");
  }
  main #delegate ul li:nth-child(6) {
    background-image: url("./image/b6_bg.png");
  }
  main #advantages {
    background: url("./image/mobile_c.jpg") no-repeat;
    background-size: 100% 100%;
  }
  main #advantages h1,
  main #advantages h2 {
    color: #fff !important;
  }
  main #advantages ul {
    color: #fff;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
    align-items: center;
    margin-top: 1rem;
  }
  main #advantages ul li {
    width: 2.7rem;
    height: 2.7rem;
    background: url("./image/c1.png") no-repeat;
    background-size: 100% 100%;
  }
  main #advantages ul li img {
    width: 0.6rem;
  }
  main #advantages ul li:nth-child(2) {
    background: #aa875c;
    width: 2.9rem;
    height: 3.1rem;
  }
  main #advantages ul li:nth-child(2) h3 {
    font-size: 0.24rem;
  }
  main #advantages ul li:nth-child(2) img {
    margin-bottom: 0.2rem;
  }
  main #advantages ul li:nth-child(2) p {
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }
  main #advantages ul li:nth-child(2) p::before {
    background-color: #fff;
    top: 1.2rem;
  }
  main #advantages ul li:nth-child(2) p::after {
    background-color: #fff;
    top: 1.3rem;
  }
  main #advantages ul li p {
    margin: 0.3rem 0;
    position: relative;
    font-size: 0.24rem;
    line-height: 0.26rem;
  }
  main #advantages ul li p::before {
    display: block;
    position: absolute;
    content: "";
    width: 0.7rem;
    height: 0.04rem;
    background-color: #a18458;
    left: 50%;
    transform: translateX(-50%);
    top: 0.5rem;
  }
  main #advantages ul li p::after {
    display: block;
    position: absolute;
    content: "";
    width: 0.35rem;
    height: 0.04rem;
    background-color: #a18458;
    left: 50%;
    transform: translateX(-50%);
    top: 0.62rem;
  }
  main #team {
    background: url("./image/mobile_e.jpg") no-repeat;
    background-size: 100% 100%;
  }
  main #team .title h1 {
    color: #e7d5b8 !important;
    opacity: 1;
  }
  main #team .title h2 {
    color: #f5f3ef !important;
  }
  main #team .title h2::after {
    background-color: #fff;
  }
  main #team ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  main #team ul li {
    width: 3.2rem;
    height: 4.6rem;
    background-color: #ffffff;
  }
  main #team ul li h3 {
    color: #101010;
    font-size: 0.24rem;
  }
  main #team ul li img {
    width: 3.2rem;
    height: 3.4rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main #team ul li .team_introduce {
    flex: 1;
  }
  main #team ul li .team_introduce p {
    color: #aa875c;
    font-size: 0.18rem;
    line-height: 0.25rem;
    margin: 0.05rem;
  }
  main #business {
    background: #f7f7f7;
  }
  main #business .bus_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main #business ul li {
    background: #fff;
    width: 3.2rem;
    padding: 0.3rem 0.2rem;
    margin-bottom: 0.4rem;
    font-size: 0.18rem;
    height: 1.25rem;
    color: #3f3f3f;
  }
  main #business ul li div {
    flex: 1;
  }
  main #business ul li .v_flex_w {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  main #business ul li h3 {
    font-size: 0.22rem;
    margin-bottom: 0.1rem;
  }
  main #business ul li img {
    width: 0.6rem;
    margin-right: 0.3rem;
  }
  main #question {
    background: url("./image/mobile_e.jpg") no-repeat;
    background-size: 100% 100%;
  }
  main #question .title h1 {
    color: #e7d5b8 !important;
    opacity: 1;
  }
  main #question .title h2 {
    color: #f5f3ef !important;
  }
  main #question .title h2::after {
    background-color: #fff;
  }
  main #question ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main #question ul li {
    background-color: #ffffff;
    box-shadow: 0rem 0.1rem 0.1rem 0rem rgba(216, 221, 223, 0.16);
    padding: 0.2rem 0.3rem 0.2rem 0.6rem;
    position: relative;
    line-height: 0.35rem;
    font-size: 0.22rem;
    margin-bottom: 0.2rem;
    color: #3b3b3b;
  }
  main #question ul li span {
    display: inline-block;
    width: 0.26rem;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0.07rem;
    line-height: 0.26rem;
  }
  main #question ul li .q_title {
    font-size: 0.24rem;
    color: #242424;
    margin-bottom: 0.2rem;
    letter-spacing: -0.005rem;
    font-weight: bold;
    position: relative;
  }
  main #question ul li .q_title::before {
    content: "问";
    color: #fff;
    background: #e1c5a2;
    display: block;
    position: absolute;
    width: 0.35rem;
    line-height: 0.35rem;
    left: -0.45rem;
    text-align: center;
    border-radius: 50%;
    font-size: 0.2rem;
  }
  main #question ul li .q_ans {
    position: relative;
  }
  main #question ul li .q_ans::before {
    content: "答";
    color: #f3f4f8;
    background: #3b3b3b;
    display: block;
    position: absolute;
    width: 0.35rem;
    line-height: 0.35rem;
    left: -0.45rem;
    text-align: center;
    border-radius: 50%;
    font-size: 0.2rem;
  }
  footer {
    background-color: #343434;
    color: #fff;
    display: flex;
    flex-direction: column;
  }
  footer .foot_tip {
    padding: 0.8rem 0 0.4rem 0.4rem;
    flex: 1;
    line-height: 0.35rem;
  }
  footer .foot_tip .d_flex {
    flex-wrap: wrap-reverse;
  }
  footer .logo {
    width: 4.6rem;
    margin-bottom: 1rem;
  }
  footer .foot_filings {
    line-height: 0.45rem;
    border-top: 0.01rem solid #474747;
    text-align: center;
    font-size: 0.2rem;
  }
  footer .foot_code {
    display: flex;
    width: 2.4rem;
    margin-bottom: 0.7rem;
    display: none;
  }
  footer .foot_code .code {
    width: 2.4rem;
  }
  footer .foot_code .code .code_icon {
    display: flex;
    justify-content: space-between;
  }
  footer .foot_code .code .code_icon img {
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
  }
  footer .foot_code .code_img {
    display: flex;
    position: relative;
  }
  footer .foot_code .code_img .wx,
  footer .foot_code .code_img .xhs,
  footer .foot_code .code_img .dy {
    position: absolute;
    display: none;
    top: -1.2rem;
    left: -1.5em;
    width: 1rem;
    height: 1.1rem;
  }
  footer .foot_code .code_img .xhs {
    left: 0.48rem;
  }
  footer .foot_code .code_img .dy {
    left: 1.25rem;
  }
  footer address{
    font-style: normal !important;
  }
}/*# sourceMappingURL=index.css.map */