@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-color: #222222;
  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 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}

.footer .middle .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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 a img {
  width: 300px;
  height: auto;
}

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

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

.footer .bottom .footer_site{
  margin-top: -30px;
  display: flex;
  justify-content: space-between;
}

.footer .bottom .footer_site .menu-children{
  position: absolute;
  top: 60px;
}

.footer .bottom .footer_site .menu-children .menu-children-list{
  text-align: left;
  
  line-height: 0px;
}

.footer .bottom .footer_site .menu-children .menu-children-list a{
  font-size: 12px;
  color: #B5B5B5;
}

.footer .bottom .footer_site .list li a{
  font-size: 15px;
  color: white;
}

.footer .bottom .footer_site .code{
  margin-top: 40px;
  position: absolute;
  right: 0.5vw;
}

.footer .bottom .footer_site .code img{
  width: 100px;
  height: 100px;
}

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

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

@media (min-width: 750px) {
  /* .footer .bottom .title:after {
    content: ' ';
    position: absolute;
    background: #fff;
    width: 30px;
    height: 3px;
    top: 25px;
    left: 0px;
  } */
  .bottom{
    width: 1100px;
    margin: 0 auto;
  }
  .footer .bottom .footer_site {
    /*width: 48%;*/
  }

  .footer .bottom .list {
    margin-top: 29px;
    padding: 10px;
    line-height: 40px;
  }

}

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

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

.footer .bottom .footer_site .list li {
  text-align: left;
  width: 120px;
  padding: 10px 0;
  position: relative;
  transition: all .3s;
}

.footer_contact .list {
  font-size: 24px;
  font-style: oblique;
  display: flex;
}

.footer_contact .list img{
  width: 25px;
  height: 25px;
  margin-top: 10px;
}

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

.footer .middle .box .footer_con .footer_logo {
  width: 300px;
}

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

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

.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;
}
.bottom-nav{
  display: none;
}

.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 {
  width: 1200px;
  margin-top: 10px;
  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;
  position: relative;
}

.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 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  color: #fff;
  margin-top: 130px;
}

.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;
   
    /* 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: 1024px) {
  .footer .middle .box{
    width: 100vw !important;
  }
  .footer .middle .box .footer_con .footer_logo {
    margin: 0 auto;
  }
  .footer .bottom .footer_other {
    width: 100vw;
    margin: 0;
    display: block;
    margin-top: 130px;
    font-size: 3vw;
  }
  .footer .middle .box .title {
    text-align: center;
  }

  .footer .middle .box .footer_site .list li {
    width: 33.33% !important;
  }

  .footer .footer_site {
    width: 100%;
  }
  .footer .bottom .footer_site{
    width: 100vw;
    margin: 0 auto;
  }
  .footer_contact .list{
    display: flex;
    flex-wrap: nowrap;
  }
  .footer .bottom .footer_site .code{
    position: absolute;
    left: 50%;
    top: 5.5vw;
    transform: translate(-50%,-50%);
  }
  .footer .bottom .footer_site .code img{
    width: 15vw;
    height: 15vw;
  }
  .footer .middle{
    width: 100vw;
  }
  .footer .middle .box a img{
    width: 60vw;
  }
  .footer_contact .list img{
    width: 5vw;
    height: 5vw;
  }
  .footer .middle .box .footer_contact .list{
    margin: 0 auto;
  }
  .footer .middle .box .footer_contact .list p{
    font-size: 5vw;
  }
  .footer .bottom .list{
    display: none;
  }

  .footer .footer_contact {
    width: 30vw !important;
    margin: 0 auto;
  }

  .footer .box {
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
  }
  .footer .middle .box a img{
    margin: 0 auto;
  }
  .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%; */
    margin: 0 auto;
    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{
    margin-bottom: 15vw;
  }
  .footer .bottom {
    width: 100vw;
    margin-top: 20px;
  }
  .bottom-nav{
    display: block;
    position: fixed;
    
    bottom: 0vw;
    background-color: black;
    width: 100vw;
    height: 15vw;
    padding-top: 2vw;
    z-index: 999;
  }
  .bottom-nav ul{
    display: flex;
    
  }
  .bottom-nav ul li{
    width: 33.3vw;
  }
  .bottom-nav ul li a{
    width: 10vw;
    
    text-align: center;
  }
  .bottom-nav ul li a p{
    
    font-size: 2.8vw;
  }
  .bottom-nav ul li a i{
    text-align: center;
    display: block;
  }
  .bottom-nav ul li a i img{
    width: 6vw;
    height: 6vw;
  }
}

/*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) {
  

  .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;
}