@charset "utf-8";
/**
@Author: yu_Wj
@Description：首页样式文件
*/

/*banner*/
.idxban-swiper{padding-top: 110px;}
.idxban-swiper .swiper-slide a{
	font-size: 0;
	line-height: 0;
}
.idxban-swiper .swiper-slide a img{width: 100%;}
.idxban-swiper .swiper-button-prev,
.idxban-swiper .swiper-button-next{
	width: 48px;
	height: 48px;
	cursor: pointer;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -24px;
	z-index: 3;
}
.idxban-swiper .swiper-button-prev{
	left: 50px;
	background-image: url(../images/icon_2.png);
}
.idxban-swiper .swiper-button-next{
	right: 50px;
	background-image: url(../images/icon_1.png);
}
.idxban-swiper .swiper-button-prev:hover{
	background-image: url(../images/icon_4.png);
}
.idxban-swiper .swiper-button-next:hover{
	background-image: url(../images/icon_3.png);
}
.idxban-swiper .swiper-pagination{
	bottom: 20px;
}
.idxban-swiper .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border: solid 2px #085487;
	vertical-align: bottom;
	opacity: 1;
}
.idxban-swiper .swiper-pagination-bullet-active{
	background: #085487;
}

/*标题*/
.h_title{
	line-height: 1;
	text-align: center;
	padding-top: 78px;
}
.h_title img,
.h_title a{
	display: inline-block;
	vertical-align: top;
}
.h_title img{
	max-width: 100%;
}
.h_title a{
	color: #333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
	/*margin-top: 30px;
	margin-left: -30px;*/
}
.h_title p{
	font-size: 14px;
	color: #999;
	padding-top: 10px;
}
/*更多*/
a.more{
	float: left;
	font-family: arial;
	font-size: 12px;
	color: #1e589a;
	margin-top: 40px;
	position: relative;
}
a.more:after{
	content: "";
	width: 6px;
	height: 12px;
	background: url(../images/icon_5.png) no-repeat;
	position: absolute;
	top: 0;
	right: -15px;
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s;
}
a.more:hover:after{
	right: -20px;
}

