* {
  margin: 0px;
  padding: 0px;
  color: #121212;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote {
  margin: 0;
  padding: 0;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  /* 覆盖整个视窗 */
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255);
  /* 半透明白色 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  /* 浅灰色边框 */
  border-top: 5px solid #3498db;
  /* 蓝色顶部边框（动画部分） */
  border-radius: 50%;
  animation: spin 1s linear infinite;
  /* 旋转动画 */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.x-header.content {
  background-color: #FFF;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.x-header {
  width: 100%;
  height: 66px;
  position: fixed;
  top: 0px;
  z-index: 999;
  transition: all 0.5s ease-in-out;
  border-bottom: 1px solid hsla(0, 0%, 100%, .16);
}

.wrap {
  width: 1200px;
  margin: 0px auto;
  position: relative;
}

.logo {
  height: 66px;
  line-height: 66px;
  float: left;
  font-size: 30px;
}

.LogoImg {
  height: 66px;
  margin-top: 0px;
}

.x-header.content ul.nav {
  list-style: none;
  height: 40px;
  position: absolute;
  right: 130px;
  top: 13px;
}

.x-header.content ul.nav li {
  list-style: none;
  height: 40px;
  padding: 0px 25px;
  line-height: 40px;
  float: left;
}

.x-header.content ul.nav li:hover a {
  opacity: 80%;
}

.x-header.content .login {
  width: 109px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 19px;
  font-size: 14px;
  color: #FFF;
  position: absolute;
  right: 0px;
  top: 14px;
  float: left;
}

a {
  text-decoration: none;
}

.x-header.content .login a {
  color: #000;
}

.x-header.content .login:hover a {
  opacity: 80%;
}

.lhtp {
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}

.lhtpBtn {
  width: 100%;
  height: 12px;
  z-index: 4;
  text-align: center;
  position: absolute;
  bottom: 20px !important;
}

.lhtpPrev {
  width: 50px;
  z-index: 4;
  cursor: pointer;
  top: 220px;
  display: inline-block;
  position: absolute;
  left: 20px;
  height: 75px;
  background: url(../img/prev.png) no-repeat;
}

.lhtpNext {
  width: 50px;
  z-index: 4;
  cursor: pointer;
  top: 220px;
  display: inline-block;
  position: absolute;
  right: 20px;
  height: 75px;
  background: url(../img/next.png) no-repeat;
}

.lhtp ul li {
  height: 500px;
  text-align: center;
  z-index: 1;
  margin: 0 auto;
  position: absolute;
  width: 100%;
}

