﻿#app .app-wrapper .header .banner {
  background: url("../images/jin_cheng/top_bg.jpg") top no-repeat;
}
#app .app-wrapper .header .banner .inner {
  height: 250px;
}
#app .app-wrapper .header .banner .nav-wrapper {
  background: #e22323;
}
#app .app-wrapper .header .banner .nav-wrapper .nav .item {
  position: relative;
  width: 150px;
  text-align: center;
  cursor: pointer;
}
#app .app-wrapper .header .banner .nav-wrapper .nav .item::before {
  background-color: #fff;
  width: 1px;
  height: 100%;
  border: none;
  box-shadow: 0.5px 0.5px 1px #e22323 inset;
}
#app .app-wrapper .header .banner .nav-wrapper .nav .item::after {
  display: none;
}
#app .app-wrapper .main {
  background-color: #fff;
  min-height: 700px;
}
#app .app-wrapper .main .main-wrapper {
  padding-top: 30px;
}
#app .app-wrapper .main .main-wrapper .search-box {
  box-sizing: border-box;
  width: 100%;
  height: 130px;
  margin-bottom: 20px;
  border: 1px solid #b1b1b1;
  position: relative;
  background-image: url("../images/jin_cheng/search_bg.jpg");
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 580px;
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .tab {
  display: flex;
  height: 30px;
  width: 85%;
  padding-bottom: 16px;
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .tab span {
  position: relative;
  flex: 1;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .tab span.active {
  color: #e22323;
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .tab span.active::before,
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .tab span.active::after {
  display: block;
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .tab span::before,
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .tab span::after {
  display: none;
  box-sizing: border-box;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -17px;
  transform: translateX(-50%);
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .tab span::before {
  border-bottom-color: #b1b1b1;
  border-width: 16px;
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .tab span::after {
  border-bottom-color: #fff;
  border-width: 15px;
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .search-input {
  border: 1px solid #b1b1b1;
  background: #fff;
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .search-input .search {
  display: flex;
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .search-input .search input {
  flex: 1;
  line-height: 48px;
  height: 48px;
  text-indent: 25px;
  font-size: 16px;
  border: none;
  background-color: transparent;
  outline: none;
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .search-input .search .btn-search {
  width: 70px;
  height: 48px;
  background: #e22323;
  cursor: pointer;
}
#app .app-wrapper .main .main-wrapper .search-box .search-wrapper .search-input .search .btn-search .el-icon-search {
  width: 70px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 48px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper {
  background-color: #fff;
  border: 1px solid #b1b1b1;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item {
  display: flex;
  height: 100%;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .left-pic {
  width: 835px;
  height: 350px;
  font-size: 0;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .left-pic img {
  width: 100%;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content {
  position: relative;
  flex: 1;
  box-sizing: border-box;
  color: #141414;
  padding: 20px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content h4 {
  line-height: 24px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content h4 a {
  font-size: 18px;
  font-weight: 700;
  color: #141414;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail {
  margin-top: 15px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-left {
  height: 20px;
  line-height: 20px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-left .column {
  display: inline-block;
  font-style: normal;
  padding: 0 7px;
  background-color: #e22323;
  color: #fff;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-left .column-name {
  display: inline-block;
  font-style: normal;
  padding: 0 8px;
  background-color: #e2e2e2;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-right {
  color: #6e6e6e;
  height: 20px;
  line-height: 20px;
  float: right;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-right .artical-from {
  font-style: normal;
  padding-left: 15px;
  background: url("../images/comp.png") 0 1px no-repeat;
  margin-right: 4px;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-detail .detail-right .artical-time {
  font-style: normal;
  padding-left: 15px;
  background: url("../images/clock.png") 0 1px no-repeat;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-content {
  line-height: 18px;
  height: 140px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-content a {
  font-size: 14px;
  line-height: 18px;
  color: #141414;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-footer {
  position: absolute;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 58px;
  line-height: 58px;
  text-align: right;
  border-top: 1px solid #bebebe;
  box-sizing: border-box;
}
#app .app-wrapper .main .main-wrapper .slide-wrapper .slide-item .right-content .artical-footer a {
  font-size: 14px;
  line-height: 18px;
  color: #e22323;
}
#app .app-wrapper .main .main-wrapper .info-search {
  display: flex;
  min-width: 1200px;
  margin-top: 20px;
}
.swiper {
  position: relative;
  background-color: #f4f4f4;
  flex: 1;
  overflow: hidden;
  box-sizing: border-box;
}
.swiper > ul {
  display: flex;
}
.swiper > ul > li {
  flex: 1;
  display: inline-block;
  width: 190px;
  height: 125px;
  /*margin: 0 4px;*/
}

.swiper > ul > li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#app .app-wrapper .main .main-wrapper .banner {
  margin: 20px 0 0;
  font-size: 0;
}
#app .app-wrapper .main .main-wrapper .column-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside:nth-child(1) {
  /*flex: 3;*/
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside:nth-child(2) {
  flex: 1;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column {
  display: inline-block;
  width: 45%;
  margin: 5px 40px 5px 0;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column .top {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px;
  border-bottom: 5px solid #e5e5e5;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column .top span {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
}

#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column .top span.icon {
  height: 25px;
  background: url("../images/jin_cheng/icon_machine_logo.jpg") no-repeat;
  color: #e22323;
  font-weight: 700;
  width: 90px;
  font-size: 18px;
  text-align: right;
  line-height: 25px;
  padding-left: 20px;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column .top span.more {
  height: 25px;
  text-align: right;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column .top span.more a {
  color: #1a1a1a;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column .news {
  margin-top: 10px;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column .news .item {
  display: flex;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e7e7e7;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column .news .item .title {
  flex: 1;
  color: #1a1a1a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside .column .news .item .time {
  flex: 0 0 80px;
  width: 80px;
  color: #6e6e6e;
  text-align: right;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > p {
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  font-size: 16px;
  background-color: #e22323;
  color: #fff;
  text-align: center;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > ul {
  padding: 2px;
  background-color: #f5f5f5;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > ul .service-item {
  border-bottom: 1px solid #bebebe;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > ul .service-item > a {
  display: block;
  height: 100%;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > ul .service-item > a > img {
  display: inline-block;
  height: 70px;
  width: 48%;
  padding: 6px 0;
  vertical-align: top;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > ul .service-item > a > span {
  display: inline-block;
  font-size: 16px;
  height: 70px;
  width: 50%;
  vertical-align: top;
}
#app .app-wrapper .main .main-wrapper .column-wrapper .column-aside > ul .service-item > a > span > p {
  position: relative;
  top: 50%;
  margin: 0 auto;
  width: 90px;
  line-height: 22px;
  transform: translateY(-40%);
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#app .app-wrapper .main .main-wrapper .column-bottom {
  margin-top: 20px;
  width: 100%;
  height: 410px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft {
  float: left;
  width: 65%;
  margin-right: 30px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .top {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px;
  border-bottom: 5px solid #e5e5e5;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .top span {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .top span.icon {
  height: 25px;
  background: url("../images/jin_cheng/icon_machine_logo.jpg") no-repeat;
  color: #e22323;
  font-weight: 700;
  width: 90px;
  font-size: 18px;
  text-align: right;
  line-height: 25px;
  padding-left: 20px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .top span.icon a {
  color: #1a1a1a;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .case {
  width: 100%;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .case .case-item {
  display: inline-block;
  width: 48%;
  height: 120px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 12px 16px 0;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .case .case-item > a {
  display: block;
  margin-top: 15px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .case .case-item > a > span {
  vertical-align: top;
  height: 70px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .case .case-item > a > span:nth-child(1) {
  display: inline-block;
  width: 78px;
  margin-right: 10px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .case .case-item > a > span:nth-child(2) {
  display: inline-block;
  width: 282px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .case .case-item > a > span > h4 {
  font-size: 15px;
  width: 210px;
  margin-bottom: 5px;
  font-weight: 600;
  height: 16px;
  color: #282828;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .case .case-item > a > span > p {
  line-height: 20px;
  text-indent: 2em;
  color: #868686;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .case .case-item > a > p {
  margin-top: 10px;
  color: #9c9c9c;
  text-align: right;
}
#app .app-wrapper .main .main-wrapper .column-bottom .lastLeft .case .case-item > a > p .iconfont {
  margin: 0 1px 0 2px;
  font-size: 14px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right {
  padding-right: 20px;
  float: right;
  width: 30%;
  height: 318px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right .top {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px;
  border-bottom: 5px solid #e5e5e5;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right .top span {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right .top span.icon {
  height: 25px;
  background: url("../images/jin_cheng/icon_machine_logo.jpg") no-repeat;
  color: #e22323;
  font-weight: 700;
  font-size: 18px;
  text-align: right;
  line-height: 25px;
  text-indent: 18px;
  padding-left: 20px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right .top span.icon a {
  color: #1a1a1a;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right .table-title {
  display: flex;
  color: #e22323;
  background-color: #f7dbda;
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right .table-title .row {
  flex: 1;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right .data-box {
  height: 200px;
  overflow: hidden;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right .data-box .table {
  overflow: visible;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right .data-box .table .column:nth-child(odd) {
  background-color: #eaeaea;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right .data-box .table .column > a {
  display: flex;
  height: 40px;
  color: #4b4b4b;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right .data-box .table .column > a .row {
  height: 40px;
  line-height: 40px;
  flex: 1;
  text-align: center;
}
#app .app-wrapper .main .main-wrapper .column-bottom .last-right .data-box .table .column > a:hover {
  color: #f00;
}
#app .bottom-wrapper {
  background: #efefef;
}
#app .bottom-wrapper .content {
  width: 1200px;
  margin: 20px auto 0;
  padding: 20px 0;
}
#app .bottom-wrapper .content h2 {
  padding: 10px 0;
  font-size: 16px;
}
#app .bottom-wrapper .content ul {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}
#app .bottom-wrapper .content ul li {
  width: 170px;
  line-height: 30px;
}
#app .bottom-wrapper .content ul li:hover a {
  color: #e22323;
}
#app .bottom-wrapper .content ul li a {
  color: #3c3c3c;
}
.top .icon {
  display: block;
  position: relative;
}
.top .icon .redBar {
  width: 110%;
  position: absolute;
  left: -5px;
  bottom: -15px;
  display: block;
  height: 5px;
  background-color: #e22323;
}
.footer {
  background-color: #e22323;
  height: 230px;
}
.button-next,
.button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 44px;
  line-height: 44px;
  margin-top: -22px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
  outline: none;
}
.button-prev {
  left: 0;
}
.button-next {
  right: 0;
}

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

.size_78-70{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