/*选择我们*/
.choose{padding-bottom: 96px;}
.choose .h_title{
	padding-bottom: 75px;
}
.choose .list li{
	float: left;
	width: 300px;
	height: 185px;
	font-size: 0;
	line-height: 0;
	position: relative;
	-webkit-box-shadow: 0 0 0 rgba(11,31,54,.08);
	-moz-box-shadow: 0 0 0 rgba(11,31,54,.08);
	-o-box-shadow: 0 0 0 rgba(11,31,54,.08);
	box-shadow: 0 0 0 rgba(11,31,54,.08);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.choose .list li:after{
	content: "";
	width: 1px;
	height: 100%;
	background: url(../images/pic_1.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
.choose .list li:last-child:after{
	display: none;
}
.choose .list li:hover{
	-webkit-box-shadow: 0 0 60px rgba(11,31,54,.08);
	-moz-box-shadow: 0 0 60px rgba(11,31,54,.08);
	-o-box-shadow: 0 0 60px rgba(11,31,54,.08);
	box-shadow: 0 0 60px rgba(11,31,54,.08);
	z-index: 3;
}
.choose .list li.normal:after{
	display: none;
}
.choose .list li img{
	width: 100%;
}
.choose .list li > aside{
	width: 100%;
	font-size: 0;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 3;
}
.choose .list li > aside .timer,
.choose .list li > aside i{
	display: inline-block;
	vertical-align: top;
}
.choose .list li > aside .timer{
	font-size: 55px;
	line-height: 1;
	color: #3c3c3c;
	padding-top: 13px;
	padding-right: 5px;
}

/*建业产品*/
.products{
	padding-bottom: 100px;
	background: #f7f7f7;
}
/*列表选项*/
.products .list{
	text-align: center;
	padding: 50px 0;
}
.products .list li{
	color: #666;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 20px;
	border-radius: 5px;
	background: #efefef;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
.products .list li.current{
	background: #1e589a;
}
.products .list li a{
	color: #666;
}
.products .list li.current a{
	color: #fff;
}
/*列表内容*/
.products .details{
	display: none;
}
.products .details ul{
	width: 100%;
	overflow: hidden;
}
.products .details ul li{
	float: left;
	width: 580px;
	height: 280px;
	padding: 39px;
	border: solid 1px #e5e5e5;
	background: #fff;
}
.products .details ul li:nth-child(1){
	width: 600px;
	height: 580px;
	margin-right: 20px;
}
.products .details ul li:nth-child(2){
	margin-bottom: 20px;
}
.products .details ul li .img{
	float: left;
	width: 200px;
	height: 200px;
	font-size: 0;
	line-height: 0;
	margin-right: 40px;
	overflow: hidden;
}
.products .details ul li:nth-child(1) .img{
	width: 520px;
	height: 320px;
	margin-right: 0;
	margin-bottom: 30px;
}
.products .details ul li .img img{
	width: 100%;
	-webkit-transition:transform 1s linear 0s;
	   -moz-transition:transform 1s linear 0s;
	    -ms-transition:transform 1s linear 0s;
	     -o-transition:transform 1s linear 0s;
	        transition:transform 1s linear 0s;
}
.products .details ul li .img:hover img{
	-webkit-transform:scale(1.2);
	   -moz-transform:scale(1.2);
	    -ms-transform:scale(1.2);
	     -o-transform:scale(1.2);
	        transform:scale(1.2);
	-webkit-transition-duration: 1.1s;
	   -moz-transition-duration: 1.1s;
	    -ms-transition-duration: 1.1s;
	     -o-transition-duration: 1.1s;
	        transition-duration: 1.1s;
}
.products .details ul li h3{
	display: block;
	line-height: 1;
	padding: 15px 0 20px;
}
.products .details ul li h3 a{
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.products .details ul li article{
	color: #666;
	font-size: 14px;
	line-height: 28px;
	height: 84px;
	overflow: hidden;
}
.products .details ul li:nth-child(1) article{
	height: 56px;
}

/*新闻中心*/
.news{
	padding-bottom: 100px;
}
/*列表选项*/
.news .list{
	text-align: center;
	padding: 50px 0;
}
.news .list li{
	color: #666;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	padding: 0 20px;
	border-radius: 5px;
	background: #efefef;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
}
.news .list li.current{
	background: #1e589a;
}
.news .list li a{
	color: #666;
}
.news .list li.current a{
	color: #fff;
}
/*列表内容*/
.news .details{
	display: none;
	width: 1230px;
	position: relative;
}
.news .details .swiper-button-prev,
.news .details .swiper-button-next{
	width: 38px;
	height: 38px;
	cursor: pointer;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	z-index: 3;
}
.news .details .swiper-button-prev{
	left: -50px;
	background-image: url(../images/icon_12.png);
}
.news .details .swiper-button-next{
	right: -50px;
	background-image: url(../images/icon_13.png);
}
.news .details .swiper-button-prev:hover{
	background-image: url(../images/icon_8.png);
}
.news .details .swiper-button-next:hover{
	background-image: url(../images/icon_7.png);
}
.news .details .swiper-slide{
	width: 410px;
	padding: 0 15px;
}
.news .details .swiper-slide .box{
	width: 100%;
	height: 280px;
	padding: 50px 40px;
	background: #f7f7f7;
	overflow: hidden;
}
.news .details .swiper-slide .box:hover{
	background: #1e589a;
	-webkit-box-shadow: 0 0 60px rgba(11,31,54,.08);
	-moz-box-shadow: 0 0 60px rgba(11,31,54,.08);
	-o-box-shadow: 0 0 60px rgba(11,31,54,.08);
	box-shadow: 0 0 60px rgba(11,31,54,.08);
}
.news .details .swiper-slide .box .left{
	float: left;
	width: 55px;
	text-align: center;
	line-height: 1;
}
.news .details .swiper-slide .box .left p{
	color: #333;
	font-family: arial;
	font-size: 12px;
}
.news .details .swiper-slide .box .left .day{
	font-size: 52px;
	font-weight: bold;
}
.news .details .swiper-slide .box .left hr{
	margin: 5px 0 10px;
	background: #666;
}
.news .details .swiper-slide .box .right{
	float: right;
	width: 210px;
}
.news .details .swiper-slide .box .right h3{
	margin-bottom: 20px;
}
.news .details .swiper-slide .box .right h3 a{
	color: #333;
	font-size: 16px;
	line-height: 28px;
}
.news .details .swiper-slide .box .right article{
	color: #666;
	font-size: 14px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.news .details .swiper-slide .box .right a.more{
	margin-top: 35px;
}
.news .details .swiper-slide .box:hover .left p,
.news .details .swiper-slide .box:hover .right h3 a,
.news .details .swiper-slide .box:hover .right article,
.news .details .swiper-slide .box:hover .right a.more{
	color: #fff;
}
.news .details .swiper-slide .box:hover .left hr{
	background: #fff;
}
.news .details .swiper-slide .box:hover .right a.more:after{
	background: url(../images/icon_6.png) no-repeat;
}

/*走进建业*/
.about{
	height: 612px;
	padding-bottom: 80px;
	background-image: url(../images/pic_9.jpg);
	background-repeat: no-repeat;
}
.about .h_title a{
	color: #fff;
	margin-left: 0;
}
.about article{
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	padding: 55px 0;
}
.about > a{
	display: block;
	color: #ddd;
	font-size: 14px;
	width: 160px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	border: solid 1px #fff;
	border-radius: 5px;
}