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

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

@font-face {
  font-family: siyuanN;
  src: url(/assets/SourceHanSansCN-Normal-e6883364ee348cac6fca25c9b308bdac4ecaa99f7e421c94ce09c48c973f6ba3.ttf);
}
/* line 24, /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 32, /home/clownf/elminds/app/assets/stylesheets/common.scss */
body {
  font-family: siyuanN, arial, SimSun, Tahoma, Helvetica, STHeiti, sans-serif;
}

/* line 36, /home/clownf/elminds/app/assets/stylesheets/common.scss */
button,
input,
textarea {
  border: 0;
  outline: 0;
}

/* line 43, /home/clownf/elminds/app/assets/stylesheets/common.scss */
button:focus {
  outline: none;
  box-shadow: none;
}

/* line 48, /home/clownf/elminds/app/assets/stylesheets/common.scss */
a {
  display: inline-block;
}

/* line 52, /home/clownf/elminds/app/assets/stylesheets/common.scss */
a,
a:hover {
  text-decoration: none;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 133, /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 141, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.common-title-line-red {
  border-top: 1px solid red;
}

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

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

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

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

/* line 164, /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 172, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.grey-main-title-bottom {
  margin-bottom: 18px;
}

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

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

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

/* line 187, /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 194, /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 206, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.learn-more-btn:hover {
  color: #ff2121;
  background: none;
}

/* line 211, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.rotation {
  /*height: 600px;*/
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

/* line 224, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.rotation .mask {
  height: 600px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

/* 公共头部导航 */
/* line 290, /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 305, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-logo {
  display: block;
  width: 240px;
}

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

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

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

/* line 328, /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 337, /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 346, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-nav-list li:hover a,
.head-nav-list li.active a {
  color: #ff2121;
}

/* line 351, /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 366, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.head-nav a.goEng:hover {
  background-color: transparent;
  color: #fff;
  transition: all 0.5s;
}

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

/* line 380, /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 388, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.footer-business img {
  width: 320px;
}

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

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

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

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

/* line 414, /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 422, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.info-row i.icon-company {
  background: url(/assets/company_icon-349f7a246d6028eb646e0a7a012ca4794179b92b77a1043e90c23e1f814b83b6.png) no-repeat;
}

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

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

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

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

/* line 442, /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 450, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.copyright > a,
.copyright > a:hover {
  color: #fff;
}

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

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

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

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

/* line 481, /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 489, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.go-home-btn:hover {
  color: #ff2121;
}

/*  首页 begin  */
/* line 494, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-container-home {
  width: 1280px;
  margin: 0 auto;
}

/* line 499, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.banner-container {
  width: 100%;
  /*height: 600px;*/
  overflow: hidden;
}

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

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

/* line 514, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.carousel-indicators li.active {
  background-color: #ff2121;
}

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

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

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

/* line 532, /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 544, /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 550, /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 557, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li > a {
  width: 100%;
  height: 100%;
}

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

/* line 566, /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 576, /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 584, /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 589, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li:hover .text {
  opacity: 0;
}

/* line 593, /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 606, /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 614, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li:hover .cover {
  top: 0;
}

/* line 618, /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 632, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .cover img {
  width: 40px;
  height: 40px;
}

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

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

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

/* line 650, /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 662, /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 675, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.product-center .product-list li .cover .detail-btn > button:hover {
  background: none;
  color: #ff2121;
}

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

/* line 688, /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 700, /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 706, /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 712, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li > a {
  width: 100%;
  height: 100%;
}

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

/* line 721, /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 731, /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 739, /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 744, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li:hover .text {
  opacity: 0;
}

/* line 748, /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 761, /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 769, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li:hover .cover {
  top: 0;
}

/* line 773, /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 787, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .cover img {
  width: 40px;
  height: 40px;
}

/* line 792, /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 797, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.home-product-center .product-list li .cover .desc {
  height: 60%;
  overflow: hidden;
}

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

/* line 805, /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 817, /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;
}

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

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

/* line 840, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.more-news-pc:hover,
.more-news-pc {
  display: flex;
  justify-content: flex-end;
  color: #ff2121;
  text-align: right;
  margin-bottom: 5px;
}

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

/* line 853, /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;
}

/* line 866, /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 870, /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 875, /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 880, /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 885, /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 890, /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 895, /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 900, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.tit {
  text-overflow: ellipsis;
}

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

/* line 908, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-list-home li a {
  color: #747474;
  width: 100%;
}

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

/* line 917, /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 923, /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 937, /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 946, /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 955, /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 967, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail > h3 {
  font-size: 24px;
  color: #313131;
  text-align: center;
}

/* line 973, /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 981, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail .news-desc p {
  color: #585858;
  font-size: 16px;
  /*text-indent: 30px;*/
}

