﻿/*banner*/
/*查看详情按钮*/
a.btn_more {
   display: block;
	width: 105px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #0080bb;
	border-radius: 15px;
	color: #0080bb;
	padding-left: 20px;
}
 a.btn_more i{
	background: url(../images/icon_more.png)0px 0px no-repeat;
	width: 20px;
	height: 10px;
	display: inline-block;
	margin-left: 15px;
}
a.btn_more:hover{
	background: #0080bb;
	color: #fff;
}
a.btn_more:hover i{
	background: url(../images/icon_more.png) 0px -9px no-repeat;
}

/*banner*/
 .m_banner{
	 display: none;
 }
.banner {
  display: block;
  position: relative;
  /*min-width: 1200px;*/
  overflow: hidden;
  height: 620px;
}

.banner .pic {
  position: relative;
  z-index: 0;
   height: 620px;
 
}
.banner .pic ul{
 width: 100% !important;
  
}
.banner .pic ul li{
	width: 100% !important;
	cursor: pointer;
}
.banner .pic ul li a{
	display: block;
	width: 100%;
	height: 100%;
	/*padding-bottom:33%;*/
	height: 620px;
	background-size: cover;
}
.banner .tip {
  /*width: 100%;*/
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 47%;
  text-align: center;
}
.banner .tip li {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  width:10px;
  height:10px;
  margin: 6px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  line-height: 999;
}
.banner .tip li.on {
  background:#0080bb;
}

