/*视频*/
ul.videoshow{
	overflow: hidden;
	padding-top: 10px;
}
ul.videoshow li{
	width: 275px; 
	border:1px solid #f5f5f5;
	background: #fff;
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
}
ul.videoshow li:nth-child(4n+0){
	margin-right: 0px;
}
ul.videoshow li.none{
	margin-right: 0px;
}
ul.videoshow li a{
	display: inline-block;
}
ul.videoshow li a img{
	width: 275px;
	height:275px;
	float: left;
}
.videotext{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: left;
	font-size:18px;
	color: #333;
	width:90%;
	padding:0 5%;
}
.videodetail{
	font-size:14px;
	color: #666;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	padding:0 5%;
}
.videotime{
	font-size:12px;
	color: #999;
	overflow: hidden;
	padding:0 5%;
}

.videoitem{
	
}
ul.videoitem  li video{
}
.deails{
	padding:10px 0px;
}
.videolist{
	width: 275px;
	height: 275px;
	position: relative;
}
.videolist span{
	width: 80px;
	height: 44px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left:50%;
	top: 120px;
	margin-left:-40px;
	text-align: center;
	border-radius: 5px;
	line-height: 50px;
}
.videolist span i{
	width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #fff;
    border-bottom:10px solid transparent;
    display: inline-block;
}

.videolatest{
	width:192px;
	height:192px;
	position: relative;
}
.videolatest span{
	width: 60px;
	height: 44px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left:50%;
	top: 80px;
	margin-left:-30px;
	text-align: center;
	border-radius: 5px;
	line-height: 50px;
}
.videolatest span i{
	width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #fff;
    border-bottom:8px solid transparent;
    display: inline-block;
}

.videoup,.videonext{
	width:120px;
	height:80px;
	position: relative;
}
.videonext{
	float: right;
}
.videoup img,.videonext img{
	width: 120px;
	height: 80px;
}
.videoup span,.videonext span{
	width: 40px;
	height: 24px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left:50%;
	top: 30px;
	margin-left:-20px;
	text-align: center;
	border-radius: 5px;
	line-height:26px;
}
.videoup span i,.videonext span i{
	width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #fff;
    border-bottom:6px solid transparent;
    display: inline-block;
}




/*左侧产品中心*/
.com_leftbox{
	width: 240px;
	float: left;
}
.everybox{
	margin-bottom: 20px;
	width: 240px;
}
.com_lefttitle{
	height: 48px;
	line-height: 48px;
	color: #ffffff;
	text-align: center;
	font-size:20px;
	background: #0080d5;
}
.com_lefttitle h2{
	display: inline-block;
	font-size:20px;
	font-weight: normal;
}
ul.productlist{
	overflow: hidden;
	padding:0 10px;
	background: #f5f5f5;
}
ul.productlist li{
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid #e6e6e6;
}
ul.productlist li:last-of-type{
	border-bottom: 0 none;
}
ul.productlist li a{
	display: inline-block;
	color: #666;
	width: 100%;
}
ul.productlist li a:hover{
	color: #0080d5;
}
ul.productlist li a i{
	display: inline-block;
    margin-bottom: 2px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width:8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 5px;
    float: right;
    margin-top: 20px;
}

