.banner{
	width: 100%;
	height: 400px;
}
.banner img{
	width: 100%;
	height: 100%;
}
.company{
	width: 80%;
    margin: 0px auto;
	    padding: 50px 0;
  }
  .company .tit:before,.company .tit:after{
  	display: inline-block;
  	content: '';
  	width: 34%;
  	border-bottom: 1px solid  #999;
  	margin-bottom: -10px;

  }
  .idea .tit:before,.idea .tit:after{
	  width: 33% !important;
  }
  .company .tit:before{
  	margin-right: 166px;
  }
  .company .tit:after{
  	margin-left: 160px;
  }
  .company .tit{
  	font-weight: bold !important;
  	font-size: 32px !important;
  }
  .company .lable{
  	font-size: 14px;
  	margin-top: 10px;
  	color: #999;
	text-align: center;
  }
  .company .content{
    margin: 20px 0;
  }
  .company .content .text{
    text-align: left;
    text-indent: 2em;
    line-height: 30px;
    color: #000;
  }
  .idea{

     width: 100%;
     padding: 20px 0;
     background: #EFF1F3;
    }
   .ideaBox{
	   width: 80%;
	   margin: 15px auto;
   }
    .idea .left, .idea .right{
      width: 50%;
    }
    .idea .tit{
      font-size: 20px !important;
    }
      .idea .tit:before{
    	margin-right: 80px;
    }
     .idea .tit:after{
    	margin-left: 80px;
    }
    .idea .introduce{
      text-align: left;
      margin-top: 20px;
      color: #50555c;
    }
    .idea .introduce p{
      line-height: 25px;
      font-size: 15px;

      padding-left: 30px;
    }
    .idea .introduce .last{
      margin-bottom: 20px;
    }
    .idea .introduce p span,.text  p span{
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 20px;
      background: #00A0E9;
    }
    .idea .introduce .lab{
      text-indent: 2em;
      line-height: 30px;
      margin-bottom: 20px;
    }
    .idea .right .pic{
      width: 80%;
      margin-top: 35px;
      margin-left: 120px;
    }
    .idea .right .pic img{
      width: 100%;

    }