@import url('style.css');
.zz_bgjb {
  background-image: linear-gradient(to right, #ec6c00, #ff9000);
  background-image: -o-linear-gradient(to right, #ec6c00, #ff9000);
  background-image: -moz-linear-gradient(to right, #ec6c00, #ff9000);
  background-image: -webkit-linear-gradient(to right, #ec6c00, #ff9000);
}
.sample1 {
  padding: 1.1rem 0 2.3rem;
}
@media (max-width: 767px) {
  .sample1 {
    padding: 1.1rem 0 0.8rem;
  }
}
.sample1 .zz-ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .sample1 .zz-ul {
    margin-top: 0.6rem;
  }
}
.sample1 .zz-ul .zz-li {
  width: 31.94%;
  margin-right: 2.08%;
  position: relative;
  margin-bottom: 0.3rem;
}
.sample1 .zz-ul .zz-li:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .sample1 .zz-ul .zz-li {
    width: 48.5%;
    margin-right: 3%;
  }
  .sample1 .zz-ul .zz-li:nth-of-type(3n+3) {
    margin-right: 3%;
  }
  .sample1 .zz-ul .zz-li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sample1 .zz-ul .zz-li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .sample1 .zz-ul .zz-li:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
.sample1 .zz-ul .zz-li:hover .zz-cont .bgimg {
  opacity: 1;
}
.sample1 .zz-ul .zz-li:hover .zz-cont::after {
  opacity: 1;
}
.sample1 .zz-ul .zz-li:hover .zz-cont .zz-tips {
  color: rgba(255, 255, 255, 0.6);
}
.sample1 .zz-ul .zz-li:hover .zz-cont .h3 {
  color: #fff;
}
.sample1 .zz-ul .zz-li:hover .zz-cont .public-nbtn2::before {
  background: #fff;
}
.sample1 .zz-ul .zz-li:hover .zz-cont .public-nbtn2 .hi-text {
  color: #fff;
}
.sample1 .zz-ul .zz-li:hover .zz-cont .public-nbtn2 .hi-ico path {
  fill: #fff;
}
.sample1 .zz-ul .zz-li .public-img {
  width: 100%;
  border-radius: 10px;
}
.sample1 .zz-ul .zz-li .public-img img {
  border-radius: 10px;
  transition: all 0.8s;
}
.sample1 .zz-ul .zz-li .public-img::before {
  padding-bottom: 0%;
}
.sample1 .zz-ul .zz-li .zz-cont {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  padding: 20px;
  overflow: hidden;
  width: 3.5rem;
  border-radius: 10px;
}
@media (max-width: 1580px) {
  .sample1 .zz-ul .zz-li .zz-cont {
    width: 4.6rem;
  }
}
@media (max-width: 1290px) {
  .sample1 .zz-ul .zz-li .zz-cont {
    width: 4.2rem;
  }
}
@media (max-width: 1024px) {
  .sample1 .zz-ul .zz-li .zz-cont {
    width: 5.5rem;
  }
}
@media (max-width: 767px) {
  .sample1 .zz-ul .zz-li .zz-cont {
    right: 0.4rem;
    bottom: 0.4rem;
    width: 70%;
  }
}
.sample1 .zz-ul .zz-li .zz-cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 0.4s;
  top: 0;
  left: 0;
  z-index: 2;
}
.sample1 .zz-ul .zz-li .zz-cont::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #ec6c00, #ff9000);
  background-image: -o-linear-gradient(to right, #ec6c00, #ff9000);
  background-image: -moz-linear-gradient(to right, #ec6c00, #ff9000);
  background-image: -webkit-linear-gradient(to right, #ec6c00, #ff9000);
  opacity: 0;
  transition: all 0.4s;
  top: 0;
  left: 0;
  z-index: 2;
}
.sample1 .zz-ul .zz-li .zz-cont .bgimg {
  position: absolute;
  right: -31%;
  bottom: -5%;
  z-index: 4;
  opacity: 0;
  transition: all 0.4s;
  height: 1.5rem;
  width: 2.4rem;
}
.sample1 .zz-ul .zz-li .zz-cont .bgimg path {
  fill: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.sample1 .zz-ul .zz-li .zz-cont .zz-tips {
  color: #ED6C00;
  position: relative;
  z-index: 4;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .sample1 .zz-ul .zz-li .zz-cont .zz-tips {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .sample1 .zz-ul .zz-li .zz-cont .zz-tips {
    margin-bottom: 0.2rem;
  }
}
.sample1 .zz-ul .zz-li .zz-cont .h3 {
  color: #222;
  position: relative;
  z-index: 4;
  min-height: 50px;
  line-height: 1.07142857em;
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sample1 .zz-ul .zz-li .zz-cont .public-nbtn2 {
  position: relative;
  z-index: 4;
  margin-top: 0.1rem;
}
.cooperation1 {
  padding: 1.05rem 0 1.1rem;
}
.cooperation1 .zz-cont {
  width: 68.05%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cooperation1 .zz-cont {
    width: 100%;
  }
}
.cooperation1 .zz-text {
  margin-top: 0.35rem;
  text-align: center;
  color: #666;
}
.cooperation2 .public-title {
  margin-bottom: 1.05rem;
}
@media (max-width: 767px) {
  .cooperation2 .public-title {
    margin-bottom: 0.6rem;
  }
}
.cooperation3 {
  padding: 1.2rem 0 0.95rem;
}
@media (max-width: 767px) {
  .cooperation3 {
    padding: 1.1rem 0 0.8rem;
  }
}
.cooperation3 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.35rem;
  align-items: center;
  margin-top: 0.65rem;
}
@media (max-width: 767px) {
  .cooperation3 ul {
    padding: 0;
    min-height: unset;
  }
}
.cooperation3 ul li {
  width: 23.61%;
  margin-right: 1.85%;
  border: 1px solid #ddd;
  padding: 0.55rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  transition: all 0.4s;
  margin-bottom: 0.3rem;
  overflow: hidden;
  height: 400px;
}
@media (max-width: 1580px) {
  .cooperation3 ul li {
    height: 360px;
  }
}
@media (max-width: 1024px) {
  .cooperation3 ul li {
    width: 48.91%;
  }
  .cooperation3 ul li:nth-of-type(4n+4) {
    margin-right: 2.18%;
  }
  .cooperation3 ul li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cooperation3 ul li {
    width: 100%;
    margin-right: 0;
    padding: 0.6rem 0.6rem;
    height: auto;
    margin-bottom: 0.4rem;
  }
}
.cooperation3 ul li:nth-of-type(4n+4) {
  margin-right: 0;
}
.cooperation3 ul li:hover {
  background: #ED6C00;
}
.cooperation3 ul li:hover .zz-box1 .zz-title {
  color: #fff;
}
.cooperation3 ul li:hover .zz-box1 .zz-text {
  height: 110px;
  color: #fff;
}
@media (max-width: 1580px) {
  .cooperation3 ul li:hover .zz-box1 .zz-text {
    height: 80px;
  }
}
@media (max-width: 1366px) {
  .cooperation3 ul li:hover .zz-box1 .zz-text {
    height: 100px;
  }
}
@media (max-width: 1290px) {
  .cooperation3 ul li:hover .zz-box1 .zz-text {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .cooperation3 ul li:hover .zz-box1 .zz-text {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cooperation3 ul li:hover {
    height: auto;
  }
}
.cooperation3 ul li .zz-icon {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 1000px;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cooperation3 ul li .zz-icon img,
.cooperation3 ul li .zz-icon svg {
  max-width: 0.55rem;
  max-height: 0.55rem;
}
.cooperation3 ul li .zz-text {
  line-height: 1.375em;
  margin-top: 0.1rem;
  text-align: center;
  height: 0;
  transition: all 0.8s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cooperation3 ul li .zz-text {
    text-align: center;
    margin-top: 0.3rem;
    height: auto;
  }
}
.cooperation3 ul li .zz-box1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cooperation3 ul li .zz-box1 {
    padding: 0;
  }
}
.cooperation3 ul li .zz-box1 .zz-iconBox {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cooperation3 ul li .zz-box1 .zz-title {
  margin-top: 0.45rem;
  color: #222;
  text-align: center;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .cooperation3 ul li .zz-box1 .zz-title {
    margin-top: 0.4rem;
  }
}
.public-contact {
  background: #f5f5f5;
}
.public-contact .zz-box {
  width: 55.55%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .public-contact .zz-box {
    width: 60%;
  }
}
@media (max-width: 1024px) {
  .public-contact .zz-box {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .public-contact .zz-box {
    width: 100%;
  }
}
.public-contact .public-title {
  padding: 0 0.8rem;
}
@media (max-width: 767px) {
  .public-contact .public-title {
    padding: 0;
  }
}
.public-contact .public-title .c-text span {
  color: #ED6C00;
}
.public-contact .zz-inputBox input {
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
}
.public-contact .zz-inputBox input::-webkit-input-placeholder {
  color: #999;
}
.public-contact .zz-inputBox input:-moz-placeholder {
  color: #999;
}
.public-contact .zz-inputBox input::-moz-placeholder {
  color: #999;
}
.public-contact .zz-inputBox input:-ms-input-placeholder {
  color: #999;
}
.public-contact .zz-box1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .public-contact .zz-box1 {
    flex-direction: column;
  }
}
.public-contact .zz-box1 .zz-boxs {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.public-contact .zz-box1 .zz-boxs:nth-of-type(1) {
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  .public-contact .zz-box1 .zz-boxs:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 0.35rem;
  }
}
.public-contact .zz-box1 .zz-boxs:nth-of-type(1) .zz-inputBox:nth-of-type(1) {
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .public-contact .zz-box1 .zz-boxs:nth-of-type(1) .zz-inputBox:nth-of-type(1) {
    margin-right: 0.4rem;
  }
}
.public-contact .zz-box1 .zz-boxs .zz-inputBox {
  flex: 1;
}
.public-contact .zz-box2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.35rem;
}
.public-contact .zz-box2 .zz-boxs {
  flex: 1;
}
.public-contact .zz-box2 .zz-boxs:nth-of-type(1) {
  margin-right: 0.4rem;
}
.public-contact .zz-box3 .zz-title {
  color: #999;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .public-contact .zz-box3 .zz-title {
    margin-bottom: 0.2rem;
  }
}
.public-contact .zz-box3 .zz-textarea {
  border: 2px solid #eaeaea;
  width: 100%;
  height: 100px;
}
.public-contact .zz-box3 .zz-textarea textarea {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0.2rem;
}
.public-contact .zz-box4 {
  color: #999;
  margin-top: 0.15rem;
  line-height: 1.28571429em;
}
@media (max-width: 767px) {
  .public-contact .zz-box4 {
    margin-top: 0.3rem;
  }
}
.public-contact .zz-box4 a {
  color: #ED6C00;
}
.public-contact .zz-box5 {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.public-contact .zz-box5 .public-btn {
  cursor: pointer;
}
.public-contact .zz-box5 .public-btn .btn-box {
  width: 2rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .public-contact .zz-box5 .public-btn .btn-box {
    width: 2.6rem;
  }
}
.public-contact .zz-box5 .public-btn .pbtn-img {
  left: 54%;
}
.cooperation4 {
  padding: 1.15rem 0 1.2rem;
}
@media (max-width: 767px) {
  .cooperation4 .public-title .c-text {
    margin-top: 0.2rem;
  }
}
.cooperation4 .zz-form {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .cooperation4 .zz-form {
    margin-top: 0.5rem;
  }
}
.application1 {
  padding: 1.1rem 0;
}
@media (max-width: 767px) {
  .application1 {
    padding: 0.8rem 0 1.1rem;
  }
}
.application1 > .zz_1440 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .application1 > .zz_1440 {
    flex-direction: column;
  }
}
.application1 > .zz_1440 .public-title {
  width: 45%;
}
@media (max-width: 767px) {
  .application1 > .zz_1440 .public-title {
    width: 100%;
    align-items: flex-start;
  }
}
.application1 > .zz_1440 .public-title .h2 {
  padding: 0;
  text-align: left;
}
.application1 > .zz_1440 .zz-cont {
  width: 40.8%;
}
@media (max-width: 767px) {
  .application1 > .zz_1440 .zz-cont {
    width: 100%;
    margin-top: 0.45rem;
  }
}
.application1 > .zz_1440 .zz-cont .zz-text {
  color: #666;
}
.application1 > .zz_1440 .zz-cont .public-nbtn {
  margin-top: 0.5rem;
}
.application1 > .zz_1440 .zz-cont .public-nbtn .hi-text {
  color: #333;
}
.application2 .zz-ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0.8rem 0 2.55rem;
}
@media (max-width: 767px) {
  .application2 .zz-ul {
    padding-bottom: 1.2rem;
  }
}
.application2 .zz-ul .zz-li {
  width: 33.33%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.application2 .zz-ul .zz-li:nth-of-type(1),
.application2 .zz-ul .zz-li:nth-of-type(2),
.application2 .zz-ul .zz-li:nth-of-type(3) {
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  .application2 .zz-ul .zz-li {
    width: 50%;
  }
  .application2 .zz-ul .zz-li:nth-of-type(3) {
    border-top: 0;
  }
}
.application2 .zz-ul .zz-li .zz-a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.4rem;
  position: relative;
}
.application2 .zz-ul .zz-li .zz-a:hover video {
  opacity: 1;
}
.application2 .zz-ul .zz-li .zz-a:hover .bgimg {
  opacity: 1;
}
.application2 .zz-ul .zz-li .zz-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1000px;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application2 .zz-ul .zz-li .zz-icon img,
.application2 .zz-ul .zz-li .zz-icon svg {
  height: 1rem;
}
@media (max-width: 1366px) {
  .application2 .zz-ul .zz-li .zz-icon img,
  .application2 .zz-ul .zz-li .zz-icon svg {
    height: 0.8rem;
  }
}
.application2 .zz-ul .zz-li .zz-title {
  line-height: 1.6em;
  margin-top: 5px;
  text-align: center;
  color: #333;
}
@media (max-width: 767px) {
  .application2 .zz-ul .zz-li .zz-title {
    text-align: center;
    margin-top: 0.3rem;
    height: auto;
    font-size: 0.32rem;
  }
}
.application2 .zz-ul .zz-li video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all 0.4s;
}
.application2 .zz-ul .zz-li .bgimg {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  z-index: 2;
}
.application_detail3 {
  padding: 1.1rem 0 1.4rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .application_detail3 {
    padding-top: 0;
    padding-bottom: 1.1rem;
  }
}
.application_detail3 .zz-ul {
  margin-top: 0.8rem;
}
.application_detail3 .zz-ul .zz-li {
  width: 100%;
  position: relative;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .application_detail3 .zz-ul .zz-li {
    margin-bottom: 0.4rem;
  }
}
.application_detail3 .zz-ul .zz-li:last-child {
  margin-bottom: 0;
}
.application_detail3 .zz-ul .zz-li .zz-left {
  width: 74.3%;
}
@media (max-width: 767px) {
  .application_detail3 .zz-ul .zz-li .zz-left {
    width: 100%;
  }
}
.application_detail3 .zz-ul .zz-li .zz-left .public-img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .application_detail3 .zz-ul .zz-li .zz-left .public-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.application_detail3 .zz-ul .zz-li .zz-left .public-img img {
  border-radius: 10px;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .application_detail3 .zz-ul .zz-li .zz-left .public-img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.application_detail3 .zz-ul .zz-li .zz-left .public-img::before {
  padding-top: 46.72%;
}
.application_detail3 .zz-ul .zz-li .zz-right {
  position: absolute;
  width: 44.8%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 0.5rem;
  height: 3.6rem;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .application_detail3 .zz-ul .zz-li .zz-right {
    width: 39%;
  }
}
@media (max-width: 1024px) {
  .application_detail3 .zz-ul .zz-li .zz-right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .application_detail3 .zz-ul .zz-li .zz-right {
    position: relative;
    width: 100%;
    top: unset;
    transform: unset;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto;
    padding: 0.5rem 0.4rem;
  }
}
.application_detail3 .zz-ul .zz-li .zz-right .bgimg {
  position: absolute;
  height: 2.95rem;
  right: -25%;
  bottom: -8%;
  z-index: -1;
}
.application_detail3 .zz-ul .zz-li .zz-right .zz-icon {
  width: 0.6rem;
  height: 0.6rem;
  background: #fbfbfb;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.35rem;
  border: 1px solid #fbfbfb;
}
@media (max-width: 767px) {
  .application_detail3 .zz-ul .zz-li .zz-right .zz-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.application_detail3 .zz-ul .zz-li .zz-right .zz-icon img,
.application_detail3 .zz-ul .zz-li .zz-right .zz-icon svg {
  max-width: 0.8rem;
  max-height: 0.8rem;
}
.application_detail3 .zz-ul .zz-li .zz-right .zz-icon img path,
.application_detail3 .zz-ul .zz-li .zz-right .zz-icon svg path {
  fill: #333;
}
.application_detail3 .zz-ul .zz-li .zz-right .zz-icon img .cls-2,
.application_detail3 .zz-ul .zz-li .zz-right .zz-icon svg .cls-2 {
  fill: #ED6C00;
}
.application_detail3 .zz-ul .zz-li .zz-right .zz-title {
  line-height: 1.2;
}
.application_detail3 .zz-ul .zz-li .zz-right .zz-text {
  line-height: 1.375em;
  color: #fff;
  max-height: 1.2rem;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.application_detail3 .zz-ul .zz-li .zz-right .zz-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.application_detail3 .zz-ul .zz-li .zz-right .zz-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.application_detail3 .zz-ul .zz-li .zz-right .zz-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .application_detail3 .zz-ul .zz-li .zz-right .zz-text {
    color: #666;
    overflow-y: auto;
    /*定义滚动条的轨道颜色、内阴影及圆角*/
    /*定义滑块颜色、内阴影及圆角*/
    margin-top: 0.4rem;
    max-height: 1.6rem;
  }
  .application_detail3 .zz-ul .zz-li .zz-right .zz-text::-webkit-scrollbar {
    width: 1px;
    /*对垂直流动条有效*/
  }
  .application_detail3 .zz-ul .zz-li .zz-right .zz-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #aaa;
    background-color: #aaa;
    border-radius: 3px;
  }
  .application_detail3 .zz-ul .zz-li .zz-right .zz-text::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #ED6C00;
  }
}
.application_detail3 .zz-ul .zz-li .zz-right .zz-box1 {
  transition: all 0.4s;
}
.application_detail3 .zz-ul .zz-li .zz-right .zz-box2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s;
  opacity: 0;
  padding: 0.5rem;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .application_detail3 .zz-ul .zz-li .zz-right .zz-box2 {
    display: none;
  }
}
.application_detail3 .zz-ul .zz-li .zz-right .zz-box2 .zz-icon {
  border: 1px solid #fff;
  background: transparent;
}
.application_detail3 .zz-ul .zz-li:nth-of-type(even) {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .application_detail3 .zz-ul .zz-li:nth-of-type(even) {
    flex-direction: column;
  }
}
.application_detail3 .zz-ul .zz-li:nth-of-type(even) .zz-right {
  right: unset;
  left: 0;
}
.join1 {
  padding: 0.9rem 0 1.1rem;
}
.join1 .zz-bigbox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .join1 .zz-bigbox {
    flex-direction: column;
  }
}
.join1 .zz-left {
  width: 43.75%;
}
@media (max-width: 1366px) {
  .join1 .zz-left {
    width: 50.75%;
  }
}
@media (max-width: 767px) {
  .join1 .zz-left {
    width: 100%;
  }
}
.join1 .zz-left .zz-tips {
  margin-bottom: 0.25rem;
  color: #ED6C00;
}
@media (max-width: 767px) {
  .join1 .zz-left .zz-tips {
    margin-bottom: 0.4rem;
  }
}
.join1 .zz-left .h2 {
  line-height: 1.2;
}
.join1 .zz-left .zz-text {
  margin-top: 0.25rem;
  color: #666;
}
@media (max-width: 767px) {
  .join1 .zz-left .zz-text {
    margin-top: 0.4rem;
  }
}
.join1 .zz-right {
  padding: 0.4rem 1rem 0.4rem 1.45rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .join1 .zz-right {
    align-items: flex-start;
    margin-top: 0.2rem;
    padding-left: 1rem;
  }
}
.join1 .zz-right .zz-syb {
  position: absolute;
  height: 80%;
  width: 1px;
  background: #ddd;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.join1 .zz-right .zz-syb .zz-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-39%, -50%);
  background: #fff;
}
.join1 .zz-right .zz-syb .zz-icon img,
.join1 .zz-right .zz-syb .zz-icon svg {
  width: 12px;
}
.join1 .zz-right a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.join1 .zz-right .zz-icon2 {
  width: 1.65rem;
  height: 1.65rem;
  border: 1px solid #ddd;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.join1 .zz-right .zz-icon2 img,
.join1 .zz-right .zz-icon2 svg {
  width: 0.5rem;
  height: 0.5rem;
}
.join1 .zz-right span {
  color: #ED6C00;
}
.join2 {
  background: #f4f4f4;
  padding: 1.1rem 0 2.15rem;
}
@media (max-width: 767px) {
  .join2 {
    padding-bottom: 1.2rem;
  }
}
.join2 .zz-bigbox {
  width: 89.93%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .join2 .zz-bigbox {
    width: 100%;
  }
}
.join2 .public-title .c-text {
  margin-top: 0.25rem;
}
.join2 .zz-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.55rem;
}
.join2 .zz-ul .zz-li {
  width: 33.33%;
  border: 1px solid #ddd;
  border-left: 0;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .join2 .zz-ul .zz-li {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 0;
  }
  .join2 .zz-ul .zz-li:last-child {
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 770px) {
  .join2 .zz-ul .zz-li:hover .zz-box2 {
    opacity: 1;
  }
}
.join2 .zz-ul .zz-li .zz-box1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0.65rem 0.3rem;
}
.join2 .zz-ul .zz-li .zz-box1 .zz-icon {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .join2 .zz-ul .zz-li .zz-box1 .zz-icon {
    margin-bottom: 0.2rem;
  }
}
.join2 .zz-ul .zz-li .zz-box1 .zz-icon img .cls-1,
.join2 .zz-ul .zz-li .zz-box1 .zz-icon svg .cls-1 {
  opacity: 1;
  fill: #666;
}
.join2 .zz-ul .zz-li .zz-box1 .zz-text {
  text-align: center;
  margin-top: 0.2rem;
  color: #666;
}
.join2 .zz-ul .zz-li .zz-box2 {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  background: #ED6C00;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 0.3rem;
}
@media (max-width: 767px) {
  .join2 .zz-ul .zz-li .zz-box2 {
    padding: 0.6rem 0.4rem;
  }
}
.join2 .zz-ul .zz-li .zz-box2 .zz-icon {
  width: 0.35rem;
  height: 0.35rem;
  margin-bottom: 5px;
}
.join2 .zz-ul .zz-li .zz-box2 .zz-icon img,
.join2 .zz-ul .zz-li .zz-box2 .zz-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.join2 .zz-ul .zz-li .zz-box2 .zz-icon img path,
.join2 .zz-ul .zz-li .zz-box2 .zz-icon svg path {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0px;
  opacity: 1;
}
.join2 .zz-ul .zz-li .zz-box2 .zz-title,
.join2 .zz-ul .zz-li .zz-box2 .zz-text {
  color: #fff;
}
.join2 .zz-ul .zz-li .zz-box2 .zz-text {
  line-height: 1.125em;
  margin-top: 0.1rem;
  height: 56px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.join2 .zz-ul .zz-li .zz-box2 .zz-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.join2 .zz-ul .zz-li .zz-box2 .zz-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.join2 .zz-ul .zz-li .zz-box2 .zz-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #fff;
}
@media (max-width: 1366px) {
  .join2 .zz-ul .zz-li .zz-box2 .zz-text {
    height: 49px;
  }
}
.join2 .zz-ul .zz-li .zz-box2 .bgimg {
  position: absolute;
  height: 100%;
  right: -22%;
  width: 60%;
}
.join2 .zz-ul .zz-li:nth-of-type(3n+1) {
  border-left: 1px solid #ddd;
}
.contact1 {
  position: relative;
  height: 6.85rem;
}
@media (max-width: 767px) {
  .contact1 {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.contact1 .zz-box {
  width: 100%;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .contact1 .zz-box {
    height: 3.5rem;
    order: 1;
  }
}
.contact1 .zz-box .bgimg {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .contact1 .zz-box .bgimg {
    position: unset;
  }
}
.contact1 .dian {
  width: 0.16rem;
  height: 0.16rem;
  min-width: 8px;
  min-height: 8px;
  border-radius: 1000px;
  background: #ED6C00;
  position: absolute;
  top: 67%;
  left: 67%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .contact1 .dian {
    width: 0.2rem;
    height: 0.2rem;
    left: 65%;
  }
}
.contact1 .dian .span1 {
  display: block;
  width: 20px;
  height: 6px;
  background: transparent;
  opacity: 0.4;
  border-radius: 100%;
  position: absolute;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact1 .dian .span1::after,
.contact1 .dian .span1::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 20px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  border-radius: 50%;
  background: #ED6C00;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  box-sizing: border-box;
}
.contact1 .dian .span1::before {
  animation: ripple 3s ease-out 0s infinite;
}
.contact1 .dian .span1::after {
  animation: ripple 3s ease-out 1.5s infinite;
}
.contact1 > .zz_1440 {
  position: relative;
  height: 100%;
}
.contact1 .zz-contBox {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .contact1 .zz-contBox {
    position: unset;
    order: 0;
  }
}
.contact1 .zz-cont {
  background: rgba(238, 122, 25, 0.9);
  padding: 0.5rem 0.55rem;
  position: relative;
  width: 5.55rem;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contact1 .zz-cont {
    width: 100%;
    margin: 0 auto;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.contact1 .zz-cont .bgimg2 {
  position: absolute;
  height: 3rem;
  right: -30.5%;
  bottom: -10%;
  opacity: 0.7;
}
.contact1 .zz-cont .h2 {
  color: #fff;
  line-height: 1.2em;
}
.contact1 .zz-cont ul {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .contact1 .zz-cont ul {
    margin-top: 0.5rem;
  }
}
.contact1 .zz-cont ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.contact1 .zz-cont ul li:last-child {
  margin-bottom: 0;
}
.contact1 .zz-cont ul li .zz-icon {
  margin-right: 0.35rem;
  width: 0.28rem;
  height: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact1 .zz-cont ul li .zz-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.3rem;
  }
}
.contact1 .zz-cont ul li .zz-icon img,
.contact1 .zz-cont ul li .zz-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.contact1 .zz-cont ul li .zz-text {
  color: #fff;
  line-height: 1.44444444em;
  flex: 1;
}
.contact2 {
  padding: 1.1rem 0 1.2rem;
  overflow: hidden;
}
.contact2 .public-title {
  margin-bottom: 0.45rem;
}
@media (max-width: 767px) {
  .contact2 .public-title {
    margin-bottom: 0.6rem;
  }
}
.contact2 .swiper-container {
  margin: -40px;
  padding: 40px;
}
@media (max-width: 767px) {
  .contact2 .swiper-container {
    margin: -0.2rem;
    padding: 0.2rem;
  }
}
.contact2 .swiper-wrapper {
  align-items: stretch;
}
.contact2 .swiper-slide {
  padding: 20px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  transition: all 0.4s;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 767px) {
  .contact2 .swiper-slide {
    width: 100%;
    margin-right: 0;
    padding: 0.6rem 0.4rem;
    box-shadow: 0 10px 40px rgba(107, 96, 83, 0.12);
  }
}
.contact2 .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #ec6c00, #ff9000);
  background-image: -o-linear-gradient(to right, #ec6c00, #ff9000);
  background-image: -moz-linear-gradient(to right, #ec6c00, #ff9000);
  background-image: -webkit-linear-gradient(to right, #ec6c00, #ff9000);
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact2 .swiper-slide::before {
    opacity: 1;
  }
}
.contact2 .swiper-slide:hover {
  box-shadow: 0 10px 40px rgba(107, 96, 83, 0.12);
}
.contact2 .swiper-slide:hover::before {
  opacity: 1;
}
.contact2 .swiper-slide:hover .bgimg {
  opacity: 1;
}
.contact2 .swiper-slide .bgimg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 62%;
  right: 0%;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact2 .swiper-slide .bgimg {
    width: 60%;
    opacity: 1;
  }
}
.contact2 .swiper-slide .c-box1 {
  width: 100%;
  margin-bottom: 0.3rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .contact2 .swiper-slide .c-box1 {
    margin-bottom: 0.4rem;
  }
}
.contact2 .swiper-slide .c-box1 .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}
.contact2 .swiper-slide .c-box1 .imgbox > .img,
.contact2 .swiper-slide .c-box1 .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.contact2 .swiper-slide .c-box1 .imgbox img {
  object-fit: cover;
  transition: all 0.8s;
  border-radius: 10px;
}
.contact2 .swiper-slide .c-box2 {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact2 .swiper-slide .c-title {
  z-index: 2;
  position: relative;
}
.contact2 .swiper-slide .box1 {
  margin-top: 0.2rem;
  z-index: 2;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contact2 .swiper-slide .box1 {
    margin-top: 0.4rem;
  }
}
.contact2 .swiper-slide .c-list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.1rem;
}
.contact2 .swiper-slide .c-list:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .contact2 .swiper-slide .c-list {
    margin-bottom: 0.3rem;
  }
}
.contact2 .swiper-slide .c-list .c-icon {
  width: 0.22rem;
  height: 0.22rem;
  min-width: 18px;
  min-height: 18px;
  margin-right: 15px;
  margin-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .contact2 .swiper-slide .c-list .c-icon {
    margin-top: 2px;
  }
}
.contact2 .swiper-slide .c-list .c-icon img,
.contact2 .swiper-slide .c-list .c-icon svg {
  width: auto;
  height: auto;
}
.contact2 .swiper-slide .c-list .c-text {
  line-height: 1.375em;
  color: #666;
  flex: 1;
}
@media (max-width: 767px) {
  .contact2 .swiper-slide .c-list .c-text {
    line-height: 1.5;
  }
}
.contact2 .swpBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.contact2 .swpBox .swiper-button-prev {
  margin-right: 0.3rem;
}
.contact4 {
  padding: 0 0 2.25rem;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .contact4 {
    padding-bottom: 1.2rem;
  }
}
.contact4 .zz-bigbox {
  width: 89.93%;
  margin: 0 auto;
  box-shadow: 0 0 32px rgba(214, 214, 214, 0.4);
  padding: 0.75rem 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contact4 .zz-bigbox {
    width: 100%;
    padding: 0.6rem 0.3rem;
  }
}
.contact4 .zz-bigbox .bgimg {
  position: absolute;
  right: -25%;
  height: 5.45rem;
  top: 0;
}
.contact4 .zz-bigbox ul {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}
.contact4 .zz-bigbox ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
}
.contact4 .zz-bigbox ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .contact4 .zz-bigbox ul li {
    margin-right: 0.5rem;
    width: auto;
  }
}
.contact4 .zz-bigbox ul li:hover .zz-imgbox {
  background: #ED6C00;
}
.contact4 .zz-bigbox ul li:hover .zz-imgbox svg path {
  fill: #fff;
}
.contact4 .zz-bigbox ul li:hover .zz-text {
  color: #ED6C00;
}
.contact4 .zz-bigbox ul li .zz-imgbox {
  margin-bottom: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 1000px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact4 .zz-bigbox ul li .zz-imgbox {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.contact4 .zz-bigbox ul li .zz-imgbox img,
.contact4 .zz-bigbox ul li .zz-imgbox svg {
  width: 30%;
  height: 30%;
}
.contact4 .zz-bigbox ul li .zz-imgbox img path,
.contact4 .zz-bigbox ul li .zz-imgbox svg path {
  transition: all 0.4s;
  fill: #333;
}
.contact4 .zz-bigbox ul li .zz-text {
  text-align: center;
  color: #666;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .contact4 .zz-bigbox ul li .zz-text {
    font-size: 0.26rem;
  }
}
.edu1 {
  position: relative;
  height: 300vh;
}
.edu1 .zz-box {
  position: sticky;
  top: 0;
  height: 100vh;
}
.edu1 .zz-title-box {
  padding: 0.65rem 0 0.35rem;
}
@media (max-width: 767px) {
  .edu1 .zz-title-box {
    padding: 0.8rem 0 0.6rem;
  }
}
.edu1 .zz-title-box .zz-tips {
  color: #ED6C00;
  text-align: center;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .edu1 .zz-title-box .zz-tips {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
}
.edu1 .zz-cont-box {
  position: relative;
  width: 72.91%;
  margin: 0 auto;
  height: 6rem;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .edu1 .zz-cont-box {
    width: 90%;
    height: 60vh;
  }
}
.edu1 .zz-cont-box .zz-video-box {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: relative;
}
.edu1 .zz-cont-box .zz-video-box .zz-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.edu1 .zz-cont-box .zz-video-box .zz-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.edu1 .zz-cont-box .zz-cont {
  width: 10.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .edu1 .zz-cont-box .zz-cont {
    width: 90%;
    margin: 0 auto;
  }
}
.edu1 .zz-cont-box .zz-cont .zz-text {
  line-height: 1.25em;
  text-align: center;
}
.edu1 .zz-cont-box .zz-cont .public-btn {
  margin-top: 0.5rem;
}
.edu1 .zz-cont-box .zz-cont .public-btn .btn-box {
  width: 2.5rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .edu1 .zz-cont-box .zz-cont .public-btn .btn-box {
    width: 3.6rem;
  }
}
.edu1 .zz-cont-box .zz-cont .public-btn .hi-ico {
  margin-left: 0;
  transform: translateX(0.4rem);
}
@media (max-width: 1580px) {
  .edu1 .zz-cont-box .zz-cont .public-btn .hi-ico {
    transform: translateX(0.25rem);
  }
}
.edu1 .zz-cont-box .zz-cont .public-btn .pbtn-img {
  left: 54%;
}
.edu2 {
  background: #f4f4f4;
}
@media (max-width: 767px) {
}
.edu2 .zz-num {
  position: absolute;
  top: -40%;
  top: 0.35rem;
  right: 12%;
  color: #cccccc;
  font-size: 0.48rem;
  transition: all 2s;
  line-height: 1;
}
@media (max-width: 1580px) {
  .edu2 .zz-num {
    right: 8%;
  }
}
@media (max-width: 1260px) {
  .edu2 .zz-num {
    right: 5%;
  }
}
.edu2 .zz_1440 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .edu2 .zz_1440 {
    flex-direction: column;
  }
}
.edu2 .swiper-wrapper,
.edu2 .big-box {
  height: 400vh;
  position: relative;
}
.edu2 .swiper-slide,
.edu2 .zz-box {
  justify-content: space-between;
  border-radius: 0.5rem;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: sticky;
  top: 0;
  transform-origin: bottom;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #f4f4f4;
  transition: all 1s;
}
@media (max-width: 767px) {
  .edu2 .swiper-slide,
  .edu2 .zz-box {
    align-items: flex-start;
    padding-top: 1.6rem;
  }
}
.edu2 .swiper-slide:nth-of-type(even),
.edu2 .zz-box:nth-of-type(even) {
  background: #eaeaea;
}
.edu2 .swiper-slide:nth-of-type(even) .zz-num,
.edu2 .zz-box:nth-of-type(even) .zz-num {
  color: #ffffff;
}
.edu2 .swiper-slide.on .zz-num.numOn,
.edu2 .zz-box.on .zz-num.numOn {
  transform: scale(1.42);
}
.edu2 .swiper-slide:nth-of-type(1),
.edu2 .zz-box:nth-of-type(1) {
  transform: translate(0, 0);
  z-index: 0;
  border-radius: 0;
  position: sticky;
}
.edu2 .swiper-slide:nth-of-type(2),
.edu2 .zz-box:nth-of-type(2) {
  top: 100vh;
}
.edu2 .swiper-slide:nth-of-type(3),
.edu2 .zz-box:nth-of-type(3) {
  top: 200vh;
}
.edu2 .zz_1440 {
  transition: all 0.4s;
}
.edu2 .zz-left {
  width: 43.3%;
  margin-top: 0.15rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .edu2 .zz-left {
    width: 100%;
    margin-top: 0;
  }
}
.edu2 .zz-left .zz-tips {
  color: #ED6C00;
  margin-bottom: 0.25rem;
  text-align: left;
}
.edu2 .zz-left .h2 {
  line-height: 1.125em;
  text-align: left;
}
.edu2 .zz-left .zz-text {
  margin-top: 0.5rem;
  color: #999;
  line-height: 1.375em;
  max-height: 155px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  text-align: left;
}
.edu2 .zz-left .zz-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.edu2 .zz-left .zz-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.edu2 .zz-left .zz-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ED6C00;
}
@media (max-width: 1024px) {
  .edu2 .zz-left .zz-text {
    max-height: 100px;
  }
}
.edu2 .zz-right {
  width: 52.77%;
}
@media (max-width: 767px) {
  .edu2 .zz-right {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.edu2 .zz-right .public-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.edu2 .zz-right .public-img::before {
  padding-top: 64.23%;
  border-radius: 10px;
}
.edu3 {
  padding: 1.05rem 0 1.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .edu3 {
    padding: 1.1rem 0 1.2rem;
  }
}
.edu3 .zz-box {
  background: #fff;
}
.edu3 .zz-box .zz_1440 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.edu3 .zz-cont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.edu3 .zz-cont .zz-title-box {
  width: 85%;
  text-align: center;
  margin-top: 0;
  padding-right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .edu3 .zz-cont .zz-title-box {
    width: 100%;
  }
}
.edu3 .zz-cont .zz-text {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.15rem;
  color: #666;
}
@media (max-width: 767px) {
  .edu3 .zz-cont .zz-text {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.edu3 .zz-video {
  width: 85%;
  height: 0;
  padding-bottom: 51.38%;
  position: relative;
  border-radius: 10px;
  margin-top: 0.55rem;
  cursor: pointer;
}
@media (max-width: 1366px) {
  .edu3 .zz-video {
    margin-top: 0.55rem;
  }
}
@media (max-width: 1290px) {
  .edu3 .zz-video {
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .edu3 .zz-video {
    margin-top: 0.6rem;
    width: 100%;
    padding-bottom: 65%;
  }
}
.edu3 .zz-video .bgimg {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.edu3 .zz-video:hover .zz-icon::after {
  opacity: 0;
  transform: scale(1.4);
}
.edu3 .zz-video .zz-icon {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.4s;
}
.edu3 .zz-video .zz-icon.on {
  opacity: 0;
}
.edu3 .zz-video .zz-icon img,
.edu3 .zz-video .zz-icon svg {
  width: 100%;
  height: 100%;
}
.edu3 .zz-video .zz-icon::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  content: '';
  box-sizing: border-box;
  transition: all 0.4s;
}
.edu_detail1 {
  padding: 1.1rem 0 1.2rem;
}
.edu_detail1 .zz-cont {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.edu_detail1 .zz-cont .zz-title-box {
  width: 85%;
  text-align: center;
  margin-top: 0;
  padding-right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .edu_detail1 .zz-cont .zz-title-box {
    width: 100%;
  }
}
.edu_detail1 .zz-cont .zz-title-box h2 {
  line-height: 1.2;
}
.edu_detail1 .zz-cont .zz-text {
  width: 85%;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.35rem;
  color: #666;
}
@media (max-width: 767px) {
  .edu_detail1 .zz-cont .zz-text {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.edu_detail1 .zz-video {
  width: 100%;
  height: 0;
  padding-bottom: 51.38%;
  position: relative;
  border-radius: 10px;
  margin-top: 1.1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .edu_detail1 .zz-video {
    margin-top: 0.6rem;
    padding-bottom: 65%;
  }
}
.edu_detail1 .zz-video .bgimg {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.edu_detail1 .zz-video:hover .zz-icon::after {
  opacity: 0;
  transform: scale(1.4);
}
.edu_detail1 .zz-video .zz-icon {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.4s;
}
.edu_detail1 .zz-video .zz-icon.on {
  opacity: 0;
}
.edu_detail1 .zz-video .zz-icon img,
.edu_detail1 .zz-video .zz-icon svg {
  width: 100%;
  height: 100%;
}
.edu_detail1 .zz-video .zz-icon::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  content: '';
  box-sizing: border-box;
  transition: all 0.4s;
}
.edu_detail2 .zz_1440 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .edu_detail2 .zz_1440 {
    flex-direction: column;
  }
}
.edu_detail2 .zz-left {
  width: 36%;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .edu_detail2 .zz-left {
    width: 100%;
    margin-top: 0;
  }
}
.edu_detail2 .zz-left .h2 {
  line-height: 1.125em;
}
.edu_detail2 .zz-left .zz-text {
  margin-top: 0.45rem;
  color: #999;
  line-height: 1.375em;
  max-height: 155px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.edu_detail2 .zz-left .zz-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.edu_detail2 .zz-left .zz-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.edu_detail2 .zz-left .zz-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ED6C00;
}
@media (max-width: 1024px) {
  .edu_detail2 .zz-left .zz-text {
    max-height: 100px;
  }
}
.edu_detail2 .zz-right {
  width: 53.81%;
}
@media (max-width: 767px) {
  .edu_detail2 .zz-right {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.edu_detail2 .zz-right .public-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.edu_detail2 .zz-right .public-img::before {
  padding-top: 56.77%;
  border-radius: 10px;
}
.edu_detail3 {
  padding: 1.35rem 0 0;
}
@media (max-width: 767px) {
  .edu_detail3 {
    padding: 1.1rem 0 1.2rem;
  }
}
.edu_detail3 .zz_1440 {
  margin-bottom: 0.85rem;
}
.edu_detail3 .zz-tips {
  text-align: center;
  color: #666;
}
@media (max-width: 767px) {
  .edu_detail3 .zz-tips {
    margin-bottom: 0.2rem;
  }
}
.edu_detail3 .public-proInfo {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .edu_detail3 .public-proInfo {
    margin-top: 0.6rem;
  }
}
.edu_detail3 .zz-video-box {
  position: relative;
  height: 200vh;
}
@media (max-width: 767px) {
  .edu_detail3 .zz-video-box {
    height: auto;
  }
}
.edu_detail3 .zz-video {
  width: 75.5%;
  height: 100vh;
  position: sticky;
  top: 0;
  border-radius: 10px;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .edu_detail3 .zz-video {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .edu_detail3 .zz-video {
    height: 0;
    width: 90%;
    position: relative;
    padding-bottom: 56.37%;
    margin-bottom: 0;
  }
}
.edu_detail3 .zz-video .bgimg {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
@media (max-width: 767px) {
  .edu_detail3 .zz-video .bgimg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.edu_detail3 .zz-video:hover .zz-icon::after {
  opacity: 0;
  transform: scale(1.4);
}
.edu_detail3 .zz-video .zz-icon {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.4s;
}
.edu_detail3 .zz-video .zz-icon.on {
  opacity: 0;
}
.edu_detail3 .zz-video .zz-icon img,
.edu_detail3 .zz-video .zz-icon svg {
  width: 100%;
  height: 100%;
}
.edu_detail3 .zz-video .zz-icon::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  content: '';
  box-sizing: border-box;
  transition: all 0.4s;
}
.edu_detail4 {
  background: #f4f4f4;
  padding: 1.1rem 0 2.15rem;
}
@media (max-width: 767px) {
  .edu_detail4 {
    padding-bottom: 0.8rem;
  }
}
.edu_detail4 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 440px;
  margin-top: 0.85rem;
}
@media (max-width: 1580px) {
  .edu_detail4 ul {
    min-height: 360px;
  }
}
@media (max-width: 767px) {
  .edu_detail4 ul {
    padding: 0;
    min-height: unset;
    margin-top: 0.5rem;
  }
}
.edu_detail4 ul li {
  width: 23.35%;
  margin-right: 2.18%;
  padding: 0.5rem 0.35rem;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  transition: all 0.4s;
  margin-bottom: 0.3rem;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1580px) {
  .edu_detail4 ul li {
    height: 280px;
  }
}
@media (max-width: 1366px) {
}
@media (max-width: 1024px) {
  .edu_detail4 ul li {
    width: 48.91%;
  }
  .edu_detail4 ul li:nth-of-type(4n+4) {
    margin-right: 2.18%;
  }
  .edu_detail4 ul li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .edu_detail4 ul li {
    width: 100%;
    margin-right: 0;
    padding: 0.6rem 0.4rem;
    height: auto;
    margin-bottom: 0.4rem;
  }
}
.edu_detail4 ul li:nth-of-type(4n+4) {
  margin-right: 0;
}
.edu_detail4 ul li:hover,
.edu_detail4 ul li.on {
  height: 410px;
}
@media (max-width: 1580px) {
  .edu_detail4 ul li:hover,
  .edu_detail4 ul li.on {
    height: 340px;
  }
}
@media (max-width: 1366px) {
}
@media (max-width: 767px) {
  .edu_detail4 ul li:hover,
  .edu_detail4 ul li.on {
    height: auto;
  }
}
.edu_detail4 ul li:hover .zz-box1,
.edu_detail4 ul li.on .zz-box1 {
  opacity: 0;
}
@media (max-width: 767px) {
  .edu_detail4 ul li:hover .zz-box1,
  .edu_detail4 ul li.on .zz-box1 {
    opacity: 1;
  }
}
.edu_detail4 ul li:hover .zz-box2,
.edu_detail4 ul li.on .zz-box2 {
  opacity: 1;
}
.edu_detail4 ul li .zz-icon {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edu_detail4 ul li .zz-icon img,
.edu_detail4 ul li .zz-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.edu_detail4 ul li .zz-icon img path,
.edu_detail4 ul li .zz-icon svg path {
  fill: #ED6C00;
}
.edu_detail4 ul li .zz-title {
  line-height: 1.2;
}
.edu_detail4 ul li .zz-text {
  line-height: 1.375em;
  margin-top: 0.25rem;
  max-height: 60%;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.edu_detail4 ul li .zz-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.edu_detail4 ul li .zz-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.edu_detail4 ul li .zz-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .edu_detail4 ul li .zz-text {
    text-align: left;
    margin-top: 0.4rem;
    max-height: 2rem;
  }
}
.edu_detail4 ul li .zz-box1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .edu_detail4 ul li .zz-box1 {
    padding: 0;
  }
}
.edu_detail4 ul li .zz-box1 .zz-boxs1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.edu_detail4 ul li .zz-box1 .zz-iconBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.edu_detail4 ul li .zz-box1 .zz-title {
  margin-top: 20px;
  color: #222;
  text-align: left;
  flex: 0.55;
}
@media (max-width: 1580px) {
  .edu_detail4 ul li .zz-box1 .zz-title {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .edu_detail4 ul li .zz-box1 .zz-title {
    margin-top: 0.5rem;
    flex: unset;
  }
}
.edu_detail4 ul li .zz-box1 .zz-icon2 {
  width: 0.6rem;
  height: 0.6rem;
  background: #ED6C00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
}
.edu_detail4 ul li .zz-box1 .zz-icon2 img,
.edu_detail4 ul li .zz-box1 .zz-icon2 svg {
  width: 0.18rem;
  height: 0.18rem;
}
@media (max-width: 767px) {
  .edu_detail4 ul li .zz-box1 .zz-icon2 {
    display: none;
  }
}
.edu_detail4 ul li .zz-box2 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s;
  color: #fff;
  border-radius: 10px;
  padding: 0.5rem 0.35rem;
}
@media (max-width: 767px) {
  .edu_detail4 ul li .zz-box2 {
    display: none;
  }
}
.edu_detail4 ul li .zz-box2 .bgimg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.edu_detail4 ul li .zz-box2 .zz-icon {
  margin-bottom: 10px;
}
.edu_detail4 ul li .zz-box2 .zz-icon img path,
.edu_detail4 ul li .zz-box2 .zz-icon svg path {
  fill: #fff;
}
.edu_detail4 ul li .zz-box2 .zz-text .zz-list {
  position: relative;
  padding-left: 0.2rem;
  margin-bottom: 5px;
}
.edu_detail4 ul li .zz-box2 .zz-text .zz-list:last-child {
  margin-bottom: 0;
}
.edu_detail4 ul li .zz-box2 .zz-text .zz-list::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 1000px;
  background: #fff;
  top: 10px;
  left: 0;
}
.edu_detail5 {
  padding: 1.1rem 0 1.2rem;
}
.edu_detail5 .public-title .c-text {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .edu_detail5 .public-title .c-text {
    margin-top: 0.2rem;
  }
}
.edu_detail5 .zz-cont-box {
  position: relative;
  margin-top: 0.6rem;
}
.edu_detail5 .zz-cont-box .zz-nav {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  top: 5.95rem;
  left: 0.4rem;
  z-index: 2;
  align-items: stretch;
}
@media (max-width: 767px) {
  .edu_detail5 .zz-cont-box .zz-nav {
    position: relative;
    top: unset;
    left: unset;
    justify-content: flex-start;
    margin-left: 15%;
    margin-bottom: 0.6rem;
  }
}
.edu_detail5 .zz-cont-box .zz-nav .zz-nli {
  padding: 0.2rem 0.25rem 0.2rem;
  border: 1px solid #dbe3ea;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-right: 0.2rem;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.4s;
  min-width: 125px;
}
@media (max-width: 1580px) {
  .edu_detail5 .zz-cont-box .zz-nav .zz-nli {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .edu_detail5 .zz-cont-box .zz-nav .zz-nli {
    min-width: unset;
    width: 41%;
    margin-bottom: 0.2rem;
    margin-right: 3%;
    padding: 0.3rem;
  }
  .edu_detail5 .zz-cont-box .zz-nav .zz-nli:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.edu_detail5 .zz-cont-box .zz-nav .zz-nli:last-child {
  margin-right: 0;
}
.edu_detail5 .zz-cont-box .zz-nav .zz-nli .zz-icon {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1366px) {
  .edu_detail5 .zz-cont-box .zz-nav .zz-nli .zz-icon {
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .edu_detail5 .zz-cont-box .zz-nav .zz-nli .zz-icon {
    margin-bottom: 0.2rem;
  }
}
.edu_detail5 .zz-cont-box .zz-nav .zz-nli .zz-icon img,
.edu_detail5 .zz-cont-box .zz-nav .zz-nli .zz-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.edu_detail5 .zz-cont-box .zz-nav .zz-nli .zz-icon img path,
.edu_detail5 .zz-cont-box .zz-nav .zz-nli .zz-icon svg path {
  fill: #5e5e5e;
  transition: all 0.4s;
}
.edu_detail5 .zz-cont-box .zz-nav .zz-nli .h3 {
  position: relative;
  z-index: 2;
  transition: all 0.4s;
  word-break: break-all;
  white-space: normal;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.edu_detail5 .zz-cont-box .zz-nav .zz-nli:hover,
.edu_detail5 .zz-cont-box .zz-nav .zz-nli.on {
  background: #ED6C00;
  border-color: #ED6C00;
}
.edu_detail5 .zz-cont-box .zz-nav .zz-nli:hover .zz-icon img path,
.edu_detail5 .zz-cont-box .zz-nav .zz-nli.on .zz-icon img path,
.edu_detail5 .zz-cont-box .zz-nav .zz-nli:hover .zz-icon svg path,
.edu_detail5 .zz-cont-box .zz-nav .zz-nli.on .zz-icon svg path {
  fill: #fff;
}
.edu_detail5 .zz-cont-box .zz-nav .zz-nli:hover .h3,
.edu_detail5 .zz-cont-box .zz-nav .zz-nli.on .h3 {
  color: #fff;
}
.edu_detail5 .zz-cont-box .zz-list {
  width: 100%;
  display: none;
}
.edu_detail5 .zz-cont-box .zz-list:nth-of-type(1) {
  display: block;
}
.edu_detail5 .zz-cont-box .zz-list .zz-imgbox {
  width: 100%;
  height: 6.5rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
@media (max-width: 767px) {
  .edu_detail5 .zz-cont-box .zz-list .zz-imgbox {
    height: 0;
    position: relative;
    padding-bottom: 65%;
  }
}
.edu_detail5 .zz-cont-box .zz-list .zz-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
@media (max-width: 767px) {
  .edu_detail5 .zz-cont-box .zz-list .zz-imgbox img {
    position: absolute;
  }
}
.edu_detail5 .zz-cont-box .zz-list .zz-ul {
  background: #f6f7f8;
  padding: 1.35rem 0.4rem 0.65rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .edu_detail5 .zz-cont-box .zz-list .zz-ul {
    padding: 0.6rem 0.4rem 0.3rem;
  }
}
.edu_detail5 .zz-cont-box .zz-list .zz-ul .zz-li {
  margin-bottom: 0.3rem;
  width: 18.38%;
  margin-right: 2.02%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 15px;
  transition: all 0.4s;
}
.edu_detail5 .zz-cont-box .zz-list .zz-ul .zz-li:hover {
  transform: translateY(-10px);
}
.edu_detail5 .zz-cont-box .zz-list .zz-ul .zz-li:nth-of-type(5n+5) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .edu_detail5 .zz-cont-box .zz-list .zz-ul .zz-li {
    width: 48%;
    margin-right: 4%;
  }
  .edu_detail5 .zz-cont-box .zz-list .zz-ul .zz-li:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
.edu_detail5 .zz-cont-box .zz-list .zz-ul .zz-li .public-img {
  width: 100%;
}
.edu_detail5 .zz-cont-box .zz-list .zz-ul .zz-li .public-img::before {
  padding-top: 44%;
}
@media (max-width: 767px) {
  .edu_detail5 .zz-cont-box .zz-list .zz-ul .zz-li .public-img::before {
    padding-top: 55%;
  }
}
.edu_detail5 .zz-cont-box .zz-list .zz-ul .zz-li .public-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.edu_detail6 .zz_1440 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .edu_detail6 .zz_1440 {
    flex-direction: column;
  }
}
.edu_detail6 .zz-left {
  width: 44%;
}
@media (max-width: 767px) {
  .edu_detail6 .zz-left {
    width: 100%;
  }
}
.edu_detail6 .zz-left .h2 {
  line-height: 1.2;
}
.edu_detail6 .zz-left .zz-text {
  margin-top: 0.45rem;
  color: #666;
  line-height: 1.33333333em;
  padding-right: 1.4rem;
  max-height: 120px;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.edu_detail6 .zz-left .zz-text::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.edu_detail6 .zz-left .zz-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.edu_detail6 .zz-left .zz-text::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ED6C00;
}
@media (max-width: 1580px) {
  .edu_detail6 .zz-left .zz-text {
    max-height: 110px;
  }
}
@media (max-width: 1290px) {
  .edu_detail6 .zz-left .zz-text {
    padding-right: 1rem;
  }
}
@media (max-width: 1024px) {
  .edu_detail6 .zz-left .zz-text {
    padding-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .edu_detail6 .zz-left .zz-text {
    max-height: 2.3rem;
  }
}
.edu_detail6 .zz-right {
  width: 53%;
}
@media (max-width: 767px) {
  .edu_detail6 .zz-right {
    width: 100%;
    margin-top: 0.6rem;
    display: -webkit-box;
    overflow-x: auto;
  }
}
.edu_detail6 .zz-right table {
  width: 100%;
  border: 1px solid #f4f4f4;
  border-right: 0;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .edu_detail6 .zz-right table {
    width: 11rem;
  }
}
.edu_detail6 .zz-right table th,
.edu_detail6 .zz-right table td {
  width: 33.33%;
  text-align: center;
}
@media (max-width: 767px) {
}
.edu_detail6 .zz-right table th {
  padding: 0.15rem 0.2rem;
  background: #fbfbfb;
  border-right: 1px solid #f4f4f4;
}
.edu_detail6 .zz-right table tr {
  border-bottom: 1px solid #f4f4f4;
}
.edu_detail6 .zz-right table tr:nth-of-type(odd) {
  background: #fbfbfb;
}
.edu_detail6 .zz-right table td {
  padding: 0.18rem 0.2rem;
  border-right: 1px solid #f4f4f4;
}
.edu_detail7 {
  padding: 1rem 0 1.5rem;
}
@media (max-width: 767px) {
  .edu_detail7 {
    padding: 1.1rem 0 1.2rem;
  }
}
.edu_detail7 .proSeries2Swp {
  margin-top: 0.7rem;
}
.edu_detail7 .swpBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0.7rem;
}
.edu_detail7 .swpBox .swiper-button-prev {
  margin-right: 0.3rem;
}
.ecology_pro1 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}
.ecology_pro1 .zz-ul1 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
}
.ecology_pro1 .zz-ul1 .zz-li {
  margin-right: 0.15rem;
  margin-bottom: 0.2rem;
}
.ecology_pro1 .zz-ul1 .zz-li:last-child {
  margin-right: 0;
}
.ecology_pro1 .zz-ul1 .public-btn {
  background: #f8f8f8;
  border-radius: 1000px;
}
.ecology_pro1 .zz-ul1 .public-btn:hover .btn-box .hi-text,
.ecology_pro1 .zz-ul1 .public-btn.on .btn-box .hi-text {
  color: #fff;
}
.ecology_pro1 .zz-ul1 .public-btn .btn-box {
  padding: 0.2rem 0.3rem;
  background: transparent;
}
.ecology_pro1 .zz-ul1 .public-btn .btn-box .hi-text {
  color: #333;
}
.ecology_pro1 .public-page {
  margin-top: 0.7rem;
}
.about1 {
  position: relative;
  height: 100vh;
  background: #e1e3e6;
}
.about1 .c-animation {
  position: sticky;
  height: 100vh;
  overflow: hidden;
  top: 0;
}
.about1 .c-animation .zz-tipsBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.4s;
}
.about1 .c-animation .zz-tipsBox.on {
  opacity: 0;
}
.about1 .c-animation .zz-tips {
  font-size: 4.8rem;
  display: flex;
  color: #e1e3e6;
  letter-spacing: 0.15rem;
}
@media (max-width: 1024px) {
  .about1 .c-animation .zz-tips {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .about1 .c-animation .zz-tips {
    display: none;
  }
}
.about1 .c-animation .zz-tips span:nth-of-type(3) {
  opacity: 0;
}
.about1 .circleseg1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background-color: transparent;
  border: 200vh solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  box-sizing: content-box;
  z-index: 5;
  opacity: 1;
}
.about1 .circleseg1.on {
  width: 50rem;
  height: 50rem;
}
@media (max-width: 1580px) {
  .about1 .circleseg1 {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .about1 .circleseg1 {
    width: 4.4rem;
    height: 4.4rem;
    min-width: 4rem;
    min-height: 4rem;
  }
}
@media (max-width: 767px) {
  .about1 .circleseg1 {
    border: 7.5rem solid #fff;
  }
}
.about1 .circleseg1 .c-before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.about1 .circleseg1 .c-before img,
.about1 .circleseg1 .c-before svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: proBox 120s infinite linear;
  -webkit-animation: proBox 120s infinite linear;
}
.about1 .circleseg1 .c-after {
  position: absolute;
  width: 112.85%;
  height: 112.85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.about1 .circleseg1 .c-after img,
.about1 .circleseg1 .c-after svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation: proBox1 120s infinite linear;
  -webkit-animation: proBox1 120s infinite linear;
}
.about1 .zz-tips2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.45rem;
  color: #666;
  line-height: 1.5em;
  width: auto;
  z-index: 10;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
  .about1 .zz-tips2 {
    width: 80%;
    bottom: 2.2rem;
  }
}
.about1 .zz-tips2.on {
  opacity: 0;
}
.about1 .keyFrameBox3 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.about1 .keyFrameBox3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about1 .keyFrameImgBox3 {
  display: none;
}
.about1 .c-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.2rem;
  z-index: 5;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .about1 .c-icon {
    bottom: 0.6rem;
  }
}
.about1 .c-icon.on {
  opacity: 0;
}
.about1 .c-icon img,
.about1 .c-icon svg {
  width: 0.25rem;
  min-width: 15px;
}
.about1 .c-icon span {
  color: #666;
  margin-top: 5px;
}
.about1 .c-box {
  width: 100%;
  left: 0;
  z-index: 4;
  transition: all 0.4s;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  opacity: 0;
}
.about1 .c-box.on {
  top: 50%;
  opacity: 1;
}
@media (max-width: 767px) {
  .about1 .c-box.on {
    top: 54%;
  }
}
.about1 .c-box.on2 {
  transform: translateY(-40%);
  opacity: 0;
}
.about1 .c-box > .zz_1440 {
  display: flex;
  justify-content: flex-end;
}
.about1 .c-box .c-cont2 {
  color: #666;
  position: relative;
  width: 7.25rem;
  height: 6.65rem;
  display: flex;
  justify-content: flex-end;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about1 .c-box .c-cont2 {
    justify-content: center;
  }
}
.about1 .c-box .c-cont2 .c-text {
  width: 100%;
  height: 100%;
  padding: 0.55rem 0.45rem 0.55rem 0.9rem;
  border-radius: 10px;
  position: absolute;
  transition: all 0.8s;
  top: 50%;
  transform: translateY(-50%);
}
.about1 .c-box .c-cont2 .c-text .c-scroll {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding-right: 0.45rem;
}
.about1 .c-box .c-cont2 .c-text .c-scroll::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.about1 .c-box .c-cont2 .c-text .c-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.about1 .c-box .c-cont2 .c-text .c-scroll::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ED6C00;
}
@media (max-width: 767px) {
  .about1 .c-box .c-cont2 .c-text {
    width: 100%;
    height: 100%;
  }
}
.about1 .c-box .c-cont2 .c-text.c-text1 {
  opacity: 1;
}
.about1 .c-box .c-cont2 .c-text.c-text1.on {
  transform: translateY(-60%);
  opacity: 0;
}
.about1 .c-box .c-cont2 .c-text.c-text2 {
  transform: translateY(-30%);
  opacity: 0;
}
.about1 .c-box .c-cont2 .c-text.c-text2.on {
  transform: translateY(-50%);
  opacity: 1;
}
@media (max-width: 767px) {
  .about1 .c-box .c-cont2 {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .about1 .c-box .c-cont2 {
    width: 100%;
    height: 77vh;
  }
}
.about1 .c-box .c-cont2 .c-tips {
  margin-bottom: 10px;
  color: #ED6C00;
}
.about1 .c-box .c-cont2 .c-title {
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .about1 .c-box .c-cont2 .c-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about1 .c-box .c-cont2 .c-title {
    font-size: 0.32rem;
  }
}
.about1 .c-box .c-cont2 .c-btn {
  margin-top: 0.5rem;
}
.about1 .zz-tips3 {
  font-size: 3.2rem;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 3.15rem;
  line-height: 1;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  z-index: 1;
  text-transform: uppercase;
}
.about1 .zz-tips3.on {
  opacity: 1 !important;
  animation: slide-right 20s linear infinite;
}
.about2 {
  padding: 1.1rem 0 1.2rem;
}
.about2 .h2 {
  color: #222;
}
.about2 .zz-ul {
  display: flex;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .about2 .zz-ul {
    flex-direction: column;
  }
}
.about2 .zz-ul .zz-li {
  width: 25%;
  position: relative;
  padding: 1.15rem 0.2rem 0.9rem;
  border: 1px solid #ddd;
  border-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 575px;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .about2 .zz-ul .zz-li {
    min-height: 500px;
  }
}
@media (max-width: 1366px) {
  .about2 .zz-ul .zz-li {
    min-height: 470px;
  }
}
@media (max-width: 1024px) {
  .about2 .zz-ul .zz-li {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .about2 .zz-ul .zz-li {
    width: 100%;
    border-left: 1px solid #ddd;
    margin-bottom: 0.4rem;
    min-height: 8rem;
  }
}
.about2 .zz-ul .zz-li:nth-of-type(1) {
  border-left: 1px solid #ddd;
}
.about2 .zz-ul .zz-li .bgimg,
.about2 .zz-ul .zz-li .bgimg2,
.about2 .zz-ul .zz-li .zz-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  z-index: 1;
}
.about2 .zz-ul .zz-li .bgimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about2 .zz-ul .zz-li .zz-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.4s;
  z-index: 2;
}
.about2 .zz-ul .zz-li .zz-num {
  color: #ddd;
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
  z-index: 3;
}
.about2 .zz-ul .zz-li .zz-num::before {
  content: '';
  position: absolute;
  height: 0.45rem;
  width: 1px;
  background: #ddd;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.about2 .zz-ul .zz-li .zz-num::after {
  content: '';
  position: absolute;
  height: 0.45rem;
  width: 1px;
  background: #ddd;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.about2 .zz-ul .zz-li .h3 {
  line-height: 1.25;
  color: #666;
  text-align: center;
  position: relative;
  z-index: 3;
  transition: all 0.4s;
}
.about2 .zz-ul .zz-li .zz-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.65rem;
  bottom: 0;
}
.about2 .zz-ul .zz-li .zz-icon {
  position: absolute;
  z-index: 3;
  bottom: 0.85rem;
  transition: all 0.4s;
  width: 0.55rem;
  height: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .about2 .zz-ul .zz-li .zz-icon {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.about2 .zz-ul .zz-li .zz-icon img,
.about2 .zz-ul .zz-li .zz-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.about2 .zz-ul .zz-li .zz-icon .cls-1 {
  fill: #666;
  stroke: #666;
}
@media (max-width: 767px) {
  .about2 .zz-ul .zz-li .zz-icon .cls-1 {
    fill: #fff;
    stroke: #fff;
  }
}
.about2 .zz-ul .zz-li .zz-text {
  text-align: center;
  color: #fff;
  line-height: 1.375em;
  position: absolute;
  z-index: 3;
  bottom: -10%;
  transition: all 0.4s;
  opacity: 0;
  padding: 0 0.3rem;
  color: #ccc;
}
.about2 .zz-ul .zz-li:hover {
  width: 34.02%;
}
@media (max-width: 767px) {
  .about2 .zz-ul .zz-li:hover {
    width: 100%;
  }
}
.about2 .zz-ul .zz-li:hover .bgimg,
.about2 .zz-ul .zz-li:hover .bgimg2,
.about2 .zz-ul .zz-li:hover .zz-mask {
  opacity: 1;
}
.about2 .zz-ul .zz-li:hover .h3 {
  color: #fff;
  opacity: 0.8;
}
.about2 .zz-ul .zz-li:hover .zz-cont {
  bottom: 0.65rem;
}
.about2 .zz-ul .zz-li:hover .zz-cont img path,
.about2 .zz-ul .zz-li:hover .zz-cont svg path {
  fill: #fff;
}
.about2 .zz-ul .zz-li:hover .zz-cont .cls-1 {
  fill: #fff;
  stroke: #fff;
}
.about2 .zz-ul .zz-li:hover .zz-icon {
  bottom: 1.4rem;
  opacity: 0.8;
}
@media (max-width: 1366px) {
  .about2 .zz-ul .zz-li:hover .zz-icon {
    bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .about2 .zz-ul .zz-li:hover .zz-icon {
    bottom: 2.6rem;
  }
}
.about2 .zz-ul .zz-li:hover .zz-text {
  opacity: 1;
  bottom: 0.6rem;
}
@media (max-width: 767px) {
  .about2 .zz-ul .zz-li .bgimg,
  .about2 .zz-ul .zz-li .bgimg2,
  .about2 .zz-ul .zz-li .zz-mask {
    opacity: 1;
  }
  .about2 .zz-ul .zz-li .h3 {
    color: #fff;
  }
  .about2 .zz-ul .zz-li .zz-cont {
    bottom: 0.65rem;
  }
  .about2 .zz-ul .zz-li .zz-cont img path,
  .about2 .zz-ul .zz-li .zz-cont svg path {
    fill: #fff;
  }
  .about2 .zz-ul .zz-li .zz-icon {
    bottom: 2.6rem;
  }
  .about2 .zz-ul .zz-li .zz-text {
    opacity: 1;
    bottom: 0.6rem;
  }
}
.about3 {
  position: relative;
  height: 200vh;
}
@media (max-width: 767px) {
  .about3 {
    height: auto;
    padding-bottom: 0.4rem;
  }
}
.about3 .bigbox {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about3 .bigbox {
    height: auto;
  }
}
.about3 .zz_1440 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1580px) {
  .about3 .zz_1440 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .about3 .zz_1440 {
    flex-direction: column;
    position: relative;
    height: auto;
  }
}
.about3 .zz-left {
  width: 30.9%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1580px) {
  .about3 .zz-left {
    margin-right: 1rem;
  }
}
@media (max-width: 1024px) {
  .about3 .zz-left {
    margin-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .about3 .zz-left {
    width: 80%;
    order: 1;
    height: auto;
    margin-top: 0.2rem;
    flex-direction: column;
  }
}
.about3 .zz-left .zz-list {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  transition: all 0.8s;
  opacity: 0;
}
@media (max-width: 767px) {
  .about3 .zz-left .zz-list {
    opacity: 1;
    position: relative;
    top: unset;
    transform: unset;
    margin-bottom: 0.8rem;
  }
}
.about3 .zz-left .zz-list:nth-of-type(1) {
  opacity: 1;
  top: 50%;
}
@media (max-width: 767px) {
  .about3 .zz-left .zz-list:nth-of-type(1) {
    top: unset;
  }
}
.about3 .zz-left .zz-list.on1 {
  top: 40%;
  opacity: 0;
}
.about3 .zz-left .zz-list.on3 {
  top: 40% !important;
  opacity: 0 !important;
}
.about3 .zz-left .zz-list.on2,
.about3 .zz-left .zz-list.on4 {
  opacity: 1;
  top: 50%;
}
.about3 .zz-left .zz-num {
  color: #999;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .about3 .zz-left .zz-num {
    margin-bottom: 0.2rem;
  }
}
.about3 .zz-left .h2 {
  font-size: 0.76rem;
  color: #222;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .about3 .zz-left .h2 {
    font-size: 0.32rem;
    line-height: 1.5;
  }
}
.about3 .zz-left .h2 span {
  color: #ED6C00;
}
.about3 .zz-left .zz-text {
  margin-top: 0.4rem;
  color: #666;
}
@media (max-width: 767px) {
  .about3 .zz-left .zz-text {
    margin-top: 0.2rem;
  }
}
.about3 .yuan2 {
  stroke-dasharray: 1884;
  stroke-dashoffset: 1413;
  transform: rotate(-90deg);
  transform-origin: center center;
  transition: all 0.8s;
}
.about3 .yuan2.on1 {
  stroke-dashoffset: 942;
}
.about3 .yuan2.on2 {
  stroke-dashoffset: 471;
}
.about3 .yuan2.on3 {
  stroke-dashoffset: 0;
}
.about3 .zz-right {
  position: relative;
}
@media (max-width: 767px) {
  .about3 .zz-right {
    order: 0;
  }
}
.about3 .zz-right::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border: 1px dashed rgba(174, 174, 174, 0.8);
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .about3 .zz-right::before {
    width: 5.76rem;
    height: 5.76rem;
    content: unset;
  }
}
.about3 .zz-right .quan {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about3 .zz-right .quan {
    display: none;
  }
}
.about3 .zz-right .zz-box {
  width: 626px;
  height: 626px;
  border-radius: 1000px;
  overflow: hidden;
  position: relative;
}
.about3 .zz-right .zz-box::before {
  content: '';
  position: absolute;
  width: 95.84%;
  height: 95.84%;
  border-radius: inherit;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .about3 .zz-right .zz-box::before {
    content: unset;
  }
}
@media (max-width: 767px) {
  .about3 .zz-right .zz-box {
    width: 6rem;
    height: 6rem;
  }
}
.about3 .zz-right .zz-box .pro-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about3 .zz-right .zz-img {
  position: absolute;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about3 .zz-right .zz-img::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .about3 .zz-right .zz-img {
    display: none;
  }
}
.about3 .zz-right .zz-img img,
.about3 .zz-right .zz-img svg {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 3;
}
.about3 .zz-right .zz-img img path,
.about3 .zz-right .zz-img svg path {
  transition: all 0.4s;
}
.about3 .zz-right .zz-img.on img path,
.about3 .zz-right .zz-img.on svg path {
  fill: #ED6C00;
}
.about3 .zz-right .zz-img1 {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.about3 .zz-right .zz-img1 img path,
.about3 .zz-right .zz-img1 svg path {
  fill: #ED6C00;
}
.about3 .zz-right .zz-img2 {
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}
.about3 .zz-right .zz-img2 img path,
.about3 .zz-right .zz-img2 svg path {
  fill: #ED6C00;
}
.about3 .zz-right .zz-img3 {
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.about3 .zz-right .zz-img4 {
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.about3 .zz-tips-box {
  position: absolute;
  height: 100vh;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  right: -0.4rem;
}
.about3 .zz-tips-box .zz-tips {
  font-size: 2rem;
  color: #ccc;
  text-align: center;
  line-height: 1;
  opacity: 0.2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .about3 .zz-tips-box .zz-tips {
    display: none;
  }
}
.drop-downBox {
  transition: all 0.4s;
}
.drop-downBox.on {
  top: 0;
}
.drop-downBox1 {
  position: fixed;
  width: 100%;
  height: calc(100vh + 0.8rem);
  background: rgba(0, 0, 0, 0.6);
  top: 0.8rem;
  left: 0;
  display: none;
  border-top: 1px solid #f8f8f8;
}
.drop-downBox1 .drop-down {
  position: absolute;
  width: 100%;
  height: 6.35rem;
  background: #fff;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .drop-downBox1 .drop-down {
    height: 7.8rem;
  }
}
.drop-downBox1 .drop-down .zz_1440 {
  height: 100%;
}
.drop-downBox1 .drop-down::before {
  content: '';
  position: absolute;
  width: 30%;
  height: 100%;
  background: #f4f4f4;
  top: 0;
  left: 0;
  z-index: 1;
}
.drop-downBox1 .drop-down a {
  line-height: 1.5;
  color: #333 !important;
  transition: all 0.4s;
}
.drop-downBox1 .drop-down .drop-box {
  height: 100%;
}
.drop-downBox1 .drop-down .drop-box .dul1 {
  padding: 0.4rem 0.3rem 0.4rem 0.4rem;
  width: 24.3%;
  border-right: 1px solid #f8f8f8;
  height: 100%;
  background: #f4f4f4;
}
.drop-downBox1 .drop-down .drop-box .dul1 .dscroll-1 {
  height: 100%;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.drop-downBox1 .drop-down .drop-box .dul1 .dscroll-1::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.drop-downBox1 .drop-down .drop-box .dul1 .dscroll-1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.drop-downBox1 .drop-down .drop-box .dul1 .dscroll-1::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ED6C00;
}
.drop-downBox1 .drop-down .drop-box .dul1 .dli1 {
  margin-bottom: 0.4rem;
}
.drop-downBox1 .drop-down .drop-box .dul1 .dli1:last-child {
  margin-bottom: 0;
}
.drop-downBox1 .drop-down .drop-box .dul1 .dli1.on .da1 .public-img img,
.drop-downBox1 .drop-down .drop-box .dul1 .dli1:hover .da1 .public-img img {
  transform: scale(1.05);
}
.drop-downBox1 .drop-down .drop-box .dul1 .dli1.on .da1 .zz-bgimg,
.drop-downBox1 .drop-down .drop-box .dul1 .dli1:hover .da1 .zz-bgimg {
  opacity: 1;
}
.drop-downBox1 .drop-down .drop-box .dul1 .dli1 .da1 {
  position: relative;
  cursor: pointer;
}
.drop-downBox1 .drop-down .drop-box .dul1 .dli1 .da1 .public-img {
  width: 100%;
  border-radius: 10px;
}
.drop-downBox1 .drop-down .drop-box .dul1 .dli1 .da1 .public-img img {
  border-radius: inherit;
  transition: all 0.8s;
}
.drop-downBox1 .drop-down .drop-box .dul1 .dli1 .da1 .public-img::before {
  padding-top: 48.21%;
}
.drop-downBox1 .drop-down .drop-box .dul1 .dli1 .da1 .public-img::after {
  content: '';
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: inherit;
}
.drop-downBox1 .drop-down .drop-box .dul1 .dli1 .da1 .zz-span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.drop-downBox1 .drop-down .drop-box .dul1 .dli1 .da1 .zz-bgimg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: all 0.4s;
  height: 75%;
  object-fit: cover;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.drop-downBox1 .drop-down .dul2 {
  display: none;
  width: 19.3%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 30.7%;
  border-right: 1px solid #f8f8f8;
  padding: 0.6rem 0rem 0.6rem 0.3rem;
  transition: all 0.4s;
}
.drop-downBox1 .drop-down .dul2 .dscroll-2 {
  height: 100%;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding-right: 0.25rem;
}
.drop-downBox1 .drop-down .dul2 .dscroll-2::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.drop-downBox1 .drop-down .dul2 .dscroll-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.drop-downBox1 .drop-down .dul2 .dscroll-2::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ED6C00;
}
.drop-downBox1 .drop-down .dul2 .dul2-title {
  color: #333;
  margin-bottom: 0.45rem;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1580px) {
  .drop-downBox1 .drop-down .dul2 .dul2-title {
    margin-bottom: 0.35rem;
  }
}
.drop-downBox1 .drop-down .dul2 .dli2 {
  text-align: left;
  margin-bottom: 0.4rem;
  line-height: 1.5;
}
.drop-downBox1 .drop-down .dul2 .dli2:last-child {
  margin-bottom: 0;
}
.drop-downBox1 .drop-down .dul2 .dli2 .da2 {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.drop-downBox1 .drop-down .dul2 .dli2 .da2 .zz-span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
  padding-right: 0.2rem;
  transition: all 0.4s;
  color: #333;
}
.drop-downBox1 .drop-down .dul2 .dli2 .da2 img path,
.drop-downBox1 .drop-down .dul2 .dli2 .da2 svg path {
  fill: #9a9a9a;
  transition: all 0.4s;
  opacity: 1;
}
.drop-downBox1 .drop-down .dul2 .dli2.on .da2 .zz-span {
  color: #ED6C00 !important;
}
.drop-downBox1 .drop-down .dul2 .dli2.on .da2 img path,
.drop-downBox1 .drop-down .dul2 .dli2.on .da2 svg path {
  fill: #ED6C00;
}
.drop-downBox1 .drop-down .dul3 {
  display: none;
  width: 98%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  border-right: 1px solid #f8f8f8;
  padding: 0.6rem 0rem 0.6rem 0.3rem;
}
.drop-downBox1 .drop-down .dul3 .dscroll-3 {
  height: 100%;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding-right: 0.25rem;
}
.drop-downBox1 .drop-down .dul3 .dscroll-3::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.drop-downBox1 .drop-down .dul3 .dscroll-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.drop-downBox1 .drop-down .dul3 .dscroll-3::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ED6C00;
}
.drop-downBox1 .drop-down .dul3 .dul3-title {
  color: #333;
  margin-bottom: 0.45rem;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1580px) {
  .drop-downBox1 .drop-down .dul3 .dul3-title {
    margin-bottom: 0.35rem;
  }
}
.drop-downBox1 .drop-down .dul3 .dli3 {
  text-align: left;
  margin-bottom: 0.4rem;
}
.drop-downBox1 .drop-down .dul3 .dli3:last-child {
  margin-bottom: 0;
}
.drop-downBox1 .drop-down .dul3 .dli3.on .da3 .zz-span {
  color: #ED6C00;
}
.drop-downBox1 .drop-down .dul3 .dli3.on .da3 img path,
.drop-downBox1 .drop-down .dul3 .dli3.on .da3 svg path {
  fill: #ED6C00;
}
.drop-downBox1 .drop-down .dul3 .dli3 .da3 {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.drop-downBox1 .drop-down .dul3 .dli3 .da3 .zz-span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
  padding-right: 0.2rem;
  transition: all 0.4s;
}
.drop-downBox1 .drop-down .dul3 .dli3 .da3 img path,
.drop-downBox1 .drop-down .dul3 .dli3 .da3 svg path {
  fill: #9a9a9a;
  transition: all 0.4s;
  opacity: 1;
}
.drop-downBox1 .drop-down .dul4 {
  display: none;
  width: 98%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  border-right: 1px solid #f8f8f8;
  padding: 0.6rem 0 0.6rem 0.3rem;
}
.drop-downBox1 .drop-down .dul4 .dscroll-4 {
  height: 100%;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  padding-right: 0.25rem;
}
.drop-downBox1 .drop-down .dul4 .dscroll-4::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.drop-downBox1 .drop-down .dul4 .dscroll-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.drop-downBox1 .drop-down .dul4 .dscroll-4::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ED6C00;
}
.drop-downBox1 .drop-down .dul4 .dul4-title {
  color: #333;
  margin-bottom: 0.45rem;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 1580px) {
  .drop-downBox1 .drop-down .dul4 .dul4-title {
    margin-bottom: 0.35rem;
  }
}
.drop-downBox1 .drop-down .dul4 .dli4 {
  text-align: left;
  margin-bottom: 0.4rem;
}
.drop-downBox1 .drop-down .dul4 .dli4:last-child {
  margin-bottom: 0;
}
.drop-downBox1 .drop-down .dul4 .dli4 .da4 {
  transition: all 0.4s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.drop-downBox1 .drop-down .dul4 .dli4 .da4:hover {
  color: #ED6C00 !important;
}
.drop-downBox2 {
  position: fixed;
  width: 100%;
  height: calc(100vh + 0.8rem);
  background: rgba(0, 0, 0, 0.6);
  top: 0.8rem;
  left: 0;
  border-top: 1px solid #f8f8f8;
  display: none;
}
.drop-downBox2 .drop-down {
  position: absolute;
  width: 100%;
  height: 3.5rem;
  background: #fff;
  top: 0;
  left: 0;
  color: #333;
  overflow: hidden;
}
.drop-downBox2 .drop-down a {
  line-height: 1.5;
  color: #333;
}
.drop-downBox2 .drop-down a span {
  color: #333;
}
.drop-downBox2 .drop-down .zz_1440 {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.drop-downBox2 .drop-down .drop-left {
  width: 28.47%;
  height: auto;
  border-right: 1px solid #f8f8f8;
  padding: 0.65rem 0.35rem 0.65rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.drop-downBox2 .drop-down .drop-left .zz-title,
.drop-downBox2 .drop-down .drop-left .zz-text {
  line-height: 1.5;
  text-align: left;
}
.drop-downBox2 .drop-down .drop-left .zz-text {
  margin-top: 0.15rem;
}
.drop-downBox2 .drop-down .drop-left .zz-btnBox .zz-btn {
  line-height: 1.5;
  display: flex !important;
  align-items: center;
  margin-top: 0.45rem;
}
.drop-downBox2 .drop-down .drop-left .zz-btnBox .zz-btn:hover .zz-span {
  color: #ED6C00;
}
.drop-downBox2 .drop-down .drop-left .zz-btnBox .zz-btn:hover .zz-img {
  margin-left: 20px;
}
.drop-downBox2 .drop-down .drop-left .zz-btnBox .zz-btn .zz-span {
  color: #333;
  transition: all 0.4s;
  line-height: 1.5;
}
.drop-downBox2 .drop-down .drop-left .zz-btnBox .zz-btn .zz-img {
  margin-left: 15px;
  transition: all 0.4s;
}
.drop-downBox2 .drop-down .drop-right {
  width: 71.53%;
  height: 100%;
  padding: 0.25rem 0;
}
.drop-downBox2 .drop-down .drop-right .drop-ul {
  display: flex !important;
  flex-wrap: wrap;
  padding: 0 0 0 0.7rem;
  align-items: stretch;
  height: 102%;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.drop-downBox2 .drop-down .drop-right .drop-ul::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.drop-downBox2 .drop-down .drop-right .drop-ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.drop-downBox2 .drop-down .drop-right .drop-ul::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ED6C00;
}
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li {
  width: 16.66%;
  margin-bottom: 0.5rem;
  padding: 0 0.05rem;
}
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-a {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-a:hover .zz-icon {
  background: #ED6C00;
}
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-a:hover .zz-icon img path,
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-a:hover .zz-icon svg path {
  fill: #fff;
}
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-a:hover .zz-icon img .cls-2,
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-a:hover .zz-icon svg .cls-2 {
  fill: #fff;
}
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-a:hover .zz-text {
  color: #ED6C00;
}
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-icon {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 1000px;
  background: #fbfbfb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.15rem;
  transition: all 0.4s;
}
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-icon img,
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-icon svg {
  max-width: 55%;
  max-height: 55%;
}
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-icon img .cls-1,
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-icon svg .cls-1 {
  fill: #000;
  opacity: 1;
  stroke-width: 0px;
}
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-icon img .cls-2,
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-icon svg .cls-2 {
  stroke-width: 0px;
}
.drop-downBox2 .drop-down .drop-right .drop-ul .drop-li .zz-text {
  transition: all 0.4s;
}
.drop-downBox2.drop-downBox2-two .drop-down {
  height: 170px;
}
@media (max-width: 1366px) {
  .drop-downBox2.drop-downBox2-two .drop-down {
    height: 150px;
  }
}
.drop-downBox2.drop-downBox2-two .drop-down .drop-right {
  width: auto;
  flex: 1;
  justify-content: center;
  padding: 0;
}
.drop-downBox2.drop-downBox2-two .drop-down .drop-right .drop-ul {
  justify-content: center;
  height: 100%;
  overflow-y: unset;
}
.drop-downBox2.drop-downBox2-two .drop-down .drop-right .drop-ul .drop-li {
  min-width: 2rem;
  padding: 0.25rem 0.35rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-right: 1px solid #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.drop-downBox2.drop-downBox2-two .drop-down .drop-right .drop-ul .drop-li:last-child {
  border-right: 0;
}
.drop-downBox3 {
  position: fixed;
  width: 100%;
  height: calc(100vh + 0.8rem);
  background: rgba(0, 0, 0, 0.6);
  top: 0.8rem;
  left: 0;
  border-top: 1px solid #f8f8f8;
  display: none;
}
.drop-downBox3 .drop-down {
  position: absolute;
  width: 100%;
  height: 3.5rem;
  background: #fff;
  top: 0;
  left: 0;
  color: #333;
  overflow: hidden;
}
.drop-downBox3 .drop-down a {
  line-height: 1.5;
  color: #333;
}
.drop-downBox3 .drop-down a span {
  color: #333;
}
.drop-downBox3 .drop-down .zz_1440 {
  display: flex;
  align-items: stretch;
  height: 100%;
}
.drop-downBox3 .drop-down .drop-left {
  width: 28.47%;
  height: auto;
  border-right: 1px solid #f8f8f8;
  padding: 0.65rem 0.35rem 0.65rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.drop-downBox3 .drop-down .drop-left .zz-title,
.drop-downBox3 .drop-down .drop-left .zz-text {
  line-height: 1.5;
  text-align: left;
}
.drop-downBox3 .drop-down .drop-left .zz-text {
  margin-top: 0.15rem;
}
.drop-downBox3 .drop-down .drop-left .zz-btnBox .zz-btn {
  line-height: 1.5;
  display: flex !important;
  align-items: center;
  margin-top: 0.45rem;
}
.drop-downBox3 .drop-down .drop-left .zz-btnBox .zz-btn:hover .zz-span {
  color: #ED6C00;
}
.drop-downBox3 .drop-down .drop-left .zz-btnBox .zz-btn:hover .zz-img {
  margin-left: 20px;
}
.drop-downBox3 .drop-down .drop-left .zz-btnBox .zz-btn .zz-span {
  color: #333;
  transition: all 0.4s;
  line-height: 1.5;
}
.drop-downBox3 .drop-down .drop-left .zz-btnBox .zz-btn .zz-img {
  margin-left: 15px;
  transition: all 0.4s;
}
.drop-downBox3 .drop-down .drop-right {
  width: 71.53%;
  height: 100%;
  padding: 0.65rem 0;
}
.drop-downBox3 .drop-down .drop-right .drop-ul {
  display: flex !important;
  flex-wrap: wrap;
  padding: 0 0.7rem;
  align-items: stretch;
  height: 105%;
  overflow-y: auto;
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
}
.drop-downBox3 .drop-down .drop-right .drop-ul::-webkit-scrollbar {
  width: 1px;
  /*对垂直流动条有效*/
}
.drop-downBox3 .drop-down .drop-right .drop-ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #aaa;
  background-color: #aaa;
  border-radius: 3px;
}
.drop-downBox3 .drop-down .drop-right .drop-ul::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #ED6C00;
}
.drop-downBox3 .drop-down .drop-right .drop-ul .drop-li {
  width: 32.02%;
  margin-bottom: 0.2rem;
  margin-right: 10%;
}
.drop-downBox3 .drop-down .drop-right .drop-ul .drop-li .zz-a {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.drop-downBox3 .drop-down .drop-right .drop-ul .drop-li .zz-a:hover .zz-icon {
  background: #ED6C00;
}
.drop-downBox3 .drop-down .drop-right .drop-ul .drop-li .zz-a:hover .zz-text {
  color: #ED6C00;
}
.drop-downBox3 .drop-down .drop-right .drop-ul .drop-li .zz-icon {
  border-radius: 8px;
  margin-bottom: 0.15rem;
  transition: all 0.4s;
  width: 100%;
}
.drop-downBox3 .drop-down .drop-right .drop-ul .drop-li .zz-icon img {
  border-radius: inherit;
  transition: all 0.8s;
}
.drop-downBox3 .drop-down .drop-right .drop-ul .drop-li .zz-icon::before {
  padding-top: 58.92%;
}
.drop-downBox3 .drop-down .drop-right .drop-ul .drop-li .zz-text {
  transition: all 0.4s;
}
.drop-downBox4 {
  position: fixed;
  width: 100%;
  height: calc(100vh + 0.8rem);
  background: rgba(0, 0, 0, 0.6);
  top: 0.8rem;
  left: 0;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #ccc;
  display: none;
}
.drop-downBox4 .drop-down {
  position: absolute;
  width: 100%;
  height: 130px;
  background: #fff;
  top: 0;
  left: 0;
  overflow: hidden;
}
.drop-downBox4 .drop-down .zz_1440 {
  height: 100%;
}
.drop-downBox4 .drop-down .drop-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.drop-downBox4 .drop-down .drop-search-box {
  border: 1px solid #eee;
  border-radius: 1000px;
  height: 0.6rem;
  min-height: 50px;
  background: #fbfbfb;
  width: 8.3rem;
  display: flex;
  justify-content: space-between;
}
.drop-downBox4 .drop-down .drop-search-box input {
  height: 100%;
  flex: 1;
  padding-left: 0.4rem;
  /* WebKit browsers */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10+ */
  color: #333;
}
.drop-downBox4 .drop-down .drop-search-box input::-webkit-input-placeholder {
  color: #ddd;
}
.drop-downBox4 .drop-down .drop-search-box input:-moz-placeholder {
  color: #ddd;
}
.drop-downBox4 .drop-down .drop-search-box input::-moz-placeholder {
  color: #ddd;
}
.drop-downBox4 .drop-down .drop-search-box input:-ms-input-placeholder {
  color: #ddd;
}
.drop-downBox4 .drop-down .drop-search-box .zz-btn {
  width: 65px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.soft2 {
  background: #eee;
  padding: 1.1rem 0 0.65rem;
}
.soft2 .public-title {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .soft2 .public-title {
    margin-bottom: 0.6rem;
  }
}
.soft2 .swiper-container {
  margin-top: -10px;
  padding-top: 10px;
}
.soft2 .swiper-wrapper {
  align-items: stretch;
  padding-bottom: 0.4rem;
}
.soft2 .swiper-slide {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0.3rem;
  padding: 0.7rem 0.3rem 0.9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s;
  height: auto;
}
@media (max-width: 767px) {
  .soft2 .swiper-slide {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 0.6rem 0.4rem;
  }
}
.soft2 .swiper-slide:hover {
  transform: translateY(-10px);
}
.soft2 .swiper-slide:nth-of-type(3n+3) {
  margin-right: 0;
}
.soft2 .swiper-slide .zz-icon {
  width: 1rem;
  height: 1rem;
  border-radius: 1000px;
  margin-bottom: 0.4rem;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .soft2 .swiper-slide .zz-icon {
    margin-bottom: 0.3rem;
    width: 2rem;
    height: 2rem;
  }
}
.soft2 .swiper-slide .zz-icon img,
.soft2 .swiper-slide .zz-icon svg {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .soft2 .swiper-slide .zz-icon img,
  .soft2 .swiper-slide .zz-icon svg {
    max-width: 70%;
    max-height: 70%;
  }
}
.soft2 .swiper-slide .zz-title {
  text-align: center;
}
.soft2 .swiper-slide .zz-text {
  text-align: center;
  line-height: 1.5em;
  color: #666;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .soft2 .swiper-slide .zz-text {
    margin-top: 0.2rem;
  }
}
.soft2 .swiper-pagination-bullet {
  background: #fff;
  width: 30px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  transition: all 0.4s;
  margin: 0 5px !important;
}
.soft2 .swiper-pagination-bullet-active {
  background: #ED6C00;
}
.soft3 {
  padding: 1.2rem 0;
}
.soft3 .zz-video {
  width: 100%;
  height: 0;
  padding-bottom: 51.38%;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
}
.soft3 .zz-video .bgimg {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.soft3 .zz-video:hover .zz-icon::after {
  opacity: 0;
  transform: scale(1.4);
}
.soft3 .zz-video .zz-icon {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.4s;
}
.soft3 .zz-video .zz-icon.on {
  opacity: 0;
}
.soft3 .zz-video .zz-icon img,
.soft3 .zz-video .zz-icon svg {
  width: 100%;
  height: 100%;
}
.soft3 .zz-video .zz-icon::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  content: '';
  box-sizing: border-box;
  transition: all 0.4s;
}
.soft4 {
  background: #f4f4f4;
  padding: 1.05rem 0 0.9rem;
}
.soft4 .c-ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0.55rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .soft4 .c-ul {
    margin-top: 0.6rem;
  }
}
.soft4 .c-ul .c-li {
  width: 31.94%;
  margin-right: 2.08%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  transition: all 0.4s;
  margin-bottom: 0.3rem;
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
}
.soft4 .c-ul .c-li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
}
.soft4 .c-ul .c-li:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .soft4 .c-ul .c-li {
    width: 48%;
    margin-right: 4%;
    box-shadow: 0 10px 40px rgba(107, 96, 83, 0.12);
    margin-bottom: 0.5rem;
  }
  .soft4 .c-ul .c-li:nth-of-type(3n+3) {
    margin-right: 4%;
  }
  .soft4 .c-ul .c-li:nth-of-type(2n+2) {
    margin-right: 0%;
  }
}
@media (max-width: 767px) {
  .soft4 .c-ul .c-li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .soft4 .c-ul .c-li:nth-of-type(3n+3) {
    margin-right: 0%;
  }
}
.soft4 .c-ul .c-li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s;
  background: #ED6C00;
}
.soft4 .c-ul .c-li:hover {
  box-shadow: 0 10px 40px rgba(107, 96, 83, 0.12);
}
.soft4 .c-ul .c-li:hover .c-box2 .c-btn .c-span {
  color: #ED6C00;
}
.soft4 .c-ul .c-li .c-box1 {
  width: 100%;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
}
.soft4 .c-ul .c-li .c-box1 .imgbox {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67.39%;
  z-index: 2;
  overflow: hidden;
  border-radius: 10px;
}
.soft4 .c-ul .c-li .c-box1 .imgbox > .img,
.soft4 .c-ul .c-li .c-box1 .imgbox > img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.soft4 .c-ul .c-li .c-box1 .imgbox img {
  object-fit: cover;
  transition: all 0.8s;
  border-radius: 10px;
}
.soft4 .c-ul .c-li .c-box2 {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  z-index: 3;
  justify-content: space-between;
  padding: 0.35rem 0.5rem;
}
.soft4 .c-ul .c-li .c-title {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.25em;
  color: #333;
}
.soft4 .c-ul .c-li .c-text {
  line-height: 1.5em;
  color: #666;
  margin-top: 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 767px) {
  .soft4 .c-ul .c-li .c-text {
    margin-top: 0.3rem;
  }
}
.soft4 .c-ul .c-li .c-btn {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .soft4 .c-ul .c-li .c-btn {
    margin-top: 0.4rem;
  }
}
.soft4 .c-ul .c-li .c-btn .c-span {
  color: #333;
  transition: all 0.4s;
}
.soft4 .c-ul .c-li .c-btn .c-img {
  margin-left: 15px;
  transition: all 0.4s;
}
.cls-1,
.cls-2 {
  stroke-width: 0px !important;
}
/*# sourceMappingURL=./style2.css.map */