﻿/**底部**/
.footer-no-links .top .links {
  pointer-events: none;
  opacity: 0;
}
.footer-no-links .top .links .links-list {
  display: none;
}
.footer {
  color: #999999;
}
.footer a:hover {
  color:#fff;
}
.footer .top {
  position: relative;
  padding-right: 5em;
  font-size: 16px;
  line-height: 1.3em;
  padding-top: 3em;
  padding-bottom: 3em;
}
.footer .top .links .links-title {
  color: #000000;
  flex-shrink: 0;
}
.footer .top .links .links-list {
  padding-left: 1.2em;
}
.footer .top .links .links-list a:hover {
  color: var(--active-color);
}
.footer .top .links .links-list .line-y {
  --background-line: rgba(0, 0, 0, 0.2);
  margin: 0 1.5em;
}
.footer .top .return-top {
  position: absolute;
  right: 0;
}
.footer .middle {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.footer .menus {
  font-size: 16px;
  line-height: 1.2em;
}
.footer .menus .menus-li {
  max-width: 20%;
}
.footer .menus .menus-title {
  margin-bottom: 1.2em;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2em;
  color: #333333;
}
.footer .menus .menus-a-s .a-box {
  padding: 0.4em 0;
}
.footer .contact {
  font-size: 20px;
  line-height: 1.5em;
  color: #333333;
}
.footer .contact .info {
  width: 325px;
}
.footer .contact .info .p + .p {
  margin-top: 0.8em;
}
.footer .contact .info .p .self-svg {
  flex-shrink: 0;
  margin-right: 1em;
  border-radius: 50%;
  border: 1px solid rgba(195, 157, 91, 0.3);
  width: 36px;
  height: 36px;
}
.footer .contact .info .p .self-svg svg {
  height: 55%;
  width: 55%;
  fill: var(--active-color);
}
.footer .contact .info .p .p-word {
  padding-top: 0.08em;
}
.footer .contact .info .p .phone {
  font-size: 1.25em;
  letter-spacing: 0px;
  color: #000000;
}
.footer .contact .code {
  width: 128px;
}
.footer .contact .code .img {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid rgba(221, 221, 221, 0.6);
}
.footer .contact .code .code-tips {
  font-size: 0.7em;
  line-height: 1.4em;
  color: #000000;
  opacity: 0.6;
}
.footer .middle {
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer .middle .menus {
  align-self: center;
  width: calc(50% - 1px);
  padding-left: 7%;
  padding-right: 7%;
}
.footer .middle .line-y {
  height: auto;
  --background-line: rgba(0, 0, 0, 0.2);
}
.footer .middle .contact {
  align-self: center;
  width: calc(50% - 1px);
  padding-left: 5%;
  padding-right: 5%;
}
.footer .company-des img {
  display: block;
  margin: 0 auto;
}
.footer .company-des .des {
  margin-top: 1.5em;
  font-size: 18px;
  line-height: 1.5em;
  color: #000000;
}
.footer .bot {
  margin-top: 50px;
  padding-bottom: 36px;
  font-size: 14px;
  line-height: 1.5em;
}
.footer .bot .left-cont {
  width: 40%;
}
.footer .bot .right-cont {
  width: 40%;
}
@media (max-width: 1200px) {
  .footer .top {
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
    font-size: 0.24rem;
  }
  .footer .top .links .links-list {
    padding-left: 0.5em;
  }
  .footer .top .links .links-list .line-y {
    margin: 0 0.6em;
  }
  .footer .top .return-top {
    transform: translateY(-13%);
  }
  .footer .menus {
    font-size: 0.24rem;
  }
  .footer .menus .menus-li {
    max-width: 20%;
  }
  .footer .menus .menus-title {
    margin-bottom: 0.6em;
    font-size: 1.1em;
  }
  .footer .menus .menus-a-s .a-box {
    padding: 0.2em 0;
  }
  .footer .contact {
    flex-wrap: wrap;
    font-size: 0.24rem;
  }
  .footer .contact .info {
    width: 100%;
    padding: 0.2rem 0;
  }
  .footer .contact .info .p {
    justify-content: center;
  }
  .footer .contact .info .p + .p {
    margin-top: 0.5em;
  }
  .footer .contact .info .p .self-svg {
    width: 0.5rem;
    height: 0.5rem;
  }
  .footer .contact .info .p .p-word {
    padding-top: 0.05rem;
    line-height: .4rem;
  }
  .footer .contact .code {
    width: 1.6rem;
  }
  .footer .contact .code .img {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border: 1px solid rgba(221, 221, 221, 0.6);
  }
  .footer .contact .code .code-tips {
    font-size: 0.7em;
  }
  .footer .middle {
    padding-top: 0.5rem;
    padding-bottom: 0.2rem;
  }
  .footer .middle .menus {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .footer .middle .contact {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .footer .company-des .des {
    margin-top: 0.5em;
    font-size: 0.27rem;
  }
  .footer .bot {
    margin-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 0.24rem;
  }
  .footer .bot .share-box {
    margin-bottom: 0.2rem;
    width: 100%;
    order: 0;
  }
  .footer .bot .left-cont {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .footer .bot .right-cont {
    order: 1;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}











/* 版权 */

.z_slide_share a{ display: block; width: 44px; height: 44px; text-align: center; border:1px solid #d0d0d0; border-radius: 50%; line-height: 44px; font-size: 20px; color: #999999;}
.z_slide_share .iconfont{ font-size: 22px;}
.z_slide_share li{ display: inline-block; margin-left: 20px; position: relative;}
.z_hover_code{width: 80px; background: #fff;border:1px solid #44b2b2;box-sizing: border-box; opacity: 0; visibility: hidden; transition: ease .4s; padding: 5px; box-shadow: 0 0 10px rgba(0,0,0,.1); height: 80px; position: absolute; left: 50%; top: 54px; transform: translateY(20px); margin-left: -40px;}
.z_hover_code img{ display: block; width: 100%;}
.z_slide_share li:hover .z_hover_code{ opacity: 1; visibility: visible; transform: translateY(0);}


.z-container { width: 94%; height: auto; clear: both; margin: 0 auto;max-width: 1600px;}
.z_footer{ width: 100%; /* background: #1a1b1b; */background: url(../image/footbj.jpg) no-repeat center / cover;} 
.foot_top{ padding: 2vw 0  1.5vw 0; border-bottom:1px solid rgba(255,255,255,.1);display: flex;display: -ms-flexbox; justify-content: space-between;position: relative;
    z-index: 1;}
.foot_share{ margin-left: auto; float:right}
.foot_share a{ color: #ddd; border:none; background: rgba(255,255,255,.1);}
.foot_logo{ float:left}
.foot_logo img{ display: block; height: 40px;}
.foot_btm{ padding: 2.5vw 0;}
.foot_nav{ float: left;}
.foot_nav a{ color: #fff; display: block; line-height: 36px; font-size: 15px;} 
.foot_nav li{ display: inline-block; vertical-align: top; margin-right: 8vw;}
.foot_nav li:last-child{ margin-right: 0;}
.foot_nav li h3{ margin-bottom: 20px;}
.foot_nav li .subdown a{ color: #999;}
.foot_nav li .subdown a:hover{ color: #44b2b2;}
.foot_nav li h3 a{ font-size: 16px;}
.foot_nav a:hover{ color: #44b2b2;}
.foot_code_warp{float: right;display: flex;width: 35%;display: -ms-flexbox;justify-content: flex-end;}
.foot_code_warp .zxbtn{ display: inline-block; width: 140px; height: 2.604166666666667vw;border-radius: 3px; line-height: 2.604166666666667vw; text-align: center; background: #222222; color: #fff; font-size: 15px;}
.foot_code_warp .zxbtn:hover{ background: #44b2b2;}
.foot_code_warp p{ line-height: 2.604166666666667vw; color: #fff;}
.foot_code_warp h3 a{ font-size: 1.3541666666666667vw; line-height: 1.3541666666666667vw; font-weight: bold; color: #44b2b2;}
.foot_code_warp .desc{text-align: center;float:left;width: 80%;}
.foot_code_warp .code { float:left;   margin-left:1.0416666666666665vw;}
.foot_code_warp .code .img{ width: 6.25vw; height: 6.25vw; background:#fff; border-radius: 3px; padding: 10px;box-sizing: border-box;}
.foot_code_warp .code img{ display: block; width:100%; height:100%}
.foot_code_warp .code h3{ text-align:center; margin-top:10px; color:#fff}
.foot_copy{ padding: 25px 0; color: #999;font-size: 14px;border-top: 1px solid rgba(255, 255, 255, .1);}
.foot_copy a{color: #999;}
.foot_copy span{ display: inline-block; margin-left: 20px;}




/* 客服 */

.kf {
  position: fixed;
  right: -77px;
  bottom: 20%;
  width: 77px;
  padding: 0;
  background: #44b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 999;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #44b2b2;
}
.kf.on {
  right: 0px;
}
.kf .item {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #eaeaeb;
}
.kf .item.gotop {
  border-bottom: none;
  margin-bottom: 0;
  width: 100%;
  height: 80px;
}
.kf .item.gotop .itembox {
  background: transparent!important;
  box-shadow: none!important;
}
.kf .item .itembox {
  width: 100%;
  height: 22px;
  margin: 0 auto 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.kf .item .itembox img {
  display: block;
}
.kf .item p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}
.kf .item .box {
  position: absolute;
  right: -310px;
  height: 70px;
  color: #44b2b2;
  padding: 0 25px;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
  font-family: 'din_b';
  white-space: nowrap;
  top: 50%;
  margin-top: -35px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #f0f0f0;
}
.kf .item .box2 {
  position: absolute;
  right: -150px;
  width: 120px;
  top: 0%;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.kf .item .box2:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  right: -7.5px;
  top: 15px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  background: #fff;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
.kf .item .box2 img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 15px;
}
.kf .item .box2 p {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
}
.kf .item:hover .box {
  right: 68px;
  background: #fff;
}
.kf .item:hover .box2 {
  right: 80px;
}
.kf .item:hover .box2 p {
  color: #333333;
}
.kf .item:hover p {
  color: #fff;
}
.kf .item:hover .itembox img {
  display: block;
}
/*app-客服*/
.kefu {
  display: none;
  position: fixed;
  width: 200px;
  overflow: hidden;
  z-index: 400;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  margin-left: -100px;
  bottom: 35px;
  padding: 8px 0;
  transition: all 0.5s;
}
.kefu li {
  width: 49px;
  float: left;
  border-left: 1px solid #fff;
}
.kefu li:first-child {
  border-left: none;
}
.kefu li a {
  font-size: 20px;
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  background-image: url(../image/wkf1.png);
  background-repeat: no-repeat;
  background-position: center;
}
.kefu li:nth-child(2) a {
  background-image: url(../image/wkf2.png);
}
.kefu li:nth-child(3) a {
  background-image: url(../image/wkf3.png);
}
.kefu li:nth-child(4) a {
  background-image: url(../image/wkf4.png);
}
@media (max-width: 768px) {
  .kf {
    display: none;
  }
  .kefu {
    display: block;
  }
}
