* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #fff;
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
img {
  display: block;
}
ul li {
  list-style: none;
  
}
.swiper-container {
  width: 100%;
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
}
.gradual:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.gradual {
  width: 100%;
  background: -moz-linear-gradient(left, #1fa2da, #103562);
  /*Mozilla*/
  background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#1fa2da), to(#103562));
  /*Old gradient for webkit*/
  background: -webkit-linear-gradient(left, #1fa2da, #103562);
  /*new gradient for Webkit*/
  background: -o-linear-gradient(left, #1fa2da, #103562);
  /*Opera11*/
}
.gradual .level {
  width: 80%;
  margin: 0 auto;
}
.gradual .level .back {
  padding: 30px 0;
  text-align: center;
  color: #fff;
  width: 20%;
  float: left;
}
.gradual .level .back .jiac {
  font-weight: bold;
  margin: 20px 0;
  font-size: 22px;
}
.gradual .level .tu_pa {
  width: 38%;
  margin: 0 auto;
}
.gradual .level .folo {
  text-align: center;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gradual .level .folo p {
  width: 50%;
  font-size: 14px;
  margin: 0 10px;
}
.tu_da {
  width: 100%;
}
.foot_b {
  background-color: #103562;
  width: 100%;
  display: flex;
  padding: 40px 0;
}
.foot_b .bi_box {
  /*width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  */
}
.foot_b .tian_lan p {
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.foot_b .tian_lan li {
  font-size: 13px;
  line-height: 25px;
  word-wrap: break-word;      /* 旧版本浏览器支持 */
  overflow-wrap: break-word;  /* 标准属性 */
  white-space: wrap;
}
.foot_b .tian_lan ul {
  border-left: 1px solid #fff;
  height:auto !important;
  padding-left: 10px;
}
.foot_b .particulars {
  color: #fff;
  display: flex;
}
.foot_b .particulars .hebia {
  width: 290px;
  margin-left: 25px;
}
.foot_b .particulars .hebia div {
  font-weight: bold;
  margin-bottom: 20px;
}
.foot_b .particulars .hebia p {
  font-size: 15px;
}
/*.yin_b {*/
/*  background: #f0f0f0;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  padding: 20px 10px 30px 20px;*/
/*}*/
/*.yin_b p {*/
/*  font-size: 12px;*/
/*}*/
@media screen and (max-width: 980px) {
  .none {
    display: none;
  }
  .gradual .level {
    width: 100%;
  }
  .gradual .level .back {
    padding: 15px 0;
    text-align: center;
    width: 20%;
    float: left;
  }
  .gradual .level .back .jiac {
    font-weight: bold;
    margin: 5px 0;
    font-size: 13px;
  }
  .gradual .level .tu_pa {
    width: 70%;
    margin: 0 auto;
  }
  .gradual .level .folo {
    text-align: center;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gradual .level .folo p {
    font-size: 0.5em !important;
    width: 100%;
    margin: 0;
    padding: 0 3px;
  }
}
@media screen and (min-width: 1080px) {
  .hide {
    display: none;
  }
  .colo {
    background-color: #ab1b61 !important;
  }
  .bllan {
    background: #1547a8 !important;
  }
}
.cha_c {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
