body {
  background-color: #f5f5f5;
}
#index-home .school-synopsis {
  box-sizing: border-box;
  padding: 1rem 1.2rem;
  background-color: #fff;
}
#index-home .school-synopsis .title {
  padding-bottom: .2rem;
  padding-left: .8rem;
  border-bottom: .1rem solid #efb02a;
  position: relative;
}
#index-home .school-synopsis .title::before {
  content: "";
  display: block;
  width: .4rem;
  height: 2.5rem;
  background-color: #efb02a;
  position: absolute;
  top: 0;
  left: 0;
}
#index-home .school-synopsis .title p {
  line-height: 1.6rem;
}
#index-home .school-synopsis .title p:nth-of-type(1) {
  font-size: 1.4rem;
  color: #343434;
  line-height: 1.2rem;
}
#index-home .school-synopsis .s-body p,
#index-home .school-synopsis .s-body div,
#index-home .school-synopsis .s-body span {
  font-size: 1.1rem;
  line-height: 2rem;
}
#index-home .school-synopsis .s-body > p {
  text-indent: 2em;
  font-size: 1.1rem;
  line-height: 2rem;
  margin-top: 1rem;
}
#index-home .school-synopsis .s-body .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}
#index-home .school-synopsis .s-body .btn button {
  width: 12.9rem;
  height: 3rem;
  background-color: #efb02a;
  color: #fff;
  border-radius: .3rem;
  box-shadow: 0 0.18rem 0.44rem rgba(239, 176, 42, 0.5);
  font-size: 1.2rem;
}
#index-home .school-synopsis .s-body .address > div {
  margin-bottom: .6rem;
  display: flex;
}
#index-home .school-synopsis .s-body .address > div div {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
#index-home .school-synopsis .s-body .address > div span {
  padding: 0 .8rem;
  margin-right: .4rem;
  margin-bottom: .6rem;
  line-height: 1.8rem;
  position: relative;
}
#index-home .school-synopsis .s-body .address > div span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 200%;
  height: 200%;
  border-radius: 2rem;
  border: 1px solid;
  transform-origin: top left;
  transform: scale(0.5);
}
#index-home .school-synopsis .s-body .address p:nth-of-type(3) {
  margin-bottom: 0;
}
#index-home .hot-zy {
  box-sizing: border-box;
  padding: 1rem 1.2rem;
  background-color: #fff;
  margin-top: 1.2rem;
}
#index-home .hot-zy .title {
  padding-bottom: .2rem;
  padding-left: .8rem;
  border-bottom: .1rem solid #1c9be3;
  position: relative;
}
#index-home .hot-zy .title::before {
  content: "";
  display: block;
  width: .4rem;
  height: 2.5rem;
  background-color: #1c9be3;
  position: absolute;
  top: 0;
  left: 0;
}
#index-home .hot-zy .title p {
  line-height: 1.6rem;
}
#index-home .hot-zy .title p:nth-of-type(1) {
  font-size: 1.4rem;
  color: #343434;
  line-height: 1.2rem;
}
#index-home .hot-zy .h-body ul {
  margin-top: .4rem;
}
#index-home .hot-zy .h-body ul li {
  padding: 1rem 0;
  border-bottom: .1rem solid #e5e5e5;
  display: flex;
}
#index-home .hot-zy .h-body ul li:last-child {
  border-bottom: none;
}
#index-home .hot-zy .h-body ul li .img {
  width: 8rem;
  height: 6.5rem;
  background-color: #ccc;
}
#index-home .hot-zy .h-body ul li .img img {
  width: 100%;
  height: 100%;
}
#index-home .hot-zy .h-body ul li .con {
  flex: 1;
  margin-left: 1rem;
  display: flex;
}
#index-home .hot-zy .h-body ul li .con .left {
  flex: 1;
}
#index-home .hot-zy .h-body ul li .con .left p {
  margin-bottom: 1rem;
}
#index-home .hot-zy .h-body ul li .con .left p:nth-of-type(1) {
  font-size: 1.2rem;
}
#index-home .hot-zy .h-body ul li .con .left p:nth-of-type(3) span:first-of-type {
  margin-right: 1rem;
}
#index-home .hot-zy .h-body ul li .con .right {
  align-self: center;
  width: 5rem;
}
#index-home .hot-zy .h-body ul li .con .right button {
  width: 100%;
  height: 1.8rem;
  color: #fff;
  border-radius: .2rem;
}
#index-home .hot-zy .h-body .btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
#index-home .hot-zy .h-body .btn button {
  width: 12.9rem;
  height: 3rem;
  color: #fff;
  background-color: #1c9be3;
  border-radius: .3rem;
  box-shadow: 0 0.18rem 0.4rem rgba(58, 148, 240, 0.5);
  font-size: 1.2rem;
}
#index-home .school-tab {
  box-sizing: border-box;
  padding: 0 1.2rem 1rem;
  background-color: #fff;
  margin-top: 1.2rem;
}
#index-home .school-tab .s-title ul {
  display: flex;
}
#index-home .school-tab .s-title ul li {
  margin-right: 1rem;
}
#index-home .school-tab .s-title ul li p {
  box-sizing: border-box;
  font-size: 1.1rem;
  color: #666;
  padding: .8rem .6rem .3rem;
  border-bottom: .25rem solid #f0f0f0;
}
#index-home .school-tab .s-title ul li .active {
  border-color: #efb02a;
  color: #efb02a;
}
#index-home .school-tab .s-body .big {
  margin-top: 1.4rem;
  border-bottom: .1rem solid #e5e5e5;
  padding-bottom: 1rem;
}
#index-home .school-tab .s-body .big .img {
  width: 100%;
  height: 11rem;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
}
#index-home .school-tab .s-body .big .img img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-home .school-tab .s-body .big .con p:nth-of-type(1) {
  font-size: 1.1rem;
  color: #333;
  margin: .7rem 0;
}
#index-home .school-tab .s-body .big .con p:nth-of-type(2) {
  color: #666;
  text-indent: 2em;
  line-height: 1.8rem;
  margin-bottom: .7rem;
}
#index-home .school-tab .s-body .big .con p:nth-of-type(3) {
  width: fit-content;
  display: flex;
  align-items: center;
}
#index-home .school-tab .s-body ul li {
  padding: 1rem 0;
  border-bottom: .1rem solid #e5e5e5;
  display: flex;
}
#index-home .school-tab .s-body ul li:last-of-type {
  border-bottom: none;
}
#index-home .school-tab .s-body ul li .img {
  width: 8.3rem;
  height: 6.4rem;
  background-color: #ccc;
}
#index-home .school-tab .s-body ul li .img img {
  width: 100%;
  height: 100%;
}
#index-home .school-tab .s-body ul li .con {
  flex: 1;
  margin-right: .4rem;
}
#index-home .school-tab .s-body ul li .con p:nth-of-type(1) {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: .6rem;
}
#index-home .school-tab .s-body ul li .con p:nth-of-type(2) {
  color: #666;
  text-indent: 2em;
  margin-bottom: .7rem;
}
#index-home .school-tab .s-body ul li .con p:nth-of-type(3) {
  width: fit-content;
  display: flex;
  align-items: center;
}
#index-home .school-tab .s-body .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1rem 0 0;
}
#index-home .school-tab .s-body .btn button {
  width: 12.9rem;
  height: 3rem;
  background-color: #efb02a;
  color: #fff;
  border-radius: .3rem;
  box-shadow: 0 0.18rem 0.44rem rgba(239, 176, 42, 0.5);
  font-size: 1.2rem;
}
#index-home .school-tab .s-body2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.3rem;
}
#index-home .school-tab .s-body2 ul li {
  width: 14.4rem;
  height: 11rem;
  position: relative;
  background-color: #ccc;
  margin-bottom: 1.2rem;
}
#index-home .school-tab .s-body2 ul li .img img {
  width: 100%;
  height: 100%;
}
#index-home .school-tab .s-body2 ul li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  color: #fff;
  font-size: 1.1rem;
  background-color: rgba(0, 0, 0, 0.5);
}
#index-home .school-tab .s-body2 button {
  width: 12.9rem;
  height: 3rem;
  margin: 0 auto;
  color: #fff;
  font-size: 1rem;
  background-color: #f24b4b;
  border-radius: .3rem;
  box-shadow: 0 0.18rem 0.4rem rgba(242, 75, 75, 0.5);
}
#index-home .issue {
  margin-top: 1.2rem;
  background-color: #fff;
}
#index-home .issue .title-wrap {
  width: 100%;
  height: 5.5rem;
  background-image: url('../images/2.png');
}
#index-home .issue .title-wrap .title {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
#index-home .issue .title-wrap .title p {
  color: #fff;
  text-align: center;
}
#index-home .issue .title-wrap .title p:nth-of-type(1) {
  font-size: 1.1rem;
  margin-bottom: .6rem;
}
#index-home .issue .title-wrap .title p:nth-of-type(2) {
  font-size: .8rem;
}
#index-home .issue .con {
  box-sizing: border-box;
  padding: 1rem 3rem;
}
#index-home .issue .con ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.3rem;
}
#index-home .issue .con ul li p {
  flex: 1;
  font-size: 1.1rem;
  color: #3a94f0;
}
#index-home .issue .con ul li button {
  width: 5.4rem;
  height: 1.6rem;
  background-color: #3a94f0;
  border-radius: 0.2rem;
  color: #fff;
  font-size: .9rem;
  box-shadow: 0 0.18rem 0.4rem rgba(58, 148, 240, 0.5);
}
#index-home .issue .con .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1rem 0 0;
}
#index-home .issue .con .btn button {
  width: 12.9rem;
  height: 3rem;
  background-color: #3a94f0;
  color: #fff;
  border-radius: .3rem;
  box-shadow: 0 0.18rem 0.44rem rgba(58, 148, 240, 0.5);
  font-size: 1.2rem;
}
#index-home .message {
  margin-top: 1.2rem;
  background-color: #fff;
}
#index-home .message .title {
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#index-home .message .title p:nth-of-type(1) {
  font-size: 1.2rem;
  margin-bottom: .4rem;
}
#index-home .message .title p:nth-of-type(1) span {
  color: #e91f4a;
}
#index-home .message .title p:nth-of-type(2) {
  font-size: .9rem;
}
#index-home .message .title p:nth-of-type(2) span {
  color: #e91f4a;
}
#index-home .message .con {
  box-sizing: border-box;
  padding: 0 5.4rem 1.2rem;
}
#index-home .message .con input,
#index-home .message .con select {
  width: 16rem;
  height: 2rem;
  box-sizing: border-box;
  border: .1rem solid #666;
  padding-left: .4rem;
}
#index-home .message .con input::placeholder {
  color: #999;
}
#index-home .message .con select {
  color: #999;
  background-color: #fff;
}
#index-home .message .con > div {
  margin-bottom: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#index-home .message .con > div img {
  width: 1rem;
  height: .5rem;
  position: absolute;
  right: 1rem;
}
#index-home .message .con .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 1rem 0 0;
}
#index-home .message .con .btn button {
  width: 10.7rem;
  height: 3rem;
  background-color: #f24b4b;
  color: #fff;
  border-radius: .3rem;
  box-shadow: 0 0.18rem 0.44rem rgba(242, 75, 75, 0.5);
  font-size: 1.2rem;
}
