@charset 'UTF-8';

.center2 {
  padding: 118px 0 111px;
  text-align: center;
}

#MAP {
  width: 100%;
  height: 540px;
  margin-top: 72px;
  border-radius: 20px;
}

#MAP .amap-marker:first-child .amap-icon img {
  width: 68px;
  height: 86px;
}

.center3 {
  padding: 114px 0 104px;
  background: #F7F7FD;
}

.center3 .filters {
  padding-bottom: 33px;
}

.center3 .filters .filter {
  padding: 17px 20px;
  font-size: 14px;
  color: #0D1537;
  cursor: pointer;
  margin-right: 22px;
  transition: background ease-in-out 0.4s, border-radius ease-in-out 0.6s;
}

.center3 .filters .filter b {
  margin: 0 10px;
}

.center3 .filters .filter span {
  display: inline-block;
  width: 22px;
  height: 18px;
  text-align: center;
  color: #fff;
  margin-left: 10px;
  line-height: 18px;
  border-radius: 4px;
  background: #52BD95;
  transition: all ease-in-out 0.2s;
}

.center3 .filters .filter:hover,
.center3 .filters .filter.current {
  background: #F6C565;
  border-radius: 4px;
  color: #fff;
}

.center3 .filters .filter:hover span,
.center3 .filters .filter.current span {
  background: #fff;
  color: #0D1537;
}

.classify-ev {
  padding: 58px 62px 102px;
  border-radius: 19px;
  background: #FFFFFF;
  margin-right: 27px;
  margin-bottom: 23px;
  width: calc(33.3% - 18px);
  position: relative;
  overflow: hidden;
  transition: all ease-in-out 0.4s;
  display: none;
}

.classify-ev:nth-of-type(3n) {
  margin-right: 0;
}

.classify-ev p span.phone {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background: #F2F4FB;
  border-radius: 5px;
  font-size: 14px;
  color: #39207C;
}

.classify-ev p span.adress {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 14px;
  color: #9DA0AE;
}

.classify-ev p span.adress img {
  width: 18px;
  vertical-align: sub;
  margin-right: 7px;
}
.classify-ev p span.adress img:nth-of-type(2) {
  display: none;
}

.classify-ev h2 {
  font-size: 18px;
  color: #141414;
  margin-top: 30px;
}

.classify-ev .more {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 50px;
  height: 49px;
  background: #F6C565;
  opacity: 0;
  transition: all ease-in-out 0.4s;
}

.classify-ev .more::after {
  content: 'next';
  font-family: swiper-icons;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.classify-ev:hover {
  box-shadow: 0px 29px 49px 0px rgba(0, 0, 0, 0.24);
  background: #307765;
}

.classify-ev:hover p span.adress {
  color: #fff;
}

.classify-ev:hover h2 {
  color: #fff;
}

.classify-ev:hover .more {
  right: 0;
  opacity: 1;
}


.classify-ev:hover p span.adress img:nth-of-type(1) {
  display: none;
}
.classify-ev:hover p span.adress img:nth-of-type(2) {
  display: inline-block;
}

.contact2 {
  text-align: center;
  padding: 112px 0 0;
  background: url('/static/media/img/des_bg1.png');
}

.contact2 main.flex {
  margin-top: 46px;
  position: relative;
}

.contact2 .left {
  width: 50%;
  padding-left: 239px;
  text-align: left;
}

.contact2 .left h2 {
  font-size: 36px;
  color: #39207C;
  margin-top: 118px;
}

.contact2 .left .intr {
  margin-top: 68px;
  max-width: 320px;
}

.contact2 .left .intr p {
  line-height: 1.6;
  margin-bottom: 5px;
  font-size: 16px;
  color: #888888;
  display: flex;
}

.contact2 .left .intr p span {
  line-height: 1.6;
  display: block;
}

.contact2 .left .intr p span:nth-of-type(1) {
  white-space: nowrap;
}

.contact2 .left img {
  width: 241px;
}

.contact2 .right {
  width: 50%;
  background: #ECECEC;
  padding: 204px 161px 239px 0;
}

.contact2 .right form {
  height: 42px;
  text-align: right;
}

.contact2 .right input {
  width: 334px;
  height: 100%;
  background: #FFFFFF;
  padding: 15px 24px;
  border: none;
}

.contact2 .right button {
  width: 126px;
  height: 100%;
  background: #39207C;
  border: none;
  color: #fff;
  text-align: left;
  padding: 0 20px;
}

.contact2 .right .share {
  justify-content: flex-end;
  padding-right: 178px;
  margin-top: 89px;
}

.contact2 .right .share li {
  display: block;
  text-align: center;
  margin-left: 33px;
}

.contact2 .right .share img {
  width: 110px;
  display: inline-block;
}

.contact2 .right .share span {
  color: #5C5C5C;
  margin-top: 16px;
  font-size: 14px;
  display: block;
}

.contact2 .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.contact2 .center::after {
  content: '';
  width: 7px;
  height: 152px;
  background: #EA5A4B;
  position: absolute;
  left: -20px;
  top: 40px;
}

.contact2 .center::before {
  content: '';
  width: 9px;
  height: 132px;
  background: #F6C565;
  position: absolute;
  right: -20px;
  bottom: -66px;
}

.contactMap {
  width: 368px;
  height: 368px;
  border: 10px solid #725EA6;
  overflow: hidden;
}

.contactMap #Gmap {
  width: 520px;
  height: 520px;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

#Gmap .amap-marker:first-child .amap-icon img {
  width: 40px;
}

