﻿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 .itemLeft {
  padding: 120px 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list .itemLeft .content {
  padding: 70px 0 70px 80px;
  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 .itemRight {
  padding: 120px 360px;
  display: flex;
  background-color: #ebf4ff;
  justify-content: space-between;
  align-items: center;
}
.list .itemRight .content {
  padding: 70px 80px 70px 0;
  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;
}
.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;
}