.fancy-title {
  padding-top: 50px;
  margin-bottom: 30px;
  color: #333;
  text-align: center;
/*  position: relative;*/
  font-size: 30px;
  color: #10263b;
}

.enter_fancy_title{
  padding-top: 80px;
  margin-bottom: 80px;
}
.search_form input {
  width: 580px;
  border: none;
  background: url("../images/sousuo.png") no-repeat left;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  height: 52px;
  log: true;
  log2: official;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  background-size: 30px;
  log: true;
  log2: official;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-position: 20px 8px;
  padding-left: 52px;
  outline: 0;
  margin: 0 auto;
}
.search_form button {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  margin: auto;
  width: 180px;
  background: linear-gradient(to right, #f3c900, #f78759);
  color: #fff;
  log: true;
  log2: official;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 0;
  line-height: 3;
  margin-top: 40px;
}
.classic_row {
  margin-bottom: 100px;
}
.classic_row .swiper-slide {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.classic_row .swiper-slide .vc_row {
  height: 370px;
  log: true;
  log2: official;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 29px 0 #eee;
  border-top: solid 11px #fff;
  text-align: center;
  padding: 0 30px;
}
.classic_row .swiper-slide .classic_1 {
  border-top-color: #10263b;
}
.classic_row .swiper-slide .classic_2 {
  border-top-color: #14d0fe;
}
.classic_row .swiper-slide .classic_3 {
  border-top-color: #f78759;
}
.classic_row .swiper-slide .classic_4 {
  border-top-color: #21e4e9;
}
.classic_row .swiper-container {
  overflow: visible;
}
.classic_logo {
  position: absolute;
  top: -30px;
  width: 100%;
  left: 0;
}
.classic_logo img {
  log: true;
  log2: official;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 29px 0 #eee;
  width: 80px;
  height: 80px;
}
.classic_title {
  font-size: 18px;
  margin-top: 70px;
  margin-bottom: 20px;
}
.classic_text {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 10px;
  height: 150px;
  overflow: hidden;
}
.pro_label {
  margin-bottom: 5px;
  position: relative;
}
.pro_label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  width: 100%;
  height: 1px;
  background: #bbb;
  z-index: -1;
}
.pro_label p {
  font-size: 18px;
  width: 100px;
  background: #fff;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
}
.pro_name {
  font-size: 18px;
}
.video-swiper {
  margin-bottom: 100px;
}
.video-swiper .swiper-slide {
  width: 630px;
  height: 302px;
  background: #fff;
  box-shadow: 0 0 29px 0 #eee;
}
.video-swiper video {
  width: 630px;
  height: 302px;
  background: #000;
}
/*case_box*/
.case-container {
  margin: 0 -10px;
  /*min-height: 480px;*/
}
.case-wrapper {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;

}
.case_box {
  text-align: center;
  box-shadow: 0 0 29px 0 #d1cfcf;
  height: 300px;
  log: true;
  log2: official;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.case_box:hover .case_after {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
}
.case-caption {
  padding: 20px 20px 0;
}
a.case-title {
  font-size: 20px;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
}
a.case-title .sep {
  padding: 0px 9px;
  color: #dbdbdb;
  font-weight: bold;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  vertical-align: middle;
}
.case-desc {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-img {
  overflow: hidden;
 /* height: 241px;*/
  background: #eee;
}
.case-img img {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  log: true;
  log2: official;
  -webkit-transition: all 1s;
  -khtml-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  width:100%;
}
.case-img img:hover {
  log: true;
  log2: official;
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.loop-main-wrapper ul li{
  width: 50%;
  float: left;
  line-height: 35px;
  font-size: 16px;
}
@media (max-width: 767px){
  .loop-main-wrapper ul li {
    width: 100%;
    float: left;
    line-height: 35px;
    font-size: 16px;
  }
}

.loop-main-wrapper ul li span{
  padding-right:20px
}
.cat-list {
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 0 29px 0 #eee;
}
.cat-list ul {
  padding: 10px 20px;
  height: 60px;
}
.cat-list .actio {
  padding: 5px;


}
.cat-list li {
  padding: 10px 0;
  float:left;
}
.cat-list li:first-child .actio {
  background: #10263b;
  color: #fff;
  border-radius: 4px;
}
.cat-list span {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.category {
  cursor: pointer;
  font-weight: lighter;
  padding: 0 10px;
}
.category:hover {
  color: #10263b;
}
.category.active {
  background: #10263b;
  color: #fff;
  log: true;
  log2: official;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.no_case {
  text-align: center;
  font-size: 20px;
  color: #999;
}
.case-more {
  font-size: 18px;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  width: 180px;
  text-align: center;
  line-height: 2.2;
  cursor: pointer;
  margin: 40px auto 0;
  background: #fff;
  log: true;
  log2: official;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 29px 0 #eee;
  log: true;
  log2: official;
  -webkit-transition: all 0.2s;
  -khtml-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.case-more:hover {
  background: #10263b;
  color: #fff;
}
@media (max-width: 767px) {
  .fancy-title {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.4;
    font-weight: bold;
    color: #333;
  padding-top:0px;
  }
  .fancy-title:before {
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: none;
  }
  .search_form input {
    width: 80%;
    log: true;
    log2: official;
    -webkit-background-size: 24px;
    -moz-background-size: 24px;
    background-size: 24px;
    height: 34px;
    background-position: 10px 4px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
  }
  .search_form button {
    log: true;
    log2: official;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100px;
    height: auto;
    line-height: 2.2;
    margin-top: 25px;
    font-size: 13px;
  }
  .banner_text {
    top: 11%;
  }
  .banner_title {
    font-size: 24px;
    max-width: 220px;
    margin: 0 auto 30px;
    line-height: 1.2;
  }
  .banner_row {
    margin-bottom: 30px;
    height: auto;
    padding: 40px 0 60px;
  }
  .classic_row {
    margin-bottom: 40px;
  }
  .classic_row .swiper-slide {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .classic_title {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333;
  }
  .classic_logo {
    position: relative;
    top: 0;
    margin: 20px 0;
  }
  .pro_label {
    margin-bottom: 15px;
  }
  .pro_label p {
    color: #333;
  }
  .pro_name {
    font-size: 18px;
    color: #333;
  }
  .video-swiper {
    padding: 0 30px;
    overflow: visible;
    margin-bottom: 40px;
  }
  .video-swiper video {
    width: 100%;
    height: auto;
  }
  .video-swiper .swiper-slide {
    width: 100%;
    height: auto;
    padding: 0 5px;
  }
  .cat_list_row {
    margin-bottom: 40px;
  }
  .cat_list_row > .vc_wrapper {
    padding: 0 20px;
  }
  .cat-list {
    box-shadow: none;
  }
  .cat-list ul {
    padding: 0;
  }
  .cat-list span {
    margin: 0 0 5px;
    width: 33.333%;
    text-align: center;
    padding: 7px 0;
    line-height: 1.2;
  }
  .cat-list li .actio {
    width: 100%;
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: block;
    background: #eee !important;
    font-size: 16px;
    line-height: 2.4;
    padding: 0;
  }
  .case-img {
    height: auto;
  }
  .case-img img {
    width: 100%;
  }
  .case_box {
    height: auto;
  }
  .case-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .case-caption {
    padding: 20px 15px;
  }
  .mk-shortcode.mk-padding-shortcode {
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: none;
  }
  .classic_row .swiper-slide .vc_row {
    height: 430px;
    border-top-color: #fff;
  }
}
