* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #000;
}
html,
body {
  height: 100%;
}
.body {
  background-color: #f1f5f4;
  min-width: 800px;
  height: 100%;
  overflow-y: auto;
}
.body .head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 800px;
  height: 0.45rem;
  z-index: 1000;
}
.body .head .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
}
.body .head .real {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  height: 100%;
  width: 100%;
}
.body .head .real a img {
  height: 0.26rem;
}
.body .head .real .second a {
  font-size: 16px;
  color: #5c5c5c;
  margin: 0 15px;
}
.body .head .real .second a.active {
  color: #31aae2;
}
.body .head .real .second a:hover {
  color: #31aae2;
}
.body .head .real .second a::after {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100px;
  background: #5c5c5c;
  display: inline-block;
  position: relative;
  bottom: 4px;
  left: 15px;
}
.body .lunbo {
  position: relative;
  height: 100vh;
  padding-top: 0.45rem;
}
.body .lunbo .swiper {
  height: calc(100vh - 0.45rem);
  width: 100%;
}
.body .lunbo .swiper-pagination {
  bottom: 50px;
}
.body .lunbo .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.body .lunbo .img1 {
  background-image: url('../img/zhuye_jpg_1.jpg');
}
.body .lunbo .img2 {
  background-image: url('../img/zhuye_jpg_2.jpg');
}
.body .lunbo .tip {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 10px;
}
.body .lunbo .tip::after {
  content: '';
  position: absolute;
  left: calc(50% - 4px);
  bottom: 20px;
  width: 6px;
  height: 6px;
  border-bottom: #fff 1px solid;
  border-left: #fff 1px solid;
  transform: rotate(-45deg);
}
.body .content {
  width: 6.5rem;
  margin: 0.6rem auto 0;
}
.body .contentTip {
  word-spacing: 5px;
  letter-spacing: 3px;
  padding-left: 0.06rem;
}
.body .contentTip .first {
  color: #2c2e31;
  font-size: 0.12rem;
  position: relative;
}
.body .contentTip .first::before {
  content: '';
  position: absolute;
  border-left: 3px solid #31aae2;
  height: 0.14rem;
  left: -0.06rem;
  top: 0.01rem;
}
.body .contentTip .second {
  color: #818384;
  font-size: 0.12rem;
  font-weight: 700;
}
.body .cpjs .box {
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}
.body .cpjs .box .item {
  width: 30%;
}
.body .cpjs .box .item:hover .first .yc {
  opacity: 1;
}
.body .cpjs .box .item .first {
  width: 100%;
  height: 1.1rem;
  position: relative;
}
.body .cpjs .box .item .first img {
  width: 100%;
  height: 100%;
}
.body .cpjs .box .item .first .yc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.body .cpjs .box .item .first .yc .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #31aae2;
  opacity: 0.8;
}
.body .cpjs .box .item .first .yc .text {
  color: #fff;
  position: relative;
  font-size: 0.12rem;
  padding: 0.18rem;
}
.body .cpjs .box .item .second {
  display: flex;
  align-items: center;
  background: #fff;
  height: 0.32rem;
  padding: 0 0.05rem;
}
.body .cpjs .box .item .second img {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.05rem;
}
.body .cpjs .box .item .second div {
  font-size: 0.12rem;
}
.body .cpjs .box .item .second.sbc {
  justify-content: space-between;
}
.body .cpjs .box .item .second.sbc a {
  color: #2440b3;
  text-decoration: underline;
}
.body .gsjs .box {
  margin-top: 0.2rem;
}
.body .gsjs .box .img img {
  width: 100%;
}
.body .gsjs .box .tet {
  padding: 0.15rem 0.06rem;
}
.body .gsjs .box .tet .text {
  color: #646464;
  font-size: 0.11rem;
  text-align: justify;
  text-indent: 0.24rem;
  margin-bottom: 0.06rem;
}
.body .jrwm .box {
  margin-top: 0.2rem;
}
.body .jrwm .box .img img {
  width: 100%;
}
.body .jrwm .box .text {
  color: #646464;
  font-size: 0.11rem;
  text-align: justify;
  margin-bottom: 0.06rem;
  padding: 0.15rem 0.06rem;
}
.body .swhz .box {
  margin-top: 0.2rem;
  color: #646464;
  text-align: justify;
}
.body .swhz .box div {
  font-size: 0.11rem;
}
.body .wb {
  background-color: #3b3b3b;
  margin-top: 0.6rem;
}
.body .wb .box {
  width: 6.5rem;
  height: 1rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.body .wb .box > img {
  height: 0.6rem;
  margin-right: 0.4rem;
}
.body .wb .box div {
  color: #5e5e60;
  font-size: 0.1rem;
}
.body .wb .box div a {
  color: #5e5e60;
  font-size: 0.1rem;
}
