.content-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1240px) {
  .content-banner {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .content-banner {
    height: 328px;
  }
}
@media (max-width: 640px) {
  .content-banner {
    height: auto;
    min-height: 160px;
  }
  .content-banner.ai_banner {
    height: 150px;
  }
}

.con-banner {
  width: 1180px;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .con-banner {
    width: 100%;
    padding: 0 3%;
  }
}
@media (max-width: 640px) {
  .con-banner {
    padding: 30px 3%;
  }
}
.con-banner .text {
  padding-top: 72px;
  float: left;
}
.con-banner .text .title {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.con-banner .text .title span {
  font-size: 66px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1480px) {
  .con-banner .text .title {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
  }
  .con-banner .text .title span {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
  }
}
@media (max-width: 1240px) {
  .con-banner .text .title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
  }
  .con-banner .text .title span {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .con-banner .text .title {
    font-size: 16px;
  }
  .con-banner .text .title span {
    font-size: 16px;
  }
}
.con-banner .text p {
  margin-top: 15px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 768px) {
  .con-banner .text p {
    font-size: 14px;
    line-height: 25px;
  }
}
.con-banner .text .button {
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #c0111c;
  color: #fff;
  margin-top: 46px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 1240px) {
  .con-banner .text .button {
    width: 100px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .con-banner .text .button {
    margin: 20px auto 0 auto;
  }
}
@media (max-width: 1240px) {
  .con-banner .text {
    width: 50%;
    padding-top: 52px;
  }
}
@media (max-width: 640px) {
  .con-banner .text {
    float: none;
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
}
.con-banner .pic {
  float: right;
}
@media (max-width: 1240px) {
  .con-banner .pic {
    width: 50%;
  }
  .con-banner .pic img {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .con-banner .pic {
    float: none;
    margin: 0 auto;
  }
}

.c-warp {
  width: 1180px;
  display: flex;
  margin: 0 auto;
  justify-content: flex-start;
}
@media (max-width: 1480px) {
  .c-warp {
    width: auto;
    padding: 0 3%;
  }
}
@media (max-width: 768px) {
  .c-warp.flex-wrap {
    flex-wrap: wrap;
  }
}

.view_1 {
  padding: 157px 0px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1240px) {
  .view_1 .pic {
    width: 50%;
  }
  .view_1 .pic img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .view_1 .pic {
    width: 100%;
  }
}
.view_1 .text {
  margin-left: 100px;
}
.view_1 .text .title {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.view_1 .text ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.view_1 .text ul li {
  flex-basis: 40%;
  margin: 50px 5% 0 5%;
  line-height: 25px;
  flex-grow: 1;
}
@media (max-width: 1080px) {
  .view_1 .text ul li {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .view_1 .text ul li {
    margin: 10px 5% 0 5%;
    font-size: 14px;
  }
}
.view_1 .text p {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  line-height: 30px;
  margin-top: 35px;
}
.view_1 .text a {
  margin-top: 73px;
  display: block;
  width: 280px;
  height: 55px;
  line-height: 55px;
  background: #c0111c;
  text-align: center;
  color: #fff;
  border-radius: 50px;
}
@media (max-width: 1080px) {
  .view_1 .text a {
    width: 100%;
    height: 40px;
    margin-top: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .view_1 .text a {
    margin-top: 20px;
  }
}
@media (max-width: 1240px) {
  .view_1 .text {
    width: 40%;
    margin-left: 10%;
  }
  .view_1 .text .title {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
  }
}
@media (max-width: 1080px) {
  .view_1 .text .title {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .view_1 .text {
    margin-top: 16px;
    width: 100%;
    margin-left: 0;
  }
  .view_1 .text .title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding-left: 5%;
  }
}
@media (max-width: 1480px) {
  .view_1 {
    padding: 120px 0px;
  }
}
@media (max-width: 1280px) {
  .view_1 {
    padding: 80px 0px;
  }
}
@media (max-width: 1080px) {
  .view_1 {
    padding: 10% 0px;
  }
}

.page-title {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .page-title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .page-title {
    font-size: 18px;
  }
}

.view_2 {
  padding: 150px 0;
  width: 100%;
  background-image: url("../images/view3bg.jpg");
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_2 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_2 {
    padding: 50px 0px;
  }
}
.view_2 ul {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .view_2 ul {
    margin-top: 25px;
  }
}
.view_2 ul.jj_case li {
  height: 255px;
}
@media (max-width: 768px) {
  .view_2 ul.jj_case li {
    height: 150px;
  }
}
.view_2 ul li {
  margin: 0 10px;
  width: 260px;
  height: 380px;
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.view_2 ul li:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .view_2 ul li {
    width: 23%;
    margin: 0 1%;
  }
}
@media (max-width: 860px) {
  .view_2 ul li {
    width: 48%;
    margin: 1% 1%;
  }
}
@media (max-width: 640px) {
  .view_2 ul li {
    height: 230px;
  }
}
.view_2 ul li .txt {
  width: 80%;
  text-align: center;
  padding: 0 10%;
}
.view_2 ul li .txt .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 640px) {
  .view_2 ul li .txt .icon {
    width: 50px;
    height: 50px;
  }
}
.view_2 ul li .txt h1 {
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
  color: #333333;
  font-weight: bold;
}
@media (max-width: 640px) {
  .view_2 ul li .txt h1 {
    font-size: 16px;
  }
}
.view_2 ul li .txt p {
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
}
.view_2 .button {
  width: 200px;
  height: 55px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  margin: 50px auto 0 auto;
  background: #c0111c;
}
@media (max-width: 768px) {
  .view_2 .button {
    height: 40px;
    line-height: 40px;
  }
}

.view_3 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_3 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_3 {
    padding: 50px 0px;
  }
}
.view_3 .txt {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_3 .txt {
    width: auto;
    padding: 0 3%;
  }
}
.view_3 .txt .title {
  color: #333;
}
.view_3 .txt .content {
  margin-top: 100px;
  overflow: hidden;
}
.view_3 .txt .content .pic {
  float: left;
}
@media (max-width: 1280px) {
  .view_3 .txt .content .pic {
    width: 60%;
  }
  .view_3 .txt .content .pic img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .view_3 .txt .content .pic {
    float: none;
    width: 100%;
  }
}
.view_3 .txt .content .text {
  width: 413px;
  float: right;
}
.view_3 .txt .content .text p {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 22px;
  line-height: 25px;
}
.view_3 .txt .content .text .list {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  margin-top: 30px;
}
.view_3 .txt .content .text .list:before {
  vertical-align: middle;
  content: "";
  width: 6px;
  height: 17px;
  background: #f2cfd2;
  display: inline-block;
  margin-right: 14px;
}
.view_3 .txt .content .text .btn {
  margin-top: 77px;
  width: 220px;
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #c0111c;
}
@media (max-width: 1280px) {
  .view_3 .txt .content .text .btn {
    margin-top: 30px;
    width: 220px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 1280px) {
  .view_3 .txt .content .text {
    width: 35%;
  }
}
@media (max-width: 768px) {
  .view_3 .txt .content .text {
    width: 100%;
    float: none;
  }
}
@media (max-width: 1280px) {
  .view_3 .txt .content {
    margin-top: 10%;
  }
}

.view_4 {
  background: #f0f3fb;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_4 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_4 {
    padding: 50px 0px;
  }
}
.view_4 .txt {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_4 .txt {
    width: auto;
    padding: 0 3%;
  }
}
.view_4 .txt .view_li {
  margin-top: 60px;
}
.view_4 .txt .view_li li {
  width: 180px;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  background: #fff;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.view_4 .txt .view_li li:hover {
  background: #c0111c;
  color: #fff;
}
.view_4 .txt .view_li li.active {
  background: #c0111c;
  color: #fff;
}
@media (max-width: 1280px) {
  .view_4 .txt .view_li li {
    width: 23%;
    margin-bottom: 20px;
    line-height: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .view_4 .txt .view_li li {
    width: 31.33%;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1280px) {
  .view_4 .txt .view_li {
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .view_4 .txt .view_li {
    margin-top: 30px;
  }
}
.view_4 .txt .title {
  color: #333;
}
.view_4 .txt .content {
  display: none;
  margin-top: 70px;
  overflow: hidden;
}
.view_4 .txt .content.active {
  display: block;
}
.view_4 .txt .content .text {
  margin-top: 80px;
  float: left;
  width: 385px;
}
.view_4 .txt .content .text h3 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
.view_4 .txt .content .text p {
  margin: 20px 0;
  height: 187px;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}
.view_4 .txt .content .text a {
  font-size: 16px;
  color: #c0111c;
  font-weight: normal;
  text-decoration-line: underline;
}
@media (max-width: 1280px) {
  .view_4 .txt .content .text {
    width: 40%;
  }
  .view_4 .txt .content .text p {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .view_4 .txt .content .text {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .view_4 .txt .content .text h3 {
    font-size: 18px;
  }
  .view_4 .txt .content .text p {
    height: auto;
  }
}
.view_4 .txt .content .pic {
  float: right;
}
@media (max-width: 1280px) {
  .view_4 .txt .content .pic {
    width: 60%;
  }
  .view_4 .txt .content .pic img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .view_4 .txt .content .pic {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .view_4 .txt .content {
    margin-top: 5%;
  }
}

.view_5 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_5 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_5 {
    padding: 50px 0px;
  }
}
.view_5 .txt .content {
  overflow: hidden;
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_5 .txt .content {
    width: auto;
    margin: 0 3%;
  }
}
.view_5 .txt .content .td {
  overflow: hidden;
}
.view_5 .txt .content .td .left {
  float: left;
  width: calc(100% - 402px);
}
.view_5 .txt .content .td .left .title {
  text-align: left;
  color: #222;
}
.view_5 .txt .content .td .left .pic {
  margin-top: 45px;
}
.view_5 .txt .content .td .left .pic img {
  width: 100%;
}
@media (max-width: 1280px) {
  .view_5 .txt .content .td .left {
    float: none;
    width: 100%;
  }
  .view_5 .txt .content .td .left .pic {
    width: 100%;
  }
  .view_5 .txt .content .td .left .pic img {
    width: 100%;
  }
}
.view_5 .txt .content .td .right {
  width: 302px;
  float: right;
  padding: 85px 50px;
  background: #f5f5f5;
}
.view_5 .txt .content .td .right h3 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .view_5 .txt .content .td .right h3 {
    font-size: 18px;
  }
}
.view_5 .txt .content .td .right p {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  line-height: 25px;
}
.view_5 .txt .content .td .right .text {
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  padding-top: 45px;
  line-height: 30px;
  border-top: 1px solid #999999;
  margin-bottom: 45px;
}
.view_5 .txt .content .td .right .tags {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 13px;
}
.view_5 .txt .content .td .right .tags:hover {
  color: #c0111c;
}
.view_5 .txt .content .td .right a {
  width: 180px;
  margin-top: 58px;
  text-align: center;
  display: block;
  height: 55px;
  line-height: 55px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  background: #c0111c;
}
@media (max-width: 1280px) {
  .view_5 .txt .content .td .right a {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1280px) {
  .view_5 .txt .content .td .right {
    float: none;
    width: 100%;
    padding: 3%;
    box-sizing: border-box;
  }
}

.swiper-view_5 .swiper-button-next, .swiper-view_5 .swiper-button-prev, .swiper-view_5 .coumter .txt .swiper-button-prev, .coumter .txt .swiper-view_5 .swiper-button-prev {
  background-image: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  outline: none;
  text-align: center;
  line-height: 35px;
  right: 0;
  top: auto;
  bottom: 85px;
}
.swiper-view_5 .swiper-button-next:hover, .swiper-view_5 .swiper-button-prev:hover {
  background: #c0111c;
  color: #fff;
}
.swiper-view_5 .swiper-button-prev {
  left: auto;
  right: 35px;
}

.view_6 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_6 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_6 {
    padding: 50px 0px;
  }
}
.view_6 .txt .title {
  color: #222;
}
.view_6 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_6 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_6 .txt .content ul {
  margin-top: 44px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.view_6 .txt .content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  height: 130px;
  align-items: center;
  background: #fff;
}
@media (max-width: 1280px) {
  .view_6 .txt .content ul li {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .view_6 .txt .content ul li {
    width: 50%;
  }
}
.view_6 .txt .content .casero dl {
  margin-top: 42px;
  overflow: hidden;
  text-align: center;
  font-size: 0px;
}
.view_6 .txt .content .casero dl dd {
  width: 31.33%;
  margin: 0 1%;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .view_6 .txt .content .casero dl dd {
    width: 31.33%;
    display: block;
    margin: 0 1%;
    float: left;
  }
}
@media (max-width: 768px) {
  .view_6 .txt .content .casero dl dd {
    width: 100%;
  }
}
.view_6 .txt .content .casero dl dd .pic {
  width: 30%;
  margin: 0 auto;
  -webkit-transform: translateY(35%);
  -moz-transform: translateY(35%);
  transform: translateY(35%);
  border: 4px solid #cd5560;
  border-radius: 50%;
  overflow: hidden;
}
.view_6 .txt .content .casero dl dd .pic img {
  width: 100%;
}
@media (max-width: 768px) {
  .view_6 .txt .content .casero dl dd .pic {
    width: 25%;
  }
}
.view_6 .txt .content .casero dl dd .text {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  height: auto;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  padding: 60px 10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .view_6 .txt .content .casero dl dd .text {
    padding: 60px 10px 20px 10px;
  }
}

.view_7 {
  background: #f0f3fb;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_7 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_7 {
    padding: 50px 0px;
  }
}
.view_7 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_7 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_7 .txt .content .title {
  color: #222;
}
.view_7 .txt .content p {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  line-height: 25px;
}
.view_7 .txt .content .form {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}
.view_7 .txt .content .form .form_form {
  display: flex;
  justify-content: flex-start;
  border-radius: 5px;
  overflow: hidden;
}
.view_7 .txt .content .form .form_form input {
  border: none;
  width: 480px;
  padding: 0 2%;
  height: 56px;
  line-height: 56px;
  display: block;
}
.view_7 .txt .content .form .form_form button {
  border: none;
  padding: 0;
  background: #c0111c;
  width: 200px;
  text-align: center;
  color: #fff;
  text-align: center;
  line-height: 56px;
  display: block;
}
@media (max-width: 768px) {
  .view_7 .txt .content .form {
    margin-top: 25px;
  }
}
.view_7 .txt .content .freelist {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .view_7 .txt .content .freelist {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .view_7 .txt .content .freelist .td {
    width: 50%;
    margin-bottom: 30px;
  }
}
.view_7 .txt .content .freelist .td .iocn {
  width: 81px;
  height: 81px;
  margin: 0 auto;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .view_7 .txt .content .freelist .td .iocn {
    width: 61px;
    height: 61px;
  }
}
.view_7 .txt .content .freelist .td h4 {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.view_8 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_8 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_8 {
    padding: 50px 0px;
  }
}
.view_8 .txt .title {
  color: #222;
}
.view_8 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_8 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_8 .txt .content .td {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .view_8 .txt .content .td {
    flex-wrap: wrap;
  }
}
.view_8 .txt .content .td .salse {
  width: 580px;
  margin: 0 1%;
  position: relative;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
@media (max-width: 1480px) {
  .view_8 .txt .content .td .salse {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .view_8 .txt .content .td .salse {
    width: 98%;
    margin-bottom: 20px;
  }
}
.view_8 .txt .content .td .salse:nth-child(2) .tags {
  background-image: url("../images/erp1.jpg");
  color: #fff;
}
.view_8 .txt .content .td .salse:nth-child(2) .emjoi {
  background-image: url("../images/erp3.jpg");
}
.view_8 .txt .content .td .salse .tags {
  background: #e0e0e0;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #666666;
  font-weight: bold;
}
@media (max-width: 768px) {
  .view_8 .txt .content .td .salse .tags {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.view_8 .txt .content .td .salse .text {
  padding: 46px 27px;
}
.view_8 .txt .content .td .salse .text p {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}
@media (max-width: 1280px) {
  .view_8 .txt .content .td .salse .text {
    padding: 26px 15px;
  }
}
.view_8 .txt .content .td .salse .emjoi {
  position: absolute;
  width: 72px;
  height: 72px;
  background-image: url("../images/erp2.jpg");
  bottom: 0;
  right: 0;
}

.view_9 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_9 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_9 {
    padding: 50px 0px;
  }
}
.view_9 .txt .title {
  color: #222;
}
.view_9 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_9 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_9 .txt .content .text {
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  line-height: 30px;
  margin-top: 30px;
}

.view_9_info {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  width: 385px;
  margin: 0 auto;
}
.view_9_info span {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.view_9_info .view_9-prev, .view_9_info .view_9-next {
  outline: none;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #333;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.view_9_info .view_9-prev:hover, .view_9_info .view_9-next:hover {
  background: #c0111c;
  color: #fff;
}
@media (max-width: 768px) {
  .view_9_info {
    width: 100%;
  }
  .view_9_info span {
    font-size: 18px;
  }
}

.swiper-view_9 {
  overflow: hidden;
  width: 930px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .swiper-view_9 {
    width: 100%;
  }
}
.swiper-view_9 dl dd {
  text-align: center;
}
@media (max-width: 1080px) {
  .swiper-view_9 dl dd {
    width: 100%;
  }
  .swiper-view_9 dl dd img {
    width: 100%;
  }
}

.view_10 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_10 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_10 {
    padding: 50px 0px;
  }
}
.view_10 .txt .title {
  color: #222;
}
.view_10 .txt .content {
  width: 1180px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 1180px) {
  .view_10 .txt .content {
    width: auto;
    padding: 0 3%;
    margin-top: 20px;
  }
  .view_10 .txt .content .pic {
    width: 100%;
  }
  .view_10 .txt .content .pic img {
    width: 100%;
  }
}

.view_11 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_11 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_11 {
    padding: 50px 0px;
  }
}
.view_11 .txt .title {
  color: #222;
}
.view_11 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_11 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_11 .txt .content .text {
  display: none;
}
.view_11 .txt .content .text h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1480px) {
  .view_11 .txt .content .text h3 {
    font-size: 18px;
  }
}
.view_11 .txt .content .text p {
  line-height: 35px;
  color: #fff;
}
@media (max-width: 1480px) {
  .view_11 .txt .content .text p {
    font-size: 14px;
  }
}
.view_11 .txt .content .text a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 85px;
}
.view_11 .txt .content .text.active {
  display: block;
}

.swiper-view_11 {
  margin-top: 50px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.swiper-view_11 .swiper-slide {
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.swiper-view_11 .swiper-slide span {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}
.swiper-view_11 .swiper-slide span:after {
  content: "";
  display: block;
  background: url("../images/lines.png") no-repeat;
  width: 11px;
  height: 22px;
  margin: 0 auto;
}
.swiper-view_11 .swiper-slide span:hover {
  background: #c0111c;
}
.swiper-view_11 .swiper-slide.active span {
  background: #c0111c;
}
.swiper-view_11 .swiper-slide.active span:after {
  content: "";
  display: block;
  background: url("../images/lines.png") no-repeat;
  width: 11px;
  height: 22px;
  margin: 0 auto;
}

.view_11-next, .view_11-prev {
  position: absolute;
  right: -35px;
  color: #fff;
}
@media (max-width: 1280px) {
  .view_11-next, .view_11-prev {
    right: 0px;
  }
}

.view_11-prev {
  right: auto;
  left: -35px;
}
@media (max-width: 1280px) {
  .view_11-prev {
    left: 0px;
  }
}

.view_12 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_12 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_12 {
    padding: 50px 0px;
  }
}
.view_12 .txt .title {
  color: #222;
}
.view_12 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_12 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_12 .txt .content .haoshulist {
  margin-top: 44px;
  display: flex;
  justify-content: flex-start;
}
.view_12 .txt .content .haoshulist .haoshu {
  position: relative;
  flex-basis: 250px;
  transition: all 0.5s;
}
.view_12 .txt .content .haoshulist .haoshu .coeo {
  height: 400px;
  background-image: url("../images/haochu.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .view_12 .txt .content .haoshulist .haoshu .coeo {
    display: none;
  }
}
.view_12 .txt .content .haoshulist .haoshu .coeo h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.view_12 .txt .content .haoshulist .haoshu .coeo h3:after {
  content: "";
  display: block;
  width: 23px;
  height: 4px;
  background: #fff;
  margin-top: 20px;
}
.view_12 .txt .content .haoshulist .haoshu .show_all {
  visibility: hidden;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  background: rgba(49, 117, 243, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .view_12 .txt .content .haoshulist .haoshu .show_all {
    visibility: visible;
    position: static;
    background: none;
  }
}
.view_12 .txt .content .haoshulist .haoshu .show_all h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.view_12 .txt .content .haoshulist .haoshu .show_all h3:after {
  content: "";
  display: block;
  width: 23px;
  height: 4px;
  background: #fff;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .view_12 .txt .content .haoshulist .haoshu .show_all h3 {
    color: #333;
    font-size: 18px;
  }
  .view_12 .txt .content .haoshulist .haoshu .show_all h3:after {
    background: #3175f3;
    margin-top: 10px;
    height: 2px;
  }
}
@media (max-width: 1280px) {
  .view_12 .txt .content .haoshulist .haoshu .show_all h3 {
    color: #333;
    font-size: 16px;
  }
}
.view_12 .txt .content .haoshulist .haoshu .show_all p {
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
  margin-top: 50px;
}
@media (max-width: 1280px) {
  .view_12 .txt .content .haoshulist .haoshu .show_all p {
    color: #222;
    background: none;
    margin-top: 10px;
  }
}
@media (min-width: 1280px) {
  .view_12 .txt .content .haoshulist .haoshu:hover {
    z-index: 99;
    transition: all 0.5s;
    transform: scale(1.1);
    flex-basis: 350px;
  }
  .view_12 .txt .content .haoshulist .haoshu:hover .coeo h3 {
    display: none;
  }
  .view_12 .txt .content .haoshulist .haoshu:hover .show_all {
    visibility: visible;
  }
}
@media (max-width: 1280px) {
  .view_12 .txt .content .haoshulist .haoshu {
    flex-basis: 50%;
    margin-bottom: 15px;
  }
}
@media (max-width: 1280px) {
  .view_12 .txt .content .haoshulist {
    margin-top: 40px;
    flex-wrap: wrap;
  }
}

.view_13 {
  background: #f0f3fb;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_13 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_13 {
    padding: 50px 0px;
  }
}
.view_13 .txt .title {
  color: #222;
}
.view_13 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_13 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_13 .txt .content .bigdata {
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  transition: all 0.5s;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .view_13 .txt .content .bigdata {
    margin-top: 30px;
  }
}
.view_13 .txt .content .bigdata li {
  width: 24%;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .view_13 .txt .content .bigdata li {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .view_13 .txt .content .bigdata li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.view_13 .txt .content .bigdata li .tags {
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: #3175f3;
}
@media (max-width: 1280px) {
  .view_13 .txt .content .bigdata li .tags {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .view_13 .txt .content .bigdata li .tags {
    font-size: 16px;
  }
}
.view_13 .txt .content .bigdata li .text {
  padding: 30px;
  background: #fff;
  line-height: 30px;
  font-size: 14px;
  color: #222;
  font-weight: normal;
}
@media (max-width: 768px) {
  .view_13 .txt .content .bigdata li .text {
    padding: 20px;
  }
}
.view_13 .txt .content .bigdata li:hover {
  transform: translateY(-10px);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.view_13 .txt .content .button {
  width: 280px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 77px auto 0 auto;
  background: #c0111c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 768px) {
  .view_13 .txt .content .button {
    margin: 30px auto 0 auto;
    height: 40px;
    line-height: 40px;
  }
}

.view_14 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_14 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_14 {
    padding: 50px 0px;
  }
}
.view_14 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_14 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_14 .txt .content .title {
  color: #222;
  text-align: left;
}
.view_14 .txt .content p {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  line-height: 25px;
  margin-top: 20px;
}
.view_14 .txt .content .pay_case {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.view_14 .txt .content .pay_case li {
  width: 48%;
  margin-top: 45px;
}
.view_14 .txt .content .pay_case li h3 {
  font-size: 24px;
  color: #3175f3;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .view_14 .txt .content .pay_case li h3 {
    font-size: 18px;
  }
}
.view_14 .txt .content .pay_case li h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background: #3175f3;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.view_14 .txt .content .pay_case li h6 {
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  line-height: 25px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .view_14 .txt .content .pay_case li h6 {
    font-size: 14px;
  }
}
.view_14 .txt .content .web-phone {
  margin-top: 105px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1480px) {
  .view_14 .txt .content .web-phone {
    margin-top: 20px;
  }
}
@media (max-width: 1280px) {
  .view_14 .txt .content .web-phone {
    flex-wrap: wrap;
  }
}
@media (max-width: 1280px) {
  .view_14 .txt .content .web-phone .phone {
    width: 100%;
    margin-bottom: 15px;
  }
}
.view_14 .txt .content .web-phone .phone .btn {
  margin: 0 auto;
  width: 180px;
  height: 50px;
  border-radius: 10px;
  background: #98baf9;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .view_14 .txt .content .web-phone .phone .btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
  }
}
.view_14 .txt .content .web-phone .phone p {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  text-align: center;
}
.view_14 .txt .content .web-phone .phone .pic {
  margin-top: 20px;
  width: 100%;
}
.view_14 .txt .content .web-phone .phone .pic img {
  width: 100%;
}

.view_15 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_15 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_15 {
    padding: 50px 0px;
  }
}
.view_15 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_15 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_15 .txt .content .title {
  color: #222;
}
.view_15 .txt .content ul {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .view_15 .txt .content ul {
    flex-wrap: wrap;
  }
}
.view_15 .txt .content ul li {
  width: 24%;
  overflow: hidden;
  transition: all 0.5s;
}
.view_15 .txt .content ul li:hover {
  transition: all 0.5s;
  transform: translateY(-20px);
  box-shadow: 0 4px 6px #a87f7f;
}
@media (max-width: 1280px) {
  .view_15 .txt .content ul li {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .view_15 .txt .content ul li {
    width: 100%;
  }
}
.view_15 .txt .content ul li .text {
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 1280px) {
  .view_15 .txt .content ul li .text {
    padding: 3%;
  }
}
@media (max-width: 768px) {
  .view_15 .txt .content ul li .text {
    padding: 5%;
  }
}
.view_15 .txt .content ul li .text h4 {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.view_15 .txt .content ul li .text .actrils {
  height: 140px;
  overflow: hidden;
  line-height: 25px;
  margin-top: 30px;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}
@media (max-width: 1280px) {
  .view_15 .txt .content ul li .text .actrils {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .view_15 .txt .content ul li .text .actrils {
    height: auto;
  }
}
.view_15 .txt .content ul li .text a {
  font-size: 14px;
  color: #c0111c;
  font-weight: normal;
  text-decoration: underline;
}
.view_15 .txt .content ul li .pic {
  width: 100%;
}
.view_15 .txt .content ul li .pic img {
  width: 100%;
}

.view_16 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_16 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_16 {
    padding: 50px 0px;
  }
}
.view_16 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_16 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_16 .txt .content .title {
  color: #222;
}
.view_16 .txt .content ul {
  margin-top: 35px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.view_16 .txt .content ul li {
  width: 23%;
  margin: 0 1%;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .view_16 .txt .content ul li {
    margin-bottom: 40px;
    width: 31.33%;
  }
}
@media (max-width: 768px) {
  .view_16 .txt .content ul li {
    width: 48%;
    margin-bottom: 20px;
  }
}
.view_16 .txt .content ul li .pic {
  border: 1px solid #eeeeee;
}
.view_16 .txt .content ul li .pic img {
  width: 100%;
}
.view_16 .txt .content ul li h4 {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .view_16 .txt .content ul li h4 {
    font-size: 14px;
  }
}

.view_17 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_17 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_17 {
    padding: 50px 0px;
  }
}
@media (max-width: 1480px) {
  .view_17 .txt {
    width: auto;
    padding: 0 3%;
  }
}
.view_17 .txt .title {
  color: #222;
  text-align: center;
  line-height: 25px;
}
.view_17 .txt h4 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin: 42px 0 30px 0;
  text-align: center;
  line-height: 25px;
}
.view_17 .txt h4.wihte {
  color: #fff;
}
@media (max-width: 768px) {
  .view_17 .txt h4 {
    margin: 15px 0 15px 0;
    font-size: 14px;
  }
}
.view_17 .txt h6 {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  line-height: 25px;
  text-align: center;
}
.view_17 .txt .conalte {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  line-height: 25px;
  text-align: center;
  margin-top: 30px;
}
.view_17 .txt .conalte.white {
  color: #fff;
}
.view_17 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_17 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_17 .txt .content .pic {
  width: 700px;
  margin: 0 auto;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .view_17 .txt .content .pic {
    width: 100%;
    margin-top: 20px;
  }
  .view_17 .txt .content .pic img {
    width: 100%;
  }
}
.view_17 .txt .content .step {
  width: 1180px;
  margin: 0 auto;
  margin-top: 32px;
}
@media (max-width: 1180px) {
  .view_17 .txt .content .step {
    width: 100%;
  }
  .view_17 .txt .content .step img {
    width: 100%;
  }
}
.view_17 .txt .content .web-phone {
  margin-top: 105px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1480px) {
  .view_17 .txt .content .web-phone {
    margin-top: 20px;
  }
}
@media (max-width: 1280px) {
  .view_17 .txt .content .web-phone {
    flex-wrap: wrap;
  }
}
@media (max-width: 1280px) {
  .view_17 .txt .content .web-phone .phone {
    width: 100%;
    margin-bottom: 15px;
  }
}
.view_17 .txt .content .web-phone .phone .btn {
  margin: 0 auto;
  width: 180px;
  height: 50px;
  border-radius: 10px;
  background: #98baf9;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .view_17 .txt .content .web-phone .phone .btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
  }
}
.view_17 .txt .content .web-phone .phone p {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
  line-height: 30px;
}
.view_17 .txt .content .web-phone .phone > .pic {
  margin-top: 20px;
  width: 100%;
}
.view_17 .txt .content .web-phone .phone > .pic img {
  width: 100%;
}
.view_17 .txt .content .three .piz {
  margin-top: 69px;
  float: left;
  width: 33.33%;
}
.view_17 .txt .content .three .piz img {
  width: 100%;
}
.view_17 .txt .content .three .lists {
  float: left;
  width: 33.33%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
.view_17 .txt .content .three .lists.org {
  margin-top: 69px;
}
.view_17 .txt .content .three .lists.org .tag {
  background: #f39531;
}
.view_17 .txt .content .three .lists.org .contse .sbse {
  background: #fef4ea;
}
.view_17 .txt .content .three .lists .tag {
  text-align: center;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: #3175f3;
  margin-bottom: 35px;
}
.view_17 .txt .content .three .lists .contse {
  width: 100%;
  align-items: flex-start;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.view_17 .txt .content .three .lists .contse .sbse {
  margin-bottom: 35px;
  width: 45%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #eaf1fe;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 860px) {
  .view_17 .txt .content .three .piz {
    float: none;
    width: 100%;
    margin: 20px auto;
  }
  .view_17 .txt .content .three .lists {
    float: none;
    width: 100%;
  }
  .view_17 .txt .content .three .lists .tag {
    font-size: 20px;
    height: 35px;
    line-height: 35px;
  }
  .view_17 .txt .content .three .lists.org {
    margin-top: 20px;
  }
}
.view_17 .txt .content .button {
  width: 280px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 2px solid #fff;
  margin: 95px auto 0 auto;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
@media (max-width: 1280px) {
  .view_17 .txt .content .button {
    margin: 65px auto 0 auto;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .view_17 .txt .content .button {
    margin: 30px auto 0 auto;
    height: 30px;
    line-height: 30px;
  }
}
.view_17 .txt .content .computer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .view_17 .txt .content .computer {
    flex-wrap: wrap;
  }
}
.view_17 .txt .content .computer .compured {
  width: 50%;
}
@media (max-width: 768px) {
  .view_17 .txt .content .computer .compured {
    width: 100%;
    margin-bottom: 20px;
  }
}
.view_17 .txt .content .computer .compured .pic {
  width: 100%;
}
.view_17 .txt .content .computer .compured .pic img {
  width: 100%;
}
.view_17 .txt .content .computer .compured span {
  display: block;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  padding: 0 10px;
  line-height: 30px;
}

.mtop50 {
  margin-top: 50px;
}

.view_18 {
  position: relative;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
}
.view_18 i {
  z-index: 1;
  background: #f0f3fb;
  height: 800px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1280px) {
  .view_18 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_18 {
    padding: 50px 0px;
  }
}
.view_18 .txt {
  position: relative;
  z-index: 3;
}
.view_18 .txt .title {
  color: #222;
  text-align: center;
}
.view_18 .txt .step_five {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
  line-height: 25px;
}
.view_18 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_18 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_18 .txt .content .constle {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .view_18 .txt .content .constle {
    flex-wrap: wrap;
  }
}
.view_18 .txt .content .constle .isc {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .view_18 .txt .content .constle .isc {
    width: 100%;
  }
}
.view_18 .txt .content .constle .isc .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
}
@media (max-width: 1280px) {
  .view_18 .txt .content .constle .isc .icon {
    width: 80px;
    height: 80px;
  }
}
.view_18 .txt .content .constle .isc .icon:nth-child(1) {
  background-image: url("../images/yins1.jpg");
  background-size: cover;
}
.view_18 .txt .content .constle .isc h3 {
  font-size: 24px;
  color: #c0111c;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .view_18 .txt .content .constle .isc h3 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
  }
}
.view_18 .txt .content .constle .isc h6 {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
}
.view_18 .txt .content .constle .isc .spet_icon {
  width: 110px;
  height: 110px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .view_18 .txt .content .constle .isc .spet_icon {
    width: 70px;
    height: 70px;
  }
}
.view_18 .txt .content .constle .isc .spet_icon:nth-child(1) {
  background-image: url("../images/spet_six1.png");
  background-size: cover;
}
.view_18 .txt .content .constle .isc:nth-child(2) .spet_icon {
  background-image: url("../images/spet_six2.png");
  background-size: cover;
}
.view_18 .txt .content .constle .isc:nth-child(3) .spet_icon {
  background-image: url("../images/spet_six3.png");
  background-size: cover;
}
.view_18 .txt .content .constle .isc:nth-child(2) .icon {
  background-image: url("../images/yins2.png");
  background-size: cover;
}
.view_18 .txt .content .constle .isc:nth-child(3) .icon {
  background-image: url("../images/yins3.png");
  background-size: cover;
}
.view_18 .txt .content .pic {
  width: 700px;
  margin: 0 auto;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .view_18 .txt .content .pic {
    width: 100%;
  }
  .view_18 .txt .content .pic img {
    width: 100%;
    margin-top: 20px;
  }
}
.view_18 .txt .content .maingtitle {
  margin-top: 45px;
}
.view_18 .txt .content .maingtitle h4 {
  font-size: 24px;
  color: #c0111c;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .view_18 .txt .content .maingtitle h4 {
    font-size: 20px;
  }
}
.view_18 .txt .content .maingtitle p {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  text-align: center;
  margin: 18px;
  line-height: 30px;
}
.view_18 .txt .content .maingtitle .man-pic {
  width: 670px;
  margin: 0 auto;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .view_18 .txt .content .maingtitle .man-pic {
    width: 100%;
  }
  .view_18 .txt .content .maingtitle .man-pic img {
    width: 100%;
  }
}

.swiper-view18 {
  margin-top: 37px;
  overflow: hidden;
}
.swiper-view18 .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.swiper-view18 .swiper-wrapper .swiper-slide span:after {
  margin: 0 auto;
  margin-top: 5px;
  content: "";
  display: block;
  height: 2px;
  width: 60%;
}
.swiper-view18 .swiper-wrapper .swiper-slide:hover {
  font-size: 16px;
  color: #c0111c;
  font-weight: normal;
}
.swiper-view18 .swiper-wrapper .swiper-slide:hover span:after {
  content: "";
  display: block;
  width: 55%;
  margin: 0 auto;
  margin-top: 5px;
  background: #c0111c;
}
.swiper-view18 .swiper-wrapper .swiper-slide.active {
  font-size: 16px;
  color: #c0111c;
  font-weight: normal;
}
.swiper-view18 .swiper-wrapper .swiper-slide.active span:after {
  content: "";
  display: block;
  height: 2px;
  width: 55%;
  margin: 0 auto;
  margin-top: 5px;
  background: #c0111c;
}
@media (max-width: 768px) {
  .swiper-view18 .swiper-wrapper .swiper-slide {
    font-size: 14px;
  }
  .swiper-view18 .swiper-wrapper .swiper-slide.active {
    font-size: 14px;
  }
}

.view_19 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_19 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_19 {
    padding: 50px 0px;
  }
}
.view_19 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_19 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_19 .txt .content .title {
  color: #222;
}
.view_19 .txt .content .endtoend {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.view_19 .txt .content .endtoend .pic {
  width: 49%;
}
.view_19 .txt .content .endtoend .pic img {
  width: 100%;
}
@media (max-width: 768px) {
  .view_19 .txt .content .endtoend .pic {
    width: 100%;
  }
}
.view_19 .txt .content .endtoend .text {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  width: 48%;
  line-height: 35px;
}
@media (max-width: 1280px) {
  .view_19 .txt .content .endtoend .text {
    width: 100%;
    margin-top: 20px;
  }
}
.view_19 .txt .content .button {
  width: 280px;
  height: 55px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  background: #c0111c;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 55px;
  margin: 36px auto 0 auto;
}
@media (max-width: 1280px) {
  .view_19 .txt .content .button {
    width: 80%;
    height: 40px;
    line-height: 40px;
  }
}

.view_20 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_20 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_20 {
    padding: 50px 0px;
  }
}
.view_20 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_20 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_20 .txt .content .title {
  color: #222;
}
.view_20 .txt .content .setp_four {
  margin-top: 60px;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
@media (max-width: 1280px) {
  .view_20 .txt .content .setp_four {
    flex-wrap: wrap;
    padding: 0px 0;
    background: none;
  }
}
@media (max-width: 768px) {
  .view_20 .txt .content .setp_four {
    margin-top: 20px;
  }
}
.view_20 .txt .content .setp_four .setp {
  width: 33.33%;
  border-right: 1px solid #eeeeee;
}
@media (max-width: 1280px) {
  .view_20 .txt .content .setp_four .setp {
    width: 100%;
    border: none;
    padding: 20px 0;
    margin: 20px 0 0 0;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
}
.view_20 .txt .content .setp_four .setp .icon {
  width: 82px;
  height: 90px;
}
@media (max-width: 1280px) {
  .view_20 .txt .content .setp_four .setp .icon {
    width: 62px;
    height: 70px;
  }
}
.view_20 .txt .content .setp_four .setp:nth-child(1) .icon {
  background-image: url("../images/spet4_pic1.jpg");
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.view_20 .txt .content .setp_four .setp:nth-child(2) .icon {
  background-image: url("../images/spet4_pic2.jpg");
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.view_20 .txt .content .setp_four .setp:nth-child(3) .icon {
  background-image: url("../images/spet4_pic3.jpg");
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.view_20 .txt .content .setp_four .setp h5 {
  font-size: 16px;
  color: #c0111c;
  font-weight: bold;
  text-align: center;
}
.view_20 .txt .content .setp_four .setp p {
  text-align: center;
  margin-top: 30px;
  line-height: 25px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
@media (max-width: 768px) {
  .view_20 .txt .content .setp_four .setp p {
    margin-top: 20px;
  }
}

.view_21 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_21 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_21 {
    padding: 50px 0px;
  }
}
.view_21 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_21 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_21 .txt .content .title {
  color: #222;
}
.view_21 .txt .content .list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .view_21 .txt .content .list {
    flex-wrap: wrap;
  }
}
.view_21 .txt .content .list .td {
  width: 24%;
}
@media (max-width: 1280px) {
  .view_21 .txt .content .list .td {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .view_21 .txt .content .list .td {
    width: 100%;
  }
}
.view_21 .txt .content .list .td .pic {
  width: 100%;
}
.view_21 .txt .content .list .td .pic img {
  width: 100%;
}
.view_21 .txt .content .list .td .text {
  padding: 27px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .view_21 .txt .content .list .td .text {
    padding: 10px;
  }
}
.view_21 .txt .content .list .td .text h3 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.view_21 .txt .content .list .td .text p {
  margin-top: 17px;
  line-height: 30px;
  font-size: 16px;
  color: #999999;
  font-weight: bold;
}
@media (max-width: 768px) {
  .view_21 .txt .content .list .td .text p {
    font-size: 14px;
    font-weight: normal;
  }
}
.view_21 .txt .content .button {
  margin: 50px auto 0 auto;
  width: 280px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #c0111c;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
@media (max-width: 1280px) {
  .view_21 .txt .content .button {
    margin: 30px auto 0 auto;
    height: 40px;
    line-height: 40px;
  }
}

.view_22 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_22 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_22 {
    padding: 50px 0px;
  }
}
.view_22 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_22 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_22 .txt .content .title {
  color: #222;
}
.view_22 .txt .content h5 {
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 38px;
  text-align: center;
  line-height: 25px;
}
.view_22 .txt .content .asb h3 {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: #637ddd;
}
@media (max-width: 768px) {
  .view_22 .txt .content .asb h3 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.view_22 .txt .content .asb .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.view_22 .txt .content .asb .list .pic {
  width: 50%;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .view_22 .txt .content .asb .list .pic {
    width: 100%;
  }
}
.view_22 .txt .content .asb .list .pic img {
  width: 100%;
}
.view_22 .txt .content .asb .list .pic:nth-child(n + 1) {
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .view_22 .txt .content .asb .list .pic:nth-child(n + 1) {
    border-right: none;
  }
}

.view_23 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_23 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_23 {
    padding: 50px 0px;
  }
}
.view_23 .txt .content {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1480px) {
  .view_23 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_23 .txt .content .pda {
  float: left;
  width: 60%;
}
@media (max-width: 768px) {
  .view_23 .txt .content .pda {
    float: none;
    width: 100%;
  }
}
.view_23 .txt .content .pda .title {
  color: #222;
  text-align: left;
}
.view_23 .txt .content .pda ul {
  overflow: hidden;
}
.view_23 .txt .content .pda ul li {
  float: left;
  width: 24%;
  margin: 0 auto;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .view_23 .txt .content .pda ul li {
    margin-top: 30px;
  }
}
.view_23 .txt .content .pda ul li img {
  display: block;
  width: 60px;
  margin: 0 auto;
}
.view_23 .txt .content .pda ul li span {
  display: block;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.view_23 .txt .content .pic {
  float: right;
  width: 40%;
}
@media (max-width: 768px) {
  .view_23 .txt .content .pic {
    float: none;
    width: 100%;
  }
  .view_23 .txt .content .pic img {
    width: 100%;
  }
}

.view_24 {
  background: #ecf4ff;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_24 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_24 {
    padding: 50px 0px;
  }
}
.view_24 .txt .content {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
.view_24 .txt .content .title {
  color: #222;
}
@media (max-width: 1480px) {
  .view_24 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_24 .txt .content .pictew {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .view_24 .txt .content .pictew {
    margin-top: 20px;
  }
}
.view_24 .txt .content .pictew .pic {
  width: 49%;
}
.view_24 .txt .content .pictew .pic img {
  width: 100%;
}
@media (max-width: 768px) {
  .view_24 .txt .content .pictew .pic {
    width: 100%;
  }
}
.view_24 .txt .content .pictew .sslit {
  width: 49%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .view_24 .txt .content .pictew .sslit {
    width: 100%;
  }
}
.view_24 .txt .content .pictew .sslit .piz {
  width: 48%;
  margin-bottom: 20px;
}
.view_24 .txt .content .pictew .sslit .piz img {
  width: 100%;
  display: block;
}
.view_24 .txt .content .pictew .sslit .piz span {
  display: block;
  font-size: 14px;
  color: #111;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  display: block;
}

.view_25 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_25 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_25 {
    padding: 50px 0px;
  }
}
.view_25 .txt .content {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
.view_25 .txt .content .title {
  color: #222;
}
@media (max-width: 1480px) {
  .view_25 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_25 .txt .content .asb {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .view_25 .txt .content .asb {
    margin-top: 15px;
    font-weight: normal;
  }
}
.view_25 .txt .content .asb1 {
  margin-top: 120px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .view_25 .txt .content .asb1 {
    margin-top: 20px;
  }
}
.view_25 .txt .content .asb1 h3 {
  float: left;
  font-size: 24px;
  color: #222;
  font-weight: bold;
  width: 15%;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .view_25 .txt .content .asb1 h3 {
    float: none;
    margin-top: 10px;
    width: 100%;
    font-size: 18px;
    color: #222;
    font-weight: bold;
  }
}
.view_25 .txt .content .asb1 .piclist {
  float: left;
  width: 85%;
}
.view_25 .txt .content .asb1 .piclist.active ul {
  justify-content: flex-start;
}
.view_25 .txt .content .asb1 .piclist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  .view_25 .txt .content .asb1 .piclist ul {
    margin-top: 20px;
  }
}
.view_25 .txt .content .asb1 .piclist ul li {
  margin-bottom: 20px;
}
.view_25 .txt .content .asb1 .piclist ul li img {
  display: block;
}
.view_25 .txt .content .asb1 .piclist ul li span {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin-top: 15px;
  display: block;
  text-align: center;
}

.view_26 {
  background: #f5f5f5;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_26 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_26 {
    padding: 50px 0px;
  }
}
.view_26 .txt .content {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
.view_26 .txt .content .title {
  color: #222;
}
@media (max-width: 1480px) {
  .view_26 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_26 .txt .content .zhichi {
  overflow: hidden;
}
@media (max-width: 1180px) {
  .view_26 .txt .content .zhichi {
    flex-wrap: wrap;
  }
}
.view_26 .txt .content .zhichi .td {
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .view_26 .txt .content .zhichi .td {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.view_26 .txt .content .zhichi .td .text h3 {
  font-size: 36px;
  color: #222;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .view_26 .txt .content .zhichi .td .text h3 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .view_26 .txt .content .zhichi .td .text h3 {
    font-size: 18px;
  }
}
.view_26 .txt .content .zhichi .td .text p {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  line-height: 30px;
  margin: 45px 0;
}
@media (max-width: 1280px) {
  .view_26 .txt .content .zhichi .td .text p {
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .view_26 .txt .content .zhichi .td .text p {
    margin: 25px 0;
  }
}
.view_26 .txt .content .zhichi .td .text .button {
  background: #c0111c;
  width: 180px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 1280px) {
  .view_26 .txt .content .zhichi .td .text .button {
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
  }
}
@media (max-width: 768px) {
  .view_26 .txt .content .zhichi .td .text .button {
    height: 30px;
    line-height: 30px;
    width: 100%;
  }
}
.view_26 .txt .content .zhichi .pic {
  width: 50%;
  float: right;
}
.view_26 .txt .content .zhichi .pic img {
  width: 100%;
}
@media (max-width: 1180px) {
  .view_26 .txt .content .zhichi .pic {
    margin-top: 20px;
    width: 100%;
    float: none;
  }
}

.view_27 {
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_27 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_27 {
    padding: 50px 0px;
  }
}
.view_27 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_27 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_27 .txt .content .title {
  color: #222;
}
.view_27 .txt .content ul {
  margin-top: 55px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1280px) {
  .view_27 .txt .content ul {
    flex-wrap: wrap;
  }
}
.view_27 .txt .content ul li {
  width: 32.33%;
  overflow: hidden;
  transition: all 0.5s;
}
.view_27 .txt .content ul li:hover {
  transition: all 0.5s;
  transform: translateY(-20px);
  box-shadow: 0 4px 6px #a87f7f;
}
@media (max-width: 1280px) {
  .view_27 .txt .content ul li {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .view_27 .txt .content ul li {
    width: 100%;
  }
}
.view_27 .txt .content ul li .text {
  padding: 30px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e0e0e0;
}
@media (max-width: 1280px) {
  .view_27 .txt .content ul li .text {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .view_27 .txt .content ul li .text {
    padding: 3%;
  }
}
.view_27 .txt .content ul li .text h4 {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.view_27 .txt .content ul li .text .actrils {
  overflow: hidden;
  line-height: 25px;
  margin-top: 30px;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}
@media (max-width: 1280px) {
  .view_27 .txt .content ul li .text .actrils {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .view_27 .txt .content ul li .text .actrils {
    height: auto;
    margin-top: 10px;
  }
}
.view_27 .txt .content ul li .text a {
  font-size: 14px;
  color: #c0111c;
  font-weight: normal;
  text-decoration: underline;
}
.view_27 .txt .content ul li .pic {
  width: 100%;
}
.view_27 .txt .content ul li .pic img {
  width: 100%;
}

.view_28 {
  position: relative;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_28 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_28 {
    padding: 50px 0px;
  }
}
.view_28 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_28 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_28 .txt .content .swiper-pagination {
  width: 100%;
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.view_28 .txt .content .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  display: inline-block;
  width: 50px;
  height: 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: #dd8691;
  margin: 0 15px;
}
.view_28 .txt .content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.view_28 .txt .content .title {
  color: #222;
}

.swiper-view_28 {
  overflow: hidden;
}
.swiper-view_28 ul {
  margin-top: 40px;
}
.swiper-view_28 ul li {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.swiper-view_28 ul li .tags {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #c0111c;
}
.swiper-view_28 ul li .text {
  padding: 25px;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  line-height: 30px;
  background: #fff;
}

.mr25 {
  margin-top: 25px;
}

.view_29 {
  background: #ecf4ff;
  position: relative;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_29 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_29 {
    padding: 50px 0px;
  }
}
.view_29 .txt .content {
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .view_29 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_29 .txt .content .title {
  color: #222;
}
.view_29 .txt .content .rfid_veiw {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.view_29 .txt .content .rfid_veiw .text {
  margin-top: 80px;
  width: 40%;
}
@media (max-width: 1280px) {
  .view_29 .txt .content .rfid_veiw .text {
    width: 100%;
  }
}
.view_29 .txt .content .rfid_veiw .text ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.view_29 .txt .content .rfid_veiw .text ul li {
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 1280px) {
  .view_29 .txt .content .rfid_veiw .text ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.view_29 .txt .content .rfid_veiw .text ul li h3 {
  font-size: 24px;
  color: #3175f3;
  font-weight: bold;
}
@media (max-width: 768px) {
  .view_29 .txt .content .rfid_veiw .text ul li h3 {
    font-size: 18px;
  }
}
.view_29 .txt .content .rfid_veiw .text ul li dl dd {
  margin-top: 24px;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.view_29 .txt .content .rfid_veiw .text ul li dl dd::before {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #bababa;
  display: inline-block;
  margin-right: 10px;
}
.view_29 .txt .content .rfid_veiw .text .button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #c0111c;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
@media (max-width: 768px) {
  .view_29 .txt .content .rfid_veiw .text .button {
    width: 100%;
    height: 35px;
    line-height: 35px;
  }
}
.view_29 .txt .content .rfid_veiw .pic {
  width: 50%;
}
.view_29 .txt .content .rfid_veiw .pic img {
  width: 100%;
}
@media (max-width: 1280px) {
  .view_29 .txt .content .rfid_veiw .pic {
    width: 100%;
  }
}

.view_30 {
  position: relative;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_30 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_30 {
    padding: 50px 0px;
  }
}
.view_30 .txt .content {
  width: 1180px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 1480px) {
  .view_30 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_30 .txt .content .title {
  color: #222;
}
.view_30 .txt .content .small {
  font-size: 24px;
  color: #c0111c;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .view_30 .txt .content .small {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.view_30 .txt .content .rfid_veiw {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.view_30 .txt .content .rfid_veiw .text {
  position: relative;
  width: 50%;
  background: #f5f5f5;
  padding: 70px 50px;
  box-sizing: border-box;
}
.view_30 .txt .content .rfid_veiw .text .tdx {
  position: relative;
  z-index: 88;
}
@media (max-width: 1280px) {
  .view_30 .txt .content .rfid_veiw .text {
    width: 100%;
    padding: 3%;
  }
}
.view_30 .txt .content .rfid_veiw .text h3 {
  font-size: 24px;
  color: #666666;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .view_30 .txt .content .rfid_veiw .text h3 {
    font-size: 18px;
  }
}
.view_30 .txt .content .rfid_veiw .text p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  line-height: 35px;
}
.view_30 .txt .content .rfid_veiw .text .happy {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
}
.view_30 .txt .content .rfid_veiw .text .pic {
  border: 1px solid #fff;
  display: inline-block;
}
.view_30 .txt .content .rfid_veiw .text .video img {
  width: 100%;
}
.view_30 .txt .content .rfid_veiw .text:nth-child(2) {
  background: -webkit-linear-gradient(60deg, #e95a5d, #e24769);
  background: -o-linear-gradient(60deg, #e95a5d, #e24769);
  background: -moz-linear-gradient(60deg, #e95a5d, #e24769);
  background: linear-gradient(60deg, #e95a5d, #e24769);
}
.view_30 .txt .content .rfid_veiw .text:nth-child(2) h3 {
  color: #fff;
}
.view_30 .txt .content .rfid_veiw .text:nth-child(2) p {
  color: #fff;
}
.view_30 .txt .content .rfid_veiw .text:nth-child(2) .pic {
  margin-bottom: 30px;
}
.view_30 .txt .content .rfid_veiw .text:nth-child(2) .happy {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 8;
}
.view_30 .txt .button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #c0111c;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
@media (max-width: 768px) {
  .view_30 .txt .button {
    width: 100%;
    height: 35px;
    line-height: 35px;
  }
}

.view_31 {
  background: -webkit-linear-gradient(60deg, #84b5f9, #9d76d9);
  background: -o-linear-gradient(60deg, #84b5f9, #9d76d9);
  background: -moz-linear-gradient(60deg, #84b5f9, #9d76d9);
  background: linear-gradient(60deg, #84b5f9, #9d76d9);
  position: relative;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_31 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_31 {
    padding: 50px 0px;
  }
}
.view_31 .txt .content {
  width: 1180px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 1480px) {
  .view_31 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_31 .txt .content .title {
  color: #222;
}
.view_31 .txt .content .view_31_box {
  margin-top: 50px;
  background: #fff;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .view_31 .txt .content .view_31_box {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
}
.view_31 .txt .content .view_31_box .td {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.view_31 .txt .content .view_31_box .td .dd {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1280px) {
  .view_31 .txt .content .view_31_box .td .dd {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .view_31 .txt .content .view_31_box .td .dd {
    padding: 3%;
    width: 100%;
  }
}
.view_31 .txt .content .view_31_box .td .dd h5 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.view_31 .txt .content .view_31_box .td .dd .text {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  line-height: 25px;
  margin: 20px 0;
}
.view_31 .txt .content .view_31_box .td .dd .pic {
  width: 100%;
}
@media (max-width: 1280px) {
  .view_31 .txt .content .view_31_box .td .dd .pic img {
    width: 100%;
  }
}
.view_31 .txt .content .view_31_box .td .dd:nth-child(n + 1) {
  border-left: 1px solid #eeeeee;
}
.view_31 .txt .content .button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #c0111c;
  margin: 30px auto;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
@media (max-width: 768px) {
  .view_31 .txt .content .button {
    width: 80%;
    height: 35px;
    line-height: 35px;
    margin: 20px auto;
  }
}

.view_32 {
  background: #ecf4ff;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .view_32 {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .view_32 {
    padding: 50px 0px;
  }
}
.view_32 .txt .content {
  width: 1180px;
  margin: 0 auto;
  overflow: hidden;
}
.view_32 .txt .content .title {
  color: #222;
}
@media (max-width: 1480px) {
  .view_32 .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.view_32 .txt .content .zhichi {
  overflow: hidden;
}
@media (max-width: 1180px) {
  .view_32 .txt .content .zhichi {
    flex-wrap: wrap;
  }
}
.view_32 .txt .content .zhichi .td {
  margin-top: 123px;
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 1180px) {
  .view_32 .txt .content .zhichi .td {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
.view_32 .txt .content .zhichi .td .text h3 {
  font-size: 36px;
  color: #222;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .view_32 .txt .content .zhichi .td .text h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .view_32 .txt .content .zhichi .td .text h3 {
    font-size: 18px;
  }
}
.view_32 .txt .content .zhichi .td .text p {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  line-height: 30px;
  margin: 45px 0;
}
@media (max-width: 768px) {
  .view_32 .txt .content .zhichi .td .text p {
    margin: 20px 0;
  }
}
.view_32 .txt .content .zhichi .td .text .button {
  background: #c0111c;
  width: 280px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
@media (max-width: 768px) {
  .view_32 .txt .content .zhichi .td .text .button {
    height: 40px;
    line-height: 40px;
    width: 100%;
  }
}
.view_32 .txt .content .zhichi .pic {
  float: right;
}
.view_32 .txt .content .zhichi .pic img {
  width: 100%;
}
@media (max-width: 1180px) {
  .view_32 .txt .content .zhichi .pic {
    width: 50%;
    margin-top: 20px;
    width: 100%;
    float: none;
  }
}

.coumter {
  background: #f0f3fb;
  padding: 150px 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .coumter {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .coumter {
    padding: 50px 0px;
  }
}
.coumter .txt {
  position: relative;
}
.coumter .txt .content {
  width: 1180px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 1480px) {
  .coumter .txt .content {
    width: auto;
    padding: 0 3%;
  }
}
.coumter .txt .content .title {
  color: #222;
}
.coumter .txt .swiper-button-next, .coumter .txt .swiper-button-prev {
  background-image: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  outline: none;
  text-align: center;
  line-height: 35px;
  right: 245px;
  top: 50%;
}
@media (max-width: 1680px) {
  .coumter .txt .swiper-button-next, .coumter .txt .swiper-button-prev {
    right: 100px;
  }
}
@media (max-width: 1480px) {
  .coumter .txt .swiper-button-next, .coumter .txt .swiper-button-prev {
    right: 0;
  }
}
@media (max-width: 1180px) {
  .coumter .txt .swiper-button-next, .coumter .txt .swiper-button-prev {
    right: 0;
    display: none;
  }
}
.coumter .txt .swiper-button-next:hover, .coumter .txt .swiper-button-prev:hover {
  background: #c0111c;
  color: #fff;
}
.coumter .txt .swiper-button-prev {
  left: 245px;
}
@media (max-width: 1680px) {
  .coumter .txt .swiper-button-prev {
    left: 100px;
  }
}
@media (max-width: 1480px) {
  .coumter .txt .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 1180px) {
  .coumter .txt .swiper-button-prev {
    left: 0;
    display: none;
  }
}

.coumter_view .swiper-wrapper .swiper-slide .pic {
  width: 100%;
}
.coumter_view .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
}
.coumter_view .swiper-wrapper .swiper-slide span {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

.asbeon {
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 1280px) {
  .asbeon {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  .asbeon {
    padding: 50px 0px;
  }
}
.asbeon .title {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
}
.asbeon .title span {
  color: #c0111c;
}
@media (max-width: 1280px) {
  .asbeon .title {
    font-size: 26px;
  }
}
.asbeon .masg {
  margin-top: 37px;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .asbeon .masg {
    margin-top: 25px;
  }
}
.asbeon .text {
  margin-top: 20px;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.asbeon .text em {
  color: #c0111c;
}
.asbeon .code {
  margin: 0 auto;
  margin-top: 54px;
  width: 138px;
}

/*# sourceMappingURL=bo_scss.css.map */
