@charset "utf-8";
/*初始化样式*/

.c-l-box {width: 100%}
.c-common-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 15px;
	margin-top:50px;
	text-align: center;
}
.c-common-title .c-en-title{
	font-size: 50px;
	line-height: 1em;
	font-weight:bolder;
	display: block; 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, #0282cd), color-stop(80%, rgba(255, 255, 255, 0))); background-image: linear-gradient(to bottom, #0282cd -100%, rgba(255, 255, 255, 0) 93%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; 
}
.c-common-title .c-cn-title {
	margin-top:-35px;
	font-size: 42px;
	font-weight: bold;
	color: #333;
}
.tit-color{color:#efefef !important}

.cus-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cus-title .l-title {
  color: #333;
  margin: 70px 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.cus-title .r-btn {
  font-size: 16px;
  padding-right: 40px;
  font-weight: 300;
  color: #666666;
}
.cus-title .r-btn span {
  width: auto;
  font-size: 18px;
  margin-left: 8px;
}
.cus-title .r-btn:hover {
  color: #0282cd;
}
.cus-title .r-btn:hover span {
  color: #0282cd;
}


/* FLASH BANNER */

.index-banner {
	width:100%;
    background: #efefef;
	overflow:hidden;
	position:relative;
	margin-top: 66px;
	
}
.index-banner .swiper-slide>a {
	display:inline-block;
	width:100%;
}
.index-banner .swiper-slide a>img {
	margin:0 auto;
	width:100%;
}
.index-banner .swiper-pagination-bullet {
	opacity: 1;

}
.index-banner .c-dot {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.index-banner .swiper-pagination{
	position: relative;
	text-align: center;
}
.c-container { position: relative; width: 100%;padding:0 100px;}	
.loading {
  margin: 0 5px;
  width: 38px;
  height: 38px;
	position: relative;
	border: 4px solid transparent;
	background: transparent;
}
.loading.swiper-pagination-bullet-active {
	border-color: rgba(255,255,255,.2);
}
.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
	left: 11px;
	top: 11px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
	background-color: #bb1c14;
}
.loading .left,
.loading .right {
	opacity: 0;
  width: 19px;
  height: 38px;
  position: absolute;
  left: -4px;
	top: -4px;
	overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
	opacity: 1;
}
.loading .right {
	left: auto;
	right: -4px;
	top: -4px;
}
.loading .left:after,
.loading .right:after {
  content: "";
  position: absolute;
	display: block;
	top: 0;
	left: 0;
  width: 19px;
  height: 38px;
	border: 4px solid #fff;
	border-radius: 19px 0 0 19px;
	border-right: 0;
}
.loading .right:after {
  content: "";
	position: absolute;
  display: block;
	border-radius: 0 19px 19px 0;
	border: 4px solid #fff;
	border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

	
@media all and (max-width:1200px) {
.Header-search{margin-left: 10px;}
}
	
@media all and (max-width:1000px) {
.loading {
  width: 5px;
  height: 0px;
  border:none;
}
.loading .c-progress {
  width:10px;
  height: 5px;
  border-radius: 0%;
}
.loading .left,
.loading .right {
  display: none
}
.loading .left:after,
.loading .right:after {
  display:none
}
.loading .right:after {
  display: none
}
}
@media screen and (max-width:767px) {
.index-banner {
	margin-top: 60px;
}

}

.home-pro .row  {
 margin-top:90px;
}

.home-pro .Type  {
  display: flex;
	justify-content: center; 
  vertical-align: center;
  width: 100%;
	border-radius: 10px;
   overflow: hidden;
	margin: 10px auto 30px;
}

.home-pro .Type .Tit  {
  display: block;
  color: #fff; 
	padding:30px ;
	margin:0 1%;
	  background: #D4932D;
	float: left
}

.home-pro .Type .Tit .big {
  font-size:18px;
  line-height: 1em;
  font-weight: bold;

  
}

.home-pro .Type .Tit.on {
 background-color:#0282cd;
color: #fff;
	border-radius: 5px;
position:relative;
 
}



@media only screen and (max-width: 1368px) {

  .home-pro .Type .Tit .big {
    font-size: 20px;
  }
.home-pro .Type .Tit .small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1280px) {
	.home-pro .Type{height: auto}
  .home-pro .Type .Tit .big {
    font-size: 18px;
  }

.home-pro .ImageCont .spro .imgBox {
  margin:0 0 26px 10px;
}
  .home-pro .ImageCont .spro .imgBox .tank {
    padding-bottom: 15px;
  }
  .home-pro .ImageCont .spro .imgBox .tank .title {
    padding-right: 20px;
    font-size: 18px;
  }
  .home-pro .ImageCont .spro .imgBox .tank .title::after {
    width: 40px;
    opacity: 1;
    transform: translateX(0);
    background-size: 40px auto;
  }

  .home-pro .ImageCont .spro .imgBox:hover .tank {
    padding-bottom: 15px;
  }
 
}


@media only screen and (max-width: 991px) {
.home-pro .row  {
 margin-top:30px;
}
.home-pro .ImageCont .spro .imgBox:nth-child(odd) {
  margin:0 2px;
}
.home-pro .ImageCont .spro .imgBox:nth-child(even) {
  margin:0 2px;
}
.c-common-title {
	padding-bottom:5px;
	margin-top:35px;
}
.c-common-title .c-en-title{
	font-size: 40px;
}
.c-common-title .c-cn-title {
	margin-top:-30px;
	font-size: 32px;
}
  .home-pro .Type {
    width: 100%;
    text-align: center;
    padding:0 0 10px;
	border-radius: 0
	  
  }
  .home-pro .Type .Tit {
    display: inline-block;
    vertical-align: top;
    width: 20%;
	height: auto;
	  padding:2px 0;
    padding-left: 0!important;
  }
.home-pro .Type .Tit.on:after{content: '';

	bottom:-28px;
	left: 20%;
	
}
	
	
/*.home-pro .Type .Tit.on {
height: 70px;
}*/
  .home-pro .Type .Tit .big {
	  height: 55px;
	 display: table-cell;
     vertical-align:middle;
    font-size: 13px;
	font-family:"Noto Sans B",sans-serif;
	  padding:0 3px;
  }
  .home-pro .Type .Tit .small {
    display: none;
  }
.home-pro .ImageCont .spro .imgBox {
  display:block;
  width: 49%;
	float: left;
  border-radius: 0;
  margin:5px 1px;
	overflow: hidden

}
	
	
.home-pro .ImageCont .spro .imgBox .img{
  height: 235px;
  width: 100%;
  overflow: hidden
}
.home-pro .ImageCont .spro .imgBox .tank {

  height:45px;
   line-height:45px;

}.home-pro .ImageCont .spro .imgBox .tank .title::after {
  content: "";
  position: absolute;
  right: 0;
  top:0;
  width: 30px;
  line-height: 45px;

}
  .home-pro .ImageCont {
    width: 100%;
    padding-bottom:20px;
  }
  .home-pro .ImageCont .spro .imgBox .tank .title {
    font-size: 13px;
	padding-left: 5px;
	width:98%;
	 overflow: hidden;
	 white-space: nowrap;
     text-overflow: ellipsis;
	  line-height: 45px;
	  
  }
  .home-pro .ImageCont .spro .imgBox .tank .title::after {
    background-size: 16px auto;
	background-position: right;
  }
  
}
@media only screen and (max-width: 767px) {
  /**底部**/
	.home-pro .ImageCont .spro {
	  margin-left: 6px;
	}
	.home-pro .ImageCont .spro .imgBox {
	width: 48%;
	margin:5px 1px;
	}
	.home-pro .ImageCont .spro .imgBox .img{
  height: auto;
}
.home-pro .Type  {
display: none
}
}

/*首页新闻*/
.i_pro_a {
	text-align:center;
	overflow:hidden;
	margin-bottom:25px;
	font-size:17.8px;
}
.i_pro_a a {
	display:inline-block;
	font-size:16px;
	color:#000000;
	line-height:28px;
	margin-left:5px;
	margin-right:5px;
	padding:0 8px;
	text-align:center;
	border-radius:5px;
	border:solid 1px #0282cd;
}
.i_pro_a a:hover {
	color:#fff;
	background-color:#0282cd;
}
.i_pro_a a.osel {
	color:#fff;
	background-color:#0282cd;
}
.i_pro_con {
	overflow:hidden;
	width:100%;
	margin:0 auto;
	margin-top:10px;
	padding-bottom:20px;
}
.i_pro_con .i_pro_div {
	display:none;
	overflow:hidden;
	padding-bottom:7px;
}
.i_pro_con .i_pro_div .col-lg-4 {
	display:flex;
}
.iPage-dd {
	display:block;
	width:26px;
	height:46px;
	background:url(../images/icon-dd2.png) no-repeat center center;
	position:absolute;
	left:50%;
	bottom:0;
	margin:0 0 -55px -50px;
	z-index:66;
	-webkit-animation:arrowlx 1.5s infinite;
	-moz-animation:arrowlx 1.5s infinite;
	-o-animation:arrowlx 1.5s infinite;
	-ms-animation:arrowlx 1.5s infinite;
	animation:arrowlx 1.5s infinite;
}
@-webkit-keyframes arrowlx {
	0% {
	bottom:48px;
	opacity:1;
}
100% {
	bottom:28px;
	opacity:0.5;
}
}@-moz-keyframes arrowlx {
	0% {
	bottom:48px;
	opacity:1;
}
100% {
	bottom:28px;
	opacity:0.5;
}
}@-ms-keyframes arrowlx {
	0% {
	bottom:48px;
	opacity:1;
}
100% {
	bottom:28px;
	opacity:0.5;
}
}@-o-keyframes arrowlx {
	0% {
	bottom:48px;
	opacity:1;
}
100% {
	bottom:28px;
	opacity:0.5;
}
}@keyframes arrowlx {
	0% {
	bottom:48px;
	opacity:1;
}
100% {
	bottom:28px;
	opacity:0.5;
}
}.i_pro_div .col-lg-4 {
	padding:0
}
.news_lone {
	width:100%;
	overflow:hidden;
	margin-top:2px;
}
.news_lone_img {
	max-height: 355px; /* 设置最大高度 */
    overflow: hidden;
    display: block;
}

.news_lone_img img {
    width: 100%;
    max-height: 355px; 
}
.news_lone .blog_infTop {
/*	position:absolute;
	bottom:0;*/
    background: #fff;
	width:100%;
	text-align:left;
	overflow:hidden;
	margin:0;

}
.news_lone .blog_infTop .blog_infR {
	display:table;
	width:100%;
	height:100%;
	overflow:hidden;
}
.news_lone .blog_infTop .blog_infR .blog_des{
	text-align: left;
	padding:10px;
    -webkit-line-clamp:3;
    display:-webkit-box;
    -webkit-box-orient:vertical;
	overflow: hidden;
    text-overflow:ellipsis;
    height: 70px;
	margin-bottom: 20px;

}
.news_lone .blog_title {
	padding-left:15px;
	width: 100%;
	margin-top:25px;
	display:block;
	vertical-align:middle;
	line-height:24px;
	color:#000000;
	font-size:18px;
	background:url(../images/i_bg4.svg) 92% bottom  #fff no-repeat ;
	transition:all 0.3s;
	overflow:hidden;
}
.news_lone .blog_title span {
	display:block;
	margin-top:5px;
	color:#c5c5c5;
	font-size:15px;
}
.news_lone:hover .blog_infTop .blog_title {
	background:url(../images/i_bg4.svg) 95% bottom #fff no-repeat;
}
.news_lone:hover .blog_title {
	color:#0282cd;
}
.blog_list {
	width:calc(100% - 4px);
	width:-webkit-calc(100% - 4px);
	width:-moz-calc(100% - 4px);
	display:inline;
}
.blog_list li {
	display:block;
	position:relative;
	height:260px;
	background-color:#fff;
	margin-bottom:5px;
	overflow:hidden;
	transition:all 0.3s;
	width:49%;
	margin-left:5px;
	float:left
}

.blog_list li a {
	display:block;
	width:90%;
	max-width:400px;
	margin:0 auto;
	overflow:hidden;
	color:#666;
}
.blog_list .blog_Rtime {
	height:30px;
	overflow:hidden;
	margin-top:32px;
	font-size:18px;
	text-align:left;
	background:url(../images/i_bg5.svg) 98% center no-repeat;
	display:block;
	transition:all 0.3s;
}
.blog_list .blog_Rmore {
	margin-top:30px;
	overflow:hidden;
	display:block;
	border-bottom:1px solid #eee;
	padding-bottom:15px
}

.blog_list .blog_Rmore b {
	color:#000;
	display:block;
	height:32px;
	line-height:32px;
	overflow:hidden;
	font-size:18px;
	font-weight:normal;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap
}
.blog_list  li:hover .blog_Rmore b {
	color:#0282cd;
}
.blog_list .blog_Rmore span {
	display:block;
	line-height:24px;
	height:72px;
	overflow:hidden;
	margin-top:19px;
	font-size:16px;
}
.blog_list li:hover {
	box-shadow:0 15px 15px rgba(0,0,0,.1);
}
.blog_list li:hover .blog_Rmore b {
	color:#0282cd;
}
.blog_list .blog_Rmore span {
	display:block;
	line-height:24px;
	height:72px;
	overflow:hidden;
	margin-top:19px;
	font-size:16px;
}
.blog_list li:hover .blog_Rtime {
	background:url(../images/i_bg5.svg) 100% center no-repeat;
}
.news_lone img {
	height:520px;
	object-fit:cover;
}
.item-pic img {
	height:375px;
	object-fit:cover;
}
@media only screen and (max-width:1280px) {
.i_pro_div .col-md-12 {
	margin-bottom:10px;
}
.blog_list li {
	margin:0
}

.blog_list {
	width:calc(100%);
	width:-webkit-calc(100%);
	width:-moz-calc(100%);
}
}


/*首页简介*/
.index-about {
  width: 100%;
}
.index-about .left {
  width: 100%;
}
.index-about .left .title {
  font-size: 80px;
  color: #0282cd;
  font-weight:bold;
}
.index-about .left .s-title {
  letter-spacing: 1px;
  font-size: 45px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;

}
.index-about .left .text {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  line-height: 38px;
  margin-bottom:32px;
}
.index-about .left .text img {
	margin:0;
	max-width:100%;
	width:auto;
	height:auto;
}
.index-about .left .text p {
  margin-bottom: 10px;
}
.index-about .left .text p:last-child {
  margin-bottom: 10px;
}
.index-about .left .Number {

  width: 100%;
  padding-bottom: 50px;
}
.index-about .left .Number .number {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-about .left .Number .number .number-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.index-about .left .Number .number .number-item:nth-last-child(1) {
  border: none;
}
.index-about .left .Number .number .number-item .state {
  display: flex;
  justify-content: center;
  padding: 0px 0 20px;
}
.index-about .left .Number .number .number-item .state .num {
  line-height: 1;
  font-size: 38px;
  font-weight:bold;
 
}
.index-about .left .Number .number .number-item .state .liang {
  align-self: flex-end;
  padding-left: 8px;
  font-size:16px;
  font-weight: bold;
  color: #888;
  line-height: 30px;
}
.index-about .left .Number .number .number-item .text1 {
  font-size: 22px;
  font-weight: 500;
  color: #666666;
}
.c-btn {
  width: 100%;
}
.c-btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 56px;
  background: #0282cd;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: pointer;
}
.c-btn .btn img {
  margin-left: 15px;
  width: auto;
}
.c-btn:hover .btn {
  background: #333;
}
@media screen and (max-width: 1660px) {
  .index-about .left .title {
    font-size: 58px;
  }
  .index-about .left .s-title {
    font-size: 48px;
  }
  .index-about .left .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .index-about .left .Number {
    width: 86%;
    padding-bottom: 70px;
  }
  .index-about .left .Number .number .number-item .state .num {
    font-size: 58px;
  }
  .index-about .left .Number .number .number-item .text1 {
    font-size: 20px;
  }	
	
}

@media screen and (max-width: 1400px) {
	  .index-about .left .title {
    font-size: 38px;
  }
  .index-about .left .s-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .index-about .left .text {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .index-about .left .text p {
    margin-bottom: 20px;
  }
  .index-about .left .text p:last-child {
    margin-bottom: 20px;
  }
  .index-about .left .Number {
    width: 86%;
    padding-bottom: 30px;
  }
  .index-about .left .Number .number .number-item .state .num {
    font-size: 48px;
  }
  .index-about .left .Number .number .number-item .text1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
	
 .index-about .left .title {
    font-size: 35px;
    margin-top: 0;
  }
  .index-about .left {
    padding:0 5px; 
  }
  .index-about .left .s-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .index-about .left .text {
    font-size: 18px;
    margin-bottom: 0px;
    width: 80%;
  }
  .index-about .left .text p {
    margin-bottom: 20px;
  }
  .index-about .left .text p:last-child {
    margin-bottom: 20px;
  }
  .index-about .left .Number {
    width: 95%;
  }
  .index-about .left .Number .number .number-item .state {
    padding-bottom: 0;
  }
  .index-about .left .Number .number .number-item .state .num {
    font-size: 24px;
  }
  .index-about .left .Number .number .number-item .state .num::after {
    font-size: 24px;
  }
  .index-about .left .Number .number .number-item .state .liang {
    font-size: 14px !important;
    line-height: 1;
  }
  .index-about .left .Number .number .number-item .state .text1 {
    font-size: 18px;
  }
  .index-about {
    padding: 50px 0;
  }	
  .c-btn .btn {
    width: 140px;
    font-size: 16px;
	margin-bottom: 15px;
  }	
	
}
@media screen and (max-width: 768px) {
  .index-about .left .title {
	padding-top:35px;
    font-size: 38px;
	  line-height: 58px;
    letter-spacing: -1px;
  }
  .index-about .left .s-title {
    font-size: 18px;
  }
  .index-about .left .text {
    font-size: 16px;
    margin-bottom: 0px;
    width: 100%;
  }
  .index-about .left .text p {
    margin-bottom: 10px;
  }
  .index-about .left .text p:last-child {
    margin-bottom: 10px;
  }
  .index-about .left .Number {
    width: 100%;
  }
.index-about .left .Number .number {
    display: flex;
    flex-wrap: wrap;
  }
  .index-about .left .Number .number .number-item {
    width: 50%;
    box-sizing: border-box;
    padding: 10px;
  }
  .index-about .left .Number .number .number-item .state {
    padding-bottom: 0;
    padding: 0px;
  }
  .index-about .left .Number .number .number-item .state .num {
    font-size: 33px;
  }
  .index-about .left .Number .number .number-item .state .num::after {
    font-size: 20px;
  }
  .index-about .left .Number .number .number-item .text1 {
    font-size: 23px;
	font-weight: bold
  }	
	
}


/*间隔设置*/
.padbanner {
  padding: 120px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1660px) {
  .padbanner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1200px) {
  .padbanner {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1000px) {
  .padbanner {
    padding: 20px 8px;
  }
}


/*产品应用*/

.solutionArea {
position: relative;
height: 900px;
background-size: cover;
background-attachment: scroll;
overflow: hidden;
}

.solutionArea::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* 半透明背景颜色 */
z-index: 1; /* 确保背景层在内容下 */
}
.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: 45%;
padding-left: calc((100% - 1680px) / 2);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}	 

.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(5) {
border-bottom: none
}
.solutionList li:nth-child(6) {
border-bottom: none
}
.solutionList  .ontrue {
background-color: #0282cd;
opacity: 1;

}

.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:55%;
padding: 0 20px 25px 5%  ;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}


.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: 15px ;
text-align: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.solutionList .item  .title {
  width: 100%; /* 确保 .title 宽度填满父容器 */
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  height: 100%; /* 确保 div 高度填满父容器 */
}
.solutionList h3 {
color: #fff;
text-align: center;
font-weight: 500;
font-size: 25px;
}

.solutionArea .col-sm-6 {
position: relative;
z-index: 2; /* 确保内容在背景层上 */
}

.solutionArea .textEditor {
margin-top: 40px;
font-size: 20px;
line-height: 1.6;
letter-spacing: .05em;
color: #fff;
position: relative;
z-index: 3; /* 确保文字在背景层上 */
width:1500px;
}
.solutionArea .textEditor p{
 margin-bottom: 25px;
 display: block;
overflow: hidden
}


.solutionArea .textEditor .tab2 {
display: none
}
.solutionArea .textEditor .tab3 {
display: none
}
.solutionArea .textEditor .tab4 {
display: none
}
.solutionArea .textEditor .tab5 {
display: none
}
.solutionArea .textEditor .tab6 {
display: none
}
@media (max-width: 1980px) {
.solutionArea .textEditor {
width:auto;
}	
}
@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;
}
}
@media (max-width: 768px) {
	 .solutionArea .leftItem {
width: 100%;
padding-left: 13px;

}	 
	} 