.my-bullet {
  width: 12px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.my-bullet-active {
  background-color: #16A1FF;
}

.x-select {
  width: 100%;
  float: left;
  height: 80px;
  background-color: #ff8421;
}

.x-select .wrap {
  padding-top: 10px;
  text-align: center;
}

.x-select .search {
  width: 700px;
  height: 60px;
  margin: auto;
}

.selectInput {
  height: 50px;
  float: left;
  text-indent: 20px;
  padding: 5px 10px;
  line-height: 50px;
  width: 580px;
  border: 0px;
  border-radius: 10px;
  font-size: 18px;
}

.selectBtn {
  height: 60px;
  float: left;
  width: 80px;
  margin-left: 10px;
  line-height: 40px;
  background-color: #2D8CC6;
  color: #FFF;
  border-radius: 10px;
  border: 0px;
  font-size: 15px;
  cursor: pointer;
}

.x-youshi {
  width: 100%;
  float: left;
  background-color: #FFF;
}

.x-youshi-title {
  width: 100%;
  float: left;
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  color: #39394d;
  line-height: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
}

.x-youshi-title-line {
  width: 30%;
  border-bottom: 1px solid #c0c4cc;
  height: 25px;
  float: left;
}

.x-youshi-title-line:first-child {
  margin-left: 10%;
}

.x-youshi-title-text {
  width: 20%;
  float: left;
  text-align: center;
  height: 50px;
}

.x-youshi-content {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.x-youshi-part {
  float: left;
  width: 21%;
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
  padding-left: 2%;
  padding-right: 2%;
}

.x-youshi-img {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  margin: 0px auto;
}

.x-youshi-img i {
  font-size: 80px;
  margin-top: 0px;
  color: #0094b5;
}

.x-youshi-part-title {
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  margin-top: 25px;
}

.x-youshi-part-content {
  margin-top: 15px;
  color: #555;
  min-height: 44px;
  font-size: 12px;
  line-height: 24px;
}

.x-youshi-part-title a {
  color: #150c31;
  font-weight: 700;
}

.x-youshi-part-title:hover a {
  cursor: pointer;
  opacity: 80%;
}

.x-liucheng {
  width: 100%;
  float: left;
  background-color: #2D8CC6;
}

.x-liucheng-title {
  width: 100%;
  float: left;
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  color: #39394d;
  line-height: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
}

.x-liucheng-title-line:first-child {
  margin-left: 10%;
}

.x-liucheng-title-line {
  width: 30%;
  border-bottom: 1px solid #c0c4cc;
  height: 25px;
  float: left;
}

.x-liucheng-title-text {
  width: 20%;
  float: left;
  text-align: center;
  height: 50px;
  color: #FFF;
}

.x-liucheng-content {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.x-liucheng-part {
  float: left;
  width: 12%;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 1%;
  padding-right: 1%;
}

.x-liucheng-img {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  background-color: #FFF;
  color: #2D8CC6;
  border-radius: 50%;
  margin: 0px auto;
}

.x-liucheng-part-title {
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  margin-top: 25px;
}

.x-liucheng-part-title a {
  color: #FFF;
}

.x-liucheng-part-content {
  margin-top: 15px;
  color: #FFF;
  min-height: 44px;
  font-size: 12px;
}

.x-liucheng-part-jiange {
  width: 2%;
  float: left;
  display: flex;
}

.x-liucheng-part-title a:hover {
  opacity: 80%;
  cursor: pointer;
}

.x-fuwu {
  width: 100%;
  float: left;
  background-color: #FFF;
}

.x-fuwu-title {
  width: 100%;
  float: left;
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  color: #39394d;
  line-height: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
}

.x-fuwu-title-line:first-child {
  margin-left: 10%;
}

.x-fuwu-title-line {
  width: 30%;
  border-bottom: 1px solid #c0c4cc;
  height: 25px;
  float: left;
}

.x-fuwu-title-text {
  width: 20%;
  float: left;
  text-align: center;
  height: 50px;
}

.x-fuwu-content {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.x-fuwu-part {
  float: left;
  width: 12.6%;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 2%;
  padding-right: 2%;
}

.x-fuwu-img {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  margin: 0px auto;
}

.x-fuwu-img i {
  font-size: 80px;
  margin-top: 0px;
  color: #0094b5;
}

.x-fuwu-part-title {
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  margin-top: 25px;
}

.x-fuwu-part-title a {
  color: #150c31;
  font-weight: 700;
}

.x-fuwu-part-title:hover a {
  opacity: 80%;
  cursor: pointer;
}

.x-footer {
  width: 100%;
  float: left;
  background-color: #f7f7f7;
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #1b1e25;
}

.x-footer-nav {
  width: 578px;
  float: left;
  min-height: 163px;
}

.x-footer-nav-li {
  width: 120px;
  float: left;
}

.x-footer-nav-li-title {
  width: 100%;
  float: left;
  font-size: 15px;
  margin-bottom: 5px;
  color: #cbcbcb;
}

.x-footer-nav-li-content {
  width: 100%;
  float: left;
}

.x-footer-nav-li-content span {
  width: 100%;
  float: left;
  margin-top: 7px;
}

.x-footer-nav-li-content span a {
  font-size: 12px;
  color: #cbcbcb;
}

.x-footer-nav-li-content span:hover a {
  opacity: 80%;
}

.x-footer-erweimaX {
  width: 160px;
  float: left;
  margin-right: 10px;
  position: absolute;
  right: 450px;
  top: 60px;
  background-color: #FFF;
}

.x-footer-erweimaX img {
  width: 160px;
  height: 160px;
  float: left;
}

.x-footer-erweimaX span {
  width: 100%;
  float: left;
  margin-top: 9px;
  font-size: 13px;
  color: #ddd;
  text-align: center;
}

.x-footer-erweima {
  width: 120px;
  float: left;
  margin-right: 10px;
  position: absolute;
  right: 300px;
  top: 60px;
  background-color: #FFF;
}

.x-footer-erweima img {
  width: 120px;
  height: 120px;
  float: left;
}

.x-footer-erweima span {
  width: 100%;
  float: left;
  margin-top: 9px;
  font-size: 13px;
  color: #ddd;
  text-align: center;
}

.x-footer-address {
  width: 250px;
  float: left;
  position: absolute;
  right: 0px;
  top: 60px;
  border: 0px;
  border-left: 1px dashed #c0c4cc;
  padding-left: 20px;
  font-size: 12px;
}

.x-footer-address-title {
  width: 100%;
  float: left;
  font-size: 15px;
  color: #cbcbcb;
}

.x-footer-address-content {
  width: 100%;
  float: left;
  font-size: 12px;
  margin-top: 10px;
  line-height: 30px;
}

.x-footer-address-content span,
.x-copyright span,
.iconfont {
  color: #cbcbcb;
}

.x-copyright {
  width: 100%;
  padding: 20px 0;
  background: #fff;
  border: 0px;
  text-align: left;
  font-size: 12px;
  float: left;
  line-height: 10px;
  background-color: #13161b;
}

.x-copyright a {
  color: #595959;
}

.x-copyright a:hover {
  opacity: 80%;
}

a:hover {
  opacity: 80%;
}

.x-wrap {
  margin: 0 auto;
  width: 1200px;
}

.indexSelect {
  width: 340px;
  height: 260px;
  float: left;
  border: 1px solid #c9c9c9;
  padding: 0px 20px;
  margin-top: 20px;
  box-sizing: border-box;
}

.indexCalc {
  width: 340px;
  height: 260px;
  float: left;
  border: 1px solid #c9c9c9;
  padding: 0px 20px;
  margin-top: 20px;
  margin-left: 20px;
  box-sizing: border-box;
}

.indexNav {
  width: 480px;
  height: 260px;
  float: left;
  border: 1px solid #c9c9c9;
  padding: 0px 20px;
  margin-top: 20px;
  margin-left: 20px;
  box-sizing: border-box;
}

.indexSelect .title {
  width: 100%;
  float: left;
  text-indent: 12px;
  height: 61px;
  line-height: 61px;
  position: relative;
  font-size: 17px;
  background: url('../img/ico.jpg') left center no-repeat;
}

.indexSelect .content {
  width: 100%;
  float: left;
}

#selectInput {
  float: left;
  width: 100%;
  color: #9F9C9C;
  height: 122px;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
}

.form-control {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#selectBtn {
  width: 100%;
  border: 0px;
  height: 36px;
  margin-top: 20px;
  color: #FFF;
  border-radius: 10px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  background: #ff6600;
  float: left;
}

.indexCalc .title {
  width: 100%;
  float: left;
  text-indent: 12px;
  height: 61px;
  line-height: 61px;
  position: relative;
  font-size: 17px;
  background: url('../img/ico.jpg') left center no-repeat;
}

.indexCalc .content {
  width: 100%;
  float: left;
}

table.tableCalc {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #727272;
}

table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}

table.tableCalc tr {
  height: 30px;
  line-height: 30px;
  color: #727272;
}

table.tableCalc th {
  text-align: right;
  font-weight: normal;
  color: #727272;
}

table.tableCalc td {
  color: #727272;
}

input[type=text] {
  padding: 0px 6px;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  display: initial;
  width: 300px;
}

select.form-control {
  float: inherit;
  padding: 0px 3px;
  height: 30px;
  line-height: 30px;
  padding: 3px;
  width: 220px;
  display: initial;
  font-size: 13px;
}

table.tableCalc #btnCalc {
  width: 100%;
  border: 0px;
  height: 36px;
  margin-top: 5px;
  color: #FFF;
  border-radius: 10px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-family: 'Microsoft YaHei';
  background: #ff9c00;
  float: left;
}

input[type=submit] {
  cursor: pointer;
}

.indexNav .title {
  width: 100%;
  float: left;
  text-indent: 12px;
  height: 61px;
  line-height: 61px;
  position: relative;
  font-size: 17px;
  background: url('../img/ico.jpg') left center no-repeat;
}

.indexNav .content {
  width: 100%;
  float: left;
}

.navPart {
  width: 33%;
  height: 87px;
  border-right: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  float: left;
  padding-top: 60px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}

.navPart4,
.navPart5,
.navPart6 {
  border-bottom: 0;
}

.navPart3,
.navPart6 {
  border-right: 0;
}

#lovexin14 {
  right: 0px;
  position: absolute;
  top: 100px;
  /* position: fixed; */
  border: 0 solid #DDDDDD;
  height: 152px;
  width: 50px;
  z-index: 999;
}

