* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  outline: none;
  font-family: Microsoft YaHei;
}
img {
  border: none;
}

body {
  font-family: MicrosoftYaHei;
  font-weight: normal;
  font-stretch: normal;
}

.bg-fa {
  background-color: #fafafa;
}

.content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 44px 0;
}
.main-info {
  display: flex;
  flex-direction: column;
  margin: 0px auto 20px auto;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #000000;
}
.main-info .title {
	font-size: 24px;
	font-family: MicrosoftYaHei;
    font-weight: bold;
    font-style: italic;
    line-height: 38px;
    color: #000000;
}
.main-info .info {
	font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #a9a9a9;
}

.solution .items {
	display: flex;
	flex-direction: column;
    z-index: 12;/* 由于导航栏的弹框覆盖下面的元素，添加这个属性让下面元素的点击事件  */
}
.solution .items .item {
  display: flex;
  margin-bottom: 30px;
}
.solution .items .item .left{
	width: 8%;
}
.solution .items .item .right {
  display: flex;
  flex-direction: column;
}
.solution .items .item .right .item-title {
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #000000;
}
.solution .items .item .right .info {
	margin-top: 15px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #333333;
}

.internet{
	background-color: #ffffff;
    padding-bottom: 40px;
}
.internet .internet-left {
  	padding: 20px 15px 0 15px;
}
.internet .internet-left .title {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 38px;
	letter-spacing: 0px;
	color: #333333;
}
.internet .internet-right{
	padding: 0 15px;
}
.internet .items {
	display: flex;
	flex-direction: column;
}
.internet .items .item {
  display: flex;
  margin: 15px 0;
  flex-direction: column;
  font-style: italic;
  letter-spacing: 0px;
  color: #333333;
}
.internet .items .item .item-title {
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
}
.internet .items .item .info {
  font-size: 14px;
  line-height: 22px;
}


.central {
  margin: 0 auto;
  position: relative;
  align-items: flex-end;
}
.central .title {
  box-sizing: border-box;
  text-align: left;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.central .title .title-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
}
.central .title .title-hint {
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
.central .title .title-hint .icon {
	width: 10px;
}
.central .pic {
  position: absolute;
  left:0;
  padding-left: 10px;
}
.central .items {
  background-color: #399ad8;
  margin-top: 15px;
}
.central .items .item {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  font-style: italic;
  letter-spacing: 0px;
  color: #ffffff;
}
.central .items .item .item-title {
  font-size: 22px;
  line-height: 28px;
}
.central .items .item .info {
  font-size: 12px;
  line-height: 18px;
}


.bigdata .title {
	justify-content: center;
	width: 16%;
	float: left;
}
.bigdata .title .title-text {
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	width: 24px;
}
.bigdata .content {
  display: flex;
  flex-direction: column;

  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.bigdata .content .content-title {
  font-size: 22px;
  line-height: 24px;
}
.bigdata .content .content-info {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
}
.bigdata .pic {
  margin-top: 20px;
}


.intelligence .options {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 15px auto;
}
.intelligence .options .option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(132, 132, 132, 0.1);
}
.intelligence .options .option .text {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  line-height: 28px;
  letter-spacing: 0px;
}
.intelligence .options .filter {
  color: #808080;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  box-shadow: none;
}
.intelligence .description {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #333333;
}
/* 案例展示私有样式 */
.alzs{
	background-color: #fafafa;
}
.alzs .central-content{
	width: 100%;
}
.alzs .internet-left{
	background-color: #fafafa;
	padding: 0 15px;
}
.alzs .internet-left .alzs-title{
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight:bold;
	font-style: italic;
	color: #333333;
}
.alzs .internet-left .items{
	margin-top: 20px;
}
.alzs .internet-left .pots{
	justify-content: normal;
}
.alzs .internet-left .items .item{
	margin-bottom: 20px;
}
.alzs .internet-left .items .item-title{
	margin-bottom: 20px;
	display: block;
	font-family: MicrosoftYaHei;
	font-size: 22px;
	line-height: 45.5px;
	color: #000000;
}
.alzs .internet-left .item .info{
	height: 220px;
	line-height: 24px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 24px;
	color: #808080;
}
.alzs .alzs-right img{
	padding: 0 15px;
}