@charset "UTF-8";
body {
  position: relative;
}

.header {
  border-top: 12px solid #4db5eb;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.78);
  z-index: 9999;
  transition: .5s;
}
.header.scroll {
  position: fixed;
}
.header .logo {
  margin: 5px 0;
}
.header .header_menu ul li {
  float: left;
  position: relative;
  margin: 0 30px;
}
.header .header_menu ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 90px;
  position: relative;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  color: #d42b40;
}
.header .header_menu ul li:hover a:after, .header .header_menu ul li.active a:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 61px;
  left: 50%;
  margin-left: -7px;
  background: url(../images/yq.png) no-repeat center;
  color: #d42b40;
}

.footer .footbg {
  background: #333333;
}
.footer .foot1 {
  padding: 50px 0;
}
.footer .foot1 .fnav {
  width: 56%;
  float: left;
}
.footer .foot1 .fnav ul li {
  width: 25%;
  float: left;
}
.footer .foot1 .fnav ul li h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.footer .foot1 .fnav ul li .secc a {
  display: block;
  font-size: 14px;
  color: #bbbbbb;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .foot1 .fnav ul li .secc a:hover {
  color: #fff;
}
.footer .foot1 .flx {
  width: 43%;
  padding-right: 162px;
  position: relative;
  float: right;
}
.footer .foot1 .flx .ftel {
  padding-left: 50px;
  background: url(../images/dh.png) no-repeat left center;
}
.footer .foot1 .flx .ftel h3 {
  font-size: 18px;
  color: #fff;
}
.footer .foot1 .flx .ftel h4 {
  font-size: 36px;
  color: #fff;
  font-family: Arial;
  padding-top: 5px;
}
.footer .foot1 .flx .fadd {
  font-size: 14px;
  color: #bbbbbb;
  line-height: 2;
  padding-top: 10%;
}
.footer .foot1 .flx .fewm {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .foot1 .flx .fewm img {
  max-width: 100%;
}
.footer .foot2 {
  font-size: 14px;
  line-height: 2;
  color: #8e8e8e;
  min-height: 56px;
  display: none;
}
.footer .foot2 a {
  color: #8e8e8e;
}
.footer .foot3 {
  padding: 30px 0;
  border-top: 1px solid #484848;
  font-size: 14px;
  color: #bbbbbb;
  line-height: 2;
}
.footer .foot3 a {
  color: #bbb;
}
.footer .foot3 .copyr {
  float: left;
}
.footer .foot3 .x-region {
  float: right;
}

/*左侧工具条*/
.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

#toolbar {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 10%;
}

#toolbar ul {
  overflow: visible;
}

#toolbar li {
  margin-bottom: 3px;
  font-size: 0;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
  float: none;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #292e39;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .icon-font {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
  background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
  background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
  background-position: 0 -30px;
}

#toolbar li .icon-message:after {
  background-position: 0 -120px;
}

#toolbar li .icon-top:after {
  background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
  background-position: 0 0;
}

#toolbar li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #292e39;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
  margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
  max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #292e39;
  border-right: none;
}

#toolbar li.ewm:hover .icon {
  background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#toolbar li.backtop {
  cursor: pointer;
}

#toolbar li.backtop .iconfont {
  color: #fff;
  background-color: #292e39;
}

#toolbar li:hover a {
  width: 200px;
}

#toolbar li:hover .icon-font {
  background-color: #292e39;
}

#toolbar li:hover .icon-qq:after {
  background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
  background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
  background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
  background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
  background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
  background-position: -30px -60px;
}

@media (max-width: 990px) {
  #toolbar {
    display: none;
  }
}
@media (max-width: 768px) {
  /*body {
     padding-top: 60px;
  }*/
  .foot1 {
    padding: 30px 0;
  }

  .foot1 .fnav {
    width: 100%;
    float: none;
  }

  .foot1 .flx {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

  .foot3 {
    padding: 15px 0;
  }

  .foot3 .copyr {
    float: none;
  }

  .foot3 .x-region {
    float: none;
  }

  .foot1 .fnav ul li h3 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .foot1 .fnav ul li .secc a {
    font-size: 12px;
  }

  .footer .foot1 .flx {
    width: 100%;
    padding: 15px;
    float: none;
  }

  .footer .foot1 .flx .ftel h4 {
    font-size: 14px;
  }

  .footer .foot1 .flx .fewm {
    position: static;
    text-align: center;
    margin-top: 10px;
  }

  .footer .foot1 .flx .ftel {
    background: url(../images/dh.png) no-repeat center center;
    text-align: center;
    background-position-x: 108px;
    background-position-y: 0px;
  }

  .footer .foot1 .flx .fadd {
    text-align: center;
    padding-top: 3%;
  }

  .footer .foot3 .copyr {
    text-align: center;
  }

  .footer .foot1 {
    padding: 5px 0;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
