.arshine2-solution {
  padding: 0;
  background: #fff;
}

.arshine2-solution .desc p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin: 10px 0;
}

.arshine2-solution .box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.arshine2-solution .box .pic {
  width: 48%;
}

.arshine2-solution .box .txt {
  /*-webkit-flex: 1;*/
  /*flex: 1;*/
  width: 52%;
  margin: 0 0 0 80px;
}

.arshine2-solution .box .txt h3 {
  color: var(--color-primary);
  font-size: 48px;
  line-height: 1;
}

.arshine2-solution .box .txt h3 span {
  color: var(--color-primary);
}

.arshine2-solution .box .txt p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin: 20px 0 0;
}

.arshine2-solution .box .txt .more {
  margin-top: 40px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
}

.arshine2-solution .box .txt .more:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.arshine2-solution ul {
  margin: 44px -10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arshine2-solution ul li {
  padding: 0 10px;
  width: 33.3333333%;
}

.arshine2-solution ul li .pic {
  width: 100%;
}

.arshine2-solution ul li .pic img {
  aspect-ratio: 1/ 1;
  object-fit: cover;
  width: 100%;
}

.arshine2-solution ul li h5 {
  font-size: 24px;
  color: #333;
  margin: 24px 0 0;
  text-align: center;
}

.arshine2-solution ul li h5 a:hover {
  color: var(--color-primary);
}

@media screen and (max-width:1650px) {
  .arshine2-solution .box .txt h3 {
    font-size: 46px;
  }
}

@media screen and (max-width:1500px) {
  .arshine2-solution .box .txt h3 {
    font-size: 44px;
  }

  .arshine2-solution ul li h5,
  .about ul li p {
    font-size: 23px;
  }

  .arshine2-solution {
    padding: 100px 0 80px;
  }
}

@media screen and (max-width:1441px) {
  .arshine2-solution .box .txt h3 {
    font-size: 42px;
  }

  .arshine2-solution .box .txt .more {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }

  .arshine2-solution ul li h5 {
    font-size: 22px;
  }

  .arshine2-solution {
    padding: 80px 0;
  }
}

@media screen and (max-width:1367px) {
  .arshine2-solution .box .txt h3 {
    font-size: 40px;
  }

  .arshine2-solution .box .txt p {
    line-height: 28px;
  }

  .arshine2-solution .box .txt p {
    font-size: 17px;
  }

  .arshine2-solution ul li h5 {
    font-size: 21px;
  }

  .arshine2-solution {
    padding: 70px 0;
  }
}

@media screen and (max-width:1281px) {
  .arshine2-solution .box .txt h3 {
    font-size: 38px;
  }

  .arshine2-solution .box .txt .more {
    height: 42px;
    line-height: 42px;
  }

  .arshine2-solutionul li h5 {
    font-size: 20px;
  }
}

@media screen and (max-width:1171px) {
  .arshine2-solution .box .txt h3 {
    font-size: 36px;
  }
  
  .arshine2-solution .box .txt {
    margin: 0 0 0 40px;
  }

  .arshine2-solution ul li h5 {
    font-size: 19px;
  }

  .arshine2-solution .box .txt p {
    font-size: 16px;
  }
}

@media screen and (max-width:992px) {
  .arshine2-solution .box .pic {
    width: 100%;
  }
  .arshine2-solution .box .txt h3 {
    font-size: 34px;
  }

  .arshine2-solution ul li h5 {
    font-size: 18px;
  }

  .arshine2-solution .box .txt .more {
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
  }

  .arshine2-solution .box .txt {
    margin: 0;
    width: 100%;
  }
  
  .arshine2-solution .box {
    display: block;
  }
}

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

  .arshine2-solution .box .txt h3 {
    font-size: 32px;
  }

  .arshine2-solution ul li h5 {
    font-size: 17px;
  }

  .arshine2-solution .box .txt .more {
    height: 38px;
    line-height: 38px;
    padding: 0 30px;
    font-size: 15px;
  }

  .arshine2-solution {
    padding: 30px 0;
  }

  .arshine2-solution .box .txt {
    margin: 0 0 20px;
    /*text-align: center;*/
  }

  .arshine2-solution .box .txt .more {
    margin-top: 20px;
  }

  .arshine2-solution ul li h5 {
    margin: 15px 0 0;
  }
}

@media screen and (max-width:600px) {
  .arshine2-solution .box .txt h3 {
    font-size: 28px;
  }

  .arshine2-solution .box .txt p {
    font-size: 15px;
  }
}

@media screen and (max-width:480px) {
  .arshine2-solution .box .txt h3 {
    font-size: 24px;
  }
}

@media screen and (max-width:430px) {
  .arshine2-solution .box .txt h3 {
    font-size: 26px;
  }
}

.desy-goods-list {
  padding-top: 40px;
  padding-bottom: 80px;
}


@media (min-width: 1500px) {
    .desy-goods-list.container {
        max-width: 1660px;
    }
}

.desy-goods-list .rtit {
  margin-bottom: 50px
}

.desy-goods-list .rtit h1 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.desy-goods-list .main-right {
  margin-left: 350px;
}

.desy-goods-list .main-left {
  float: left;
  width: 310px;
}