/*底部*/
.h-support {
    position: relative;
}

.h-support-img {
    width: 100%;
    position: relative;
}

.h-support-tit {
    position: absolute;
    top: 15%;
    left: 15%;
}



.int-p2 {
    font-size: 48px;
    font-weight: 600;
    color: white;
}


.h-support-tz {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 40%;
    display: flex;
    max-width: 500px;
}

.h-support-tz a {
    width: 47%;
    height: 5%;
    position: relative;
    border-radius: 10px;

}
.in-a-ho1,.in-a-ho2{height: 180px}
.h-support-tz a:nth-of-type(1) {
    background: #f98715;
    margin-right: 2%;
    transition: all 0.5s ease;
}
.h-support-tz a:nth-of-type(1):hover{
    background: white;
}
.h-support-tz a:nth-of-type(1):hover p{
    color: #f98715;
}

.h-support-tz a:nth-of-type(2) {
    background: white;
    transition: all 0.5s ease;
}
.h-support-tz a:nth-of-type(2):hover{
    background: #f98715;
}
.h-support-tz a:nth-of-type(2):hover p{
    color: white;
}

.h-support-tz a:hover {
    color: inherit;
}

.int-a1 {
    color: white;
    font-size: 24px;
    padding-top: 15px;
    padding-left: 30px;
}

.int-a2 {
    color: #ee7530;
    font-size: 24px;
    padding-top: 15px;
    padding-left: 30px;
}

.h-support-tz a img {
    margin-top: 15%;
    margin-left: 60%;
    margin-bottom: 10%;
}
.rea2{
    display: none;
}

  @media (max-width: 1000px) {

.h-support-tz {
    position: absolute;
    top: 50%;
    left: 3%;
    width: 95%;
    display: flex;
    max-width: AUTO;
}
	  .h-support-tit {
    top: 8%;
}

}
    @media (max-width: 576px) {
        .rea1{
            display: none;
        }
        .rea2{
            display: block;
            width: 100%;
        }
}