.Goddess-Peak-en nav::after {
  display: none;
}

.Goddess-Peak-en .nav {
  background: #FFF;
}

.Goddess-Peak-en .top-tq {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}

.Goddess-Peak-en .top-ul > li > a {
  color: #333333;
  padding-right: 20px;
  text-transform: uppercase;
  background: url(../image/en1.png) no-repeat right center;
}

.Goddess-Peak-en .top-ul > li::before {
  background: rgba(0, 0, 0, 0.2);
}

.Goddess-Peak-en .top-sou .sub {
  background-image: url(../image/en2.png);
}

.Goddess-Peak-en .top-yy p {
  color: #333333;
  font-size: 14px;
}

.Goddess-Peak-en .top-sou .txt {
  background: #0694DE;
}

.Goddess-Peak-en .top-sou:hover .sub {
  background-color: #f96b21;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.Goddess-Peak-en .menu_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.Goddess-Peak-en .jqu2-qie a {
  height: auto;
  min-height: 44px;
  background: #1078AD;
  color: #FFFFFF;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 16px;
}

.Goddess-Peak-en .jqu2-qie a::before {
  display: none;
}

.Goddess-Peak-en .jqu2-qie a.ac {
  background: #FFB54B;
}

.Goddess-Peak-en #swipjq1 .det {
  height: 116px;
  padding: 30px 20px;
}

.Goddess-Peak-en #swipjq1 .det p {
  color: #333333;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}

.Goddess-Peak-en .jqu-5 {
  background-image: url(../image/en10.png);
  background-attachment: inherit;
}

.Goddess-Peak-en .jqu-5::before {
  display: none;
}

.Goddess-Peak-en footer {
  min-height: 0;
}

.Goddess-Peak-en .in-page a,
.Goddess-Peak-en .in-page span {
  background: none;
  border: 1px solid #1078AD;
  color: #1078AD;
}

.Goddess-Peak-en .in-page .strong {
  background: #1078AD;
  color: #FFFFFF;
}

.en1 {
  width: 100%;
  height: 800px;
  max-height: 100vh;
  background: url(../image/jqu-122.png) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.en1::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../image/jqu-11.png) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.en1::after {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../image/jqu-133.png) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.en1.two::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.en1.three::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.en11 {
  width: 100%;
  height: 100%;
  background: url(../image/en5.png) no-repeat center top;
  position: relative;
  z-index: 10;
}

.en11 .container {
  position: relative;
}

.en12 {
  width: 100%;
  padding-top: 36px;
}

.en12 .txt {
  display: none;
  text-align: center;
}

