@charset "UTF-8";
/*******/
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 13.3333333vw;
}

@media screen and (min-width: 640px){
  html {
    font-size: 85px;
  }
}

body {
  width: 100%;
  max-width: 640px;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #333;
  font-family: '思源黑体 CN Normal', 'SourceHanSansCN-Normal', '华文细黑', -apple-system, BlinkMacSystemFont;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  margin: 0 auto;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.font-R {
  font-family: '思源黑体 CN Regular';
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 37, 56, 0.5);
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
  color: inherit;
}
div:focus,
div:active,
span:focus,
span:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
  box-shadow: none;
}

div:focus,
span:focus,
i:focus {
  outline: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus,
input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type="text"]:focus,
input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
}

table {
  border: solid 1px #ededed;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #ededed;
  word-break: break-all;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  margin: 0 auto;
  position: relative;
}
.row:before,
.row:after {
  display: none;
}

.lg-inner {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.lg-inner:before,
.lg-inner:after {
  content: '';
  display: table;
  clear: both;
}

.global-inner {
  width: 87.5%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before,
.global-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .lg-inner,
  .global-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.3rem;
    margin: 0 auto;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/***** 滚动条 *****/
.mCSB_inside>.mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: #adadad;
}

/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  pointer-events: auto;
}
.modal .modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-close {
  width: 1.12rem;
  height: 1rem;
  display: block;
  border-radius: 0;
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
  background: url("/Imgimages/close2.png") no-repeat center center;
  background-size: 0.34rem;
  z-index: 1030;
}

