@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:90px;
	text-align: center;
}
.c-common-title .c-en-title{
	font-size: 50px;
	line-height: 1em;
	font-weight:bolder;
	display: block; 
	color: #1d2088;
/*	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-100%, #1d2088), color-stop(80%, rgba(255, 255, 255, 0))); background-image: linear-gradient(to bottom, #1d2088 -100%, rgba(255, 255, 255, 1) 80%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; */
}
.c-common-title .c-cn-title {
	margin-top:-45px;
	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: #1d2088;
}
.cus-title .r-btn:hover span {
  color: #1d2088;
}


@media all and (max-width:1600px) {
.c-common-title .c-cn-title {
	margin-top:-65px;
}}



/* FLASH BANNER */

.index-banner {
	width:100%;
    background: #efefef;
	overflow:hidden;
	position:relative;
	margin-top: 135px;
	
}
.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;
}

}



/*首页新闻*/
.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 #1d2088;
}
.i_pro_a a:hover {
	color:#fff;
	background-color:#1d2088;
}
.i_pro_a a.osel {
	color:#fff;
	background-color:#1d2088;
}
.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;
	padding: 0 5px;
}
.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:#1d2088;
}
.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:#1d2088;
}
.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:#1d2088;
}
.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%);
}
}

/*间隔设置*/
.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;
    width: auto;
	height: 700px;
	background: #272185;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 600px) {
    .solutionArea {
        min-height: 300px; /* 小屏幕下确保最低高度 */
    }
}




.solutionArea::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3); /* 半透明背景颜色 */
z-index: 1; /* 确保背景层在内容下 */
}

.solutionArea .leftItem {
    position: absolute; /* 使用绝对定位 */
    bottom: 0px; /* 距离底部5px */
    left: 50%; /* 定位到父元素的水平中心 */
    transform: translateX(-50%); /* 修正左偏移 */
    z-index: 2;
    display: flex; /* 保留 flex 布局 */
    align-items: center;
    width: 90%; /* 宽度控制 */
    box-sizing: border-box;
} 

.solutionList {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
text-align: center
}

.solutionList li {
position: relative;
z-index: 0;
width: 25%;
background: rgba(255,255,255,0.15);
	backdrop-filter: blur(5px);

}
.solutionList li:last-child {
margin-right: 0
}



.solutionArea .rightItem {
display: -webkit-box;
display: -ms-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width:100%;
overflow: hidden;
padding: 20px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
position: relative;
z-index: 2; /* 确保内容在背景层上 */
}
.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 {
    display: flex;              /* 保持flex布局 */
    flex-direction: column;     /* 垂直排列 */
    align-items: center;        /* 水平居中 */
    justify-content: center;    /* 垂直居中 */
    width: 100%;                /* 确保title宽度填满父容器 */
	gap:-12px;   
}
.solutionList i, 
.solutionList h3 {
    display: block;
    text-align: center;
    color: #fff;
}
.solutionList h3 {
font-weight: 500;
font-size: 21px;
margin-top:0px;
}
.solutionList i {
font-size: 38px;

}
.solutionList  .ontrue {
border-top: solid 2px #eb5d01;
opacity: 1;
}

.solutionList  .ontrue h3,.solutionList  .ontrue i{
color: #eb5d01
}
.solutionArea .textEditor {
margin-top:40px;
font-size: 20px;
line-height: 1.6;
letter-spacing: .05em;
color: #fff;
position: relative;
z-index: 3; /* 确保文字在背景层上 */
width:99%;
}
.solutionArea .textEditor p{
 margin-bottom: 55px;
 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
}
.solutionArea .textEditor .tab7 {
display: none
}
.solutionArea .textEditor .tab8 {
display: none
}
@media (max-width: 1980px) {
.solutionArea .textEditor {
width:auto;
}	
}
@media (max-width: 1180px) {
.c-common-title {
	margin-top:-20px;
}
.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;

}	 
	}
@media (max-width: 768px) {
	.c-cn-title {font-size: 13px;margin-bottom: 30px}
    .solutionArea .leftItem {
        width: 100%;
        padding-left: 13px;
        overflow-x: auto; /* 允许左右滚动 */
        white-space: nowrap; /* 防止元素换行 */
    }

    .solutionList {
        display: flex;
        flex-wrap: nowrap; /* 让 li 保持在一行 */
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; /* 适配移动端流畅滚动 */
    }

    .solutionList li {
        flex: 0 0 50%; /* 每个 li 占 50% 宽度，可调整 */
        min-width: 150px; /* 确保不会太小 */
    }
}
@media (max-width: 768px) {
    .solutionArea  {
		height: 450px;
        display: block; /* 确保在小屏幕上可见 */
        text-align: center; /* 让图片居中 */
        padding: 10px;
		background-size:100% auto;
		background-position: center calc(100% - 70px);
    }

}
.navtop {
	background:#efefef;padding:50px 0 80px;
}
@media (max-width: 768px) { 
.navtop {
	padding:10px 0 20px;
}
.c-common-title {
	margin-top:10px;
}
.c-common-title .c-cn-title {
	margin-top:15px;
}
.solutionArea .c-common-title {
	margin-top:80px;
}
	.solutionList h3{font-size: 15px}
}