﻿@charset "UTF-8";
body {
  font-family: 'Helvetica Neue', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
a {
  color: #666666;
}
a:hover {
  color: #ff8500;
}
.btn-warning {
  background: #ff8500;
}
.text-danger {
  color: #ff0000;
  position: relative;
  top: 3px;
  right: 5px;
}
.news-foot .btn-warning {
  width: 130px;
  height: 48px;
  padding: 0;
  line-height: 48px;
  font-size: 16px;
}
.container {
  width: 1130px !important;
}
.g-header {
  height: 94px;
  text-align: right;
}
.g-header .g-brand {
  float: left;
  margin-top: 20px;
}
.g-nav {
  float: right;
  text-align: center;
  position: relative;
}
.g-nav a {
  font-size: 16px;
  color: #666666;
}
.g-nav a:hover {
  color: #ff8500;
  text-decoration: none;
}
.g-nav-item {
  display: inline-block;
  height: 94px;
  line-height: 94px;
  padding: 0 15px;
  text-align: center;
  box-sizing: content-box;
}
.g-nav-item-active {
  background: #f2f2f2;
  height: 89px;
  border-top: 5px solid #ff8500;
}
.g-nav-item-active > a,
.g-nav-item-active .dropdown-toggle {
  color: #ff8500;
}
.g-nav-item-active > a:hover,
.g-nav-item-active .dropdown-toggle:hover {
  color: #ff8500;
}
.g-nav-item .dropdown-menu {
  line-height: normal;
}
.g-nav-item .dropdown-menu a {
  color: #333333;
  font-size: 14px;
}
.g-nav-menu {
  position: absolute;
  left: -30px;
  top: 60px;
  z-index: 9999;
  background: url(../images/bg-submenu-top.png) 50% 0% no-repeat;
  width: 123px;
  display: none;
}
.g-nav .g-nav-menu.dropdown-menu {
  border: none;
  box-shadow: 0 0 0 #fff;
  border-radius: 0;
  float: none;
  font-size: 16px;
  margin: 0;
  min-width: 123px;
  padding: 0;
  text-align: center;
}
.g-nav-submenu {
  margin-top: 14px;
  background: url(../images/bg-submenu-bottom.png) 50% 100% no-repeat;
  padding: 10px 0;
  list-style: none;
}
.g-nav-submenu li a {
  color: #333;
  display: block;
  margin: 0 7px;
  padding: 7px 0;
  border-bottom: 1px solid #f2f2f2;
}
.g-nav-submenu li a:hover {
  text-decoration: none;
  color: #ff8500;
}
.carousel-control.left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.1) 100%
  );
}
.carousel-control.right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.1) 100%
  );
}
.carousel-inner > .item img {
  margin: 0 auto;
}
.breadcrumb {
  background: #fff;
  margin-bottom: 10px;
}
.form-group label {
  font-weight: normal;
}
.g-footer {
  background: #333;
  color: #858585;
  clear: both;
  margin-top: 20px;
  height: 220px;
}
.g-footer a {
  color: #858585;
}
.g-footer a:hover {
  color: #858585;
  text-decoration: none;
}
.g-footer-link a {
  padding: 0 10px;
  border-right: 1px solid #4e4e4e;
}
.g-footer-link a:last-child {
  border-right: 0;
}
.g-footer-content {
  position: relative;
  width: 1130px;
  padding-top: 40px;
  margin: 0 auto;
}
.g-footer-contact {
  font-size: 28px;
  padding: 10px 0;
}
.g-footer-sns {
  position: absolute;
  right: 0;
  top: 66px;
}
.g-pop-qrcode {
  position: absolute;
  right: 215px;
  top: -64px;
  display: none;
}
.g-main {
  min-height: 600px;
}
.g-footer-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.g-footer-icon-tel {
  background: url(../images/icon-tel.png) 0 50% no-repeat;
}
.g-footer-icon-feedback {
  background: url(../images/icon-feedback.png) 0 50% no-repeat;
}
.g-icon {
  display: inline-block;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  padding-top: 73px;
  margin: 0 20px;
  min-width: 62px;
  text-align: center;
}
.g-icon-wechat {
  background-image: url(../images/icon-wechat.png);
}
.g-icon-weibo {
  background-image: url(../images/icon-weibo.png);
}
.g-icon-app {
  background-image: url(../images/icon-app.png);
}
.col-sidebar {
  width: 228px;
  float: left;
}
.col-content {
  width: 870px;
  float: right;
}
.sidebar-menu {
  margin-top: -120px;
}
.sidebar-menu h3 {
  height: 120px;
  background: url(../images/bg-sidebar.png) 0 0 no-repeat;
  color: #fff;
  text-align: right;
  margin-bottom: 0;
  padding: 35px 20px 0 0;
  font-size: 36px;
}
.sidebar-menu h3 span {
  margin-top: 8px;
  display: block;
  font-size: 16px;
}
.sidebar-menu-list {
  height: 980px;
  background: #f4f4f4;
  padding: 0 20px;
  list-style: none;
  text-align: right;
}
.sidebar-menu li {
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px solid #dadada;
}
.sidebar-menu li:hover {
  color: color-orange;
}
.sidebar-menu li a:hover {
  text-decoration: none;
}
.sidebar-active {
  color: #ff8500;
}
.g-apply {
  position: fixed;
  right: 70px;
  bottom: 30%;
  background: url('../images/icon-apply.png') 0 0 no-repeat;
  width: 140px;
  height: 128px;
  z-index: 999;
}
.lose {
  position: fixed;
  right: 87px;
  bottom: 49%;
  background: url('../images/lose.png') 0 0 no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 110px;
  height: 110px;
  z-index: 999;
}
.g-pop {
  display: none;
  width: 700px;
  height: 560px;
  border: 1px solid #cbcbcb;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -350px;
  margin-top: -280px;
  z-index: 999;
  background: #fff;
  box-shadow: 0 0 20px #ccc;
}
.g-pop .g-pop-content .form-group {
  line-height: 30px;
}
.g-pop .g-pop-content .form-group > label {
  padding-top: 0;
  padding-right: 0;
}
.errorMessage {
  color: #ff0000;
}
.g-pop-title {
  height: 47px;
  line-height: 47px;
  background: url('../images/bg-pop-title.png') 0 100% repeat-x;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
.g-pop-close {
  background: url('../images/bg-pop-close.png') 0 0 repeat-x;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
}
.g-pop-content {
  padding: 40px 20px;
}
.index-intro {
  clear: both;
  padding: 45px 0;
  overflow: hidden;
}
.index-intro .news-title {
  margin-bottom: 30px;
}
.index-intro-about {
  padding-left: 240px;
  width: 650px;
  height: 280px;
  float: left;
  background: url('../images/bg-index-intro.png') 0 50% no-repeat;
}
.index-intro-about h2 {
  font-size: 20px;
  color: #585858;
}
.index-intro-about p {
  font-size: 16px;
  color: #989898;
  line-height: 2em;
}
.index-intro-link {
  float: right;
  margin-left: 20px;
  padding-top: 220px;
  width: 204px;
  height: 280px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #f4f4f4;
  text-align: center;
  font-size: 20px;
  color: #6e6d6d;
}
.index-intro-link span {
  font-size: 16px;
  display: block;
  color: #b8b7b7;
}
.index-intro-link:hover {
  background-color: #ff8500;
  color: #fff;
  text-decoration: none;
}
.index-intro-link:hover span {
  color: #efc29a;
}
.index-news {
  clear: both;
  margin-bottom: 20px;
}
.index-news .news-title {
  margin-bottom: 30px;
}
.index-news-list {
  margin: 0 0 20px;
  padding: 0;
  width: 645px;
  float: left;
  list-style: none;
}
.index-news-list-item {
  font-size: 16px;
  position: relative;
  padding-top: 16px;
  height: 96px;
  margin-bottom: 10px;
  padding-left: 100px;
  cursor: pointer;
}
.index-news-list-item em {
  position: absolute;
  width: 80px;
  height: 64px;
  left: 0;
  top: 16px;
  font-size: 48px;
  text-align: center;
  font-style: normal;
  border-right: 1px solid #ececec;
  color: #cccccc;
}
.index-news-list-item span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  color: #999;
}
.index-news-list-item a {
  text-decoration: none;
  list-style: none;
}
.index-news-list-item:hover {
  background: #525252 url('../images/bg-index-news-active.jpg') 0 0 no-repeat;
  color: #fff;
}
.index-news-list-item:hover a {
  color: #999999;
}
.index-news-list-item:hover em {
  color: #fff;
  border-right: none;
}
.index-news-list-active {
  background: #525252 url('../images/bg-index-news-active.jpg') 0 0 no-repeat;
  color: #fff;
}
.index-news-list-active a {
  color: #fff;
}
.index-news-list-active em {
  color: #fff;
  border-right: none;
}
.index-news-detail {
  width: 430px;
  float: right;
  text-align: center;
}
.index-news-cover {
  border: 1px solid #eeeeee;
  height: 255px;
  width: 430px;
  margin-bottom: 10px;
}
.index-news h3 {
  text-align: left;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
}
.index-news p {
  text-align: left;
  color: #999999;
}
.index-intro-link {
  text-transform: uppercase;
}
.intro-honor {
  background-image: url('../images/bg-honor.jpg');
}
.intro-corp {
  background-image: url('../images/bg-corp.jpg');
}
.index-partner {
  clear: both;
  white-space: nowrap;
}
.index-partner .news-title {
  margin-bottom: 30px;
}
.index-partner-scroll {
  position: relative;
  overflow: hidden;
}
.index-partner-scroll li {
  display: inline-block;
  margin: 0 18px;
}
.index-partner-scroll li img {
  height: 80px;
  padding: 0 26px;
  border: 1px solid #ccc;
}
.index-partner .index-ps-content {
  padding: 0 25px;
  transition: margin 1s;
}
.index-partner-btn {
  position: absolute;
  top: 0;
  width: 21px;
  height: 80px;
}
.index-partner-prev {
  left: 0;
  background-image: url('../images/bg-prev.jpg');
}
.index-partner-next {
  right: 0;
  background-image: url('../images/bg-next.jpg');
}
.news-list-group li {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.news-list-group li a {
  color: #666666;
  font-size: 18px;
}
.news-list-group li a:hover {
  color: #ff8500;
  text-decoration: none;
}
.news-list-group-content {
  float: left;
  width: 540px;
}
.news-list-group-note {
  margin-top: 15px;
  color: #666666;
}
.news-list-group-time {
  float: right;
  margin-top: 35px;
  color: #333333;
}
.news-list-group-thumb {
  width: 120px;
  height: 90px;
  vertical-align: middle;
  margin-right: 20px;
  float: left;
}
.news-detail {
  min-height: 480px;
}
.news-head {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news-head-title {
  font-size: 30px;
  font-weight: normal;
}
.news-title {
  font-size: 22px;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 60px;
  border-bottom: 1px solid #e9e9e9;
}
.news-title span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 3px solid #ff8500;
}
.news-content {
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .news-content img {
    max-width: 85%;
  }
}
.news-foot {
  clear: both;
  padding-top: 40px;
  text-align: center;
}
.icon-backtop {
  position: fixed;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  right: 30px;
  bottom: 50px;
  background: #e9e9e9;
  opacity: 0.5;
  font-size: 24px;
  color: #fff;
  border-radius: 4px;
}
.icon-backtop:hover {
  opacity: 1;
  background: #ff8500;
  color: #fff;
}
.banner {
  height: 240px;
  margin-bottom: 40px;
}
.about-banner {
  background: url('../images/bg-banner-about.jpg') 50% 0 no-repeat;
}
.product-banner {
  background: url('../images/bg-banner-pro.jpg') 50% 0 no-repeat;
}
.news-banner {
  background: url('../images/bg-banner-news.jpg') 50% 0 no-repeat;
}
.contact-banner {
  background: url('../images/bg-banner-contact.jpg') 50% 0 no-repeat;
}
.about-content {
  padding-top: 40px;
  font-size: 16px;
  line-height: 28px;
}
.about-content img {
  max-width: 85%;
}
.team-item {
  margin-bottom: 60px;
  padding: 50px 50px 0 290px;
  height: 262px;
  overflow: hidden;
}
.team-item-name {
  font-size: 28px;
  display: inline;
  padding-right: 20px;
  color: #656565;
}
.team-item-title {
  color: #ff8500;
  font-size: 20px;
}
.team-item-desc {
  padding-top: 10px;
  line-height: 2em;
  color: #8a8a8a;
}
.honour-item {
  overflow: hidden;
  padding: 30px 0;
}
.honour-item-pic {
  float: left;
  margin-right: 40px;
  width: 210px;
  height: 240px;
  border: 1px solid #e9e9e9;
  padding: 4px;
  overflow: hidden;
  text-align: center;
  display: table;
}
.honour-item-pic a {
  display: table-cell;
  width: 210px;
  height: 240px;
  vertical-align: middle;
}
.honour-item-pic img {
  max-width: 200px;
  max-height: 200px;
  margin: auto;
}
.honour-item-detail {
  height: 250px;
  width: 580px;
  overflow: hidden;
  font-size: 16px;
  color: #727272;
  display: table-cell;
  vertical-align: middle;
}
.honour-item-detail h3 {
  font-size: 18px;
  color: #171616;
}
.pro-intro {
  margin: 20px 0;
}
.qa-item-common {
  position: relative;
  padding-left: 40px;
  min-height: 40px;
}
.qa-label {
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  font-size: 12px;
  font-family: airal;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
}
.qa-list {
  padding: 0;
}
.qa-list-item {
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 20px;
  line-height: 2em;
}
.qa-list-item-q {
  position: relative;
  padding-left: 40px;
  min-height: 40px;
}
.qa-list-item-q label {
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  font-size: 12px;
  font-family: airal;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
  background: url('../images/bg-qa-q.png') 0 50% no-repeat;
}
.qa-list-item-q-detail {
  font-size: 20px;
}
.qa-list-item-a {
  position: relative;
  padding-left: 40px;
  min-height: 40px;
}
.qa-list-item-a label {
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  font-size: 12px;
  font-family: airal;
  text-align: center;
  color: #ffffff;
  vertical-align: middle;
  background: url('../images/bg-qa-a.png') 0 100% no-repeat;
}
.qa-list-item-a-detail {
  color: #666666;
}
.employ-item {
  padding-bottom: 10px;
  border-bottom: 1px dashed #eeeeee;
}
.employ-item td {
  vertical-align: top;
  height: 30px;
}
.employ-item-title {
  font-size: 18px;
  margin: 10px 0;
}
.employ-item-detail label {
  text-align: right;
}
.pro-items {
  margin-top: 60px;
}
.pro-item {
  width: 420px;
  height: 160px;
  overflow: hidden;
  float: left;
}
.pro-item-img {
  width: 130px;
  height: 160px;
  float: left;
  display: inline;
}
.pro-item-img img {
  width: 107px;
  height: 117px;
}
.pro-item-content {
  width: 250px;
  height: 160px;
  float: left;
}
.pro-item-title {
  font-size: 20px;
}
.pro-item-detail {
  color: #979797;
}
.part-item {
  margin-bottom: 20px;
}
.part-item-img {
  margin-bottom: 10px;
}
.part-item:hover img {
  border-color: #ff8500;
}
.brunch-map {
  width: 870px;
  height: 750px;
  position: relative;
}
.brunch-query {
  margin: 20px 0;
}
.brunch-point {
  position: absolute;
  background: url('../images/bg-map-point.png') 0 50% no-repeat;
  padding-left: 18px;
  outline: none;
  min-height: 20px;
}
.brunch-point:hover {
  text-decoration: none;
  outline: none;
}
.brunch-point:active {
  outline: none;
}
.brunch-point span {
  display: none;
}
.brunch-detail {
  width: 236px;
  height: 114px;
  padding: 10px 15px 0;
  position: absolute;
  display: none;
  background: url('../images/bg-map-detail.png') 0 0 no-repeat;
  font-size: 12px;
  overflow: hidden;
  z-index: 999;
}
.brunch-detail h4 {
  font-size: 16px;
  margin: 0 0 10px;
}
.brunch-detail p {
  margin-bottom: 0;
}
.brunch-item {
  display: inline-block;
  width: 48%;
  height: 120px;
  overflow: hidden;
  padding: 30px 0 0;
  border-top: 1px dashed #eeeeee;
}
.brunch-item-title {
  font-size: 26px;
  margin-bottom: 5px;
}
.brunch-item-addr {
  margin-bottom: 5px;
  color: #8a8a8a;
}
.brunch-item-tel {
  margin-bottom: 5px;
  color: #8a8a8a;
}
.brunch-map-img {
  float: right;
  zoom: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-left: 3px;
}
.iw_bt {
  margin-right: 0 !important;
}
.life-item {
  padding: 0 10px 50px;
  overflow: hidden;
}
.life-item-img {
  width: 52%;
}
.life-item-img img {
  max-width: 100%;
}
.life-item-content {
  width: 44%;
  padding-top: 40px;
}
.life-item-time {
  color: #b2b2b2;
  font-size: 16px;
  padding: 15px 0 20px;
  margin: 0;
}
.life-item-note {
  font-size: 16px;
  color: #747474;
}
.life-item-title {
  font-size: 20px;
  color: #ff8500;
}
.life-item-title:hover {
  text-decoration: none;
}
.life-item:nth-child(even) .life-item-img {
  float: right;
  text-align: center;
}
.life-item:nth-child(even) .life-item-content {
  float: left;
}
.life-item:nth-child(odd) .life-item-img {
  float: left;
}
.life-item:nth-child(odd) .life-item-content {
  float: right;
}
#jsBrunchMap {
  position: relative;
}
.errorMsg {
  position: absolute;
  left: 0;
  color: red;
  right: 0;
  text-align: center;
}
.brunch-item-dept {
  margin-bottom: 5px;
}
.queryResultLable {
  color: #ff8500;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal {
  display: block;
  background: #fef7ed;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 640px;
  width: 100%;
  padding: 32px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    border:none;
}

