.index-business {
	margin-top: -37px;
	padding-top: 60px;
	background: #f1f2f6;
}

.index-business .tit {
	margin-bottom: 26px;
	font-size: 40px;
}

.index-business .tit-desc {
	font-size: 16px;
	color: #666666;
	opacity: 0.4;
}

.index-business .list {
	display: flex;
	justify-content: space-between;
}

.index-business .item.item1 {
	background: url("../images/s-bg1.png") no-repeat top left;
	background-size: 100% 100%;
}

.index-business .item.item2 {
	background: url("../images/s-bg2.png") no-repeat top left;
	background-size: 100% 100%;
}

.index-business .item.item3 {
	background: url("../images/s-bg3.png") no-repeat top left;
	background-size: 100% 100%;
}

.index-business .item.item4 {
	background: url("../images/s-bg4.png") no-repeat top left;
	background-size: 100% 100%;
}

.index-business .item {
	width: 316px;
	height: 384px;
	flex-shrink: 0;
	margin: 50px 0;
	transition: transform 0.3s ease; /* 设置过渡效果 */  
}

.index-business .item .con {
	position: relative;
	padding: 35px 28px 0 28px;
}

.index-business .item .icon {
	position: relative;
	margin-bottom: 45px;
	transition: all 0.5s;
}

.index-business .item .name {
	margin-bottom: 46px;
	font-size: 25px;
	font-weight: bold;
	color: #ffffff;
}

.index-business .item:hover .con .name {
	color: #df0000;
}

.index-business .item .desc {
	margin-bottom: 51px;
	font-size: 16px;
	line-height: 1.7;
	color: #ffffff;
}

.index-business .item .more {
	padding-top: 15px;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, .3);
}

.index-business .item .more a {
	color: #ffffff;
}
.index-business .item:hover{
     transform: translateY(-10px); /* 鼠标悬停时向上移动10px */
}
.index-about {
	padding-top: 85px;
	padding-bottom: 64px;
	background: url("../images/about-bg.png") no-repeat top left;
	background-size: 100% 100%;
}

.index-about .about-content .left {
	width: 790px;
}
.index-about .about-content .left .en-tit{
	font-size: 25px;
	color: #666666;
	margin-bottom: 15px;
}
.index-about .about-content .left .zh-tit{
	position: relative;
	padding-bottom: 40px;
	font-size: 40px;
	color: #333;
	margin-bottom: 40px;
	font-weight: bold;
}
.index-about .about-content .left .zh-tit::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 66px;
	height: 4px;
	background-color: #df0000;
}
.index-about .about-content .right {
	width: 586px;
}

.index-about .about-content .a-con {
	position: relative;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 42px;
}
.index-about .about-content .a-con1 {
	position: relative;
	border-bottom: 0px solid #f2f2f2;
	margin-bottom: 6px;
}

.index-about .about-content .a-tit {
	font-size: 23px;
	color: #333333;
	margin-bottom: 25px;
}

.index-about .about-content .a-tit span {
	color: #004ec4;
}

.index-about .about-content .a-desc {
	padding-bottom: 42px;
	color: #666;
	font-size: 16px;
	line-height: 35px;
}

.index-about .about-content .a-more {
	position: absolute;
	right: 0;
	top: 0;
}

.index-about .about-content .a-more a {
	display: block;
	color: #666666;
	font-size: 15px;
	width: 119px;
	height: 38px;
	background-color: #df0000;
	border-radius: 7px;
	line-height: 38px;
	text-align: center;
	color: #ffffff;
}
.index-about .about-content .a-con1 .a-more a{
    	background-color: #000;
    	color: #fff;
}
.index-about .list {
	display: flex;
	color: #444444;
	background: #fff;
	height: 209px;
}

.index-about .list .list-item {
	width: 20%;
	flex-shrink: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 209px;
	position: relative;
	transition: all .3s;
}

.index-about .list .list-item:hover {
	background: #df0000;
}

.index-about .list .list-item::after {
	content: "";
	position: absolute;
	right: 0;
	top: 40px;
	width: 1px;
	height: 112px;
	background-color: #f6f6f6;
}

.index-about .list .list-item .item-tit {
	font-size: 16px;
	margin-bottom: 20px;
}

.index-about .list .list-item .item-num {
	height: 80px;
	font-size: 80px;
	color: #df0000;
	line-height: 80px;

}

.index-about .list .list-item .item-num .unit {
	font-size: 17px;
}

.index-about .list .list-item:hover .item-tit {
	color: #ffffff;
}

.index-about .list .list-item:hover .item-num {
	color: #ffffff;
}

.index-about .list .list-item:hover::after {
	background: #df0000;
}

.index-pro {
	padding-top: 50px;
	background: url("../images/pro-bg.png") no-repeat top center;
	background-size: 100% 100%;
}

.index-pro .list {
	flex-wrap: wrap;
	padding-top: 56px;
	display: flex;
}

.index-pro .list .item {
	margin-bottom: 21px;
	margin-right: 18px;
	flex-shrink: 0;
	display: block;
	width: 327px;
	background-color: #ffffff;
}

.index-pro .list .item:hover {
	background-color: #df0000;
	border: solid 1px #df0000;
	color: #f89a9a;
}

.index-pro .list .item:nth-of-type(4n) {
	margin-right: 0
}
.index-pro .list .item .img{
	height: 265px;
	overflow: hidden;
}
.index-pro .list .item .info {
	position: relative;
	height: 70px;
	padding: 14px 30px;
}

.index-pro .list .item .info .name {
	position: relative;
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	color: #000000;
	margin-bottom: 10px;
}

