@charset "UTF-8";
/*  样式初始化 */
/* line 4, /home/clownf/elminds/app/assets/stylesheets/common.scss */
*,
p,
h1,
h2,
h3,
ul,
ol,
label {
  margin: 0;
  padding: 0;
}

/* line 16, /home/clownf/elminds/app/assets/stylesheets/common.scss */
ul li,
ol li {
  list-style: none;
}

@font-face {
  font-family: siyuanN;
  src: url(/assets/SourceHanSansCN-Normal-e6883364ee348cac6fca25c9b308bdac4ecaa99f7e421c94ce09c48c973f6ba3.ttf);
}
/* line 26, /home/clownf/elminds/app/assets/stylesheets/common.scss */
html {
  height: 100%;
  font-size: 14px;
  background-color: #fff;
  color: #535353;
  font-family: siyuanN, arial, SimSun, Tahoma, Helvetica, STHeiti, sans-serif;
}

/* line 34, /home/clownf/elminds/app/assets/stylesheets/common.scss */
body {
  font-family: siyuanN, arial, SimSun, Tahoma, Helvetica, STHeiti, sans-serif;
}

/* line 38, /home/clownf/elminds/app/assets/stylesheets/common.scss */
*,
*::before,
*::after {
  -webkit-tap-highlight-color: transparent;
}

/* line 44, /home/clownf/elminds/app/assets/stylesheets/common.scss */
*:focus,
*:active,
*:focus-visible {
  outline: none !important;
}

/* line 50, /home/clownf/elminds/app/assets/stylesheets/common.scss */
button,
input,
textarea,
select {
  border: 0;
  outline: none !important;
}

/* line 58, /home/clownf/elminds/app/assets/stylesheets/common.scss */
button:focus,
button:active,
button:focus-visible,
input:focus,
input:active,
input:focus-visible,
textarea:focus,
textarea:active,
textarea:focus-visible,
select:focus,
select:active,
select:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* line 74, /home/clownf/elminds/app/assets/stylesheets/common.scss */
a {
  display: inline-block;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

/* line 80, /home/clownf/elminds/app/assets/stylesheets/common.scss */
a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  outline: none !important;
}

/* line 89, /home/clownf/elminds/app/assets/stylesheets/common.scss */
a:hover {
  color: #fff;
}

/* line 93, /home/clownf/elminds/app/assets/stylesheets/common.scss */
a:focus,
a:active,
a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* line 100, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.btn:focus,
.btn:active,
.btn:focus-visible,
.page-link:focus,
.page-link:active,
.page-link:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* line 110, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

/* line 118, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.clearfloat {
  zoom: 1;
}

/* line 122, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 127, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.cover-width-img {
  width: 100%;
  object-fit: cover;
}

/* line 132, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.d-flex {
  display: flex !important;
}

/* line 136, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 140, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.d-none {
  display: none !important;
}

/* line 144, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.d-block {
  display: block !important;
}

/* line 148, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.w-100 {
  width: 100% !important;
}

/* line 152, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.show-pc {
  display: block;
}

/* line 156, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.show-phone {
  display: none;
}

/* line 160, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.d-align-item-center {
  align-items: center;
}

/* line 164, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.d-justify-content-center {
  justify-content: center;
}

/* line 167, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.d-justify-content-between {
  justify-content: space-between;
}

/* line 171, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.text-align-center {
  text-align: center;
}

/* line 175, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 181, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-font-color {
  color: #ff2121;
}

/* line 185, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.common-title-line {
  display: inline-block;
  height: 2px;
  width: 146px;
  /*background: #ff2121;*/
  border-top: 1px solid #b3b3b3;
}

/* line 193, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.common-title-line-red {
  border-top: 1px solid red;
}

/* line 197, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.grey-main-title {
  font-size: 30px;
  color: #404040;
}

/* line 202, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.common-title {
  text-align: center;
}

/* line 206, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.common-title .english-title {
  font-size: 38px;
  height: 40px;
  line-height: 40px;
}

/* line 212, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.common-title .chinese-title {
  font-size: 44px;
}

/* line 216, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.common-title .title-line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #FF0000;
  margin: 0 10px;
}

/* line 224, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.grey-main-title-bottom {
  margin-bottom: 18px;
}

/* line 228, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.black-main-title-bottom {
  margin-bottom: 30px;
}

/* line 232, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.black-main-title-top {
  margin-top: 90px;
  margin-bottom: 20px;
}

/* line 236, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.black-main-title {
  font-size: 36px;
}

/* line 239, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.blue-line-main-title {
  font-size: 36px;
  border-bottom: 1px dashed #1E90FF;
  text-align: center;
  margin-bottom: 17px;
}

/* line 246, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.learn-more-btn {
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: #ff2121;
  border: 2px solid #ff2121;
  font-size: 16px;
  transition: all 0.5s;
}

/* line 258, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.learn-more-btn:hover {
  color: #ff2121;
  background: none;
}

/* line 263, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.rotation {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

/* line 271, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.rotation > img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
  min-height: 160px;
}

/* line 280, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.rotation .mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 296, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.rotation .title-eng {
  font-size: 72px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}

/* line 303, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.rotation .title-main {
  font-size: 48px;
  text-align: center;
  margin-top: 15px;
  line-height: 1.2;
}

/* line 310, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.common-bg {
  background-color: #eee;
  padding: 70px 300px;
}

/* line 315, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.common-bg > div {
  background: #fff;
  border-radius: 2px;
  padding-bottom: 38px;
}

/* 面包屑导航 */
/* line 323, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.crumb-list {
  padding-top: 20px;
  margin-bottom: 30px;
}

/* line 328, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.crumb-list .breadcrumb li {
  color: #ff2121;
  font-size: 16px;
}

/* line 333, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.crumb-list .breadcrumb a {
  color: #656565;
  font-size: 16px;
}

/* line 338, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

/* line 342, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.breadcrumb-custom {
  background: none;
  padding: 0;
  align-items: center;
  color: #656565;
  font-size: 16px;
}

/* 公共头部导航 */
/* line 352, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0  270px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

/* line 367, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-logo {
  display: block;
  width: 240px;
}

/* line 372, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-logo > img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/* line 378, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-nav a {
  color: #fff;
}

/* line 382, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
}

/* line 390, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-nav-list li {
  height: 80px;
  padding-right: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

/* line 399, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-nav-list li a {
  width: 100%;
  padding: 16px 0;
  transition: all 0.3s;
  font-size: 20px;
  white-space: nowrap;
}

/* line 408, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-nav-list li:hover a,
.head-nav-list li.active a {
  color: #ff2121;
}

/* line 413, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-nav a.goEng {
  display: inline-block;
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 10px;
  background-color: red;
  color: #fff;
  border: 2px solid red;
  font-size: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

/* line 428, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-nav a.goEng:hover {
  background-color: transparent;
  color: #fff;
  transition: all 0.5s;
}

/* 底部 */
/* line 435, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.commter-footer {
  background-color: #404040;
  font-size: 14px;
  color: #fff;
}

/* line 442, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.footer-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 15px 400px 0;
}

/* line 450, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.footer-business img {
  width: 320px;
}

/* line 454, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.foot-company {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 460, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.qr-code img {
  width: 110px;
  height: 110px;
}

/* line 465, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.qr-code > p {
  text-align: center;
  padding-top: 5px;
}

/* line 470, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.info-row {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

/* line 476, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.info-row i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-size: contain !important;
}

/* line 484, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.info-row i.icon-company {
  background: url(/assets/company_icon-349f7a246d6028eb646e0a7a012ca4794179b92b77a1043e90c23e1f814b83b6.png) no-repeat;
}

/* line 488, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.info-row i.icon-tel {
  background: url(/assets/tel_icon-2e487a67ef553fe6ca40ec09185223d4407bae728b867eb1859e961aaf9e5f3b.png) no-repeat;
}

/* line 492, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.info-row i.icon-email {
  background: url(/assets/email_icon-16a40d59c77ba6178b6a766859d4330bd0db22b928b744acb6faa99271f15666.png) no-repeat;
}

/* line 496, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.info-row i.icon-address {
  background: url(/assets/address_icon-23657caad8ec96d5242b9784722019dd48a017be4963a64d0893ce61a001776b.png) no-repeat;
}

/* line 500, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.info-row i.icon-number {
  background: url(/assets/num_icon-f6a863750f1e4e50c677b0b6c637991c68786a921b551da55c75d1540b7c2f63.png) no-repeat;
}

/* line 504, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.copyright {
  height: 35px;
  line-height: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 12px;
}

/* line 512, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.copyright > a,
.copyright > a:hover {
  color: #fff;
}

/* line 517, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-container {
  /*width: 1120px;
  margin: 0 auto;*/
  width: auto;
  padding: 0 34px;
}

