
/*首页*/
.picBox{
	width: 100%;
	overflow: hidden;
	position:relative;
	height: 665px;
	top:-5px;
	
}
.picBox  .pb-con{	
	width: 100%;

	height: f665px;
	overflow: hidden;
	position: relative;

}
.picBox  .pb-con .swiper-slide{
   height: 665px;
	width: 100%;
}
.picBox .pb-con img{
	width: 100%;
	height: auto;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);

}
.picBox .swiper-container-horizontal>.swiper-pagination-bullets{
	left: 50%;
	bottom:5%;
	transform: translate(-50%,0%);
	position: absolute;
	
}
.picBox .swiper-pagination-bullet{
	background: #fff;
	opacity: 0.9;

}
.picBox  .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
margin: 10px 0;
}
.picBox .swiper-pagination-bullet-active{
	background: #007ec7;
}




.advantage{
	width: 100%;
	height: 183px;
	background: #f4f6f8;
	padding-top: 28px;
}
.advantage .item{
	position: relative;
	border-radius: 10px;
	background: #fff;
	display: flex;
	padding: 30px 20px;
	box-shadow: 2px 2px 5px #e9eaec;
	transition: 0.3s linear;
}


.advantage .icon{
	margin-bottom: 15px;
	text-align: center;
	cursor: pointer;
	margin-right:15px;
}
.advantage .icon img{
	display: none;
	margin: 0 auto;
}

.advantage .icon .hover{
	display: block;
}
.advantage .text h4{
	color:#666;
	font-size:18px;
	margin-bottom: 12px;
}
.advantage p{
	text-align: left;
	font-size: 14px;
	color:#999;
}
.advantage .item:hover{
	background: #2c8cfb;
	cursor:default;
}
.advantage .item:hover h4{
	color:#fff;
}
.advantage .item:hover p{
	color:#fff;
}
.advantage .item:hover .default{
	display: block;
}
.advantage .item:hover .hover{
	display:none;
}
.advantage .item.on{
background: #2c8cfb;
	
}
.advantage .item.on h4{
	color:#fff;
}
.advantage .item.on p{
	color:#fff;
}
.advantage .item.on .default{
	display: block;
}

.advantage .item.on .hover{
	display:none;
}
.advantage .item:hover .default{
	display: block;
}
.advantage .item:hover .hover{
	display:none;
}


.design{
	padding-top: 50px;
}
.design .title{
	text-align: center;
}
.design .title h3{
	font-size:30px;
	margin-bottom: 10px;
	color:#333;
}
.design .title p{
	font-size:14px;
	color:#999;
}
.design .design-con{
	padding: 60px 0 120px;
	position: relative;
	overflow: hidden;
	height: 580px;
}
.design .design-con .item{
	
}
.design .design-con .item .pic{
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
.design .design-con .item .pic img{
	width:100%;
	height: 335px;
}

.design .design-con .item .pic .pichover{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	color:#d7d7d7;
	padding:65% 6% 2%;	
	display: none;
}
.design .design-con .item .pic:hover .pichover{
	display: block;
}
.design .design-con .item .pic .pichover a .text{
	margin-bottom: 10%;
	color:#f39900;
}
.design .design-con  .picbtn{
	
}
.design .design-con  .picbtn .btn1{
	width:45%;
	display: inline-block;
	background: #d5a568;
	color:#fff;	
	padding: 6px 0;
	text-align: center;
	border-radius: 6px;
	margin-right: 3%;
}

.design .design-con  .picbtn .btn2{
	width:45%;
	display: inline-block;
	background: #1b1b1b;
	color:#fff;
	padding: 6px 0;
	text-align: center;
	border-radius: 6px;
}
.design .design-con  .picbtn .btn2:hover{
	background: #d5a568;
	color:#fff;
}

.design .design-con .name{
	font-size:16px;
	color:#333;
}
.design .design-con .name span{
	font-size:14px;
	color:#999;
	padding-left: 10px; 
}
.design .swiper-container-horizontal>.swiper-pagination-bullets{
	left: 50%;
	bottom:50px;
	transform: translate(-50%,0%);
	position: absolute;
	
}
.design .swiper-pagination-bullet{
	background: #d5d5d5;
	opacity: 0.9;

}
.design .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
margin: 10px 0;
}
.design .swiper-pagination-bullet-active{
	background: #f39900;
}
.design .dcbtn{
	text-align: center;
	
}
.design .dcbtn a{
	border:1px solid #cacaca;
	padding: 5px 23px;
	color:#999;
	border-radius: 30px;
	display: inline-block;
}
.flowWrap{
	margin-top: 70px;
	background:url("../images/index/qm_26.jpg") no-repeat;
	background-size: 100% 100%;
	width:100%;
	height:428px;
}
.flowWrap .title{
	text-align: center;
	color:#d5a568;
	padding-top: 50px;
}
.flowWrap .title h3{
	font-size:30px;
	margin-bottom: 10px;
	color:#d5a568;
}
.flowWrap .title  p{
	font-size:14px;
	color:#d5a568;
}
.flowWrap ul{
	position: relative;
	margin: 63px 0;
}
.flowWrap ul li{
	display: table-cell;
}
.flowWrap ul li img{
	width:100%;
}

