.container {
  width: 80vw;
  margin: 0 auto;
  /**.row1{

      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items:flex-start;
      margin-top: 50px;
      .one{
          flex: 2 1 0;
          @media screen and (max-width:600px){
              display: none;

          }
          >div{
              width: 100px;
              margin: 0 auto;
              border-radius: 10px;
              border: 1px solid rgb(139, 19, 19);

              >p{
                  text-align: center;
                  line-height: 4rem;
                  font-weight: bold;
                  font-size: 2rem;
                  color: rgb(139, 19, 19);
              }
              >p:first-child{
                  border-bottom: 1px solid rgb(139, 19, 19);
                  font-size: 2rem;
                  >span{
                      font-size: 1.5rem;
                  }
              }
          }
      }
      .two{
          flex: 8 1 0;
          >h6{
              margin:40px 0; 
              color: rgb(91, 91, 91);
              line-height: 2em;
              text-indent: 2em;
          }
          >.lists{
              >ul{
                  display: flex;
                  flex-flow: row wrap;
                  align-items: flex-start;
                  justify-content: space-around;
                  li{
                      flex: 1 1 calc(50% - 10px);
                      line-height: 2rem;
                      font-size: 1rem;

                      a{
                          color:rgb(52, 52, 52);

                      }
                  }
              }
          }
      }
  }*/
}
.container .row1 {
  display: none;
}

.row2 {
  padding: 20px;
}
.row2 > .title {
  background-image: url(../images/work.png);
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
}
.row2 > .lists {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.row2 > .lists > .left {
  flex: 1 1 0;
  width: 100px;
}
@media screen and (max-width: 600px) {
  .row2 > .lists > .left {
    display: none;
  }
}
.row2 > .lists > .left img {
  width: 100%;
  height: 482px;
}
.row2 > .lists > .left .titles {
  position: absolute;
  display: block;
  bottom: 3px;
  height: 40px;
  overflow: hidden;
  background-image: linear-gradient(0deg, rgba(61, 61, 61, 0.729), rgba(61, 61, 61, 0.153));
  line-height: 40px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.row2 > .lists > .right {
  flex: 1 1 0;
  width: 100px;
  padding-left: 50px;
}
.row2 > .lists > .right  h2 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}
.row2 > .lists > .right > h6 {
  margin-bottom: 25px;
  color: #666;
  text-indent: 2em;
  text-align: justify;
  line-height:2em;
}

.row3 {
  padding: 20px;
}
.row3 > .top {
  background-image: url(../images/shunjian.png);
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
}
.row3 > .bottom .swiper-slide {
  width: 300px;
  height: 200px;
  overflow: hidden;
}
.row3 > .bottom .swiper-slide img {
  width: 100%;
  height: 100%;
}
.row3 > .bottom .swiper-slide img:hover {
  transform: scale(1.2);
  transition: all 0.5s;
}
.row3 > .bottom .swiper-slide span {
  display: block;
  height: 60px;
  overflow: hidden;
  background-image: linear-gradient(0deg, rgba(61, 61, 61, 0.729), rgba(61, 61, 61, 0.153));
  color: rgb(255, 255, 255);
  position: relative;
  top: -40px;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
}

.row5 {
  padding: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items:flex-start;
  justify-content: space-around;
}
.row5 > .left {
  flex: 1 1 0;
  min-width: 300px;
}
.row5 > .left > .top {
  background-image: url(../images/dangdai.png);
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
.row5 > .left li {
  color: black;
  line-height: 2em;
  font-size: 1rem;
}
.row5 > .left li a {
  color: inherit;
}
.row5 > .left li span {
  float: right;
}
.row5 > .right {
  flex: 1 1 0;
  margin-left: 30px;
  min-width: 300px;
}
.row5 > .right > .top {
  background-image: url(../images/zheshinian.png);
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
.row5 > .right li {
  color: black;
  line-height: 2em;
  font-size: 1rem;
}
.row5 > .right li a {
  color: inherit;
}
.row5 > .right li span {
  float: right;
}
.row5 > .cnter {
  flex: 1 1 0;
  margin-left: 30px;
  min-width: 300px;
}
.row5 > .cnter > .top {
  background-image: url(../images/linlun.png);
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}
.row5 > .cnter li {
  color: black;
  line-height: 2em;
  font-size: 1rem;
}
.row5 > .cnter li a {
  color: inherit;
}
.row5 > .cnter li span {
  float: right;
}/*# sourceMappingURL=index.css.map */