/* line 524, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-container-case {
  width: auto;
  padding: 0 34px;
}

/*  404  */
/* line 531, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.error-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

/* line 539, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.error-page .error-img {
  width: 280px;
}

/* line 543, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.error-page-font {
  color: #ff2121;
  font-size: 30px;
  display: block;
  text-align: center;
  margin-top: 10px;
}

/* line 551, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.go-home-btn:hover {
  color: #ff2121;
}

/*  首页 begin  */
/* line 556, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-container-home {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 首页轮播图样式 */
/* line 564, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.banner-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #0b0b0b;
}

/* line 571, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.banner-container .carousel,
.carousel {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

/* line 579, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 583, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 589, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 595, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 609, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .carousel-item {
    transition: none;
  }
}
/* line 614, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 620, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 626, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 632, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* line 638, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 643, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 648, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.banner-container .banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 600px;
}

/* 轮播指示器 */
/* line 657, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-indicators {
  position: absolute;
  right: auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
}

/* line 673, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-indicators li {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  outline: none !important;
  opacity: 0.7;
  transition: all 0.3s ease;
}

/* line 689, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-indicators li:focus,
.carousel-indicators li:active,
.carousel-indicators li:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* line 696, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}

/* line 701, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-indicators li.active {
  opacity: 1;
  background-color: #ff2121;
  transform: scale(1.15);
}

/* 轮播前后控制器 */
/* line 708, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
}

/* line 727, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus,
.carousel-control-prev:active,
.carousel-control-next:active,
.carousel-control-prev:focus-visible,
.carousel-control-next:focus-visible {
  color: #fff;
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
  opacity: 0.9;
}

/* line 742, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-control-prev {
  left: 0;
}

/* line 746, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-control-next {
  right: 0;
}

/* line 750, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: no-repeat 50% / 100% 100%;
}

/* line 758, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 762, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 766, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 778, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-container {
  padding-bottom: 80px;
}

/* line 782, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center-home {
  padding: 60px 0 0;
}

/* line 786, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 792, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li {
  width: 22.9%;
  overflow: hidden;
  float: left;
  position: relative;
  cursor: pointer;
  margin-right: 2.7%;
  margin-top: 2.7%;
  color: #fff;
  border: 1px solid #b3b3b3;
}

/* line 804, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li:hover {
  transition: all 0.5s;
  box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.25);
}

/* line 810, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li:nth-of-type(1),
.product-center .product-list li:nth-of-type(2),
.product-center .product-list li:nth-of-type(3),
.product-center .product-list li:nth-of-type(4) {
  margin-top: 0;
}

/* line 817, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li > a {
  width: 100%;
  height: 100%;
}

/* line 822, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li:nth-child(4n) {
  margin-right: 0;
}

/* line 826, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 2;
}

/* line 836, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

/* line 844, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li:hover .bg-img {
  transition: all 0.5s;
  transform: scale(1.1, 1.1);
}

/* line 849, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li:hover .text {
  opacity: 0;
}

/* line 853, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .text {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
  transition: all 0.5s;
  z-index: 10;
  text-align: center;
}

/* line 866, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .text h3 {
  font-size: 17px;
  text-align: center;
  overflow: hidden;
  margin-top: 7px;
  font-weight: 400;
}

/* line 874, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li:hover .cover {
  top: 0;
}

/* line 878, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 10px 30px;
  transition: all 0.5s;
  z-index: 12;
}

/* line 892, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .cover img {
  width: 40px;
  height: 40px;
}

/* line 897, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .cover .cover-title > span {
  font-size: 24px;
  margin-left: 10px;
}

/* line 902, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .cover .desc {
  height: 77%;
  overflow: hidden;
}

/* line 906, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-container .product-center .product-list li .cover .desc {
  height: 53%;
}

/* line 910, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .cover .desc > div {
  font-size: 14px;
  text-indent: 30px;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
}

/* line 922, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .cover .detail-btn > button {
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #ff2121;
  color: #fff;
  border: 2px solid #ff2121;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  transition: all 0.5s;
}

/* line 935, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .cover .detail-btn > button:hover {
  background: none;
  color: #ff2121;
}

/**/
/* line 942, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

/* line 948, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li {
  width: 31.5%;
  overflow: hidden;
  float: left;
  position: relative;
  cursor: pointer;
  margin-right: 2.7%;
  margin-top: 2.7%;
  color: #fff;
  border: 1px solid #b3b3b3;
}

/* line 960, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li:hover {
  transition: all 0.5s;
  box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.25);
}

/* line 966, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li:nth-of-type(1),
.home-product-center .product-list li:nth-of-type(2),
.home-product-center .product-list li:nth-of-type(3) {
  margin-top: 0;
}

/* line 972, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li > a {
  width: 100%;
  height: 100%;
}

/* line 977, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li:nth-child(3n) {
  margin-right: 0;
}

/* line 981, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  z-index: 2;
}

/* line 991, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

/* line 999, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li:hover .bg-img {
  transition: all 0.5s;
  transform: scale(1.1, 1.1);
}

/* line 1004, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li:hover .text {
  opacity: 0;
}

/* line 1008, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .text {
  width: 100%;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
  transition: all 0.5s;
  z-index: 10;
  text-align: center;
}

/* line 1021, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .text h3 {
  font-size: 18px;
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
  font-weight: 400;
}

/* line 1029, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li:hover .cover {
  top: 0;
}

/* line 1033, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  padding: 10px 30px;
  transition: all 0.5s;
  z-index: 12;
}

/* line 1047, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .cover img {
  width: 40px;
  height: 40px;
}

/* line 1052, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .cover .cover-title > span {
  font-size: 24px;
  margin-left: 10px;
}

/* line 1057, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .cover .desc {
  height: 60%;
  overflow: hidden;
}

/* line 1061, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-center .product-list li .cover .desc {
  height: 53%;
}

/* line 1065, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .cover .desc > div {
  font-size: 14px;
  text-indent: 30px;
  padding-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
}

/* line 1077, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .cover .detail-btn > button {
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #ff2121;
  color: #fff;
  border: 2px solid #ff2121;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  transition: all 0.5s;
  outline: none !important;
}

/* line 1091, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .cover .detail-btn > button:hover {
  background: none;
  color: #ff2121;
}

/* line 1096, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .cover .detail-btn > button:focus,
.home-product-center .product-list li .cover .detail-btn > button:active,
.home-product-center .product-list li .cover .detail-btn > button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* line 1103, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li a,
.home-product-center .product-list li a,
.classic-list li a,
.solution-list li a,
.yisi-news-content li a {
  outline: none !important;
}

/* line 1111, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li a:focus,
.product-center .product-list li a:active,
.product-center .product-list li a:focus-visible,
.home-product-center .product-list li a:focus,
.home-product-center .product-list li a:active,
.home-product-center .product-list li a:focus-visible,
.classic-list li a:focus,
.classic-list li a:active,
.classic-list li a:focus-visible,
.solution-list li a:focus,
.solution-list li a:active,
.solution-list li a:focus-visible,
.yisi-news-content li a:focus,
.yisi-news-content li a:active,
.yisi-news-content li a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/**/
/* line 1131, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-information {
  padding: 60px 0 0;
}

/* line 1135, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-info-box .show-pc {
  display: flex;
  justify-content: flex-end;
}

/* line 1140, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.more-news-pc {
  display: inline-flex;
  align-items: center;
  color: #ff2121;
  text-align: right;
  margin-bottom: 5px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 1150, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.more-news-pc:hover {
  text-decoration: underline;
  color: #ff2121;
}

/* line 1155, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.more-news-pc:focus,
.more-news-pc:active,
.more-news-pc:focus-visible {
  outline: none;
  box-shadow: none;
}

/* line 1162, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-list-home li {
  width: 31.5%;
  height: 500px;
  overflow: hidden;
  float: left;
  position: relative;
  cursor: pointer;
  margin-right: 2.7%;
  color: #fff;
  border: 1px solid #b3b3b3;
  transition: all 0.3s;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 1177, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-list-home li:hover {
  box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.25);
}

/* line 1181, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-top:hover {
  transition: all 0.5s;
  box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.25);
}

/* line 1186, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-img-content:hover {
  transition: all 0.5s;
  box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.25);
}

/* line 1191, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.small-solution-content:hover {
  transition: all 0.5s;
  box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.25);
}

/* line 1196, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.new-service-list li:hover {
  transition: all 0.5s;
  box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.25);
}

/* line 1201, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.success-case-list li:hover {
  transition: all 0.5s;
  box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.25);
}

/* line 1206, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-icon-list li:hover {
  transition: all 0.5s;
  box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.25);
}

/* line 1211, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.tit {
  text-overflow: ellipsis;
}

/* line 1215, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-list-home li:nth-of-type(3n) {
  margin-right: 0;
}

/* line 1219, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-list-home li a {
  color: #747474;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 1226, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-list-home li a:focus,
.news-list-home li a:active,
.news-list-home li a:focus-visible {
  outline: none;
  box-shadow: none;
}

/* line 1233, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-list-home li a > img {
  object-fit: cover;
}

/* line 1237, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-list-home li .news-top {
  font-size: 24px;
  width: 100%;
  padding: 15px 15px 20px 15px;
}

/* line 1243, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-list-home li .desc {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 120px;
  line-height: 24px;
  text-indent: 30px;
  padding: 0 15px;
  overflow: hidden;
}

/* line 1257, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-list-home li .news-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 0 15px;
}

/* line 1266, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-list-home li .news-bottom div .detail_icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(/assets/more-75c94428d0947ee6929b8631e0344404edfe556bbbc71f6e97118f099baf19d1.png) no-repeat;
  background-size: contain;
  margin-right: 3px;
}

/* line 1275, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-list-home li .news-bottom div .detail_text:hover {
  text-decoration: underline;
}

/*  首页 end */
/*  服务 */
/*  服务 end */
/*  新闻 begin */
/* line 1287, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail > h3 {
  font-size: 24px;
  color: #313131;
  text-align: center;
}

/* line 1293, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail .news-about {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 16px;
  color: #313131;
  display: flex;
  justify-content: space-between;
}

/* line 1301, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail .news-desc p {
  color: #585858;
  font-size: 16px;
  /*text-indent: 30px;*/
}

