.innovate {
  padding-top: 59px;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

.innovate .innovate_left {
  width: 260px;
}

.innovate .innovate_left .territory {
  display: flex;
  justify-content: space-between;
  width: 260px;
  align-items: center;
}

.innovate .innovate_left .territory .title {
  font-size: 24px;
}

.innovate .innovate_left .territory .chakan {
  width: 70px;
  height: 24px;
  border: 1px solid #ba9c78;
  color: #ba9c78;
  border-radius: 4px;
  text-align: center;
  line-height: 24px;
}

.innovate .innovate_left .menu-aa {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}

.innovate .innovate_left .menu-aa li {
  display: flex;
  align-items: center;
  padding-left: 29px;
  height: 62px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px dashed #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}

.innovate .innovate_left .menu-aa li a {
  display: flex;
  align-items: center;
  padding-left: 29px;
  /* height: 62px; */
}

.innovate .innovate_left .menu-aa li img {
  margin-right: 18px;
}

.innovate .innovate_left .menu-aa li:last-child {
  border-radius: 0px 0px 10px 10px;
}

.innovate .innovate_left .menu-aa .on {
  background-color: #c6a77e;
  border-bottom: 1px dashed #c6a77e;
  border-bottom: 0px dashed #e3e3e3;
  border-right: 0px solid #e3e3e3;
  color: #fff;
}

.innovate .innovate_left .menu-aa .on a {
  background-color: #c6a77e;
  border-bottom: 1px dashed #c6a77e;
  border-bottom: 0px dashed #e3e3e3;
  border-right: 0px solid #e3e3e3;
  color: #fff;
}

.innovate .innovate_left .collect {
  margin-top: 20px;
}

.innovate .innovate_left .collect>div {
  height: 50px;
  border: 1px solid #ba9c78;
  margin-bottom: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ba9c78;
  font-size: 16px;
  cursor: pointer;
}

.innovate .innovate_right {
  width: 900px;
}

.innovate .innovate_right .search {
  height: 58px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px #eeeeee;
  display: flex;
  align-items: center;
}

.innovate .innovate_right .search input {
  flex: 1;
  padding: 0 30px;
  height: 100%;
}

.innovate .innovate_right .search .but {
  width: 210px;
  display: flex;
  align-items: center;
}

.innovate .innovate_right .search .but>div {
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  padding: 0 27px;
}

.innovate .innovate_right .search .but .on {
  background-color: #cab592;
  color: #fff;
  border-radius: 5px;
}

.innovate .innovate_right .navigation {
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.innovate .innovate_right .navigation .list-a {
  font-size: 12px;
  color: #999999;
}

.innovate .innovate_right .navigation .list-b {
  display: flex;
  align-items: center;
}

.innovate .innovate_right .navigation .list-b>div {
  height: 35px;
  width: 100px;
  border: 1px solid #ba9c78;
  border-radius: 4px;
  color: #ba9c78;
  display: flex;
  align-items: center;
  margin-left: 20px;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
}

.innovate .innovate_right .navigation .list-b .on {
  background-color: #ba9c78;
  color: #fff;
}

.innovate .innovate_right .sheet {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}

.innovate .innovate_right .sheet .table-tt {
  min-width: 900px;
  border-left: 1px solid #d0ccc5;
  border-top: 1px solid #d0ccc5;
}

.innovate .innovate_right .sheet .table-tt tr {
  height: 75px;
}

.innovate .innovate_right .sheet .table-tt tr:first-child {
  background-color: #f4f0e9;
}

.innovate .innovate_right .sheet .table-tt tr td {
  text-align: center;
  border-bottom: 1px solid #d0ccc5;
  border-right: 1px solid #d0ccc5;
  padding: 14px;
}

.innovate .innovate_right .sheet .table-tt tr td .put_cc {
  padding: 0 15px;
}

.innovate .innovate_right .sheet .table-tt tr td .operate {
  display: flex;
  align-items: center;
  justify-content: center;
}

.innovate .innovate_right .sheet .table-tt tr td .operate .collect,
.innovate .innovate_right .sheet .table-tt tr td .operate .make {
  width: 50px;
  height: 30px;
  border: 1px solid #ba9c78;
  color: #ba9c78;
  line-height: 30px;
  border-radius: 4px;
  /* margin-right: 10px; */
  cursor: pointer;
}

.innovate .innovate_right .sheet .table-tt tr td .operate .collect:hover,
.innovate .innovate_right .sheet .table-tt tr td .operate .make:hover {
  background-color: #ba9c78;
  color: #fff;
}

.innovate .innovate_right .paging {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 45px;
  justify-content: center;
}



.innovate .innovate_right .paging ul {
  display: flex;
  align-items: center;
}

.innovate .innovate_right .paging ul li {
  border: 1px solid #e5e5e5;
  width: 48px;
  height: 40px;
  border-radius: 4px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}

.innovate .innovate_right .paging ul .on {
  background-color: #ba9c78;
  color: #fff;
  border-color: #ba9c78;
}

.innovate .innovate_right .paging .prev {
  border: 1px solid #e5e5e5;
  width: 80px;
  height: 40px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 4px;
}

.innovate .innovate_right .paging div a {
  border: 1px solid #e5e5e5;
  width: 48px;
  height: 40px;
  border-radius: 4px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}

.innovate .innovate_right .paging .prev:hover {
  background-color: #ba9c78;
  color: #fff;
  border-color: #ba9c78;
}

.innovate .innovate_right .paging .next {
  border: 1px solid #e5e5e5;
  width: 80px;
  height: 40px;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 4px;
}

.innovate .innovate_right .paging .next:hover {
  background-color: #ba9c78;
  color: #fff;
  border-color: #ba9c78;
}

.enterprise {
  height: 429px;
  background-color: #f6f6f6;
  padding-top: 60px;
}

.enterprise .title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}

.enterprise .cooperation2 {
  display: flex;
  flex-wrap: wrap;
}

.enterprise .cooperation2 li {
  width: 224px;
  height: 100px;
  margin-right: 20px;
  position: relative;
  margin-bottom: 20px;
}

.enterprise .cooperation2 li:nth-child(5n + 5) {
  margin-right: 0;
}

.enterprise .cooperation2 li .text {
  position: absolute;
  bottom: 18px;
  font-size: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.showmake {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

.Column_setup,
.advance {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  width: 892px;
  padding-bottom: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  display: none;
}

.Column_setup .title-text,
.advance .title-text {
  height: 81px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.Column_setup .title-text .text,
.advance .title-text .text {
  font-size: 22px;
}

.Column_setup .title-text .colse,
.advance .title-text .colse {
  cursor: pointer;
}

.Column_setup .chebox,
.advance .chebox {
  padding: 20px 40px 0;
}

.Column_setup .chebox .duoxuan,
.advance .chebox .duoxuan {
  margin-bottom: 18px;
}

.Column_setup .chebox .duoxuan .select,
.advance .chebox .duoxuan .select {
  color: #ba9c78;
}

.Column_setup .chebox .multiple,
.advance .chebox .multiple {
  display: flex;
  flex-wrap: wrap;
}

.Column_setup .chebox .multiple .layui-form-item,
.advance .chebox .multiple .layui-form-item {
  width: 25%;
  margin-bottom: 16px;
}

.Column_setup .btn-ll,
.advance .btn-ll {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.Column_setup .btn-ll .cancel,
.advance .btn-ll .cancel {
  width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-right: 30px;
  cursor: pointer;
}

.Column_setup .btn-ll .confirm,
.advance .btn-ll .confirm {
  width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ba9c78;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.advance {
  width: 1300px;
  display: none;
}

.advance .chebox .multiple .layui-form-item {
  width: 16%;
}

.advance .territory {
  margin-bottom: 20px;
}

.advance .Internet {
  height: 60px;
  background-color: #f7f8fc;
  margin: 20px 40px 0;
  border-radius: 6px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advance .Internet .Content {
  width: 100px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ba9c78;
  color: #ffffff;
  border-radius: 5px;
}

.advance .Internet .reset {
  color: #ba9c78;
  cursor: pointer;
}

.advance .btn-ll {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.advance .btn-ll .cancel {
  width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  margin-right: 30px;
  cursor: pointer;
}

.advance .btn-ll .confirm {
  width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ba9c78;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.appointment {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  width: 550px;
  padding-bottom: 40px;
  background-color: #ffffff;
  border-radius: 10px;
  display: none;
  border: 1px solid #ba9c78;
}

.appointment_aa {
  width: 700px;
}

.appointment .cosle-aa {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  padding-top: 20px;
}

.appointment .about {
  text-align: center;
  font-size: 24px;
}

.appointment .setteTime {
  padding: 0 40px;
  margin-top: 30px;
}

.appointment .setteTime .kpl_aa {
  margin-bottom: 14px;
}

.appointment .setteTime .selet {
  display: flex;
  justify-content: space-between;
}

.time_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inpout_name {
  display: flex;
  height: 50px;
  width: 390px;
  border: 1px solid #ba9c78;
  border-radius: 5px;
}

.inpout_name input {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.time_01 {
  display: flex;
  align-items: center;
}

.time_01 input {
  margin-right: 5px;
}

.time_01 {
  margin-bottom: 20px;
}

.appointment .setteTime .selet .sle-sele {
  display: flex;
  align-items: center;
  width: 220px;
  height: 45px;
  border: 1px solid #d2d2d2;
  justify-content: space-between;
  padding: 0 10px;
  border-radius: 4px;
  cursor: pointer;
}

#pull-down {
  position: relative;
}

.mune-cont {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  border-radius: 0 0 4px 4px;
  border-top: 0;
  display: none;
  z-index: 20;
}

.mune-cont li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.mune-cont li:hover {
  background-color: #ba9c78;
  color: #ffffff;
}

.mune-cont .on {
  background-color: #ba9c78;
  color: #ffffff;
}

.appointment .btn-ll {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.appointment .btn-ll .cancel {
  width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  cursor: pointer;
}

.appointment .btn-ll .confirm {
  width: 120px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ba9c78;
  color: #fff;
  border-radius: 4px;
  margin-right: 97px;
  cursor: pointer;
}

/* 轮播 */
.scrollleft {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.scrollleft ul {
  overflow: auto;
  height: 120px;
}
.scrollleft ul li img{
height:119px;
}
.scrollleft ul li {
  float: left;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  list-style: none;
}