.desy-goods-list .main-left h3 {
  font-size: 18px;
  height: 50px;
  line-height: 49px;
  padding: 0 0 0 7px;
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
  color: #212121;
  position: relative;
}

.desy-goods-list .main-left h3::after {
  display: none;
  font-family: "qico";
  content: "\e727";
  position: absolute;
  top: 6px;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.desy-goods-list .main-left h3.active::after {
  -webkit-transform: rotate(45deg) scale(1.08);
  -ms-transform: rotate(45deg) scale(1.08);
  transform: rotate(45deg) scale(1.08);
}


.desy-goods-list .prolist ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -11px 0;
}

.desy-goods-list .prolist ul li {
  width: 33.3333333333%;
  padding: 0 11px;
  margin-top: 30px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

.desy-goods-list .prolist ul li .pic {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #DFECDE;
}

.desy-goods-list .prolist ul li:nth-child(2n) .pic {
  background: #E8F4E6;
}

.desy-goods-list .prolist ul li .pic::after {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.35) url(./pics/i2.png) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.desy-goods-list .prolist ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.3s ease 0s;
}

.desy-goods-list .prolist ul li p {
  margin: 20px 0 0;
  text-align: center;
  font-size: 16px;
}

.desy-goods-list .prolist ul li p a {
  color: #212121;
}

.desy-goods-list .prolist ul li p a:hover {
  text-decoration: underline;
}


@media screen and (max-width:1400px) {
  .desy-goods-list {
    /*padding-top: 70px;*/
    padding-bottom: 60px;
  }

  .desy-goods-list .rtit h1 {
    font-size: 34px
  }

  .desy-goods-list .main-right {
    margin-left: 320px;
  }

  .desy-goods-list .main-left {
    width: 280px;
  }
}

@media screen and (max-width:1280px) {
  .desy-goods-list .main-right {
    margin-left: 300px;
  }

  .desy-goods-list .main-left {
    width: 260px;
  }
}

@media screen and (max-width:992px) {
  .desy-goods-list {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .desy-goods-list .main-right {
    margin-left: 0;
  }

  .desy-goods-list .main-left {
    float: none;
    width: 100%;
  }

  .desy-goods-list .main-left h3::after {
    display: block;
  }
}

@media screen and (min-width:992px){
    .desy-goods-list .prolist ul li:hover .pic img {
      transform: scale(1.04);
      -webkit-transform: scale(1.04);
    }
    .desy-goods-list .prolist ul li:hover .pic p {
      color: #fff;
    }
    .desy-goods-list .prolist ul li:hover>.pic::after {
      display: block;
    }
    .desy-goods-list .prolist ul li:hover p a {
      text-decoration: underline;
    }
}

@media screen and (max-width:768px) {
  .desy-goods-list {
    padding-top: 20px;
  }

  .desy-goods-list .rtit h1 {
    font-size: 30px;
    text-align: center
  }

  .desy-goods-list .prolist ul {
    margin: -20px -8px 0;
  }

  .desy-goods-list .prolist ul li {
    width: 50%;
    padding: 0 8px;
    margin-top: 20px;
  }

  .desy-goods-list .prolist ul li p {
    margin: 15px 0 0;
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .desy-goods-list .rtit h1 {
    font-size: 24px
  }
}


.desy-goods-list .sidemenu {
  margin: 0 0 20px;
}

.desy-goods-list .sidemenu>ul>li {
  border-bottom: 1px solid #EFEFEF;
}

.desy-goods-list .sidemenu>ul>li h5 {
  line-height: 22px;
  display: block;
  padding: 23px 0 23px 7px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  position: relative;
}

.desy-goods-list .sidemenu>ul>li h5 a {
  display: block;
  margin-right: 40px;
  box-sizing: border-box;
}

.desy-goods-list .sidemenu>ul>li h5 a:hover {
  color: #F6AA00;
  text-decoration: underline;
}

.desy-goods-list .sidemenu>ul>li h5 span {
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  background: url("./pics/i4.png") no-repeat center;
  width: 40px;
  height: 40px;
  display: block;
}

.desy-goods-list .sidemenu>ul>li ul {
  display: none;
  padding: 10px 0;
}

.desy-goods-list .sidemenu>ul>li ul li {
  line-height: 20px;
  padding: 10px 13px;
}

.desy-goods-list .sidemenu>ul>li ul li a {
  padding-left: 12px;
  font-size: 15px;
  color: #999;
  display: block;
}

.desy-goods-list .sidemenu>ul>li ul li.active a,
.desy-goods-list .sidemenu>ul>li ul li a:hover {
  color: #212121;
  text-decoration: underline;
  background: url("./pics/dot5.png") no-repeat left 7px;
}

.desy-goods-list .sidemenu>ul>li.active h5 {
  color: #212121;
  text-decoration: underline;
  border-bottom: 1px solid #EFEFEF;
}

.desy-goods-list .sidemenu>ul>li.active span {
  background: url("./pics/i4-1.png") no-repeat center;
}

@media screen and (max-width:992px) {
  .desy-goods-list .sidemenu>ul {
    display: none;
  }

  .desy-goods-list .sidemenu>ul>li h5 {
    padding: 15px 0 15px 7px;
  }

  .desy-goods-list .sidemenu>ul>li ul li {
    padding: 7px 13px;
  }
}