@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
}


main{
  padding-bottom: 0!important;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #193953;
}
#mouse{
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 10;
  color: #FFF;
  display: block;
  width: 26px;
  height: 60px;
  margin-left: -13px;
  overflow: hidden;
  cursor: auto;
}
#mouse img{
  width: 26px;
}
.h1-text{
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #006499;
  font-size: 32px;
}

.topfont{
  font-weight: bolder;
}
.product{
  padding-bottom: 40px;
}
.post {
  position: relative;
 /* margin-bottom: 20px;*/
}
.post .post-div{
  background: #fff;
  filter:alpha(Opacity=80);
  -moz-opacity:0.85;
  opacity: 0.85;
  width: 60%;
  margin: 10% auto;
}
.post img {
  display: block;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.post img:hover{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);

}

/*    */
.newstop{
  margin: 0 0 20px 0;

}
.newstop ul{
  list-style-type: none;
}
.newstop a{
  display: block;
  text-decoration: none;
  border-bottom:1px solid #ddd;
  width: 80%;
  text-align: left;
  margin: 5px auto;
  padding: 5px;
}
.newstop a.brdertop{
  border-top:1px solid #ddd;
}

.newstop a hover{
  display: block;
  text-decoration: none;
}
.newstop a em{
  display: block;
  font-style: normal;
}
.newstop a em.emtitle{
  color: #595757;
}

.newstop a em.emb{
  color: #111;
  font-size: 16px;
}
.newstop a:hover em.emb{
  color: #f51c04;
}
.morelink{
  width: 80%;
  margin: 0 auto;
  text-align: right;
  font-size: 14px;
  padding: 0 0 10px 0;
  width: 45%;
  display: inline-block;
  vertical-align: middle;
}
.morelink a{
  color: #111;
  text-decoration: none;
}

.morelink a:hover{
  color: red;
}

.morelink a:hover{
  text-decoration: underline;

}

.tltleh{
  font-size:18px;
  width: 80%;
  text-align: left;
  margin: 10px auto;
  padding: 20px 0 5px 0;
  color: #111;
  font-weight: bold;
}
.post a .post-featured-image{
  width: 100%;
  height: 100%;
  
}
.post a .post-featured-image img{
  width: 100%;
  height: auto;
}
.post a .post-title {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: 300;
  color: #000000;
/* 彭艮平删除 20190529 */
/*  z-index: 9;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0;
  position: absolute;
  background-color: rgba(110,117,113,0.2);
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;*/

}
a:hover{
  text-decoration:none; 
}
.post-title span,
 span.news{
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  padding-right: 3px;
  color: white;
  background-color: #fff;
  /*box-sizing: border-box;
  margin-right: 5px;
  vertical-align: bottom;*/
  margin-bottom: 3px;
}
.post-title span:after,
span.news:after {
  content: " ";
  display: inline-block;
  height: 9px;
  width: 9px;
  margin-bottom: 0px;
  border-width: 3px 3px 0 0;
  border-color: #f70707;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.post-title .post-title-content{
  display: inline-block;
  color: #111!important;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  vertical-align: text-top;
  font-size: 18px;
}
.post-title .post-title-content em{
  font-style: normal;
  font-size: 14px;
}

.post-title .post-title-content em:hover{
  color: red;
}



.about{
  padding-bottom: 0;
}

