@charset "UTF-8";

img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  display: inline-block;
}

a {
  color: #252B3A;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

body {
  font-size: 14px;
  background-size: cover;
  -ms-behavior: url(../css/backgroundsize.min.htc);
  behavior: url(../css/backgroundsize.min.htc);
}

@keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-moz-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-webkit-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-o-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}
.wrap {
  background-color: #0b27b6;
}
.product_hr_banner {
  position: relative;
  overflow: hidden;
}

.product_hr_banner img {
  width: 100%;
}

.form .title_img {
  width: 80%;
}

.title_img {
  display: block;
  margin: 10px auto 20px;
}
 .form {
  width: 96%;
  margin: 0 auto;
  color: #fff;
  /* height: 358px; */
  border-radius: 15px;
  background-color: #c7d7ff;
  padding-bottom: 4px;
}
 .form .w1440 {

  position: relative;
}

.form h1 {
  font-weight: 600;
  font-size: 42px;
}

.form h3 {
  margin-bottom: 8px;
  font-size: 42px;
}

.form .banner-text {
  font-size: 18px;
}

.product_hr_banner_link a {
  float: left;
  margin-right: 10px;
  width: 126px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: content-box;
}

.product_hr_banner_link a:nth-child(2) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
  height: 40px;
  line-height: 40px;
}

/*.product_hr_banner_link a:first-child:hover { background: #fff;color: #0086f1;}*/
/*.product_hr_banner_link a:nth-child(2){background: #fff;color:#0086f1 ;}*/
.product_hr_banner_link a:after {
  transform: translateY(-1px);
  content: "";
  transition: all .4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.product_hr_banner_link a:hover:after {
  content: "\e683";
  margin-left: 5px;
}

.product_hr_banner_link {
  display: none;
}

.phone {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.phone_china {
  font-size: 0.3rem;
  color: #333333;
  width: 30%;
  height: 0.9rem;
  padding-top: 0.24rem;
  border-bottom: 1px solid #DBDBDB;
  margin-top: 0.15rem;
  padding-left: 0.2rem;
}


.form .input {
  height: 0.9rem;
  font-size: 0.3rem;
  text-indent: 0.26rem;
  margin: 0.15rem 0;
  border: 0;
  outline: none;
  width: 100%;
  background-color: #F4F5F9;
  border-radius: 5px;
}



.mo_input {
  width: 99%;
  /* padding: 0 0.45rem;
  padding-top: 20px; */
  /* height: 355px; */
  background: #fff;
  border-radius: 15px;
  padding: 20px 0.45rem 40px;
}

.yan {

  height: auto;  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #F4F5F9;
  width: 60%;
  font-size: 0.3rem;
  border: 0;
  outline: none;
  text-indent: 0.4rem;
  border-radius: 5px;
}

.write-data {
  display: flex;
  justify-content: space-between;
  height: 0.9rem;
  font-size: 0.3rem;
  margin: 0.15rem 0;
  border: 0;
  outline: none;
  width: 100%;
}


.write-data input {
  width: 100%;
  flex: 1;
  border: none;
  text-indent: 0.26rem;
  background: none;
  font-size: 0.3rem;
  font-weight: 400;
  color: #777777;
  line-height: 20px;
  background-color: #F4F5F9;
}

.code-btn {
  height: auto;
  width: 35%;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.9rem;
  background-color: #0088F1;
  color: #fff;
  border-radius: 5px;
}

.bottom_service .input {
  height: 0.9rem;
  font-size: 0.3rem;
  text-indent: 0.26rem;
  margin: 0.15rem 0;
  border: 0;
  outline: none;
  width: 100%;
  background-color: #F4F5F9;
}

#experience {
  width: 100%;
  outline: none;
  height: 0.9rem;
  border: 0;
  border-radius: 25px;
  font-size: 0.4rem;
  color: #fff;
  box-shadow: #1882f0 1px 3px 10px;
  /* background-color: #1882F0; */
  margin-top: 0.2rem;
}


.bottom_service {
  width: 96%;
    margin: 0 auto;
    color: #fff;
    /* height: 358px; */
    border-radius: 15px;
    background-color: #c7d7ff;
    padding-bottom: 4px;
}
.bottom_service .title_img {
  width: 80%;
}


/*  */
.form .ticks,
.bottom_service .ticks {
  position: relative;
  color: #333333;
  margin: 0.2rem 0 ;
}

.form .ticks .tixing,
.bottom_service .ticks .tixing {
  background: url({pboot:sitedomain}/style/jhymbly_files/rectangle.png) no-repeat center;
  background-size: cover;
  z-index: 36;
  height: 29px;
  align-self: flex-start;
  width: 133px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 0 0 8px;
  color: #fff;
  position: absolute;
  top: -30px;
  left: -5px;
  display: none;
}

.form .ticks .tixing p,
.bottom_service .ticks .tixing p {
  z-index: 37;
  width: 108px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  white-space: nowrap;
  line-height: 17px;
  text-align: left;
}

.form .ticks input,
.bottom_service .ticks input {
  width: 17px;
  height: 17px;
  margin-right: 12px;
  vertical-align: middle;
}

.form .ticks span,
.bottom_service .ticks span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.ticks_text {
  font-size: 12px;
  color: #1882F0;
  text-decoration: underline !important;
}

/*  */

.integration{
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  background: #c7d7ff;
  padding-bottom: 4px;
  margin-top: 8px;
}
.integration_content {
  width: 99%;
  background: #fff;
  border-radius: 15px;
  padding: 20px 0.1rem 40px;
  text-align: center;
}
.integration .title_img {
  width: 90%;
}
.integration_describe {
  font-size: .26rem;
  margin-bottom: .3rem;
  padding: 0 0.2rem 0 0.3rem;
  text-indent: 0.4rem;
  text-align: left;
}

.integration_img {
  width: 98%;
  margin: 0 auto;
}

/*  */
.programme {
  /* position: absolute; */
  width: 100%;
  /* height: 418px; */
  top: 65%;
  left: 0;
  overflow: hidden;
}
.programme h3{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.3rem;
}

.programme .tabnav {
  margin-bottom: 0.3rem;
}

.programme .tabnav ul {
  text-align: center;
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid gray;
  padding-bottom: 12px;
}

.programme .tabnav ul li {
  /* margin: 0 16px; */
  display: inline-block;
  border: 0.4px solid gray;
  border-radius: 15px;
}

.programme .tabnav ul a {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 0.3rem;
  font-weight: bold;
  width: 1.8rem;
}


.programme .tabnav ul li.active a {
  color: #0a52e1;
  font-weight: bold;

}

.programme .tabnav ul .active {
  /* background-image: linear-gradient(90deg, #1359f7, #0daeff); */
  border-radius: 16px;
  background-color: #CCE6FD;
  border: 0.5px solid blue;
}

.programme .tabnav ul li.active a::after {
  content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #2183e9;
    position: absolute;
    left: 0;
    bottom: -13px;
    transition: all 1s ease;
}
.programme .tabnav ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -13px;
  transition: all .4s ease;
}
.programme .tabcont{
  padding: 0 0.02rem;
}

