/*business_info.css*/

.info_visual_img {
    width: 100%;
    height: 500px;
    background-image: url("../img/business/bs_info/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  
  .info_visual_text {
    color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .info_visual_text h6 {
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    color: #fff;
  }
  
  .info_visual_text p {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #fff;
  }
  
  /*visual E*/
  /*section1 S*/
  #info_wrap .sect1 h3 {
    font-weight: bold;
  }
  
  #info_wrap .sect1 span {
    font-weight: 400;
  }
  
  #info_wrap .sect1_con ul {
    overflow: hidden;
  }
  
  #info_wrap .sect1_con ul li {
    float: left;
  }
  
  #info_wrap .sect1_con ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 60px;
  }
  
  #info_wrap .sect1_img1 {
    position: relative;
    height: 480px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/business/bs_info/section1_img1.jpg");
  }
  
  #info_wrap .sect1_tbox {
    width: 300px;
    padding: 40px 20px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 100px;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* align-items: center; */
    -ms-flex-line-pack: center;
        align-content: center;
  }
  
  #info_wrap .sect1_tbox h5 {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    text-align: left;
  }
  
  #info_wrap .sect1_tbox h5 span {
    font-weight: bold;
  }
  
  #info_wrap .sect1_tbox p {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
  }
  
  #info_wrap .sect1_img2 {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  #info_wrap .sect1_tbox2 p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }
  
  /*section1 E*/
  /*section2 S*/
  #info_wrap .sect2 {
    position: relative;
    width: 100%;
    display: table;
    background-image: url("../img/business/bs_info/section2_img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 420px;
  }
  
  #info_wrap .sect2::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  #info_wrap .sect2_con {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  
  #info_wrap .sect2_con h4 {
    color: #fff;
    font-size: 36px;
    line-height: 46px;
  }
  
  #info_wrap .sect2_con h4 span {
    font-weight: bold;
  }
  
  #info_wrap .sect2_con p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding-top: 25px;
  }
  
  /*section2 E*/
  /*section3 S*/
  #info_wrap .sect3 .sect_title {
    margin-bottom: 90px;
  }
  
  #info_wrap .sect3_con {
    overflow: hidden;
  }
  
  #info_wrap .sect3_con li {
    float: left;
    width: 32%;
  }
  
  #info_wrap .sect3_con li:nth-child(2) {
    margin: 0 1%;
  }
  
  #info_wrap .sect3_img {
    width: 240px;
    height: 240px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
  }
  
  #info_wrap .s3i1 {
    background-image: url("../img/business/bs_info/section3_img1.png");
  }
  
  #info_wrap .s3i2 {
    background-image: url("../img/business/bs_info/section3_img2.png");
  }
  
  #info_wrap .s3i3 {
    background-image: url("../img/business/bs_info/section3_img3.png");
  }
  
  #info_wrap .sect3_tbox {
    margin-top: 30px;
    text-align: center;
  }
  
  #info_wrap .sect3_tbox h5 {
    color: #333;
    font-size: 18px;
    line-height: 26px;
  }
  
  #info_wrap .sect3_tbox span {
    font-size: 12px;
    color: #888;
    line-height: 20px;
  }
  
  #info_wrap .sect3_tbox p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    padding-top: 15px;
  }
  
  /*section3 E*/
  @media screen and (max-width: 1199px) {
    #info_wrap .sect1_tbox2 p {
      word-break: keep-all;
    }
    #info_wrap .sect1_tbox2 p br {
      display: none;
    }
    #info_wrap .sect1_tbox h5 {
      font-size: 30px;
      line-height: 40px;
      word-break: keep-all;
    }
    #info_wrap .sect1_tbox h5 br {
      display: none;
    }
  }
  
  @media screen and (max-width: 980px) {
    .info_visual_img {
      height: 450px;
    }
    #info_wrap .sect1_img2 {
      height: 280px;
    }
    #info_wrap .sect1_img1 {
      height: 540px;
    }
    #info_wrap .sect1_con ul li:nth-child(1) {
      margin-bottom: 45px;
    }
    #info_wrap .sect1_tbox p {
      word-break: keep-all;
    }
    #info_wrap .sect1_tbox p br {
      display: none;
    }
    #info_wrap .sect1_tbox {
      left: 0;
    }
    #info_wrap .sect2_con p {
      word-break: keep-all;
      padding: 0 10px;
      padding-top: 15px;
    }
    #info_wrap .sect2_con p br {
      display: none;
    }
    #info_wrap .sect_title h3 {
      line-height: 30px;
    }
    #info_wrap .sect_title p {
      word-break: keep-all;
    }
    #info_wrap .sect_title p br {
      display: none;
    }
    #info_wrap .sect3_tbox p {
      word-break: keep-all;
    }
    #info_wrap .sect3_tbox p br {
      display: none;
    }
    #info_wrap .sect3_img {
      width: 200px;
      height: 200px;
    }
    #info_wrap .sect3_con li {
      padding: 0 10px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .info_visual_img {
      height: 380px;
    }
    #info_wrap .sect1_tbox2 h6 {
      word-break: keep-all;
    }
    #info_wrap .sect2 {
      height: 420px;
    }
    #info_wrap .sect2_con h4 {
      font-size: 27px;
      line-height: 26px;
    }
    #info_wrap .sect2_con p {
      font-size: 14px;
      line-height: 22px;
    }
    #info_wrap .sect3_tbox p {
      font-size: 12px;
      line-height: 22px;
    }
    #info_wrap .sect3_tbox h5 {
      font-size: 16px;
    }
    #info_wrap .sect3_img {
      width: 170px;
      height: 170px;
    }
  }
  
  @media screen and (max-width: 640px) {
    #info_wrap .sect3_con li {
      width: 100%;
      margin-bottom: 40px;
    }
    #info_wrap .sect3_con li:nth-child(2) {
      margin: 0;
      margin-bottom: 40px;
    }
    #info_wrap .sect3_tbox p {
      word-break: normal;
    }
    #info_wrap .sect3_tbox p br {
      display: block;
    }
    #info_wrap .sect3_img {
      width: 190px;
      height: 190px;
    }
  }
  
  @media screen and (max-width: 600px) {
    #info_wrap .sect1_con ul li:nth-child(1) {
      margin-bottom: 25px;
    }
    #info_wrap .sect1_con ul li:nth-child(2) {
      width: 100%;
      margin: 0;
      margin-bottom: 25px;
    }
    #info_wrap .sect1_con ul li:nth-child(3) {
      width: 100%;
      margin: 0;
      margin-bottom: 25px;
    }
    #info_wrap .sect1_tbox h5 {
      font-size: 26px;
      line-height: 32px;
    }
    #info_wrap .sect1_tbox p {
      font-size: 13px;
      line-height: 22px;
    }
    #info_wrap .sect1_tbox2 p {
      font-size: 13px;
    }
    #info_wrap .sect_title p {
      padding-top: 15px;
      line-height: 20px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .info_visual_img {
      height: 260px;
    }
    #info_wrap .sect1_tbox2 h6 {
      font-size: 16px;
      line-height: 26px;
    }
    #info_wrap .sect1_tbox2 p {
      font-size: 12px;
      line-height: 20px;
    }
    #info_wrap .sect1_img2 {
      height: 175px;
    }
    #info_wrap .sect1_tbox h5 {
      font-size: 22px;
      line-height: 24px;
    }
    #info_wrap .sect1_img1 {
      height: 400px;
    }
    #info_wrap .sect2_con h4 {
      font-size: 24px;
      line-height: 24px;
    }
    #info_wrap .sect2_con p {
      font-size: 12px;
      line-height: 20px;
    }
    #info_wrap .sect2 {
      height: 390px;
    }
    #info_wrap .sect_title h3 {
      word-break: keep-all;
    }
    #info_wrap .sect_title h3 br {
      display: none;
    }
  }
  
  @media screen and (max-width: 360px) {
    #info_wrap .sect3_tbox p {
      word-break: keep-all;
    }
    #info_wrap .sect3_tbox p br {
      display: none;
    }
  }
  
