/*top_header*/
.top_header {
  /* background: url("../images/top_header.jpg.png") no-repeat center;
   background-size: cover;*/
  background: #0080c2;
  padding: 10px 0;
}
.top_header .content {
  display: flex;
  align-items: center;
}
.top_header .content .call p {
  font-size: 28px;
  font-weight: bold;
  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;
  /*&:hover{
     .pic1{
        display: none;
     }
     .pic2{
        display: block;
     }
  }*/
}
.top_header .content .icon_list ul li .pic2 {
  display: none;
}

/*header*/
.header {
  position: relative;
  z-index: 333;
}
.header .container2 {
  overflow: visible;
  display: flex;
  justify-content: space-between;
}
.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: #0080c2;
}
.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;
  padding-bottom: 30px;
  /*background: url("../images/footer_bg.jpg") no-repeat center;
  background-size: cover;*/
  color: white;
  background: #393939;
}
.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 50px;
}
.footer .footer_menu ul li:last-child a {
  border-right: 0;
}
.footer .contact {
  color: white;
}
.footer .contact .cpn {
  font-weight: bold;
  font-size: 22px;
  border-left: 2px solid white;
  padding-left: 10px;
  margin-bottom: 35px;
}
.footer .contact .footer_call {
  padding-left: 10px;
}
.footer .contact .footer_call .title {
  font-size: 16px;
}
.footer .contact .footer_call strong {
  font-size: 31px;
  font-weight: bold;
}
.footer .contact ul {
  margin-top: 30px;
}
.footer .contact ul li {
  float: none;
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.footer .contact ul li img {
  margin-right: 15px;
}
.footer .beizhu {
  background: transparent;
  color: white !important;
}
.footer .beizhu a {
  color: white !important;
}
.footer .liuyan_box {
  flex: 1;
}
.footer .liuyan_box .top_title {
  font-size: 22px;
  padding-left: 10px;
  border-left: 2px solid white;
  margin-bottom: 30px;
  margin-left: 46px;
}
.footer .liuyan_box #feedback .th2 {
  display: block !important;
  width: 80px;
  text-align: right;
  color: white;
  margin-right: 8px;
}
.footer .liuyan_box #feedbackbotton {
  width: 93px;
  height: 38px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 5px;
  background: #0080c2;
  border: 0 !important;
  position: absolute;
  right: 0;
  bottom: 16px;
}
.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: white;
}
.footer .liuyan_box textarea.infoInput {
  width: 80%;
  height: 78px;
}
.footer .footer_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer #feedback {
  width: 69%;
}
.footer .erweima {
  margin-top: 70px;
  text-align: center;
}
.footer .erweima p {
  margin-top: 10px;
}
.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 .erweima {
    display: none;
  }
  .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;
    font-size: 14px;
    width: 128px;
    height: 31px;
  }

  .footer .liuyan_box .formlist {
    margin-bottom: 40px;
  }

  .footer .footer_menu {
    display: none;
  }

  .footer .contact ul li {
    margin-bottom: 20px;
  }

  .footer .contact {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .footer .liuyan_box .formlist > div:last-child {
    justify-content: center;
  }

  .footer .footer_content {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .footer .contact .cpn {
    padding-left: 0;
    border-left: 0;
    font-size: 18px;
    text-align: center;
  }

  .footer .contact .footer_call {
    display: none;
  }

  .footer #feedback {
    width: 100%;
  }

  .footer .liuyan_box .top_title {
    display: none;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
