/*main*/
main{
    width:100%;
    display: inline-block;
  }
  main .title{
    padding-top:65px;
  }
  .title{
    font-size:24px;
    font-weight:500;
    color:rgba(34,34,34,1);
    padding-top:70px;
    text-align:center;
  }
  .subTit{
    font-size: 16px;
    font-weight: 400;
    color: #888;
    text-align: center;
    margin-top: 19px;
  }
  .titleSmall{
    font-size:18px;
    text-align:center;
    margin-top:45px;
  }
  .mainPic1{
    display:block;
    margin:0 auto;
  }
  .bold1Item{
    float:left;
    margin-right:29px;
    width:378px;
    height:349px;
    background:rgba(255,255,255,1);
    box-shadow:0px 6px 45px 0px rgba(114,146,149,0.21);
    border-radius:4px;
    box-sizing: border-box;
  }
  .bold1Item:last-child{
    margin-right:0;
  }
  .bold1Item:hover{
    box-shadow:0px 6px 45px 0px rgba(99,194,198,0.4);
    border:1px solid rgba(99,194,198,1);
  }
  .homeBold1{
    margin:30px 0 0;
    display: inline-block;
  }
  .bold1Icon{
    width:80px;
    display: block;
    margin:0 auto;
    margin-top:42px;
  }
  .bold1ItemTit{
    margin-top:34px;
    font-size:20px;
    font-weight:500;
    color:rgba(99,194,198,1);
    text-align:center;
  }
  .bold1Info{
    width:304px;
    margin:27px auto 0;
    text-align: center;
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height: 25px;
  }
  .bold2{
    width:100%;
    height:700px;
    background: rgba(249,249,249,1);
    margin-top:133px;
  }
  .bold2List{
    width:100%;
    padding-top:70px;
  }
  .bold2Item{
    float:left;
    width:33.3333%;
    cursor: pointer;
  }
  .bold2Item:hover .bold2ItemTit{
    color:#63C2C6;
  }
  .bold2Item>img{
    width:52px;
    display: block;
    margin:0 auto;
  }
  .bold2ItemTit{
    font-size:20px;
    font-weight:500;
    color:rgba(34,34,34,1);
    padding:37px 0 21px;
    text-align:center;
  }
  .bold2subInfo{
    width:100%;
    padding:0 30px;
    text-align: center;
    height:120px;
    font-size:16px;
    font-weight:400;
    color:rgba(152,152,152,1);
    line-height:22px;
  }
  .textContainer{
    width:100%;
    height:140px;
    background-color:#f1f1f1;
    font-family:PingFangSC-Light,PingFangSC;
    font-weight:300;
    color:rgba(99,194,198,1);
    text-align: center;
    line-height: 140px;
    font-size:36px;
  }
  .bold3List{
    margin-top:75px;
  }
  .bold3Item{
    width:378px;
    height:409px;
    border-radius:4px;
    border:1px solid rgba(151,151,151,0.1);
    margin-right:30px;
    overflow:hidden;
  }
  .bold3Item>img{
    width:100%;
    height:auto;
  }
  .bold3Item:last-child{
    margin-right:0;
  }
  .bold3Item:hover{
    box-shadow:0px 12px 32px 0px rgba(99,194,198,0.28);
    border-radius:4px;
    border:1px solid rgba(99,194,198,1);
    background:rgba(249,249,249,1);
  }
  .bold3Tit{
    font-size:20px;
    font-weight:500;
    color:rgba(34,34,34,1);
    text-align: center;
    padding:30px 0 16px;
  }
  .bold3subInfo{
    width:291px;
    font-size:16px;
    font-weight:400;
    color:rgba(152,152,152,1);
    line-height:22px;
    margin:0 auto;
  }
  .bold3Btn,.bold4Btn,.bold5Btn{
    width:140px;
    height:40px;
    line-height: 40px;
    background:rgba(99,194,198,1);
    border-radius:4px;
    margin:0 auto;
    font-size:16px;
    color:#fff;
    text-align: center;
    margin-top:50px;
    cursor: pointer;
  }
  /* bold4 */
  .bold4{
    margin-top:150px;
    position: relative;
    width:100%;
    display: inline-block;
    overflow: hidden;
  }
  .container_banner{
    width: 100%;
    height: 349px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .bold4List{
    display: inline-block;
  }
  .bold4 .title,.bold4 .subTit{
    color:#fff;
  }
  .bold4Item{
    width:538px;
    float:left;
    margin-right:30px;
    height:240px;
    background:rgba(255,255,255,1);
    box-shadow:0px 12px 22px 0px rgba(30,88,152,0.29);
    border-radius:4px;
    box-sizing: border-box;
    border: 1px solid rgba(151,151,151,0.5);
    margin-top:58px;
    overflow: hidden;
  }
  .bold4Item:hover{
    box-shadow:0px 12px 43px 0px rgba(99,194,198,0.68);
    border:1px solid rgba(99,194,198,1);
  }
  .bold4Item:last-child{
    margin-right:0;
  }
  .bold4Item img{
    width:256px;
    height:240px;
  }
  .bold4ItemCon{
    width:329px;
    height:100%;
    padding:0 25px 0 30px;
  }
  .bold4ItemTit{
    font-size:24px;
    font-weight:500;
    color:rgba(34,34,34,1);
    margin-top:24px;
  }
  .swiper2Mar{
    margin-top: 80px;
    height:70px;
  }
  .bold4ItemInfo{
    font-size:16px;
    font-weight:400;
    color:rgba(152,152,152,1);
    margin-top:15px;
  }
  /* bold5 */
  .bold5{
    margin-top:100px;
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
  }
  .bold5Item{
    width:320px;
    height:100px;
    margin-right:30px;
  }
  .bold5ItemLast{
    width:136px;
  }
  .bold5ItemLast img{
    width:62px;
  }
  .bold5ItemSmall img{
    width:80%;
    height:auto;
  }
  .bold5Item:last-child{
    margin-right:0;
  }
  .bold5List{
    margin-bottom:50px;
  }
  .bold5Con{
    margin-top:30px;
  }
