html, body, h1, h2, h3, h4, h5, a, p, span, button, dl, dt, dd, ol, ul, li, input, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
  font-size: 100%;
}

ul li {
  list-style: none
}

img {
  border: 0;
}

em,strong {
  font-style: normal;
}

a,
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

input,
button {       
  border: 0;
  outline: none;
}

input::placeholder {
  color:rgba(39,38,47,.3);
}

body {
  overflow-x: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

@font-face {
  font-family: 'iconfont';  /* project id 1689782 */
  src: url('//at.alicdn.com/t/font_1689782_mjrg9ohtont.eot');
  src: url('//at.alicdn.com/t/font_1689782_mjrg9ohtont.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1689782_mjrg9ohtont.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1689782_mjrg9ohtont.woff') format('woff'),
  url('//at.alicdn.com/t/font_1689782_mjrg9ohtont.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1689782_mjrg9ohtont.svg#iconfont') format('svg');
}

.fn_left {
  float: left;
}

.fn_right {
  float: right;
}

.fn_clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.fn_hidden {
  display: none;
}

.w1280 {
  width: 1280px;
  margin: 0 auto;
}

.header {
  width: 100%;
  background-color: transparent;
}

.scrolled {
  position: fixed;
  top: 0;
  left: 0;
}

.mobile {
  display: none;
}

.pc_menu {
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  background-color: transparent;
}

.pcmenu_container {
  width: 1280px;
  height: 68px;
  margin: 0 auto;
}

.pclogo {
  float: left;
  width: 130px;
  height: 34px;
  margin-top: 17px;
}

.rightmenu {
  float: right;
  margin: 0 !important;
  font-size: 16px;
}

.rightmenu .menu-item {
  position: relative;
}

.rightmenu .menu-item:hover .pc_menu_second {
  display: block; /* 确保悬停时 .pc_menu_second 会显示 */
}

.rightmenu li {
  position: relative;
  float: left;
  height: 68px;
  margin-left: 56px;
}

.pc_menu_link {
  display: block;
  margin-top: 22px;
  padding: 0 7px;
  line-height: 24px;
  font-weight: 400;
  color: #666;
}

.pc_menu_link:hover {
  color: #FFBB0F;
}

.pc_menu_link .qrcode{
  width: 14px;
  height: 14px;
  vertical-align: -1px;
  margin-right: 6px;
}

.pc_menu_second {
  display: none;
  position: absolute;
  left: 50%;
  /* top: 60px;
  z-index: 998; */
  top: 100%; /* 调整 top 的值以确保下拉菜单与触发元素对齐 */
  z-index: 999; /* 确保 z-index 够高，避免被其他元素遮盖 */
  width: 234px;
  min-height: 176px;
  max-height: 221px;
  padding: 24px;
  margin-left: -117px;
  box-shadow: 3px 3px 6px 0px rgba(239,239,249,1),-3px -3px 6px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
  box-sizing: border-box;
  background-color: #fff;
}

.pc_menu_second a {
  display: block;
  width: 100%;
  line-height: 45px;
}

.pc_menu_second img {
  float: left;
  width: 24px;
  height: 24px;
  margin: 10px 12px 0 0;
}

.pc_menu_second span {
  font-size: 16px;
  color:rgba(39,38,47, .5);
}

.pc_menu_down_active,
.pc_menu_down_current,
.pc_menu_second a:hover span,
.pc_menu_second_current span {
  color: #FFBB0F;
}

.pc_menu_down_active,
.pc_menu_down_current {
  display: inline-block;
  background: rgba(255,187,15,.1);
  border-radius: 3px;
}

.pc_menu_down {
  position: relative;
  padding-right: 25px;
}

.pc_menu_down::before,
.pc_menu_down_active::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../images/icon_down.png') no-repeat center center;
  background-size: cover;
}

.pc_menu_down_current::before,
.pc_menu_down_active::before {
  background-image: url('../images/icon_down_active.png');
}

.pc_menu_second01 {
  position: relative;
}

.pc_menu_second01::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  z-index: 999;
  display: block;
  width: 15px;
  height: 15px;
  margin-left: -10px;
  background-color: #fff;
  border: solid rgba(39,38,47,0.05);
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
}

.banner .swiper-wrapper, 
.banner .swiper-slide {
  height: auto !important;
}
/* .banner .swiper-wrapper,
.banner .swiper-slide img{
  object-fit: cover;
} */

.footer {
  padding-bottom: 60px;
  font-size: 12px;
  color: #ababab;
}

.footer a {
  color: #ababab;
}

.link_box {
  width: 100%;
  margin-bottom: 30px;
  padding: 60px 0;
  border-bottom: 1px solid #e5ecf9;
}

.link_logo {
  width: 130px;
  margin: 0 auto 60px;
}

.link_logo img {
  display: block;
  width: 100%;
}

.link {
  text-align: center;
  font-family: PingFang-SC-Medium;
  font-size: 14px;
}

