* {
  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;
}

#gyhlw {
  background-color: #fafafa;
  padding-bottom: 125px;
}
#dsjpt{
	background-color: #fafafa;
	padding-bottom: 110px;
}
.top-pic {
	/*background-image: url("../../images/solution/solution_top_pic.png");*/
}


.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*margin-top: 100px;*/
  /*width: 1200px;*/
  margin: 0 auto;
  /*border: 1px solid red;*/
}

.title {
  width: 600px;
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 38px;
  letter-spacing: 0px;
  /*border: 1px solid #000;*/
}
.title .title-text {
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #000000;
}
.title .title-hint {
  margin-top: 17px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 110px;
  /*border: 1px solid #000;*/
}

.solution {
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}
.solution .solution-left {
  width: 590px;
  min-height: 550px;
}
.solution .solution-right {
  width: 500px;
  height: 550px;
  background-image: url("../image/solution_building.png");
}
.left-title {
  width: 100%;
  text-align: left;
}

.solution .items {
  width: 100%;
  margin-top: 70px;
}
.solution .items .item {
  display: flex;
  margin-bottom: 40px;
}
.solution .items .item .left {
  width: 100px;
  flex-shrink: 0;
}
.solution .items .item .right {
  display: flex;
  flex-direction: column;
  letter-spacing: 0px;
  color: #333333;
}
.solution .items .item .right .hide {
  display: none;
}
.solution .items .item .right .item-title {
  margin-bottom: 22px;
  font-size: 22px;
  font-style: italic;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
}
.solution .items .item .right .info {
  width: 490px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}


.central-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 1200px;
  margin-top: 30px;
  /*background-color: #fff;*/
}
.internet .internet-left {
  width: 650px;
  height: 600px;
  padding: 80px 75px 60px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.internet .internet-left .title {
  margin-bottom: 150px;
}
.internet .internet-right {
  width: 550px;
  height: 600px;
  background: url("../image/solution_internet.png") no-repeat;
  background-size: cover;
}

.internet .items {
  margin-top: 60px;
}
.internet .items .item {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  flex-direction: column;
  letter-spacing: 0px;
  color: #333333;
}
.internet .items .item .item-title {
  font-size: 22px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 35px;
}
.internet .items .item .info {
  font-size: 16px;
  line-height: 28px;
  height: 170px;
}
.internet .items .pots {
  display: flex;
  justify-content: center;
}
.internet .items .pots .pot {
  width: 16px;
  height: 16px;
  background-color: #e6e6e6;
  border-radius: 8px;
  margin-right: 10px;
  cursor: pointer;
}
.internet .items .pots .active-pot {
  width: 32px; 
  background-color: #399ad8;
}

.central {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  align-items: flex-end;
  padding-bottom: 125px;
}
.central .title {
  width: 800px;
  height: 350px;
  padding: 94px 88px 94px 210px;
  box-sizing: border-box;
  text-align: left;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.central .pic {
  width: 500px;
  height: 500px;
  position: absolute;
  left:0;
  top: 110px;
  /*border: 1px solid #000;*/
  background: url("../image/solution_central_pic.png") no-repeat;
  background-size: cover;
}
.central .title .title-text {
  font-size: 28px;
  font-weight: bold;
  line-height: 38px;
}
.central .title .title-hint {
  font-size: 16px;
  line-height: 28px;
}
.central .items {
  width: 800px;
  height: 350px;
  padding: 60px 100px;
  box-sizing: border-box;
  background-color: #399ad8;
  z-index: 9;
  /*border: 1px solid #000;*/
}
.central .items .item {
  display: flex;
  flex-direction: column;
  font-style: italic;
  letter-spacing: 0px;
  color: #ffffff;
}
.central .items .item .item-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 24px;
}
.central .items .item .info {
  font-size: 16px;
  line-height: 28px;
}


.bigdata .title {
  width: 300px;
}
.bigdata .content {
  display: flex;
  flex-direction: column;
  width: 900px;

  font-weight: normal;
  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: 44px;
}
.bigdata .pic {
  width: 1200px;
  height: 350px;
  margin-top: 77px;
  background: url("../image/solution_facebook.png") no-repeat;
  background-size: cover;
}

.intelligence {
  width: 1200px;
  margin: 0 auto;
}
.intelligence .options {
  margin-top: 80px;
  margin-bottom: 88px;
  /*border: 1px solid #000;*/
  display: flex;
  width: 800px;
  justify-content: space-between;
}
.intelligence .options .option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;

  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(132, 132, 132, 0.1);
  /*border: 1px solid #000;*/
}
.intelligence .options .option .pic {
  width: 78px;
  height: 78px;
}
.intelligence .options .option .text {
  margin-top: 30px;
  font-size: 22px;
  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 {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}


.footer {
  margin-top: 25px;
}
/* 案例展示私有样式 */
.alzs{
	background-color: #fafafa;
	align-items: normal;
	display: block;
	padding-top: 0;
}
.alzs .internet{
  /*width: 82%;*/
  width: 1600px;
  float: right;
  margin: 0;
  display: flex;
  align-items: center;
}
.alzs .internet-left{
	/*width: 44%;*/
  width: 700px;
  height:auto;
	background-color: #fafafa;
	padding: 0;
	/*margin-right: 6%;*/
  margin-right: 100px;
  margin-top: 46px;
}
.alzs .internet-left .alzs-title{
	width: 118px;
	height: 38px;
	font-family: MicrosoftYaHei;
	font-size: 28px;
	font-style: italic;
	line-height: 38px;
	color: #333333;
}
.alzs .internet-left .items{
	margin-top: 40px;
}
.alzs .internet-left .pots{
	justify-content: normal;
}
.alzs .internet-left .items .item{
	margin-bottom: 45px;
}
.alzs .internet-left .items .item-title{
	margin-bottom: 25px;
}
.alzs .internet-left .item .info{
  height: 220px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}


