@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%, #0061a8), color-stop(80%, rgba(255, 255, 255, 0))); background-image: linear-gradient(to bottom, #0061a8 -100%, rgba(255, 255, 255, 0) 80%); -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: #0061a8;
  margin: 10px 0;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.cus-title .l-title p{
  color: #c5c5c5;
  font-size: 23px;
  padding:8px 0;
  font-weight: normal;
  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: #0061a8;
}
.cus-title .r-btn:hover span {
  color: #0061a8;
}


.home-title {width: 100%;text-align: center;margin:50px 0}	
.home-title .p1{
  font-size: 36px;
  color: #333;
}
.home-title  .p1 span{
  font-size: 48px;
  color: #0b237b;
  font-weight: bold;
}
.home-title  .p2{
  font-size: 22px;
  color: #666;
  margin-top: 10px;
}


/*TOP KEY*/
.top-key {
  width: 100%;
  border-bottom: solid 1px #e2e2e2;
}

.top-key .lef {
  float: left;
  line-height: 80px;
}

.top-key .lef span {
  font-size: 16px;
  color: #333;
font-weight: bold;
}
.top-key .lef span img {
 padding-right: 8px;
 padding-bottom: 6px;
}
.top-key .lef a {
  font-size: 16px;
  margin-left: 20px;
  color: #666666;
}

.top-key .rig {
  float: right;
}

.top-key .rig form {
  width: 455px;
  height: 45px;
  background-color: #fff;
  margin-top: 17px;
}

.top-key .rig form .input-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.top-key .rig form .input-wrapper input {
  width: calc(100% - 40px); /* 预留图标位置 */
  height: 100%;
  font-size: 16px;
  color: #666666;
  padding-left: 15px;
  padding-right: 40px; /* 预留图标位置 */
  border: 1px solid #e0e0e0; /* 添加淡灰色边框 */
  border-radius: 5px; /* 可选，添加圆角 */
  box-sizing: border-box;
}

.top-key .rig form .input-wrapper button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border: none;
  background-color: #e0e0e0; /* 与边框颜色相同 */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

.top-key .rig form .input-wrapper button i {
  font-size: 20px;
  color: #666666;
}


	
	
@media(max-width:991px){
 .top-key .lef {
   line-height: 30px;
}
 .top-key .rig {
    display: none;
}
	
}




/* FLASH BANNER */

.index-banner {
	width:100%;
    background: #efefef;
	overflow:hidden;
	position:relative;
	margin-top: 90px;
	
}
.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 .Type {
  display: inline-block;
  vertical-align: top;
  width: 100%;
	border-radius: 10px;
   overflow: hidden;
	margin-bottom:15px;
	height: 125px;
}

.home-pro .Type .Tit {
  display: block;
  height:110px;
   background: #fff;
  padding:33px 10px 0 30px;
  color: #333; 
	width:16.66%;
	float: left;
	border-right: solid 1px #e0e0e0;
	text-align: center
}
.home-pro .Type .Tit:last-child {
	border-right: none;
}
.home-pro .Type .Tit .big {
    font-size: 23px;
  font-weight: bold;
  line-height: 1.4em;
}
.home-pro .Type .Tit .small {
  font-size: 15px;
  line-height: 1.4em;
  padding:5px 30px 0 0
}

.home-pro .Type .Tit.on {
 background-color:#0b237b;
background: url(../pic/titon.jpg) no-repeat;
background-size: cover;
color: #fff;
position:relative;
 
}

.home-pro .Type .Tit.on:after{content: '';
    
    border-width:20px;
    border-style:solid;
    border-color:#0b237b transparent transparent transparent; 
	position:absolute;
	bottom:-30px;
	left: 40%;
	z-index: 99999999
	
}


@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;
  }
 
}


@media only screen and (max-width: 991px) {
.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:15px;
}
  .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 .big {
	  height: 55px;
	 display: table-cell;
     vertical-align:middle;
    font-size: 13px;
	  padding:0 3px;
  }
  .home-pro .Type .Tit .small {
    display: none;
  }

  .home-pro .ImageCont {
    width: 100%;
    padding-bottom:20px;
  }

  
}



/*合作客户*/
.sy_con7 {margin-top:60px}
.sy_con7 .rq2{

  margin-top: 13px;

height: auto;
}

.sy_con7 .rq2 .cusbox {

  height: 120px;
 width: 20%;
	float: left;

  border: 1px solid rgb(211,211,211, 0.3);

  position: relative;

  transition: all .5s;

}



.sy_con7 .rq2 .cusbox img {

  max-width: 90%;

  max-height: 90%;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%,-50%);

}

.sy_con7 .rq2 .cusbox:hover {

  box-shadow: 0px 10px 10px 0px rgb(90 91 95 / 30%);

  transform: translate3d(0,-3px,0);

}

.sy_con7 .rq2 .cuslist {

  padding: 10px 2px;

  /* padding-bottom: 50px; */

}


/*首页新闻*/
.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 #0061a8;
}
.i_pro_a a:hover {
	color:#fff;
	background-color:#0061a8;
}
.i_pro_a a.osel {
	color:#fff;
	background-color:#0061a8;
}
.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:#0061a8;
}
.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:#0061a8;
}
.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:#0061a8;
}
.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: #0061a8;
  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:62px;
}
.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: #0061a8;
  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;
  }	
	
}
@media screen and (max-width: 768px) {
  .index-about .left .title {
    font-size: 28px;
    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: #0061a8;
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; /* 确保文字在背景层上 */
}
.solutionArea .textEditor p{
 margin-bottom: 25px
}


.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: 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;
}
}
	 
.c-l-box {width: 100%;margin-bottom: 50px}
.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%, #0061a8), color-stop(80%, rgba(255, 255, 255, 0))); background-image: linear-gradient(to bottom, #0061a8 -100%, rgba(255, 255, 255, 0) 80%); -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}

.homearea{padding: 80px 0}
			.homearea .col-md-2 {
    margin: 0;
	padding:0
}

        .image-section {
            position: relative;
            overflow: hidden;
            text-align: center;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .image-section:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
        }

        .image-section img {
            width: auto;
            height: 100%;
            display: block;
        }

        .image-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 46, 137, 0.5); /* 初始背景透明 */
    transition: background 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.image-section .overlay h2 {
    margin: 0;
	display: block;
	color: #fff;
	font-weight: bold;
    font-size: 29px;
    z-index: 2; /* 确保标题始终可见 */
}

.image-section .overlay .btn {
    margin-top: 30px;
    background-color: #272e89;
    color: black;
    border: none;
	padding: 10px 20px;
	color: #fff;
	border-radius: 8px;
    z-index: 2; /* 确保按钮始终可见 */
    opacity: 0; /* 默认隐藏按钮 */
    transition: opacity 0.3s ease;
}

.image-section:hover .overlay {
    background: rgba(0, 0, 0, 0.5); /* 鼠标悬停时背景变灰 */
}

.image-section:hover .overlay .btn {
    opacity: 1; /* 鼠标悬停时显示按钮 */
}


        .overlay .btn {
            margin-top: 10px;
            background-color: white;
            color: black;
            border: none;
        }
@media all and (max-width:768px) {
        .image-section img {
            width:100%;
            height: auto;
        }
	.homearea .col-md-2 {
    margin-bottom:15px;
}
.sy_con7 .rq2 .cusbox {
  height:60;
 width: 33%;

}

}