body {
  padding: 0!important;
  overflow-x: hidden;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}
.container {
  padding: 0;
}
.row {
  margin: 0;
}
/*手机*/
@media screen and (min-width: 0) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
}
/*小平板*/
@media screen and (min-width: 768px) {
  .center,
  .type-area {
    width: 750px;
    margin: 0 auto;
  }
}
/*大平板*/
@media screen and (min-width: 992px) {
  .center,
  .type-area {
    width: 970px;
    margin: 0 auto;
  }
}
/*pc*/
@media screen and (min-width: 1200px) {
  .center,
  .type-area {
    width: 1170px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .type-area {
    width: 1400px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .header-active {
    color: #1d90eb !important;
    border-bottom: 3px solid #1d90eb !important;
  }
  .banner {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
  }
  .banner .banner-title {
    padding-top: 150px;
    font-size: 36px;
  }
  .banner .banner-titlesub {
    padding: 10px 0 30px;
    font-size: 18px;
  }
  .banner .banner-btn {
    display: block;
    width: 145px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    color: #1c3eae;
    background-color: #fff;
    border-radius: 25px;
  }
  .ad .ad-item {
    position: fixed;
    top: 300px;
    right: 0;
    z-index: 999;
    display: block;
    width: 70px;
    height: 55px;
    background-color: rgba(53, 77, 104, 0.8);
    color: #fff;
    font-size: 13px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
  }
  .ad .ad-item .item-first {
    display: inline-block;
    width: 70px;
    height: 55px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
  }
  .ad .ad-item .iconfont {
    font-size: 20px;
  }
  .ad .ad-item .phone-no {
    width: 0;
    display: none;
    opacity: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
  }
  .ad .ad-item:nth-child(2) .iconfont {
    font-size: 22px;
  }
  .ad .ad-item:nth-child(2) {
    top: 356px;
  }
  .ad .ad-item:nth-child(3) {
    top: 412px;
  }
  .ad .ad-item:nth-child(4) {
    display: none;
    top: 468px;
  }
  .modal-dialog {
    width: 530px;
    border-radius: 15px;
    overflow: hidden;
    margin: 100px auto;
    transform: translateY(45%)!important;
  }
/*  .modal-content {
    height: 306px;
    padding: 35px 0 0;
    position: relative;
    background-image: url(../img/mixin/modal-bgi.jpg);
    color: #fff;
    text-align: center;
    border: none;
  }
  .modal-content div,
  .modal-content span {
    color: #fff;
  }
  .modal-content .icon-qingchu {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
  }
  .modal-content .title1 {
    font-size: 24px;
  }
  .modal-content .title2 {
    font-size: 32px;
  }
  .modal-content .title3 {
    padding-bottom: 15px;
    font-size: 14px;
  }
  .modal-content .info {
    margin-bottom: 15px;
  }
  .modal-content .info-left {
    display: inline-block;
    vertical-align: middle;
  }
  .modal-content .info-left .left-item {
    width: 275px;
    display: block;
    color: #454545;
    margin-bottom: 0;
  }
  .modal-content .info-left .left-item .form-control {
    height: 40px;
  }
  .modal-content .info-left .left-item:nth-child(2) {
    margin-top: 5px;
  }
  .modal-content .info-right {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    padding: 18px;
    border-radius: 4px;
    vertical-align: middle;
    background-color: #edb338;
    border: none;
    outline: none;
    font-size: 18px;
  }
  .modal-content .info-right:hover {
    transition: all 0.8s;
  }
  .modal-content .methods {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .modal-content .methods div {
    display: inline-block;
    font-size: 16px;
  }
  .modal-content .methods div:nth-child(2) {
    margin-left: 30px;
  }
  .modal-content .methods span {
    font-size: 18px;
    font-family: Century Gothic;
    font-weight: bold;
  } */
  .animate-active {
    transform: translateY(-20px);
    transition: all 0.5s;
  }
  .animate-back {
    transform: translateY(0);
    transition: all 0.5s;
  }
  .index-btn1-in {
    color: #fff !important;
    background-color: #1d90eb !important;
    transition: all 0.8s !important;
  }
  .index-btn1-out {
    color: #454545 !important;
    background-color: #fff !important;
    transition: all 0.8s !important;
  }
  .index-btn2-in {
    background-color: #7145ef !important;
    transition: all 0.8s !important;
  }
  .index-btn2-out {
    background-color: #1d90eb !important;
    transition: all 0.8s !important;
  }
  .cus-btn1-in {
    background-color: #1d90eb !important;
    transition: all 0.8s !important;
  }
  .cus-btn1-out {
    background-color: #13a1ce !important;
    transition: all 0.8s !important;
  }
  .wechat-btn1-in {
    color: #fff !important;
    background-color: #7145ef !important;
    transition: all 0.8s !important;
  }
  .wechat-btn1-out {
    color: #1c3eae !important;
    background-color: #fff !important;
    transition: all 0.8s !important;
  }
  .wechat-btn2-in {
    background-color: #1d90eb !important;
    transition: all 0.8s !important;
  }
  .wechat-btn2-out {
    background-color: #7145ef !important;
    transition: all 0.8s !important;
  }
  .wechat-btn3-in {
    background-color: #1d90eb !important;
    transition: all 0.8s !important;
  }
  .wechat-btn3-out {
    background-color: #00c7ee !important;
    transition: all 0.8s !important;
  }
  .app-btn1-in {
    color: #fff !important;
    background-color: #7145ef !important;
    transition: all 0.8s !important;
  }
  .app-btn1-out {
    color: #1c3eae !important;
    background-color: #fff !important;
    transition: all 0.8s !important;
  }
  .app-btn2-in {
    background-image: linear-gradient(to right, #00c7ee, #1d90eb) !important;
    transition: all 0.8s !important;
  }
  .app-btn2-out {
    background-image: linear-gradient(to right, #4d6ee3, #7145ef) !important;
    transition: all 0.8s !important;
  }
  .shop-btn1-in {
    background-color: #1c3eae !important;
    transition: all 0.8s !important;
  }
  .shop-btn1-out {
    background-color: #7a6ee6 !important;
    transition: all 0.8s !important;
  }
  .shop-btn2-in {
    background-color: #00c7ee !important;
    transition: all 0.8s !important;
  }
  .shop-btn2-out {
    background-color: #687fe4 !important;
    transition: all 0.8s !important;
  }
  .company-btn1-in {
    background-color: #687fe4 !important;
    transition: all 0.8s !important;
  }
  .company-btn1-out {
    background-color: #058bd4 !important;
    transition: all 0.8s !important;
  }
  .case-btn1-in {
    color: #fff !important;
    background-color: #1d90eb !important;
    transition: all 0.8s !important;
  }
  .case-btn1-out {
    color: #454545 !important;
    background-color: #e4e4e4 !important;
    transition: all 0.8s !important;
  }
  .about-message-in {
    font-size: 28px!important;
    color: #333 !important;
    transition: all 0.2s !important;
  }
  .about-message-out {
    font-size: 26px!important;
    color: #454545 !important;
    transition: all 0.2s !important;
  }
  .swiper-freeuse-in {
    background-color: #058bd4 !important;
    transition: all 0.8s !important;
  }
  .swiper-freeuse-out {
    background-color: #687fe4 !important;
    transition: all 0.8s !important;
  }
  .modal-btn-in {
    background-color: #dc9c14 !important;
    transition: all 0.8s !important;
  }
  .modal-btn-out {
    background-color: #edb338 !important;
    transition: all 0.8s !important;
  }
  .title-separation {
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    animation-name: bounceInDown;
  }
  .title-separation1 {
    padding: 5px 0;
    font-size: 0;
    animation-name: bounceInDown;
  }
  .title-separation1 span {
    font-size: 12px;
    display: inline-block;
    width: 8px;
    height: 4px;
    background-color: #fff;
  }
  .title-separation1 span:nth-child(2) {
    width: 26px;
    margin: 0 4px;
  }
}
@media screen and (min-width: 1200px) {
    .banner {
        height: 500px;
    }
}
@media screen and (max-width: 991px) {
  .banner {
    height: 249px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
  }
  .banner .banner-title {
    padding-top: 50px;
    font-size: 20px;
  }
  .banner .banner-titlesub {
    padding: 10px 15px 15px;
    font-size: 14px;
  }
  .banner .banner-btn {
    display: block;
    width: 100px;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    text-align: center;
    color: #1c3eae;
    background-color: #fff;
    border-radius: 25px;
    font-size: 12px;
  }
  .ad .ad-item {
    position: fixed;
    top: 175px;
    right: 0;
    z-index: 999;
    display: block;
    width: 70px;
    height: 50px;
    margin-top: 1px;
    background-color: rgba(53, 77, 104, 0.8);
    color: #fff;
    font-size: 12px;
    border-radius: 5px 0 0 5px;
  }
  .ad .ad-item .item-first {
    display: inline-block;
    width: 80px;
    height: 50px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
  }
  .ad .ad-item .iconfont {
    font-size: 16px;
  }
  .ad .ad-item .phone-no {
    width: 0;
    display: inline-block;
    opacity: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
  }
  .ad .ad-item:nth-child(2) .iconfont {
    font-size: 18px;
  }
  .ad .ad-item:nth-child(2) {
    top: 227px;
  }
  .ad .ad-item:nth-child(3) {
    top: 279px;
  }
  .ad .ad-item:nth-child(4) {
    display: none;
    top: 331px;
  }
  /*.modal-dialog {*/
  /*  width: 325px;*/
  /*  border-radius: 10px;*/
  /*  overflow: hidden;*/
  /*  margin: 100px auto;*/
  /*}*/
  /*.modal-content {*/
  /*  height: 380px;*/
  /*  padding: 30px 0 0;*/
  /*  position: relative;*/
  /*  background-image: url(../img/mixin/modal-bgi.jpg);*/
  /*  background-position: center;*/
  /*  background-repeat: no-repeat;*/
  /*  background-size: cover;*/
  /*  color: #fff;*/
  /*  text-align: center;*/
  /*  border: none;*/
  /*}*/
  /*.modal-content div,*/
  /*.modal-content span {*/
  /*  color: #fff;*/
  /*}*/
  /*.modal-content .icon-qingchu {*/
  /*  cursor: pointer;*/
  /*  position: absolute;*/
  /*  top: 10px;*/
  /*  right: 10px;*/
  /*  font-size: 12px;*/
  /*}*/
  /*.modal-content .title1 {*/
  /*  padding: 0 15px;*/
  /*  font-size: 16px;*/
  /*}*/
  /*.modal-content .title2 {*/
  /*  padding: 5px 15px;*/
  /*  font-size: 20px;*/
  /*}*/
  /*.modal-content .title3 {*/
  /*  padding: 0 15px 15px;*/
  /*  font-size: 12px;*/
  /*}*/
  /*.modal-content .info {*/
  /*  margin-bottom: 15px;*/
  /*  padding: 0 15px;*/
  /*}*/
  /*.modal-content .info-left {*/
  /*  padding: 0 15px;*/
  /*  vertical-align: middle;*/
  /*}*/
  /*.modal-content .info-left .left-item {*/
  /*  display: block;*/
  /*  margin-bottom: 10px;*/
  /*  color: #454545;*/
  /*}*/
  /*.modal-content .info-left .left-item:nth-child(2) {*/
  /*  margin-bottom: 0;*/
  /*}*/
  /*.modal-content .info-right {*/
  /*  width: 100px;*/
  /*  height: 36px;*/
  /*  margin-top: 20px;*/
  /*  border-radius: 18px;*/
  /*  vertical-align: middle;*/
  /*  background-color: #edb338;*/
  /*  border: none;*/
  /*  outline: none;*/
  /*}*/
  /*.modal-content .methods {*/
  /*  padding: 0 15px;*/
  /*  border-top: 1px solid rgba(255, 255, 255, 0.2);*/
  /*}*/
  /*.modal-content .methods div {*/
  /*  display: inline-block;*/
  /*  margin-top: 15px;*/
  /*}*/
  /*.modal-content .methods div:nth-child(2) {*/
  /*  margin-left: 30px;*/
  /*}*/
  /*.modal-content .methods span {*/
  /*  font-size: 16px;*/
  /*  font-family: Century Gothic;*/
  /*  font-weight: bold;*/
  /*}*/
  .title-separation {
    font-size: 16px;
    text-align: center;
  }
  .title-separation1 {
    padding: 5px 0;
    font-size: 0;
  }
  .title-separation1 span {
    font-size: 12px;
    display: inline-block;
    width: 8px;
    height: 4px;
    background-color: #fff;
  }
  .title-separation1 span:nth-child(2) {
    width: 26px;
    margin: 0 4px;
  }
}
