@import url(base.css);
/*能源界*/
@import url(//at.alicdn.com/t/font_632983_g7r5vg6lmyh.css);
@import url(//at.alicdn.com/t/font_1100216_y5urgjbx5jg.css);

/*国能英文*/
@import url(//at.alicdn.com/t/font_1100216_esnl32p65um.css);

body {
	font-family:Helvetica, Arial, sans-serif; 
	font-size:14px;
	font-weight:normal; color:#444;
	background: #f0f2f5;
	font-weight: 100;
}

a{color:#121212; text-decoration:none; /*transition: all 0.4s ease 0s;*/}
a:hover{ color:#121212; text-decoration:none;}
.clear{ width:100%; height:0px; line-height:0px; font-size:0px; clear:both;}


.img img{
	transition:box-shadow .15s linear,-webkit-filter .3s ease-out
}
.img img:hover{
	-webkit-filter:saturate(1.15) contrast(1.15) brightness(1.1);
}

.title-ff{
	font-family: Georgia,Arial, Helvetica, sans-serif;
}
.color-front{
	color: #1878a6;
}
.color-6c6c6c{
	color: #6c6c6c;
}

.color-green{
	color: #2cae6f;
}

.wapper{
	width: 1240px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

header{
	height: 122px;
	overflow: hidden;
	background: #fff;
}
header a.logo{
	display: inline-block;
	width: 597px;
	height: 90px;
	margin-top: 16px;
	/*background: url(../images/001.png) no-repeat;*/
}
header .icon{
	overflow: hidden;
	margin-top: 48px;
}
header .icon i{
	font-size: 26px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
header .icon span.txt{
	display: inline-block;
	line-height: 29px;
	height: 29px;
	float: left;
	font-size: 16px;
	cursor: pointer;
}

nav{
	height: 64px;
	overflow: hidden;
	background: #1878a6;
	padding: 10px 0;
}
nav .links{
	height: 32px;
	line-height: 32px;
	text-align: center;
}
nav .links a,.sub-nav a{
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 0 18px;
	font-weight: bold;
}
nav a:hover{
	text-decoration: underline;
}
.sub-nav a:hover{
	color: #2cae6f;
}

.sub-nav{
	height: 40px;
	border-bottom: 1px #e4f5fd solid;
	line-height: 40px;
	text-align: center;
	background: #fff;
}
.sub-nav a{
	color: #1878a6;
}

.index-box{
	background: #fff;
	width: 1240px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.index-box .l{
	width: 230px;
	float: left;
	min-height: 100px;
	padding: 20px 0 20px 20px;
}
.index-box .l .t{
}
.index-box .l .sub-t{
}
.index-box .l .ad{

}
.index-box .r{
	margin-left: 250px;
	border-left: 1px #e8eaed solid;
	height: auto;
	overflow: hidden;
}
.index-box .type1 .part1{
	width: 690px;
	border-right: 1px #e8eaed solid;
	overflow: hidden;
}
.index-box .type1 .part1 .in{
	background: #f6f6f6;
}
.index-box .type1 .part1 .top1{
	width: 100%;
	height: 275px;
	overflow: hidden;
}

.index-box .type1 .part1 .top1-1{
	height: 55px;
	margin-right: 10px;
	padding: 10px;
}
.index-box .type1 .part1 .top1-1 a{
	display: block;
	width: 32.3%;
	height: 48px;
	overflow: hidden;
	border-top: 1px #ddd solid;
	line-height: 16px;
	font-size: 14px;
	padding-top: 5px;
}
.index-box .type1 .part1 .top1-1 a h3{
	font-weight: 300;
}
.index-box .type1 .part1 .top1-1 a:hover{
	text-decoration: underline;
}

.index-box .type1 .part2{
	float: right;
	height: 350px;
	overflow: hidden;
	width: 248px;
}
.index-box .type1 .part3{
	width: 439px;
	border-right: 1px #e8eaed solid;
	overflow: hidden;
	height: 490px;
	padding-right: 10px;
}
.index-box .type1 .part4{
	width: 220px;
	border-right: 1px #e8eaed solid;
	overflow: hidden;
	height: 490px;
	padding-right: 10px;
}
.index-box .type1 .part5{
	width: 248px;
	height: 490px;
}


.index-box .w680{
	width: 680px;
	border-right: 1px #e8eaed solid;
	overflow: hidden;
	padding-right: 10px;
}
.index-box .w248{
	float: right;
	overflow: hidden;
	width: 248px;
}

.index-box .w439{
	width: 458px;
	border-right: 1px #e8eaed solid;
	overflow: hidden;
	padding-right: 10px;
}
.index-box .w470{
	width: 470px;
	overflow: hidden;
}



/*首页新闻块 左边描述 右侧图片*/
.box-ltxt-rpic{
	width: 100%;
	border-top:1px #2cae6f solid;
	overflow: hidden;
	height: 100%;
	display: block;
	background: #f6f6f6;
}
.box-ltxt-rpic .txt{
	float: left;
	width: 35%;
	height: 270px;
	position: relative;
	padding: 5px 5px 0 5px;
}
.box-ltxt-rpic .txt h3{
	position: absolute;
	top: 5px;
	width: 100%;
}

.box-ltxt-rpic .pic{
	width: 63%;
	height: 100%;
	overflow: hidden;
}
.box-ltxt-rpic .pic img{
	width: 100%;
}

/*新闻块底部描述*/
span.box_desc{
	position: absolute;
	bottom: 0px;
	display: inline-block;
	line-height: 19px;
	max-height: 95px;
	overflow: hidden;
}
.bd-top-red{
	border-top:1px #cc0000 solid!important;
}
.bg-fef9f5{
	background: #fef9f5!important;
}
.color-e05e00{
	color: #e05e00!important;
}
/*首页中型新闻块*/
.box-mid{
	background: #f6f6f6;
	border-top:1px #2cae6f solid;
	position: relative;
	width: 100%;
	height: 100%;
}
.box-mid .pic{
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.box-mid .pic img{
	width: 100%;
}
.box-mid h3{
	line-height: 23px;
	overflow: hidden;
}
.box-mid .box_desc{
	position: absolute;
	bottom: 0;
	line-height: 19px;
}







/*文章页相关新闻*/
.box-mid-rela{
	background: #f6f6f6;
	border-top:1px #2cae6f solid;
	position: relative;
	width: 100%;
	height: 100%;
}
.box-mid-rela .pic{
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.box-mid-rela .pic img{
	width: 100%;
}
.box-mid-rela h3{
	line-height: 23px;
	overflow: hidden;
	height: 140px;
	overflow: hidden;
}





.box-pic-title{
	border-top:1px #2cae6f solid;
	background: #f6f6f6;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	position: relative;
}
.box-pic-title .pic{
	width: 144px;
	height: 88px;
	overflow: hidden;
	float: left;
}
.box-pic-title .pic img{
	width: 100%;
	float: left;
}
.box-pic-title .info{
	margin-left: 149px;
}
.box-pic-title h3{
	margin: 5px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.box-pic-title .desc{
	line-height: 19px;
	height: 19px;
	overflow: hidden;
	margin: 3px 5px;
	display: inline-block;
	overflow: hidden;
	color: #666;
	text-align: justify;
}

.box-br{
	border-right: 1px #e8eaed solid;
}


.box-tag{
	width: 90%;
	float: right;
}
.box-tag a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: right;
	width: 90%;
	padding-right: 10%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.box-tag a.on{
	background: #fff;
	color: #2cae6f;
}

footer{
	background: #0078a8;
	padding: 50px 0 0 0;
}

.nav{
	margin-left: 35px;
}
.nav a{
	display: block;
	height: 33px;
	line-height: 33px;
	color: #fff;
}
.nav a:hover{
	color: #2cae6f;
}
footer .icon{
	overflow: hidden;
	margin-top: 5px;
	color: #fff;
}
footer .icon i{
	font-size: 26px;
	margin-left: 10px;
	float: left;
	cursor: pointer;
}
footer .icon span.txt{
	display: inline-block;
	line-height: 29px;
	height: 29px;
	float: left;
	font-size: 16px;
}

footer .nav_w{
	width: 690px;
	float: left;
	height: auto;
	overflow: hidden;
}
footer .nav_w a{
	display: inline-block;
	height: 33px;
	line-height: 33px;
	color: #fff;
	float: left;
	width: 25%; 
	opacity: 0.7;
}

footer .footer_about{
	width: 270px;
	min-height: 100px;
	float: right;
	overflow: hidden;
	color: #fff;
	opacity: 0.7;
}
footer .footer_about h3.t{
	font-size: 14px;
	font-weight: bold;
}
footer .footer_about .c{
	line-height: 26px; 
	font-size: 13px;
	margin-top: 10px;
}
footer .footer_about .c a{
	color: #fff;
}

footer .copyfrom{
	text-align: center;
	font-size: 13px;
	border-top: 1px #038eca solid;
	color: #fff;
	opacity: 0.7;
	margin-top: 50px;
	padding: 15px 0 15px 0;
}

.search_bar{
	width: 100%;
	height: 1000%;
	position: absolute;
	z-index: 10;
	display: none;
}
.search_bar .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1000%;
	background: #000;
	opacity: 0.8;
}

.search_bar .in{
	position: relative;
	width: 70%;
	height: auto;
	overflow: hidden;
	padding: 200px 15% 0 15%;
	opacity: 1;
}
.search_bar .in input[name=keyword]{
	width: 83%;
	background: #fff;
	border:0;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #555;
	padding: 0 1.5%;
	float: left;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.search_bar .in input[name=dosubmit]{
	width: 13%;
	background: #0078a8;
	border:0;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	float: left;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.search_bar .in a.close{
	position: absolute;
	top: 100px;
	right: 16%;
}
.search_bar .in a.close i{
	color: #fff;
	font-size: 30px;
}

.subbox{
	width: 1240px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.sub-w{
	background: #fff;
	width: 1240px;
	height: auto;
	min-height: 400px;
}

.sub-l{
	background: #fff;
	width: 920px;
	height: auto;
	min-height: 400px;
}
.sub-r{
	width: 290px;
	min-height: 400px;
	
}

h1.sub-title{
	border-bottom: 1px #f0f2f5 solid;
}
.news-list{
	height: auto;
	overflow: hidden;
}
.news-list .top{
	background: #f7f7f7;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
}
.news-list .top .img{
	width: 590px;
	height: 300px;
	overflow: hidden;
}
.news-list .top .img img{
	width: 100%;
}
.news-list .top .info{
	width: 230px;
	height: 240px;
	overflow: hidden;
	
	padding: 30px 30px 30px 30px;
}
.news-list .top .info a:hover.tag{
	color: #2cae6f;
}

.lists li{
	margin-top: 30px;
	width: 100%;
	float: left;
	display: inline-block;
	height: auto;
	overflow: hidden;
}
.lists li .img{
	width: 210px;
	height: 128px;
	overflow: hidden;
	border-radius: 5px;
}
.lists li .img img{
	width: 100%;
}
.lists li .info{
	height: auto;
	overflow: hidden;
}
.lists li .info a.tag{
	display: inline-block;
}
.lists li:hover a.maintitle h2{
	color: #1878a6;
}
.lists li .info a:hover.tag{
	color: #2cae6f;
}
.lists li .info span{
	line-height: 22px;
	font-weight: 100;
	color: rgb(51, 51, 51);
	height: 44px;
	overflow: hidden;
}


.pagecode{
	padding: 70px 0px 50px 0px;
	text-align: center;
}

.pagecode a{ display:inline-block;margin:0 4px;height:32px;line-height:32px;border:1px solid #eaeaea; background: #eaeaea; padding:0 10px;font-size:14px;color:#555;}
.pagecode a:hover,.page a.hover{ background:#2cae6f;border:1px solid #2cae6f;color:#fff;}
.pagecode span{display:inline-block;margin:0 4px;height:32px;line-height:32px;border:1px solid #2cae6f;padding:0 10px;font-size:14px;color:#000;background:#2cae6f;border:1px solid #2cae6f;color:#fff;}

.sub-r-title{
	color: #353535;
	background: #fff;
}
.sub-r-top{
	padding: 0 20px 20px 20px;
	background: #fff;
	overflow: hidden;
}
a.top-list{
	float: left;
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
	position: relative;
}
a.top-list .img{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
a.top-list .img img{
	width: 100%;
	border-radius: 3px;

}
a.top-list span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #2cae6f;
	line-height: 30px;
	position: absolute;
	left: 10px;
	top: 10px;
}
a:hover.top-list span{
	background: #cc0000;
}
a.top-list .info{
    float: left;
}
a.top-list .info h4{
	margin-top: 5px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}




a.top-list-smallpic{
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
a.top-list-smallpic .img{
	float: left;
	width: 40px;
	height: auto;
	overflow: hidden;
	margin-right: 10px;
	
}
a.top-list-smallpic .img img{
	width: 100%;
	border-radius: 3px;
}
a.top-list-smallpic .info span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #2cae6f;
	line-height: 30px;
}
a:hover.top-list-smallpic .info span{
	background: #cc0000;
}
a.top-list-smallpic .info h4{
	margin-top: 5px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}





a.top-list-nopic{
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
a.top-list-nopic .info span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #2cae6f;
	line-height: 30px;
	float: left;
}
a:hover.top-list-nopic .info span{
	background: #cc0000;
}
a.top-list-nopic .info h4{
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	max-width: 210px;
}
a.top-list-nopic .info h4.big{
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	max-width: 240px;
}






.ad{
	background-color: #fff;
}

.show{
	background: #fff url(../images/003.jpg) top center repeat-y;
	min-height: 300px;
	height: auto;
	overflow: hidden;
}
.show .l{
	width: 210px;
	min-height: 200px;
}
.show .m{
	width: 630px;
}
.show .r{
	width: 320px;
}

.show .r .top-views{
	padding: 0px 20px 20px 20px;
	width: 280px;
}

.share{
	border-top: 1px #e8eaed solid;
}
.share .icon{
	overflow: hidden;
}
.share .icon i{
	font-size: 26px;
	margin-right: 10px;
	float: left;
	cursor: pointer;
}
.share .icon span.txt{
	display: inline-block;
	line-height: 29px;
	height: 29px;
	float: left;
	font-size: 16px;
	cursor: pointer;
}

.show-c h1.title{

}
.show-c .baseinfo{
	font-size: 13px; color: #666;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
}
.show-c .baseinfo i{
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #999;
}
.show-c .baseinfo span{
	line-height: 20px;
}
.show-c .baseinfo a.fav{
	display: inline-block;
	padding: 1px 10px;
	background: #fff;
	border:1px #eaeaea solid;
	border-radius: 2px;
}
.show-c .baseinfo a.fav i{
	color: #888;
	font-weight: normal;
}

.show-c .baseinfo a.favon{
	color: #fff;
	display: inline-block;
	padding: 1px 10px;
	background: #cc0000;
	border:1px #cc0000 solid;
	border-radius: 2px;
}
.show-c .baseinfo a.favon i{
	color: #fff;
	font-weight: normal;
}


.content{
	font-size: 16px;
	line-height: 24px;
	font-weight: 50;
}
.content p{
	margin-bottom: 1rem;
}
.content p img{
	max-width: 100%;
	margin: 0 auto;
}
.content img{
	max-width: 100%;
	margin: 0 auto;
}
.content p a{
	color: #1878a6;
	border-bottom: 0.0625rem solid #dcdcdc;
}
.content p a:hover{
	border-bottom: 0.0625rem solid #1878a6;
}
.content h2{
	font-size: 20px;
	font-weight: bold;
	color: #222;
	margin: 10px 0 7px 0;
}
.content h3{
	font-size: 16px;
	font-weight: bold;
	color: #222;
	margin: 8px 0 5px 0;
}


.content .img-alt{
	color: #999;
	font-size: 14px;
	line-height: 18px!important;
	display: inline-block;
	margin-top: 4px;
}
.content .img-alt i{
	display: inline;
	font-size: 18px;
	color: #cc0000;
	line-height: 18px;
}

.show-rela{
	background: #fff url(../images/004.jpg) top center repeat-y;
	height: auto;
	overflow: hidden;
	border-top: 1px #e8eaed solid;
}
.show-rela .l{
	width: 210px;
}
.show-rela .r{
	width: 950px;
	padding: 20px 20px 0 20px;
	height: auto; overflow: hidden;
}
.show-rela .r ul{
	width: 110%;
}
.show-rela .r ul li{
	width: 222px;
	height: 260px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.show-rela .r_ten{
	width: 950px;
	padding: 20px 20px 0 20px;
	height: auto; overflow: hidden;
}



.show-keywords a{
	color: #1878a6;
	border-bottom: 0.0625rem solid #dcdcdc;
	margin-right: 8px;
}
.show-keywords a:hover{
	border-bottom: 0.0625rem solid #1878a6;
}
.show-keywords i{color: #cc0000; font-size: 19px;}

.none-tips{
	padding: 80px 0;
	text-align: center;
	font-size: 16px;
	color: #999;
}
.none-tips i{
	font-size:80px;
	margin-bottom: 30px;
	display: inline-block;
	color: #ccc;
	font-weight: 100;
}




ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
  margin-right: 6px;
}
ul.share-buttons li img{
	width: 28px;
	height: 28px;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


.edit-box{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 98%;
	height: 34px;
	line-height: 34px;
	background: #ff6600;
	z-index: 10000;
	padding: 0 2%;
	color: #fff;
	font-size: 13px;
}
.edit-box .edit_func_btn{
	cursor: pointer;
}

.index-dh{
	position: fixed;
	right: 10px;
	top: 100px;
	width: 70px;
	height: auto;
	overflow: hidden;
}
.index-dh a{
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: #333;
	border-radius: 50%;
	text-align: center;
	margin-top: 5px;
	color: #fff;
	margin-right: 5px;
	float: left;
}


.pro_banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro_banner .bd li{
	width: 100%;
	height: 370px;
	overflow: hidden;
	background: #eaeaea;
}
.pro_banner .bd li img{
	width: 100%;
}
.pro_banner .hd{
	height: 60px;
	width: 610px;
	background: #333;
	padding: 10px;
}
.pro_banner .hd ul{
	text-align: center;
}
.pro_banner .hd li{
	width: 100px;
	height: 60px;
	overflow: hidden;
	display: inline-block;
	margin: 0 5px;
}
.pro_banner .hd li img{
	width: 100%;
	height: 100%;
}

.pro_desc{
	background: #f1f1f1;
	padding: 15px 20px;
	line-height: 22px;
}

.pro_c_tab{
	background: #eaeaea;
	padding: 0 20px;
	overflow: hidden;
}
.pro_c_tab a{
	display: inline-block;
	float: left;
	color: #333;
	padding: 10px 25px;
}
.pro_c_tab a.on{
	background: #e05e00;
	color: #fff;
}

table.pro_show_table{
	width: 100%;
}
table.pro_show_table td{
	font-size: 13px;
	color: #555;
	padding: 12px 8px;
	border:1px #eaeaea solid;
}
table.pro_show_table td.t{
	font-weight: bold;
	background: #f9f9f9;
	width: 120px;
	text-align: center;
}
table.pro_show_table td.content{
	font-size: 14px;
	line-height: 24px;
}
table.pro_show_table td.content p{
	margin-bottom: 1rem;
}
table.pro_show_table td.content p img{
	max-width: 100%;
	margin: 0 auto;
}
table.pro_show_table td.content p a{
	color: #1878a6;
	border-bottom: 0.0625rem solid #dcdcdc;
}
table.pro_show_table td.content p a:hover{
	border-bottom: 0.0625rem solid #1878a6;
}
table.pro_show_table td.content p .img-alt{
	color: #999;
	font-size: 14px;
	line-height: 18px!important;
	display: inline-block;
	margin-top: 4px;
}
table.pro_show_table td.content p .img-alt i{
	display: inline;
	font-size: 18px;
	color: #cc0000;
	line-height: 18px;
}

.box_desc{
	color: #666!important;
	overflow: hidden;
	text-align: left;
}


.temp6-bottom_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.temp6-bottom_list li a{
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	display: block;
	width: 100%;
}

.active_search select{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: #666;
	font-weight: normal;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	border:1px #aaa solid;
	width: 90px;
}

.active_search input[type=text]{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: #666;
	font-weight: normal;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	border:1px #aaa solid;
	width: 230px;
	padding: 0 10px;
}

.active_search input[type=button]{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	border:1px #1878a6 solid;
	background: #1878a6;
	padding: 0 15px;
}



.active-lists li{
	width: 100%;
	float: left;
	display: inline-block;
	height: 128px;
	overflow: hidden;
	padding-bottom: 50px;
	background: url(../images/005.jpg) 134px 0px repeat-y;
}
.active-lists li .time{
	float: left;
	width: 180px;
	font-size: 18px;
	font-family: Georgia,Arial, Helvetica, sans-serif;
	color: #1878a6;
	background: url(../images/006.png) 125px 0px no-repeat;
	height: 40px;
	line-height: 100%;
}
.active-lists li .more-box{
	width: 700px;
	float: right;
}
.active-lists li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.active-lists li .img{
	width: 210px;
	height: 128px;
	overflow: hidden;
	border-radius: 5px;
}
.active-lists li .img img{
	width: 100%;
}
.active-lists li .info{
	height: 128px;
	overflow: hidden;
}
.active-lists li .info a.tag{
	display: inline-block;
}
.active-lists li:hover a.maintitle h2{
	color: #1878a6;
}
.active-lists li .info a:hover.tag{
	color: #2cae6f;
}
.active-lists li .info span{
	line-height: 22px;
	font-weight: 100;
	color: rgb(51, 51, 51);
	height: 44px;
	overflow: hidden;
}
.active-lists li .info span b{
	color: #999;
}


/*member*/

.member_wapper{
	width: 1240px;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
	padding: 50px 0;
	margin-top: 30px;
}

.login_n{
	width: 600px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.login_box{
	width: 600px;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0 auto;
}
.login_box .logo{
	line-height: 100%;
	text-align: center;
}
.login_box .logo img{
	height: 65px;
	display: inline-block;
}


.form_title{
	font-size: 22px;
	font-weight: bold;
	color: #222;
	border-bottom: 1px #eaeaea solid;
	padding-bottom: 10px;
}
.login_desc{
	font-size: 14px;
	/*
	background: #d9edf7;
	border:1px #bce8f1 solid;
	color: #3a87ad;
	padding: 5px 10px;
	*/
	border-radius: 5px;
	line-height: 22px;
	color: #666;

}

.form_subtitle{
	font-size: 18px;
	font-weight: normal;
	color: #555;
}

.login_tips{
	font-size: 14px;
	background: #d9edf7;
	border:1px #bce8f1 solid;
	color: #3a87ad;
	padding: 8px 13px;
	border-radius: 4px;
	line-height: 22px;
}

.form_agree{
	font-size: 14px;
	background: #fcf8e3;
	border:1px #fbeed5 solid;
	color: #c09853;
	padding: 5px 10px;
	border-radius: 5px;
	line-height: 22px;
	text-align: center;
}

.login_form{
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	font-weight: 100;
}

.login_form .input{
	margin-bottom: 10px;
	display: inline-block;
	line-height: 100%;
	width: 100%;
}
.login_form .input label{
	width: 160px;
	text-align: right;
	font-size: 14px;
	color: #666;
	height: 40px;
	line-height: 40px;
}
.login_form .input label em{
	color: #ff0000;
	margin-left: 3px;
}
.login_form .input input[type=text],.login_form .input input[type=password]{
	display: block;
	height: 40px;
	border:1px #ccc solid;
	border-radius: 4px;
	width: 398px;
	padding: 0 10px;
	font-size: 17px;
	float: right;
}
.login_form .input .input_box{
	width: 420px;
}
.login_form .input select.w{
	display: block;
	height: 40px;
	border:1px #ccc solid;
	border-radius: 4px;
	width: 420px;
	padding: 0 10px;
	font-size: 17px;
	color: #888;
}

.login_form .input select.half{
	display: block;
	height: 40px;
	border:1px #ccc solid;
	border-radius: 4px;
	width: 200px;
	padding: 0 10px;
	font-size: 17px;
	color: #888;
}
.login_form .input select.half:nth-child(1){
	float: left;
}
.login_form .input select.half:nth-child(2){
	float: right;
}


.login_form .tips_a{
	text-align: center;
	margin-top: 20px;
}
.login_form .tips_a a{
	color: #1878a6;
	font-size: 16px;
	font-weight: 100;
}

.login_form .or{
	border-top: 1px solid #cbd2d6;
	position: relative;
	margin: 25px 0 0 0px;
	text-align: center;
}
.login_form .or .txt{
	background-color: #fff;
	padding: 0 20px;
	position: relative;
	color: #6c7378;
	top: -8px;
}

.login_footer{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 13px;
	opacity: 0.4;
}

.member_btn{
	width: 100%;
	height: 44px;
	background: #e1e7fb;
	color: #2c2c2c;
	font-size: 16px;
	font-weight: bold;
	border:0;
	border-radius: 5px;
	display: inline-block;
	text-align: center;line-height: 44px;
}
.member_btn_main{
	background: #1878a6;
	color: #fff;
}


.user_tips{
	height: auto;
	overflow: hidden;
	padding: 100px 80px 140px 80px;
	text-align: center;
}
.user_tips h2{

}
.user_tips span{
	color: #555;
	line-height: 22px;
	display: inline-block;
	margin-top: 20px;

}


.cat-lists{
	width: 805px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cat-lists li{
	float: left;
	display: inline-block;
	padding: 8px 15px;
	background: #f1f1f1;
	color: #333;
	cursor: pointer;
	border-radius: 6px;
	margin-right: 15px;
	font-size: 16px;
	margin-bottom: 10px;
}
.cat-lists li.on{
	color: #fff;
	background: #2cae6f;
}


.cate-sub-lists{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cate-sub-lists li{
	border-bottom: 1px #eaeaea solid;
	padding: 15px 0;
	height: auto;
	overflow: hidden;
	position: relative;
}
.cate-sub-lists li img{
	float: left;
	width: 74px;
	height: 74px;
	border-radius: 6px;
	margin-right: 15px;
}
.cate-sub-lists li .info{
}
.cate-sub-lists li .info a.h3{
	font-size: 18px;
	color: #333;
	display: block;
}
.cate-sub-lists li .info span{
	font-size: 14px; 
	color: #666;
	margin-top: 5px;
	display: inline-block;
}
.cate-sub-lists li a.add_fav{
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 0;
	
}
.cate-sub-lists li a.add_fav i{
	font-size: 30px;
	color: #666;
}
.cate-sub-lists li a.add_fav_on i{
	font-size: 30px;
	color: #2cae6f;
}




.org-lists .slide_hy{
	width: 250px;
	min-height: 200px;
	background: #f9f9f9;
	padding: 0px 0 20px 0;
}
.org-lists .slide_hy .t{
	background: #eaeaea;
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}
.org-lists .slide_hy a{
	display: inline-block;
	height: 24px;
	font-size: 16px;
	color: #555;
	text-align: left;
	border-bottom: 1px #eaeaea solid;
	padding: 10px 10px 10px 46px;
	line-height: 24px;
	width: 184px;
	background-size: 24px;
	background-position: 10px 9px;
	background-repeat: no-repeat;
	background-image: url(../images/noicon.jpg);

}
.org-lists .slide_hy a img{
	display: inline;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	float: left;
	border-radius: 4px;
}
.org-lists .slide_hy a.on{
	color: #fff;
	background-size: 24px;
	background-position: 10px 9px;
	background-repeat: no-repeat;
	background-image: url(../images/noicon.jpg);
	background-color: #444;
}


.org-lists-list{
	width: 590px;
}
.org-lists-list li{
	margin-bottom: 30px;
	width: 100%;
	float: left;
	display: inline-block;
	height: auto;
	overflow: hidden;
}
.org-lists-list li .img{
	width: 210px;
	height: 128px;
	overflow: hidden;
	border-radius: 5px;
}
.org-lists-list li .img img{
	width: 100%;
}
.org-lists-list li .info{
	height: auto;
	overflow: hidden;
}
.org-lists-list li .info a.tag{
	display: inline-block;
}
.org-lists-list li:hover a.maintitle h2{
	color: #1878a6;
}
.org-lists-list li .info a:hover.tag{
	color: #2cae6f;
}
.org-lists-list li .info span{
	line-height: 22px;
	font-weight: 100;
	color: rgb(51, 51, 51);
	height: 44px;
	overflow: hidden;
}








.org-lists-list-smallpic{
	width: 910px;
}
.org-lists-list-smallpic li{
	margin-bottom: 30px;
	width: 100%;
	float: left;
	display: inline-block;
	height: auto;
	overflow: hidden;
}
.org-lists-list-smallpic li .img{
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.org-lists-list-smallpic li .img img{
	width: 100%;
	border-radius: 2px;
}
.org-lists-list-smallpic li .info{
	height: auto;
	overflow: hidden;
}
.org-lists-list-smallpic li .info a.tag{
	display: inline-block;
}
.org-lists-list-smallpic li:hover a.maintitle h2{
	color: #1878a6;
}
.org-lists-list-smallpic li a.maintitle{
	float: left;
}
.org-lists-list-smallpic li a.maintitle h2{
	float: left;
}
.org-lists-list-smallpic li a.maintitle h2 span.t-txt{
	float: left;
}
.org-lists-list-smallpic li i{
	font-size: 18px;
	display: inline-block;
	margin-left: 12px;
	font-style: normal;
	float: left;
	font-weight: bolder;
	color: #1878a6;
}
.org-lists-list-smallpic li span.guo-txt{
	font-size: 14px;
	color: #666;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}



.org-lists-list-smallpic li .info a:hover.tag{
	color: #2cae6f;
}
.org-lists-list-smallpic li .info span.desc{
	line-height: 22px;
	font-weight: 100;
	color: rgb(51, 51, 51);
	height: 44px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}






.ten-sub-list{
	width: 590px;
}
.ten-sub-list li{
	margin-bottom: 30px;
	width: 100%;
	float: left;
	display: inline-block;
	height: auto;
	overflow: hidden;
}
.ten-sub-list li span.sub{
	display: inline-block;
	width: 100%;
	color: #1878a6;
}
.ten-sub-list li span.sub em{
	margin-right: 10px;
}

.ten-sub-list li span.desc{
	line-height: 19px;
	font-weight: 100;
	color: rgb(51, 51, 51);
	overflow: hidden;
	margin-top: 6px;
	display: inline-block;
	width: 100%;
}
.ten-sub-list li span.time{
	color: #666;
	font-size: 13px;
	display: inline-block;
	margin-top: 6px;
}




.ten_lists{
	width: 455px;
	min-height: 300px;
	overflow: hidden;
	height: auto;
}
.ten_lists li{
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 20px;
}
.ten_lists li span{
	float: left;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
.ten_lists li span.type{
	color: #999;
	margin-right:10px;
}
.ten_lists li span.guojia{
	color: #1878a6;
}
.ten_lists li span.title{
	color: #333;
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	margin-right: 10px;
}

.ten_lists_l{
}
.ten_lists_r{
	width: 465px;
}











.ten_lists_w{
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	height: auto;
	padding-bottom: 20px;
}
.ten_lists_w li{
	display: inline-block;
	width: 47%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 10px;
	margin-right: 3%;
	float: left;
}
.ten_lists_w li span{
	float: left;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}
.ten_lists_w li span.type{
	color: #999;
	margin-right:10px;
}
.ten_lists_w li span.guojia{
	color: #1878a6;
}
.ten_lists_w li span.title{
	color: #333;
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	margin-right: 10px;
}



.index-ad-4{
	height: auto;
	overflow: hidden;
}
.index-ad-4 ul{
	width: 105%;
	height: auto;
	overflow: hidden;
}
.index-ad-4 ul li{
	width: 222px;
	min-height: 100px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 140px;
	overflow: hidden;
}
.index-ad-4 ul li img{
	width: 100%;
}



.index-ad-5{
	height: auto;
	overflow: hidden;
}
.index-ad-5 ul{
	width: 105%;
	height: auto;
	overflow: hidden;
}
.index-ad-5 ul li{
	width: 173px;
	min-height: 100px;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 110px;
	overflow: hidden;
}
.index-ad-5 ul li img{
	width: 100%;
}

.page-w{
	background: #fff;
	padding: 80px 80px;
}
.page-c{
	font-size: 14px;
	line-height: 30px;
}

.page-title{
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px #eaeaea solid;
}

.page-c p{
	margin-bottom: 1rem;
}
.page-c p img{
	max-width: 100%;
	margin: 0 auto;
}
.page-c img{
	max-width: 100%;
	margin: 0 auto;
}
.page-c p a{
	color: #1878a6;
	border-bottom: 0.0625rem solid #dcdcdc;
}
.page-c p a:hover{
	border-bottom: 0.0625rem solid #1878a6;
}



.active_fixed_left{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.active_fixed_left{
	height: auto;
	overflow: hidden;
	width: 100%;
	background: #fff;
}




.slide_hy_show_org{
	width: 210px;
	min-height: 200px;
	background: #f9f9f9;
	padding: 0px 0 20px 0;
}
.slide_hy_show_org .t{
	background: #eaeaea;
	color: #333;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}
.slide_hy_show_org a{
	display: inline-block;
	height: 24px;
	font-size: 13px;
	color: #555;
	text-align: left;
	border-bottom: 1px #eaeaea solid;
	padding: 10px;
	line-height: 24px;
	width: 190px;

}
.slide_hy_show_org a img{
	display: inline;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	float: left;
	border-radius: 4px;
}
.slide_hy_show_org a.on{
	background: #444;
	color: #fff;
}

.login_payfunc a{
	display: inline-block;
	width: 30%;
	margin-right: 5%;
	height: 100px;
}
.login_payfunc a img{
	width: 100%;
}

.lists_search_w{
	background: #f9f9f9;
	height: auto;
	overflow: hidden;
	padding: 20px;
}
.lists_search_w select{
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 15px;
	color: #666;
	font-weight: normal;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	border:1px #aaa solid;
	float: left;
	margin-right: 15px;
}

.member_vip_tips table{
	width: 100%;
	border-radius: 4px;
}
.member_vip_tips table th{
	text-align: center;
	color: #222;
	font-weight: 16px;
	background: #f9f9f9;
}
.member_vip_tips table td,.member_vip_tips table th{
	padding: 10px;
	line-height: 18px;
	border:1px #eaeaea solid;
	color: #444;
}


.funcs_map{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.funcs_map a{
	display: inline-block;
	float: left;
	padding: 50px 0;
	background: #f9f9f9;
	color: #444;
	margin-bottom: 10px;
	width: 345px;
	text-align: center;
	color: #888;
	border-radius: 5px;
}
.funcs_map a:hover{
	background: #2cae6f;
	color: #fff;
}
.funcs_map a:hover i{
	color: #fff;
}
.funcs_map a i{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	font-size: 50px;
	color: #555;
	margin-bottom: 25px;
}






.funcs_map_3{
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.funcs_map_3 a{
	display: inline-block;
	float: left;
	padding: 50px 0;
	background: #f9f9f9;
	color: #444;
	margin-bottom: 10px;
	width: 220px;
	text-align: center;
	color: #888;
	border-radius: 5px;
}
.funcs_map_3 a.w{
	width: 100%;
	padding: 40px 0;
	margin-bottom: 20px;
}
.funcs_map_3 a:hover{
	background: #2cae6f;
	color: #fff;
}
.funcs_map_3 a:hover i{
	color: #fff;
}
.funcs_map_3 a i{
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	font-size: 50px;
	color: #555;
	margin-bottom: 25px;
}

.hidden_tips{
	position: relative;
	height: 700px;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.hidden_tips img.bg{
	position: absolute;
	z-index: 1;
}
.hidden_tips a{
	display: inline-block;
	width: 100%;
	text-align: center;
	z-index: 2;
	position: relative;
	padding-top: 200px;
}
.hidden_tips a i{
	padding: 40px 40px 40px 40px;
	background: #1878a6;
	border-radius: 50%;
	font-size: 50px;
	color: #fff;
	line-height: 100px;
}
.hidden_tips a span{
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-top: 40px;
	color: #1878a6;
	font-weight: bold;
	font-size: 16px;
}




.show-keywords_small{
	width: 920px;
	height: auto;
	overflow: hidden;
}
.show-keywords_small h2.t{
	border-top: 1px #eaeaea solid;
	width: 210px;
}
.show-keywords_small .keywords{
	width: 630px;
	height: auto;
	overflow: hidden;
	border-top: 1px #eaeaea solid;
	padding: 20px;
}

.show-keywords_small .keywords a{
	color: #1878a6;
	border-bottom: 0.0625rem solid #dcdcdc;
	margin-right: 8px;
}
.show-keywords_small .keywords a:hover{
	border-bottom: 0.0625rem solid #1878a6;
}
.show-keywords_small .keywords i{color: #cc0000; font-size: 19px;}

.page-tips{
	padding: 0 0 20px 0;
}
.page-tips i{
	font-size: 30px;
	color: #ccc;
}

.li-time{
	display: inline-block; font-size: 13px; color: #666; margin-left: 10px;
}


.index-zhuanti{
	width: 1240px;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
	margin-top: 30px;
	padding: 20px;
	box-sizing: border-box;
}
.index-zhuanti .in{
	margin: 0 0px;
	display: flex;
	justify-content: space-between;
}
.index-zhuanti .in a{
	display: inline-block;
	width: 16.66666666666%;
	height: auto;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
.index-zhuanti .in a .img{
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.index-zhuanti .in a .img img{
	width: 100%;
	min-height: 120px;
}
.index-zhuanti .in a span{
	width: 100%;
	font-size: 13px;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top: 8px;
	word-break: break-all;
}


:root{
    --company-pro-a-w: calc( (879px - 80px)/4 );
}
/*企业 产品*/
.company-pro-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
}
.company-pro-list .in{
	margin: 0 -10px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.company-pro-list .pro-box{
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 10px;
	width: var(--company-pro-a-w);
	height: auto;
	float: left;
}
.company-pro-list .pro-box .img{
	width: var(--company-pro-a-w);
	height: var(--company-pro-a-w);
}
.company-pro-list .pro-box .img img{
	width: 100%;
	height: 100%;

}
.company-pro-list .pro-box span{
	display: inline-block;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-top: 8px;
}

.world-page .layui-laypage-em{
	background-color: #1878a6!important;
}
.world-page .layui-laypage a:hover{
	color: #1878a6!important;
}

.company-banner{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #fff;
	font-size: 28px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 64px 0 80px 0;
	font-weight: bold;
	position: relative;
}
.company-banner::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0,0.3);
	left: 0;
	top: 0;
	z-index: 1;
	backdrop-filter: blur(10px);
}
.company-banner > img{
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 3px #fff solid;
	margin-bottom: 24px;
	position: relative;
	z-index: 2;
}
.company-banner > span{
	z-index: 2;
	position: relative;
}

.company-banner .company-show-nav{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 2;
	display: flex;
	justify-content: center;
	font-size: 18px;
	font-weight: normal;
}
.company-banner .company-show-nav .in{
	width: 1240px;
	display: flex;
	justify-content: center;
}
.company-banner .company-show-nav a{
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	padding: 16px 0;
	color: #333;
}
.company-banner .company-show-nav a.on,.company-banner .company-show-nav a:hover{
	background: #f0f2f5;
	color: #1878a6;
	font-weight: bold;
}

.company-show-right-baseinfo{
	padding: 24px 24px 0 24px;
	display: flex;
	align-items: center;
}
.company-show-right-baseinfo > .img{
	width: 80px;
	height: 80px;
	margin-right: 8px;
}
.company-show-right-baseinfo > .img img{
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
.company-show-right-baseinfo h3{
	flex: 1;
	font-weight: bold;
	line-height: 1.5;
}
.company-show-right-moreinfo{
	padding: 0 24px;
	margin-top: 8px;
}
.company-show-right-moreinfo table td{
	width: auto;
	padding: 12px 6px;
}
.company-show-right-moreinfo table td.t{
	width: auto;
}


.company-pro-index-nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.company-pro-index-nav a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	height: 30px;
	margin: 4px;
	background-color: #eaeaea;
	color: #333;
	float: left;
	box-sizing: border-box;
	border-top: 1px #eaeaea solid;
}
.company-pro-index-nav a.sel{
	border-top: 1px #2cae6f solid;
	color: #2cae6f;
}

.company-pro-index-c{
	display: flex;
	align-items: flex-start;
	margin-top: 16px;
}
.company-pro-index-c .pro-index-list{
	width: 670px;
	min-height: 100px;
	margin-right: 20px;
	margin-top: -10px;
}

.company-pro-index-c .pro-index-list .in{
	margin: 0 -10px;
	height: auto;
	overflow: hidden;
}
.company-pro-index-c .pro-index-list .in a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: calc( (670px - 40px)/3 );
	margin: 10px;
	height: auto;
	overflow: hidden;
	background: rgb(246, 246, 246);
	float: left;
}
.company-pro-index-c .pro-index-list .in a .img{
	width: calc( (670px - 40px)/3 );
	height: calc( (670px - 40px)/3 );
	overflow: hidden;
}
.company-pro-index-c .pro-index-list .in a .img img{
	width: 100%;
	min-height: 100%;
}
.company-pro-index-c .pro-index-list .in a .t{
	padding: 6px;
}
.company-pro-index-c .pro-index-list .in a .t span{
	overflow: hidden;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.4;
	font-weight: bold;
	height: 40px;
}

.company-pro-index-c .company-index-list{
	flex: 1;
	min-height: 100px;
	display: flex;
	flex-direction: column;
	height: calc( ((670px - 40px)/3 + 62px) * 3 + 10px );
}

.company-pro-index-c .company-index-list a{
	display: flex;
	border-top: 1px #2cae6f solid;
	background: rgb(246, 246, 246);
	font-size: 15px;
	color:#000;
	padding: 6px;
	margin-bottom: 15px;
}
.company-pro-index-c .company-index-list a span{
	display: flex;
	overflow: hidden;
	box-sizing: border-box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.4;
	min-height: 42px;
}



.index-roll-card{
	width: 1240px;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 30px;
	box-sizing: border-box;
}
.index-roll-card .inner{
}
.index-roll-card .inner a{
	display: flex;
	width: 100%;
	height: 400px;
	float: left;
	position: relative;
	overflow: hidden; 
}
.index-roll-card .inner a .img{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(https://www.world-energy.org/uploadfile/2023/0314/20230314102002889.png);
}
.index-roll-card .inner a p{
	display: flex;
	width: 100%;
	text-align: center;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 4px 6px;
	box-sizing: border-box;
	line-height: 32px;
	font-size: 16px;
	bottom: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all 0.3s;
}
.index-roll-card .inner a:hover p{
	bottom: 0;
}
.index-roll-card .swiper-button-prev,.index-roll-card .swiper-button-next{
	z-index: 9999;
}