
/*header检索框*/

@-webkit-keyframes navbar-input-expand {
	0% {
		width: 100%
	}

	to {
		width: 150%
	}
}

@-moz-keyframes navbar-input-expand {
	0% {
		width: 100%
	}

	to {
		width: 150%
	}
}

@-o-keyframes navbar-input-expand {
	0% {
		width: 100%
	}

	to {
		width: 150%
	}
}

@keyframes navbar-input-expand {
	0% {
		width: 100%
	}

	to {
		width: 150%
	}
}

.form-control2 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-group .form-control2 {
    position: relative;
    float: right;
}

.form-control2:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    -webkit-animation: navbar-input-expand 0.8s linear forwards;
    -moz-animation: navbar-input-expand 0.8s linear forwards;
    -ms-animation: navbar-input-expand 0.8s linear forwards;
    -o-animation: navbar-input-expand 0.8s linear forwards;
    animation: navbar-input-expand 0.8s linear forwards;
}

/*banner开始*/

.carousel {
	position: relative
}

.carousel.pointer-event {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: -webkit-transform .6s ease-in-out;
	transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.item {
		transition: none
	}
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
	display: block
}

.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left) {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right) {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}

.carousel-fade .item {
	opacity: 0;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1
}

.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {
	.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right {
		transition: none
	}
}

.carousel-control-next,.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 4%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 3%;
	color: #fff;
	text-align: center;
	opacity: .5;
	transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-control-next,.carousel-control-prev {
		transition: none
	}
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0
}

.carousel-control-next {
	right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-control .carousel-control-prev-icon,.carousel-control .carousel-control-next-icon,.carousel-control .icon-next,.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 20%;
	list-style: none
}

.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 75px;
	height: 5px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
	.carousel-indicators li {
		transition: none
	}
}

.carousel-indicators .active {
	opacity: 1
}

.carousel-caption {
	position: absolute;
    top: 28%;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

.h3-title-y{
    color: #ffcc01;
    text-shadow: 1px 0 #ffcc01;
    font-size: 39px;
    margin-top: 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px !important;
}

.h3-title-w{
    color: #fff !important;
    text-shadow: 1px 0 #fff;
    font-size: 39px;
    margin-top: 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px !important;
}

.banner-more{
    text-decoration: none;
    background-color: #000;
    color: #fff;
    Cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    font-family: "Roboto";
    display: inline-block;
    padding: 15px 30px;
    line-height: 16px;
    margin-top: 25px;
}

/*下拉菜单*/

li.dropdown-submenu .has-children, li.dropdown-submenu .bottom-level{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    border-width: 0;
    top: 15px;
    width: 503px;
    height: auto;
    right: 0;
    display: none;
    position: absolute;
    margin-top: -1px;
    margin-right: 0;
    padding: 0px 16px 16px 16px;
    border: 1px solid #000;
    background: #000;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
    overflow: scroll;
    z-index: 5000000000;
    overflow: auto;
}

.dropdown-content-row{
    border-bottom: 1px solid #ddd;
}

.dropdown-content-left{
    font-size: 13px;
    color: #fff;
    padding: 10px 0;
    text-align: left;
}

.dropdown-content-left a{
    color: #fff;
}

.dropdown-content-title{
    font-size: 14px !important;
    font-weight: bold;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* .leftNav ul li div.leftMenuItem:hover {
    background: #f7f7f7;
    border-left: #000 solid 3px;
    margin-left: 0px;
    padding-left: 17px !important;
    display: block;
} */

#EnerpacMegaMenuWidget_V2_v1-wi4300001 .newMenu .leftNav ul li div {
    padding: 0px !important; 
    border-bottom: 0px !important;
}

.leftMenuItem{
    padding: 15px 15px 15px 20px;
    border-bottom: solid 1px #dadada;
}

.leftMenuItemH{
    background: #f7f7f7;
    border-left: #000 solid 3px;
    margin-left: 0px;
    padding-left: 17px !important;
    display: block;
}

.leftNav ul li a:link {
    color: #333 !important
}

@media (max-width:767px) {
    .dropdown-content {
        width: 380px;
    }
    .item{
        background-color: #000;
        height: 400px;
    }
    .carousel-control-prev, .carousel-control-next, .banner-more{
        display: none;
    }
    .carousel-caption{
        margin-top: 14%;
    }
    .h3-title-y, .h3-title-w{
        font-size: 26px;
    }
}

/* 新闻和声明 */
.news-all-news ul{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

.news-all-news ul li{
	list-style-type: none;
	border-bottom: #d1d2d4 1px solid;
    padding: 10px 10px;
	text-align: left;
}

.item-time{
	float: left;
	width: 100px;
}

.item-content a{
	margin: 0px 0px 0px 45px;
}

#enerpacFooterWidget_new_v1-wi5400006 .newFooter #footerLinks .links .linksBunch ul li span {
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    display: inline-block;
}

.mlines-ellipsis{
	display:-webkit-box;/**对象作为伸缩盒子模型展示**/
    -webkit-box-orient:vertical;/**设置或检索伸缩盒子对象的子元素的排列方式**/
    -webkit-line-clamp:4;/**显示的行数**/
    overflow:hidden;/**隐藏超出的内容**/
}