/* 轮播图 */
.banner {
    height: 450px;
}

.banner_ul {
  position: relative;
  width: 100%;
  height: 100% !important;
}



.banner_ul .banner_item .banner-bgImg {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    /*background-image: url(../images/首页海报1.jpg);*/
}

.banner_ul .banner_item.action {
  display: block;

}

.banner_ul .banner_item,
.banner_ul .banner_item img {
  width: 100%;
  height: auto !important;
  /* height: 600px; */
}

.banner_ul .banner_item .content-wrapper {
  position: absolute;
  width: 1100px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}

@media screen and (max-width:1450px) {

  body,html {
    min-width: 1000px;
  }

  .banner_ul .banner_item .content-wrapper {
    width: 100% !important;
  }

  .banner_ul .banner_item .content-wrapper h3,
  .banner_ul .banner_item .content-wrapper .sub-title,
  .banner_ul .banner_item .content-wrapper .btn {
    padding-left: 20px;
  }



  .wcard-content .wcard-right {
    margin-left: 50px !important;
    margin-right: 30px !important;
  }

  .wcard-content {
    padding: 0px !important;
  }

  .keeper img {
    width: 80% !important;
    height: initial !important;
  }

  .floor04 {
    width: 85% !important;
  }

  .floor04 li .img {
    /* width: 160px !important; */
  }

  .floor04 li {
    width: 25%;
    padding: 15px 0 !important;
  }

  .floor04 li p {
    text-align: center;
  }

  /* .putonghua .wcard-content,
  .cases .wcard-content,
  .saas-system .wcard-content {
      flex-flow: column;
      align-items: center;
  } */

  .putonghua .wcard-content {
    margin-bottom: 30px;
  }

  .saas-system .content-wrap {
    padding-bottom: 100px;
  }

  .saas-system.h1096 {
    height: auto !important;
  }

  .cases .wcard-content .wcard-right {
    margin-bottom: 30px;
    margin-left: 10% !important;
  }

}

@media screen and (max-width:1280px) {
  body,html{
    min-width: 1100px;
  }


}

@media screen and (max-width:1100px) {
  body,html{
    min-width: 1100px;
  }
  .content-box {
    min-width: 1100px;
  }
}


.banner_ul .banner_item .content-wrapper h3 {
  margin: 135px 0 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  color: rgba(243, 248, 253, 1);
}

.banner_ul .banner_item .content-wrapper .sub-title {
  /*width: 638px;*/
  height: 72px;
  font-size: 20px;
  color: rgba(243, 248, 253, 1);
  line-height: 36px;
}

.banner_ul .banner_item .content-wrapper .btn {
  margin-top: 50px;
}

.banner_ul .banner_item .content-wrapper .btn a {
  display: inline-block;
  width: 151px;
  height: 42px;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  background: rgba(243, 248, 253, 1);
  border-radius: 21px;
  color: #000;
}

.banner_ul .banner_item .content-wrapper .btn a.on {
  color: #fff;
  border: 1px solid rgba(243, 248, 253, 1);
  background: transparent;
  margin-left: 10px;
}

.banner_ul .banner_item .content-wrapper .btn a.on:hover {
  color: #222;
  background: #fff;
}

.swiper-button-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 36px;
  height: 80px;
  cursor: pointer;
  opacity: 0;
}

/* .swiper-button-container .custom-next {
	right: 0;
	background-size: 100% 100%;
} */


.swiper-button-next.custom-next {
  right: 0;
  width: 36px;
  height: 80px;
  background-image: url(../imagesTwo/prev.png) !important;
  background-size: 100% 100%;
  cursor: pointer;
}

.swiper-button-prev.custom-prev {
  left: 0;
  width: 36px;
  height: 80px;
  background-size: 100% 100%;
  background-image: url(../imagesTwo/next.png) !important;
  cursor: pointer;
}

/* .swiper-button-container .custom-prev {
	left: 0;

} */

.banner_ul:hover .swiper-button-container .swiper-button {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  opacity: 1;
}

/* 轮播图 */


/* 主内容 */
.h1096 {
  /* height: 1096px; */

}

.post {
  position: relative;
}

.bgFFF {
  background-color: #fff !important;
}

.mr0 {
  margin-right: 0px !important;
}

