* {
  margin: 0;
  padding: 0;

}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
  /* background-color: #080404; */
}

::-webkit-scrollbar-thumb {
  /* background-color: #0867B4; */
}

::-webkit-scrollbar-track {
  /* background-color: #080404; */
}

@font-face {
  font-family: 'AlibabaPuHuiTi';
  src: url('path/to/AlibabaPuHuiTi-3-55-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

input::placeholder,
textarea::placeholder {
  font-family: 'AlibabaPuHuiTi', 'Helvetica', sans-serif !important;
}

body {
  font-family: 'AlibabaPuHuiTi', 'Helvetica', sans-serif !important;
  font-size: 18px;
  overflow-x: hidden;
}

/* head区域 */
.head {
  background: url(../images/head_img/head.jpg) no-repeat center 0;
  width: 100%;
  /* background-color: #0867B4; */
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: 99999999999;
  transition: all .5s;
}

.head_000 {
  margin-top: 178px;
}

.scrolled+.head_000 {
  margin-bottom: 0;
}

.head_top {
  width: 80%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 0;
  justify-content: space-between;
}

.head_logo {
  color: #0867B4;
  font-weight: bold;
}
.head_logo img{
  width: 100px;
}

.button_img {
  width: 25px;
  position: absolute;
  top: 8px;
  right: 25px;
}

/* .active {
  background-color: #0867b480;
} */

.head_form button {
  background: none;
  border: none;
}

.head_foot>ul {
  display: flex;
  margin: 0 auto;
  width: 80%;
  /* padding: 15px 0; */
  justify-content: space-between;
}

.head_foot ul li {
  flex: 1;
}

.head_foot ul li a {
  color: #0867B4;
  height: 54px;
  line-height: 54px;
  text-align: center;
  /* font-weight: 600; */
  display: block;
  /* padding: 10px 20px;
  border-radius: 10px; */
}

.head_foot>ul>li {
  position: relative;
}

.head_foot_cum {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 0;
  overflow: hidden;
  transition: all .5s;
}

.head_foot_liu:hover #head_foot_cum {
  box-shadow: 0px 1px 5px 0 #0000002e;
}

.head_foot_liu_a img {
  width: 15px;
  margin-bottom: -2px;
  transition: all .5s;
}

.head_foot_liu:hover img {
  transform: rotate(-180deg);
}

.head_foot_liu:hover .head_foot_cum {
  height: 216px;
}

.head_foot_cum li {
  width: 100%;
  transition: all .5s;
}

.head_foot_cum li:hover {
  background-color: #0867B4;
}

.head_foot_cum li a {
  width: 100%;
  display: block;
  transition: all .5s;
}

.head_foot_cum li:hover a {
  color: white;
}

.head_form {
  position: relative;
  margin-right: 50px;
  cursor: pointer;
}

.head_form input {
  border-radius: 50px;
  box-sizing: border-box;
  padding: 12px 30px;
  font-size: 15px;
  border: none;
  background-color: #ffffff7a;
  outline: none;
}

.head_form input::placeholder {
  color: white;
  font-weight: bold;
}

.head_pl {
  display: flex;
  align-items: center;
}

.head_cn {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.xiaoq {
  display: none;
}

.xiaoq_A {
  overflow: hidden;
  height: 0;
  transition: all .5s;
  width: 0;
}

/* foot区域 */
.foot {
  background: url(../images/foot_img/foot_img.jpg) no-repeat center 0;
  width: 100%;
  background-size: cover;
}

.foot_logo {
  font-size: 50px;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}

.foot_A {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 70px;
}

.foot_xinxi div span {
  color: white;
  font-size: 16px;
}

.foot_xinxi div {
  margin-bottom: 25px;
}

.foot_xinxi {
  margin-bottom: 70px;
}

.foot_copyright span {
  color: white;
  font-size: 16px;
  margin-right: 40px;
  cursor: pointer;
}

.foot_erwei div {
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.foot_erwei img {
  width: 200px;
}

.foot_xinxi2 {
  display: flex;
}

.foot_xinxi2 div {
  margin-left: 20px;
}

.foot_xinxi2_A select {
  border: 2px solid #fff;
  background: none;
  box-sizing: border-box;
  padding: 5px 8px;
  color: white;
  width: 160px;
  outline: none;
  cursor: pointer;
}

.foot_xinxi2_A option {
  color: #000;
  outline: none;
  cursor: pointer;
}

/* 头 */
@media (max-width:998px) {
  .xiaoq {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .xiaoq_A {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 88;
    width: 100%;
    text-align: center;
    background-color: #fff;
  }

  .xiaoq_A li {
    padding: 5px 0;
    box-sizing: border-box;
  }

  .xiaoq_A li:hover {
    background-color: #0867B4;
  }

  .xiaoq_A li:hover a {
    color: white;
  }

  .xiaoq_A a {
    color: #000;
  }

  .head_pl,
  .head_foot {
    display: none;
  }

  .head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .head_top {
    width: 50%;
    margin: 0;
    padding: 27px 0;
  }

  .head_logo {
    font-size: 33px;
  }

  .head_000 {
    margin-top: 94px;
  }

  .xioapingmu_img1 {
    width: 40px;
  }

  .xioapingmu_img2 {
    width: 40px;
    display: none;
  }
}

@media (max-width:575px) {
  .head_000 {
    margin-top: 80px;
  }

  .head_top {
    padding: 20px 0;
  }
}

/* 底部 */
@media (max-width:900px) {
  .foot_xinxi2 {
    flex-wrap: wrap;
  }

  .foot_xinxi div span {
    width: 100%;
    margin-bottom: 20px;
  }

  .foot_A {
    flex-wrap: wrap;
  }

  .foot_left,
  .foot_erwei {
    width: 100%;
  }
}
.style_list_top iframe{
    width: 100%;
    height: 700px;
}