/*banner*/
.index-banner {
	width:100%;
	margin-top:135px;
	overflow:hidden;
	position:relative;
}
.index-banner .swiper-slide>a {
	display:inline-block;
	width:100%;
}
.index-banner .swiper-slide a>img {
	margin:0 auto;
	width:100%;
}
.lunbo-div {
	position:absolute;
	left:0;
	right:0;
	bottom:50px;
	z-index:99;
}
.lunbo-div .swiper-button-prev,.lunbo-div .swiper-pagination,.lunbo-div .swiper-button-next {
	position:static;
	float:left;
	display:inline-block;
	width:auto;
}
.index-banner .swiper-pagination-fraction {
	color:#8c8c8f;
	font-size:16px;

}
.index-banner .swiper-pagination-current {
	
	color:#FFFFFF;
	font-size:45px;
}
.index-banner .swiper-button-next,.index-banner .swiper-button-prev {
	position:static;
	display:inline-block;
	float:left;
	width:60px;
	height:25px;
	cursor:pointer;
	margin-top:25px;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.index-banner .swiper-button-prev,.index-banner .swiper-container-rtl .swiper-button-next {
	background-image:url(../images/img2.svg);
	margin-right:10px;
}
.index-banner .swiper-button-next,.index-banner .swiper-container-rtl .swiper-button-prev {
	background-image:url(../images/img1.svg);
	margin-left:10px;
}
.index-banner .swiper-button-prev:hover,.index-banner .swiper-container-rtl .swiper-button-next:hover {
	
	background-image:url(../images/img4.svg);
	-moz-background-size:23px 23px;
	-webkit-background-size:23px 23px;
	background-size:23px 23px;
}
.index-banner .swiper-button-next:hover,.index-banner .swiper-container-rtl .swiper-button-prev:hover {
	background-image:url(../images/img3.svg);
	-moz-background-size:23px 23px;
	-webkit-background-size:23px 23px;
	background-size:23px 23px;
}
	   .solutionArea {
  background-image:url('../pic/solutionBg.jpg');
  background-size: 100% 100%;
  background-attachment: fixed;
  overflow: hidden;

}

.solutionArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
}

