@charset "utf-8";
/*
Theme ID: ecms50
Author: 懒鸟飞移植
Author QQ：1430826160
Author Email：1430826160@qq.com
Author URL: http://www.lazybirdfly.com/
*/


._title {
  text-align: center;
}
._title .title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
}
._title .title img {
  display: block;
  height: 10px;
}
._title .title h5 {
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0 40px;
  font-size: 40px;
}
._title .title h5 span {
  font-size: 50px;
  margin: 0 5px;
  display: block;
}
._title .summary {
  margin-top: 10px;
  font-size: 18px;
  color: black;
}

/*product*/
.product {
  margin-top: 80px;
  padding-bottom: 90px;
}
.product .typelist {
  margin-top: 60px;
  margin-bottom: 50px;
}
.product .typelist ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .typelist ul .swiper-pagination-bullet {
  display: block;
  opacity: 1 !important;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  border: 0;
}
.product .typelist ul .swiper-pagination-bullet-active {
  border: 0;
}
.product .typelist ul .swiper-pagination-bullet-active li .item {
  background: #2459a9;
  color: white;
}
.product .typelist ul li {
  float: none;
}
.product .typelist ul li .item {
  display: block;
  font-size: 18px;
  color: #2459a9;
  border: 1px solid #2459a9;
  padding: 8px 10px;
  outline-color: unset !important;
}
.product .typelist ul li .item:hover {
  background: #2459a9;
  color: white;
}
.product .owl_goods .swiper-slide {
  width: 1400px;
}
.product .owl_goods .swiper-slide .item {
  text-align: center;
  position: relative;
}
.product .owl_goods .swiper-slide .item .message {
  display: none;
  position: absolute;
  right: 100px;
  top: 0;
  width: 350px;
  height: 100%;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  background: rgba(24, 36, 45, 0.8);
}
.product .owl_goods .swiper-slide .item .message .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.product .owl_goods .swiper-slide .item .message .title h5 {
  color: white;
  font-weight: bold;
  font-size: 24px;
  margin-left: 13px;
}
.product .owl_goods .swiper-slide .item .message .line {
  width: 46px;
  height: 3px;
  background: #f26c00;
}
.product .owl_goods .swiper-slide .item .message .summary {
  font-size: 16px;
  color: white;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 50px;
}
.product .owl_goods .swiper-slide .item .message .more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  background: #2459a9;
  border-radius: 20px;
  width: 152px;
  height: 42px;
}
.product .owl_goods .swiper-slide .item .message .more:hover {
  background: #f26c00;
}
.product .owl_goods .swiper-button-next, .product .owl_goods .swiper-button-prev {
  background: none;
  border: 0;
  top: 43%;
}
.product .owl_goods .swiper-button-prev {
  left: 12vw;
}
.product .owl_goods .swiper-button-next {
  right: 12vw;
}
.product .owl_goods .swiper-slide-active .item .message {
  display: flex;
}

