﻿@charset "utf-8";
.Title{width:100%;text-align:center;padding-top:52px;}
.Title h3{font-size:30px;color:#333333;font-weight:normal;}
.Title h3 a{color:#333333;text-decoration:none;}
.Title p{font-size:16px;color:#888888;margin-top:4px;}
.Title i{display:block;width:41px;height:2px;background:#0e98a5;margin:20px auto 0;}
.index-main{z-index:55;position:relative;width:980px;margin:0 auto;height:550px;}
.index-main-box{width:100%;position:relative;display:block;overflow:hidden;height:550px;}
#indexslider{position:relative;width:1920px;left:50%;margin-left:-960px;height:550px;}
.index-main-box .prev{position:absolute;z-index:999;top:50%;left:5%;width:58px;height:58px;margin-top:-29px;background:url(../images/babot1.png) no-repeat center;display:none;}
.index-main-box .next{position:absolute;z-index:999;top:50%;margin-top:-29px;right:5%;width:58px;height:58px;background:url(../images/babot2.png) no-repeat center;display:none;}
.index-img{display:block;width:1920px;height:550px;overflow:hidden;}
.index-img img{width:1920px;height:550px;}
.index-pagination{position:absolute;z-index:66;top:506px;left:50%;height:30px;width:210px;margin-left:-100px;text-align:center;}
.index-pagination li{display:inline-block;width:58px;position:relative;/* float:left;*/
height:23px;margin-right:4px;overflow:hidden;}
.index-pagination li a{position:relative;z-index:666;display:block;padding:16px 0px 5px 0px;height:3px;color:#5f6a72;text-align:center;}
.index-pagination li a div{position:relative;z-index:555;display:block;height:3px;background:#0e98a5;}
.index-pagination li a div span{position:absolute;top:0px;left:0px;height:3px;width:0px;background:#FFF;}
.index-pagination li.current a{color:#0b4da2;_color:#0e98a5;}
.index-pagination li.back{display:block;position:absolute;width:27px;height:10px;left:0px;top:4px;z-index:444;}
.index-main-box:hover .prev{display:block;}
.index-main-box:hover .next{display:block;}

/* 工程案例*/
.hotSale{width:100%;margin-bottom:10px;}
.hotSale .mainCon{width:100%;margin-top:33px;}
.hotSale .mainCon ul{width:1260px;}
.hotSale .mainCon li{width:366px;height:300px;position:relative;padding:6px 5px 0 6px;border:1px solid #f1f1f1;float:left;margin-right:31px;margin-bottom:36px;position:relative;}
.hotSale .mainCon li h3{font-size:18px;color:#333333;font-weight:normal;width:240px;height:57px;line-height:57px; float: left;}
.hotSale .mainCon li img{display:block;transition:all 1s ease-out;transform:scale(1);}
.hotSale .mainCon li .Pic{display:block;width:365px;height:243px;overflow:hidden;}
.hotSale .mainCon li .details{width:100px;height:33px;border-radius:4px;text-indent:34px;display:block;background:url(../images/hotSale_icon01.png) no-repeat 15px center #f1f1f1;position:absolute;right:18px;bottom:12px;line-height:33px;font-size:14px;color:#0089ff;text-decoration:none;}
.hotSale .mainCon li:hover img{transform:scale(1.2);}
.hotSale .mainCon li:hover{box-shadow:0 0 8px 4px #f3f3f3;}
.hotSale .mainCon li:hover .details{background:url(../images/hotSale_icon02.png) no-repeat 15px center #0089ff;color:#FFF;}


/*公司简介*/

.water_bj{
	 height: 650px;
	 overflow: hidden;
	 /*margin: 75px 0 0 0;*/
	 background:url(../images/gywm_bj.jpg) no-repeat center center;
}

.water_bj .px1200>div{
	width: 600px;
	height: 388px;
	margin-top: 135px;
	position: relative;
}
.water_bj .img .bai{
	width: 240px;
	height: 250px; 
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,.5);
}

.water_bj .img .lan{
	width: 360px;
	height: 250px; 
	position: absolute;
	right: 0;
	bottom: 0;
	background: #4890f1;
}


.slideBox_weter{height:362px; overflow:hidden; position:relative;z-index: 100;  right: 0px; }
.water_bj .px1200> .slide{
	width:1200px;
    height: 388px;
    margin-top: 135px;
    position: relative;
}
.slide li{width:1200px;position:absolute; display:none;height: 388px;}
.slide{overflow:hidden;position:relative;margin:40px auto 0 auto;}
 
.slide li.current{display:block;}
.slide li .image{position:absolute; top:-2px;left:32px;width: 568px;
	height: 362px;
	overflow: hidden;

}
.slide li .text {
    top: 0;
    overflow: hidden; 
    width:500px; 
    position: absolute;
    height: 388px;
    background: 0;
    filter: none;
	text-indent: 0;
	right: 0px;
    margin: 0 0px 40px 0 0;
	padding: 0 40px 0 60px;
	background: #fff;
}
.slide .lan {
    width: 360px;
    height: 250px;
    position: absolute;
    left:240px;
    bottom: 0;
	background: #4890f1;
}
.slide .bai{
    width: 240px;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255,255,255,.5);
}
.slide li .text h1{
	font-size: 24px;
	font-weight: bold;
	padding: 40px 0 10px 0;
	line-height: 25px;
}
.slide li .text h3{
	line-height:30px;
	font-size: 18px;margin:20px 0 10px 0;
}
.slide li .text p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
	color: #535353;
	font-size: 14px;
	line-height: 35px;
}
.slide li .text a{
	    display: block;
    border-radius: 5px;
    font-size: 16px;
    width: 120px;
    height: 35px;
    margin-top: 50px;
    background: #0089ff;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
 

/*工程范围*/

.index_gcfw{width:1200px;overflow:hidden;margin:30px auto;}
.index_gcfw .img{margin-right:20px;}
.index_gcfw .t{margin-right:20px;font-size:16px;margin-top:10px;}


.main_05 .certificate{overflow: hidden;width:100%;}
.main_05 .box_z{overflow: hidden;margin:30px auto 50px;width:1200px;}
.main_05 .left{width: 350px; margin-right:19px;border-right: dashed 1px #676767;padding-right:19px;} 
.main_05 .left img{margin-bottom: 20px;}
.main_05 .left span{line-height:30px;font-size:14px;height: 90px;display: block;overflow: hidden;}
.main_05 .left .more{display:block;border-radius:5px; font-size: 16px;width: 120px;height: 35px;margin: 36px auto 22px;background:#0089ff;color:#fff;text-align: center;line-height: 35px;}
.main_05 .content{width: 255px;margin-right:15px;}
.main_05 .content img{float: left;}
.main_05 .content img:last-child{margin-top: 25px;}


/*新闻*/

.index_news{width:100%;background:url(../images/newsBg.jpg) no-repeat center;height:655px;}
.index_news .mainCon{width:1200px;margin:auto;margin-top:43px;position:relative;background:#FFF;height:369px;}
.index_news .mainCon .conL{float:left;width:600px;height:369px;}
.index_news .mainCon .conL .hd{width:540px;height:315px;margin:30px 0 0 30px;}

.index_news .mainCon .conR{width:540px;float:left;margin:30px 0 0 30px;}
.index_news .mainCon .conR dl{padding-bottom:30px;border-bottom:1px solid #ececec;}
.index_news .mainCon .conR dt{float:left;width:211px;height:121px;}
.index_news .mainCon .conR dt img{display:block;}
.index_news .mainCon .conR dd{margin-left:26px;width:280px;float:left;}
.index_news .mainCon .conR dd h3 a{display:block;width:280px;font-weight:600;font-size:16px;color:#333333;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.index_news .mainCon .conR dd h3 a:hover{color:red;}
.index_news .mainCon .conR dd p{font-size:14px;color:#999999;line-height:25px;margin-top:22px;height:75px;overflow:hidden;text-overflow:ellipsis;}
.index_news .mainCon .conR dd p a{color:#999999;text-decoration:none;}
.index_news .mainCon .conR ul{margin-top:26px;}
.index_news .mainCon .conR li{float:left;width:240px;padding-left:16px;background:url(../images/news_icon01.png) no-repeat left center;font-size:14px;color:#666666;margin-bottom:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index_news .mainCon .conR li a{color:#666666;}
.index_news .mainCon .conR li.odd{width:274px;}

.index_news .mainCon .conR li:nth-child(2){float: right;}
.index_news .mainCon .conR li:nth-child(4){float: right;}
.index_news .mainCon .conR li:nth-child(6){float: right;}
.index_news .mainCon .conR li:nth-child(8){float: right;}































