/***区域样式***/
.big_title{
	height: 44px;
	overflow: hidden;
	margin-top: 40px;
}
.first_title{
	margin-bottom: 34px;
}
.news_title{
	margin-top: -44px;
}
.Hot_list, .active_mosion{
	margin-top: 20px;
}
.Hot_list li, .active_mosion li{
	float: left;
	position: relative;
}
.Hot_list li:first-child{
	margin-right: 14px;
	width: 337px;
	height: 541px;
	overflow: hidden;
}
.Hot_list li:nth-child(2){
	width: 769px;
	height: 300px;
	overflow: hidden;
}
.Hot_list li:nth-child(3){
	margin-top: 11px;
	width: 380px;
	height: 230px;
	overflow: hidden;
}
.Hot_list .no_3{
	margin-top: 11px;
	width: 380px;
	height: 230px;
	overflow: hidden;
}
.Hot_list li:nth-child(4){
	margin: 11px 0 0 9px;
	width: 380px;
	height: 230px;
	overflow: hidden;
}
.Hot_list .no_4{
	margin: 11px 0 0 9px;
	width: 380px;
	height: 230px;
	overflow: hidden;
}
.Hot_list li a{
	display: block;
}
.Hot_list li span img{
	width: 100%;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.Hot_list li:hover span img{
	-webkit-transform: scale(1.05)!important;
    -moz-transform: scale(1.05)!important;
    -ms-transform: scale(1.05)!important;
    -o-transform: scale(1.05)!important;
    transform: scale(1.05)!important;
}
.Hot_list li div.pic1_txt{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.Hot_list li:hover div.pic1_txt{
	background: rgba(0,0,0,0.1);
}
.more{
	text-align: right;
	margin: 10px 0;
}
.active_mosion li{
	overflow: hidden;
}
.active_mosion li:first-child{
	margin-right: 12px;
	overflow: hidden;
}
.active_mosion li:nth-child(2){
	margin-bottom: 10px;
}
.active_mosion .no_2{
	margin-bottom: 10px;
}
.active_mosion li:nth-child(4){
	margin-top: -210px;
	margin-left: 12px;
}
.active_mosion .no_4{
	margin-top: -210px;
	margin-left: 12px;
}
.active_mosion li a img{
	width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.active_mosion li:hover a img{
	-webkit-transform: scale(1.05)!important;
    -moz-transform: scale(1.05)!important;
    -ms-transform: scale(1.05)!important;
    -o-transform: scale(1.05)!important;
    transform: scale(1.05)!important;
}

.active_mosion li:hover a div{
	background: rgba(0,0,0,0.1);
}
.active_mosion li a div.dark1{
    position: absolute;
    top: 0;
    left: 0;
	width: 489px;
	height: 410px;
}
.active_mosion li a div.dark2, .active_mosion li a div.dark3{
    position: absolute;
    top: 0;
    left: 0;
	width: 320px;
	height: 200px;
}
.active_mosion li a div.dark4{
    position: absolute;
    top: 0;
    left: 0;
	width: 287px;
	height: 410px;
}

.active_mosion li a div.active_txt{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
}
.active_mosion li a div.active_txt span{
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.active_mosion li a:hover div.active_txt{
	bottom: 0;
}
.move_top{
	margin-top: 40px;
}
.industry_news, .product_eva{
	float: left;
	width: 525px;
}
.industry_news{
	margin-right: 70px;
}
.eva_title{
	padding-bottom: 10px;
	border-bottom: #b8b8b8 1px solid;
}
.eva_title span{
	display: block;
	height: 25px;
	overflow: hidden;
}
.eva_img{
	margin-top: -25px;
}
.eva_title a{
	float: right;
	margin-top: -10px;
}
.eva_list{
	margin: 20px 0 40px 0;
}
.eva_list li{
	margin-top: 14px;
}
.eva_list li:first-child{
	margin-top: 0;
}
.eva_list li a{
	display: block;
	font-size: 15px;
	color: #666;
	line-height: 25px;
	background: #fff;
}
.eva_list li a:hover{
	color: #00A2EB;
}
.eva_list li a img{
	width: 198px;
	height: 110px;
	float: left;
}
.detail_div{
	float: right;
	width: 307px;
	height: 90px;
	padding: 10px;
	position: relative;
}
/*.detail_div p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}*/
.triangel{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent;
    top: 50%;
    left: -15px;
    z-index: 10;
    margin-top: -15px;
}
.detail_time{
	position: absolute;
	right: 10px;
	bottom: 3px;
	font-size: 13px;
	color: #999;
}


/***ʽ***/
.pp20{ padding-left:35px;}
