.jh-banner {
  height: calc(100vh - 1rem);
  /*padding-top: 1rem;*/
  position: relative;
  background-color: #DADADA;
  z-index: 2;
}

.jh-banner .swiper-container {
  height: 100%;
}

.jh-banner .swiper-slide {
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  color: #fff;
  font-size: 1rem;
}

.jh-banner .swiper-slide .picture {
  display: none;
}

.jh-banner .swiper-slide .picture img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.jh-banner .swiper-slide .desc {
  position: absolute;
  top: 27.66%;
  left: 8.333%;
}

.jh-banner .swiper-slide .desc .text {
  font-size: 0.6rem;
  color: #ffffff;
  padding-bottom: 0.6rem;
}

.jh-banner .swiper-slide .desc a.link-to {
  display: block;
  width: 1.72rem;
  height: 0.56rem;
  border-radius: 0.56rem;
  border: 1px #ffffff solid;
  line-height: 0.54rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.16rem;
  transition: all 0.3s;
}

.jh-banner .swiper-slide .desc a.link-to:hover {
  background-color: #ffffff;
  color: #0942B6;
  font-size: 0.18rem;
}

.jh-banner .swiper-dots {
  position: absolute;
  top: 0;
  bottom: 1.23rem;
  right: 0;
  width: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jh-banner .swiper-dots .dot {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0.1rem 0;
  overflow: hidden;
  position: relative;
}

.jh-banner .swiper-dots .dot .m {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jh-banner .swiper-dots .dot .pg-wrap {
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.01rem;
  position: relative;
}

.jh-banner .swiper-dots .dot .pg-wrap .board {
  width: 0.15rem;
  height: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.jh-banner .swiper-dots .dot .pg-wrap .board.r {
  left: unset;
  right: 0;
}

.jh-banner .swiper-dots .dot .pg-wrap .board .pgs {
  width: 0.3rem;
  height: 0.3rem;
  border: 2px transparent solid;
  border-radius: 50%;
  position: absolute;
  top:0;
  -webkit-transform: rotate(45deg);
  /*opacity: 0;*/
}

.jh-banner .swiper-dots .dot.on .pg-wrap .board .pgs.right {
  border-bottom: 2px #ffffff solid;
  border-left: 2px #ffffff solid;
  right: 0;
  /*transition: all 5s;*/
  /*background-color: #DADADA;*/
  /*-webkit-animation: circleProgressLoad_right 5s linear 0 ;*/
  animation-name: circleProgressLoad_right;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  /*animation-play-state: paused;*/
}

.jh-banner .swiper-dots .dot.on .pg-wrap .board .pgs.left {
  border-top: 2px #ffffff solid;
  border-right: 2px #ffffff solid;
  left: 0;
  /*transition: all 5s linear 5s;*/
  animation-name: circleProgressLoad_right;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 4.9s;
  /*animation-play-state: paused;*/
}

.jh-banner .advt {
  /*
  width: 11rem;
  max-width: 57.5%;
  */
  width: 57.5%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  padding: 0 0.5rem;
  z-index: 3;
}

.jh-banner .advt .item {
  height: 1.23rem;
  flex-basis: 33.3333%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jh-banner .advt .item .num {
  font-size: 0.5rem;
  color: #ED6D00;
  font-family: 'GothamBold';
}

.jh-banner .advt .item .des {
  padding: 0 0 0 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.16rem;
}

.jh-banner .advt .item .des .uni {
  color: #ED6D00;
  font-weight: 600;
}

.jh-banner .advt .item .des .text {
  color: #787B7F;
}


.jh-news {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.jh-news .box {
  padding: 0.7rem 0 0 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.16rem;
}

.jh-news .box .topic {
  flex-basis: 41%;
}

.jh-news .box .topic .picture {
  clear: both;
  position: relative;
}

.jh-news .box .topic .picture img {
  display: block;
  margin: 0;
  max-width: 100%;
}

.jh-news .box .topic .picture .title {
  height: 0.8rem;
  line-height: 0.8rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0.3rem;
  font-size: 0.26rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.jh-news .box .topic .picture .title a {
  color: #ffffff;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.jh-news .box .topic .desc {
  color: #787B7F;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0.15rem 0 0.2rem 0;
  clear: both;
}

.jh-news .box a.more {
  display: inline-block;
  padding: 0 0 0 0.15rem;
  position: relative;
}

.jh-news .box a.more:before {
  content: '/';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #AAAAAA;
  transition: all 0.3s;
}

.jh-news .box a.more:link, .jh-news .box a.more:visited {
  color: #aaaaaa;
}

.jh-news .box a.more:hover, .jh-news .box a.more:active {
  color: #0942B6;
}

.jh-news .box a.more:hover:before {
  color: #0942B6;
  transform: rotate(-22deg) translateY(-53%);
}

.jh-news .box .lst {
  flex-basis: 49%;
}

.jh-news .box .lst .item {
  display: flex;
  justify-content: space-between;
}

.jh-news .box .lst .item .info {
  flex-basis: 51%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.jh-news .box .lst .item .info .title, .jh-news .box .lst .item .info .desc {
  width: 100%;
}

.jh-news .box .lst .item .info .title {
  font-size: 0.24rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.jh-news .box .lst .item .info .desc {
  color: #787B7F;
  line-height: 0.33rem;
  margin: 0.1rem 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jh-news .box .lst .item .picture {
  flex-basis: 42%;
}

.jh-news .box .lst .item .picture img {
  display: block;
  width: 100%;
  margin: 0;
}

.jh-news .box .lst .line {
  clear: both;
  margin: 0.38rem 0;
  height: 1px;
  background-color: #ECECED;
  overflow: hidden;
}


.jh-product {
  position: relative;
}

.jh-product .sec-name {
  position: absolute;
  left: 1.6rem;
  top: 0.8rem;
  right: 1.6rem;
  z-index: 2;
}

.jh-product .item {
  flex-basis: 50%;
  flex-shrink: 0;
  position: relative;
}

.jh-product .item .info {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-30%);
}

.jh-product .item .info .name {
  font-size: 0.36rem;
  font-weight: 600;
  color: #2F2F2F;
}

.jh-product .item .info .desc {
  font-size: 0.24rem;
  line-height: 0.38rem;
  padding: 0.5rem 0;
  color: #ED6D00;
}

.jh-product .item .info a.sk-button {
  margin-top: 1rem;
}

.jh-product .item .picture {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}

.jh-product .item .picture img {
  display: block;
  margin: 0;
  max-width: 100%;
}


.jh-about {
  padding-top: 1.6rem;
  padding-bottom: 2rem;
  background-image: url('../images/index_about_bg.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.jh-about .hd, .jh-about .bd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}

.jh-about .box {
  flex-basis: 48%;
  flex-shrink: 0;
  font-size: 0.16rem;
  line-height: 0.32rem;
}

.jh-about .bd {
  clear: both;
  margin-top: 2rem;
  align-items: flex-end;
}

.jh-about .hd .sec-name .name .en {
  color: #ffffff;
}

.jh-about .bd .box {
  display: flex;
  justify-content: space-between;
  line-height: unset;
}

.jh-about .bd .box .item .t {
  font-size: 0.56rem;
  font-family: 'GothamBold';
  color: #FF841C;
  padding-bottom: 0.1rem;
  display: flex;
  align-items: center;
}

.jh-about .bd .box .item .t span {
  font-size: 0.3rem;
  font-family: '微软雅黑';
  font-weight:bold;
  margin-left:0.1rem;
}

.jh-about .bd .box .item .s {}


.jh-network {
  clear: both;
  position: relative;
}

.jh-network .flex {
  justify-content: space-between;
}

.jh-network .box {
  padding-right: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.jh-network .box .info {
  line-height: 0.32rem;
  padding-top: 1rem;
  font-size: 0.16rem;
}

.jh-network .jh-sells-map {
  flex-basis: 64%;
  flex-shrink: 0;
  margin-right: -0.6rem;
  margin-top: -0.12rem;
}

.jh-network .pop-layer {
  width: 30%;
  position: absolute;
  top: 50%;
  transform: translateY(-30%);
  right: 0;
  background-color: #ffffff;
  z-index: 2;
  box-shadow: 0 0.03rem 0.3rem 0 rgba(7, 0, 1, 0.08);
  padding: 0.4rem 1rem 0.4rem 0.7rem;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.jh-network .pop-layer .item {
  flex-basis: 50%;
  flex-shrink: 0;
  padding: 0.2rem 0;
}

.jh-network .pop-layer .item .num {
  font-size: 0.46rem;
  color: #ED6D00;
  font-family: 'GothamBold';
  padding-bottom: 0.05rem;
}

.jh-network .pop-layer .item .text {
  font-size: 0.16rem;
}


.jh-partner {
  clear: both;
  padding-top: 0.2rem;
  padding-bottom: 0.6rem;
}

.jh-partner .hd {
  /*border-bottom: 3px #EFF2F5 solid;*/
  position: relative;
  font-size: 0;
}

.jh-partner .hd:after {
  content: '';
  position: absolute;
  height: 3px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #EFF2F5;
}

.jh-partner .hd .name {
  display: inline-block;
  padding: 0 0.8rem 0 0;
  font-size: 0.18rem;
  color: #787B7F;
  border-bottom: 3px #ED6D00 solid;
  position: relative;
  z-index: 2;
}

.jh-partner .hd .name span {
  display: none;
}

.jh-partner .bd {
  clear: both;
  padding: 0.8rem 0 0.8rem 0;
  position: relative;
}

.jh-partner .bd img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.jh-partner .bd .swiper-pagination {
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}

.jh-partner .bd .swiper-pagination-bullet {
  margin: 0 0.05rem;
}

.jh-partner .bd .img2 {
  display: none;
}

.jh-partner .bd a:hover .img1 {
  display: none;
}

.jh-partner .bd a:hover .img2 {
  display: block;
}

#jh-network-index {
  background-image: url('../images/network-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#jh-network-index .sec-name {
  justify-content: center;
  text-align: center;
}

#jh-network-index .desc {
  clear: both;
  font-size: 0.16rem;
  color: #787B7F;
  text-align: center;
  padding: 0.4rem 0;
}

.jh-network-number-roll {
  padding-top: 1.2rem;
  /*padding-bottom: 1.2rem;*/
  display: flex;
  /*justify-content: space-around;*/
}

.jh-network-number-roll .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  position: relative;
}

.jh-network-number-roll .item .a {
  /*
  display: flex;
  align-items: flex-start;
  */
  position: relative;
}

.jh-network-number-roll .item .a .n {
  font-family: 'GothamBold';
  font-size: 0.8rem;
  color: #ED6D00;
}

.jh-network-number-roll .item .a .t {
  position: absolute;
  bottom: 100%;
  left: 70%;
  height: 0.3rem;
  line-height: 0.3rem;
  border-radius: 0.15rem;
  padding: 0 0.15rem;
  font-size: 0.14rem;
  font-weight: bold;
  background-color: #ECEFF5;
  color: #787B7F;
  margin-left: 0.1rem;
  margin-top: 0.15rem;
}

.jh-network-number-roll .item .a .t:after {
  content: '';
  width:0;
  height:0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #ECEFF5;
  position: absolute;
  z-index: -1;
  top: 90%;
  left: 20%;
  transform: rotate(30deg);
}

.jh-network-number-roll .item .b {
  font-size: 0.2rem;
  padding-top: 0.1rem;
  color: #787B7F;
}
