.index-banner {
  background: #fff url(../images/index-banner.jpg) no-repeat top left;
  height: 600px;
}g
  * {
      margin: 0;
      padding: 0;
      list-style: none;
    }

    a {
      text-decoration: none;
    }

    div {
      box-sizing: border-box;
    }

  
  /*首页*/
    .slider-wrap {
      position: relative;
      width: 100%;
      height: 600px;
    }

    @media screen and (max-width: 1600px) {
      .slider-wrap {
        height: 400px;
      }
      .slider .slider-list a img{height: 400px;width: 100%}


    }

    @media screen and (min-width: 1600px) {.app_x{display: none;}}

    @media screen and (min-width:768px) and (max-width:992px) {
      .slider-wrap {
        height: 500px;
      }

    }

    @media screen and (max-width:768px) {
      .slider-wrap {
        max-height: 200px;
      }
	  .slider .slider-list a img{height: 200px;}
	 .banner{display: none;}
	 .wap_baner{background: url(../images/cp_index.jpg) no-repeat center; height: 200px;background-size: 100%;}
    
     .wap_baner_news{background: url(../images/cp_index1.jpg) no-repeat center; height: 200px;background-size: 100%;}
    
      .wap_baner_case{background: url(../images/al.jpg) no-repeat center; height: 200px;background-size: 100%;}
      .wap_baner_ab{background: url(../images/ab_wap_banner.jpg) no-repeat center; height: 200px;background-size: 100%;}
    }

    .slider {
      height: 100%;
    }

    .slider .slider-list {
      position: relative;
      height: 100%;
    }

    .slider .slider-list .item {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      text-align: center;
    }

    .slider .slider-list .item.cur {
      display: block;
    }

    .yuan {
      position: absolute;
      left: 50%;
      bottom: 10px;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
    }

    .yuan .yuan-item {
      display: block;
      position: relative;
      float: left;
      width: 18px;
      height: 18px;
      margin-right: 1px;
      cursor: pointer;
    }

    .yuan .yuan-item::after {
      content: "";
      display: block;
      position: absolute;
      top: 4px;
      left: 4px;
      width: 10px;
      height: 10px;
      border: 2px solid rgba(255, 255, 255, .4);
      border-radius: 50%;
      box-sizing: border-box;
    }

    .yuan .yuan-item.cur::after {
      background: #F39700;
    }

    .yuan .yuan-item::before {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      background-color: rgba(255, 255, 255, 0);
      border-radius: 50%;
    }

    .yuan .yuan-item.cur::before {
      background-color: rgba(255, 255, 255, .2);
    }

    .btn-group1 {
      width: 100%;
    }

    .btn-group1 .btn-left,
    .btn-group1 .btn-right {
      position: absolute;
      width: 50px;
      height: 50px;
      line-height: 50px;
      font-size: 30px;
      text-align: center;
      color: #fff;
      background: rgba(255, 255, 255, .5);
      border-radius: 50%;
      cursor: pointer;
      
    }

    .btn-group1 .btn-left {
      left: 15px;
      top: 50%;
      margin-top: -25px;
    }

    .btn-group1 .btn-right {
      right: 15px;
      top: 50%;
      margin-top: -25px;
    }

h2 {
  font-size: 24px;
}

.index-title {
  color: #64a940;
  margin: 40px 0 20px;
  font-size: 26px;
}

.introduce-row {
  padding: 30px 0px;
}

.introduce-row .col-md-3 {
  margin-top: 20px;
}

.introduce-row .col-md-3 i {
  width: 120px;
  height: 52px;
  display: block;
}

.introduce-row .col-md-3 p {
  color: #666666;
  line-height: 28px;
  font-weight: bold;
  font-size: 20px;
  display: block;
  max-width: 263px;
  
}

.introduce-row .col-md-3:nth-child(1) i {
  background-position: 0 -281px;
}

.introduce-row .col-md-3:nth-child(2) i {
  background-position: -120px -281px;
}

.introduce-row .col-md-3:nth-child(3) i {
  background-position: -240px -281px;
}

.introduce-row .col-md-3:nth-child(4) i {
  width: 154px;
  background-position: -370px -281px;
}

.information {
  padding-bottom: 67px;
}

.information .info-left {
  position: relative;
  margin-top: 20px;
}

.information .info-left .date {
  position: absolute;
  padding: 15px 11px;
  color: #64a940;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  left: 45px;
  border-radius: 5px;
  bottom: 10px;
}

.information .info-left .date p {
  font-size: 36px;
  text-align: center;
  line-height: 36px;
}

.information .info-left .date small {
  font-size: 18px;
}

.information .info-left > p {
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  padding-left: 162px;
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 60px;
  overflow: hidden;
}

.information .info-right {
  margin-top: 20px;
}

.information .info-right .info-item .date {
  padding-right: 18px;
  border-right: 1px solid #cccccc;
}

.information .info-right .info-item .date p {
  font-size: 36px;
  text-align: center;
  line-height: 38px;
}

.information .info-right .info-item .date small {
  font-size: 13px;
  display: block;
  text-align: center;
}

.information .info-right .info-item .right-info {
  width: 76.3%;
  padding-left: 27px;
}

.information .info-right .info-item .right-info h2 {
  height: 20px;
  overflow: hidden;
}

.information .info-right .info-item .right-info p {
  height: 50px;
  overflow: hidden;
  line-height: 24px;
  font-size: 15px;
  text-align: justify;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
-webkit-line-clamp: 2;
overflow: hidden;

}

.information .info-right .info-item:nth-child(1), .information .info-right .info-item:nth-child(2) {
  margin-bottom: 11%;
}

.classify {
  background-color: #F5F5F5;
  padding: 16px 0 53px;
}

.classify .classify-item {
  
  margin-top: 20px;
}

.classify .classify-item a{display: block;}
.classify .classify-item h4 {
  font-size: 18px;
  line-height: 18px;
  overflow: hidden;
  height: 20px;
  margin: 19px 0 14px;
}

.classify .classify-item > p {
  line-height: 24px;
  color: #666666;
}

.classify .classify-item .classify-img {
  display: inline-block;
  position: relative;
  width: 100%
}
.classify .classify-item .classify-img img{width: 100%}

