
.eh_back{
	width:100%;
	height: 370px; 
	background: url(../img/enterprise/background.png) no-repeat center;
	background-size: 1920px 370px;
}
.eh .container{
	padding:0;
}
.eh_header {
	height: 370px; 
	position: relative;
}
.eh_top{
	display: flex;
	align-content: center;
	justify-content: space-between;
	flex-direction: row;
	height:950px;
}
.eh_top .eh_left{
	width:72%;
	height:100%;
}
.eh_top .eh_right{
	width:28%;
}
.eh_top .eh_right .el{
	overflow-y:auto;
	border: solid 0.5px #D2D2D2;
	border-radius: 4px;
	height:100%;
	margin-left:20px;
	
}
.eh .eh_top .eh_right .el .el_item{
	height:52px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 5px 20px 5px 20px;
	border-bottom: solid 0.5px #D2D2D2;
	cursor: pointer;
}
.eh .eh_top .eh_right .el .active{
	/* background-color: #E60215; */
	background-color:#1f563c;
}
.eh .eh_top .eh_right .el .el_item span{
	width:100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.eh .eh_top .eh_right .el .el_item .name{
	font-size:14px;
	color:#666666;
	font-weight: 800;
	margin-bottom: 6px;
}
.eh .eh_top .eh_right .el .active .enterprisename14{
	color:#FFFFFF;
}
.eh .eh_top .eh_right .el .el_item .area{
	font-size:12px;
	color:#D0D0D0;
}


.eh .e_info{
	height:400px;
	width:100%;
	border: solid 0.5px #D2D2D2;
	border-radius: 4px;
	margin-bottom: 30px;
}
.eh .e_info .title{
	width:100%;
	border-bottom: solid 0.5px #D2D2D2;
	padding:30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.eh .e_info .title .img{
	width:130px;
	height:130px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.eh .e_info .title .img img{
	max-width:100%;
	max-height:100%;
}
.eh .e_info .title .info{
	margin-left: 30px;
	width:75%;
	height:130px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.eh .e_info .title .info .enterprisename18{
	margin-bottom: 20px;
}
.eh .e_info .content{
	padding:30px 40px 30px 40px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

/* 企业列表页的标题样式 */
.eh_header .title{
	z-index: 8;
	position: absolute;
	height:175px;
	width:72%;
	left: 0;
	bottom:0;
	background-color: rgba(255,255,255,.4);
	border-radius: 10px 10px 0 0 ;
	display: flex;
	align-items: center;
	justify-content: center;
}
.eh_header .title ul{
	display: none;
}
.eh_header .title .content{
	color: #FFFFFF;
	font-size: 30px;
	position: relative;
	height:20px;
	text-transform:Uppercase ;
}
.eh_header .title .content::before{
	content:"";
	position: absolute;
	height:4px;
	width:26px;
	left: 0;
	bottom:100%;
	border-radius:1px;
	border: solid 2px #E60215;
}
.eh_header .title2{
	z-index: 8;
	position: absolute;
	left: 0;
	bottom:0;
	background-color: rgba(255,255,255,.4);
	border-radius: 10px 10px 0 0 ;
	width:100%;
	height:240px;
	padding: 20px 15px 20px 40px;
	display: block;
}
.eh_header .title2 .content{
	color: #FFFFFF;
	font-size: 28px;
	position: relative;
	height:20px;
}
.eh_header .title2 .content::before{
	display: inline-flex;
	content:"" ;
	height:4px ;
	width:26px ;
	margin-right:14px;
	border-radius:1px ;
	border: solid 2px #E60216 ;
	vertical-align: middle;
	line-height: normal;
	margin-bottom: 5px;
}
.eh_header .title2 ul{
	height:180px;
	width:100%;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	padding-top: 10px;
	position: relative;
}
.eh_header .title2 li{
	display: inline-block;
	width:50%;
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode:horizontal-tb;
	writing-mode: horizontal-tb;
	font-size: 16px;
	color: #FFFFFF;
	/* text-transform:uppercase; */
	padding:0 0 0 25px;
	margin-bottom: 5px;
	position: relative;
}
.eh_header .title2 li::before{
	content: "";
	position: absolute;
	width:12px;
	height:4px;
	left:5px;
	top:10px;
	background-color: #E60216;
	border-radius: 2px;
}
/* 轮播图样式 */
.swiper_products{
	height:220px;
}
.swiper-outter{
	width:92%;
	height:100% !important;
}
.swiper_gallery{
	height:220px;
}
.video-playimg2{
	top:50%;
}

.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: flex-start;
	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;
}
.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-height:100%;
	max-width:100%;
	cursor: pointer;
} 
.swiper_products .img_item span{
	color: #666666;
	font-size:14px;
} 
.swiper_gallery{
	width:100%;
}
.swiper_gallery .img_list{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	
}
.swiper_gallery .img_item{
	width:33%;
	height:100%;
	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 .embed-responsive{
	width:100%;
	max-height:100%;
}
.swiper_gallery .img_item img{
	max-width:100%;
	max-height:100%;
}
/* 在各自页面写箭头位置 */
/* .swiper-outter{ */
/* } */
/* 在各自页面写箭头位置 */
.swiper-button-black{
	color: #999999 !important;
	outline: none;
}


.companyprofile {
	font-size:18px;
	color: #E60215;
	position: relative;
}
.companyprofile::before{
	content: "";
	position: absolute;
	width:27px;
	height:3px;
	top: -7px;
	left:0;
	background-color:#E60215; 
	/* border: solid 3px #E60215; */
	border-radius: 1px;
}

.breadcrumb{
	/* display: none; */
	background-color: transparent !important;
	margin-bottom: 0px;
	margin-top: 10px;
}
.breadcrumb a {
    color: #fff !important;
}








