.jh-page-banner {
  clear: both;
  position: relative;
  /*padding-top: 1rem;*/
  z-index: 1;
}

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

.jh-page-banner .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
  color: #ffffff;
}

.jh-page-banner .box .cn {
  font-size: 0.5rem;
  padding-top: 0.1rem;
}

.jh-page-banner .box .en {
  font-size: 0.48rem;
  font-family: 'GothamBold';
}

.jh-page-sub-navs {
  clear: both;
  position: relative;
  z-index: 2;
  padding: 0 1.6rem;
  margin-top: -0.92rem;
}

.jh-page-sub-navs .box {
  display: flex;
  /*justify-content: space-between;*/
  background-color: #ffffff;
  position: relative;
}

.jh-page-sub-navs .box a {
  flex: 1;
  height: 0.92rem;
  line-height: 0.92rem;
  font-size: 0.18rem;
  background-color: #ffffff;
  color: #2F2F2F;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
}

.jh-page-sub-navs .box a.on, .jh-page-sub-navs .box a:hover {
  background-color: #ED6D00;
  color: #ffffff;
}

.jh-page-sub-navs .box:after {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #E9E9E9;
}

.jh-thumb-lst {
  clear: both;
  padding: 0.4rem 0;
}

.jh-thumb-lst ul {
  margin: 0 -0.4rem;
  font-size: 0;
}

.jh-thumb-lst ul li {
  display: inline-block;
  width: 33.333333%;
  padding: 0.4rem;
}

.jh-thumb-lst ul li a {
  background-color: #ffffff;
  position: relative;
  border-bottom: 1px #E6E6E6 solid;
  transition: all 0.3s;
  display: block;
}

.jh-thumb-lst ul li a:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  background-color: #ED6D00;
  transition: all 0.3s;
}

.jh-thumb-lst ul li a .picture {
  clear: both;
}

.jh-thumb-lst ul li a .picture img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.jh-thumb-lst ul li a .info {
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.jh-thumb-lst ul li a .info .time {
  font-size: 0.16rem;
  color: #B4B4B4;
}

.jh-thumb-lst ul li a .info .name {
  font-size: 0.2rem;
  color: #2F2F2F;
  margin-top: 0.1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.jh-thumb-lst ul li a .info .arrow {
  width: 0.21rem;
  height: 0.05rem;
  background-image: url('../images/icon-arrow-right-2.png');
  background-repeat: no-repeat;
  background-size: 0.21rem;
  background-position: 0;
  margin-top: 0.5rem;
  transition: all 0.3s;
}

.jh-thumb-lst ul li a:hover {
  box-shadow: 0 0 0.3rem 0.02rem rgba(7, 0, 1, 0.26);
}

.jh-thumb-lst ul li a:hover:after {
  width: 100%;
}

.jh-thumb-lst ul li a:hover .info .arrow {
  margin-left: 0.15rem;
}


#jh-product {
  background-color: #F7F8FA;
  padding-top: 0.6rem;
}

#jh-product .category {
  clear: both;
  font-size: 0;
}

#jh-product .category span, #jh-product .category a {
  display: inline-block;
  margin-right: 0.5rem;
  line-height: 0.3rem;
  font-size: 0.14rem;
  color: #787B7F;
}

#jh-product .category a.on, #jh-product .category a:hover {
  color: #ED6D00;
}

#jh-product .search-box {
  clear: both;
  padding: 0.4rem 0 0;
}

#jh-product .search-box .m {
  background-color: #fff;
  height: 0.44rem;
  border-radius: 0.22rem;
  width: 3rem;
  display: flex;
  justify-content: space-between;
}

#jh-product .search-box .m .a {
  width: 0.6rem;
  height: 0.44rem;
  background-image: url('../images/icon-search.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.15rem;
  cursor: pointer;
  flex-shrink: 0;
}

#jh-product .search-box .m input, #jh-product .search-box .m input:focus {
  flex-grow: 1;
  padding: 0 0.2rem;
  font-size: 0.14rem;
  height: 0.44rem;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
}

.jh-product-lst {
  clear: both;
  padding: 0.4rem 0;
}

.jh-product-lst ul {
  margin: 0 -0.32rem;
  font-size: 0;
}

.jh-product-lst ul li {
  display: inline-block;
  width: 50%;
  padding: 0.32rem;
}

.jh-product-lst ul li a {
  background-color: #ffffff;
  position: relative;
  /*border-bottom: 1px #E6E6E6 solid;*/
  transition: all 0.3s;
  padding: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jh-product-lst ul li a:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  background-color: #ED6D00;
  transition: all 0.3s;
}

.jh-product-lst ul li a .picture {
  flex-basis: 38%;
  flex-shrink: 0;
}

.jh-product-lst ul li a .picture img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.jh-product-lst ul li a .info {
  padding-left: 0.6rem;
  flex-grow: 1;
}

.jh-product-lst ul li a .info .name {
  font-size: 0.24rem;
  color: #ED6D00;
}

.jh-product-lst ul li a .info .tips {
  font-size: 0.16rem;
  color: #2F2F2F;
  padding: 0.1rem 0 0.3rem 0;
}

.jh-product-lst ul li a .info .params p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0.3rem;
  font-size: 0.14rem;
  padding: 0 0.06rem;
  color: #787B7F;
}

.jh-product-lst ul li a .info .params p:nth-child(even) {
  background-color: #F6F6F6;
}

.jh-product-lst ul li a:hover {
  box-shadow: 0 0 0.3rem 0.02rem rgba(7, 0, 1, 0.26);
}

.jh-product-lst ul li a:hover:after {
  width: 100%;
}


.jh-pro-dt-hd {
  padding-top: 0.6rem;
  padding-bottom: 1.14rem;
  background-image: url('../images/banner/pro-dt-hd_bg.jpg');
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
}

.jh-pro-dt-hd .position {
  clear: both;
  display: flex;
  justify-content: space-between;
  font-size: 0.14rem;
}

.jh-pro-dt-hd .position ul {
  display: flex;
  justify-content: flex-start;
}

.jh-pro-dt-hd .position ul li {
  padding-right: 0.2rem;
  position: relative;
}

.jh-pro-dt-hd .position ul li+li:before {
  content: '>';
  position: absolute;
  left: -0.15rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.14rem;
}

.jh-pro-dt-hd .position .nav-back {
  display: inline-block;
  padding-left: 0.3rem;
  background-image: url('../images/icon_nav_back.png');
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 0.17rem;
}

.jh-pro-dt-hd .box {
  clear: both;
  padding-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jh-pro-dt-hd .box .picture {
  flex-basis: 35.5%;
  flex-shrink: 0;
}

.jh-pro-dt-hd .box .picture img {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.jh-pro-dt-hd .box .info {
  padding-left: 1.6rem;
  flex: 1;
}

.jh-pro-dt-hd .box .info .name {
  font-size: 0.4rem;
  color: #ED6D00;
  font-family: Arial;
  font-weight: 600;
}

.jh-pro-dt-hd .box .info .tips {
  font-size: 0.2rem;
  padding-top: 0.1rem;
  color: #2F2F2F;
}

.jh-pro-dt-hd .box .info .params {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.6rem;
}

.jh-pro-dt-hd .box .info .params li {
  flex: 1;
  font-size: 0.16rem;
}

.jh-pro-dt-hd .box .info .params li span {
  display: block;
  padding: 0.06rem 0;
  color: #787B7F;
}

.jh-pro-dt-hd .box .info .line {
  height: 1px;
  clear: both;
  overflow: hidden;
  margin: 0.6rem 0;
  background-color: #e2e2e2;
}

.jh-pro-dt-hd .box .info .contact {
  font-size: 0;
}

.jh-pro-dt-hd a.sk-button{
  padding: 0 0.25rem 0 0.55rem;
  font-size: 0.2rem;
  font-weight: 600;
  font-family: Arial;
}

.jh-pro-dt-hd a.sk-button:after {
  display: none;
}

.jh-pro-dt-hd a.sk-button:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.25rem;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url('../images/icon_contact_phone.png');
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0.2rem;
}


.jh-pro-dt-bd {
  clear: both;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.jh-pro-dt-bd .box {
  display: flex;
  justify-content: space-between;
}

.jh-pro-dt-bd .box .main-side {
  /*
  flex-basis: 0.8rem;
  flex-shrink: 0;
  */
  flex-grow: 1;
  padding-right: 1.6rem;
}

.jh-pro-dt-bd .box .main-side ul.hd {
  height: 1rem;
  display: flex;
  position: relative;
}

.jh-pro-dt-bd .box .main-side ul.hd:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #DDE0E4;
}

.jh-pro-dt-bd .box .main-side ul.hd > li {
  padding-right: 0.5rem;
  font-size: 0.2rem;
  line-height: 1rem;
}

.jh-pro-dt-bd .box .main-side ul.hd > li > a {
  display: block;
  position: relative;
}

.jh-pro-dt-bd .box .main-side ul.hd > li.on > a {
  font-size: 0.24rem;
  font-weight: 400;
}

.jh-pro-dt-bd .box .main-side ul.hd > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #ED6D00;
}

.jh-pro-dt-bd .box .main-side ul.hd > li.on > a:after {
  width: 100%;
}

.jh-pro-dt-bd .box .main-side .info {
  clear: both;
  padding: 0.6rem 0;
  font-size: 0.16rem;
  color: #787B7F;
}

.jh-pro-dt-bd .box .main-side .info .sq {
  padding: 0.2rem 0;
  /*line-height: 0.36rem;*/
}

.jh-pro-dt-bd .box .main-side .info .sq p{

line-height: 0.36rem;
}


