@charset "utf-8";
/* CSS Document */
#company{
	/*width: 100%;
	min-width: 1200px;*/ /*无需设置，直接从父元素，即body继承*/
	height:380px;
	background:#efefef;
	position:relative;
	}
#company .com{
	/*height:320px;*/
	overflow: hidden;/*这里使用overflow:hidden自适应高度，如果不用该方式，则此处需在height:320px基础上加多margin-top:30px*/
	}
#company  ul{
	width:280px;
	height:320px;
	color:#fff;
	
	 margin-top:30px;
	 float:left;
	 margin-right:25px;
	}
#company  ul.com01{
	 background:url(../images/com_01.jpg);
	}
#company  ul.com02{
	 background:url(../images/com_02.jpg);
	}
#company  ul.com03{
	 background:url(../images/com_03.jpg);
	}
#company  ul.com04{
	 background:url(../images/com_04.jpg);
	  margin-right:0px;
	}
	
#company  li a{
	display:block;
	width:280px;
	height:140px;
   background:rgba(31, 39, 58, 0.6) none repeat scroll 0 0 !important;
filter:Alpha(opacity=60); background:#1f273a; 
    
	}
#company  li h3{
text-align:center;
color:#FFF;
height:30px;
line-height:30px;
position: relative;
font-size:18px;	
padding-top:30px;
position:relative;	

	}
#company  li p{
text-align:center;
color:#FFF;
font-size:11px;
width:200px;
margin:0 auto;
height:36px;

overflow:hidden;
	text-overflow: ellipsis;
    	
	}
#company  li p.enpro{
	height:42px;
	margin-bottom:10px;
	}
#company  li span{
	 width:22px;
	 height:22px;
	 display:block;
	margin:0 auto;
	}
#company  li a:hover{
	 background:rgba(218, 37, 29, 0.7) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
filter:Alpha(opacity=70); background:#da251d; 
	}
#advantage{
	/*width: 1200px;*/ /*无需设置，直接从父元素，即body继承*/
	height:450px;
	margin: 0 auto;
	}
.title{
	height:26px;
	width:1200px;
	border-bottom:1px solid #dfdfdf;
    padding-top:40px;
	}
.title h1{
	color:#656666;
	font-size:18px;
	margin-top:22px;
	padding-bottom:2px;
	border-bottom:1px solid #da251d;
	display:inline;
	margin-right:10px;
	}
.title .enadv{
	padding-bottom:5px;
	background:url(../images/titie_bgc.png) no-repeat left 60%;
	padding-left:30px;
	}
.title em{
	color:#c3c3c3;
	font-size:12px;
	}
.title a p{
	font-size:13px;
	color:#656666;
	float:right;
	margin-top:8px;
	cursor:pointer;
	}
#advantage dl{
	width:280px;
	height:320px;
	 margin-top:30px;
	 float:left;
	 margin-right:25px;
	}
#advantage dl.last{
	 margin-right:0px;
	}
#advantage dl dd{
	background:url(../images/adbg1.png);
	background-repeat: no-repeat;
	background-position:left center;
	width:122px;
	height:176px;
	margin:0 auto;
	position:relative;
	}
#advantage dl dd img{
position:absolute;
left:45px;
top:45px;
	}
#advantage dl dt{
	
	}
#advantage dl dt h2{
	color:#2a3037;
	font-size:20px;
	height:60px;
	line-height:60px;
	width:280px;
	text-align:center;
	
	
	}
#advantage dl dt p{
	color:#727272;
	font-size:14px;
	height:20px;
	line-height:20px;
	width:200px;
	text-align:center;
	margin: 0 auto;
	}
#advantage dl dt .enadvcon{
	width:300px;
	
	}
#advantage dl dd:hover{
	background:url(../images/adbg0.png);
	background-repeat: no-repeat;
	background-position:left center;
	}
	
	
#display{
	background:url(../images/disbg.jpg);
	/*width:100%;*/  /*无需设置。直接从父元素，即body继承*/
	height:600px;
	}

.da-thumbs{
	list-style:none;
	height:118px;
	position:relative;
	margin:20px 0 0 0;
	padding:0
	}