/* line 1307, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail .news-img {
  width: 960px;
  height: 450px;
  background: #535353;
  margin: 25px auto 90px auto;
  overflow: hidden;
}

/* line 1315, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail .news-footer {
  justify-content: space-between;
  align-items: center;
  color: #585858;
}

/* line 1321, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-footer .article {
  width: 400px;
}

/* line 1325, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-footer .article a {
  color: #585858;
  display: inline-block;
  width: 330px;
}

/* line 1331, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-footer .article a:hover {
  color: #ff2121;
}

/* line 1335, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail {
  padding: 0px 150px;
}

/* line 1339, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail .news-desc {
  margin-bottom: 30px;
}

/* line 1343, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail .custom-style {
  margin-top: 25px;
  margin-bottom: 80px;
}

/* line 1348, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail .news-desc img {
  max-width: 100%;
  /*width: 100%;*/
}

/* line 1353, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail .news-desc table {
  max-width: 100% !important;
}

/* line 1357, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.go-list-btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #ff2121;
}

/* line 1367, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.go-list-btn:hover {
  color: #fff;
}

/*   新闻列表 */
/* line 1373, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li {
  margin-bottom: 45px;
}

/* line 1377, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li a {
  color: #313131;
  display: block;
  width: 100%;
}

/* line 1383, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li .left {
  float: left;
  width: 320px;
  height: 180px;
  overflow: hidden;
}

/* line 1390, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li .right {
  float: right;
  width: 70%;
  height: 180px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 1397, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li .right .time {
  font-size: 18px;
}

/* line 1401, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li .right .time > p {
  font-size: 24px;
}

/* line 1405, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li .right .time > span {
  font-size: 28px;
}

/* line 1409, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li .right .news-row {
  display: inline-block;
  width: 100%;
}

/* line 1414, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li .right .news-row .title-info {
  margin-bottom: 24px;
}

/* line 1417, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li .right .news-row .title {
  font-size: 24px;
  max-width: 80%;
}

/* line 1422, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li .right .news-row .title span {
  display: inline-block;
  /*max-width: 80%;*/
}

