#toolbar {
  background: #e9f4f9;
  bottom: 15%;
  left: unset;
  right: 15px;
  transition: .5s;
}
#toolbar.on {
  right: -95px;
}
#toolbar .slide_wenzi {
  writing-mode: tb;
  padding: 11px 10px;
  background: #4eaacc;
  color: white;
  border-radius: 3px;
  transition: .5s;
  font-size: 16px;
  cursor: pointer;
}
#toolbar .yincang, #toolbar .chuxian {
  position: absolute;
  right: unset;
  top: 4px;
  left: -43px;
}

#toolbar .front {
  background: #afafbb;
}

#toolbar .back {
  background: #afafbb;
}

#toolbar .ewm .back {
  right: unset;
  left: -164px;
}

#toolbar .call .back {
  right: unset;
  left: -165px;
}

#toolbar .back {
  right: unset;
  left: -131px;
}

/*top_header*/
.top_header {
  background: url("../images/top_header.jpg") no-repeat center;
  background-size: cover;
  padding: 10px 0;
}
.top_header .content {
  display: flex;
  align-items: center;
}
.top_header .content .call p {
  font-size: 28px;
  color: white;
  margin-left: 20px;
  margin-right: 25px;
}
.top_header .content .icon_list {
  padding-left: 20px;
  border-left: 1px solid white;
}
.top_header .content .icon_list ul li {
  margin: 0 10px;
}
.top_header .content .icon_list ul li .pic2 {
  display: none;
}
.top_header .content .icon_list ul li:hover .pic1 {
  display: none;
}
.top_header .content .icon_list ul li:hover .pic2 {
  display: block;
}

/*header*/
.header {
  position: relative;
  z-index: 333;
}
.header .container {
  overflow: visible;
}
.header .logo {
  margin-top: -45px;
}
.header .header_menu {
  margin-top: 42px;
}
.header .header_menu > ul {
  overflow: visible;
}
.header .header_menu > ul > li {
  margin-right: 40px;
  position: relative;
}
.header .header_menu > ul > li > a {
  display: block;
  position: relative;
  color: #515151;
  font-size: 16px;
}
.header .header_menu > ul > li > a:before {
  display: inline-block;
  background: url("../images/icon_header_xiala.png") no-repeat center;
  background-size: cover;
  width: 7px;
  height: 8px;
  position: absolute;
  right: -16px;
  bottom: 7px;
  content: '';
}
.header .header_menu > ul > li .lv2 {
  display: none;
  position: absolute;
  margin-top: 7px;
}
.header .header_menu > ul > li .lv2 ul li {
  line-height: 2;
  float: none;
  text-align: center;
}
.header .header_menu > ul > li .lv2 ul li a {
  color: #515151;
  font-size: 16px;
  text-align: center;
}
.header .header_menu > ul > li:hover > a {
  color: #4eaacc;
}
.header .header_menu > ul > li:hover > a:before {
  background: url("../images/icon_header_xiala2.png") no-repeat center;
  background-size: cover;
}

/*footer*/
.footer {
  padding-top: 65px;
  background: url("../images/footer_bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
}
.footer .footer_menu {
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}
.footer .footer_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_menu ul li a {
  display: block;
  font-size: 15px;
  color: white;
  border-right: 1px solid white;
  padding: 0 35px;
}
.footer .footer_menu ul li:last-child a {
  border-right: 0;
}
.footer .contact ul li {
  margin-bottom: 45px;
  float: none;
  display: flex;
  align-items: center;
}
.footer .contact ul li img {
  margin-right: 15px;
}
.footer .container2 {
  border-bottom: 1px solid white;
}
.footer .beizhu {
  background: transparent;
  color: white !important;
}
.footer .beizhu a {
  color: white !important;
}
.footer .liuyan_box #feedback .th2 {
  display: block !important;
  width: 80px;
  text-align: right;
  color: white;
  margin-right: 8px;
}
.footer .liuyan_box #feedbackbotton {
  width: 94px;
  height: 75px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 5px;
  background: #f5bd12;
  border: 0 !important;
  position: absolute;
  right: 0;
  bottom: 77px;
}
.footer .liuyan_box .formlist {
  position: relative;
}
.footer .liuyan_box .formlist > div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer .liuyan_box .formlist > div:last-child {
  align-items: flex-start;
}
.footer .liuyan_box .formlist .name {
  font-size: 16px;
  width: 80px;
  text-align: right;
  margin-right: 20px;
}
.footer .liuyan_box .input_content {
  flex: 1;
}
.footer .liuyan_box .code_box {
  display: flex;
  align-items: center;
}
.footer .liuyan_box .code_box_box {
  display: flex;
  align-items: center;
}
.footer .liuyan_box .code_box_box input {
  width: 120px;
}
.footer .liuyan_box .code_box_box img {
  margin-left: 10px;
}
.footer .liuyan_box .infoInput {
  width: 100%;
  border: 1px solid white;
  color: white;
  padding: 5px 15px;
  color: black;
  background: transparent;
}
.footer .liuyan_box textarea.infoInput {
  width: 80%;
  height: 78px;
}
.footer input::-webkit-input-placeholder {
  color: transparent;
}
.footer input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.footer input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.footer input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}
.footer textarea::-webkit-input-placeholder {
  color: transparent;
}
.footer textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.footer textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.footer textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: transparent;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 35px;
  }
  .footer .liuyan_box {
    width: 100%;
    margin-top: 15px;
    float: none;
  }

  .footer .liuyan_box .formlist > div {
    margin-bottom: 15px;
  }

  .footer .liuyan_box #feedback .th2 {
    width: 50px;
    text-align: left;
  }

  .footer .liuyan_box textarea.infoInput {
    width: 100%;
  }

  .footer .liuyan_box #feedbackbotton {
    position: static;
    height: 37px;
    font-size: 14px;
  }

  .footer .footer_menu {
    display: none;
  }

  .footer .contact ul li {
    margin-bottom: 20px;
  }

  .footer .contact {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
