html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: Microsoft Yahei;
  font-size: 14px;
  line-height: 24px;
  padding: 60px 0;
  background-color: #fff;
}
img {
  vertical-align: top;
}
p,
h1,
h2,
h3,
h4,
ul,
li {
  margin: 0;
  padding: 0;
}
a,
a:link,
a:visited {
  color: #666;
  text-decoration: none;
}
ul {
  list-style: none;
}
a:hover {
  color: #2c333b;
  text-decoration: none;
}
/* dyui */
.dyui-clear {
  clear: both;
  *zoom: 1;
}
.dyui-clear:after {
  content: "\20";
  clear: both;
  *zoom: 1;
  display: block;
  height: 0;
}
.dyui-clear-left {
  clear: left;
}
.dyui-elip {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* header */
#header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  padding: 10px 0;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 3px #ccc;
}
#header .m-menu-btn {
  position: absolute;
  top: 20px;
  left: 30px;
}
.m-logo-btn {
  display: block;
}
.logo {
  height: 40px;
}
#m-menu {
  background-color: #0068b6;
}

/* m-banner */
#swiper-banner .swiper-slide img {
  max-width: 100%;
}
#swiper-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
}

/* m-solution */
#m-solution {
  padding: 50px 20px;
}
.m-solution-header {
  text-align: center;
}
.m-solution-header p.tit {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.m-solution-item:not(:first-child) {
  display: none;
}
.m-solution-item h3 {
  font-size: 18px;
  color: #004183;
  font-weight: 600;
  margin: 50px 0 20px;
}
.m-solution-item p {
  font-size: 14px;
  color: #2b68a4;
}
.m-solution-item-more {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 50px;
}
.m-solution-item-more a {
  position: relative;
  color: #333;
  display: inline-block;
  padding-right: 40px;
}
.m-solution-item-more a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 10px;
  width: 24px;
  height: 5px;
  background: url("/index/images/icon_more.png") no-repeat;
}
.m-solution-select {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.m-solution-select-item {
  text-align: center;
  cursor: pointer;
  width: 28%;
}
.m-solution-select-item img {
  max-width: 100%;
  margin-bottom: 10px;
}
.m-solution-select-item img.cur,
.m-solution-select-item.sitem-cur img.normal {
  display: none;
}
.m-solution-select-item.sitem-cur img.cur {
  display: block;
}

/* m-product */
#m-product {
  padding: 50px 20px;
  background-color: #f8f8f8;
}
.m-product-header {
  text-align: center;
  margin-bottom: 30px;
}
.m-product-header p.tit {
  font-size: 22px;
  color: #000;
  font-weight: 500;
}
.m-product-header p.desc {
  padding: 0 10px;
  font-size: 14px;
  color: #999;
  margin-top: 15px;
}
.m-product-item {
  display: block;
  padding: 30px 40px 55px;
  box-sizing: border-box;
  background-color: #fff;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
.m-product-item .icon {
  margin: 25px 0;
}
.m-product-item .tit {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.m-product-item .desc {
  font-size: 14px;
  line-height: 24px;
}

/* m-case */
#m-case {
  padding: 50px 20px;
}
.m-case-header {
  text-align: center;
  margin-bottom: 30px;
}
.m-case-header p.tit {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.m-case-item-thumb {
  width: 100%;
}
.m-case-item-thumb img {
  max-width: 100%;
}
.m-case-item-info {
  padding: 15px 10px;
}
.m-case-item-info p.tit {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.m-case-item-info p.desc {
  text-align: justify;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis-lastline;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.m-case-more {
  text-align: center;
  margin-top: 20px;
}
.btn-default {
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #a4a4a4;
  color: #a4a4a4;
  overflow: hidden;
}

/* m-partner */
#m-partner {
  padding: 50px 10px;
  background-color: #f8f8f8;
}
.m-partner-header {
  text-align: center;
  margin-bottom: 30px;
}
.m-partner-header p.tit {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
#swiper-partner {
  height: 140px;
  padding-bottom: 50px;
}
#swiper-partner .swiper-slide {
  height: calc(100% / 2);
}
.m-partner-item img {
  max-width: 100%;
}

/* m-news */
#m-news {
  padding: 50px 20px;
}
.m-news-header {
  text-align: center;
  margin-bottom: 30px;
}
.m-news-header p.tit {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.m-news-header p.desc {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
#swiper-news {
  padding-bottom: 50px;
}
.m-news-item {
  display: block;
  padding: 20px;
  border-radius: 10px;
  background-color: #f8f8f8;
}
.m-news-item-thumb {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
.m-news-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-news-item-info {
  margin-top: 20px;
}
.m-news-item-info p.title {
  padding: 0 15px;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis-lastline;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.m-news-item-info p.date {
  padding: 0 15px;
  color: #999;
  margin: 10px 0;
}
.m-news-item-desc {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #fff;
}
.m-news-item-desc p.desc {
  height: 52px;
  overflow: hidden;
  color: #8a8a8a;
  line-height: 26px;
  display: -webkit-box;
  text-overflow: ellipsis-lastline;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-news-more {
  text-align: center;
  margin-top: 20px;
}

/* footer */
#footer {
  background-color: #f6f6f6;
  border-top: 3px solid #0068b6;
  color: #666;
}
.copyright {
  border-top: 1px solid #e2e2e2;
  text-align: center;
  line-height: 24px;
  padding: 20px 10px;
}

/* ---------------------------------------------
 * page
 */
#page-banner {
  height: 120px;
}
#page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*灞曠ず椤 banner*/
.page-banner {
  position: relative;
  background-color: #004183;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  height: 200px;
  padding: 10px 0;
  text-align: center;
}
.page-banner::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-banner-info {
  position: relative;
  z-index: 5;
  width: 80%;
  margin: 0 auto;
}
.page-banner-tit {
  font-size: 24px;
  font-weight: 500;
  margin: 50px 0 20px;
}
.page-banner-desc {
  font-size: 16px;
  line-height: 28px;
}

/* page-sidermenu-tab */
.page-sidermenu-tab {
  margin-bottom: 30px;
}
.page-sidermenu-tab ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-sidermenu-tab ul li {
  margin: 0 5px;
  border: 1px solid #cfddec;
  background-color: #ecf2f8;
  margin-bottom: 10px;
}
.page-sidermenu-tab ul li.active {
  border-color: #004183;
  background-color: #004183;
}
.page-sidermenu-tab ul li a {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 24px;
}
.page-sidermenu-tab ul li.active a {
  color: #fff;
  font-weight: 600;
}
.page-sidermenu-tab ul li ul {
  display: none;
}
/* page-sidermenu */
.page-sidermenu {
  padding: 30px 20px 0;
  margin: 0;
}
.page-sidermenu ul li a {
  display: inline-block;
  min-width: 108px;
}

/* 鐏板簳妗嗘灦 */
.page-container {
  background-color: #f5f5f5;
}
/* 鏍囬 */
.caption-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.caption-title {
  line-height: 1.6;
  font-size: 24px;
  font-weight: 500;
}
.caption-desc {
  color: #999;
  font-size: 13px;
}
/* 姒傝堪 */
.detail-profile {
  padding: 30px 20px 0;
}
.detail-profile-content {
  padding: 20px 25px;
  border-radius: 5px;
  background-color: #fff;
}
/* 鐩稿叧 妗堜緥 */
#detail-case-list {
  position: relative;
}
.detail-case-item {
  width: 100%;
}
.detail-case-item-thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #f9f9f9;
}
.detail-case-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.detail-case-item-info {
  padding: 30px 0 50px;
  transition: transform 0.3s;
}
.detail-case-item-title {
  font-size: 20px;
  font-weight: 500;
  color: #261f1e;
}
.detail-case-item-desc {
  height: 48px;
  font-size: 14px;
  color: #898989;
  line-height: 24px;
  margin: 10px 0 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis-lastline;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 鍐呴〉 浜у搧椤甸潰 */
.product-atlas-box {
  padding: 50px 20px;
  background-color: #fff;
}
.product-atlas-content img {
  max-width: 100%;
}

.core-product-box {
  padding: 50px 20px;
}
.core-product-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.core-product-item {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
}
.core-product-item-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #261f1e;
}
.core-product-item-desc {
  height: 40px;
  font-size: 14px;
  color: #898989;
  line-height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis-lastline;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 鏇村浜у搧 */
.more-product-box {
  padding: 30px 20px 50px;
}
.more-product-cate {
  text-align: center;
  margin-bottom: 50px;
}
.cate-item {
  display: inline-block;
  margin: 0 10px;
}
.cate-item-text {
  position: relative;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}
.cate-item-text::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #004183;
}
.cate-item.active .cate-item-text::after {
  width: 100%;
}
.more-product-content-item:not(:first-child) {
  display: none;
}
.more-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more-product-special-item {
  width: 100%;
  margin-bottom: 20px;
}
.more-product-special-title {
  position: relative;
  font-size: 18px;
  color: #261f1e;
  margin-bottom: 40px;
}
.more-product-special-title::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -15px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}
.more-product-special-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more-product-item {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.more-product-tit {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  color: #000 !important;
  font-weight: 500;
}
.more-product-desc {
  display: block;
  font-size: 14px;
  text-align: justify;
  line-height: 24px;
  color: #999 !important;
}

.more-product-item:hover .more-product-tit,
.more-product-item:hover .more-product-desc {
  color: #004183;
}

/* 鍏朵粬浜у搧灞曠ず */
.other-product-box {
  padding: 50px 20px;
}
.other-product-item {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
}
.other-product-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.other-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.other-product-info {
  padding: 20px;
}
.other-product-tit {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.other-product-desc {
  color: #999;
  line-height: 24px;
}

/* 灞曠ず椤 */
.product-advantage {
  padding: 50px 20px;
}
.advantage-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantage-item {
  width: calc(100% - 50px);
  margin-bottom: 20px;
  background-color: #fff;
  padding: 25px;
  border-radius: 3px;
}
.advantage-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.advantage-text {
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.framework {
  padding: 0 20px 50px;
}
.framework-inner {
  text-align: center;
}
.framework-inner img {
  max-width: 100%;
  height: auto;
}

.graph-core-function-box {
  padding: 50px 20px;
}
.graph-core-function-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.graph-core-function-item {
  width: calc(100% - 50px);
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.graph-core-function-item-title {
  font-size: 18px;
  font-weight: 500;
  color: #261f1e;
}
.graph-core-function-item-desc {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 10px;
}

.graph-apply-scene-box {
  padding: 50px 20px;
  background-color: #fff;
}
.graph-apply-scene-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.graph-apply-scene-item {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin-bottom: 20px;
}
.graph-apply-scene-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.graph-apply-scene-item-info {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 30px);
  padding-top: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}
.graph-apply-scene-item-title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}
.graph-apply-scene-item-title:after {
  content: "";
  margin: auto;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #2590f2;
}
.graph-apply-scene-item-desc {
  padding: 0 20px;
  font-size: 13px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-top: 8px;
}

.pro-detail-case {
  background-color: #fff;
  padding: 50px 20px;
}
.pro-detail-news {
  padding: 50px 20px;
}

/* 鍐呴〉 瑙ｅ喅鏂规 start */
.solution-atlas-box {
  padding: 50px 20px;
}
.solution-atlas-content img {
  max-width: 100%;
}

.core-solution-box {
  padding: 50px 20px;
  background-color: #fff;
}
.core-solution-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.core-solution-item {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.core-solution-item-thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.core-solution-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.core-solution-item-info {
  margin-top: 20px;
}
.core-solution-item-title {
  font-size: 20px;
  font-weight: 500;
  color: #261f1e;
}
.core-solution-item-desc {
  height: 40px;
  font-size: 14px;
  color: #898989;
  line-height: 20px;
  margin: 10px 0 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis-lastline;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.industry-case-box {
  padding: 50px 20px;
}
.industry-case-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.industry-case-tab-item {
  padding: 5px 8px;
  border: 1px solid #ccc;
  color: #666;
  overflow: hidden;
  margin: 0 5px;
}
.industry-case-tab-item.tab-item-cur {
  color: #fff;
  border-color: #004183;
  background-color: #004183;
}
.industry-case-item {
  background-color: #fff;
  margin-bottom: 20px;
}
.industry-case-item-thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.industry-case-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industry-case-item-info {
  padding: 15px;
}
.industry-case-item-title {
  height: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #261f1e;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis-lastline;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.industry-case-item-desc {
  height: 48px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin: 10px 0 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis-lastline;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.industry-case-item:hover .industry-case-item-thumb img {
  transform: scale(1.1);
}

/* 璇︽儏椤 */
.value-box {
  padding: 50px 20px;
}
.value-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.value-item {
  width: calc(100% - 60px);
  padding: 30px;
  border-radius: 5px;
  background: linear-gradient(160deg, #00c6ff, #0072ff);
  color: #fff;
  margin-bottom: 20px;
}
.value-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.value-text {
  font-size: 14px;
  line-height: 24px;
}

.solution-framework-box {
  padding: 50px 20px;
  background-color: #fff;
}
.solution-framework-content img {
  max-width: 100%;
}

.business-application-box {
  padding: 50px 20px;
}
.business-application-tit {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}
.business-application-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business-application-item {
  width: calc(100% - 50px);
  margin-bottom: 20px;
  background-color: #fff;
  padding: 25px;
  border-radius: 3px;
}
.business-application-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.business-application-text {
  font-size: 13px;
  color: #999;
  line-height: 24px;
}

.customer-case-box {
  padding: 50px 20px;
  background-color: #fff;
}
/* 鍐呴〉 瑙ｅ喅鏂规 end */

/* 鍐呴〉 妯″瀷绠楁硶 start */
.algorithm-summary-box {
  position: relative;
  z-index: 2;
  margin-top: -80px;
}
.algorithm-summary-content {
  padding: 50px 40px;
  background-color: #fff;
  line-height: 30px;
}

.algorithm-framework-box {
  padding: 50px 20px;
}
.algorithm-framework-box .algorithm-caption-desc {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
}
.algorithm-framework-content {
  text-align: center;
}
.algorithm-framework-content img {
  max-width: 100%;
}

.algorithm-box {
  padding: 50px 20px;
  background-color: #fff;
}
.algorithm-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.algorithm-item {
  width: calc(100% - 50px);
  margin-bottom: 20px;
  background: linear-gradient(160deg, #00c6ff, #0072ff);
  padding: 25px;
  border-radius: 5px;
}
.algorithm-item-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}
.algorithm-item-desc {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.algorithm-case-box {
  padding: 50px 20px;
}
/* 鍐呴〉 妯″瀷绠楁硶 end */

/* 鍐呴〉 鏂伴椈鍔ㄦ€ start */
.page-news-box {
  padding: 50px 20px;
}

.page-news-item {
  display: block;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 20px;
}
.page-news-item-thumb {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-news-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-news-item-info {
  padding: 15px;
}
.page-news-item-date {
  color: #bbb;
  line-height: 20px;
}
.page-news-item-title {
  height: 48px;
  overflow: hidden;
  font-size: 15px;
  color: #333;
  line-height: 24px;
  font-weight: 600;
  margin: 10px 0;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-news-item-desc {
  color: #999;
  line-height: 24px;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page-news-show-content {
  padding: 50px 20px;
  background-color: #fff;
}
/* 鍐呴〉 鏂伴椈鍔ㄦ€ end */

/* show */
.show-title {
  font-size: 20px;
  margin: 0;
  line-height: 28px;
}
.show-para {
  font-size: 12px;
  color: #999;
  border-bottom: 1px dotted #ccc;
  padding: 5px 0 10px;
}
.show-content {
  line-height: 30px;
  font-size: 16px;
  padding-top: 15px;
}
.show-content p {
  margin-bottom: 10px;
}

/* 鍐呴〉 琛屼笟妗堜緥 start */
.page-case-box {
  padding: 50px 20px;
}
.page-case-item {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 55px;
}
.page-case-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-case-item-info {
  position: absolute;
  z-index: 1;
  bottom: -35px;
  left: 5%;
  width: calc(90% - 40px);
  padding: 10px 20px;
  background-color: #fff;
}
.page-case-item-title {
  height: 24px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  display: -webkit-box;
  text-overflow: ellipsis-lastline;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page-case-item-desc {
  height: 40px;
  font-size: 13px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis-lastline;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.page-case-item-info .btn-default {
  padding: 5px 30px;
  border-color: #fff;
}
.page-case-item-info .btn-default .btn-inner {
  font-size: 13px;
  color: #fff;
}
.page-case-item-info .btn-default:hover {
  border-color: #004183;
}

.page-case-show-content {
  padding: 50px 20px;
  background-color: #fff;
}
.show-case-title {
  text-align: center;
  margin-bottom: 20px;
}
.show-case-img {
  text-align: center;
}
.show-case-img img {
  max-width: 100%;
}
.case-param li {
  margin-bottom: 20px;
}
/* 鍐呴〉 琛屼笟妗堜緥 end */

/*--------------------- 鍏徃绠€浠 */
.company-profile-container {
  padding: 50px 20px;
}
.company-profile-box {
  background-color: #fff;
}
.company-profile-image img {
  max-width: 100%;
}
.company-profile-info {
  padding: 20px;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  text-align: justify;
}
.company-profile-title {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
/* 浼佷笟鏂囧寲 */
.culture-box {
  padding: 0 20px 50px;
}
.culture-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.culture-item {
  background-color: #fff;
  width: calc(48% - 30px);
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.culture-icon {
  margin-bottom: 10px;
}
.culture-icon img {
  width: 60px;
}
.culture-tit {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}
.culture-desc {
  font-size: 13px;
  color: #999;
  line-height: 24px;
}
/* 鍙戝睍鍘嗙▼ */
.history-box {
  position: relative;
  padding: 50px 20px;
  overflow: hidden;
}
.history-box .caption-wrapper {
  position: relative;
  z-index: 2;
  color: #fff;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.history-content {
  padding-top: 100px;
}
.history-content .swiper-pagination {
  top: 100px;
  bottom: auto;
}
.history-content .swiper-pagination-bullet {
  position: relative;
  width: auto;
  height: auto;
  color: #fff;
  padding: 10px 0;
  background-color: transparent;
  opacity: 0.6;
  font-size: 14px;
  margin: 0 6px !important;
}
.history-content .swiper-pagination-bullet-active {
  opacity: 1;
}
.history-content .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: #fff;
  height: 2px;
}
.history-content .swiper-slide {
  height: 500px;
}
.history-item {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
.history-sub-list {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.history-sub-list::-webkit-scrollbar {
  width: 0;
}
.histroy-sub-item {
  position: relative;
  padding-left: 100px;
  padding-bottom: 20px;
}
.histroy-sub-item::after {
  position: absolute;
  content: "";
  left: 75px;
  top: 5px;
  bottom: 0;
  border-left: 1px dashed #fff;
}
.history-sub-date {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 20px;
}
.history-sub-date .pointer {
  position: absolute;
  top: 0;
  right: -37px;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: transparent;
  border: 1px solid #fff;
}
.history-sub-date .pointer::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 7px;
}
.history-sub-con .tit {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
.history-sub-con .desc {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 24px;
}
/* 鑽ｈ獕璧勮川 */
.honor-box {
  position: relative;
  padding: 50px 20px;
}
.honor-caption-desc {
  color: #898989;
  font-size: 13px;
  line-height: 22px;
  margin-top: 10px;
}
.honor-point {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.honor-point-item {
  width: 50%;
  margin-top: 20px;
}
.honor-point-item-title {
  font-size: 15px;
  color: #333;
}
.honor-point-item-title span {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
}
.honor-point-item-desc {
  font-size: 13px;
  color: #999;
  text-align: center;
}
.honor-tab-item {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 20px;
}
.honor-tab-item-icon {
  text-align: center;
}
.honor-tab-item-icon img {
  height: 80px;
}
.honor-tab-item-tit {
  font-size: 22px;
  color: #000;
  text-align: center;
  font-weight: 500;
  margin: 15px 0;
}
.honor-tab-item-desc {
  font-size: 13px;
  color: #999;
  line-height: 26px;
}
.honor-list {
  height: 600px;
  overflow: hidden;
  padding-bottom: 50px;
}
.honor-list .swiper-slide {
  height: 290px;
}
.honor-item {
  background-color: #fff;
}
.honor-item img {
  max-width: 100%;
}
.honor-item-info {
  padding: 10px 30px;
}
.honor-item-tit {
  height: 44px;
  line-height: 22px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis-lastline;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 鍚堜綔浼欎即 */
.page-partner-box {
  position: relative;
  padding: 50px 20px;
  background-color: #fff;
}
/* 鑱旂郴鎴戜滑 */
.contact-box {
  position: relative;
  padding: 50px 20px;
}
.contact-map {
  width: 100%;
  height: 400px;
}
.contact-info {
  width: calc(100% - 40px);
  padding: 20px;
  background-color: #fff;
  line-height: 26px;
}

/** ---------------- 灞曞巺鍙傝 */
.showroom-about-box {
  padding: 50px 20px;
}
.showroom-about-info {
  padding: 20px;
  background-color: #fff;
}
.showroom-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.showroom-content {
  line-height: 30px;
  text-align: justify;
}
.showroom-content p {
  margin-bottom: 10px;
}
#showroom-video {
  width: 100%;
}
/* 璁捐鐞嗗康 */
.showroom-design-concept {
  background-color: #fff;
  padding: 50px 20px;
}
.showroom-design-concept .caption-wrapper {
  margin-bottom: 30px;
}
.showroom-design-concept-content {
  line-height: 30px;
}
/* 鐗硅壊鏉垮潡 */
.showroom-feature-box {
  padding: 50px 20px;
}
.showroom-feature-swiper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 50px;
}
.feature-item {
  width: 100%;
  overflow: hidden;
}
.feature-item-thumb {
  width: 100%;
}
.feature-item-thumb img {
  max-width: 100%;
}
.feature-item-info {
  padding: 20px;
  background-color: #fff;
}
.feature-tit {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.feature-desc {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 10px;
}

.showroom-news-box {
  padding: 50px 20px;
  background-color: #fff;
}

/* pagination */
.pagination {
  margin-top: 24px;
}
.pagination li {
  display: inline-block;
  margin-top: 6px;
}
.pagination li a,
.pagination li span {
  display: inline-block;
  border-radius: 3px;
  margin: 0 3px;
  padding: 5px 15px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
}
.pagination li a:hover {
  color: #0061ae;
}
.pagination li.active span {
  background-color: #0061ae;
  color: #fff;
}

/* footer */
.foot-tool {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-top: 1px solid #eee;
}
.foot-tool ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.foot-tool ul li a {
  display: block;
  color: #666;
}
.foot-tool-icon {
  line-height: 36px;
}
.foot-tool-icon .iconfont {
  font-size: 20px;
}
.foot-tool-txt {
  height: 24px;
  line-height: 12px;
  font-size: 12px;
}

.map-iframe {
  width: 100%;
  height: 200px;
}
.chinaoly-padding {
  padding: 30px;
}

/* 绾夸笅灞曞巺棰勭害 */
.showroom-offline {
  background-color: rgb(0, 65, 131, 0.8);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 36px 24px;
}
.offline-notice {
  line-height: 1.8;
}
.offline-signup {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  margin-top: 20px;
  width: 130px;
  padding: 5px 0;
  border: 1px solid #fff;
}
.offline-signup span {
  color: #fff;
}
.offline-signup img {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
/* end 绾夸笅灞曞巺 */
