/* 首页banner */
/* banner图样式 开始*/
/* .page-banner {
	position: relative;
}

.page-banner img {
	width: 100%;
}

.page-banner .banner-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	transform: translate(0, -50%);
}

.page-banner .banner-text .title {
	font-size: 0.36rem;
	margin-bottom: 0.32rem;
}

.page-banner .banner-text .subhead {
	max-width: 8.70rem;
	line-height: 0.24rem;
	font-size: 0.16rem;
	margin: 0 auto;
}

.page-banner .banner-text .subhead b {
	display: block;
	font-weight: bold;
	margin-top: 24px;
}

.page-banner .banner-text .title2 {
	font-size: 0.48rem;
	font-weight: bold;
	margin-bottom: 0.24rem;
}

.page-banner .banner-text .subhead2 {
	max-width: 8.70rem;
	font-size: 0.36rem;
	margin: 0 auto 0.24rem;
}

.page-banner .banner-text .title2:last-child,
.page-banner .banner-text .subhead2:last-child {
	margin-bottom: 0;
}

.page-banner .banner-text .case-text {
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.page-banner .banner-text .case-text strong {
	font-size: 0.36rem;
	font-weight: bold;
}

.page-banner .banner-text .case-text u {
	font-size: 0.48rem;
	font-weight: bold;
} */

.index-banner {
	position: relative;
	z-index: 1;
}

.index-banner .img {
	width: 100%;
}

.index-banner .slide-text {
	position: absolute;
	top: 40%;
	/* left: 0; */
	width: 100%;
	transform: translate(0, -40%);
	text-align: center;
	color: #fff;
}

.index-banner .slide-text .title {
	font-size: 0.58rem;
	line-height: 0.76rem;
}

.index-banner .slide-text .subhead {
	line-height: 0.61rem;
	font-size: 0.24rem;
}

.index-banner .slide-text .entxt {
	font-size: 0.18rem;
	line-height: 0.23rem;
}

.index-banner .swiper-pagination-bullets {
	bottom: 0.80rem !important;
}

.index-banner .swiper-pagination-bullet {
	width: 0.40rem;
	height: 0.04rem;
	background-color: #fff !important;
	border-radius: 0;
	opacity: 0.4 !important;
}

.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.12rem;
}

/* .index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after{
    display: none;
}
.index-banner .swiper-button-prev,
.index-banner .swiper-button-next{
    width: 12px;
    height: 22px;
    background: url(../img/icon_right.png) no-repeat center center / 100% 100%;
}
.index-banner .swiper-button-prev{
    left: 40px;
    background-image: url(../img/icon_left.png);
}
.index-banner .swiper-button-next{
    right: 40px;
} */
/* 首页面板通用标题 */
.page-container.index .index-panel {
	text-align: center;
	padding-top: 0.7rem;
}

.page-container.index .index-panel .title {
	font-weight: 700;
	font-size: 0.3rem;
	line-height: 0.36rem;
	color: #333333;
}

.page-container.index .index-panel .subtitle {
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #666666;
	margin-top: 0.16rem;
}

.cardbox {
	position: relative;
	/* min-height: 16.50rem; */
	background-color: rgba(206, 244, 238, 0.2);
}

.cardbox .img01 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 6.69rem;
	z-index: -1;
}

.cardbox .img02 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 3.84rem;
	z-index: -1;
}

/* 首页解决方案 */
.page-container.index .index-solution {
	/* height: 8rem; */
	/* background-color: #fff; */
	/* position: relative; */
}

.page-container.index .index-solution .index-panel {
	/* position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center; */
}

.solution-list {
	margin-top: .64rem;
}

.solution-list .solution-item {
	position: relative;
	overflow: hidden;
	/* height: 5.26rem; */
	width: 6.40rem;
}

.solution-list .solution-item+.solution-item {
	border-left: 4px solid #fff;
}

