

.wrap {
	width: 100%;
}

.index_banner {
	height: auto;
}

.index_banner .swiper-container {
	height: auto;
	position: relative;
}

.index_banner .swiper-container .swiper-pagination {
	width: auto!important;
	display: flex;
	bottom: 106px;
	right: 360px;
    justify-content: flex-end;
}

.index_banner .swiper-container .swiper-pagination li {
	width: 20px;
	margin-right: 10px;
}

.index_banner .swiper-container .swiper-pagination-custom  span {
	width: 20px;
	height: 10px;
	border-top: 2px solid rgba(255, 255, 255, 0.4);
	display: block;
}

.index_banner .swiper-container .swiper-pagination-custom .active span {
	border-color: rgba(255, 255, 255, 1);
}
#swiper-container1 {
	height: 422px;
	width: 1180px;
	padding-left: 3px;
}

#swiper-slide1 {
	position: relative;
}

.module {
	width: 100%;
	height: 209px;
	background: linear-gradient(0deg, #091630 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	padding-bottom: 20px;
}

.module ul {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.module ul li {
	display: flex;
	flex: 1;
	justify-content: center;
}

.module ul li div {
	margin-left: 26px;
}

.module ul li div p {
	color: #fff;
	font-size: 16px;
}

.module ul li div span {
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
}

.logo1 {
    position: absolute;
    top: -45px;
    left: 48%;
}

.consultation {
	position: absolute;
	top: 372px;
	left: 360px;
	z-index: 99;
}

.consultation a {
	width:180px;
	height:52px;
	color: #fff;
	font-size: 18px;
	background: #FFA800; 
	border-radius: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* .main {
	width: 1200px;
	margin: 0 auto;
} */

.product_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
}

.product_list {
	margin-top: 82px;
	padding-bottom: 150px;
	background: url('../img/programme_bg.png') no-repeat center bottom;
}

.product_list ul {
	width: 1200px;
	display: flex;
	
}

.product_list ul > div {

	width: 300px;
}

.product_list ul > div > li {
	width: 300px;
	height: 440px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-left: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	border-top: 3px solid #f3f3f3;
	padding: 60px 40px 0 40px;
	background: #fff;
}

.product_list ul > div:last-child > li {
	border-right: 1px solid #f3f3f3;
}

/*.product_list ul > div > li:hover {
	position: absolute;
}*/

.curr {
	width: 380px!important;
	height: 510px!important;
	border-color: #FF9C00!important;
	border-right: 1px solid;
	border-bottom: 1px solid;
	padding: 60px 16px 0 20px!important;
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 99;
	-moz-transition: all 0.4s ease; 
	-webkit-transition: all 0.4s ease; 
	-o-transition: all 0.4s ease; 
	transition: all 0.4s ease;
}

.curr .list_name h4 {
	color: #FF9C00!important;
}

.curr > ol {
	width: 100%;
}

.curr > ol > li:not(:first-child) {
	margin-top: 30px
}

.product_list .list_name {
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #F3F3F3;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product_list .list_name h4 {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	margin: 18px 0 10px 0;
}

.product_list .list_name p {
	font-size: 12px;
	color: #999;
}

.product_list ol li p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.product_list ol li p b {
	font-weight:normal;
}

.product_list ol li span {
	font-size: 12px;
	color: #666;
	line-height: 20px;
 	display: none; 
}

.programme {
	width: 100%;
	margin: 0 auto;
	/* margin-top: 80px; */
	background: url('../img/programme_bg.png') no-repeat;
	padding-bottom:  60px;	
	background: #f3f3f3;
}

.programme_contont {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 60px;
}

.title {
	width: 248px;
	/*border-bottom: 2px solid #999;*/
	display: flex;
	flex-direction: column;
	align-items: center;
}

.title h3 {
	font-size: 22px;
	color: #333;
	font-weight: normal;
	margin: 18px 0 10px 0;
}

.title p {
	font-size: 14px;
	color: #999;
	text-align: center;
}

.title .border_org {
	width: 70px;
	height: 2px;
	background: #FF9C00;
	display: block;
	margin-bottom: -2px;
}

.programme_item {
	margin-top: 84px;
}

.programme_item ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.programme_item ul li {
	background: #fff;
	border-radius: 6px;
	margin-right: 30px;
}

.programme_item ul li:nth-child(4), .programme_item ul li:last-child {
	margin-right: 0;
}

.programme_item ul li:nth-child(-n+4) {
	margin-bottom: 32px;
}

.programme_item ul li a {
	width: 280px;
	height: 440px;
	color: #333!important;
	display: flex;
	flex-direction: column;
}

.programme_item ul li a .item_img {
	width: 280px;
	height: 270px;
	overflow: hidden;
}

.item_img img {
	transition: all 0.8s; 
}

.item_img > img:hover {
	transform: scale(1.2);
}

.programme_item ul li a .item_text {
	padding: 20px 20px;
}

.programme_item ul li a .item_text h4 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	display: flex;
	align-items: center;
}

.programme_item ul li a .item_text h4 img {
	display: block;
	width: 22px;
	height: 22px;
	margin-left: 20px;
}

.programme_item ul li a .item_text span {
	width: 100%;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 16px;
	display: block;
    text-align: left;
	border-bottom: 1px solid #F3F3F3;
}

.programme_item ul li a .item_text p {
	margin-top: 20px;
	color: #666;
	font-size: 16px;
}

.programme_more a {
	width:104px;
	height:32px;
	color: #999;
	font-size: 14px;
	border: 1px solid #999;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 70px;
}

.case {
	width: 100%;
	background: #fff;
	padding: 70px 0 130px 0;
}


.case_item {
	width: 100%;
	height: 500px;
	margin-top: 60px;
	background: url('../img/anli_bg.png') no-repeat;
}

.case_item .case_con {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
}

.case_item .case_con .case_list {
	width: 300px;
	height: 100%;
	padding: 0 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

/*#swiper-container1 {
	margin-top: 100px;
}

 .swiper-slide {
	height: 332px;
	position: relative;
}

#swiper-container1 .swiper-slide:last-child {
	margin-right: 0;
}
*/

 /*.case_list {
	width: 304px;
	height: 160px;
	background: #fff;
	border-radius: 6px;	
	margin-top: 42px;
	padding: 130px 38px 0 38px; 
	border: 1px solid #f3f3f3	
}
*/
 .case_list h3 {
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 30px;
	z-index: 99;
}

.case_list p {
	width: 218px;
	height: 64px;
	font-size: 14px;
	color: #fff;
	line-height:22px;
	padding-bottom: 40px;
	text-align: center;
	z-index: 99;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.anli_icon {
	margin-top: 40px;
	display: none;
	z-index: 99;
}

.mask{
    width: 300px;
	height: 100%;
    background:rgba(255,156,0,.6);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.case_list .iconImg {
	z-index: 99;
}

.case_list .time {
	font-size: 12px;
	color: #999;
	background: url('../img/clock.png') no-repeat left center;
	background-size: 16px 16px;
	padding-left: 26px;
	float: right;
	display: none;
} 

.swiper-button-prev {
	background: url('../img/left_01.png') no-repeat!important;
	top: 100%!important;
	left: 40%!important;
}

.swiper-button-next {
	background: url('../img/right_01.png') no-repeat!important;
	top: 100%!important;
	right: 40%!important;
}

.swiper-button-next, .swiper-button-prev {
	margin-top: -28px!important;
}

.case_more {
	position: absolute;
	bottom: 0;
	left: 45%;
	z-index: 10;
}

.case_more a {
	width:104px;
	height:32px;
	font-size: 14px;
	color: #999;
	border: 1px solid #999;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hua_news {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	background: url('../img/news_bg.png') no-repeat;
	padding: 0 0 90px 0;
}

.news_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 76px;
}

.news_item {
	margin-top: 80px;
}

.news_list {
	width: 580px;
	height: 190px;
	background: #f3f3f3;
	display: block;
}

.news_list dl {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	
}

.news_list dl .news_time {
	width: 88px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	display: flex;
	padding-top: 2px;
	padding-left: 14px;
	position: absolute;
	top: 10px;
	left: 496px;
	background: url('../img/time.png') no-repeat;
	background-size: 88px 24px;
}

.news_list dl dt img {
	margin-left: 10px;
	display: block;
}

.news_list dl dd {
	margin: 0 30px;
}

.news_list dl dd h4 {
	font-size: 16px;
	color: #333;
}

.news_list dl dd p {
	font-size: 14px;
	color: #999;
	margin-top: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news_item .swiper-container {
	width: 1200px;
	padding-bottom: 100px;
}

#swiper-container1 .swiper-wrapper > div:nth-child(3) {
	margin-right: 0;
}

#swiper-container2 .swiper-wrapper .swiper-slide {
	cursor: pointer;
}

.swiper-button-prev.swiper-button-disabled {
	background: url('../img/left.png') no-repeat!important;
	opacity: 1!important;
}

.swiper-button-next.swiper-button-disabled {
	background: url('../img/right.png') no-repeat!important;
	opacity: 1!important;
}


.video-weapper{
	width: 100%;
	position: relative;
}
.video-weapper video{
	width: 100%;
	height: 100%;
}
.position-video{
	position: absolute;
	bottom: 117px;
	left: 125px;
	/* text-align: right; */
	width: 732px;

}
.position-video .position-video-title{
	margin-bottom: 50px;
	font-size: 60px;
	font-family: PingFang SC;
	font-weight: 700;
	color: #ffffff;
}

.position-video p{
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #ffffff;
	margin-top: 20px;
}
.position-video .text-center-p{
	line-height: 45px;
}
.position-video a{
	font-size: 24px;
	font-family: FZCSJW--GB1-0;
	font-weight: 500;
	color: #FEA904;
	text-decoration:underline;
}

.position-video .position-video-play{
	margin-top: 60px;
	display: flex;
	align-items: center;
	/* justify-content: flex-end; */
	
}
.position-video .position-video-play span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #ffffff;
	margin-right: 10px;
}
.position-video .position-video-play img{
	width: 59px;
	height: 58px;
}
.gis-service{
	padding: 180px 0 64px;
	display: flex;
	flex-direction: column;
	align-items: center;

}
.gis-service p{
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	margin-bottom: 50px;
}
.button-right{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	background-color: #FFA800;

}
.button-right	span{
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	padding-right: 10px;
}
.button-right	img{
	width: 42px;
	height: 26px;
}

.map-service{
	width: 100%;
	height: 809px;
	background-image: url('../img/center-bgi.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-evenly;
	padding-top: 80px;
}
.map-service .item-text {
	flex: 1;
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
}
.map-service .item-text .img{
	display: flex;
	align-items: center;
	justify-content: center;
}
.map-service .item-text .img span{
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	
}
.map-service .item-text .img1{
	background-image: url("../img/ju1.png");
	width: 294px;
	height: 53px;

}
.map-service .item-text .img2{
	margin-left: 150px;
	background-image: url("../img/ju2.png");
	width: 401px;
	height: 53px;

}
.map-service .item-text .img3{
	margin-left: 150px;
	background-image: url("../img/ju3.png");
	width: 403px;
	height: 53px;

}

.pop-up{
	display: none;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);

}
.pop-up .pop-up-title{
	display: flex;
	justify-content: flex-end;
	padding: 20px 60px 10px;
	align-items: center;
}
.pop-up .pop-up-title img{
	width: 20px;
	height: 20px;
}
.pop-up .pop-up-title .close{
	margin-left: 20px;
	width: 15px;
	height: 15px;
}
.pop-up .video{
	width: 100%;
	height: calc(100% - 60px);
}
.pop-up .video video{
	width: 100%;
	height: 100%;
}
.swiper-product-wrap{
	padding: 75px 95px;
	position: relative;
}

.swiper-product {
	width: 100%;
	height: 450px;
	overflow: hidden;
	display: flex;
	align-items: center;
  }
.swiper-product .swiper-wrapper{
	align-items: center;
  }

  .swiper-product .swiper-slide {
	height: 440px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
  }
  .swiper-product .swiper-slide:hover {
	transform: scale(1.05,1);
	height: 450px;
  }
  .swiper-product .swiper-slide img{
	width: 100%;
	height: 295px;
  }
  .swiper-product .swiper-slide .text-content{
	padding: 30px 13px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
  }
  .swiper-product .swiper-slide .text-content p{
	font-size: 24px;
	font-family: FZQingKeBenYueSongS-R-GB;
	font-weight: 400;
	color: #3C3C3C;
  }
  .swiper-product .swiper-slide .text-content span{
	font-size: 14px;
	font-family: STHeiti;
	font-weight: 400;
	color: #3C3C3C;
  }

  .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  .product-button-prev {
	position: absolute;
	left: 30px;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	z-index: 20;
	background: url('../img/left-s.png') no-repeat!important;
}

.product-button-next {
	position: absolute;
	right: 30px;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	z-index: 20;
	background: url('../img/right-s.png') no-repeat!important;
}

  .product-button-prev.swiper-button-disabled {
	position: absolute;
	left: 30px;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url('../img/left-s.png') no-repeat!important;
	opacity: 1!important;
}

.product-button-next.swiper-button-disabled {
	position: absolute;
	right: 30px;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url('../img/right-s.png') no-repeat!important;
	opacity: 1!important;
}



.products_services{
	/* height: 444px; */
	padding-bottom: 85px;
	background-color: #F5F5F5;
}

.cooperation .cooperation-content{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 175px 150px;
	padding-left: 100px;
}
.cooperation .cooperation-content img{
	height: 68px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.cooperation .cooperation-content .more{
	width: 242px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.cooperation .cooperation-content .more img{
	margin: 0;
	width: 56px;
	height: 56px;
	margin-right: 17px;
}
.cooperation .cooperation-content .more span{
	font-size: 60px;
	color: #7F7F7F;
}
.common_title{
	font-size: 30px;
	font-weight: 500;
	color: #3E3C2D;
	line-height: 20px;
	padding-top: 108px;
	text-align: center;
}
.common_desc{
	font-size: 16px;
	font-weight: 400;
	color: #B3B2AD;
	line-height: 20px;
	margin-top: 18px;
	text-align: center;
}
.products_services_item{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.products_item{
	width: 240px;
	text-align: center;
	margin: 20px;
}
.products_item:hover{
	border-bottom: 5px solid rgba(255, 197, 23, 1);
	padding-bottom: 25px;
}
.iot_content{
	height: 244px;
	background: #F0F1F3;
	box-shadow: 0px 8px 13px 0px rgba(119, 126, 142, 0.08);
	display: flex;
	justify-content: center;
	align-items: center;
}
.iot_content_left{
	width: 745px;
}
.iot_title{
	font-size: 24px;
	font-weight: bold;
	color: #282825;
}
.iot_type{
	height: 30px;
	padding: 0px 15px;
	line-height: 30px;
	border: 1px solid #FFCC17;
	color: rgba(255, 197, 23, 1);
	font-size: 14px;
	text-align: center;
	margin: 0px 6px;
}
.iot_desc{
	font-size: 14px;
	font-weight: 400;
	color: #636363;
	line-height: 20px;
	margin-top: 12px;
}
.iot_item{
	display: flex;
}
.iot_item div{
	font-size: 16px;
	font-weight: 400;
	color: #282825;
	line-height: 20px;
	margin-right: 40px;
	margin-top: 18px;
}
.iot_content_line{
	width: 4px;
	height: 86px;
	background: #FFFFFF;
}
.iot_content_right{
	width: 745px;
	text-align: right;
}
.scheme-content{
	padding-top: 66px;
	display: flex;
}
.scheme-right{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.scheme-flex{
	display: flex;
}
.scheme_big{
	width: 781px;
	height: 456px;
	/* overflow: hidden;
	transition: all 0.8s;  */
}
.scheme_big_s{
	/* width: 750px; */
	flex: 1;
	height: 420px;
}
.scheme_small{
	width: 366px;
	height: 215px;
	overflow: hidden;
}
.scheme_small-s{
	width: 208px;
	height: 215px;
	overflow: hidden;
}
.scheme_small-b{
	width: 592px;
	height: 190px;
	overflow: hidden;
}
.scheme_medium{
	width: 743px;
	height: 215px;
	overflow: hidden;
}
.scheme_medium-b{
	width: 781px;
	height: 178px;
	overflow: hidden;
}
.scheme_medium-s{
	width: 592px;
	height: 215px;
	overflow: hidden;
}
.mg-b-13{
	margin-bottom: 13px;
}
.mg-r-13{
	margin-right: 13px;
}
.mg-t-13{
	margin-top: 13px;
}

/* .scheme_big:hover {
	transform: scale(1.2);
} */
.scheme_item_1{
	background: url("../img/programme-1.png") no-repeat;
	background-size: 100% 100%;

}
.scheme_item_2{
	background: url("../img/programme-2.png") no-repeat;
	background-size: 100% 100%;
}
.scheme_item_3{
	background: url("../img/programme-3.png") no-repeat;
	background-size: 100% 100%;
}
.scheme_item_4{
	background: url("../img/programme-4.png") no-repeat;
	background-size: 100% 100%;
}
.scheme_item_5{
	background: url("../img/programme-5.png") no-repeat;
	background-size: 100% 100%;
}
.scheme_item_6{
	background: url("../img/programme-6.png") no-repeat;
	background-size: 100% 100%;
}
.scheme_item_7{
	background: url("../img/programme-7.png") no-repeat;
	background-size: 100% 100%;
}
.scheme_item_8{
	background: url("../img/programme-8.png");
	background-size: 100% 100%;
}
.scheme_item_title{
	font-size: 30px;
	font-weight: 500;
	color: #FFFEFF;
	line-height: 20px;
	padding-top: 45px;
	padding-left: 35px;
}
.scheme_item_desc{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 50px;
	padding-left: 35px;
}
.case_bg{
	width: 100%;
	height: 996px;
	background: url("../img/case_bg.png");
	margin-top: 46px;
}
.case_content{
	width: 1500px;
	margin: 0 auto;
}
.case_title{
	font-size: 24px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	padding-top: 90px;
}
.case_display{
	display: flex;
	margin-top: 35px;
}
.case_left{
	width: 328px;
	min-width: 328px;
	margin-right: 25px;
	background: rgba(255, 254, 255, 0.25);
}
.case_left_item{
	width: 100%;
	height: 130px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.case_left_item:hover{
	background: rgba(219, 165, 34, 1);
}
.case_left_active{
	background: rgba(219, 165, 34, 1);
}
.case_left_item img{
	width: 64px;
	margin-top: 30px;
}
.case_left .case_left_item:nth-child(2n) img{
	width: 40px;
	margin-top: 30px;
}
.case_left .case_left_item:nth-child(3n) img{
	width: 30px;
	margin-top: 30px;
}
.case_left .case_left_item:nth-child(4n) img{
	width: 43px;
	margin-top: 30px;
}
.case_left .case_left_item:nth-child(5n) img{
	width: 40px;
	margin-top: 30px;
}
.case_left .case_left_item:nth-child(6n) img{
	width: 40px;
	margin-top: 30px;
}
.case_left_item div{
	margin-top: 15px;
}
.case_right_title{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 124px;
}
.case_right_desc{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 25px;
	min-height: 90px;
}
.case_learn_more{
	/* margin-top: 78px; */
	width: 126px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.case_right_img{
	width: 1143px;
	height: 385px;
	margin-top: 90px;
}
.case_right_img img{
	width: 100%;
	height: 100%;
}
.cooperation_item{
	margin-left: 148px;
}
.cooperation_item img{
	width: 303px;
	height: 132px;
}