/* line 1427, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li .right .news-row .title-border-red {
  display: inline-block;
  width: 4px;
  height: 17px;
  margin-left: 5px;
  background-color: #ff2121;
}

/* line 1435, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li .right .news-row p {
  font-size: 14px;
  color: #585858;
  text-indent: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 25px;
  height: 105px;
}

/* line 1448, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.paging-list li a {
  padding: 0 15px;
  color: #ff2121;
  transition: all 0.5s;
}

/* line 1454, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.paging-list li a.active {
  background: url(/assets/active-50b4613610bc279aaf322aa61b54f72569de374b9534f350e16fe9623b735f28.png) no-repeat;
  background-size: contain;
  color: #fff;
  width: 30px;
  text-align: center;
  padding: 0;
  margin: 0 5px;
  transition: all 0.5s;
}

/* line 1465, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.paging-list li .prev-page {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ff2121;
}

/* line 1473, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.paging-list li .next-page {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ff2121;
}

/*  新闻 end */
/*  首页解决方案 */
/* line 1484, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-top {
  width: 100%;
  height: 240px;
  background: #FFFFFF;
  box-shadow: 0px 3px 16px 0px rgba(129, 129, 129, 0.39);
}

/* line 1491, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-top .solution-top-left {
  float: left;
  width: 44%;
  height: 100%;
}

/* line 1496, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-top .solution-top-left .img-mask {
  background-color: #FF2121;
  float: left;
  width: 24%;
  height: 100%;
  position: relative;
}

/* line 1503, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-top .solution-top-left .img-mask .img-icon {
  display: block;
  width: 77px;
  height: 71px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 1512, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-top .solution-top-left .pro-img {
  float: left;
  width: 76%;
  background-color: #333;
  height: 100%;
}

/* line 1518, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-top .solution-top-right {
  float: left;
  width: 55%;
  height: 100%;
  margin-left: 1%;
  padding: 17px 40px 27px 0;
}

/* line 1525, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container a {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

/* line 1531, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .tit,
.success-case-list .tit {
  font-size: 30px;
  margin-bottom: 15px;
  color: #959595;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 1541, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.success-case-list .desc,
.solution-container .desc {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
  line-height: 24px;
  color: #959595;
}

/* line 1553, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .detail-btn {
  display: inline-block;
  width: 120px;
  height: 35px;
  background: #FF2121;
  color: #fff;
  text-align: center;
  line-height: 35px;
  transition: all .3s;
  border: 1px solid #ff2121;
}

/* line 1564, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .detail-btn:hover {
  background: transparent;
  color: #ff2121;
  border: 1px solid #ff2121;
  transition: all .3s;
}

/* line 1570, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-top .solution-top-right .detail-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
}

/* line 1576, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .solution-content {
  height: 356px;
  margin-top: 6px;
}

/* line 1580, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .solution-content > div:nth-of-type(1) {
  width: 49.5%;
  float: left;
  height: 100%;
}

/* line 1585, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .solution-img-content .pro-img {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1596, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .solution-img-content .tit {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

/* line 1605, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .solution-img-content .detail-btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 10;
}

/* line 1612, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .solution-content > div:nth-of-type(2) {
  width: 49.5%;
  float: right;
  height: 100%;
}

/* line 1617, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .more-solution-content {
  box-shadow: 0px 3px 16px 0px rgba(129, 129, 129, 0.39);
}

/* line 1621, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .small-solution-content {
  height: 177px;
}

/* line 1624, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .small-solution-content .left-img {
  float: left;
  width: 50%;
  height: 100%;
}

/* line 1629, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .small-solution-content .left-img .pro-img {
  background-color: #333;
  width: 100%;
  height: 100%;
}

/* line 1634, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .small-solution-content .right-text {
  padding: 17px;
  float: left;
  width: 50%;
  height: 100%;
}

/* line 1641, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.new-service-content {
  background: url(/assets/bg_fw-b99f23253522570e7d87b0a4302e6e8bd89ef06fbb2dae6f983fa945b498d645.png) no-repeat;
  height: 300px;
  background-size: 100% 100%;
}

/* line 1646, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.new-service-list {
  margin: 0 18px 80px;
  margin-top: -80px;
}

/* line 1650, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.new-service-list li {
  float: left;
  width: 32%;
  height: 225px;
  margin-right: 2%;
}

/* line 1656, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.new-service-list li:nth-of-type(3n) {
  margin-right: 0;
}

/* line 1660, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.new-service-list li a {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

/* line 1666, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.new-service-list li a img {
  background-color: #333;
  width: 100%;
  height: 100%;
}

/* line 1671, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.new-service-list .tit {
  width: 100%;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

/* line 1681, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group {
  background-color: #EEEEEE;
  padding: 44px 58px;
}

/* line 1685, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .success-case-list li {
  float: left;
  width: 47%;
  margin-right: 6%;
  margin-bottom: 40px;
  position: relative;
}

/* line 1692, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .success-case-list li .play-btn {
  left: 50%;
  top: 100px;
  position: absolute;
  transform: translateX(-50%);
  cursor: pointer;
}

/* line 1699, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .success-case-list li:nth-of-type(2n) {
  margin-right: 0;
}

/* line 1702, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .success-case-list li a {
  width: 100%;
  height: 100%;
}

/* line 1706, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .success-case-list li .case-img {
  width: 100%;
  height: 309px;
  display: block;
  background-color: #333;
}

/* line 1712, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .success-case-list li .case-info {
  background-color: #fff;
  padding: 15px 10px;
  position: relative;
}

/* line 1717, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .success-case-list li .case-info i {
  display: block;
  width: 0;
  height: 0;
  /* 设置边框 */
  border: 10px solid;
  /* 边框颜色 */
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

