@charset "utf-8";
/* CSS Document */

.control-box {
    width: 1280px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
	padding-top:60px;
}
.control-box ul {
  list-style: none;
  position: relative;
  z-index:999;
}
.control-box ul li {
  position: absolute;
  top: 100px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
/*  height: 190px;*/
  margin: auto 20px auto;
	padding:50px 0px
}
#switcher {
/*  height: 190px;*/
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 282px;
/*  height: 190px;*/
  float: left;
	

}
.box img{
	cursor: pointer;
  transition: all 0.6s;

}
.box img:hover {
 transform: scale(1.4);
}


.content_1 .card,.content_2 .card{cursor:pointer;padding:40px 0 40px 30px;display:-webkit-box;display:-ms-flexbox;display:flex}
.content_1 .card img,.content_2 .card img{width:60px;height:62px}
.content_1 .card .text-group,.content_2 .card .text-group{width:190px;height:62px;padding-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.content_1 .el-card .title,.content_2 .el-card .title{font-size:18px;font-weight:bold; text-align: center; color: #333; line-height: 3rem}
.content_1 .card .text-group .con,.content_2 .card .text-group .con{font-size:13px;color:#d4d2d2}
.content_1 .card.type-1,.content_2 .card.type-1{background-color:#777ffc}
.content_1 .card.type-2,.content_2 .card.type-2{background-color:#41d09f}
.content_1 .card.type-3,.content_2 .card.type-3{background-color:#f8be30}