.programme .tabcont .item {
  display: none;
  position: relative;
}

.programme .tabcont .item h2 {
  color: #0086F1;
  font-weight: 600;

}

.programme .tabcont .item .subtitle {
  color: #697388;
  margin: 0.3rem 0;
  font-size: 14px;
}

.programme .tabcont .item p {
  font-size: 0.26rem;
  /* color: #697388; */
  margin-top: 0.2rem;
  /* margin-left: 30px; */
}

.programme .tabcont .item p:before {
  /* content: ''; */
  width: 16px;
  height: 12px;
  background: url(./dui.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 5px;
  margin-top: 2px;
}

.programme .tabcont .item:first-child {
  display: block;
}

.programme .tabcont img {
  width: 100%;
}

.programme .mb {
  display: none;
}

.programme .product-link {
  text-align: center;
  background-color: #0086F1;
  width: 100%;
  margin-top: 0.5rem;
}
.programme .product-link a {
  width: 154px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color:#fff;
}
.trade {
  width: 96%;
  /* height: 478px; */
  margin: 8px auto;
  overflow: hidden;
  border-radius: 15px;
  background: #c7d7ff;
  padding-bottom: 4px;
}
.trade_content {
  width: 99%;
  /* padding: 0 0.2rem;
  padding-top: 20px; */
  /* height: 475px; */
  background: #fff;
  border-radius: 15px;
  padding: 20px 0.2rem 40px;
}
.trade .title_img {
  width: 50%;
  margin: 10px auto 10px;
}
.trade .trade_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trade .trade_item li {
  text-align: center;
  width: 25%;
  margin-top: 8px;

}
.trade .trade_item li:nth-child(4n) {
  margin-right: 0;
}
.trade .trade_item li img {
  width: 55px;
}
.trade .trade_item li p {
  font-size: 12px;
  font-weight: bold;
}
  


@media only screen and (max-width: 1366px) {
  .form h1 {
    font-size: 36px;
  }

  .form h3 {
    font-size: 36px;
  }

  .flx .info {
    padding: 2.5% 3.5% 0;
  }

}

@media only screen and (max-width: 600px) {
  .form h1 {
    font-size: 0.46rem;
    text-align: center;
  }

  .form .banner-text {
    font-size: 0.24rem;
    text-align: center;
  }

  .phone_banner {
    display: block;
  }

  .safe_tit {
    padding-right: 20px;
    font-size: 0.32rem;
  }

  .safe_tite {
    font-size: 0.48rem;
  }

  .flx {
    display: block;
  }

  .flx .img {
    width: 100%;
  }

  .flx .info {
    width: 100%;
    padding: 0.4rem;
  }

  .common_tit {
    padding: 0.8rem 0 0.75rem;
  }

  .safe_des {
    font-size: 14px;
  }
}




.product_hr_banner .video-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22.5%;
}

