* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f6faff;
}

.bt_1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.oldType {
  cursor: url(default.png), auto !important;
}
.oldType a, .oldType button, .oldType .swiper-pagination-switch, .oldType .hl_scrool_leftbtn, .oldType .box1_leftbox .hd ul li, .oldType .hl_scrool_rightbtn, .oldType .lucidity-ui-paging-container li.ui-pager, .oldType .lucidity_pgBtn,#_span_jiucuo img{
  cursor: url(pointer.png), auto !important;
}
.oldType input[type='text'], .oldType textarea, .oldType input[type='password']{
  cursor: url(auto.png), auto !important;
}

.banner {
  background: url(banner.png) no-repeat;
  width: 100%;
  height: 500px;
}
.phone_banner{
  display: none;
}
.banner_center {
  position: relative;
  padding-top: 144px;
}

.banner .wza {
  position: absolute;
  left: 0;
  top: 40px;
  line-height: 60px;
  padding: 0 23px;
  border: 2px solid #1a56a8;
  border-radius: 30px;
  color: #1a56a8;
  font-size: 32px;
}

.ty_title {
  display: flex;
  align-items: center;
  line-height: 50px;
  justify-content: space-between;
  margin: 40px 0 32px 0;
}

.ty_title>a {
  font-size: 48px;
  color: #1a56a8;
  font-weight: bold;
}

.ty_title>.line {
  background: url(line.png);
  width: calc(100% - 215px);
  height: 30px;
}

.ty_list li {
  font-size: 36px;
  line-height: 72px;
  padding-left: 26px;
  background: url(icon.png) no-repeat 0 30px;
}

.ty_list li a {
  margin-right: 50px;
}

@media screen and (max-width:700px) {
  .banner_center {
    display: none;
  }

  .bt_1200 {
    padding: 0 1%;
  }

  .banner {
    background: none;
    height: auto;
  }

  .phone_banner {
    display: block;
    width: 100%;
  }


  .ty_title>a {
    font-size: 24px;
  }
  .ty_title>.line {
    width: calc(100% - 135px);
    height: 20px;
}
.ty_list li {
  font-size: 18px;
  line-height: 36px;
  padding-left: 16px;
  background: url(icon.png) no-repeat 0 15px;
  background-size: 6px 6px;
}
.ty_list li a {
  margin-right: 30px;
}
.ty_title {
  margin: 20px 0 16px 0;
}
}