/*yewu*/
.yewu {
  background: url("../images/yewu_bg.jpg") no-repeat center;
  background-size: cover;
  height: 672px;
  position: relative;
  margin-bottom: 115px;
}
.yewu .yewu_yuan {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.yewu .center {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 2;
}
.yewu .center h5 {
  position: relative;
  left: -4px;
  font-size: 43px;
  font-weight: bold;
  color: black;
}
.yewu .center h5 span {
  position: relative;
  left: 9px;
  color: #2459a9;
}
.yewu .center p {
  font-size: 15px;
  color: #606060;
}
.yewu .rt {
  background: rgba(36, 89, 169, 0.9);
  width: 50%;
  height: 100%;
  position: relative;
}
.yewu .rt .li {
  width: 530px;
  position: absolute;
  z-index: 2;
  color: white;
  padding-left: 40px;
}
.yewu .rt .li .title {
  font-weight: bold;
  font-size: 25px;
  position: relative;
}
.yewu .rt .li .title:after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: url("../images/yewu_yuandian.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -48px;
  top: 16px;
}
.yewu .rt .li .summary {
  font-size: 16px;
  color: white;
}
.yewu .rt .li1 {
  left: 84px;
  top: 61px;
}
.yewu .rt .li2 {
  left: 231px;
  top: 182px;
}
.yewu .rt .li3 {
  left: 262px;
  top: 309px;
}
.yewu .rt .li4 {
  left: 236px;
  bottom: 167px;
}
.yewu .rt .li5 {
  left: 136px;
  bottom: 57px;
}

/*优势*/
.youshi {
  padding-bottom: 50px;
}
.youshi .content {
  margin-top: 80px;
}
.youshi .content .item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 135px;
}
.youshi .content .item .num {
  position: relative;
  background: #2459a9;
  color: white;
  width: 80px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.youshi .content .item .num h5 {
  display: block;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 5px;
  border-bottom: 3px solid white;
}
.youshi .content .item .num img {
  position: absolute;
  left: 5px;
  top: 5px;
}
.youshi .content .item .message {
  flex: 1;
  margin-left: 20px;
}
.youshi .content .item .message .title {
  font-weight: bold;
  color: #2459a9;
  font-size: 30px;
}
.youshi .content .item .message .line {
  width: 70px;
  height: 2px;
  background: #f26c00;
  margin-top: 10px;
  margin-bottom: 8px;
}
.youshi .content .item .message .summary {
  color: #5e5e5e;
  font-size: 15px;
  line-height: 2;
}
.youshi .top {
  margin-bottom: 45px;
}
.youshi .top .item:last-child {
  margin-bottom: 0;
}
.youshi .top .rt {
  padding-left: 25px;
}
.youshi .bottom .lf {
  padding-right: 25px;
}
.youshi .bottom .item:last-child {
  margin-bottom: 0;
}

/*案例*/
.case {
  background: url("../images/case_bg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 90px;
}
.case ._title .title {
  color: white;
}
.case ._title .summary {
  color: white;
}
.case .content {
  margin-bottom: 45px;
  margin-top: 45px;
  display: flex;
  align-items: center;
}
.case .content .rt {
  flex: 1;
}
.case .content .rt .item .pic {
  width: 340px;
}
.case .content .item {
  position: relative;
  display: inline-block;
  margin: 5px;
}

.case .content .n{

}

.case .content .zuo{
width: 383px;
height: 460px;
}
.case .content .zuo img{
width: 100%;
height: 100%;
o-object-fit: cover;
object-fit: cover;
}


.case .content .item .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 17px;
  color: black;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 6px 0;
}
.case .more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case .more .m {
  width: 154px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
}
.case .more .m1 {
  background: #f26c00;
}
.case .more .m2 {
  background: white;
}

/*流程*/
.liucheng {
  padding-top: 88px;
  padding-bottom: 90px;
}
.liucheng .content {
  margin-top: 80px;
  background: url("../images/hezuo_bg.png") no-repeat center;
  background-position-y: 47px;
}
.liucheng .content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.liucheng .content ul li {
  text-align: center;
}
.liucheng .content ul li p {
  margin-top: 10px;
}

/*关于我们*/
.about {
  padding-top: 90px;
  padding-bottom: 60px;
  border-bottom: 2px solid #f26c00;
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
}
.about .content {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.about .content .pic {
  border: 20px solid white;
}
.about .content .rt {
  padding-left: 30px;
}
.about .content .rt .line {
  background: #f26c00;
  width: 98px;
  height: 2px;
}
.about .content .rt .summary {
  margin-top: 18px;
  font-size: 14px;
  color: #272727;
  line-height: 24px;
  margin-bottom: 36px;
}
.about .content .rt .long_title {
  font-size: 12px;
  color: #bdbbbb;
  text-transform: uppercase;
}
.about .content .rt .title {
  font-size: 24px;
  font-weight: bold;
  color: black;
  margin-top: 30px;
}
.about .more {
  background: #f26c00;
  padding: 12px 25px;
  color: white;
  font-size: 16px;
  display: inline-block;
}
.about .more.on, .about .more:hover {
  background: #2459a9;
}
.about .shebei .top .more {
  margin-right: 35px;
}
.about .shebei .owl_shebei {
  margin-top: 25px;
}
.about .shebei .owl_shebei .item {
  border: 5px solid transparent;
}

/*news*/
.news {
  padding-bottom: 35px;
  padding-top: 80px;
}
.news .rt {
  background: url("../images/liuyan_bg.png") no-repeat center;
  background-size: cover;
  padding: 30px;
}
.news .rt .content {
  background: rgba(255, 255, 255, 0.93);
  text-align: center;
  padding: 20px;
}
.news .rt .content .title {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
  color: #2459a9;
}
.news .rt .liuyan_box .feedback_title {
  font-size: 30px;
  color: #144473;
  margin: 30px 0;
}
.news .rt .liuyan_box .formlist .infoInput {
  background: #cccdd1;
  border: 0;
  border-radius: 5px;
  padding-left: 15px;
  color: white;
  height: 33px;
  width: 100%;
}
.news .rt .liuyan_box .formlist textarea.infoInput {
  height: 66px;
}
.news .rt .liuyan_box .formlist .input_box {
  margin-bottom: 11px;
}
.news .rt .liuyan_box .formlist .btn2 {
  background: #2459a9;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: 125px;
  height: 36px;
  border: 0;
  border-radius: 5px;
  margin: 0 auto;
}
.news .rt .liuyan_box .infoInput::-webkit-input-placeholder {
  color: white;
}
.news .rt .liuyan_box .infoInput:-moz-placeholder {
  color: white;
}
.news .rt .liuyan_box .infoInput:-ms-input-placeholder {
  color: white;
}
.news .news_list {
  width: 72%;
  border: 1px solid #cecccc;
}
.news .news_list .top_bar {
  display: flex;
  align-items: center;
}
.news .news_list .top_bar .item {
  background: #f26c00;
  width: 50%;
  padding: 15px;
  font-size: 17px;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.news .news_list .top_bar .item img {
  margin-right: 5px;
}
.news .news_list .top_bar .item .more {
  float: right;
  color: white;
  font-size: 17px;
  position: absolute;
  right: 13px;
  top: 14px;
}
.news .news_list .top_bar .item:nth-last-child(2) {
  background: #2459a9;
}
.news .news_list .top_news {
  border-bottom: 1px solid #cecccc;
  margin: 15px;
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
.news .news_list .top_news .message {
  margin-left: 20px;
}
.news .news_list .top_news .message .title {
  color: #222222;
  font-size: 14px;
  border-bottom: 1px solid #cecccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.news .news_list .top_news .message .summary {
  font-size: 14px;
  color: #615c5c;
  line-height: 24px;
}
.news .news_list .bottom_list {
  padding: 15px;
  padding-top: 0;
}
.news .news_list .bottom_list ul li {
  line-height: 2;
  width: 50%;
  float: left;
}
.news .news_list .bottom_list ul li a {
  display: block;
  color: black;
  font-size: 14px;
  text-overflow:ellipsis; 
overflow:hidden; 
white-space:nowrap; 
}

@media (max-width: 1450px) {
  .product .owl_goods .swiper-button-prev {
    left: 21px;
  }

  ._title .title h5 {
    font-size: 35px;
  }

  .product .owl_goods .swiper-button-next {
    right: 21px;
  }

  .product {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .yewu .center h5 {
    font-size: 39px;
  }

  .yewu .rt .li .summary {
    font-size: 14px;
  }

  .yewu .rt .li {
    width: 430px;
  }

  .yewu .rt .li .title {
    font-size: 22px;
  }

  .yewu .rt .li5 {
    left: 136px;
    bottom: 45px;
  }

  .yewu .rt .li3 {
    left: 262px;
    top: 321px;
  }

  .yewu {
    margin-bottom: 60px;
  }

  .youshi .content .item {
    margin-bottom: 85px;
  }

  .case, .liucheng {
    padding: 60px 0;
  }

  .about {
    padding-top: 60px;
  }
}
@media (max-width: 1366px) {
  .product .owl_goods .swiper-button-prev {
    left: 10px;
  }
  .product .owl_goods .swiper-button-prev img {
    max-width: 47%;
  }

  .product .owl_goods .swiper-button-next {
    right: -5px;
  }
  .product .owl_goods .swiper-button-next img {
    max-width: 47%;
  }
}
@media (max-width: 768px) {
  ._title .title h5 {
    font-size: 20px;
    margin: 0 12px;
  }

  ._title .title h5 span {
    font-size: 28px;
    margin: 0 2px;
  }

  ._title .title img {
    width: 55px;
    height: auto;
  }

  ._title .summary {
    font-size: 12px;
    margin-top: 8px;
  }

  .product .owl_goods .swiper-slide .item .message {
    position: static;
    background: rgba(24, 36, 45, 0.6);
    display: block !important;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
  }

  .product .typelist ul {
    display: block;
  }
  .product .typelist ul .swiper-pagination-bullet {
    width: 48%;
    margin-bottom: 4%;
    float: left;
  }
  .product .typelist ul .swiper-pagination-bullet:nth-last-child(2n) {
    float: right;
  }

  .product .typelist ul li .item {
    font-size: 12px;
    text-align: center;
  }

  .product .owl_goods .swiper-slide .item .message .title {
    margin-bottom: 12px;
  }

  .product .owl_goods .swiper-slide .item .message .title h5 {
    font-size: 16px;
    margin-left: 8px;
  }

  .product .owl_goods .swiper-slide .item .message .title img {
    width: 15px;
  }

  .product .owl_goods .swiper-slide .item .message .summary {
    font-size: 14px;
    margin-top: 9px;
    margin-bottom: 12px;
  }

  .product .owl_goods .swiper-slide .item .message .line {
    margin: 0 auto;
  }

  .product .owl_goods .swiper-slide .item .message .more {
    margin: 0 auto;
    width: 122px;
    height: 29px;
    font-size: 14px;
  }

  .product {
    padding-bottom: 0;
    margin-top: 40px;
  }

  .yewu {
    overflow: hidden;
    height: 183px;
    margin-bottom: 3px;
  }

  .product .typelist {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
  }

  .yewu .yewu_yuan {
    width: 215px;
  }

  .yewu .center {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    line-height: 2;
  }

  .yewu .center h5 {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 29px;
    position: relative;
    left: 0;
    top: -7px;
  }

  .yewu .center h5 span {
    left: 0;
  }

  .yewu .center p {
    display: none;
  }

  .wap_yewu {
    padding: 15px;
  }
  .wap_yewu .li {
    width: 100%;
    position: relative;
    z-index: 2;
    color: black;
    margin-bottom: 15px;
  }
  .wap_yewu .li .title {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    color: #2459a9;
  }
  .wap_yewu .li .summary {
    font-size: 14px;
    line-height: 2;
    color: black;
  }

  .youshi .content {
    margin-top: 40px;
    padding: 0 15px;
  }

  .youshi .top .rt {
    padding-left: 0;
    margin-bottom: 40px;
  }

  .youshi .content .item .num {
    width: 63px;
    height: 63px;
  }

  .youshi .content .item .num h5 {
    font-size: 22px;
  }

  .youshi .content .item .message .title {
    font-size: 16px;
  }

  .youshi .content .item .message .summary {
    font-size: 12px;
  }

  .youshi .content .item {
    margin-bottom: 40px;
  }

  .youshi .bottom .lf {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .youshi .top {
    margin-bottom: 40px;
  }

  .youshi {
    padding-bottom: 40px;
  }

  .case .content {
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .case .content .item {
    width: 48%;
    margin: 0;
    margin-bottom: 4%;
    
  }
  .case .content .item:nth-child(2n) {
    float: right;
  }

  .case .content .item .name {
    font-size: 16px;
    padding: 4px 0;
  }

  .case .more .m {
    font-size: 14px;
    width: 108px;
    height: 36px;
  }

  .case, .liucheng {
    padding: 40px 15px;
  }

  .liucheng .content ul {
    flex-wrap: wrap;
  }

  .liucheng .content {
    background: none;
    margin-top: 30px;
  }

  .liucheng .content ul li {
    margin-bottom: 20px;
  }
  .liucheng .content ul li img {
    max-width: 70%;
  }

  .about .content {
    display: block;
    margin-bottom: 0;
  }

  .about .content .pic {
    margin-top: 40px;
  }

  .about {
    padding: 40px 15px;
  }

  .about .content .rt {
    padding-left: 0;
    float: none;
  }

  .about .content .rt .line {
    display: none;
  }

  .about .content .rt .title {
    font-size: 18px;
  }

  .about .content .rt .summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 25px;
  }

  .about .more {
    float: none;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 20px;
  }

  .about .content .rt .long_title {
    margin-top: 5px;
  }

  .news .news_list {
    width: 100%;
    border: 0;
    float: none;
  }

  .news .news_list .top_news {
    display: block;
    padding: 0;
    border: 0;
  }
  .news .news_list .top_news img {
    width: 100%;
  }

  .news .news_list .top_news .message {
    margin-left: 0;
    margin-top: 10px;
  }

  .news .news_list .top_news .message .title {
    font-size: 16px;
  }

  .news {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .inner .cc img {
    height: auto !important;
  }
}

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