@charset "UTF-8";
/*footer——开始*/
.footer {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size:cover;
}

.footer .email {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .bgimg{
    background-color: rgba(17,23,29,.7);
    background-blend-mode: multiply;
   width: 100%;
    height: 466px;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
}
.footer .email .box {
  display: flex;
  justify-content: space-between;
}

.footer .email .box .email_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.footer .email .box .email_left img {
  width: 100px;
}

.footer .email .box .email_left .title {
  padding-left: 20px;
}

.footer .email .box .email_left .title .h4 {
  font-family: 'oswald';
  font-size: 34px;
  color: #333;
  margin-top: 10px;
}

.footer .email .box .email_left .title p {
  font-size: 16px;
  color: #808080;
  margin-top: 10px;
}

.footer .email .box .email_right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
}

.footer .email .box .email_right input[type="text"] {
  height: 60px;
  width: 70%;
  line-height: 60px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.footer .email .box .email_right input[type="submit"] {
  height: 60px;
  width: 30%;
  background: var(--dataColor);
  padding: 0px 20px;
  color: #fff;
  font-size: 14px;
}

.footer .middle .box {
  display: flex;
  justify-content: space-around;
}

.footer .middle .box .title_h4 {
  color: #fff;
  font-size: 22px;
  font-family: "oswald";
  text-transform: uppercase;
  padding-bottom: 18px;
}

.footer .middle .box a {
  color: #fff;
  font-size: 14px;
}

.footer .middle .box .title {
  color: #fff;
  position: relative;
}

.footer .middle .box .footer_con {
  width: 33.33%;
  box-sizing: border-box;
}

.footer .middle .box .footer_site .list li:after {
        content: ' ';
        position: absolute;
        background: #fff;
        width: 15px;
        height: 1px;
        top: 30px;
        left: 90px;
        transform: rotate(90deg);
    }

    .footer .middle .box .footer_site .list li:last-child:after {
        content: ' ';
        position: absolute;
        background: #3a4347;
        width: 15px;
        height: 1px;
        top: 30px;
        left: 88px;
        transform: rotate(90deg);
    }

@media (min-width: 750px) {
    .footer .middle .box .title:after {
        content: ' ';
        position: absolute;
        background: #fff;
        width: 30px;
        height: 3px;
        top: 25px;
        left: 0px;
    }
   .footer .middle .box .footer_site {
      width: 48%;
    }
    .footer .middle .box .list {
      margin-top: 29px;
      padding: 10px;
      line-height: 40px;
    }
    
}

.footer .middle .box .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding-left: 0px;
}

.footer .middle .box .list img {
    width: 33px;
    margin-right: 15px;
}

.footer .middle .box .footer_site .list li {
  width: 140px;
  padding: 10px 0;
  position: relative;
  transition: all .3s;
}

.footer .middle .box .footer_contact {
    color: #fff;
}

.footer .middle .box .footer_con .footer_logo {
  width: 200px;
  display: block;
}

.footer .middle .box .footer_con .content {
  color: #fff;
  margin-top: 21px;
}

.footer .middle .box .footer_con .footer_logo img {
  display: block;
  width: 100%;
}

.footer .middle .box .footer_con ul {
  margin-top: 20px;
}

.footer .middle .box .footer_con ul .iconfont {
  display: block;
  line-height: 22px;
  padding: 2px 0;
  margin-bottom: 4px;
  font-size: 14px;
  color: #aaa;
}

.footer .middle .box .footer_con ul .iconfont::before {
  margin-right: 10px;
}


.middle .footer_follow {
    float: left;
    width: 17%;
    padding-right: 3%;
    }
.middle .footer_tags {
    float: left;
    width: 21%;
    padding-right: 3%;
}
.footer .middle .box .footer_pro {
  width: 33.33%;
  box-sizing: border-box;
  padding-right: 5%;
}

.footer .middle .box  li:hover a {
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s;
}

.footer .middle .box  li:hover a::before {
  color: #fff;
  opacity: 1;
  transition: 0.5s;
}

.footer .middle .box  li .iconfont {
  line-height: 20px;
  padding: 7px 0;
  display: block;
  position: relative;
  transition: 0.5s;
}

.footer .middle .box  li .iconfont::before {
  transition: 0.5s;
  display: block;
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  padding: 7px 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border-radius: 50px;
  opacity: 0;
}

.footer .middle .box .footer_input {
  width: 33.33%;
  box-sizing: border-box;
}

.footer .middle .box .footer_input input[type='text'] {
  font-size: 13px;
  line-height: 36px;
  height: 36px;
  box-sizing: border-box;
  padding-left: 13px;
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  position: relative;
  margin-bottom: 14px;
  width: 100%;
  border: 1px solid #444545;
  margin-top: 6px;
  background: none;
}

.footer .middle .box .footer_input textarea {
  line-height: 20px;
  font-size: 13px;
  height: 70px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 12px;
  color: #777;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  border: 1px solid #444545;
  background: none;
}

.footer .middle .box .footer_input input[type='submit'] {
  line-height: 36px;
  height: 36px;
  border: none;
  color: #fff;
  border-radius: 30px;
  padding: 0px 34px;
  background: var(--dataColor);
  font-size: 13px;
  font-family: 'montserratB';
  margin-top: 15px;
  text-transform: uppercase;
}

.footer .bottom {
  margin-top: 40px;
  color: #999;
  font-size: 13px;
  text-align: center;
  position: relative;
  z-index: 666;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 18px 0 26px;
}

