﻿body {
  max-width: 1920px;
  
  min-width: 1900px;
  margin: 0 auto;
  
}
body .swiper-container,
body .swiper-container2 {
  max-width: 100%;
  
}
body img {
  max-width: 100%;
  
  height: auto;
  
}
@media only screen and (max-width: 600px) {
  body {
    max-width: 100%;
    
    min-width: auto;
    
  }
}
.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  height: 100px;
  padding: 0 360px;
}
.head .tabs {
  display: flex;
  justify-content: space-around;
  font-size: 16px;
  height: 100%;
  line-height: 100px;
}
.head .tabs div {
  margin-left: 60px;
  height: 100%;
}
.head .tabs div:hover {
  border-bottom: 4px solid #fb0b0b;
  color: #fb0b0b;
}
.head .tabs div:hover a {
  color: #fb0b0b;
}
.head .tabs div a {
  color: #333;
  text-decoration: none;
}
.head .tabs .active {
  border-bottom: 4px solid #fb0b0b;
  color: #fb0b0b !important;
}
.swiper-container {
  width: 100%;
  height: 800px;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet {
  background: #fff !important;
  width: 30px !important;
  height: 4px !important;
  border-radius: 1px !important;
}
.swiper-container {
  position: relative;
}
.swiper-pagination {
  bottom: 110px !important;
}
.swiper-pagination {
  position: absolute;
  bottom: 100%;
  
  width: 100%;
  text-align: center;
}
.tips {
  width: 100%;
  height: 100px;
  background-color: #ffffff90;
  
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 360px;
}
.tips > div {
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-size: 24px;
}
.tips > div span {
  margin-left: 20px;
}
.about {
  margin: 100px 360px;
}
.about .title {
  text-align: center;
  font-size: 30px;
}
.about .title span:nth-child(1) {
  color: #aaaaaa;
  margin-right: 10px;
}
.about .title .line {
  margin: 20px 0 60px;
  position: relative;
}
.about .title .line span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 200px;
  height: 1px;
  background: #cccccc;
}
.about .title .line span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #fb0b0b;
}
.about .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .content > div {
  display: flex;
  flex-direction: column;
  padding: 0 80px 0 0;
}
.about .content > div > span:nth-child(1) {
  font-size: 30px;
}
.about .content > div > span:nth-child(2) {
  margin: 30px 0;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.about .content > div div {
  width: 130px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px #fb0b0b solid;
  color: #fb0b0b;
  cursor: pointer;
}
.about .content img {
  cursor: pointer;
}
.soft {
  padding: 100px 360px;
  background: url('../image/软件开发背景.png') repeat 100%;
}
.soft .title {
  text-align: center;
  font-size: 30px;
}
.soft .title span:nth-child(1) {
  color: #aaaaaa;
  margin-right: 10px;
}
.soft .title .line {
  margin: 20px 0 60px;
  position: relative;
}
.soft .title .line span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 200px;
  height: 1px;
  background: #cccccc;
}
.soft .title .line span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #fb0b0b;
}
.soft .item {
  display: flex;
  justify-content: space-between;
}
.soft .item .project {
  width: 380px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 60px;
  box-sizing: content-box;
}
.soft .item .project img {
  width: 380px;
  height: 214px;
}
.soft .item .project span:nth-child(2) {
  font-size: 18px;
  margin: 20px;
}
.soft .item .project span:nth-child(3) {
  font-size: 14px;
  color: #999999;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  
  -webkit-box-orient: vertical;
  text-align: left;
}
.soft .item .project::after {
  content: '';
  position: relative;
  bottom: -60px;
  width: 0%;
  height: 2px;
  background-color: #fb0b0b;
}
.soft .item .project:hover::after {
  width: 100%;
  transition: all 0.2s linear;
}
.soft .item .project:hover span:nth-child(2) {
  color: #fb0b0b;
}
.soft .item .inteP {
  box-shadow: 0px 3px 6px 1px rgba(0, 30, 67, 0.08);
}
.operation {
  padding: 100px 360px;
  background: url('../image/软件开发背景.png') repeat 100%;
}
.operation .title {
  text-align: center;
  font-size: 30px;
}
.operation .title span:nth-child(1) {
  color: #aaaaaa;
  margin-right: 10px;
}
.operation .title .line {
  margin: 20px 0 60px;
  position: relative;
}
.operation .title .line span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 200px;
  height: 1px;
  background: #cccccc;
}
.operation .title .line span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #fb0b0b;
}
.operation .item {
  display: flex;
  flex-direction: column;
}
.operation .item img {
  width: 100%;
}
.operation .item .content {
  background-color: #fff;
  padding: 0px 20px 60px;
  display: flex;
  flex-direction: column;
}
.operation .item .content span:nth-child(1) {
  font-size: 18px;
  margin: 20px 0;
}
.operation .item .content span:nth-child(2) {
  font-size: 14px;
  color: #999;
}
.operation .item::after {
  content: '';
  position: relative;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: #fb0b0b;
}
.operation .item:hover::after {
  width: 100%;
  transition: all 0.2s linear;
}
.operation .item:hover span:nth-child(1) {
  color: #fb0b0b;
}
.client {
  padding: 100px 360px;
}
.client .title {
  text-align: center;
  font-size: 30px;
}
.client .title span:nth-child(1) {
  color: #aaaaaa;
  margin-right: 10px;
}
.client .title .line {
  margin: 20px 0 60px;
  position: relative;
}
.client .title .line span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 200px;
  height: 1px;
  background: #cccccc;
}
.client .title .line span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #fb0b0b;
}
.client .swiper {
  display: flex;
  margin-top: 100px;
  align-items: center;
}
.client .swiper svg {
  width: 30px;
  height: 30px;
}
.client .swiper-container2 {
  width: 100%;
  overflow: hidden;
  
}
.client .swiper-container2 img {
  width: 230px;
  height: 60px;
  object-fit: cover;
}
.client .swiper-slide {
  display: flex;
  justify-content: center;
}
.foot {
  display: flex;
  flex-direction: column;
  background: #24323e;
  padding: 40px 360px 20px;
  color: #fff;
}
.foot .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot .top .left {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  line-height: 40px;
}
.foot .top .left > span:nth-child(2) {
  font-weight: bold;
}
.foot .top .left > span:nth-child(3),
.foot .top .left > span:nth-child(4) {
  font-size: 16px;
}
.foot .top .left a {
  color: #fff;
  text-decoration: none;
}
.foot .top .right div {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 5px;
}
.foot .top .right div img {
  margin-right: 4px;
}
.swiper-button-next2 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next2 {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}