.channel-banner {
  width: 100%;
  height: 480px;
}
.w1200,
.section {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  background-color: #f5f5f5;
}
i {
  font-style: normal;
}
/* 澶撮儴title */
.total_title {
  width: 1200px;
  height: 112px;
  background-image: url('../../images/model/modelBase_title_bj1.png');
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  box-sizing: border-box;
}
.title_left ul li:nth-child(1) {
  font-size: 27px;
  font-weight: bold;
  color: #555555;
}
.title_left ul li:nth-child(2) {
  margin-top: 8px;
}
.title_left ul li span {
  font-size: 14px;
  color: #566a7b;
  display: inline-block;
  height: 18px;
  width: 190px;
  line-height: 18px;
}
.title_left ul li span i {
  color: #333333;
  margin-left: 7px;
  display: inline-block;
  vertical-align: text-bottom;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title_left {
  padding-left: 23px;
  padding-top: 32px;
}
.title_left,
.title_right {
  float: left;
}
.title_right {
  float: right;
  padding-right: 32px;
  padding-top: 42px;
  box-sizing: border-box;
}
.title_right p {
  font-size: 16px;
  color: #566a7b;
}
.title_right p span {
  font-size: 40px;
  color: #6a6c6e;
  font-weight: bold;
  margin-left: 8px;
}
/* 鍐呭閮ㄥ垎 */
.model_lists_box {
  width: 922px;
  float: left;
}
.modelBase_content {
  margin-top: 22px;
}
.model_tab_title {
  width: 256px;
  height: 132px;
  background-image: url('../../images/model/model_title_pic1.png');
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 132px;
  border-radius: 2px;
  overflow: hidden;
}
.model_tab_title span {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}
.model_tab {
  width: 256px;
  background-color: #eff0f0;
  padding-bottom: 18px;
}
.model_tab_card {
  margin-top: 12px;
  border-top: 1px dashed #c4c5c5;
}
.model_tab_card ul li {
  height: 60px;
  border-bottom: 1px solid #e8e9e9;
  padding-left: 38px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.model_tab_card ul li:last-child {
  border-bottom: none;
}
.model_tab_card ul li:hover {
  background-color: #fff;
  border-left: 3px solid #2468F2;
  padding-left: 35px;
  color: #2468F2;
  font-weight: bold;
  cursor: pointer;
}
.model_tab_card ul li.active {
  background-color: #fff;
  border-left: 3px solid #2468F2;
  padding-left: 35px;
  color: #2468F2;
  font-weight: bold;
}
.model_tab,
.model_lists {
  float: left;
}
.model_lists {
  width: 922px;
  min-height: 400px;
  background-color: #fff;
  margin-left: 22px;
  padding: 0 25px;
  padding-top: 20px;
  padding-bottom: 32px;
  box-sizing: border-box;
  border-radius: 2px;
  box-shadow: 0px 0px 10px 0px rgba(168, 206, 238, 0.1), 0px 0px 10px 0px rgba(168, 206, 238, 0.1);
  display: none;
}
.model_lists:nth-child(1) {
  display: block;
}
.model_item {
  width: 132px;
  height: 182px;
  float: left;
  margin-top: 25px;
  margin-left: 16px;
  cursor: pointer;
}
.model_item:nth-child(6n+1) {
  margin-left: 0;
}
.model_item:nth-child(-n+6) {
  margin-top: 0;
}
.model_item_img {
  width: 130px;
  height: 126px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  transition: all 0.5s;
}
.model_item_img img {
  width: 130px;
  height: 126px;
}
.model_item_info {
  width: 110px;
  margin: 0 auto;
  font-size: 12px;
  color: #333333;
  line-height: 20px;
  height: 40px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}
.model_item:hover .model_item_img {
  border-color: #2468F2;
}
.model_item:hover .model_item_info {
  color: #2468F2;
}
.noResults-tips {
  line-height: 400px;
}
