/*------------------------------- 新闻动态  --------------------------*/
#news{
	background:#fff;
	padding:36px 0 113px 0;
}
/*--------------------------- 新闻动态tabs切换  -----------------------*/
.news_tabs_change_box{
	width:100%;
	background:#fff;
}
.news_tabs{
	margin-bottom:35px;
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
	/*display: -webkit-box;*/ /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	/*display: -moz-box;*/ /* 老版本语法: Firefox (buggy) */
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	flex-wrap:nowrap;
	justify-content:center;
}
.news_tabs li{
	margin:0 10px 0 10px;
	font-size:17px;
	line-height:34px;
	color:#343434;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	/*transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;*/
}
.news_tabs div.tabs_act{
	width:100%;
	height:2px;
	background:#FAC467;
	position:absolute;
	bottom:0;
	left:100%;
	/*transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;*/
	
}
.news_tabs li .tabs_act_true{
	width:100%;
	height:2px;
	background:#F55D54;
	position:absolute;
	bottom:0;
	left:0;
	opacity:0;
}
.news_content_box{
	position:relative;
	height:680px;
	width:1360px;
	margin:0 auto;
	display:none;
	/*box-shadow: 0 5px 21px #454545;*/
	/*perspective:600px;*/
}
@media screen and (max-width: 1380px){
    .news_content_box{
        width:100%;
    }
}

.news_content_box li{
	width:100%;
	height:680px;
	/*background:#e2e2e2;*/
	/*z-index:0;*/
	position:absolute;
	top:0;
	left:0;
	/*opacity:0;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;*/
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap:wrap;
	justify-content:center;
}
/*立方体*/
li.content{
	perspective:999999px;
}
.news_img_box{
	width:340px;
	height:340px;
	position: relative;
	z-index:998;
	transform-style:preserve-3d;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition:0.3s;
	-ms-transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;
	-o-transition:0.3s;
	transform-origin: center center -170px;
	flex:1;
	width: 25%;
	min-width: 25%;
	max-width: 25%;
	
}
/* ↓ 立方体各个面 */
.news_img_box span{
	display:block;
	/*opacity:0.5;*/
	width:340px;
	height:340px;
	position:absolute;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	font-size:50px;
	text-align: center;
	line-height:50px;
	background-color:#F2F2F2;
	background-size:100% 100%;
	/*border:1px solid #454545;*/
	/*animation:myfirst 5s;*/
}
.spanBox strong.to_left{
	display:block;
	position:fixed;
	top:38%;
	left:-20px;
}
/* ↓ 新闻中小箭头 */
.spanBox strong.to_left i{
	font-size:64px;
	color:#F2F2F2;
}
.spanBox  strong.to_right{
	display:block;
	position:fixed;
	top:38%;
	right:-20px;
	z-index:999;
}
/* ↓ 行业动态中小箭头 */
.spanBox strong.to_right i{
	font-size:64px;
	color:#F2F2F2;

}
.spanBox b{
	display:block;
	width:100%;
	box-sizing:border-box;
	font-weight:600;
	float:left;
	font-size:17px;
	line-height:23px;
	overflow:hidden;
	padding:62px 10px 10px 10px;
}
.spanBox u{
	display:block;
	width:100%;
	box-sizing:border-box;
	text-decoration:none;
	float:left;
	height:156px;
	
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
	
	text-align:justify;
	overflow:hidden;
	font-size:14px;
	line-height:35px;
	padding:10px 10px 10px 10px;
	font-style:italic;
	letter-spacing:1px;
}
.spanBox a{
	float:left;
	padding-left:10px;
	margin:7px 0 0 12px;
	font-size:14px;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
.spanBox a i{
	margin-left:10px;
	transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
}
.news_img_box span:nth-child(1){
	left:0;
	top:-340px;
	transform-origin:bottom;
	transform:rotateX(90deg);
	/*background:rgba(175,65,65,0.3);*/
	-ms-transform:rotateX(90deg);
}
.news_img_box span:nth-child(2){
	left:-340px;
	top:0;
	transform-origin: right;
	transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	/*background:rgba(175,65,175,0.3);*/
}
.news_img_box span:nth-child(3){
	left:0;
	top:0;
	/*background:rgba(96,156,86,0.8);*/
}
.news_img_box span:nth-child(4){
	left:340px;
	top:0;
	transform-origin: left;
	transform: rotateY(90deg);
	/*background:rgba(35,65,125,0.3);*/
	-ms-transform: rotateY(90deg);
}
.news_img_box span:nth-child(5){
	left:0;
	top:340px;
	transform-origin:top;
	transform: rotateX(-90deg);
	/*background:rgba(125,35,65,0.3);*/
	-ms-transform: rotateX(-90deg);
}
.news_img_box span:nth-child(6){
	left:0;
	top:0;
	transform: translateZ(-340px) rotateY(180deg);
	/*background:rgba(65,135,35,0.3);*/
	-ms-transform: translateZ(-340px) rotateY(180deg);
}
/*.newsBg{
	background:url(../img/index/news/news01.jpg) center/340px 340px;
}
.hydtBg{
	background:url(../img/index/news/news08.png) center/340px 340px;
}*/

/*IE中的新闻样式*/
.news_div_box{
	position:relative;
	height:680px;
	width:1360px;
	margin:0 auto;
	flex-wrap: wrap;
}
.newsBox span{
	position:relative;
	display:block;
	width:340px;
	height:340px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
	font-size:50px;
	text-align: center;
	line-height:50px;
	background-color:#F2F2F2;
	background-size:100% 100%;
}
.newsBox span strong.to_left{
	display:block;
	position:absolute;
	top:38%;
	left:-20px;
	z-index:99;
}
.newsBox span strong.to_right{
	display:block;
	position:absolute;
	top:38%;
	right:-20px;
	z-index:999;
}
#tab_showInfo{
	display:none;
}
#tab_newsBox{
	background:#F0AD4E;
	display:none;
}
