/*新闻中心tab*/
.tabscroll{
	overflow-x: scroll;
    height: 40px;
}
.title_tab{
	overflow-x: auto;
    white-space: nowrap;
}
.tab{
	display: inline-block;
	margin:0 10px;
	text-align: center;
}
 .tabtxt{
	font-size:16px;
	line-height: 20px;
	height: 20px;
}
 .tabtxt h2{
 	font-size:16px;
 	font-weight: bold;
 }
.title_tab .tab .tabline{
	width: 20px;
	height: 3px;
	background: none;
	display: inline-block;
	position: relative;
	top: -8px;
}
.title_tab .current .tabline{
	width: 20px;
	height: 3px;
	background: #0080d5;
	display: inline-block;
	position: relative;
	top: -8px;
}
.title_tab .current .tabtxt h2{
	color: #0080d5;
	font-weight: bold;
}
.title_tab .current .tabtxt a{
	color: #0080d5;
	font-weight: bold;
}
.tabtxt a{
	color: #333;
}
/*公司新闻*/
ul.news{
	overflow: hidden;
	margin:0 auto;
}
ul.news li{
	margin: 5px 5px 5px 5px;
    overflow: hidden;
    width:46%;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
ul.news li a{
	position: relative;
}
ul.news li a .pro_picture{
	width: 100%;
	text-align: center;
	position: relative;
}
ul.news li a .pro_picture span{
	width: 60px;
	height: 34px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left:50%;
	top: 30%;
	margin-left: -30px;
	text-align: center;
	border-radius: 5px;
	line-height: 40px;
}
ul.news li a .pro_picture span i{
	width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 8px solid transparent;
    display: inline-block;
}


ul.news li a .pro_picture img{
	width: 100%;
	max-height:100px; 
}
ul.news li a .pro_text{
	color: #333;
	overflow: hidden;
	background: #fff;
	text-align: left;
	padding:0 5px;
}
p.new_t{
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin:0px;
	padding-top: 5px;
}
p.new_c{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
	margin:0px;
}
p.new_xq{
	height: 30px;
	line-height: 30px;
	color: #0080d5;
	font-size: 12px;
	margin: 0px;
}
p.new_xq i{
	width:10px;
	height:10px;
	display: inline-block;
	background-image: url(../image/date.png);
	background-size:100% 100%;
	margin-right:5px;
}

/*公司新闻列表*/
ul.newslist{
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
}
ul.newslist li{
	padding:5px;
	margin:5px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
ul.newslist li:last-of-type{
	border-bottom: 0 none;
}
ul.newslist li .listpicture{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 10px;
}
ul.newslist li .listpicture img{
	width: 100%;
	max-height: 100px;
	border-radius: 5px;
}
.listtext{
	overflow: hidden;
}
.listtitle{
	height:60px;
	line-height:30px;
	color: #000;
	overflow: hidden;
	font-size:16px;
}
.listtime{
	font-size:12px;
	color: #0080d5;
	height:20px;
	line-height: 20px;
	margin-top:10px;
}
.listcont{
	font-size:14px;
	height: 44px;
	line-height: 22px;
	color: #999;
	overflow: hidden;
	margin-top: 10px;
}


/*头部标题*/
.caseitem_t{
	margin:0 auto;
	overflow: hidden;
}
.case-title{
	height: 40px;
	line-height: 40px;
	font-size:18px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.case-title h1{
	line-height: 40px;
	font-size:18px;
	font-weight: bold;
	margin: 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caselabel{
	height:24px;
	margin-bottom: 15px;
}
.caselabel span{
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	padding: 0 10px;
	font-size:12px;
	margin-right: 5px;
	display: inline-block;
}
.caselabel span.c_time{
	background: #def2ff;
	color: #0080d5;
}
.caselabel span.c_lliang{
	background: #cdffc9;
	color: #28c21c;
}
.caselabel span.c_lyuan{
	background: #ffebc5;
	color: #ef9d00;
}

/*新闻详情*/
.detailsbox{
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
}
.detailsbox img{
	width: 100% !important;
	height: auto !important;
}
.detailsbox p{
	line-height: 24px;
	font-size:14px;
	color: #000;
	margin:5px 0;
}
a.showall{
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	display: inline-block;
	width: 100%;
	font-size:14px;
	color: #333;
}
a.showall i{
	display: inline-block;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 10px;
    position: relative;
    top: -3px;
}
/*产品标签*/
.labelbox{
	background: #fff;
	border-radius: 5px;
	padding:0px 10px;
	overflow: hidden;
	margin:10px auto;
}
.labeltxt{
	height: 30px;
	line-height: 30px;
	font-size:14px;
	color: #0080d5;
}
.pro-label{
	overflow: hidden;
}
.pro-label span{
	background-image: linear-gradient(to right, #0094f6 , #6dc5ff); 
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0 8px;
	color: #fff;
	margin-right: 10px;
	border-radius: 30px;
	font-size: 12px;
}
.up-low{
	display: flex;
	font-size:14px;
}
.up{
	flex: 1;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right:10px;
}
.low{
	flex: 1;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
}
.low p,.up p{
	margin: 0px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.up a,.low a{
	color: #666;
}

.videoup,.videonext{
	width:100%;
	height:80px;
	position: relative;
}
.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;
}