.topleft{
  background:url(/images/banner-mid001.jpg);background-size:cover;
}
.topright{
  background:url(/images/banner-mid002.jpg);background-size:cover;
}
.post a .post-title-about {
  font-size: 20px;
  margin: 0;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.post-title-about span{
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  padding-right: 3px;
  color: white;
  background-color: #fff;
  box-sizing: border-box;
  margin-right: 5px;
  vertical-align: bottom;
  margin-bottom: 3px;
  padding-top: 3px;
}
.post-title-about{
  padding: 10px 0;
}

.post-title-about span:after {
  content: " ";
  display: inline-block;
  height: 9px;
  width: 9px;
  margin-bottom: 0px;
  border-width: 3px 3px 0 0;
  border-color: f70707;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.post-title-about .post-title-about-content{
  display: inline-block;
  color: #006499!important;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  vertical-align: text-top;
}
.post-title-about p{
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6666666667;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news{
  width: 90%;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
.news >ul{
  width: 100%;
  margin: 0;
  list-style:none;
}
.news >ul li{
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ECECEC;
}
.news >ul li a{
  font-size: 16px;
  text-decoration: none;
  color: black;
  width: 100%;
  height: 100%;
  display: block;
}
.news >ul li a:hover{
  background-color: #F4F4F4;
}
.news >ul li a:hover >.news-content{
  color: #006498!important;
}

.news >ul li a>div{
  display: inline-block;
  padding: 10px 5px;
  vertical-align: text-bottom;
}
.news >ul li a>div.news-time{
  color: #6E7686;
  width: 130px;
}
.news >ul li a>div.news-mold{
  width: 105px;
}
.news >ul li a>div.news-mold span.news-mold-C{
  display: inline-block;
  width: 62px;
  text-align: center;
  color: #fff;
  background-color: #259AD1;
  font-size: 12px;
  padding: 2px 4px 1px;
  line-height: 1.3;
}
.news >ul li a>div.news-mold span.news-mold-P{
  display: inline-block;
  width: 62px;
  text-align: center;
  color: #fff;
  background-color: #23AE6E;
  font-size: 12px;
  padding: 2px 4px 1px;
  line-height: 1.3;
}
.news >ul li a>div.news-mold span.news-mold-N{
  color: #ED1C24;
  font-size: 10px;
  font-weight: bolder;
  float: right;
}
.news >ul li a>div.news-content{
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
/*轮播图文字内容*/
.swiper-slide .banner{
  width: 100%;
  background-size: cover;
  background-position: center center;
  
  background-repeat: no-repeat;
}
.banner-content{
  color: #fff;
  font-size: 2rem;
  position: absolute;
  font-weight: bold;
  top: 50%;
  margin-top: -56px;
  right: 30%;
}
.banner-content strong{
  font-size: 3rem;
  font-weight: bolder;

}
.banner-content2{
  top: 15%;
  right: 50%;
  margin-right: -272px;
  color: #03669A;
}
.banner-content2-right{
  margin-left: 160px;
  margin-top: -20px;
}

.topfont{
  position: absolute;
  left: 10%;
  top: 50%;
  color: #fff;
  font-size: 60px;
  margin-top: -225px;
  z-index:999;
  overflow: hidden;
}

/*
  2019-07-03
  by lin
  start
 */

.swiper-button-next{
  background-image:url(/images/row-right.png);
  outline: none;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
  opacity: 0.7;
}

.swiper-button-prev{
  background-image:url(/images/row-left.png);
  outline: none;
}
  .swiper-news-child-bg{
    background-color: #38383a;
  }

@media (min-width: 768px) {
body{
  overflow:scroll;
  overflow-x:hidden;
}
  .navbar {
    min-height: 60px;
    margin-bottom: 0;
  }

  .pageHeader_inner, .navbar-brand, #Jupyter-nav-logo, #gnav_pc>ul {
    height: 60px;
  }

  #Jupyter-nav-logo{
    margin-left: 15px!important;
  }

  .navbar-default{
    border:none;
  }

  .navbar-default .navbar-collapse{
    margin-top:0;
  }

  .navbar-nav > li {
      padding: 20px 0 20px;
  }

  .swiper-container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
  }

  .h1-text{
    margin :0;
  }

  .topfont{
    font-size: 50px;
    margin-top: -71px;
  }

  main .container{
    width: 70%;
  }

  .product {
      padding: 20px 0 20px;
  }

  .post img:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }

 /*  .post a .post-featured-image img{
    margin: -10px 0 -15px;
    width: 90%;
  }*/

  .post a .post-title{
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
  }

  .post .post-div{
    width: 80%;
    margin: 5% auto;
  }

  .newstop a {
    padding: 5px 10px 5px 10px;
  }

  a.brdertop_2{
    position: relative;
  }

/*  a.brdertop_2:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 10px;
      width: 8px;
      height: 8px;
      background-color: #f51c04;
      border-radius: 5px;
      margin-top: -4px;
  }*/



  .col-sm-6.topleft, .col-sm-6.topright{
    padding: 0;
  }

  .post-title-about{
    padding: 0;
  }

  .post-title-about{
    padding: 10px 5% 10px;
  }


  .tltleh{
    padding: 0px 0 5px;
    margin: 0 auto;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
  }

  .post-title-about span{
    padding-top: 0;
  }

  .newstop a {
    width: initial;
  }

  .newstop {
    margin: 0 0 5px 0;
  }

  .news{
    margin-top: 0px;
  }

  .morelink{
    padding: 0 0 5px;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
  }

  .post-title span, span.news{
    margin-bottom: 0;
  }

  .newstop a em.emtitle{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    /*position: absolute;
    right: 0;*/
  }

  .newstop a em.emb{
    display: inline-block;
    text-overflow:ellipsis;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
  }

  .homepage_set{
    overflow: hidden;
  }
  .homepage-box{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    
  }
  .swiper-news-child{
    max-height: 50px;
  }



}
.swiper-news{
  position: relative;
    height: 50px;
    overflow: hidden;
}
.swiper-news-content{
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 1.2% 0;
    margin-left: 24px;
}
.swiper-news-content:hover{
  color: #ffffff;
  text-decoration: none;
}
.homepage-news-date{
  padding: 0 20px;
  position: relative;
}
.homepage-news-title{
  background-color: #65aae3;
  color: #ffffff;
}
.homepage-news-date:after{
    
    position: absolute;
    left: -44px;
    font-size: 12px;
    background-color: #65aae3;
    top: 50%;
    padding: 2px 5px;
    height: 22px;
    margin-top: -11px; 
}
.company-news-title:after{
  content: "公司新闻";
}
.activite-news-title:after{
  content: "公司活动";
}
.homepage-product{
  background-image: url(/images/homepage-product-bg.jpg);
  padding-bottom: 1%;
  padding-top: 1%;
  background-size: cover;
}
.homepage-product h3{
    margin-bottom: 2%;
    margin-top: 1%;
    text-align: center;
}
.homepage-product-box{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1%;
}
@media (min-width: 1250px){
  .post-title .post-title-content{
    width: 100%;
    position: relative;
  }

  .post-title .post-title-content>div{
    display: inline-block;
    vertical-align: middle;
  }

  .post-title .post-title-content div:last-child{
    position: absolute;
    right: 0;
  }
}

@media (max-width: 1250px){

  .post-title{
    position: relative;
  }

  .post-title-content div:last-child{
    position:absolute;
    right: 0;
  }
}

@media (max-width: 1100px) and (min-width: 768px){

  .topfont{
    font-size: 40px;
    margin-top: -57px;
  }

  .newstop a em.emb{
    width: 60%;
  }
}

@media (max-width: 900px) and (min-width: 768px){

  .topfont{
    font-size: 30px;
    margin-top: -42px;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  main .container{
    width: 100%;
  }

  .navbar-header{
    margin-top: 0;
  }

  .navbar-header .navbar-brand img{
    margin-top: 0;
  }

  .post a .post-featured-image img{
    margin: -5px 0 -10px;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  .topfont {
      font-size: 35px;
      margin-top: -50px;
  }

  .tltleh{
    font-size: 20px;
  }

  .newstop a{
    padding: 5px 10px 5px 20px;
  }

  a.brdertop_2:before{
    left:5px;
  }
}

@media (max-width: 767px) {


  .h1-text{
    margin :0;
  }

  .topfont{
    font-size: 50px;
    margin-top: -71px;
  }


  .newstop a {
    padding: 5px 10px 5px 10px;
  }

  a.brdertop_2{
    position: relative;
  }

  /*  a.brdertop_2:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 10px;
      width: 8px;
      height: 8px;
      background-color: #f51c04;
      border-radius: 5px;
      margin-top: -4px;
  }*/



  .col-sm-6.topleft, .col-sm-6.topright{
    padding: 0;
  }

  .post-title-about{
    padding: 0;
  }

  .post-title-about{
    padding: 10px 5% 10px;
  }


  .tltleh{
    padding: 0px 0 5px;
    margin: 0 auto;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
  }

  .post-title-about span{
    padding-top: 0;
  }

  .newstop a {
    width: initial;
  }

  .newstop {
    margin: 0 0 5px 0;
  }

  .news{
    margin-top: 0px;
  }

  .morelink{
    padding: 0 0 5px;
    width: 45%;
    display: inline-block;
    vertical-align: middle;
  }

  .post-title span, span.news{
    margin-bottom: 0;
  }

  .newstop a em.emtitle{
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    /*position: absolute;
    right: 0;*/
  }

  .newstop a em.emb{
    display: inline-block;
    text-overflow:ellipsis;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
  }
}


/*  end  */



/*轮播图文字内容end*/
@media (min-width: 1201px) and (max-width: 1700px) {
  .banner-content{
    font-size: 1.8rem;
    top: 50%;
    margin-top: -48px;
    right: 25%;
  }
  .banner-content strong{
    font-size: 2.8rem;
  }
  .banner-content2{
    top: 15%;
    right: 50%;
    margin-right: -236px;
  }
  .banner-content2-right{
    margin-left: 120px;
    margin-top: -15px;
  }
  .newstop a em.emb{
    font-size: 14px;
  }

  .topfont{
    position: absolute;
    left: 15%;
    top: 50%;
    color: #fff;
    font-size: 50px;
    margin-top: -71px;
    z-index:999;
    overflow: hidden;
  }

}
@media (min-width: 992px) and (max-width: 1200px) {
  .banner-content{
    font-size: 1.6rem;
    top: 50%;
    margin-top: -46px;
    right: 20%;
  }
  .banner-content strong{
    font-size: 2.6rem;
  }
  .banner-content2{
    top: 15%;
    right: 50%;
    margin-right: -210px;
  }
  .banner-content2-right{
    margin-left: 100px;
    margin-top: -15px;
  }

  .newstop a em.emb{
    font-size: 14px;
  }

/*  .topfont{
  position: absolute;
  left: 40%;
  top: 50%;
  color: #fff;
  font-size: 40PX;
  margin-top: -100PX;
  z-index:999;
  overflow: hidden;
  }*/

}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-content{
    font-size: 1.5rem;
    top: 50%;
    margin-top: -44px;
    right: 18%;
  }
  .banner-content strong{
    font-size: 2.5rem;
  }
  .banner-content2{
    top: 15%;
    right: 50%;
    margin-right: -192px;
  }
  .banner-content2-right{
    margin-left: 80px;
    margin-top: -10px;
  }
  .post a .post-title {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .post-title span{
    width: 18px;
    height: 18px;
    line-height: 13px;
    padding-right: 3px;
    margin-right: 5px;
  }
  .post-title span:after {
    height: 8px;
    width: 8px;
  }
  .post a .post-title-about {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .post-title-about span{
    width: 18px;
    height: 18px;
    line-height: 13px;
    padding-right: 2px;
    margin-right: 5px;
  }
  .post-title-about span:after {
    height: 8px;
    width: 8px;
  }
  .post-title-about p{
    margin-top: 5px;
    font-size: 15px;
  }

/*  .topfont{
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  font-size: 35PX;
  margin-top: -100PX;
  z-index:999;
  overflow: hidden;
  }*/

}


@media (max-width: 767px) {
  .news >ul li a {
    padding: 10px;
  }
  .news >ul li a>div {
    padding: 3px 5px;
  }

/*  .post a .post-featured-image img{
    margin-bottom: -30px;
  }*/

  .post img:hover {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }
}


@media (min-width: 480px) and (max-width: 767px) {
  .about{
    margin: auto;
    width: 90%;
    padding-bottom: 20px;
  }
  .product{
    margin: auto;
    width: 90%;
    padding-bottom: 20px;
  }
  .news >ul li a>div.news-content{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;/* 超出内容显示为省略号*/
    white-space: nowrap;/*文本不进行换行*/
  }

  .banner-content{
    font-size: 1.3rem;
    top: 15%;
    margin-top: -32px;
    left: 5%;
    right: auto;
  }
  .banner-content strong{
    font-size: 2.3rem;
  }
  .banner-content2{
    top: 15%;
    left: 50%;
    margin-left: -156px;
  }
  .banner-content2-right{
    margin-left: 40px;
    margin-top: -10px;
  }

  .topfont{
  position: absolute;
  left: 15%;
  top: 50%;
  color: #fff;
  font-size: 28PX;
  margin-top: -40PX;
  z-index:999;
  overflow: hidden;
  }

  .swiper-button-next, .swiper-button-prev{
    margin-top: 0;
  }

  .post .post-div{
    width: 80%;
  }

  .tltleh{
    font-size: 20px;
    width: 90%;
    text-align: left;
    margin: 10px auto;
    padding: 20px 0 5px 0;
    color: #111;
    font-weight: bold;
  }

}
@media (max-width: 479px) {
  .swiper-button-next, .swiper-button-prev{
    margin-top:6px;
  }

  .banner-content{
    font-size: 1.1rem;
    top: 15%;
    margin-top: -32px;
    left: 5%;
    right: auto;
  }
  .banner-content strong{
    font-size: 1.5rem;
  }
  .banner-content2{
    top: 15%;
    left: 50%;
    margin-left: -130px;
  }
  .banner-content2-right{
    margin-left: 40px;
    margin-top: 0px;
  }


  .h1-text{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }
/*  .about{
    padding-bottom: 20px;
  }*/
  .product{
    padding-bottom: 20px;
  }
  .post a .post-title {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .post-title span{
    width: 17px;
    height: 17px;
    line-height: 13px;
    padding-right: 3px;
    margin-right: 5px;
    margin-bottom: 4px;
  }
  .post-title span:after {
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
  }
  .post a .post-title-about {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .post-title-about span{
    width: 17px;
    height: 17px;
    line-height: 13px;
    padding-right: 3px;
    margin-right: 5px;
  }
  .post-title-about span:after {
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
  }
  .post-title-about p{
    margin-top: 5px;
    font-size: 15px;
  }
  #mouse{
    display: none;
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 10;
    color: #FFF;

    width: 16px;
    height: 35px;
    margin-left: -8px;
    overflow: hidden;
    cursor: pointer;
  }
  #mouse img{
    width: 16px;
  }

  .news >ul li a>div.news-content{
    width: 100%!important;
    overflow: hidden;
    text-overflow: ellipsis;/* 超出内容显示为省略号*/
    white-space: nowrap;/*文本不进行换行*/
  }

  .topfont{
  position: absolute;
  left: 15%;
  top: 50%;
  color: #fff;
  font-size: 20px;
  margin-top: -26px;
  z-index:999;
  overflow: hidden;
  }

  .post{
    padding: 20px 0;
  }
  .post .post-div{
    width: 85%;
  }
  .tltleh{
    font-size:16px;
  }
  .newstop a em.emb{
    font-size: 14px;
  }
  .newstop a em.emtitle{
    font-size: 14px;
  }

}

.fn16{
  font-size: 16px;
}
@media (min-width: 1400px) {
  .swiper-slide .banner{
    height: calc(100vh - 473px);
    height: -moz-calc(100vh - 473px);
    height: -webkit-calc(100vh - 473px);
  }  
  
}
@media (min-width: 1281px) and (max-width: 1399px) {
.swiper-slide .banner{
    height: calc(100vh - 383px);
    height: -moz-calc(100vh - 383px);
    height: -webkit-calc(100vh - 383px);
  } 
  

}
@media (min-width: 768px) and (max-width: 1399px) {
  .homepage-product-box {
    width: 67%;
    
  } 
  .swiper-news{
    height: 40px;
  }
  .swiper-news-content{
    padding:0.8% 0;
    font-size: 15px;
  }
  .homepage-product h3{
    margin-bottom: 1%;
    margin-top: 0;
    text-align: center;
    font-size: 20px;
  }
  .post a .post-title{
    font-size: 15px;
  }
  .homepage-product{
    padding-bottom: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .swiper-slide .banner{
    height: calc(100vh - 369px);
    height: -moz-calc(100vh - 369px);
    height: -webkit-calc(100vh - 369px);
  } 
  

  
}
@media (max-width: 767px) {
  .swiper-slide .banner{
        height: 100%;
  }
  .swiper-news-content{
    display: block;
    width: 90%;
    text-align: center;
    color: #ffffff;
    padding: 14px 0;
    margin-left: 29px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .homepage-news-date {
   
    position: relative;
    padding-left: 67px;
    padding-right: 5px;
}
.homepage-news-date:after{
  left: 0px;
}
.homepage-product-box{
   width: 95%;
}
.post a .post-title{
  text-align: center;
}
.homepage-product h3{
  margin-top: 5%;
  font-size: 20px;
}
.post a{
  display: block;
}


}