.link a {
  position: relative;
  margin: 0 30px;
  color: #78787d;
}

.link a::after {
  position: absolute;
  right: -30px;
  top: 2px;
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #e5ecf9;
}

.link a:last-child::after {
  display: none;
}

.link a:hover {
  color: #ffbb0f;
}

.company_info {
  width: 33.33%;
}

.company_info p {
  margin-bottom: 20px;
}

.company_qrcode {
  float: right;
  width: 62px;
  height: 62px;
}

.company_qrcode img {
  display: block;
  width: 100%;
}

.pc_company_info {
  width: 40%;
  padding-left: 60px;
  box-sizing: border-box;
}

.aside {
  position: fixed;
  z-index: 999;
  right: 50px;
  bottom: 100px;
  width: 242px;
}

.aside_left {
  position: relative;
  width: 196px;
  height: 196px;
  overflow: hidden;
}

.message_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 196px;
  height: 196px;
  padding: 20px;
  border: 1px solid rgba(39,38,47,0.05);
  background-color: #fff;
  /* box-shadow: 3px 3px 6px 0px rgba(239,239,249,1),-3px -3px 6px 0px rgba(255,255,255,0.5); */
  box-sizing: border-box;
  transition: all .2s ease;
  transform: translateX(100%);
}

.message_box h4 {
  font-size: 14px;
  font-weight: 500;
  color:rgba(39,38,47,1);
}

.message_box p {
  margin-top: 8px;
  font-size: 12px;
  color:rgba(45,44,53,.5);
}

.message_box span {
  font-size: 13px;
  color: #FFBB0F
}

.consult_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 196px;
  height: 196px;
  padding: 20px;
  border: 1px solid rgba(39,38,47,0.05);
  background-color: #fff;
  /* box-shadow: 3px 3px 6px 0px rgba(239,239,249,1),-3px -3px 6px 0px rgba(255,255,255,0.5); */
  box-sizing: border-box;
  transition: all .2s ease;
  transform: translateX(100%);
}

.consult_box h4 {
  font-size: 14px;
  font-weight: 500;
  color:rgba(39,38,47,1);
}

.consult_box p {
  /* margin-top: 8px; */
  font-size: 12px;
  color:rgba(45,44,53,.5);
}

.consult_box a {
  width: 124px;
  height: 39px;
  margin-top: 20px;
  padding: 0 10px 0 20px;
  background: linear-gradient(270deg, #FFFFFF 0%, #F6F6FD 100%);
  border-radius: 2px;
  border: 1px solid #F6F6FD;
  filter: blur(0px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.consult_box a .consult-box_text{
  font-size: 12px;
  color: #2D2C35;
}

.consult_box a .icon-icon_more{
  font-size: 6px;
  color: #DFDFE0;
}

.qrcde_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 196px;
  height: 196px;
  margin-left: 35px;
  padding: 27px;
  box-sizing: border-box;
  border: 1px solid rgba(39,38,47,0.05);
  background-color: #fff;
  /* box-shadow: 3px 3px 6px 0px rgba(239,239,249,1),-3px -3px 6px 0px rgba(255,255,255,0.5); */
  transition: all .2s ease;
  transform: translateX(100%);
}

.qrcde_box img {
  display: block;
  width: 100%;
}

.showbox {
  transform: translateX(0);
}

.aside_right {
  width: 36px;
}

.aside_right .iconfont {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  line-height: 34px;
  font-size: 20px;
  color: #FFBB0F;
  text-align: center;
  border: 1px solid rgba(39,38,47,0.05);
  box-shadow: 3px 3px 6px 0px rgba(239,239,249,1), inset -3px -3px 6px 0px rgba(255,255,255,0.5);
  background:rgba(255,255,255,1);
  cursor: pointer;
}

.aside_right .icon-top {
  opacity: 0;
}

.aside_right .iconfont:hover {
  color: #fff;
  background:rgba(255,187,15,1);
  box-shadow: 3px 3px 6px 0px rgba(239,239,249,1), -3px -3px 6px 0px rgba(255,255,255,0.5);
  border: 1px solid rgba(39,38,47,0.05);
}

/* ==== 加载中 ==== */
.loading {
  width: 98px;
  height: 12px;
  margin: 0 auto;
  margin-bottom: 7%;
  padding: 6px 0;
}

.loading span {
  display: inline-block;
  width: 12px;
  height: 100%;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #ffbb0f;
  -webkit-animation: load 1.04s ease infinite;
}

.loading span:last-child {
  margin-right: 0px;
}

/* 提示框 */
.messageTip{
  position: absolute;
  top: -217px;
  left: 50%;
  margin-left: -167px;
  width: 334px;
  height: 80px;
  background:rgba(237,245,255,1);
  box-shadow: 6px 6px 10px 0px rgba(239,239,249,1),-6px -6px 10px 0px rgba(255,255,255,0.5);
  border-radius: 8px;
  border: 1px solid rgba(212,228,255,1);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.contact_messageTip {
  top: 0px;
}

.messageTip img{
  width: 46px;
  height: 45px;
  margin: 6px 0 0 12px;
}

.messageTip span{
  font-size:14px;
  font-weight:500;
  color:rgba(39,38,47,1);
}

@-webkit-keyframes load {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.3);
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(.3);
  }
}

.loading span:nth-child(1) {
  -webkit-animation-delay: 0.13s;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.26s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.39s;
}

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.52s;
}

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.65s;
}