.solution-list .solution-item .mark-icon,
.solution-list .solution-item .mark-txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.solution-list .solution-item .mark-txt {
	transform: translateY(100%);
	background: linear-gradient(360deg, #03B09A 0%, rgba(7, 176, 155, 0.980645) 5.66%, rgba(23, 176, 157, 0.9) 15.01%, rgba(2, 98, 86, 0) 43.89%);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
	color: #fff;
	text-align: left;
	padding: 0 .24rem;
	transition: all .3s;
	font-size: 0.16rem;
	line-height: 0.24rem;
	padding-bottom: 0.37rem;
}

/* 
.solution-list .solution-item:hover .mark-txt {
	transform: translateY(0);

}

.solution-list .solution-item:hover .mark-txt .name {
	font-weight: 700;
	font-size: 0.32rem;
	line-height: 0.42rem;
	margin-bottom: 0.16rem;

}

.solution-list .solution-item:hover .mark-txt .more {
	margin-top: 0.2rem;
}

.solution-list .solution-item:hover .mark-txt .more img {
	width: 0.14rem;
	margin-left: 0.06rem;
}
*/
.solution-list .solution-item:hover .mark-icon {
	opacity: 0;
}

.solution-list .solution-item .mark-icon {
	background: rgba(1, 44, 38, 0.4);
	transition: all .3s;
}

.solution-list .solution-item .mark-icon .icon {
	display: block;
	height: 1.04rem;
	width: 1.04rem;
	margin: 0 auto 0.1rem;
}

.solution-list .solution-item .mark-icon .name {
	color: #fff;
	font-size: .32rem;
	line-height: .42rem;
}

/* 首页应用系统展示 */
.page-container.index .index-application {
	position: relative;
	height: 9.16rem;
	padding-top: .7rem;
}

.page-container.index .index-application .index-panel {
	padding-top: 0;
	z-index: 1;
}

.index-application .index-content {
	background-color: #fff;
	margin-top: 0.3rem;
	/* padding: 0.4rem 0.7rem 0.53rem; */
	height: 6.86rem;
	border-radius: 4px;
	box-shadow: 0px 4px 20px rgba(77, 140, 136, 0.2);
}

.index-application .index-content .item-title {
	font-weight: 600;
	font-size: 0.18rem;
	line-height: 0.24rem;
	color: #333333;
	position: relative;
	width: 1.40rem;
	margin: 0 auto 0.6rem;
}

.index-application .index-content .item-title:before {
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background-color: #03B09A;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);

}

.index-application .index-content .item-con {
	display: flex;
	/* height: 100%; */
	height: 4.08rem;
}

.index-application .index-content .item-con .leftbox {
	width: 30%;
	position: relative;
}

.index-application .index-content .item-con .line01 {
	position: absolute;
	top: .2rem;
	right: -0.46rem;
	width: auto;
	height: 3.68rem;
}

.index-application .index-content .item-con .boxs {
	height: 100%;
}

.index-application .index-content .item-con .box-item {
	background: #FFFFFF;
	border: 1px solid #F1F3F3;
	box-shadow: 0px 2px 12px -4px rgba(121, 197, 192, 0.35);
	border-radius: 2px;
	text-align: left;
	padding: 0.1rem 0.2rem 0.10rem 0.15rem;
	width: 2.28rem;
}

.index-application .index-content .item-con .box-item img {
	width: 0.4rem;
}

.index-application .index-content .item-con .centerbox {
	width: 40%;
	position: relative;
}

.index-application .index-content .item-con .centerbox .icon08 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32%;
}

.index-application .index-content .item-con .centerbox .imgbox {
	position: absolute;
	left: 40%;
	transform: translateX(-45%);
	bottom: 20%;
	z-index: 1;
	display: flex;
	margin: 0 0.2rem;
	position: relative;
}

.centerbox .imgbox .imgbox-item {
	position: relative;
}

.centerbox .imgbox .imgbox-item .icon06,
.centerbox .imgbox .imgbox-item .icon07 {
	width: 100%;
}