/*热门搜索*/
ul.productbox{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
ul.productbox li{
	width: 192px;
	float: left;
	margin-right: 60px;
	margin-bottom: 20px;
}
ul.productbox li:nth-child(5n+0){
	margin-right: 0px;
}
ul.productbox li.none{
	margin-right: 0px;
}
ul.productbox li img{
	width: 192px;
	height: 192px;
}
.protxt{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size:16px;
	color: #333;
	text-align: center;
}


/*左侧热门产品*/
.left_rectitle{
	height: 48px;
	line-height: 48px;
	color: #666;
	text-align: left;
	font-size:20px;
	background: #f5f5f5;
	text-indent: 10px;
}
.left_rectitle h2,.left_rectitle h3{
	font-size:20px;
	font-weight:normal;
	display: inline-block;
}
ul.left_recbox{
	background: #f5f5f5;
	overflow: hidden;
}
ul.left_recbox li{
	width: 238px;
	height: 238px;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
}
ul.left_recbox li a{
	width: 238px;
	height: 238px;
	position: relative;
	display: inline-block;
}
ul.left_recbox li a img{
	width: 238px;
	height: 238px;
}
.recbox_txt{
	width: 90%;
	padding: 0 5%;
	height: 30px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-align: center;
	line-height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
}

/*案例右侧详情*/
.com_rightbox{
	width:930px;
	float: left;
	margin-left: 30px;  
}

.info_details{
	overflow: hidden;
}
.info_details h1{
	font-size:18px;
	font-weight: bold;
	display: inline-block;
}
.detail_title{
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #0080d5;
	font-size:18px;
	color: #0080d5;
	font-weight: bold;
}
.detail_title h1{
	font-size:18px;
	font-weight: bold;
	display: inline-block;
}
.pointer{
	height: 40px;
	line-height: 40px;
	overflow:hidden;
	color: #999;
	font-size:14px;
	display: flex;
}
.post_time,.lyliang{ 
	float: left;
	margin-right: 20px;
	flex: 1;
 }
 .lyliang{
 	text-align: right;
 }
 .zuozhe{
 	float: right;
 }
.detail_cont{
	padding:10px 5px;
	overflow: hidden;
	font-size:16px;
}
.detail_cont p{
	line-height: 30px;
	font-size:16px;
	color: #666;
	text-indent: 32px;
}
.detail_cont p img{
	max-width: 920px;
}
.detail_b{
	display: flex;
	height: 40px;
	line-height: 40px;
}
.pro_word{
	flex: 1;
	overflow: hidden;
	color: #666;
	font-size:14px;
}
.pro_word a{
	color: #666;
	padding-right:10px;
}
.pro_word a:hover{
	color: #0080d5;
}
.share{
	flex: 1;
	overflow: hidden;
	text-align: right;
}
.detail_f{
	display: flex;
	background: #f5f5f5;
	padding:0 10px 10px 10px;
}
.up_page{
	flex: 1;
	overflow: hidden;
	text-align: left;
}
.up_page a{
	color: #666;
}
.next_page{
	flex: 1;
	overflow: hidden;
	text-align: right;
}
.next_page a{
	color: #666;
}

/*公司新闻列表*/
.toal{
	float: right;
	font-size:14px;
	color: #999;
	display: inline-block;
	font-weight: normal;
}
ul.companylist{
	overflow: hidden;
}
ul.companylist li{
	padding:20px 0;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
ul.companylist li:hover{
	background: #f9f9f9;
}
.listpic{
	width: 120px;
	height: 120px;
	float: left;
	border:1px solid #ececec;
	margin-right: 15px;
}
.listpic img{
	width: 120px;
	height: 120px;
}
.listtext{

}
.list_title{
	font-size:16px;
	color: #333;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.list_text{
	font-size:14px;
	color: #666;
	height:50px;
	line-height: 25px;
	overflow:hidden;
}
.list_foot{
	height: 30px;
	line-height: 30px;
	font-size:12px;
	color: #999;
}
.l_time{
	float: left;
	margin-right: 30px;
}


/*热门推荐new*/
ul.hot_tuijianbox{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
ul.hot_tuijianbox li{
	width:283px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border:1px solid #ececec;
}
ul.hot_tuijianbox li:nth-child(4n+0){
	margin-right: 0px;
}
ul.hot_tuijianbox li.none{
	margin-right: 0px;
}
ul.hot_tuijianbox li img{
	width: 283px;
	height: 220px;
}
.hot_protxt{
	height:48px;
	line-height:24px;
	overflow: hidden;
	font-size:16px;
	color: #333;
	text-align: left;
	padding: 0 10px;
	margin-bottom: 5px;
}
.hot_info{
	font-size:14px;
	color: #666;
	overflow: hidden;
	text-align: left;
	padding: 0 10px;
	height: 40px;
	line-height: 20px;
	margin-bottom: 15px;
}



/*热门新闻*/
.hot_news{
	margin: 0 auto;
	overflow: hidden;
}
.hot_newtitle{
	height: 50px;
	line-height: 50px;
	font-size:18px;
	color: #333;
	font-weight: bold;
}
.hot_newtitle h2,.hot_newtitle h3{
	font-size:18px;
	font-weight: bold;
	display: inline-block;
}
.hot_newtitle i{
	width: 3px;
	height: 20px;
	float:left;
	background: #0080d5;
	position: relative;
	top:15px;
	margin-right: 10px;
}
ul.hot_newcont{
	overflow: hidden;
}
ul.hot_newcont li{
	width: 45%;
	float: left;
	padding-right: 5%;
	color: #666;
}
ul.hot_newcont li a{
	display:block;
	height: 36px;
	line-height: 36px;
}
.newtxt{
	display: inline-block;
	padding-right: 30px;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	font-size:14px;
}
.newtxt:hover{
	color: #0080d5;
}
.newtime{
	float: right;
	font-size:14px;
	height: 36px;
	line-height: 36px;
	color: #999;
}


