/*新增轮播*/
.swbnhz2{
  height: 100%;position: relative;
}
.bnimgs{
  background-size: cover;
/*background-size: contain;*/
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;height: 100vh;
}
.bnwz{
  width: 90%;text-align: center;
  margin: 0 auto;
  position: absolute;left: 50%; top:35%;transform: translate(-50%, -50%);
}
.bnwz1{
  font-size: 56px;color: #fff;
  margin-bottom: 20px;visibility: hidden;
}
.bnwz2{
  font-size: 26px;color: #fff;visibility: hidden;
}
@keyframes mymove {
  from {
    bottom: 50px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }

  to {
    bottom: 30px;
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    /* Firefox 4 */
    -webkit-transition: 400ms ease-in-out;
    /* Safari and Chrome */
    -o-transition: 400ms ease-in-out;
    /* Opera */
  }
}
.shubiao{
  position: absolute; left: 50%;  bottom:30px;transform: translate(-50%, 0);display: block;z-index: 9;

  animation: mymove 2s infinite;
    -moz-animation: mymove 2s infinite;
    -webkit-animation: mymove 2s infinite;
    -o-animation: mymove 2s infinite;
}
.shubiao img{
  display: block;width: 25px;
}
.bnbthz{
  position: absolute;
  bottom: 5%;
  left: 10%;z-index: 9;
}
.swbnhz2 .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.bnbthz .bnl,.bnbthz .bnr{
  display: inline-block;cursor: pointer;
  border:1px solid #fff;border-radius: 8px;margin: 0 16px;
  width: 50px;height: 50px;background-size: 100% 100%;background-position: center;background-repeat: no-repeat;
  outline: none;
}
.bnbthz .bnl:hover,.bnbthz .bnr:hover{

}
.bnr.swiper-button-disabled,.bnl.swiper-button-disabled{
  opacity: .35;
}

.bnbthz .bnl{
  background-image: url(../images/left-arrow-white.png);
}
.bnbthz .bnr{
  background-image: url(../images/right-arrow-white.png);
}
@media (max-width: 1024px){
  .bnimgs{
    height: 51vw;
  }
  .bnwz1{
    font-size: 24px;
  }
  .bnwz2{
    font-size: 14px;
  }
  .bnbthz .bnl, .bnbthz .bnr {
      margin: 0 0px;
      width: 35px;
      height: 35px;
  }
  .bnbthz{
    width: 90%;display: flex;justify-content: space-between;left: 5%;bottom: 30px;
  }
  .shubiao{
    display: none;
  }


}




/*视频轮播*/
.lunbos video{
  width: 100%;height: 100vh;    object-fit: cover;
}
.lsl,.lsr{
  position: absolute;top:50%;transform: translate(0, -50%);
  color: #fff;font-weight: bold;z-index: 3;width: 27px;height: 41px;
  cursor: pointer;background-size: cover;background-position: center;background-repeat: no-repeat;
}
.lsl{
  left: 20px;
  background-image: url(../images/left.png);
}
.lsr{
  right: 20px;
  background-image: url(../images/rig.png);
}

@media (max-width: 1024px){
.lunbos video,.lunbos img{
  height: 300px!important; display: block; 
}
}
/*战略目标*/

.zlmb{

  padding:0 0 0;height: 100vh;

  background-image:url(../images/vision_bg.jpg);

  background-size:cover;background-position:center;position: relative;

}
.zlmb .layout{
  left: 50%; top:50%;transform: translate(-50%, -50%);position: absolute;

}

.zlt1{

  font-size:42px;

  color:#fff;font-weight:bold;text-align:center;

}

.zlt2{

	width:1px;height:36px;background:#2658a0;

	display:block;margin:10px auto;

}

.zlt3{

  font-size:18px;

  color:#fff;text-align:center;

}

.zlt4{

	display:flex;justify-content:space-between;margin-top:30px;

}

.zlt4it{

	width: 19%;text-align:center;

	color:#fff;transition: 0.8s;margin-top: 0px;

	padding:30px 0;

}

.zlt4it:hover{

	background:rgba(38, 88, 160,0.7);    
	margin-top: 8px;

}

.zlt4i1{

	font-size:18px;

	margin-top:10px;

}

.zlt4i2{

	width:24px;height:1px;background:#2658a0;

	display:block;margin:20px auto;

}

.zlt4i3{

	font-size:16px;

}

.zlt4it img{

	display:block;margin:0 auto;

}



