/* line 3, ../sass/tmp.scss */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
	user-select: auto;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix{*zoom:1;}
.clearfix::before, .clearfix::after {
	content: '';
	display: table;
	clear: both;
}
.container {
	padding: 0 3.2rem;
}

.school {
  font-family: MicrosoftYaHei;
  font-size: 0.14rem;
}
.school .section1 {
  height: 10.46rem;
  background: url(./img/school/school-row1-bg.png);
  padding-top: 0.53rem;
}
.school .section1 .row1 {
  height: 0.47rem;
  display: flex;
  justify-content: center;
}
.school .section1 .row1 .items {
  width: 5.4rem;
  display: flex;
}
.school .section1 .row1 .items .item {
  width: 1rem;
  text-align: center;
}
.school .section1 .row1 .items .item .zh {
  height: 0.28rem;
  font-size: 0.28rem;
  line-height: 0.36rem;
  letter-spacing: 0.06rem;
  color: #333333;
}
.school .section1 .row1 .items .item .en {
  margin-top: -0.03rem;
  height: 0.13rem;
  font-size: 0.12rem;
  line-height: 0.36rem;
  color: #999999;
}
.school .section1 .row1 .items .dot {
  font-family: MicrosoftYaHei-Bold;
  font-size: 0.48rem;
  line-height: 0.32rem;
}
.school .section1 .row1 .line {
  width: 2rem;
  height: 0.01rem;
  background-color: #e77c85;
  opacity: 0.8;
  margin-top: 0.18rem;
}
.school .section1 .row2 {
  margin-top: 0.57rem;
  height: 1.92rem;
  display: flex;
  justify-content: space-between;
}
.school .section1 .row2 .item {
  display: flex;
  flex-direction: column;
  width: 1.2rem;
}
.school .section1 .row2 .item .square {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
}
.school .section1 .row2 .item .square:hover {
  cursor: pointer;
}
.school .section1 .row2 .item .square .img {
  width: 1.06rem;
  height: 1.2rem;
}
.school .section1 .row2 .item .text {
  text-align: center;
}
.school .section1 .row2 .item .text .title {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #333;
}
.school .section1 .row2 .item .text .subTitle {
  width: 1.6rem;
  margin-left: -0.2rem;
  margin-top: 0.05rem;
  font-size: 0.14rem;
  color: #999;
}
.school .section1 .row3 {
  margin-top: 1.01rem;
  height: 6rem;
  display: flex;
}
.school .section1 .row3 .column {
  transition: transform 0.5s;
  width: 4.2rem;
  overflow: hidden;
  font-size: 0;
}
.school .section1 .row3 .column:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.2);
}
.school .section1 .row3 .column .img, .school .section1 .row3 .column .intro {
  height: 3rem;
  width: 100%;
}
.school .section1 .row3 .column .intro {
  padding: 0.4rem 0.33rem;
  color: #ffffff;
  background-color: #DC7078;
}
.school .section1 .row3 .column .intro:nth-child(2) {
  color: #333333;
  background-color: #f6f6f6;
}
.school .section1 .row3 .column .intro .zh {
  font-size: 0.24rem;
}
.school .section1 .row3 .column .intro .en {
  margin-top: 0.07rem;
  font-family: ArialMT;
  font-size: 0.12rem;
}
.school .section1 .row3 .column .intro .desc {
  margin-top: 0.19rem;
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.school .section1 .row3 .gap {
  width: 0.1rem;
  background-color: #d70010;
}
.school .section2 {
  height: 4.16rem;
  display: flex;
  justify-content: space-between;
}
.school .section2 .item {
  margin-top: 1.01rem;
  width: 1.59rem;
}
.school .section2 .item .img {
  width: 1.5rem;
  height: 1.5rem;
}
.school .section2 .item .title {
  margin-top: 0.39rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #333333;
}
.school .hr1 {
  border-bottom: 0.08rem solid #d70010;
}
.school .hr2 {
  border-top: 0.08rem solid #e57a82;
}
.school .section3 {
  height: 6.55rem;
  background-color: #f7f8fa;
  color: #333333;
}
.school .section3 .row1 {
  padding-top: 0.81rem;
  font-size: 0.36rem;
  text-align: center;
}
.school .section3 .row2 {
  padding-top: 0.38rem;
  font-size: 0.18rem;
  line-height: 0.36rem;
  text-align: left;
  text-indent: 0.36rem;
  color: #666;
}
.school .section3 .row3 {
  padding-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.school .section3 .row3 .item {
  transition: transform 0.5s;
  width: 3rem;
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
}
.school .section3 .row3 .item:hover {
  transform: scale(1.05);
}
.school .section3 .row3 .item.last .word .title {
  flex: 0 0 1.25rem;
}
.school .section3 .row3 .item .img {
  width: 3rem;
  height: 2rem;
}
.school .section3 .row3 .item .hr {
  margin-top: -0.05rem;
  height: 0.05rem;
  background-color: #d70010;
}
.school .section3 .row3 .item .word {
  padding: 0.2rem 0.15rem;
  box-sizing: padding-box;
  display: flex;
  background: url("./img/school/school-s3-bg.jpg");
  background-size: cover;
  height: 1.05rem;
}
.school .section3 .row3 .item .word .title {
  flex: 0 0 1.15rem;
}
.school .section3 .row3 .item .word .title .zh {
  font-size: 0.24rem;
}
.school .section3 .row3 .item .word .title .en {
  font-family: ArialMT;
  font-size: 0.12rem;
  color: #999999;
}
.school .section3 .row3 .item .word .desc {
  text-align: right;
  flex: 1;
  font-size: 0.14rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 1650px) {
  .school .section3 .row3 .item .word {
    padding: 0.1rem 0.05rem;
  }
  .school .section3 .row3 .item .word .title {
    flex: 0 0 1rem;
  }
}

  /* footer */

  /* line 3, ../sass/tmp.scss */
.footer {
    height: 2.3rem;
    background-color: #2e3034;
    color: #7c7c7c;
  }
  /* line 7, ../sass/tmp.scss */
  .footer .footer-content {
    display: flex;
    justify-content: space-between;
    padding: .45rem 0;
  }
  /* line 12, ../sass/tmp.scss */
  .footer .footer-content .footer-section .footer-links-list {
    display: flex;
    margin-bottom: .45rem;
  }
  /* line 15, ../sass/tmp.scss */
  .footer .footer-content .footer-section .footer-links-list .link {
    font-family: MicrosoftYaHeiLight;
    font-size: 0.18rem;
    line-height: 1.33;
    color: #c1c1c1;
    margin-right: 0.9rem;
  }
.footer .footer-content .footer-section .footer-links-list .link > a {
  color: #c1c1c1;
  text-decoration: none;
}
  /* line 23, ../sass/tmp.scss */
  .footer .footer-content .footer-section .address {
    font-family: MicrosoftYaHeiLight;
    font-size: 0.16rem;
    line-height: 2.25;
    color: #7c7c7c;
  }
  /* line 29, ../sass/tmp.scss */
  .footer .footer-content .footer-section .friend-txt {
    font-family: MicrosoftYaHeiLight;
    font-size: 0.18rem;
    line-height: 1.33;
    color: #c1c1c1;
    margin-bottom: .35rem;
  }
  /* line 36, ../sass/tmp.scss */
  .footer .footer-content .footer-section .logo-list {
    display: flex;
  }
  /* line 38, ../sass/tmp.scss */
  .footer .footer-content .footer-section .logo-list .logo {
    width: 1.5rem;
    height: 0.5rem;
    margin-right: .43rem;
  }
  /* line 42, ../sass/tmp.scss */
  .footer .footer-content .footer-section .logo-list .logo img {
    width: 100%;
    height: 100%;
  }
  /* line 49, ../sass/tmp.scss */
  .footer .footer-content .footer-section.wx-code-section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 53, ../sass/tmp.scss */
  .footer .footer-content .footer-section.wx-code-section .wx-code {
    width: 1rem;
    height: 1rem;
    text-align: center;
  }
  /* line 57, ../sass/tmp.scss */
  .footer .footer-content .footer-section.wx-code-section .wx-code img {
    width: 100%;
    height: 100%;
  }
  /* line 62, ../sass/tmp.scss */
  .footer .footer-content .footer-section.wx-code-section .wx-txt {
    font-family: MicrosoftYaHeiLight;
    font-size: 0.16rem;
    line-height: 1.5;
    color: #7c7c7c;
  }
  
  /* page-header */
  
    /* line 3, ../sass/tmp.scss */
   .school-section {
	   padding-top: 0.78rem;
   }	
  .page-header {
    height: 5rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
  }
  /* line 10, ../sass/tmp.scss */
  .page-header .header-mask {
    width: 100%;
    height: 1.4rem;
    background-color: rgba(0, 0, 0, 0.4);
    font-family: MicrosoftYaHei;
    font-size: 0.18rem;
    line-height: 2;
    color: #ffffff;
    display: flex;
    align-items: center;
  }
  /* line 20, ../sass/tmp.scss */
  .page-header .header-mask .page-header-text {
    text-align: justify;
    width: 12.78rem;
    margin: 0 auto;
    text-indent: 2em;
  }
  /* line 27, ../sass/tmp.scss */
  .page-header.school-header {
    background-image: url(../img/school-banner.jpg);
  }
  /* line 29, ../sass/tmp.scss */
  .page-header.school-header .header-mask {
    align-items: unset;
    padding-top: 0.6rem;
  }
  /* line 34, ../sass/tmp.scss */
  .page-header.education-header {
    background-image: url(../img/education-banner.jpg);
  }
  /* line 37, ../sass/tmp.scss */
  .page-header.about-us-header {
    background-image: url(../img/about-us-banner.jpg);
  }
  