/* 字体 */
body, html,input{font-family:"SimSun" !important;}
ul,
ol {
  list-style: none;
}
body{
	width: 100%;
}

.span1{
	color: rgb(28,117,226);
	font-weight: bold;
	font-size: 22px;
}
.span2{
	color: rgb(127,127,127);
	font-size: 16px;
}


.topImgDiv{
	width: 100%;
	height: 2.8rem;
	background: url(../images/frontIndustryCaseImg1.png);
	background-size: 100% 100%;
}


/* 标题 */
.smartTitle{
	display:flex;/* flex布局 */
	width: 68%;
	height: 1.8rem;
	margin: 0 auto;
	justify-content:center;/* 内容居中 */
	cursor: pointer; 
}
.smartTitle .each{
	text-align: center;
	background-color: #fff;
	height: 90%;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
	padding-top:0.3rem;
	border-left: 1px solid rgb(9,124,255); 
	border-right: 1px solid rgb(9,124,255); 
}

.each img{
	width: 30%;
}

.smartTitle .active{
	background-color: rgb(0,160,233);
}

.active .span1 {
	color:#fff;
}

.active .span2 {
	color:#fff;
}

/* 内容 */
.smartContent{
	width: 96%;
	min-height: 5rem;
	margin:0 auto;
	margin-top:0.9rem;
	margin-bottom:0.4rem;
}

.topImgDiv{
	margin-top: 1.1rem;
}
.comfoot{
 	height:3.5rem;
 }
 
   /* 大屏幕（大桌面显示器，大于等于 1910px） */
@media screen and (min-width: 1900px) {
.topImgDiv {
     height: 5rem;
     margin-top: 1.7rem;
}
	/* 标题 */
.smartTitle{
	width: 12rem;
	height: 2.6rem;
}
.span1{
	font-size: 24px;
	line-height: 40px;
}
.span2{
	font-size: 18px;
}
}