/* line 987, /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 995, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.news-detail .news-footer {
  justify-content: space-between;
  align-items: center;
  color: #585858;
}

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

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

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

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

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

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

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

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

/* line 1037, /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 1047, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.go-list-btn:hover {
  color: #fff;
}

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

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

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

/* line 1070, /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 1077, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.yisi-news-content li .right .time {
  font-size: 18px;
}

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

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

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

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

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

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

/* line 1107, /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 1115, /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 1128, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.paging-list li a {
  padding: 0 15px;
  color: #ff2121;
  transition: all 0.5s;
}

/* line 1134, /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 1145, /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 1153, /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 1164, /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 1171, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-top .solution-top-left {
  float: left;
  width: 44%;
  height: 100%;
}

/* line 1176, /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 1183, /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 1192, /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 1198, /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 1205, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container a {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

/* line 1211, /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 1221, /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 1233, /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 1244, /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 1250, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-top .solution-top-right .detail-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
}

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

/* line 1260, /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 1265, /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 1276, /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 1285, /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 1292, /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 1297, /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 1301, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .small-solution-content {
  height: 177px;
}

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

/* line 1309, /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 1314, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.solution-container .small-solution-content .right-text {
  padding: 17px;
  float: left;
  width: 50%;
  height: 100%;
}

/* line 1321, /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 1326, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.new-service-list {
  margin: 0 18px 80px;
  margin-top: -80px;
}

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

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

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

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

/* line 1351, /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 1361, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group {
  background-color: #EEEEEE;
  padding: 44px 58px;
}

/* line 1365, /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 1372, /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 1379, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .success-case-list li:nth-of-type(2n) {
  margin-right: 0;
}

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

/* line 1386, /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 1392, /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 1397, /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 1410, /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 1418, /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 1425, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-container-group .case-icon-list li:nth-of-type(4n) {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

/* line 1495, /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 1503, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-content {
  background-color: #f1f1f1;
  padding: 45px 0;
  color: #535353;
}

/* line 1509, /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 1520, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.mark-label span {
  padding-left: 10px;
}

/* line 1525, /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 1533, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.mark-textarea textarea {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 10px;
  resize: none;
}

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

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

/* line 1550, /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 1559, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.submit-form-btn {
  text-align: center;
  margin-top: 30px;
}

/* line 1564, /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 1575, /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 1583, /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 1590, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.our-customer .customer-list li:nth-child(6n) {
  margin-right: 0;
}

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

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

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

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

/* line 1613, /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 1619, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .mask {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

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

/* line 1627, /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 1633, /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 1644, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .cover .ordinary {
  height: 220px;
}

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

/* line 1653, /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 1670, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li:hover .text-botton {
  opacity: 0;
  transition: all 0.5s;
}

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

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

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

/* line 1689, /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 1699, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li:hover .play-btn-top {
  opacity: 0;
  transition: all 0.5s;
}

/* line 1704, /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 1715, /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 1724, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.video-content > div {
  width: 640px;
}

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

/* line 1732, /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 1743, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-center .product-list li .cover .detail-btn > a {
  margin-top: 40px;
}

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

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

/* line 1762, /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 1769, /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 1775, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.case-detail-pic {
  padding-top: 10px;
}

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

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

/* line 1785, /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 1793, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.main-case-desc p {
  color: #747474;
  line-height: 30px;
  font-size: 14px;
}

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

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

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

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

/* line 1815, /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 1826, /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 1835, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.show-contact span {
  display: inline-block;
  width: 10px;
  padding-left: 30px;
  padding-top: 5px;
}

/* line 1841, /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 1852, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.show-contact-phone img {
  width: 18px;
  display: block;
  margin: 5px auto 0;
}

/* line 1857, /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 1865, /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 1877, /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 1886, /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 1893, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-box-show > p span:last-child {
  height: 28px;
  width: 30px;
  position: relative;
}

/* line 1899, /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 1910, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form {
  margin-bottom: 18px;
  margin-left: 11px;
}

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

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

/* line 1926, /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 1932, /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 1938, /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 1944, /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 1950, /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 1956, /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 1965, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.contact-form textarea {
  resize: none;
  height: 170px;
}

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

/* line 1975, /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 1986, /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 2000, /home/clownf/elminds/app/assets/stylesheets/common.scss */
.success-box > div {
  height: 35px;
  background: #F33131;
  border-radius: 10px;
}

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

