.box {
  background-color: #f1fcff;
  overflow: hidden;
}

.banner {
  width: 100%;
  height: 794px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
}

.tips01 {
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: bold;
  color: #346ff6;
  text-align: center;
}

.tips02 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.box01 {
  margin-top: -75px;
}

.box01_txt {
  width: calc(100% - 128px);
  padding: 32px 64px;
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
  border-radius: 100px;
}

.box01_txt span {
  font-size: 20px;
  font-weight: bold;
}

.box02 {
  margin-top: 84px;
}

.step {
  width: 1168px;
  height: 120px;
  margin: 50px auto 0 auto;
  background-image: url(../images/step.png);
  background-repeat: no-repeat;
}

.box03 {
  margin-top: 80px;
}

.box03_main {
  width: 1090px;
  margin: 35px auto 0 auto;
}

.box03_main_l, .box03_main_r {
  margin-top: 112px;
}

.box03_main_m {
  margin: 0 42px;
}

.content {
  width: 262px;
  padding: 0 35px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 5px #ddd;
  transition: box-shadow .5s ease;
}

.content:hover {
  box-shadow: 5px 5px 10px #ddd;
}

.box03_main_l .content, .box03_main_r .content {
  padding-top: 50px;
  height: 285px;
}

.box03_main_m .content {
  height: 260px;
  padding-top: 40px;
}

.box03_main_r .content06 {
  padding-top: 30px;
  height: 305px;
}

.content_name {
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
}

.content_val {
  line-height: 28px;
  font-size: 18px;
}

.icon {
  display: block;
  background-repeat: no-repeat;
}

.icon01 {
  width: 85px;
  height: 70px;
  margin: 0 auto 35px auto;
  background-image: url(../images/icon01.png);
}

.icon02 {
  width: 59px;
  height: 56px;
  margin: 0 auto 35px auto;
  background-image: url(../images/icon02.png);
}

.icon03 {
  width: 78px;
  height: 58px;
  margin: 0 auto 35px auto;
  background-image: url(../images/icon03.png);
}

.icon04 {
  width: 59px;
  height: 61px;
  margin: 0 auto 35px auto;
  background-image: url(../images/icon04.png);
}

.icon05 {
  width: 53px;
  height: 61px;
  margin: 0 auto 35px auto;
  background-image: url(../images/icon05.png);
}

.icon06 {
  width: 84px;
  height: 83px;
  margin: 0 auto 35px auto;
  background-image: url(../images/icon06.png);
}

.icon07 {
  width: 66px;
  height: 60px;
  margin: 0 auto 35px auto;
  background-image: url(../images/icon07.png);
}

.box04 {
  margin-top: 60px;
}

.news_wrap {
  margin-top: 40px;
}

.news_list {
  width: 513px;
  height: 270px;
  padding: 35px 25px 0 35px;
  background-repeat: no-repeat;
  color: #fff;
}

.news_list a {
  color: #fff;
}

.news_list a:hover {
  color: red;
}

.news_list01 {
  margin-bottom: 35px;
  background-image: url(../images/bg01.png);
}

.news_list02 {
  margin-bottom: 35px;
  background-image: url(../images/bg02.png);
}

.news_list03 {
  background-image: url(../images/bg03.png);
}

