section:before{
	content:"";
	display: table;
}
section:after{
	content:"";
	display: block;
	clear: both;
}
.position{
	padding:15px 0px;
	background-color: #F5F5F5;
	color:#494949;
	font-size:16px;
}
.position a{
	font-size:16px;
	color:#494949;
	padding:0px 10px;
}


.imgNews{
	position: relative;
}
.imgNews .img{
	position:relative;
}
.imgNews .img a{
	position: absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}
.imgNews .img img{
	display: block;
	width:100%;
	height:100%;
	object-fit: cover;
}
.imgNews.imgFloat:before{
	content:"";
	display: table;
}
.imgNews.imgFloat:after{
	content:"";
	display: table;
	clear:both;	
}
.imgNews.bigImg .img{
	width:50%;
	height:0px;
	padding-bottom:35%;
}
.imgNews.midImg .img{
	width:42%;
	height:0px;
	padding-bottom:29.5%;
}
.imgNews.smlImg .img{
	width:35%;
	height:0px;
	padding-bottom:28%;
}
.imgNews.imgLeft .img{
	float:left;
}
.imgNews.imgRight .img{
	float:right;
}
.imgNews.imgLeft.bigImg .img ~ div{
	margin-left:54%;
}
.imgNews.imgLeft.midImg .img ~ div{
	margin-left:45%;
}
.imgNews.imgLeft.smlImg .img ~ div{
	margin-left:38%;
}
.imgNews.imgRight.bigImg .img ~ div{
	margin-right:54%;
}
.imgNews.imgRight.midImg .img ~ div{
	margin-right:45%;
}
.imgNews.imgRight.smlImg .img ~ div{
	margin-right:38%;
}
.imgNews.imgFloat .title{
	overflow: hidden;
	font-size:20px;
}
.imgNews.imgFloat .abs{
	text-indent: 2em;
	margin-bottom:55px;
}
.imgNews.imgFloat .abs a{
	max-height: 3em;
}
.imgNews.imgFloat .pubDate{
	position: absolute;
	left:0px;
	bottom:35px;
	height: 20px;
	line-height: 20px;
}
.imgNews.imgFloat .detailLink{
	position: absolute;
	left:0px;
	bottom:0px;
}
@media (min-width: 480px) {
  .imgNews.imgFloat .title{
  	font-size:26px;
  }
}
@media (min-width: 768px) {
  .imgNews.imgFloat .title{
  	font-size:32px;
  }
}
@media (min-width: 992px) {
  .imgNews.imgFloat .title{
  	font-size:40px;
  	
  }
}
@media (min-width: 1200px) {
  .imgNews.imgFloat .title{
  	
  }
}
.imgNews .title a{
	font-size: inherit;
	text-decoration: none;
	color:#178DC2;
	line-height: 1.3em;
	display: block;
	max-height: 2.6em;
}
.imgNews .abs a{
	display: block;
	overflow: hidden;
	font-size:14px;
	line-height: 1.5em;
	color:#8F8F8F;
}
.imgNews .pubDate{
	font-size:12px;
	color:#C5C5C5;
	line-height: 30px;
}
.imgNews .detailLink{
	height:30px;
}
.imgNews .detailLink a{
	padding:5px 20px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	float:left;
}
.secTitle{
	font-size:35px;
	font-weight: 600;
	text-align: center;
	padding:30px 0px;
	display: flex;
	justify-content: center;
}
.secTitle-litit-box{
	padding-top: 23px;
	margin-left: 15px;
}
.secTitle-litit{
	font-size: 12px;
	display: flex;
	flex-direction: column;
}
.line{
	width: 115px;
}
.wititle{
	color: #fff;
	font-size: 34px;
	 margin-bottom: 115px;
	 text-align: right;
	 padding-right: 122px;
}
.witbox{
	margin-top: 140px;
}
.mainbox{
	display: flex;
	margin-top: 78px;
}
.text{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 28px;
	margin-left: 26px;
}
.tbox{
	position: absolute;
	right: 110px;
	top: 110px;
}
/* .secTitle:before{
	content:url(../img/column.news.sec_title.bg.png);
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
} */
/*新闻资讯*/
.newsSec{
	padding: 48px 0;
	margin-top: 56px;
	background:url(../img/xx.png) #eee top left no-repeat;
	background-size: 100% 100%;
}
.arrorbox{
	width: 58px;
	height: 44px;
}
.arrorboxw{
	width: 48px;
	height: 34px;
}
img{
	width: 100%;
	height: 100%;
}
.mewsSec-bg{
	height: 497;
	width: 100%;
}
.newsSec .newsList{
	margin-top:30px;
}
.newsSec .newsList .imgNews{
	box-shadow: 0px 0px 5px #B0B0B0;
	padding-bottom:1px;
	background-color:white;
}
.newsSec .newsList .imgNews .img{
	height:0px;
	padding-bottom:80%;
	overflow: hidden;
	position: relative;
}
.newsSec .newsList .imgNews .img a{
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.newsSec .newsList .imgNews .img img{
	display: block;
	height:100%;
	object-fit: cover;
}
.newsSec .newsList .imgNews .title{
	text-align: center;
	margin-top:15px;
	padding:0px 30px;
	overflow: hidden;
	margin-bottom:15px
}
.newsSec .newsList .imgNews .title a{
}
.newsSec .newsList .imgNews .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    padding: 45px;
    text-align: center;
    transform: translateY(30px);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.newsSec .newsList .imgNews:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}

