﻿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;
}
.list {
  padding: 120px 0 0;
}
.list .item {
  background: #ebf4ff;
  padding: 20px;
  margin-left: 360px;
}
.list .item .title {
  font-size: 32px;
  padding-top: 20px;
  padding-left: 60px;
  padding-bottom: 40px;
}
.list .item .content {
  display: flex;
  align-items: center;
}
.list .item .content div {
  min-width: 870px;
  max-width: 870px;
  height: 300px;
  line-height: 300px;
  background-color: #fff;
  line-height: 37px;
  padding-left: 40px;
}
.list .item .content img {
  margin-right: 360px;
}
.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;
}