@charset "UTF-8";
*{
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
}
body{
  overflow:scroll;
  overflow-x:hidden;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #01649B;
}
#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;
}
.product{
  padding-bottom: 40px;
}
.post {
  position: relative;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.post a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
}
.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);
  
}
.post a .post-featured-image{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.post a .post-featured-image img{
  width: 100%;
  height: auto;
}
.post a .post-title {
  position: absolute;
  font-size: 20px;
  z-index: 9;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0;
  background-color: rgba(110,117,113,0.2);
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.post-title span{
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  padding-right: 3px;
  color: white;
  background-color: #E90101;
  box-sizing: border-box;
  margin-right: 5px;
  vertical-align: bottom;
  margin-bottom: 3px;
}
.post-title span:after {
  content: " ";
  display: inline-block;
  height: 9px;
  width: 9px;
  margin-bottom: 0px;
  border-width: 3px 3px 0 0;
  border-color: white;
  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: #006499!important;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  vertical-align: text-top;
}
.about{
  padding-bottom: 40px;
}
.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: #E90101;
  box-sizing: border-box;
  margin-right: 5px;
  vertical-align: bottom;
  margin-bottom: 3px;
}
.post-title-about span:after {
  content: " ";
  display: inline-block;
  height: 9px;
  width: 9px;
  margin-bottom: 0px;
  border-width: 3px 3px 0 0;
  border-color: white;
  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;
  border-top: 1px solid #ECECEC;
}
.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: 140px;
}
.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%;
  height: 100%;
  position: relative;
}
.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;
}

/*轮播图文字内容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;
  }
}
@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;
  }
}
@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;
  }
}
@media (max-width: 767px) {
  .news >ul li a {
    padding: 10px;
  }
  .news >ul li a>div {
    padding: 3px 5px;
  }
}
@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;
  }
}
@media (max-width: 479px) {
  .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;
    margin-bottom: 4px;
  }
  .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;/*文本不进行换行*/
  }
}


@media (min-width: 768px) and (max-width: 827px) {
 .news >ul li a>div.news-mold {
    width: 62px;
}
.news >ul li a>div {
  padding: 10px 0px;
}
.news >ul li a>div.news-time {
    
    width: 129px;
}

}
@media (max-width: 767px) {
.news >ul li a>div.news-time{
  width: 139px;
}
.news >ul li a>div.news-mold {
    width: 105px;
}

}