body {
  /* width: 100%;
	height: 100%; */
  background: url(../img/background.png);
  color: black;
  /* overflow: hidden; */
}

.img {
  display: block;
  width: 100%;
  /* background: url(../img/banner.png); */
  /* padding-bottom: 5; */
  /* min-width: 500px; */
  /* height: 500px; */
}

.book {
  position: relative;
  z-index: 2;
  width: 1032px;
  height: 469px;
  margin: 0 auto;
  background: url(../img/book.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -120px;
  margin-bottom: 25px;
}

.book-title {
  color: white;
  padding: 0 20px;
  font-size: 20px;
  padding-top: 140px;
  line-height: 40px;
}

/* 标题 */
.title-text {
  font-size: 30px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  font-weight: 500;
  letter-spacing: 2px;
  margin-left: -62px;
}

.title {
  position: relative;
  margin: 0 auto;
  width: 180px;
  height: 15px;
  background: #49b598;
}

/* 政策 */

.policy {
  background: rgb(207, 234, 227, 0.5);
  /* min-width: 1024px; */
  /* width: 50%; */
  margin: 0 auto;
  width: 1132px;
  padding: 25px;
  border: 2px solid rgb(227, 242, 235);
  margin-top: 60px;
}

.policy .banne2 {
  margin-top: 10px;
  font-size: 18px;
}

.policy .banne2 .content {
  display: block;
  position: relative;
  padding: 10px 0;
  color: #47b598;
  border-bottom: white 2px solid;
  cursor: pointer;
}

.policy .banne2 .content .text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
}

.zc-arrow {
  position: absolute;
  background: url(../img/arrow-green.png) no-repeat;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  right: -18px;
  top: 50%;
}

.arrow-black {
  background: url(../img/arrow-black.png) no-repeat;
  background-size: 100% 100%;
}

.content:last-child {
  border-bottom: none !important;
}

.policy .banne2 .content:hover {
  color: black;
}

.content:hover > .zc-arrow {
  background: url(../img/arrow-black.png) no-repeat;
  background-size: 100% 100%;
}

/* .content:visited > .zc-arrow {
  background: url(../img/arrow-black.png) no-repeat;
  background-size: 100% 100%;
} */

/* 行情 */

.market-title {
  margin-top: 100px;
  margin-bottom: 50px;
}

.market {
  margin: 0 auto;
  width: 90%;
}

.market-content {
  /* padding: 0 200px; */
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 100px;
}

.market-banne2 {
  display: block;
  width: 220px;
  margin: 0 50px;
  background: white;
  transition: transform 0.5s;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.market-banne2:hover {
  color: #009472;
  transform: scale(1.1);
}

.market-img {
  display: block;
  width: 100%;
  height: 250px;
}

.market-text {
  font-size: 18px;
  padding: 10px;
}

.more {
  /* display: block;
	margin: 0 auto; */
  font-size: 16px;
  padding-bottom: 5px;
  text-align: center;
  color: #47b598;
}

.mt-10 {
  margin-top: 50px;
}

.mt-20 {
  margin-top: 100px;
}

.trend {
  width: 60%;
  padding: 50px 20px;
  margin: 20px auto;
  background: #d2e9e3;
  border: 2px solid rgb(227, 242, 235);
  margin-top: 70px;
  margin-bottom: 70px;
}

/* 轮播 */
.swiper-container {
  position: relative;
  width: 80%;
  padding: 0 40px;
  height: 400px;
  margin-top: 10px;
}

.swiper-slide {
  display: block;
  text-align: center;
  font-size: 18px;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  /* display: flex; */
  /* justify-content: center;
  align-items: center; */
  transition: 300ms;
  transform: scale(0.8) !important;
  cursor: pointer;

}

.swiper-slide:hover {
  color: #009472;
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1) !important;
}

.swiper-button-next {
  background: url(../img/arrow-swiper.png) no-repeat !important;
}

.swiper-button-next3 {
  background: url(../img/arrow-swiper.png) no-repeat !important;
}

.swiper-button-prev {
  background: url(../img/arrow-swipe.png) no-repeat !important;
}

.swiper-button-prev3 {
  background: url(../img/arrow-swipe.png) no-repeat !important;
}

.swiper-img {
  display: block;
  width: 100%;
  height: 200px;
  background-size: 100% 100%;
}