.da-thumbs li{
	float:left;
	
	background:#fff;
	
	background:#FFF;
	width:280px;
	height:210px;
	
	margin:20px 15px 0 0;
	position:relative;
	overflow:hidden;
	}
.dis_tit{
	width:280px;
	height:210px;
	display: table-cell;
	 vertical-align:middle;
	 text-align:center;
	background:#FFF;
	}
.dis_tit img{
	width:285px;
	height:210px;
	margin:auto;
	clear:both;
	 vertical-align:middle;
	 border: none;/*去掉border，低版本IE*/
	}
.dis_tit h3{
	text-align:center;
	color:#FFF;
	width:280px;
	height:35px;
	line-height:35px;
	 background:#7f7f7f;

	position:absolute;
	left:0; /*使得元素从父级元素左侧开始*/
	bottom:0;
	font-size:12px;

	}
.da-thumbs li a .hot_info{
   
	width:280px;
	height:210px;
	position:absolute;
	top:-210px;
	
   background:rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;
   filter:Alpha(opacity=70); background:#000; 
	z-index:9999;
	color:#FFF;
	
	}
.da-thumbs li a .hot_info p{
	width:180px;
	height:72px;
	
	text-align:left;
	margin-top:50px;
	margin-left:60px;

	overflow:hidden;
	text-overflow:ellipsis;
	font-size:12px;
	
	
	}
.da-thumbs li a .hot_info p span{
	color:#F00;
	}	
.da-thumbs li a .hot_info h4{
	color:#F00;
	font-size:12px;
	margin-left:60px;
	background:url(../images/more_bg.png);
	background-repeat: no-repeat;
	background-position:left center;
	width:70px;
	height:20px;
	text-align:center;
	}
#news{
	/*width: 1200px;*/ /*无需设置，直接从父元素，即body继承*/
	height:500px;
	margin: 0 auto;
	}
#news .news_left{
	float:left;
	width:480px;
	/*height:360px;*/ /*不建议此处设置高度*/
	/*float:left;*/  /*重复*/
	margin-top:40px;
	margin-left:20px;
	}
.news_left dl{
	position:relative;
	
	}
.news_left dd img{
	border: 0; /*去掉border,低版本IE*/
	
	}
.news_left dl dt{
	height:60px;
	width:480px;
	position:absolute;
	bottom:0;
  background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
   filter:Alpha(opacity=60); background:#000000; 
   
	}
.news_left dl dt h4{
	text-align:left;
	height:20px;
	line-height:20px;
	color:#bcbbbb;
	font-size:14px;
	margin-left:30px;
	}
.news_left dl dt p{
	height:40px;
	text-align:left;
	width:420px;
	margin:0 auto;
	color:#bcbbbb;
	font-size:12px;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	
	}
.news_right{
	float:right;
	width:600px;
	/*height:360px;*//*此处高度应为380，不建议此处设高度*/

	margin-top:30px;
	margin-right:20px;
	}
.news_right dl{
	width:600px;
	height:76px;/*此处应为76，不建议此处设高度，建议使用overflow: hidden;自适应高度*/
	}
.news_right dl dt{
	
	width:500px;
	height:66px;
	float:left;
	background:#f5f5f5;
	padding-right:15px;
	margin-top:10px;
	}
.news_right dl dt h4{
	text-align:left;
	height:36px;
	line-height:36px;
	color:#333333;
	font-size:14px;
	margin-left:30px;
	
	}	
.news_right dl dt p{
	height:16px;
	text-align:left;
	width:440px;
	margin:0 auto;
	color:#989898;
	font-size:12px;
	overflow:hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
	}			
.news_right dl dd{
	background:url(../images/news_list.png);
	width:83px;
	height:66px;
	float:left;
	margin-top:10px;
	}
.news_right dl dd h5{
	text-align:center;
	height:22px;
	line-height:22px;
	color:#ffffff;
	font-size:12px;
	
	}
.news_right dl dd p{
	height:44px;
	text-align:center;
	line-height:44px;
	color:#b6b6b6;
	font-size:28px;
	}
.news_right dl a:hover dt h4{
	color:#F00;
	}