.index-pro .list .item .info .desc {
	font-size: 15px;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	color: rgba(0,0,0,.3);
	overflow: hidden;
}

.index-pro .list .item .info::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	left: 12px;
	width: 3px;
	height: 37px;
	background-color: #df0000;
}

.index-pro .list .item:hover .info .name {
	color: #f89a9a;
}
.index-pro .list .item:hover .info .desc {
	color: #f89a9a;
}
.index-pro .list .item:hover .info::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	left: 12px;
	width: 3px;
	height: 37px;
	background-color: #fff;
}
.index-pro .more {
	margin: 44px 0;
}

.index-pro .more a {
	display: inline-block;
	width: 175px;
	height: 46px;
	background-color: #df0000;
	border-radius: 7px;
	line-height: 46px;
	color: #fff
}

.index-scheme {
	padding-top: 50px;
	background: url("../images/scheme-bg.png") no-repeat top center;
	background-size: 100% 100%;
	color: #fff;
}

.index-scheme .tit {
	margin-bottom: 35px;
	font-size: 40px;
	font-weight: bold;
}

.index-scheme .tit span {
	color: #00cd73;
}

.index-scheme .desc {
	width: 1174px;
	margin: 0 auto;
	color: #ffffff;
	opacity: 0.5;
	line-height: 30px;
	font-size: 15px;
}

.index-scheme .list {
	width: 1100px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
}

.index-scheme .list .item {
	padding-top: 23px;
	width: 145px;
	height: 186px;
	border: solid 1px #ffffff;
}

.index-scheme .list .item .item-icon {
	margin-bottom: 20px;
}

.index-scheme .list .item .item-zh-tit {
	margin-bottom: 5px;
	position: relative;
	padding-top: 20px;
	font-size: 19px;
	font-weight: bold;
}

.index-scheme .list .item .item-zh-tit::before {
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	width: 25px;
	height: 3px;
	margin-left: -12px;
	background-color: #00cd73;
}

.index-news {
	padding: 45px 0;
	border-bottom: solid 16px #f2f2f2;
}

.index-news .news-left {
	margin-top: 75px;
	width: 895px;
	display: flex;
	justify-content: space-between;
}

.index-news .news-left .news-item {
	display: block;
	width: 433px;
	box-shadow: 0 0 10px #dedede;
}

.index-news .news-left .news-item .con {
	padding: 17px 17px 25px 17px;
}

.index-news .news-left .news-item .img {
	height: 280px;
	overflow: hidden;
}

.index-news .news-left .news-item .info {
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}

.index-news .news-left .news-item .info .category {
	color: #004ec4;
}

.index-news .news-left .news-item .info .date {
	color: #999999;
	padding-left: 26px;
	background: url("../images/date.png") no-repeat left 2px;
}

.index-news .news-left .news-item .desc {
	color: #333333;
	font-size: 17px;
	line-height: 26px;
	height: 47px;
	overflow: hidden;
}

.index-news .news-right {
	margin-top: 75px;
	width: 521px;
}

.index-news .news-right .news-item {
	margin-bottom: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid 1px #eff2f4;
	border-radius: 8px;
	overflow: hidden;
}

.index-news .news-right .news-item .img {
	flex-shrink: 0;
	margin-right: 20px;
	width: 175px;
	height: 134px;
	background-color: #155964;
	overflow: hidden;
}

.index-news .news-right .news-item .info {
	width: 100%;
}

.index-news .news-right .news-item .info .n-tit {
	margin-bottom: 25px;
	font-size: 17px;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #000000;

}

.index-news .news-right .news-item .info .n-more a {
	font-size: 15px;
	color: #004ec4;
}

.index-news .more {
	margin: 44px 0;
}

.index-news .more a {
	display: inline-block;
	width: 175px;
	height: 46px;
	background-color: #004ec4;
	border-radius: 7px;
	line-height: 46px;
	color: #fff
}

.index-honor {
	padding: 72px 0 70px 0;
	background: url("../images/honor-bg.png") no-repeat top center;
	background-size: 100% 92%;
}

.index-honor .swiper-button-next,
.index-honor .swiper-button-prev {
	width: 51px;
	height: 51px;
	background: #dedede;
	border-radius: 50%;

}

.index-honor .swiper-button-next.swiper-button-white,
.index-honor .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") center center no-repeat #ededed;
	background-size: 25px 25px;
}

.index-honor .swiper-button-prev.swiper-button-white,
.index-honor .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")  center center no-repeat #ededed;
	background-size: 25px 25px;
}
.index-honor .more {
	margin: 80px 0 44px 0;
}

.index-honor .more a {
	display: inline-block;
	width: 175px;
	height: 46px;
	background-color: #df0000;
	border-radius: 7px;
	line-height: 46px;
	color: #fff
}


.index-cooper .cooper-list{
	margin-top: 40px;	
	display: flex;
	flex-wrap: wrap;
}
.index-cooper .cooper-list .cooper-item{
	flex-shrink: 0;
	width: 237px;
	padding:0 20px 0 20px;
	margin-bottom: 20px;
	display: block;
	background: #fff;
	margin-right: 63px;
	border: 1px solid #ebebeb;
	border-radius: 15px;
}
.index-cooper  .cooper-list .cooper-item:nth-child(5n){
	margin-right: 0;
}
.index-cooper .cooper-list .cooper-item .img{
	/*margin-bottom: 20px;*/
	position: relative;
	
}
.index-cooper .cooper-list .cooper-item  .tit{
	
	height: 129px;
	color: #818080;
	opacity: 0.7;
	font-size: 14px;
	line-height: 25px;
}