.flowWrap .tel{
	text-align: center;
	
}
.flowWrap .tel span{
	border:1px solid #d5a568;
	font-size:16px;
	color:#d5a568;
	padding: 8px 30px;
	border-radius: 30px;
}

.hothouseWrap{
	
}
.hothouseWrap .title{
	text-align: center;
	padding-top: 50px;
	margin-bottom: 40px;
}
.hothouseWrap .title h3{
	font-size:30px;
	margin-bottom: 10px;
}
.hothouseWrap .title  p{
	font-size:14px;
	color:#999;
}
.hothouseWrap .houselist .item{
	margin-bottom: 25px;
}
.hothouseWrap .houselist .item .pic{
	margin-bottom: 15px;
}
.hothouseWrap .houselist .item .pic img{
	width: 100%;
	height: 180px;
}
.hothouseWrap .houselist .item .text{
	
}
.hothouseWrap .houselist .item .text .name{
	color:#666;	
}
.hothouseWrap .houselist .item .text .num{
	color:#d5a568;
}
.hothouseWrap .housebtn{
	text-align: center;
	margin-top: 20px; 
}
.hothouseWrap .housebtn a{
	border:1px solid #cacaca;
	padding: 5px 23px;
	color:#999;
	border-radius: 30px;
	display: inline-block;
}
.brandWrap{
	background: url(../images/index/qm_39.jpg) no-repeat;
	background-size:100% 100%;
	padding-bottom: 60px;
}
.brandWrap .title{
	text-align: center;
	padding-top: 50px;
	margin-bottom: 40px;
}
.brandWrap .title h3{
	font-size:30px;
	margin-bottom: 10px;
}
.brandWrap .title  p{
	font-size:14px;
	color:#999;
}
.brandWrap .brandlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.brandWrap .brandlist .item{
	width:18%;
	height: 100px;
	position: relative;
	border-radius: 8px;
	
	margin-right:2%;
	background: #fff;
	margin-bottom: 25px;
}
.brandWrap .brandlist .item img{
	width:60%;
	height: 53px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.indexbanner{
	width:100%;
	margin-top: 30px;
}
.indexbanner img{
	width:100%;
}
.gx-intro-wrap{
position: relative;
}
.gx-intro-wrap .title{
	padding-top: 50px;
}
.gx-intro-wrap .title h3{
	color:#0a71d3;
	font-size:32px;
}
.gx-intro-wrap .title p{
	font-size:14px;
	color:#999;
}
.gx-intro-wrap  .intro-text p{
	font-size:14px;
	color:#666;
	line-height: 30px;
	margin-top:50px;
	padding-right: 60px;
}
.intro-btn-wrap{
	padding-top: 55px;
}
.intro-btn-wrap .intro-btn{
	border:1px solid #666666;
	border-radius: 20px;
	display:inline-block;
	padding:10px 30px 10px 50px;
	margin-right:30px;
}
.intro-btn-wrap .intro-btn.btn1{
	background: url(../images/index/qm_42.png) 20px center no-repeat;
}
.intro-btn-wrap .intro-btn.btn1:hover{
	background:#0762cb url(../images/index/qm_42_2.png) 20px center no-repeat;
	border:1px solid #0762cb;
	color:#fff;
}
.intro-btn-wrap .intro-btn.btn2{
	background: url(../images/index/qm_43.png) 20px center no-repeat;
}
.intro-btn-wrap .intro-btn.btn2:hover{
	background:#0762cb url(../images/index/qm_42_2.png) 20px center no-repeat;
	border:1px solid #0762cb;
	color:#fff;
}
.intro-see-more{
	margin-top: 62px;
}
.intro-see-more img{
	width:100%;
}
.gx-intro-right{
	
}
.gx-intro-right img{
	position: absolute;
	top:60px;
	right:15px;
	width:100%;
}

.scope-business-wrap{
	margin-top:80px;
	padding-bottom: 90px;
	background: url(../images/index/qm_50.jpg) no-repeat;
	background-size:100% 100%;
}
.scope-business-wrap .title{
	text-align: center;
	padding: 56px 0 59px 0;
}
.scope-business-wrap .title h3{
	font-size:30px;
	color:#333;
	margin-bottom: 10px;
}
.scope-business-wrap .title p{
	color:#999;
}
.scope-business-wrap .col-lg-8{
	padding: 0 10px;
}
.scope-business-wrap .col-lg-4{
	padding: 0 10px;
}
.scope-first-con{
	margin-bottom: 20px;
}
.scope-business-wrap .scope-con img{
	width:100%;
}
.scope-business-wrap .scope-con .item{
	margin-bottom: 20px;
	position: relative;
	height: 293px;
	overflow: hidden;
}
.scope-business-wrap .scope-con .item .pic{
	width: 100%;
	height: 293px;
	overflow: hidden;
}
.scope-business-wrap .scope-con .item .picbg{
	width: 100%;
	height: 293px;
}
.scope-business-wrap .scope-con .item .pichover{
	position: absolute;
	top:15px;
	left:15px;
	padding: 40px 0px 0px 40px;
}
.scope-business-wrap .scope-con .item .pichover .pichover-title{
	color:#fff;
}
.scope-business-wrap .scope-con .item .pichover .pichover-title h4{
	font-size:24px;
	margin-bottom: 5px;
}
.scope-business-wrap .scope-con .item .pichover .pichover-title p{
	font-size:14px;
}
.scope-business-wrap .scope-con .item .pichover .btn-wrap{
	width:121px;
	height: 44px;
	margin-top: 100px;
	background: url(../images/index/qm_52.png) no-repeat;
}
.scope-business-wrap .scope-con .item:hover .picbg{
	transform: scale(1.2);
	transition: 1s;

}
.scope-business-wrap .scope-con .item:hover .pichover .btn-wrap{
	background: url(../images/index/qm_53.png) no-repeat;

}
/*手机样式*/
@media (max-width:768px){
	.picBox{
		overflow: visible;
		position: relative;
		height: 320px;
	}
	.picBox .pb-con {
		width:100%;
		height: 320px;
		position: absolute;
		top:-79px;
		left:0px;
		
	}
	.picBox .pb-con .swiper-slide{
		height:320px;
		width:100%;
		overflow: hidden;
	}
	.picBox .pb-con img{
		height: 100%;
		width:auto;
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
	}
	.picBox .swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 10%;
	}
	.advantage{
		position: relative;
		z-index: 3;
		top:-109px;
		width:90%;
		margin: 0 auto;
		height: auto;
		border-radius: 5px;
		padding-bottom: 0px;
		padding-top:20px;
	}
	.advantage .container{
		display: flex;
		flex-wrap: wrap;
		padding-left: 5%;	
	}

	.advantage .col-sm-3{
		width:46%;
		overflow: hidden;
		margin-right: 2%;
		margin-bottom: 10px;
		
		border-radius: 5px;
		padding:0;

	}
	.advantage .col-sm-3 .item{
		display: block;
		padding: 0px 0 10px;
	}
	.advantage .icon{
	margin-bottom: 5px;
	text-align: center;
	cursor: pointer;
}
	.advantage .icon img{
		display: none;
		margin: 0 auto;
	}
	.advantage .col-sm-3 .item h4{
		font-size:14px;
		text-align: center;
		margin-bottom: 0px;
	}
	.advantage .col-sm-3 .item p{
		display: none;
	}
	.advantage .icon .hover{
		display: block;
		margin: 0 auto;
	}
	
	.gx-intro-wrap{
		position: relative;
		top:-80px;
	}
	.gx-intro-wrap .col-lg-6{
		padding:0;
	}
	.gx-intro-wrap .title{
		padding-top:0;
	}
	.gx-intro-wrap .title h3{
		font-size:18px;
	}
	.gx-intro-wrap .gx-intro-right {
		display: none;
	}
	.gx-intro-wrap .intro-text p{
		margin-top: 10px;
		line-height: 30px;
		font-size:14px;
		padding: 0px 20px;
	}
	.intro-btn-wrap{
		padding:30px 0px 0 20px;
	}
	.intro-see-more{
		margin-top: 40px;
	}
	.scope-business-wrap{
		margin-top:0;
		position: relative;
		top:-80px;
		padding-bottom: 20px;
	}
	.scope-business-wrap .title{
		padding-top:30px;
		padding-bottom: 30px;
	}
	.scope-business-wrap .title h3{
		font-size:18px;
		margin-bottom: 0px;
	}
	.scope-business-wrap .col-lg-4{
			width:49%;
			padding: 0px 10px;
			display: inline-block;
	}
	.scope-business-wrap .scope-con .item{
		margin-bottom: 10px;
	}
	
	


	.brandWrap{
		display: none;
	}
	.brandWrap .title{
		margin-bottom: 20px;
		padding-top: 30px;
	}
	.brandWrap .title h3{
		font-size:18px;
		margin-bottom: 5px;
	}
	.brandWrap .title p{
		font-size:12px;
	}
	.brandWrap .brandlist{
		padding: 0 15px;
	}
	.brandWrap .brandlist .item{
		width:30%;
		height: 50px;
		margin-bottom: 10px;
		margin-right: 3%;
	}
	.scope-business-wrap .scope-con .item{
		height: auto;
	}
	.scope-business-wrap .scope-con .item .pic{
		height: auto;
	}
	.scope-business-wrap .scope-con .item .picbg{
		height: auto;
	}
	
	.scope-business-wrap .scope-con .item .pichover{
		    position: absolute;
    	top: 15px;
    	left: 15px;
    	padding: 20px 0px 0px 20px;
	}
	.scope-business-wrap .scope-con .item .pichover .pichover-title p{
		font-size:12px;
	}
	.scope-business-wrap .scope-con .item .pichover .pichover-title h4{
		font-size:18px;
	}
	.scope-business-wrap .scope-con .item .pichover .btn-wrap{
		margin-top:10px;
		width:60px;
		height:23px;
		background-size:100% 100%;
	}
	.caseWrap{
		padding: 0 ;
		position: relative;
		top:-40px;
	}
	.caseWrap .caseNav{
		display: none;
	}
	.caseWrap .title{
		margin-bottom: 25px;
	}
	.caseWrap .title h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.caseWrap .caseCon .caseFirst{
		margin-bottom: 0;
	}
	.caseWrap .caseCon .caseFirst .item .pic{
		height: auto;
	}
	.caseWrap .caseCon .caseFirst .item .pic .picbg{
		height: auto;
	}
	.caseWrap .casebtn{
		padding-top: 0;
	}

}	
