section {
  width: 100%;
  height: auto;
}
section .s-introduce {
  width: 100%;
  height: auto;
  padding: 45px 0;
}
section .s-introduce .si-title {
  width: 100%;
  height: auto;
  font-size: 32px;
  text-align: center;
  color: #222222;
  font-weight: 500;
}
section .s-introduce .si-english {
  width: 100%;
  height: auto;
  color: #999999;
  text-align: center;
  font-size: 16px;
  margin-top: 3px;
}
section .s-introduce .si-text {
  font-size: 16px;
  color: #222222;
  text-align: center;
  max-width: 1064px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  margin-top: 28px;
  line-height: 28px;
}
section .s-introduce .si-button {
  width: 90%;
  height: auto;
  margin: 0 auto;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .s-introduce .si-button a {
  display: block;
  padding: 10px 25px;
  color: white;
  background: #020205;
  font-size: 14px;
}
section .s-introduce .si-button a:last-child {
  margin-left: 20px;
}
section .s-introduce .si-title2 {
  width: 100%;
  height: auto;
  font-size: 28px;
  text-align: center;
  color: #222222;
  margin: 53px 0;
  margin-bottom: 40px;
}
section .s-introduce .si-title4 {
  width: 100%;
  height: auto;
  font-size: 18px;
  text-align: center;
  color: #222222;
  margin-bottom: 45px;
  margin-top: 32px;
}
section .s-introduce .si-pardons {
  width: 90%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .s-introduce .si-pardons .sip-item {
  width: auto;
  height: auto;
}
section .s-introduce .si-pardons .sip-item .sipi-img {
  width: 155px;
  height: auto;
  margin: 0 auto;
}
section .s-introduce .si-pardons .sip-item .sipi-img img {
  width: 100%;
  height: auto;
}
section .s-introduce .si-pardons .sip-item .sip-title {
  margin: 25px 0;
  font-size: 22px;
  color: #222222;
  text-align: center;
  margin-bottom: 5px;
}
section .s-introduce .si-pardons .sip-item .sip-text {
  width: auto;
  height: auto;
}
section .s-introduce .si-pardons .sip-item .sip-text p {
  text-align: center;
  color: #444444;
  font-size: 16px;
  line-height: 28px;
}
section .s-introduce .si-pardons .sip-item:nth-of-type(2) {
  margin: 0 100px;
}
section .s-planning {
  width: 100%;
  height: auto;
  padding: 52px 0;
  padding-bottom: 0;
  background: url("../public/index/plan-bg.png") no-repeat;
  background-size: cover;
}
section .s-planning .sp-title {
  width: 100%;
  height: auto;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  color: black;
}
section .s-planning .sp-engish {
  width: 100%;
  height: auto;
  color: #999999;
  text-align: center;
  font-size: 16px;
  margin-top: 3px;
}
section .s-planning .sp-content {
  width: 1060px;
  height: auto;
  margin: 0 auto;
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .s-planning .sp-content .spc-item {
  width: 212px;
  height: 212px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section .s-planning .sp-content .spc-item p {
  text-align: center;
}
section .s-planning .sp-content .spc-item .spci-month {
  font-size: 32px;
  margin-bottom: 8px;
}
section .s-planning .sp-content .spc-item .spci-address {
  font-size: 14px;
  margin-bottom: 21px;
}
section .s-planning .sp-content .spc-item .spci-title {
  font-size: 14px;
}
section .s-planning .sp-content .spc-item:hover {
  -webkit-box-shadow: 0px 0px 10px 0 #c9c9c9;
          box-shadow: 0px 0px 10px 0 #c9c9c9;
  cursor: pointer;
}
section .s-planning .sp-content .spc-black {
  background: black;
}
section .s-planning .sp-content .spc-black .spci-month {
  color: white;
}
section .s-planning .sp-content .spc-black .spci-address {
  font-size: 14px;
  margin-bottom: 21px;
  color: #999999;
}
section .s-planning .sp-content .spc-black .spci-title {
  color: white;
}
section .s-planning .sp-content .spc-hui {
  background: #dfe2e2;
}
section .s-planning .sp-content .spc-hui .spci-month {
  color: #222222;
}
section .s-planning .sp-content .spc-hui .spci-address {
  font-size: 14px;
  margin-bottom: 21px;
  color: #555555;
}
section .s-planning .sp-content .spc-hui .spci-title {
  color: #222222;
}
section .s-planning .sp-content .spc-wh {
  background: white;
}
section .s-planning .sp-content .spc-wh .spci-month {
  color: #222222;
}
section .s-planning .sp-content .spc-wh .spci-address {
  font-size: 14px;
  margin-bottom: 21px;
  color: #555555;
}
section .s-planning .sp-content .spc-wh .spci-title {
  color: #222222;
}
section .s-planning .sp-bottom {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 26px;
  color: #999999;
  font-size: 14px;
  padding-bottom: 59px;
}
section .s-case {
  width: 100%;
  height: auto;
  background: white;
  padding: 53px 0;
}
section .s-case .sc-title {
  width: 100%;
  height: auto;
  font-size: 32px;
  text-align: center;
  color: #222222;
  font-weight: 500;
}
section .s-case .sc-engish {
  width: 100%;
  height: auto;
  color: #999999;
  text-align: center;
  font-size: 16px;
  margin-top: 3px;
}
section .s-case .sc-content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 35px;
}
section .s-case .sc-content .swiper-wrapper {
  width: 100%;
  height: auto;
}
section .s-case .sc-content .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item {
  width: 386px;
  height: 237px;
  background: #dddddd;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item:hover .scci-pup {
  opacity: 1;
}
section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item .scci-pup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item .scci-pup i {
  display: block;
  width: 50px;
  height: 50px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAclBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9eWEHEAAAAJXRSTlMA+hGnee2+3RwF89eJLAklIrqsnpN7dV9cTk1LNB/F4R6dZz7GDy6ZMwAAAXpJREFUSMelltl2qzAMRSU7hjA0JAQIGZrmDvv/f/HezqU2MdDzwIPW2tiWjyWJr9uh2aVO1aW75rCWqB7bgoGK9vEusN4DmnTnymSZqc5dosB+fClTKlr3ZhDra0VLEyaODuzWj28tuGOIWEFykaAuCay86MZ+RsP/s5tvxJX8JHd0yrkOGcvTg9zVwxN2uG7uER6Tf935EU4S1Qk+8mbcGx/RCvd+PyWJTFJC+eYS5TINuaCv3tljZaIs+xfvotupyFZ59nVLLZNV0/7/FvTTkZ5C5Ib6zk5/bcKIUW5yCGUY0j9jeT5IQxdCoMxCSEcjO85hhCJkuzM7SalGEHTlL1SRisOMIXD1bszgRMnGEfLfMlSGRhCwPuIwcxCD844f2VhFeifJwN8qlOSGbk6SOxrPMN5V+oZZo2a6YYyyHpg/bsuewntiEfPXtAse8vxysaAozS99Cwrs/DI+v1nMb0kLGt/i9rq8icdHhR8PJPGx56fD1YIR7h/81DO82wbbZAAAAABJRU5ErkJggg==") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 90px;
}
section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item .scci-pup .sccip-text {
  font-size: 16px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item:nth-of-type(2),
section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item:nth-of-type(5) {
  margin: 0 20px;
  margin-bottom: 20px;
}
section .s-case .sc-button {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .s-case .sc-button .scb-pre {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: black;
  cursor: pointer;
  outline: none;
}
section .s-case .sc-button .scb-pre i {
  display: block;
  width: 12px;
  height: 12px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMADs4IE9nG4dLKwBwYhiAm8cM9AAAAcklEQVQ4y2OgLWC+jEvG6pcBDi3r/yfi0PL/vyIuLZ8EsMqY4dSSP7BaxHBpYZyPS4vkAGvRx6VFiEItmDIkmsYggVMTSz9OTR5U1hSPU5Mr3TQdxamJhyxN9Tg1bcepiZtMTY0MODR9dcAhw7eGgRYAABdPZV/iElluAAAAAElFTkSuQmCC") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
section .s-case .sc-button .scb-num {
  width: 45px;
  height: auto;
  text-align: center;
  font-size: 20px;
  color: #999999;
}
section .s-case .sc-button .scb-next {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: black;
  cursor: pointer;
  outline: none;
}
section .s-case .sc-button .scb-next i {
  display: block;
  width: 12px;
  height: 12px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyBAMAAADsEZWCAAAAMFBMVEUAAAD///////////////////////////////////////////////////////////87TQQwAAAAD3RSTlMADs4IE9nG4dLKwBwYhiAm8cM9AAAAcklEQVQ4y2OgLWC+jEvG6pcBDi3r/yfi0PL/vyIuLZ8EsMqY4dSSP7BaxHBpYZyPS4vkAGvRx6VFiEItmDIkmsYggVMTSz9OTR5U1hSPU5Mr3TQdxamJhyxN9Tg1bcepiZtMTY0MODR9dcAhw7eGgRYAABdPZV/iElluAAAAAElFTkSuQmCC") no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section .s-media {
  width: 100%;
  height: auto;
  padding: 50px 0;
  padding-top: 0;
}
section .s-media .sm-title {
  width: 100%;
  height: auto;
  font-size: 32px;
  text-align: center;
  color: black;
}
section .s-media .sm-engish {
  width: 100%;
  height: auto;
  color: #999999;
  text-align: center;
  font-size: 16px;
  margin-top: 3px;
}
section .s-media .sm-pardon {
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 1130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 19px;
}
section .s-media .sm-pardon .smp-item {
  width: 332px;
  height: auto;
  margin-bottom: 26px;
  padding: 10px 10px;
}
section .s-media .sm-pardon .smp-item:nth-child(3n-1) {
  margin: 0 35px;
}
section .s-media .sm-pardon .smp-item .smpi-data {
  font-size: 24px;
  color: #999999;
  text-align: left;
  font-weight: 200;
}
section .s-media .sm-pardon .smp-item .smpi-line {
  width: 100%;
  height: auto;
  margin: 14px 0;
}
section .s-media .sm-pardon .smp-item .smpi-line i {
  display: block;
  width: 20px;
  height: 1px;
  background: #cccccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
section .s-media .sm-pardon .smp-item .smpi-text {
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
section .s-media .sm-pardon .smp-item:hover .smpi-text {
  color: #FA5A00;
}
section .s-media .sm-pardon .smp-item:hover .smpi-line i {
  width: 100%;
}
section .s-media .sm-more {
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0;
}
section .s-media .sm-more a {
  width: 100px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  margin: 0 auto;
  border: none;
  background: #020205;
  color: white;
  font-size: 14px;
  cursor: pointer;
}
section .s-cooperation {
  width: 100%;
  height: auto;
}
section .s-cooperation .sco-title {
  width: 100%;
  height: auto;
  font-size: 32px;
  text-align: center;
  font-weight: 500;
  color: black;
}
section .s-cooperation .sco-engish {
  width: 100%;
  height: auto;
  color: #999999;
  text-align: center;
  font-size: 16px;
  margin-top: 3px;
}
section .s-cooperation .sco-pardon {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0;
  max-width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .s-cooperation .sco-pardon .scop-item {
  width: 115px;
  height: 40px;
  background: white;
  margin: 0 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section .s-cooperation .sco-pardon .scop-item img {
  max-width: 100%;
  max-height: 100%;
}
section .s-business {
  width: 100%;
  height: auto;
  padding: 45px 0 80px 0;
  background: url("../public/index/footer.png") no-repeat;
  background-size: cover;
}
section .s-business .sb-item {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
section .s-business .sb-item .sbi-title {
  width: 100%;
  height: auto;
  font-size: 32px;
  text-align: center;
  color: black;
}
section .s-business .sb-item .sbi-engish {
  width: 100%;
  height: auto;
  color: #999999;
  text-align: center;
  font-size: 16px;
  margin-top: 3px;
}
section .s-business .sb-item .sbi-content {
  width: 90%;
  height: auto;
  margin: 0 auto;
  max-width: 1250px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section .s-business .sb-item .sbi-content .sbic-item {
  width: 386px;
  height: 120px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
section .s-business .sb-item .sbi-content .sbic-item:nth-child(2) {
  margin: 0 20px;
}
section .s-business .sb-item .sbi-content .sbic-item .sbici-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 13px;
}
section .s-business .sb-item .sbi-content .sbic-item .sbici-left .sbicil-name {
  font-size: 20px;
  color: #222222;
}
section .s-business .sb-item .sbi-content .sbic-item .sbici-left .sbicil-line {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
section .s-business .sb-item .sbi-content .sbic-item .sbici-left .sbicil-line i {
  display: block;
  width: 20px;
  height: 1px;
  background: #020205;
}
section .s-business .sb-item .sbi-content .sbic-item .sbici-left .sbicil-eng {
  white-space: nowrap;
  font-size: 12px;
  color: #999999;
}
section .s-business .sb-item .sbi-content .sbic-item .sbici-center {
  width: auto;
  margin-right: 12px;
  margin-left: 10px;
}
section .s-business .sb-item .sbi-content .sbic-item .sbici-center p {
  font-size: 14px;
  color: #555555;
  letter-spacing: -0.1px;
}
section .s-business .sb-item .sbi-content .sbic-item .sbici-right {
  width: 80px;
  height: auto;
  margin-right: 13px;
}
section .s-business .sb-item .sbi-content .sbic-item .sbici-right img {
  width: 100%;
  height: auto;
}
section .s-business .sb-sevice .sbi-content .sbic-item {
  width: 405px;
}
@media screen and (min-width: 300px) and (max-width: 1200px) {
  section .s-planning .sp-content {
    width: auto;
    max-width: 90%;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .s-case .sc-content {
    width: 90%;
  }
  section .s-case .sc-content .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item {
    width: 46%;
    height: auto;
    margin: 0 10px;
    margin-bottom: 20px;
  }
  section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item:nth-of-type(2),
  section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item:nth-of-type(5) {
    margin: 0 10px;
    margin-bottom: 20px;
  }
  section .s-media .sm-pardon .smp-item {
    width: 46%;
    height: auto;
    margin-bottom: 20px;
  }
  section .s-media .sm-pardon .smp-item:nth-child(3n-1) {
    margin: 0;
    margin-bottom: 20px;
  }
  section .s-business {
    width: 100%;
    height: auto;
  }
  section .s-business .sb-item .sbi-content .sbic-item {
    margin-bottom: 15px;
  }
  section .s-business .sb-item .sbi-content .sbic-item:nth-child(2) {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 300px) and (max-width: 414px) {
  section .s-introduce {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  section .s-introduce .si-title {
    font-size: 20px;
  }
  section .s-introduce .si-english {
    font-size: 12px;
  }
  section .s-introduce .si-text {
    margin-top: 20px;
    text-align: left;
    color: #222;
    font-size: 15px;
    line-height: 26px;
  }
  section .s-introduce .si-pardons {
    width: 95%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .s-introduce .si-pardons .sip-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 20px;
  }
  section .s-introduce .si-pardons .sip-item:nth-last-of-type(2) {
    margin: 0;
    margin-bottom: 20px;
  }
  section .s-introduce .si-pardons .sip-item .sipi-img {
    width: 110px;
    height: auto;
  }
  section .s-introduce .si-pardons .sip-item .sipi-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .s-introduce .si-pardons .sip-item .sipi-text .sip-title {
    font-size: 15px;
    margin: 0;
    text-align: left;
    color: #222222;
  }
  section .s-introduce .si-pardons .sip-item .sipi-text .sip-text {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section .s-introduce .si-pardons .sip-item .sipi-text .sip-text p {
    font-size: 14px;
    text-align: left;
    margin-right: 10px;
  }
  section .s-introduce .si-title2 {
    font-size: 20px;
    margin: 30px 0;
  }
  section .s-introduce .si-title4 {
    text-align: left;
    font-size: 15px;
    color: #222222;
    width: 90%;
    margin: 0 auto;
  }
  section .s-case {
    padding-top: 30px;
  }
  section .s-case .sc-title {
    font-size: 20px;
  }
  section .s-case .sc-engish {
    font-size: 12px;
  }
  section .s-case .sc-content {
    width: 90%;
    margin: 20px auto;
  }
  section .s-case .sc-content .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item {
    width: 46%;
    height: auto;
    margin: 0 5px;
    margin-bottom: 10px;
  }
  section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item:nth-of-type(2),
  section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item:nth-of-type(5) {
    margin: 0 5px;
    margin-bottom: 10px;
  }
  section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item .scci-pup {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item .scci-pup i {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
  section .s-case .sc-content .swiper-wrapper .swiper-slide .scc-item .scci-pup .sccip-text {
    margin: 0;
    margin-top: 10px;
    font-size: 12px;
  }
  section .s-planning {
    padding-top: 30px;
  }
  section .s-planning .sp-title {
    font-size: 20px;
  }
  section .s-planning .sp-engish {
    font-size: 12px;
  }
  section .s-planning .sp-content {
    margin: 20px auto;
  }
  section .s-planning .sp-content .spc-item {
    width: 48%;
    height: auto;
    padding: 20px 0;
  }
  section .s-planning .sp-content .spc-item .spci-month {
    font-size: 16px;
  }
  section .s-planning .sp-content .spc-item .spci-address {
    font-size: 12px;
    margin-bottom: 5px;
  }
  section .s-planning .sp-content .spc-item .spci-title {
    font-size: 12px;
  }
  section .s-planning .sp-bottom {
    padding-bottom: 30px;
  }
  section .s-media {
    padding: 30px 0;
  }
  section .s-media .sm-title {
    font-size: 20px;
  }
  section .s-media .sm-engish {
    font-size: 12px;
  }
  section .s-media .sm-pardon {
    margin: 20px auto;
  }
  section .s-media .sm-pardon .smp-item {
    width: 100%;
    margin-bottom: 0;
  }
  section .s-media .sm-pardon .smp-item .smpi-data {
    font-size: 18px;
  }
  section .s-media .sm-pardon .smp-item .smpi-line {
    margin: 8px 0;
  }
  section .s-media .sm-pardon .smp-item .smpi-text {
    font-size: 15px;
  }
  section .s-media .sm-pardon .smp-item:nth-child(3n-1) {
    margin-bottom: 0;
  }
  section .s-cooperation .sco-title {
    font-size: 20px;
  }
  section .s-cooperation .sco-engish {
    font-size: 12px;
  }
  section .s-cooperation .sco-pardon {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section .s-cooperation .sco-pardon .scop-item {
    width: 30%;
    margin: 0;
    margin-bottom: 15px;
  }
  section .s-business {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section .s-business .sb-item .sbi-title {
    font-size: 20px;
  }
  section .s-business .sb-item .sbi-engish {
    font-size: 12px;
  }
  section .s-business .sb-item .sbi-content {
    width: 95%;
  }
  section .s-business .sb-item .sbi-content .sbic-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 0;
  }
  section .s-business .sb-item .sbi-content .sbic-item .sbici-left {
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section .s-business .sb-item .sbi-content .sbic-item .sbici-left .sbicil-name {
    font-size: 18px;
  }
  section .s-business .sb-item .sbi-content .sbic-item .sbici-left .sbicil-line {
    width: auto;
    margin: 0 10px;
  }
  section .s-business .sb-item .sbi-content .sbic-item .sbici-center {
    margin-left: 20px;
  }
  section .s-business .sb-item .sbi-content .sbic-item:nth-child(2) {
    margin: 0;
    margin-bottom: 15px;
  }
  section .s-business .sb-item .sbi-content .sb-sevice .sbi-content .sbic-item {
    width: 400px;
  }
  section .s-business .sb-item .sbi-content .sb-sevice .sbi-content .sbic-item:nth-child(2) {
    margin: 0;
  }
}