/* line 1730, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .case-icon-list li {
  float: left;
  width: 24%;
  height: 154px;
  margin-right: 1.33%;
  margin-bottom: 20px;
  position: relative;
}

/* line 1738, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .case-icon-list li .play-btn {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/* line 1745, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .case-icon-list li:nth-of-type(4n) {
  margin-right: 0;
}

/* line 1748, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .case-icon-list li .case-logo {
  width: 100%;
  height: 100%;
}

/*  案例  begin */
/* line 1754, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.sub-container {
  padding: 0 100px;
}

/*  案例  end */
/*  在线学习  begin*/
/* line 1762, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.learn-container .build {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 1769, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.learn-container .build img {
  width: 448px;
  margin-top: 30px;
  margin-bottom: 40px;
}

/* line 1775, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.learn-container .build p {
  font-size: 40px;
  text-align: center;
}

/*    在线学习  end */
/* 关于  */
/* line 1784, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.about-info-top .about-info-img {
  height: 432px;
  width: 768px;
  margin: 0 auto;
}

/* line 1791, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.about-info-top .right > h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}

/* line 1797, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.about-product-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 1803, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.about-product-list li {
  width: 50%;
  text-align: center;
  margin-top: 55px;
}

/* line 1809, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.about-product-list li span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}

/* line 1815, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.about-content .about-info-desc {
  margin-top: 25px;
  line-height: 30px;
  font-size: 18px;
  text-indent: 30px;
  text-align: justify;
}

/* line 1823, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-content {
  background-color: #f1f1f1;
  padding: 45px 0;
  color: #535353;
}

/* line 1829, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form .input-group input {
  width: 69%;
  height: 45px;
  line-height: 45px;
  margin-right: 5px;
  margin-left: 18px;
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

/* line 1840, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.mark-label span {
  padding-left: 10px;
}

/* line 1845, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.mark-textarea {
  height: 220px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
}

/* line 1853, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.mark-textarea textarea {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 10px;
  resize: none;
}

/* line 1861, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-text p {
  font-size: 16px;
  line-height: 30px;
}

/* line 1866, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-text p.rexian {
  font-size: 14px;
}

/* line 1870, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-text .rexian i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/assets/rexian-0ad6fffbada361422adfb3ce40ca3f62c86c17011320e34b1f6af3da9a34c8b2.png) no-repeat;
  background-size: contain;
  margin-right: 10px;
}

/* line 1879, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.submit-form-btn {
  text-align: center;
  margin-top: 30px;
}

/* line 1884, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.submit-form-btn input {
  width: 95px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  background-color: #ff2121;
}

/* line 1895, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.our-customer > p {
  padding: 0 0 30px 0;
  line-height: 30px;
  font-size: 18px;
  text-indent: 30px;
  text-align: justify;
}

/* line 1903, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.our-customer .customer-list li {
  float: left;
  width: 15.5%;
  margin-right: 1.4%;
  margin-bottom: 1.4%;
}

/* line 1910, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.our-customer .customer-list li:nth-child(6n) {
  margin-right: 0;
}

/* line 1914, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.our-customer .customer-list li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* 案例  */
/* line 1921, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center {
  margin-top: 0;
}

/* line 1925, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .black-main-title-top:first-child {
  margin-top: 0;
}

/* line 1928, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li {
  margin-bottom: 0;
  margin-top: 2.7%;
}

/* line 1933, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li:nth-of-type(1),
.case-center .product-list li:nth-of-type(2),
.case-center .product-list li:nth-of-type(3) {
  margin-top: 0;
}

/* line 1939, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 1943, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .text img {
  height: 130px;
}

/* line 1947, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .cover .desc > .title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

/* line 1953, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .cover .desc > div {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 25px;
  height: 88%;
}

/* line 1964, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .cover .ordinary {
  height: 220px;
}

/* line 1968, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .cover .ordinary > div {
  -webkit-line-clamp: 6;
  height: auto;
}

/* line 1973, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .text-botton {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: all 0.5s;
  z-index: 10;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
}

/* line 1990, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li:hover .text-botton {
  opacity: 0;
  transition: all 0.5s;
}

/* line 1995, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .cover .video {
  height: 60px;
}

/* line 1999, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .cover .video > div {
  -webkit-line-clamp: 4;
  height: 120px;
}

/* line 2004, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .cover .play-btn {
  width: 75px;
  height: 75px;
}

/* line 2009, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .play-btn-top {
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* line 2019, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li:hover .play-btn-top {
  opacity: 0;
  transition: all 0.5s;
}

/* line 2024, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.video-bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

/* line 2035, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -320px;
  height: 400px;
}

/* line 2044, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.video-content > div {
  width: 640px;
}

/* line 2048, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.video-content video {
  width: 100%;
}

/* line 2052, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.video-content .close-btn {
  width: 24px;
  height: 24px;
  background: url(/assets/close-btn-89196cc8f53db1b4804121d67b23c55eb551b1cf0759b5bd226d00b924ca238f.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  float: right;
  margin-right: -12px;
  margin-bottom: 10px;
}

/* line 2063, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .cover .detail-btn > a {
  margin-top: 40px;
}

/*  产品中心 */
/* line 2069, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.characteristic {
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
}

/*  解决方案 */
/*  案例 */
/* line 2078, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-container-case-detail {
  padding: 0 275px;
}

/* line 2082, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-case-info,
.else-case .else-case-top {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

/* line 2089, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-case > h3 {
  font-size: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

/* line 2095, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-detail-pic {
  padding-top: 10px;
}

/* line 2099, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-case-desc {
  padding: 25px 0 0;
}

/* line 2102, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-case-desc > div:first-child {
  margin-bottom: 40px;
}

/* line 2105, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-case-desc h3 {
  font-size: 18px;
  border-left: 4px solid #ff2121;
  padding-left: 10px;
  height: 22px;
  line-height: 22px;
}

/* line 2113, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-case-desc p {
  color: #747474;
  line-height: 30px;
  font-size: 14px;
}

/* line 2118, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-case-desc .custom-style-content {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
}

/* line 2124, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.current-case {
  margin-top: 40px;
}

/* line 2128, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.current-case p:first-child {
  margin-bottom: 20px;
}

/* line 2132, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.current-case a:hover {
  color: #ff2121;
}

/* line 2135, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.show-contact {
  background: #f10000;
  width: 54px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 20px;
  border-radius: 10px 0px 0px 10px;
  color: #fff;
  z-index: 15;
}

/* line 2146, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.show-contact i {
  display: inline-block;
  position: absolute;
  top: 35px;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent #fff transparent transparent;
}

/* line 2155, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.show-contact span {
  display: inline-block;
  width: 10px;
  padding-left: 30px;
  padding-top: 5px;
}

/* line 2161, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.show-contact-phone {
  background: #f10000;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 0;
  bottom: 20px;
  border-radius: 5px;
  color: #fff;
  z-index: 15;
}

/* line 2172, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.show-contact-phone img {
  width: 18px;
  display: block;
  margin: 5px auto 0;
}

/* line 2177, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.show-contact-phone span {
  display: block;
  text-align: center;
  font-size: 9px;
  -webkit-transform: scale(0.8);
  letter-spacing: -1px;
}

/* line 2185, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-box-show {
  position: fixed;
  width: 270px;
  right: 0;
  bottom: 20px;
  background: #f9f9f9;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px 0px 0px 10px;
  padding-bottom: 20px;
  display: none;
  z-index: 99;
}

/* line 2197, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-box-show > p {
  height: 35px;
  background: #f10000;
  line-height: 35px;
  border-radius: 10px 0px 0px 10px;
  color: #fff;
  padding-left: 8px;
  margin-bottom: 24px;
}

/* line 2206, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-box-show > p span.text {
  height: 17px;
  display: block;
  line-height: 17px;
  padding-left: 5px;
  border-left: 2px solid #fff;
}

/* line 2213, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-box-show > p span:last-child {
  height: 28px;
  width: 30px;
  position: relative;
}

/* line 2219, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-box-show > p i {
  position: absolute;
  top: 4px;
  left: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent transparent #fff;
}

/* line 2230, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form {
  margin-bottom: 18px;
  margin-left: 11px;
}

/* line 2234, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form > span {
  display: inline-block;
  width: 25px;
}

/* line 2239, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form .title-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain !important;
}

/* line 2246, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form .title-icon.name-icon {
  width: 19px;
  height: 21px;
  background: url(/assets/n-b9b3167ae765fcaf9dd4269a2bb784ef3c57b99e9976407e557f6c68e2ed3856.png) no-repeat;
}

/* line 2252, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form .title-icon.tel-icon {
  width: 16px;
  height: 24px;
  background: url(/assets/t-541d214371e6b7d5156a928d31350751678fc25048d7da93c8f126bebcfeb33b.png) no-repeat;
}

/* line 2258, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form .title-icon.email-icon {
  width: 20px;
  height: 18px;
  background: url(/assets/e-80c205156bec288bfebef104eeb4e53afeb119f6c250c231999d8e69f47e8b64.png) no-repeat;
}

/* line 2264, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form .title-icon.company-icon {
  width: 22px;
  height: 20px;
  background: url(/assets/c-83fe72e672f69f3ac24439000ccd4aff9b018bd089bcde9c156f8e076fc959c4.png) no-repeat;
}

/* line 2270, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form .title-icon.mark-icon {
  width: 22px;
  height: 20px;
  background: url(/assets/b-7a1dd11b18a89307ff20f0e368725b9c6ca08204ff580b049c12051ce35d6eef.png) no-repeat;
}

/* line 2276, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form textarea,
.contact-form input {
  width: 202px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #C3C3C3;
}

/* line 2285, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form textarea {
  resize: none;
  height: 170px;
}

/* line 2290, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.submit-form-btn {
  text-align: center;
  margin-top: 15px;
}

/* line 2295, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.submit-form-btn input {
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  background-color: #ff2121;
  border: none;
}

/* line 2306, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.success-box {
  position: fixed;
  width: 380px;
  height: 197px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #F9F9F9;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  text-align: center;
  z-index: 100;
  display: none;
}

/* line 2320, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.success-box > div {
  height: 35px;
  background: #F33131;
  border-radius: 10px;
}

/* line 2325, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.success-box > p {
  font-size: 24px;
  margin: 50px 0 30px;
}

/* line 2329, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.success-box > button {
  width: 80px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #F13939;
  border-radius: 10px;
  color: #fff;
}

/*  适应移动端  common */
@media (max-width: 1024px) {
  /* line 2342, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-box-show {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
    border-radius: 5px;
  }

  /* line 2350, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-box-show > p {
    border-radius: 5px;
    font-size: 21px;
  }

  /* line 2354, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-box-show > p span.text {
    height: 19px;
    line-height: 23px;
    border-left: 4px solid #fff;
  }

  /* line 2359, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .submit-form-btn input {
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 5px;
  }

  /* line 2366, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .success-box {
    width: 260px;
    height: 150px;
  }

  /* line 2370, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .success-box > div {
    height: 25px;
    border-radius: 5px;
  }

  /* line 2374, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .success-box > p {
    font-size: 16px;
    margin: 30px 0 20px;
  }

  /* line 2378, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .success-box > button {
    height: 30px;
  }

  /* line 2381, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .home-container {
    padding-bottom: 20px;
  }

  /* line 2384, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .common-title .title-line span {
    width: 30px;
  }

  /* line 2387, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .black-main-title-bottom {
    margin-bottom: 15px;
  }

  /* line 2391, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .grey-main-title-bottom {
    margin-bottom: 9px;
  }

  /* line 2395, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .error-page-font {
    font-size: 15px;
  }

  /* line 2400, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .black-main-title-top {
    margin-top: 35px;
  }

  /* line 2404, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .common-title .english-title {
    font-size: 16px;
    height: 22px;
  }

  /* line 2409, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .common-title .chinese-title {
    font-size: 18px;
  }

  /* line 2412, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .common-title .title-line {
    width: 60px;
  }

  /* line 2415, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .black-main-title,
  .blue-line-main-title {
    font-size: 20px;
  }

  /* line 2420, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .rotation {
    height: auto;
    width: 100%;
    margin-top: 52px;
  }

  /* line 2426, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .rotation > img {
    width: 100%;
  }

  /* line 2430, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .rotation .title-eng {
    font-size: 24px;
    margin-top: 0;
  }

  /* line 2435, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .rotation .title-main {
    font-size: 15px;
    margin-top: 8px;
    padding: 0 20px;
  }

  /* line 2441, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .common-bg {
    background: none;
    padding: 0;
  }

  /* line 2445, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container-home {
    width: auto;
    padding: 0 15px;
  }

  /* line 2449, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container,
  .main-container-home-jiejue,
  .main-container-case {
    width: auto;
    padding: 0 15px;
  }

  /* line 2456, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .carousel-indicators {
    bottom: 10px;
    margin: 0;
    padding: 0;
  }

  /* line 2462, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
  }

  /*  导航 */
  /* line 2470, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-phone {
    display: flex;
    align-items: center;
    height: 52px;
    background-color: #404040;
    padding: 10px 16px 10px 6px;
    justify-content: space-between;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
  }

  /* line 2484, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-phone .head-logo-phone img {
    height: 27px;
    width: auto;
  }

  /* line 2489, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-phone .nav-icon {
    height: 22px;
    width: 26px;
    position: relative;
    margin-bottom: 10px;
  }

  /* line 2496, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-phone .nav-icon > div {
    height: 2px;
    width: 22px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #fff;
    border-radius: 2px;
    transition: all 200ms ease-out;
  }

  /* line 2508, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-phone .nav-icon > div.line2 {
    top: 14px;
  }

  /* line 2512, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-phone .nav-icon > div.line3 {
    top: 28px;
  }

  /* line 2516, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-phone .nav-icon > div.rotate45 {
    transform: rotate(45deg);
    transition: all 0.5s;
    top: 20px;
  }

  /* line 2522, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-phone .nav-icon > div.rotate135 {
    transform: rotate(135deg);
    transition: all 0.5s;
    top: 20px;
  }

  /* line 2528, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-phone .nav-icon .hide {
    display: none;
  }

  /* line 2532, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .menu-list-phone {
    position: fixed;
    z-index: 10;
    top: 52px;
    left: 100%;
    right: 0;
    transition: all 0.5s;
  }

  /* line 2541, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .menu-list-phone.show {
    left: 50%;
    transition: all 0.5s;
  }

  /* line 2546, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .product-list li:nth-of-type(1),
  .case-center .product-list li:nth-of-type(2),
  .case-center .product-list li:nth-of-type(3) {
    margin-top: 2.7%;
  }

  /* line 2552, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li:nth-child(3n) {
    margin-right: 2.7%;
  }

  /* line 2556, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li:nth-of-type(1),
  .product-center .product-list li:nth-of-type(2),
  .product-center .product-list li:nth-of-type(3),
  .product-center .product-list li:nth-of-type(4) {
    margin-top: 2.7%;
  }

  /* line 2563, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li:nth-child(3n) {
    margin-right: 1%;
  }

  /* line 2567, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li:nth-child(4n) {
    margin-right: 1%;
  }

  /* line 2571, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .menu-list-phone li {
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #3f3f3f;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  /* line 2579, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .menu-list-phone li.active {
    background-color: #fff;
  }

  /* line 2583, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .menu-list-phone li.active a {
    color: #3f3f3f;
  }

  /* line 2587, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .menu-list-phone li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }

  /* line 2591, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .menu-list-phone li > a {
    font-size: 15px;
    width: 100%;
  }

  /*   底部  */
  /* line 2598, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .commter-footer {
    height: auto;
    font-size: 8px;
  }

  /* line 2604, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 8px;
  }

  /* line 2611, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-logo {
    display: inline-block;
    padding-right: 0;
    border-right: 0;
  }

  /* line 2617, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-business {
    width: 100%;
    /*padding-bottom: 10px;*/
    margin-top: 9px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* line 2627, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-info {
    position: static;
    left: 0;
    transform: inherit;
    width: 100%;
  }

  /* line 2634, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-business img {
    width: 150px;
    margin: 0;
  }

  /* line 2639, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .qr-code {
    margin-left: 20px;
  }

  /* line 2643, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .qr-code img {
    width: 50px;
    height: 50px;
    margin-top: 0;
  }

  /* line 2649, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .qr-code > p {
    text-align: center;
    padding-top: 5px;
  }

  /* line 2654, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-us {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  /* line 2663, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .info-row {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }

  /* line 2669, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .info-row i {
    display: none;
  }

  /* line 2673, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .copyright {
    height: auto;
    line-height: 15px;
    border-top: 0;
    padding: 10px 10px;
    text-align: center;
    font-size: 7px;
  }

  /*  首页  begin */
  /* line 2684, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
  }

  /* line 2691, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .carousel-item {
    height: auto;
  }

  /* line 2695, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center {
    margin-top: 10px;
  }

  /* line 2699, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center-home {
    padding: 20px 0 0;
  }

  /* line 2703, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li {
    box-shadow: none;
  }

  /* line 2707, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center-home .product-list li {
    /*height: 78px;*/
    width: 32.5%;
    margin-right: 1%;
    margin-bottom: 10px;
    margin-top: 8px;
  }

  /* line 2715, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center-home .product-list li:nth-of-type(3n) {
    margin-right: 0;
  }

  /* line 2719, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li .cover .desc {
    height: 75px;
  }

  /* line 2723, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li .cover .desc > div {
    font-size: 12px;
    text-indent: 30px;
    padding-top: 10px;
    -webkit-line-clamp: 3;
  }

  /* line 2730, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li .text {
    height: 20px;
  }

  /* line 2734, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li .text h3 {
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
  }

  /* line 2742, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li .cover .cover-title > span {
    font-size: 15px;
  }

  /* line 2746, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li .cover img {
    width: 22px;
    height: 22px;
  }

  /* line 2751, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li .cover .detail-btn > a {
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
  }

  /* line 2758, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-information {
    padding: 20px 0 0;
  }

  /* line 2762, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-list-home li {
    width: 32.5%;
    margin-right: 1%;
    height: 140px;
    margin-bottom: 15px;
  }

  /* line 2769, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-list-home li a > img {
    height: 63px;
  }

  /* line 2773, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-list-home li .news-top {
    font-size: 12px;
    padding: 5px;
  }

  /* line 2778, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-list-home li .desc {
    font-size: 11px;
    line-height: 15px;
    height: auto;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    padding: 0 5px;
    text-indent: 0;
  }

  /* line 2791, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-list-home li .news-bottom {
    font-size: 11px;
    margin-top: 0;
    padding: 0 5px;
    justify-content: flex-end;
  }

  /* line 2798, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-list-home li .news-bottom div .detail_icon {
    display: inline-block;
    width: 15px;
    height: 15px;
  }

  /* line 2804, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .more-news-btn {
    text-align: center;
  }

  /* line 2807, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .more-news-phone {
    width: 90px;
    margin: 0 auto;
    height: 30px;
    line-height: 31px;
    border-radius: 20px;
    border: 1px solid #ff2121;
    outline: none;
  }

  /* line 2816, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .more-news-phone:focus,
  .more-news-phone:active,
  .more-news-phone:focus-visible {
    outline: none;
    box-shadow: none;
  }

  /*   首页  end */
  /*  在线学习  */
  /* line 2826, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .learn-container {
    padding-top: 20px;
  }

  /* line 2830, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .learn-container .build img {
    width: 240px;
    margin-bottom: 14px;
    margin-top: 8px;
  }

  /* line 2836, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .learn-container .build p {
    font-size: 20px;
  }

  /* 新闻   */
  /* line 2841, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-detail > h3 {
    font-size: 18px;
  }

  /* line 2845, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-detail .custom-style {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  /* line 2849, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-detail .custom-style img {
    width: 100%;
  }

  /* line 2853, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-detail {
    margin-top: 77px;
  }

  /* line 2857, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-detail .news-about {
    font-size: 16px;
    margin-bottom: 20px;
    color: #535353;
  }

  /* line 2863, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-detail .news-img-phone {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: rosybrown;
  }

  /* line 2870, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-detail .news-desc p {
    font-size: 16px;
    text-indent: 20px;
    margin-top: 17px;
    margin-bottom: 30px;
    overflow: hidden;
  }

  /* line 2878, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-detail .news-footer {
    flex-direction: column;
    align-items: normal;
  }

  /* line 2883, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-detail .article {
    padding: 0 10px;
    color: #ff2121;
    font-size: 12px;
    width: 300px;
  }

  /* line 2890, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-detail .article:first-child {
    margin-bottom: 15px;
  }

  /* line 2894, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-footer .article a {
    width: 80%;
    color: #ff2121;
  }

  /* line 2899, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .go-list-btn-phone {
    margin: 20px auto 0 auto;
  }

  /*  新闻列表 */
  /* line 2905, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* line 2910, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li {
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  /* line 2916, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li a {
    display: block;
    width: 100%;
  }

  /* line 2921, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .left {
    float: right;
    width: 160px;
    height: 90px;
  }

  /* line 2927, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .right {
    float: left;
    width: 50%;
    height: 90px;
    border-bottom: 0;
  }

  /* line 2934, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .right .news-row {
    padding-left: 0;
    width: 100%;
  }

  /* line 2939, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .right .news-row p {
    font-size: 12px;
    -webkit-line-clamp: 4;
    line-height: 17px;
    height: 68px;
  }

  /* line 2946, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .right .news-row span {
    float: right;
    font-size: 10px;
    color: #353535;
    padding-top: 8px;
  }

  /* line 2953, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .paging-list li a {
    padding: 0 10px;
  }

  /* 服务 */
  /*   关于  */
  /* line 2962, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .about-content {
    padding-bottom: 0;
  }

  /* line 2966, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-title-top-margin {
    margin-top: 30px;
  }

  /* line 2970, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .about-info-top .about-info-img {
    height: auto;
    width: 100%;
  }

  /* line 2975, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .about-info-top .right > h3 {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 12px;
  }

  /* line 2982, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .about-product-list li {
    width: 25%;
    margin: 15px 0 10px 0;
  }

  /* line 2987, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .about-product-list li span {
    font-size: 9px;
  }

  /* line 2991, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .about-product-list li img {
    width: 45px;
    height: 45px;
  }

  /* line 2996, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .about-content .about-info-desc {
    font-size: 16px;
    line-height: 24px;
    text-indent: 20px;
  }

  /* line 3002, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .about-info-top .right {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  /* line 3008, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .our-customer {
    padding: 20px 10px 0;
  }

  /* line 3012, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .our-customer > p {
    padding: 0 0 5px;
    line-height: 24px;
    text-indent: 20px;
    font-size: 16px;
  }

  /* line 3019, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .our-customer .customer-list li {
    margin-bottom: 8px;
  }

  /* line 3023, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-content {
    background-color: #fff;
    padding: 0;
  }

  /* line 3028, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-form {
    width: 100%;
  }

  /* line 3032, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-form .input-form {
    flex-direction: column;
  }

  /* line 3036, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-form .input-form .form-left {
    margin-top: 18px;
  }

  /* line 3040, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-form .input-form .form-left,
  .contact-form .input-form .form-right {
    width: 100%;
    padding: 0 30px;
  }

  /* line 3046, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-form .input-form .form-right {
    display: flex;
  }

  /* line 3050, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-form .input-group {
    margin-bottom: 18px;
  }

  /* line 3054, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-form .input-form .title-icon {
    height: 20px;
    width: 20px;
  }

  /* line 3059, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-form .input-group input {
    width: 83%;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    margin-left: 9px;
  }

  /* line 3067, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .mark-textarea {
    height: 150px;
    width: 83%;
    margin: 0 5px 0 9px;
  }

  /* line 3073, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-text p {
    font-size: 9px;
    line-height: 15px;
  }

  /* line 3078, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-text .rexian i {
    height: 15px;
    width: 15px;
    vertical-align: middle;
  }

  /* line 3084, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-form .input-form .error-text {
    bottom: -19px;
  }

  /* line 3088, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .submit-form-btn {
    margin-top: 18px;
  }

  /* line 3092, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .our-customer {
    padding-top: 0;
  }

  /* 案例 */
  /* line 3098, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center {
    margin-top: 0;
  }

  /* line 3102, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .sub-container {
    padding: 0 10px;
  }

  /*  经典 案例 */
  /* line 3108, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .classic-list li:nth-of-type(3n) {
    margin-right: 0;
  }

  /* line 3112, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .classic-list li .text img {
    height: 50px;
    margin-bottom: 0;
  }

  /* line 3117, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li .cover {
    padding: 8px 6px 6px;
  }

  /* line 3121, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .classic-list li .cover .desc {
    height: 24px;
  }

  /* line 3125, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .classic-list li .cover .desc > div {
    padding-top: 0;
    text-indent: 0;
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: 35px;
  }

  /*  视频 案例 */
  /* line 3135, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .black-main-title-top:first-child {
    margin-top: 30px;
  }

  /* line 3139, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .product-list li .text {
    height: 15px;
    line-height: 15px;
  }

  /* line 3143, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .product-list li .text-botton,
  .case-center .product-list li .text > h3 {
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    margin-top: 0;
  }

  /* line 3151, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .home-product-center .product-list li .text h3 {
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    margin-top: 0;
  }

  /* line 3158, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .home-product-center .product-list li .text {
    height: 15px;
  }

  /* line 3162, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .product-list li .cover .desc > .title {
    font-size: 9px;
  }

  /* line 3166, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .product-list li .cover .detail-btn > a {
    margin-top: 10px;
  }

  /* line 3170, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .video-list li,
  .case-center .classic-list li {
    width: 32.5%;
    margin-right: 1%;
    margin-bottom: 1%;
  }

  /* line 3177, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .video-list li:nth-of-type(3n),
  .case-center .classic-list li:nth-of-type(3n) {
    margin-right: 0;
  }

  /* line 3182, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .video-list li:nth-of-type(6n),
  .case-center .classic-list li:nth-of-type(6n) {
    margin-right: 0;
  }

  /* line 3187, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .ordinary-list li .cover .desc > div {
    padding-top: 0;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-indent: 0;
  }

  /* line 3195, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .video-list li .play-btn-top {
    width: 30px;
    height: 30px;
  }

  /* line 3200, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .video-content {
    margin-left: -150px;
  }

  /* line 3204, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .video-content > div {
    width: 300px;
  }

  /*  产品中心 */
  /* line 3212, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container-case-detail {
    padding: 0;
  }

  /* line 3216, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-case-desc {
    padding: 8px 15px 0;
  }

  /* line 3220, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-case > h3 {
    font-size: 20px;
    text-align: center;
    height: 24px;
    margin-top: 20px;
  }

  /* line 3226, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-case-desc > div:first-child {
    margin-bottom: 15px;
  }

  /* line 3229, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-case-desc h3 {
    font-size: 15px;
    height: 18px;
  }

  /* line 3234, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-case-desc p {
    font-size: 12px;
    line-height: 24px;
  }

  /* line 3238, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-case-desc .custom-style-content {
    margin-top: 12px;
  }

  /* line 3241, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .current-case p:first-child {
    margin-bottom: 10px;
  }

  /* line 3244, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .current-case {
    margin: 15px 0;
    padding: 0 15px;
  }

  /* line 3249, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .solution-img-content {
    width: 100%;
    height: 210px;
  }

  /* line 3253, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .phone-pro-list li:nth-of-type(2n) {
    margin-right: 0;
  }

  /* line 3256, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .phone-pro-list li {
    float: left;
    width: 49%;
    margin-right: 2%;
    box-shadow: 0px 3px 8px 0px rgba(129, 129, 129, 0.39);
    margin-top: 10px;
  }

  /* line 3263, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .phone-pro-list li .solution-text {
    padding: 5px;
  }

  /* line 3266, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .phone-pro-list li .pro-img {
    height: 95px;
    width: 100%;
    object-fit: contain;
  }

  /* line 3272, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .new-service-content {
    height: 117px;
    margin: 0 -15px;
  }

  /* line 3277, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .new-service-list {
    margin: -20px 0 20px;
  }

  /* line 3281, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .new-service-list li {
    height: 63px;
  }

  /* line 3284, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-container-group {
    padding: 15px;
    margin: 0 -15px;
  }

  /* line 3288, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-container-group .success-case-list li {
    width: 100%;
    margin-right: 0;
    height: 97px;
    margin-bottom: 12px;
  }

  /* line 3294, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-container-group .success-case-list li .case-info {
    float: left;
    width: 50%;
  }

  /* line 3298, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .phone-pro-list li .tit,
  .case-container-group .success-case-list li .case-info .tit {
    font-size: 14px;
    margin-bottom: 0;
  }

  /* line 3304, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .phone-pro-list li .desc,
  .case-container-group .success-case-list li .case-info .desc {
    font-size: 12px;
    line-height: 15px;
    height: 45px;
  }

  /* line 3310, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-container-group .success-case-list li .case-info i {
    right: -20px;
    left: auto;
    border-color: transparent  transparent transparent #fff;
    top: 50%;
    transform: translateY(-50%);
  }

  /* line 3317, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-container-group .success-case-list li .case-img {
    float: right;
    width: 50%;
    height: 100%;
  }

  /* line 3322, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-container-group .case-icon-list li {
    height: 47px;
    margin-bottom: 5px;
  }

  /* line 3326, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-container-group .success-case-list li .play-btn {
    width: 30px;
    height: 30px;
    left: auto;
    right: 60px;
    top: 30px;
  }

  /* line 3333, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-container-group .case-icon-list li .play-btn {
    width: 25px;
    height: 25px;
  }

  /* line 3339, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .show-pc {
    display: none !important;
  }

  /* line 3343, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .show-phone {
    display: block !important;
  }
}
/*适配小屏手机*/
/*适配大屏手机*/
/*适配ipad*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3365, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container,
  .main-container-home,
  .main-container-case {
    width: auto;
    padding: 0 150px;
  }

  /* line 3372, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .rotation > img {
    width: 100%;
  }

  /* line 3376, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .rotation .title-eng {
    font-size: 42px;
    margin-top: 0;
  }

  /* line 3381, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .rotation .title-main {
    font-size: 28px;
    margin-top: 10px;
  }

  /* line 3386, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .right {
    width: 80%;
  }

  /* line 3390, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .recording-img-list li {
    height: 180px;
  }

  /* line 3394, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .classic-list li {
    height: 126px;
  }

  /* line 3398, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .classic-list li .cover .desc {
    height: 85px;
  }

  /* line 3402, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .classic-list li .cover .desc > div {
    -webkit-line-clamp: 3;
    height: 60px;
  }

  /* line 3407, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-us {
    justify-content: center;
  }

  /* line 3411, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .copyright {
    text-align: center;
  }
}
/*适配ipad pro */
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  /* line 3419, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container,
  .main-container-home,
  .main-container-case {
    width: auto;
    padding: 0 220px;
  }

  /* line 3426, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .rotation > img {
    width: 100%;
  }

  /* line 3430, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .rotation .title-eng {
    font-size: 48px;
    margin-top: 0;
  }

  /* line 3435, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .rotation .title-main {
    font-size: 32px;
    margin-top: 10px;
  }

  /* line 3440, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .learn-container {
    min-height: 725px;
  }

  /* line 3444, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .right {
    width: 71%;
  }

  /* line 3448, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .recording-img-list li {
    height: 180px;
  }

  /* line 3452, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .classic-list li {
    height: 126px;
  }

  /* line 3456, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .classic-list li .cover .desc {
    height: 85px;
  }

  /* line 3460, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .classic-list li .cover .desc > div {
    -webkit-line-clamp: 3;
    height: 60px;
  }

  /* line 3465, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-us {
    justify-content: center;
  }

  /* line 3469, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .copyright {
    text-align: center;
  }
}
/*适配PC*/
@media only screen and (min-width: 1025px) {
  /* line 3478, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .show-phone {
    display: none;
  }

  /* line 3482, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .show-pc {
    display: block;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  /* line 3489, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav {
    padding: 0 60px;
  }

  /* line 3493, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-list li {
    padding-right: 30px;
  }

  /* line 3497, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-list li a {
    font-size: 14px;
  }

  /* line 3501, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav a.goEng {
    font-size: 14px;
  }

  /* line 3505, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-logo {
    width: 195px;
  }

  /* line 3509, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-business img {
    width: 230px;
  }

  /* line 3513, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-body {
    padding: 15px 100px 0;
  }

  /* line 3517, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container,
  .main-container-home {
    width: auto;
    padding: 0 20px;
  }

  /* line 3524, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-footer .article {
    width: 400px;
  }

  /* line 3528, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-footer .article a {
    width: 340px;
  }

  /* line 3532, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .left {
    width: 240px;
    height: 160px;
  }

  /* line 3537, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .right {
    height: 160px;
    width: 75%;
  }

  /* line 3542, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .right .news-row p {
    height: 75px;
    -webkit-line-clamp: 3;
  }

  /* line 3547, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .our-customer {
    padding: 45px 20px 0 20px;
  }

  /* line 3551, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .our-customer > p {
    padding: 0 0 30px;
  }

  /* line 3555, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .recording-img-list li {
    width: 23.5%;
  }

  /* line 3559, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .sub-container {
    padding: 0 10px;
  }

  /* line 3563, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-icon {
    padding: 0;
  }

  /* line 3567, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-icon li {
    margin-left: 7%;
  }

  /* line 3571, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container-case,
  .main-container-case-detail {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
  /* line 3579, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav {
    padding: 0 110px;
  }

  /* line 3583, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-list li a {
    font-size: 16px;
  }

  /* line 3587, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav a.goEng {
    font-size: 16px;
  }

  /* line 3591, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-business img {
    width: 240px;
  }

  /* line 3595, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-body {
    padding: 15px 200px 0;
  }

  /* line 3599, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container {
    width: auto;
    padding: 0 70px;
  }

  /* line 3604, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container-home {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
  }

  /* line 3610, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .solution-plan {
    padding: 45px 0;
  }

  /* line 3614, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-information {
    padding: 45px 0 0;
  }

  /* line 3619, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .right {
    width: 65%;
  }

  /* line 3623, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .right .time {
    margin-left: 20px;
  }

  /* line 3627, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .our-customer {
    padding: 45px 25px 0;
  }

  /* line 3631, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .our-customer > p {
    padding: 0 0 30px;
  }

  /* line 3635, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container-case {
    padding: 0 70px;
  }

  /* line 3639, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container-case-detail {
    padding: 0 100px;
  }

  /* line 3643, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li .text {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 1;
    transition: all 0.5s;
    z-index: 10;
    text-align: center;
  }

  /* line 3656, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li .text h3 {
    font-size: 17px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
    font-weight: 400;
  }
}
@media (min-width: 1440px) and (max-width: 1790px) {
  /* line 3666, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav {
    padding: 0 120px;
  }

  /* line 3670, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-list li a {
    font-size: 18px;
  }

  /* line 3674, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav a.goEng {
    font-size: 18px;
  }

  /* line 3678, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-business img {
    width: 250px;
  }

  /* line 3682, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-body {
    padding: 15px 220px 0;
  }

  /* line 3686, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container-case-detail,
  .main-container {
    width: auto;
    padding: 0 70px;
  }

  /* line 3696, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-information {
    padding: 45px  0;
  }

  /* line 3700, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li .right .time {
    margin-left: 20px;
  }

  /* line 3704, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .our-customer {
    padding: 45px 45px 0;
  }

  /* line 3708, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .our-customer > p {
    padding: 0 20px 30px;
  }
}
/* line 3714, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.programme-plan-noborder {
  border-top: 1px solid #fff;
}

/* 适配超大屏或用户大幅缩小网页（如33%缩放） */
@media only screen and (min-width: 1921px) {
  /* line 3720, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 120px;
    left: 0;
    right: 0;
  }

  /* line 3728, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-body {
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 20px 0;
  }
}
