.swiper {
  text-align: center;
  width: 100%;
  padding-top: 46.354%;
  position: relative; }

.swiper-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.about-us {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF; }

.about-us-l {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  padding: 20px; }

.about-us-r {
  box-sizing: border-box;
  position: relative;
  width: 51.73%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden; }

.about-us-r .cover-img {
  background-image: url(../img/index/pic1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .3s;
  transform: scale(1); }

.about-us-r:hover .cover-img {
  transform: scale(1.03); }

.about-us-r:hover .about-us-r2 {
  opacity: 1; }

.tech-item-bg {
  transition: all .3s; }

.about-us-r2 {
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  padding-top: calc((58.12% - 24px)/2);
  padding-bottom: calc((58.12% - 24px)/2);
  z-index: 8;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff; }

.about-us-r:hover .line {
  width: 4px; }

.stit .line {
  width: 50px;
  background: #fff;
  display: block;
  transition: all .6s;
  height: 2px;
  margin: 8px auto; }

.solution-r:hover .stit,
.case-item-cover:hover .stit {
  opacity: 1; }

.case-action-wrapper .stit {
  background: none; }

.stit:hover {
  opacity: 1; }

.stit {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  transition: all .3s;
  display: flex;
  z-index: 99;
  top: 0;
  left: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  font-size: 16px; }

.solution-r:hover .stit .line,
.case-item-cover:hover .stit .line {
  width: 4px; }

.stit .line {
  width: 50px;
  background: #fff;
  display: block;
  transition: all .6s;
  height: 2px;
  margin: 8px auto; }

.abu-title {
  font-size: 20px;
  line-height: 20px;
  display: flex;
  justify-content: flex-start;
  color: #000000; }

.abu-sub-title {
  font-size: 12px;
  color: #CCCCCC;
  line-height: 28px;
  margin-top: 14px; }

.abu-desc {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  margin-top: 20px; }

.abu-line {
  margin-top: 14px;
  width: 40px;
  height: 2px; }

.abu-btn {
  margin-top: 21px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 102px;
  height: 40px;
  border: 1px solid #666;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  font-weight: 500; }

.abu-btn .arrow-icon {
  width: 14px;
  height: 9px;
  background: url("../img/index/right_arrown2.png") no-repeat;
  display: inline-block;
  margin: 0 5px; }
  .abu-btn .arrow-icon.arrow-icon-left {
    transform: rotate(180deg); }

.abu-btn:hover {
  color: #9F261A;
  border: 1px solid #9F261A; }

.abu-btn:hover .arrow-icon {
  background-image: url("../img/index/right_arrow.png"); }

.right-arrow {
  width: 14px;
  height: 9px;
  margin-left: 4px; }

.more-btn {
  display: none;
  text-align: center;
  color: #FFFFFF;
  line-height: 22px;
  width: 83px;
  padding-left: 12px;
  padding-right: 12px;
  height: 23px;
  border: 1px solid #F6F6F6;
  border-radius: 11px 12px 12px 12px;
  font-size: 14px; }

.tech {
  flex: 1;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF; }

.tech-row {
  display: flex;
  justify-content: space-between;
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box; }

.tech-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  overflow: hidden; }

.tech-label-line {
  margin-top: 14px;
  margin-bottom: 14px;
  width: 10px;
  height: 1px;
  background: #FFFFFF; }

.tech-item .tech-label {
  display: flex;
  flex-direction: column; }

.tech-item .tech-label-desc {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF; }

.tech-label-desc-text {
  line-height: 32px; }

.tech-item:hover .tech-label-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.tech-item-bg {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.tech-item:hover .tech-item-bg {
  transform: scale(1.2); }

.tech-label {
  position: absolute;
  background: rgba(0, 0, 0, 0.73);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF; }

.tech-item:last-child {
  border-right: none; }

.tech-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  background-color: #0e0e0e; }

.tech-r {
  width: 27.53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  position: relative; }

.tech-r-content {
  position: absolute;
  width: 100%;
  flex: 1;
  padding: 32px;
  box-sizing: border-box;
top: 0}

.tech-title {
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 15px; }

.tech-sub-title {
  font-size: 12px;
  color: #cccccc;
  margin-bottom: 16px; }

.tech-line {
  width: 40px;
  height: 2px; }

.tech-desc {
  margin-top: 25px;
  color: #666666;
  font-size: 14px;
  line-height: 24px; }

.left-arrow {
  margin-right: 4px; }

.tech-pd {
  padding-top: 109.2%; }

.solution {
  flex: 1;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  margin-top: 20px; }

.solution-l {
  width: 37.66%;
  box-sizing: border-box;
  position: relative; }

.solution-r {
  flex: 1;
  position: relative; }

.solution-r-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0; }

.solution-l-pd {
  padding-top: 100.88%; }

.solution-l-content {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 32px;
  flex: 1;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0; }

.solution-list {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-top: 20px; }

.sloution-item-wrapper {
  max-width: 25%;
  min-width: 25%;
  width: 25%;
  margin-bottom: 10px; }

.sloution-item:hover {
  border: 1px solid #AB1415;
  color: #AB1415; }

.sloution-item {
  margin-right: 16px;
  box-sizing: border-box;
  flex: 1;
  height: 32px;
  text-align: center;
  border: 1px solid #F6F6F6;
  border-radius: 16px 16px 16px 16px;
  color: #666666;
  line-height: 32px;
  font-size: 14px; }

.solution-tips {
  background: rgba(14, 14, 14, 0.53);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  line-height: 28px;
  text-align: center;
  margin-bottom: 24px;
  z-index: 9;
  left: 0;
  top: 0;
  flex-direction: column;
  opacity: 1;
  transition: all .3s;
}

.solution-r:hover .solution-tips {
  opacity: 1; }

.solution-tips .more-btn {
  display: inline-block; }

.solution-r {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.case {
  margin-top: 20px;
  background-color: #FFFFFF;
  flex: 1;
  padding: 24px; }

.case-title {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  line-height: 28px; }

.case-sub-title {
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 28px;
  margin-left: 10px; }

.case-line {
  width: 40px;
  height: 2px;
  margin-top: 12px; }

.case-desc {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #666666;
  line-height: 24px;
  margin-top: 12px; }

.case-sub-title {
  font-size: 12px;
  font-family: Arial;
  font-weight: 400;
  color: #CCCCCC;
  line-height: 28px; }

.case-cat {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px; }

.case-cat-item {
  width: 120px;
  height: 37px;
  border: 1px solid #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #333333;
  margin-right: 4px;
  cursor: pointer; }

.case-cat-item a {
  height: 100%;
  width: 100%;
  color: #333333;
  display: inline-flex;
  align-items: center;
  justify-content: center; }

.case-cat-item:hover a {
  color: #AB1415; }

.case-cat-item.case-cat-item-active {
  border: 1px solid #AB1415;
  color: #AB1415; }

.case-cat-item:hover {
  border: 1px solid  #AB1415;
  color: #AB1415; }

.case-list {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px; }

.case-item-wrpper {
  display: block;
  box-sizing: border-box;
  width: 33.333%;
  margin-bottom: 6px;
  padding-right: 6px; }

.case-item-wrpper:hover .case-bottom {
  color: #9F261A; }

.case-item-wrpper:hover .right-arrow2 {
  display: none; }

.case-item-wrpper:hover .case-item-cover-img {
  transform: scale(1.1); }

.right-arrow2-hover {
  display: none; }

.case-item-wrpper:hover .right-arrow2-hover {
  display: inline-block; }

.article-list .case-item-wrpper {
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 6px;
  padding-right: 6px; }

.case-action-wrapper:last-child {
  padding-right: 0; }

.case-item {
  box-sizing: border-box;
  border: 1px solid #eee; }

.case-cat-item {
  border-color: #ccc; }

.case-item-info {
  padding: 12px 32px; }

.article-list .case-item-info {
  padding: 22px 24px; }

.case-item-cover {
  width: 100%;
  position: relative;
  overflow: hidden; }

.case-item-cover-pd {
  padding-top: 62.37%; }

.article-list .case-item-cover-pd {
  padding-top: 62.22%; }

.case-item-cover-img {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s; }

.case-action-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  flex: 1;
  transition: all .3s; }

.case-action-wrapper:hover > .more-btn {
  display: inline-block; }

.case-action-wrapper:hover {
  background: rgba(0, 0, 0, 0.72); }

.case-item-wrpper:hover .case-action-wrapper {
  background: rgba(0, 0, 0, 0.72); }

.case-item-wrpper:hover .more-btn {
  display: inline-block; }

.case-name {
  position: relative;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.article-list .case-name {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 21px; }

.case-item-desc {
  margin-top: 12px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  opacity: 0.58; }

.article-list .case-item-desc {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 21px; }

.case-bottom {
  margin-top: 12px;
  border-top: 1px solid rgba(153, 153, 153, 0.1);
  padding-top: 12px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  align-items: center;
  display: flex;
  justify-content: space-between; }

.article-list .case-bottom {
  font-size: 12px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  padding-top: 20px;
  margin-top: 20px; }

.case-bottom-left {
  display: flex;
  align-items: center; }

.right-arrow2 {
  width: 20px;
  height: 14px; }

.artice-tag {
  width: 16px;
  height: 16px;
  margin-right: 6px; }

.case-item-nobd {
  border: none;
  padding-left: 24px;
  padding-right: 24px; }

.case-item-nobd .case-item-info {
  padding-left: 0;
  padding-right: 0;
  border: none;
  border-bottom: 1px solid rgba(153, 153, 153, 0.38); }

.article-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #AB1415;
  left: -20px;
  top: 10px; }

.friend-list {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-top: 48px;
  margin-bottom: 48px;
  justify-content: space-between; }

.friend-item-wrapper {
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 110px;
  height: 34px;
  margin: 7px; }

.friend-item {
  position: relative;
  width: 100%;
  padding-top: 24.865%; }

.friend-item-logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.solution-r {
  overflow: hidden; }
  .solution-r:hover .solution-r-bg {
    transform: scale(1.03); }
  .solution-r .solution-r-bg {
    transition: all .3s; }

.article-item {
  border-color: #eee; }

.article-item-wrpper:hover .article-item-cover .article-item-cover-img {
  transform: scale(1.1); }
.article-item-wrpper .article-item-cover {
  overflow: hidden; }
  .article-item-wrpper .article-item-cover .article-item-cover-img {
    transition: all .3s; }
.article-item-wrpper .article-name {
  margin-bottom: 6px; }
.article-item-wrpper .article-item .article-item-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 40px;
  line-height: 20px; }

.friend-item-wrapper {
  width: 16.6%;
  height: auto;
  margin: 0;
  padding: 0 15px; }

.stit.stit-line {
  position: relative;
  position: initial;
  height: auto;
  background: none; }

.swiper {
  position: relative; }
  .swiper .info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 42%;
    transform: translate(0, -50%);
    z-index: 8;
    color: #fff;
    text-align: left; }
    .swiper .info .cont {
      max-width: 1440px;
      min-width: 1140px;
      margin: 0 auto;
      padding: 0 30px; }
    .swiper .info .title {
      font-size: 46px;
      padding: 0;
      margin: 0;
      margin-bottom: 30px;
      font-weight: normal;
      letter-spacing: 5px; }
    .swiper .info .line {
      width: 34px;
      height: 2px;
      background: #fff;
      margin-bottom: 35px; }
    .swiper .info .text {
      font-size: 24px;
      letter-spacing: 2px; }

.ban-swiper .swiper-pagination{
  padding: 0 30px;
  width: 100%;
  bottom: 0;
  text-align: left;
  max-width: 1440px;
  min-width: 1140px;
  position: relative;
  margin: 0 auto;
}
.ban-swiper .swiper-pagination-bullet{
  width: 22px;
  height: 2px;
  background: rgba(255,255,255,.4);
  border-radius: 0;
  opacity: 1;
  margin-right: 10px;
} .ban-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: rgba(255,255,255,1);
  }
.swiper-pagination-wrap{
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 999;
  width: 100%;
}
.fiexd-sibler{
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
}
.fiexd-sibler .item{
  margin-bottom: 2px;
  background: #bf2230;
  transition: all 0.3s;
  border-radius: 5px;
  position: relative;
}
.fiexd-sibler .item a{

  width: 80px;
  height: 60px;

  text-align: center;
  padding: 10px 0 0;
  display: block;
  color: #fff;

}
.fiexd-sibler .item:hover{
  margin-left: -10px;
}
.fiexd-sibler .item .icon{
  width: 26px;
}
.fiexd-sibler .item p{
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
.fiexd-sibler .tel .arrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #ab1415;
  display: inline-block;
  border-bottom: 6px solid transparent;
}
.fiexd-sibler .tel{
  position: absolute;
  right: 80px;
  z-index: 0;
  display: flex;
  align-items: center;
  transform: translate(-20px,0);
  display: none;
}
.fiexd-sibler .tel .num{
  background: #ab1415;
  border-radius: 5px;
  color: #fff;
  height: 70px;
  line-height: 70px;
  width: 166px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

.fiexd-sibler .item:hover .tel{
  display: flex;
}
/*# sourceMappingURL=index.css.map */