.title-section {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.modal-title {
    font-size: 32px;
    font-weight: bold;
    color: #111827;
    line-height: 1.3;
    margin: 0;
}

.warning-icon {
    width: 64px;
    height: 64px;
    color: #ef4444;
    flex-shrink: 0;
    margin-top: 4px;
    margin-left: 10px;
}

.close-button {
  position: relative;
  left: 10px;
  top:-26%;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #6b7280;
  cursor: pointer;
  padding: 8px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: color 0.2s;
  margin: -8px -8px 0 0;
}

.close-button:hover {
    color: #374151;
}

.close-icon {
    width: 24px;
    height: 24px;
    color: #fff;
    margin-top:2px;
}

.modal-content {
  background-color: transparent;
  box-shadow: none;
  border:none;
  color: #1f2937;
  line-height: 1.6;
  margin-bottom: 32px;
}

.modal-content p {
    font-size: 14px;
    margin-bottom: 16px;
}

.modal-content p:last-child {
    margin-bottom: 0;
}

.modal-content a {
    color: #2563eb;
    text-decoration: underline;
    transition: color 0.2s;
}

.modal-content a:hover {
    color: #1d4ed8;
}

.modal-footer {
  text-align: right;
  border:none;
}

.company-name {
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 4px;
}

.date {
    font-size: 14px;
    color: #6b7280;
}

.demo-button {
    background: white;
    color: #111827;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
    display: none;
}

.demo-button:hover {
    background: #f3f4f6;
}

.demo-button.show {
    display: inline-block;
}

.hidden {
  display: none;
}

@media (max-width: 768px) {
    .modal {
        margin: 20px;
        padding: 24px;
        max-width: calc(100vw - 40px);
    }

    .modal-title {
        font-size: 20px;
    }

    .title-section {
        gap: 16px;
    }

    .warning-icon {
        width: 32px;
        height: 32px;
    }
}