/* line 2009, /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 2022, /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 2030, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-box-show > p {
    border-radius: 5px;
    font-size: 21px;
  }

  /* line 2034, /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 2039, /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 2046, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .success-box {
    width: 260px;
    height: 150px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2136, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .carousel-indicators {
    margin-bottom: -3px;
  }

  /* line 2140, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .carousel-indicators li {
    width: 15px;
  }

  /*  导航 */
  /* line 2145, /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 2159, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-phone .head-logo-phone img {
    height: 27px;
    width: auto;
  }

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

  /* line 2171, /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 2183, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-phone .nav-icon > div.line2 {
    top: 14px;
  }

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

  /* line 2191, /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 2197, /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 2203, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav-phone .nav-icon .hide {
    display: none;
  }

  /* line 2207, /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 2216, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .menu-list-phone.show {
    left: 50%;
    transition: all 0.5s;
  }

  /* line 2221, /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 2227, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li:nth-child(3n) {
    margin-right: 2.7%;
  }

  /* line 2231, /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 2238, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li:nth-child(3n) {
    margin-right: 1%;
  }

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

  /* line 2246, /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 2254, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .menu-list-phone li.active {
    background-color: #fff;
  }

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

  /* line 2262, /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 2266, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .menu-list-phone li > a {
    font-size: 15px;
    width: 100%;
  }

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

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

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

  /* line 2292, /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 2302, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .footer-info {
    position: static;
    left: 0;
    transform: inherit;
    width: 100%;
  }

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

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

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

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

  /* line 2329, /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 2338, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .info-row {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }

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

  /* line 2348, /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 2359, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .banner-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
  }

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

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

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

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

  /* line 2382, /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 2390, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center-home .product-list li:nth-of-type(3n) {
    margin-right: 0;
  }

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

  /* line 2398, /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 2405, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li .text {
    height: 20px;
  }

  /* line 2409, /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 2417, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .product-center .product-list li .cover .cover-title > span {
    font-size: 15px;
  }

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

  /* line 2426, /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 2433, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-information {
    padding: 20px 0 0;
  }

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

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

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

  /* line 2453, /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 2466, /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 2473, /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 2479, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .more-news-btn {
    text-align: center;
  }

  /* line 2482, /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;
  }

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

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

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

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

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

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

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

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

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

  /* line 2538, /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 2546, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .news-detail .news-footer {
    flex-direction: column;
    align-items: normal;
  }

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

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

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

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

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

  /* line 2578, /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 2584, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .yisi-news-content li a {
    display: block;
    width: 100%;
  }

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

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

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

  /* line 2607, /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 2614, /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 2621, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .paging-list li a {
    padding: 0 10px;
  }

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

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

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

  /* line 2643, /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 2650, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .about-product-list li {
    width: 25%;
    margin: 15px 0 10px 0;
  }

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

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

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

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

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

  /* line 2680, /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 2687, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .our-customer .customer-list li {
    margin-bottom: 8px;
  }

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

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

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

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

  /* line 2708, /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 2714, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .contact-form .input-form .form-right {
    display: flex;
  }

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

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

  /* line 2727, /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 2735, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .mark-textarea {
    height: 150px;
    width: 83%;
    margin: 0 5px 0 9px;
  }

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

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

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

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

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

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

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

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

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

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

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

  /* line 2793, /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 2803, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .black-main-title-top:first-child {
    margin-top: 30px;
  }

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

  /* line 2811, /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 2819, /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 2826, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .home-product-center .product-list li .text {
    height: 15px;
  }

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

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

  /* line 2838, /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 2845, /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 2850, /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 2855, /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 2863, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-center .video-list li .play-btn-top {
    width: 30px;
    height: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2924, /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 2931, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .phone-pro-list li .solution-text {
    padding: 5px;
  }

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

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

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

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

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

  /* line 2956, /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 2962, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-container-group .success-case-list li .case-info {
    float: left;
    width: 50%;
  }

  /* line 2966, /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 2972, /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 2978, /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 2985, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-container-group .success-case-list li .case-img {
    float: right;
    width: 50%;
    height: 100%;
  }

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

  /* line 2994, /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 3001, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .case-container-group .case-icon-list li .play-btn {
    width: 25px;
    height: 25px;
  }

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

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

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

  /* line 3044, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .rotation .title-eng {
    margin-top: 100px;
  }

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

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

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

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

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

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

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

  /* line 3077, /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 3085, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container,
  .main-container-home,
  .main-container-case {
    width: auto;
    padding: 0 220px;
  }

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

  /* line 3096, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .rotation .title-eng {
    margin-top: 130px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 3235, /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 3243, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav {
    padding: 0 110px;
  }

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

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

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

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

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

  /* line 3268, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .main-container-home {
    width: 1200px;
  }

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

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

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

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

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

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

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

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

  /* line 3305, /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 3318, /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 3328, /home/clownf/elminds/app/assets/stylesheets/common.scss */
  .head-nav {
    padding: 0 120px;
  }

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

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

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

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

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

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

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

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

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