.solutionArea .leftItem {
		float: left;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 57%;
  padding-left: calc((100% - 1680px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.solutionArea .rightItem {

  z-index: 0;
	float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43%;
  padding: 45px 20px 45px 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.solutionArea .rightItem:before {
  content: 'Solutions';
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 160px;
  letter-spacing: -25px;
  line-height: 1;
  opacity: .3;
  text-shadow: 4.286px 2.575px 8px rgba(0, 0, 0, 0.06);
}

.solutionArea .rightItem:after {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  z-index: -2;
  width: calc(100% + 30px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.solutionArea .Txt h3 {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 35px;
  color: #c42b2f;
}


.solutionArea .textEditor {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .05em;
  color: #fff;
}



.solutionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
background: #333
}

.solutionList li {
  position: relative;
  z-index: 0;
  width: 50%;
  border-bottom:solid 1px #fff;
  border-right:solid 1px #fff;
}
.solutionList li:nth-child(2n) {
  border-right:none;
}
.solutionList li:nth-child(3) {
 border-bottom: none
}
.solutionList li:nth-child(4) {
  border-bottom: none
}
.solutionList  .ontrue {
	  background-color: #c42b2f;
  opacity: 1;

}


.solutionList li:hover h3 a, .solutionList li:hover h4 a {
  color: #fff;
}

.solutionList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 70px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.solutionList .Img {
  width: 100px;
}

.solutionList .Img i {
  color: #fff;
  font-size:60px;
}

.solutionList .title {
  width: calc(100% - 100px);
}
.solutionList h3 a, .solutionList h4 a {
  color: #fff;
}

.solutionList h3 {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 22px;
}

.solutionList h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 1180px) {
	  .solutionArea {
    background-position: center center;
    background-attachment: inherit;
    background-size: cover;
  }
  .solutionArea .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .solutionArea .leftItem {
	   padding-left:0;
    width: 100%;
	  float: none
  }
  .solutionArea .rightItem {
    display: none
  }
  .solutionArea .Txt h3 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .solutionArea .Txt h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .solutionArea .textEditor {
    margin-bottom: 25px;
  }
	.lunbo-div{display:none}
}


/*行业动态*/
.index-news-left{border-radius: 10px;background:#f4f4f4;height:600px;overflow: hidden}
.index-img {
	height: 320px;
	overflow:hidden
}
.index-img img {
	max-width: 100%;
	height: 100%;
	-webkit-transition:transform .75s;
	transition:transform .75s
}
.index-item {
	display:block;
}
.index-item-tit {
	margin-top:1em;
	font-size:20px;
	line-height:1.25;
	color:#000;
	white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
	padding:0 30px 5px;
}
.index-item-p {
	margin-top:1em;
	font-size:13px;
	padding:0 30px;
	color:#333;

	width: 100%;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
		overflow: hidden;
}
.index-item-date {
	margin-top:1em;
	font-size:18px;
	color:#5a5a5a;
	font-family:"DIN Light",sans-serif;
	padding-left: 30px;
}
@media (min-width:1101px) {
.index-item:hover .index-img img{
	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}
.index-item:hover .index-item-tit{
	color:#c42b2f
}
}
@media (max-width:1100px) {
	.index-item {
	margin-right:10px
}
.index-item-p {
padding:0 5px 5px;
}
}
	
	
.index-item .newmore {
  left: 0;
  margin-top:70px;
  width: 100%;

}
.index-item .newmore .title {
  position: relative;
  font-size:18px;
  font-family:"Noto Sans N",sans-serif;	
  font-weight: 500px;
  color: #5a5a5a;
  padding-left: 30px;

}
.index-item .newmore .title::after {
  content: "";
  position: absolute;
  left:105px;
  top: 0;
  width: 22px;
  height: 100%;
  background: url(../images/icon_jt.svg) no-repeat center ;
/*  opacity: 1;
  transform: translateX(-25px);
  transition: all 0.3s;*/
}
.line2{
height: 1px;
background-color:#b5b5b5;
}	
.right-news{width:85%;margin: 30px auto 0;}
	.right-news p{font-size: 26px;font-family:"Noto Sans M",sans-serif;line-height: 38px;}	
	.right-item-tit {
	margin-top:1em;
	font-size:20px;
	line-height:1.25;
	color:#3c3c3c;
	padding:20px 10px 10px;
}
.right-item-date {
	margin-top:1em;
	font-size:18px;
	color:#5a5a5a;
	font-family:"DIN Light",sans-serif;
	padding:0 10px 10px;
}
@media only screen and (max-width: 1155px) {
   .right-item-tit {
	padding:10px 10px 10px;
}
}
@media (max-width:991px) {
.index-news-left{background:#fff;height:auto;border-radius: 0}
.inews-left,.inews-right {
	width:100%
}
.index-news-left {
	width:auto !important
}
.index-img {
	width:100%;
	max-height: 280px;
	overflow: hidden;
}
.index-item-tit {
	margin-top:0.2em;
	font-size:18px;
	padding:0 5px 0;
}
.index-item-date {
	margin-bottom:0.3em;
	font-size:16px;
	margin-top:-2px;
	padding-left:5px;
}
/*.list-inews {
	margin-left:-10px;
	margin-top:30px
}*/
.index-item {
	margin-right:0
}

	.index-item .newmore{
		display: none
	}
.right-news{width:100%;margin: 10px auto 0;}
.right-news p{font-size: 26px;font-family:"Noto Sans M",sans-serif;line-height: 38px;}	
.right-item-tit {
	margin-top:0.2em;
	font-size:18px;
	line-height:1.25;
	padding:2px 5px;
}
.right-item-date {
	margin-top:1em;
	font-size:16px;
	padding:0 5px 2px;
}
}
@media (max-width:767px) {
.solutionList li {
  position: relative;
  z-index: 0;
  width: 100%;
	float: none
 
}
.solutionList li {
  border-right:none;
}
.solutionList li:nth-child(3) {
 border-bottom: solid 1px #fff
}
.col-md-4{margin:0;padding:0}
	.index-img {
	height: auto;
}	
	.index-img img {
	max-width: 100%;
	height: auto;
}	

.index-banner {
	margin-top:60px;
}	
	
}

	  
.index-block-b {
  background: url(../pic/bg1.jpg) no-repeat right center / 100% 100%;
  padding-top:15px;
  padding-bottom:15px;
  margin-top:80px
}

.index-block-b .flex-block {
  position: relative;
  z-index: 2;
  transform: translateY(50%);
  padding: 20px 0;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 5px 10px 84px 3px rgba(0, 0, 0, 0.08);
	height: 150px
}
.index-block-b .flex-block .li {
  position: relative;
  width: 25%;
  padding: 20px 2%;
  transform: translateY(0);
  transition: all 0.3s; 
	float: left
}
.index-block-b .flex-block .li:hover {
  transform: translateY(-3px);
}

.index-block-b .flex-block .num {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-block-b .flex-block .num i {
  font-size: 30px;
}
.index-block-b .flex-block .txt {
  font-size: 18px;
  color: #6a6c72;
}
@media (max-width: 1200px) {
  .index-block-b .flex-block {
    padding: 15px 0;
  }
  .index-block-b .flex-block .li {
    padding: 15px 2%;
  }
  .index-block-b .flex-block .li .num {
    line-height: 28px;
  }
  .index-block-b .flex-block .li .txt {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
  }
.index-block-b {
  margin-top:0px;
}
}
@media (max-width: 768px) {
  .index-block-b {
    padding-top:5px;
    padding-bottom: 5px;
    background-size: 200% 100%;
    background-position: right bottom;
    background: transparent;
  }
  .index-block-b .flex-block {
    transform: translateY(0);
    margin-top: 15px;
    padding: 0;
	  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255,1);
    width: 100%
  }
		
	
  .index-block-b .flex-block .li {
    width: 50%;
    padding: 25px 2%;
	  float: left
  }
  .index-block-b .flex-block .li + .li {
    border-top: 1px solid #eee;
  }
  .index-block-b .flex-block .li .num {
    line-height: 28px;
  }

  .index-block-b .flex-block .li .txt {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
  }
}
	 	   
.c-box-about {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.c-box-about .c-text-box1 {
    width: 45%;
	padding:20px
	
}
.c-box-about .c-text-box1 img {
    border-radius: 5px;
	margin:0;
	max-width:100%;
	width:auto;
	height:auto;
	
}

.c-box-about .c-text-box2 {
    width: 55%;
	
}

.c-box-about .c-text-box2 .c-title {
    font-size: 32px;
	font-weight: bold;
    line-height: 32px;
}

.c-box-about .c-text-box2 .c-text {
	text-indent:10px;
    padding:15px 0 35px;
    line-height: 35px ;
    color: #777;
	font-size: 16px
}  
.homecon {padding:30px 0;overflow:hidden;background:#1d065c;font-size: 18px;color: #fff;letter-spacing:1px }
.homecon .col-md-4{padding-top:20px;height: 170px }
.bodwith {width:310px;margin: 0 auto;}
.bodwith h3{font-size:21px;color: #fff;padding-top:0;margin-top:0}
.bodwith i{padding-right: 5px;}
.homecon .wechat .pic{float:left;width:106px;height:106px;}
.homecon .wechat .pic img{display:block;width:100%;}
.homecon .wechat .text{position:relative;float:left;margin-left:20px;height:106px;}
.homecon .wechat .text:before,.homecon .wechat .text:after{display:block;position:absolute;left:0;height:1px;content:"";background:#fff;}
.homecon .wechat .text:before{top:0;width:43px;}
.homecon .wechat .text:after{bottom:0;width:100%;}
.homecon .wechat .text p{padding:18px 0;font-size:15px;color:#fff;line-height:25px;}


.homecon .wechat .iptBox input{margin-bottom:10px;display:block;padding:10px;width:310px;height:48px;line-height:48px;background:#fff;border:none;outline:none;box-sizing:border-box;color: #666}
.homecon .wechat .btnBox{position:absolute;right:0;bottom:0px;width:90px;height:106px;}
.homecon .wechat .btnBox{display:block;padding:20px 18px;width:90px;height:106px;line-height:30px;text-align:center;font-size:15px;color:#fff;background:#ea011e;}



.rborder {border-right:rgba(255,255,255,0.5) solid 1px;} 
	  @media screen and (max-width: 991px) { 
		  .rborder{display: none}
	      .c-box-about .c-text-box1,.c-box-about .c-text-box2 {
        width: 100%;
    }
    .c-box-about .c-text-box2 .c-title {
        display: none;
    }
	  }	  
	  @media screen and (max-width: 767px) {
		    .c-box-about .c-text-box2 {
        width: 100%;
    }
    .c-box-about .c-text-box2 .c-text {
        padding: 20px 0 30px;
        line-height: 24px;
        width: 100%;
    }  
	  }
  
.c-dt {
   font-size: 16px;
	color: #c42b2f !important;
		height:42px;
	line-height:42px;
	border-radius:10px;
	padding:5px 15px;
	border: solid 1px #ff0000
}
	  .c-dt i{
		  font-size: 18px;
		  padding-left: 5px
	  }
	  .c-dt:hover{
	color: #fff !important;
	background: #c42b2f
}
	


.index_app .row,.index_app .col-md-3 {
	margin-bottom: 30px;
}
.index_app .col-md-3 .mask {
	opacity:1;
	visibility:visible;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:2;
	background-image:url(../images/mask.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-size:auto 100%;
}
.index_app .item {
	position:relative;
}
.index_app .item .img {
	overflow:hidden;
}
.index_app .item .img img {
	transition:0.4s;
}
.index_app .item .text {
	position:absolute;
	left:0;
	bottom:4rem;
	z-index:5;
	width:100%;
	box-sizing:border-box;
	padding:0 3.75rem;
}
.index_app  .item .text h5 {
	font-size:28px;
	color:#fff;
	font-weight:bold
}
.index_app  .item .text h6 {
	font-size:15px;
	color:#fff;
	opacity:0.7
}
.index_app .item:hover .img img {
	transform:scale(1.1);
}