body {
  font-family: SimHei;
  position: relative; }

/********************heade*******************r*/
.header .nav_list .lv1 {
  margin-right: 0;
  /*border-bottom: 1px solid #ffffff;*/
  margin-right: 16px; }




.header .navbar-brand {
  padding-top: 19px; }

.header .nav_list {
  margin: 10px 0;
  margin-bottom: 20px;
}


.header .nav_list .lv1 > a {
  padding: 12px; }

.header .navbar-nav {
  margin-top: 16px; }


.header .bottom_line{
  position: absolute;
  left: 0;
  bottom:0;
  height:4px;
  background-color: #009b4c;
  transition: all 0.3s ease;
}
.header .nav_list .lv1:hover > a{
  color: #009b4c;
}
.foot {
  background: #3c3c3c; }
  .foot .main {
    display: flex;
    justify-content: space-between; }
.foot .main .ul_2 .li{
  display: none;
}
.foot .main .ul_2 .li.li1,.foot .main .ul_2 .li.li2,.foot .main .ul_2 .li.li3,.foot .main .ul_2 .li.li4{
  display: block;
}

  .foot .item1 {
    width: 24%;
    border-right: 1px solid #737373;
    padding-right: 40px; }
  .foot .foot_public_title {
    display: inline-block; }
    .foot .foot_public_title p {
      font-family: "Microsoft Himalaya"; }
    .foot .foot_public_title img {
      float: right; }
  .foot .erweima {
    margin-left: 20px; }
  .foot li:nth-child(1) {
    font-size: 14px; }
  .foot li a {
    font-size: 12px;
    color: #757575; }
  .foot .item2 {
    width: 35%;
    border-right: 1px solid #737373; }
    .foot .item2 .foot_public_title {
      float: left;
      margin-top: 8px; }
    .foot .item2 li {
      line-height: 23px; }
    .foot .item2 .main {
      display: flex;
      justify-content: space-around; }
  .foot .item3 .main ul {
    padding-left: 21px; }
    .foot .item3 .main ul li {
      line-height: 25px;
      color: #a8a8a8; }
    .foot_en .item3 .main ul li{
      max-width: 400px;
    }
      .foot .item3 .main ul li strong {
        color: #f1f1f1; }
  .foot .item3 .foot_public_title {
    float: left;
    margin-top: 8px; }
.foot_en li a{

  color: #dbd4d4;
}


.slide_rt {
  z-index: 33;
  position: absolute;
  right: 45px;
  display: inline-block;
  border-radius: 36px;
  background: #f0f0f0;
  text-align: center;
  padding-top: 16px;
  padding-right: 11px;
  padding-bottom: 10px;
  padding-left: 11px; }
  .slide_rt .call {
    background: url("../images/slide_rt_call.png") no-repeat center; }
    .slide_rt .call:hover {
      background: url("../images/slide_rt_call_hover.png") no-repeat center; }
  .slide_rt .wc {
    background: url("../images/slide_rt_wc.png") no-repeat center; }
    .slide_rt .wc:hover {
      background: url("../images/slide_rt_wc_hover.png") no-repeat center; }
  .slide_rt .kf {
    background: url("../images/slide_rt_kefu.png") no-repeat center; }
    .slide_rt .kf:hover {
      background: url("../images/slide_rt_kf_hover.png") no-repeat center; }
  .slide_rt .gotop {
    margin: 10px 0; }
  .slide_rt ul {
    border-bottom: 1px dashed #009b4c; }
  .slide_rt li {
    line-height: 30px;
    float: none; }
    .slide_rt li a {
      width: 50px;
      height: 50px;
      border-radius: 100%; }

.slide_rt .wc_li{

}
.slide_rt .wc_li:hover .slide_erweima{
  display: block;
}
.slide_rt .slide_erweima{
  position: absolute;
  left: -128px;
  top: 57px;
  max-width: 250%;
  display: none;
}
@media (max-width: 768px) {
  .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse; }

  .header .navbar-brand {
    height: inherit; }

  .navbar-brand > img {
    max-width: 71%;
    margin-top: 6px; }

  .header .navbar-brand {
    float: none; }

  .header .nav_list {
    margin-top: 0; }

  .foot .item3 .main ul {
    text-align: left; }

  .foot .item3 .main ul li {
    line-height: 30px; }

  .foot .item3 .main ul li:nth-child(3) {
    text-align: center;
    font-size: 18px; }



}

/*# sourceMappingURL=my_public.css.map */