.centerbox .imgbox .imgbox-item .imgbox-item-title {
	position: absolute;
	left: 50%;
	bottom: 30%;
	transform: translateX(-50%);
	width: 1.52rem;
	font-weight: 600;
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #333333;
}

.centerbox .imgbox .imgbox-item .imgbox-item-title .imgbox-item-icon {
	margin-top: 25%;
}

.centerbox .imgbox .imgbox-item:hover .imgbox-item-title .imgbox-item-icon {
	transform: translateY(-20px);
}


.index-application .index-content .item-con .rightbox {
	width: 30%;
	position: relative;
}

.index-application .index-content .item-con .rightbox .boxs {
	margin-left: 1.50rem;
}

.index-application .index-content .item-con .line02 {
	position: absolute;
	top: .2rem;
	left: -0.46rem;
	width: auto;
	height: 3.68rem;
}

/* 首页产品中心 */
.page-container.index .index-pro {
	background: url("../jpg/bg01.jpg") no-repeat center center;
	height: 700px;
	z-index: 1;
	position: relative;
}

.page-container.index .index-pro .index-panel {
	z-index: 1;
}

.page-container.index .index-pro .index-panel .title,
.page-container.index .index-pro .index-panel .subtitle {
	color: #fff;
}

.page-container.index .index-pro .index-content {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 0.6rem;
	margin-right: -0.2rem;
	margin-left: -0.2rem;
}

.page-container.index .index-pro .index-content .pro-item {
	width: 33.33%;
	float: left;
	border-radius: 0.04rem;
	cursor: pointer;
}

.index-pro .index-content .pro-item .card-item-box {
	border: 1px solid #E4E4E4;
	border-radius: 4px;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 6px rgba(1, 36, 31, 0.1);
	height: 2.80rem;

}

.index-pro .index-content .pro-item .card-item-box .item-content {
	float: left;
	text-align: left;
	padding: 0.41rem 0.23rem 0 0.36rem;
	box-shadow: 0px 4px 10px 6px rgba(1, 36, 31, 0.1);
	width: 40%;
	height: 100%;
}

.pro-item .card-item-box .item-content .title {
	font-weight: 700;
	font-size: 0.16rem;
	line-height: 0.18rem;
	color: #333333 !important;
	margin-bottom: 0.15rem;
}

.pro-item .card-item-box .item-content .con {
	font-weight: 400;
	font-size: 0.13rem;
	line-height: 0.26rem;
	color: #000000;
}

.pro-item .card-item-box .item-content .defaultBtn {
	font-weight: 400;
	font-size: 0.14rem;
	line-height: 0.36rem !important;
	color: #666666 !important;
	border: 1px solid #DDDDDD;
	margin-top: 0.10rem;
}

.pro-item .card-item-box .item-content .defaultBtn:hover {
	color: #fff !important;
	border: 1px solid #03B09A;
}

.index-pro .index-content .pro-item .card-item-box .item-img {
	float: left;
	width: 60%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.index-pro .index-content .pro-item .card-item-box .item-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: auto;
}


/* 首页新闻资讯 */
.page-container.index .index-news {
	background: url("../jpg/bg04.jpg") no-repeat center center;
}

.page-container.index .index-news .index-content {
	margin: 0.59rem 0 0.50rem;
	display: flex;
}

.page-container.index .index-news .index-content .left-box {
	width: 8.48rem;
	box-shadow: 0px 4px 20px rgba(74, 113, 107, 0.2);
	border-radius: 4px;
	background: #ffffff;
	overflow: hidden;

}

.page-container.index .index-news .index-content .left-box .box-img {
	width: 8.48rem;
	max-width: 100%;
	/* height: 4.11rem; */
	overflow: hidden;
}

.page-container.index .index-news .index-content .left-box .box-img img {
	width: 100%;
	height: auto;
}

.page-container.index .index-news .index-content .left-box img {
	display: block;
	width: 100%;
}

.index-news .index-content .left-box .box-con {
	padding: 0.18rem 0.09rem 0.30rem;
	text-align: left;
}