@media (max-width: 1024px){
  .zlmb .layout{
  left: 0%; top:0%;transform: translate(-0%, -0%);position: relative;

}

	.zlmb{

	  padding:80px 0;

	}

	.zlt1{

	  font-size:28px;

	}

	.zlt2{

		height:16px;

	}

	.zlt3{

	  font-size:16px;

	}

	.zlt4{

		flex-wrap:wrap;

	}

	.zlt4it{

		width: 49%;padding:20px 0;

	}

	.zlt4i1{

		font-size:16px;

		margin-top:10px;

	}

	.zlt4i3{

		font-size:12px;

	}

	

}



/*分布式*/

.index02{
  padding-top: 85px;
  width: 100%;box-sizing: border-box;height: calc(100vh);position: relative;overflow: hidden;display: flex;display: -webkit-flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-flex-wrap: wrap;flex-wrap: wrap;}

.index02 a{display: block;width: calc((100% - 1px)/2);box-sizing: border-box;height: 100%;overflow: hidden;position: relative;}

.index02 a::after{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: -moz-linear-gradient(top, #c3eafd 0%, #0a78af 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c3eafd), color-stop(100%,#0a78af));background: -webkit-linear-gradient(top, #c3eafd 0%,#0a78af 100%);opacity: 0;transition: all .3s;}

.index02 a:hover::after{opacity: 0.75;}

.index02 a img{display: block;width: auto;min-width: 100%;

	max-width:100000px;

	position: absolute;top: 0;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);height: 100%;}

.index02 a .text{width: 100%;box-sizing: border-box;position: absolute;left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);padding: 0 10rem;text-align: center;z-index: 2;}

