.view.nob {
  border: 0;
}

.ep1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ep2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.container2,
.container {
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.g-type {
  margin-bottom: 45px;
}

.g-type .tit {
  font-size: 36px;
  font-weight: bold;
}

.g-type .desc {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 6px;
  color: #282828;
}

.read-more {
  font-weight: 800;
  font-size: 15px;
  background: #0071e9;
  display: inline-block;
  color: #fff;
  padding: 13px 37px;
  line-height: normal;
  transition: all 0.3s;
  border-radius: 30px;
}

/* idx1 */
.idx1 {
  padding-top: 60px;
  background: #fff;
}

.idx1 * {
  box-sizing: border-box;
}

.idx1 .slides {
  position: relative;
  margin: 0 -30px;
  padding: 0 30px;
}

.idx1 .slides .arrow {
  background-color: #eaeaea;
  height: 60px;
  width: 60px;
  overflow: hidden;
  position: absolute;
  padding: 0;
  border: none;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-size: 25px;
  opacity: 0.5;
}

.idx1 .slides .swiper-button-next {
  right: 0;
  background-image: url("../images/yjt.png");
}

.idx1 .slides .swiper-button-prev {
  left: 0;
  background-image: url("../images/zjt.png");
}

.idx1 .item {
  position: relative;
  overflow: hidden;
}

.idx1 .item .app-img {
  height: 450px;
  background: no-repeat center;
  background-size: cover;
}

.idx1 .item .yellow-patch,
.idx1 .item .hover-data {
  transition: all 1s;
}

.idx1 .item .yellow-patch {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #0071e9;
  width: 100%;
  padding: 30px 35px;
}

.idx1 .item h3 {
  color: #fff !important;
  font-size: 22px !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 10px 0 !important;
  line-height: normal !important;
}

.idx1 .item:hover .yellow-patch {
  bottom: -100%;
}

.idx1 .item:hover .hover-data {
  top: 0;
}

.idx1 .hover-data,
.idx1 .node-readmore {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: rgba(0, 113, 233, 0.8);
  top: 100%;
  left: 0;
}

.idx1 .hover-data p,
.idx1 .node-readmore p {
  font-size: 19px;
  line-height: 30px;
  margin: 0 0 6px 0;
  color: #fff;
}

.read-more {
  margin-top: 5px;
  display: inline-block;
  padding: 6px 35px 6px 15px;
  line-height: 17px;
  transition: all 0.3s;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  background: #f0ad1e;
  color: #fff !important;
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}

.read-more::after {
  transform: translateY(-50%);
  content: "";
  z-index: -1;
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 12px;
  line-height: 15px;
  border-radius: 4rem;
  background: #f0ad1e url("../images/case_right.png") no-repeat center;
  background-size: 6px 9px;
  height: 18px;
  width: 18px;
  padding: 0 0 0 2px;
  text-align: center;
  transition: all 0.3s;
}

.read-more.read-more2 {
  background: #0071e9;
  padding: 10px 35px 10px 15px;
}

.read-more.read-more2::after {
  background-color: #0f6bcd;
}

#c_grid-1649834017079 {
  margin-top: 0 !important;
}

/* idx3 */
.idx3 {
  background: #f1f1f1;
  padding: 60px 0;
}

.idx3 .list ul {
  margin: 0 -20px;
  display: flex;
}

.idx3 .list li {
  width: 25%;
}

.idx3 .list li .item {
  margin: 0 20px;
}

.idx3 .list li .item .item-pic {
  border: 1px solid #ddd;
  background: #fff;
}

.idx3 .list li .item .item-txt .tit {
  margin-top: 25px;
  font-size: 25px;
  line-height: 35px;
  height: 70px;
  color: #212121;
  font-weight: bold;
}

.idx3 .list li .item .item-txt .desc {
  margin: 25px 0;
  font-size: 18px;
  line-height: 28px;
  height:112px;
  overflow: hidden;
  color: #575757;
  -webkit-line-clamp:4;
}

.idx3 .list li .item:hover .item-txt .tit {
  color: #0071e9;
}

/* idx4 */
.idx4 {
  padding: 60px 0;
}

.idx4 .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.idx4 .cont .g-type {
  margin-bottom: 0;
  max-width: 65%;
}

.idx4 .cont .g-type .desc {
  font-size: 22px;
}

.idx4 .cont .link a {
  text-transform: uppercase;
  font-size: 16px;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  transition: all 0.3s;
  padding: 15px 30px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  background-color: #0071e9;
  border: 2px solid #0071e9;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12), 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  transition: all ease 0.3s;
}

.idx4 .cont .link a:hover {
  background-color: #0467d1;
  border: 2px solid #0467d1;
}

@media (max-width: 1520px) {
  .container,
  .container2 {
    padding: 0 60px;
  }
}
