.clear{clear: both;}



/*轮播开始*/

.slideBox{ width:100%; min-width:1200px; height:500px;overflow:hidden; position:relative;}
.slideBox .hd{ width:100%; min-width:1200px; height:15px; overflow:hidden; position:absolute; left:45%; bottom:20px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left; }
.slideBox .hd ul li{ float:left; margin:0 8px; width:46px; height:6px;background:#f08519; cursor:pointer; }
.slideBox .hd ul li.on{ background:#268d88; }
.slideBox .bd{ position:relative; height:600px; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd a{ width:100%; height:600px; display:block; min-width:1200px;}
/*轮播结束*/

/*新闻开始*/
.news{width: 1200px;margin: 32px auto 0;}
.news-title{width: 100%; float: left; border-bottom: 1px #999 solid}
.news-title h3{margin-bottom: 10px; font-size: 22px;float: left; line-height: 24px;font-weight: normal;padding-left: 35px; background: url(../images/news-bg.png) no-repeat center left ;}
.news-title a{margin-bottom: 10px; float: right;padding: 4px 8px;background: url(../images/news-more.png) no-repeat center center; color: #f08519;}

.news-list{float: left;}
.news-list ul{float: left;width: 690px;margin-top: 30px;width: 690px;overflow: hidden;}
.news-list ul li{ font-size: 14px; color: #333;overflow: hidden;}
.list-type1 img{float: left;width: 127px;height: 90px;margin:3px 20px 0 0;}

.list-type1 h5{width: 500px;overflow: hidden;}
.list-type1 h5 a{color: #333;}
.mid-p{margin: 10px 0;}
.list-type1 p{
	width: 500px;
	height: 38px;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
}
.list-type1 p a{color: #666; line-height: 20px; 
	
}
.list-type1 span{color: #666;}

.list-type2{height: 45px; line-height: 33px; border-bottom: 1px #dad7d7 dashed ;width: 668px;padding-left: 22px;background: url(../images/list-point.jpg) no-repeat 4px center;line-height: 45px;}
.list-type2 p{ background: url(../images/list-point.jpg) no-repeat center left; padding-left: 18px;width: 671px;}
.list-type2 a{ color: #333;display:block;line-height: 45px;overflow: hidden;width: 80%;float: left;text-overflow: ellipsis;white-space: nowrap;}
.list-type2 span{color: #666;float: right;}
.news-list a:hover{ color:#f08519; }

.news-video{margin:38px 0 0 30px; float: right;width: 480px;height: 278px;overflow: hidden;}
#my-video{cursor: pointer; width:480px; height:278px}
.vjs-control-bar,.vjs-big-play-button,.vjs-caption-settings ,.vjs-modal-dialog-description{display: none;}
#my-video_html5_api,#movies3_html5_api,#movies2_html5_api{width: 480px;height: 278px; outline: none;cursor: pointer;}
/*新闻结束*/

/*产品开始*/
.pro{width: 100%;margin-top: 40px; min-width: 1200px; background: #e9f7f6;min-height: 400px;}
.pro-show{ width: 1200px; margin: 0 auto ;position: relative; }
.pro-title{width: 1200px;float: left;margin-top: 40px;  border-bottom: 1px #999 solid;}
.pro-title h3{margin-bottom: 10px; font-size: 22px;float: left; line-height: 24px;font-weight: normal;padding-left: 35px; background: url(../images/news-bg.png) no-repeat center left ;}
.pro-title a{margin-bottom: 10px; float: right;padding: 4px 8px;background: url(../images/news-more.png) no-repeat center center; color: #f08519;}

.pro-list{margin: 40px 0; overflow: hidden;width: 1200px; float: left;}
.pro-list li{width: 278px;height:227px;margin-right: 27px;float: left;}
.pro-list li dl{
	width: 100%;height: 100%;
}
.pro-list li dl dt{width: 278px;height:183px;overflow: hidden;border: 1px solid #dcdcdc;border-bottom: 0;}
.pro-list li dl dd{width:280px;height: 44px;text-align: center;line-height: 44px;background: #268d88;color:#fff}
.pro-list li img{width:100%;}
.prev{cursor: pointer; background: url(../images/show-r.png) no-repeat center center;display: block; width: 50px; height: 50px; position: absolute;top: 195px;right: -70px;}
.next{cursor: pointer; background: url(../images/show-l.png) no-repeat center center;display: block; width: 50px; height: 50px; position: absolute;top: 195px;left: -70px;}
/*产品结束*/

/*关于我们开始*/
.about-div{width: 1200px;margin: 32px auto 0;}
.about-title{width: 100%; float: left; border-bottom: 1px #999 solid}
.about-title h3{margin-bottom: 10px; font-size: 22px;float: left; line-height: 24px;font-weight: normal;padding-left: 35px; background: url(../images/news-bg.png) no-repeat center left ;}
.about-title a{margin-bottom: 10px; float: right;padding: 4px 8px;background: url(../images/news-more.png) no-repeat center center; color: #f08519;}

.about-cont{margin: 30px 0 50px 0; float: left;}
.about-cont img{float: left; width:480px;height: 280px; margin-right: 30px; }
.cont-t{float: right;}
.about-cont h5{ margin: 8px 0 10px;line-height: 24px;font-size: 16px; color:#000;}
.cont-r {float: right;}
.cont-r p{ text-indent: 2em;line-height: 24px;line-height: 24px;
	width: 680px;
	height: 243px;
	text-overflow:ellipsis;
		display:-webkit-box;
	-webkit-line-clamp:10;
	-webkit-box-orient:vertical;
	overflow: hidden;
	color: #333
	word-break:break-all;
}
/*关于我们结束*/
