@charset "UTF-8";
._title {
  text-align: center;
}
._title .summary {
  font-size: 16px;
  color: #727272;
}
._title .d1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._title .d1 p {
  font-size: 36px;
  font-weight: bold;
  color: black;
}
._title .d1 span {
  font-weight: bold;
  color: #355aaf;
  margin: 0 5px;
  font-size: 50px;
}

._more {
  background: #f37121;
  color: white;
  font-size: 14px;
  border-radius: 20px;
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}
._more:hover {
  width: 170px;
  color: white;
}

/*特点*/
.tedian {
  margin-top: 50px;
  margin-bottom: 20px;
}
.tedian ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tedian ul li {
  width: 166px;
  height: 166px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #d5d7dc;
  text-align: center;
}
.tedian ul li p {
  font-weight: bold;
  color: black;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
  display: block;
}
.tedian ul li .line {
  background: #f37121;
  width: 43px;
  height: 2px;
  margin: 0 auto;
}
.tedian ul li .pic {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*产品*/
.product {
  padding-top: 65px;
  background: url("../images/tuijian_bg.jpg") no-repeat top;
}
.product .tuijian {
  margin-top: 45px;
  margin-bottom: 15px;
}
.product .tuijian .pic {
  background: white;
  display: flex;
  align-items: center;
  border: 1px solid #d5d7dc;
  justify-content: center;
  padding: 25px;
}
.product .tuijian .message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0px 50px;
  height: 449px;
  background: #355aaf;
  color: white;
}
.product .tuijian .message .title {
  font-weight: bold;
  font-size: 24px;
}
.product .tuijian .message .summary {
  margin-top: 47px;
  margin-bottom: 37px;
  font-size: 14px;
  line-height: 2;
}
.product .owl_goods {
  position: relative;
  margin-bottom: 10px;
}
.product .owl_goods .swiper-slide {
  padding: 5px;
}
.product .owl_goods .item {
  background: white;
  border: 1px solid #d5d7dc;
  text-align: center;
}
.product .owl_goods .item .pic {
  background: white;
  margin: 0 auto;
  padding: 5px;
  overflow: hidden;
}
.product .owl_goods .item .pic img {
  transition: .5s;
}
.product .owl_goods .item .name {
  font-size: 14px;
  color: #323232;
  padding: 10px 0;
  border-top: 1px solid #d5d7dc;
  text-align: center;
}
.product .owl_goods .item:hover .name {
  background: #355aaf;
  color: white;
}
.product .owl_goods .item:hover .pic img {
  transform: scale(1.1);
}
.product .swiper-button-next,
.product .swiper-button-prev {
  width: 41px;
  height: 41px;
}
.product .swiper-button-next {
  background: url("../images/owl_rt1.png") no-repeat center;
  background-size: cover;
  right: -45px;
}
.product .swiper-button-next:hover {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: cover;
}
.product .swiper-button-prev {
  background: url("../images/owl_lf1.png") no-repeat center;
  background-size: cover;
  left: -45px;
}
.product .swiper-button-prev:hover {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: cover;
}

