body {
  margin: 0;

  padding: 0;
}

.home {
  position: reactive;
}

.header {
  width: 100%;

  display: flex;

  height: 89px;

  /* background: url("../image/0fa0c87dae255e1_size620_w372_h183.gif") no-repeat

        100%; */

  background-size: cover;

  background-color: white;
}

.One {
  /* height: 89px;

  flex: 0.5;

  text-align: center;

  padding-top: 20px;

  line-height: 25px;

  font-size: 25px;

  margin-left: 0px;

  margin-top: 15px;

  color: #1151d1; */
  flex: 0.1;
}

.Two {
  width: 160px;

  height: 23px;

  font-size: 28px;

  font-family: Microsoft YaHei;

  font-weight: bold;

  font-style: italic;

  color: #1151d1;

  line-height: 64px;

  margin-left: 5px;

  margin-top: 15px;
}

.Three {
  flex: 5;

  height: 89px;

  display: flex;

  text-align: center;

  justify-content: flex-end;

  border-bottom: 0.1px solid #fff;

  margin: 0;
}

.Three span {
  display: block;

  width: 70px;

  height: 86px;

  font-size: 16px;

  font-family: Microsoft YaHei;

  font-weight: 400;

  /* color: #ffffff; */

  line-height: 86px;

  margin-right: 100px;
}

.Three span:nth-child(5) {
  margin-right: 20px;
}

.banner {
  width: 100%;

  height: 467px;

  display: flex;

  background: url("../image/1.2.png") no-repeat 100%;

  background-size: cover;

  position: relative;
}

.banner img {
  width: 100%;

  height: 100%;
}

.banner p:nth-child(1) {
  position: absolute;

  top: 50px;

  left: 802px;

  width: 304px;

  height: 53px;

  font-size: 52px;

  font-family: Microsoft YaHei;

  font-weight: bold;

  color: #ffffff;
}

.banner p:nth-child(2) {
  position: absolute;

  top: 151px;

  left: 931px;

  width: 52px;

  height: 26px;

  font-size: 26px;

  font-family: Microsoft YaHei;

  font-weight: 400;

  color: #ffffff;
}

.banner p:nth-child(3) {
  position: absolute;

  top: 216px;

  left: 932px;

  width: 51px;

  height: 2px;

  font-size: 23px;

  font-family: Microsoft YaHei;

  font-weight: 400;

  color: #ffffff;
}

.daoHang {
  width: 100%;

  height: 100px;

  background-color: white;

  display: flex;

  margin-top: -44px;

  justify-content: center;

  align-content: center;

  flex-wrap: wrap;
}

.daoHang p {
  width: 108px;

  height: 32px;

  border-radius: 16px;

  text-align: center;
}

.daoHang p:hover {
  background-color: #1151d1;

  color: white;
}

.daoHang p:nth-child(1) {
  margin-right: 45px;
}

.daoHang p:nth-child(2) {
  margin-right: 45px;
}

.daoHang p:nth-child(3) {
  margin-right: 45px;
}

.daoHang p:nth-child(4) {
  margin-right: 45px;
}

.daoHang p:nth-child(5) {
  margin-right: 45px;
}

.daoHang p:nth-child(6) {
  margin-right: 45px;
}

.daoHang p:nth-child(7) {
  margin-right: -70px;
}

.daoHang a {
  width: 108px;

  height: 32px;

  margin-top: 16px;

  border-radius: 50px;

  margin-right: 45px;

  text-align: center;

  line-height: 32px;
}

.daoHang a:hover {
  background-color: #1151d1 !important;

  color: white !important;
}

.shangPin a {
  display: block;

  width: 50%;
}

.daoHang p span {
  display: block;

  width: 100%;

  height: 100%;

  font-size: 16px;

  font-family: Microsoft YaHei;

  font-weight: 400;

  border-radius: 20px;

  line-height: 32px;
}

.shangPin {
  width: 80%;

  height: 100%;

  display: flex !important;

  flex-direction: row;

  flex-wrap: wrap;

  margin-left: 232px;

  margin-top: -20px;
}

