.page {
  padding-top: 220px;
  background: url(../images/page/pageBanner.png) top center no-repeat;
  background-size: 100% auto;
}
.page.YpageBanner {
  padding-top: 0;
  background: #fff;
}
.page .pageBanner {
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.page .pageBanner i {
  animation: fadeScale11 5s ease-out both;
  width: 100%;
  height: 100%;
}
.page .pageBanner .mobile {
  display: none;
}
.page .pageLie {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 31px;
  height: 100%;
}
.page .pageLie::after {
  position: absolute;
  left: 50%;
  top: -9px;
  transform: translateX(-50%);
  width: 49px;
  height: 49px;
  border-radius: 100%;
  background: #fff;
  content: '';
}
.page .pageLie .y {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 31px;
  height: 31px;
  border-radius: 100%;
  background: #7df574;
}
.page .pageLie .i1 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #4de73f;
  opacity: 0.2;
}
.page .pageLie .i2 {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 1px;
  height: 0;
  background: #4de73f;
  opacity: 0.5;
}
.page .title {
  display: flex;
}
.page .title p {
  position: relative;
  font-size: 36px;
  letter-spacing: -1.2px;
  color: #333;
  font-weight: bold;
}
.page .title p:after {
  position: absolute;
  bottom: -5px;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #7df574;
  opacity: 0;
  animation: titleA 1s 2s 1 forwards linear;
  transform: rotate(0);
  content: '';
}
.page .more2 {
  position: relative;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: #7df574 url(../images/icon/i9.png) center no-repeat;
  background-size: 17px auto;
  border-radius: 100%;
  cursor: pointer;
}
.page .more2:before {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 2px solid rgba(125, 245, 116, 0.45);
  border-radius: 50%;
}
.page .more2:hover:before {
  display: block;
  animation-duration: 1.2s;
  animation-name: menu_circle;
  animation-iteration-count: infinite;
}
@keyframes titleA {
  0% {
    opacity: 0.3;
    width: 0;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
    animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
  }
  35% {
    opacity: 0.5;
    width: 100%;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
    animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
  }
  90% {
    opacity: 0.7;
    width: 10px;
    left: 110%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    opacity: 1;
    width: 10px;
    height: 10px;
    left: 110%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (max-width: 1200px) {
  .page {
    padding-top: 4.3rem;
    background-image: url(../images/mobile/page/pageBanner.png);
  }
  .page .pageBanner {
    height: 10rem;
  }
  .page .pageBanner .pc {
    display: none;
  }
  .page .pageBanner .mobile {
    display: block;
  }
  .page .pageLie {
    display: none;
  }
  .page .title p {
    font-size: 0.9rem;
    letter-spacing: -1.2px;
  }
  .page .title p:after {
    bottom: 0.1rem;
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 2px;
    animation: titleA 1s 2s 1 forwards linear;
  }
  .page .more2 {
    width: 1rem;
    height: 1rem;
    background-size: 0.32rem auto;
  }
  @keyframes titleA {
    0% {
      opacity: 0.3;
      width: 0;
      left: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      -webkit-animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
      animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
    }
    35% {
      opacity: 0.5;
      width: 100%;
      left: 0;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      -webkit-animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
      animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
    }
    90% {
      opacity: 0.7;
      width: 0.26rem;
      left: 110%;
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
    100% {
      opacity: 1;
      width: 0.26rem;
      height: 0.26rem;
      left: 110%;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }
}
/*===== 鹦鹉链 =====*/
.chain {
  position: relative;
}
.chain01 {
  padding-top: 120px;
}
.chain01 .left {
  width: 45%;
}
.chain01 .left .text {
  margin-top: 60px;
  font-size: 18px;
  line-height: 48px;
  color: #333;
}
.chain01 .right {
  width: 32%;
}
.chain01 .right img {
  width: 100%;
}
@media (max-width: 1200px) {
  .chain01 {
    padding-top: 0;
  }
  .chain01 .left {
    margin-bottom: 0.3rem;
    width: 100%;
  }
  .chain01 .left .text {
    margin-top: 1rem;
    font-size: 0.52rem;
    line-height: 1rem;
  }
  .chain01 .right {
    width: 100%;
  }
  .chain01 .right img {
    margin: 0 auto;
    width: 5.94rem;
  }
}
.chain02_03 {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
}
.chain02_03 .pos {
  position: absolute;
  left: 37%;
  top: 14%;
  z-index: 4;
  width: 26%;
  will-change: transform;
}
.chain02_03 .pos img {
  width: 100%;
}
.chain02 {
  position: relative;
  background: url(../images/page/chain02_bac.png) center no-repeat;
  background-size: 100% auto;
}
.chain02 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 100px 0;
}
.chain02 .list::before {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  width: 46%;
  height: 0;
  padding-bottom: 46%;
  border-radius: 100%;
  border: #7df574 20px solid;
  content: "";
}
.chain02 .list a {
  position: relative;
  z-index: 2;
  margin: 20px 0;
  padding: 60px 0;
  width: 32.2%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
}
.chain02 .list a:nth-child(2n) {
  margin-left: 35.6%;
}
.chain02 .list a .icon {
  margin-bottom: 40px;
  height: 57px;
}
.chain02 .list a .icon img {
  margin: 0 auto;
  height: 100%;
}
.chain02 .list a p {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  .chain02_03 {
    padding-top: 1.5rem;
  }
  .chain02_03 .pos {
    display: none;
  }
  .chain02 {
    padding-bottom: 1.5rem;
    background: url(../images/mobile/page/chain02_bac.png) center no-repeat;
    background-size: 100% auto;
  }
  .chain02 .list {
    padding: 1.1rem 0;
  }
  .chain02 .list::before {
    border: #7df574 0.2rem solid;
  }
  .chain02 .list a {
    margin: 0.5rem 0;
    padding: 1rem 0 0.7rem;
    width: 47%;
    border-radius: 0.1rem;
  }
  .chain02 .list a:nth-child(2n) {
    margin-left: 6%;
  }
  .chain02 .list a .icon {
    margin-bottom: 0.3rem;
    height: 0.88rem;
  }
  .chain02 .list a p {
    padding: 0 0.2rem;
    font-size: 0.5rem;
    line-height: 0.9rem;
  }
}
.chain03 .list {
  margin-top: 80px;
  padding: 40px 0 40px 9%;
  background: url(../images/page/chain03_1.jpg) center no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.chain03 .list li {
  margin: 30px 0;
}
.chain03 .list li i {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  width: 46px;
  height: 46px;
  font-size: 20px;
  border: #fff 2px solid;
  color: #4cb49b;
  font-family: "poppins";
  border-radius: 100%;
  background: #f8fefc;
}
.chain03 .list li p {
  float: left;
  line-height: 50px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .chain03 .list {
    margin-top: 1.1rem;
    padding: 1.6rem 1.1rem 11rem 1.1rem;
    background-image: url(../images/mobile/page/chain03_1.jpg);
    border-radius: 0.2rem;
  }
  .chain03 .list li {
    margin: 0 0 0.56rem 0;
  }
  .chain03 .list li i {
    margin-right: 0.6rem;
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.44rem;
  }
  .chain03 .list li p {
    margin-top: 2px;
    line-height: 1.2rem;
    font-size: 0.52rem;
  }
}
.chain04 {
  padding: 120px 0 180px;
  background: url(../images/page/chain04_bac.png) center bottom no-repeat;
  background-size: 54.58% auto;
}
.chain04 .next {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 46%;
}
.chain04 .next .code p {
  margin-bottom: 26px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.chain04 .next .code img {
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
@media (max-width: 1200px) {
  .chain04 {
    padding: 3.2rem 0 5.5rem;
    background-image: url(../images/mobile/page/chain04_bac.png);
    background-size: 100% auto;
  }
  .chain04 .next {
    width: 63%;
  }
  .chain04 .next .code p {
    margin-bottom: 0.87rem;
    font-size: 0.5rem;
  }
  .chain04 .next .code img {
    max-width: 3.2rem;
    max-height: 3.2rem;
  }
  .chain04 .next .code:nth-child(2) img {
    max-width: 3rem;
    max-height: 3rem;
  }
}
/*===== p3-1新闻 =====*/
.new01 {
  position: relative;
  padding-top: 1px;
}
.new01 .list {
  padding-bottom: 280px;
}
.new01 .list a {
  float: left;
  margin-top: 145px;
  width: 41.43%;
}
.new01 .list a:nth-child(2n) {
  float: right;
  transform: translateY(140px);
}
.new01 .list a .pic {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.new01 .list a i {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.new01 .list a .bac {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background:url(../images/page/new01_bac.png) bottom center no-repeat; */
  background: rgba(0, 0, 0, 0.5);
}
.new01 .list a span {
  transition: all 0.5s 0s;
  /* position: absolute;
                left: 50%;
                top: 50%; */
  transform: rotate(-45deg);
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background: #ffffff url(../images/icon/i21.png) center no-repeat;
  background-size: 17px auto;
}
.new01 .list a em {
  position: absolute;
  right: 5%;
  top: 25px;
  z-index: 2;
  font-size: 18px;
  color: #fff;
  font-family: "poppins";
  text-align: right;
}
.new01 .list a .pos {
  position: absolute;
  left: 5%;
  bottom: 30px;
  z-index: 2;
  width: 90%;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new01 .list a:hover .bac {
  transition: all 0.5s;
  opacity: 1;
}
.new01 .list a:hover span {
  transition: all 0.5s 0.2s;
  transform: rotate(0deg);
}
@media (max-width: 1200px) {
  .new01 .list {
    padding-bottom: 2rem;
  }
  .new01 .list a {
    margin-top: 1rem;
    width: 100%;
  }
  .new01 .list a:nth-child(2n) {
    transform: translateY(0);
  }
  .new01 .list a .pic {
    border-radius: 0.2rem;
  }
  .new01 .list a i {
    border-radius: 0.22rem;
  }
  .new01 .list a .bac {
    display: none;
  }
  .new01 .list a span {
    display: none;
  }
  .new01 .list a em {
    top: 0.5rem;
    font-size: 0.48rem;
  }
  .new01 .list a .pos {
    bottom: 0.5rem;
    font-size: 0.56rem;
  }
  .new01 .list a:hover em,
  .new01 .list a:hover .pos {
    opacity: 1;
  }
}
/*===== p3-2新闻详情 =====*/
.newDetail {
  margin: 0 auto;
  padding-bottom: 80px;
  width: 85.8%;
}
.newDetail .title {
  justify-content: center;
  margin-bottom: 60px;
  width: 100%;
  line-height: 48px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.newDetail .cen {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  line-height: 30px;
  color: #999;
  font-size: 16px;
}
.newDetail .cen i {
  margin: 0 20px;
}
.newDetail .text {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  word-wrap: break-word;
  word-break: normal;
}
.newDetail .text b {
  font-weight: bold;
}
.newDetail .text p {
  margin-bottom: 16px;
  text-indent: 2em;
  text-align: justify;
}
.newDetail .text p:has(img) {
  text-indent: 0em;
}
.newDetail .text img,
.newDetail .text video {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  height: auto !important;
}
.newDetail .text span,
.newDetail .text i,
.newDetail .text em,
.newDetail .text a,
.newDetail .text b {
  display: inline;
}
.newDetail .text table {
  margin: 0 auto;
  border-top: #000 1px solid !important;
  border-right: #000 1px solid !important;
  border-collapse: collapse;
  border-spacing: 0;
}
.newDetail .text table td {
  border-bottom: #000 1px solid !important;
  border-left: #000 1px solid !important;
}
.newDetail .text table p {
  text-indent: 0em;
  text-align: inherit;
}
.newDetail .go_page {
  margin-top: 50px;
}
.newDetail .go_page .more i {
  margin: 0 auto 15px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #7df574 url(../images/icon/i22.png) center no-repeat;
  background-size: 100% auto;
}
.newDetail .go_page .more p {
  font-size: 16px;
  color: #333;
  text-align: center;
}
@media (max-width: 1200px) {
  .newDetail {
    padding-bottom: 2.4rem;
    width: 100%;
  }
  .newDetail .title {
    margin-bottom: 0.6rem;
    line-height: 1.2rem;
    font-size: 0.64rem;
  }
  .newDetail .cen {
    margin-bottom: 0.9rem;
    line-height: 0.6rem;
    font-size: 0.48rem;
  }
  .newDetail .cen i {
    margin: 0 0.6rem;
  }
  .newDetail .text {
    font-size: 0.52rem;
    line-height: 1rem;
    overflow-x: auto;
  }
  .newDetail .text img,
  .newDetail .text video {
    margin: 0.15rem auto;
    width: 100%;
  }
  .newDetail .text p {
    margin-bottom: 0.4rem;
  }
  .newDetail .go_page {
    margin-top: 1rem;
  }
  .newDetail .go_page .more i {
    margin: 0 auto 0.5rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .newDetail .go_page .more p {
    font-size: 0.48rem;
  }
}
/*===== 搜索结果页 =====*/
.searchNext .top {
  position: relative;
  margin: 0 auto 50px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}
.searchNext .top input {
  float: left;
  padding-left: 40px;
  width: calc(100% - 150px - 48px);
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #666;
  border: none;
}
.searchNext .top .but {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 128px;
  height: 50px;
  border: none;
  border-left: #333 1px solid;
  background: url(../images/icon/i23.png) center no-repeat;
  background-size: 34px auto;
  cursor: pointer;
}
.searchNext .list {
  margin-bottom: 90px;
}
.searchNext .list a {
  position: relative;
  padding: 40px 0;
  border-bottom: #e6e6e6 1px solid;
}
.searchNext .list a::after {
  transition: all 0.8s;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #7df574;
  content: " ";
}
.searchNext .list a b {
  margin-bottom: 20px;
  max-height: 26px;
  font-size: 20px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.searchNext .list a .clearfix {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  font-size: 16px;
  color: #999;
}
.searchNext .list a .clearfix i {
  margin-right: 20px;
  padding-left: 26px;
  padding-top: 3px;
  background: url(../images/icon/i24.png) left center no-repeat;
  font-family: "poppins";
}
.searchNext .list a i {
  color: #c7c7c7;
}
.searchNext .list a p {
  font-size: 16px;
  line-height: 30px;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.searchNext .list a:hover::after {
  transition: all 0.8s;
  width: 100%;
}
.searchNext .list a:hover b {
  color: #7df574;
}
@media (max-width: 1200px) {
  .searchNext .top {
    margin: 0 auto 0.8rem;
    height: 2rem;
    border-radius: 0.2rem;
  }
  .searchNext .top input {
    padding-left: 0.9rem;
    width: calc(100% - 1rem - 2.6rem);
    height: 2rem;
    line-height: 2rem;
    font-size: 0.52rem;
  }
  .searchNext .top .but {
    width: 2.2rem;
    height: 1.3rem;
    background-size: 0.8rem auto;
  }
  .searchNext .list {
    margin-bottom: 1.6rem;
  }
  .searchNext .list a {
    padding: 1rem 0;
  }
  .searchNext .list a b {
    margin-bottom: 0.4rem;
    max-height: 1.68rem;
    line-height: 0.84rem;
    font-size: 0.6rem;
    -webkit-line-clamp: 2;
  }
  .searchNext .list a .clearfix {
    font-size: 0.48rem;
    margin-bottom: 0.6rem;
  }
  .searchNext .list a .clearfix i {
    padding-left: 0.6rem;
    background-size: 0.4rem auto;
    margin-right: 0.4rem;
  }
  .searchNext .list a p {
    line-height: 0.8rem;
    max-height: 3.2rem;
    font-size: 0.5rem;
    -webkit-line-clamp: 4;
  }
}
/*===== p1-0关于我们 =====*/
.about {
  position: relative;
  margin-top: -15px;
  padding-top: 160px;
  background: url(../images/page/about03_bac.png) center bottom no-repeat;
  background-size: 100% auto;
}
.about01 .mode {
  width: 45.7%;
  font-size: 16px;
  line-height: 38px;
  color: #333;
}
.about01 .mode p {
  margin-bottom: 30px;
}
.about01 .mode .title p {
  margin-bottom: 0;
}
.about01 .mode .tit1 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about01 .mode .tit1 img {
  margin-right: 20px;
  width: 14px;
}
.about01 .mode .tit1 i {
  font-size: 22px;
  font-weight: bold;
  color: #49d93e;
}
.about01 .mode .tit2 {
  margin-bottom: 25px;
  display: flex;
}
.about01 .mode .tit2 i {
  font-size: 42px;
  font-family: "poppinsBold";
  color: #c1f7bd;
}
.about01 .mode .tit2 span {
  width: 14px;
  height: 10px;
}
.about01 .mode .tit2 em {
  font-size: 22px;
  color: #49d93e;
  font-weight: bold;
}
.about01 .modeImg {
  position: relative;
  width: 50%;
}
.about01 .modeImg .bac {
  width: 100%;
}
.about01 .modeImg .pos {
  display: flex;
  position: absolute;
  top: 8%;
  left: 20%;
  width: 60%;
}
.about01 .modeImg .pos .circle {
  position: relative;
  width: 53%;
}
.about01 .modeImg .pos .circle i {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.17);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  /* background: url(../images/page/about01_3.png) center no-repeat;
                    background-size: cover; */
  border: #7df574 1px dashed;
  animation-duration: 36s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: fadeRotateScale;
}
.about01 .modeImg .pos .img2 {
  margin-left: -6%;
}
.about01 .modeImg .pos .img2 i {
  animation-name: fadeRotateScale2;
}
.about01 .modeImg .pos img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.fadeRotateScale {
  -webkit-animation-name: fadeRotateScale;
  animation-name: fadeRotateScale;
}
@-webkit-keyframes fadeRotateScale {
  0% {
    transform: rotate(0deg) scale(1.17);
  }
  100% {
    transform: rotate(360deg) scale(1.17);
  }
}
@-webkit-keyframes fadeRotateScale2 {
  0% {
    transform: rotate(360deg) scale(1.17);
  }
  100% {
    transform: rotate(0deg) scale(1.17);
  }
}
@media (max-width: 1200px) {
  .about {
    margin-top: 0;
    padding-top: 1.2rem;
  }
  .about01 .mode {
    width: 100%;
    font-size: 0.52rem;
    line-height: 1.2rem;
  }
  .about01 .mode .title {
    margin-bottom: 1rem;
  }
  .about01 .mode p {
    margin-bottom: 0.8rem;
  }
  .about01 .mode .p1 {
    font-weight: bold;
    font-size: 0.65rem;
  }
  .about01 .mode .tit1 {
    margin-bottom: 0.1rem;
  }
  .about01 .mode .tit1 img {
    margin-right: 0.48rem;
    width: 0.38rem;
  }
  .about01 .mode .tit1 i {
    font-size: 0.65rem;
  }
  .about01 .mode .tit2 {
    margin-bottom: 0.2rem;
  }
  .about01 .mode .tit2 i {
    padding-top: 0.08rem;
    font-size: 0.98rem;
  }
  .about01 .mode .tit2 span {
    width: 0.3rem;
  }
  .about01 .mode .tit2 em {
    font-size: 0.65rem;
  }
  .about01 .modeImg {
    margin-top: -0.1rem;
    width: 100%;
  }
  .about01 .modeImg .bac {
    width: 100%;
  }
  .about01 .modeImg .pos {
    top: 14%;
  }
  .about01 .modeText {
    margin-top: -2.7rem;
  }
}
.about02 {
  margin-top: -130px;
  position: relative;
}
.about02 .anchor {
  top: 0;
}
.about02 .title {
  position: absolute;
  left: 50%;
  top: 130px;
  transform: translateX(-50%);
}
.about02 .pic {
  position: relative;
  padding-top: 190px;
}
.about02 .pic .svgBac {
  left: 0;
  bottom: 0;
  width: 100%;
}
.about02 .pic .svgBac.animated .icon-path {
  animation: icon-path-animation 5s linear 0.5s both;
}
.about02 .pic img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 15.86%;
  max-width: 340px;
}
.about02 .top {
  position: relative;
  margin-top: 50px;
  width: 100%;
  height: 200px;
}
.about02 .top .text {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -45px;
  width: 100%;
  text-align: center;
  color: #333;
}
.about02 .top .text b {
  margin-bottom: 20px;
  font-size: 24px;
}
.about02 .top .text p {
  font-size: 30px;
  font-weight: bold;
}
.about02 .top .text.text2,
.about02 .top .text.text3 {
  opacity: 0;
  transform: translateY(120%) scale(0.75);
}
@media (max-width: 1200px) {
  .about02 {
    margin-top: -2rem;
  }
  .about02 .anchor {
    top: -2rem;
  }
  .about02 .title {
    top: 1.8rem;
  }
  .about02 .pic {
    padding-top: 6rem;
  }
  .about02 .pic img {
    width: 6rem;
    max-width: 6rem;
  }
  .about02 .top {
    margin-top: 1rem;
    width: 100%;
    height: 8rem;
  }
  .about02 .top .text {
    top: 50%;
    margin-top: -45px;
  }
  .about02 .top .text b {
    margin-bottom: 0.6rem;
    font-size: 0.5rem;
  }
  .about02 .top .text p {
    font-size: 0.66rem;
  }
}
.about03 {
  padding-top: 130px;
}
.about03 .anchor {
  top: 0;
}
.about03 .next {
  position: relative;
  padding-bottom: 100px;
}
.about03 .next .title {
  position: absolute;
  left: 0;
  top: 0;
}
.about03 .next .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 726px;
  height: 726px;
}
.about03 .next .circle::after,
.about03 .next .circle::before {
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid #71f467;
  content: "";
  transform: scale(0.98);
}
.about03 .next .circle::before {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: fadeScaleOpacity;
}
.about03 .next .circle .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 368px;
  height: 368px;
  border-radius: 100%;
  background: #fff;
  border: #71f467 1px solid;
}
.about03 .next .circle .logo img {
  max-width: 250px;
}
.about03 .next .circle .lie {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.about03 .next .circle .lie1 {
  margin: -34% 0 0 -34%;
  width: 68%;
  height: 68%;
  background-image: url(../images/icon/i29.png);
  animation-duration: 20s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: fadeRotate;
}
.about03 .next .circle .lie2 {
  margin: -43% 0 0 -43%;
  width: 86%;
  height: 86%;
  background-image: url(../images/icon/i30.png);
  animation-duration: 20s;
  animation-fill-mode: both;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: fadeRotate;
}
.about03 .next .circle .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  padding: 30px 20px;
  width: 290px;
  min-height: 60px;
  border-radius: 20px;
  border: #fff 1px solid;
  background: url(../images/icon/i31.png) center no-repeat;
  background-size: cover;
}
.about03 .next .circle .text .tit {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.about03 .next .circle .text1 {
  left: -80px;
  top: 80px;
}
.about03 .next .circle .text2 {
  left: -160px;
  bottom: 160px;
}
.about03 .next .circle .text3 {
  right: -270px;
  top: 50%;
  transform: translateY(-50%);
  width: 346px;
}
.about03 .next .circle .text3 img {
  margin-left: -10%;
  width: 120%;
}
.about03 .next .circle .more2 {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .about03 {
    padding-top: 1rem;
    background: url(../images/mobile/page/about03_bac.png) center no-repeat;
    background-size: 100% auto;
  }
  .about03 .anchor {
    top: -2rem;
  }
  .about03 .next {
    padding-bottom: 2.2rem;
  }
  .about03 .next .title {
    padding-bottom: 1rem;
    position: relative;
    left: auto;
    top: auto;
  }
  .about03 .next .circle {
    margin: 1rem auto 2rem;
    width: 11rem;
    height: 11rem;
  }
  .about03 .next .circle::after,
  .about03 .next .circle::before {
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #71f467;
    content: "";
    transform: scale(0.98);
  }
  .about03 .next .circle::before {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: fadeScaleOpacity;
  }
  .about03 .next .circle .logo {
    width: 5.8rem;
    height: 5.8rem;
  }
  .about03 .next .circle .logo img {
    max-width: 4rem;
  }
  .about03 .next .circle .lie {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .about03 .next .circle .lie1 {
    margin: -34% 0 0 -34%;
    width: 68%;
    height: 68%;
    background-image: url(../images/icon/i29.png);
    animation-duration: 20s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: fadeRotate;
  }
  .about03 .next .circle .lie2 {
    margin: -42% 0 0 -42%;
    width: 84%;
    height: 84%;
    background-image: url(../images/icon/i30.png);
    animation-duration: 20s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: fadeRotate;
  }
  .about03 .next .circle .text {
    padding: 0.4rem 0.5rem;
    width: auto;
    min-height: 0.52rem;
    border-radius: 0.1rem;
  }
  .about03 .next .circle .text .tit {
    width: 100%;
    font-size: 0.5rem;
    line-height: 0.9rem;
  }
  .about03 .next .circle .text1 {
    left: -1.28rem;
    top: -0.5rem;
    width: 5.2rem;
  }
  .about03 .next .circle .text2 {
    left: auto;
    right: -1.28rem;
    bottom: auto;
    top: -0.5rem;
    width: 5.4rem;
  }
  .about03 .next .circle .text3 {
    right: 50%;
    top: 9.5rem;
    transform: translate(50%, 0);
    width: 9.6rem;
  }
  .about03 .next .circle .text3 img {
    margin-left: -3%;
    width: 106%;
  }
  .about03 .next .circle .more2 {
    margin-top: 0.2rem;
  }
}
@-webkit-keyframes fadeRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeScaleOpacity {
  0% {
    opacity: 0.4;
    transform: scale(0.98);
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
/*===== p2-1鹦鹉旅行 =====*/
.pageTravel {
  padding: 0;
}
.travel {
  padding: 130px 0 0;
}
.travel .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.travel .top .scroll {
  animation: scrollsX 4s ease-out both infinite;
}
.travel .top .scroll p {
  padding-right: 26px;
  font-size: 16px;
  color: #666;
  background: url(../images/icon/i36.png) right center no-repeat;
  background-size: 8px auto;
}
.travel .cen {
  margin-left: 13.545%;
  padding: 50px 0 60px;
  width: 86.455%;
}
.travel .cen .bor {
  display: flex;
}
.travel .cen .mode {
  position: relative;
  flex-shrink: 0;
  margin-right: 10vh;
  height: calc(100vh - 288px);
  border-radius: 20px;
  overflow: hidden;
}
.travel .cen .mode .bac {
  position: relative;
  width: 100%;
  height: 100%;
}
.travel .cen .mode .bac::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.08;
  content: "";
}
.travel .cen .mode .bac i,
.travel .cen .mode .bac video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: darken;
}
.travel .cen .mode .pos {
  position: absolute;
  top: 10%;
  left: 6%;
}
.travel .cen .mode .pos .icon {
  margin-bottom: 25px;
  width: 64px;
  height: 64px;
  transform: translateY(50px) rotate(5deg);
  opacity: 0;
}
.travel .cen .mode .pos .icon img {
  max-width: 100%;
}
.travel .cen .mode .pos .text {
  line-height: 60px;
  font-size: 30px;
  color: #fff;
}
.travel .cen .mode .pos .text div {
  display: flex;
  flex-wrap: wrap;
  transform: translateY(50px) rotate(5deg);
  opacity: 0;
}
.travel .cen .mode .pos .text p {
  position: relative;
  font-weight: bold;
}
.travel .cen .mode .pos .text p::before {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
}
.travel .cen .mode4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.travel .cen .mode4 .text {
  width: 100%;
  font-size: 18px;
  line-height: 48px;
  color: #333;
  text-align: center;
}
.travel .cen .mode4 .text b {
  font-weight: bold;
}
.travel .cen .mode4 .text b i {
  display: inline-block;
  color: #7df574;
  font-weight: bold;
}
.travel .cen .mode4 .text p,
.travel .cen .mode4 .text b {
  transform: translateY(50px) rotate(5deg);
  opacity: 0;
}
.travel .cen .mode4 .code {
  position: relative;
  margin: 0 auto 40px;
  width: 70%;
  height: 300px;
}
.travel .cen .mode4 .code .icon {
  position: absolute;
  right: -100px;
  bottom: 0;
  width: 192px;
  transform: translateX(30px);
}
.travel .cen .mode4 .code .icon img {
  width: 100%;
}
.travel .cen .mode4 .code .codeBac {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: url(../images/page/travel_4.jpg) center no-repeat;
  background-size: cover;
  transform: translateY(50px);
  opacity: 0;
}
.travel .cen .mode4 .code .box {
  display: flex;
  justify-content: space-between;
  width: 54%;
}
.travel .cen .mode4 .code .box .codeBox {
  /* &:nth-child(2) img{
                            width: 140px;
                            height: 140px;
                        } */
}
.travel .cen .mode4 .code .box .codeBox p {
  margin-bottom: 24px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.travel .cen .mode4 .code .box .codeBox img {
  margin: 0 auto;
  width: 120px;
  height: 120px;
}
.travelBot {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  color: #666;
  transform: translateY(50px) rotate(5deg);
  opacity: 0;
}
.travelBot div {
  display: flex;
  align-items: center;
}
.travelBot a {
  margin-left: 10px;
  color: #666;
}
.travelBot a.iconA {
  padding-left: 25px;
  background: url(../images/icon/i18.png) left center no-repeat;
  background-size: 20px auto;
}
@media (max-width: 1646px) {
  .travel .cen {
    margin-left: calc(50vw - 600px);
    width: calc(50vw + 600px);
  }
}
@media (max-height: 830px) {
  .travel .cen .mode4 .text {
    line-height: 42px;
  }
  .travel .cen .mode4 .code {
    height: 250px;
  }
  .travel .cen .mode4 .code .box .codeBox p {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media (max-height: 760px) {
  .travel .cen .mode4 {
    align-items: start;
  }
  .travel .cen .mode4 .text {
    line-height: 34px;
  }
  .travel .cen .mode4 .code {
    margin-bottom: 30px;
    height: 230px;
  }
  .travel .cen .mode4 .code .box .codeBox img {
    width: 110px;
    height: 110px;
  }
  .travel .cen .mode4 .code .icon {
    width: 180px;
  }
}
@media (max-width: 1200px) {
  .travel {
    padding: 3.6rem 0 0;
  }
  .travel .top .scroll p {
    padding-right: 0.8rem;
    font-size: 0.5rem;
    background-size: 0.28rem auto;
  }
  .travel .cen {
    margin-left: 5%;
    padding: 0.9rem 0 0.6rem;
    width: 90%;
  }
  .travel .cen .mode {
    margin-right: 5vw;
    width: 90vw;
    height: calc(100vh - 3.6rem - 1.2rem - 0.9rem - 0.6rem);
    border-radius: 0.2rem;
  }
  .travel .cen .mode .pos {
    top: 1.2rem;
    left: 4%;
    width: 92%;
  }
  .travel .cen .mode .pos .icon {
    margin-bottom: 0.4rem;
    width: 1.16rem;
    height: 1.16rem;
    transform: translateY(50px) rotate(5deg);
  }
  .travel .cen .mode .pos .text {
    line-height: 1.3rem;
    font-size: 0.6rem;
  }
  .travel .cen .mode .pos .text div {
    transform: translateY(50px) rotate(5deg);
  }
  .travel .cen .mode .pos .text p::before {
    bottom: 0.1rem;
    height: 1px;
  }
  .travel .cen .mode4 .text {
    font-size: 0.52rem;
    line-height: 1.1rem;
  }
  .travel .cen .mode4 .text p,
  .travel .cen .mode4 .text b {
    transform: translateY(50px) rotate(5deg);
  }
  .travel .cen .mode4 .code {
    margin-bottom: 2rem;
    width: 12rem;
    height: 8rem;
  }
  .travel .cen .mode4 .code .icon {
    right: 0rem;
    width: 3.3rem;
    transform: translateX(100px) rotate(5deg);
  }
  .travel .cen .mode4 .code .codeBac {
    margin: 0 auto;
    border-radius: 0.3rem;
    background-image: url(../images/mobile/page/travel_4.jpg);
  }
  .travel .cen .mode4 .code .box {
    width: 78%;
  }
  .travel .cen .mode4 .code .box .codeBox {
    padding-bottom: 2rem;
    width: 100%;
  }
  .travel .cen .mode4 .code .box .codeBox p {
    margin-bottom: 0.6rem;
    font-size: 0.5rem;
    text-align: center;
  }
  .travel .cen .mode4 .code .box .codeBox img {
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
  }
  .travelBot {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .travelBot div {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .travelBot a {
    margin: 0 0.2rem;
  }
  .travelBot a.iconA {
    padding-left: 0.6rem;
    background: url(../images/icon/i18.png) left center no-repeat;
    background-size: 0.45rem auto;
  }
}
/*===== p1-1青绿文旅 =====*/
.culture .culTit {
  margin-bottom: 26px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.culture01 {
  position: relative;
  overflow: hidden;
}
.culture01 .left {
  margin-left: 5%;
  width: 58%;
}
.culture01 .left .text {
  margin-bottom: 100px;
  min-height: 108px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.culture01 .right {
  position: absolute;
  right: 5.6%;
  bottom: -10px;
  width: 23.33%;
  max-width: 280px;
}
.culture01 .right .bac {
  width: 100%;
}
.culture01 .right .pos {
  position: absolute;
}
.culture01 .right .pos1 {
  left: 0;
  top: 0;
  width: 100%;
  /* animation-duration: 20s;
            animation-fill-mode: both;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            animation-name: fadeRotate; */
}
.culture01 .right .pos1 img {
  width: 100%;
}
.culture01 .right .pos2 {
  left: 36px;
  top: -68%;
  width: 75.4%;
}
.culture01 .right .pos2 img {
  width: 100%;
}
.culture01 .right .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 24.11%;
  height: 43.62%;
}
.culture01 .right .icon em {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/page/culture01_3.png) left bottom no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1200px) {
  .culture .culTit {
    margin-bottom: 0.7rem;
    font-size: 0.72rem;
  }
  .culture01 .left {
    margin-left: 0%;
    width: 100%;
  }
  .culture01 .left .text {
    margin-bottom: 4.6rem;
    min-height: 1rem;
    font-size: 0.5rem;
    line-height: 1rem;
  }
  .culture01 .right {
    right: 0.5rem;
    bottom: -1rem;
    width: 5.15rem;
    max-width: 5.2rem;
  }
  .culture01 .right .pos2 {
    left: 0.4rem;
    top: -70%;
    width: 4.1rem;
  }
}
.culture02 {
  margin: 0 auto;
  width: 94%;
  height: 720px;
  overflow: hidden;
}
.culture02 .ans {
  position: relative;
  height: 560px;
}
.culture02 .mode {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 16px;
  visibility: visible !important;
  cursor: pointer;
}
.culture02 .mode::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 40px);
  border-radius: 16px;
  content: "";
}
.culture02 .mode .wowFadeInUp50 {
  visibility: visible;
}
.culture02 .mode .ansBac {
  position: relative;
  z-index: 2;
  width: 86%;
}
.culture02 .mode .posSum {
  transition: all 0.5s;
  opacity: 0.7;
  position: absolute;
  right: 3.2%;
  top: 10px;
  width: 50px;
  font-size: 20px;
  text-align: center;
  font-family: "poppinsBold";
}
.culture02 .mode .bor {
  box-sizing: border-box;
  position: relative;
  padding: 80px 6% 80px 8%;
  height: 560px;
}
.culture02 .mode .culTit {
  position: relative;
  z-index: 2;
}
.culture02 .mode1::before {
  left: 4.5%;
  width: 91%;
  z-index: 1;
  background: #fff url(../images/page/culture02_bac1.png) top center no-repeat;
  background-size: cover;
}
.culture02 .mode1 .posSum {
  color: #76e041;
}
.culture02 .mode1 .bor {
  position: relative;
}
.culture02 .mode1 .bor .bac {
  position: absolute;
  left: 2.6%;
  bottom: 0;
  width: 31%;
  max-width: 420px;
  height: 100%;
  background: url(../images/page/culture02_1.gif) center bottom no-repeat;
  background-size: auto 100%;
}
.culture02 .mode1 .list {
  position: relative;
  z-index: 2;
  margin-left: 27%;
}
.culture02 .mode1 .list li {
  padding: 28px 0;
  display: flex;
}
.culture02 .mode1 .list li:nth-child(2) {
  margin-left: 50px;
}
.culture02 .mode1 .list li .tit {
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding: 5px;
  width: 194px;
  border-radius: 40px;
  border: #fff 2px solid;
  background: #ddffdd;
}
.culture02 .mode1 .list li .tit .icon {
  margin-right: 16px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #6bff5d;
}
.culture02 .mode1 .list li .tit .icon img {
  width: 100%;
}
.culture02 .mode1 .list li .tit p {
  font-size: 20px;
  color: #1c6617;
  font-weight: bold;
}
.culture02 .mode1 .list li .text {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px 0 30px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 40px;
  border: #fff 2px solid;
  background: #ddffdd;
}
.culture02 .mode2 {
  z-index: 2;
  margin-top: 40px;
}
.culture02 .mode2::before {
  left: 3%;
  width: 94%;
  background: #fff url(../images/page/culture02_bac2.png) top center no-repeat;
  background-size: cover;
}
.culture02 .mode2 .posSum {
  color: #ffd24f;
}
.culture02 .mode2 .culTit {
  margin-bottom: 16px;
}
.culture02 .mode2 .tit {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.culture02 .mode2 .tit i {
  display: inline-block;
  color: #81721f;
  font-weight: bold;
}
.culture02 .mode2 .next {
  position: relative;
}
.culture02 .mode2 .next .pic {
  margin-left: 31%;
  width: 58%;
}
.culture02 .mode2 .next .pic img {
  width: 100%;
  max-height: 410px;
}
.culture02 .mode2 .next .pos {
  position: absolute;
}
.culture02 .mode2 .next .pos p {
  font-size: 16px;
  line-height: 26px;
  color: #81721f;
}
.culture02 .mode2 .next .pos1 {
  left: 19%;
  top: 17%;
  width: 24%;
}
.culture02 .mode2 .next .pos2 {
  left: 4%;
  top: 63%;
  width: 24%;
}
.culture02 .mode2 .next .pos3 {
  left: 74%;
  top: 74%;
  width: 24%;
}
.culture02 .mode3 {
  z-index: 3;
  margin-top: 80px;
}
.culture02 .mode3::before {
  left: 1.5%;
  width: 97%;
  background: #fff url(../images/page/culture02_bac3.png) top center no-repeat;
  background-size: cover;
}
.culture02 .mode3 .posSum {
  color: #5eabff;
}
.culture02 .mode3 .bor {
  padding-top: 90px;
}
.culture02 .mode3 .culTit {
  margin-bottom: 70px;
  text-align: center;
}
.culture02 .mode3 .next {
  display: flex;
  justify-content: center;
}
.culture02 .mode3 .next .text {
  position: relative;
  z-index: 2;
  width: 39%;
}
.culture02 .mode3 .next .text .textBox {
  margin: 0 auto;
  padding-top: 70px;
  width: 270px;
}
.culture02 .mode3 .next .text b {
  margin-bottom: 26px;
  font-size: 24px;
  color: #3a84d5;
  font-weight: bold;
  text-align: center;
}
.culture02 .mode3 .next .text p {
  font-size: 16px;
  line-height: 30px;
}
.culture02 .mode3 .next .text1 {
  background: url(../images/page/culture02_4.png) right top no-repeat;
  background-size: auto 100%;
}
.culture02 .mode3 .next .text2 {
  margin-left: -3%;
  background: url(../images/page/culture02_6.png) left top no-repeat;
  background-size: auto 100%;
}
.culture02 .mode3 .next .cen {
  position: relative;
  margin-left: -3%;
  width: 28%;
}
.culture02 .mode3 .next .cen .bac {
  width: 100%;
}
.culture02 .mode3 .next .cen .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
}
.culture02 .mode4 {
  z-index: 4;
  margin-top: 120px;
}
.culture02 .mode4::before {
  background: #fff url(../images/page/culture02_bac4.png) top center no-repeat;
  background-size: cover;
}
.culture02 .mode4 .posSum {
  color: #46dbb8;
}
.culture02 .mode4 .culTit {
  margin-bottom: 70px;
}
.culture02 .mode4 .icon {
  position: absolute;
  left: 57%;
  top: 32%;
  width: 7.8%;
}
.culture02 .mode4 .icon img {
  width: 100%;
}
.culture02 .mode4 .next {
  position: relative;
}
.culture02 .mode4 .next b {
  margin-bottom: 14px;
  font-size: 24px;
  color: #3a9580;
  font-weight: bold;
}
.culture02 .mode4 .next p {
  font-size: 20px;
  color: #333;
}
.culture02 .mode2.animated,
.culture02 .mode3.animated,
.culture02 .mode4.animated {
  transition-duration: 1.6s;
  top: 100%;
}
.culture02 .mode2.ansdelay {
  transition-delay: 0.3s;
}
.culture02 .mode3.ansdelay {
  transition-delay: 0.2s;
}
.culture02 .mode4.ansdelay {
  transition-delay: 0.1s;
}
.culture02 .mode2:hover,
.culture02 .mode3:hover,
.culture02 .mode4:hover {
  transform: translateY(-20px);
}
.culture02 .mode.on {
  top: 0;
}
.culture02 .mode.on .posSum {
  transition: all 0.5s;
  top: 64px;
  opacity: 1;
  font-size: 40px;
}
.culture02 .mode.on .wowFadeInUp50 {
  animation: fadeInUp50 1s both;
}
.culture02 .mode.on .culTit {
  animation-delay: 0.3s;
}
.culture02 .mode.on:hover {
  transform: translateY(0);
}
.culture02 .mode.onBox {
  top: 0;
}
.culture02 .mode.onBox:hover {
  transform: translateY(0);
}
.culture02 .mode2.on,
.culture02 .mode2.onBox {
  transition-delay: 0.1s;
}
.culture02 .mode3.on,
.culture02 .mode3.onBox {
  transition-delay: 0.3s;
}
.culture02 .mode4.on,
.culture02 .mode4.onBox {
  transition-delay: 0.5s;
}
.culture02 .mode1.on .bac {
  animation-delay: 1.1s;
}
.culture02 .mode1.on .list li:nth-child(1) {
  animation-delay: 0.5s;
}
.culture02 .mode1.on .list li:nth-child(2) {
  animation-delay: 0.7s;
}
.culture02 .mode1.on .list li:nth-child(3) {
  animation-delay: 0.9s;
}
.culture02 .mode2.on .tit {
  animation-delay: 0.4s;
}
.culture02 .mode2.on .pic {
  animation-delay: 0.6s;
}
.culture02 .mode2.on .pos1 {
  animation-delay: 0.8s;
}
.culture02 .mode2.on .pos2 {
  animation-delay: 1s;
}
.culture02 .mode2.on .pos3 {
  animation-delay: 1.1s;
}
.culture02 .mode3.on .text1 {
  animation-delay: 0.5s;
}
.culture02 .mode3.on .cen {
  animation-delay: 0.8s;
}
.culture02 .mode3.on .text2 {
  animation-delay: 1.1s;
}
.culture02 .mode4.on .next b {
  animation-delay: 0.8s;
}
.culture02 .mode4.on .next p {
  animation-delay: 1.1s;
}
.culture02 .mode4.on .icon {
  animation-delay: 1.5s;
}
@media (max-width: 1200px) {
  .culture02 {
    height: 25.9rem;
  }
  .culture02 .ans {
    height: 20.7rem;
  }
  .culture02 .mode {
    border-radius: 0.3rem;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .culture02 .mode::before {
    display: none;
  }
  .culture02 .mode .posSum {
    right: 4%;
    top: 0;
    width: 2rem;
    line-height: 1.3rem;
    font-size: 0.7rem;
  }
  .culture02 .mode .bor {
    padding: 1.5rem 0.8rem 0 0.8rem;
    height: 22rem;
  }
  .culture02 .mode .ansBac {
    width: 100%;
  }
  .culture02 .mode1 {
    left: 0;
    width: 100%;
    background-image: url(../images/mobile/page/culture02_bac1.png);
  }
  .culture02 .mode1 .bor .bac {
    left: 50%;
    bottom: auto;
    top: 0rem;
    margin-left: -5.5rem;
    width: 11rem;
    height: 11rem;
    background-image: url(../images/page/culture02_1.gif);
  }
  .culture02 .mode1 .list {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin: 5rem 0 0 0;
  }
  .culture02 .mode1 .list li {
    padding: 0;
    width: 31%;
    flex-wrap: wrap;
    align-items: start;
  }
  .culture02 .mode1 .list li:nth-child(2) {
    margin: 1.2rem 0 0;
  }
  .culture02 .mode1 .list li .tit {
    flex-wrap: wrap;
    margin: 0 0 0.3rem 0;
    padding: 0.4rem 0;
    width: 100%;
    height: 2.5rem;
    border-radius: 0.4rem;
  }
  .culture02 .mode1 .list li .tit .icon {
    margin: 0 auto 0.2rem;
    width: 1rem;
    height: 1rem;
  }
  .culture02 .mode1 .list li .tit p {
    width: 100%;
    font-size: 0.48rem;
    text-align: center;
  }
  .culture02 .mode1 .list li .text {
    align-items: start;
    padding: 0.5rem 0.3rem 0.1rem;
    height: 7.6rem;
    font-size: 0.48rem;
    line-height: 0.8rem;
    border-radius: 0.4rem;
  }
  .culture02 .mode1 .list li .text p {
    text-align: justify;
  }
  .culture02 .mode2 {
    left: 0;
    width: 100%;
    margin-top: 1.3rem;
    background-image: url(../images/mobile/page/culture02_bac2.png);
  }
  .culture02 .mode2 .culTit {
    margin-bottom: 0.4rem;
  }
  .culture02 .mode2 .tit {
    font-size: 0.52rem;
  }
  .culture02 .mode2 .next .pic {
    margin: 4.1rem 0 5.1rem;
    width: 100%;
  }
  .culture02 .mode2 .next .pos p {
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .culture02 .mode2 .next .pos1 {
    left: 0;
    top: -34%;
    width: 5rem;
  }
  .culture02 .mode2 .next .pos2 {
    left: 0;
    top: 108%;
    width: 5.3rem;
  }
  .culture02 .mode2 .next .pos3 {
    left: auto;
    right: 0;
    top: 108%;
    width: 5rem;
  }
  .culture02 .mode3 {
    left: 0;
    width: 100%;
    margin-top: 2.6rem;
    background-image: url(../images/mobile/page/culture02_bac3.png);
  }
  .culture02 .mode3 .bor {
    padding-top: 1.6rem;
  }
  .culture02 .mode3 .culTit {
    margin-bottom: 1rem;
    text-align: left;
  }
  .culture02 .mode3 .next {
    display: block;
  }
  .culture02 .mode3 .next .text {
    margin: 0 auto;
    width: 8.5rem;
  }
  .culture02 .mode3 .next .text .textBox {
    margin: 0 auto;
    padding-top: 1.1rem;
    width: 6.4rem;
  }
  .culture02 .mode3 .next .text b {
    margin-bottom: 0.4rem;
    font-size: 0.6rem;
  }
  .culture02 .mode3 .next .text p {
    font-size: 0.48rem;
    line-height: 0.8rem;
  }
  .culture02 .mode3 .next .text1 {
    background: url(../images/mobile/page/culture02_4.png) bottom center no-repeat;
    background-size: 100% auto;
  }
  .culture02 .mode3 .next .text1 .textBox {
    padding-bottom: 1.1rem;
  }
  .culture02 .mode3 .next .text2 {
    margin: -2.1rem auto 0;
    background: url(../images/mobile/page/culture02_6.png) top center no-repeat;
    background-size: 100% auto;
  }
  .culture02 .mode3 .next .cen {
    margin: -0.7rem auto 0;
    width: 8.16rem;
    height: 8.16rem;
    background: url(../images/mobile/page/culture02_5.png) center no-repeat;
    background-size: contain;
  }
  .culture02 .mode3 .next .cen .bac {
    display: none;
  }
  .culture02 .mode3 .next .cen .icon {
    top: 21%;
    transform: translate(-50%, 0);
    width: 4rem;
  }
  .culture02 .mode4 {
    left: 0;
    width: 100%;
    margin-top: 3.9rem;
    background-image: url(../images/mobile/page/culture02_bac4.png);
  }
  .culture02 .mode4 .icon {
    left: 29%;
    top: 47%;
    width: 2.09rem;
  }
  .culture02 .mode4 .next b {
    margin-bottom: 14px;
    font-size: 0.56rem;
  }
  .culture02 .mode4 .next p {
    font-size: 0.52rem;
  }
  .culture02 .mode4 .culTit {
    margin-bottom: 1.8rem;
  }
  .culture02 .mode.on .posSum {
    top: 1.5rem;
    font-size: 1rem;
  }
}
/* .fadeDown100{
    -webkit-animation-name: fadeDown100;
    animation-name: fadeDown100;
}
@-webkit-keyframes fadeDown100 {
    0% {
       top:0;
    }
    100% {
        top:100%;
    }
} */
.culture03 {
  position: relative;
  padding: 120px 0 120px 0;
}
.culture03 .w1400 {
  position: relative;
}
.culture03 .svgBac {
  right: 27%;
  top: 370px;
  width: 100%;
}
.culture03 .svgBac.animated .icon-path {
  animation: icon-path-animation 4.2s linear 0.3s both;
}
.culture03 .text {
  position: relative;
  z-index: 2;
  margin-left: 5.8%;
  padding-bottom: 350px;
}
.culture03 .text .list {
  width: 560px;
}
.culture03 .text .list li {
  float: left;
  width: 50%;
}
.culture03 .text .list li p {
  padding-left: 38px;
  line-height: 46px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  background: url(../images/icon/i45.png) left center no-repeat;
  background-size: 24px auto;
}
.culture03 .phone {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 3;
  right: 10%;
  bottom: 10px;
  padding: 6px;
  border-radius: 50px;
  background: #ddffdd;
}
.culture03 .phone .t {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background: #70df69;
}
.culture03 .phone .t i {
  width: 47px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.culture03 .phone a {
  font-size: 30px;
  color: #333;
  font-family: "poppinsBold";
}
.culture03 .phone em {
  padding-right: 10px;
  font-size: 18px;
  color: #333;
}
.culture03 .posImg {
  position: absolute;
}
.culture03 .posImg .pic {
  width: 100%;
  height: 100%;
  transform: scale(1, 0.9);
}
.culture03 .posImg img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0, 0, 6, 0.16);
}
.culture03 .posImg1 {
  left: 57.6%;
  top: 0;
  z-index: 3;
  transform: rotate(-6deg);
  width: 19%;
}
.culture03 .posImg2 {
  left: 75.6%;
  top: 13%;
  z-index: 2;
  transform: rotate(10deg);
  width: 14%;
}
.culture03 .posImg3 {
  display: none;
}
.culture03 .posImg4 {
  left: 8%;
  top: 53.5%;
  z-index: 1;
  transform: rotate(-6deg);
  width: 16%;
}
@media (max-width: 1200px) {
  .culture03 {
    padding: 2rem 0 0 0;
  }
  .culture03 .svgBac {
    right: 14%;
    top: 16.2rem;
    width: 100%;
  }
  .culture03 .culTit {
    margin-bottom: 1.2rem;
  }
  .culture03 .bac {
    right: 2rem;
    top: 15.5rem;
    height: 1.98rem;
  }
  .culture03 .text {
    margin: 0 0.8rem;
    padding-bottom: 17rem;
  }
  .culture03 .text .list {
    width: 100%;
  }
  .culture03 .text .list li {
    display: flex;
    justify-content: center;
  }
  .culture03 .text .list li p {
    padding-left: 1rem;
    line-height: 1.33rem;
    font-size: 0.52rem;
    background-size: 0.74rem auto;
  }
  .culture03 .phone {
    right: auto;
    left: 50%;
    bottom: 2.2rem;
    margin-left: -4.3rem;
    padding: 0.1rem;
    width: 8.6rem;
    border-radius: 0.9rem;
  }
  .culture03 .phone .t {
    margin-right: 0.3rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .culture03 .phone .t i {
    width: 1rem;
    font-size: 0.46rem;
    line-height: 0.48rem;
  }
  .culture03 .phone a {
    font-size: 0.72rem;
  }
  .culture03 .phone em {
    padding-right: 0;
    font-size: 0.46rem;
  }
  .culture03 .posImg {
    position: absolute;
  }
  .culture03 .posImg .pic {
    width: 100%;
    height: 100%;
    transform: scale(1, 0.9);
  }
  .culture03 .posImg img {
    border-radius: 0.2rem;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 6, 0.16);
  }
  .culture03 .posImg1 {
    left: 34.6%;
    top: 8rem;
    z-index: 2;
    transform: rotate(-6deg);
    width: 4.1rem;
  }
  .culture03 .posImg2 {
    left: 66.5%;
    top: 8.6rem;
    z-index: 3;
    transform: rotate(10deg);
    width: 3.1rem;
  }
  .culture03 .posImg3 {
    display: block;
    left: 8%;
    top: 9rem;
    z-index: 1;
    transform: rotate(-16deg);
    width: 3.7rem;
  }
  .culture03 .posImg4 {
    left: 50%;
    top: auto;
    bottom: 1.6rem;
    transform: translateX(-50%) rotate(0deg);
    width: 4rem;
  }
}
/*===== p1-2 青绿研旅 =====*/
.pageStudy {
  padding-top: 337px;
  overflow-x: hidden;
  background: url(../images/page/study_bac.png) top center no-repeat;
  background-size: 100% auto;
}
.study .culTit {
  margin-bottom: 26px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.study01 {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.study01 .left {
  margin-left: 5%;
  width: 58%;
}
.study01 .left .text {
  margin-bottom: 100px;
  min-height: 108px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.study01 .right {
  position: relative;
  width: 31%;
  max-width: 430px;
}
.study01 .right .pos {
  position: absolute;
}
.study01 .right .pos1 {
  left: 0;
  bottom: 100px;
  width: 160%;
}
.study01 .right .pos1 img {
  width: 100%;
}
@media (max-width: 1200px) {
  .pageStudy {
    padding-top: 4.3rem;
    background-image: url(../images/mobile/page/study_bac.png);
  }
  .study .culTit {
    margin-bottom: 0.7rem;
    font-size: 0.62rem;
  }
  .study01 {
    flex-wrap: wrap;
  }
  .study01 .left {
    margin-left: 0%;
    width: 100%;
  }
  .study01 .left .text {
    margin-bottom: 0;
    min-height: 1rem;
    font-size: 0.5rem;
    line-height: 1rem;
  }
  .study01 .right {
    width: 100%;
    height: 5rem;
  }
  .study01 .right .pos1 {
    left: auto;
    right: 0;
    bottom: -0.5rem;
    width: 7.11rem;
    height: 6.25rem;
  }
  .study01 .right .pos1 img {
    width: 100%;
  }
}
.study02 {
  margin: 0 auto;
  width: 94%;
  height: 680px;
  overflow: hidden;
}
.study02 .ans {
  position: relative;
  height: 560px;
}
.study02 .mode {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 16px;
  visibility: visible !important;
  cursor: pointer;
}
.study02 .mode::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 40px);
  border-radius: 16px;
  content: "";
}
.study02 .mode .wowFadeInUp50 {
  visibility: visible;
}
.study02 .mode .ansBac {
  position: relative;
  z-index: 2;
  width: 86%;
}
.study02 .mode .posSum {
  transition: all 0.5s;
  opacity: 0.7;
  position: absolute;
  right: 3.2%;
  top: 10px;
  width: 50px;
  font-size: 20px;
  text-align: center;
  font-family: "poppinsBold";
}
.study02 .mode .bor {
  box-sizing: border-box;
  position: relative;
  padding: 70px 6% 70px 8%;
  height: 560px;
}
.study02 .mode .culTit {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
}
.study02 .mode .tit {
  line-height: 48px;
  font-size: 20px;
  color: #333;
}
.study02 .mode .tit i {
  display: inline-block;
  color: #ed8b00;
  font-weight: bold;
  font-size: 24px;
}
.study02 .mode1::before {
  left: 4.5%;
  width: 91%;
  background: #fff url(../images/page/study02_bac1.png) top center no-repeat;
  background-size: cover;
}
.study02 .mode1 .posSum {
  color: #ea7373;
}
.study02 .mode1 .next {
  position: relative;
  margin: 0 auto;
  width: 750px;
}
.study02 .mode1 .next .pic {
  padding-top: 99px;
  width: 100%;
}
.study02 .mode1 .next .pic img {
  max-width: 100%;
  max-height: 320px;
}
.study02 .mode1 .next .pos {
  position: absolute;
}
.study02 .mode1 .next .pos p {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: center;
}
.study02 .mode1 .next .pos1 {
  left: -12%;
  top: 22%;
  width: 40%;
}
.study02 .mode1 .next .pos2 {
  left: 39%;
  top: 7%;
  width: 27%;
}
.study02 .mode1 .next .pos3 {
  left: 72%;
  top: 22%;
  width: 45%;
}
.study02 .mode2 {
  z-index: 2;
  margin-top: 40px;
}
.study02 .mode2::before {
  left: 3%;
  width: 94%;
  z-index: 1;
  background: #fff url(../images/page/study02_bac2.png) top center no-repeat;
  background-size: cover;
}
.study02 .mode2 .posSum {
  color: #ffd24f;
}
.study02 .mode2 .bor {
  position: relative;
}
.study02 .mode2 .list {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  padding-left: 35%;
}
.study02 .mode2 .list .bac {
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 31%;
  max-width: 420px;
  height: 100%;
  background: url(../images/page/study02_2.png) center no-repeat;
  background-size: 100% auto;
}
.study02 .mode2 .list li {
  padding: 17px 0;
  display: flex;
}
.study02 .mode2 .list li .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  padding: 5px;
  width: 194px;
  border-radius: 30px;
  border: #ffb560 2px solid;
  background: url(../images/icon/i48.png) top center repeat-x;
  background-size: cover;
}
.study02 .mode2 .list li .tit p {
  font-size: 20px;
  color: #81721f;
  font-weight: bold;
  text-align: center;
}
.study02 .mode2 .list li .text {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 9px 20px 9px 30px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 30px;
  background: #fff8d0;
}
.study02 .mode2 .list li .text p {
  text-align: justify;
}
.study02 .mode3 {
  z-index: 3;
  margin-top: 80px;
}
.study02 .mode3::before {
  left: 1.5%;
  width: 97%;
  background: #fff url(../images/page/study02_bac3.png) top center no-repeat;
  background-size: cover;
}
.study02 .mode3 .bac {
  position: absolute;
  right: 1.5%;
  bottom: -40px;
  width: 31%;
  max-width: 420px;
  height: 100%;
  background: url(../images/page/study02_2.png) right bottom no-repeat;
  background-size: 100% auto;
}
.study02 .mode3 .posSum {
  color: #ffb560;
}
.study02 .mode3 .bor {
  padding-top: 90px;
}
.study02 .mode3 .culTit {
  margin-bottom: 40px;
}
.study02 .mode2.animated,
.study02 .mode3.animated,
.study02 .mode4.animated {
  transition-duration: 1.6s;
  top: 100%;
}
.study02 .mode2.ansdelay {
  transition-delay: 0.2s;
}
.study02 .mode3.ansdelay {
  transition-delay: 0.1s;
}
.study02 .mode2:hover,
.study02 .mode3:hover {
  transform: translateY(-20px);
}
.study02 .mode.on {
  top: 0;
}
.study02 .mode.on .posSum {
  transition: all 0.5s;
  top: 64px;
  opacity: 1;
  font-size: 40px;
}
.study02 .mode.on .wowFadeInUp50 {
  animation: fadeInUp50 1s both;
}
.study02 .mode.on .culTit {
  animation-delay: 0.3s;
}
.study02 .mode.on:hover {
  transform: translateY(0);
}
.study02 .mode.onBox {
  top: 0;
}
.study02 .mode.onBox:hover {
  transform: translateY(0);
}
.study02 .mode2.on,
.study02 .mode2.onBox {
  transition-delay: 0.1s;
}
.study02 .mode3.on,
.study02 .mode3.onBox {
  transition-delay: 0.3s;
}
.study02 .mode1.on .tit {
  animation-delay: 0.4s;
}
.study02 .mode1.on .pic {
  animation-delay: 0.6s;
}
.study02 .mode1.on .pos1 {
  animation-delay: 0.8s;
}
.study02 .mode1.on .pos2 {
  animation-delay: 1s;
}
.study02 .mode1.on .pos3 {
  animation-delay: 1.2s;
}
.study02 .mode2.on .tit {
  animation-delay: 0.4s;
}
.study02 .mode2.on .bac {
  animation-delay: 0.8s;
}
.study02 .mode2.on .list li:nth-child(2) {
  animation-delay: 0.8s;
}
.study02 .mode2.on .list li:nth-child(3) {
  animation-delay: 1s;
}
.study02 .mode2.on .list li:nth-child(4) {
  animation-delay: 1.2s;
}
.study02 .mode3.on .tit p:nth-child(1) {
  animation-delay: 0.6s;
}
.study02 .mode3.on .tit p:nth-child(2) {
  animation-delay: 0.8s;
}
.study02 .mode3.on .tit p:nth-child(3) {
  animation-delay: 1s;
}
@media (max-width: 1200px) {
  .study02 {
    height: 24.6rem;
  }
  .study02 .ans {
    height: 20.7rem;
  }
  .study02 .mode {
    border-radius: 0.3rem;
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .study02 .mode::before {
    display: none;
  }
  .study02 .mode .posSum {
    right: 4%;
    top: 0;
    width: 2rem;
    line-height: 1.3rem;
    font-size: 0.7rem;
  }
  .study02 .mode .bor {
    padding: 1.5rem 0.8rem 0 0.8rem;
    height: 22rem;
  }
  .study02 .mode .ansBac {
    width: 100%;
  }
  .study02 .mode .tit {
    line-height: 0.9rem;
    font-size: 0.5rem;
  }
  .study02 .mode .tit i {
    font-size: 0.52rem;
  }
  .study02 .mode1 {
    left: 0;
    width: 100%;
    background-image: url(../images/mobile/page/study02_bac1.png);
  }
  .study02 .mode1 .next {
    width: 11.1rem;
  }
  .study02 .mode1 .next .pic {
    padding-top: 1.3rem;
  }
  .study02 .mode1 .next .pic img {
    max-height: 9rem;
  }
  .study02 .mode1 .next .pos p {
    font-size: 0.5rem;
    line-height: 0.72rem;
    text-align: justify;
  }
  .study02 .mode1 .next .pos1 {
    left: -3%;
    top: 101%;
    width: 30%;
  }
  .study02 .mode1 .next .pos2 {
    left: 37%;
    top: 108%;
    width: 30%;
  }
  .study02 .mode1 .next .pos3 {
    left: 73%;
    top: 101%;
    width: 28%;
  }
  .study02 .mode2 {
    left: 0;
    width: 100%;
    margin-top: 1.3rem;
    background-image: url(../images/mobile/page/study02_bac2.png);
  }
  .study02 .mode2 .culTit {
    margin-bottom: 0.4rem;
  }
  .study02 .mode2 .tit {
    font-size: 0.52rem;
  }
  .study02 .mode2 .list {
    margin-top: 1.2rem;
    padding: 0 0 6rem 0;
  }
  .study02 .mode2 .list .bac {
    left: 23%;
    bottom: 0;
    width: 54%;
    max-width: 100%;
    height: 6rem;
    background: url(../images/page/study02_2.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .study02 .mode2 .list li {
    padding: 0.21rem 0;
  }
  .study02 .mode2 .list li .tit {
    margin-right: 0.25rem;
    padding: 5px;
    width: 2.5rem;
    border-radius: 0.4rem;
    background-image: url(../images/icon/i48.png);
  }
  .study02 .mode2 .list li .tit p {
    line-height: 0.72rem;
    font-size: 0.52rem;
  }
  .study02 .mode2 .list li .text {
    padding: 0.3rem 0.5rem;
    font-size: 0.48rem;
    line-height: 0.72rem;
    border-radius: 0.4rem;
  }
  .study02 .mode3 {
    left: 0;
    width: 100%;
    margin-top: 2.6rem;
    background-image: url(../images/mobile/page/study02_bac3.png);
  }
  .study02 .mode3 .bac {
    position: absolute;
    right: 1.5%;
    bottom: -40px;
    width: 31%;
    max-width: 420px;
    height: 100%;
    background: url(../images/page/study02_2.png) right bottom no-repeat;
    background-size: 100% auto;
  }
  .study02 .mode3 .bor {
    padding-top: 1.6rem;
  }
  .study02 .mode3 .culTit {
    margin-bottom: 1rem;
    text-align: left;
  }
  .study02 .mode.on .posSum {
    top: 1.3rem;
    font-size: 1rem;
  }
}
.study03 {
  padding: 100px 0 80px;
}
.study03 .next {
  justify-content: center;
}
.study03 .next .code i {
  margin-top: 13px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
@media (max-width: 1200px) {
  .study03 {
    padding: 2rem 0 3rem;
  }
  .study03 .next .code i {
    margin-top: 0.2rem;
    font-size: 0.34rem;
  }
}
