html {
  font-size: 100px;
}

@media (max-width: 1600px) {
  html {
    font-size: 95px;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: 90px;
  }
}

@media (max-width: 1220px) {
  html {
    font-size: 85px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 70px;
  }
}

@media (max-width: 639px) {
  html {
    font-size: 60px;
  }
}

/* @font-face {
  font-family: "DIN";
  src: url("../font/DIN-Medium.woff") format("woff"),
     url("../font/DIN-Medium.ttf") format("truetype"),
     url("../font/DIN-Medium.eot") format("embedded-opentype"),
     url("../font/DIN-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
} */


@font-face {
  font-family: "PingFang SC";
  src: url(../font/PingFang-Regular.ttf);
}

* {
	font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif !important;
}
html,
body {
  -webkit-text-size-adjust: none;
}

body {
  overflow-x: hidden;
}



a,
a:link,
a:visited,
a:hover,
a:active {
  color: #666;
  outline: 0;
  text-decoration: none
}

a:hover,
a:active {
  background-color: transparent;
}

em,
b,
strong {
  font-style: normal;
  font-weight: none;
}

small {
  display: block;
  font-size: 100%;
}

input,
textarea,
button,
select,
radio {
  outline: 0;
  border: 0;
}

select:link,
select:visited {
  color: #666;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  outline: 0;
  blr: expression(this.onFocus=this.blur());
}

::-ms-clear,
::-ms-reveal {
  display: none;
}