#lovexin14 a.qq {
  background: #D2D2D2 url('../img/qqX.png') center center no-repeat;
  margin-bottom: 1px;
}

#lovexin14 a {
  height: 50px;
  width: 50px;
  float: left;
}

#lovexin14 a.tel {
  background: #D2D2D2 url('../img/dianhuaX.png') center center no-repeat;
  position: relative;
  margin-bottom: 1px;
}

#lovexin14 a.tel:hover {
  background: #ff6600 url(/imagesHuaYi/dianhuaX.png) center center no-repeat;
}

#lovexin14 a.tel:hover span {
  display: block;
}

#lovexin14 a.tel span {
  height: 50px;
  display: none;
  width: 180px;
  line-height: 50px;
  color: #FFF;
  text-align: center;
  position: absolute;
  right: 50px;
  background-color: #ff6600;
  color: #FFF;
  font-size: 16px;
}

#lovexin14 a.weixin {
  background: #D2D2D2 url('../img/weixinX.png') center center no-repeat;
  position: relative;
  margin-bottom: 1px;
}

#lovexin14 a.weixin:hover {
  background: #ff6600 url(/imagesHuaYi/weixinX.png) center center no-repeat;
}

#lovexin14 a.weixin:hover img {
  display: block;
}

#lovexin14 a.weixin img {
  width: 120px;
  display: none;
  border: 5px solid #ff6600;
  position: absolute;
  right: 50px;
  bottom: 0px;
}