/**** animate ***/
.animated {
  animation-delay: .1s;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadeInUp2 {
  animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInUp3 {
  animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background-color: transparent;
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 60px;
  height: 60px;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  border-radius: 100%;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/Imgimages/video_play.png") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.video-play {
  width: 3.7em;
  height: 4.3em;
  display: block;
  background: url("/Imgimages/video_play.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.15em 0 0 -1.85em;
  z-index: 50;
}

.modal-video video {
  object-fit: fill;
}
@media screen and (max-width: 991.98px) {
  .modal-video video {
    object-fit: contain;
  }
}

/* 表单 */
.form-group {
  padding: 0.15rem 0;
  margin: 0 auto;
}
.form-group .help-block {
  font-size: 0.24rem;
  line-height: 0.4rem;
}
.form-group.has-error .help-block {
  color: #e20202;
}
.control-label {
  display: block;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #666;
  margin: 0 0 0.2rem;
}
.control-label .must {
  font-style: normal;
  color: #e20202;
  font-size: 0.36rem;
  margin-left: 0.08rem;
}
.form-control {
  width: 100%;
  height: 0.9rem;
  border: solid 1px #eaeaea;
  border-radius: 0.12rem;
  background: #fff;
  padding: 0.1rem 0.18rem;
  font-size: 0.3rem;
  line-height: 0.7rem;
  color: #333;
}
.frm-checklist {
  display: flex;
  display: -webkit-flex;
  margin: 0 -0.12rem;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.frm-checklist li {
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  padding: 0 0.12rem;
  margin-bottom: 0.2rem;
}
.checkitem{
  font-size: 0.3rem;
  line-height: 0.54rem;
}
.checkitem label {
  font-size: 1em;
  line-height: inherit;
  color: #4c4c4c;
}
.checkitem input[type='checkbox'] {
  width: 0.3rem;
  height: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0.14rem 0 0;
  border-radius: 2px;
  border: solid 1px #1646a7;
}
.checkitem input[type='checkbox']:checked {
  background: url('/Img/images_p/checked.png') no-repeat center center #1646a7;
  background-size: contain;
}
.form-btnbox {
  margin-top: 0.55rem;
}
.form-btnbox .btn-submit {
  width: 100%;
  height: 0.9rem;
  display: block;
  text-align: center;
  background-image: linear-gradient(0deg, rgb(41, 168, 253) 0%, rgb(24, 75, 181) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(41, 168, 253) 0%, rgb(24, 75, 181) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(41, 168, 253) 0%, rgb(24, 75, 181) 100%);
  font-size: 0.46rem;
  line-height: 0.9rem;
  color: #fff;
  font-weight: bold;
  border-radius: 0.9rem;
  overflow: hidden;
}

/* 提交按钮 */
@keyframes searchLights {
  0% {
    transform: translate(-5.66123188rem);
    -webkit-transform: translate(-5.66123188rem);
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  67% {
    transform: translate(-5.66123188rem);
    -webkit-transform: translate(-5.66123188rem);
    opacity: 1;
  }
  100% {
    transform: translate(24.90942029rem);
    -webkit-transform: translate(24.90942029rem);
  }
}
@-webkit-keyframes searchLights {
  0% {
    transform: translate(-5.66123188rem);
    -webkit-transform: translate(-5.66123188rem);
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  67% {
    transform: translate(-5.66123188rem);
    -webkit-transform: translate(-5.66123188rem);
    opacity: 1;
  }
  100% {
    transform: translate(24.90942029rem);
    -webkit-transform: translate(24.90942029rem);
  }
}
@keyframes enlargeShrink {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  14% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
  }
  42% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
  66% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes enlargeShrink {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  14% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
  }
  42% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }
  66% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.enlargeShrink {
  -webkit-animation: enlargeShrink 3s infinite;
  animation: enlargeShrink 3s infinite;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.enlargeShrink::before {
  content: '';
  display: block;
  position: absolute;
  width: 3.67980072rem;
  height: 3.67980072rem;
  margin-top: -0.56612319rem;
  background-image: url('/Img/images_p/swipe_light.png');
  background-size: 3.39673913rem 3.39673913rem;
  -webkit-animation: searchLights 3s linear infinite forwards;
  -o-animation: searchLights 3s linear infinite forwards;
  animation: searchLights 3s linear infinite forwards;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* 页面样式 */
.wrapper {
  background: url('/Img/images_p/bg.jpg') no-repeat center -0.88rem #e8f2fc;
  background-size: 100% auto;
}
.head-logo {
  width: 55.2%;
  max-width: 414px;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 100;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: rgba(255,255,255,.9);
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.head-logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.btn-sideTel {
  width: 1.1rem;
  display: block;
  position: fixed;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 200;
}
.btn-sideTel img {
  width: 100%;
  max-width: 100%;
  display: block;
}

/* 顶部结构 */
.home-sect1 {
  width: 100%;
  position: relative;
  /* padding: 2.88rem 0 1.02rem; */
  padding: 2rem 0 0.7rem;
  text-align: center;
}
.home-sect1 .t1 {
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #fff;
  margin-bottom: 0.2rem;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}
.hmst1-tab{
  position: relative;
}
.hmst1-tab li{
  position: relative;
  padding-right: 0.16rem;
  margin-right: 0.15rem;
}
.hmst1-tab li::after {
  display: block;
  content: '|';
  opacity: 0.5;
  /* margin: 0 0.15rem; */
  position: absolute;
  right: 0;
  top: 0;
}
.hmst1-tab li:last-child{
  padding-right: 0;
  margin-right: 0;
}
.hmst1-tab li:last-child::after{
  display: none;
}
/* .hmst1-tab .box{
  position: relative;
  padding-bottom: 0.1rem;
}
.hmst1-tab li.active .box::after{
  content: '';
  height: 2px;
  display: block;
  background: #fff;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hmst1-tab li.active .line{
  height: 2px;
  display: block;
  background: #fba72e;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.hmst1-swip{
  animation-delay: .15s;
  -webkit-animation-delay: .15s;
  font-size: 0.82rem;
  line-height: 0.9rem;
  font-weight: bold;
  color: #fff;
} */
.home-sect1 .t2 {
  font-size: 0.82rem;
  line-height: 0.9rem;
  font-weight: bold;
  animation-delay: .15s;
  -webkit-animation-delay: .15s;
  color: #fff;
}
.home-sect1 .t3 {
  font-size: 0.32rem;
  line-height: 0.64rem;
  color: #1d53b7;
  margin-top: 0.4rem;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.home-sect1 .t3 span {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border-radius: 0.32rem;
  padding: 0 0.32rem;
}
.home-sect1 .imgs {
  width: 6.5rem;
  max-width: 100%;
  margin: 1.34rem auto 0.4rem;
  position: relative;
}
.home-sect1 .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.home-sect1 .imgs .m1 {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.home-sect1 .imgs .m2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  animation-delay: .25s;
  -webkit-animation-delay: .25s;
}
.home-sect1 .imgs .m3 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  animation-delay: .25s;
  -webkit-animation-delay: .25s;
}
.home-sect1 .datalist {
  
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 0 0.4rem;
}
.home-sect1 .datalist li {
  white-space: nowrap;
  text-align: center;
}
.home-sect1 .datalist li:nth-child(1){
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}
.home-sect1 .datalist li:nth-child(2){
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}
.home-sect1 .datalist li:nth-child(3){
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}
.home-sect1 .datalist li:nth-child(4){
  animation-delay: 6s;
  -webkit-animation-delay: .6s;
}
.home-sect1 .datalist .num {
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fba72e;
  font-family: 'Arial';
  font-weight: bold;
  padding-bottom: 6px;
  position: relative;
  margin-bottom: 0.13rem;
}
.home-sect1 .datalist .num::after {
  content: '';
  display: block;
  width: 0.28rem;
  height: 1px;
  display: block;
  background: #6d6e70;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.home-sect1 .datalist .jumpnum {
  font-size: 0.62rem;
  line-height: 1em;
  height: 0.62rem;
  display: inline-block;
  vertical-align: top;
}
.home-sect1 .datalist .tit {
  font-size: 0.28rem;
  line-height: 0.4rem;
}

/* 行业报价 */
.home-hyprice {
  width: 100%;
  position: relative;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  padding: 0 0.4rem;
}
.form-hyprice {
  width: 100%;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: -0.06rem 0 0.3rem rgba(9, 20, 45, .2);
  padding: 0.48rem 0.4rem 0.78rem;
}
.form-hyprice .top {
  position: relative;
  background: url('/Img/images_p/icon-6.png') no-repeat center 0.4rem;
  background-size: 1.62rem auto;
  text-align: center;
  margin-bottom: 0.24rem;
}
.form-hyprice .top .tit {
  /* width: 8em; */
  max-width: 100%;
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: bold;
  color: #1646a7;
  margin: 0 auto 0.25rem;
}
.form-hyprice .top .tit .p1{
  margin-bottom: 0.2rem;
}
.form-hyprice .top .word {
  font-size: 0.26rem;
  line-height: 0.46rem;
  color: #4c4c4c;
}
.form-hyprice .top .word a {
  color: #fba72e;
  font-style: italic;
  margin-right: 0.12rem;
}
.form-hyprice .top .word p a:last-child {
  margin-right: 0;
}
.form-hyprice .top .word .p2 {
  color: #666;
}
.form-hyprice .top .line {
  height: 0.4rem;
  display: block;
  position: relative;
  margin: 0.26rem -0.4rem 0;
}
.form-hyprice .top .line::before {
  content: '';
  display: block;
  background: url('/Img/images_p/bg2.png') no-repeat center center;
  background-size: 101% 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.form-hyprice .top .line::after {
  content: '';
  display: block;
  height: 0;
  border-bottom: dashed 1px #d4d4d4;
  position: absolute;
  left: 0.4rem;
  right: 0.4rem;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 2;
}
.form-hyprice .gp1 {
  margin-bottom: 0;
  padding: 0;
}

.frm-wx{
  position: relative;
}
.frm-wx .form-control{
  padding-right: 1.7rem;
}
.btn-check{
  width: 1.5rem;
  text-align: right;
  white-space: nowrap;
  font-size: 0.24rem;
  line-height: 0.9rem;
  margin: 0;
  position: absolute;
  right: 0.2rem;
  top: 0.15rem;
  z-index: 20;
}
.btn-check .checkitem{
  font-size: 1em;
  line-height: inherit;
}
.btn-check .checkitem input[type='checkbox']{
  width: 0.24rem;
  height: 0.24rem;
}

/* 我们的服务 */
.home-service {
  width: 100%;
  padding: 1.3rem 0 0.76rem;
  overflow: hidden;
}
.hm-secthd {
  text-align: center;
  position: relative;
}
.hm-secthd .lvtt {
  font-size: 0.56rem;
  line-height: 0.7rem;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.hm-secthd .icon {
  width: 2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hm-secthd .icon img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.home-service .hm-secthd {
  margin-bottom: 0.6rem;
}

.hmsve-item .item-tit {
  font-size: 0.36rem;
  line-height: 0.56rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.hmsve-item .item-tit span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.26rem;
  background: #1646a7;
  border-radius: 0.28rem;
}
.hmsve-item .item-tit .num {
  width: 0.42rem;
  height: 0.42rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%;
  border: solid 1px #fff;
  margin: -2px 0.14rem 0 0;
  font-style: normal;
  line-height: 0.4rem;
}
.hmsve-item .item-doc {
  font-size: 0.3rem;
  line-height: 0.54rem;
  margin-top: 0.2rem;
  animation-delay: .15s;
  -webkit-animation-delay: .15s;
  text-align: center;
}

.hmsve-one .item-hd {
  margin-bottom: 0.28rem;
}
.home-service .subtit{
  font-size: 0.36rem;
  line-height: 0.54rem;
  color: #1646a7;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.55rem;
}
.hmsve-one .imgs {
  width: 100%;
  position: relative;
  margin: 0 auto 0.68rem;
}
.hmsve-one .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.hmsve-one .imgs .m1 {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.hmsve-one .imgs .m2 {
  animation-delay: .25s;
  -webkit-animation-delay: .25s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hmsve-one .imgs .m3 {
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.hmsve-link {
  margin: 0 -0.07rem -0.16rem;
}
.hmsve-link li {
  padding: 0 0.07rem;
  margin-bottom: 0.16rem;
}
.hmsve-link .box {
  width: 100%;
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0.14rem;
  padding: 0.26rem 0.2rem;
  font-size: .26rem;
  line-height: 0.36rem;
  color: #4c4c4c;
}
.hmsve-link li.col-6 .box {
  height: 2.4rem;
}
.hmsve-link li.col-4 .box {
  height: 2.75rem;
  padding: 0.26rem 0.18rem;
}
.hmsve-link .num {
  width: 100%;
  padding: 0 0.26rem;
  text-align: right;
  font-size: 0.68rem;
  line-height: 0.68rem;
  color: #f2f4f7;
  position: absolute;
  left: 0;
  bottom: -0.18rem;
  z-index: 1;
  font-family: 'Arial';
  font-weight: bold;
}
.hmsve-link .tit {
  font-size: 0.3rem;
  line-height: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
  color: #1646a7;
}
.hmsve-link .desc {
  max-height: 1.44rem;
  overflow: hidden;
}

.hmsve-two {
  margin-top: 0.9rem;
}
.hmsve-two .item-hd {
  margin-bottom: 0.28rem;
}
.hmsve-two .xuqiu .tit {
  font-size: 0.36rem;
  line-height: 0.54rem;
  color: #1646a7;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.22rem;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
.hmsve-two .xqlist {
  font-size: 0.3rem;
  line-height: 0.58rem;
  color: #4c4c4c;
  padding: 0 0.4rem;
  margin: 0 auto 5px;
  white-space: nowrap;
  animation-delay: .25s;
  -webkit-animation-delay: .25s;
}
.hmsve-two .xqlist li {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.hmsve-two .xqlist a {
  float: left;
  padding-left: 0.36rem;
  position: relative;
}
.hmsve-two .xqlist .circle {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 100%;
  border: solid 1px #fba72e;
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.hmsve-two .xqlist .circle::after {
  content: '';
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 100%;
  background: #fba72e;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hmsve-two .imgs {
  margin: 0 -0.3rem;
  position: relative;
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}
.hmsve-two .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.hmsve-three {
  margin-top: 0.65rem;
}
.hmsve-three .item-hd {
  margin-bottom: 0.72rem;
}
.hmsve-three .svlist {
  margin: 0;
}
.hmsve-three .svlist li {
  height: 2.2rem;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.hmsve-three .svlist .box {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.3rem;
  line-height: 1em;
  color: #fff;
}
.hmsve-three .svlist .icon {
  height: 0.84rem;
  display: block;
  margin: 0.12rem auto 0.35rem;
}
.hmsve-three .svlist li.item1 {
  background: #349fda;
  animation-delay: .15s;
  -webkit-animation-delay: .15s;
  border-top-left-radius: 0.2rem;
}
.hmsve-three .svlist li.item2 {
  background: #3963b2;
  animation-delay: .15s;
  -webkit-animation-delay: .15s;
}
.hmsve-three .svlist li.item3 {
  background: #ffb356;
  animation-delay: .15s;
  -webkit-animation-delay: .15s;
  border-top-right-radius: 0.2rem;
}
.hmsve-three .svlist li.item4 {
  background: #1646a7;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
  border-bottom-left-radius: 0.2rem;
}
.hmsve-three .svlist li.item5 {
  background: #b8c834;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
  border-bottom-right-radius: 0.2rem;
}

/* 我们的客户 */
.home-customer{
  width: 100%;
  background: #fff;
  padding: 0.74rem 0 0.44rem;
  overflow: hidden;
}
.home-customer .hm-secthd{
  margin-bottom: 0.65rem;
}
.hmcust-list{
  margin: 0 0 0.4rem;
}
.hmcust-list li{
  padding: 0 0.1rem;
  margin-bottom: 0.2rem;
}
.hmcust-list .box{
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.hmcust-list .imgs{
  width: 100%;
  height: 2rem;
  display: block;
  background: no-repeat center center;
  background-size: cover;
}
.hmcust-list .tit{
  width: 100%;
  height: 0.6rem;
  overflow: hidden;
  padding: 0 0.12rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  background: #f2f2f2;
}
.hmcust-list2{
  margin: 0 -0.08rem -0.15rem -0.07rem;
}
.hmcust-list2 li{
  padding: 0 0.08rem 0 0.07rem;
  margin-bottom: 0.15rem;
}
.hmcust-list2 .box{
  width: 100%;
  display: block;
  position: relative;
}
.hmcust-list2 .imgs{
  width: 100%;
  height: 1.5rem;
  background: no-repeat center center #f2f2f2;
  background-size: contain;
  position: relative;
}
.hmcust-list2 .type{
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.22rem;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

/* 官网链接 */
.home-website{
  width: 100%;
  background: #f2f5f7;
  padding: 1rem 0 0.7rem;
  overflow: hidden;
}
.home-website .hm-secthd{
  margin-bottom: 0.66rem;
}
.hmsite-list{
  margin: 0 -0.08rem -0.16rem;
}
.hmsite-list li{
  padding: 0 0.08rem;
  margin-bottom: 0.16rem;
}
.hmsite-list .box{
  width: 100%;
  height: 2.6rem;
  display: block;
  background: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0.14rem;
  padding: 0.26rem 0.18rem 0;
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #666;
}
.hmsite-list .tit{
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #1646a7;
  font-weight: bold;
  margin-bottom: 0.14rem;
}
.hmsite-list .desc{
  width: 100%;
  height: 0.96rem;
  overflow: hidden;
}
.hmsite-list .more{
  margin-top: 0.24rem;
}
.hmsite-list .arrow{
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 6px;
  background: url('/Img/images_p/arrow-right.png') no-repeat center center;
  background-size: contain;
}

/* 底部表单 */
.home-end{
  width: 100%;
  padding: 0.9rem 0.4rem 0.78rem;
  background: #fff;
  position: relative;
}
.hmfoot{
  text-align: center;
  font-size: 0.26rem;
  line-height: 0.48rem;
  margin-top: 0.7rem;
}
.hmfoot .p2 a{
  margin-right: 0.3rem;
}
.hmfoot .p2 a:last-child{
  margin-right: 0;
}

/* 其他部件 */
.thumb-scroll{
  width: 0.7rem;
  height: 1.2rem;
  display: block;
  background: url('/Img/images_p/scroll.png') no-repeat center center;
  background-size: contain;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.modal-loading{
  width: 100px;
  height: 100px;
  background: rgba(0,0,0,.8);
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1020;
}
.modal-loading img{
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}