﻿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;
  
}
.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;
}
.list {
  padding: 150px 80px 0;
}
.list img {
  width: 860px;
  height: 574px;
}
.list .itemLeft {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
  margin-bottom: 200px;
}
.list .itemLeft .content {
  transform: translateX(-40px);
  height: 414px;
  background: #fff;
  box-shadow: 0px 0px 12px 1px rgba(0, 116, 255, 0.2);
  padding: 70px 120px;
  display: flex;
  flex-direction: column;
}
.list .itemLeft .content .title {
  font-size: 32px;
}
.list .itemLeft .content .line {
  width: 64px;
  height: 4px;
  background: #0074ff;
  margin: 16px 0 40px;
}
.list .itemLeft .content .text {
  line-height: 32px;
  font-size: 16px;
}
.list .itemLeft::before,
.list .itemLeft::after {
  content: '';
  position: absolute;
}
.list .itemLeft::before {
  top: 20px;
  
  right: -20px;
  
  border-top: 1px #0074ff solid;
  border-right: 1px #0074ff solid;
  width: 40px;
  height: 40px;
}
.list .itemLeft::after {
  right: -20px;
  bottom: 20px;
  border-bottom: 1px #0074ff solid;
  border-right: 1px #0074ff solid;
  width: 40px;
  height: 40px;
}
.list .itemRight {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
  margin-bottom: 200px;
}
.list .itemRight .content {
  transform: translateX(40px);
  height: 414px;
  background: #fff;
  box-shadow: 0px 0px 12px 1px rgba(0, 116, 255, 0.2);
  padding: 70px 120px;
  display: flex;
  flex-direction: column;
}
.list .itemRight .content .title {
  font-size: 32px;
}
.list .itemRight .content .line {
  width: 64px;
  height: 4px;
  background: #0074ff;
  margin: 16px 0 40px;
}
.list .itemRight .content .text {
  line-height: 32px;
  font-size: 16px;
}
.list .itemRight::before,
.list .itemRight::after {
  content: '';
  position: absolute;
}
.list .itemRight::before {
  top: 20px;
  
  left: -20px;
  
  border-top: 1px #0074ff solid;
  border-left: 1px #0074ff solid;
  width: 40px;
  height: 40px;
}
.list .itemRight::after {
  left: -20px;
  bottom: 20px;
  border-bottom: 1px #0074ff solid;
  border-left: 1px #0074ff solid;
  width: 40px;
  height: 40px;
}
.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;
}