/*business_area.css*/
/*section1 */
#area_wrap .sect1 {
    overflow: hidden;
  }
  
  #area_wrap .sect1_left {
    width: 35%;
    float: left;
  }
  
  #area_wrap .sect1_left h3 {
    text-align: left;
  }
  
  #area_wrap .sect1_left .title_line {
    margin: 25px 0;
  }
  
  #area_wrap .sect1_right {
    width: 65%;
    float: right;
    padding-left: 70px;
  }
  
  #area_wrap .sect1_right img {
    width: 100%;
  }
  
  #area_wrap .sect1_right p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    padding-top: 20px;
  }
  
  /*//section1 */

  /*section2 */
  #area_wrap .sect2_con {
    overflow: hidden;
    width: 100%;
    background: #222;
  }
  
  #area_wrap .sect2_left {
    float: left;
    width: 50%;
  }
  
  #area_wrap .sect2 .left_box {
    position: relative;
    width: 510px;
    height: 350px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 25%);
            transform: translate(-50%, 25%);
  }
  
  #area_wrap .sect2 .line_box {
    width: 170px;
    height: 170px;
    border: 5px solid #60a4bf;
    background-color: #60a4bf;
    position: absolute;
    top: 0;
    left: -32px;
  }
  
  #area_wrap .sect2_tbox {
    position: absolute;
    right: 0;
    bottom: 25px;
  }
  
  #area_wrap .sect2_tbox h3 {
    padding-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
  }
  
  #area_wrap .sect2_tbox h3 span {
    font-weight: bold;
  }
  
  #area_wrap .sect2_tbox p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
  }
  
  #area_wrap .sect2_tbox .sect2_p {
    padding-top: 20px;
  }
  
  #area_wrap .sect2_right {
    float: right;
    width: 50%;
  }
  
  #area_wrap .sect2_right img {
    width: 100%;
  }
  
  /*//section2*/
  /*section3 */
  #area_wrap .sect3 .sect_title {
    overflow: hidden;
  }
  
  #area_wrap .sect3 .left_t {
    float: left;
  }
  
  #area_wrap .sect3 .sect_title h3 {
    text-align: left;
  }
  
  #area_wrap .sect3 .sect_title .title_line {
    margin: 25px 0;
  }
  
  #area_wrap .sect3 .right_t {
    float: right;
  }
  
  #area_wrap .sect3 .sect_title p {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }
  
  #area_wrap .sect3_con {
    overflow: hidden;
    margin-top: 50px;
  }
  
  #area_wrap .sect3_con li {
    width: 32%;
    height: 340px;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  #area_wrap .sect3_con li:nth-child(2) {
    margin: 0 1%;
  }
  
  #area_wrap .sect3_con .s3i1 {
    background-image: url("../img/business/bs_area/section3_img1.png");
  }
  
  #area_wrap .sect3_con .s3i2 {
    background-image: url("../img/business/bs_area/section3_img2.png");
  }
  
  #area_wrap .sect3_con .s3i3 {
    background-image: url("../img/business/bs_area/section3_img3.png");
  }
  

  /*//section3 */
  @media screen and (max-width: 1550px) {
    #area_wrap .sect2_tbox {
      bottom: 80px;
    }
  }
  
  @media screen and (max-width: 1400px) {
    #area_wrap .sect2_tbox {
      bottom: 130px;
      right: 50px;
    }
    #area_wrap .sect2_tbox h3 {
      padding-bottom: 15px;
      font-size: 28px;
      line-height: 35px;
    }
    #area_wrap .sect2_tbox p {
      font-size: 12px;
      line-height: 20px;
    }
    #area_wrap .sect2 .line_box {
      height: 140px;
      width: 140px;
    }
  }
  
  @media screen and (max-width: 1199px) {
    #area_wrap .sect1_right p {
      word-break: keep-all;
    }
    #area_wrap .sect1_right p br {
      display: none;
    }
    #area_wrap .sect1_left h3 {
      word-break: keep-all;
      line-height: 40px;
    }
    #area_wrap .sect1_left h3 br {
      display: none;
    }
    #area_wrap .sect2_right {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0.3;
    }
    #area_wrap .sect2_left {
      width: 100%;
    }
    #area_wrap .sect2_tbox {
      bottom: 160px;
    }
    #area_wrap .sect2_con {
      position: relative;
    }
    #area_wrap .sect2 .line_box {
      opacity: 0.5;
    }
    #area_wrap .sect3 .left_t {
      float: none;
    }
    #area_wrap .sect3 .right_t {
      float: none;
    }
    #area_wrap .sect3 .sect_title h3 {
      word-break: keep-all;
    }
    #area_wrap .sect3 .sect_title h3 br {
      display: none;
    }
  }
  
  @media screen and (max-width: 980px) {
    #area_wrap .sect1_left h3 {
      line-height: 32px;
    }
    #area_wrap .sect3_con li {
      height: 280px;
    }
    #area_wrap .sect3 .sect_title p {
      word-break: keep-all;
    }
    #area_wrap .sect3 .sect_title p br {
      display: none;
    }
    #area_wrap .sect3 .sect_title h3 {
      line-height: 32px;
    }
  }
  
  @media screen and (max-width: 767px) {
    #area_wrap .sect3_con li {
      height: 200px;
    }
    #area_wrap .sect3 .sect_title p {
      font-size: 14px;
      line-height: 22px;
    }
  }
  
  @media screen and (max-width: 600px) {
    #area_wrap .sect1_left {
      width: 100%;
    }
    #area_wrap .sect1_right {
      width: 100%;
      padding: 0;
    }
    #area_wrap .sect2_right {
      width: 100%;
      position: static;
      opacity: 1;
    }
    #area_wrap .sect2_con {
      position: static;
    }
    #area_wrap .sect2 .left_box {
      width: 80%;
    }
    #area_wrap .sect2 .line_box {
      width: 100px;
      height: 100px;
    }
    #area_wrap .sect2_tbox {
      right: 0px;
    }
    #area_wrap .sect2_tbox p {
      word-break: keep-all;
    }
    #area_wrap .sect2_tbox p br {
      display: none;
    }
    #area_wrap .sect3_con li {
      height: 140px;
    }
  }
  
  @media screen and (max-width: 480px) {
    #area_wrap .sect1_right p {
      font-size: 12px;
      line-height: 20px;
    }
    #area_wrap .sect2_tbox h3 {
      font-size: 24px;
      line-height: 24px;
    }
    #area_wrap .sect3_con li {
      height: 90px;
    }
    #area_wrap .sect3 .sect_title p {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  @media screen and (max-width: 385px) {
    #area_wrap .sect2_tbox {
      bottom: 140px;
    }
    #area_wrap .sect2_con {
      padding-top: 50px;
    }
    #area_wrap .sect2 .line_box {
      position: relative;
      top: -100px;
      opacity: 0.8;
    }
  }
  
  /*# sourceMappingURL=widget.css.map */
  