 .PictureBox{
        background-color:#F6F6F6;
        padding-bottom:50px;
    }
    .PictureBox .mtitle{
        font-size: 24px;
        color:#333;
        height: 38px;
        line-height:38px;
    }
    .PictureItem{
        display:inline-block;
        width: 240px;
	    height: 255px;
	    background-color: #ffffff;
        margin-right:16px;
        margin-top:20px;
       transition: all 0.2s ease;
    }
  
  .PictureItem:hover  {
      box-shadow: 0px 3px 6px 0px 
		rgba(0, 0, 0, 0.16);
     transform: translate3d(0,-2px,0);
    }
    .PictureItem img{
       width: 100%;
       height: 100%;
    }
.PictureItem  .text{
    	font-size: 16px;
        color: #333333;
        padding-left:16px;
        box-sizing:border-box;
        line-height:56px;
}
.PictureItem1{
    width: 500px;
	height: 255px;
}
.PictureItem  .text:hover{color:#f90;}
.PictureItem:hover .text{color:#f90;}
.Picturelist .PictureItem:nth-of-type(4n){
    margin-right:0!important;
}
  .w1280{
        width:1280px;
        margin:auto;
    }
  .mt30{margin-top:30px}
  .picbanner{
      width:100%;
      height: 402px;
      background:url('/img/img/live/pic/banner1.jpg')no-repeat center;
      background-size:100%;
      color: #ffffff;
  }
  .picbanner h2{font-size:60px;padding-top:124px;box-sizing:border-box}
  .picbanner p{	font-size: 24px;margin-top:15px;}
  .fixed-nav-title{background-color:#fff}
  .fixed-nav-title .navtitle{
      height: 50px;
	  line-height:50px;
      display:inline-block;
      font-size:16px;
      padding:0 30px;
      width:auto;
      color:#333;
      cursor:pointer;
      margin-left:-5px;
      margin-top:-1px;
  }
   .fixed-nav-title .navtitle:hover{
        background-color:#ffad33;
        color:#fff;
   }
    .fixed-nav-title .navActive{
        background-color:#008C95;
        color:#fff;
    }
    .fixed-nav-t{
        background-color:#fff;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        height:50px;
        z-index: 9;
    }
    .mt50{margin-top:50px}
    .subtitle{color:#999;font-size:16px;}
    .text-center{
        text-align:center;
    }
    .hide{display:none}