body {
  background: #f4f6f8;
  display: block;
}

/*header*/
.header {
  border-top: 3px solid #377bee;
  padding: 40px 0;
  background: #f6f6f6;
}
.header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .content .call {
  display: flex;
  align-items: center;
}
.header .content .call img {
  margin-right: 10px;
}
.header .content .call p {
  font-size: 19px;
  color: #a2a2a2;
}
.header .content .call span {
  font-size: 17px;
  color: #72bb38;
  font-weight: bold;
}
.header .content .header_search #keyword {
  border: 0;
  flex: 1;
  height: 100%;
  padding: 5px 15px;
  border-right: 1px solid #b5b5b5;
}
.header .content .header_search .keyword {
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  width: 296px;
  height: 36px;
  display: flex;
  align-items: center;
}
.header .content .header_search .submitsearch {
  width: 46px;
  height: 100%;
  background: url("../images/header_search.png") no-repeat center;
  background-size: 76%;
  border: 0;
}

/*header_menu*/
.header_menu {
  background: white;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.header_menu .container {
  overflow: visible;
}
.header_menu .lv1_ul {
  overflow: visible;
  display: flex;
  justify-content: space-between;
}
.header_menu .lv1_ul > li {
  position: relative;
  float: none;
}
.header_menu .lv1_ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: black;
  padding: 15px 28px;
  border-bottom: 2px solid transparent;
}
.header_menu .lv1_ul > li > a:after {
  margin-left: 5px;
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/xiala1.png") no-repeat;
  background-size: contain;
  content: '';
}
.header_menu .lv1_ul > li:hover > a, .header_menu .lv1_ul > li.active > a {
  color: #ff6000;
  font-size: 18px;
  background-color: #eee;
  border-bottom: 2px solid #ff6000;
}
.header_menu .lv1_ul > li:hover .lv2 {
  display: block;
}
.header_menu .lv1_ul > li .lv2 {
  position: absolute;
  background: white;
  z-index: 33;
  display: none;
  width: 100%;
  border-bottom: 2px solid #ff6000;
}
.header_menu .lv1_ul > li .lv2 ul li {
  float: left;
  width: 100%;
  text-align: left;
  margin: 5px 0;
}
.header_menu .lv1_ul > li .lv2 ul li a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.header_menu .lv1_ul > li .lv2 ul li a:hover {
  background-color: #eee;
}
.header_menu .lv1_ul > li.li2 .lv2 {
  background: white;
  left: -154px;
  width: 1151px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-radius: 4px;
}
.header_menu .lv1_ul > li.li2 .lv2 ul {
  width: 100%;
  border-bottom: 2px solid #ff4200;
}
.header_menu .lv1_ul > li.li2 .lv2 ul li {
  float: left;
  width: auto;
  text-align: center;
  margin: 10px;
}
.header_menu .lv1_ul > li.li2 .lv2 ul li a {
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 5px;
}
.header_menu .lv1_ul > li.li2 .lv2 ul li a:before {
  display: block;
  width: 98px;
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  content: '';
}
.header_menu .lv1_ul > li.li2 .lv2 ul li a:hover {
  border: 1px solid #ff4200;
}

.header_menu .lv1_ul > li.li1 > a:after {
  display: none;
}

.header_menu .lv1_ul > li.li2 .lv2 ul li:nth-child(1) a:before {
  background: url(../images/dropdown_prog.png) no-repeat;
  background-position: 2px 0;
}

.header_menu .lv1_ul > li.li2 .lv2 ul li:nth-child(2) a:before {
  background: url(../images/dropdown_prog.png) no-repeat;
  background-position: -100px 0;
}

.header_menu .lv1_ul > li.li2 .lv2 ul li:nth-child(3) a:before {
  background: url(../images/dropdown_prog.png) no-repeat;
  background-position: -200px 0;
}

.header_menu .lv1_ul > li.li2 .lv2 ul li:nth-child(4) a:before {
  background: url(../images/dropdown_prog.png) no-repeat;
  background-position: -300px 0;
}

.header_menu .lv1_ul > li.li2 .lv2 ul li:nth-child(5) a:before {
  background: url(../images/dropdown_prog.png) no-repeat;
  background-position: -400px 0;
}

.header_menu .lv1_ul > li.li2 .lv2 ul li:nth-child(6) a:before {
  background: url(../images/dropdown_prog.png) no-repeat;
  background-position: -500px 0;
}

.header_menu .lv1_ul > li.li2 .lv2 ul li:nth-child(7) a:before {
  background: url(../images/dropdown_prog.png) no-repeat;
  background-position: -600px 0;
}

.header_menu .lv1_ul > li.li2 .lv2 ul li:nth-child(8) a:before {
  background: url(../images/dropdown_prog.png) no-repeat;
  background-position: -700px 0;
}

.header_menu .lv1_ul > li.li2 .lv2 ul li:nth-child(9) a:before {
  background: url(../images/dropdown_prog.png) no-repeat;
  background-position: -800px 0;
}

/*footer*/
.footer {
  background: #181c1f;
  padding-bottom: 30px;
  padding-top: 70px;
}
.footer .footer_menu {
  display: flex;
  justify-content: space-between;
}
.footer .footer_menu .item .top_title {
  color: white;
  font-size: 14px;
  margin-bottom: 15px;
}
.footer .footer_menu .item ul {
  color: #6d6d6d;
  font-size: 14px;
}
.footer .footer_menu .item ul li {
  line-height: 2;
  float: none;
  color: #6d6d6d;
  font-size: 14px;
}
.footer .footer_menu .item ul li a {
  display: block;
  font-size: 14px;
  color: #6d6d6d;
}
.footer .footer_rt .title {
  font-size: 14px;
  color: white;
}
.footer .footer_rt .call {
  font-size: 34px;
  margin: 35px 0;
  font-weight: bold;
  color: #5aaf00;
}
.footer .footer_rt .call p {
  font-weight: bold;
}
.footer .footer_rt .erweima ul li {
  margin: 10px;
  text-align: center;
}
.footer .footer_rt .erweima ul li p {
  font-size: 14px;
  color: #6d6d6d;
  margin-top: 5px;
}

.beizhu * {
  margin-right: 5px;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 63px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer_rt {
    width: 100%;
    float: none;
  }

  .footer .footer_rt .title {
    text-align: center;
  }

  .footer .footer_rt .call {
    text-align: center;
    margin: 10px 0;
    font-size: 22px;
  }

  .footer .footer_rt .erweima ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m_toolbar {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #377bee;
    border-top: 1px solid #4a8cfc;
    font-size: 12px;
    z-index: 999;
  }

  .m_toolbar > div,
  .m_toolbar > div > div {
    padding: 0;
    text-align: center;
  }

  .m_toolbar a {
    color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-left: 1px solid #4a8cfc;
  }

  .m_toolbar a img {
    width: 20px;
    margin-bottom: 5px;
  }

  .m_toolbar .col-xs-4:first-child a {
    border: 0;
  }

  .m_toolbar i {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .m_toobar_tipR {
    position: relative;
  }

  .m_toobar_tip {
    position: absolute;
    right: 2px;
    top: 2px;
    min-width: 20px;
    height: 20px;
    background: red;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 10px;
    display: inline-block;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