.product_hr_banner .video-btn a {
  display: block;
  position: relative;
}

.product_hr_banner .video-btn img {
  position: relative;
  z-index: 2;
  width: 80px;
}

.product_hr_banner .video-btn a:before {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: water 1.5s linear infinite;
  animation: water 1.5s linear infinite;
}

.programme {
  /* position: absolute; */
  width: 96%;
  /* height: 418px; */
  margin: 8px auto;
  overflow: hidden;
  background-color: c7d7ff;
  border-radius: 15px;
  background: #c7d7ff;
  padding-bottom: 4px;
}
.programme_content {
  width: 99%;
  padding: 0 0.45rem;
  padding-top: 20px;
  /* height: 414px; */
  background: #fff;
  border-radius: 15px;
  padding: 20px 0.45rem 40px;
}
.programme .title_img {
width: 80%;
}

.appraise {
  width: 96%;
  /* height: 348px; */
  margin: 8px auto;
  overflow: hidden;
  background-color: c7d7ff;
  border-radius: 15px;
  background: #c7d7ff;
  padding-bottom: 4px;
}
.appraise_content {
  width: 99%;
  /* padding: 0 0.6rem;
  padding-top: 20px; */
  /* height: 345px; */
  background: #fff;
  border-radius: 15px;
  padding: 20px 0.6rem 40px;
}

.appraise .title_img{
width: 55%;
}
.appraise .idc_data {
  display: flex;
  align-items: end;
  position: relative;
}
.appraise .idc_data img {
  width: 1.76rem;
  margin-right: 5px;
}
.appraise .idc_data span {
  font-size: 12px;
  position: absolute;
  left: 1.84rem;
  bottom: 0;
}
.appraise .idc_describe {
  font-size: 12px;
  margin-top: 5px;
}
.appraise .idc_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.appraise .idc_item li{
  text-align: center;
}
.appraise .idc_item li img {
  width: 80px;
}
.appraise .idc_item li h4 {
  font-size: 16px;
  font-weight: bold;
  color: #0a52e1;
  margin-top: 5px;
}

.coreValues {
    width: 96%;
    /* height: 618px; */
    margin: 0 auto;
    overflow: hidden;
    background-color: c7d7ff;
    border-radius: 15px;
    background: #c7d7ff;
    padding-bottom: 4px;
}
.coreValues_content {
  width: 99%;
  /* padding: 0 0.45rem;
  padding-top: 20px; */
  /* height: 615px; */
  background: #fff;
  border-radius: 15px;
  padding: 20px 0.35rem 0.7rem;
}
.coreValues .title_img {
  width: 80%;
}
.coreValues .coreValues_tilte {
  display: flex;
  align-items: center;
}
.coreValues .coreValues_tilte img{
width: 5px;
margin-right: 7px;

}
.coreValues .coreValues_tilte h4 {
  font-size: 0.3rem;
  font-weight: bolder;
  color: #0a52e1;
}
.coreValues .coreValues_describe {
  width: 100%;
  padding: 0.2rem;
  background-color: #EEF8FF;
  margin: 0.16rem 0 0.2rem;
}
.coreValues .coreValues_describe p {
  font-size: 0.26rem;
}
.appraise .idc_item li p {
  font-size: 0.24rem;
  color: #0a52e1;
}
.logo-box {
  position: absolute;
  left: 0;
  top: 0;
}
.logo-box img {
  width: 1.6rem;
}
.mo_phone {
  position: absolute;
  display: flex;
  align-items: center;
  right: 10px;
  top: 10px;
}
.mo_phone img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 5px;
}
.mo_phone span {
  font-weight: 500;
  font-size: 0.3rem;
  color: #fff;
}

