
  .content h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 250px;
  }
  .content .Box_con {
    position: relative;
  }
  .content .Box_con .btnl {
    position: absolute;
  }
  .content .Box_con .btn {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 150px;
    cursor: pointer;
  }
  .content .Box_con .btn1 {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 100px;
    cursor: pointer;
  }
  .content .Box_con .btnl {
    background: url(../imgs/flowContention/leftj.png) no-repeat center;
    width: 52px;
    height: 52px;
    left: -72px;
  }
  .content .Box_con .btnr {
    background: url(../imgs/flowContention/rightj.png) no-repeat center;
    width: 52px;
    height: 52px;
    right: -72px;
  }
  /* .Box .Box_con .btnl:hover {
    background: url(img/jtl03.png) no-repeat center;
  }
  .Box .Box_con .btnr:hover {
    background: url(img/jtr03.png) no-repeat center;
  } */
  .content .Box_con .conbox {
    position: relative;
    overflow: hidden;

  }
  .content .Box_con .conbox1 {
    position: relative;
    overflow: hidden;

  }
  .content .Box_con .conbox ul {
    position: relative;
    list-style: none;
  }
  .content .Box_con .conbox1 ul {
    position: relative;
    list-style: none;
  }
  .content .Box_con .conbox ul li {
    position: relative;
    float: left;
    width: 364px;
    height: 364px;
    margin-left: 20px;
    overflow: hidden;
  }
  .content .Box_con .conbox1 ul li {
    position: relative;
    float: left;
    width: 270px;
    height: 270px;
    margin-left: 20px;
    overflow: hidden;
    background: red;
  }
  
  .content .Box_con .conbox ul li span {
    display: block;
    position: absolute;
    bottom: 0;
    height: 40px;
    background: #3b9b98;
    opacity: 0.85;
    width: 100%;
    height: 88px;
    color: white;
    font-size: 18px;
    padding: 20px;
    box-sizing: border-box;
  }
  .content .Box_con .conbox1 ul li span {
    display: block;
    position: absolute;
    bottom: 0;
    height: 61px;
    background: #3b9b98;
    opacity: 0.85;
    width: 100%;
    color: white;
    font-size: 18px;
    padding: 10px ;
    box-sizing: border-box;
    /* 超出隐藏三个点 */

    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    overflow: hidden;
  }
  }
  .Bcontentox .Box_con .conbox ul li:first-child {
    margin-left: 0;
  }
  .Bcontentox .Box_con .conbox1 ul li:first-child {
    margin-left: 0;
  }
  .content .Box_con .conbox ul li img {
    display: block;
    width: 380px;
    height: 364px;
    transition: all 0.5s;
  }
  .content .Box_con .conbox1 ul li img {
    display: block;
    width: 285px;
    height: 270px;
    transition: all 0.5s;
  }
  .content .Box_con .conbox ul li:hover img {
    transform: scale(1.1);
  }
  .content .Box_con .conbox1 ul li:hover img {
    transform: scale(1.1);
  }
  .content .BoxSwitch {
    margin-top: 30px;
    text-align: center;
  }
  .content .BoxSwitch span {
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
  }
  .content .BoxSwitch span.cur {
    background: red;
  }

  .carousel {
    margin-left: 60px;
    width: 570px;
    height: 368px;
  }

  #banner_bg {
    background: #3b9b98;
    opacity: 0.85;
    width: 100%;
  }
  .onLi li {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 0.65;
    padding: 0 !important;
    margin-right: 10px;
  }
  .onLi .on {
    width: 20px;
    height: 8px;
    background: #ffffff;
    border-radius: 4px;
  }