/*优势*/
.youshi {
  background: url("../images/youshi_bg.jpg") no-repeat top;
  padding-bottom: 50px;
  padding-top: 123px;
}
.youshi .list {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.youshi .list .item {
  width: 30%;
  height: 300px;
  background: white;
  position: relative;
  padding: 15px;
  text-align: center;
}
.youshi .list .item .sanjiao {
  position: absolute;
  left: 0;
  bottom: 0;
}
.youshi .list .item .title {
  font-size: 18px;
  color: black;
  margin-top: 15px;
}
.youshi .list .item .jia {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #355aaf;
  border: 1px solid #355aaf;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
.youshi .list .item .line {
  margin: 0 auto;
  width: 97px;
  height: 2px;
  background: #355aaf;
  margin-top: 25px;
  margin-bottom: 18px;
}
.youshi .list .item .summary {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 2;
  text-align: left;
}
.youshi .list .item:hover .jia {
  background: #f37121;
  color: white;
  border: 1px solid #f37121;
}
.youshi .call {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #355aaf;
  font-size: 16px;
  color: white;
  border-radius: 30px;
  margin: 0 auto;
  margin-top: 60px;
  width: 300px;
  height: 40px;
}
.youshi .call img {
  margin-right: 15px;
}
.youshi .call .message {
  display: flex;
  align-items: center;
  justify-content: center;
}
.youshi .call .message .num {
  margin-left: 10px;
}
.youshi ._title .summary {
  color: black;
}

/*案例*/
.case {
  background: url("../images/case_bg.jpg") no-repeat top;
  padding-top: 58px;
  padding-bottom: 46px;
}
.case .typelist {
  margin-top: 40px;
}
.case .typelist ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.case .typelist ul li a {
  display: block;
  font-size: 16px;
  color: #5a5a5a;
  border: 1px solid #f1f1f1;
  padding: 15px 55px;
  text-align: center;
}
.case .typelist ul li a:hover {
  background: #f37121;
  border: 1px solid #f37121;
  color: white;
}
.case .owl_case {
  position: relative;
  margin-top: 40px;
}
.case .owl_case .item {
  position: relative;
}
.case .owl_case .item img {
  position: relative;
  z-index: 1;
}
.case .owl_case .item .name {
  text-align: center;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-left: -83px;
  margin-top: -23px;
  width: 166px;
  height: 46px;
  color: white;
  font-size: 18px;
  padding: 10px 25px;
  display: none;
  border: 1px solid white;
}
.case .owl_case .item:after {
  display: none;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
.case .owl_case .item:hover .name {
  display: block;
}
.case .owl_case .item:hover:after {
  display: block;
}
.case ._more {
  border-radius: 0;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
}
.case .swiper-button-next,
.case .swiper-button-prev {
  width: 41px;
  height: 41px;
}
.case .swiper-button-next {
  background: url("../images/owl_rt1.png") no-repeat center;
  background-size: cover;
  right: -45px;
}
.case .swiper-button-next:hover {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: cover;
}
.case .swiper-button-prev {
  background: url("../images/owl_lf1.png") no-repeat center;
  background-size: cover;
  left: -45px;
}
.case .swiper-button-prev:hover {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: cover;
}

/*服务*/
.fuwu {
  background: url("../images/about_bg.jpg") no-repeat top;
  padding-top: 160px;
  padding-bottom: 57px;
}
.fuwu .bottom {
  background: white;
}
.fuwu .bottom .lf .liuyan_box .formlist {
  padding: 10px;
  content: '';
  overflow: hidden;
  clear: both;
}
.fuwu .bottom .lf .liuyan_box .input_box {
  float: left;
  width: 50%;
}
.fuwu .bottom .lf .liuyan_box .input_box_4 {
  width: 40%;
}
.fuwu .bottom .lf .liuyan_box .input_box_4 > div {
  display: flex;
  align-items: center;
}
.fuwu .bottom .lf .liuyan_box .input_box_4 > div img {
  margin-left: 10px;
  margin-bottom: 10px;
}
.fuwu .bottom .lf .liuyan_box .infoInput {
  border: 1px solid #dbdbdb;
  width: 270px;
  margin-bottom: 19px;
  height: 40px;
  padding-left: 10px;
}
.fuwu .bottom .lf .liuyan_box .btn2 {
  background: #f37121;
  color: white;
  width: 300px;
  height: 40px;
  display: flex;
  align-items: center;
  border: 0 !important;
  justify-content: center;
}
.fuwu .bottom .rt {
  background: url("../images/rt2.jpg") no-repeat right;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 185px;
  width: 50%;
  line-height: 2;
  padding-left: 115px;
}
.fuwu .bottom .rt h5 {
  font-size: 24px;
}
.fuwu .bottom .rt h3 {
  font-size: 24px;
  margin: 20px 0;
  margin-bottom: 15px;
}
.fuwu .bottom .rt div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.fuwu .bottom .rt div img {
  margin-right: 15px;
}
.fuwu .bottom .rt div .num {
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;
}
.fuwu .top {
  margin-top: 30px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.fuwu .top .rt .item {
  margin: 5px;
  width: 280px;
  height: 180px;
  text-align: center;
  border: 1px solid #dbdbdb;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fuwu .top .rt .item .pic {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.fuwu .top .rt .item .line {
  width: 29px;
  height: 3px;
  background: #355aaf;
  margin: 0 auto;
}
.fuwu .top .rt .item .title {
  font-weight: bold;
  font-size: 20px;
  color: black;
  margin-top: 10px;
  margin-bottom: 10px;
}
.fuwu .top .rt .item .summary {
  margin-top: 15px;
  font-size: 18px;
  color: #355aaf;
  font-weight: bold;
}

/*流程*/
.liucheng {
  background: url("../images/xiangmu_bg.jpg") no-repeat top;
  padding-top: 29px;
  padding-bottom: 59px;
}
.liucheng .list {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.liucheng .item {
  font-size: 14px;
  border-radius: 100%;
  border: 1px solid white;
  width: 100px;
  height: 100px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.liucheng .item .pic {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.liucheng ._title {
  margin-top: 12px;
}
.liucheng ._title .d1 p {
  color: white;
}
.liucheng ._title .summary {
  color: white;
  text-transform: uppercase;
}
.liucheng ._title .d1 span {
  color: white;
}

/*新闻*/
.news {
  background: url("../images/news_bg.jpg") no-repeat bottom;
  padding-top: 9px;
}
.news .content {
  margin-top: 45px;
  margin-bottom: 60px;
}
.news .content ._message {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 7px;
  display: flex;
  align-items: center;
}
.news .content ._message .date {
  text-align: center;
  padding: 8px;
}
.news .content ._message .date .day {
  font-size: 16px;
  color: #323232;
}
.news .content ._message .date .year {
  font-weight: bold;
  color: black;
  font-size: 24px;
}
.news .content ._message .ms {
  padding-left: 20px;
  flex: 1;
  border-left: 1px solid #dbdbdb;
  line-height: 2;
}
.news .content ._message .ms .title {
  font-size: 16px;
  color: #323232;
}
.news .content ._message .ms .summary {
  font-size: 14px;
  color: #717171;
}
.news .content .lf {
  padding-right: 10px;
}
.news .content .rt {
  padding-left: 10px;
}
.news .content .rt ._message {
  margin-bottom: 51px;
}

@media (max-width: 768px) {
  .tedian ul {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .tedian ul li {
    width: 30%;
    margin: 1%;
    height: 110px;
  }

  .tedian ul li p {
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 9px;
  }

  .tedian ul li .pic {
    width: 30px;
    height: 30px;
  }

  ._title .summary {
    font-size: 14px;
  }

  ._title .d1 p {
    font-size: 20px;
  }

  ._title .d1 span {
    margin: 0 4px;
    font-size: 26px;
  }

  .product .tuijian .message .title {
    font-size: 18px;
  }

  .product .tuijian .message .summary {
    margin-top: 8px;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  ._more {
    width: 104px;
    height: 32px;
    border-radius: 0;
  }

  .product .tuijian .message {
    padding: 0px 15px;
    height: 250px;
  }

  .product .owl_goods .item .pic {
    padding: 10px;
  }

  .swiper-pagination {
    left: 0;
    right: 0;
    margin: auto;
  }
  .swiper-pagination span {
    margin: 5px;
  }

  .youshi .list {
    display: block;
    margin-top: 20px;
  }

  .youshi .list .item {
    width: 48%;
    float: left;
    height: 219px;
  }
  .youshi .list .item:nth-child(2n) {
    float: right;
  }
  .youshi .list .item:last-child {
    display: none;
  }

  .youshi .list .item .title {
    font-size: 14px;
    margin-top: 0;
  }

  .youshi .list .item .summary {
    font-size: 12px;
  }

  .youshi .list .item .jia {
    display: none;
  }

  .youshi .list .item .line {
    margin-top: 12px;
    margin-bottom: 11px;
    width: 37px;
  }

  .youshi .list .item .sanjiao {
    display: none;
  }

  .youshi .call {
    font-size: 14px;
    margin-top: 23px;
  }

  .case .typelist ul {
    display: block;
  }

  .case .typelist ul li {
    float: left;
    width: 48%;
    margin-bottom: 15px;
  }
  .case .typelist ul li a {
    width: 100%;
    padding: 10px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b5b5b5;
  }
  .case .typelist ul li:nth-child(2n) {
    float: right;
  }

  .case ._more {
    font-size: 14px;
  }

  .case .owl_case .item .name {
    font-size: 16px;
  }

  .fuwu .top {
    display: block;
    margin-bottom: 0;
  }

  .fuwu .top .rt .item {
    width: 48%;
    height: 150px;
    float: left;
    margin: 0;
    margin-bottom: 15px;
  }
  .fuwu .top .rt .item:nth-child(2n) {
    float: right;
  }

  .fuwu .top .rt .item .title {
    font-size: 16px;
  }

  .fuwu .top .rt .item .summary {
    font-size: 14px;
  }

  .fuwu .bottom .rt {
    float: none;
    width: 100%;
    padding: 15px;
    height: 140px;
  }

  .fuwu .bottom .rt h5 {
    font-size: 16px;
  }

  .fuwu .bottom .rt h3 {
    font-size: 16px;
  }

  .fuwu .bottom .rt div {
    font-size: 16px;
  }

  .liucheng .list {
    display: block;
    width: 297px;
    margin: 0 auto;
  }

  .liucheng .item {
    width: 85px;
    height: 81px;
    float: left;
    margin: 7px;
    font-size: 12px;
  }

  .news .content .rt {
    display: none;
  }

  .news .content .lf {
    padding-left: 10px;
  }

  .product {
    background: #f5f8ff;
    padding-left: 15px;
    padding-top: 25px;
    padding-right: 15px;
  }

  .youshi {
    background: #f5f8ff;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 35px;
  }

  .news .content ._message .ms .title {
    font-size: 14px;
  }

  .news .content ._message .ms .summary {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .case {
    padding-left: 15px;
    padding-top: 40px;
    padding-right: 15px;
    background: white;
  }

  .case .typelist {
    margin-top: 20px;
  }

  .tedian {
    margin-top: 40px;
    margin-bottom: 35px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .product .tuijian {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .product .owl_goods {
    margin-bottom: 0;
  }

  .product .swiper-pagination {
    bottom: -39px;
  }

  .case .owl_case {
    margin-top: 5px;
  }
  .case .owl_case .swiper-pagination {
    bottom: -35px;
  }

  .case ._more {
    margin-top: 45px;
  }

  .fuwu {
    background: white;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fuwu .top .lf {
    float: none;
  }

  .fuwu .top .rt {
    margin-top: 20px;
    float: none;
  }

  .liucheng {
    background: url("../images/wap_xiangmu_bg.jpg") no-repeat center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .liucheng .item .pic {
    width: 35px;
    height: 35px;
  }

  .news {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .news .content {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}

/*# sourceMappingURL=index.css.map */