.index-news .index-content .left-box .box-con .box-title {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #222222;
	margin-bottom: 0.16rem;
}

.index-news .index-content .left-box .box-con .box-subtitle {
	font-size: 0.14rem;
	line-height: 0.22rem;
	color: #666666;
}

.page-container.index .index-news .index-content .right-box {
	margin-left: 0.2rem;
	text-align: left;
	flex: 1;
}

.index-news .index-content .right-box .new-item {
	background: linear-gradient(180deg, #F3FBFA 0%, #FFFFFF 100%);
	border: 2px solid #FFFFFF;
	box-shadow: 0px 4px 20px rgba(74, 113, 107, 0.2);
	border-radius: 4px;
	padding: 0.24rem 0.20rem 0.16rem;
	display: block;

}

.index-news .index-content .right-box .new-item:not(:last-child) {
	margin-bottom: 0.24rem;
}

.index-news .index-content .right-box .new-item:hover,
.index-news .index-content .right-box .new-item.active {
	background: linear-gradient(0deg, #0BCAB2 0%, #0DBCA6 38.19%, #04AD98 83%);
	border-color: #0DBCA6;
	box-shadow: 0px 4px 20px rgba(78, 146, 135, 0.4);

}

.index-news .index-content .right-box .new-item:hover .item-title,
.index-news .index-content .right-box .new-item:hover .item-time,
.index-news .index-content .right-box .new-item.active .item-title,
.index-news .index-content .right-box .new-item.active .item-time {
	color: #fff;
}

.index-news .index-content .right-box .new-item:hover .item-title:before,
.index-news .index-content .right-box .new-item.active .item-title:before {
	background-color: #FFFFFF;
}

.index-news .index-content .right-box .new-item .item-title {
	font-size: 0.16rem;
	line-height: 0.24rem;
	color: #222222;
	position: relative;
	padding-left: 0.16rem;
}

.index-news .index-content .right-box .new-item .item-title:before {
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background-color: #03B09A;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.index-news .index-content .right-box .new-item .item-time {
	font-size: 0.13rem;
	line-height: 0.22rem;
	color: #999999;
	padding-left: 0.16rem;
	margin-top: 0.35rem;
}

.index-news .index-panel .more {
	margin-bottom: 0.3rem;
}

.index-news .index-panel .more .defaultBtn {
	margin: 0 auto !important;
	width: 1.48rem !important;
}


/* ---- particles.js container ---- */

/* .page-container.index .index-solution #particles-js{
  width: 100%;
  height: 100%;
  background:#fff;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
} */
canvas {
	display: block;
	vertical-align: bottom;
}

#particles-js {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	/* background-image: url(''); */
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1;
}

#particles-js2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	/* background-image: url(''); */
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1;
}

.videoModal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	display: none;
}


.videoModal .video-content {
	position: absolute;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	width: 700px;
	max-width: 90%;
	max-height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-content .video-hd {
	line-height: 50px;
	font-size: 16px;
	padding: 0 20px;
	position: relative;
}

.video-content .video-hd .close {
	position: absolute;
	font-size: 30px;
	right: 20px;
}

.video-content .video-bd {
	height: 400px;
}

.videolist .video-item {
	position: relative;
	margin: 40px 10px;
	cursor: pointer;
	max-width: 90%;
	min-width: 0;
	flex: 1;
}

.videolist .video-item .imgbox {
	/* height: 400px; */
	width: 100%;
	position: relative;
	/* 	background: no-repeat center center;
	background-size: cover; */
}

.videolist .video-item .imgbox img {
	width: 100%;
	display: block;
}

.videolist .video-item .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5) no-repeat center center;
	background-image: url(../png/video.png);
	opacity: .9;
}

.videolist .video-item .video-title {
	padding: 10px 0;
	font-size: 18px;
	text-align: left;
	line-height: 1.5;
}

@media screen and (max-width: 750px) {
	.videolist .video-item .mask {
		background-size: 50px auto;
	}
}