.news-bg{
    width: 100%;   
}
.news-bg>img{
    width: 100%;
    height: auto;
}
.about-cont{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
html, body {
    position: relative;
    /* height: 1200px; */
  }
  body {
    background: #f5f5f5;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    /* color:#000; */
    margin: 0;
    padding: 0;
  }
  .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .gallery-top {
    height: 600px;
    width: 80%;
  }
  .gallery-thumbs {
    height: 200px;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
/*  .wrap{
      width: 1200px;
      margin: 0 auto 0;
      background: #fff;
      padding-top: 60px;
      padding-bottom: 80px;
  }*/
  .wrap{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* border: 1px solid #f00; */
    background: #fff;
    padding: 40px 25px;
}
  .rightMenu{
    /*width: 885px;*/
    /*float: right;*/
    margin-top: 10px;
}
.contitle{
    font-size: 18px;
    color: #333;
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #B7B7B7;
    padding: 10px 0;
}
.prolist{
    float: left;
    margin: 15px 10px;
    width: calc((100% - 80px) / 4);
    /* border: 1px solid #B1461C; */
    /* padding: 3px; */
}
.mypic{
    width: 100%;
    height: 175px;
}
.mypic>img{
    width: 100%;
    height: 100%;
}
.proName{
    text-align: center;
    padding: 30px 0;
    color: #333;
    font-size: 16px;
}

.news-bg>img{
    width: 100%;
    height: auto;
}