.main {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}
.sul-tit{
  background: url(../images/图层 12.png) no-repeat left;
  display: block;
  padding: 0 0 0 37px;
  position: relative;
}
.h1{
  margin-bottom:50px;
  color: var(--color-second);
  /* background: url(../images/图层 12.png) no-repeat left 07px; */
  /* display: block; */
  /* padding: 0 0 0 43px; */
  /* position: relative; */
  font-size: 46px;
}
.arshine-solu-list ul li+li {
  margin-top: 40px;
}

.arshine-solu-list ul li[id] {
  scroll-margin-top: 120px;
}

.arshine-solu-list ul li .box {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  /* padding: 60px 0; */
}

.arshine-solu-list ul li .box::after {
  /* content: ""; */
  background: #f0f0f0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 52%;
  transition: all 500ms;
}

.arshine-solu-list ul li .pic {
  /* width: 45%; */
  position: relative;
  /* z-index: 10; */
  /* overflow: hidden; */
  flex: 1;
}

.arshine-solu-list ul li .pic img {
  width: 100%;
  transition: all 0.5s ease 0s;
  /* aspect-ratio: 3/2; */
  object-fit: cover;
  height: 100%;
}

.arshine-solu-list ul li .txt {
  /* -webkit-flex: 1; */
  /* flex: 1; */
  /* padding: 0 20px 0 70px; */
  color: #000;
  position: relative;
  z-index: 10;
  background: #eaeaea;
  width: 55%;
  padding: 30px 30px;
}
.arshine-solu-list ul li .txt  .ico{
border-bottom:2px #cbcbcb solid;
  padding:20px 0
}
.arshine-solu-list ul li .txt .ico img:last-child {
  /* display: none; */
}
.arshine-solu-list ul li .txt  .ico img{height: 75px;}
.arshine-solu-list ul li .txt em {
  font-size: 230px;
  line-height: 1;
  color: rgba(0, 98, 178, 0.15);
  font-family: Impact;
}

.arshine-solu-list ul li .txt h5 {
  font-size: 28px;
  line-height: 1.5;
  color: var(--color-primary);
  margin: 20px 0 0;
  font-weight: 900;
}
.arshine-solu-list ul li .txt h5 i{
  vertical-align: middle;
  background: var(--color-second);
  border-radius: 50px;
  padding: 7px;
  color: #fff;
  margin-left: 30px;
  font-size: 20px;
}
.arshine-solu-list ul li .txt p {
  font-size: 15px;
  line-height: 30px;
  margin: 20px 0 0;
}

.arshine-solu-list ul li .txt a.arshine-app-title-link {
  display: block;
  margin: 0;
  text-decoration: none;
  color: inherit;
}

.arshine-solu-list ul li .txt a.arshine-app-title-link:hover {
  color: inherit;
}

.arshine-solu-list ul li .pic a {
  display: block;
}
.arshine-solu-list ul li .txt .par ul{
  
}
.arshine-solu-list ul li .txt .par ul li{
  background: var(--color-second);
  border-radius: 50px;
  padding: 10px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
}
.arshine-solu-list ul li:nth-child(2n) .box {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.arshine-solu-list ul li:nth-child(2n) .box::after {
  right: auto;
  left: 0;
}

.arshine-solu-list ul li:nth-child(2n) .txt {
  padding: 30px 30px;
}

.arshine-solu-list ul li .box:hover .pic img {
  /* transform: scale(1.05); */
  /* -webkit-transform: scale(1.05); */
}

.arshine-solu-list ul li .box:hover::after {
  background: var(--color-primary);
}

.arshine-solu-list ul li .box:hover .txt {
  color: var(--color-second);
}

.arshine-solu-list ul li .box:hover .txt h5 {
  color: var(--color-second);
}

.arshine-solu-list ul li .box:hover .txt .ico img:first-child {
  
}

.arshine-solu-list ul li .box:hover .txt .ico img:last-child {
  display: inline-block;
}

.arshine-solu-list ul li dl {
  width: 100%;
  margin: 20px -5px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arshine-solu-list ul li dl dd {
  width: 25%;
  padding: 0 5px;
  text-align: center;
}

.arshine-solu-list ul li dl dd a {
  height: 100%;
  display: block;
  background: #f0f0f0;
  padding: 35px 0;
}

.arshine-solu-list ul li dl dd .ico img:last-child {
  display: none;
}

.arshine-solu-list ul li dl dd p {
  font-size: 18px;
  color: #333;
  margin: 15px 0 0;
}

.arshine-solu-list ul li dl dd:hover {
  background: var(--color-primary);
}

.arshine-solu-list ul li dl dd:hover p {
  color: #fff;
}

.arshine-solu-list ul li dl dd:hover .ico img:first-child {
  display: none;
}

.arshine-solu-list ul li dl dd:hover .ico img:last-child {
  display: inline-block;
}



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


  .arshine-solu-list ul li .txt p {
    font-size: 17px;
    line-height: 28px;
  }
}



@media screen and (max-width: 1171px) {
  .arshine-solu-list ul li .txt h5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  .arshine-solu-list ul li .box {
    display: block;
    padding: 0;
    width: 100%;
  }

  .arshine-solu-list ul li .pic {
    width: 100%;
  }

  .arshine-solu-list ul li .txt {
    padding: 25px 15px;
    background: #f0f0f0;
    width: 100%;
  }

  .arshine-solu-list ul li:nth-child(2n) .txt {
    padding: 25px 15px;
  }

  .arshine-solu-list ul li+li {
    margin-top: 20px;
  }

  .arshine-solu-list ul li .box:hover .txt .ico img:first-child {
    display: inline-block;
  }

  /*.arshine-solu-list ul li .box:hover .txt .ico img:last-child {
    display: none;
  }*/
  
  .arshine-solu-list ul li .box .ico img {
    height: 50px
  }

  .arshine-solu-list ul li .box:hover .txt {
    color: #000
  }

  .arshine-solu-list ul li .box:hover .txt h5 {
    color: var(--color-primary);
  }
}

@media screen and (max-width: 768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .arshine-solu-list ul li dl dd {
    width: 50%;
  }

  .arshine-solu-list ul li .txt h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .arshine-solu-list ul li .txt a {
    margin: 15px 0 0;
    font-size: 16px;
  }
  .arshine-solu-list ul li .txt h5 {
    font-size: 16px;
  }
}



@media screen and (max-width: 1440px) {
  .h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1200px) {
  .h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 992px) {
  .h1 {
    font-size: 28px;
  }
  .arshine-solu-list ul li .txt p {
    font-size: 16px;
  }
  .arshine-solu-list ul li .txt .par ul li {font-size: 14px;}
}

@media screen and (max-width: 768px) {
  .h1 {
    font-size: 24px;
  }
  .arshine-solu-list ul li .box .ico img {
    height: 30px;
  }
  .arshine-solu-list ul li .txt p {
    font-size: 14px;
  }
  .arshine-solu-list ul li .txt .par ul li {font-size: 12px;}
  .arshine-solu-list ul li .txt h5 i{display:none}
}