.person {
  width: 597px;
  height: 365px;
  background-image: url(../images/person.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.title_l {
  font-size: 24px;
}

.more {
  font-size: 18px;
}

.list_title {
  margin-bottom: 25px;
}

.list_title span {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.href {
  float: left;
  max-width: 410px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.time {
  float: right;
}

.box05 {
  position: relative;
  margin-top: 10px;
}

.box05_wrap {
  margin-top: 50px;
}

.mob {
  width: 775px;
  height: 726px;
  background-image: url(../images/mob.png);
  background-repeat: no-repeat;
}

.border {
  width: 415px;
  height: 108px;
  padding-top: 36px;
  margin-top: 150px;
  margin-left: 10px;
  background-image: url(../images/bg04.png);
  background-repeat: no-repeat;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.footer_bg {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 180px;
  padding-top: 260px;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-position: center;
  clear: both;
  text-align: center;
}

.footer_bg p {
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.footer_bg p a {
  color: #fff;
  font-size: 18px;
}

.footer_bg p span {
  padding: 0 5px;
}

.fixed {
  display: none;
  position: fixed;
  top: 220px;
  right: 10px;
  width: 115px;
  height: 460px;
  box-shadow: 0 0 10px #d0eeff;
  border-radius: 100px;
  background-color: #048eff;
  background: linear-gradient(to right, #0389ff, #09b4fe);
  z-index: 3;
}

.fixed i {
  position: absolute;
  top: -100px;
  width: 112px;
  height: 154px;
  background-image: url(../images/tutu.png);
  background-repeat: no-repeat;
}

.fixed ul {
  margin-top: 40px;
}

.fixed li {
  width: 100%;
  height: 59px;
  border-bottom: 1px solid #1e98ff;
  line-height: 60px;
  text-align: center;
  transition: border-color .5s ease;
}

.fixed li:hover {
  border-color: #09b4fe;
}

.fixed .back {
  border-bottom: none;
  color: #fff;
  cursor: pointer;
}

.fixed li a {
  display: block;
  color: #fff;
}

@media only all and (min-width:2620px) {
  .banner, .footer_bg {
    background-size: auto !important;
  }

  .banner {
    background-color: #0674ff;
  }
}

@media only all and (min-width:1920px) {
  .footer_bg {
    background-size: 100% 100%;
  }
}

@media only all and (max-width:1080px) {
  .footer_bg, .fixed {
    display: none !important;
  }

  .box {
    background-color: #fff;
  }

  .banner {
    height: 11rem;
    background-image: url(../images/m_banner.jpg);
    background-size: 100%;
  }

  .box01 {
    margin-top: -2rem;
  }

  .tips01 {
    margin-bottom: .4rem;
    font-size: 1.2rem;
  }

  .tips02 {
    font-size: .85rem;
  }

  .box01_txt {
    width: calc(100% - 2rem);
    padding: 1.5rem 1rem;
    margin-top: 1rem;
    box-shadow: 0 0 .25rem #ddd;
    border-radius: 1rem;
  }

  .box01_txt span {
    font-size: .75rem;
  }

  .box02 {
    margin-top: 1.2rem;
  }

  .step {
    width: 100%;
    height: 2rem;
    margin: 1rem auto 0 auto;
    background-size: 100%;
  }

  .box03 {
    margin-top: 1rem;
  }

  .box03_main {
    width: 100%;
    margin: 1.2rem auto 0 auto;
  }

  .box03_main_l, .box03_main_r {
    margin-top: 0;
  }

  .content {
    float: left;
    width: 7rem;
    padding: 0 .8rem;
    margin-right: .4rem;
    margin-bottom: .5rem;
    border-radius: .2rem;
    box-shadow: 0 0 .125rem #ddd;
  }

  .content:nth-child(even) {
    margin-right: 0;
  }

  .content_val {
    line-height: .8rem;
    font-size: .72rem;
  }

  .content_name {
    margin-bottom: .375rem;
    font-size: .8rem;
  }

  .box03_main_m {
    margin: 0;
  }

  .box03_main_l, .box03_main_m, .box03_main_r {
    width: 100%;
  }

  .box03_main_r {
    position: relative;
  }

  .content06 {
    position: absolute;
    top: -11rem;
    left: 9rem;
  }

  .box03_main_l .content, .box03_main_r .content, .box03_main_m .content {
    padding-top: 1rem;
    height: 9.5rem;
  }

  .content .icon {
    width: 2.125rem;
    height: 2.45rem;
    margin: 0 auto .875rem auto;
    background-size: 100%;
  }

  .box04 {
    margin-top: 1rem;
  }

  .news_wrap {
    margin-top: 1rem;
  }

  .news_list {
    float: none;
    width: calc(100% - 1.5rem);
    height: auto;
    padding: .875rem .625rem .875rem .875rem;
    background-size: 100% 100%;
  }

  .list_title {
    margin-bottom: .7rem;
  }

  .title_l {
    font-size: .8rem;
  }

  .list_title span {
    padding-bottom: .25rem;
  }

  .more {
    font-size: .75rem;
  }

  .href {
    max-width: 80%;
  }

  .news_list01, .news_list02 {
    margin-bottom: .3rem;
  }

  .person {
    width: 100%;
    height: 9.125rem;
    background-size: 100%;
  }

  .box05 {
    margin-top: 1rem;
  }

  .box05_wrap {
    margin-top: .8rem;
  }

  .mob {
    float: none;
    width: 100%;
    height: 18.15rem;
    background-size: 100%;
  }

  .border {
    float: none;
    width: 10.375rem;
    height: 2.7rem;
    padding-top: .9rem;
    margin: .5rem auto 1rem auto;
    background-size: 100%;
    font-size: .8rem;
  }
}
