/*首页轮播*/
.index_lunbo{
	/*height: 376px;*/
	min-width: 1200px;
}
.index_lunbo .swiper-pagination span{
	width: 36px;
	height: 5px;
	opacity: 1;
	background-color: #a7a9a8;
	border-radius: 0;
}
.index_lunbo .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #098154;
}

/*产品展示*/
.fy_box{
	width: 100%;
	min-width: 1200px;
	margin: 40px 0;
	padding-bottom: 30px;
	border-bottom: 1px dotted #c1c1c1;
}
.fy_centent{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.fy_title{
	padding-left: 408px;
	margin-bottom: 30px;
	background: url(../image/tit.jpg)no-repeat 540px 22px;
}
.fy_h1{
	font-size: 30px;
	line-height: 36px;
	color: #017e52;
}
.fy_h2{
	font-size: 24px;
	line-height: 36px;
	color: #017e52;
}
.fy_h2 span{
	color: #5b5b5b;
}
.cp_lunbo{
	width: 1100px;
	margin: 0 auto;
}
.cp_lunbo .swiper-slide{
	border: 1px solid #3fba77;
	overflow: hidden;
	height: 156px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fy_centent .swiper-button-next{
	background: url(../image/rzt.jpg) no-repeat;
	margin-top: 22px;
}
.fy_centent .swiper-button-prev{
	background: url(../image/lzt.jpg) no-repeat;
	margin-top: 22px;
}
.cp_lunbo .fy_hide{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(0,0,0,.5);
	opacity: 0;
	transition: opacity .5s;
}
.cp_lunbo .fy_hide p{
	color: #fff;
	text-align: center;
	opacity: .4;
	margin: 20px 0;
}
.cp_lunbo .fy_hide img{
	width: 70%;
	margin: 0 auto;
}
.cp_lunbo .swiper-slide:hover .fy_hide{
	opacity: 1;
	transition: opacity .5s;
}

/*资质展示*/
.zs_box{
	display: flex;
	justify-content: space-between;
}
.zs_box a{
	width: 356px;
	height: 227px;
	box-shadow: -2px 0 10px #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

/*公司简介*/
.fy_box1{
	border-bottom: 0;
}
.jj_box{
	display: flex;
	justify-content: space-between;
}
.jj_box>div{
	width: 48%;
}
.jj_leup{
	overflow: hidden;
}
.jj_img1{
	width: 220px;
	height: 186px;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	float: left;
}
.jj_leup p{
	font-size: 14px;
	line-height: 2;
}
.jj_btn{
	width: 99px;
	line-height: 30px;
	text-align: center;
	color: #008053;
	border: 1px solid #008053;
	margin: 10px auto 0;
}
.jj_btn:hover{
	background-color: #008053;
	color: #fff;
}
.jj_rili{
	padding: 4px 0 4px 14px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}
.jj_rili::before{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
	content: '';
	width: 7px;
	height: 8px;
	background-color: #008053;
}
.jj_rili span{
	float: right;
}
.jj_rili a:hover{
	color: #00a348;
}

/*联系我们*/
.lx_box{
	min-width: 1200px;
	height: 462px;
	background: url(../image/feedbg.jpg) no-repeat center;
}
.lx_centent{
	width: 1200px;
	margin: 0 auto;
}
.lx_centent>div{
	padding: 40px 0;
}
.lx_centent h1{
	font-size: 30px;
	line-height: 38px;
	color: #fff;
}
.lx_centent h2{
	font-size: 24px;
	line-height: 38px;
	color: #fff;
}
.lx_centent h2 span{
	color: #1a151b;
}
.lx_form{
	display: block;
	overflow: hidden;
	margin: 0 55px;
}
.lx_form span{
	color: #de2d1d;
	padding-right: 3px;
}
.lx_form>div{
	width: 450px;
	float: left;
}
.lx_left div{
	overflow: hidden;
	margin-bottom: 15px;
}
.lx_left p{
	color: #fff;
	width: 100px;
	padding-top: 8px;
	float: left;
}
.lx_left input{
	width: 280px;
	line-height: 30px;
	background-color: #cfe0db;
	border: 1px solid #a0c1b8;
}
.lx_right{
	width: 563px !important;
}
.lx_riipt{
	overflow: hidden;
	margin-bottom: 20px;
}
.lx_riipt p{
	color: #fff;
	width: 100px;
	padding-top: 8px;
	float: left;
}
.lx_riipt textarea{
	width: 460px;
	height: 110px;
	background-color: #cfe0db;
}
.lx_yz{
	overflow: hidden;
}
.lx_yz p{
	color: #fff;
	width: 100px;
	padding-top: 8px;
	float: left;
}
.lx_yz input{
	width: 280px;
	line-height: 30px;
	background-color: #cfe0db;
	border: 1px solid #a0c1b8;
}
.lx_yz img{
	width: 78px;
	height: 31px;
	float: right;
	margin-right: 80px;
}
.lx_btnbox{
	margin-left: 100px;
	margin-top: 17px;
}
.lx_btnbox button{
	width: 98px;
	height: 34px;
	border: 1px solid #60b493;
	background-color: #fff;
	margin-right: 30px;
	color: #075a3c;
}
.lx_btnbox div{
	width: 96px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #60b493;
	background-color: #cbcbcb;
	margin-right: 30px;
	color: #161417;
	display: inline-block;
}

/*公司详情*/
.mapbox{
	width: 100%;
	min-width: 1200px;
	height: 404px;
	border-bottom: 1px solid #68574f;
}
.map_xqbox{
	width: 1200px;
	margin: 60px auto;
	position: relative;
}
.map_xq{
	width: 300px;
	background-color: #faf9f5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	padding: 40px;
}
.map_xq strong{
	width: 55px;
	float: left;
}
.map_xq>div {
	overflow: hidden;
	line-height: 30px;
}
.map_xq>div div{
	float: left;
}
.map_xq>div div a:hover{
	color: #008053;
}