.jh-pro-dt-bd .box .main-side .info .sq img {
  max-width: 100% !important;
}

.jh-pro-dt-bd .box .main-side .info .sq ul {
  padding: 0.1rem 0;
}

.jh-pro-dt-bd .box .main-side .info .sq ul > li {
  padding-left: 0.2rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  position: relative;
}

.jh-pro-dt-bd .box .main-side .info .sq ul > li:before {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #ED6D00;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.jh-pro-dt-bd .box .main-side .nav-up-down {
  padding: 0.4rem 0;
  position: relative;
  display: flex;
}

.jh-pro-dt-bd .box .main-side .nav-up-down:before {
  content: '';
  height: 1px;
  background-color: #DDE0E4;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.jh-pro-dt-bd .box .main-side .nav-up-down .prev, .jh-pro-dt-bd .box .main-side .nav-up-down .next {
  flex-shrink: 0;
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 0.14rem;
}

.jh-pro-dt-bd .box .main-side .nav-up-down .next {
  align-items: flex-end;
}

.jh-pro-dt-bd .box .main-side .nav-up-down .arrow {
  padding-left: 0.28rem;
  background-image: url('../images/icon-arrow-to.png');
  background-repeat: no-repeat;
  background-size: 0.18rem;
  background-position: 0 0.05rem;
  padding-bottom: 0.1rem;
}

.jh-pro-dt-bd .box .main-side .nav-up-down .next .arrow {
  padding-left: 0;
  padding-right: 0.28rem;
  background-position: 100% 0.05rem;
  background-image: url('../images/icon-arrow-to-next.png');
}

.jh-pro-dt-bd .box .main-side .nav-up-down .go-back {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  font-size: 0;
}

.jh-pro-dt-bd .box .main-side .nav-up-down .go-back a {
  display: inline-block;
  clear: both;
  height: 0.52rem;
  line-height: 0.52rem;
  border-radius: 0.26rem;
  padding: 0 0.3rem;
  font-size: 0.16rem;
  color: #787B7F;
  background-color: #ffffff;
  border: 1px #DDE0E4 solid;
  transition: all 0.3s;
}

.jh-pro-dt-bd .box .main-side .nav-up-down .go-back a:hover {
  background-color: #0942B6;
  border: 1px #0942B6 solid;
  color: #ffffff;
}


.jh-pro-dt-bd .box .others-side {
  flex-basis: 3.2rem;
  flex-shrink: 0;
}

.jh-pro-dt-bd .box .others-side .named {
  font-size: 0.2rem;
  color: #787B7F;
  line-height: 1rem;
}

.jh-pro-dt-bd .box .others-side .lst {
  clear: both;
}

.jh-pro-dt-bd .box .others-side .lst .item {
  padding-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jh-pro-dt-bd .box .others-side .lst .item .picture {
  flex-basis: 1.06rem;
  flex-shrink: 0;
}

.jh-pro-dt-bd .box .others-side .lst .item .picture img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.jh-pro-dt-bd .box .others-side .lst .item .info {
  padding-left: 0.3rem;
  flex-grow: 1;
}

.jh-pro-dt-bd .box .others-side .lst .item .info .t {
  font-family: Arial;
  font-size: 0.18rem;
  color: #ED6D00;
  /*font-weight: bold;*/
}

.jh-pro-dt-bd .box .others-side .lst .item .info .s {
  padding-top: 0.15rem;
  font-size: 0.14rem;
  color: #787B7F;
}


.jh-support-stand-box {
  background-color: #F7F8FA;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  display: flex;
  justify-content: space-between;
}

.jh-support-stand-box .item {
  flex: 1;
  display: flex;
  align-items: center;
}

.jh-support-stand-box .item .icon {
  width: 0.46rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
}

.jh-support-stand-box .item .icon img {
  display: block;
  margin: 0;
  max-width: 100%;;
}

.jh-support-stand-box .item .sd .named {
  font-size: 0.2rem;
  color: #000000;
}

.jh-support-stand-box .item .sd .en {
  font-size: 0.14rem;
  font-family: Arial;
  color: #9C9C9C;
  padding-top: 0.05rem;
}


#jh-std-container {
  clear: both;
}

.jh-dev-part-one {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
  justify-content: space-between;
}

.jh-dev-part-one .box {
  flex-basis: 46%;
  flex-shrink: 0;
}

.jh-dev-part-one .box.for-services {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.jh-dev-part-one .box .named {
  font-size: 0.48rem;
  font-weight: 600;
  /*color: #2F2F2F;*/
}

.jh-dev-part-one .box .named-en {
  font-family: Arial;
  color: #C4C6CD;
  font-size: 0.16rem;
  line-height: 0.28rem;
  font-weight: 600;
}

.jh-dev-part-one .box ul.dpt {
  clear: both;
  margin-top: 1rem;
  font-size: 0;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
}

.jh-dev-part-one .box ul.dpt li {
  display: inline-block;
  width: 33.3333%;
  padding: 0.3rem 0;
}

.jh-dev-part-one .box ul.dpt li.first {
  width: 100%;
}

.jh-dev-part-one .box ul.dpt li .icon {
  flex-basis: 0.48rem;
  flex-shrink: 0;
}

.jh-dev-part-one .box ul.dpt li .icon img {
  margin: 0;
  max-width: 100%;
}

.jh-dev-part-one .box ul.dpt li .desc {
  flex-grow: 1;
  padding-left: 0.2rem;
}

.jh-dev-part-one .box ul.dpt li .desc .name {
  font-size: 0.2rem;
  font-weight: 600;
  color: #000000;
}

.jh-dev-part-one .box ul.dpt li .desc .en {
  color: #989898;
  font-size: 0.12rem;
  font-family: Arial;
  padding-top: 0.1rem;
}

.jh-dev-part-one .box .icon-row {
  clear: both;
}

.jh-dev-part-one .box .icon-row .item {
  flex-basis: 0.68rem;
  flex-shrink: 0;
}

.jh-dev-part-one .box .icon-row .item img {
  margin: 0;
  max-width: 100%;
}

.jh-dev-part-one .box .num-roll {
  display: flex;
  justify-content: space-between;
}

.jh-dev-part-one .box .num-roll.for-services {
  margin-top: 1rem;
}

.jh-dev-part-one .box .num-roll .item {
  flex-shrink: 0;
}

.jh-dev-part-one .box .num-roll .item .n {
  font-size: 0.6rem;
  color: #0942B6;
  font-family: 'GothamBold';
}

.jh-dev-part-one .box .num-roll .item .cn {
  font-size: 0.16rem;
  color: #787B7F;
  padding-top: 0.1rem;
}

.jh-dev-part-one .box .profile {
  clear: both;
  margin-top: 1.1rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #787B7F;;
}

.jh-dev-part-one .box .profile.for-services {
  margin-top: 0;
}

.jh-dev-part-one .box .profile p {
  padding: 0.1rem 0;
}

.jh-dev-part-application {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1.12rem;
}

.jh-dev-part-application .picture {
  flex-basis: 46%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.jh-dev-part-application .picture img {
  margin: 0;
  max-width: 100%;
}

.jh-dev-part-application .picture .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 1.2rem;
  padding: 0.3rem 1rem 0.3rem 1.2rem;
  text-align: right;
  color: #787B7F;
  line-height: 0.3rem;
  background-color: #ffffff;
  font-size: 0.16rem;
}

.jh-dev-part-application .applicationItem {
  display: none;
}

.jh-dev-part-application .box {
  flex-grow: 1;
  padding-left: 1.4rem;
  /*padding: 0 1.6rem 0 1.4rem;*/
}

.jh-dev-part-application .box .named .cn {
  font-size: 0.48rem;
  /*font-weight: 600;*/
  color: #2F2F2F;
}

.jh-dev-part-application .box .named .en {
  font-size: 0.18rem;
  color: #C4C6CD;
  padding-top: 0.1rem;
  font-family: 'GothamBold';
}

.jh-dev-part-application .box .lst {
  clear: both;
  margin-top: 0.4rem;
  padding-right: 0.2rem;
  height: 5.3rem;
  overflow-y: scroll;
}

.jh-dev-part-application .box .lst::-webkit-scrollbar {
  width: 0.04rem;
}
.jh-dev-part-application .box .lst::-webkit-scrollbar-track {
  background-color: transparent;
  -webkit-border-radius: 0.02rem;
  -moz-border-radius: 0.02rem;
  border-radius: 0.02rem;
}
.jh-dev-part-application .box .lst::-webkit-scrollbar-thumb {
  background-color: #ED6D00;
  -webkit-border-radius: 0.02rem;
  -moz-border-radius: 0.02rem;
  border-radius: 0.02rem;
}

.jh-dev-part-application .box .lst .item {
  margin-top: 0.1rem;
}

.jh-dev-part-application .box .lst .item .row {
  height: 0.78rem;
  display: flex;
  justify-content: space-between;
  border: 1px #DDE0E4 solid;
  align-items: center;
  padding: 0 0.5rem;
  position: relative;
  transition: background-color 0.3s;
  cursor: pointer;
}

.jh-dev-part-application .box .lst .item .row:before {
  content: '';
  position: absolute;
  left: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  border: 0.05rem solid transparent;
  border-right-color: #ffffff;
}

.jh-dev-part-application .box .lst .item .n {
  font-size: 0.18rem;
  font-weight: 500;
  color: #000000;
  transition: color 0.3s;
}

.jh-dev-part-application .box .lst .item .s {
  font-size: 0.16rem;
  color: #ED6D00;
  transition: color 0.3s;
}

.jh-dev-part-application .box .lst .item.on .row, .jh-dev-part-application .box .lst .item:hover .row {
  background-color: #ED6D00;
  border: 1px #ED6D00 solid;
}

.jh-dev-part-application .box .lst .item.on .n, .jh-dev-part-application .box .lst .item:hover .n, .jh-dev-part-application .box .lst .item.on .s, .jh-dev-part-application .box .lst .item:hover .s {
  color: #ffffff;
}

.jh-dev-part-application .box .lst .item .photo {
  position: relative;
  display: none;
}

.jh-dev-part-application .box .lst .item .photo .des {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.1rem;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0.16rem;
  color: #333;
}

.jh-dev-part-research {
  padding-top: 1.12rem;
  padding-bottom: 1.12rem;
  background-color: #F7F8FA;
}

.jh-dev-part-research .box {
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}

.jh-dev-part-research .box .picture {
  flex-basis: 46%;
  flex-shrink: 0;
}

.jh-dev-part-research .box .picture img {
  max-width: 100%;
  margin: 0;
}

.jh-dev-part-research .box .intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0.2rem 1.5rem 0.2rem 1rem;
}

