@charset "UTF-8";
.pd30 {
  padding: 0 0.75rem;
}

.title {
  margin: 0.7rem auto;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
}

.button {
  width: 7.5rem;
  height: 1.75rem;
  margin: 0.2rem auto 1.25rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.75rem;
  text-align: center;
  background: linear-gradient(90deg, #ffdc38, #ff8851);
  border-radius: 1.75rem;
}

.banner {
  box-sizing: border-box;
  width: 100%;
  height: 11.75rem;
  background: url("../images/banner.jpg") center no-repeat;
  background-size: 100% 100%;
}

.aboutus {
  box-sizing: border-box;
  height: 17.5rem;
  padding: 0.75rem 1rem 0;
  background: url("../images/aboutus_bg.jpg") center no-repeat;
  background-size: 100% 100%;
}
.aboutus .inner {
  position: relative;
  margin-top: 0.8rem;
  box-shadow: 0 2px 0.75rem 2px rgba(222, 222, 222, 0.28);
}
.aboutus .inner::before {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  z-index: 1;
  width: 1.75rem;
  height: 1.75rem;
  background: linear-gradient(0deg, #e50f29, #fc7130);
  content: "";
}
.aboutus .inner::after {
  position: absolute;
  bottom: -0.25rem;
  left: -0.25rem;
  z-index: 1;
  width: 1.75rem;
  height: 1.75rem;
  background: linear-gradient(-90deg, #e50f29, #fc7130);
  content: "";
}
.aboutus .content {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  height: 12.25rem;
  padding: 0.9rem 1rem;
  background: #fff;
  border-radius: 0.6rem 0;
}
.aboutus .content .ctit {
  position: relative;
  margin-bottom: 0.7rem;
  margin-left: -0.5rem;
  color: #e50f29;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 1.2rem;
  background: linear-gradient(90deg, #fc7130, #e50f29);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboutus .content .ctit::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 5.9rem;
  height: 2px;
  background: linear-gradient(90deg, #fc7130, #e50f29);
  content: "";
}
.aboutus .content .ctit::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #bfbfbf;
  content: "";
}
.aboutus .content .desc {
  font-size: 0.55rem;
  line-height: 0.83rem;
  text-align: justify;
}

.adv {
  padding-top: 0.8rem;
  padding-bottom: 1.35rem;
}
.adv .navbar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.adv .navbar .item {
  display: flex;
  width: 3.9rem;
  height: 4.375rem;
  background: center top no-repeat;
  background-size: contain;
}
.adv .navbar .item:nth-child(1) {
  background-image: url("../images/adv_nav1.png");
}
.adv .navbar .item:nth-child(1).active {
  background-image: url("../images/adv_nav_active1.png");
}
.adv .navbar .item:nth-child(2) {
  background-image: url("../images/adv_nav2.png");
}
.adv .navbar .item:nth-child(2).active {
  background-image: url("../images/adv_nav_active2.png");
}
.adv .navbar .item:nth-child(3) {
  background-image: url("../images/adv_nav3.png");
}
.adv .navbar .item:nth-child(3).active {
  background-image: url("../images/adv_nav_active3.png");
}
.adv .navbar .item:nth-child(4) {
  background-image: url("../images/adv_nav4.png");
}
.adv .navbar .item:nth-child(4).active {
  background-image: url("../images/adv_nav_active4.png");
}
.adv .navbar .item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.9rem;
  color: #f8f9fa;
  font-size: 0.65rem;
  line-height: 1rem;
  text-align: center;
}
.adv .container {
  display: none;
  box-sizing: border-box;
  padding: 0.95rem;
}
.adv .container.show {
  display: block;
}
.adv .container.container1 {
  height: 5.45rem;
  background: url("../images/adv_item1.jpg") no-repeat;
  background-size: contain;
}
.adv .container.container2 {
  height: 7.5rem;
  background: url("../images/adv_item2.jpg") no-repeat;
  background-size: contain;
}
.adv .container.container3 {
  height: 5.45rem;
  background: url("../images/adv_item3.jpg") no-repeat;
  background-size: contain;
}
.adv .container.container4 {
  height: 5.45rem;
  background: url("../images/adv_item4.jpg") no-repeat;
  background-size: contain;
}
.adv .container .box {
  display: flex;
  flex-wrap: wrap;
}
.adv .container .box .item {
  width: 47%;
  color: #fff;
  font-size: 0.55rem;
  line-height: 0.85rem;
}
.adv .container .con {
  color: #fff;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: justify;
}

.fwxm {
  padding-top: 0.55rem;
  padding-bottom: 1.25rem;
  background: #f8f9fb;
  background-size: contain;
}
.fwxm .panel {
  box-sizing: border-box;
  height: 2.25rem;
  margin-bottom: 1.35rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 2px 0.9rem 2px rgba(238, 231, 233, 0.58);
}
.fwxm .panel.expand .tit::after {
  transform: rotate(0deg);
}
.fwxm .panel .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.25rem;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 2.25rem;
  background: center no-repeat;
  background-size: 100%;
}
.fwxm .panel .tit::after {
  width: 1rem;
  height: 1rem;
  background: url("../images/icon_arrow.png") no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  content: "";
}
.fwxm .panel .container {
  padding: 0.55rem 0.75rem;
}
.fwxm .panel .stit {
  display: flex;
  align-items: center;
  margin-bottom: 0.35rem;
  color: #e7192a;
  font-weight: bold;
  font-size: 0.7rem;
}
.fwxm .panel .stit::after {
  width: 3.8rem;
  height: 0.4rem;
  margin-left: 0.5rem;
  background: url("../images/fwxm_stit1.png") no-repeat;
  background-size: contain;
  content: "";
}
.fwxm .panel1 {
  transition: height 0.4s linear;
}
.fwxm .panel1.expand {
  height: 27.2rem;
}
.fwxm .panel1 .tit {
  background-image: url("../images/fwxm_tit1.jpg");
}
.fwxm .panel1 .cphx {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
.fwxm .panel1 .cphx .item {
  width: 50%;
  margin-bottom: 0.55rem;
  font-size: 0.55rem;
  line-height: 0.6rem;
}
.fwxm .panel1 .shrq {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-right: 0.3rem;
}
.fwxm .panel1 .shrq-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 10rem;
  height: 7.5rem;
}
.fwxm .panel1 .shrq-list .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 2.25rem;
  padding-left: 0.9rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  background: linear-gradient(90deg, #ffe4eb, #fff);
  border-radius: 0.2rem;
}
.fwxm .panel1 .shrq-list .item::before {
  position: absolute;
  top: 0.25rem;
  left: 0.55rem;
  content: "•";
}
.fwxm .panel1 .shrq .img {
  flex: none;
  width: 5rem;
  height: 7.5rem;
}
.fwxm .panel1 .hxys {
  display: flex;
  justify-content: space-between;
  margin-top: -0.2rem;
}
.fwxm .panel1 .hxys img {
  width: 5rem;
  height: 3.75rem;
}
.fwxm .panel2 {
  transition: height 0.6s linear;
}
.fwxm .panel2.expand {
  height: 53.6rem;
}
.fwxm .panel2 .tit {
  background-image: url("../images/fwxm_tit2.jpg");
}
.fwxm .panel2 .container {
  padding-top: 0.8rem;
}
.fwxm .panel2 .cpjs {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: justify;
}
.fwxm .panel2 .cpjs .txt1 {
  width: 8.45rem;
  margin-top: -0.15rem;
  margin-bottom: 0.85rem;
}
.fwxm .panel2 .cpjs .img {
  position: absolute;
  top: -1.3rem;
  right: 0;
  width: 6.75rem;
  height: 4.25rem;
}
.fwxm .panel2 .shrq-list {
  margin-top: 0.45rem;
}
.fwxm .panel2 .shrq-list .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 2rem;
  margin-bottom: 0.5rem;
  padding-left: 0.8rem;
  color: #fff;
  font-size: 0.55rem;
  line-height: 0.85rem;
  background: linear-gradient(90deg, #fc7130, #e50f29);
  border-radius: 0.2rem;
}
.fwxm .panel2 .shrq-list .item:first-child {
  padding-right: 0.5rem;
  padding-left: 1.2rem;
}
.fwxm .panel2 .shrq-list .item:first-child::before {
  position: absolute;
  top: 0.2rem;
  left: 0.75rem;
  content: "•";
}
.fwxm .panel2 .fwlc {
  margin-bottom: 0.4rem;
  color: #e7192a;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
}
.fwxm .panel2 .fwlc-content .name {
  height: 1.5rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.65rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 0.2rem 0.2rem 0 0;
}
.fwxm .panel2 .fwlc-content .name1 {
  background: linear-gradient(-90deg, #e50f29, #fc7130);
}
.fwxm .panel2 .fwlc-content .name2 {
  margin-top: 1rem;
  background: linear-gradient(-90deg, #ffb539, #fc7130);
}
.fwxm .panel2 .button {
  margin-top: 0.5rem;
}
.fwxm .panel3 {
  transition: height 0.5s linear;
}
.fwxm .panel3.expand {
  height: 40rem;
}
.fwxm .panel3 .tit {
  background-image: url("../images/fwxm_tit3.jpg");
}
.fwxm .panel3 .container {
  padding-top: 0.75rem;
}
.fwxm .panel3 .kcjj {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: justify;
}
.fwxm .panel3 .kcjj .txt1 {
  width: 7.5rem;
  margin-top: -0.2rem;
  word-break: break-all;
}
.fwxm .panel3 .kcjj .img {
  position: absolute;
  top: -1.1rem;
  right: 0.65rem;
  width: 6.95rem;
  height: 4.25rem;
}
.fwxm .panel3 .kcjj span {
  color: #e50f29;
}
.fwxm .panel3 .kcsz {
  display: flex;
  padding-top: 2px;
}
.fwxm .panel3 .kcsz .navbar {
  width: 3.95rem;
  background: linear-gradient(90deg, #fc7130, #e50f29);
}
.fwxm .panel3 .kcsz .navbar .item {
  position: relative;
  height: 3.25rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 3.25rem;
  text-align: center;
}
.fwxm .panel3 .kcsz .navbar .item::after {
  position: absolute;
  bottom: 0;
  left: 0.225rem;
  width: 3.5rem;
  height: 1px;
  background-color: #fff;
  content: "";
}
.fwxm .panel3 .kcsz .navbar .item:last-child::after {
  height: 0;
}
.fwxm .panel3 .kcsz .navbar .item.active {
  background: linear-gradient(90deg, #ffdc38, #ff8851);
}
.fwxm .panel3 .kcsz .content {
  flex: 1;
  padding: 0.5rem;
  background: linear-gradient(0deg, #fff, #fff0f4);
}
.fwxm .panel3 .kcsz .box {
  display: none;
}
.fwxm .panel3 .kcsz .box .name {
  width: 2.75rem;
  height: 1rem;
  margin-bottom: 0.1rem;
  color: #fff;
  font-size: 0.55rem;
  text-align: center;
  background: linear-gradient(90deg, #fc7130, #e50f29);
  border-radius: 0 0.2rem;
}
.fwxm .panel3 .kcsz .box .desc {
  margin-bottom: 0.25rem;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: justify;
}
.fwxm .panel3 .kcsz .box.show {
  display: block;
}
.fwxm .panel3 .button {
  margin-top: 0.4rem;
}
.fwxm .panel4 {
  transition: height 0.35s linear;
}
.fwxm .panel4.expand {
  height: 23.2rem;
}
.fwxm .panel4 .tit {
  background-image: url("../images/fwxm_tit4.jpg");
}
.fwxm .panel4 .stit {
  margin-bottom: 0.2rem;
}
.fwxm .panel4 .stit::after {
  width: 6.3rem;
  background-image: url("../images/fwxm_stit2.png");
}
.fwxm .panel4 .container {
  padding: 0.95rem 0.625rem 0;
}
.fwxm .panel4 .navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  height: 4rem;
  padding: 0.5rem;
  overflow: hidden;
  background: linear-gradient(90deg, #fc7130, #e50f29);
  border-radius: 0.4rem 0.4rem 0 0;
}
.fwxm .panel4 .navbar .item {
  width: 7.5rem;
  height: 1.25rem;
  margin-bottom: 0.5rem;
  color: #f7f8f9;
  font-size: 0.6rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 0.2rem;
}
.fwxm .panel4 .navbar .item.active {
  color: #e50f29;
  font-weight: bold;
  background: #f7f8f9;
}
.fwxm .panel4 .content {
  padding: 0.75rem 0.7rem;
  background: linear-gradient(0deg, #fff, #fff0f4);
}
.fwxm .panel4 .box {
  display: none;
  font-size: 0.55rem;
  line-height: 0.85rem;
  text-align: justify;
}
.fwxm .panel4 .box.show {
  display: block;
}
.fwxm .panel4 .box .zsbz {
  margin-bottom: 0.4rem;
  padding: 0 0.15rem;
}
.fwxm .panel4 .button {
  margin-top: -0.4rem;
}
.fwxm .panel5 {
  margin-bottom: 0;
  transition: height 0.3s linear;
}
.fwxm .panel5.expand {
  height: 16rem;
}
.fwxm .panel5 .tit {
  background-image: url("../images/fwxm_tit5.jpg");
}
.fwxm .panel5 .container {
  position: relative;
  width: 15.5rem;
  margin: auto;
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 1.3rem;
  overflow: hidden;
  border-radius: 0.4rem;
}
.fwxm .panel5 .container::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15.5rem;
  height: 3.3rem;
  background: linear-gradient(-90deg, #e50f29, #fc7130);
  content: "";
}
.fwxm .panel5-swiper {
  width: 14rem;
  height: 7.5rem;
  text-align: center;
  background: linear-gradient(0deg, #fff, #fff0f4);
  border-radius: 0.4rem;
  box-shadow: 0 0.1rem 0.125rem 0 rgba(238, 231, 233, 0.38);
}
.fwxm .panel5-swiper .name {
  margin-top: 0.8rem;
  color: #e50f29;
  font-weight: bold;
  font-size: 0.65rem;
  line-height: 0.9rem;
}
.fwxm .panel5-swiper .sname {
  width: 5.65rem;
  height: 0.9rem;
  margin: 0.25rem auto 0.4rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 0.9rem;
  text-indent: 0.25rem;
  background: linear-gradient(-90deg, #e50f29, #fc7130);
  border-radius: 0 0.4rem;
}
.fwxm .panel5-swiper .desc {
  font-size: 0.55rem;
  line-height: 0.85rem;
}
.fwxm .panel5 .swiper-pagination {
  bottom: 3px;
}
.fwxm .panel5 .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.25rem;
  background: #fff;
  opacity: 0.4;
}
.fwxm .panel5 .swiper-pagination-bullet-active {
  opacity: 1;
}
.fwxm .panel5 .button {
  margin-top: 0.8rem;
}

.campus {
  padding-top: 0.7rem;
}
.campus .content .map {
  width: 100%;
  height: 8.5rem;
  margin-bottom: 0.75rem;
  background: url("../images/map.jpg") center no-repeat;
  background-size: contain;
}
.campus .content .name {
  color: #e50f29;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 0.85rem;
  background: linear-gradient(90deg, #fc7130, #e50f29);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.campus .content .address {
  font-size: 0.65rem;
}
.campus .content .imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.campus .content .imgs img {
  width: 5.4rem;
  height: 2.95rem;
}

.form-box {
  padding: 0 0.75rem;
  padding-bottom: 0.25rem;
}
.form-box .title {
  margin-bottom: 0.5rem;
  color: #de253c;
  font-size: 0.8rem;
  background: linear-gradient(90deg, #fc7130, #e50f29);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-box .form-item {
  box-sizing: border-box;
  width: 100%;
  height: 1.75rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  font-size: 0.6rem;
  border: 1px solid #cdcdcd;
  border-radius: 0.125rem;
}
.form-box .form-item-code {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.form-box .form-item input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 0.75rem;
  border: 0;
  border-radius: 0.125rem;
  outline: 0;
}
.form-box .form-code {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.form-box .form-code input {
  box-sizing: border-box;
  padding: 0 0.75rem;
  border: 1px solid #cdcdcd;
  border-radius: 0.125rem;
  outline: 0;
}
.form-box .form-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 0.55rem;
}
.form-box .form-privacy .privacy-validate {
  margin-right: 2px;
  cursor: pointer;
}
.form-box .form-privacy a {
  color: #de253c;
  text-decoration: none;
}
.form-box .kaptcha-btn,
.form-box .submit {
  box-sizing: border-box;
  width: 100%;
  height: 1.75rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.7rem;
  background: linear-gradient(90deg, #ffdc38, #ff8851);
  border: 0;
  border-radius: 0.125rem;
  cursor: pointer;
  transition: background 0.24s;
}
.form-box .kaptcha-btn:focus,
.form-box .submit:focus {
  outline: none;
}
.form-box .kaptcha-code {
  width: 10.5rem;
}
.form-box .kaptcha-btn {
  width: 6.25rem;
  font-size: 0.6rem;
}
.form-box .tips {
  margin-top: 0.45rem;
  color: #fff;
  font-size: 0.45rem;
  text-align: center;
}

.ewm {
  position: relative;
  box-sizing: border-box;
  height: 11.25rem;
  margin-top: 1.25rem;
  padding-top: 3.3rem;
  background: url("../images/ewm_bg.jpg") no-repeat;
  background-size: contain;
}
.ewm-swiper {
  width: 6.35rem;
}
.ewm-swiper .swiper-slide img {
  width: 5.6rem;
  margin: auto;
}
.ewm-swiper .swiper-slide .txt {
  color: #e50f29;
  font-size: 0.6rem;
  text-align: center;
}
.ewm-prev, .ewm-next {
  top: 54%;
  width: 2.2rem;
  height: 2rem;
}
.ewm-prev::after, .ewm-next::after {
  content: "";
}
.ewm-next {
  right: 2.1rem;
}
.ewm-prev {
  left: 2.1rem;
}