/*business_info.css*/
/*visual S*/
.info_visual_img {
    width: 100%;
    height: 320px;
    background-image: url("../img/business/banner.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .info_visual_text {
    color: #fff;
    padding: 100px 15px;
  }
  
  .info_visual_text h6 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
  .info_visual_text h7 {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
	font-color: #ff0000;
	font-weight: bold;
  }
  
  .info_visual_text p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
  
  /*visual E*/
  .bns_info .sect1 .bns_info {
    margin-top: 10px;
    padding-top: 20px;
  }
  
  .bns_info .sect1 .bns_info li {
    overflow: hidden;
    margin: 0 0 20px;
  }
  
  .bns_info .sect1 .square_num {
    width: 24px;
    height: 24px;
    background: #141414;
    color: #fff;
    text-align: center;
    float: left;
    border-radius: 50%;
    line-height: 26px;
  }
  
  .bns_info .sect1 .bns_info p {
    padding-left: 10px;
    float: left;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    margin: 0;
  }
  
  /*section3 S*/
  .bns_info .sect3 {
    padding: 100px 0;
  }
  
  .sect_tit h3 {
    font-size: 34px;
    color: #333;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
  }
  
  .sect_tit h3 span {
    font-weight: bold;
  }
  
  .sect_tit p {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  
  .sect3_con {
    width: 100%;
  }
  
  .sect3_img img {
    width: 100%;
  }
  
  /*section3 E*/
  /*section2 S*/
  .section_wrap_bg {
    background-color: #f9f9f9;
    padding: 40px 0;
  }
  
  .bns_info .sect2 {
    padding: 0;
  }
  
  .bns_info .sect2_list {
    overflow: hidden;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
    flex-wrap: wrap;
  }
  
  .bns_info .sect2_list li {
    width: 50%;
    padding: 40px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .bns_info .sect2_icon {
    width: 100px;
    height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 20px;
  }
  
  .bns_info .icon1 {
    background-image: url("../img/business/section1_icon1.png");
  }
  
  .bns_info .icon2 {
    background-image: url("../img/business/section1_icon2.png");
  }
  
  .bns_info .icon3 {
    background-image: url("../img/business/section1_icon3.png");
  }
  
  .bns_info .icon4 {
    background-image: url("../img/business/section1_icon4.png");
  }
  
  .bns_info .sect2_list_item {
    float: left;
    width: 80%;
  }
  
  .bns_info .sect2_list_item h6 {
    font-size: 18px;
    color: #666;
  }
  
  .bns_info .sect2_list_item p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    word-break: keep-all;
  }
  
  .bns_info .sect2_line {
    width: 25px;
    height: 2px;
    background: #d71812;
    margin: 10px 0;
  }
  
  .bns_info .sect2_list_item p br {
    display: none;
  }
  
  /*section2 E*/
  /*section1 S*/
  .bns_info .sect1 {
    position: relative;
    margin: 70px 0;
  }
  
  .bns_info .sect1_tbox {
    float: left;
    width: 40%;
  }
  
  .bns_info .sect1_tbox h5 {
    word-break: keep-all;
  }
  
  .bns_info .sect1_tbox p {
    word-break: keep-all;
  }
  
  .bns_info .sect1_imgwrap {
    float: right;
    width: 53%;
  }
  
  .bns_info .sect1_img {
    width: 610px;
    height: 410px;
    background-image: url("../img/business/section2_img.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  /*section1 E*/
  @media screen and (max-width: 1199px) {
    .bns_info .sect1_img {
      width: 580px;
      height: 380px;
    }
    .bns_info .sect1_imgwrap {
      width: 55%;
    }
  }
  
  @media screen and (max-width: 1100px) {
    .bns_info .sect2_list_item {
      width: 100%;
    }
    .bns_info .sect2_icon {
      float: none;
      margin: 0 auto;
    }
    .bns_info .sect2_list_item {
      text-align: center;
    }
    .bns_info .sect2_line {
      margin: 10px auto;
    }
    .bns_info .sect1_img {
      width: 510px;
    }
  }
  
  @media screen and (max-width: 980px) {
    .sect_tit h3 {
      font-size: 32px;
    }
    .bns_info .sect_tit p {
      word-break: keep-all;
    }
    .bns_info .sect_tit p br {
      display: none;
    }
    .bns_info .sect1_tbox h5 {
      line-height: 35px;
    }
    .bns_info .sect1_img {
      width: 440px;
    }
  }
  
  @media screen and (max-width: 850px) {
    .bns_info .sect1_tbox {
      width: 100%;
    }
    .bns_info .sect1_imgwrap {
      width: 100%;
    }
    .bns_info .sect1_img {
      width: 100%;
      height: 410px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .info_visual_text h6 {
      font-size: 36px;
    }
    .info_visual_text p {
      font-size: 17px;
    }
  }
  
  @media screen and (max-width: 600px) {
    .info_visual_text h6 {
      font-size: 30px;
      line-height: 45px;
    }
    .info_visual_text p {
      font-size: 16px;
    }
    .bns_info .sect2_list li {
      width: 100%;
      margin: 0;
    }
    .bns_info .sect2_list_item {
      width: 80%;
    }
    .bns_info .sect2_icon {
      float: left;
    }
    .bns_info .sect2_list_item {
      text-align: left;
    }
    .bns_info .sect2_line {
      margin: 10px 0;
    }
    .bns_info .sect2_icon {
      width: 70px;
      height: 50px;
    }
    .bns_info .sect2_list_item h6 {
      font-size: 17px;
    }
    .bns_info .sect2_list_item p {
      font-size: 13px;
    }
    .bns_info .sect1_yellow {
      top: 54%;
      height: 320px;
    }
    .bns_info .sect1_img {
      height: 320px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .info_visual_text h6 {
      font-size: 26px;
      line-height: 45px;
    }
    .info_visual_text p {
      font-size: 14px;
      line-height: 20px;
    }
    .info_visual_text {
      padding: 75px 15px;
    }
    .sect_tit h3 {
      font-size: 24px;
      line-height: 32px;
      word-break: keep-all;
    }
    .sect_tit p {
      font-size: 14px;
      line-height: 20px;
      word-break: keep-all;
    }
    .sect_tit p br {
      display: none;
    }
    .bns_info .sect2_list {
      /*padding: 20px 0;*/
    }
    .bns_info .sect2_list li {
      padding: 25px 0;
    }
    .bns_info .sect2_list_item h6 {
      font-size: 16px;
    }
    .bns_info .sect2_list_item p {
      font-size: 12px;
    }
    .bns_info .sect2_line {
      margin: 8px 0;
      width: 20px;
    }
    .bns_info .sect2_list_item {
      width: 65%;
    }
    .bns_info .sect3 {
      padding: 70px 0;
    }
    .bns_info .sect1_tbox h5 {
      line-height: 25px;
    }
    .bns_info .sect1_yellow {
      top: 60%;
      height: 215px;
    }
    .bns_info .sect1_img {
      height: 215px;
    }
  }
  
  @media screen and (max-width: 360px) {
    .map_explain .num_00 {
      width: 50px;
      font-size: 12px;
    }
    .bns_info .sect1_yellow {
      top: 63%;
    }
  }
  
  /*# sourceMappingURL=widgets.css.map */
  