.e_d >div{
	width:100%;
	position: relative;
	width: 100%;
	height: 370px; 
	background: url(../img/enterprise/background.png) no-repeat center;
	background-size: 1920px 370px;
	margin-bottom: 330px;
}
.enterprisecontent14-1{
	color: #999999;
	font-size:14px;
	overflow-y: auto;
	/* background-color: gray; */
	height:250px;
	text-indent:30px;
}
.e_d_header {
	height:100%;
	position: relative;
}
.e_d_header .breadcrumb{
	background:none;
}
.e_d_header .breadcrumb a{
	font-size:12px;
	color: #FFFFFF;
}
.e_d_header .breadcrumb li.active {
	font-size:12px;
	color: #FFFFFF;
}
.e_d_header .title{
	z-index: 8;
	position: absolute;
	height:550px;
	width:100%;
	left: 0;
	top:193px;
	background-color: rgba(255,255,255,.8);
	border-radius: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
	box-shadow:  0 10px 10px rgba(0, 0, 0, 0.1);
}
.e_d_header .logo{
	height:120px;
	width:120px;
	border-radius: 60px;
	margin-top:-60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #FFFFFF;
}
.e_d_header .logo img{
	max-height:120px;
	max-width:120px;
	border-radius: 60px;
}
#e_d_name{
	font-size: 18px;
	color:#343434;
	margin-bottom: 20px;
}
#e_d_base{
	width:70% !important;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
#e_d_info{
	font-size: 14px;
	color:#343434;
	margin-bottom: 11px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
}
#e_d_area{
	color: #F28404;
}
#e_d_address{
	font-size: 14px;
	color:#343434;
	margin-bottom: 50px;
	/* width:100%; */
}
#e_d_company{
	margin: 0 55px 50px 55px;
	text-align: left;
	width:100%;
	height:300px;
	padding-left:50px;
	padding-right: 50px;
	/* border:solid 1px red; */
}
.swiper_products{
	height:220px;
}
.swiper-outter{
	width:92%;
	height:100% !important;
}
.swiper_gallery{
	height:220px;
}
.video-playimg2{
	top:50% !important;
}

/* 轮播图样式 */
.swiper_products{
	width:100%;
}
.swiper_father{
	position: relative;
	width:100%;
	height:100%;
}
.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height:100%;
	width:100%;
}
.swiper_products .img_list{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	height:100%;
	width:100%;
}
.swiper_products .img_item{
	width:25%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	padding: 10px 4px 10px 4px;
	/* background-color: red; */
}
.swiper_products .img_item div{
	height:70%;
	width:98%;
	border: solid 0.5px #EEEEEE;
	border-radius: 6px;
	padding: 5px ;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.swiper_products .img_item img{
	max-width:100%;
	max-height:100%;
	cursor: pointer;
} 
.swiper_products .img_item span{
	color: #666666;
	font-size:14px;
} 
.swiper_gallery{
	width:100%;
}
.swiper_gallery .img_item{
	width:33%;
	height:178px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	padding: 10px 4px 10px 4px;
	cursor: pointer;
	position: relative;
}
.swiper_gallery .img_item a{
	width:100%;
}
.swiper_gallery .img_item .img{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swiper_gallery .img_item .img img{
	max-width:100%;
	max-height:100%;
}

.swiper_gallery .img_item .embed-responsive{
	width:100%;
}
/* 在各自页面写箭头位置 */
/* .swiper-outter{ */
/* } */
/* 在各自页面写箭头位置 */
.swiper-button-black{
	color: #999999 !important;
	outline: none;
}