.box {
  width: 706px;

  height: 527px;

  background: #ffffff;

  box-shadow: 6px 6px 20px 0px rgba(142, 153, 178, 0.1);

  border-radius: 20px;

  margin-top: 20px;

  float: left;
}

.box:nth-child(2n) {
  margin-left: 28px;
}

.box p:nth-child(1) {
  width: 708px;

  height: 400px;

  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.box p:nth-child(1) img {
  width: 100%;

  height: 100%;
  border-radius: 20px 20px 0 0;
  transition: all 0.3s ease-in 0s;
}

.box p:nth-child(1) img:hover {
  transform: scale(1.2);

  transition: all 0.3s ease-in;
}

.box p:nth-child(2) {
  width: 100%;

  height: 119px;

  display: flex;

  flex-direction: column;
}

.box p:nth-child(2) span:nth-child(1) {
  width: 648px;

  height: 22px;

  font-size: 18px;

  font-family: Microsoft YaHei;

  font-weight: 400;

  color: #000000;

  margin-left: 18px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;
}

.box p:nth-child(2) span:nth-child(2) {
  width: 659px;

  height: 39px;

  font-size: 14px;

  font-family: Microsoft YaHei;

  font-weight: 400;

  color: #333333;

  margin-left: 18px;

  margin-top: 16px;

  line-height: 20px;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;
}

.box:nth-child(4) p:nth-child(1) img {
  font-size: 50px;
}

.footer {
  width: 426px;

  height: 54px;

  background: #f7f8fb;

  border: 1px solid #ffffff;

  box-shadow: 0px 0px 16px 0px rgba(142, 153, 178, 0.16);

  border-radius: 6px;

  display: flex;

  margin-left: 746px;

  margin-top: 80px;
}

.footerTwo {
  width: 100%;

  height: 44px;

  background-color: black;

  color: white;

  margin-top: 94px;

  display: flex;

  justify-content: center;
}

.footerTwo span {
  display: block;

  width: 468px;

  height: 14px;

  font-size: 12px;

  font-family: Microsoft YaHei;

  font-weight: 400;

  color: #ffffff;

  margin-top: 15px;
}

a {
  text-decoration: none;

  color: black;
}

.tou {
  border-bottom: 4px solid #1151d1;

  color: #1151d1;
}

.daoColor {
  background-color: #1151d1;

  color: white !important;
}

.fenYe {
  color: #1151d1;
}

.fenYeTwo {
  color: #8d8d8d;
}

.yi {
  display: none;
}

.er {
  display: block;
}

.rightBoxX {
  width: 1520px;

  height: 100%;

  background-color: rgba(0, 0, 0, 0);

  position: fixed;

  right: 0;

  top: 0;

  z-index: 100;
}

.leftBoxX p {
  width: 100%;

  height: 113px;

  text-align: center;

  line-height: 100px;

  font-size: 25px;

  margin: 0;

  transition: all 0.3s ease-in 0s;

  z-index: 500;
}

.leftBoxX p:nth-child(2):hover {
  transition: all 0.3s ease-in;

  background-color: #1151d1;

  color: white !important;
}

.leftBoxX p:nth-child(3):hover {
  transition: all 0.3s ease-in;

  background-color: #1151d1;

  color: white !important;
}

.leftBoxX p:nth-child(4):hover {
  transition: all 0.3s ease-in;

  background-color: #1151d1;

  color: white !important;
}

.leftBoxX p:nth-child(5):hover {
  transition: all 0.3s ease-in;

  background-color: #1151d1;

  color: white !important;
}

.leftBoxX p:nth-child(6):hover {
  transition: all 0.3s ease-in;

  background-color: #1151d1;

  color: white !important;
}

.leftBoxX p img {
  margin-top: 5px;
}

.leftBoxX {
  width: 400px;

  height: 100%;

  background-color: white;

  position: fixed;

  left: 0;

  top: 0;

  z-index: 300;
}

.xian {
  display: block;
}

.cang {
  display: none;
}
