#indexs .top {
  width: 100%;
  height: 643px;
  background: #fff url("/images/bg.png") no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1000px;
}
#indexs .content {
  width: 1000px;
  min-width: 1000px;
}
#indexs .content h2 {
  height: 69px;
  font-weight: bold;
  font-size: 52px;
  color: #fab901;
  line-height: 69px;
  margin-bottom: 40px;
}
#indexs .content p {
  width: 800px;

  font-size: 22px;
  color: #ffffff;
  line-height: 40px;
}
#indexs .center {
  width: 100%;
  height: 1040px;
  background: #fff url("/images/bg2.png") no-repeat;
  background-position: center bottom;
  background-size: 100% 690px;
  padding-top: 86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
#indexs .center .center_top {
  display: flex;
  justify-content: center;
}
#indexs .center .center_top .cover {
  width: 340px;
  height: 427px;
}
#indexs .center .center_top .cover img {
  width: 100%;
}
#indexs .center .center_top .text {
  margin-left: 50px;
}
#indexs .center .center_top .text .item {
  margin-bottom: 30px;
}
#indexs .center .center_top .text h2 {
  height: 42px;
  font-weight: bold;
  font-size: 32px;
  color: #0a225d;
  line-height: 42px;
}
#indexs .center .center_top .text p {
  width: 610px;
  height: 48px;
  font-size: 18px;
  color: #393939;
  line-height: 24px;
  margin-top: 11px;
}
#indexs .center .contact {
  margin-top: 205px;
}
#indexs .center .contact p {
  font-size: 16px;
  color: #393939;
}
#indexs .center .footer {
  margin-top: 18px;
  font-size: 16px;
  color: #393939;
  line-height: 21px;
  text-align: center;
}
#indexs .center .e-mail {
  padding-top: 18px;
  font-size: 16px;
  color: #393939;
  line-height: 21px;
}
#indexs .center .address {
  padding-top: 18px;
  font-size: 16px;
  color: #393939;
  line-height: 21px;
  margin-bottom: 52px;
}