/*首页栏目标题*/
h2.ti_h2{
	font-family: "arial, helvetica, sans-serif";
	font-size: 36px;
	color: #5e5e5e;
	font-weight: normal;
}
h2.ti_h2 span{
	font-size: 26px;
	margin-left: 10px;
} 
/*关于我们*/
.i_about{
	background:url(../images/about_bg.jpg) #fff no-repeat;
	background-position: center bottom;
	background-size:cover;
	height: 395px;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.i_aboutcon{
	padding: 60px 0px 0px 20px;
	
}
.about_con{
	margin-top: 20px;
	width: 45%;
}
.about_con p{
	color: #757e86;
	line-height: 25px;
	text-indent: 2em;
	
}
.about_con a.btn_more{
	margin-top: 35px;
}
/*工程展示*/
.pro_con{
	display: block;
}
.m_procon{
	display: none;
}
.project{
	background: url(../images/gc_bg.jpg) #fff;
	background-position:center bottom;
	background-size: cover;
	height: 710px;
}
.project h2{
	margin-bottom: 40px;
	text-align: center;
}
.pro_con{
	position: relative;
	width: 1200px;
	height: 630px;
}
.pro_main{
	position: relative;
	z-index: 0;
	height: 540px;
	overflow: hidden;
	width: 1200px;
	/*background: #f00;*/
	
}
.pro_con .pro_li{
	display: block;
	overflow: hidden;
	width: 1200px;
	height: 540px;
	
	 
}
.pro_con .pro_li li:first-of-type{
	width:590px;
	float: left;
	position: relative;
	height: 540px;
}
.pro_con .pro_li li:first-of-type img{
	height: 540px;
}
.pro_con .pro_li  .pro_img a{
	width: 100%;
	display:block;
	height: auto;

}
.pro_con .pro_li  .pro_img img{
	width: 100%;
	height: 260px;
}
.pro_con .pro_li  .pro_p{
	height: 45px;
	line-height: 45px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
}
.pro_con .pro_li .pro_p a{
	margin-left: 20px;
	color: #fff;
	font-size: 16px;
	display: block;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro_con .pro_li li{
	float: left;
	margin:0px 20px 0px 0px;
	position: relative;
	width: 285px;
	display: block;
}
.pro_con .pro_li li:nth-child(3){
	margin-right: 0px;
	margin-bottom: 20px;
}
.pro_con .pro_li li:nth-child(5){
	margin-right: 0px;
}
.pro_con .pro_li li:nth-child(2){
	margin-bottom: 20px;
}


.pro_con .butten_cite a{
	display: block;
	cursor: pointer;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border: 1px solid #0080BB;
	border-radius: 50%;
	color: #0080BB;
	font-size: 26px;
	text-align: center;
	background: #fff;
	position: absolute;
	top:225px;
	
}
.pro_con .butten_cite a:hover{
	background: #0080BB;
	color: #fff;
}
.pro_con .butten_cite .prev{
	left: -100px;
}
.pro_con .butten_cite .next{
	right: -100px;
}
@media screen and (min-width:960px) and (max-width:1366px){

	  .pro_con .butten_cite .prev{left: -40px;}
	 .pro_con .butten_cite .next{right: -40px;}

}

.pro_con .tip{
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: relative;
	padding-left: 43%;
}
.pro_con .tip ul{
	float: left;
	margin-top: 35px;
	
}
.pro_con .tip ul li{
	border: 1px solid #0080BB;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	margin: 0px 10px;
	cursor: pointer;
	line-height: 99;
	display: inline-block;
	overflow: hidden;
}
.pro_con .tip ul li.on{
	background: #0080BB;
}
.pro_con .tip a{
	display: block;
	font-size: 20px;
	color: #0080BB;
	margin: 0px 10px;
	display: block;
	float: left;
}

/*新闻资讯*/
.news_con{
	display: block;
}
.m_newscon{
	display:none;
}
.news{
	background: #fff;
	color: #5e5e5e;
}
.news h2{
	clear: both;
	text-align: center;
	height: 130px;
	line-height: 130px;
	padding-left:0;
}
.new_main{
	height:500px;
	overflow: hidden;
	position: relative;
	display: block;
}
.news_i .i_newsli{
	float: left;
	width: 32%;
	border: 1px solid #C9C9C9;
	margin-right:20px;
	position: relative;
}
.news_i .i_newsli i.i_line{
	width: 100%;
	height:3px;
	background: #0080bb;
	position: absolute;
	display: none;

}
.news_i li:nth-child(3){
	margin-right: 0;
}
.news_i .i_newsli .n_data{
	display: inline-block;
	height: 53px;
	line-height: 53px;
	padding-left: 20px;
}
.news_i .i_newsli .n_img{
	width: 100%;
	height: 230px;
}
.news_i .i_newsli .n_img img{
	width: 100%;
	height: 230px;
}
.news_i .i_newsli .n_text{
	margin:35px 15px 20px 20px;
	color: #909098;
	display: block;
}
.news_i .i_newsli .n_text h4{
	font-size: 16px;
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	margin-bottom: 5px;
	color: #5e5e5e;
}
.news_i .i_newsli .n_text p{
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.news_i .i_newsli a.btn_more{
	margin:0 0px 25px 20px;
}
/*鼠标滑过效果*/
.news_i .i_newsli:hover i.i_line{
	display: block;
}
.news_i .i_newsli:hover a.btn_more{
	background: #0080BB;
	color: #fff;
}
.news_i .i_newsli:hover a.btn_more i{
	background: url(../images/icon_more.png) 0px -9px no-repeat;
}
.news_con .tip{
	height: 90px;
	line-height: 90px;
	text-align: center;
	position: relative;
	padding-left: 43%;
}
.news_con .tip ul{
	margin-top: 40px;
	float: left;
}
.news_con .tip ul li{
	border: 1px solid #0080BB;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	margin: 0px 10px;
	cursor: pointer;
	line-height: 99;
	display: inline-block;
	overflow: hidden;
}
.news_con .tip ul li.on{
	background: #0080BB;
}
.news_con .tip a{
	font-size: 20px;
	color: #0080BB;
	margin: 0px 10px;
	display: block;
	float: left;
}
.qiyezizhi{
	background: url(../images/zizhi_bg.jpg) no-repeat;
	background-size:cover;
	height: 740px;
}
.qiyezizhi h2{
	text-align: center;
	margin: 50px 0px 35px;
}
.qiyezizhi .zizhi_con{
	width:900px;
	margin: 40px 0px 20px 300px;
	background: url(../images/zz_xian.png) 460px 10px no-repeat;
	
}
.qiyezizhi .zizhi_con ul li{
	line-height: 40px;
	float: left;
	margin: 0;
	margin-left: 100px;
	width: 350px;
	
}
.qiyezizhi .zizhi_con ul li i{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius:50%;
	border:1px solid #0080BB;
	margin-right: 15px;
}
.qiyezizhi .zizhi_con ul li a{
	color: #5e5e5e;
	font-size: 16px;
}
.qiyezizhi .zizhi_con ul li:hover i{
	background: #0080BB;
}
.qiyezizhi .zizhi_con ul li:hover a{
	color: #0080BB;
}
/*友情链接*/
.link{
	padding: 0;
}
.link li{
	display: inline-block;
	width: 286px;
	height: 90px;
	border: 1px solid #C9C9C9;
	overflow:hidden;
	margin-right:10px;
	margin-bottom: 0;line-height:90px;
}
.link li a{display:block;line-height:90px;height: 90px;position: relative;}
.link li img{max-width:100%;max-height:100%;vertical-align:middle;position: absolute;top: 50%;transform: translate(-50%, -50%);left: 50%;}
.link li:last-of-type{
	margin-right: 0;
}

/*搜索页*/
.search_list{
	
}
.search_list ul{
	margin-top: none;
	padding: 0;
	padding-bottom: 30px;
	background: #fff;
}
.search_list ul li{
	height:27px;
	line-height:27px;
	font-size: 16px;
	padding:10px 0px 10px 20px;
	clear: both;
}
.search_list ul li:nth-child(even){
	background: #f1f6fc;
}
.search_list ul li i{
	display:inline-block;
	width:5px;
	height:5px;
	border-radius: 50%;
	background: #006CAB;
	margin: 10px 10px 10px 20px;
	float: left;
}
.search_list ul li a{
	display: inline-block;
	color: #5e5e5e;
	width: 70%;
	float: left;
		overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	
}

.search_list ul li span{
	margin-right: 40px;
	float: right;
}
.search_list ul li:hover{
	color: #006CAB;
}
.search_list ul li:hover a{
	color: #006CAB;
}