.newsSec .newsList .imgNews .overlay .link-btn a {
    font-size: 45px;
    color: #fff;
    position: relative;
    transition: 1s;
    transition-delay: .3s;
    display: inline-block;
}

.newsSec .newsList .imgNews:hover .overlay .link-btn a {
    transform: rotate(360deg);
}

.newsSec .newsList .imgNews .overlay:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    transition: .5s;
	background-color: #148CC1;
}



@media (max-width: 479px) {
  .newsSec .newsList .imgNews .img{
  	padding-bottom:60%;
  }
}
@media (min-width: 480px) {
  .newsSec .imgNews.imgFloat .abs{
  	margin-top:5px;
  }
  .newsSec .imgNews.imgFloat .abs a{
	max-height: 3em;
  }
  .newsSec .newsList .imgNews .img{
  	padding-bottom:60%;
  }
}
@media (min-width: 768px) {
  .newsSec .imgNews.imgFloat .abs{
  	margin-top:20px;
  }
  .newsSec .imgNews.imgFloat .abs a{
  	max-height: 4.5em;
  }
}
@media (min-width: 992px) {
  .newsSec .imgNews.imgFloat .abs a{
  	line-height: 2em;
  	max-height: 9em;
  }
}
@media (min-width: 1200px) {
  .newsSec .imgNews.imgFloat .abs a{
  	max-height: 15em;
  }
}


/*展会活动*/
.exhibition{
	width: 100%;
}
.tsbg{
	width: 100%;
	height: 100%;
	background:url(../img/zu4.png) #eee top left no-repeat;
}
.tgsb1{
	width: 100%;
	height: 100%;
	background:url(../img/zu5.png) #eee top left no-repeat;
}
.tgsb2{
	width: 100%;
	height: 100%;
	background:url(../img/zu6.png) #eee top left no-repeat;
}
.stsx{
	width: 100%;
	height: 350px;
	background:url(../img/column.energy.news_sec.fribg.jpg)  top left no-repeat;
	background-size: contain;
}
.exhibition .imgNews{
	margin-bottom:10px;
}
.exhibition .imgNews .abs{
	margin-top:5px;
}
@media (min-width: 480px) {
	.exhibition .imgNews{
		margin-bottom:20px;
	}
	.exhibition .imgNews .abs{
		margin-top:5px;
	}
	.exhibition .imgNews .abs a{
		max-height:3em;
	}
}
@media (min-width: 768px) {
 	.exhibition .imgNews{
		margin-bottom:20px;
	}
	.exhibition .imgNews .abs{
		margin-top:15px;
	}
	.exhibition .imgNews .abs a{
		max-height:4.5em;
	}
}
@media (min-width: 992px) {
  .exhibition .imgNews{
	margin-bottom:30px;
  }
  .exhibition .imgNews .abs a{
  		line-height: 2em;
		max-height:12em;
	}
}
/*行业视野*/
.horizon{
	height: 610px;
	background: #fff;
	width: 100%;
}
.horizons{
	height: 950px;
	width: 100%;
	background:url(../img/zz5.png) #FFFFFF top left no-repeat;
	background-size: cover;
}