/* ==== 手机端 ==== */
@media(max-width: 768px){
  html{
    overflow-x: hidden;
  }

  body {
    padding-top: 1.20rem;
  }

  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 1.20rem;
    background-color: #fff;
  }

  .topmenu {
    width: 100%;
  }

  .mobile_logo_box {
    position: relative;
    display: block;
    width: 60%;
    overflow: hidden;
  }
  
  .mobile_logo {
    height: 0.64rem;
    margin: 0.28rem 0 0.28rem 0.20rem;
  }

  .mobile_menu_container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    min-height: 100%;
    padding-top: 1.20rem;
    box-sizing: border-box;
    background-color: #fff;
    transform: translateY(-100%);
    transition: all .3s ease;
  }

  .mobile_menu_show {
    transform: translateY(0);
  }

  .mobile_menu_content {
    width: 100%;
    border-top: 0.01rem solid #E5ECF9;
  }

  .mobile_menu_link {
    position: relative;
    width: 100%;
    display: block;
    line-height: 1.20rem;
    padding: 0 0.40rem 0 0.3rem;
    font-size: 0.32rem;
    font-weight:400;
    color:rgba(39,38,47,.7);
    box-sizing: border-box;
  }

  .mobile_menu_link_current {
    color: #fbb00f !important;
  }

  .mobile_menu_link01::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.40rem;
    width: 0.24rem;
    height: 0.24rem;
    margin-top: -0.12rem;
    background-image: url('../images/icon_down.png');
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease;
  }

  .mobile_menu_down::before {
    transform: rotate(180deg);
  }

  .mobile_menu_second {
    display: none;
    width: 100%;
    padding: 0.15rem 0.30rem;
    background:rgba(250,250,255,1);
    box-sizing: border-box;
  }

  .mobile_menu_second a {
    display: block;
    line-height: 0.90rem;
    font-size: 0.28rem;
    color:rgba(39,38,47,.7);
  }

  .mobile_menu_second img {
    float: left;
    width: 0.42rem;
    height: 0.42rem;
    margin: 0.24rem 0.20rem 0 0;
  }

  .fixedbar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
    height: 7%;
  }

  .menu_button {
    position: absolute;
    top: 0.30rem;
    right: 0.30rem;
    display: block;
    width: 0.50rem;
    height: 0.50rem;
  }

  .menu_button em {
    position: relative;
    display: block;
    width: 100%;
    height: 0.06rem;
    margin-top: 0.22rem;
    transition: all .3s ease;
    border-radius: 0.04rem;
    background: #fbb00f;
  }

  .menu_button em::after,
  .menu_button em::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.06rem;
    background: #fbb00f;
    transition: all .3s ease;
    border-radius: 0.04rem;
  }

  .menu_button em::before {
    top: -0.18rem;
  }

  .menu_button em::after {
    bottom: -0.18rem;
  }

  .menu_close em {
    background: transparent;
  }

  .menu_close em::before {
    top: 0;
    transform: rotate(45deg);
  }

  .menu_close em::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .mobile_100 {
    width: 100% !important;
  }

  .mobile_link {
    display: flex;
  }

  .mobile_link a {
    flex: 1;
    display: block;
    margin: 0;
  }

  .mobile_link a::after {
    right: 0;
  }

  .mobile_company_info {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .mobile_company_info a {
    color: #ababab;
  }

  .mobile_company_qrcode {
    float: none;
    text-align: center;
    margin: 0 auto 0.30rem;
  }

  .link_box {
    width: 100%;
    margin-bottom: 0.4.50rem;
    padding: 0.90rem 0;
    border-bottom: 0.01rem solid #e5ecf9;
  }

  .link_logo {
    margin: 0 auto 0.90rem
  }

  .company_info p{
    margin-bottom: 0.20rem;
  }

  /* 地图 */
  .iw_poi_title {
    font-size: 0.32rem;
  }

  .iw_poi_content {
    font-size: 0.24rem;
  }

  /* === 轮播 === */
  .case_btn{
    display: none !important;
  }

  /* 提示框 */
  .mobile_messageTip{
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8); /*兼容-webkit-引擎浏览器*/
    -moz-transform: scale(0.8, 0.8);   /*兼容-moz-引擎浏览器*/
    top: -2.95rem;
  }

  .contact_messageTip {
    top: 0
  }

  .mobile_messageTip img{
    margin: 0.07rem 0 0 0.06rem;
  }

  .mobile_messageTip span{
    font-size: 0.32rem;
  }

}