.footer .bottom .footer_sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .bottom .footer_sns a {
  margin-right: 5px;
  display: block;
}

.footer .bottom .footer_sns a img {
  display: block;
}

.footer .bottom .footer_other {
  padding-top: 10px;
  font-size: 14px;
  color: #fff;
}

.footer .bottom .footer_other a {
  color: #fff;
}
.footer .bottom .footer_other .zhichi{padding-left: 10px;}

@media screen and (max-width: 900px) {
    .footer .middle .box .footer_con .footer_logo {
        margin: auto;
    }
    .footer .middle .box .footer_contact .list {
        flex-wrap: nowrap; padding-left: 25%;
        /* left: 25%; */
        margin-top: 10px;
    }
    .footer .middle .box {
        text-align: center;
        flex-direction: column;
    }
    .footer .middle .box .footer_con {
      width: 100% !important;
    }
    .footer .middle .box .footer_site {
      width: 100%;
    }
    .footer .middle .box .footer_site .list li {
      width: 25% !important;
    }
    .footer .middle .box .footer_site .list li:after {
        left: 100%;
    }
    .footer .middle .box .footer_site .list li:last-child:after {
        left: 100%;
    }
    .footer .middle .box .title:after {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .footer .middle .box .footer_con .footer_logo {
      margin: auto;
    }
    .footer .middle .box .title {
      text-align: center;
    }
    .footer .middle .box .footer_site .list li {
      width: 33.33% !important;
    }
    .footer .footer_site {
        width: 100%;
    }
    .footer .footer_contact {
        width: 100%;
    }
  .footer .box {
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
  }
  .footer .email .email_left {
    width: 100% !important;
    flex-direction: column;
    text-align: center;
  }
  .footer .email .email_right {
    width: 100% !important;
    margin-top: 20px;
  }
  .footer .email .email_right input[type='text'] {
    height: 40px !important;
    line-height: 40px !important;
  }
  .footer .email .email_right input[type='submit'] {
    height: 40px !important;
    line-height: 40px !important;
  }
  .footer .middle .box .footer_con,
  .footer .middle .box .footer_pro,
  .footer .middle .box .footer_follow,
   .footer .middle .box .footer_tags,
  .footer .middle .box .footer_input {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .middle .box .footer_pro ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .footer .middle .box .footer_pro,.footer .middle .box .footer_follow,
   .footer .middle .box .footer_tags ul li {
    /*width: 50%;*/
    padding-right: 10px;
    box-sizing: border-box;
  }
  .footer .bottom {
    margin-top: 20px;
  }
}

/*footer——结束*/
.kefubox .tel a {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 769px) {
  
  .kefubox {
    position: fixed;
    right: 10px;
    z-index: 99999;
    transform: translateY(-50%);
    top: 50%;
  }
  .kefubox .main {
    width: 50px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 15px #e4e4e4;
    box-sizing: border-box;
  }
  .kefubox .cursor_default {
    cursor: default;
  }
  .kefubox .floor {
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    box-sizing: border-box;
  }
  .kefubox .floor:last-child {
    border-bottom: none;
  }
  .kefubox .floor > div {
    transform: translateX(300px);
  }
  .kefubox .floor > a {
    width: 50px;
    height: 50px;
    z-index: 9999;
    background-position: center center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kefubox .floor > a:hover {
    transition: all 300ms linear;
    background-color: #e4e4e4;
    transform: scale(1.1);
  }
  .kefubox .floor > a img {
    height: 25px;
    width: 25px;
    display: block;
  }
  .kefubox .floor > a img:hover {
    transition: all 300ms linear;
    transform: scale(1.3);
  }
  .kefubox .floor:hover div {
    transition: all 300ms linear;
    transform: translateX(0);
  }
  .kefubox .floor .absbox {
    position: absolute;
    right: 48px;
    top: 0;
    z-index: 3;
  }
  .kefubox .floor .back {
    box-shadow: 0 0 15px #e4e4e4;
    height: 50px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
  }
  .kefubox .floor .kftel {
    cursor: default;
    box-shadow: 0 0 15px #e4e4e4;
    height: 50px;
    font-weight: 500;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
  }
  .kefubox .floor .qq {
    box-shadow: 0 0 15px #e4e4e4;
    height: 50px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
  }
  .kefubox .floor .erweima {
    box-shadow: 0 0 15px #e4e4e4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 12px;
    color: #666;
    background: #fff;
    box-sizing: border-box;
  }
  .kefubox .floor .erweima img {
    width: 100px;
    height: 100px;
  }
  .kefubox .floor .erweima p {
    width: 100px;
    text-align: center;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .footer .bottom .footer_other{width: 90%;
    margin-left: 5%;}
  .kefubox {
    position: fixed;
    right: 2vw;
    top: 45vh;
    z-index: 99999;
  }
  .kefubox .floor {
    display: none;
  }
  .kefubox .tel {
    box-shadow: 0 0 5px #ddd;
    width: 10vw;
    height: 10vw;
    background-color: #fff;
    background-size: 6vw 6vw;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
  }
  .kefubox .tel a {
    width: 100%;
    height: 100%;
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .kefubox .tel .kftel {
    display: none;
  }
  .kefubox .tel:active {
    background-color: #f2f2f2;
  }
  .footer .middle .box .footer_con .footer_logo{width: 150px;}
}


.line {
  width: 1.5px;
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5), transparent);
  border-radius: 50%;
  margin: 0 20px;
}