select::-ms-expand {
  display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 0
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.weui-cell {
  padding: 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.weui-cell_primary {
  min-width: 1px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.weui-cell__bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.weui-cell__ft {
  text-align: right;
  color: #999999;
}

.weui-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.weui-flex__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

.end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.nobefore::before,
.noafter::after {
  display: none !important;
}

input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
  box-shadow: none;
  -moz-box-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #333;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}

div:focus {
  outline: none;
}

img:focus {
  outline: none;
}

.container {
  width: auto;
  margin: 0 15px;
  padding: 0;
}

@media (min-width: 640px) {
  .container {
    margin: 0 7.5%;
  }
}

@media (min-width: 1200px) {
  .container {
    margin: 0 10%;
  }
}

@media (min-width: 1600px) {
  .container {
    margin: 0 12.2%;
  }
}

.pd0 {
  padding: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.white {
  color: #fff !important;
}

.red {
  color: #a21f24 !important;
}

.gray333 {
  color: #333 !important;
}

.gray999 {
  color: #999 !important;
}

.opacity5 {
  opacity: .5;
}

a.fill {
  display: block;
  width: 100%;
  height: 100%;
}

.max {
  max-width: 100%;
}

.auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.img-cover {
  object-fit: cover;
}

.img-contain {
  object-fit: contain;
}

.bg-white {
  background-color: #fff;
}

.bg-gray1 {
  background-color: #f5f5f5;
}

.bg-gray2 {
  background-color: #f7f7f7;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 12px;
}

.f16 {
  font-size: 12px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f36 {
  font-size: 36px;
}

.f40 {
  font-size: 40px;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.pr {
  position: relative;
}

.pb {
  position: absolute;
}

.pf {
  position: fixed;
}

.block {
  display: block;
}

.hide {
  display: none;
}

.inline {
  display: inline-block;
}

.hidden {
  overflow: hidden;
}

.cap {
  text-transform: capitalize;
}

.upper {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.indent {
  text-indent: 2em;
  letter-spacing: .05rem;
}

.normal {
  font-weight: normal;
}

.vmid td {
  vertical-align: middle;
}

.hand {
  cursor: pointer;
  _cursor: hand;
}

.ff-ar {
  font-family: Arial !important;
}

.noborder {
  border: 0 !important;
}

.noradius {
  border-radius: 0 !important;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.justify {
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}

.filterbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  zoom: 1;
}

:root .filterbox {
  filter: none\9;
}

.tips,
.tips1 {
  display: none;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -125px;
  padding: 10px;
  width: 250px;
  height: 40px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  background: rgba(0, 0, 0, .75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000, endColorstr=#bf000000);
  zoom: 1;
}

:root .tips {
  filter: none\9;
}

:root .tips1 {
  filter: none\9;
}

@media (max-width: 639px) {

  .tips,
  .tips1 {
    position: fixed;
    -webkit-transform: translateZ(0)
  }
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
  content: "\200B"
}

.trans-3 {
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.trans-8 {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}




.rightbtns {
  position: fixed;
  bottom: 40vh;
  right: 0;
  width: 62px;
  z-index: 2;
  transition: all .3s ease;
  transform: translateX(100%)
}

.rightbtns .item {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  float: right;
  cursor: pointer;
}

.rightbtns .item img {
  margin: 0 auto
}

.rightbtns .item p {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
}

.rightbtns .item:nth-child(5) {
  height: 52px;
  background: #189586;
  border-bottom-left-radius: 5px
}

.rightbtns .item:nth-child(1) {
  background: #189586;
  border-top-left-radius: 5px
}

.rightbtns .item:nth-child(2) {
  background: #189586
}

.rightbtns .item:nth-child(3) {
  background: #189586
}

.rightbtns .item:nth-child(4) {
  background: #189586;
}

.rightbtns .item>div {
  flex: 1
}

.rightbtns.on {
  transform: translateX(0%)
}

.rightbtns2 {
  position: fixed;
  bottom: 40vh;
  right: 0;
  z-index: 2;
  transform: translateX(0%);
  transition: all .3s ease;
  display: none
}

.rightbtns2.on {
  transform: translateX(100%)
}

.rightbtns2 .item {
  width: 48px;
  height: 52px;
  background: #189586;
  display: flex;
  align-items: center;
  transition: all .3s ease;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rightbtns2 .item>div {
  flex: 1
}

.rightbtns2 img {
  margin: 0 auto
}

.rightbtns2 p {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
}

.rightbtns .weixin .codeimg {
  position: absolute;
  width: 1rem;
  max-width: none;
  right: 100%;
  top: 50%;
  margin-top: -.5rem;
  display: none
}


.pagelist .item {
  width: .42rem;
  height: .42rem;
  line-height: .4rem;
  border-radius: 2px;
  border: 1px solid #dedede;
  display: inline-block;
  vertical-align: middle;
  font-size: .14rem;
  color: #333;
  text-align: center;
  background: #fff;
  transition: all .3s ease;
  margin: 0 .05rem
}

.pagelist .item2 {
  width: 1rem;
}

.pagelist .item.on {
  background: #189586;
  color: #fff;
  border-color: #189586
}

.pagelist {
  text-align: center;
  font-size: 0
}


header .nav-icon {
  display: none;
}

header .nav-icon span {
  display: block;
  width: 22px;
  height: 2px;
  background: #189586;
  border-radius: 2px;
  transition: all .3s linear
}

header .nav-icon span:not(:first-child) {
  margin-top: 4px;
}

header .nav-icon.on span:nth-of-type(1) {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
  transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
}

header .nav-icon.on span:nth-of-type(3) {
  -webkit-transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
  transform: matrix(1, 0, 0, 1, 0, -6) rotate(-45deg);
}

header .nav-icon.on span:nth-of-type(2) {
  width: 0
}

@media (min-width: 1000px) {
  .pagelist .item:hover {
    background: #189586;
    color: #fff;
    border-color: #189586
  }

  .rightbtns .item:hover {
    width: 62px;
  }
}


@media (max-width: 768px) {
  .page a {
    padding: 8px 10px !important;
  }

  .pagelist .item {
    width: 30px;
    line-height: 28px;
    height: 30px;
    font-size: 13px
  }

  .pagelist .item2 {
    width: 60px;
  }

  .rightbtns {
    display: none;
  }

  header .nav-icon {
    display: block;
  }

  header .menu.on .link {
    -webkit-animation: fadeup 0.5s;
    animation: fadeup .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  header .menu .link:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
  }

  header .menu .link:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }

  header .menu .link:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }

  header .menu .link:nth-child(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
  }

  header .menu .link:nth-child(5) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
  }

  header .menu .link:nth-child(6) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
  }

  header .menu .link:nth-child(7) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
  }

  header .menu .link:nth-child(8) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
  }
}

@keyframes fadedown {

  0%,
  30% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  40% {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 0%, 0);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.fadeup {
  -webkit-animation-name: fadeup;
  animation-name: fadeup;
}

@keyframes fadeleft {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.fadeleft {
  -webkit-animation-name: fadeleft;
  animation-name: fadeleft;
}

@keyframes bigtosmall {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.bigtosmall {
  -webkit-animation-name: bigtosmall;
  animation-name: bigtosmall;
}

@keyframes faderight {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.faderight {
  -webkit-animation-name: faderight;
  animation-name: faderight;
}

@keyframes rotate0 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.page {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 50px;
}

.page a {
  width: 50px;
  height: 50px;
  padding: 10px 20px;
  /* border-radius:50%; */
  background: #e6e6e6;
  /*font-weight:600;*/
  margin: 0px 5px;
  color: #828282;

}

.page a.active,
.page a:hover {
  background: #189586;

  color: #fff;
}

.input-error {
  border: 1px solid #a21f24 !important;
}

* {
  font-family: "PingFang SC", "Calibri", "opensans", "GothicArial", "Arial", "Microsoft YaHei", "San Francisco", 'Hiragino Sans GB', "Helvetica Neue", Helvetica, sans-serif !important;
}



@charset "utf-8";

/**
 *reset.css
**/


img {
  max-width: 100%;
  border: 0;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin: 0;
}

/* 浮动 */
.fl {
  float: left;
}

.fr {
  float: right;
}

/* 清除 */
.ov {
  overflow: hidden;
}

/* flex布局 */
.fl-f {
  display: flex;
  display: -webkit-flex;
}

/* flex上下布局 */
.fl-ac {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.fl-as {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
}

.fl-ae {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
}

/* flex左右布局 */
.fl-jc {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.fl-jb {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.fl-ja {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}

.fl-js {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
}

.fl-je {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}

/* flex上下左右布局 */
.fl-cc {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.fl-cb {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
}

.fl-ca {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-around;
}

.fl-cs {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-start;
}

.fl-ce {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
}

.fl-sa {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-around;
}

.fl-sb {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: space-between;
}

.fl-ss {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.fl-se {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.fl-ea {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: space-around;
}

.fl-eb {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: space-between;
}

.fl-es {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.fl-ee {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  justify-content: flex-end;
}

/* flex自适应布局 */
.fl-fw {
  display: flex;
  flex-wrap: wrap;
}

.fl-fn {
  display: flex;
  flex-wrap: nowrap;
}

.fl-fc {
  display: flex;
  flex-direction: column;
}

.zw {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

.zw::after,
.zw::before {
  display: none !important;
}

.text_l {
  text-align: left;
}

.text_c {
  text-align: center;
}

.text_r {
  text-align: right;
}

@media (min-width: 769px) {
  .pc {
    display: block;
  }

  .ph {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }

  .ph {
    display: block;
  }
}


/* 引入字体 */
@font-face {
  font-family: "";
  src: url();
}


.s_btn {
  width: 3.125vw;
  height: 3.125vw;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  transition: all ease .5s;
}

.s_btn i {
  font-size: 20px;
  color: #269C8D;
  font-weight: bold;
  transition: all ease .5s;
}

.s_btn:hover {
  background: #269C8D;
}

.s_btn:hover i {
  color: #FFFFFF;
}

.s_btn1 {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #CDCDCD;
  border-radius: 50%;
  cursor: pointer;
  transition: all ease .5s;
}

.s_btn1 i {
  font-size: 12px;
  color: #CDCDCD;
  transition: all ease .5s;
}

.s_btn1:hover {
  border: 2px solid #269C8D;
}

.s_btn1:hover i {
  color: #269C8D;
}

.s_txt span {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 12px;
  color: #9B9B9B;
  transition: all ease .5s;
}

.s_txt .curr {
  font-size: 20px;
  font-weight: 700;
  color: #189586;
}

.more_w {
  width: 145px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 33px;
  transition: all ease .5s;
}

.more_w:hover {
  background: #189586;
}

.more_w span {
  font-size: 12px;
  color: #2A6C49;
  transition: all ease .5s;
}

.more_w i {
  font-size: 20px;
  color: #2A6C49;
  margin-left: 15px;
  transition: all ease .5s;
}


.more_w:hover span,
.more_w:hover i {
  color: #FFFFFF;
}



.tit_b {
  width: 100%;
  position: relative;
}

.tit_b h2 {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
}

/* 首页 */

#page {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#page::-webkit-scrollbar {
  display: none;
}

#page .section {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all ease .5s;
}

.section7 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-direction: column;
}

#page .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all ease .5s;
}

#page .bj {
  width: 100%;
  height: 100%;
  transition: all ease .5s;
}

#page .bj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  transition: all ease .5s;
}

#page .bj img.on {
  display: block;
}

.home1 {
  width: 100%;
  height: 100%;
  position: relative;
}

.home1 .swiper-container {
  width: 100%;
}

.home1 .col {
  width: 100%;
  position: relative;
  transition: all ease .5s;
}

.home1 .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all ease .5s;
}

.home1 .pic img {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: all ease .5s;
}

.home1 .intr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
  padding: 0 22.396vw;
  text-align: center;
  transition: all ease .5s;
}

.home1 .intr h1 {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  line-height: 1.5;
  margin: 1.563vw 0;
  transition: all ease .5s;
}

.home1 .intr h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: transparent;
  text-transform: uppercase;
  text-stroke: 1px rgba(0, 0, 0, 0.17);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.17);
  transition: all ease .5s;
}

.home1 .intr p {
  max-width: 715px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.5;
  transition: all ease .5s;
}

.home1 .more_w {
  margin: 1.563vw auto 0;
}

.home1 .swiper-slide-active h3 {
  animation: fadeup 1s 0.4s;
  -webkit-animation: fadeup 1s 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home1 .swiper-slide-active h1 {
  animation: fadeup 1s 0.4s;
  -webkit-animation: fadeup 1s 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home1 .swiper-slide-active p {
  animation: fadeup 1s 0.6s;
  -webkit-animation: fadeup 1s 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home1 .swiper-slide-active .more_w {
  animation: fadeup 1s 0.8s;
  -webkit-animation: fadeup 1s 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home1 .s_btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.home1 .prev {
  left: 4.688vw;
}


.home1 .next {
  right: 4.688vw;
}


.home1 .s_txt {
  position: absolute;
  bottom: 3.125vw;
  right: 3.125vw;
  z-index: 5;
}


.home1 .swiper-pagination {
  position: absolute;
  bottom: 4.167vw;
  left: 50%;
  transform: translateX(-50%);
}

.home1 .swiper-pagination .swiper-pagination-bullet {
  width: 2.865vw;
  height: 0.208vw;
  opacity: 1;
  background: #FFFFFF;
  border-radius: 0;
  margin: 0 0.104vw !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all ease .5s;
}

.home1 .swiper-pagination .swiper-pagination-bullet i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: block;
  width: 0;
  height: 100%;
  background: #2A6C49;
  border-radius: 0;
  transition: all ease .5s;
}

.home1 .swiper-pagination .swiper-pagination-bullet-active i {
  animation: first 6s;
}

@keyframes first {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.home2 {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 8.333vw;
}



.home2 .box {
  width: 100%;

}

.home2 .box_l {
  width: 41.25%;
}

.home2 .box_r {
  width: 50.625%;
}

.home2 .intr,
.home2 .pic {
  width: 100%;
  transition: all ease .5s;
}

#page .swiper-slide-active .home2 .intr {
  animation: fadeup 1s 0.4s;
  -webkit-animation: fadeup 1s 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#page .swiper-slide-active .home2 .pic {
  animation: faderight 1s 0.6s;
  -webkit-animation: faderight 1s 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home2 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.home2 .intr h2 {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin: 1.302vw 0 1.563vw;
  transition: all ease .5s;
}

.home2 .intr h6 {
  font-weight: 600;
  font-size: 12px;
  color: #666666;
  transition: all ease .5s;
}

.home2 .intr p {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  transition: all ease .5s;
}

.home2 .more_w {
  margin: 1.563vw 0 0;
}

.home3 {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 8.333vw;
}

.home3 .box {
  width: 100%;
  margin: 3.646vw 0 0;
}

#page .swiper-slide-active .home3 .tit_b {
  animation: fadeup 1s 0.4s;
  -webkit-animation: fadeup 1s 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home3 .col {
  width: 23.5%;
  position: relative;
  transition: all ease .5s;
}

#page .swiper-slide-active .home3 .col:nth-child(1) {
  animation: fadeup 1s 0.4s;
  -webkit-animation: fadeup 1s 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#page .swiper-slide-active .home3 .col:nth-child(2) {
  animation: fadeup 1s 0.6s;
  -webkit-animation: fadeup 1s 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#page .swiper-slide-active .home3 .col:nth-child(3) {
  animation: fadeup 1s 0.8s;
  -webkit-animation: fadeup 1s 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home3 .pic img {
  width: 4.688vw;
  height: 4.688vw;
  transition: all ease .5s;
}

.home3 .intr {
  width: 100%;
  text-align: center;
  margin: 1.563vw 0 0;
  transition: all ease .5s;
}

.home3 .intr h6 {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin: 0 0 1.563vw;
  transition: all ease .5s;
}

.home3 .intr p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #5D5D5D;
  letter-spacing: 1px;
  transition: all ease .5s;
}

.home4 {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 8.333vw;
}

.home4 .box {
  width: 100%;
}

.home4 .cover {
  width: 100%;
  display: none;
}

.home4 .cover.on {
  display: block;
}

.home4 .intr {
  width: 30%;
  margin: 0.26vw 0 0;
}

#page .swiper-slide-active .home4 .tit_b {
  animation: fadeup 1s 0.4s;
  -webkit-animation: fadeup 1s 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#page .swiper-slide-active .home4 .intr {
  animation: fadeup 1s 0.6s;
  -webkit-animation: fadeup 1s 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.home4 .intr span {
  font-size: 12px;
  color: #000000;
  padding-left: 1.563vw;
  position: relative;
  margin: 1.042vw 1.563vw 0 0;
  display: inline-block;
  transition: all ease .5s;
}

.home4 .intr span::before {
  content: "";
  position: absolute;
  left: 0%;
  width: 1.042vw;
  height: 1.042vw;
  background-image: url(../img/frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  transition: all ease .5s;
}

.home4 .more_w {
  margin: 2.083vw 0 0;
}

.planA .mold {
  display: none;
}

.planA .mold.on {
  display: block;
}



.mold .load {
  position: absolute;
  z-index: 5;
  cursor: pointer;
}

.mold .load:nth-child(1) {
  left: 46.146vw;
  top: 35vw;
}

.mold .load:nth-child(2) {
  /* right: 10.938vw; */
  right: 24vw;
  top: 15vw;
}

.mold .load:nth-child(3) {
  right: 30vw;
  top: 30vw;
}

.mold .load:nth-child(4) {
  right: 22vw;
  bottom: 15vw;
}

.mold .load:nth-child(5) {
  left: 35vw;
  top: 16vw;
}

.mold .load:nth-child(6) {
  right: 45vw;
  top: 23vw;
}

.load .round {
  width: 4.688vw;
  height: 4.688vw;
  background: #16D3BD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  transition: all ease .5s;
}

.load:hover .round {
  background: transparent;
}

.load .round::before,
.load .round::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -5;
  transform: translate(-50%, -50%);
  width: 7.813vw;
  height: 7.813vw;
  border-radius: 50%;
  background: rgba(21, 203, 182, 0.31);
}

.load .round::before {
  animation: boderM 3s 0.75s infinite;
}

.load .round::after {
  animation: boderM 3s infinite;
}

@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.load .round i {
  font-size: 20px;
  color: #FFFFFF;
  transition: all ease .5s;
}

.load .round i:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0;
}

.load:hover .round i:nth-child(1) {
  opacity: 0;
}

.load:hover .round i:nth-child(2) {
  opacity: 1;
}

.load .txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 4.688vw;
  height: 4.688vw;
  background: #16D3BD;
  border-radius: 46px;
  padding: 0.521vw;
  justify-content: center;
  transition: width 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
}

.load:hover .txt {
  width: 400px;
  padding: 0.521vw 1.302vw 0.521vw 3.646vw;
}

.load .txt h6 {
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
  margin: 0;
  white-space: nowrap;
  opacity: 0;
  width: 0%;
  transition: width 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}

.load .txt p {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.73);
  min-height: 40px;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  opacity: 0;
  width: 0%;
  transition: width 0.5s ease-in-out 0s, opacity 0.5s ease-in-out 0s;
}

.load:hover .txt h6,
.load:hover .txt p {
  opacity: 1;
  width: 100%;
}

.planB {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
  padding: 0 8.333vw;
  transition: all ease .5s;
}

.planB .sub {
  width: 33%;
  height: 4.167vw;
  background: rgba(255, 255, 255, 0.87);
  border: 1px solid #FFFFFF;
  cursor: pointer;
  transition: all ease .5s;
}

.planB .sub.on,
.planB .sub:hover {
  background: #189586;
  border: 1px solid #189586;
}

.planB .img {
  position: relative;
  margin-right: 20px;
}

.planB .img img {
  transition: all ease .5s;
}

.planB img:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
}

.planB .sub.on img:nth-child(1),
.planB .sub:hover img:nth-child(1) {
  opacity: 0;
}

.planB .sub.on img:nth-child(2),
.planB .sub:hover img:nth-child(2) {
  opacity: 1;
}

.planB span {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  transition: all ease .5s;
}

.planB .sub.on span,
.planB .sub:hover span {
  color: #FFFFFF;
}

.home5 {
  width: 60%;
  height: 100%;
  position: relative;
  margin-left: 40%;
  background-image: url(../img/ho5-bj.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.home5 .box {
  width: 100%;
  padding: 0 8.333vw 0 5.208vw;
}

.home5 .intr {
  width: 100%;
  margin: 4.167vw 0 3.125vw;
}

#page .swiper-slide-active .home5 .tit_b {
  animation: fadeup 1s 0.4s;
  -webkit-animation: fadeup 1s 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#page .swiper-slide-active .home5 .intr {
  animation: fadeup 1s 0.6s;
  -webkit-animation: fadeup 1s 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.home5 .intr p {
  max-width: 590px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  transition: all ease .5s;
}

.home5 .intr b {
  font-style: normal;
  color: #2A6C49;
}

.home5 .cover {
  width: 100%;
  margin: 0 0 3.646vw;
  transition: all ease .5s;
}

.home5 .sub {
  width: 7.292vw;
  height: 2.083vw;
  background: #FFFFFF;
  margin-right: 1.042vw;
  cursor: pointer;
  transition: all ease .5s;
}

.home5 .sub.on,
.home5 .sub:hover {
  background: #189586;
}

.home5 .sub span {
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  transition: all ease .5s;
}

.home5 .sub.on span,
.home5 .sub:hover span {
  color: #FFFFFF;
}

.home5 .swiper_b {
  width: 100%;
  display: none;
}

.home5 .swiper_b.on {
  display: block;
}

.home5 .pic {
  width: 100%;
  transition: all ease .5s;
}

.home5 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.home5 .s_box {
  width: 100%;
  margin: 3.125vw 0 0;
  transition: all ease .5s;
}

.home5 .s_btn1 {
  margin-right: 1.563vw;
}

.home6 {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 8.333vw;
}

.home6 .box {
  width: 100%;
  height: 100%;
  position: relative;
}

.home6 .tit_b {
  position: absolute;
  left: 1.823vw;
  top: 9.896vw;
  z-index: 5;
}

#page .swiper-slide-active .home6 .tit_b {
  animation: fadeup 1s 0.4s;
  -webkit-animation: fadeup 1s 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.home6 .swiper-slide {
  height: 100vh;
}

.home6 .col {
  width: 100%;
  height: 100%;
  padding: 1.823vw;
  position: relative;
  background: transparent;
  transition: all ease .5s;
}

.home6 .col:hover {
  background: rgba(255, 255, 255, 0.33);
}

.home6 .intr {
  width: 100%;
  position: relative;
  margin: 7.813vw 0 0;
  transition: all ease .5s;
}

.home6 .intr h6 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  min-height: 2.917vw;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all ease .5s;
}

.home6 .col:hover .intr h6 {
  color: #189586;
}

.home6 .intr p {

  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  min-height: 3.125vw;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 1.042vw 0 1.563vw;
  transition: all ease .5s;
}

.home6 .intr .date {

  font-size: 12px;
  color: #666666;
  transition: all ease .5s;
}

.home6 .pic {
  width: 100%;
  margin: 1.563vw 0 3.125vw;
  overflow: hidden;
  transition: all ease .5s;
}

.home6 .pic img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

.home6 .more_w {
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}

.home6 .col:hover .more_w {
  opacity: 1;
  visibility: visible;
}

.home7 {
  width: 100%;
  padding: 9.896vw 8.333vw 0;
  position: relative;
}

#page .swiper-slide-active .home7 .tit_b {
  animation: fadeup 1s 0.4s;
  -webkit-animation: fadeup 1s 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.home7 .pic {
  width: 85%;
  overflow: hidden;
  float: right;
  margin: -3.646vw 0 0;
}

.home7 .line {
  animation: ani-gd 30s linear infinite;
}

.home7 .line:nth-child(2n) {
  animation: ani-gd 30s linear reverse infinite;
}

.home7 .group {
  flex-shrink: 0;
}

.home7 .ev {
  width: 10.417vw;
  margin: 1.042vw 2.083vw;
  transition: all ease .5s;
}

.home7 .ev img {
  max-width: 100%;
  width: 100%;
  transition: all ease .5s;
}

@keyframes ani-gd {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

@-webkit-keyframes ani-gd {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}


footer {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  border-top: 1px solid #ededed;
}

body.home footer {
  background: rgba(255, 255, 255, 0.57);
  backdrop-filter: blur(5px);
  border: none;
}

.fooA {
  width: 100%;
  padding: 2.604vw 8.333vw 1.563vw;
  position: relative;
  border-bottom: 1px solid rgba(118, 118, 118, 0.29);
}

.fooA .Menu {
  width: 71%;
}

.fooA .Cont {
  width: 21%;
}

.Menu dl {
  margin: 0;
}

.Menu dt {
  margin: 0 0 1.302vw;
}

.Menu dd:not(:last-child) {
  margin: 0 0 0.781vw;
}

.Menu dt>a {
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  transition: all ease .5s;
}

.Menu dd>a {

  font-size: 12px;
  color: 000000;
  transition: all ease .5s;
}

.Menu dd>a:hover {
  color: #189586;
}

.Cont h6 {

  font-size: 12px;
  color: #000000;
  transition: all ease .5s;
}

.Cont form {
  width: 100%;
}

.Cont .input {
  width: 280px;
  height: 40px;
  background: #f3f3f3;
  padding: 0 20px;
  margin: 15px 0 0;
  transition: all ease .5s;
}

body.home .Cont .input {
  background: rgba(255, 255, 255, 0.67);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px;
  color: rgba(0, 0, 0, 0.21);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px;
  color: rgba(0, 0, 0, 0.21);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px;
  color: rgba(0, 0, 0, 0.21);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px;
  color: rgba(0, 0, 0, 0.21);
}

.Cont .btn {
  width: 130px;
  height: 35px;
  background: #f3f3f3;
  border: 1px solid rgba(255, 255, 255, 0.19);
  margin: 15px 0 0;
  transition: all ease .5s;
}


.Cont .btn:hover,
body.home .Cont .btn:hover {
  background: #189586;
  border: 1px solid 189586;
}

body.home .Cont .btn {
  background: #FFFFFF;
}

.Cont .btn span {

  font-size: 12px;
  color: #030303;
  transition: all ease .5s;
}

.Cont .btn:hover span {
  color: #FFFFFF;
}

.Icon {
  width: 100%;
  margin: 25px 0 0;
}

.Icon .ico:not(:last-child) {
  margin: 0 0 10px;
}

.Icon .ico img {
  width: 14px;
  transition: all ease .5s;
}

.Icon .ico p {

  font-size: 12px;
  color: #050505;
  margin: 0 0 0 8px;
  transition: all ease .5s;
}




.Copy {
  width: 100%;
  padding: 1.302vw 8.333vw;
  position: relative;
}

.Copy span {

  font-size: 12px;
  color: #050505;
  transition: all ease .5s;
}


header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 1rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 15%);
  transition: all ease .5s;
}

body.home header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: none;
}

header .headA {
  width: 100%;
  padding: 0 8.333vw;
  height: 100%;
}

header .logo img {
  width: 1.5rem;
  position: relative;
  z-index: 120;
}

header .logo .before {
  display: none;
}

body.home .logo .before {
  display: block;
}

body.home .logo .after {
  display: none;
}

header.on .logo .after {
  display: block !important;
}

header.on .logo .before {
  display: none !important;
}

header .link {
  margin-left: 2.865vw;
  position: relative;
  /* padding: 0.521vw 0; */
  transition: all ease .5s;
}

/* header .link::after {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    z-index: 1;
    width: 0%;
    height: 2px;
    background: #189586;
    transition: all ease .5s;
}

header .link.on::after,
header .link:hover::after {
    width: 100%;
} */

header .link>a {
  font-weight: 600;
  font-size: 12px;
  color: #000000;
  transition: all ease .5s;
}




@media screen and (max-width:1880px) {}

@media screen and (max-width:1520px) {
  .fooA .Menu {
    display: none;
  }

  .fooA .Cont {
    width: 100%;
  }

  .load .round {
    width: 80px;
    height: 80px;
  }

  .load .txt {
    width: 80px;
    height: 80px;
  }
  /* .load .txt h6{
    margin: 0 0 5px;
  } */
  /* .load .txt p {
    min-height: 50px;
    -webkit-line-clamp: 6;
  } */
  /* .load:hover .txt {
    padding: 0.521vw 0.521vw 0.521vw 5.208vw;
  } */
  .load .round::before,
  .load .round::after {
    width: 110px;
    height: 110px;
  }

  .home3 .pic img {
    width: 60px;
    height: 60px;
  }

  .planB .sub {
    height: 50px;
  }

  .home5 .sub {
    width: 100px;
    height: 30px;
  }

  .home5 .intr {
    margin: 20px 0;
  }

  .home6 .intr p {
    margin: 10px 0;
  }

  .home5 .cover {
    margin: 0 0 20px;
  }

  .home5 .s_box {
    margin: 20px 0 0;
  }

  .home4 .intr span::before {
    width: 14px;
    height: 14px;
  }

  .home4 .intr span {
    padding-left: 20px;
    position: relative;
    margin: 10px 10px 0 0;
  }
  .home3 .col{
    width: 30%;
  }
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1250px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:768px) {

  .s_btn {
    width: 30px;
    height: 30px;
  }

  .home3 .pic img {
    width: 45px;
    height: 45px;
  }

  header .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 2rem 5% 0;
    flex-direction: column;
    display: none;
  }

  header .link {
    margin: 0;
    line-height: 50px;
    display: block;
    border-bottom: 1px solid #f0f0f0;
  }


  .Cont .input {
    width: 100%;
  }

  .home1 .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    margin: 0 3px !important;
  }

  .home1 .s_txt {
    bottom: 20px;
    right: 20px;
  }

  .home2 .box_l,
  .home2 .box_r,
  .home3 .col {
    width: 100%;
  }

  .home2 .box_l {
    margin: 0 0 20px;
  }

  .home3 .box {
    margin: 20px 0 0;
  }

  .home3 .col:not(:last-child) {
    margin: 0 0 20px;
  }

  .home4 .intr {
    width: 100%;
    margin: 20px 0 0;
  }

  .home5 {
    width: 100%;
    margin: 0;
  }

  .home5 .intr {
    margin: 20px 0;
  }

  .home5 .box {
    padding: 0;
  }

  .home6 .tit_b {
    position: relative;
    left: auto;
    top: auto;
  }

  .home6 .swiper-container {
    margin: 20px 0 0;
  }

  .home6 .box,
  .home6 .swiper-slide {
    height: auto;
  }

  .home6 .col:hover {
    background: transparent;
  }

  .home6 .intr {
    margin: 0;
  }

  .home6 .more_w {
    opacity: 1;
    visibility: visible;
  }

  .home7 .pic {
    width: 100%;
    float: left;
    margin: 20px 0 0;
  }

  .home7 .ev {
    width: 150px;
  }

  .Icon {
    margin: 20px 0 0;
  }

  /* .home2 .box_r, */
  .planA,
  .planB .img {
    display: none;
  }

  .planB .sub {
    height: 50px;
  }

  .home4 .intr span {
    display: block;
  }

  .home1 .more_w {
    margin: 20px auto 0;
  }

  .home2 .more_w,
  .home4 .more_w {
    margin: 20px 0 0;
  }

  .home6 .col {
    padding: 0;
  }

  .home6 .pic {
    margin: 20px 0;
  }

  .home5 .s_box {
    margin: 10px 0 0;
  }

  .home1 .s_btn {
    display: none;
  }

  .home1 .swiper-pagination {
    bottom: 20px;
  }

  .home1 .s_txt {
    display: none;
  }

  header .headA,
  .home1 .intr,
  .planB,
  .home2,
  .home3,
  .home4,
  .home5,
  .home6 {
    padding: 0 7.5%;
  }

  .home7 {
    padding: 120px 7.5% 0;
  }

  .fooA {
    padding: 40px 7.5%;
  }

  .Copy {
    padding: 15px 7.5%;
  }

  .home5 {
    background: transparent;
  }
}

@media screen and (max-width:680px) {

  header .headA,
  .home1 .intr,
  .planB,
  .home2,
  .home3,
  .home4,
  .home5,
  .home6 {
    padding: 0 15px;
  }

  .home7 {
    padding: 1.2rem 15px 0.5rem;
  }

  .fooA {
    padding: 30px 15px;
  }

  .Copy {
    padding: 15px 15px;
  }

  .section7 {
    height: auto !important;
  }
}

@media screen and (max-width:480px) {}