.classify .classify-item .classify-img p {
  padding: 12px 14px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.classify .classify-item .classify-img p:after {
  content: ' ';
  background: url("../images/icon-sprite.png") no-repeat -162px -10px;
  display: inline-block;
  width: 17px;
  height: 11px;
  margin-left: 10px;
}

.classify .classify-item .classify-img:hover p {
  display: block;
}

.classify .classify-more {
  font-size: 24px;
  background-color: #64a940;
  color: #fff;
  padding: 15px 45px;
  border-radius: 31px;
  display: block;
  margin: 50px auto;
  width: 187px;
  display: none;
}

.classify .classify-facility {
  margin-top: 40px;
  display: none;
}

.classify .classify-facility p {
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}

.classify .classify-facility img {
  margin: 0 auto;
}

.classify .classify-facility strong {
  color: #000000;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 24px;
}

#pad_nav .pad_navbar img{width: auto;}
/*关于我们*/
.zjsl{display: none;}
.about-banner {
  background: #fff url(../images/banner.jpg) no-repeat top left;
}

.industrial-park-banner {
  background: #fff url(../images/banner.jpg) no-repeat top left;
}

.enterprise-culture-banner {
  background: #fff url(../images/banner.jpg) no-repeat top left;
}

.about-title {
  color: #000000;
  margin-bottom: 24px;
  font-size: 20px;
}

.about-title span {
  color: #7E7E7E;
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}

.manufacturer {
  padding: 50px 15px;
}

.manufacturer p {
  line-height: 24px;
  margin-bottom: 24px;
  font-size: 14px;
}

.manufacturer img {
  margin: 0 auto;
}

.culture {
  background-color: #F5F5F5;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  /*padding: 40px 48px;*/
}

.culture img {
  border: 4px solid #fff;
  -webkit-box-shadow: 2px 2px 3px 0 #ddd;
          box-shadow: 2px 2px 3px 0 #ddd;
  margin: 10px 0;
}

.culture p {
  margin: 26px 0;
  line-height: 30px;
  color: #888888;
  text-indent: 2em;
}

.culture ul li {
  font-size: 16px;
  color: #888888;
  line-height: 24px;
}

.culture ul li::before {
  content: " ";
  display: inline-block;
  width: 33px;
  height: 2px;
  background-color: #4A86FF;
  margin-right: 20px;
}

.culture .img-list img {
  margin-top: 30px;
}

.pro-base {
  padding: 45px 15px 51px;
}

.pro-base .base-row {
  background: url(../images/about04.jpg) no-repeat right top;
  overflow: hidden;
}

.pro-base .base-row2 {
  background: url(../images/about05.jpg) no-repeat left top;
  overflow: hidden;
  margin-top: 20px;
}
.fr{float: right;}
.pro-base-p{padding: 0;}

.pro-base .base-box {
  width: 320px;
  height: 340px;
  padding: 55px 35px 36px 17px;
  background: #F5F5F5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pro-base .base-box strong {
  font-size: 24px;
  display: block;
  font-weight: bold;
}

.pro-base .base-box strong span {
  font-size: 16px;
}

.pro-base .base-box small {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.pro-base .base-box p {
  color: #666666;
  line-height: 20px;
  text-indent: 2em;
  margin-top: 10px;
}

.pro-base .base-box a {
  color: #666;
  margin-top: 30px;
  display: block;
}

.pro-base .pro-base-item {
  color: #000000;
  margin-top: 32px;
  cursor: pointer;
}

.pro-base .pro-base-item strong {
  font-size: 24px;
  font-weight: bold;
}

.pro-base .pro-base-item strong span {
  font-size: 14px;
}

.pro-base .pro-base-item small {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 13px 0 5px;
}

.pro-base .pro-base-item > p {
  line-height: 24px;
  margin-bottom: 42px;
}

.pro-base .pro-base-item .item-img {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}

.pro-base .pro-base-item .item-img p {
  color: #fff;
  line-height: 25px;
  padding: 30px 21px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.pro-base .pro-base-item .item-img:hover p {
  display: block;
}

.about-news {
  background-color: #F5F5F5;
  /*padding: 33px 78px;*/
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.about-news .news-item {
  margin-top: 20px;
}

.about-news .news-item h4 {
  margin: 28px 0 18px;
}

.about-news .news-item small {
  font-size: 16px;
  color: #CECECE;
}

.about-news .news-item p {
  color: #999;
  line-height: 26px;
  margin-top: 19px;
  text-align: justify;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
-webkit-line-clamp: 2;
overflow: hidden;

}

.about-partner {
  padding: 54px 15px 50px;
}

.about-partner ul {
  font-size: 0;
}

.about-partner ul li {
  display: inline-block;
  width: 19%;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}

.about-partner ul li:last-child {
  padding-right: 0;
}

.about-partner ul li img {
  border: 1px solid #E8E8E8;
}

.park-base {
  padding: 50px 15px;
}

.park-base .park-base-info {
  padding-top: 51px;
}

.park-base .park-base-info p {
  margin-top: 29px;
  line-height: 30px;
  text-indent: 2em;
  color: #515151;
}

.park-base .park-base-img img {
  border: 5px solid #ddd;
}

.park-jz {
  background: #F5F5F5 url(../images/park02.jpg) no-repeat left top;
  padding-bottom: 70px;
}

.park-jz .jz-title {
  color: #fff;
  text-align: center;
}

.park-jz .jz-title h2 {
  font-size: 30px;
  margin-top: 46px;
  margin-bottom: 13px;
}

.park-jz .jz-title p {
  font-size: 16px;
}

.park-jz .jz-box {
  padding: 40px 31px 40px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px 0 #ddd;
          box-shadow: 0 2px 3px 0 #ddd;
  margin-top: 52px;
}

.park-jz .jz-box img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 2px 3px 0 #ddd;
          box-shadow: 0 2px 3px 0 #ddd;
}

.park-jz .jz-box small {
  font-size: 20px;
  line-height: 60px;
  color: #555555;
  font-weight: bold;
}

.park-jz .jz-box strong {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #555555;
  line-height: 36px;
}

.park-jz .jz-box strong span {
  font-size: 20px;
  font-weight: normal;
}

.park-jz .jz-box p {
  line-height: 26px;
  color: #666666;
  margin: 13px 0 13px;
}

.park-jz .jz-box ul li {
  line-height: 30px;
  color: #555;
}

.park-jz .jz-live-action {
  margin: 37px 0 0;
}

.park-jz .jz-live-action .jz-item {
  position: relative;
  margin-top: 20px;
}

.park-jz .jz-live-action .jz-item p {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 16px;
  line-height: 24px;
}

.park-list-bar {
  padding: 20px 15px 80px;
}

.park-list-bar .bar-item {
  margin-top: 30px;
}

.park-list-bar .bar-item:nth-child(1) {
  background: #F5F5F5 url(../images/gongye_shijing5.jpg) no-repeat left top;
}

.park-list-bar .bar-item:nth-child(2) {
  background: #F5F5F5 url(../images/gongye_shijing7.jpg) no-repeat right top;
}

.park-list-bar .bar-item:nth-child(3) {
  background: #F5F5F5 url(../images/gongye_shijing8.jpg) no-repeat left top;
}

.park-list-bar .bar-item:nth-child(4) {
  background: #F5F5F5 url(../images/gongye_shijing9.jpg) no-repeat right top;
}

.park-list-bar .bar-item .item-info {
  width: 438px;
  padding: 23px 29px 45px 44px;
  height: 297px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F5F5;
}

.park-list-bar .bar-item .item-info small {
  color: #7E7E7E;
  font-size: 14px;
  line-height: 20px;
}

.park-list-bar .bar-item .item-info strong {
  display: block;
  margin: 20px 0 10px;
  color: #555555;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
}

.park-list-bar .bar-item .item-info strong span {
  font-weight: normal;
  font-size: 20px;
  margin-left: 12px;
}

.park-list-bar .bar-item .item-info p {
  line-height: 24px;
  color: #666666;
  text-indent: 2em;
}

.park-list-bar .bar-item:nth-child(odd) .item-info {
  float: right;
}

.culture-teamwork {
  padding: 40px 15px;
}

.culture-teamwork img {
  border: 4px solid #fff;
  -webkit-box-shadow: 2px 2px 3px 0 #ddd;
          box-shadow: 2px 2px 3px 0 #ddd;
}

.culture-teamwork .culture-info {
  padding-top: 72px;
}

.culture-teamwork .culture-info h3 {
  font-size: 20px;
}

.culture-teamwork .culture-info p {
  line-height: 26px;
  margin: 23px 0 24px;
  text-indent: 2em;
  font-size: 14px;
}

.culture-teamwork .culture-info ul li {
  color: #333;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: bold;
}



.culture-bar .small-container {
  width: 976px;
}


.culture-bar {
    padding: 70px 0 120px;
    color: #fff;
    background: url(../images/culture03.jpg) left top;
}

.culture-bar .small-container h3 {
  font-size: 20px;
  margin: 32px 0;
  text-align: center;

}
.culture-bar .small-container p {
  line-height: 26px;
  text-align: center;
}

.culture-bar .small-container .bar-item {
  padding-right: 5px;
  margin-top: 10px;
}

.culture-bar .small-container .bar-item img {
  border: 3px solid #fff;
}

.culture-ingenuity {
  background-color: #F5F5F5;
  padding: 30px 0 20px;
}

.culture-ingenuity .ingenuity-item {
  padding-right: 5px;
}

.culture-ingenuity .ingenuity-item .ingenuity-info {
  background-color: #fff;
  padding: 20px 11px 49px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.culture-ingenuity .ingenuity-item .ingenuity-info h3 {
  font-size: 20px;
}

.culture-ingenuity .ingenuity-item .ingenuity-info p {
  line-height: 24px;
  margin-top: 19px;
}

.culture-server {
  padding: 50px 15px;
}

.culture-server .culture-server-row h3 {
  font-size: 20px;
  margin-top: 40px;
}

.culture-server .culture-server-row p {
  line-height: 28px;
  font-size: 16px;
  margin-top: 43px;
}

.culture-server .culture-server-row .culture-server-img {
  padding-right: 0;
}

.culture-server .culture-server-row .culture-server-img2 {
  padding-left: 0;
}

.culture-server .culture-server-info {
  padding-left: 30px;
}

.culture-server .culture-server-info2 {
  padding-right: 30px;
}



/*产品页面*/
.pro-center-banner {
  background: #fff url(../images/banner1.jpg) no-repeat top center;
}

.pro-list-banner {
  background: #fff url(../images/banner1.jpg) no-repeat top center;
}

.pro-details-banner {
  background: #fff url(../images/banner1.jpg) no-repeat top center;
}

.pro_kj{width: 1125px; background: url(../images/kjz.jpg)no-repeat center ;height: 347px;
    }

.pro-main .pro-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pro-main .pro-box:nth-child(even) {
  background-color: #F5F5F5;
}

.pro-main .pro-box:nth-child(even) .pro-list strong {
  margin-top: 15px;
  display: block;
}

.pro-main .pro-box .pro-center-bar .bar-box {
  width:36%;
  height: 320px;
  background-color: #64a940;
  color: #fff;
  text-align: center;
  padding: 84px 0 72px;
}

.pro-main .pro-box .pro-center-bar .bar-box small {
  font-size: 18px;
}

.pro-main .pro-box .pro-center-bar .bar-box h2 {
  margin: 15px auto 58px;
  line-height: 30px;font-size: 24px;

}

.pro-main .pro-box .pro-center-bar .bar-box .btn {
  width: 219px;
  line-height: 41px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 27px;
}

.pro-main .pro-box .pro-center-bar .bar-box .btn::after {
  content: " ";
  display: inline-block;
  width: 17px;
  height: 11px;
  margin-left: 20px;
  background: url("../images/icon-sprite.png") -161px -8px;
}

.pro-main .pro-box .pro-hot {
  margin-top: 23px;
}

.pro-main .pro-box .pro-hot strong {
  font-weight: bold;
  margin-right: 39px;
  font-size: 20px;
  float: left;
}
.pro-main .pro-box .pro-hot ul li{float: left;}
.pro-main .pro-box .pro-hot a {
  font-size: 16px;
  padding: 0 9px;
  border-right: 2px solid #4e4e4e;
  /*line-height: normal;*/
  display: inline-block;
  line-height: 20px;
}

.pro-main .pro-box:nth-child(1) .pro-center-bar {
  background: url(../images/pro-ceter01.jpg) no-repeat right top;
}

.pro-main .pro-box:nth-child(2) .pro-center-bar {
  background: url(../images/proyidong.jpg) no-repeat left top;
}

.pro-main .pro-box:nth-child(2) .pro-center-bar .bar-box {
  float: right;
}

.pro-main .pro-box:nth-child(3) .pro-center-bar {
  background: url(../images/prozhisha.jpg) no-repeat right top;
}

.pro-main .pro-box:nth-child(4) .pro-center-bar {
  background: url(../images/promofen.jpg) no-repeat left top;
}

.pro-main .pro-box:nth-child(4) .pro-center-bar .bar-box {
  float: right;
}

.pro-main .pro-box h3 {
  font-size: 20px;
  margin: 20px;
  margin-left: 0;
}

.pro-main .pro-box h3 span {
  color: #7E7E7E;
  font-size: 14px;
  font-weight: normal;
  margin-left: 13px;
}

.pro-main .pro-box > p,
.pro-main .pro-box .container > p {
  /*margin-left: 55px;*/
  line-height: 24px;
}

.pro-main .pro-box .pro-list {
  font-size: 0;
}

.pro-main .pro-box .pro-list li {
  width: 25%;
  display: inline-block;
  text-align: center;
  margin-top: 23px;
}

.pro-main .pro-box .pro-list li:hover a {
  color: #64a940;
}

.pro-main .pro-box .pro-list li:hover a strong {
  color: #64a940;
}

.pro-main .pro-box .pro-list p {
  font-size: 16px;

  margin-top: 13px;
  height: 40px;
}

.pro-main .pro-box .pro-list strong {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  margin-top: 20px;
    display: block;
}

.pro-main .pro-box .pro-list img {
  margin: 0 auto;
}

.pro-list {
  padding: 67px 15px;
}

.pro-list strong {
  color: #656565;
  font-size: 24px;
}

.pro-list .pro-list-nav li {
  display: inline-block;
  padding: 15px 5px;
  width: 163px;
  text-align: center;
  background-color: #F5F5F5;
  font-size: 14px;
  margin-right: 10px;
}

.pro-list .pro-list-nav li a {
  color: #656565;
  font-size: 14px;
}

.pro-list .pro-list-nav li.active {
  background-color: #64a940;
}

.pro-list .pro-list-nav li.active a {
  color: #fff;
}

.pro-list .pro-list-item {
  margin-top: 50px;

}

.pro-list .pro-list-item .item-info {
  position: relative;
  text-align: left;
}

.pro-list .pro-list-item .item-info h3 {
  font-size: 16px;
  margin: 37px 0 19px;
  height: 40px;
}

.pro-list .pro-list-item .item-info p {
  color: #999999;
  max-width: 238px;
  height: 47px;
  line-height: 24px;
  overflow: hidden;
}

.pro-list .pro-list-item .item-info::after {
  content: " ";
  width: 40px;
  height: 26px;
  position: absolute;
  display: block;
  background: url("../images/icon-sprite.png") no-repeat -228px -430px;
  top: 43px;
  right: 2px;
}

.pro-list-other {
  padding: 22px 0 44px;
  background-color: #F5F5F5;
}

.pro-list-other h4 {
  margin-bottom: 15px;
  margin-top: 30px;
}

.pro-list-other .other-left {
  padding-right: 15px;
}

.pro-list-other .other-left .left-img p {
  font-size: 14px;
  line-height: 22px;
  color: #353535;
  text-align: center;
  
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
-webkit-line-clamp: 2;
overflow: hidden;
margin-top: 20px;

}
.left-img{margin-top: 35px;}

.pro-list-other .other-left .left-case {
  margin: 19px 15px 17px;
  padding-top: 10px;
  border-top: 1px solid #CCCCCC;
}

.pro-list-other .other-left .left-case a {
  line-height: 36px;
  color: #353535;
  font-size: 14px;
  display: block;
  text-align: justify;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
-webkit-line-clamp: 1;
overflow: hidden;

}
.pro-list-other .other-left .left-case a:hover{color: #64a940;}

.pro-list-other .other-left .left-case a b{color: #666;margin-right: 5px}

.pro-list-other .other-right .right-row li {
  display: inline-block;
  margin-top: 20px;
}

.pro-list-other .other-right .right-row li p {
  text-align: center;
  margin-top: 10px;
}

.pro-list-other .other-right .right-material li {
  display: inline-block;
  padding: 0 5px;
}

.pro-list-other .other-right .right-material li img {
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 2px 2px 0 #ddd;
          box-shadow: 2px 2px 0 #ddd;
    height: 49px;
    width: 49px;
}

.pro-list-other .other-right .right-material li p {
  line-height: 24px;
  text-align: center;
}

.pro-list-other .other-right .right-domain li {
  display: inline-block;
  padding: 0 4px;
}

.pro-list-other .other-right .right-domain li img {
  border: 2px solid #fff;
  border-radius: 5px;
  height: 50px;
    width: 78px;

}

.pro-list-other .other-right .right-domain li p {
  text-align: center;
  line-height: 24px;
}

.pro-list-other .pro-list-more .col-md-4 {
  position: relative;
}

.pro-list-other .pro-list-more .col-md-4:hover p {
  background-color: rgba(100, 169, 64, 0.8);
}

.pro-list-other .pro-list-more .col-md-4 p {
  width: 160px;
  line-height: 56px;
  border: 2px solid #fff;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -28px 0 0 -80px;
}

.pro-details-list li {
  display: inline-block;
  padding: 0 15px;
  margin: 20px auto;
  border-right: 1px solid #999999;
  color: #222222;
  font-size: 18px;
}

.pro-details-list li:last-child {
  border-right: none;
}

.pro-details-introduce {
  background-color: #F5F5F5;
  padding: 37px 0;
}

.pro-details-introduce .introduce-info small {
  font-size: 16px;
  color: #666666;
}

.pro-details-introduce .introduce-info h2 {
  font-size: 28px;
  line-height: 36px;
  border-bottom: 2px solid #CCCCCC;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.pro-details-introduce .introduce-info h4 {
  font-size: 18px;
  color: #363636;
  line-height: 44px;
  margin: 7px 0 0;
}

.pro-details-introduce .introduce-info > p {
  color: #444444;
  line-height: 30px;
}

.pro-details-introduce .introduce-info .pro-details-material li {
  display: inline-block;
  margin-right: 15px;
  width: 80px;
    float: left;
}
.pro-details-material{overflow: hidden;}

/*.pro-details-introduce .introduce-info .pro-details-material img {
  height: 49px;
  width: 49px;
  border: 1px solid #fff;
  -webkit-box-shadow: 2px 1px 2px 0 #aaa;
          box-shadow: 2px 1px 2px 0 #aaa;
  border-radius: 25px;
 }
*/
.pro-details-introduce .introduce-info .pro-details-material p {
  text-align: center;
  line-height: 20px;
  height: 40px;
}

.pro-details-introduce .introduce-info .pro-details-domain li {
  display: inline-block;
  margin-right: 20px;
  width: 85px;
    float: left;
}

.pro-details-introduce .introduce-info .pro-details-domain li p {
  text-align: center;
  line-height: 20px;
}

.pro-details-introduce .introduce-info .pro-details-domain li img {
/*  border: 1px solid #fff;
  -webkit-box-shadow: 2px 1px 2px 0 #aaa;
          box-shadow: 2px 1px 2px 0 #aaa;*/
  height: 60px;
  width: 85px;
  border: 1px solid #fff;
  -webkit-box-shadow: 2px 1px 2px 0 #aaa;
          box-shadow: 2px 1px 2px 0 #aaa;
  /*border-radius: 25px;*/
}

.pro-details-introduce .introduce-info .btn {
  background-color: #d70c25;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  margin-top: 25px;
  padding: 0;
  width: 240px;
  display: inline-block;
}

.pro-details-introduce .introduce-info .icon-sprite {
  background-position: 0 -468px;
  height: 46px;
  width: 220px;
  margin-left: 30px;
  display: inline-block;
  margin-top: 25px;
}

.pro-details-abstract {
  padding: 50px 0px;
}

.pro-details-abstract .abstract-left {
  padding-top: 0px;
  padding-left: 0;
}

.pro-details-abstract .abstract-left h3 {
  line-height: 68px;
  font-size: 26px;
}

.pro-details-abstract .abstract-left p {
  line-height: 28px;
  font-size: 14px;
      padding-bottom: 20px;
}

.pro-details-trait {
  background-color: #eaeaea;
  padding: 30px 0;
}
.pro-details-trait h3{margin-bottom: 30px;font-size: 26px;}
.pro-details-trait ul li{width: 23.5%; float: left; margin-right: 2%;}
.pro-details-trait ul li img{width: 100%}
.pro-details-trait ul li:nth-child(4){margin-right: 0;}
.pro-details-trait ul li h2{font-style: normal;
    font-weight: 400;
    color: #64a940;
    font-size: 20px;
    margin-top: 20px;
    overflow: hidden;}
	.pro-details-trait ul li p{
    margin-top: 15px;
    text-align: left;
    line-height: 24px;
    font-size: 14px;}

.pro-details-trait .trait-icon li {
  border-right: 1px solid #dddddd;
  width: 25%;
  padding: 50px 15px 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: -4px;
  margin-top: 20px;
}

.pro-details-trait .trait-icon li i {
  display: block;
  width: 51px;
  height: 46px;
  margin: 0 auto 30px;
}

.pro-details-trait .trait-icon li strong {
  font-size: 18px;
  display: block;
  text-align: center;
  font-weight: bold;
  padding-bottom: 23px;
}

.pro-details-trait .trait-icon li strong::after {
  content: " ";
  width: 30px;
  display: block;
  margin: 23px auto 20px;
  height: 2px;
  background-color: #1E50B0;
}

.pro-details-trait .trait-icon li p {
  text-align: center;
}

.pro-details-trait .trait-icon li:nth-child(1) i {
  background-position: -287px -420px;
}

.pro-details-trait .trait-icon li:nth-child(2) i {
  background-position: -338px -420px;
}

.pro-details-trait .trait-icon li:nth-child(3) i {
  background-position: -389px -420px;
}

.pro-details-trait .trait-icon li:nth-child(4) i {
  background-position: -440px -420px;
}

.pro-details-trait .trait-item {
  margin-top: 50px;
  /*min-height: 350px;*/
}

.pro-details-trait .trait-item img {
  width:100%;
}

.pro-details-trait .trait-item h3 {
  line-height: 33px;
  color: #64a940;
  /*margin-top: 30px;*/
}

.pro-details-trait .trait-item p {
  line-height: 22px;
  min-height: 81px;
}

.pro-details-trait .trait-item:nth-child(odd) p {
  margin-bottom: 40px;
}

.pro-details-trait .trait-item:nth-child(even) img {
  margin-bottom: 40px;
}

.pro-details-table {
  padding: 50px 15px;
}

.pro-details-table h3 {
  margin-bottom: 30px;
  font-size: 26px;
}

.pro-details-case {
  /*background-color: #F5F5F5;*/
  padding: 49px 0 27px;
}

.pro-details-case .case-item {
  margin-top: 30px;
}

.pro-details-case .case-item .case-info {
  background-color: #fff;
  padding: 0 49px 17px 36px;
  -webkit-box-shadow: 2px 2px 3px 0 #ddd;
          box-shadow: 2px 2px 3px 0 #ddd;
}

.pro-details-case .case-item .case-info strong {
  font-weight: bold;
  text-align: center;
  height: 49px;
  overflow: hidden;
  display: block;
  line-height: 49px;
  font-size: 18px;
}

.pro-details-case .case-item .case-info span {
  line-height: 24px;
  color: #929292;
}

.pro-details-form {
  padding: 10px 10px;
}

.pro-details-form h3 {
  line-height: 62px;
}

.pro-details-form .form-left small {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: block;
  margin-bottom: 10px;
}

.pro-details-form .form-left p {
  font-size: 16px;
  line-height: 30px;
  color: #343434;
  margin-left: 18px;
  max-width: 386px;
}

.pro-details-form .form-right label {
  font-size: 14px;
  font-weight: normal;
}

.pro-details-form .form-right input,
.pro-details-form .form-right textarea {
  width: 460px;
  background-color: #F5F5F5;
  display: inline-block;
  margin-left: 15px;
}

.pro-details-form .form-right textarea {
  font-weight: normal;
}

.pro-details-form .form-right .btn-blue,
.pro-details-form .form-right .btn-red {
  width: 160px;
  line-height: 25px;
  color: #fff;
  float: right;
}

.pro-details-form .form-right .btn-blue {
  background-color: #1E50B0;
  margin-right: 20px;
}

.pro-details-form .form-right .btn-red {
  background-color: #D80C26;
  margin-right: 15px;
}

.pro-details-form .form-more .col-md-4 {
  position: relative;
}

.pro-details-form .form-more .col-md-4 p {
  position: absolute;
  border: 2px solid #fff;
  width: 156px;
  line-height: 52px;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
}

.pro-details-form .form-more .col-md-4:hover p {
  background-color: rgba(0, 0, 0, 0.6);
}

/*服务中心*/
.server-network-banner {
  background: #fff url(../images/banner1.jpg) no-repeat top center;
}

.question-banner {
  background: #fff url(../images/banner1.jpg) no-repeat top center;
}

.parts-banner {
  background: #fff url(../images/banner1.jpg) no-repeat top center;
}

.regulations-banner {
  background: #fff url(../images/banner1.jpg) no-repeat top center;
}

.commitment-banner {
  background: #fff url(../images/banner1.jpg) no-repeat top center;
}

.server-center-banner {
  background: #fff url(../images/banner1.jpg) no-repeat top center;
}

h2 {
  font-size: 19px;
}
.col-xs-12 h3{font-size: 20px; line-height: 36px;}
h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

.server-title p {
  font-size: 18px;
  color: #666;
  margin-top: 19px;
}

.server-network-strategy {
  padding: 32px 15px 40px;
}

.server-network-strategy .strategy-item h2 {
  line-height: 44px;
  margin: 10px 0 4px;
}

.server-network-strategy .strategy-item p {
  line-height: 28px;
  font-size: 16px;
  margin: 16px 0;
}

.server-network-strategy .strategy-item:nth-child(2) h2 {
  margin: 10px 0 16px 15px;
}

.server-network-opportunity {
  background-color: #F5F5F5;
  padding: 60px 0 66px;
}

.server-network-opportunity h4 {
  font-size: 18px;
  line-height: 26px;
  margin: 47px 0 25px;
}

.server-network-opportunity p {
  line-height: 26px;
}

.server-network-opportunity .opportunity-img img {
  margin-top: 48px;
  float: right;
}

.server-network-partner {
  padding: 40px 15px 50px;
}

.server-network-partner .partner-item {
  margin-top: 20px;
}

.server-network-partner .partner-item img {
  margin: 0 auto;
}

.question-container {
  width: 900px;
  margin: 0 auto;
}

.question-container h3 {
  color: #1C1E22;
  border-bottom: 2px solid #D7D9DE;
  padding-bottom: 18px;
}

.question1 {
  padding-bottom: 29px;
}

.question1 h2 {
  margin: 40px 0 43px;
}

.question-item h4 {
  font-size: 18px;
  margin: 35px 0 23px;
}

.question-item p {
  color: #666;
  line-height: 24px;
}

.question2 {
  padding: 26px 0 39px;
  background-color: #F5F5F5;
}

.question3 {
  padding: 26px 0 39px;
}

.question-bar {
  height: 300px;
  background-color: #094BDE;
  color: #fff;
  text-align: center;
}

.question-bar p {
  font-size: 36px;
  margin-top: 61px;
}

.question-bar span {
  font-size: 24px;
  margin-top: 19px;
  display: block;
}

.question-bar .btn {
  font-size: 24px;
  color: #fff;
  background-color: #D80202;
  width: 174px;
  margin-top: 44px;
  line-height: 46px;
}

.parts-top {
  padding: 41px 15px 49px;
}

.parts-top .parts-top-left {
  width: 535px;
  float: left;
}

.parts-top .parts-top-left p {
  line-height: 26px;
  font-size: 16px;
  margin-top: 25px;
}

.parts-top .parts-top-right {
  width: 585px;
  float: right;
  margin-top: 11px;
}

.part-list {
  padding-bottom: 50px;
}

.part-list:nth-child(even) {
  background-color: #F5F5F5;
}

.part-list h2 {
  margin: 30px 0 27px;
}

.part-list p {
  line-height: 33px;
  text-align: center;
  font-weight: bold;
}

.part-list .col-md-2 {
  padding-right: 0;
}

.parts-bar {
  padding: 41px 0 52px;
  background-color: #F5F5F5;
}

.parts-bar .container {
  position: relative;
}

.parts-bar .container .parts-bar-info {
  width: 554px;
}

.parts-bar .container .parts-bar-info h3 {
  padding: 28px 0 21px;
}

.parts-bar .container .parts-bar-info p {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}

.parts-bar .container img {
  position: absolute;
  right: 20px;
  top: -41px;
}

.parts-bar2 img {
  left: 20px;
}

.regulations-box {
  padding-top: 40px;
  padding-bottom: 42px;
}

.regulations-box .regulations-info {
  float: left;
}

.regulations-box .regulations-info p {
  line-height: 28px;
}

.regulations-box .regulations-img {
  float: right;
}

.regulations-box:nth-child(even) {
  background-color: #F5F5F5;
}

.regulations-box:nth-child(even) .regulations-info {
  float: right;
}

.regulations-box:nth-child(even) .regulations-img {
  float: left;
}

.regulations-row1 .regulations-info {
  width: 632px;
}

.regulations-row1 .regulations-info h4 {
  margin: 22px 0 18px;
}

.regulations-row1 .regulations-info p {
  margin-left: 0px;
  text-indent: 1em;
}

.regulations-row1 .regulations-img img {
  border-radius: 6px;
}

.regulations-row2 .regulations-img img {
  max-width: 540px;
}

.regulations-row2 .regulations-info {
  width: 535px;
}

.regulations-row2 .regulations-info h4 {
  line-height: 28px;
  margin-top: 31px;
}

.regulations-row2 .regulations-info p {
  margin-left: 11px;
}

.regulations-row3 .regulations-info {
  width: 633px;
}

.regulations-row3 .regulations-info h4 {
  margin: 30px 0 10px;
}

.regulations-row3 .regulations-img img {
  border-radius: 6px;
  width: 450px;
}

.regulations-row4 .regulations-img img {
  width: 540px;
}

.regulations-row4 .regulations-info {
  width: 563px;
}

.regulations-row4 .regulations-info h3 {
  margin: 29px 0;
}

.regulations-row4 .regulations-info p {
  text-indent: 1em;
}

.commitment-safeguard {
  padding: 33px 0px 40px;
}

.commitment-safeguard h2 {
  line-height: 38px;
  margin-bottom: 13px;
}

.commitment-safeguard p {
  line-height: 28px;
  font-size: 14px;
  text-indent: 1em;
}

.commitment-safeguard .safeguard-info {
  margin-top: 50px;
}

.commitment-safeguard .safeguard-row:nth-child(2) {
  margin-top: 25px;
}

.commitment-vipeak {
  background-color: #F5F5F5;
  padding: 49px 15px 51px;
}

.commitment-vipeak .vipeak-info {
  width: 517px;
  float: left;
}

.commitment-vipeak .vipeak-img {
  width: 500px;
  float: right;
}

.commitment-vipeak h4 {
  line-height: 30px;
}

.commitment-vipeak dl {
  margin-top: 22px;
}

.commitment-vipeak dl dt {
  font-weight: bold;
  line-height: 26px;
}

.commitment-vipeak dl dd {
  margin-left: 33px;
  line-height: 26px;
}

.commitment-certificate {
  padding: 50px 15px;
}

.commitment-certificate p {
  margin: 20px 0;
}

.commitment-certificate img {
  margin: 0 auto;
}

.server-center-title,
.server-center-title-white {
  line-height: 40px;
  margin-bottom: 18px;
}

.server-center-title span,
.server-center-title-white span {
  color: #999999;
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}

.server-center-title-white {
  color: #fff;
}

.server-center-title-white span {
  color: #fff;
}

.server-center-sunflower {
  padding: 28px 15px 50px;
}

.server-center-sunflower h3 {
  border-bottom: 1px solid #DDDDDD;
}

.server-center-sunflower .pull-left {
  width: 590px;
}

.server-center-sunflower .pull-right {
  width: 482px;
  color: #666666;
  line-height: 26px;
}

.server-center-sunflower .pull-right p {
  margin-bottom: 8px;
  font-size: 14px;
    line-height: 26px;
}

.server-center-sunflower .pull-right ul li {
  line-height: 29px;
}

.server-ceter-bar {
  background: url(../images/server-center02.jpg) no-repeat center top;
  padding: 53px 15px 89px;
}

.server-ceter-bar .bar-item {
  border: 1px solid #fff;
  color: #fff;
  width: 25%;
  height: 230px;
  text-align: center;
}

.server-ceter-bar .bar-item strong {
  font-size: 72px;
  margin-top: 40px;
  display: block;
  font-weight: bold;
  line-height: 72px;
}

.server-ceter-bar .bar-item p {
  font-size: 18px;
  margin-top: 11px;
}

.server-ceter-bar .bar-item p::after {
  content: " ";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #D5B345;
  margin: 0 auto;
  margin-top: 33px;
}

.server-ceter-bar .bar-item:hover p::after {
  background-color: #fff;
}

.server-center-list {
  background-color: #F5F5F5;
  padding: 31px 0 40px;
}

.server-center-list .server-center-title {
  margin-bottom: 0;
}

.server-center-list .list-item {
  
  margin-top: 20px;
}

.server-center-list .list-item .item-info {
  padding: 20px 11px 29px 24px;
  height: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #666666;
}

.server-center-list .list-item .item-info p {
  margin-top: 18px;
  text-indent: 1em;
  line-height: 24px;
}

.server-center-process {
  background: #F5F5F5 url(../images/server-center04.jpg) no-repeat center top;
  padding: 49px 0 40px;
}

.server-center-process .server-center-title-white {
  border-bottom: 1px solid #fff;
}

.server-center-process .process-box {
  background-color: #fff;
  margin-top: 20px;
  padding: 49px 0 53px;
  text-align: center;
  color: #555555;
}

.server-center-process .process-box h2 {
  margin-bottom: 15px;
}

.server-center-process .process-box p {
  line-height: 30px;
  font-size: 16px;
}

.server-center-process .process-box h3 {
  margin: 10px auto 38px;
}

.server-center-process .process-box .process-item i {
  width: 76px;
  height: 72px;
  display: block;
  margin: 0 auto;
}

.server-center-process .process-box .process-item:nth-child(1) i {
  background-position: -1px -95px;
}

.server-center-process .process-box .process-item:nth-child(2) i {
  background-position: -89px -95px;
}

.server-center-process .process-box .process-item:nth-child(3) i {
  background-position: -175px -102px;
}

.server-center-process .process-box .process-item:nth-child(4) i {
  width: 109px;
  background-position: -268px -102px;
}

.server-center-process .process-box .process-item strong {
  font-weight: bold;
  margin: 23px auto 20px;
  text-align: center;
  display: block;
}

.server-center-process .process-box .process-item p {
  width: 211px;
  margin: 0 auto;
  line-height: 24px;
  color: #999999;
  font-size: 14px;
}

.server-center-install {
  padding: 20px 15px 30px;
  text-align: center;
}

.server-center-install h3 {
  margin-bottom: 15px;
}

.server-center-install p {
  color: #666666;
  line-height: 24px;
}

.server-center-install .install-item {
  text-align: left;
  padding: 23px 19px 24px 8px;
  background-color: #F5F5F5;
  border-radius: 10px;
  margin-top: 26px;
}

.server-center-install .install-item i {
  display: inline-block;
  width: 73px;
  height: 73px;
  margin-right: 15px;
}

.server-center-install .install-item strong {
  font-weight: bold;
}

.server-center-install .install-item p {
  margin-top: 7px;
  line-height: 18px;
  color: #666666;
  font-size: 14px;
}

.server-center-install .col-md-3 {
  padding-right: 0;
}

.server-center-install .col-md-3:nth-child(1) i {
  background-position: -2px -188px;
}

.server-center-install .col-md-3:nth-child(2) i {
  background-position: -83px -188px;
}

.server-center-install .col-md-3:nth-child(3) i {
  background-position: -164px -188px;
}

.server-center-install .col-md-3:nth-child(4) i {
  background-position: -242px -188px;
}

.server-center-facility {
  background-color: #F5F5F5;
  padding: 40px 0 104px;
}

.server-center-facility .container > h2 {
  text-align: center;
}

.server-center-facility .container > p {
  text-align: center;
  margin: 27px auto 0;
  color: #666666;
  max-width: 592px;
  font-size: 16px;
}

.server-center-facility .container strong {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  display: block;
}

.server-center-facility .container .pull-left {
  border-right: 1px solid #666666;
  margin-top: 28px;
}

.server-center-facility .container .pull-left p {
  line-height: 24px;
  color: #666666;
  font-size: 14px;
}

.server-center-facility .container .pull-left li {
  margin-top: 21px;
  margin-left: 30px;
  position: relative;
}

.server-center-facility .container .pull-left li::before {
  content: " ";
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #999;
  position: absolute;
  left: -30px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 7px;
}

.server-center-facility .container .pull-right {
  padding-left: 110px;
  margin-top: 28px;
}

.server-center-facility .container .pull-right strong {
  margin-bottom: 8px;
}

.server-center-facility .container .pull-right p {
  line-height: 24px;
  color: #666666;
  text-indent: 2em;
  font-size: 16px;
}

.server-center-facility .container .pull-right .facility-img {
  margin-top: 70px;
  position: relative;
}

.server-center-facility .container .pull-right .facility-img .img-box {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #fff;
  line-height: 38px;
  width: 132px;
  margin: -19px auto;
  position: absolute;
  top: 50%;
  color: #fff;
  left: 50%;
  margin-left: -66px;
}

.server-center-join {
  padding: 106px 15px 104px;
  color: #fff;
  background: url(../images/server-center04.jpg) no-repeat center top;
}

.server-center-join .container {
  position: relative;
}

.server-center-join small {
  font-size: 16px;
}

.server-center-join h2 {
  font-size: 36px;
}

.server-center-join a {
  position: absolute;
  width: 150px;
  line-height: 30px;
  right: 0;
  top: 50%;
  border-radius: 22px;
  color: #fff;
  border: 1px solid #fff;
  margin-top: -15px;
}

.server-center-join a:hover {
  color: #fff;
}
/*重点应用*/
.key-application-banner {
  background: url("../images/banner1.jpg") no-repeat top center;
}

.material-banner {
  background: url("../images/banner1.jpg") no-repeat top center;
}

.case-center-banner {
  background: url("../images/banner1.jpg") no-repeat top center;
}

.case-details-banner {
  background: url("../images/banner1.jpg") no-repeat top center;
}

.case-title h2 {
  font-size: 24px;
  color: #343434;
  margin-bottom: 16px;
}

.case-title p {
  color: #666;
}

.application-box {
  padding: 49px 0 40px;
}

.application-box h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.application-box p {
  color: #343434;
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 20px;
}

.application-direction {
  background-color: #F5F5F5;
  padding: 73px 0 39px;
}

.application-direction .direction-box {
  position: relative;
  margin-bottom: 35px;
}

.application-direction .direction-box img {
  width: 420px;
  border: 5px solid #fff;
}

.application-direction .direction-box .direction-info {
  position: absolute;
  top: 30px;
  right: 0;
  padding: 31px 55px 41px 30px;
  height: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 820px;
  color: #666;
  background-color: #fff;
  -webkit-box-shadow: 1px 3px 12px 0px rgba(86, 86, 86, 0.2);
          box-shadow: 1px 3px 12px 0px rgba(86, 86, 86, 0.2);
}

.application-direction .direction-box .direction-info h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.application-direction .direction-box .direction-info p {
  font-size: 16px;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
}

.application-direction .direction-box .direction-info .btn-default {
  width: 180px;
  line-height: 40px;
  border: 1px solid #64a940;
  padding: 0;
  position: absolute;
  bottom: 32px;
}

.application-direction .direction-box .direction-info .btn-default:hover {
  background-color: #64a940;
  color: #fff;
}

.application-direction .direction-box:nth-child(even) img {
  float: right;
}

.application-direction .direction-box:nth-child(even) .direction-info {
  left: 0;
}

.domain {
  padding: 50px 15px 70px;
}

.domain .row > h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 18px;
}

.domain .row > p {
  font-size: 18px;
  color: #343434;
}

.domain .row .domain-item {
  margin-top: 50px;
}

.domain .row .domain-item .domain-info {
  padding: 19px 12px 21px 17px;
  background-color: #F5F5F5;
}

.domain .row .domain-item .domain-info h3 {
  font-size: 20px;
  color: #64a940;
}

.domain .row .domain-item .domain-info p {
  color: #666;
  line-height: 26px;
  margin: 18px 0 23px;
}

.domain .row .domain-item .domain-info .btn-default {
  border: 1px solid #64a940;
  color: #666;
  width: 100px;
  background-color: #F5F5F5;
}

.domain .row .domain-item:hover .domain-info {
  background-color: #64a940;
}

.domain .row .domain-item:hover .domain-info h3 {
  color: #fff;
}

.domain .row .domain-item:hover .domain-info p {
  color: #fff;
}

.domain .row .domain-item:hover .domain-info .btn-default {
  border: 1px solid #fff;
  background-color: #64a940;
  color: #fff;
}

.material-list {
  padding: 48px 0px 61px;
}

.material-list .material-item {
  margin-top: 14px;
  padding-left: 0;
}

.material-list .material-item p {
  color: #343434;
  line-height: 26px;
}

.material-list:nth-child(even) {
  background-color: #F5F5F5;
  padding: 48px 0 61px;
}

.material-case-list {
  background-color: #F5F5F5;
  padding: 50px 0 60px;
}

.material-case-list .title h2 {
  color: #000;
  font-size: 24px;
      padding-left: 15px;
}

.material-case-list .title h2 a {
  color: #64a940;
  font-size: 16px;
  font-weight: normal;
  margin-right: 15px;
}

.material-case-list .container {
  background-color: #fff;
  padding: 30px 0 39px;
}

.material-case-list .material-case-item {
  margin-top: 38px;
}

.material-case-list .material-case-item img {
  -webkit-box-shadow: 1px 3px 12px 0px rgba(86, 86, 86, 0.2);
          box-shadow: 1px 3px 12px 0px rgba(86, 86, 86, 0.2);
}

.material-case-list .material-case-item .case-item-info {
  padding: 20px 23px 44px 23px;
  -webkit-box-shadow: 1px 3px 12px 0px rgba(86, 86, 86, 0.2);
          box-shadow: 1px 3px 12px 0px rgba(86, 86, 86, 0.2);
}

.material-case-list .material-case-item .case-item-info h4 {
  font-size: 18px;
  color: #000;
  height: 20px;
  overflow: hidden;
}

.material-case-list .material-case-item .case-item-info p {
  color: #908C8C;

  overflow: hidden;
  margin: 22px 0 16px;
}

.material-case-list .material-case-item .case-item-info small {
  color: #908C8C;
}

.material-case-list .material-case-item .case-item-info span {
  color: #64a940;
}

.wk-case {
  padding: 50px 15px;
}

.wk-case h2 {
  color: #4E4E4E;
  font-size: 24px;
  margin-bottom: 12px;
  text-align: center;
}

.wk-case p {
  color: #4E4E4E;
  line-height: 30px;
  text-align: center;
}

.wk-case .wk-case-number {
  margin-top: 30px;
}

.wk-case .wk-case-number .icon-sprite {
  margin: 0 auto;
  display: block;
  width: 100px;
  height: 40px;
  background-position: 0 -280px;
}

.wk-case .wk-case-number:nth-of-type(2) .icon-sprite {
  background-position: -105px -280px;
}

.wk-case .wk-case-number:nth-of-type(3) .icon-sprite {
  background-position: -195px -280px;
}

.wk-case .wk-case-number:nth-of-type(4) .icon-sprite {
  width: 152px;
  background-position: -303px -280px;
}

.case-center-list {
  background-color: #F5F5F5;
  padding: 49px 0 58px;
}

.case-center-list .case-nav {
  font-size: 0;
  margin: 30px auto 11px;
}

.case-center-list .case-nav li {
  position: relative;
  display: inline-block;
  width: 20%;
  text-align: center;
  font-size: 16px;
  height: 50px;
  border-top: 3px solid #4D4D4D;
  border-left: 1px solid #D6D6D6;
  border-bottom: 2px solid #D6D6D6;
  line-height: 50px;
  overflow: hidden;
}

.case-center-list .case-nav li a {
  display: block;
  color: #000;
}

.case-center-list .case-nav li.active {
  border-top: 3px solid #64a940;
  border-bottom: none;
}

.case-center-list .case-nav li.active::after {
  position: absolute;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: " ";
  display: block;
  height: 0;
  width: 0;
  border: 5px solid #64a940;
  border-color: #64a940 transparent transparent transparent;
}

.case-center-list .center-list-item {
  margin-top: 22px;
}

.case-center-list .center-list-item p {
  color: #5B5E66;
  font-size: 16px;
  line-height: 58px;
  height: 58px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 0 34px 0px 9px;
}

.case-center-list .center-list-item p::after {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 34px;
  background: url("../images/icon-sprite.png") no-repeat -166px -425px;
  border: 1px solid #64a940;
  position: absolute;
  right: 15px;
  top: 11px;
}

.case-center-specialty {
  padding: 55px 15px;
}

.case-center-specialty .specialty-title {
  color: #676767;
}

.case-center-specialty .specialty-title > p {
  line-height: 30px;
}

.case-center-specialty .specialty-item {
  position: relative;
  margin-top: 60px;
}

.case-center-specialty .specialty-item p {
  width: 209px;
  line-height: 76px;
  border: 1px solid #fff;
  text-align: center;
  color: #676767;
  font-size: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold;
}

.case-details-center {
  padding: 39px 15px 50px;
}

.case-details-center p {
  color: #9E9E9E;
  text-indent: 2em;
  margin: 15px 0 13px;
  font-size: 16px;
  line-height: 24px;
}

.case-details-center .details-center-item {
  margin-top: 30px;
}

.case-details-center dt {
  color: #484848;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0 13px;
}

.case-details-center dd {
  margin-left: 28px;
  line-height: 30px;
  font-size: 16px;
}

.case-details-title {
  background: url(../images/case-details02.jpg) no-repeat left top;
  height: 261px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.case-details-title h2 {
  margin: 60px 0 18px;
}

.case-details-title p {
  text-transform: uppercase;
}

.case-details-list {
  padding: 31px 15px 50px;
}

.case-details-list .case-details-item {
  margin-top: 20px;
}

.case-details-list .case-details-item h2 {
  color: #3F3F3F;
  font-size: 20px;
  margin-top: 23px;
}

.case-details-list .case-details-item p {
  color: #666666;
  padding: 13px 0 5px;
  line-height: 27px;
}

.case-details-list .case-details-item ul li {
  line-height: 29px;
  font-size: 16px;
  font-weight: bold;
}

.case-details-list .case-details-item .btn {
  background-color: #64a940;
  color: #fff;
  margin-top: 23px;
  width: 161px;
  line-height: 36px;
  font-size: 18px;
}


/*新闻中心*/
.news-center-banner {
  background: #fff url(../images/banner1.jpg) no-repeat top center;
}

.news-details-banner {
  background: #fff url(../images/banner1.jpg) no-repeat top center;
}
.case-details-banner {
  background: #fff url(../images/al_banner.jpg) no-repeat top center;
}
.about-details-banner {
  background: #fff url(../images/ab_banner.jpg) no-repeat top center;
}
.news-arrow-btn {
  font-size: 14px;
  display: inline-block;
}

.news-arrow-btn::after {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url("../images/icon-sprite.png") no-repeat -106px -6px;
  margin-left: 20px;
}
.col-xs-12 p{
  padding:0px 0 0 0px;
  font-size: 14px;
  line-height: 24px;
}
.col-xs-12 p img{
  width:auto;
}
.news-classify {
  margin: 55px auto 50px;
}

.news-classify .news-box {
  background-color: #F5F5F5;
  padding: 15px 17px 28px 16px;
  margin-top: 22px;
  margin-left: -15px;
}

.news-classify .news-box h2 {
  font-size: 20px;
  color: #333333;
}

.news-classify .news-box h4 {
  font-size: 18px;
  height: 20px;
  overflow: hidden;
  margin-top: 30px;
}

.news-classify .news-box .date {
  color: #999999;
  padding: 21px 0 14px;
  display: inline-block;
}

.news-classify .news-box p {
  color: #666666;
  line-height: 24px;
  text-align: justify;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
-webkit-line-clamp: 3;
overflow: hidden;

}

.news-classify .news-classify-item .news-box {
  margin-right: -15px;
}

.news-classify .new-box-top {
  margin-top: 0;
  padding: 30px 33px 25px 25px;
}

.news-classify .new-box-top h4 {
  margin-top: 41px;
}

.news-classify .new-box-top .date {
  padding: 15px 0 10px;
}

.news-classify .new-box-top p {
  padding-bottom: 28px;
  border-bottom: 1px solid #BFBFBF;
}

.news-classify .new-box-top .news-arrow-btn {
  margin-top: 22px;
}

.news-center-bar {
  background: #f5f5f5 url(../images/news-center-bar.jpg) no-repeat center;
  height: 280px;
}

.news-center-bar h2 {
  font-size: 28px;
  color: #FFFFFF;
  margin-top: 104px;
  text-align: center;
}

.news-center-bar p {
  font-size: 24px;
  margin-top: 32px;
  text-align: center;
  color: #FFFFFF;
}

.news-center-list {
  background-color: #F5F5F5;
  padding: 16px 0 0px;
}

.news-center-list .news-center-item {
  margin-top: 34px;
  display: block;
}

.news-center-list .news-center-item:hover h3 {
  color: #64a940;
}

.news-center-list .news-center-item:hover .news-arrow-btn {
  color: #64a940;
}

.news-center-list .news-center-item img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 185px;
  overflow: hidden;
}

.news-center-list .news-center-item .list-info {
  padding: 30px 15px 43px 29px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height:350px;
}

.news-center-list .news-center-item .list-info .list-date {
  font-size: 16px;
  color: #a4a4a4;
}

.news-center-list .news-center-item .list-info .list-date::before {
  content: " ";
  width: 16px;
  height: 18px;
  display: inline-block;
  background: url("../images/icon-sprite.png") no-repeat -130px -3px;
  margin-right: 10px;
}

.news-center-list .news-center-item .list-info h3 {
  margin: 19px 0 28px;
  font-size: 18px;
  line-height: 26px;
}

.news-center-list .news-center-item .list-info p {
  line-height: 26px;
  color: #929292;
  height: 75px;
  overflow: hidden;
}

.news-center-list .news-center-item .list-info .news-arrow-btn {
  margin-top: 40px;
}

#news_particulars {
  background-color: #f5f5f5;
}

#news_particulars .container {
  background-color: #fff;
  padding-bottom: 150px;
  position: relative;
}

#news_particulars .container1 {
  background-color: #fff;
  padding-bottom: 150px;
  position: relative;
}

#news_page {
  position: absolute;
  bottom: 50px;
  left: 30px;
  width: 100%
}

#news_page a {
  display: block;
  float: left;
  font-size: 18px;
}