#lovexin14 a.top {
  background: #D2D2D2 url('../img/dingbuX.png') center center no-repeat;
}

.indexStepBg {
  width: 100%;
  float: left;
  height: 594px;
}

.indexStepBg .wrap {
  margin: 0 auto;
  width: 1200px;
}

.indexStepBg .title {
  height: 34px;
  line-height: 34px;
  width: 100%;
  float: left;
  text-align: center;
  font-size: 29px;
  margin-top: 37px;
  color: #292929;
}

.indexStepBg .summary {
  width: 100%;
  float: left;
  height: 49px;
  line-height: 49px;
  text-align: center;
  font-size: 12px;
  color: #8d8d8d;
}

.indexStepBg .content {
  width: 100%;
  float: left;
}

.stepPart {
  width: 23%;
  border: 1px solid #dcdcdc;
  height: 380px;
  float: left;
  position: relative;
  margin: 0px 1%;
  margin-top: 76px;
  box-sizing: border-box;
}

.stepPart a {
  cursor: pointer;
  color: #595959;
  text-decoration: none;
}

.stepPartImg {
  width: 100%;
  float: left;
  height: 150px;
  position: absolute;
  top: -76px;
}

.stepPartTitle {
  width: 100%;
  float: left;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-top: 114px;
  font-size: 22px;
}

.stepPartDesc {
  width: 100%;
  float: left;
  height: 44px;
  line-height: 22px;
  text-align: center;
  font-size: 15px;
  color: #2d2d2d;
  text-align: left;
  color: #2b2b2b;
  padding: 0px 37px;
  box-sizing: border-box;
}

.stepPartNum {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFF;
  background-color: #333743;
  border-radius: 50%;
  font-size: 29px;
  float: left;
  margin-top: 34px;
  margin-left: 105px;
}

.indexLinkBg {
  width: 100%;
  float: left;
  height: 60px;
}

.indexLinkBg .wrap {
  margin: 0 auto;
  width: 1200px;
}

.indexLinkBg img {
  width: 100px;
  height: 40px;
  float: left;
  margin-right: 20px;
}