body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	line-height: 28px;
	background: #F6F7F8;
}

.bomline {
	width: 110px;
	height: 1px;
	background: #089EEC;
}

.language-switcher .language-icon {
	width: 21px;
	height: 21px;
	margin-right: 8px;
	vertical-align: middle;
}

.carousel-inner img {
	width: 100%;
	height: 100%;
}

.main {
	width: 100%;
}

.mincon {
	display: flex;
	flex-wrap: wrap;
}

.top {
	height: 601px;
	line-height: 601px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 48px;
	color: #fff;
}

.topservice {
	background-image: url(../img/banner/banner2.jpg);
}

.topserviceCase {
	background-image: url(../img/serviceCase/banner1.png);
}

.topcontant {
	background-image: url(../img/banner/banner1.jpg);
}

.topnew {
	background-image: url(../img/banner/bannerxw.jpg);
}

.topsolve {
	background-image: url(../img/solve/banner.jpg);
}

.topcontact {
	background-image: url(../img/contact/banner.jpg);
}

.topproduct {
	background-image: url(../img/product/banner1.jpg);
}

.topsolutionwd {
	background-image: url(../img/solution/banner1.jpg);
}

.topsolutiondm {
	background-image: url(../img/solution/banner2.png);
}

.topsolutionsd {
	background-image: url(../img/solution/banner3.jpg);
}

.topsolutionhs {
	background-image: url(../img/solution/banner.jpg);
}

.topdetail {
	background-image: url(../img/banner/bannerxw.jpg);
}
.cloudbutton{
	padding-left: 10px;
	padding-right: 10px;
	
	background: #296BF2;
	border-radius: 20px;
	text-align: center;
	color: #FFFFFF;
	line-height: 32px;
}
.dropitem {
	text-align: center;
	margin-top: 60px;
	/* padding: 47px 0px 60px 0px; */
}

.nav-link {
	font-size: 18px;
	color: #666666;
	line-height: 32px;
}

.nav-link-bom {
	margin-top: 5px;
	height: 2px;
	background: #089EEC;
}

/* 初始隐藏下拉菜单，设置最大高度为0 */
.drop {
	width: 100%;
	/* max-height: 0; */
	height: 0;
	position: absolute;
	background: #FFFFFF;
	opacity: 0.95;
	overflow: hidden;
	z-index: 99;
	transition: max-height 0.3s ease-in-out;
}

/* 当显示下拉菜单时，设置合适的最大高度 */
.show {
	/* max-height: 200px; */
	/* height: 300px; */
	height: 300px;
	display: block;
	animation: dropdown-show 0.3s ease-in-out forwards;
	/* 根据下拉菜单内容的实际高度调整这个值 */
}

@keyframes dropdown-show {
	from {
		max-height: 0px;
	}

	to {
		max-height: 200px;
		/* 根据下拉菜单内容的实际高度调整这个值 */
	}
}

.dropitem:hover {
	color: #089EEC;
}

.top img {
	width: 1920px;
	height: 750px;
}

.mintitle {
	margin: 0 auto;
	margin-top: 80px;
	font-size: 40px;
	text-align: center;
	display: inline-block;
	width: 100%;
}

/* 联系我们 */
.contact-button {
	width: 374px;
	height: 56px;
	background: #1CA5ED;
	border-radius: 28px;
	font-size: 16px;
	border: none;
	color: #FFFFFF;
}

.contact-mess {
	padding-top: 35px;
	font-size: 14px;
	color: #999999;
}


/*主页*/
.carousel-caption {
	top: 294px;
}

.carousel-caption h1 {
	font-size: 60px;
	color: #FFFFFF;
	line-height: 32px;
	text-shadow: 4px 6px 5px rgba(53, 72, 108, 0.36);
}

.carousel-caption h2 {
	padding: 67px;
	font-size: 40px;
	color: #FFFFFF;
	line-height: 32px;
	text-shadow: 4px 6px 7px rgba(47, 60, 84, 0.25);
}

.carousel-control-prev-icon {
	width: 60px;
	height: 60px;
	background-image: url(../img/index/ri.png);
}

.carousel-control-next-icon {
	width: 60px;
	height: 60px;
	background-image: url(../img/index/le.png);
}

.index-bg {
	margin-top: 100px;
	height: 680px;
	background-image: url(../img/index/1.png);
}

.index-bg-img {
	width: 100%;
	height: 443px;
	background-image: url(../img/index/2.png);
	background-size: cover;
	margin-top: 50px;
}