.ensure {
  width: 96%;
  /* height: 345px; */
  margin: 8px auto;
  overflow: hidden;
  background-color: c7d7ff;
  border-radius: 15px;
  background: #c7d7ff;
  padding-bottom: 4px;
}
.ensure_content {
width: 99%;
padding: 0 0.1rem;
padding-top: 20px;
/* height: 342px; */
background: #fff;
border-radius: 15px;
padding: 20px 0.1rem 0.6rem;
}
.ensure .title_img {
  width: 65%;
}

.ensure .ensure_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ensure .ensure_item li {
  text-align: center;
  width: 32%;
  margin-top: 5px;
}
.ensure .ensure_item li .img {
  /* height: 50px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.ensure .ensure_item li img {
  width: 55px;
}
.ensure .ensure_item li h4 {
   font-size: 15px;
}

.ensure .ensure_item li p {
  font-size: 12px;
  transform: scale(0.93);
}

.choose {
  width: 96%;
  /* height: 335px; */
  margin: 8px auto;
  overflow: hidden;
  background-color: c7d7ff;
  border-radius: 15px;
  background: #c7d7ff;
  padding-bottom: 4px;
}
.choose_content {
width: 99%;
/* padding: 0 0.65rem;
padding-top: 20px; */
/* height: 332px; */
background: #fff;
border-radius: 15px;
padding: 20px 0.65rem 40px;
}
.choose .title_img {
  width: 56%;
}
.adviser {
  width: 100%;
  padding: .3rem;
  background: #fff;
  margin-top: 0.4rem;
  transform: translateY(2px);
}
.adviser a {
  display: block;
  height: 100%;
}
.adviser img {
  width: 100%;
}

/*  */
.case {
  /* position: absolute; */
  width: 100%;
  /* height: 340px; */
  top: 65%;
  left: 0;
  overflow: hidden;
  /* padding: 0 0.6rem; */
}

.case .tabnav {
  margin-bottom: 0.3rem;
}

.case .tabnav ul {
  text-align: center;
  display: flex;
  white-space: nowrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid gray;
  padding-bottom: 12px;
}

.case .tabnav ul li {
  /* margin: 0 16px; */
  display: inline-block;
  border: 0.4px solid gray;
  border-radius: 15px;
}

.case .tabnav ul a {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  width: 1.8rem;
}

.case .tabnav ul li.active a {
  color: #0a52e1;
  font-weight: bold;
}

.case .tabnav ul .active {
  /* background-image: linear-gradient(90deg, #1359f7, #0daeff); */
  border-radius: 16px;
  background-color: #CCE6FD;
  border: 0.5px solid blue;
}

.case .tabnav ul li.active a::after {
  content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #2183e9;
    position: absolute;
    left: 0;
    bottom: -13px;
    transition: all 1s ease;
}
.case .tabnav ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -13px;
  transition: all .4s ease;
}
.case .tabcont{
  padding: 0 0.02rem;
}

.case .tabcont .item {
  display: none;
  position: relative;
}

.case .tabcont .item h2 {
  color: #0a52e1;
  font-weight: 600;
  font-size: .4rem;
}

.case .tabcont .item .subtitle {
  font-size: 14px;
  font-weight: bold;
}
.case .tabcont .item_title {
  display: flex;
  align-items: center;
} 
.case .tabcont .item_title img {
  width: 7px;
  margin-right: 7px;
}
.case .tabcont .describe {
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #EEF8FF;
  margin-top: 0.3rem;
  padding: 6px 0 10px 4px;
}

.case .tabcont .item p {
  font-size: 0.26rem;
  color: #697388;
  margin-top: 0.2rem;
  margin-left: 30px;
}

.case .tabcont .item p:before {
  content: '';
  width: 16px;
  height: 12px;
  background: url(.//dui.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 8px;
  margin-top: 2px;
}

.case .tabcont .item:first-child {
  display: block;
}

.case img {
  width: 100%;
}

.case .mb {
  display: none;
}

.case .product-link {
  text-align: center;
  /* background-color: #0086F1; */
  width: 100%;
  height: 100%;
  margin-top: 15px;
}
.case .product-link a {
  display: block;
  height: 100%;
}
.case .product-link img {
  width: 55%;
  border-radius: 25px;
}

.case {
  width: 96%;
  /* height: 458px; */
  margin: 0 auto;
  overflow: hidden;
  background-color: c7d7ff;
  border-radius: 15px;
  background: #c7d7ff;
  padding-bottom: 4px;
}
.case_content {
  width: 99%;
  /* padding: 0 0.45rem;
  padding-top: 20px; */
  /* height: 455px; */
  background: #fff;
  border-radius: 15px;
  padding: 20px 0.3rem 40px;
}
.case .title_img {
width: 85%;
}