.content-wrap {
  width: 100%;
  height: 100%;
  background: rgba(246, 249, 252, 1);
  padding: 0 0 100px;
  box-sizing: border-box;
}

.content-box {
  max-width: 1510px;
}

.content-box h3 {
  color: rgba(51, 51, 51, 1);
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  padding-top: 80px;
}

.content-box .title {
  font-size: 20px;
  color: rgba(153, 153, 153, 1);
  line-height: 24px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 50px;
}

.briefing_nav {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height:135px; */
  text-align: center;
  margin: 10px auto;
}

.briefing_nav .nav-item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 290px;
  height: 135px;
  /* line-height: 135px; */
  margin-left: 10px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(242, 242, 242, 1);
}

.briefing_nav .nav-item.wh {
  width: 290px;
  height: 280px;
  padding: 20px;
  box-sizing: border-box;
  justify-content: flex-start;
}

.briefing_nav .nav-item.colrB {
  background: rgba(246, 249, 252, 1);
}

.briefing_nav .nav-item img {
  width: 45px;
  height: 45px;
}

.briefing_nav .nav-item img.m20 {
  margin: 20px 0 10px;
}

.briefing_nav .nav-item .briefing_title {
  font-size: 18px;
  line-height: 14px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: arial;
}

.briefing_nav .nav-item .briefing_title.w250 {
  width: 254px;
}

.briefing_nav .nav-item .text {
  /* text-align: left; */
    width: 100%;
  margin-top: 16px;
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
}

.wcard-content {
  display: flex;
  display: -webkit-flex;
  margin-top: 70px;
  padding: 0 160px;
}

.wcard-content .wcard-left {
  flex: 1;
}

/* .wcard-content .wcard-left img {
    width: 513px;
    height: 568px;
} */

.wcard-content .wcard-right {
  flex: 1;
  margin-left: 135px;
}

.wcard-right .wcard-section {}

.wcard-right .wcard-section .wcard-sectitle {
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
}

