.header-top {
				position: fixed;
				top: 0px;
    			left: 0px;
				background: #fff;
				width:100%;
				/* min-width: 1120px; */
				z-index: 110;
				color: #333;
				box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
			}
			.grap{
								border-left:1px solid #a3a3a3;
								height:18px;
								float:left;
								position:relative;
								top:27px;
							}
			.topbar-top{
				position: relative;
				max-width: 1120px;
				margin: 0 auto;
				height: 70px;
			}
			.topbar-left {
				position: relative;
				top:10px;
				float:left;
			}
			.topbar-left a{
				float:left;
				display:block;
			}
			.topbar-right{
				float:right;
				
			}
			.topbar-right li{
				float:left;
				margin-left:15px;
				font-size:14px;
			}
			.navItem{
				height:68px;
				line-height:68px;
				padding:0 10px;
				border-top:2px solid #fff;
				
			}
			.navItem a{
				display:inline;
				color:#a3a3a3;
				
			}
			.navItem.on a{
				color:#5A5A5A;
			}
			.navItem.on{
				border-top:2px solid #49ADA3;
			}

			.navItem:hover{
				border-top:2px solid #49ADA3;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
			}
			.navItem:hover a{
				color:#5A5A5A;
				transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				-ms-transition: all 0.3s ease;
			}
			.content-con{
				position: absolute;
				left: 0px;
				top:69px;
				height:55px;
				width:100%;
				text-align: center;
				background:rgba(242,242,242,0.8);
				border-bottom:1px solid #008EC7;
			}
			.content-con .pannel-con {
				margin: 0 34px;
				line-height:55px;
			}
			.li-item:first-child {
			    padding-left: 0 !important;
			}
			.li-item{
				    padding-left: 28px;
    				padding-right: 28px;
    				display: inline-block;
				
			}
			@-webkit-keyframes fb-slidein-animation{0%{opacity:0}1%{-webkit-transform:translateX(160px);transform:translateX(160px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fb-slidein-animation{0%{opacity:0}1%{-webkit-transform:translateX(160px);transform:translateX(160px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}
			.bb {
		    -webkit-animation-name: fb-slidein-animation;
		    animation-name: fb-slidein-animation;
		    -webkit-animation-duration: 350ms;
		    animation-duration: 350ms;
		    -webkit-animation-fill-mode: backwards;
		    animation-fill-mode: backwards;
			}
			
			.li-item a{
				font-size:14px;
				color:#777;
				position:relative;
				display:block;
				height:40px;
				line-height:40px;
			}
			.li-item{
				
			}
			.li-item a:hover{
				color:#008EC7;
				-webkit-transform: translateY(-4px);   
  			 	transform: translateY(-4px);
				transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-webkit-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				-ms-transition: all 0.5s ease;
			}