.nav-con {
  border: 1px solid #f5f5f5;
}
.product-search-title {
  color: #333;
  padding: 20px;
  text-align: center;
}
.pes-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

.nav-type {
  background-color: #eee;
  border-bottom: 1px solid #f5f5f5;
}

.nav-type li {
  display: inline-block;
  width: 140px;
  text-align: center;
  font-size: 16px;
}

.nav-type li:hover {
  cursor: pointer;
}

.nav-type li.active {
  background-color: #0284f2;
}

.nav-type li.active a {
  color: #fff;
}

.nav-type li:hover {
  background-color: #0284f2;
}

.nav-type li:hover a {
  color: #fff;
}

.pes-nav-list {
  display: table;
}

.pes-txt {
  text-align: center;
  width: 140px;
  background-color: #eee;
  height: auto;
  box-sizing: border-box;
  padding-top: 10px;
  display: table-cell;
  vertical-align: top;
}

.details-list {
  height: 45px;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.details-list ul {
  float: left;
  width: 86%;
  padding: 0 5px;
}

.details-list ul li {
  position: relative;
  float: left;
  width: 140px;
  border: 1px solid transparent;
  margin: 0 2px 7px;
  line-height: 26px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}

.details-list ul li.active {
  color: #0284f2;
  border: 1px solid #0284f2;
}

.details-list ul li .gou {
  position: absolute;
  bottom: -7px;
  right: -3px;
  font-size: 12px;
  display: block;
  background-color: #0284f2;
  color: #fff;
  width: 12px;
  transform: rotate(45deg);
  display: none;
}

.details-list ul li .gou span {
  transform: rotate(-30deg);
  display: block;
  font-weight: bold;
  text-align: left;
}

.details-list ul li.active .gou {
  display: block;
}

.pes-more {
  width: 110px;
  text-align: center;
  float: right;
}

.pes-more button {
  position: relative;
  width: 95px;
  background: #fff;
  border: 1px solid #0284f2;
  font-size: 12px;
  color: #0284f2;
  background-color: #f5f5f5;
}

.pes-more button:after {
  content: ">";
  display: block;
  position: absolute;
  top: 0;
  font-family: 楷体;
  right: 25px;
  transform: rotate(90deg);
}

.pes-pro ul li {
  width: 20%;
  float: left;
  margin-top: 30px;
  box-sizing: border-box;
  padding: 5px;
}
.pro_list_en ul {
  margin-left: -5px;
  margin-right: -5px;
}
.pro_list_en ul li {
  margin-top: 10px;
}
.pes-pic {
  height: 200px;
  background-color: #f5f5f5;
  text-align: center;
  padding: 10px 0;
  overflow: hidden;
}

.pes-pic img {
  max-width: 80%;
  max-height: 180px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.pes-pic:hover img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.pes-pro ul li {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.pro_list_en ul li {
  padding: 0 5px;
}
.pro_list_en ul li .pad_box {
  padding: 5px;
  border: 1px solid #f1f1f1;
  transition: all 0.3s;
}
.pes-pro ul li p {
  text-align: center;
  color: #333;
  overflow: hidden;
}

.pro-name {
  margin-top: 10px;
  height: 35px;
  line-height: 18px;
}

.pro-link {
  color: #0284f2;
  margin-top: 5px;
}

.pro-link a {
  display: block;
  width: 70px;
  border-radius: 20px;
  border: 1px solid #f5f5f5;
  font-size: 12px;
  margin: auto;
  color: #0284f2;
}

.pro-link a:hover {
  background-color: #0284f2;
  color: #fff;
}
.pro_list_en ul li .pro-link a {
  background-color: none;
  color: #6b6b6b;
  border: 1px solid #f1f1f1;
}

.pes-pro ul li:hover {
  border-color: #0284f2;
}
.pro_list_en ul li:hover {
  border-color: transparent;
}
.pro_list_en ul li:hover .pad_box {
  border-color: #0284f2;
}
.pes-pro ul li:hover .pro-link a {
  background-color: #0284f2;
  color: #fff;
}

.mob-nav-list {
  position: fixed;
  width: 80%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 40px 10px 0;
  color: #333;
  display: none;
}

.mob-nav-list.block {
  display: block;
}

.nav-cont {
  position: relative;
  width: 100%;
  height: 100%;
}

.mob-nav-btn {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.mob-nav-btn button {
  width: 49%;
  border: none;
  height: 30px;
}

.cancel {
  float: left;
  background-color: #eee;
}

.sure {
  float: right;
  background-color: #0284f2;
  color: #fff;
}

.mob-nav-list .details-list {
  width: 100%;
  padding-top: 10px;
}

.mob-nav-list .details-list ul {
  width: 100%;
  padding: 0;
}

.mob-nav-list .details-list ul li {
  width: 49%;
  background-color: #eee;
  padding: 3px;
}

.mob-nav-list .details-list ul li:nth-of-type(odd) {
  float: left;
}

.mob-nav-list .details-list ul li:nth-of-type(even) {
  float: right;
}

.mob-nav-list .details-list ul li.active {
  background-color: #fff;
  color: #0284f2;
}

@media only screen and (max-width: 1365px) {
  .nav-type li {
    font-size: 14px;
    width: 120px;
  }

  .pes-txt,
  .details-list ul li {
    font-size: 12px;
    width: 120px;
  }

  .tlt-c {
    font-size: 18px;
  }

  .tlt-line {
    width: 25px;
  }

  .tlt-e {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1110px) {
  .details-list ul {
    width: 80%;
  }
}

@media only screen and (max-width: 991px) {
  .details-list ul {
    width: 78%;
  }
  .nav-type li {
    width: 130px;
  }

  .pes-txt,
  .details-list ul li {
    width: 130px;
  }
  .pes-pic {
    height: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .product-search-title {
    padding: 10px;
    font-size: 18px;
  }
  .pes-banner {
    display: none;
  }

  .pes-box {
    margin-top: 60px;
  }

  .hide {
    display: none;
  }

  .pes-list {
    margin-top: 0;
    padding: 10px;
  }
  .nav-type {
    overflow: hidden;
  }
  .nav-type li {
    float: left;
    width: 32.3%;
    padding: 2px;
  }

  .pes-nav-list {
    display: flex;
    width: 100%;
    table-layout: fixed;
  }

  .pes-more {
    float: none;
    margin: auto;
    width: 90%;
  }
  .pes-txt {
    width: 50%;
  }
  .mob-nav-list .details-list ul li {
    width: 48%;
  }

  .details-list {
    /*display: table-cell;*/
    /*height: 70px;*/
    width: 50%;
    height: auto;
    /*padding-top: 23px;*/
  }

  .pes-pro ul li {
    width: 33.333%;
    margin-top: 20px;
  }

  .pes-more button {
    width: 100%;
    padding: 2px;
  }

  .pes-more button:before {
    right: 37px;
    width: 120px;
  }

  .pes-btn {
    width: 60px;
  }
  .pes-pic {
    height: 180px;
  }
}

@media only screen and (max-width: 600px) {
  .pes-pro ul li {
    width: 50%;
  }

  .pes-list {
    padding-left: 0;
    padding-right: 0;
    /*padding-top: 0;*/
  }

  .pro-name {
    height: 18px;
  }

  .pes-pro ul li {
    margin-top: 5px;
  }

  .pes-pic {
    height: 180px;
  }
}
/*智能加工*/
.working-intro {
  margin-bottom: 60px;
}
.working-intro .img,
.working-intro .text {
  float: right;
  width: 61.538461538461538461538461538462%;
}
.working-intro .img {
  position: absolute;
  left: 0;
  top: 50%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  z-index: 2;
}
.working-intro .img img {
  margin-top: -240px;
}
.working-intro .text {
  height: 720px;
  padding: 180px 70px 180px 420px;
  color: #999;
}
.working-intro .text .sname {
  position: relative;
  font-family: "Noto Sans S Chinese Regular";
  line-height: 1;
  font-size: 14px;
  color: #fff;
}
.working-intro .text .sname:before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 1px;
  margin-right: 10px;
  background: #ccc;
  vertical-align: middle;
}
.working-intro .text h1 {
  margin-top: 65px;
  margin-bottom: 48px;
  font-family: "Noto Sans S Chinese Bold";
  font-size: 60px;
}
.working-intro .text .desc {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
.working-list-one li {
  float: left;
  width: 50%;
  opacity: 1 !important;
}
.working-list-pos {
  position: relative;
  min-height: 400px;
}
.working-list li {
  position: relative;
  display: block;
  padding: 0 0px;
  border: 1px solid transparent;
  opacity: 0;
  overflow: hidden;
}

.working-list .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}

.working-list .info a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 29px;
  padding: 0 29px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.working-list .info a span {
  font-weight: bold;
  font-size: 30px;
}
.working-list .info a:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 12px;
  background: #fff;
}
.working-list .img img {
  max-width: 100%;
  width: 100%;
}
.working-list .box:hover .info {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
@media only screen and (max-width: 1679px) {
  .working-intro {
    margin-bottom: 54px;
  }
  .working-intro .img {
  }
  .working-intro .img img {
    margin-top: -25%;
  }
  .working-intro .text {
    height: auto;
    padding: 120px 50px 120px 26%;
  }
  .working-intro .text .sname:before {
    width: 120px;
  }
  .working-intro .text h1 {
    margin-top: 50px;
    margin-bottom: 34px;
    font-size: 48px;
  }
  /*智能加工*/
  .working-list .info a {
    bottom: 20px;
    padding: 0 20px;
    line-height: 28px;
    font-size: 16px;
  }
  .working-list .info a span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1365px) {
  .working-intro {
    margin-bottom: 40px;
  }
  .working-intro .img,
  .working-intro .text {
    width: 56%;
  }
  .working-intro .text {
    padding: 80px 40px 80px 15%;
  }
  .working-intro .text .sname:before {
    width: 100px;
  }
  .working-intro .text h1 {
    margin-top: 36px;
    margin-bottom: 30px;
    font-size: 36px;
  }
  /*智能加工*/
  .working-list .info a {
    bottom: 16px;
    padding: 0 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1135px) {
  .panel-group1 .panel {
    width: 500px;
  }
}
@media only screen and (max-width: 1079px) {
  .working-intro .img,
  .working-intro .text {
    width: 54%;
  }
  .working-intro .text {
    padding: 40px 30px 40px 11%;
  }
  .working-intro .text .sname:before {
    width: 60px;
  }
  .working-intro .text h1 {
    margin-top: 30px;
    margin-bottom: 24px;
    font-size: 30px;
  }
  /*智能加工*/
  .working-list .info a {
    bottom: 15px;
    padding: 0 15px;
    line-height: 24px;
    font-size: 14px;
  }
  .working-list .info a:after {
    width: 26px;
    margin-top: 8px;
  }
  .working-list .info a span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .working-intro .img,
  .working-intro .text {
    width: 100%;
  }
  .working-intro .img {
    position: relative;
    top: 0;
    /*-webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;*/
  }
  .working-intro .img img {
    margin-top: 0;
  }
  .working-intro .text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    padding: 40px 30px;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  .working-intro {
    margin-bottom: 30px;
  }
  .working-intro .text {
    padding: 30px 20px;
  }
  .working-intro .text .sname {
    display: none;
  }
  .working-intro .text h1 {
    margin-top: 0px;
    margin-bottom: 18px;
    font-size: 24px;
  }
  .working-list-one li {
    width: 100%;
  }
  .working-list li .img {
    text-align: center;
  }
  .working-list .info a {
    bottom: 12px;
    padding: 0 12px;
  }
  .working-list .info a:after {
    width: 24px;
    height: 1px;
    margin-top: 6px;
  }
  .working-list .info a span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 567px) {
  .working-intro {
    margin-bottom: 20px;
  }
  .working-intro .text .sname {
    display: block;
  }
  .working-intro .text {
    position: relative;
    padding: 20px 10px;
    background: #333;
  }
  .working-intro .text h1 {
    margin-top: 24px;
    margin-bottom: 18px;
    font-size: 24px;
  }
}
/*基础化工*/
.base {
  padding-top: 60px;
  padding-bottom: 60px;
}
.base-left h1 {
  font-size: 60px;
  color: #333;
  font-weight: bold;
}
.base-left h3 {
  font-family: arial;
  font-size: 30px;
  color: #666;
  line-height: 88px;
}
.base-left .info {
  margin-top: 25px;
  line-height: 28px;
  text-indent: 2em;
}
.base-left .table {
  margin-top: 35px;
  margin-bottom: 40px;
  border: 1px solid #eee;
}
.base-left .table > tbody > tr > td {
  padding: 14px 18px;
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
.base-right .panel-collapse ul {
  padding-top: 6px;
  padding-bottom: 24px;
}
.base-right .panel-collapse li {
  display: inline-block;
  margin-right: 36px;
  line-height: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 1679px) {
  .base {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .base-left h1 {
    font-size: 48px;
  }
  .base-left h3 {
    font-size: 24px;
    line-height: 70px;
  }
  .base-left .info {
    margin-top: 20px;
  }
  .base-left .table {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .base-left .table > tbody > tr > td {
    padding: 12px 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1365px) {
  .base {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .base-left h1 {
    font-size: 40px;
  }
  .base-left h3 {
    font-size: 20px;
    line-height: 60px;
  }
  .base-left .info {
    margin-top: 15px;
  }
  .base-left .table {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .base-left .table > tbody > tr > td {
    padding: 10px;
    font-size: 14px;
  }
  .base-right .panel-collapse li {
    margin-right: 30px;
    line-height: 28px;
    font-size: 16px;
  }
  .base-right .panel-collapse ul {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 1079px) {
  .base {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .base-left h1 {
    font-size: 36px;
  }
  .base-left h3 {
    font-size: 18px;
    line-height: 48px;
  }
  .base-left .info {
    margin-top: 10px;
  }
  .base-left .table {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .base-left .table > tbody > tr > td {
    padding: 8px;
  }
  .base-right {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .base {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .base-left h1 {
    font-size: 30px;
  }
  .base-left h3 {
    font-size: 16px;
    line-height: 40px;
  }
  .base-left .table {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .base-left .table > tbody > tr > td {
    padding: 6px;
  }
  .base-right {
    margin-top: 15px;
  }
  .base-right .panel-collapse li {
    margin-right: 20px;
    line-height: 24px;
    font-size: 14px;
  }
  .base-right .panel-collapse ul {
    padding-top: 4px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 320px) {
  .panel .panel-heading h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 479px) {
  .base-left h1 {
    font-size: 24px;
  }
  .base-left h3 {
    font-size: 14px;
    line-height: 32px;
  }
}
/*研发创新*/
.Innovating .img {
  width: 42.30769231%;
}
.Innovating .text {
  width: 57.69230769%;
  padding-top: 110px;
  padding-bottom: 110px;
}
.Innovating .text h1 {
  font-size: 60px;
  color: #333;
  font-weight: bold;
}
.Innovating .text h3 {
  margin-top: 24px;
  font-family: arial;
  font-size: 30px;
  color: #666;
  line-height: 40px;
}
.Innovating .text .info {
  margin-top: 50px;
  line-height: 30px;
  text-indent: 2em;
}
@media only screen and (max-width: 1679px) {
  .Innovating .text {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .Innovating .text h1 {
    font-size: 48px;
  }
  .Innovating .text h3 {
    margin-top: 15px;
    font-size: 24px;
    line-height: 36px;
  }
  .Innovating .text .info {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .Innovating .text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Innovating .text h1 {
    font-size: 36px;
  }
  .Innovating .text h3 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }
  .Innovating .text .info {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1079px) {
  .Innovating .text,
  .Innovating .img {
    display: block;
    width: 100%;
  }
  .Innovating .text {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .Innovating .text h1 {
    font-size: 32px;
  }
  .Innovating .text h3 {
    margin-top: 6px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .Innovating .text {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .Innovating .text h1 {
    font-size: 24px;
  }
  .Innovating .text h3 {
    margin-top: 2px;
    font-size: 14px;
    line-height: 24px;
  }
}
/*品牌专利*/
.patent-right .panel-group1 .panel .panel-heading h4 a {
  overflow: hidden; /*超出部分隐藏*/
  white-space: nowrap; /*让文本强制在一行不换行*/
  text-overflow: ellipsis;
}
.patent {
  padding-right: 60px;
}
.patent-left {
  padding-right: 0;
}
.patent-left .img {
  width: 260px;
}
.patent-left .display-table-cell {
  height: 240px;
  padding: 0px 20px 0px 0;
  line-height: 28px;
}
/*.patent-left .img{padding: 20px 0;}*/
.patent-right {
  padding-top: 60px;
  padding-bottom: 60px;
}
.patent-right .panel-collapse li {
  display: block;
  margin-right: 0px;
}
.panel-collapse .name {
  margin-left: 160px;
}
.patent-right .panel-collapse ul {
  padding-top: 6px;
  padding-bottom: 24px;
}
.patent-right .panel-group .panel {
  margin-left: 40px;
}
.patent-right .panel-group1 .panel {
  margin-left: 40px;
}
@media only screen and (max-width: 1679px) {
  .patent {
    padding-right: 40px;
  }
  .patent-left .img {
    width: 200px;
  }
  .patent-left .img img {
    width: 70%;
  }
  /*.patent-left .display-table-cell{height: 240px;}*/
  .patent-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .panel-collapse .name {
    margin-left: 120px;
  }
}
@media only screen and (max-width: 1365px) {
  .patent {
    padding-right: 30px;
  }
  .patent-left .img {
    width: 128px;
  }
  .patent-left .img img {
    width: 100%;
  }
  /*.patent-left .display-table-cell{height: 160px;}*/
  .patent-right {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .panel-collapse .name {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 1079px) {
  .patent {
    padding-right: 0px;
  }
  .patent-left .img {
    width: 240px;
  }
  /*.patent-left .display-table-cell{height: 160px;}*/
  .patent-right {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .patent-right .panel-group {
    padding: 0 25px;
  }
  .patent-right .panel-group1 {
    padding: 0 25px;
  }
  .patent-right .panel-group {
    padding: 0 4%;
  }
  .patent-right .panel-group1 {
    padding: 0 4%;
    column-count: 1;
    height: auto;
  }
  .patent-right .panel-group .panel {
    height: auto;
    margin-left: 20px;
  }
  .patent-right .panel-group1 .panel {
    height: auto;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .patent-left .img {
    width: 150px;
  }
  .patent-right {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .patent-right .panel-group {
    padding: 0 4%;
  }
  .patent-right .panel-group1 {
    padding: 0 4%;
  }
  .panel-collapse .name {
    margin-left: 80px;
  }
  .patent-right .panel-group {
    padding: 0 4%;
  }
  .patent-right .panel-group1 {
    padding: 0 4%;
    column-count: 1;
    height: auto;
  }
  .patent-right .panel-group .panel {
    height: 80px;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .patent-right .panel-group1 .panel {
    height: auto;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 479px) {
  .panel .panel-heading h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .patent-left .img {
    width: 100%;
    padding: 0;
  }
  .patent-left .img img {
    width: 240px;
  }
  .patent-left .display-table-cell {
    display: block;
    height: auto;
    padding: 4%;
  }
  .patent-right {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .patent-right .panel-group {
    padding: 0 4%;
  }
  .patent-right .panel-group1 {
    padding: 0 4%;
  }

  .patent-right .panel-group1 .panel {
    height: auto;
    margin-left: 20px;
    width: 287px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .panel-collapse .name {
    width: 100%;
    margin-left: 0px;
  }
}