#news_page a span {
  height: 54px;
  line-height: 54px;
  display: inline-block;
  text-align: center;
  border: 1px solid #e7e7e7;
  color: #454545;
}

#news_page a:last-child {
  position: absolute;
  right: 60px;
}

#news_page a:nth-child(2) {
  position: absolute;
  left: 50%;
  margin-left: -60px;
  line-height: 54px;
  color: #ec1a23;
}

#news_page a:first-child span:first-child,
#news_page a:last-child span:last-child {
  width: 54px;
}

#news_page a:first-child span:last-child,
#news_page a:last-child span:first-child {
  width: 112px;
}


.news_con{width: 100%; padding: 0 30px;}
.news_con h3{padding: 20px 0;}
.news_con img{width: 100%}
.news_con p{font-size: 16px; line-height: 24px;}

/*联系我们*/
.contact-banner {
  background: #fff url(../images/banner1.jpg) no-repeat top center;
}

.contact-form-box {
  padding: 28px 15px 40px;
}

.contact-form-box h3{font-size: 24px;}
.contact-form-box ul {
  margin-top: 37px;
}

.contact-form-box ul li {
  line-height: 26px;
  font-size: 16px;
  position: relative;
  padding-left: 52px;
  padding-bottom: 20px;
}

.contact-form-box ul li::before {
  content: " ";
  display: inline-block;
  width: 35px;
  height: 38px;
  background-image: url("../images/icon-sprite.png");
  position: absolute;
  left: 5px;
}

