.fancy-title {
  line-height: 1.4;
  font-size: 30px;
  margin-bottom: 50px;
  color: #333;
}
/*banner*/
.banner-swiper .swiper-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  log: true;
  log2: official;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.banner-swiper .pagination {
  position: absolute;
  z-index: 20;
  bottom: 15%;
  width: 100%;
  text-align: center;
}
.banner-swiper .swiper-pagination-bullet {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  width: 40px;
  height: 5px;
  log: true;
  log2: official;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.2);
  margin: 0 8px;
  log: true;
  log2: official;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  cursor: pointer;
}
.banner-swiper .swiper-pagination-bullet-active {
  background: linear-gradient(to right, #4cdcff, #5dfbff);
}
.banner-swiper .swiper-slide {
  position: relative;
  height: 500px;
}
.banner_row {
  margin-bottom: 30px;
  position: relative;
}
.banner_title {
  /*position: absolute;*/
  width: 100%;
  bottom: 26%;
  z-index: 10;
  text-align: center;
  font-size: 48px;
  color: #fff;
}
.banner_title a {
  color: #fff;
}
.banner_title .banner_more {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  margin: auto;
  width: 180px;
  height: 40px;
  font-size: 14px;
  background: linear-gradient(to right, #f3c900, #f78759);
  color: #fff;
  log: true;
  log2: official;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  line-height: 40px;
  margin-top: 70px;
  border: 0;
}

.current_tag {
  margin-bottom: 100px;
}
.news_row .vc_column {
  float: left;
}
.news_left {
  width: 65%;
}
.news_left .fancy-title {
  padding-left: 20px;
  border-left: solid 6px #10263b;
}
.news_right {
  width: 35%;
  padding-left: 5%;
}
.news_right .fancy-title {
  padding-left: 44px;
  background: url("images/new_2.png") no-repeat center left;
}
.right_cont {
  margin-bottom: 50px;
}
.right_cont li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.right_cont a {
  color: #333;
}
.right_cont a:hover {
  color: #10263b;
}
.right_cont span {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  width: 10px;
  height: 10px;
  background: #dbdbdb;
  log: true;
  log2: official;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: -5px;
}
.right_products li {
  margin-bottom: 25px;
}
.right_products li:after {
  content: '';
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
  clear: both;
}
.rightc_title {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.righ_pic {
  width: 140px;
  height: 90px;
  float: left;
  log: true;
  log2: official;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.righ_pic img {
  width: 100%;
  height: 100%;
}
.right_name {
  height: 80px;
  overflow: hidden;
  padding-left: 20px;
  line-height: 2;
}
.blog-container {
  padding-bottom: 15px;
  border-bottom: dashed 1px #bbb;
  padding-top: 15px;
}
.blog-img {
  width: 240px;
  height: 138px;
  float: left;
  overflow: hidden;
  log: true;
  log2: official;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 20px;
  background: #dbdbdb;
  border: 1px solid #dbdbdb;
}
.blog-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-transform: scale(1, 1);
  -khtml-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  log: true;
  log2: official;
  -webkit-transition: all 2s;
  -khtml-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  transition: all 2s;
}
.blog-img:hover img {
  log: true;
  log2: official;
  -webkit-transform: scale(1.2, 1.2);
  -khtml-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.blog-title {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog-title a {
  font-size: 18px;
  color: #333;
}
.blog-title a:hover {
  color: #10263b;
}
.blog-excerpt {
  height: 50px;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 2;
}
.blog-time {
  font-size: 12px;
  color: #999;
}
.mk-pagination {
  margin-top: 90px;
  text-align: center;
  font-size: 0;
}
.mk-pagination span {
  padding: 0 6px;
  font-size: 14px;
  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: 0 14px;
}
.mk-pagination .current-page {
  background: #10263b;
  color: #fff;
  log: true;
  log2: official;
  -webkit-border-radius: 40%;
  border-radius: 40%;
  font-size: 14px;
}
.mk-pagination a {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  padding: 0 6px;
  margin: 0 14px;
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
.mk-pagination .mk-pagination-next {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
}
.mk-pagination .mk-pagination-next a {
  width: 22px;
  height: 22px;
  background: url("../images/page_right.png") no-repeat center;
}
.mk-pagination .mk-pagination-previous {
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
}
.mk-pagination .mk-pagination-previous a {
  width: 22px;
  height: 22px;
  background: url("../images/page_left.png") no-repeat center;
}
@media (max-width: 1200px) {
  .vc_row > .vc_wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .banner-swiper .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }
  .banner-swiper .pagination {
    bottom: 7%;
  }
  .fancy-title {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: bold;
  }
  .banner-swiper .swiper-slide {
    height: 240px;
  }
  .banner_title {
    font-size: 18px;
    bottom: 33%;
  }
  .banner_title .banner_more {
    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_row {
    margin-bottom: 40px;
  }
  .current_tag {
    display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
    display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
    display: none;
  }
  .news_left {
    width: 100%;
    margin-bottom: 40px;
  }
  .news_left .fancy-title {
    padding-left: 10px;
  }
  .news_row .vc_column {
    float: none;
  }
  .news_right {
    width: 100%;
    padding-left: 0;
  }
  .blog-img {
    width: 140px;
    height: auto;
    margin-right: 20px;
  }
  .blog-title a {
    font-size: 16px;
    color: #333;
  }
  .blog-title {
    margin-bottom: 5px;
  }
  .blog-excerpt {
    height: 30px;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 12px;
  }
  .right_cont {
    margin-bottom: 40px;
  }
  .right_cont li {
    margin-bottom: 10px;
  }
  .rightc_title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .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;
  }
  .news_right .fancy-title {
    log: true;
    log2: official;
    -webkit-background-size: 18px;
    -moz-background-size: 18px;
    background-size: 18px;
    padding-left: 30px;
  }
  .mk-pagination {
    margin-top: 40px;
  }
  .mk-pagination a {
    margin: 0 5px;
  }
}
.banner_row {
  margin-bottom: 100px;
  height: 600px;
  padding-top: 180px;
  text-align: center;
  log: true;
  log2: official;
  -webkit-background-size: auto 100% !important;
  -moz-background-size: auto 100% !important;
  background-size: auto 100% !important;
}
.banner_row {
  margin-bottom: 30px;
  position: relative;
}