.jh-dev-part-research .box .intro .cont {
  padding-top: 0.8rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #787B7F;
}

.jh-dev-part-research .box .intro .cont span.mark {
  color: #ED6D00;
}


.jh-services-support {
  clear: both;
  background-image: url('../images/support_bg.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.jh-services-support .box {
  width: 43%;
}

.jh-services-support .box .lst {
  clear: both;
  margin-top: 0.6rem;
}

.jh-services-support .box .lst .item {
  background-color: #ffffff;
  margin-top: 0.15rem;
  padding: 0.3rem 0.5rem;
  display: flex;
  justify-content: space-between;
}

.jh-services-support .box .lst .item .name {
  font-size: 0.2rem;
  color: #ED6D00;
  font-weight: 600;
  flex-shrink: 0;
}

.jh-services-support .box .lst .item .intro {
  flex-grow: 1;
  padding-left: 0.5rem;
  color: #787B7F;
  line-height: 0.3rem;
  font-size: 0.16rem;
}


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

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

.jh-services-promise .item+.item:before {
  content: '';
  position: absolute;
  width: 1px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #E7E7E7;
}

.jh-services-promise .item .a {
  /*
  display: flex;
  align-items: flex-start;
  */
  position: relative;
}

.jh-services-promise .item .a .n {
  font-family: 'GothamBold';
  font-size: 0.7rem;
  color: #ED6D00;
}

.jh-services-promise .item .a .t {
  position: absolute;
  bottom: 100%;
  left: 50%;
  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-services-promise .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-services-promise .item .b {
  font-size: 0.16rem;
  padding-top: 0.1rem;
  color: #787B7F;
}

.jh-phone-call {
  clear: both;
  font-size: 0;
  display: flex;
  justify-content: center;
}

.jh-phone-call .box {
  display: inline-flex;
  align-items: center;
  border: 3px #EEEFF1 solid;
  height: 0.85rem;
  padding: 0 0.4rem;
  border-radius: 0.425rem;
}

.jh-phone-call .box .icon {
  width: 0.42rem;
}

.jh-phone-call .box .icon img {
  max-width: 100%;
  margin: 0;
}

.jh-phone-call .box .text {
  font-size: 0.18rem;
  padding: 0 0.3rem;
  margin-right: 0.3rem;
  position: relative;
  color: #62656A;
  font-weight: 600;
}

.jh-phone-call .box .text:after {
  content: '';
  width: 1px;
  background-color: #D1D4DA;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.jh-phone-call .box .phone {
  font-size: 0.42rem;
  color: #62656A;
  font-weight: 600;
}

.jh-std-feedback {
  /*padding-top: 1rem;*/
  padding-bottom: 1rem;
}

.jh-std-feedback .part-named {
  text-align: center;
}

.jh-std-feedback ul {
  clear: both;
  margin: 0.3rem -0.1rem 0.3rem -0.1rem;
  font-size: 0;
}

.jh-std-feedback ul li {
  display: inline-block;
  width: 33.333333%;
  padding: 0.1rem;
}

.jh-std-feedback ul li.area {
  width: 100%;
}

.jh-std-feedback ul li .ipt {
  height: 0.76rem;
  background-color: #F7F8FA;
  padding: 0 0.5rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.16rem;
  color: #787B7F;
}

.jh-std-feedback ul li .ipt input, .jh-std-feedback ul li .ipt input:focus {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  margin: 0;
}

.jh-std-feedback ul li .ipt input {
  flex-grow: 1;
  padding: 0 0.2rem;
  font-size: 0.16rem;
}

.jh-std-feedback ul li .ipt .n, .jh-std-feedback ul li .ipt .m {
  flex-shrink: 0;
}

.jh-std-feedback ul li .ipt .m {
  color: #ED6D00;
}

.jh-std-feedback ul li .ip-area {
  background-color: #F7F8FA;
  padding: 0.5rem;
  font-size: 0.16rem;
  color: #787B7F;
}

.jh-std-feedback ul li .ip-area textarea, .jh-std-feedback ul li .ip-area textarea:focus {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  margin: 0;
  width: 100%;
}

.jh-std-feedback .actions {
  clear: both;
  display: flex;
  justify-content: center;
}

.jh-std-feedback .actions .button {
    border:none;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.18rem;
  color: #ffffff;
  padding: 0 0.8rem;
  margin: 0 0.12rem;
  border-radius: 0.3rem;
  background-color: #787B7F;
  cursor: pointer;
  transition: background-color 0.3s;
}

.jh-std-feedback .actions .button.submit {
  background-color: #ED6D00;
}

.jh-std-feedback .actions .button:hover {
  background-color: #05307D;
}


.jh-services-finance {
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}

.jh-services-finance .box {
  display: flex;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.jh-services-finance .box .item {
  flex-basis: 43.2%;
  flex-shrink: 0;
}

.jh-services-finance .box .item img {
  max-width: 100%;
  margin: 0;
}

.jh-services-finance .box .item.cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.jh-services-finance .box .item.cont .no {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'GothamBold';
  font-size: 1.16rem;
  color: #F7F8FA;
}

.jh-services-finance .box .named {
  font-size: 0.32rem;
  color: #000000;
  font-weight: 600;
}

.jh-services-finance .box .line {
  width: 0.8rem;
  height: 0.05rem;
  background-color: #ED6D00;
  margin: 0.5rem 0;
}

.jh-services-finance .box .info {
  font-size: 0.18rem;
  line-height: 0.36rem;
  color: #787B7F;
}


.jh-std-advantage {
  clear: both;
  padding-top: 1.12rem;
  padding-bottom: 1.12rem;
  background-color: #F7F8FA;
}

.jh-std-advantage .part-named {
  text-align: center;
}

.jh-std-advantage .box {
  clear: both;
  margin-top: 0.8rem;
  margin-left: -0.32rem;
  margin-right: -0.32rem;
  display: flex;
}

.jh-std-advantage .box .item {
  flex-basis: 25%;
  flex-shrink: 0;
  padding: 0.32rem;
}

.jh-std-advantage .box .item .panel {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  padding: 0.4rem;
  transition: background-color 0.3s;
}

.jh-std-advantage .box .item .panel:before {
  content: '';
  height: 0.06rem;
  background-color: #0942B6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.jh-std-advantage .box .item .panel .icon {
  width: 0.52rem;
  height: 0.52rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5rem;
  transition: all 0.3s;
}

.jh-std-advantage .box .item .panel .named {
  font-size: 0.24rem;
  color: #2F2F2F;
  margin: 0.35rem 0;
  font-weight: 600;

  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

  transition: color 0.3s;
}

.jh-std-advantage .box .item .panel .jh-intro-style {
  transition: color 0.3s;
}

.jh-std-advantage .box .item.a .panel .icon {
  background-image: url('../images/icon_advantage_01.png');
}

.jh-std-advantage .box .item.b .panel .icon {
  background-image: url('../images/icon_advantage_02.png');
}

.jh-std-advantage .box .item.c .panel .icon {
  background-image: url('../images/icon_advantage_03.png');
}

.jh-std-advantage .box .item.d .panel .icon {
  background-image: url('../images/icon_advantage_04.png');
}

.jh-std-advantage .box .item:hover .panel {
  background-color: #0942B6;
}

.jh-std-advantage .box .item.a:hover .panel .icon {
  background-image: url('../images/icon_advantage_01_on.png');
}

.jh-std-advantage .box .item.b:hover .panel .icon {
  background-image: url('../images/icon_advantage_02_on.png');
}

.jh-std-advantage .box .item.c:hover .panel .icon {
  background-image: url('../images/icon_advantage_03_on.png');
}

.jh-std-advantage .box .item.d:hover .panel .icon {
  background-image: url('../images/icon_advantage_04_on.png');
}

.jh-std-advantage .box .item:hover .panel .named, .jh-std-advantage .box .item:hover .panel .jh-intro-style {
  color: #ffffff;
}


.jh-services-train .part-named {
  text-align: center;
}

.jh-services-train .box {
  clear: both;
  display: flex;
}

.jh-services-train .box .item.picture {
  flex-basis: 46%;
  flex-shrink: 0;
}

.jh-services-train .box .item.picture img {
  margin: 0;
  max-width: 100%;
}

.jh-services-train .box .item.info {
  padding-left: 1.6rem;
  margin-right: 0.75rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background-image: url('../images/train-bg.png');
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 4rem;
}

.jh-services-train .box .item.info .named {
  font-size: 0.3rem;
  color: #ED6D00;
  font-weight: 600;
}

.jh-services-train .box .item.info .text {
  font-size: 0.18rem;
  color: #2F2F2F;
  line-height: 0.36rem;
}

.jh-services-train .box .item.info .text p {
  padding: 0.15rem 0;
}

.jh-services-train .box .item.info a.sk-button{
  padding: 0 0.25rem 0 0.55rem;
  font-size: 0.2rem;
  font-weight: 600;
  font-family: Arial;
}

.jh-services-train .box .item.info a.sk-button:after {
  display: none;
}

.jh-services-train .box .item.info a.sk-button:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.25rem;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url('../images/icon_contact_phone.png');
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0.2rem;
}

.jh-services-network {
  position: relative;
  z-index: 9;
}

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

.jh-services-network .box .item.map {
  flex-basis: 56.325%;
  flex-shrink: 0;
  padding-right: 0.12rem;
  position: relative;
}

.jh-services-network .box .item.map img {
  margin: 0;
  max-width: 100%;
}

.jh-services-network .box .item.info {
  flex-grow: 1;
  padding-right: 2rem;
}

.jh-services-network .box .item.info .named {
  font-size: 0.48rem;
  font-weight: 600;
}

.jh-services-network .box .item.info .name-en {
  font-size: 0.18rem;
  color: #C4C6CD;
  padding: 0.4rem 0;
  font-weight: 600;
}

.jh-services-network .box .item.info .line {
  width: 0.8rem;
  height: 0.05rem;
  background-color: #ED6D00;
}

.jh-services-network .box .item.info .text {
  font-size: 0.16rem;
  color: #2F2F2F;
  line-height: 0.36rem;
  margin-top: 1rem;
}

.jh-services-network .box .item.info .text p {
  padding: 0.15rem 0;
}

.jh-services-network .jh-sites-lst {
  /*position: relative;
  z-index: 999;*/
}

.jh-services-network .jh-sites-lst .lst-panel {
  margin-top: 0.5rem;
  font-size: 0;
}

.jh-services-network .jh-sites-lst .lst-panel ul {
  margin: -0.075rem;
}

.jh-services-network .jh-sites-lst .lst-panel ul li {
  display: inline-block;
  width: 20%;
  padding: 0.075rem;
}

.jh-services-network .jh-sites-lst .lst-panel ul li .clear {
  position: relative;
}

.jh-services-network .jh-sites-lst .lst-panel ul li .a {
  /*
  height: 0.6rem;
  line-height: 0.6rem;
  */
  background-color: #F7F8FA;
  position: relative;
  background-image: url('../images/icon_addr_normal.png');
  background-position: 0.24rem;
  background-repeat: no-repeat;
  background-size: 0.12rem;
  padding: 0.2rem 0 0.2rem 0.56rem;
  font-size: 0.16rem;
  color: #2F2F2F;
  transition: background-color 0.3s, color 0.3s;
}

.jh-services-network .jh-sites-lst .lst-panel ul li .a:after {
  content: '';
  position: absolute;
  right: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.15rem;
  height: 2px;
  background-color: #D5DAE0;
  transition: background-color 0.3s;
}

.jh-services-network .jh-sites-lst .lst-panel ul li:hover .a {
  background-color: #0942B6;
  background-image: url('../images/icon_addr_focus.png');
  color: #ffffff;
}

.jh-services-network .jh-sites-lst .lst-panel ul li:hover .a:after {
  background-color: #ffffff;
}

.jh-services-network .jh-sites-lst .lst-panel ul li .b {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #0942B6;
  padding: 0.3rem;
  line-height: 0.3rem;
  color: #ffffff;
  font-size: 0.14rem;
  display: none;
  z-index: 99;
}

.jh-std-network-dots {
  display: flex;
  justify-content: space-between;
  clear: both;
  position: relative;
  z-index: 1;
}

.jh-std-network-dots .panel {
  flex-basis: 36%;
  flex-shrink: 0;
  height: 8rem;
  background-color: #F7F8FA;
  position: relative;
  /*box-shadow: 0.1rem -0.1rem 0.25rem rgba(0, 0, 0, 0.1);*/
  box-shadow: 0 0.01rem 0.15rem 0.01rem rgba(0, 0, 0, 0.13);
  z-index: 9;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.jh-std-network-dots .panel .hd {
  padding: 0.6rem 0.5rem 0 1.6rem;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}

.jh-std-network-dots .panel .hd .target {
  position: relative;
  clear: both;
}

.jh-std-network-dots .panel .hd ul {
  margin: -0.075rem;
  font-size: 0;
}

.jh-std-network-dots .panel .hd ul li {
  display: inline-block;
  width: 50%;
  padding: 0.075rem;
}

.jh-std-network-dots .panel .hd ul li.keyword {
  width: 100%;
}

.jh-std-network-dots .panel .hd .ipt {
  height: 0.55rem;
  line-height: 0.55rem;
  background-color: #ffffff;
  border-radius: 0.275rem;
  border: 1px #BFBFBF solid;
  padding: 0 0.3rem;
  cursor: pointer;
  /*
  display: flex;
  justify-content: space-between;
  */
  background-image: url('../images/select-arrow-down.png');
  background-repeat: no-repeat;
  background-size: 0.18rem;
  background-position: 90%;
  font-size: 0.18rem;
  position: relative;
  /* 溢出隐藏 */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.jh-std-network-dots .panel .hd .keyword .ipt span {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  /*background-color: #2F2F2F;*/
  cursor: pointer;
}

.jh-std-network-dots .panel .hd input, .jh-std-network-dots .panel .hd input:focus {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  height: 0.53rem;
  font-size: 0.18rem;
  width: 100%;
}

.jh-std-network-dots .panel .hd ul li.keyword .ipt {
  background-image: url('../images/icon-search.png');
  background-size: 0.2rem;
  background-position: 95%;
}

.jh-std-network-dots .panel .hd .result {
  line-height: 0.5rem;
  font-size: 0.18rem;
  color: #787B7F;
  text-indent: 0.15rem;
}

.jh-std-network-dots .panel .hd .result span {
  color: #ED6D00;
}

.jh-std-network-dots .panel .bd {
  flex-grow: 1;
  /*background-color: #fff;*/
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.jh-std-network-dots .panel .bd .item {
  padding: 0.25rem 0.5rem 0.25rem 1.6rem;
  border-bottom: 1px #E7E7E8 solid;
  transition: background-color 0.3s;
  cursor: pointer;
}

.jh-std-network-dots .panel .bd .item.on, .jh-std-network-dots .panel .bd .item:hover {
  background-color: #ffffff;
}

.jh-std-network-dots .panel .bd .item .named {
  font-size: 0.18rem;
  color: #2f2f2f;
}

.jh-std-network-dots .panel .bd .item .info {
  padding-top: 0.1rem;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #787B7F;
}

.jh-std-network-dots .panel .bd .scroll-box {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow-y: scroll;
}

.jh-std-network-dots .map {
  flex-grow: 1;
  position: relative;
  z-index: 8;
}

.jh-std-network-dots .map #jh-map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.jh-std-selector-wrap {
  position: absolute;
  top: 0.75rem;
  left: 0;
  right: 0;
  display: flex;
  z-index: 999;
}

.jh-std-selector-wrap#by-city {
  left: calc(50% + 0.075rem);
  right: unset;
  width: 100%;
}

.jh-std-selector-wrap .parents, .jh-std-selector-wrap .children {
  flex-basis: calc(50% - 0.075rem);
  flex-shrink: 0;
  background-color: #ffffff;
  padding: 0.24rem 0 0.24rem 0;
  overflow-y: scroll;
  max-height: 5rem;
  display: none;
  z-index: 9;
}

.jh-std-selector-wrap .parents {
  border-radius: 0.15rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
}

.jh-std-selector-wrap .children {
  border-radius: 0 0.15rem 0.15rem 0;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
}

.jh-std-selector-wrap .parents.focus {
  border-radius: 0.15rem 0 0 0.15rem;
}

.jh-std-selector-wrap .parents.on, .jh-std-selector-wrap .children.on {
  display: block;
}

.jh-std-selector-wrap .item {
  font-size: 0.16rem;
  line-height: 0.38rem;
  color: #2f2f2f;
  padding: 0 0.22rem 0 0.23rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.jh-std-selector-wrap .item.on, .jh-std-selector-wrap .item:hover {
  background-color: #f6f6f6;
  color: #0942B6;
}


.jh-dot-info-window {
  width: 31%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 0.3rem;
  z-index: 96;
}

.jh-dot-info-window .picture {
  clear: both;
}

.jh-dot-info-window .picture img {
  margin: 0;
  max-width: 100%;
}

.jh-dot-info-window .info {
  clear: both;
  padding: 0.2rem 0;
}

.jh-dot-info-window .info .named {
  padding-bottom: 0.1rem;
  font-size: 0.2rem;
  color: #2F2F2F;
}

.jh-dot-info-window .info .text {
  /*line-height: 0.32rem;*/
  font-size: 0.18rem;
  color: #787B7F;
  clear: both;
}

.jh-dot-info-window .info .text p {
  padding: 0.025rem 0;
}

.jh-dot-info-window .clear {
  font-size: 0;
}

.jh-dot-info-window .sk-button {
  width: 100%;
}

.jh-std-network-wap {}

.wrap-mask {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1.5rem;
  padding-top: 1rem;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.wrap-mask .tips {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  color: #2F2F2F;
}

.wrap-mask .tips span {
  color: #ED6D00;
}

.wrap-mask .tips .icon {
  margin-left: 0.1rem;
  transform: rotate(-180deg);
}

.jh-dot-lst-wap {
  position: absolute;
  z-index: 99;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  height: 3rem;
  transition: height 0.3s;
  overflow: hidden;
  display: none;
  /*display: block;*/
}

.jh-dot-lst-wap.on {
  height: 9rem;
  overflow-y: scroll;
}

.jh-dot-lst-wap .box .hd {
  height: 0.55rem;
  line-height: 0.55rem;
  background-color: #ffffff;
  border-radius: 0.275rem;
  border: 1px #BFBFBF solid;
  padding: 0 0.3rem 0 0.3rem;
  background-image: url('../images/icon-search.png');
  background-repeat: no-repeat;
  background-size: 0.2rem;
  background-position: 95%;
  font-size: 0.18rem;
  transition: padding 0.3s;
  position: relative;
}

.jh-dot-lst-wap.on .box .hd {
  padding: 0 0.3rem 0 0.5rem;
}


.jh-dot-lst-wap .box .hd span {
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  /*background-color: #2F2F2F;*/
  cursor: pointer;
}

.jh-dot-lst-wap .box .hd .back {
  width: 0.55rem;
  height: 0.55rem;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  background-image: url('../images/back.png');
  background-position: center;
  background-size: 0.2rem;
  background-repeat: no-repeat;
  /*background-color: #2F2F2F;*/
  cursor: pointer;
}

.jh-dot-lst-wap .box .hd input, .jh-dot-lst-wap .box .hd input:focus {
  border: none;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  height: 0.53rem;
  font-size: 0.18rem;
  width: 100%;
}

.jh-dot-lst-wap .box .bd {
  padding: 0.1rem 0 0.5rem 0;
}

.jh-dot-lst-wap .box .bd .item {
  background-color: #ffffff;
  padding: 0.2rem;
  margin: 0.05rem 0;
  clear: both;
  overflow: hidden;
}

.jh-dot-lst-wap .box .bd .item .named {
  font-size: 0.2rem;
}

.jh-dot-lst-wap .box .bd .item .row {
  display: flex;
  justify-content: space-between;
  padding-top: 0.15rem;
  font-size: 0.175rem;
}

.jh-dot-lst-wap .box .bd .item .row .text {
  color: #787B7F;
  flex-grow: 1;
  padding-right: 0.2rem;
}

.jh-dot-lst-wap .box .bd .item .row .links {
  flex-shrink: 0;
  display: flex;
}

.jh-dot-lst-wap .box .bd .item .row .links a {
  display: inline-flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  font-size: 0.14rem;
  padding: 0 0 0 0.1rem;
}

.jh-dot-lst-wap .box .bd .item .row .links a .icon {
  width: 0.25rem;
}

/*.jh-dot-lst-wap .box .bd .item .row .links a span {
  color: #2f2f2f;
}*/

.fc-panel-wap {
  /*width: 1.25rem;*/
  padding: 0 0.2rem 0 0.15rem;
  height: 0.45rem;
  position: absolute;
  border-top-left-radius: 0.225rem;
  border-bottom-left-radius: 0.225rem;
  background-color: #ffffff;
  right: 0;
  z-index: 98;
  top: 20%;
  display: none;
  align-items: center;
  font-size: 0.175rem;
}

.fc-panel-wap .icon {
  width: 0.18rem;
  margin-right: 0.05rem;
}

.jh-std-network-dots .panel-wap {
  position: fixed;
  top: 0.7rem;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
}

.jh-std-network-dots .panel-wap.on {
  z-index: 100;
  opacity: 1;
}

.jh-std-network-dots .panel-wap .box {
  position: relative;
  width: 85%;
  left: 15%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.jh-std-network-dots .panel-wap .box .screen {
  padding: 0.2rem;
  /*flex-grow: 1;
  flex-shrink: 0;*/
  height: 85vh;
  position: relative;
}

.jh-std-network-dots .panel-wap .box .screen .scroll-box {
  position: relative;
  height: 100%;
  overflow-y: scroll;
}

.jh-std-network-dots .panel-wap .box .bt-area {
  height: 0.625rem;
  flex-shrink: 0;
  width: 100%;
  display: flex;
}

.jh-std-network-dots .panel-wap .box .bt-area .bt {
  flex-basis: 50%;
  line-height: 0.625rem;
  text-align: center;
  font-size: 0.2rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

.jh-std-network-dots .panel-wap .box .bt-area .bt.yes {
  background-color: #0942B6;
  color: #ffffff;
}

.panel-wap .part {
  clear: both;
  padding: 0.25rem 0;
}

.panel-wap .part .named {
  font-size: 0.2rem;
  padding-bottom: 0.2rem;
}

.panel-wap .part .row {
  display: flex;
  flex-flow: row wrap;
}

.panel-wap .part .row .item {
  flex-basis: 31.5%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  background-color: #f6f6f6;
  padding: 0 0.05rem;
  line-height: 0.5rem;
  font-size: 0.175rem;
  text-align: center;

  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.panel-wap .part .row .item span {
  display: inline-block;
  padding-left: 0.2rem;
  background-image: url('../images/sany7.png');
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0.15rem;
}

.panel-wap .part .row .item.hide {
  display: none;
}

.panel-wap .part .row .item.on {
  background-color: #0942B6;
  color: #ffffff;
}

.panel-wap .part .title {
  display: flex;
  padding: 0.15rem 0;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /*z-index: 2;*/
}

.panel-wap .part .title span {
  font-size: 0.1875rem;
}

.panel-wap .part .title .fc {
  flex-shrink: 0;
  font-size: 0;
  padding-right: 0.15rem;
  background-image: url('../images/select-arrow-down.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: 0.1rem;
}

.panel-wap .part .title .fc span {
  font-size: 0.15rem;
}

.panel-wap .part .title .back {
  flex-shrink: 0;
  padding-left: 0.35rem;
  background-image: url('../images/back.png');
  background-position: 0;
  background-size: 0.2rem;
  background-repeat: no-repeat;
  font-size: 0.2rem;
}

.panel-wap .part+.part {
  border-top: 1px #d6d6d6 solid;
}


.jh-std-network-dots .panel-wap .box .screen .sub-screen-box {
  position: absolute;
  top: 0;
  /*right: 0;*/
  width: 100%;
  bottom: 0;
  left: 100%;
  background-color: #ffffff;
  padding: 0.2rem;
  transition: left 0.3s;
}

.jh-std-network-dots .panel-wap .box .screen .sub-screen-box.on {
  left: 0;
}

.jh-std-network-dots .panel-wap .box .screen .sub-screen-box .part {
  padding: 0;
}


.jh-services-download {
  clear: both;
}

.jh-services-download .hd .part-named {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
}

.jh-services-download .hd .category {
  flex-shrink: 0;
}

.jh-services-download .hd .category ul {
  margin: -0.1rem;
  font-size: 0;
}

.jh-services-download .hd .category ul li {
  display: inline-block;
  padding: 0.1rem;
}

.jh-services-download .hd .category ul li a {
  display: block;
  line-height: 0.44rem;
  font-size: 0.16rem;
  color: #787B7F;
  border: 2px #ffffff solid;
  transition: border 0.3s, color 0.3s;
  border-radius: 0.22rem;
  padding: 0 0.15rem;
}

.jh-services-download .hd .category ul li.on a, .jh-services-download .hd .category ul li a:hover {
  border: 2px #ED6D00 solid;
  color: #ED6D00;
}

.jh-services-download .bd {
  padding: 0.8rem 0 0.2rem 0;
  background-color: #F7F8FA;
  clear: both;
}

.jh-services-download .bd .lst .box {
  margin: -0.13rem -0.29rem;
  font-size: 0;
}

.jh-services-download .bd .lst .box .item {
  display: inline-block;
  width: 50%;
  padding: 0.13rem 0.29rem;
}

.jh-services-download .bd .lst .box .item .row {
  padding: 0.3rem 0.4rem;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  position: relative;
  /*align-items: center;*/
}

.jh-services-download .bd .lst .box .item .row:after {
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background-color: #ED6D00;
  transition: width 0.3s;
}

.jh-services-download .bd .lst .box .item .row:hover:after {
  width: 100%;
}

.jh-services-download .bd .lst .box .item .row .named {
  flex-grow: 1;
  /*padding-right: 0.3rem;*/
  padding-left: 0.22rem;
  font-size: 0.16rem;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.jh-services-download .bd .lst .box .item .row .named:before {
  width: 0.07rem;
  height: 0.07rem;
  position: absolute;
  content: '';
  border-radius: 100%;
  background-color: #ED6D00;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.jh-services-download .bd .lst .box .item .row .link-to {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.jh-services-download .bd .lst .box .item .row .link-to a {
  margin-left: 0.3rem;
  flex-shrink: 0;
}

.jh-services-download .bd .lst .box .item .row .link-to a.view {
  width: 0.24rem;
}

.jh-services-download .bd .lst .box .item .row .link-to a.down {
  width: 0.2rem;
}

.jh-services-download .bd .lst .box .item .row .link-to img {
  max-width: 100%;
  margin: 0;
}

.jh-services-download .bd .pagination {
  margin-top: 0.4rem;
}


.jh-lease-lst {
  clear: both;
  margin-top: -1rem;
  margin-bottom: 1.2rem;
}

.jh-lease-lst .box {
  font-size: 0;
  display: flex;
  margin: -0.4rem;
}

.jh-lease-lst .box .item {
  flex: 1;
  padding: 0.4rem;
}

.jh-lease-lst .box .item .panel {
  position: relative;
  height: 100%;
  background-color: #F7F9FD;
  padding: 0.5rem;
  transition: background-color 0.3s;
}

.jh-lease-lst .box .item .panel .icon {
  text-align: right;
}

.jh-lease-lst .box .item .panel .icon span {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  background-color: #0942B6;
  background-size: 0.38rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
}

.jh-lease-lst .box .item.a .panel .icon span {
  background-image: url('../images/icon_lease_01.png');
}

.jh-lease-lst .box .item.b .panel .icon span {
  background-image: url('../images/icon_lease_02.png');
}

.jh-lease-lst .box .item.c .panel .icon span {
  background-image: url('../images/icon_lease_03.png');
}

.jh-lease-lst .box .item .panel .named {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.32rem;
  font-weight: bold;
  color: #0942B6;
  transition: color 0.3s;
}

.jh-lease-lst .box .item .panel .info {
  font-size: 0.18rem;
  color: #787B7F;
  line-height: 0.36rem;
  transition: color 0.3s;
}

.jh-lease-lst .box .item .panel:hover {
  background-color: #0942B6;
}

.jh-lease-lst .box .item .panel:hover .named, .jh-lease-lst .box .item .panel:hover .info {
  color: #ffffff;
}


.jh-about-part-one {
  clear: both;
}

.jh-about-part-one .hd {
  display: flex;
}

.jh-about-part-one .hd .side {
  flex-basis: 48.3%;
  padding-top: 1.2rem;
  flex-shrink: 0;
  position: relative;
}

.jh-about-part-one .hd .side .en {
  position: absolute;
  top: -0.2rem;
  left: 0;
  right: 0;
  overflow: hidden;
  font-size: 1.65rem;
  color: #F8F9FB;
  font-family: 'GothamBold';
  z-index: 1;
}

.jh-about-part-one .hd .side .clear {
  z-index: 2;
  position: relative;
}

.jh-about-part-one .hd .side img {
  margin: 0;
  max-width: 100%;
}

.jh-about-part-one .hd .box {
  flex-grow: 1;
}

.jh-about-part-one .hd .box .info {
  font-size: 0.16rem;
  color: #787B7F;
  line-height: 0.3rem;
  margin-top: 1rem;
}

.jh-about-part-one .hd .box .info p {
  padding: 0.1rem 0;
}


.jh-about-part-one .bd {
  clear: both;
}

.jh-about-part-one .bd .box {
  display: flex;
  justify-content: space-around;
  margin: 0 -1rem;
}

.jh-about-part-one .bd .box .item {
  /*flex: 1;*/
}

.jh-about-part-one .bd .box .item .a {
  display: flex;
  align-items: center;
}

.jh-about-part-one .bd .box .a .n {
  font-family: 'GothamBold';
  font-size: 0.66rem;
  color: #0942B6;
}

.jh-about-part-one .bd .box .a .t {
  font-size: 0.26rem;
  color: #0942B6;
  margin-left: 0.1rem;
  position: relative;
}

.jh-about-part-one .bd .box .item .b {
  font-size: 0.16rem;
  padding-top: 0.1rem;
  color: #787B7F;
}


.jh-about-part-two {
  clear: both;
  background-image: url('../images/about_industry_bg.jpg');
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
}

.jh-about-part-two .hd {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}

.jh-about-part-two .hd .part-named .cn, .jh-about-part-two .hd .part-named .en {
  color: #ffffff;
}

.jh-about-part-two .hd .info {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.jh-about-part-two .hd .info .title {
  font-size: 0.18rem;
}

.jh-about-part-two .hd .info .named {
  font-size: 0.24rem;
  padding: 0.15rem 0 0.2rem 0;
  position: relative;
}

.jh-about-part-two .hd .info .named:after {
  content: '';
  height: 3px;
  background-color: #ED6D00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.jh-about-part-two .bd {
  margin-top: 3rem;
}

.jh-about-part-two .bd .box {
  margin: -0.3rem;
  font-size: 0;
  display: flex;
}

.jh-about-part-two .bd .box .item {
  flex: 1;
  padding: 0.3rem;
}

.jh-about-part-two .bd .box .item .in-side {
  position: relative;
}

.jh-about-part-two .bd .box .item .in-side img {
  margin: 0;
  max-width: 100%;
}

.jh-about-part-two .bd .box .item .in-side .text {
  position: absolute;
  color: #ED6D00;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-90%);
}

.jh-about-part-two .bd .box .item .in-side .text .a {
  display: flex;
  align-items: center;
}

.jh-about-part-two .bd .box .item .in-side .text .a .n {
  font-family: 'GothamBold';
  font-size: 0.52rem;
}

.jh-about-part-two .bd .box .item .in-side .text .a .t {
  font-size: 0.4rem;
  padding-left: 0.1rem;
}

.jh-about-part-two .bd .box .item .in-side .text .b {
  font-size: 0.18rem;
  padding-top: 0.1rem;
}

.jh-about-part-three {
  clear: both;
}

.jh-about-part-three .hd {
  justify-content: space-between;
  align-items: flex-end;
}

.jh-about-part-three .hd .category ul {
  margin: -0.1rem;
  font-size: 0;
}

.jh-about-part-three .hd .category ul li {
  display: inline-block;
  padding: 0.1rem;
}

.jh-about-part-three .hd .category ul li a {
  display: block;
  line-height: 0.44rem;
  font-size: 0.16rem;
  color: #787B7F;
  border: 2px #ffffff solid;
  transition: border 0.3s, color 0.3s;
  border-radius: 0.22rem;
  padding: 0 0.15rem;
}

.jh-about-part-three .hd .category ul li.on a, .jh-about-part-three .hd .category ul li a:hover {
  border: 2px #ED6D00 solid;
  color: #ED6D00;
}

.jh-about-part-three .bd {
  clear: both;
  /*margin-top: 0.5rem;*/
}

.jh-about-part-three .bd img {
  margin: 0;
  max-width: 100%;
}

.jh-about-part-three .bd .hide {
  display: none;
}

.jh-about-part-three .bd .panel {
  clear: both;
  padding: 0.2rem 0;
  /*
  position: relative;
  */
}

.jh-about-part-three .bd .panel.hide {
  display: none;
}

.jh-about-part-three .bd .panel .swiper {
  padding: 0.5rem 0;
}

.swiper-scrollbar-drag {
  background-color: #ED6D00;
}

.jh-about-part-four {
  position: relative;
}

.jh-about-part-four .text {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 1.2rem;
  color: #ffffff;
}

.jh-about-part-four .text .cn {
  font-size: 0.48rem;
  font-weight: bold;
}

.jh-about-part-four .text .en {
  font-size: 0.14rem;
  padding-top: 0.1rem;
  font-family: Arial;
}


.jh-about-part-five .part-named {
  text-align: center;
}

.jh-about-part-five .box {
  clear: both;
  margin-top: 0.5rem;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
  border-top: 1px #E8E8E8 solid;
  position: relative;
}

.jh-about-part-five .box img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.jh-about-part-five .box .swiper-slide {
  padding: 0.2rem 0;
}

.jh-about-part-five .box .img2 {
  display: none;
}

.jh-about-part-five .box a:hover .img1 {
  display: none;
}

.jh-about-part-five .box a:hover .img2 {
  display: block;
}

.swiper-grid-column>.swiper-wrapper {
  flex-direction: unset;
}


.jh-about-part-five .box .swiper-dots {
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  right: 0;
  display: flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
}

.jh-about-part-five .box .swiper-dots .dot {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0 0.05rem;
  overflow: hidden;
  position: relative;
}

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

.jh-about-part-five .box .swiper-dots .dot.on .m {
  background-color: #ED6D00;
}

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

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

.jh-about-part-five .box .swiper-dots .dot .pg-wrap .board.r {
  left: unset;
  right: 0;
}

.jh-about-part-five .box .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-about-part-five .box .swiper-dots .dot.on .pg-wrap .board .pgs.right {
  border-bottom: 2px #ED6D00 solid;
  border-left: 2px #ED6D00 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-about-part-five .box .swiper-dots .dot.on .pg-wrap .board .pgs.left {
  border-top: 2px #ED6D00 solid;
  border-right: 2px #ED6D00 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-contact-job .hd .part-named {
  flex: 1;
}

.jh-contact-job .hd .item {
  flex-basis: 50%;
  line-height: 0.3rem;
  color: #787B7F;
  font-size: 0.16rem;
  padding-left: 0.5rem;
}

.jh-contact-job .bd {
  clear: both;
}

.jh-std-table .thead .th, .jh-std-table .tbody .tr, .jh-std-table .tbody .tr .row {
  display: flex;
}

.jh-std-table .tbody .tr {
  flex-direction: column;
}

.jh-std-table .tbody .tr:hover, .jh-std-table .tbody .tr.on {
  background-color: #EEF6FF;
}

.jh-std-table .tbody .tr .row {
  /*flex-basis: 100%;*/
  border-bottom: 1px #E3E5EA solid;
}

.jh-std-table .td {
  /*flex: 1;*/
  flex-basis: 20%;
  padding: 0.3rem 0;
  font-size: 0.18rem;
  display: flex;
  justify-content: center;
}

.jh-std-table .thead .th {
  background-color: #0942B6;
}

.jh-std-table .thead .th .td {
  font-weight: 600;
  font-size: 0.2rem;
  color: #ffffff;
}

.jh-std-table .tbody .td.action {
  font-size: 0.24rem;
  font-weight: 600;
  cursor: pointer;
}

.jh-std-table .tbody .td.action .to-close {
  display: none;
}

.jh-std-table .tbody .tr.on .td.action .to-open {
  display: none;
}

.jh-std-table .tbody .tr.on .td.action .to-close {
  display: block;
}

.jh-std-table .tbody .tr .info {
  padding: 0.5rem 0.7rem;
  display: none;
  justify-content: space-between;
  border-bottom: 1px #E3E5EA solid;
}

.jh-std-table .tbody .tr.on .info {
  display: flex;
  background-color: #F7F8FA;
}

.jh-std-table .tbody .tr .info .item {
  flex-basis: 45%;
}

.jh-std-table .tbody .tr .info .item .named {
  font-size: 0.16rem;
  font-weight: 600;
  color: #2F2F2F;
}

.jh-std-table .tbody .tr .info .item .text {
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #787B7F;
  padding-top: 0.3rem;
}

.jh-news-details .hd {
  background-color: #F7F8FA;
  background-image: url('../images/banner/news-detail.jpg');
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover;
  overflow: hidden;
}

.jh-news-details .hd .position {
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.14rem;
  margin-top: 0.5rem;
}

.jh-news-details .hd .position ul {
  display: flex;
  justify-content: flex-start;
}

.jh-news-details .hd .position ul li {
  padding-right: 0.2rem;
  position: relative;
}

.jh-news-details .hd .position ul li+li:before {
  content: '>';
  position: absolute;
  left: -0.15rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.14rem;
  color: #ffffff;
}

.jh-news-details .hd .position a {
  color: #ffffff;
}

.jh-news-details .hd .position .nav-back {
  display: inline-block;
  background-color: #ffffff;
  height: 0.35rem;
  line-height: 0.35rem;
  border-radius: 0.175rem;
  padding: 0 0.25rem;
  color: #2F2F2F;
  transition: all 0.3s;
  /*
  padding-left: 0.3rem;
  background-image: url('../images/icon_nav_back.png');
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 0.17rem;
  */
}

.jh-news-details .hd .position .nav-back:hover {
  background-color: #0942B6;
  color: #ffffff;
}

.jh-news-details .hd .box {
  margin-top: 1rem;
  text-align: center;
  color: #ffffff;
}

.jh-news-details .hd .box .title {
  font-size: 0.36rem;
  font-weight: 600;
}

.jh-news-details .hd .box .time {
  font-size: 0.18rem;
  margin-top: 0.3rem;
}

.jh-news-details .bd {
  clear: both;
  max-width: 1520px;
  margin: 0 auto;
}

.jh-news-details .bd .jh-article-content-box {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #787B7F;
}

.jh-news-details .bd .jh-article-content-box p {
  padding: 0.1rem 0;
}

.jh-news-details .bd .jh-article-content-box p img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.jh-news-details .bd .nav-up-down {
  clear: both;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px #DDDFE2 solid;
  display: flex;
  justify-content: space-between;
}

.jh-news-details .bd .nav-up-down a.arrow {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  border: 1px #DDDFE2 solid;
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.09rem;
  transition: background-color 0.3s;
}

.jh-news-details .bd .nav-up-down a.arrow.prev {
  background-image: url('../images/art_arrow_prev.png');
}

.jh-news-details .bd .nav-up-down a.arrow.next {
  background-image: url('../images/art_arrow_next.png');
}

.jh-news-details .bd .nav-up-down a.arrow:hover {
  background-color: #F0F0F0;
}

.jh-news-details .bd .nav-up-down .m {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.jh-news-details .fd {
  clear: both;
  background-color: #F7F8FA;
  overflow: hidden;
}

.jh-news-details .fd .named {
  font-size: 0.36rem;
  font-weight: 600;
  color: #2F2F2F;
  text-align: center;
}

.jh-news-details .fd .n-box {
  clear: both;
  padding-top: 0.5rem;
}

.jh-news-details .fd .n-box ul {
  margin: 0 -0.26rem;
  display: flex;
  /*justify-content: flex-start;*/
}

.jh-news-details .fd .n-box ul li {
  /*flex: 1;*/
  flex-shrink: 0;
  flex-basis: 25%;
  padding: 0 0.26rem;
}

.jh-news-details .fd .n-box ul li .m {
  background-color: #fff;
  position: relative;
  height: 100%;
  padding: 0.35rem;
}

.jh-news-details .fd .n-box ul li .m .a img {
  max-width: 100%;
  margin: 0;
}

.jh-news-details .fd .n-box ul li .m .b {
  padding: 0.2rem 0;
}

.jh-news-details .fd .n-box ul li .m .b .t {
  font-size: 0.2rem;
  color: #ED6D00;
}

.jh-news-details .fd .n-box ul li .m .b .s {
  font-size: 0.18rem;
  color: #777777;
  padding-top: 0.05rem;
}

.jh-news-details .fd .n-box ul li .m .c {
  padding-top: 0.05rem;
}

.jh-news-details .fd .n-box ul li .m .c .r {
  display: flex;
  justify-content: space-between;
  line-height: 0.28rem;
  font-size: 0.14rem;
  color: #787B7F;
  padding: 0 0.07rem;
}

 .jh-news-details .fd .n-box ul li .m .c .r:nth-child(odd) {
   background-color: #F6F6F6;
 }


.jh-about-mind {
  clear: both;
}

.jh-about-mind .hd .box {
  display: flex;
  justify-content: space-between;
}

.jh-about-mind .hd .box .item {
  flex-basis: 47.5%;
  flex-shrink: 0;
}

.jh-about-mind .hd .box .named {
  font-size: 0.48rem;
  color: #2F2F2F;
  font-weight: 600;
}

.jh-about-mind .hd .box .en {
  padding-top: 0.8rem;
  font-size: 0.16rem;
  color: #C4C6CD;
  line-height: 0.3rem;
}

.jh-about-mind .hd .box .item .num-roll {
  display: flex;
  justify-content: space-between;
  /*margin: 0 -1rem;*/
}

.jh-about-mind .hd .box .item .num-roll .itm {
  flex: 1;
}

.jh-about-mind .hd .box .item .num-roll .itm .a {
  display: flex;
  align-items: center;
}

.jh-about-mind .hd .box .item .num-roll .itm .a .n {
  font-family: 'GothamBold';
  font-size: 0.66rem;
  color: #0942B6;
}

.jh-about-mind .hd .box .item .num-roll .itm .a .t {
  font-size: 0.26rem;
  color: #0942B6;
  margin-left: 0.1rem;
  position: relative;
}

.jh-about-mind .hd .box .item .num-roll .itm .b {
  font-size: 0.16rem;
  padding-top: 0.1rem;
  color: #787B7F;
}

.jh-about-mind .hd .box .item .text {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #787B7F;
  margin-top: 0.5rem;
}

.jh-about-mind .hd .box .item .text p {
  padding: 0.1rem 0;
}

.jh-about-mind .hd .factory {
  display: flex;
  margin-top: 0.5rem;
  justify-content: space-between;
}

.jh-about-mind .hd .factory .item {
  flex-basis: 47.5%;
  flex-shrink: 0;
}

.jh-about-mind .hd .factory .item img {
  margin: 0;
  max-width: 100%;
}

.jh-about-mind .hd .factory .item .t {
  position: relative;
  padding-left: 0.3rem;
  line-height: 0.8rem;
  font-size: 0.24rem;
  color: #2F2F2F;
}

.jh-about-mind .hd .factory .item .t:before {
  content: '';
  width: 3px;
  height: 20px;
  background-color: #ED6D00;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.jh-about-mind .bd {
  background-color: #F7F8FA;
}

.jh-about-mind .bd .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.jh-about-mind .bd .title .fc {
  display: flex;
  flex-shrink: 0;
}

.jh-about-mind .bd .title .fc a.arrow {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.2rem;
  background-color: #ffffff;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.09rem;
  transition: background-color 0.3s;
}

.jh-about-mind .bd .title .fc a.arrow.prev {
  background-image: url('../images/art_arrow_prev.png');
}

.jh-about-mind .bd .title .fc a.arrow.prev:hover {
  background-color: #0942B6;
  background-image: url('../images/art_arrow_prev_on.png');
}

.jh-about-mind .bd .title .fc a.arrow.next {
  background-image: url('../images/art_arrow_next.png');
}

.jh-about-mind .bd .title .fc a.arrow.next:hover {
  background-color: #0942B6;
  background-image: url('../images/art_arrow_next_on.png');
}

.jh-about-mind .bd .box {
  clear: both;
  margin-top: 0.5rem;
}

.jh-about-mind .bd .box img {
  margin: 0;
  max-width: 100%;
}

.jh-about-mind .bd .box .t {
  line-height: 0.42rem;
  text-align: center;
  font-size: 0.16rem;
  padding-top: 0.05rem;
  color: #2F2F2F;
}

.jh-about-history .hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.jh-about-history .hd .item {
  flex: 1;
}

.jh-about-history .hd .item.side {
  text-align: right;
  color: #C4C6CD;
  font-size: 0.16rem;
}

.jh-about-history .hd .item .named {
  font-size: 0.48rem;
  font-weight: bold;
  color: #2f2f2f;
}

.jh-about-history .line {
  clear: both;
  height: 1px;
  background-color: #DFDFDF;
  margin: 1rem 0;
}

.jh-about-history .bd {
  clear: both;
}

.jh-about-history .bd .item {
  display: flex;
  justify-content: space-between;
}

.jh-about-history .bd .item .year {
  flex-shrink: 0;
  flex-basis: 1.2rem;
  font-size: 0.4rem;
  font-family: 'GothamBold';
  color: #0942B6;
  transition: color 0.3s;
}

.jh-about-history .bd .item .segment {
  position: relative;
  flex-shrink: 0;
  padding: 0 0.6rem;
  /*background-color: #1D5DD2;*/
}

.jh-about-history .bd .item .segment:before {
  position: absolute;
  content: '';
  width: 0.08rem;
  height: 0.08rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  background-color: #ED6D00;
  /*box-shadow: 0 0 10px rgba(237, 109, 0, 1);*/
  border: 8px #FDEFE3 solid;
  z-index: 8;
}

.jh-about-history .bd .item .segment:after {
  width: 1px;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #E1E1E1;
  z-index: 2;
}

.jh-about-history .bd .item .box {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
}

.jh-about-history .bd .item .box .picture {
  flex-basis: 35%;
  flex-shrink: 0;
  padding-bottom: 0.5rem;
}

.jh-about-history .bd .item .box .picture img {
  margin: 0;
  max-width: 100%;
}

.jh-about-history .bd .item .box .info {
  padding-right: 0.5rem;
  flex-grow: 1;
  font-size: 0.18rem;
  color: #787B7F;
  transition: color 0.3s;
}

.jh-about-history .bd .item:hover .year {
  color: #ED6D00;
}

.jh-about-history .bd .item:hover .box .info {
  color: #ED6D00;
}

/*

.jh-contact-main .box {
  clear: both;
  display: flex;
  justify-content: space-between;
}

.jh-contact-main .box .info {
  flex-shrink: 0;
  flex-basis: 50%;
}

.jh-contact-main .box .info .bd {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.jh-contact-main .box .info .bd .contact {
  flex-shrink: 0;
  font-size: 0.18rem;
  color: #787B7F;
}

.jh-contact-main .box .info .bd .contact p {
  padding: 0.1rem 0;
}

.jh-contact-main .box .info .bd .hot-line {
  !*padding: 0 0.5rem 0 0.5rem;*!
}

.jh-contact-main .box .info .bd .hot-line .t {
  font-size: 0.18rem;
  color: #787B7F;
}

.jh-contact-main .box .info .bd .hot-line .n {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #ED6D00;
  font-family: 'GothamBold';
}

.jh-contact-main .box .side {
  flex-basis: 45%;
  flex-shrink: 0;
}

.jh-contact-main .box .side .item {
  background-color: #F7F8FA;
  margin-bottom: 0.1rem;
  padding: 0.3rem 0.5rem;
  !*display: flex;*!
}

.jh-contact-main .box .side .item .t {
  font-size: 0.2rem;
  color: #2f2f2f;
  position: relative;
  cursor: pointer;
}

.jh-contact-main .box .side .item .t:after {
  content: '';
  border: 8px solid transparent;
  border-left-color: #BCC0CB;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.jh-contact-main .box .side .item .text {
  padding: 0.3rem 0 0 0;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #787B7F;
  display: none;
}

.jh-contact-main .box .side .item.on .t:after {
  !*transform: translateY(-50%) rotate(90deg);*!
  border-left-color: transparent;
  border-top-color: #ED6D00;
}

.jh-contact-main .box .side .item.on .text {
  display: block;
}

*/

.jh-contact-main .hd .box {
  display: flex;
  margin-top: 1rem;
  /*justify-content: space-around;*/
}

.jh-contact-main .hd .box .item {
  flex: 1;
}

.jh-contact-main .hd .box .a {
  font-size: 0.16rem;
  color: #787B7F;
}

.jh-contact-main .hd .box .b {
  font-size: 0.36rem;
  color: #ED6D00;
  padding-top: 0.3rem;
  font-weight: 600;
}

.jh-contact-main .hd .box .w {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  color: #787B7F;
}

.jh-contact-main .hd .box .w .icon {
  width: 0.3rem;
  flex-shrink: 0;
  margin-right: 0.2rem;
}

.jh-contact-main .hd .box .w .icon img {
  margin: 0;
  max-width: 100%;
}

.jh-contact-main .hd .box .w+.w {
  padding-top: 0.3rem;
}

.jh-contact-main .bd {
  clear: both;
  background-image: url('../images/contact_bg.jpg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: row wrap;
}

.jh-contact-main .bd .item {
  flex-basis: 48%;
  flex-shrink: 0;
  margin: 0.1rem 0;
}

.jh-contact-main .bd .item .a {
  padding: 0.2rem 0.35rem;
  background-color: #ffffff;
  position: relative;
  font-size: 0.18rem;
  color: #2f2f2f;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.jh-contact-main .bd .item.on .a {
  background-color: #0942B6;
  color: #ffffff;
}

.jh-contact-main .bd .item .a:after {
  content: '';
  border: 8px solid transparent;
  border-top-color: #BCC0CB;
  position: absolute;
  right: 0.3rem;
  top: calc(50% + 4px);
  transform: translateY(-50%);
}

.jh-contact-main .bd .item.on .a:after {
  /*border-left-color: transparent;*/
  border-top-color: #ffffff;
}

.jh-contact-main .bd .item .b {
  display: none;
  padding: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.14rem;
  color: #787B7F;
}


.jh-contact-main .fd {
  font-size: 0;
}

.jh-contact-main .fd .row {
  margin: 0 -0.34rem;
}

.jh-contact-main .fd .row .item {
  display: inline-block;
  width: 33.333333%;
  padding: 0 0.34rem;
}

.jh-contact-main .fd .row .item .box {
  position: relative;
  color: #ffffff;
}

.jh-contact-main .fd .row .item .box .picture {
  max-width: 100%;
  margin: 0;
}

.jh-contact-main .fd .row .item .box .info {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jh-contact-main .fd .row .item .box .info .a {
  font-size: 0.3rem;
  font-weight: 600;
}

.jh-contact-main .fd .row .item .box .info .b {
  font-size: 0.16rem;
  width: 100%;
  text-align: center;
  padding: 0.1rem 0 0.25rem 0;
}

.jh-contact-main .fd .row .item .box .info .c {
  line-height: 0.38rem;
  border: 1px #ffffff solid;
  padding: 0 0.3rem;
  font-size: 0.16rem;
  color: #ffffff;
  transition: background-color 0.3s, border 0.3s;
}

.jh-contact-main .fd .row .item .box .info .c:hover {
  background-color: #0942B6;
  border: 1px #0942B6 solid;
}

.jh-contact-main .fd .row .item .box .info .d {
  clear: both;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.jh-contact-main .fd .row .item .box .info .d a {
  width: 0.4rem;
  height: 0.4rem;
  border: 2px #ffffff solid;
  background-size: 0.24rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.3s, border 0.3s;
  border-radius: 100%;
  margin: 0 0.05rem;
  position: relative;
}

.jh-contact-main .pop-layer {
  position: absolute;
  width: 1.28rem;
  height: 1.28rem;
  background-color: #fff;
  /*top: calc(100% + 0.16rem);*/
  bottom: 100%;
  left: 50%;
  margin-left: -0.64rem;
  border-radius: 0.08rem;
  padding: 0.05rem;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}

.jh-contact-main .pop-layer:before {
  content: '';
  width: 0;
  height: 0;
  border-width: 0.07rem;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: #ffffff;
  position: absolute;
  bottom: -0.14rem;
  left: 50%;
  transform: translateX(-50%);
}

.jh-contact-main .pop-layer img {
  display: block;
  margin: 0;
  max-width: 100%;
}

.jh-contact-main .fd .row .item .box .info .d a:hover .pop-layer {
  z-index: 1;
  opacity: 1;
  bottom: calc(100% + 0.16rem);
}

.jh-contact-main .fd .row .item .box .info .d a:hover {
  background-color: #0942B6;
  border: 2px #0942B6 solid;
}

.jh-contact-main .fd .row .item .box .info .d a.douyin {
  background-image: url('../images/temp/x_icon_douyin.png');
}

.jh-contact-main .fd .row .item .box .info .d a.qq {
  background-image: url('../images/temp/x_icon_qq.png');
}

.jh-contact-main .fd .row .item .box .info .d a.wechat {
  background-image: url('../images/temp/x_icon_wechat.png');
}

.jh-conduct .box {
  clear: both;
  margin-top: 0.4rem;
  overflow: hidden;
  position: relative;
}

.jh-conduct .box .picture {
  max-width: 100%;
  margin: 0 auto;
}

.jh-conduct .box .rel-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.jh-conduct .box .rel-box .link-lst {
  flex-shrink: 0;
  width: 100%;
}

.jh-conduct .box .rel-box .link-lst ul {
  margin: 0 -0.34rem;
  display: flex;
}

.jh-conduct .box .rel-box .link-lst ul li {
  flex: 1;
  padding: 0 0.34rem;
}

.jh-conduct .box .rel-box .link-lst ul li .a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.54rem;
  background-color: #ED6D00;
  transition: background-color 0.3s;
}

.jh-conduct .box .rel-box .link-lst ul li .a:hover {
  background-color: #6D7077;
}

.jh-conduct .box .rel-box .link-lst ul li .a .icon {
  width: 0.4rem;
  flex-shrink: 0;
}

.jh-conduct .box .rel-box .link-lst ul li .a .icon img {
  max-width: 100%;
  margin: 0;
}

.jh-conduct .box .rel-box .link-lst ul li .a .t {
  font-size: 0.3rem;
  color: #ffffff;
  padding-left: 0.24rem;
  font-weight: 600;
}

.jh-conduct .box .rel-box .info {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jh-conduct .box .rel-box .info .num-roll {
  display: flex;
}

.jh-conduct .box .rel-box .info .num-roll .item {
  padding: 0 1rem;
  text-align: center;
}

.jh-conduct .box .rel-box .info .num-roll .item .t {
  font-size: 0.8rem;
  color: #ED6D00;
  /*font-weight: 600;*/
  font-family: 'GothamBold';
}

.jh-conduct .box .rel-box .info .num-roll .item .s {
  font-size: 0.2rem;
  color: #787B7F;
  padding-top: 0.1rem;
}

.jh-conduct .box .rel-box .info .desc {
  padding-top: 0.6rem;
  font-size: 0.2rem;
  color: #787B7F;
}


