			/* .fenlei{width:100%;overflow:hidden;margin-top:20px;} */
            .fl-icon{display:block;width:150px;height:100px;box-sizing:border-box;margin-bottom:10px;}
            .fl-icon img{display:block;/* width:60px; */height:60px;margin:7px auto 5px auto;}
            .fl-icon p{line-height:24px;text-align:center;font-size:14px;}
           .fl-icon.current,.fl-icon:hover{border:1px solid #ccc;box-shadow:4px 4px 4px #ccc;}
		   
		   
/*客户案例*/

.container {
	margin: auto;
	width: 1200px;
	overflow: hidden;
}
.container1 {
	margin: auto;
	width: 1280px;
	overflow: hidden;
}
.right-content {
	width: 950px;
	/*padding: 0 15px;*/
	margin-bottom: 30px;
	/*background: rgba(0,255,0,.3);*/
}

.right-content img{
	max-width: 900px;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}
.right-content .nav-text {
	margin-top: 15px;
	padding: 18px 0;
	font-size: 14px;
	border-bottom: dotted;
	border-bottom: 1px dotted #ddd; margin-bottom:20px;
}
.right-content .nav-text span {
	font-family: 'Arial';
	font-size: 12px;
	color: #000;
}
.right-content .nav-text a:hover {
	color: #fa4700;
}
.pages-right-content {
	margin-top: 15px;
	margin-bottom: 30px;
}



.left-nav {
	margin-bottom: 30px;
	width: 220px;
}
.left-nav h3 {
	margin-top: 15px;
	width: 220px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	background: #00c0ff;
}
.left-nav .nav-bar {

}
.left-nav .nav-bar li {
	margin-top: 3px;
	line-height: 25px;
	background: #f5f5f5;
}
.left-nav .nav-bar li a {
	display: block;
	font-size: 14px;
	text-align: center;
	padding:12px 0;
}
.left-nav .nav-bar li.active a,
.left-nav .nav-bar li:hover a{
	color: #fff;
	background: #00c0ff;
}
.left-nav .nav-bar li a.onho{
	color: #fff;
	background:  #00c0ff;
}
.left-nav .news-msg {
	margin: 30px 0;
	height: 400px;
	overflow: hidden;
	border: 1px solid rgb(234, 234, 234);
}
.left-nav .news-msg h4 {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background: #00c0ff;
	color: #fff;
}
.left-nav .news-msg .rolling {
	overflow: hidden;
}
.left-nav .news-msg li {
	margin-top: 0;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
}
.left-nav .news-msg li a:hover {
	text-decoration: underline;
}
.pages {
	padding: 0 0 30px 0;
}

.pages-title {
	padding: 30px 0;
	text-align: center;
	background: #fefefe;
	border-bottom: 1px solid #ececec;
}

.pages-title h2 {
	text-align: center;
	background: inherit;
	font-size: 30px;
	font-weight: normal;
	color: #222;
}

.pages-title h2 span {
	margin-left: 5px;
	color: #929292;
}

.pages-title i {
	display: block;
	margin-top: 20px;
	/*font-style: normal;*/
}

.nav-tab,
.nav-tab .tab {
	height: 54px;
	line-height: 54px;
	/*text-align: center;*/
	/*background: #0666d3;*/
	background: rgb(240, 241, 246);
}

.nav-tab .tab a {
	display: inline-block;
	width: 120px;
	color: #333;
	/*font-weight: bold;*/
	text-align: center;
}

.nav-tab .tab a:hover,
.nav-tab .tab a.active {
	color: #00c0ff;
	font-weight: bold;
}
.right-content .case-content {
	/*border: 1px solid red;*/
}
.right-content .case-content ul li {
	float: left;
	width: 33.3%;
	text-align: center;
	padding: 10px 10px 10px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*border: 1px solid blue;*/
}
.right-content .case-content ul li img{width:100%;height:100%;}
.right-content .case-content ul li a {
	display: block;
	height: 210px;
	overflow: hidden;
	/*border: 1px solid red;*/
}
.right-content .case-content ul li a img {
	background: url("../img/nopic.gif") no-repeat center center;
}
.titlea {
	padding: 15px 0; margin-bottom:10px;
	font-size: 14px;
	color: #333;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}


.descriptiona{text-align:left;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical; color:#999; font-size:14px; 
   height:60px;
	}

/*视频中心*/
.pages .video-list  {
	/*text-align: center;*/
}

.pages .video-list  ul li {
	display: inline-block;
	width: 390px;
	/*height: 285px;*/
	/*height: 186px;*/
	margin: 10px 15px;

}

.pages .video-list  ul li a {
	display: block;
	overflow: hidden;
}

.pages .video-list  ul li a img {
	width: 100%;
	height: 100%;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.pages .video-list  ul li:hover a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.pages .video-list ul li span {
	display: block;
	padding: 6px 0;
	text-align: center;
	font-size: 14px;
	color: #323232;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	/*border: 1px solid red;*/
}

.video-list li {
	width: 390px !important;
	/*border: 1px solid blue;*/
}

.video-list embed {
	border: 1px solid #eee;
}
.index-title {
	padding: 40px 0;
	text-align: center;
}

.index-title h5 {
	height: 60px;
	line-height: 60px;
	color: #666;
	font-weight: normal;
}

.index-title h2 {
	margin-top: 10px;
	font-size: 30px;
	color: #333;
	text-align: center;
	font-weight: normal;
}
.video-pages h5 {
	background: url("../img/video.png") no-repeat center center;
}


/*首页新闻资讯*/
.index-news {
	/*background: #fff;*/
	background: #f7f7f7;
}

.index-news,
.index-news .container {
	border: 1px solid transparent;
}

.r-news {
	height: 380px;
	margin-left: 10px;
	overflow: hidden;
}
.pages-content .news-list ul li {
	width: 100%;
}
.news-list a {
	display: block;
}

.news-list a:hover h4 {
	color: #fa4700;
}
.news-list ul li {
	width: 33.3%;
	float: left;
	padding: 0 15px;
	margin: 15px 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.news-list .news-title {
	margin-top: 15px;
	margin-bottom: 5px;
	width: 100%;
	color: #222;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.pages-news .news-list a {
	display: block;
}
.pages-news .news-list .page a {
	display:inline;
}
.pages-news .news-list h4 {
	/*color: #333;*/
	font-size: 18px;
	font-weight: normal;
}
.news-list .news-time {
	font-size: 14px;
	color: #666;
}
.latest-time {
	padding-right: 35px;
	background: url(../images/newico.gif) no-repeat right center;
}
.keepTop {
	padding-right: 35px;
	background: url(../images/top.gif) no-repeat right center;
}
.newTop {
	padding-right: 70px;
	background: url(../images/topnews.gif) no-repeat right center;
}
.index .text-p {
	height: 100px;
}
.text-p {
	display: block;
	color: #999;
	padding-bottom: 15px;
	text-indent: 0;
	line-height: 30px;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
}
.text-p:after {
	content: "......";
}

.pages-news {
	background: #f5f5f5;
}
.pages-news .pages-content {
	background: #fff;
	padding: 30px;
}
.pages-nav {
	padding-bottom: 30px;
	text-align: center;
}
.pages-nav ul {
	display: inline-block;
	margin: auto;
	background: #f5f5f5;
}
.pages-nav ul li {
	display: inline-block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}
.pages-nav ul li a {
	display: block;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.pages-nav ul li.active a,
.pages-nav ul li:hover a {
	color: #fff;
	background: #00c0ff;
}
/*新闻详情页*/
.news-detail {
	padding: 30px 0;
}

.news-detail .detail-title {
	padding-bottom: 20px;
	text-align: center;
	background: url("../images/splitBg.gif") repeat-x 0 bottom;
}

.news-detail .detail-title h2 {
	margin-bottom: 15px;
	color: #333;
	font-size: 30px;
}

.news-detail .detail-content {
	
	padding-bottom: 15px; width:1000px; margin:auto;
	line-height: 30px;
	background: url("../images/splitBg.gif") repeat-x 0 bottom;
}

.news-detail .detail-content p {
	text-align: left;
	line-height: 40px;
	text-indent: 30px;
	margin-bottom: 10px;
	font-size: 15px;
}

.news-detail .detail-content img {
	padding-bottom: 20px;
	text-align: center;
	max-width: 1280px;
}
.page-number-content {
	margin-top: -10px;
	color: #333;
}
.page-number-content a:hover {
	text-decoration: underline !important;
}

.about {
	/*border: 1px solid red;*/
}

.about p {
	margin: 15px 0;
}


.about .zz-img {
	text-align: center;
	margin: 10px 0;
	/*overflow: hidden;*/
}

.about .zz-img li {
	position: relative;
	margin: 10px;
	padding: 10px;
	width: 31%;
	height: 300px;
	overflow: hidden;
	float: left;
	text-align: center;
	border: 1px solid #ddd;
}
.about .zz-img li:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.about .zz-img li a {
	display: block;
	overflow: hidden;
}
.about .zz-img li span {
	position: absolute;
	left: 0;
	bottom: 0;
	/*bottom: -40px;*/
	width: 100%;
	padding: 10px 5px;
	color: #fff;
	background: rgba(0,192,255,.7);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.about .zz-img li:hover span {
	background: rgba(250,71,0,.8);
}
.about .zz-img li:hover span {
	bottom: 0;
}
.about .zz-img li img {
	height: 100%;
}

.content1{
	font: 14px 'Microsoft YaHei', Arial, '宋体', HELVETICA;
	color: #666;
}
.content1 p{
	line-height: 30px;
}