.contact2 .point-global {}

.contact2 .point-global div {
  position: absolute;
}

.contact2 .point-global div:nth-of-type(1) {
  width: 18px;
  height: 18px;
  background: #F6C565;
  border-radius: 50%;
  left: 27%;
  top: 35px;
}

.contact2 .point-global div:nth-of-type(2) {
  width: 62px;
  height: 62px;
  background: #39207C;
  border-radius: 50%;
  left: 31%;
  top: 82%;
}

.contact2 .point-global div:nth-of-type(3) {
  width: 12px;
  height: 12px;
  background: #287463;
  border-radius: 50%;
  left: 60%;
  top: 45px;
}

.empty_page {
  width: 90%;
  max-width: 958px;
  margin: 0 auto;
  padding: 55px 0 160px;
  text-align: left;
}

.empty_page p {
  line-height: 1.6;
  font-size: 14px;
  color: #999999;
  white-space: pre-wrap !important;
}
.empty_page * {
  white-space: pre-wrap !important;
}

.empty_page img {
  max-width: 100%;
  margin: 15px 0 0;
}

.empty_page p {
  margin: 0 0 10px;
}

.empty_page .title {
  font-weight: bold;
  font-size: 16px;
  color: #39207C;
  margin: 40px 0 30px;
}

.empty_page .swiper-container {
  width: 100%;
}

.empty_page .swiper-button-next,
.empty_page .swiper-button-prev {
  outline: none;
  width: 45px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 50%;
}

.empty_page .swiper-button-next::after,
.empty_page .swiper-button-prev::after {
  color:#39207C;
  font-size: 16px;
  font-weight: bold;
}

.back {
  color: #287463;
  font-size: 14px;
  margin-top: 30px;
  display: inline-block;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {
  .contact2 .left {
    padding-left: 150px;
  }

  .contact2 .right {
    padding: 204px 100px 239px 0;
  }

  .contactMap {
    width: 328px;
    height: 328px;
  }

  .contact2 .right .share {
    padding-right: 78px;
  }
}

/* 
*---------------------------------------------1519
*/
@media screen and (max-width:1519px) {
  .contactMap {
    width: 308px;
    height: 308px;
  }

  .contact2 .left {
    padding-left: 100px;
  }

  .contact2 .right {
    padding: 204px 70px 239px 0;
  }

}

/* 
*---------------------------------------------1280
*/
@media screen and (max-width:1280px) {
  .contact2 {
    padding: 88px 0 0;
  }

  .center2,
  .center3 {
    padding: 88px 0 88px;
  }

  #MAP {
    height: 430px;
    margin-top: 52px;
  }

  .classify-ev {
    padding: 41px 49px 58px;
  }



  .contact2 .center {
    position: static;
    transform: none;
    width: 100%;
    overflow: hidden;
    width: 100%;
  }

  .contactMap {
    width: 100%;
    height: 40vw;
    position: relative;
    border: 5px solid #725EA6;
  }

  .contact2 main.flex {
    overflow: hidden;
  }

  .contact2 .point-global div:nth-of-type(1) {
    top: 92px;
  }

  .contactMap #Gmap {
    width: 100%;
    height: 100%;
    position: static !important;
    transform: none;
  }

  .contact2 .right {
    padding: 110px 70px 110px 0;
  }

  .contact2 .right input {
    width: 50%;
  }

  .contact2 .point-global div:nth-of-type(2) {
    display: none;
  }
}

