@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  --color: #000;
  --header_h: 6.25rem;
  --container: 15px;
  --phone_img: 40px;
  --bors: 1.25rem;
  --bgf8: #f8f8f8;
  --header_cf: #fff;
  --swiper_pag_c: #fff;
  outline: none;
  font-weight: 400;
  font-family: 'Noto Sans SC', -apple-system, BlinkMacSystem, 'Montserrat', 'sourcehansans', sans-serif !important;
}
dt {
  font-weight: normal;
}
a:hover {
  color: #2D84FF;
}
.iconfont {
  font-size: 1rem;
}
.ofhd {
  overflow: hidden;
}
.bgf8{background-color: var(--bgf8);}
.p_top {
  position: absolute;
  top: -6.25rem;
}
.pic img {
  display: inline-block;
  width: 100%;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.pic a:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.phone_show_991,
.phone_show_767 {
  display: none;
}
/* 图片动画 */
.fang {
  overflow: hidden;
  display: block;
}
.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.fang:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pagination {
  display: flex;
  padding-left: 0;
  margin: 1.25rem 0;
  border-radius: 4px;
  justify-content: center;
  flex-wrap: wrap;
}
.pagination > li {
  margin: 0 5px;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
}
.pagination > li a{display: inline-block; width: 100%; height: 100%; line-height: 2.25rem;}
.l-arrow{
  position: absolute;
  left: 50%;
  top: 50%;
  width: .5rem;
  height: .5rem;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform:translate(-50%,-50%) rotate(225deg);
}
.r-arrow{
  position: absolute;
  left: 50%;
  top: 50%;
  width: .5rem;
  height: .5rem;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform:translate(-50%,-50%) rotate(45deg);
}
.pagination > li a:hover .l-arrow,.pagination > li a:hover .r-arrow{border-color: #FFF;}

@media (max-width: 767px) {
  .pagination > li {
    width: 30px;
    height: 30px;
  }
}
.pagination > li.active,
.pagination > li:hover {
  background: #2D84FF;
  color: #fff;
}
.pagination > li.active a,
.pagination > li:hover a {
  color: #fff;
}
.pagination > li.disabled:hover {
  color: #333;
  background: #FFF;
}
.foot-fot {
  background: #2D3333;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  outline: none;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

video {
  display: inline-block;
  max-width: 100%;
}
.line1 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.swiper-button-next,
.swiper-button-prev {
  margin-top: 0;
}
.nav-down {
  position: fixed;
  left: 0;
  right: 0;
  top: 6.25rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
  z-index: 102;
  display: none;
}
.er-ul {
  position: absolute;
  width: 125%;
  left: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top center;
  opacity: 0;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: 0.875rem;
}
.er-ul > li:hover a {
  color: #2D84FF;
}
.er-ul > li:nth-child(1) {
  padding-top: 0.625rem;
}
.er-ul > li:last-child {
  padding-bottom: 0.625rem;
}
header .center > ul > li:hover .er-ul {
  transform: scaleY(1) translateX(-50%);
  opacity: 1;
}
.logo_phone img {
  width: 7.5rem;
}

.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
.container {
  width: 100%;
  max-width: 100%;
}
.container.container_l {
  padding: 0 0 0 var(--container);
}
.container.container_r {
  padding: 0 var(--container) 0 0;
}

@media (max-width: 61.9375rem) {
  .pc-hidden {
    display: none;
  }
  .pc_show_991 {
    display: none;
  }
  .phone_show_991 {
    display: block;
  }
}
.m-hidden {
  display: none;
}
@media (max-width: 61.9375rem) {
  .m-hidden {
    display: block;
  }
}

/*手机端头部*/
.m-bm-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #000;
}
.m-bm-head .m-bm-head-box {
  position: relative;
  height: 60px;
}
.m-bm-head .phone_lanu {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 65px;
}
.m-bm-head .m-bm-head-box .m-bm-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto 4%;
  max-width: 100%;
  height: 34px;
}
.m-bm-nav li:first-child form {
  padding: 15px;
}
.m-bm-nav li:first-child input {
  padding-left: 28px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.m-bm-nav li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.m-bm-nav li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.m-bm-nav .aniut.aniut_son {
  height: 35px;
  line-height: 35px;
}
.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
  display: inline;
  font-size: 0;
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
  height: var(--phone_img);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 4% auto 0;
  width: 20px;
  height: 15px;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  display: block;
  height: 1.5008px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
  margin: 4.5008px 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
  -moz-transform-origin: 7.5%;
  -ms-transform-origin: 7.5%;
  -o-transform-origin: 7.5%;
  transform-origin: 7.5%;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-bm-head .m-bm-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #050505;
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
  height: -webkit-calc(40vh);
  height: -moz-calc(40vh);
  height: calc(100vh - 60px);
  overflow: auto;
  padding-bottom: 80px;
}
.m-bm-head .mrhgxt {
  color: #fff;
  font: 500 1.125rem/60px "helvetica";
  margin-left: 63%;
  position: relative;
  z-index: 9;
}
.m-bm-head .mrhgxt i {
  font-size: 1.125rem;
  margin-right: 0.25em;
}
.m-bm-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.m-bm-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  font-family: "sourcehansans";
  padding: 0 15px;
  font-weight: 600;
}
.m-bm-nav > li > a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
  font-family: "sourcehansans";
  font-weight: 500;
}
.m-bm-nav > li .sec {
  display: none;
  padding: 10px 15px 10px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.m-bm-nav > li .sec a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 35px;
}
.m-bm-nav > li .sec a span {
  display: inline-block;
  min-width: 40%;
  max-width: 50%;
}
.m-bm-nav .aniut {
  position: absolute;
  width: 30px;
  height: 50px;
  line-height: 50px;
  right: 2%;
  top: 0;
  text-align: center;
  z-index: 9;
}
.m-bm-nav .aniut i {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.m-bm-head.white {
  background: #fff;
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
  background: #000;
}
.m-bm-head.white .m-bm-menu {
  background: #fff;
}
.m-bm-head.white .m-bm-nav > li,
.m-bm-head.white .m-bm-nav > li .sec {
  border-color: rgba(51, 51, 51, 0.1);
}
.m-bm-head.white .m-bm-nav > li > a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav > li .sec a,
.m-bm-head.white .mrhgxt {
  color: #000;
}
.ajhhsd {
  color: #777;
  font: 500 1rem/1.5em "sourcehansans";
  padding: 1em 0;
}
.ajhhsd a {
  color: #777;
}
.ajhhsd a:hover {
  color: #2D84FF;
}
.ajhhsd span {
  padding: 0 0.3em;
}
.ajhhsd span:last-child {
  display: none;
}
.xw_ny_banner {
  background: #333;
  -o-background-size: cover;
  background-size: cover;
  padding: 13.5rem 0 7.25rem;
}
@media (max-width: 61.9375rem) {
  .xw_ny_banner {
    padding: 7.25rem 0;
  }
}
@media (max-width: 47.9375rem) {
  .xw_ny_banner {
    padding: 4rem 0;
  }
}
.xw_ny_banner h2 {
  color: #FFFFFF;
  font: 600 3.125rem/1.2em "montserrat";
}
@media (max-width: 47.9375rem) {
  .xw_ny_banner h2 {
    font-size: 1.8rem;
  }
}
.ssy-sskaa {
  margin-bottom: 2rem;
}
@media (max-width: 47.9375rem) {
  .ssy-sskaa {
    margin-bottom: 1.5rem;
  }
}
.ssy-sskaa .searchsa form {
  width: 50%;
  border: 1px solid #999;
  padding: 0 1.5em;
  border-radius: 2rem;
  margin: 0 auto;
}
@media (max-width: 47.9375rem) {
  .ssy-sskaa .searchsa form {
    width: 90%;
  }
  .pc_show_767 {
    display: none;
  }
  .phone_show_767 {
    display: block;
  }
}
.ssy-sskaa .searchsa form input {
  width: 70%;
  font: 500 1.25rem/4rem "sourcehansans";
  background: transparent;
  color: #999;
}
@media (max-width: 47.9375rem) {
  .ssy-sskaa .searchsa form input {
    font-size: 1.125rem;
    line-height: 3rem;
  }
}
.ssy-sskaa .searchsa form button {
  width: auto;
  outline: none;
  border: none;
  background: transparent;
}
.ssy-sskaa .searchsa form button i {
  font: 500 1.6rem/4rem "sourcehansans";
  color: #333;
}
@media (max-width: 47.9375rem) {
  .ssy-sskaa .searchsa form button i {
    font-size: 1.35rem;
    line-height: 3rem;
  }
}
.sssjga {
  color: #333;
  font: 600 1.25rem/1.5em "sourcehansans";
  margin-bottom: 1em;
}
.ss-list li + li {
  margin-top: 2rem;
}
@media (max-width: 47.9375rem) {
  .ss-list li + li {
    margin-top: 1rem;
  }
}
.ss-list li div.img {
  width: 25%;
}
@media (max-width: 47.9375rem) {
  .ss-list li div.img {
    width: 100%;
  }
}
.ss-list li div.img a.img {
  display: block;
  border: 1px solid #f2f2f2;
}
.ss-list li .xw-nycont {
  width: 72%;
}
.ss-list li .xw-nycont.w100 {
  width: 100%;
}
@media (max-width: 47.9375rem) {
  .ss-list li .xw-nycont {
    width: 100%;
    margin-top: 1.2em;
  }
}
.ss-list li .xw-nycont h2 a {
  display: block;
  color: #656363;
  font-size: 1.125rem;
  line-height: 1.35rem;
  overflow: hidden;
  margin-bottom: 0.2em;
}
@media (max-width: 47.9375rem) {
  .ss-list li .xw-nycont h2 a {
    font-size: 1.125rem;
  }
}
.ss-list li .xw-nycont span {
  color: #2D84FF;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .datea {
  color: #999999;
  font-size: 0.95rem;
  line-height: 1.5rem;
}
.ss-list li .xw-nycont .p {
  color: #999999;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5em;
}
.ss-list li .xw-nycont a.more-msl {
  margin-top: 1em;
}
@media (max-width: 61.9375rem) {
  body {
    padding: 60px 0 70px !important;
  }
}
/* end */
.list_website ul li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #ddd;
}
.list_website ul li:first-child {
  padding-top: 0;
}
.list_website ul li .top {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  font-weight: 600;
}
.list_website ul li .bot {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #717171;
  margin-right: 1.25rem;
}
@media (max-width: 100rem) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
}
@media (max-width: 90rem) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
}
@media (max-width: 53.5rem) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 80rem) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 991px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 var(--container);
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 var(--container);
  }
}
.phone {
  line-height: 60px;
  padding: 0 30px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  background: #000;
}
.phone.white {
  background: #fff;
}
.phone.white .left img {
  filter: brightness(0);
}
@media (max-width: 767px) {
  .phone {
    padding: 0 15px;
  }
}
.phone > .clearfix {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone.noLanuage .center {
  width: 60%;
  text-align: left;
  order: 1;
}
.phone.noLanuage .left {
  width: 40%;
  text-align: right;
  order: 2;
}
.phone.noLanuage .right {
  display: none;
}
.phone .left,
.phone .right {
  width: 20%;
}
.phone .left {
  text-align: right;
}
.phone .left img {
  height: 22px;
}
.phone .right {
  text-align: left;
}
.phone .right span {
  width: 1px;
  height: 10px;
  background: #1D1D1F;
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 1px;
}
.phone .right a {
  font-weight: bold;
  font-size: 12px;
  color: #A7A7A8;
}
.phone .right a.c {
  color: #1D1D1F;
}
.phone .center {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
.phone .center img {
  height: var(--phone_img);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #1D1D1F;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: -100%;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.nav_show {
  left: 0;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 25%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav ul li {
  position: relative;
  line-height: 40px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav > ul > li > ul {
  display: none;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #FD042D;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #1D1D1F;
}
.sjj_nav .top img {
  height: var(--phone_img);
  filter: brightness(0) invert(1);
}
.sjj_nav .top .fr img {
  height: 22px;
}
.sjj_nav .bot {
  padding: 15px 15px 0;
  margin-top: 60px;
  height: calc(100% - 60px);
  overflow: scroll;
}
.sjj_nav .bot > li:first-child {
  margin-bottom: 34px;
}
.sjj_nav .bot > li:first-child input {
  padding-left: 35px;
  width: 100%;
  font-size: 12px;
  color: #a7a7a7;
  line-height: 35px;
  border: 1px solid #A7A7A8;
  background: transparent;
}
.sjj_nav .bot > li:first-child button {
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 28px;
  height: 100%;
  border: none;
}
.sjj_nav .bot > li:first-child button .iconfont {
  position: static;
  text-align: center;
  color: #a7a7a7;
  font-size: 14px;
  padding: 0;
  border: none;
}
.sjj_nav .bot > li {
  font-size: 18px;
  line-height: 20px;
  color: #a7a7a7;
  border-bottom: none !important;
  margin-bottom: 30px;
}
.sjj_nav .bot > li > div > a {
  width: calc(100% - 3.75rem);
}
.sjj_nav .bot > li > a {
  display: inline-block;
}
.sjj_nav .bot > li img {
  height: 30px;
}
.sjj_nav .bot > li .list .left {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.9008px;
  color: #EBEBEC;
  float: left;
}
.sjj_nav .bot > li .list .left a {
  color: #EBEBEC;
}
.sjj_nav .bot > li .list .right.w100 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
}
.sjj_nav .bot > li .list .right {
  width: 80%;
  float: right;
  font-size: 14px;
  color: #EBEBEC;
  line-height: 20px;
}
.sjj_nav .bot > li .list .right a {
  color: #EBEBEC;
  margin-bottom: 18px;
}
.sjj_nav .bot > li ul {
  margin-top: 5px;
}
.sjj_nav .bot > li > div {
  color: #a7a7a7;
  position: relative;
  padding-bottom: 8px;
  line-height: 1.875rem;
  display: flex;
  align-items: center;
}
.sjj_nav .bot > li > div > a {
  color: #a7a7a7;
}
.sjj_nav .bot > li > div .iconfont {
  width: 3.75rem;
  text-align: right;
  display: block;
  font-size: 1rem;
}
.sjj_nav .bot > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #a7a7a7;
}
.sjj_nav .bot > li:hover > a::before,
.sjj_nav .bot > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.sjj_nav .top .container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .sjj_nav .top .container {
    padding: 0 15px;
  }
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-moz-keyframes sticky {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-o-keyframes sticky {
  0% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
    /*放大1.1倍*/
  }
  50% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banscaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /*开始为原始大小*/
  }
  25% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    /*放大1.1倍*/
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.show_header {
  padding-top: var(--header_h);
}
.show_header header {
  animation: none !important;
}
header.active,
header:hover,
header.white {
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header.active .ds1,
header:hover .ds1,
header.white .ds1,
header.active .tel,
header:hover .tel,
header.white .tel {
  color: #444;
}
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
header.active .tel img,
header:hover .tel img,
header.white .tel img {
  filter: brightness(1) invert(0);
}
header.active .center > ul > li:hover > a,
header:hover .center > ul > li:hover > a,
header.white .center > ul > li:hover > a,
header.active .center > ul > li.active > a,
header:hover .center > ul > li.active > a,
header.white .center > ul > li.active > a {
  color: #2D84FF;
}
header.active .center > ul > li:hover > a::before,
header:hover .center > ul > li:hover > a::before,
header.white .center > ul > li:hover > a::before,
header.active .center > ul > li.active > a::before,
header:hover .center > ul > li.active > a::before,
header.white .center > ul > li.active > a::before {
  background: #2D84FF;
}
header.active .ds1 img,
header:hover .ds1 img,
header.white .ds1 img,
header.active .tel img,
header:hover .tel img,
header.white .tel img{
  filter: brightness(1) invert(0);
}
header.white {
  position: static;
  border-bottom: 0.1875rem solid #2D84FF;
}
header {
  position: fixed;
  padding: 0 7.03%;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 1000;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header:hover,
header.active {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
}
header.active {
  animation: sticky 0.65s;
}

header .logo {
  line-height: 6.25rem;
}
header .logo img {
  height: 3.5rem;
}
header .center > ul > li {
  float: left;
  position: relative;
  padding: 0 1.625rem;
}
header .center > ul > li > a {
  line-height: 6.25rem;
  font-size: 1rem;
  color: var(--color);
  position: relative;
}
header .center > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #2D84FF;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .center > ul > li:hover > a,
header .center > ul > li.active > a {
  color: #2D84FF !important;
}
header .center > ul > li:hover > a::before,
header .center > ul > li.active > a::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
header .city {
  margin-left: 3.5625rem;
  line-height: 6.25rem;
}
header .city .posttext a {
  line-height: 1;
  border: #2D84FF solid 0.125rem;
  border-radius: 0.3125rem;
  padding: 0.25rem 0.625rem;
  color: #2D84FF;
}
header .city .posttext a img {
  height: 1rem;
  margin-top: -0.1875rem;
}
header .city .posttext a:hover {
  background-color: #2D84FF;
  color: #FFF;
}
header .city .posttext a:hover img {
  filter: brightness(0) invert(1);
}
header .ds1,
header .tel {
  line-height: 6.25rem;
  font-size: 1rem;
}
header .tel {
  display: flex;
  height: 6.25rem;
  align-items: center;
}
header .tel span {
  display: inline-block;
  color: #2D84FF;
  padding-right: 1.625rem;
}
header .tel .btn {
  border: #2D84FF solid 0.125rem;
  border-radius: 0.3125rem;
  color: #2D84FF;
  padding: 0.5rem 1.5625rem;
}
header .tel .btn:last-child ,.ibanner .right .btn{
  border-color: #FD042D;
  color: #FD042D;
  margin-left: 1rem;
}
header .tel .btn:hover {
  background-color: #2D84FF;
  color: #FFF;
}
header .tel .btn:last-child:hover  ,.ibanner .right .btn:hover{
  background-color: #FD042D;
  color: #FFF;
  border-color: #FD042D;
}
.tel {
  margin-right: 0.75rem;
}

.wp {
  width: 1400px;
  margin: 0 auto;
}
.wp2 {
  width: 1400px;
  margin: 0 auto;
}
.city_p_r_content {
  padding-top: 6.25rem;
  padding-bottom: 21.625rem;
  background: linear-gradient(to right, rgba(45, 132, 255, 0.04) 0%, rgba(38, 194, 184, 0.04) 100%);
}
.city_p_r_content .city_con_box {
  padding: 1.875rem;
  border-radius: 1.875rem;
  background: #FFF;
}
.city_p_r_content .city_con_box .city_item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.city_p_r_content .city_con_box .city_item .zimu {
  width: 3%;
  font-weight: 600;
  font-size: 1.125rem;
  position: absolute;
  top: 1.5625rem;
}
.city_p_r_content .city_con_box .city_item .city_list {
  padding-left: 1.25rem;
  margin: 1.25rem 0;
}
.city_p_r_content .city_con_box .city_item .city_list a {
  padding: 0 0.625rem;
  line-height: 2.5rem;
}
.city_p_r_content .city_con_box .city_item .city_list a.hot {
  color: #FD042D;
  text-decoration: underline;
}
.navtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.875rem 0;
}
.navtop .left .tit {
  color: #2D84FF;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 1.375rem;
}
.navtop .left .banul {
  padding: unset;
}
.navtop .left .banul .banli {
  margin: 0 0.625rem;
  color: #3E3A39;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.navtop .left .banul .banli a {
  display: block;
  padding: 0;
  width: 7.8125rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 0.3125rem;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
}
.navtop .left .banul .banli a:hover {
  cursor: pointer;
  color: #FD042D;
  font-size: 1rem;
  font-weight: 700;
  background-color: unset;
  box-shadow: unset;
  background: #fff;
}
.navtop .left .banul .banli:nth-child(1) a {
  background-color: #fff;
  color: #FD042D;
}
.navtop .left .banul .banli.active {
  color: #FD042D;
  font-size: 1rem;
  font-weight: 700;
  background-color: unset;
  box-shadow: unset;
}
.navtop .titbtn {
  color: #B3B1B2;
  font-size: 1rem;
  font-weight: bold;
}



.text {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.75rem;
}

.foot-wrap {
  background-color: #3A3A3A;
  color: #C5C5C5;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.foot-wrap .wp {
  padding: 3.5rem 0;
}
.foot-wrap a {
  color: #C5C5C5;
}
.foot-wrap a:hover {
  color: #2D84FF;
}
.foota2 {
  color: #F2F2F2;
  text-align: center;
  background-color: #262626;
  padding: 0.8125rem 0.625rem;
  border-top: rgba(255, 255, 255, 0.2) solid 1px;
}
.foota2 a {
  color: #F2F2F2;
}
.foota2 a:hover {
  color: #2D84FF;
}
.phone-foot{display: none;height:70px;line-height:70px;background:#FFF;position:fixed;bottom:0;width:100%;z-index:999}
.phone-foot ul{width:100%;display:inline-table}
.phone-foot ul li{float:left;text-align:center}
.pfl{float:left}.pfl a{display:block;border:1px solid #2D84FF;color:#2D84FF;height:40px;line-height:40px;margin-top:10px;border-radius: 5px; margin: 15px;}
.pleft{width:50%}
.pright{width:50%}
.pright a{color:#FD042D;border-color: #FD042D;}


.ap-wrap{position: relative; margin-top: -17.875rem;}
.title{ text-align: center; font-size: 1.5rem; font-weight: 400;}
.title h3{padding-bottom: .75rem; margin-bottom: .375rem; position: relative;}
.title h3::before{
  content: "";position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width:2.5625rem; height: 1px;
  background: linear-gradient(to right, #2D84FF, #26C2B8);
}
.title p span{
  background: linear-gradient(to right, #2D84FF, #26C2B8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}


.ap-list {
  overflow: hidden;
  margin: .9375rem -0.9375rem 0;
}
.ap-list li {
  width: 25%;
  float: left;
  margin-bottom: 1.875rem;
}
.ap-list .con {
  display: block;
  overflow: hidden;
  border-radius: 1.25rem;
  margin: 0 .9375rem;
  position: relative;
  box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.ap-list .pic {
  overflow: hidden;
}
.ap-list .pic img {
  display: inline-block;
  width: 100%;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.ap-list .reco {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.6875rem;
  height: 2.875rem;
  z-index: 2;
}
.ap-list h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  margin-bottom:.5625rem;
}
.ap-list p {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 1rem;
}
.ap-list .box{padding: 1.5625rem 1.5625rem 2.125rem;}
.ap-list span.price{ color: #2D84FF;}
.ap-list span.chat{display: inline-block; color: #FD042D; border: #FD042D solid 1px; border-radius: .3125rem; margin-left: .6875rem; padding: .125rem .4375rem;}
.ap-list a:hover span.chat{background-color:#FD042D ; color: #FFF;}
.ap-list h4 a{color: #000;}
.ap-list h4 a:hover {color: #2D84FF;}

.ap-list .con:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.more{ text-align: center;  margin: 1.375rem 0; }
.more a{display: inline-block; border: #2D84FF solid 1px; padding: .75rem 2.125rem; border-radius: .3125rem; color: #2D84FF;}
.more a:hover{background-color: #2D84FF; color: #FFF;}

.sp-wrap{ margin: 6.125rem 0 6.0625rem;}
.sj-sp{text-align: center; padding: 0 8.75rem; position: relative; margin-top: -4.375rem;}
.sj-sp img{height: 4.9375rem;}
.sj-sp h4{font-size: 1.25rem; margin: 1.1875rem 0 .5625rem;}
.sj-sp p{font-size: 1rem; color: rgba(0, 0, 0, 0.4); padding: 0 .9375rem;}
.sj-sp .swiper-slide::after{content: ""; position: absolute; right: 0; top: 2.1875rem; transform: translateX(55%); width: 7.6688rem; height: 1.2475rem;background: url(../img/right-arrow.svg) center center no-repeat;
background-size: contain;
}
.sj-sp .swiper-slide:last-child::after{display: none;}

.home-banner{position: relative;}
.home-banner .wp2{position: relative;z-index: 99;}
.banul {
  padding: 1.875rem 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.25rem;
}
.banul .banli {
  margin: 0 0.625rem 0.625rem;
  color: #3E3A39;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.banul .banli a {
  display: block;
  padding: 0 2.5rem;
  height: 2.8125rem;
  line-height: 2.8125rem;
  border-radius: 0.3125rem;
  box-shadow: 0rem 1.25rem 2.5rem 0rem rgba(0, 0, 0, 0.05);
  text-align: center;
}
.banul .banli a:hover {
  cursor: pointer;
  color: #FE625E;
  background: #FFF;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
}
.banul .banli.active {
  color: #FE625E;
  font-size: 1rem;
  font-weight: 700;
  background: #FFF;
  border-radius: .3125rem;
}
.banul .banli.active a{color: #FE625E;}

.home-banner-con{position: absolute; left: 0; right: 0; top:50%;bottom:0; transform:translateY(-44%)}
.home-banner-con .wp{display: flex;justify-content: space-between;align-items: center; padding-top: 23%; transform: translateY(-50%);}
.home-banner-con .box-left{ width: 34.375rem; color: #252525;}
.home-banner-con .box-left h2{font-size: 2.65rem; font-weight: bold;}
.home-banner-con .box-left h2 span{color:#26C2B8;}
.home-banner-con .box-left p{font-size: 1.25rem; margin: 1.0625rem 0 1.5625rem;}
.home-banner-con .box-left ul li{float: left; width: 33.33%; font-size: 1.25rem;}
.home-banner-con .box-left ul li img{height: 1.8125rem; margin-right: .3125rem;}
.home-banner-con .box-right{width: 30.125rem; background-color: rgba(255, 255, 255, 0.94); border-radius: 1.6875rem; padding: 2.75rem;}
.home-banner-con .box-right h3{font-size: 1.5rem;}
.home-banner-con .box-right label{margin: 1.25rem 0 .875rem;}
.home-banner-con .box-right button{ width: 100%; height: 3.125rem ; line-height: 3.125rem;background: linear-gradient(to right, #2D84FF, #26C2B8); border: none; color: #FFF; margin-top: 1.0625rem; border-radius: .3125rem;}
.cat{padding:5.25rem 0 3.375rem;}
.cat ul{margin: 0 -0.9375rem;}
.cat ul li{float: left; width: 33.33%;}
.cat ul li img{width: 100%;}
.cat ul li:nth-child(1),.cat ul li:nth-child(2){ width:50%;}
.cat ul li a{display: block; padding: 0 .9375rem; margin-bottom: 1.875rem; position: relative;}
.cat ul li a .box{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; color: #FFF; width: 100%;}
.cat ul li h3{font-size: 1.5rem;}
.cat ul li p{margin: .5rem 1.1875rem}
.cat ul li span{display: inline-block; padding: .875rem 2.25rem; border: #FFF solid 1px; border-radius: .3125rem;}
.cat ul li a:hover span{background-color: #2D84FF; color: #FFF; border-color:#2D84FF ;}
.cat ul li .pic {
  overflow: hidden;
  border-radius: 1.25rem;
}
.cat ul li .pic img {
  display: inline-block;
  width: 100%;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.cat ul li a:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.home-ap-wrap{padding: 6.25rem 0;}
.home-ap-wrap .ap-wrap{margin-top: 0;}

.why-wrap{padding-top: 6.25rem;}
.why-pic{ text-align: center; position: relative;}
.why-pic img{ height: 22.0625rem;}
.why-wrap .con{position: relative; margin-top: 4.1875rem; padding-top: 6.1875rem;}
.why-wrap ul li{position: absolute;display: flex;align-items: center;}
.why-wrap ul li:nth-child(1){
  left:0; bottom:5.875rem; text-align: right;
}
.why-wrap ul li:nth-child(2){
  left:16.5625rem; top:0;text-align: right;
}
.why-wrap ul li:nth-child(3){
  right:16.5625rem; top:0;
}
.why-wrap ul li:nth-child(4){
  right:0; bottom:5.875rem;
}
.why-wrap ul li .pic{ width: 6.1875rem; height: 6.1875rem; border-radius: 50%; background-color: #F8F8F8; border:#D9D9D9 solid 1px ; text-align: center; line-height: 6.1875rem;}
.why-wrap ul li .pic img{width: 3.125rem;}
.why-wrap ul li:nth-child(1) .pic,.why-wrap ul li:nth-child(2) .pic{margin-left: 1.625rem;}
.why-wrap ul li:nth-child(3) .pic,.why-wrap ul li:nth-child(4) .pic{margin-right: 1.625rem;}
.why-wrap ul li h4{font-size: 1.25rem;}
.why-wrap ul li p{color: rgba(0, 0, 0, 0.4);}

.ms-wrap{padding: 6.25rem 0;     background: linear-gradient(to right, rgba(45, 132, 255, 0.04) 0%, rgba(38, 194, 184, 0.04) 100%);}

.ms-wrap ul li{float: left; width: 25%; text-align: center;}
.ms-wrap ul li .pic{ width: 10.125rem; height:  10.125rem; border-radius: 50%; background-color: #FFF; border:#E9E9E9 solid 1px ; text-align: center; line-height: 10.125rem; margin: 3.875rem auto 0;}
.ms-wrap ul li .pic img{width: 4.625rem;}
.ms-wrap ul li h4{margin: .6875rem 0 0; font-size: 1.25rem; font-weight: bold;}


.dna-wrap{padding: 6.25rem 0; background-color: #F8F8F8;}
.dna-wrap .con {
  overflow: hidden;
  border-radius: 1.25rem;
  position: relative;
  box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.1);
  margin: .625rem;
}

.dna-wrap .con .pic{position: relative; overflow: hidden;}
.dna-wrap .con .pic:hover .bt h3{color: #2D84FF;}

.dna-wrap .con .pic img{
  width: 100%;
  transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}

.dna-wrap .con:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.dna-wrap .con .pic .bt{position: absolute; left: 2.5625rem; top: 50%; transform: translateY(-50%);}
.dna-wrap .con .pic .bt span img{width: 1rem;height: 1rem; position: relative; margin-top: -0.1875rem;}
.dna-wrap .con .pic .bt h3{font-size: 1.5rem; color: #000; margin-bottom: .5625rem;}
.dna-wrap .con .pic .bt span{color: rgba(0, 0, 0, 0.4);}
.dna-wrap .mySwiper1{margin-top: 2.5rem;}
.dna-wrap .con .box{padding: 1.5625rem;}
.dna-wrap .con .box ul li{height: 2rem; line-height: 2rem;}

.hot-city{padding: 3.0625rem 0 1.375rem;}
.hot-city h3{font-size: 1.25rem; margin-bottom: .5625rem;}
.hot-city a{color: rgba(0, 0, 0, 0.4);display: inline-block; margin-right: .9375rem;}
.hot-city a:last-child{margin-right: 0;}
.hot-city a:hover,.hot-city a.active{color: #2D84FF;}
.adv-wrap .wp{border-top: rgba(0, 0, 0, 0.2) solid 1px;padding-top:2.5rem;padding-bottom: 3.5625rem;}
.adv-wrap ul{display: flex;justify-content: space-between}
.adv-wrap ul li{ display: flex;    align-items: center; max-width: 18.0625rem;}
.adv-wrap ul li .pic{width: 4.25rem;}
.adv-wrap ul li .pic img{ width: 3.25rem;}
.adv-wrap ul li .box{flex: 1;}
.adv-wrap ul li h4{font-size: 1.25rem; margin-bottom: .5625rem;}
.adv-wrap ul li p{font-size: .875rem ; color: rgba(0, 0, 0, 0.4);}

.ibanner{  margin-top: 6.25rem;padding: 1.875rem 0 3.75rem;background: linear-gradient(to right, rgba(45, 132, 255, 0.2) 0%, rgba(38, 194, 184, 0.2) 100%); }
.ibanner h2{margin: 2.6875rem 0 1.25rem; font-size: 2.75rem;}
.ibanner .sub-menu a{font-size: 1.25rem;}
.ibanner .sub-menu a:hover,.ibanner .sub-menu a.active{color: #2D84FF;}
.ibanner .sub-menu span{color: rgba(0, 0, 0, 0.2); display: inline-block; padding: 0 .625rem;}

.ibanner .box{display: flex;justify-content: space-between;align-items: center; margin-top: 4.125rem;}
.ibanner .box .left{ width: 39.07%;margin-right: 4.8%;}
.ibanner .box .left img{width: 100%; border-radius: 1.875rem; }
.ibanner .box .right{flex: 1;}

.ibanner .right h1{font-size: 2rem;}
.ibanner .right p{margin-top: .75rem; line-height: 1.875rem;color: rgba(0, 0, 0, 0.7);}
.ibanner .right .tel{color: #FD042D;}
.ibanner .right .price{color: #2D84FF;}
.ibanner .right .btn{margin: .75rem 0 0 0;padding: 0.5rem 1.5625rem;}

.detail .wp{display: flex; padding-top: 5.25rem ; padding-bottom: 5.25rem;    justify-content: space-between; }
.detail .wp .main{ width: 59.07%;margin-right: 4.8%; line-height: 1.9;color: rgba(0, 0, 0, 0.7);}

.table thead th{border: 1px solid #E0E3E3;font-weight: normal;}
.detail .tb-bt{font-size: 1.5rem;    background: linear-gradient(to right, rgba(45, 132, 255, 0.2) 0%, rgba(38, 194, 184, 0.2) 100%);padding: 1rem 2rem ;border: 1px solid #E0E3E3;}
.detail .table td,.detail .table th{padding: 1rem 2rem !important; color: #000;}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F8f8f8;
}
.detail .wp .main h2{font-size: 1.25rem; margin-top: .625rem;}
.detail .wp .main p{margin-top: .625rem;}
.detail .wp .main .tags{padding-top: 2.25rem;  margin-top:2.25rem;border-top: rgba(0, 0, 0, 0.2) solid 1px;}
.detail .wp .main .tags a{display: inline-block; padding: .8125rem 1.875rem; border: #9C9C9C solid 1px; border-radius: .3125rem; line-height: 1; margin: 0 .625rem .625rem;}
.detail .wp .main .tags a:hover{border-color: #2D84FF;}

.detail .wp .aside{flex: 1;}
.detail .wp .aside h3.tit{font-size: 2rem;}
.detail .wp .aside .ap-list li:first-child{margin-top: .9375rem;}
.detail .wp .aside .ap-list li{width: 100%;}
.detail .wp .aside .aside-box{overflow: hidden;
  margin: .9375rem -0.9375rem 0;}

  .detail .wp .aside .aside-box img{width: 100%;}
  .detail .wp .aside .aside-box .con {
    overflow: hidden;
    border-radius: 1.25rem;
    margin:  .9375rem;
    position: relative;
    box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.detail .wp .aside .aside-box h3{font-size: 1.25rem; padding: .9375rem 1.5625rem;}
.detail .wp .aside .aside-box p{ line-height: 1.9; color: rgba(0, 0, 0, 0.7); padding: 0 1.875rem;}

.detail .wp .aside .aside-box .box{padding: .9375rem 1.5625rem 1.875rem; }
.detail .wp .aside .aside-box .box ul li{font-size: 1.125rem; line-height: 3.125rem;}
.detail .wp .aside .aside-box .ms-list{padding-bottom: 1.875rem; display: table;}
.detail .wp .aside .aside-box .ms-list li{float: left; width: 33.33%; text-align: center;}
.detail .wp .aside .aside-box .ms-list li .pic{ width: 6.3587rem; height:   6.3587rem; border-radius: 50%; background-color: #FFF; border:#E9E9E9 solid 1px ; text-align: center; line-height:  6.3587rem; margin: 1.875rem auto 0;}
.detail .wp .aside .aside-box .ms-list li .pic img{width: 2.9044rem;}
.detail .wp .aside .aside-box .ms-list li h4{margin:.625rem 0 0; font-size: 1rem; font-weight: bold;}

.news-list li{display: flex;justify-content:space-between;    align-items: center; margin-bottom: 2.75rem;}
.news-list li .pic{width: 21.6875rem;overflow: hidden; border-radius: 1.25rem; margin-right: 2.375rem;}
.news-list li .box{flex: 1;}
.news-list li .box h2{font-size: 1.5rem;}
.news-list li .box .time{margin: .625rem 0; color: rgba(0, 0, 0, 0.4);}
.news-list li .box p{ color: rgba(0, 0, 0, 0.4);}

.pn{padding-top: 2.25rem;margin-top: 1.625rem; border-top: rgba(0, 0, 0, 0.2) solid 1px;}

/* 表单整体容器：水平居中 */
.form-group.inpt {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;   /* 关键：让表单水平居中 */
  text-align: left;    /* 保持文字和输入框靠左 */
}

/* 标题 */
.form-group.inpt h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* 标签 */
.form-group.inpt label {
  display: block;
  margin: 10px 0 6px;
  font-size: 14px;
  color: #333;
}

/* 输入框 */
.form-group.inpt input.form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: all 0.2s ease;
  margin-bottom: 14px;
  box-sizing: border-box;
}

.form-group.inpt input.form-control:focus {
  border-color: #409eff;
  box-shadow: 0 0 6px rgba(64, 158, 255, 0.2);
}

/* 提交按钮 */
.form-group.inpt button {
  width: 100%;
  /*padding: 12px;*/
  background: #409eff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
}

.form-group.inpt button:hover {
  background: #66b1ff;
}

