* {
  font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
.hide {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.placeholder::placeholder {
  color: #777 !important;
}
.placeholder::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #777 !important;
}
.placeholder:-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #777 !important;
}
.placeholder:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #777 !important;
}
.bread-line {
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
}
.alert-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 999999999;
}
.alert-box .alert-shadow {
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 999;
}
.alert-box .alert-main-con {
  width: 630px;
  position: absolute;
  z-index: 1000;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -315px;
  background-color: white;
  border-radius: 10px;
  padding-bottom: 60px;
  overflow: hidden;
}
.alert-box .alert-main-con .relative-box {
  width: 100%;
  float: left;
  position: relative;
}
.alert-box .alert-main-con .relative-box .alert-title {
  width: 100%;
  height: 48px;
  float: left;
  position: relative;
  background-color: #5C2B6F;
  color: white;
  text-align: center;
}
.alert-box .alert-main-con .relative-box .alert-title span {
  font-size: 16px;
  line-height: 48px;
}
.alert-box .alert-main-con .relative-box .alert-title a {
  position: absolute;
  top: 4px;
  right: 15px;
  line-height: 48px;
  color: white;
  font-size: 20px;
}
.alert-box .alert-main-con .relative-box .alert-con {
  width: 100%;
  float: left;
  padding: 45px;
  box-sizing: border-box;
}
.alert-box .alert-main-con .relative-box .alert-con .remark-info {
  width: 100%;
  line-height: 30px;
  float: left;
}
.alert-box .alert-main-con .relative-box .alert-con .con-item {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 10px;
}
.alert-box .alert-main-con .relative-box .alert-con .con-item textarea {
  width: 100%;
  float: left;
  border: solid 1px #DCDCDC;
  line-height: 24px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.alert-box .alert-main-con .relative-box .alert-con .con-item input {
  padding: 2px 10px;
  box-sizing: border-box;
  float: left;
  line-height: 24px;
  border: solid 1px #DCDCDC;
}
.alert-box .alert-main-con .relative-box .alert-con .con-item input.w100 {
  width: 100%;
}
.alert-box .alert-main-con .relative-box .alert-con .con-item .verification-code {
  width: 71px;
  height: 30px;
  float: left;
}
.alert-box .alert-main-con .relative-box .alert-btn {
  width: 100%;
  padding: 0 45px;
  box-sizing: border-box;
  height: 40px;
  position: absolute;
  bottom: -30px;
  text-align: center;
}
.alert-box .alert-main-con .relative-box .alert-btn a {
  padding: 0 20px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
}
.alert-box .alert-main-con .relative-box .alert-btn a.cur {
  background-color: #5C2B6F;
  color: white;
}
.container {
  position: relative;
  width: 1100px;
  margin: 0px auto 10px;
  line-height: 20px;
  clear: both;
}
.container .swiper-container {
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
}
.container .swiper-container .swiper-pagination-bullet {
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.container .swiper-container .swiper-pagination-bullet-active {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}
.container .case-list {
  width: 740px;
  float: left;
  background-color: white;
  margin-bottom: 10px;
  box-sizing: border-box;
  margin-right: 10px;
}
.container .case-list .nav {
  width: 100%;
  height: 50px;
  float: left;
  border-bottom: solid 1px #EEEEEE;
}
.container .case-list .nav a {
  float: left;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
}
.container .case-list .nav a.cur {
  font-weight: bold;
  color: white;
  background-color: #5C2B6F;
}
.container .case-list .list {
  width: 100%;
  float: left;
  padding: 25px;
  box-sizing: border-box;
}
.container .case-list .list .item {
  width: 100%;
  height: 130px;
  float: left;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #EEEEEE;
}
.container .case-list .list .item .img {
  width: 195px;
  height: 130px;
  float: left;
}
.container .case-list .list .item .img img {
  width: 195px;
  height: 130px;
  float: left;
}
.container .case-list .list .item .info {
  width: 480px;
  height: 130px;
  float: right;
}
.container .case-list .list .item .info .title {
  width: 100%;
  height: 30px;
}
    .container .case-list .list .item .info .title a {
        height: 30px;
        width: 100%;
        float: left;
        font-size: 16px;
        color: black;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      
    }
        .container .case-list .list .item .info .title a:hover {
            text-decoration:none;
            color: #5C2B6F;
        }
.container .case-list .list .item .info .summary {
  width: 100%;
  height: 60px;
  line-height: 20px;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.container .case-list .list .item .info .other {
  height: 20px;
  width: 100%;
  line-height: 20px;
  float: left;
}
.container .case-list .list .item .info .other .date {
  float: left;
  font-size: 14px;
}
.container .case-list .list .item .info .other .statistics {
  float: right;
  text-align: right;
}
    .container .case-list .list .item .info .other .statistics .tip {
        padding: 0 10px;
        display: inline-flex;
        text-align: center;
        color: rgba(119,119,119,1)
    }
.container .con-other {
  width: 350px;
  float: right;
}
.container .con-other .add {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.container .con-other .add img {
  width: 100%;
  height: 243px;
  float: left;
}
.container .con-other .hot-news {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  background-color: white;
}
.container .con-other .hot-news .title {
  width: 100%;
  float: left;
  color: #5C2B6F;
  line-height: 60px;
  text-indent: 20px;
  font-size: 16px;
}
.container .con-other .hot-news .list-news {
  width: 100%;
  float: left;
}
.container .con-other .hot-news .list-news .item {
  width: 100%;
  float: left;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.container .con-other .hot-news .list-news .item:last-child {
  margin-bottom: 0px;
}
.container .con-other .hot-news .list-news .item .tip {
  width: 20px;
  height: 20p;
  float: left;
  background-color: #5C2B6F;
  color: white;
  text-align: center;
  line-height: 20px;
}
.container .con-other .hot-news .list-news .item .con {
  width: 280px;
  float: right;
}
.container .con-other .hot-news .list-news .item .con .title {
  width: 100%;
  line-height: 20px;
  height: 20px;
  float: left;
  margin-bottom: 10px;
  text-indent: 0px;
}
.container .con-other .hot-news .list-news .item .con .title a {
  width: 100%;
  height: 20px;
  float: left;
  margin-bottom: 10px;
  text-indent: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black;
  font-size: 16px;
}
.container .con-other .hot-news .list-news .item .con .title a:hover {
  text-decoration: underline;
}
.container .con-other .hot-news .list-news .item .con .info {
  width: 100%;
  height: 40px;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.container .con-other .Recommended-product {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  background-color: white;
}
.container .con-other .Recommended-product .title {
  width: 100%;
  float: left;
  color: #5C2B6F;
  line-height: 60px;
  text-indent: 20px;
  font-size: 16px;
}
.container .con-other .Recommended-product .list-news {
  width: 100%;
  float: left;
}
.container .con-other .Recommended-product .list-news .item {
  width: 100%;
  float: left;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.container .con-other .Recommended-product .list-news .item:last-child {
  margin-bottom: 0px;
}
.container .con-other .Recommended-product .list-news .item .img {
  width: 134px;
  height: 94p;
  float: left;
}
.container .con-other .Recommended-product .list-news .item .img img {
  width: 134px;
  height: 94px;
  float: left;
}
.container .con-other .Recommended-product .list-news .item .con {
  width: 160px;
  float: right;
}
.container .con-other .Recommended-product .list-news .item .con .title {
  width: 100%;
  line-height: 20px;
  height: 20px;
  float: left;
  margin-bottom: 10px;
  text-indent: 0px;
}
.container .con-other .Recommended-product .list-news .item .con .title a {
  width: 100%;
  height: 20px;
  float: left;
  margin-bottom: 10px;
  text-indent: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black;
  font-size: 16px;
}
.container .con-other .Recommended-product .list-news .item .con .title a:hover {
  text-decoration: underline;
}
.container .con-other .Recommended-product .list-news .item .con .info {
  width: 100%;
  height: 60px;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.container .con-other .cloud-label {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  background-color: white;
}
.container .con-other .cloud-label .title {
  width: 100%;
  float: left;
  color: #5C2B6F;
  line-height: 50px;
  text-indent: 20px;
  font-size: 16px;
}
.container .con-other .cloud-label .list-label {
  width: 100%;
  float: left;
}
.container .con-other .cloud-label .list-label a {
  line-height: 30px;
  margin: 0 15px;
  color: #999999;
}
.container .con-other .cloud-label .list-label a:hover {
  text-decoration: underline;
}
.container .con-other .swiper-pic {
  width: 100%;
  height: 214px;
  float: left;
  margin: 10px 0;
}
.container .con-other .swiper-pic .swiper-container {
  width: 100%;
  height: 214px;
  float: left;
}
.container .con-other .swiper-pic .swiper-container img {
  width: 100%;
  height: 214px;
  float: left;
}
.container .share {
  width: 58px;
  position: absolute;
  top: 0px;
  left: -63px;
}
.container .share p {
  width: 58px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.container .share img {
  width: 36px;
  height: 36px;
  float: left;
  margin: 0 11px 10px 11px;
}