/* 
*---------------------------------------------991
*/
@media screen and (max-width:991px) {
  .classify-ev {
    padding: 30px 30px 40px;
  }

  .center3 .filters .filter {
    padding: 13px 15px;
  }

  .contact2 .left {
    padding-left: 70px;
  }

  .contact2 .right {
    padding: 110px 50px 110px 0;
  }

  .contact2 .left h2 {
    font-size: 33px;
    margin-top: 68px;
  }

  .contact2 .left .intr {
    margin-top: 48px;
  }

  .contact2 .left .intr p {
    font-size: 14px;
  }

  .contact2 .right .share {
    padding-right: 0;
  }

  .contact2 .right button {
    width: 87px;
  }
}

/* 
*---------------------------------------------768
*/
@media screen and (max-width:768px) {
  #MAP {
    height: 321px;
    margin-top: 32px;
    border-radius: 10px;
  }

  #MAP .amap-marker:first-child .amap-icon img {
    width: 58px;
    height: 66px;
  }

  .center2,
  .center3 {
    padding: 48px 0 48px;
  }

  .contact2 {
    padding: 48px 0 0;
  }

  .classify-ev {
    width: calc(50% - 18px);
  }

  .classify-ev:nth-of-type(3n) {
    margin-right: 27px;
  }

  .classify-ev:nth-of-type(2n) {
    margin-right: 0;
  }

  .classify-ev h2 {
    font-size: 16px;
    margin-top: 20px;
  }

  .empty_page {
    padding: 34px 0 60px;
  }

  .contact2 .left {
    width: 100%;
    padding-bottom: 40px;
  }

  .contact2 .right {
    width: 100%;
    padding: 44px 50px 44px 0;
  }

  .contact2 .right form {
    text-align: left;
    padding-left: 70px;
  }

  .contact2 .right .share {
    justify-content: flex-start;
    padding-left: 70px;
    margin-top: 40px;
  }

  .contact2 .right .share li {
    margin-right: 33px;
    margin-left: 0;
  }

  .contactMap {
    width: 100%;
    height: 60vw;
    position: relative;
  }

  .empty_page .title {
    margin: 10px 0 30px;
  }
}

/* 
*---------------------------------------------480
*/
@media screen and (max-width:480px) {
  #MAP {
    height: 255px;
    margin-top: 52px;
  }

  .classify-ev {
    width: 100%;
    margin-right: 0;
  }

  .classify-ev:nth-of-type(3n) {
    margin-right: 0;
  }

  .classify-ev:nth-of-type(2n) {
    margin-right: 0;
  }

  .contact2 .left {
    padding-left: 5%;
  }

  .contact2 .right form {
    padding-left: 5%;
  }

  .contact2 .right .share {
    padding-left: 5%;
  }

  .contact2 .left h2 {
    margin-top: 32px;
  }

  .contact2 .left img {
    width: 200px;
  }

  .contact2 .point-global div:nth-of-type(1) {
    top: 65px;
  }

  .contact2 .point-global div:nth-of-type(3) {
    left: 70%;
  }

  .contact2 main.flex {
    margin-top: 35px;
  }

  .contact2 .right {
    padding: 44px 0 44px 0;
  }

  .contact2 .right .share li:last-child {
    margin-right: 0;
  }
}