/*
    作者:黄豪琦
    日期:2020-07-15 10:22
*/

.jjyw {
}
.jjyw .item1 {
  min-height: 116px;
  position: relative;
  padding: 28px;
  background:  center center;
  background-size: cover;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.jjyw .item1 .title {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1px;
}
.jjyw .item1 ul {
  width: 80%;
}

.item1 .go-view {
  color: #ffffff;
  font-size: 1.6rem;
  border: #ffffff solid;
  border-radius: 40px;
  padding: 0 30px;
  text-indent: 0;
  position: absolute;
  top: 40%;
  right: 10%;
}
.row {
  margin-bottom: 60px;
}
.item2 > div {
  background: #ffffff;
  height: auto !important;
  width: 49%;
}
.h-title {
  color: #333333;
}
.h-title h1 {
  font-size: 1.8rem;
}
.h-title h3 {
  font-size: 1.4;
  margin-top: 1em;
}
.item3 {
}
.item3 .i3-item {
  position: relative;
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  height: 100px;
  margin: 15px 0;
  cursor: pointer;
  overflow: hidden;
}
.item3 .i3-item > div {
  z-index: 5;
  position: relative;
  color: #ffffff;
}
.item3 .i3-item > img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.item3 .i3-item .border {
  border: 3px solid #f5a623;
  border-radius: 5px;
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  transition: all 300ms;
}
.item3 .i3-item:hover .border {
  width: 90%;
  height: 80%;
  left: 5%;
  top: 10%;
}
.item3-left {
  padding-top: 70px;
}
.item3-left .h-tag-content-item > div {
  width: 80%;
  margin: 0 auto;
  line-height: 3;
}
.item3-left .h-tag-content-item > div > div {
  display: inline-block;
  vertical-align: middle;
}
.item4 {
  background:  center center;
  background-size: cover;
  padding: 14px 0;
}
.item4 .am-u-lg-4 span {
  margin: 28px auto;
  border: 2px solid #ffffff;
  text-align: center;
  height: 60px;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}
.bottom-padding {
  padding-bottom: 60px;
}
.jjywactivity {
  display: table;
  margin-top: 24px;
  margin-bottom: 24px;
}
.item3 .h_active .border {
  width: 90%;
  height: 80%;
  left: 5%;
  top: 10%;
}
.item3 .h_active .title {
  color: #f5a623;
}

.specialtz {
  float: unset;
  margin: 0;
  background-color: unset;
}

.img-title {
  height: 116px;
  line-height: 116px;
  padding: 0 1rem;
  margin-bottom: 4rem;
  box-sizing: border-box;
  background:  center center no-repeat;
}
.img-title-text {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

.sametz-wrapper {
  overflow: hidden;
}

.card-wrapper {
  display: flex;
  justify-content: space-between;
  height: 250px;
}
.card-box {
  display: flex;
  width: 49%;
  border-radius: 4px;
  background-color: #fff;
}
.card-img,
.card-text {
  width: 50%;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-text {
  display: flex;
  align-items: center;
  padding: 1rem;
  text-align: center;
}
.text-wrapper {
  width: 100%;
}
.card-text-h2 {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}
.card-text-p {
  width: 100%;
  line-height: 30px;
  margin: 0;
  font-size: 1.4rem;
  color: #666;
  word-wrap: break-word;
}

@media (max-width: 1200px) {
  .specialtz {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2rem;
    height: 250px;
  }
  .specialtzinfo {
    font-size: 1.4rem;
  }
  .specialtzinfo p {
    font-size: 1.8rem;
  }

  .jjyw .item1 {
    padding-bottom: 70px;
  }
  .item1 .go-view {
    bottom: 5px;
    top: unset;
    padding: 0.5rem 2rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
}

@media (min-width: 769px) and (max-width: 992px) {
}

@media (max-width: 768px) {
  .specialtz {
    height: unset;
    padding: 1rem;
    box-shadow: unset;
  }
  .specialtz .specialtzimg {
    width: 100%;
    height: 200px;
  }

  .specialtz .specialtzcon {
    width: 100%;
    min-height: 250px;
    padding: 1rem;
  }
  .specialtz .specialtzinfo {
    padding: 0;
  }
  .card-wrapper {
    flex-wrap: wrap;
    height: unset;
  }
  .card-box {
    width: 100%;
    margin-bottom: 2rem;
    height: 250px;
  }
  .width-3 {
    width: 50% !important;
  }
}