.wcard-right .wcard-section .wcard-secsummary {
  font-size: 16px;
  color: rgba(153, 153, 153, 1);
  margin-top: 8px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wcard-right .wcard-section.bom {
  margin-bottom: 20px;
}

.wcard-right .wcard-section a {
  display: inline-block;
  width: 140px;
  height: 42px;
  line-height: 42px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
}

.wcard-right .wcard-section a.blue {
  background: rgba(2, 160, 227, 1);
}

.wcard-right .wcard-section a.on {
  color: rgba(2, 160, 227, 1);
  border: 1px solid rgba(2, 160, 227, 1);
  margin-left: 30px;
}

.wcard-right .wcard-section .code {
  display: inline-block;
  width: 95px;
  height: 95px;
  /* margin-right: 20px; */
}

.wcard-right .wcard-section .codeImg {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 95px;
  float: left;
  margin-right: 18px;
}

.wcard-right .wcard-section .wcard-sectitle .casesImg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

.wcard-right .wcard-section .wcard-sectitle .cases-title {
  vertical-align: middle;
  font-size: 18px;
  color: #000;
  margin-left: 5px;
}

.wcard-right .wcard-section .cases-text {
  width: 384px;
  text-indent: 1em;
  line-height: 25px;
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  margin-top: 10px;
  margin-left: 35px;
}

.bgImg {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -83px;
  width: 165px;
  height: 35px;
  background-size: 100% 100%;
  background-image: url(../imagesTwo/triangle-top.png);
}

.bgImg1 {
  position: absolute;
  z-index: 999;
  bottom: -35px;
  left: 50%;
  margin-left: -83px;
  width: 165px;
  height: 35px;
  background-size: 100% 100%;
  background-image: url(../imagesTwo/triangle-bottom.png);
}

.standard {
  /* padding-top: 50px; */
  padding-bottom: 40px;
}

.standard-content {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.standard-content .standard-item {
  width: 460px;
  height: 184px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(242, 242, 242, 1);
  border-radius: 17px 17px 17px 17px;
  padding: 30px;
  box-sizing: border-box;
  margin-right: 20px;
  margin: 20px 0 20px 20px;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.standard-content .standard-item .top .title {
  float: left;
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  line-height: 21px;
  margin-top: 13px;
  margin-bottom: 40px;
  font-family: SourceHanSansCN-Normal;
}

.standard-content .standard-item .top .details a {
  float: right;
  width: 140px;
  height: 42px;
  line-height: 42px;
  text-align: right;
  border: 1px solid rgba(2, 160, 227, 1);
  border-radius: 2px;
  text-align: center;
  color: rgba(2, 160, 227, 1);
  transition: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.standard-content .standard-item .bottom {
  width: 395px;
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 30px;
}

.standard-content .standard-item:hover {
  border: 1px solid rgba(2, 160, 227, 1);
}

.standard-content .standard-item:hover>.top .details a {
  background: rgba(2, 160, 227, 1);
  color: #fff;
}

.keeper {
  position: relative;
  top: 60px;
  z-index: 999;
  text-align: center;
}

.keeper img {
  width: 1287px;
  height: 562px;
  text-align: center;
  margin: auto;
}

.industry_nav {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  /* align-items: center; */
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  /* height: 135px; */
  text-align: center;
  margin: 10px auto;
  border-bottom: none;
}

.industry_nav .nav-item {
  width: 275px;
  margin-right: 30px;
  border: 1px solid rgba(242, 242, 242, 1);
  margin-bottom: 30px;
}

.industry_nav .nav-item .industry_title {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(2, 160, 227, 1);
}

.industry_nav .nav-item img {
  width: 100%;
  /* height: 160px; */
}

.floor04 {
  /* background: #fff; */
  margin-bottom: 40px;
  border-radius: 3px;
  padding-top: 110px;
  width: 1200px;
  box-sizing: border-box;
  margin: auto;
  padding-bottom: 50px;

}

.floor04 li {
  padding: 30px 30px 15px 30px;
  width: 300px;
  float: left;
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
}

.floor04 li:nth-child(1),
.floor04 li:nth-child(2),
.floor04 li:nth-child(3),
.floor04 li:nth-child(4) {
  border-top: 0;
}

.floor04 li:nth-child(4n) {
  border-right: 0;
}

.floor04 li h3 {
  padding-top: 0px;
}

.floor04 li .img {
  display: block;
  margin: 0 auto 20px;
  width: 239px;
  height: 147px;
  line-height: 147px;
  font-size: 0;
}

.floor04 li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.floor04 li h3 {
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
  line-height: 26px;
}

.floor04 li p {
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floor04 li span {
  font-size: 14px;
  color: #999;
}

.floor04 li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}

.floor04 li:hover img {
  -webkit-transform: inheritscale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}





/* 主内容 */


/* //底部资讯 */
.inquiry-wrap {
  width: 100%;
  height: 200px;
  background-size: 100% 100%;
  background-image: url(../imagesTwo/inquiry.png);
  text-align: center;

}

.inquiry-wrap .title {
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  padding-top: 50px;
  padding-bottom: 35px;
}

.inquiry-wrap .into {
  text-decoration: none;
  font-size: 16px;
  color: rgba(0, 154, 236, 1);
  background-color: #fff;
  padding: 15px 57px;
  border-radius: 2px;
}




/* //底部资讯 */


/* 侧边菜单栏 */
.fixed-sideBox {
  position: fixed;
  right: 6px;
  bottom: 145px;
  width: 70px;
}

.menu-item {
  margin-bottom: 10px;
  float: right;
}

.menu-item.li5 {
  display: none;
}

.menu-item .child {
  display: block;
  width: 70px;
  height: 70px;
  /* width: 240px;
  height: 70px; */
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.menu-item .shows {
  padding: 10px 0;
  box-sizing: border-box;
}

.menu-item .shows i {
  display: inline-block;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
}

.menu-item.li5 .shows i {
  width: 50px;
  height: 50px;
}

.menu-item .shows p {
  color: #02A0E3;
}

.menu-item.li1 .shows i {
  background: url(../imagesTwo/menu1.png) center no-repeat;
}

.menu-item.li2 .shows i {
  background: url(../imagesTwo/menu2.png) center no-repeat;
}

.menu-item.li3 .shows i {
  background: url(../imagesTwo/menu3.png) center no-repeat;
}

.menu-item.li4 .shows i {
  background: url(../imagesTwo/menu4.png) center no-repeat;
}

.menu-item.li5 .shows i {
  background: url(../imagesTwo/top.png) center no-repeat;
}

.menu-item.li1 {
  /* animation: rotateInDownLeft 1.5s 1.5s ease both;
  -webkit-animation: rotateInDownLeft 1.5s 1.5s ease both;
  -moz-animation: rotateInDownLeft 1.5s 1.5s ease both;
  -o-animation: rotateInDownLeft 1.5s 1.5s ease both;
  -ms-zoom-animation:  rotateInDownLeft 1.5s 1.5s ease both; */
}


.menu-item.li1 .hides {
  width: 240px;
  height: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../imagesTwo/menu1-1.png) 182px center no-repeat #02A0E3;
  padding: 0 15px;
  text-align: left;
  display: none;
  box-sizing: border-box
}

.menu-item.li2 {
  position: relative;
}

.menu-item.li2 .hides {
  position: absolute;
  top: 0;
  left: 0;
  /* left: -190px; */
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
  display: none;
  transition: 0.5s;

}

.menu-item.li2 .hides img {
  display: inline-block;
  width: 150px;
  height: 150px;
}

.menu-item.li3 .hides {
  position: absolute;
  left: 0;
  top: 0px;
  width: 310px;
  min-height: 70px;
  background: url(../imagesTwo/menu3-1.png) 258px center no-repeat #02A0E3;
  padding: 0 10px;
  padding-left: 2px;
  text-align: left;
  display: none;
  box-sizing: border-box;
  transition: 0.5s;
}

.menu-item.li3 .hides .qqList {
  padding: 10px;
  box-sizing: border-box;
  height: 70px;
}

.menu-item.li3 .hides .qqList {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -45px;
  transition: 0.5s;
  padding: 5px;
}

.menu-item.li3 .hides .qqList li {
  width: 110px;
  height: 24px;
  margin: 2px 3px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  box-sizing: border-box;
  text-align: center;
}

.menu-item.li3 .hides .qqList .qq-child {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.menu-item.li3 .hides .qqList li img {
  vertical-align: bottom;
}

.menu-item.li3 .hides .qqList li span {
  vertical-align: middle;
  cursor: pointer;
}

.menu-item.li1 .hides h2 {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 17px 0 7px 0;
}

.menu-item.li1 .hides p {
  font-size: 24px;
  color: #fff;
  font-family: "Arial";
  line-height: 1;
}


.menu-item.li1 .child:hover .hides,
.menu-item.li2 .child:hover .hides,
.menu-item.li3 .child:hover .hides {
  display: block;
}

.menu-item.li1 .child:hover .shows {
  display: none;
}

.menu-item.li1 .child:hover {
  width: 240px;
  border: 1px solid #02A0E3;
}

.menu-item.li3 .child:hover {
  width: 310px;
  border: 1px solid #02A0E3;

}

.menu-item.li2 .child:hover {
  overflow: inherit;
}

.menu-item.li2 .child:hover .hides {
  left: -170px;
  animation: fadeInRight 0.5s 0.5s ease both;
  -webkit-animation: fadeInRight 0.5s 0.5s ease both;
}


/* 新闻资讯 */
.news-list {
  width: 1200px;
}
.news-list .new-item {
  width: 370px;
  height: 100%;
  float: left;
  margin-right: 25px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.news-list .new-item .item-img {
  position: relative;
  width: 100%;
  /*height: 200px;*/
}
.news-list .new-item .item-img  img {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.news-list .new-item .item-img .item-cont-text{
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 22px;
  box-sizing: border-box;
  font-size: 14px;
  background:rgba(0,0,0,.5);
}
.news-list .new-item .item-img .item-cont-text a {
  color: #fff;
  float: left;
  width: 275px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .new-item .item-img .item-cont-text span {
  float: right;
  color: #fff;
}
.news-list .new-item .item-link {
  padding: 18px;
  border:1px solid rgba(228,228,228,1);
  box-sizing: border-box;
}
.news-list .new-item .item-link .link-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 0;
  text-align: left;
}
.news-list .new-item .item-link .link-to {
  overflow: hidden;
  width: 100%;

}
.news-list .new-item .item-link .link-to p {
  font-size: 14px;
  color: #555;
  margin-bottom: 25px;
  height: 12px;
  width: 100%;
  box-sizing: border-box;
}
.news-list .new-item .item-link .link-to p  a {
  display: block;
  width: 255px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
}

.news-list .new-item .item-link .link-to p span {
  float: right;
  color: #999999;

}
.news-list .new-item .item_more {
  margin-top: 15px;
}
.news-list .new-item .item_more a {
  color: #02A0E3;
  font-size:14px;
}


.news-list .new-item .item-link .link-to p a:hover {
  color: #02A0E3;
  text-decoration: underline;
}

.news.content-wrap {
  padding-bottom: 0;
}


/* 新闻资讯 */


/* 侧边菜单栏 */

.industryList .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}


.entrance-list {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 0px 20px;
  margin-top: 40px;

}


.entrance-list .item {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 290px;
  padding: 20px;
  box-sizing: border-box;
}

.entrance-list .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.entrance-list .item .icon-bg {
  display: block;
  width: 90px;
  height: 90px;
  background-size: 100% 100%;
  margin: auto;
}

.entrance-list .item .text {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
  color: rgba(51, 51, 51, 1);
}

.entrance-list .item .icon1 {
  background-image: url('../imagesTwo/sasa.png')
}

.entrance-list .item:hover {
  box-shadow: 0px 6px 13px 2px rgba(101, 101, 101, 0.1);
}

.entrance-list .item:hover .icon1 {
  background-image: url('../imagesTwo/sasa-g.png')
}


.entrance-list .item .icon2 {
  background-image: url('../imagesTwo/wx.png')
}

.entrance-list .item:hover .icon2 {
  background-image: url('../imagesTwo/wx-g.png')
}


.entrance-list .item .icon3 {
  background-image: url('../imagesTwo/shop.png')
}

.entrance-list .item:hover .icon3 {
  background-image: url('../imagesTwo/shop-g.png')
}

.entrance-list .item .icon4 {
  background-image: url('../imagesTwo/malls.png')
}

.entrance-list .item:hover .icon4 {
  background-image: url('../imagesTwo/malls-g.png')
}


.programme {
  width: 1300px;
  background: #fff;
}

.programme-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.programme-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  padding: 25px 20px 10px 20px;
  border: 1px solid rgba(242, 242, 242, 1);
  border-top: 3px solid #ccc;
  box-sizing: border-box;
  width: 230px;
  height: 300px;
  box-sizing: border-box;
  margin-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.programme-list .item .title {
  color: rgba(51, 51, 51, 1);
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
}

.programme-list .item .sub {
  color: rgba(153, 153, 153, 1);
  line-height: 28px;
  font-size: 16px;
  min-height: 110px;
}

.programme-list .item .btn {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(2, 160, 227, 1);
  border-radius: 2px;
  width: 140px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: rgba(2, 160, 227, 1);
  font-size: 14px;
  margin-top: 50px;
}

.programme-list .item:hover {
  border-top: 3px solid #02A0E3;
}

.programme-list .item:hover .btn {
  background: rgba(2, 160, 227, 1);
  color: #fff;
}



@media screen and (max-width:1450px) {
  .programme {
    width: 85%;
  }

  .programme-list  {
    justify-content: center;
    /* margin-left: 55px; */
  }

  .banner_ul .banner_item .content-wrapper h3,
  .banner_ul .banner_item .content-wrapper .sub-title,
  .banner_ul .banner_item .content-wrapper .btn {
    margin-left: 9%;
  }

  .briefing_nav .nav-item,.entrance-list .item,.industry_nav .nav-item {
    width: 20% !important;
  }

  .wcard-content .wcard-left {
    margin-left: 6%;

  }
  .wcard-content .wcard-left img {
    width: 400px !important;
    height: initial !important;
  }

  .wcard-right .wcard-section .wcard-sectitle {
    font-size: 18px;
  }
  .wcard-right .wcard-section .wcard-secsummary {
    font-size: 14px;
  }


  .putonghua .content-wrap {
    padding: 0;
  }

  .industry_nav .nav-item {
    margin-right: 15px;
  }

  .news-list .new-item .content {
    padding: 9% 1% 0% 3%;
  }
  .banner_ul .banner_item .banner-bgImg {
    background-position: 0%;
  }


  /* 新闻资讯1280 */
  .news-list {
    width: 86%;
  }
  .news-list .new-item {
    width: 30.3%;
    margin-right: 27px;
  }

  .news-list .new-item .item-img .item-cont-text a,.news-list .new-item .item-link .link-to p a {
    width: 170px;
  }

  /* 新闻资讯1280 */

}