.no1-ideas-con{
	width: 571px;
	float: left;
	overflow: initial;
}

.lb-box {
  width: 571px;
  height: 371px;
  position: relative;
  overflow: hidden;
  margin-top: 115px;
}

.lb-content {
  width: 571px;  
  height: 100%;
  overflow: hidden;
}

.lb-item {
  width: 100%;  
  height: 100%;
  display: none;
  position: relative;   
}

.lb-item > a {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/ideas_logo1_bg.jpg) center center no-repeat;
  background-color: 100% 100%;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.lb-item > a > img {
  display: block;
  margin: 66px auto 0 auto;
}

.lb-item > a > i {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-top: 58px;
  display: block;
}

.lb-item > a > p {
  font-size: 14px;
  line-height: 26px;
  color: #333333;
  margin-top: 18px;
  padding: 0 10%;
}


.lb-item.active {
  display: block;
  left: 0%;
  height: 100%;
  overflow: hidden;
}
.lb-item.active.left {
  left: -100%;
   overflow: hidden;
}
.lb-item.active.right {
  left: 100%;
   overflow: hidden;
}

/*  */
.lb-item.next,
.lb-item.prev {
  display: block;
  position: absolute;
  top: 0px;
  overflow: hidden;
}
.lb-item.next {
  left: 100%;
}
.lb-item.prev {
  left: -100%;
}
.lb-item.next.left,
.lb-item.prev.right {
  left: 0%;
  overflow: hidden;
}

.lb-sign {
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 5px 3px;
  border-radius: 6px;
  list-style: none;
  user-select: none;
  background-color: rgba(0,0,0,0.7);
  display: none;
}

.lb-sign li {
  width: 22px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  float: left;
  color: #aaa;
  margin: auto 4px;
  border-radius: 3px;
  cursor: pointer;
}
.lb-sign li:hover {
  color: #fff;
}
.lb-sign li.active {
  color: #000;
  background-color: #EBEBEB;
}

.lb-ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  cursor: pointer;
  transition: all 0.1s linear;
  opacity: .3;
}

.lb-ctrl.left {
  left: 15px;
  background: url(../images/left2.png) center center no-repeat;
  width: 16px;
  height: 30px;
  background-size: 15px 29px;
  
}
.lb-ctrl.right {
  right: 15px;
  background: url(../images/right2.png) center center no-repeat;
  width: 16px;
  height: 30px;
  background-size: 15px 29px;
}




@media (max-width:1440px) {
 
.no1-ideas-con{
	width: 501px;
	margin-left: 20px;
}

.lb-box {
  width: 501px;
  height: 326px;
  margin-top: 115px;
}

.lb-content {
  width: 501px;  
  height: 100%;
}


.lb-item > a > img {
	height: 100px;
  margin: 46px auto 0 auto;
}

.lb-item > a > i {
  font-size: 16px;
  margin-top: 48px;
}

.lb-item > a > p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 18px;
  padding: 0 10%;
}



.lb-ctrl.left {
  left: 15px;
  width: 16px;
  height: 30px;
  background-size: 15px 29px;
  
}
.lb-ctrl.right {
  right: 15px;
  width: 16px;
  height: 30px;
  background-size: 15px 29px;
}
 
}



@media (max-width:1280px) {
 
.no1-ideas-con{
	width: 401px;
	margin-left: 20px;
}

.lb-box {
  width: 401px;
  height: 306px;
  margin-top: 115px;
}

.lb-content {
  width: 401px;  
  height: 100%;
}


.lb-item > a > img {
	height: 80px;
  margin: 46px auto 0 auto;
}

.lb-item > a > i {
  font-size: 16px;
  margin-top: 48px;
}

.lb-item > a > p {
  font-size: 13px;
  line-height: 26px;
  margin-top: 18px;
  padding: 0 8%;
}



.lb-ctrl.left {
  left: 15px;
  width: 16px;
  height: 30px;
  background-size: 15px 29px;
  
}
.lb-ctrl.right {
  right: 15px;
  width: 16px;
  height: 30px;
  background-size: 15px 29px;
}
 
}



@media (max-width:1024px) {
 
.no1-ideas-con{
	width: 45%;
	float: right;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5%;
}

.lb-box {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.lb-content {
  width: 100%;  
  height: 100%;
}
.lb-item > a {
	padding-bottom: 40px;
}

.lb-item > a > img {
	height: 60px;
  margin: 46px auto 0 auto;
}

.lb-item > a > i {
  font-size: 14px;
  margin-top: 32px;
}

.lb-item > a > p {
  font-size: 13px;
  line-height: 26px;
  margin-top: 10px;
  padding: 0 8%;
}



.lb-ctrl.left {
  left: 10px;
  width: 12px;
  height: 25px;
  background-size: 12px 25px;
  
}
.lb-ctrl.right {
  right: 10px;
  width: 12px;
  height: 25px;
  background-size: 12px 25px;
}
 
}




@media (max-width:768px) {
 
.no1-ideas-con{
	width: 90%;
	float: right;
	margin-left: 0px;
	margin-top: 30px;
	padding: 0 5%;
	margin-right: 0;
}

.lb-box {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.lb-content {
  width: 100%;  
  height: 100%;
}

.lb-item > a{
	background-size: 100% 100%;
	 padding-bottom: 40px;
}

.lb-item > a > img {
	height: 60px;
  margin: 46px auto 0 auto;
}

.lb-item > a > i {
  font-size: 14px;
  margin-top: 32px;
}

.lb-item > a > p {
  font-size: 13px;
  line-height: 26px;
  margin-top: 10px;
  padding: 0 8%;
}



.lb-ctrl.left {
  left: 10px;
  width: 12px;
  height: 25px;
  background-size: 12px 25px;
  
}
.lb-ctrl.right {
  right: 10px;
  width: 12px;
  height: 25px;
  background-size: 12px 25px;
}


 
}




@media (max-width:480px) {
 
.no1-ideas-con{
	width: 90%;
	float: right;
	margin-left: 0px;
	margin-top: 30px;
	padding: 0 5%;
}

.lb-box {
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.lb-content {
  width: 100%;  
  height: 100%;
}

.lb-item > a{
	background-size: 100% 100%;
	 padding-bottom: 40px;
}

.lb-item > a > img {
	height: 50px;
  margin: 36px auto 0 auto;
}

.lb-item > a > i {
  font-size: 14px;
  margin-top: 32px;
}

.lb-item > a > p {
  font-size: 13px;
  line-height: 26px;
  margin-top: 10px;
  padding: 0 8%;
}



.lb-ctrl.left {
  left: 10px;
  width: 12px;
  height: 25px;
  background-size: 12px 25px;
  
}
.lb-ctrl.right {
  right: 10px;
  width: 12px;
  height: 25px;
  background-size: 12px 25px;
}


 
}