/*
* 瀵艰埅搴曢儴寮€濮
*/
.footer {
  /* width: 100%; */
  background-color: #F5F8FE;

  position: relative;
  /* padding: 0 13.5%; */
  box-sizing: border-box;
  /* overflow: hidden; */
}
/* .footer .wrap{
  max-width: 1440px;
  padding: 0;
} */

.footer-icon {
  width: 100%;
  margin-top: 90px;
  margin-bottom: 72px;
  float: left;
}

.footer-icon .qq{
  position: relative;
}
.footer-icon .qq:hover .desc{
  display: block;
}

.footer-icon .desc{
  position: absolute;
  /* top: -35px; */
  bottom: 40px;
  transform: translateX(-40px);
  /* left: -50%; */
  width: 100px;
  padding: 5px 10px;
  border-radius: 8px;
  /* height: 30px; */
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(165,165,165,0.5);
  border-radius: 5px;
  display: none;
  white-space:nowrap;
  text-align: center;
}
.footer-icon .wx{
  position: relative;
  text-align: center;
}
.footer-icon .wx:hover .desc-wx{
  display: block;
}
.footer-icon  .desc-wx{
  position: absolute;
  top: -98px;
  right: 0;
  transform: translateX(30px);
  width: 84px;
  height: 84px;
  padding: 5px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(165,165,165,0.5);
  border-radius: 5px;
  display: none;
  z-index: 99;
}
.footer-icon  .desc-wx img{
  width: 100%;
  height: 100%;
}


.footer-icon .footer-logo img {
  float: left;
  width: 202px;
  height: 30px;
}
.footer-icon ul{
  display: flex;
  /* background-color: red; */
  justify-content: end;
}
.footer-icon ul li {
  /* float: right; */
  margin-left: 23px;
}