.index-title {
	padding-top: 70px;
	font-size: 40px;
	color: #333333;
	line-height: 32px;
}

.index-list-tit {
	padding-top: 18px;
	padding-left: 31px;

	font-size: 14px;
	line-height: 28px;
	color: #333333;
}


.carousel-video {

	display: none;
	height: 405px;
}

.carousel-img {
	width: 100%;
	display: flex
}

.index-box {
	height: 228px;
	text-align: center;
}

.index-box h2 {
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}

.index-box:hover {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(8, 158, 236, 0.15));
}

.li_contalis {
	width: 68px;
	height: 68px;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-size: 100%;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #DDDDDD;
}

.li_contalis img {
	padding-left: 8px;
	padding-top: 8px;
}

.index-icon {
	margin-top: 24px;

	flex-wrap: nowrap;
}

.rowc {
	display: flex;
}

.index-icon-title {
	/* font-family: Source Han Sans SC; */
	font-weight: 600;

	font-size: 24px;
	color: #333333;
	line-height: 24px;
}

.index-icon-list {}

.groupss {
	margin: 20px auto 0;
	/* 上边距50px，水平自动居中 */
	width: 185px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 18px;
	border: 1px solid #089EEC;
	display: flex;
	/* 启用flex布局 */
	justify-content: center;
	/* 内容水平居中 */
}

.groupssbutton {
	width: 100px;
	cursor: pointer;
	color: #333333;
	background: #FFFFFF;
	border-radius: 18px;
	line-height: 36px;
}

.groupss .active {
	color: #FFFFFF;
	background: #089EEC;
}

.index-icon h2 {
	margin-left: 16px;
	font-size: 16px;
	color: #089EEC;

}

.index-icon h3 {
	margin-left: 16px;
	font-size: 14px;
	color: #333333;

}
.index-list-img{
	border-top-left-radius: 10px;     /* 左上角 */
		
	border-top-right-radius: 10px;    /* 右上角 */
}
.index-list-box {

	
	border-bottom-left-radius: 10px;  /* 左下角 */

	border-bottom-right-radius: 10px; /* 右下角 */
	height: 128px;
	background: #EAEAEA;

}

.index-list-rowbox {
	border-top-right-radius: 10px;    /* 右上角 */
	
	border-bottom-right-radius: 10px; /* 右下角 */
	background: #EAEAEA;
	/* border-radius: 25px; */

}
.index-list-rowimg{
	border-top-left-radius: 10px;    /* 右上角 */
	
	border-bottom-left-radius: 10px;
}

.index-list-title {
	line-height: 30px;
	font-size: 18px;
	color: #333333;
	margin-left: 24px;
}

.index-list-time {
	margin-left: 24px;
	font-size: 14px;
	color: #999999;
}

.index-con-link {
	position: absolute;
	width: 112px;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	background: #1F92F3;
	text-align: center;
	color: #fff !important;

}

.contant-bom {
	margin-top: 58px;
}

.contant-bom-title li {
	margin-top: 6px;
	font-size: 14px;
}

.contant-bom-img img {
	margin-top: 60px;
}

.contant-bom-title img {
	margin-top: 12px;
}

.contant-bom-title div {
	font-size: 14px;
}

.service-custom-txt {
	margin-top: 43px;

	font-weight: 400;
	font-size: 16px;

}

.service-custom-txt div {
	margin-top: 19px;

}

.index-con-link img {
	margin-bottom: 5px;
}

.getlist {
	padding: 0;
	list-style: none;
}


/*公司简介*/
.contant-con {
	margin-top: 60px;
	display: flex;
}

.contant-con-title {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
}

.contant-con-con {
	text-align: justify;
	font-size: 14px;
}

.contant-qywh {
	min-height: 624px;
	margin-top: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/contant/banner2.png);
}

.contant-qywh-t {
	border-radius: 10px;
	height: 292px;
	background: #485f8687;

	text-align: center;
	color: #FFFFFF;
}

@media (max-width: 970px) {
	.background-image {
		background-image: none;
		/* 隐藏背景图 */
	}
}

.contant-gsry-con {
	font-size: 16px;
	margin-top: 50px;
	text-align: center;
}

.contant-qywh-t:hover {
	background: #089EEC;
}

.contant-qywh-t1 {
	margin-top: 50px;
	display: inline-block;
}

.contant-qywh-t2 {
	margin-top: 20px;
	font-size: 20px;
}

