.arshine2_company_intro {
  padding: 138px 0 66px;
  background: #fff;
  position: relative;
}

.arshine2_company_intro .container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.arshine2_company_intro .txt {
  flex: 1;
  padding-right: 20px;
}

.arshine2_company_intro .txt h3 {
  color: #323232;
  font-size: 48px;
  line-height: 1;
}

.arshine2_company_intro .txt h3 span {
  color: var(--color-primary);
}

.arshine2_company_intro .txt .t {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin: 20px 0 0;
}

.arshine2_company_intro .txt .t p~p {
  margin-top: 18px;
}

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

.arshine2_company_intro .txt .more:hover {
  background: var(--color-second);
  color: #fff;
}

.arshine2_company_intro .pic {
  width: 700px;
}

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

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

  .arshine2_company_intro {
    padding: 100px 0 60px;
  }
}

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

  .arshine2_company_intro .txt .more {
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
    font-size: 17px;
  }
}

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

  .arshine2_company_intro {
    padding: 80px 0 50px;
  }

  .arshine2_company_intro .txt .t {
    line-height: 28px;
  }

  .arshine2_company_intro .txt .t {
    font-size: 17px;
  }
}

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

  .arshine2_company_intro .txt .more {
    height: 42px;
    line-height: 42px;
    padding: 0 40px;
  }
}

@media screen and (max-width:1171px) {
  .arshine2_company_intro .txt h3 {
    font-size: 36px;
  }

  .arshine2_company_intro .txt .t {
    font-size: 16px;
  }
}

@media screen and (max-width:1200px) {
  .arshine2_company_intro .txt h3 {
    font-size: 34px;
  }

  .arshine2_company_intro .txt .more {
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
  }

  .arshine2_company_intro {
    padding: 60px 0 30px;
  }

  .arshine2_company_intro .container {
    display: block;
  }

  .arshine2_company_intro .txt {
    text-align: center;
  }

  .arshine2_company_intro .txt .t {
    text-align: left;
  }

  .arshine2_company_intro .pic {
    width: 80%;
    margin: 30px auto 0;
  }
}

@media screen and (max-width:768px) {
  .arshine2_company_intro .txt h3 {
    font-size: 32px;
  }

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

  .arshine2_company_intro {
    padding: 30px 0 10px;
  }

  .arshine2_company_intro .txt .t p~p {
    margin-top: 10px;
  }
}

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

  .arshine2_company_intro .txt .t {
    font-size: 15px;
  }

  .arshine2_company_intro .txt .t {
    line-height: 24px;
  }
}

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

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


@media screen and (max-width:992px){
.arshine2_company_intro {
    padding: 30px 0;
}.arshine2_company_intro .txt h3 {
    font-size: 34px;
}.arshine2_company_intro .txt .t {
    font-size: 16px;    margin: 5px 0 0;
}.arshine2_company_intro .txt .t p~p {
    margin-top: 5px;
}.arshine2_company_intro .txt .more {
    margin-top: 5px;
}.arshine2_company_intro .pic {
    width: 100%;
    margin: 10px auto 0;
}
}


@media screen and (max-width:768px){
.arshine2_company_intro {
    padding: 15px 0;
}.arshine2_company_intro .txt h3 {
    font-size: 24px;
}.arshine2_company_intro .txt .t {
    font-size: 14px;
}
}