/* 搴曢儴瀵艰埅 */
.footer-nav {
  width: 100%;
  display: inline-block;
  
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.footer-nav ul li {
  float: left;
  margin-right: 40px;
  margin-bottom: 69px;
  font-weight: 500;
  font-size: 18px;
  color: #3C404C;
  line-height: 25px;
  text-align: left;
}

.footer-nav ul li a:hover {
  color: #0068FF;
}


.footer-contact {
  display: flex;
  /* background-color: aqua; */
  font-size: 16px;
  margin-bottom: 72px;
}

.footer-contact .contact-info {
  flex: 1;
  text-align: left;
}

.footer-contact .contact-link {
  flex: 1;
  text-align: left;
  margin-left: 20px;
}

.footer-contact .contact-link li {
  float: left;
  margin-right: 10px;
}

.footer-contact .contact-input {
  display: flex;
  flex: 1;
  align-items: center;
  /* 鍨傜洿灞呬腑 */
  justify-content: right;
  /* 姘村钩灞呬腑锛屽彲閫 */
}

/* 鑱旂郴鏂瑰紡 */
.footer-contact .contact-info p:first-child {
  font-weight: 500;
  font-size: 16px;
  color: #64697A;
  line-height: 22px;
  text-align: left;
}

.footer-contact .contact-info .tel {
  margin-top: 3px;
  font-weight: bold;
  font-size: 30px;
  color: #3C404C;
  line-height: 42px;
  text-align: left;
  margin: 3px 0 14px 0;
}

.footer-contact .contact-info p:nth-child(n+3) {
  font-weight: 500;
  font-size: 16px;
  color: #ABB1C5;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}

/* 鍙嬫儏閾炬帴 */
.footer-contact .contact-link p {
  font-weight: 500;
  font-size: 16px;
  color: #64697A;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.footer-contact .contact-link>ul{
  margin-top: 9px;
}

.footer-contact .contact-link li a {
  font-weight: 500;
  font-size: 16px;
  color: #ABB1C5;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}

/*璁㈤槄*/
.footer-contact .contact-input input {
  border: 1px solid #E0E4ED;
  border-right: 0px;
  width: 259px;
  height: 44px;
  border-radius: 5px 0px 0px 5px;
  outline: none;
  padding-left: 15px;
  font-size: 12px;
  color: #ABB1C5;
  font-weight: 400;
  line-height: 17px;
  box-sizing: border-box;
}

.footer-contact .contact-input input::placeholder {
  color: #ABB1C5;
}

.footer-contact .contact-input .btn-dy {
  background-color: #0068FF;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #0068FF;
  cursor: pointer;

  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 46px;
  box-sizing: border-box;
}


/* 鐗堟潈 */
.copyright {
  display: block;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #E0E4ED;
}

.copyright p {
  font-size: 16px;
  color: #ABB1C5;
}

/* pc 闅愯棌 */
.right_icon {
  display: none;
}

.phone-nav-bottom {
  display: none;
}



.footer .footer_kuai1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateY(50px);
  transition: all 0.6s;
  opacity: 0.2;
  /* background-color: red; */
}

.footer .footer_yun {
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 50% auto;
}

.footer .footer_yun.div1 {
  background-image: url(../images/footer_02.png);
  animation: footerCloudAnim 35s infinite linear;
}

@keyframes footerCloudAnim {
  0% {
    transform: translateX(-50%)
  }

  to {
    transform: translateX(0)
  }
}



/* 鐢垫瀵艰埅  鍥哄畾瀹氫綅 */
.xtx-elevator {
  position: fixed;
  /* left: 50%; */
  right: 40px;
  bottom: 80px;
  z-index: 999;
  opacity: 0;
  margin-left: 640px;
  transition: all .5s;
}

.xtx-elevator .xtx-elevator-list {
  width: 50px;
  float: right;
  position: relative;
}

.xtx-elevator .xtx-elevator-list li {
  height: 50px;
  padding-bottom: 10px;
  cursor: pointer;
}

.xtx-elevator .xtx-elevator-list .xtx-wx-icon {
  background-image: url('../images/dw-wx-icon-img.png');
  background-repeat: no-repeat;
}

.xtx-elevator .xtx-elevator-list .xtx-kf-icon {
  background-image: url('../images/dw-kf-icon-img.png');
  background-repeat: no-repeat;
}

.xtx-elevator .xtx-elevator-list .xtx-back-icon {
  background-image: url('../images/dw-back-icon-img.png');
  background-repeat: no-repeat;
}

.xtx-wx-content {
  width: 160px;
  margin-top: -20px;
  /* height: 200px; */
  display: none;
}

.qrcode {
  width: 84px;
  height: 84px;
  margin-left: auto;
  border: 5px solid #fff;
  box-shadow: 0px 2px 10px 0px rgba(165, 165, 165, 0.5);
  border-radius: 5px;
}

.xtx-kf-icon{
  display: none !important;
}

/* 鍔ㄧ敾 */
.xtx-elevator .xtx-elevator-list .xtx-wx-icon:hover {
  background-image: url('../images/dw-wx-select-icon-img.png');
}

.xtx-elevator .xtx-elevator-list .xtx-kf-icon:hover {
  background-image: url('../images/dw-kf-select-icon-img.png');
}

.xtx-elevator .xtx-elevator-list .xtx-back-icon:hover {
  background-image: url('../images/dw-back-select-icon-img.png');
}


/* 鍜ㄨ鏍峰紡 */
.consultBlock{
  display: block !important;
}
.consult{
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.consult .consult-bg-opacity-view{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}
.consult .screen-layer-bg-view{
  max-width: 580px;
  min-width: 300px;
  height: auto;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.consult .screen-layer-content{
  border: unset;
  border-radius: unset;
  box-shadow: unset;
}
.consult .screen-layer-content .item-line{
  margin: 20px 0;
  box-sizing: border-box;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  color: #3C404C;
}

.consult .screen-layer-content .item-line:last-child{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.consult .screen-layer-content .item-line:last-child .types{
  line-height: 2.5;
}

/* .consult .screen-layer-content .item-line:first-child{
  margin-top: 0;
  display: flex;
} */
.consult .screen-layer-content .required{
  color: red;
}
.consult .screen-layer-content .types{
  padding: 0 5px;
}
.consult .screen-layer-content .input-style{
  border-radius: 4px;
  border: 1px solid #ecf2ff;
  padding-left: 5px;
  height: 40px;
  width: 440px;
}
.consult .screen-layer-content .input-style-lxfs{
  width: 410px;
}
.consult .screen-layer-content  .input-style-zxnr{
  padding: 5px 5px;
  width: 405px;
  height: 100px;
}

.consult .screen-layer-content .consult-tip{
  /* height: 20px; */
  text-align: left;
  padding-left: 60px;
  font-size: 14px;
  color: red;
  display: none;
  margin: -10px 0;
}
.consult .screen-layer-content .phone-tip{
  padding-left: 90px;
}

.error-border{
  border: 1px solid red !important;
  transition: all 0.5 ease;
}


/* 鍏叡寮瑰眰鏍峰紡 */
.public-screen-layer{
  position:fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.screen-layer-bg-opacity-view{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1 ;
}

.public-screen-layer .screen-layer-bg-view{
  max-width: 350px;
  min-width: 300px;
  height: auto;
  background: #FFFFFF;
  border-radius: 8px; 
  overflow: hidden;

  position: absolute;
  top: 50%;  
  left: 50%;  
  transform: translate(-50%, -50%); 

}

/* 鏍囬 */
.screen-layer-title{
  background-color: #0068FF;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;

  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
}
.screen-layer-title .close-btn{
  cursor: pointer;
}

/* 鍐呭 */
.screen-layer-content{
  margin: 30px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 8px;
}

/*搴曢儴鎸夐挳*/
.screen-bottom-btn{
  text-align: center;
  margin: 30px 30px;
}

.screen-bottom-btn>span{
  padding: 10px 30px;
  border-radius: 4px;
  display: inline-block;
  color:#FFFFFF;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.screen-bottom-btn .screen-cancel-btn{
  background-color: #ecf2ff;
  color: #0068FF;
  margin-right: 30px;
  cursor: pointer;
}
.screen-bottom-btn .screen-confirm-btn{
  background-color: #0068FF;
  color: #fff;
  cursor: pointer;
}

/* Toast */

.toast{
  position:fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.toast .toast-bg-view{
  background-color: #000000;
}

.toast  .screen-layer-content{
  background: transparent;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  margin: 20px;
}

.toast .screen-layer-bg-view{
  max-width: 350px;
  min-width: 300px;
  height: auto;
  background: #FFFFFF;
  border-radius: 8px; 
  overflow: hidden;

  position: absolute;
  top: 50%;  
  left: 50%;  
  transform: translate(-50%, -50%); 

}

.toast .screen-layer-bg-view{
  max-width: 250px;
  min-width: unset;
  background: rgba(0, 0, 0, 0.5); /* 鍗婇€忔槑鐨勭孩鑹茶儗鏅 */
}


@media (max-width: 768px) {

  /*搴曢儴寮€濮?/
  .footer {
    display: none;
  }

  /* 绉诲姩绔簳閮ㄥ崰浣 */
  .phone-nav-bottom {
    display: block;
    width: 100%;
    /* height: 150px; */
    display: flex;
    flex-direction: column;
    background-color: #F5F8FE;
    margin-bottom: 50px;
    text-align: center;
  }

  .phone-nav-bottom>a>img {
    margin-top: 50px;
    width: 50%;
    height: auto;
  }

  .phone-footer-nav ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    color: #3C404C;
  }

  .phone-footer-nav ul li {
    width: 33.33%;
    float: left;
    margin: 0px;
    padding: 10px 0;
  }

  .phone-contact-info {
    color: #64697A;
    font-size: 12px;
  }

  .phone-contact-info p {
    margin: 0 auto;
    padding-top: 10px;
  }

  .phone-copyright {
    color: #ABB1C5;
    font-size: 12px;
    padding-bottom: 30px;
    padding-top: 5px;
  }

  .phone-footer-lx{
    margin: 20px 0;
  }
  .phone-footer-lx>ul{
    display: flex;
    justify-content: center;
  }

  .phone-footer-lx>ul>li{
    margin-right: 30px;
  }

  .phone-footer-lx>ul>li:last-child{
    margin-right: 0px;
  }


  /*搴曢儴瀵艰埅 鍥哄畾瀹氫綅*/
  .right_icon {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    z-index: 50;
    color: white;
    align-items: center;
    /* 鍨傜洿灞呬腑 */
    justify-content: center;
    /* 姘村钩灞呬腑锛屽鏋滈渶瑕佺殑璇 */
    display: none;
  }

  .right_icon .con_box {
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
  }

  .right_icon a {
    width: 50%;
    float: left;
    height: 50px;
    border-top: 1px solid #718daa;
    border-right: 1px solid #718daa;
    box-sizing: border-box;
  }

  .right_icon .btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    float: left;
    font-size: 14px;
    text-align: center;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .right_icon .btn img {
    margin-right: 20px;
    width: 30px;
    height: 30px;
    background-size: auto;
    background-size: contain;
    background: url(/assets/index/images/btn_zx3.png) no-repeat center;
  }

  .right_icon .btn b {
    display: inline-block;
  }

  .right_icon .btn .img {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }

  .right_icon .btn .img1 {
    background: url(/assets/index/images/btn_zx3.png) no-repeat center;
    background-size: auto;
    background-size: contain;
    margin-right: 10px;
  }

  .right_icon .btn .img2 {
    background: url(/assets/index/images/btn_zx4.png) no-repeat center;
    background-size: auto;
    background-size: contain;
    margin-right: 10px;
  }

  .xtx-elevator{
    opacity: 0 !important;
    display: none;
  }

  .consult .screen-layer-bg-view{
    min-width: unset;
    max-width: unset;
    transform:translateY(-50%);
    left: 20px;
    right: 20px;
  }
  /* .consult .screen-layer-content .input-style{
    width: 70%;
  }

  .consult .screen-layer-content .input-style-lxfs{
    width: 60%;
  }
  .consult .screen-layer-content  .input-style-zxnr{
    padding: 5px 5px;
    width: 60%;
    height: 100px;
  }

  .consult .screen-layer-content .item-line{
    font-size: 14px;
  } */
  /* .consult .screen-layer-content .item-line:last-child {
    display: unset;
    justify-content: unset;
    box-sizing: border-box;
  }
  .consult .screen-layer-content .item-line:last-child .types{
    vertical-align: top;
  } 
  
  .consult .screen-layer-content .consult-tip{
    font-size: 14px;
    padding-left: 70px;
  }

  .consult .screen-layer-content .phone-tip-h5{
    padding-left: 100px;
  } */

  .consult .screen-layer-content .item-line{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
  }
  .consult .screen-layer-content .consult-tip{
    padding-left: 50px;
    font-size: 14px;
    margin: unset;
  }
  .consult .screen-layer-content .phone-tip{
    padding-left: 76px;
  }

  .consult .screen-layer-content .item-line:first-child{
    margin-top: 0;
  }
  .consult .screen-layer-content .item-line:last-child{
    margin-bottom: 0;
  }
  
  .consult .screen-layer-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .consult .screen-layer-content .input-style{
    width: unset;
    flex: 1;
  }

  .screen-bottom-btn>span{
    font-size: 14px !important;
  }
  
}


/*鍒嗛〉鏍峰紡*/
.row{
  text-align: center;
  margin: 62px 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #444c69;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #262a3b;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #0068FF;
  border-color: #0068FF;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}