﻿.top {
  width: 100%;
  height: 460px;
  position: relative;
  background: url(../img/other_bg.png) no-repeat left;
  background-size: 100% 100%;
}
.top_title span {
  font-size: 47px;
  color: #004882;
  font-family: '方正粗倩简体';
  text-align: center;
}
.box_logo {
  width: 100%;
  padding: 40px 0px 50px 0px;
  height: auto;
}
.top_title {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.slider {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 70px;
  z-index: 1;
  background-color: #0068b7;
}

.slider .w {
  overflow: visible;
}
.slider_box {
  display: flex;
  align-items: end;
  position: relative;
}
.slider_list {
  width: 100%;
  z-index: 0;
}
.slider_list ul {
  display: flex;
  justify-content: space-between;
}
.slider_list > ul {
  display: flex;
  height: 70px;
  align-items: center;
}
.slider_list > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  color: #fffefe;
  line-height: 90px;
  text-align: center;
  width: 100%;
  display: block;
}

.footer {
  width: 100%;
  height: 810px;
  position: relative;
  background: url(../img/footer_bg.png) no-repeat left;
  background-size: 100% 100%;
  z-index: -1;
  margin-top: -360px;
}
.f_info {
  width: 100%;
  position: absolute;
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.set_mar {
  margin-left: 20px;
}
.f_info p {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.bq {
  width: 100%;
  position: absolute;
  bottom: 15px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

/* logo */

.logo {
  display: block;
  /* width: 4.39rem; */
}

.logo img {
  height: auto;
}

@media screen and (min-width: 1000px) and (max-width: 1600px) {
  html,
  body {
    min-width: 1100px;
  }
}

@media screen and (max-width: 1000px) {
  html,
  body {
    width: 100%;
    min-width: 100%;
  }
  .w {
    width: 100%;
    margin: 0 auto;
    min-width: 100%;
    padding: 0 2%;
  }
  .w-1920 {
    width: 100%;
    min-width: 100%;
  }
  .logo {
    margin-top: 20px;
    height: 100px;
  }
  .logo img {
    height: 100%;
    width: auto;
  }
  .top_title {
    padding-top: 80px;
  }
}