.en12 .txt .bt {
  padding: 24px 0;
  position: relative;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.en12 .txt .bt::after {
  width: 48px;
  height: 4px;
  background: #333333;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.en12 .txt .det {
  max-width: 1084px;
  margin: 0 auto;
}

.en12 .txt .det p {
  font-size: 14px;
  color: #333333;
  line-height: 2;
}

.en12 .txt a {
  width: 200px;
  height: 56px;
  overflow: hidden;
  position: relative;
  line-height: 56px;
  text-align: center;
  border: 2px solid #555555;
  margin-top: 50px;
}

.en12 .txt a::before {
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.en12 .txt a span {
  position: relative;
  z-index: 10;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.en12 .txt a:hover::before {
  left: 0;
}

.en12 .txt a:hover span {
  color: #FFFFFF;
}

.en12 .txt.on {
  display: block;
}

.en12 .txt.on .bt {
  -webkit-animation: fadeInUp 0.3s;
          animation: fadeInUp 0.3s;
}

.en12 .txt.on .det {
  -webkit-animation: fadeInUp 0.4s;
          animation: fadeInUp 0.4s;
}

.en12 .txt.on a {
  -webkit-animation: fadeInUp 0.5s;
          animation: fadeInUp 0.5s;
}

.en13 {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.en13 a {
  width: 30.3%;
  height: 200px;
  overflow: hidden;
  background: #333333;
  position: relative;
}

.en13 a::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  border: 2px solid #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

.en13 a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.en13 a.on::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.en13 a.on img {
  opacity: 1;
}

.enbt {
  width: 100%;
  background: url(../image/en6.png) no-repeat center top;
  padding-top: 60px;
  text-align: center;
  font-size: 24px;
  color: #1078AD;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.enbt2 {
  color: #FFFFFF;
  background-image: url(../image/en9.png);
}

.en2 {
  height: 640px;
  background: url(../image/en11.png) no-repeat center center;
}

.en21 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 98px;
}

.en2-lef {
  width: 460px;
  text-align: center;
  background: url(../image/en13.png) no-repeat right top;
}

.en2-lef img {
  max-width: 90%;
}

.en2-lef p {
  text-transform: uppercase;
  color: #1078AD;
  font-weight: bold;
}

.en2-lef .p1 {
  font-size: 20px;
  margin: 40px 0 20px;
}

.en2-lef .p2 {
  font-size: 14px;
}

.en2-rig {
  width: 760px;
  max-width: calc(100% - 480px);
  text-align: center;
}

.en2-rig img {
  max-width: 90%;
}

.en2-rig p {
  margin-top: 50px;
  font-size: 18px;
  color: #333333;
  line-height: 2;
}

.en3 {
  background: #F3F3F3;
  padding: 25px 0 30px;
}

.en31 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.en31 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.en31 li a {
  width: 100%;
  text-align: center;
}

.en31 li a .img {
  width: 74px;
  height: 74px;
  border: 1px solid rgba(16, 120, 173, 0.3);
  border-radius: 50%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.en31 li a .img > img {
  position: absolute;
  bottom: 0;
  width: 150%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.en31 li a .img i {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(16, 120, 173, 0.3);
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.en31 li a .img i img {
  max-width: 80%;
  max-height: 80%;
}

.en31 li a > span {
  display: inline-block;
  margin: 22px 0 30px;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
}

.en31 li a p {
  font-size: 12px;
  color: #777777;
  line-height: 22px;
}

.en31 li a p span {
  color: #1078AD;
}

.en31 li a:hover .img {
  border-color: #1078AD;
  overflow: inherit;
}

.en31 li a:hover .img i {
  background: #1078AD;
}

.en31 li a:hover .img > img {
  display: block;
  bottom: 110%;
  opacity: 1;
}

.fot-3 {
  width: 100%;
  background: #282828;
}

.fot31 {
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.fot31 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fot31 li > span {
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  color: #BBBBBB;
  display: inline-block;
  margin-bottom: 20px;
}

.fot31 li a {
  width: 100%;
  font-size: 12px;
  color: #777777;
  line-height: 2;
}

.fot31 li a:hover {
  color: #FFFFFF;
}

.fot-4 {
  background: #161616;
  line-height: 50px;
  text-align: center;
}

.fot-4 p {
  font-size: 13px;
  color: #777777;
}

.eni {
  width: 100%;
}

@-webkit-keyframes more1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  33% {
    opacity: 0.2;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  66% {
    opacity: 0.7;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes more1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  33% {
    opacity: 0.2;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  66% {
    opacity: 0.7;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.eni-top {
  height: 560px;
  position: relative;
}

.eni-top > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.eni-top .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 120px;
}

.eni-top .wz {
  padding-top: 160px;
}

.eni-top .wz p {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 22px;
  position: relative;
}

.eni-top .wz p::after {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #FFB54B;
}

.eni-top .wz img {
  display: block;
  margin: 0 auto;
}

.eni-top .wz img:nth-child(2) {
  margin-top: 80px;
}

.eni-top .wz img:last-child {
  margin-top: 20px;
  -webkit-animation-name: more1;
          animation-name: more1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.eni-body {
  width: 100%;
  min-height: 100vh;
  background: url(../image/eni-bg.png) no-repeat center bottom;
  padding-top: 40px;
}

.eni-tiao {
  width: 100%;
  background: url(../image/eni-tiao.png) no-repeat left center;
  border-bottom: 1px solid #1078AD;
  padding-left: 40px;
}

.eni-tiao p {
  font-size: 14px;
  color: #1078AD;
  padding: 14px 0;
  text-transform: uppercase;
}

.eni-tiao p a {
  color: #1078AD;
  padding: 0 16px;
}

.eni-tiao p a:hover {
  font-weight: bold;
}

.eni-cont {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 40px;
}

.eni-lef {
  width: 260px;
  background: #1078AD;
}

.eni-lef .bt {
  padding: 0 30px;
  line-height: 85px;
  margin-bottom: 20px;
}

.eni-lef .bt span {
  font-size: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: block;
  border-bottom: 3px solid #FFFFFF;
}

.eni-lef .lj {
  padding-bottom: 30px;
}

.eni-lef .lj a {
  display: block;
  line-height: 1.5;
  font-size: 20px;
  color: #FFFFFF;
  padding: 15px 30px;
}

.eni-lef .lj a.on,
.eni-lef .lj a:hover {
  background: #066393;
}

.eni-rig {
  width: calc(100% - 300px);
  padding-bottom: 30px;
}

.eni-1 {
  width: 100%;
}

.eni-1 li a {
  padding: 30px 0;
  border-bottom: 1px dashed #DDDDDD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.eni-1 li a .img {
  width: 240px;
  height: 140px;
  overflow: hidden;
}

.eni-1 li a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.eni-1 li a .img + .det {
  width: calc(100% - 270px);
}

.eni-1 li a .det {
  width: 100%;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.eni-1 li a .det span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.eni-1 li a .det p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 10px 0;
}

.eni-1 li a .det i {
  font-style: normal;
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  color: #999999;
  line-height: 2;
}

.eni-1 li a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-left: 10px;
  padding-right: 10px;
}

.eni-1 li a:hover .det span {
  color: #066393;
}

.eni-1 li a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.eni-2 {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.eni-2 li {
  width: 31.37%;
  margin-bottom: 30px;
}

.eni-2 li:nth-child(3n-1):last-child {
  margin-right: 34.315%;
}

.eni-2 li a {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.eni-2 li a .img {
  height: 220px;
}

.eni-2 li a .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.eni-2 li a p {
  line-height: 60px;
  text-align: center;
  padding: 0 10px;
  background: #F5F5F5;
  font-size: 16px;
  color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.eni-2 li a:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.eni-2 li a:hover p {
  color: #066393;
  font-weight: bold;
}

.eni-det {
  width: 100%;
}

.eni-det .det {
  padding-top: 30px;
}

.eni-det .det p {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
}

.eni-det .det img {
  max-width: 100% !important;
  margin: 20px 0;
}

.eni-bt {
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  color: #333333;
  position: relative;
}

.eni-bt::after {
  width: 40px;
  height: 3px;
  background: #333333;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 992px) {
  .eni-lef {
    display: none;
  }
  .eni-rig {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .eni-bt {
    line-height: 60px;
    font-size: 18px;
  }
  .eni-det .det p {
    font-size: 14px;
    line-height: 2;
  }
  .eni-2 li {
    width: 49%;
    margin-right: 0 !important;
  }
  .eni-2 li a .img {
    height: 34vw;
  }
  .Goddess-Peak-en .jqu2-qie a {
    min-width: 45%;
    width: auto;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .en2 {
    height: auto;
    background-position: center bottom;
    padding-bottom: 20px;
  }
  .en21 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
  }
  .en2-lef {
    width: 100%;
  }
  .en2-rig {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  .Goddess-Peak-en .logo img {
    height: 50px;
  }
  .eni-body {
    padding-top: 20px;
  }
  .eni-top {
    height: 50vw;
  }
  .eni-top .txt {
    padding-top: 60px;
  }
  .eni-top .wz {
    padding-top: 20px;
  }
  .eni-top .wz p {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .eni-top .wz img:nth-child(2) {
    margin: 10px auto;
  }
  .eni-top .wz img:last-child {
    margin-top: 0;
  }
  .eni-tiao {
    background-size: 20px auto;
    padding-left: 30px;
  }
  .eni-tiao p {
    font-size: 12px;
    padding: 0;
    line-height: 2;
  }
  .eni-tiao p a {
    padding: 0 5px;
  }
  .eni-1 li a {
    padding: 15px 0;
  }
  .eni-1 li a .img {
    width: 120px;
    height: 90px;
  }
  .eni-1 li a .img + .det {
    width: calc(100% - 130px);
  }
  .eni-1 li a .det span {
    font-size: 14px;
    line-height: 1.4;
  }
  .eni-1 li a .det p {
    font-size: 12px;
    line-height: 1.4;
    margin: 5px 0;
  }
  .eni-2 li {
    margin-bottom: 15px;
  }
  .eni-2 li a p {
    font-size: 14px;
    line-height: 40px;
  }
  .en1 {
    max-height: 100vh;
  }
  .en12 {
    padding-top: 20px;
  }
  .en12 .txt .bt {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 10px;
  }
  .en12 .txt a {
    margin-top: 25px;
  }
  .en13 {
    bottom: 25px;
    padding: 0 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .en13 a:nth-child(1) {
    width: 100%;
    height: 50vw;
    margin-bottom: 10px;
  }
  .en13 a:nth-child(2),
  .en13 a:nth-child(3) {
    width: 49%;
    height: 25vw;
  }
  .en2-rig p {
    font-size: 14px;
    margin-top: 20px;
  }
  .en31 li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
  }
  .fot-3 {
    display: none;
  }
  .fot-4 {
    line-height: 2;
    padding: 5px 10px;
  }
  .fot-4 p {
    font-size: 14px;
  }
}

.in-zp-bt2 {
  padding: 0 32px;
}

.in-zp-bt2 span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.in-zp-bt2 span:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.zp-2 span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.zp-2 span:nth-child(2) {
  display: none;
}

.zp-2 span:nth-child(3) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