.horizon .imgNews{
	margin-bottom:10px;
}
.horizon .imgNews .abs{
	margin-top:5px;
	margin-bottom:30px;
}
.horizon .imgNews .pubDate{
	bottom:0px;
}
.horizon .imgNews .detailLink{
	margin:0px!important;
	left:auto;
	right:0px;
}
@media (min-width: 480px) {
	.horizon .imgNews{
		margin-bottom:20px;
	}
	.horizon .imgNews .abs{
		margin-top:5px;
	}
	.horizon .imgNews .abs a{
		max-height:3em;
	}
}
@media (min-width: 768px) {
 	.horizon .imgNews{
		margin-bottom:20px;
	}
	.horizon .imgNews .abs{
		margin-top:15px;
	}
	.horizon .imgNews .abs a{
		max-height:4.5em;
	}
}
@media (min-width: 992px) {
  .horizon .imgNews{
	margin-bottom:30px;
  }
  .horizon .imgNews .abs a{
		max-height:12.5em;
	}
}
.bg4{
	height: 500px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	
}
.col-xs-12{
	position: relative;
}
.textw{
	color: #fff;
	display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 28px;
    margin-left: 26px;
}
.rbox{
	display: flex;
	justify-content: center;
	margin-top: 350px;
}
.mainboxw{
	margin-right: 100px;
}
.positionw{
	position: relative;
}
.bg7{
	width: 100%;
}
.biox{
	display: flex;
	margin-top: 135px;
	margin-left: 150px;
	
}
.sb{
	margin-left: 90px;
}
.attor{
	width: 38px;
	height: 38px;
	margin-bottom: 25px;
}
.tes{
width: 40px;
color: #000000;
font-weight: bold;
font-size: 27px;
text-align: center;
}
.row{
	/* margin: 0; */
}
.stasgt{
	height: 620px;
}

.slide-item .auto-container .content .inner {
	max-width: 1200px;
}

.slide-item .auto-container .content .sub-title {
	margin-bottom: 150px;
	font-size: 50px;
	font-family: 'FZZYJW';
	font-weight: bold;
	color: #FFFFFF;
	line-height: 100px;
}

.title {
	text-align: center;
	margin: 0 auto;
	width: fit-content;
	padding-bottom: 24px;
	border-bottom: 2px solid #008CC2;
	/* width: 278px; */
	/* height: 42px; */
	font-size: 45px;
	font-family: Source Han Sans CN;
	/* font-weight: 500; */
	color: #000000;
	/* line-height: 36px; */
	opacity: 0.85;
}

.sec2 {
	padding: 60px 0;
}

.sec2 .container {
	margin: 20px 0;
	width: 100%;
	height: 600px;
	background: url(../img/es01.png) center no-repeat;
	background-size: 100% 100%;
}

.sec2 .container .info {
	margin: 160px auto;
	width: 1256px;
	height: 204px;
	font-size: 24px;
	font-family: PingFang SC;
	/* font-weight: bold; */
	color: #FEFEFE;
	line-height: 60px;
}
.sec3 .img-content {
	margin: 40px 0;
	width: 100%;
}
.sec3 .img-content img {
	width: 100%;
}

.sec3 .content {
	margin: 40px 0;
	text-align: center;
}

.sec3 .content img {
	width: auto;
}

.sec4 {
	text-align: center;

}

.sec4 .sub {
	margin: 50px auto;
	font-size: 35px;
	font-family: Source Han Sans CN;
	color: #212121;
	line-height: 36px;
}

.sec4 .three {
	margin: 50px auto;
	font-size: 25px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #212121;
	line-height: 36px;
}

.sec5 .img-content {
	margin: 50px auto;
}

.sec5 .img-content img {
	width: 100%;
}

.sec1 {
	margin: 50px auto;
}

.sec1 .img-content {
	margin: 50px auto;
}

.sec1 .img-content img {
	width: 100%;
}
