.in-banner .top {
  height: 330px;
  position: relative;
}
.in-banner .top .title {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.in-banner .top .title p:first-child {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
}
.in-banner .top .title p:last-child {
  font-size: 18px;
  font-family: Arial;
  color: #FFFFFF;
}
.in-banner .bot {
  background-color: #B1AA84;
}
.all-content {
  width: 100%;
  position: relative;
}
.all-content .main {
  margin: 0 auto;
  width: 1200px;
}
.all-content .main h1 {
  margin-top: 107px;
  margin-bottom: 101px;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
.all-content .main .mid {
  padding-bottom: 62px;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.all-content .main .mid .left {
  font-size: 16px;
  color: #333333;
}
.all-content .main .mid .left span:nth-of-type(2) {
  margin-left: 53px;
}
.all-content .main .mid .left span:nth-of-type(3) {
  margin-left: 53px;
}
.all-content .main .mid .right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.all-content .main .mid .right .font,
.all-content .main .mid .right .read {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #D13030;
}
.all-content .main .mid .right .font span {
  margin: 0 7px;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #F6F6F6;
  border: 1px solid #EEEDED;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.6);
  transition: all 0.5s;
  cursor: pointer;
}
.all-content .main .mid .right .font span:hover {
  background-color: #E10023;
  color: #fff;
}
.all-content .main .mid .right .font .active {
  background-color: #E10023;
  color: #fff;
}
.all-content .main .mid .right .read {
  margin-left: 50px;
}
.all-content .main .mid .right .read .phone {
  margin-left: 15px;
  width: 59px;
  height: 59px;
  background: #F6F6F6;
  border: 1px solid #EEEDED;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.all-content .main .mid .right .read .phone img {
  width: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.all-content .main .mid .right .read .phone .img {
  width: 120px;
  height: 120px;
  border-radius: 5%;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: absolute;
  top: 59px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0);
  transition: all 0.5s;
}
.all-content .main .mid .right .read .phone .active {
  transform: scale(1);
}
.all-content .main .content {
  width: 100%;
  padding-top: 70px;
  text-align: justify;
  font-size: 18px;
  color: #333333;
  line-height: 38px;
}
.all-content .main .content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}
.all-content .bottom {
  margin-top: 213px;
  width: 100%;
  height: 314px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.all-content .bottom .center {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  justify-content: space-between;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
.all-content .bottom .center .left {
  width: 90%;
}
.all-content .bottom .center .left .top,
.all-content .bottom .center .left .bot {
  margin-bottom: 34px;
  display: flex;
  align-items: center;
}
.all-content .bottom .center .left .top a,
.all-content .bottom .center .left .bot a {
  transition: all 0.5s;
}
.all-content .bottom .center .left .top a:hover,
.all-content .bottom .center .left .bot a:hover {
  opacity: 0.8;
}
.all-content .bottom .center .left .top a:nth-of-type(1),
.all-content .bottom .center .left .bot a:nth-of-type(1) {
  flex-shrink: 0;
  width: 101px;
  height: 46px;
  background-color: #C90C0C;
  border-radius: 5%;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}
.all-content .bottom .center .left .top a:nth-of-type(2),
.all-content .bottom .center .left .bot a:nth-of-type(2) {
  margin-left: 38px;
  display: block;
  width: 50%;
  font-size: 17px;
  color: #333333;
}
.all-content .bottom .center .right a {
  display: block;
  width: 140px;
  height: 46px;
  line-height: 46px;
  border-radius: 5%;
  background-color: #B1AA84;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  transition: all 0.5s;
}
.all-content .bottom .center .right a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1280px) {
  .in-banner .top {
    height: 330px;
    position: relative;
  }
  .in-banner .top .title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .in-banner .top .title p:first-child {
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
  }
  .in-banner .top .title p:last-child {
    font-size: 18px;
    font-family: Arial;
    color: #FFFFFF;
  }
  .in-banner .bot {
    background-color: #B1AA84;
  }
  .all-content {
    width: 100%;
    position: relative;
  }
  .all-content .main {
    margin: 0 auto;
    width: 980px;
  }
  .all-content .main h1 {
    margin-top: 107px;
    margin-bottom: 101px;
    font-size: 32px;
    font-weight: bold;
    color: #333;
  }
  .all-content .main .mid {
    padding-bottom: 62px;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .all-content .main .mid .left {
    font-size: 16px;
    color: #333333;
  }
  .all-content .main .mid .left span:nth-of-type(2) {
    margin-left: 53px;
  }
  .all-content .main .mid .left span:nth-of-type(3) {
    margin-left: 53px;
  }
  .all-content .main .mid .right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .all-content .main .mid .right .font,
  .all-content .main .mid .right .read {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #D13030;
  }
  .all-content .main .mid .right .font span {
    margin: 0 7px;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #F6F6F6;
    border: 1px solid #EEEDED;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: rgba(51, 51, 51, 0.6);
    transition: all 0.5s;
    cursor: pointer;
  }
  .all-content .main .mid .right .font span:hover {
    background-color: #E10023;
    color: #fff;
  }
  .all-content .main .mid .right .read {
    margin-left: 50px;
  }
  .all-content .main .mid .right .read .phone {
    margin-left: 15px;
    width: 59px;
    height: 59px;
    background: #F6F6F6;
    border: 1px solid #EEEDED;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
  }
  .all-content .main .mid .right .read .phone img {
    width: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .all-content .main .mid .right .read .phone .img {
    width: 120px;
    height: 120px;
    border-radius: 5%;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    position: absolute;
    top: 59px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: all 0.5s;
  }
  .all-content .main .mid .right .read .phone .active {
    transform: scale(1);
  }
  .all-content .main .content {
    width: 100%;
    padding-top: 70px;
    text-align: justify;
    font-size: 18px;
    color: #333333;
    line-height: 38px;
  }
  .all-content .main .content img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
  }
  .all-content .bottom {
    margin-top: 213px;
    width: 100%;
    height: 314px;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .all-content .bottom .center {
    margin: 0 auto;
    width: 980px;
    display: flex;
    justify-content: space-between;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
  }
  .all-content .bottom .center .left {
    width: 90%;
  }
  .all-content .bottom .center .left .top,
  .all-content .bottom .center .left .bot {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
  }
  .all-content .bottom .center .left .top a,
  .all-content .bottom .center .left .bot a {
    transition: all 0.5s;
  }
  .all-content .bottom .center .left .top a:hover,
  .all-content .bottom .center .left .bot a:hover {
    opacity: 0.8;
  }
  .all-content .bottom .center .left .top a:nth-of-type(1),
  .all-content .bottom .center .left .bot a:nth-of-type(1) {
    flex-shrink: 0;
    width: 101px;
    height: 46px;
    background-color: #C90C0C;
    border-radius: 5%;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
  }
  .all-content .bottom .center .left .top a:nth-of-type(2),
  .all-content .bottom .center .left .bot a:nth-of-type(2) {
    margin-left: 38px;
    display: block;
    width: 50%;
    font-size: 17px;
    color: #333333;
  }
  .all-content .bottom .center .right a {
    display: block;
    width: 140px;
    height: 46px;
    line-height: 46px;
    border-radius: 5%;
    background-color: #B1AA84;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    transition: all 0.5s;
  }
  .all-content .bottom .center .right a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 980px) {
  .in-banner .top {
    height: 33rem;
    position: relative;
  }
  .in-banner .top .title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .in-banner .top .title p:first-child {
    font-size: 4rem;
    font-weight: bold;
    color: #FFFFFF;
  }
  .in-banner .top .title p:last-child {
    font-size: 1.8rem;
    font-family: Arial;
    color: #FFFFFF;
  }
  .in-banner .bot {
    background-color: #B1AA84;
  }
  .all-content {
    width: 100%;
    position: relative;
  }
  .all-content .main {
    margin: 0 auto;
    width: 90%;
  }
  .all-content .main h1 {
    margin: 5rem 0;
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
  }
  .all-content .main .mid {
    padding-bottom: 3rem;
    border-bottom: 1px solid #E3E3E3;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .all-content .main .mid .left {
    font-size: 1.6rem;
    color: #333333;
  }
  .all-content .main .mid .left span:nth-of-type(2) {
    margin-left: 2rem;
  }
  .all-content .main .mid .left span:nth-of-type(3) {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .all-content .main .mid .right {
    display: none;
  }
  .all-content .main .content {
    width: 100%;
    padding-top: 3rem;
    text-align: justify;
    font-size: 1.8rem;
    color: #333333;
    line-height: 2;
  }
  .all-content .main .content img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
  }
  .all-content .bottom {
    margin-top: 10rem;
    width: 100%;
    height: 31.4rem;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .all-content .bottom .center {
    margin: 0 auto;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
  }
  .all-content .bottom .center .left {
    width: 100%;
  }
  .all-content .bottom .center .left .top,
  .all-content .bottom .center .left .bot {
    margin-bottom: 3.4rem;
    display: flex;
    align-items: center;
  }
  .all-content .bottom .center .left .top a,
  .all-content .bottom .center .left .bot a {
    transition: all 0.5s;
  }
  .all-content .bottom .center .left .top a:hover,
  .all-content .bottom .center .left .bot a:hover {
    opacity: 0.8;
  }
  .all-content .bottom .center .left .top a:nth-of-type(1),
  .all-content .bottom .center .left .bot a:nth-of-type(1) {
    flex-shrink: 0;
    width: 10rem;
    height: 4.6rem;
    background-color: #C90C0C;
    border-radius: 5%;
    line-height: 4.6rem;
    text-align: center;
    font-size: 1.4rem;
    color: #FFFFFF;
  }
  .all-content .bottom .center .left .top a:nth-of-type(2),
  .all-content .bottom .center .left .bot a:nth-of-type(2) {
    margin-left: 2rem;
    display: block;
    width: 65%;
    font-size: 1.7rem;
    color: #333333;
  }
  .all-content .bottom .center .right a {
    display: block;
    width: 10rem;
    height: 4.6rem;
    line-height: 4.6rem;
    border-radius: 5%;
    background-color: #B1AA84;
    text-align: center;
    font-size: 1.4rem;
    color: #FFFFFF;
    transition: all 0.5s;
  }
  .all-content .bottom .center .right a:hover {
    opacity: 0.8;
  }
}