.swiper-text {
  padding: 10px 10px;
  height: 110px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom {
  position: absolute;
  height: 20px;
  width: 100%;
  bottom: 0;
  background: #47b598;
}

.stand {
  margin-top: 70px;
  padding-top: 20px;
  overflow: hidden;
}

.stand-content {
  display: flex;
  justify-content: center;
  padding-right: 195px;
  position: relative;
}

.stand-line {
  width: 2px;
  height: 450px;
  margin-top: -200px;
  background: #47b598;
}

.line-left {
  transform: rotate(45deg) translate(16px, -43px);
}

.line-right {
  transform: rotate(44deg) translate(50px, -37px);
}

.stand-box {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  background: white;
  transform: rotate(45deg);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0 40px;
  cursor: pointer;
  transition: all 0.3s;
}

.stand-text {
  display: block;
  position: absolute;
  text-align: center;
  font-size: 16px;
  width: 140px;
  top: 45px;
  left: 0;
  color: black;
  transform: rotate(-45deg);
}

.stand-text:hover {
  color: #49b598;
  transform: rotate(-45deg);
}

.stand-box:hover {
  transform: scale(1.1) rotate(45deg);
}

.stand-img {
  position: absolute;
  width: 210px;
  height: 210px;
  transform: rotate(-45deg);
  top: -190px;
  left: -30px;
}

.stand-left {
  left: -5px;
  top: 34px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-200 {
  margin-bottom: 200px;
}

.swiper-pagination {
  display: none;
}

/* .stand-phone-content{
  display: none;
} */

/* 1032 */
@media screen and (max-width: 1000px) {
  .swiper-pagination {
    display: block;
  }

  .book {
    width: 660px;
    height: 330px;
    margin-top: -70px;
  }

  .book-title {
    color: white;
    font-size: 14px;
    padding-top: 90px;
    line-height: 25px;
  }

  .policy {
    width: 80%;
  }

  /* .market-img{
    height: 200px !important;
  } */

  .stand-content {
    display: none;
  }

  .market {
    width: 100%;
  }

  .market-content {
    width: 95%;
    /* padding: 5px; */
  }

  .market-banne2 {
    margin-left: 2px;
    margin-right: 2px;
  }

  .market-img {
    height: 135px;
  }

  .stand-phone-content {
    /* display: block; */
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .mb-200 {
    margin-bottom: 20px;
  }

  .stand-phone-img {
    display: block;
    width: 335px;
    height: 95px;
    margin: 0 10px;
    margin-bottom: 15px;
  }

  .phone-img1 {
    background: url(../img/jw-long.png) no-repeat;
    background-size: 100% 100%;
  }

  .phone-img2 {
    background: url(../img/st-long.png) no-repeat;
    background-size: 100% 100%;
  }

  .phone-img3 {
    background: url(../img/ls-long.png) no-repeat;
    background-size: 100% 100%;
  }

  .phone-img4 {
    background: url(../img/jb-long.png) no-repeat;
    background-size: 100% 100%;
  }

  .phone-img5 {
    background: url(../img/lqj-long.png) no-repeat;
    background-size: 100% 100%;
  }

  .swiper-box1{
    display: none;
  }

  .swiper-container2 {
    /* margin:0 20px; */
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
  }

  .phone-swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

  }

  .phone-s {
    display: block;
    height: 305px !important;
  }

  .swiper-pagination-bullet-active {
    background: white !important;
  }
}

.swiper-box2{
  display: none;
}

@media screen and (max-width: 768px) {
  .img {
    /* min-width: auto; */
    width: 100%;
    height: 140px;
    background-size: 100% 100%;
  }

  .book {
    display: none;
  }

  .book-phone {
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    width: 90%;
    height: 255px;
    background: url(../img/book-mini.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -50px;
    z-index: 2;
  }

  .policy {
    background: none;
    border: none;
    width: 96%;
    padding: 0;
  }

  .content {
    border-bottom: 0 !important;
    background: #cbe6e0;
    border: 2px solid rgb(227, 242, 235);
    padding: 4px !important;
    margin-bottom: 10px;
  }

  .content .text {
    text-overflow: normal !important;
    overflow: visible !important;
    white-space: normal !important;
    padding-right: 20px !important;
    line-height: 26px;
    font-size: 16px;
    color: #009472;
  }

  .zc-arrow {
    /* display: none; */
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateX(-50%);
    right: 5px;
  }

  .market-content {
    padding-bottom: 0;
  }

  .market-text {
    font-size: 14px;
  }

  .more {
    font-size: 12px;
  }

  .trend {
    width: 98%;
    overflow: hidden;
    padding: 10px 0;
    padding-top: 20px;
  }

  .mb-50 {
    margin-bottom: 16px;
  }

  .swiper-box2{
    display: block;
  }

  .swiper-container {
    display: block;
    height: 200px;
    padding: 20px 0;
    width: 100%;
    /* margin: 0 20px; */
    box-sizing: border-box;
  }

  .swiper-container3 {
    display: block;
    position: relative;
    height: 200px;
    padding: 20px 0;
    width: 100%;
    /* margin: 0 20px; */
    box-sizing: border-box;
  }

  .swiper-slide {
    /* width: 100px !important; */
    font-size: 14px;
  }

  .swiper-text {
    height: 30px;
    font-size: 10px;
  }

  .swiper-img {
    height: 100px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    background-size: 100% 100% !important;
    width: 10px !important;
    height: 14px !important;
    margin-top: -7px !important;
  }

  .swiper-button-next3,
  .swiper-button-prev3 {
    background-size: 100% 100% !important;
    width: 10px !important;
    height: 14px !important;
    margin-top: -7px !important;
  }

  .swiper-button-next {
    right: 0 !important;
  }

  .swiper-button-next3 {
    position:absolute;
    right: 0 !important;
    top:50% !important;
  }

  .swiper-button-prev {
    left: 0 !important;
  }

  .swiper-button-prev3 {
    position:absolute;
    left: 0 !important;
    top:50% !important;
  }

  .trend{
    background-color: initial;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .stand{
    margin-top: 0;
    background: #d2e9e3;
    border: 2px solid rgb(227, 242, 235);
    padding: 20px 0;
    margin-bottom: 50px;
  }

  .bottom {
    height: 5px;
  }

  .three-space {
    overflow: hidden;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 13px;
  }

  /* .swiper-pagination{
    display: block;
    width: 100px !important;
    height: 50px;
    background: #47b598;
  } */

  .phone-s {
    display: block;
    height: 155px !important;
  }
}