.contact-form-box ul li:nth-child(1)::before {
  background-position: -41px -423px;
}

.contact-form-box ul li:nth-child(2)::before {
  background-position: -5px -426px;
}

.contact-form-box ul li:nth-child(3)::before {
  background-position: -82px -422px;
}

.contact-form-box p {
  line-height: 30px;
  color: #5A5A5A;
  font-size: 16px;
}

.contact-form-box .contact_form {
  padding: 30px 15px;
  border: 1px solid #ccc;
  margin-top: 30px;
  background-color: #f5f5f5;
}

.contact-form-box .contact_form .col-sm-6 {
  margin: 15px 0;
}

.contact-form-box .contact_form .btn {
  width: 200px;
  height: 50px;
  background-color: #64a940;
  color: #fff;
  line-height: 30px;
  font-size: 22px;
  margin: 30px 15px 0;
  float: right;
}

.coatact-bar {
  color: #fff;
  background-color: #64a940;
  padding: 86px 0 98px;
  text-align: center;
}

.coatact-bar h2 {
  font-size: 36px;
  font-weight: normal;
}

.coatact-bar p {
  font-size: 18px;
  margin-top: 25px;
  font-weight: bold;
}
.coatact-bar p a{color: #ffffff;}
.coatact-bar p a:hover{color: #ff8200;}

.contact-flow {
  padding-bottom: 40px;
}

.contact-flow .flow-list {
  margin-top: 40px;
}

.contact-flow .flow-list li {
  text-align: center;
  float: left;
 width: 20%;
     padding: 0 10px;
     margin-top: 20px;
}

.contact-flow .flow-list li i {
  width: 68px;
  height: 66px;
  display: block;
  margin: 0 auto;
}

.contact-flow .flow-list li p {
  font-size: 16px;
  font-weight: bold;
  margin: 22px 0 15px;
}

.contact-flow .flow-list li span {
  line-height: 18px;
}

.contact-flow .flow-list li:nth-child(1) i {
  background-position: -7px -337px;
}

.contact-flow .flow-list li:nth-child(2) i {
  background-position: -94px -337px;
}

.contact-flow .flow-list li:nth-child(3) i {
  background-position: -194px -337px;
}

.contact-flow .flow-list li:nth-child(4) i {
  background-position: -285px -342px;
}

.contact-flow .flow-list li:nth-child(5) i {
  background-position: -377px -342px;
}

.flow-title {
  margin: 40px 0 0;
}

.flow-title h3 {
  margin: 0 0 20px;
  font-size: 26px;
}

.flow-title small {
  font-size: 16px;
}

.contact-case-list .case-item {
  margin-top: 20px;
  position: relative;
}

.contact-case-list .case-item p {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 40px;
  color: #fff;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 10px;
  font-size: 16px;
}

  .pro-details-table table{}
      .pro-details-table table td {
          padding: 5px 2px;
          
      }
      .pro-details-table  .one-tr1{ background: #c6d9f0; }
      
      .pro-details-table table tr{margin:30px 0;}
   .pro-details-table table tr td{text-align:center;line-height:22px; font-size: 12px! important; color: #222222;}
    .data-show1 table tr td p span,.data-show1 table tr td p, .data-show1 table tr td span{font-size: 12px! important;} 
     .data-show1 div{font-size: 12px  ! important}
			
			/*联系我们*/
			
			.intro_info_bor{
				content:"";
				border-bottom: 2px solid #999;
				display: block;
				padding-top:8px;
				width:50px;
			}
			
			/******************** form **************************/
			.message_board{
						width:100%;
						margin:0 auto;
					}
					.message_board p{
						font-size:16px;
						margin:25px 0;
						color:#999;
					}
					.message_board p span{
						color:#e82542;
					}
					.field,.field_select{
						width:48%;
						float:left;
						margin-left: 30px;
						margin-bottom: 15px;
					}
					.field:nth-child(odd),.field_select:nth-child(odd){
						margin-left: 0;
					}
					.message_board form label,.field_message textarea{
						font-size: 14px;
						color:#2f3443;
						margin-right:10px;
						width:70px;
						float: left;
						padding:12px 0 0;
					}
					.message_board form span{
						color:#e82542;
					}
					.message_board form input,.field_select select{
						width:100%;
						height: 50px;
						border:1px solid #ddd;
						padding-left: 10px;
						color:#2f3443;
						background-color:#fff;
					}
				
					.field_message{
						width: 99%;
						float: inherit;
						clear: both;
						overflow: hidden;
					}
					.field_message textarea{
						width:100%;
						margin-right:0;
						padding-left: 10px;
						padding-top: 5px;
						float: left;
					}
					.field_message textarea:focus,.message_board form input:focus{
						border:1px solid #2598e8;
					}
					.field_btn{
						width:100%;
						margin-top:20px;
						clear:both;
					}
					.field_btn a{
						display: block;
						background-color:#e82542;
						margin:0 auto;
						width:137px;
						padding:10px;
						border-radius: 5px;
						text-align: center;
						color:#fff;
						text-decoration: none;
					}
					.field_message span{
						float:left;
					}
					.field_message label{
						padding:0 !important;
					}
					input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
				 	 	color: #999;
						font-style: italic;
				  	}
					input:-moz-placeholder, textarea:-moz-placeholder {
				 	 	color:#999;
						font-style: italic;
					}
				  	input::-moz-placeholder, textarea::-moz-placeholder {
				  		color:#999;
						font-style: italic;
				  	}
				  	input:-ms-input-placeholder, textarea:-ms-input-placeholder {
				  		color:#999;
						font-style: italic;
				  	}
			
			
			
			.product_info_consult_info_form{
						width:790px;
						margin:0 auto;
					}
					.product_info_consult_info_form p{
						font-size:16px;
						margin:25px 0;
						color:#999;
					}
					.product_info_consult_info_form p span{
						color:#e82542;
					}
					 .product_info_consult_info_form .field,.product_info_consult_info_form .field_select{
						width:300px;
						float:left;
						margin-left: 30px;
						margin-bottom: 15px;
					}
					.field:nth-child(odd),.field_select:nth-child(odd){
						margin-left: 0;
					}
					.product_info_consult_info_form form label,.field_message textarea{
						font-size: 14px;
						color:#2f3443;
						float: left;
					}
					.product_info_consult_info_form form span{
						color:#e82542;
					}
					.product_info_consult_info_form form input,.product_info_consult_info_form select{
						width:276px;
						height: 40px;
						border:1px solid #ddd;
						padding-left: 10px;
						color:#2f3443;
						margin:0;
					}
					.product_info_consult_info_form .field_select select{
						width:290px;
						height: 44px;
					}
					 .product_info_consult_info_form .field_message{
						width: 790px;
						float: inherit;
						clear: both;
						overflow: hidden;
					}
					.product_info_consult_info_form .field_message textarea{
						width:605px;
						margin-right:0;
						padding-left: 10px;
						padding-top: 5px;
						float: left;
					}
					.product_info_consult_info_form	.field_btn{
						width:680px;
						margin-top:20px;
						clear:both;
					}
					  .contact_content_left{visibility: visible;
    animation-name: slideInRight;
    width: 100%;margin-bottom: 60px;}
    .contact_content_left h1{font-size: 26px;}
			/**********************end form ************************/
			

      /*案例详情*/
      .casede_tit{width: 100%; margin: 0; background: url(../images/casede_tit.png) no-repeat left center; padding-left: 26px;margin: 0 0 0 20px;}
              
              .casede_tit h1{ color: #222222; font-size: 22px;}
        .case_introduce{width: 100%; overflow: hidden;padding: 60px 0px;}
        .case_introduce h3{text-align: center;margin: 0px 0 80px 0;display: block;font-size: 24px;}
        
              .case_introduce .case_in_con{width: 100%; margin: 0;overflow: hidden;padding: 0 20px;}
              .case_in_con .case_in_con_l{ width: 52%; margin: 0;padding: 30px 0 0 0px;float: left;}
              .case_in_con_l p{color: #666666;font-size: 16px;line-height: 30px;margin-top: 15px;}
              .case_in_con .case_in_con_r{ width: 45%; margin: 0;padding: 60px 0 0 0; float: right;}
              .case_in_con .case_in_con_r img{width: 100%;}
              
                .casede_process{width: 100%; margin: 0 0 0 0; padding: 60px 20px; overflow: hidden; background: #e5f0f8;}
                      .casede_process .casede_process_con{width: 100%; margin: 60px 0 0 0; overflow: hidden;}
                      .casede_process_con p{ color: #222222; font-size:16px; line-height: 30px;}
                        .casede_filming{width: 100%; margin: 0 0 0 0; padding: 60px 20px; overflow: hidden;}
                              .casede_filming .casede_filming_con{width: 100%; overflow: hidden; margin-top: 60px;}
                               .casede_filming_con img{width: 100%;}

                                .casede_filming_con .casede_filming_con_l{float: left;width: 62%; margin: 0;}
                              
                              .casede_filming_con .casede_filming_con_r{float: right;width:35%; margin: 0;}
                              .casede_filming_con_r span{margin-top: 36px; display: block;}
                               

@media screen and (min-width: 1200px) {
  .flow-list li {
    width: 20%;
  }
}


@media (min-width: 992px) {
  .news-classify .new-box-top {
    width: 560px;
    float: right;
  }
  .news-classify .news-center-top {
    padding: 0;
  }
  .news-classify-item .news-box {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .news-classify-item .news-box {
    margin-right: 0;
  }
  .news-classify .new-box-top {
    padding: 15px 17px 28px 16px;
    margin-top: 22px;
  }
  .news-classify .new-box-top h4 {
    margin-top: 30px;
  }
  .news-classify .new-box-top .date {
    padding: 21px 0 14px;
  }
  .news-classify .new-box-top p {
    padding-bottom: 0;
    border-bottom: none;
    height: 48px;
    overflow: hidden;
  }
  .news-classify .new-box-top .news-arrow-btn {
    margin-top: 0;
  }
  .news-classify .news-box {
    margin-left: 0;
  }
  .col-xs-12 p img{
  width:100%;
}
#news_particulars .container{padding: 0 15px 150px 15px;}
#news_particulars .container1{padding: 0 10px 150px 10px;}
.col-xs-12{padding-right: 15px;
padding-left: 15px;
}
.manufacturer{padding: 50px 0;}
.pro-main .pro-box h3{padding: 0 15px;}
.pro-main .pro-box > p, .pro-main .pro-box .container > p{padding: 0 15px;}
}


@media (min-width: 992px) {
  .material-item {
    width: 20%;
  }
}

@media (max-width: 992px) {
  .application-direction .direction-box .direction-info {
    width: 50%;
  }
  .application-box .pull-right {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .application-box {
    padding: 19px 0px 40px;
  }
  .application-direction .direction-box .direction-info {
    padding: 20px 15px;
    top: 0;
  }
  .application-direction .direction-box .direction-info h2{margin-bottom: 15px;font-size: 18px;}
  .application-direction{padding: 0;}
  .application-direction .direction-box .direction-info .btn-default {
    max-width: 75%;
  }
  .application-direction img {
    display: block;
    max-width: 100%;
    height: 280px;
  }
  .domain .row > h2{padding-left: 15px;}
  .domain .row > p{padding-left: 15px;}
  .server-center-process{padding: 20px 15px;}
  .server-center-process .process-box{padding: 20px 15px;}
  .server-center-facility{padding: 40px 15px;}
  .server-center-facility .container .pull-left li{margin-left: 15px;}
  .server-center-join{padding: 60px 15px 60px;}
  .material-list .material-item{    padding: 0 5px 0 0;}
  .material-list .material-item p{line-height: 20px;text-align: justify;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
-webkit-line-clamp: 1;
overflow: hidden;
}
  .pro-details-list li{width: 46%;
    float: left;
    border-right: 0px;
    text-align: center;
    padding:10px;
    margin: 2%;
    background: #f5f5f5;
    font-size: 16px;
  }
	.pro-details-list .pro_hover{background-color: #64a940; }
	 .pro-details-list .pro_hover a{color: #FFFFFF;}
	 .data-show1 {
	     overflow: scroll;
	 }
	 .data-show1 table td {
	     word-break: normal;
	 }
    .data-show1 p{line-height: 20px;}
	 .pro-details-table table tr td{font-size: 14px;}
	 .pro-details-trait{padding: 30px 15px;}
   .pro-details-trait h3{margin-bottom: 30px;font-size: 24px;}
	 .pro-details-trait ul li{width: 47%; margin-right: 2%;margin-bottom: 15px;height: 440px}
   .pro-details-trait ul li p{padding-bottom: 20px;}
   .pro-details-table h3{margin-bottom: 30px;}
	  .pro-details-trait ul li img{width: 100%;}
	  .field, .field_select{margin-left: 0;}
	  .field:nth-child(odd), .field_select:nth-child(odd){margin-right: 2%;}
	  .contact_content_left{padding: 0 15px; margin-top: 20px;}
     .contact_content_left h1{font-size: 18px;}
	  .flow-title{padding: 0 15px;}
	  .contact-flow .flow-list li {
	    text-align: center;
	    float: left;
	   width: 50%;
	    
	  }
	  .classify{padding: 0 0 30px 0;}
	  .index-title{margin: 20px 0 0px; padding-left: 15px}
	  .pro-base .base-box{width: 100%;height: auto;}
	  .pro-base .base-row,.pro-base .base-row1{background: none;}
	  .about-title{padding-left: 15px;}
	  .pro-base{padding: 45px 0 51px;}
	  .about-partner ul{padding: 0 15px;}
	  .about-partner{padding: 54px 0 50px;}
	  .pro-main .pro-box .pro-center-bar .bar-box{width: 100%;}
	  .pro-main .pro-box .pro-hot a{line-height: 17px;border: none;}
	  .pro-main .pro-box .pro-hot strong{float: none;padding-left: 10px;}
	  .pro-main .pro-box .pro-hot ul li{margin-top: 10px;width: 50%;}
	  .domain{padding: 50px 0px 70px;}
	  .server-ceter-bar .bar-item{width: 50%;}
	  .server-ceter-bar{background: url(../images/server-center02.jpg) left top;}
	  .culture-server .culture-server-info{padding-left: 0;}
	  .culture-server .culture-server-row .culture-server-img{padding-left: 0;}
	  .culture-bar .small-container .bar-item{padding-right: 0; padding-left: 0;}

    .pro-details-introduce .introduce-info h2{font-size: 24px;margin-top: 15px;}
    .pro-details-abstract .abstract-left{padding-top: 0;}
    .pro-details-abstract{padding: 30px 15px;}
    .pro-details-domain{overflow: hidden;}
    .pro-details-trait ul li h2{font-size: 18px;height: 40px;}
    .pro-details-trait ul li p{margin-top: 0;}
    .contact-form-box ul li{line-height: 26px;font-size: 16px;
    margin-bottom: 15px;}
    .zjsl{margin-top: 20px;
    display: block;}
    .zjsl img{width: 100%}
    .contact-form-box p{margin-top: 20px;}
    .pro-list-nav {width: 100%}
    .server-center-list .server-center-title{padding: 0 15px;}
    .row{padding:  0 0px;}
    .title{padding: 0px;}
    .material-case-list .material-case-item .case-item-info{padding:15px;}
    .material-case-list .material-case-item .case-item-info h4{font-size: 16px; height: auto;text-align: justify;
word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/* autoprefixer: on */
-webkit-line-clamp: 2;
overflow: hidden;
}
.material-case-list .material-case-item .case-item-info p{font-size: 12px; margin: 5px 0 5px 0; height: auto;line-height: 20px;}
.news-classify .news-box h4{height: auto; line-height: 30px;}
.pro-list{padding: 30px 15px;}
.pro-list .pro-list-item{margin-top: 30px;}
.pro-list .pro-list-item a img{width: 100%}
#pad_nav .pad_navbar img{width: 40%;
    margin-top: 20px;}

.application-direction .direction-box .direction-info p{font-size: 14px; line-height: 20px;    max-height: 115px;}

.news-center-list .news-center-item .list-info h3{margin: 10px 0 15px;}
.news-center-list .news-center-item .list-info .news-arrow-btn{margin-top: 20px;}

.news-classify{display: none;}
.news-center-bar{display: none;}
.news-center-list .news-center-item .list-info p{height: auto; line-height: 20px;}
.news-center-list .news-center-item .list-info{padding: 15px;    height: 260px;}

.case_in_con .case_in_con_l{width: 100%;padding-left: 0px;}
.case_in_con .case_in_con_r{width: 100%;}
#news_page a:nth-child(2){line-height:30px;left: 42%;margin-left: 0;}
#news_page a{font-size: 16px;height: 30px;
    line-height: 30px;}
    #news_page{left: 0; padding: 0 15px;}
    #news_page a:last-child{right: 15px;}
    .news_con{padding: 0 5px;}
#news_particulars{overflow: hidden;}
.case_introduce .case_in_con{padding: 0;}
.casede_tit{margin: 0;}
.casede_filming{padding: 60px 0;}
.casede_filming_con .casede_filming_con_l{width: 100%;margin-bottom: 10px;}
.casede_filming_con .casede_filming_con_r{width: 100%;}
.casede_filming_con_r span{margin-top: 10px;}
#news_page a:first-child span:last-child, #news_page a:last-child span:first-child{width: 80px;height: 30px;
    line-height: 30px;}
.kj_logo{width: 50%}

.information .info-right .info-item .right-info h2{font-size: 15px; height: auto;}
.pro-list .pro-list-item .item-info{height: 120px;}
.pro-list .pro-list-item .item-info h3{font-size: 16px; height: 40px;display: block;}
.col-xs-12 h3{font-size: 20px;}
.server-center-join h2{font-size: 24px;margin: 0;}
.btn-group1 .btn-left, .btn-group1 .btn-right{width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 25px;}

.case_introduce{padding: 40px 0;}
.case_introduce h3{margin: 0px 0 40px 0;font-size: 20px;}
.casede_tit h1{font-size: 18px;}
.introduce-row .col-md-3 p{font-size: 15px;height: auto;}
.case_in_con_l p{margin-top: 5px;}
.section-page{font-size: 16px;}
.pro-details-table{padding: 30px 15px;}
.coatact-bar h2{font-size: 26px;}
.server-center-title span{display: block;line-height: 24px;margin-left: 0;}
.pro-details-form h3{line-height: 0;}
.material-list{padding: 48px 15px 61px;}
.material-list:nth-child(even){padding: 48px 15px 61px;}
.pro-details-abstract .abstract-left h3,.pro-details-trait h3,.pro-details-table h3{font-size: 18px;}
.server-center-sunflower h3{line-height: 30px;}
.app_x{display: block;}
.app_y{display: none;}
}

  

@media screen and (max-width: 992px) {
  .server-network-opportunity .opportunity-img img {
    float: none;
    margin: 48px auto 0;
  }
  .question-container {
    width: 100%;
    padding: 30px 15px 0;
  }
  .parts-top .parts-top-left {
    width: 100%;
    float: none;
  }
  .parts-top .parts-top-right {
    width: 100%;
    float: none;
    margin-top: 11px;
  }
  .parts-bar .container .parts-bar-info {
    width: 100%;
  }
  .regulations-box .regulations-info {
    float: none !important;
    width: 100%;
	padding: 0 15px;
  }
  .regulations-box .regulations-img {
    float: none !important;
    width: 100%;
  }
  .regulations-box .regulations-img img {
    margin: 0 auto;
  }
  .regulations-box .regulations-img:nth-child(even) img {
    margin-top: 20px;
  }
  .regulations-box .regulations-img:nth-child(odd) img {
    margin-bottom: 20px;
  }
  .regulations-row2 .regulations-img img {
    max-width: 100%;
  }
  .commitment-vipeak .vipeak-info,
  .commitment-vipeak .vipeak-img {
    width: 100%;
  }
  .commitment-vipeak .vipeak-info img,
  .commitment-vipeak .vipeak-img img {
    margin: 20px auto 0;
  }
  .server-center-sunflower .pull-left {
    width: 100%;
    float: none !important;
  }
  .server-center-sunflower .pull-right {
    width: 100%;
    float: none !important;
  }
  .server-center-facility .container .pull-left {
    border-right: 0;
  }
  .server-center-facility .container .pull-right {
    padding-left: 15px;
  }
  
}

@media (max-width: 768px) {
  .server-center-join a {
    position: unset;
    margin-top: 20px;
  }
}


@media (max-width: 992px) {
  .pro-details-trait .trait-icon li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .pro-main .pro-box .pro-list li {
    width: 50%;
  }
  .pro-main .pro-box .pro-list p{height: 60px;}
  .pro-list .pro-list-nav li {
   margin-top: 15px;
    width: 100%;
    padding: 8px;
  }
  .pro-list .pro-list-nav:nth-child(even) li{margin-right: 0;}
   .pro-list .pro-list-nav li:
  }
  .pro-list .pro-list-item .item-info::after {
    display: none;
  }
  .pro-details-form .form-right input,
  .pro-details-form .form-right textarea {
    width: 260px;
  }
  .pro_kj{width: 100%; background: url(../images/appkjz.jpg)no-repeat center ;background-size: 92%;
    margin-top: 30px;height: 700px;
}


@media (min-width: 768px) {
  .culture-bar .small-container {
    width: 750px;
  }
}

@media (max-width: 768px) {
  .culture-bar .small-container {
    width: 100%;
	padding: 0 15px;
  }
  
}


     .section-page {
      text-align: center;
      margin: 60px 0 60px 0;
      font-size: 16px;
      color: #707070;
     }
     
     .section-page .content {
      display: inline-block;
     }
     
     .section-page .pageInput {
      width: 42px;
      height: 42px;
      border: 1px solid #707070;
      text-align: center;
      font-size: 16px;
      color: #707070;
      display: inline-block;
      background: none;
     }
     
     .section-page span.pageInput {
      display: none;
     }
     
     .section-page .xiegan {
      margin: 0 16px;
     }
     
     .section-page .left-jt,
     .section-page .right-jt {
      padding: 4px 10px 8px;
      width: 48px;
      text-align: center;
      cursor: pointer;
      box-sizing: border-box;
     }
     
     .section-page .left-jt:hover,
     .section-page .right-jt:hover {
      background: none;
     }
     
     .section-page .left-jt {
      margin-right: 10px;
      float: left;
     
     
     }
     
     .section-page .right-jt {
      margin-left: 10px;
      float: right;
     }
     
     .section-page img {
      width: 10px;
      cursor: pointer;
     }
    g

