/*首页*/


/*产品展示*/
.pro_bg{width:100%; background:url(../images/pro_bg.jpg) no-repeat center; height:950px;}
.pro_bg .products{margin-top:70px;}
.products li{float:left; width:380px; height:280px; margin:0 30px 30px 0;}
.products li:nth-child(3n){margin-right:0;}
.products li a{display:block; width:100%; height:100%; overflow:hidden; position:relative;}
.products li a img{display:block; width:380px; height:280px; margin:auto;}
.products li a .tit{display:block; width:100%; position:absolute; left:0; bottom:0; height:36px;
	 line-height:30px; padding:10px 0; text-align:center; font-size:18px; font-weight:bold;
	 background-color: rgba(27, 113, 200, 0.7);}

/*关于我们*/
.Abt{width:100%; background:url(../images/about_bg.jpg) no-repeat center; height:800px;}
.Abt .Title strong{color:#fff;}
.Abt .about_main{margin-top:70px; text-align:center;}
.Abt .about_main .words{width:100%; font-size:16px; color:#5a5a5a; line-height:38px;}
.Abt .about_main .drop_box{margin-top:40px;}
.drop_box li{float:left; width:240px;}
.drop_box li .pic{display:block; width:60px; height:60px; margin:auto;}
.drop_box li .pic img{display:block; width:60px; height:60px}
.drop_box li .wen{width:115px; margin:20px auto 0; line-height:30px;}
.drop_box li .wen span{display:block; color:#888;}
.drop_box li .wen b{display:block; color:#222;}
.Abt .about_main .Y_hov{margin:80px auto 0;}

/*工程案例*/
.anlie_bg{width:100%; background:url(../images/anlie_bg.jpg) no-repeat center; height:600px;}
.anlie_bg .Title strong{color:#3887d8;}
.anlie_bg .Title h3{color:#fff;}
.anlie_bg .Title p{color:#7fb5ed;}
.anlie_bg .picMarquee-left{overflow:hidden; position:relative; margin-top:70px;}
.anlie_bg .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.anlie_bg .picMarquee-left .bd ul li{ float:left; _display:inline; overflow:hidden;}
.anlie_bg .picMarquee-left .bd ul li a{display:block; padding:0 10px; text-align:center;}
.anlie_bg .picMarquee-left .bd ul li .pic{width:285px; height:210px;}
.anlie_bg .picMarquee-left .bd ul li .pic img{display:block; width:285px; height:210px;}
.anlie_bg .picMarquee-left .bd ul li .tit{font-size:16px; color:#fff; line-height:24px;
 margin-top:8px;}

/*新闻资讯*/
.New_bg{height:550px;}
.New_bg .News{margin-top:70px;}
.News li{float:left; width:340px; height:150px; padding:30px 20px 20px; background:#F8F8F8;
	 margin-right:30px;}
.News li:nth-child(3n){margin-right:0;}
.News li .tit{display:block; margin-bottom:5px; line-height:32px; font-size: 24px; color: #222222;}
.News li .tit:hover{color:#ea6e42;}
.News li .time{display:block; font-size: 13px; line-height:30px; padding-top:10px; color: #aaaaaa;}
.News li .abstract{display:block; width:100%; height:48px; overflow:hidden; line-height:24px;
	 padding-top: 10px; color: #888888;}
.New_bg .Y_hov{float:right; display:block; margin-top:50px;}