.index02 a .text h3{font-size: 32px;color: #ffffff;text-shadow: 0px 2px 6px rgba(0,0,0,0.5);margin-bottom: 2rem;font-weight:bold;}

.index02 a .text h4{font-size: 20px;color: #FFFFFF;text-shadow: 0px 2px 6px rgba(0,0,0,0.5);line-height:2.2rem;}

.index02 a .text font{margin: auto;margin-top: 4rem;}

.index02 .circle{width: 200px;height: 200px;box-sizing: border-box;border: 1rem solid #eeeeee;background-color: #FFFFFF;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;-webkit-flex-flow: column;flex-flow: column;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);border-radius: 50%;}

.index02 .circle p{font-size: 3.2rem;color: #2658a0;margin-bottom: 1rem;}

.index02 .circle font{font-size: 22px;color: #2658a0;font-weight: 600;}

.index02 .more:hover::after {

    width: 100%;

}

.index02 .more::after {

    content: '';

    display: block;

    width: 0%;

    height: 100%;

    border-radius: 2rem;

    background: #FFFFFF;

    position: absolute;

    left: 0;

    top: 0;

    transition: all .3s;

    z-index: -1;

}

.index02 .more{

	    background-color: rgba(255,255,255,0.25);color:#fff;

}

.index02 .more:hover{

  color: #000;

}





@media (max-width: 1024px){

.index02{display: flex;height: 50vh;padding-top: 0px;}

.index02 a .text{padding: 0 2%;}

.index02 a .text h3{font-size: 16px;}

.index02 a .text h4{display: none;}

.index02 .circle{width: 130px;height: 130px;border: 0.5rem solid #eee;}

.index02 .circle font{font-size: 14px;}

.index02 a .text font{

	margin-top:0;

}

}



/*行业应用*/

.index-industry {

  position: relative;

}

.index-industry .industry-wz {

  left: 0;

  right: 0;

  top: 10%;

  z-index: 2;

}

.index-industry .index-industry-lunbo .industry-wz {

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  /* IE 9 */

  -moz-transform: translate(-50%, -50%);

  /* Firefox */

  -webkit-transform: translate(-50%, -50%);

  /* Safari 和 Chrome */

  -o-transform: translate(-50%, -50%);

  color: #FFF;

  text-align: center;

  background: rgba(0, 0, 0, 0.2);

  border: 1px solid rgba(255, 255, 255, 0.5);

  padding: 0 5.9375rem;

  width: 40.3125rem;

  height: 40.3125rem;

  display: table;

  border-radius: 100%;

}

.index-industry .index-industry-lunbo .industry-wz .industry-nr {

  display: table-cell;

  vertical-align: middle;

  position: relative;

  z-index: 33;

}

.index-industry .index-industry-lunbo .industry-wz .title {

  font-size: 3.125rem;

  line-height: 1.5;

  margin-top: 0.625rem;

  display: -webkit-box;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

  text-transform: uppercase;

}

.index-industry .index-industry-lunbo .industry-wz .title a {

  color: #FFF;

}

.index-industry .index-industry-lunbo .industry-wz .wz-hh {

  font-weight: 400;

  font-size: 1.125rem;

  line-height: 1.5;

  margin-top: 1.875rem;

  display: -webkit-box;

  overflow: hidden;

  text-overflow: ellipsis;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}

.index-industry .index-industry-lunbo .industry-wz .wz-hh a {

  color: #FFF;

}

.index-industry .index-industry-lunbo .industry-wz .jiantou {

  margin-top: 3.5625rem;

}

.index-industry .index-industry-lunbo .industry-wz .jiantou a {

  /*border: 1px solid #fff;*/

  background: none;

}

.index-industry .index-industry-lunbo .industry-wz .jiantou a:hover{

	/*color:#000!!important;*/

}



.index-industry .industry-ul {

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 7.5rem;

  z-index: 3;

  width: 12%;

}

.index-industry .industry-ul li {

  font-style: normal;

  font-weight: 500;

  font-size: 1.25rem;

  line-height: 2.5;

  /* or 250% */

  text-transform: uppercase;

  color: #FFFFFF;

  position: relative;

  cursor: pointer;

}

.index-industry .industry-ul li::after {

  content: '';

  position: absolute;

  top: 50%;

  -ms-transform: translateY(-50%);

  /* IE 9 */

  -moz-transform: translateY(-50%);

  /* Firefox */

  -webkit-transform: translateY(-50%);

  /* Safari 和 Chrome */

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  left: -1.875rem;

  width: 16px;

  height: 1px;

  background: #fff;

}

.index-industry .industry-ul li.active {

  font-weight: 700;

  font-size: 1.75rem;

}

.index-industry .industry-ul li.active::after {

  width: 3.375rem;

  left: -4.25rem;

}

@keyframes banner {

  0% {

    transform: scale(1.2);

  }

  50% {

    transform: scale(1);

  }

  100% {

    transform: scale(1.2);

  }

}

.jiantou{

	display:block;margin:0 auto;

}

.jiantou a {

    width: 3.75rem;

    height: 3.75rem;

    background: #2658A0;

    border-radius: 0.625rem;

    display: inline-block;

    text-align: center;

    line-height: 3.75rem;

    display:block;margin:0 auto;

}.jiantou a i {

    color: #FFF;

    font-size: 2.25rem;

}.head-hd {

    font-size: 2.4rem;

}.white-wz {

    color: #fff;

}

.yuans {

    overflow: hidden;

    display: none;

}

.svg-circle {

  width: 103%;

  height: 103%;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  /* IE 9 */

  -moz-transform: translate(-50%, -50%);

  /* Firefox */

  -webkit-transform: translate(-50%, -50%);

  /* Safari 和 Chrome */

  -o-transform: translate(-50%, -50%);

}

.wz-yuan {

  width: 100%;

  height: 100%;

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  /* IE 9 */

  -moz-transform: translate(-50%, -50%);

  /* Firefox */

  -webkit-transform: translate(-50%, -50%);

  /* Safari 和 Chrome */

  -o-transform: translate(-50%, -50%);

}

.index-industry .index-industry-lunbo .industry-wz {

    transition: 400ms ease-in-out;

    -moz-transition: 400ms ease-in-out;

    -webkit-transition: 400ms ease-in-out;

    -o-transition: 400ms ease-in-out;

}

@media (max-width: 990px) {

	.index-industry .index-industry-lunbo .industry-wz .industry-nr {

    padding: 1.25rem;

  }.head-en {

    font-size: 1.2rem;

}.head-hd {

    font-size: 1.5rem;

}.container {

    padding: 0 15px;

}.index-industry .industry-ul {

    width: 100%;

    right: 0;

    top: auto;

    -ms-transform: translateY(0%);

    -moz-transform: translateY(0%);

    -webkit-transform: translateY(0%);

    -o-transform: translateY(0%);

    transform: translateY(0%);

    bottom: 10%;

}.index-industry .industry-ul li {

    float: left;

    text-align: center;

    width: 30%;

}.index-industry .industry-ul li {

    font-size: 1rem;

}.index-industry .industry-ul li.active {

    font-size: 1rem;

}.index-industry-lunbo .swiper-slide > img {

    height: 100vh;

    object-fit: cover;

}.index-industry .index-industry-lunbo .industry-wz .title {

    font-size: 1.4rem;

}.index-industry .index-industry-lunbo .industry-wz {

    top: 43%;

}.index-industry .index-industry-lunbo .industry-wz {

    width: 25.3125rem;

    height: 25.3125rem;

    padding: 0 0.625rem;

}

.index-industry .industry-ul li::after{

	display:none;

}

.jiantou a{

	width: 100%;height:100%;line-height:2.5;

}

}



/*应用结束*/



/*锁屏开始*/

.sylb{

  height: 100vh!important;

}

.ftsli{

  height: 100vh;position: relative;background: #F9F9F9;

}

.sylb footer{

  padding-top: 150px;

  padding-bottom: 0;

  position: absolute;

  bottom: 0;

}

.index-industry{

  height: 100vh;

}

.index-industry-lunbo{

  height: 100vh;

}

.index-industry .swiper-container{

  height: 100vh;

}



.hyim{

  background-size: cover;background-position: center;background-repeat: no-repeat; width: 100%;height: 100%;

}

@media (max-width:1024px) {

  .sylb>.swiper-wrapper>.swiper-slide{

    height: auto;

  }

  .sylb>.swiper-wrapper{

    display: block;

  }

  .sylb{

    height: auto!important;

  }

  .sylb footer{

    padding-top: 0;position: relative;

  }

  .zlmb{

    height: auto;

  }

}



/*首页新闻2*/

.new-div {
  background: #FFF;
  padding: 1.875rem;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 0.625rem;
}
.new-div .overh {
  border-radius: 0.625rem;
}
.new-div .new-type {
  margin-top: 1rem;
}
.new-div .new-type span {
  color: #f55e0b;
  display: inline-block;
  padding: 0.3125rem 0.9375rem;
  background: #ffeccc;
  border-radius: 4px;
}
.new-div .tile {
  font-weight: 700;
  margin-top: 1.125rem;
  font-size: 1.125rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.new-div .tile a {
  color: rgba(0, 0, 0, 0.9);
}
.new-div .miao {
  margin-top: 0.6875rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  line-height: 1.6;
}
.new-div .miao a {
  color: rgba(0, 0, 0, 0.6);
}
.new-div .rq-div {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 1.625rem;
}
.new-div .rq-div span {
  display: inline-block;
  width: 70%;
  height: 1px;
  position: relative;
  float: right;
  top: 0.625rem;
  background: #f55e0b;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.more a {
  position: relative;
  overflow: hidden;
}
.more a span {
  position: relative;
  z-index: 2;
}
.more a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #77B85B;
  left: -100%;
  top: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more a:hover {
  background: #77B85B;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more a:hover::before {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new {
  background: #F9F9F9;
/*  padding: 3.625rem 0 9.375rem;*/
position: relative;
  height: 100%;
}
.index-new .new-ul li {
  float: left;
  cursor: pointer;
  font-size: 1rem;
  color: #f55e0b;
  padding: 0.875rem 2.375rem;
  border-radius: 0.625rem;
  border: 1px solid #f55e0b;
  margin-left: 1.25rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  overflow: hidden;
  position: relative;
}
.index-new .new-ul li span {
  position: relative;
  z-index: 2;
}
.index-new .new-ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f55e0b;
  left: -100%;
  top: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .new-ul li:hover,
.index-new .new-ul li.active {
  background: #f55e0b;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: 1px solid #f55e0b;
}
.index-new .new-ul li:hover::before,
.index-new .new-ul li.active::before {
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .new-bot {
  margin-top: 2.5rem;
}
.index-new .new-div {
  margin-bottom: 1.25rem;
}
.index-new .tui-img-new {
  padding-bottom: 4.125rem;
}
.index-new .tui-img-new .new-type {
  margin-top: 3rem;
}


.index-new::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 23.875rem;
  background: #2658A0;
  z-index: 1;
}
.index-new .bg-img {
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.index-new .wen-en {
  left: 0;
  line-height: 1;
  bottom: 0;
  z-index: 2;
}
.new-div {
    cursor: pointer;
}
.new-div {
    background: #FFF;
    padding: 1.875rem;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    border-radius: 0.625rem;
}.overh {
    overflow: hidden;
}.new-div .overh {
    border-radius: 0.625rem;
}.tui-img-new .overh img {
    height: 13.625rem;
}
.new-div img {
    transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}
.w100 {
    width: 100%;
}
.wen-en {
    font-size: 18.75rem;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    position: absolute;
}
.i-part5 .layout{
  z-index: 3;
}

@media (min-width: 990px){
.index-new .layout {
  position: absolute;left: 50%; bottom:20%;transform: translate(-50%, 0);padding: 0;
  z-index: 2;
}
}

@media (max-width: 990px){
 .index-new{
    padding: 3rem 0;
    overflow: hidden;height: auto;
}
.i-part5 {
    height: auto;
}
.i-part5 .layout {
    height: auto;
    padding: 30px 0;
}
.ftsli{
  height: auto;
}


}

/*首页新闻2结束*/