.contant-qywh-t3 {
	margin-top: 30px;
	font-size: 18px;
	padding: 0 25px;
}

/*新闻页*/
.new-con {
	margin-top: 58px;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	background-clip: content-box;
}

.new-con .col-lg-6 {
	padding: 0;
}

.new-con .new-cont {
	padding-left: 30px;
	padding-right: 15px;
}

.newbordertop {
	border-radius: 10px 10px 0 0;
}

.newborderbot {
	border-radius: 0 0 10px 10px;
}

.newborderleft {
	border-radius: 10px 0 0 10px;
}

.newborderright {
	border-radius: 0 10px 10px 0;
	background: #fff;
}

.new-con-time {
	margin-top: 30px;
}

.new-con-tit {
	font-size: 20px;
	margin-top: 70px;
	color: #333;
}

.new-con-tex {
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.new-con-link {
	display: inline-block;
	width: 112px;
	height: 36px;
	cursor: pointer;
	line-height: 36px;
	border-radius: 18px;
	background: #1F92F3;
	text-align: center;
	color: #fff !important;
	margin-top: 50px;
}

.new-con-link img {
	padding-left: 5px;
	padding-bottom: 5px;
}

.new-list {
	margin-top: 55px;
}

.new-list-n {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer
}

.new-list-box {
	height: 150px;
	background: #fff;
	padding: 0 20px;
}

.new-list-tit {
	font-size: 20px;
	padding-top: 28px;
}

.new-list-time {
	margin-top: 20px;
	color: #666666;
}

.new-pages {
	text-align: center;
	margin-top: 10px;
}

.new-pages ul {
	justify-content: center;
}

.new-pages ul li {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 6px;
	background: #fff;
	line-height: 40px;
	text-align: center;
}

.new-pages ul li a {
	color: #999;
}

.new-toptitle {
	border-bottom: 1px solid #D0D0D0;

	margin-top: 60px;

}

.new-title-menu {
	display: inline-block;
	font-size: 16px;
	margin: 0 60px;
	cursor: pointer
}

.new-toptitle .active {
	border-bottom: 2px solid #089EEC;
}

.new-bom-logo {
	width: 100px;
	height: 26px;
}

/*解决方案*/
.solve-tcon {
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 66px;
}

.solve-top {
	padding-bottom: 70px;
	background: #F2F6FA;
}

.solve-con {
	margin-top: 58px;
	background: #fff;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.slove-cp {
	padding: 0;
}

.slove-con-tit {
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #DDDDDD;
	height: 60px;
	margin-top: 50px;
}

.slove-con-txt {
	margin-top: 39px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}

.slove-con-tit span {
	display: inline-block;
	border-bottom: 2px solid #089EEC;
	height: 60px;
	line-height: 60px;
}

.solve-con-l {
	padding: 0 50px;
}

.solve-ullist {
	padding-left: 15px;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-top: 10px;
}

.solve-an {
	position: absolute;
	bottom: 71px;
}

/* 支持服务  */
.service-tcon {
	font-size: 16px;
	margin-top: 50px;
	text-align: left;
}

.service-tconimg {
	background: url(../img/service/1.png) no-repeat;
	width: 1200px;
	height: 499px;
}

.donapp {
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.donapp div {
	width: 50%;
	margin: 0 auto;
}

.service-item {
	margin-top: 60px;
	width: 171px;
	height: 215px;
	border-radius: 10px;
	overflow: hidden;

}

.service-custom-col {

	width: 14.2857%;

	/* 设置宽度为1/7 */
	float: left;
	/* 使元素左浮动 */
	min-height: 1px;
	/* 设置最小高度，确保元素在页面中占据一定空间 */
	padding-left: 10px;
	/* 设置左内边距 */
	padding-right: 10px;
	/* 设置右内边距 */
	position: relative;
	/* 设置相对定位 */
}


.item1 {
	padding: 0;
}

.service-custom-col:hover .service-item {

	background: linear-gradient(0deg, #1081EB 0%, #2DB4FA 100%);
	color: #FFFFFF;
}

.service-custom-col:hover .service-item div {
	color: #FFFFFF;
}

.service-custom-col:hover .service-item img {
	transform: translateY(-120px);
	filter: drop-shadow(#FFFFFF 0 120px);
}


.service-custom-col img {
	margin-top: 30px;
	width: 70px;
	height: 70px;

}

.nav>li:hover .dropdown-menu {
	display: block;
}

.service-custom-title {
	font-size: 18px;
	color: #333333;
	margin-top: 26px;
}

.service-custom-txt_s {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	color: #999999;
	line-height: 20px;

}

/*解决方案*/
.solution-left {
	padding: 0;
	padding-right: 40px;
}

.solution-right {
	padding: 0;
}

.solution-menu-box {
	background: #F2F2F2;
}

.solution-left-menu {
	height: 70px;
	border-bottom: 1px solid #DDDDDD;
	line-height: 70px;
	padding-left: 15px;
	position: relative;
	color: #333;
}

.solve-an img {
	margin-bottom: 5px;
}

.mincon {
	margin-top: 20px;
	list-style: none;
}

/* .mincon li{
	list-style: none;
} */

.solution-left-menu span {

	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	float: right;
	margin-top: 25px;
	margin-right: 18px;
	background: #CECECE;
	color: #fff;
	border-radius: 50%;
}

.solution-left-menu .active {
	background: #089EEC;
}

.solution-con-tit {
	font-size: 20px;
	height: 28px;
	line-height: 28px;
}

.solution-con {
	padding-left: 0px;
	padding-top: 15px;
}

.solution-conn {
	margin-top: 25px;
	background: #ECECEC;
}

.solution-con-l {
	padding: 0 25px;
}

.solution-cp {
	padding: 0;
}

.solution-con-tit {
	margin-top: 35px;
}

.solution-an {
	position: absolute;
	bottom: 25px;
}

.solution-con-img {
	margin-top: 35px;
}

.solution-con-img img {
	margin-right: 30px;
}

.solution-con-titf {
	font-size: 16px;
	margin-top: 35px;
}

.solution-icon img {

	margin-bottom: 3px;
	width: 7px;
	height: 12px;
}

.solution-con-text {
	font-size: 14px;
	margin-top: 25px;
	padding-bottom: 55px;
	border-bottom: 1px solid #DDDDDD;
}

/*新闻详情*/
.new-title {
	font-weight: 500;
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 18px;
	border-bottom: 1px solid #DDDDDDFF;
}

.new-time {
	color: #666666;
	margin: 20px 0;
}

.new-list {
	margin-top: 60px;
}

.newlist-box {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.new-list .active {
	background: rgba(144, 161, 169, 0.1);
}


.newlist-box-tit {
	font-size: 18px;
	overflow: hidden;
	height: 28px;
	line-height: 28px;

}

.newlist-box-con {
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	line-height: 28px;
	height: 28px;
}

.new-listdbox {
	padding: 18px;
}

.new-debox {
	padding-left: 14px;
	/*border-bottom: 1px solid #DDDDDDFF;*/
}


.detail-fy {
	margin-top: 50px;
}

.detail-fy-box {
	height: 63px;
	background: #E8EBED;
	border-radius: 6px;
	font-size: 18px;
	line-height: 63px;
	padding-left: 20px;
	overflow: hidden;
}

.detail-fy-box-tit {
	font-weight: bold;
}

a {
	color: #2b2b2b;
	text-decoration: none;
	background-color: transparent;
}

/*产品页*/
.product-h{
	
	margin-top: 18px;
}
.product-jj-box {
	padding: 0 17%;
	padding-top: 10%;
	padding-bottom: 23%;
	border-radius: 10px;
	background: #fff;
}

.product-jj-box-tit {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.product-img-box .active .product-jj-box-tit {
	color: #FFFFFF;
}

.product-bom-box {
	list-style: none;
}

.product-img-box .active {
	background: linear-gradient(0deg, #4D8CE1 0%, #FFFFFF 72%);
}

.product-bom-box {
	text-align: center;
	height: 581px;
	background-image: url(../img/product/1.png);
}

.service-z1 {
	width: 2px;
	height: 119px;
	margin-left: 30px;
	margin-top: 12px;
	background: #1285EC;
}

.service-list {
	width: 300px;
	/* 固定宽度 */
	margin-left: 16px;
	/* 左侧外边距 */
	margin-top: 12px;
	/* 顶部外边距 */
	border-radius: 8px;
	/* 圆角 */
	background: #FFFFFF;
	/* 白色背景 */
	height: 60px;
	/* 固定高度 */
	display: flex;
	/* Flex 布局 */
	align-items: center;
	/* 垂直居中 */
	justify-content: center;
	/* 水平居中（关键修改） */
	gap: 10px;
	/* 图片和文字之间的间距 */
	padding: 0 10px;
	/* 左右内边距 */
}

.service-list:hover {
	background: #089EEC;
}

.service-list:hover img {
	filter: brightness(1000%) contrast(100%) grayscale(100%);
	/* 或简化为 */
	filter: brightness(10);
}

.service-list:hover div {
	color: #FFFFFF;
}

.service-list img {
	width: auto;
	/* 保持图片原始宽度 */
	height: auto;
	/* 保持图片原始高度 */
	max-height: 40px;
	/* 可选：限制图片最大高度 */
}

.service-list div {
	white-space: nowrap;
	font-size: 18px;
	/* 防止文字换行 */
}

.service-list-title {
	font-weight: 500;
	font-size: 24px;
	color: #333333;
	line-height: 32px;
}

.product-top {
	margin-top: 59px;
	text-align: center;
	height: 70px;
	background: #EFF1F4;
	font-size: 24px;
	color: #333333;
	line-height: 70px;
	cursor: pointer;
}

.product-bomca {
	margin-top: 100px;
	
}

.product-text {
	margin-top: 58px;
	font-size: 16px;
	color: #333333;
}

.product-item {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.product-cr {
	line-height: 42px;
}

.prdouct-title {
	color: #333333;
	width: 90%;
	padding-top: 20px;
	padding-bottom: 43px;
	font-size: 16px;
}

.product_contalis {
	margin-top: 30px;
	margin-left: 12px;
	width: 9px;
	height: 9px;
	border-radius: 5px;
	background: #D3D2DA;
}

.carousel-indicators {
	/* padding-top: 50px; */
}

.carousel-indicators .active {
	opacity: 1;
	background: #089EEC;
}

.product-inner img {

	height: 460px;
}

.product-inner {
	margin-top: 20px;
	text-align: right;
	width: 410px;
}

.prdouct-link {
	/* margin-top: 2px; */
	width: 316px;
	height: 2px;
	background: #089EEC;
}

.product-bom {
	height: 647px;
	background-image: url(../img/product/bg.png);
}
.prdouct-txt{
	margin-top: 30px;
}
.prdouct-txt h1 {
	margin-top: 8px;
	margin-left: 16px;
	font-size: 14px;
	color: #333333;
}

.prdouct-txt h2 {
	margin-top: 8px;
	margin-left: 32px;
	font-size: 14px;
	color: #333333;
}

/* 联系我们 */
.contact-map {
	height: 446px;
}

/*服务案例*/
.case-item {
	margin-top: 100px;
}

.service_Case {
	background: #ECECEC;
}

.serviceCaseimg {
	margin-top: 80px;
	padding: 0;
}

.service_Case_title {
	margin-left: 35px;
	font-weight: 600;
	font-size: 28px;
	color: #333333;
	margin-top: 65px;
}

.service_Case_text {
	margin-left: 35px;
	font-size: 16px;
	color: #333333;
	margin-top: 38px;
}

.service_Case_text div {
	margin-top: 19px;
}

.service_Case_img {
	margin-top: 100px;
	margin-left: 35px;
}

.service_Case_img div {
	font-size: 20px;
	margin-top: 12px;
	color: #333333;
}

.service_Case_img h1 {
	font-family: DingTalk JinBuTi;
	font-weight: 600;
	font-size: 44px;
	color: #E6310E;
	line-height: 28px;
}

.service_Case_img {}

/*底部*/
.footer {
	margin-top: 50px;
}

.icon {
	width: 24px;
	height: 24px;
	margin-top: 5px;
}

.new-bom-logo {
	width: 100px;
	height: 26px;

}

.messge {
	font-size: 16px;

	line-height: 35px;
	color: #333333;
}

.bomtitle {
	font-size: 20px;
	color: #333333;
}

.line {

	width: 100%;
	height: 1px;
	background: #C9C9C9;
}

.qrcord {
	width: 102px;
	height: 103px;
}

footer {
	font-size: 12px;
	background: #EAEAEA;
	min-height: 250px;
	padding-top: 25px;
	margin-top: 80px;
}

@media (max-width: 760px) {
	body {
		font-size: 12px;
	}

	.product-jj-box-tit {
		font-size: 12px;
		line-height: 16px;
	}

	.product-img-box {
		padding: 0 5px;
	}

	.mintitle {
		font-size: 24px;
	}

	.mintitle,
	.mincon {
		margin-top: 30px;
	}
}